CV on zotero.org
I've been testing out Zotero's CV functionality, e.g., see http://www.zotero.org/ilyagoldin/cv . I really like how I can create a list of publications based on items already in my Zotero library!
What would make Zotero's CV generation useful to me is the following:
- CV entries that have non-numeric publication dates should be printed as such. Presently, the site is omitting "dates" for my two journal papers such as "under review" and "accepted", and that makes my CV look like I'm misrepresenting myself!
- CV entries need to be sorted from most recent to earliest, with entries with non-numeric "dates" sorted as more recent than those with numeric dates
- CV entries should have all authors spelled out (i.e., turn off or make optional the grouping by co-authors)
- URL and DOI metadata should be encoded as hyperlinks, not text
Unfortunately, the first issue above is a deal-breaker for me! I can't have a publication list that misrepresents what I've actually accomplished, so please let me know if this is not something you can fix quickly. If not, I'll have to take down this CV.
What would make Zotero's CV generation useful to me is the following:
- CV entries that have non-numeric publication dates should be printed as such. Presently, the site is omitting "dates" for my two journal papers such as "under review" and "accepted", and that makes my CV look like I'm misrepresenting myself!
- CV entries need to be sorted from most recent to earliest, with entries with non-numeric "dates" sorted as more recent than those with numeric dates
- CV entries should have all authors spelled out (i.e., turn off or make optional the grouping by co-authors)
- URL and DOI metadata should be encoded as hyperlinks, not text
Unfortunately, the first issue above is a deal-breaker for me! I can't have a publication list that misrepresents what I've actually accomplished, so please let me know if this is not something you can fix quickly. If not, I'll have to take down this CV.
The links can be done unless someone has a reason they shouldn't be.
As to 1, is there a reason not to keep a 'published' collection and point the C.V. at that?
As to 1, my true CV consists of both published and not-yet-published works. (Just as it's acceptable to cite not-yet-published works.) It's a bug that Zotero cannot handle non-numeric dates.
@fcheslak - well, you certainly tweaked something. Now I get "An error occurred" in every section of the online CV!
Remaining issues, some cosmetic, some functional:
- URL and DOI metadata should be encoded as hyperlinks, not text
- All styles have unnecessary left indentation.
- For CVs, there are two features that would be very useful for all styles, overriding the default style settings: sort order and numbering. I want to sort in reverse chronological, regardless of author, with non-numeric dates as more recent than real dates. And I want to number all publications, so that a reader looking at my CV can be easily (un)impressed.
- IEEE needs an between the [number] of the entry and the first author's name.
- Style names in CV editor do not match names on zotero.org/styles (e.g., see "National Library of Medicine Grant").
- Would be nice if CV editor had a "Save C.V." button at top and bottom of page, and a "View your C.V." link (or button) at top and bottom.
Alternately, allow selection from any of the available styles (certainly a drop box won't work for that).
Alternate 2: in the settings allow the user to select a default style for the cv from the whole list.
Looking through the styles I'm quite surprised that there isn't a CV style already.
You should feel free to take a common style (Chicago, APA or so) and adapt it for CV usage and we'll be happy to upload it:
https://github.com/citation-style-language/styles/wiki/Submitting-Styles
Could you upload that as a server-side option for the CV renderer?
The only change from APA 6th is really
<bibliography ...>
<sort>
<key macro="issued" sort="descending"/>
<key macro="issued-sort" sort="ascending"/>
</sort>
But we should probably check that on xbiblio and include it in the specs.
I think the point is that dates aren't supposed to be literal strings, which is why the is-numeric test doesn't work. Not looking for the discussion on that on xbiblio - feel like we've had this 3 times already...