Export Everything to Linked HTMLpage with linked PDF to burn a CD
Hello everyone,
I hope my Discussion Topic is not too complicated but just in case let me explain what I am looking for.
Most of us write their work where they have to hand in later on their paper/thesis/whatever and most often nowadays it is required that you hand in a digital copy of your work as well.
In some cases then they go a step further and even ask for a CD with all the papers you used as pdfs.
Would it be possible to generate a folder with an HTML page (or maybe even the timeline) where all papers are exported too and each paper is then linked in this htmlpage? This static htmlpage could be than easily be burned onto a CD.
Otherwise one has to work it's way to each Zotero-Sub-folder and to rename and link all those papers by hand.
Would be great if this would be an option!
Thanks a lot
Georg
I hope my Discussion Topic is not too complicated but just in case let me explain what I am looking for.
Most of us write their work where they have to hand in later on their paper/thesis/whatever and most often nowadays it is required that you hand in a digital copy of your work as well.
In some cases then they go a step further and even ask for a CD with all the papers you used as pdfs.
Would it be possible to generate a folder with an HTML page (or maybe even the timeline) where all papers are exported too and each paper is then linked in this htmlpage? This static htmlpage could be than easily be burned onto a CD.
Otherwise one has to work it's way to each Zotero-Sub-folder and to rename and link all those papers by hand.
Would be great if this would be an option!
Thanks a lot
Georg
I could imagine some small export dialogue with options like
* 'overview format' = txt, html or pdf
* 'include files' = pdfs, weblinks, notes, ... or all (multiple selections)
* 'library format' = zotero, bibtex, ris ... or all (multiple selections)
* 'output format' = folder, disk image with folders, .zip, .rar, ...
What do you think?
It nests all the files (e.g. PDFs) in folders that have "index key names", where each "index key" corresponds to a separate entry in Zotero. And the attached files are all there (and the PDFs have their original names).
Most of the PCs at my university are controlled by the IT department (makes sense) but they have not installed Firefox. Even if it was installed I'd have to get them to allow Zotero to be installed in addition.
Thanks
Perhaps there should eventually be XML style information to make the .rdf a little bit more approachable to browsers.
Assuming most of your links are for journals that your university has access to, you can use the sync beta & the 'my library' function of the Zotero site & follow links to the pages you had made the snapshots/attachments from in the first place. You might be able to use Portable Firefox (either from a USB stick or from within your user profile). Many times, you'll be able to install the extension yourself.
Both of these depend on the exact restrictions your IT department imposes, of course.
The "reports" feature mentioned by Rintze looks promising but is unsatisfactory: it does not include any attached files (e.g., PDF documents).
awk '/\.pdf/{s=$0; i=match($0,/<[^>]*>/); l=RLENGTH; r1=substr($0,i,l); s=substr($0,i+l); i=match(s,/<[^>]*>/); l=RLENGTH; pdf=substr(s,1,i-1); r2=substr(s,i); print r1 "<a href=\"" pdf "\">" pdf "</a>" r2}!/\.pdf/{print}'
I had the same problem and built a small tool to create an index that fulfills my needs. As fellow students liked it as well, I cleaned it up and put it into a small webpage so everyone can use it.
Have a look at http://zoteroindexer.3bbing.de and tell me what you think about it. Hope you like it!
The resulting index can be saved (ctrl+s) or simply printed, e.g. to a pdf and then be added to your CD.