= Procedure to gather NEMO-related publications [[PageOutline(2)]] == Open databases Reduced list to web libraries with an API in order to eventually implement a script * HAL, see also [https://api.archives-ouvertes.fr/docs the API documentation] * ADS with a new [https://ui.adsabs.harvard.edu UI], [https://github.com/adsabs/adsabs-dev-api the API description] and an unofficial client: [https://ads.readthedocs.io/en/latest 'ads' Python package] == Searching consensus '''The aim here is not to produce the accurate list of publications''' generated by the use of NEMO (possible only after long work by hands) but at least a fair catalogue of references considered to be derived on way or another from a analysis of NEMO results.\\ After multiples tries, for now we have defined to search only for 2 words ''''nemo'''' and ''''ocean'''' but differently according to publications fields. Here is the query structure with the logical operators (`AND`|`OR`|`NOT`) {{{#!td __Title__ }}} {{{#!td rowspan=2 `OR` }}} {{{#!td __Abstract__ }}} {{{#!td rowspan=2 `OR` }}} {{{#!td __Full text__ `OR` __Body__ }}} |- {{{#!td 'nemo' `AND` 'ocean' }}} {{{#!td 'nemo' `AND` 'ocean' }}} {{{#!td 'nemo ocean' }}} These criteria are alterable and could change in the future. In particular, a lexicographic analysis of the words contiguous to 'NEMO' in the already selected publications would be interesting in order to refine the query. ==