Recently searching for a 'technical article' I stumbled upon this Microsoft page: http://academic.research.microsoft.com/. I found the paper I was looking for but was amazed by its VisualExplorer feature.
最近在搜索“技术文章”时,我偶然发现了这个微软页面:http://academic.research.microsoft.com/。我找到了我正在寻找的论文,但对VisualExplorer功能感到惊讶。
Have a look at this page: http://academic.research.microsoft.com/VisualExplorer#2037349.
看看这个页面:http://academic.research.microsoft.com/VisualExplorer#2037349。
The above page uses SilverLight
and will recommend you to use IE.
上面的页面使用SilverLight,并建议您使用IE浏览器。
Like a curious human being I am now thinking of possible ways to implement it. A part of it seems easy:
就像一个好奇的人类,我现在正在考虑实施它的可能方法。它的一部分似乎很容易:
- Parse the documents
- Make a list a authors(V) and distance between them (E) (i.e. co-author or co-co-author)
- Traverse the above graph (Breadth First)
- Show the top 5 or 6 connections
解析文件
列出作者(V)和他们之间的距离(E)(即共同作者或共同作者)
遍历上图(广度优先)
显示前5或6个连接
I know (or rather feel) this could be easily done in Flash, javascript or silverlight. But is there a way to do this using Java 2D/3D or OpenGL bindings?
我知道(或者更确切地说)这可以在Flash,javascript或silverlight中轻松完成。但有没有办法使用Java 2D / 3D或OpenGL绑定?
Any or every thoughts are welcome.
欢迎任何或每一个想法。