Skip to content

Commit 1eb8402

Browse files
committed
First release v0.9
1 parent 20a3054 commit 1eb8402

16 files changed

+2638
-565
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
package.json
2+
package-lock.json
3+
node_modules

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# Local-Citation-Network
2-
2+
3+
This web app aims to help scientists with their literature review using metadata from [Microsoft Academic](https://academic.microsoft.com/) and [Crossref](https://crossref.org/). Academic papers cite one another, thus creating a [citation network (= graph)](https://en.wikipedia.org/wiki/Citation_graph). Each node (= vertex) represents an article and each edge (= link / arrow) represents a citation, that is a directed link between two articles. As papers can only cite older papers, in theory the citation network is a [directed acyclic graph](https://en.wikipedia.org/wiki/Directed_acyclic_graph). Citation graphs are a topic of [bibliometrics](https://en.wikipedia.org/wiki/Bibliometrics).
4+
5+
This web app visualizes subsets of the global citation network that I call "local citation networks", defined by citations of a given set of input articles. In addition, the cited references missing in the set of input articles are suggested for further review.
6+
7+
## Open source contributions
8+
9+
This project is open source (GPL-3). I don't have much more time to work on this project, so I'm actively looking for help and contributors! Bugfixes are always welcome but please contact me before any large pull-requests so we can coordinate.
10+
11+
## FAQ
12+
13+
For more details check out the FAQs in the web app!

docs/examples.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+640
Large diffs are not rendered by default.

docs/index.js

+655
Large diffs are not rendered by default.

docs/lib/axios.min.js

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/lib/buefy.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/lib/buefy.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)