JabRef / JabRef-Browser-Extension

Browser extension for JabRef to allow importing of new items directly from the browser.
https://www.jabref.org/
GNU Affero General Public License v3.0
84 stars 22 forks source link

Add links to supporting information #82

Open Krzmbrzl opened 5 years ago

Krzmbrzl commented 5 years ago

Don't know about other fields of research, but at least in chemistry it is very typical to have supporting information (sometimes also called supplementary information) which is one or more separate PDF (sometimes also Microsoft Word, plain text and similar) files that contain e.g. experimental details, spectra, etc.

It would be neat if JabFox could get the links to those alongside with the link to the fulltext.

For an example see: https://pubs.acs.org/doi/10.1021/acs.jcim.6b00391

tobiasdiez commented 3 years ago

I did some prelimary investigation. It's not yet working, but as a first step the following code should be added to zotero.js > Prefs > get:

        // CHANGED: Always add links to supplementary material
        if (pref === 'translators.attachSupplementary') {
            return true;
        }