Is there no CSL variable for Patent's "Country" field?
Hi friends,
I am trying to fetch the text in the "Country" field of "Patent" from Zotero database, using the following in the .csl (the angle brackets which can not show under this web page's settings, are replaced with *)
*text variable="country" /*
but failed, and also tried
*text variable="jurisdiction" /*
also failed.
I searched, and seems there is no variable to match the 'Country' of "Patent" in Zotero database.
Could any expert help please? Which variable in .csl is used to get the text from 'Country' of "Patent" in the Zotero 6.0.4 version in 2022 ?
Thanks a lot!
Miya
I am trying to fetch the text in the "Country" field of "Patent" from Zotero database, using the following in the .csl (the angle brackets which can not show under this web page's settings, are replaced with *)
*text variable="country" /*
but failed, and also tried
*text variable="jurisdiction" /*
also failed.
I searched, and seems there is no variable to match the 'Country' of "Patent" in Zotero database.
Could any expert help please? Which variable in .csl is used to get the text from 'Country' of "Patent" in the Zotero 6.0.4 version in 2022 ?
Thanks a lot!
Miya
If you want to share your code Vis pastebin.com we'll be more able to help as well.
https://aurimasv.github.io/z2csl/typeMap.xml#map-patent
If it's important information you NEED in your citation, you'll have to add it via another field. For example the "Place" field.
where it shows the 'Zotero field' is "country" for the UI Label "Country", but the following code actually cannot get the text:
*text variable="country" /*
And you can see that for "Patent" "Country" has NO matching CSL variable.
Also, Zotero =/ CSL. They are two different entities. A lot of people use Zotero without any of the CSL citation functionality and for them having a Country field is important. Not showing a field because there is no CSL variable doesn't make sense.
Jurisdiction: US
*text variable="jurisdiction" /*
which does not work.
Jurisdiction: US
in Extra,what is the keyword (variable) for .csl to get the text from Extra?
And how to take the 'US' out from 'Jurisdiction: US' ?