Compare commits
6 Commits
ac3ba00467
...
c2f8c64c84
Author | SHA1 | Date |
---|---|---|
|
c2f8c64c84 | 10 years ago |
|
53062a50e5 | 10 years ago |
|
f99b4c1e98 | 10 years ago |
|
0d2053035b | 10 years ago |
|
5bf28d62a0 | 10 years ago |
|
9dfe3d2868 | 11 years ago |
@ -0,0 +1,19 @@
|
||||
# Scholarium
|
||||
|
||||
Scholarium allows you to visualize scientific papers and their citations
|
||||
graphically, as a network, making it easy to get a big picture of a research
|
||||
field, identify clusters of closely related articles and find important papers
|
||||
to read.
|
||||
|
||||
Each node of the network corresponds to a paper and each link corresponds to a
|
||||
citation. Papers with many citations are represented as large nodes. The data
|
||||
is fetched in real time from *Scopus* or *Web of Science*.
|
||||
|
||||
<sub>This software is in alpha stage. Expect bugs and incomplete features. Suggestions and pull requests are very welcome.</sub>
|
||||
|
||||
## Screenshots
|
||||
|
||||
[![Main screen][screen1th]][screen1]
|
||||
|
||||
[screen1]: https://github.com/isoron/scholarium/raw/master/screenshots/scholarium.png
|
||||
[screen1th]: screenshots/scholarium.thumb.png
|
Reference in new issue