GithubHelp home page GithubHelp logo

oda-hub / literature-to-facts Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 118 KB

Extracting facts from publications

License: MIT License

Python 95.67% Shell 0.47% Dockerfile 0.42% Makefile 0.42% Mustache 3.02%
astronomy rdf literature-mining

literature-to-facts's Introduction

literature-to-facts

How to contribute to literature analysis?

prepared-for: scienstists, contributors

simply add a function following the example:

https://github.com/cdcihub/literature-to-facts/blob/master/facts/gcn.py#L134

consider adding a test for your and our safety:

https://github.com/cdcihub/literature-to-facts/blob/master/tests/test_gcn.py

Is this like google, finding keywords?

not really. It is extracting structured data, propositions, encoded in RDF. E.g. GRBXXX is-detected-by Swift/BAT.

It can also extract keywords, but unlike google, it, for the moment, uses fixed set of keywords.

see linked-data concept for mode ideas.

Try it locally

for ATels:

Not all atels are ingested, only "interesting" ones (with some useful attributes).

Currently, there are 836 interesting ATels.

to parse atels from html:

python -m  facts.atel -d parse-html ~/ATels.html

or fetch last ones:

python -m  facts.atel -d fetch

to extract from atels

python -m facts.learn learn -t

to extract from atels

python -m facts.learn learn -t

it will store knowledge.n3

which is then published to the kb (given the permissions)

python -m facts.learn publish

literature-to-facts's People

Contributors

volodymyrss avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

literature-to-facts's Issues

Date field not present in KB for ATeLs?

python -m facts.atel -d parse-html ~/Dropbox/Public/ATels.html
extracts a date field in atel.json, but
python -m facts.learn learn -t
does not produce a Date field in knowledge.n3 ,and neither in the online KB.
I do not understand why.

Could the field Date be added maybe in a standard datetime format ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.