Monday 30 November 2015

Export/Import Dokumen MS Word

Status : Draft

Import

Persamaan yang ditulis dengan equation editor dapat diimport yang nantinya disimpan di database dengan format latex

Konversi MathML ke Latex

Untuk konversi MathML ke Latex Kita bisa memanfaatkan [3], contoh perintah

java -jar saxon9.jar /tmp/mathml.xml pmml2tex.xsl 

Referensi

Wednesday 25 November 2015

Google Maps : Sebuah Pendahuluan

Status : Draft

Secara otomatis Menutup Info Window


Referensi
  1. hiding infowindows on the map, https://wordpress.org/support/topic/hiding-infowindows-on-the-map-solution 
  2.  Google Maps Api 3.0 - Marker clearing Sample, http://www.lootogo.com/googlemapsapi3/markerPlugin.html
  3. Leaflet, an open-source JavaScript library for mobile-friendly interactive maps, https://leafletjs.com/

Thursday 19 November 2015

Custom QRCode

Status : Draft 
Panduan Pertanyaan :
  1. Bagaimana membuat QRCode dengan warna tertentu ?
  2. Bagaimana membuat QRCode dengan bentuk tertentu ? 
  3. Bagaimana membuat QRCode dengan memasukkan gambar ? 
....

Referensi

  1. QRCode Monkey, http://www.qrcode-monkey.com
  2. Barcode Writer in Pure PostScript, https://bwipp.terryburton.co.uk
  3. RECONSTRUCTING A BLURRY QR CODE, https://hackaday.com/2017/10/26/reconstructing-a-blurry-qr-code/
  4. Reading Challenging Barcodes with Cameras, https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2898212/
  5. Identification and Recovery of the Blurred QR Code Image, https://ieeexplore.ieee.org/document/6394878
  6. Wounded QR codes, http://datagenetics.com/blog/november12013/index.html
  7. artistic QR Code in Python, https://github.com/sylnsfar/qrcode
  8. A better way to operate quick response code in Swift., https://github.com/EyreFree/EFQRCode

Monday 16 November 2015

Kemiripan Persamaan Matematika

Status : Draft

Maths Information Retrieval research group at Masaryk University


https://mir.fi.muni.cz/mias/
  1. MIaSIndexing util for indexing mathematical documents. Uses Lucene, https://github.com/martinliska/MIaS
  2. MIaSMath, a math processing plugin for Lucene or Solr, https://github.com/martinliska/MIaSMath
  3. WebMIaS for searching indexes created by MIaS, https://github.com/martinliska/WebMIaS
 Untuk proses build dapat membaca : https://github.com/martinliska/MIaS/issues/2

Jika ada kesulitan ketika instalasi karena paket dependency nya tidak ditemukan, silahkan browsing, kemungkina ada versi default di pom.xml tidak ada di repository maven https://mvnrepository.com/artifact/cz.muni.fi.mir

Indeks yang dihasilkan oleh MIaS menggunakan format Lucene, untuk membukanya secara manual, dapat menggunakan Luke, ketika menulis ini, format index Lucene yg dihasilkan dapat dibuka dengan Luke 5.3.0, https://github.com/DmitryKey/luke/releases/tag/luke-5.3.0

The Document and Pattern Recognition Lab (dprl), Department of Computer Science at the Rochester Institute of Technology


Di NSF [2] terdapat penelitian yang fokus mencari solusi untuk melakukan pencarian persamaan matematika. Hasil dari penelitian ini dapat dilihat di [2]. Salah satu hasil penelitiannya adalah tangent, sebuah mesin pencari matematika yang implementasi detailnya dapat dibaca pada thesisnya [4].

Oprekan terkait hal ini :

https://github.com/OpenThink-Labs/Tangent

Referensi
  1. Mathematical Information Retrieval (MIR), http://ntcir-math.nii.ac.jp/
  2. Small: Combining Algorithms for Recognition and Retrieval of Mathematics, http://www.nsf.gov/awardsearch/showAward?AWD_ID=1016815
  3. Combining Algorithms for Recognition and Retrieval of Mathematics (Sept. 2010 - May 2015), https://www.cs.rit.edu/~dprl/msearch.html
  4. D. Stalnaker (2013) Math Expression Retrieval Using Symbol Pairs in Layout Trees. Master's Thesis, Rochester Institute of Technology (Computer Science), NY, USA (August 2013), http://www.cs.rit.edu/~dprl/files/StalnakerMScThesisAug2013.pdf
  5. TCIR (NII Testbeds and Community for information access Research), http://ntcir.nii.ac.jp/
  6. MathWebSearch: Searching Math on the Web, http://search.mathweb.org/
  7. Making Math Searchable in Wikipedia, http://wiki.physikerwelt.de/images/text_math_search.pdf
  8. Effective similarity search in PostgreSQL, http://leopard.in.ua/2012/06/01/effective-similarity-search-in-postgresql/
  9. Similarity Search for Mathematics:Masaryk University team at the NTCIR-10 Math Task, http://www.fi.muni.cz/usr/sojka/papers/liska-sojka-ruzicka-ntcir2013.pdf
  10. The MCAT Math Retrieval System for NTCIR-10 Math Track, http://ntcir-math.nii.ac.jp/wp-content/blogs.dir/23/files/2013/10/05-NTCIR10-MATH-TopicG.pdf 
  11. Indexing          Mathematical          Content          Using          Full          Text          SearchEngine, http://www.mff.cuni.cz/veda/konference/wds/proc/pdf08/WDS08_141_i2_Misutka.pdf 
  12. Maths Information Retrieval research group at Masaryk University, https://mir.fi.muni.cz/

Tuesday 10 November 2015

Membangsun Sistem Ujian Online (Computer Based Testing)

Status : Draft
Panduan Pertanyaan :
  1. Sistem Ujian Online OpenSource yang tersedia ?
  2. Contoh standar baku operasional pelaksanaan ujian online agar penyelenggaraan aman ?

Referensi
  1.  Computer Based Testing, http://www.ibhre.org/Exam-Information/About-Computer-Based-Testing

Thursday 5 November 2015

Visualisasi Data di Web

Status : Draft 
Panduan Pertanyaan :
  1. Bagaimana membuat graph dengan koordinat-koordinat nodenya yg "custom" ?
  2. Penghubung node menggunakan panah ?



Referensi
  1. How to choose the right web Data Visualization library, http://mango-is.com/blog/engineering/how-to-choose-the-right-web-data-visualization-library.html
  2. Network Data Visualization graph using SigmaJS, http://www.tweetegy.com/2014/07/network-data-visualization-graph-using-sigmajs/