Pull Website Title in automatically for Create New Item From Current Page
Seems like most of the websites and blogs I visit aren't COiNS-enabled, so I wind up using the Create New Item From Current Page button a lot, and that defaults to the Web Page item type. Zotero clearly pulls whatever's in the title element into its Title field, which makes sense. But most CMSs also put the website's title and sometimes the author's name into that title element, so I then have to clean out the Title field, putting such information as the author's name and the website or blog's title into the proper fields. I'd love it if Zotero would try to do that for me -- most of the data is semi-structured, using characters such as the pipe | to distinguish between the page's title and the website's title. I'm sure Zotero would get it wrong sometimes if it did this, but as it is it's wrong (well, "wrong") ALL the time.
Some conventions have developed for this -- here's some examples of what's between web page title tags. You can see that it wouldn't be too hard to at least guess at what's the web page title and what's the web site title:
Even just telling Zotero to put anything after a pipe symbol into the Website Title field would save me a good chunk of time. Thanks!
Some conventions have developed for this -- here's some examples of what's between web page title tags. You can see that it wouldn't be too hard to at least guess at what's the web page title and what's the web site title:
<title>Building a Large-Scale Print-Journal Repository - Wired Campus - The Chronicle of Higher Education</title>
<title>National Digital Public Library Gets One Step Closer to Reality | Fast Company</title>
<title>JISC Digitisation Programme » The UK’s National Digital Library – A Digital Public Space</title>
<title>Google & the Future of Books by Robert Darnton | The New York Review of Books</title>
Even just telling Zotero to put anything after a pipe symbol into the Website Title field would save me a good chunk of time. Thanks!
I'm also hoping that we'll get some simplifications for site translators in the next release of Zotero, so that people can more easily and quickly implement them for new sites.
I wrote the Chronicle translator, and I'll look into fixing the blogs support-- it did work at one point.
Please go to http://github.com/ajlyon/zotero-bits/raw/master/LiveJournal.js and save the file to the translators directory of your Zotero data directory (http://www.zotero.org/support/zotero_data).
It should start working. A translator like this for WordPress could be written rather easily.