angstr0m / PaperBeard

Creative Commons Attribution Share Alike 4.0 International
1 stars 1 forks source link

Implement support for bibtex files #2

Open angstr0m opened 9 years ago

1blankz7 commented 9 years ago

What do you mean with support for bibtex files? Issue #9 allows us to export data given by a search engine to bibtex.

Would you like to search in a already created bibtex file and start requesting a search engine with this informations?

angstr0m commented 9 years ago

Exactly that. I figured it would be nice to have that functionality if you already have a bibtex library and want the metadata from Google Scholar for them.

An export to bibtex would be nice to have.

------ Originalnachricht ------ Von: "Christian Blank" notifications@github.com An: "angstr0m/PaperBeard" PaperBeard@noreply.github.com Cc: "angstr0m" malte.eckhoff@googlemail.com Gesendet: 01.11.2015 18:15:23 Betreff: Re: [PaperBeard] Implement support for bibtex files (#2)

What do you mean with support for bibtex files? Issue #9 allows us to export data given by a search engine to bibtex.

Would you like to search in a already created bibtex file and start requesting a search engine with this informations?

— Reply to this email directly or view it on GitHub.

1blankz7 commented 9 years ago

Now we have one :-)

Okay, this will mean a move into another direction. I have something like logstash in mind. You have a set of sources (stdin, files), a filter to bring them into a processable format, the search engine, a filter to export the data and a sink to write the data (stdout, file).

angstr0m commented 9 years ago

Agreed. The current "architecture" was only meant to deliver quick results so I could continue working on the master thesis.