Database custom fields OR advanced Tag function -sort and search able
Hi,
A RANDOM EXAMPLE for a serious task:
Assuming one want to mange with the Zoter database the following:
3 papers about a certain device "XX-laser"
(allocated via collections and subcollections - all good!)
now consider every paper would have a slightly different output wavelength:
paper 1@ 909nm
paper 2@ 912nm
paper 3@ 914nm
and different output powers too:
paper 1@ 1.22W
paper 2@ 1.25W
paper 3@ 1.27W
and so on for many common parameters in this category of laser...
Is there any possibility / function in Zotero to sort these papers by wavelength or power?
Many thanks for any suggestion or workaround!
A RANDOM EXAMPLE for a serious task:
Assuming one want to mange with the Zoter database the following:
3 papers about a certain device "XX-laser"
(allocated via collections and subcollections - all good!)
now consider every paper would have a slightly different output wavelength:
paper 1@ 909nm
paper 2@ 912nm
paper 3@ 914nm
and different output powers too:
paper 1@ 1.22W
paper 2@ 1.25W
paper 3@ 1.27W
and so on for many common parameters in this category of laser...
Is there any possibility / function in Zotero to sort these papers by wavelength or power?
Many thanks for any suggestion or workaround!
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
So, in your example, you'd use tags along the lines of
paper1: "wavelength = 909", "output = 1.22"
paper2: "wavelength = 912", "output = 1.25"
paper3: "wavelength = 914", "output = 1.27"
You'd then write a script in your favorite scripting language to process Zotero's SQLite database and do whatever you wanted with the database.
Can anyone suggest a more elegant solution?