backdrop-contrib / biblio

Manage and display lists of scholarly publications. Import from Zotero.
GNU General Public License v2.0
0 stars 5 forks source link

Sub-modules to port next? #10

Open jenlampton opened 3 years ago

jenlampton commented 3 years ago

Some of the biblio submodules have not been ported yet. If anyone is using any of the submodules, please add a thumbs-up to the comment below for the submodules you are using. This will help me understand which of them are needed, and in which order to work on them.

The Backdrop biblio module was re-written specifically for Backdrop using node, taxonomy, and multi-field entities (rather than the custom schema from the Drupal 6 version). The Drupal 7 version was somewhere in between. It's likely that some of the old submodules won't "just work", but we would like to make them!

I am happy to help provide upgrade paths or backwards-compatibility however is appropriate for the submodule, but since I don't have access to a database or site using the submodules I'm going to need a lot of help with bug-reports and testing.

I will work on them in the most-used to least-used order (Or, if you want to try the port yourself, I would love to review and include PRs, or add a co-maintainer to help with the parts I'm not actively using)

Submodules:

jenlampton commented 3 years ago

Biblio - BibTeX Provides BibTeX import and export to the Biblio module.

jenlampton commented 3 years ago

Biblio - CiteProc Adds Citation Style Language (CSL) citation processing

jenlampton commented 3 years ago

Biblio - Crossref Provides DOI lookup and import to the Biblio module.

jenlampton commented 3 years ago

Biblio - EndNote Tagged Provides EndNote tagged file import and export to the Biblio module.

jenlampton commented 3 years ago

Biblio - MARC Provides MARC file import to the Biblio module.

jenlampton commented 3 years ago

Biblio - PubMed Provides PubMed import and search to the Biblio module.

jenlampton commented 3 years ago

Biblio - RIS Provides RIS file import and export to the Biblio module.

jenlampton commented 3 years ago

Biblio - RTF Provides Rich Text Format file export to the Biblio module.

mikesoltis commented 3 years ago

Biblio - PubMed and Crossref (DOI)

We have about 1000 publications on our old drupal 7 site. The drupal version of the pubmed module allowed a single pubmed entry or could read a file of pubmed numbers to create content in batch. It would be great to have the same functionality for DOI. Thanks.

openskeptic commented 3 years ago

I mostly use pubmed. BTW, Jen, thanks for everything you do on Backdrop!

mikesoltis commented 2 years ago

Having Pubmed and Crossref (DOI) available has ensured that all publications can be extracted over the web (over the course of time, a few fail to load correctly via each method). Thanks!

elisseck commented 3 weeks ago

I need to take on the Biblio - BibTeX port as part of a site migration we are doing now; ping me if someone has already started that! I am just getting familiar with everything that has changed for the backdrop biblio module.