Changes between Version 5 and Version 6 of user/nicolasmartin/BibliographyBuilding
- Timestamp:
- 2017-12-01T12:09:06+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user/nicolasmartin/BibliographyBuilding
v5 v6 7 7 Reduced list to web libraries with available API and BibTeX export in order to eventually implement a script 8 8 9 || [X] | [ ] || Archives || API || Client||10 || [X] || ADS with a new [https://ui.adsabs.harvard.edu web interface] || [https://github.com/adsabs/adsabs-dev-api link] || [https://ads.readthedocs.io/en/latest 'ads' Python package] (unofficial)||11 || [ ] || arXiv ''(not many publications)'' || ||||12 || [X] || [https://core.ac.uk CORE] || [https://core.ac.uk/services#api link] ||||13 || [ ] || !CrossRef || ''(no BibTeX export)'' ||||14 || [X] || HAL || [https://api.archives-ouvertes.fr/docs link] ||||15 || [ ] || ... || ... ||||9 ||= [X] | [ ] =||= Archives =||= API, if it exists =||= Client, if it exists =|| 10 || [X] || ADS with a new [https://ui.adsabs.harvard.edu web interface] || [https://github.com/adsabs/adsabs-dev-api link] || [https://ads.readthedocs.io/en/latest 'ads' Python package] (unofficial) || 11 || [ ] || arXiv ''(not many publications)'' || || || 12 || [X] || [https://core.ac.uk CORE] || [https://core.ac.uk/services#api link] || || 13 || [ ] || !CrossRef || ''(no BibTeX export)'' || || 14 || [X] || HAL || [https://api.archives-ouvertes.fr/docs link] || || 15 || [ ] || ... || ... || || 16 16 17 17 Reference: http://libraries.mit.edu/scholarly/publishing/apis-for-scholarly-resources … … 22 22 After multiples tries, for now we have defined to search only for 2 words ''''nemo'''' and ''''ocean'''' but differently according to publications standard fields. Here is the query structure with the logical operators (`AND`|`OR`|`NOT`) 23 23 24 {{{#!t d24 {{{#!th 25 25 __Title__ 26 26 }}} 27 {{{#!t drowspan=227 {{{#!th rowspan=2 28 28 `OR` 29 29 }}} 30 {{{#!t d30 {{{#!th 31 31 __Abstract__ 32 32 }}} 33 {{{#!t drowspan=233 {{{#!th rowspan=2 34 34 `OR` 35 35 }}} 36 {{{#!t d36 {{{#!th 37 37 __Full text__ `OR` __Body__ 38 38 }}} … … 52 52 == Direct links for online queries 53 53 54 || ADS|| https://ui.adsabs.harvard.edu/#search/q=title%3A%22(nemo%20ocean)%22%20OR%20abstract%3A%22(nemo%20ocean)%22%20OR%20body%3A%22nemo%20ocean%22&sort=classic_factor%20desc%2C%20bibcode%20desc ||55 || CORE|| https://core.ac.uk/search?q=title%3A(nemo%20AND%20ocean)%20OR%20description%3A(nemo%20AND%20ocean)%20OR%20fullText%3A%22nemo%20ocean%22&fullTextOnly=false ||56 || HAL|| https://hal.archives-ouvertes.fr/search/index/?q=title_t%3A%28nemo+ocean%29+OR+abstract_t%3A%28nemo+ocean%29+OR+fulltext_t%3A%28%22nemo+ocean%22%29+NOT+halId_s%3A%22pastel-00956574%22&submitType_s=file+OR+notice ||54 ||= ADS =|| https://ui.adsabs.harvard.edu/#search/q=title%3A%22(nemo%20ocean)%22%20OR%20abstract%3A%22(nemo%20ocean)%22%20OR%20body%3A%22nemo%20ocean%22&sort=classic_factor%20desc%2C%20bibcode%20desc || 55 ||= CORE =|| https://core.ac.uk/search?q=title%3A(nemo%20AND%20ocean)%20OR%20description%3A(nemo%20AND%20ocean)%20OR%20fullText%3A%22nemo%20ocean%22&fullTextOnly=false || 56 ||= HAL =|| https://hal.archives-ouvertes.fr/search/index/?q=title_t%3A%28nemo+ocean%29+OR+abstract_t%3A%28nemo+ocean%29+OR+fulltext_t%3A%28%22nemo+ocean%22%29+NOT+halId_s%3A%22pastel-00956574%22&submitType_s=file+OR+notice ||