Category: 學術
-
Alignment API and Alignment Server
The Alignment API and Server is created by http://alignapi.gforge.inria.fr/ . You can install it by yourself. If you want to evaluate it , please choose Ontology Alignment Evaluation Initiative – Test library
-
[Security] The SHA3 Slide
In this semester, I’ve participated in one information security course. The professor asigned me to report the new hash algorithm (i.e. the new NIST’s standard): SHA3. The following is one of my prepared slides.
-
Interesting Experiments in SHA3
I’ve tried MD5, SHA256, SHA3-512 algorithms with 1, 10, and 100 million bytes. In general, SHA3-512 is lower than SHA256 for 3 ~ 10 times. In these cases, MD5 is the fastest algorithm which is faster than SHA256 for 3 times and SHA3-512 for 30~100 times.
-
General Security Issues
TLS 1.0 RSA Encryption Integer Factorization Lenstra elliptic curve factorization It may use factorization to enhance my assumption. 😛
-
Some interesting articles
http://www.bnext.com.tw/article/view/cid/0/id/18789 http://www.netadmin.com.tw/article_content.aspx?sn=1106160006 http://www.zdnet.com/blog/virtualization/what-is-a-trusted-cloud/978 http://www.trustedcomputinggroup.org/files/resource_files/1F4DEE3D-1A4B-B294-D0AD0742BA449E07/Cloud%20Computing%20and%20Security%20Whitepaper_July29.2010.pdf http://www.safenet-inc.com/products/data-protection/data-encryption-control/datasecure/
-
IDL Programming Language
I’ve found some tutorial resources: IDL Tutorial: Programming in IDL (這個好像是天文的..) IDL TUTORIAL (這個好像是天文的..) The IDL Astronomy User’s Library (這個好像是天文的..) Coyote’s Guide to IDL Programming (這個好像是天文的..) A GUIDE TO IDL FOR ASTRONOMERS (這個好像是天文的..) RMI,Java IDL Institute for Computational Cosmology: IDL (這個好像是天文的..)
-
AIM 2012 Call for Papers
——————————————————————————————————————————————————– The 2012 FTRA International Conference on Advanced IT, engineering and Management (FTRA AIM 2012) http://web.ftrai.org/aim2012 Hosted by FTRA Supported by KITCS, Korea Tourism Organization Seoul, Korea, Feb. 6-8, 2012============================================================[Important Date]Abstract Paper Submission due: Dec. 16, 2011All accepted abstract papers will be included in the conferenceproceedings published by FTRA.[Full Paper for Special Issues (SCI/E)]Full Paper…
-
資訊類研討會接受率
1. Network 研討會排名 http://www.cs.ucsb.edu/~almeroth/conf/stats/ 2. Computer Science類研討會接受率排名 http://webdocs.cs.ualberta.ca/~zaiane/htmldocs/ConfRanking.html3. Computer Hardware 研討會接受率排名 http://researchweb.iiit.ac.in/~chraghu/files/acceptrate.htm#_Networking_Conferences_Statistics-%284. AI 研討會接受率排名 http://www.adaptivebox.net/CILib/CICON_stat.html5. Security 研討會接受率排名 http://faculty.cs.tamu.edu/guofei/sec_conf_stat.htm6. 知名的Computer Science 研討會列表 http://en.wikipedia.org/wiki/List_of_computer_science_conferences ReferencePTT實業坊PhD板 “[資訊] computer sceince conference 接受率資料庫”
-
TF-IDF (term frequency–inverse document frequency)
關於TF-IDF的source code,它用Perl語言寫成。 http://infomotions.com/blog/tag/term-frequencyinverse-document-frequency-tfidf/ 另一個是用C#寫的: http://www.codeproject.com/KB/cs/tfidf.aspx 其它相關的參考資源: 1. Ranking text documents based on TF-IDF 2. tf-idf (term frequency–inverse document frequency) 3. Information Retrieval (這文章講解得很詳細)