Coding a list of publications
Hello,
I would like to make my list of publications < http://minh.haduong.com/ > Zotero-ready. This list is automatically generated and I try to maintain the HTML code clean. Is there a way to tell Zotero "Look at that bibtex file it contains the same publications as this HTML page ?".
Minh
I would like to make my list of publications < http://minh.haduong.com/ > Zotero-ready. This list is automatically generated and I try to maintain the HTML code clean. Is there a way to tell Zotero "Look at that bibtex file it contains the same publications as this HTML page ?".
Minh
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
- Embedding an unreadable, very long string in the title attribute of a span tag is not clean HTML in my view.
- I don't want to increase the page size by dupplicating content.
- OpenURL is meant to redirect readers to their library for finding content. This is not interesting, my page provides the content already, otherwise there are DOIs and OAIs.
- OpenURL 1.0 has no provision for DOI, OAI or URL fields.
Regarding unAPI:
Does it make sense to have a subdirectory of my home page populated with static pages as the unAPI server ?
So unAPI maybe, but is there a static version of it ?
http://groups.google.com/group/gcs-pcs-list/browse_thread/thread/ed24fae656443047
I don't understand or agree with your resistance to COinS, but you could just use the DOI translator for now.
http://minh.haduong.com/unapi/?<bibtex key>
, then you could probably use unAPI without adding dynamic content-- but I don't know if that can be done.<link rel="alternate" href="files/hdm-main.bib" type="application/x-bibtex" />
in the <head> of my page, really means
"This list of publications in bibTeX format can be found at file/hdm-main.bib"
Would it make sense for Zotero to follow that kind of link ? Would you accept a patch ?