Inclusion of PMID for NIH proposals
Is there a citation style that includes the PMID, which is needed for NIH proposals?
As a work around, I tried changing the American Medical Association style by following http://www.zotero.org/suppor/csl_simple_edits#what_changes_can_i_make.
But I got stumped on three things:
1. How do you select a zotero citation so that you can see it in the lower portion of the test pane?
2. Where do you put <text variable=“note”> so that the Extras category, which includes PMID, appears at the end of each citation in the bibliography?
3. Once you have saved changes to a .csl file in TextEdit, and dragged the file into a Firefox page, how do you "click Install'? I could not find an "Install" button or pulldown to click.
Thanks
As a work around, I tried changing the American Medical Association style by following http://www.zotero.org/suppor/csl_simple_edits#what_changes_can_i_make.
But I got stumped on three things:
1. How do you select a zotero citation so that you can see it in the lower portion of the test pane?
2. Where do you put <text variable=“note”> so that the Extras category, which includes PMID, appears at the end of each citation in the bibliography?
3. Once you have saved changes to a .csl file in TextEdit, and dragged the file into a Firefox page, how do you "click Install'? I could not find an "Install" button or pulldown to click.
Thanks
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.
2. I'd suggest at the end of the bibliography section, right before </bibliography>
3. The install should be prompted - when you drag to the open FF window a message pops-up asking if you want to install.. If not, there is probably something wrong with the file (it might be saved as rtf rather than plain-text?)
I'm trying to do the same thing as corried2, but I am stumped.
If I add
<text variable= "volume" />
into the science (dev) style just above
</layout>
</bibliography>
</style>
sure enough, an extra volume number shows up at the end of the bibliographic citation.
But if I change my extra line to read
<text variable= "extra" />
nothing happens. Extra seems to be where PMID: 1234 sits, and I need to add it for an NIH grant application. I also tried using <text variable=“note”> as corried2 was trying. Several other variables also didn't show up. What am I doing wrong?
Thanks
make sure you use
<text variable=“note”/>
including the slash at the end.
Also make sure you actually have the PMID in the extra field in Zotero
<text prefix=" " variable= "note"/>
NIH Research Grant w/PMID
also
git://gist.github.com/1424145.git
and als
1) open a text program
2) past the code here http://dl.dropboxusercontent.com/u/2205075/NIH Style PMID.csl
3) save with the extension .csl not .txt
4) drag and drop the file into your open browser and zotero will automatically install it.