How to use specific line from extra field in style template?
I have installed better bibtex addon and its generated two lines in extra field:
Citation Key: rs12132114
tex.article-number: 2114
How to properly put second line in csl template? When I try add '< text variable="tex.article-number"/ >' nothing happen, but if insert < text variable="note"/ > - all extra field content will be shown (both lines).
Zotero v. 6.0.26
Better BibTex for Zotero v. 6.7.79
Citation Key: rs12132114
tex.article-number: 2114
How to properly put second line in csl template? When I try add '< text variable="tex.article-number"/ >' nothing happen, but if insert < text variable="note"/ > - all extra field content will be shown (both lines).
Zotero v. 6.0.26
Better BibTex for Zotero v. 6.7.79
https://www.zotero.org/support/kb/item_types_and_fields#additional_item_types_and_fields
@Article{rs12132114,
AUTHOR = {Kolbe, Christine and Thies, Boris and Turini, Nazli and Liu, Zhiyu and Bendix, Jörg},
TITLE = {Precipitation Retrieval over the Tibetan Plateau from the Geostationary Orbit—Part 2: Precipitation Rates with Elektro-L2 and Insat-3D},
JOURNAL = {Remote Sensing},
VOLUME = {12},
YEAR = {2020},
NUMBER = {13},
ARTICLE-NUMBER = {2114},
URL = {https://www.mdpi.com/2072-4292/12/13/2114},
ISSN = {2072-4292},
ABSTRACT = {We present the new Precipitation REtrieval covering the TIbetan Plateau (PRETIP) as a feasibility study using the two geostationary (GEO) satellites Elektro-L2 and Insat-3D with reference to the GPM (Global Precipitation Measurement Mission) IMERG (Integrated Multi-satellitE Retrievals for GPM) product. The present study deals with the assignment of the rainfall rate. For precipitation rate assignment, the best-quality precipitation estimates from the gauge calibrated microwave (MW) within the IMERG product were combined with the GEO data by Random Forest (RF) regression. PRETIP was validated with independent MW precipitation information not considered for model training and revealed a good performance on 30 min and 11 km spatio-temporal resolution with a correlation coefficient of R = 0.59 and outperforms the validation of the independent MW precipitation with IMERG’s IR only product (R = 0.18). A comparison of PRETIP precipitation rates in 4 km resolution with daily rain gauge measurements from the Chinese Ministry of Water Resources revealed a correlation of R = 0.49. No differences in the performance of PRETIP for various elevation ranges or between the rainy (July, August) and the dry (May, September) season could be found.},
DOI = {10.3390/rs12132114}
}
and this already has a `number` field. I'm not sure what best to translate `article-number` to in this case.
issue field (literal)
The issue of a journal. This field is intended for journals whose individual issues
are identified by a designation such as ‘Spring’ or ‘Summer’ rather than the month
or a number.
number field (literal)
The number of a journal or the volume/number of a book in a series.
Maybe issue/number are not both supposed to be in one entry, and they have roughly the same meaning with just slightly different rules. I'll go ask my resident biblatex expert.
Going by this, I'd default Zotero issue to biblatex number and maybe code exceptions for Spring & the other seasons.
On import, I'd import number and issue to issue and concat both (with a comma) for the very rare cases that you have both.
We don't have a Zotero field for article-number, but that closely corresponds to CSL number and there's a good chance will have a proper Zotero field in the future.