Some variables need to index in zotero using dublian core
i have problem to index some variables from my site in zotero using dublian core. I searched, how to index these variables but didn't get any solution yet. Some of variable are listed below.
1. # of Pages
2. Series
3. Series #
4. # of Volums
5. Place
6. Call Number
7. Series Title
8. Series Text
9. Journal Abbr
10. episode number
11. running time
12. section
13. report number
14. meeting name
15. Guest
16. program title
17. Report type
i am indexing title like this
<meta name="dc.title" content="lorem ipsum"/>
if anyone know how to index them then please put a reply.
Thanks in advance
1. # of Pages
2. Series
3. Series #
4. # of Volums
5. Place
6. Call Number
7. Series Title
8. Series Text
9. Journal Abbr
10. episode number
11. running time
12. section
13. report number
14. meeting name
15. Guest
16. program title
17. Report type
i am indexing title like this
<meta name="dc.title" content="lorem ipsum"/>
if anyone know how to index them then please put a reply.
Thanks in advance
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.
can you please give an example how to use this or can you share any link for this...?
As I say - this is possible using unAPI and Bibliontology RDF. Under the link you find a brief description of unAPI and a link to more in-depth documentation.
If you don't understand the documentation, ask more specific questions either on stack overflow or on zotero-dev.
If implementing unAPI is not an option for you, the answer to your question is that it cannot be done.
The available formats for providing metadata (DC as well as google/highwire) in site headers are quite limited and not suitable for displaying complex formats like the ones you ask about.
(dc here refers to http://purl.org/dc/terms/) using citation_series_title Should be picked up by dc.alternative citation_technical_report_number citation_conference_title or citation_conference are mapped to conferenceName If by this you mean computer program, then you can get this done through DC.title and DC.type="software" This is currently assigned from dc.type, but that's a bit useless since the only way to indicate that it's a report is by dc.type='report' or by including "citation_technical_report_institution" meta tag
i got only 3 items using dc those are "Series", "Journal Abbr" and "report number".
can you please let me know how to find other items using dc.
The information above is coming straight from Zotero's Embedded Metadata and RDF translators, which is what Zotero uses to retrieve the metadata you're referring to. I'm working on improving these to recognize more meta tags other than Dublin Core. You may want to look into PRISM, eprints, and open graph protocol metadata specifications. Zotero already supports these to some extent and hopefully will soon be improved to handle them better.
i mean, i successfully mapped these three three items "Series", "Journal Abbr" and "report number".
i studied unapi at "http://unapi.info/specs/" but didn't understand the documentation that how i can implement this.
If possible, can u please explain it in steps. e.g i want to implement unapi using MODS to index book in zotero then how can i implement it.
The detail of example is given below.
Book:
title = lorem ipsum
body = lorem ipsum lorem ipsum
# of Volumes = 3
# of pages = 200
place = uk
thanks in advance
In either case it would be helpful to describe in a bit more detail the nature of what you're trying to do in specific rather than abstract terms.
Note that the unAPI site has many running examples as well as links e.g. to a wordpress plugin.