Changes between Version 1 and Version 2 of user/nicolasmartin/BibliographyBuilding
- Timestamp:
- 2017-08-04T16:40:39+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user/nicolasmartin/BibliographyBuilding
v1 v2 12 12 13 13 '''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.\\ 14 After multiples tries, for now we have defined to search only for 2 words ''''nemo'''' and ''''ocean'''' but differently according to publications fields 15 || __Title__ || `OR` || __Abstract__ || `OR` || __Full text__ or __Body__ || 16 || 'nemo' `AND` 'ocean' || || 'nemo' `AND` 'ocean' || || "nemo ocean" || 14 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`) 15 16 {{{#!td 17 __Title__ 18 }}} 19 {{{#!td rowspan=2 20 `OR` 21 }}} 22 {{{#!td 23 __Abstract__ 24 }}} 25 {{{#!td rowspan=2 26 `OR` 27 }}} 28 {{{#!td 29 __Full text__ `OR` __Body__ 30 }}} 31 |- 32 {{{#!td 33 'nemo' `AND` 'ocean' 34 }}} 35 {{{#!td 36 'nemo' `AND` 'ocean' 37 }}} 38 {{{#!td 39 'nemo ocean' 40 }}} 17 41 18 42 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.