JonathanReeve / data-ethics-literature-review

An automated survey of literature and curricula surrounding ethics in data science. WIP.
http://data-ethics.tech
GNU General Public License v3.0
1 stars 1 forks source link

Build out text citation graph #13

Open JonathanReeve opened 3 years ago

JonathanReeve commented 3 years ago

Right now I'm maintaining two graphs of texts and their bibliographic information:

The text graph should pull all this material together, but should annotate somehow the origin of the bibliographic entry, and/or the probably quality of the entry, since some are pretty far-fetched inferences (see #12).

The next thing that needs to happen is building out the network of citations in this text graph. An article/paper that cites another should have this encoded somehow using the Citation Typing Ontology.

To find out how papers cite each other, we could:

And maybe there could be other ways of doing this, too. Comments and suggestions are welcome.