Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create variable "rights" or "copyright" and map Zotero's "Rights" field #63

Open
adam3smith opened this issue Nov 15, 2013 · 8 comments

Comments

@adam3smith
Copy link
Collaborator

https://forums.zotero.org/discussion/27438?page=1#Item_2
Use case isn't exactly a citation style, but would be very useful in creating quasi-citation labels for images and other artwork

@rmzelle
Copy link
Collaborator

rmzelle commented Nov 15, 2013

"license"?

@adam3smith
Copy link
Collaborator Author

I like license - less ambiguous than "rights", shorter than "copyright" and as a minor bonus it also applies to the software category.

@swifterslb
Copy link

swifterslb commented Oct 4, 2017

Sorry to revive an old thread, but I'd like to ask if this has been implemented. Has there been a CSL field that maps "Rights" in Zotero (maybe also "Legal Status" in Mendeley)? My organization would like to mention CC licensing in reference items. Thanks.

@rmzelle
Copy link
Collaborator

rmzelle commented Oct 6, 2017

@swifterslb, no. There hasn't been an update to CSL since this ticket was opened. I don't expect a lot of opposition to addition a CSL variable for licensing information, but it will be a while before we have another release ready we can add it to.

@adam3smith adam3smith added this to the CSL 1.2 milestone Apr 26, 2018
@denismaier
Copy link

So, should we add license?

@dstillman
Copy link
Member

dstillman commented Aug 23, 2021

Should we rename Rights to License in Zotero and map it? "Rights" has always been a fairly confusing label.

@adam3smith
Copy link
Collaborator Author

I like that, yes.

@bwiernik
Copy link
Collaborator

Agreed

dstillman added a commit to zotero/zotero-schema that referenced this issue Aug 28, 2021
- Add `place`, `eventPlace`, and `publisher` to more item types (closes
  zotero/zotero-bits#6)
- Add `publisher` and `place` to `journalArticle`, `newspaperArticle`,
  and `magazineArticle` (closes zotero/zotero-bits#16)
- Add `publisher` and `place` to `webpage` (closes
  zotero/zotero-bits#30)
- Add `place` and `type` for `document` (closes zotero/zotero-bits#18)
- Add `translator` to more item types (closes zotero/zotero-bits#64)
- Add `sessionTitle` (`publication`) and `chair`/`organizer` to
  `presentation` (closes zotero/zotero-bits#60)
- Rename "Rights" to "License" (but keep as `rights` to reduce migration
  trouble) (closes zotero/zotero-bits#63)
- Add many creator types to item types (closes zotero/zotero-bits#77)
- Add `editor` creator type to `report` (closes zotero/zotero-bits#31)
- Move `pages` to `numPages` in `report` (addresses
  zotero/zotero-bits#38)
- Add `number` to `manuscript` (addresses zotero/zotero-bits#19)
- Add `volume` and `issue` to `newspaperArticle` (closes
  zotero/zotero-bits#17)
- Add `isbn`, `issn`, `seriesNumber`, and `series` to `thesis` (closes
  zotero/zotero-bits#15)
- Add `format` to `book` and `bookSection` (closes
  zotero/zotero-bits#14)
- Add `migrations` mechanism (tentative)
dstillman added a commit to zotero/zotero-schema that referenced this issue Nov 17, 2021
- Add `place`, `eventPlace`, and `publisher` to more item types (closes
  zotero/zotero-bits#6)
- Add `publisher` and `place` to `journalArticle`, `newspaperArticle`,
  and `magazineArticle` (closes zotero/zotero-bits#16)
- Add `publisher` and `place` to `webpage` (closes
  zotero/zotero-bits#30)
- Add `place` and `type` for `document` (closes zotero/zotero-bits#18)
- Add `translator` to more item types (closes zotero/zotero-bits#64)
- Add `sessionTitle` (`publication`) and `chair`/`organizer` to
  `presentation` (closes zotero/zotero-bits#60)
- Rename "Rights" to "License" (but keep as `rights` to reduce migration
  trouble) (closes zotero/zotero-bits#63)
- Add many creator types to item types (closes zotero/zotero-bits#77)
- Add `editor` creator type to `report` (closes zotero/zotero-bits#31)
- Move `pages` to `numPages` in `report` (addresses
  zotero/zotero-bits#38)
- Add `number` to `manuscript` (addresses zotero/zotero-bits#19)
- Add `volume` and `issue` to `newspaperArticle` (closes
  zotero/zotero-bits#17)
- Add `isbn`, `issn`, `seriesNumber`, and `series` to `thesis` (closes
  zotero/zotero-bits#15)
- Add `format` to `book` and `bookSection` (closes
  zotero/zotero-bits#14)
- Add `migrations` mechanism (tentative)
dstillman added a commit to zotero/zotero-schema that referenced this issue Nov 17, 2021
- Add `place`, `eventPlace`, and `publisher` to more item types (closes
  zotero/zotero-bits#6)
- Add `publisher` and `place` to `journalArticle`, `newspaperArticle`,
  and `magazineArticle` (closes zotero/zotero-bits#16)
- Add `publisher` and `place` to `webpage` (closes
  zotero/zotero-bits#30)
- Add `place` and `type` for `document` (closes zotero/zotero-bits#18)
- Add `translator` to more item types (closes zotero/zotero-bits#64)
- Add `sessionTitle` (`publication`) and `chair`/`organizer` to
  `presentation` (closes zotero/zotero-bits#60)
- Rename "Rights" to "License" (but keep as `rights` to reduce migration
  trouble) (closes zotero/zotero-bits#63)
- Add many creator types to item types (closes zotero/zotero-bits#77)
- Add `editor` creator type to `report` (closes zotero/zotero-bits#31)
- Move `pages` to `numPages` in `report` (addresses
  zotero/zotero-bits#38)
- Add `number` to `manuscript` (addresses zotero/zotero-bits#19)
- Add `volume` and `issue` to `newspaperArticle` (closes
  zotero/zotero-bits#17)
- Add `isbn`, `issn`, `seriesNumber`, and `series` to `thesis` (closes
  zotero/zotero-bits#15)
- Add `format` to `book` and `bookSection` (closes
  zotero/zotero-bits#14)
- Add `migrations` mechanism (tentative)
dstillman added a commit to zotero/zotero-schema that referenced this issue Jun 29, 2022
- Add `place`, `eventPlace`, and `publisher` to more item types (closes
  zotero/zotero-bits#6)
- Add `publisher` and `place` to `journalArticle`, `newspaperArticle`,
  and `magazineArticle` (closes zotero/zotero-bits#16)
- Add `publisher` and `place` to `webpage` (closes
  zotero/zotero-bits#30)
- Add `place` and `type` for `document` (closes zotero/zotero-bits#18)
- Add `translator` to more item types (closes zotero/zotero-bits#64)
- Add `sessionTitle` (`publication`) and `chair`/`organizer` to
  `presentation` (closes zotero/zotero-bits#60)
- Rename "Rights" to "License" (but keep as `rights` to reduce migration
  trouble) (closes zotero/zotero-bits#63)
- Add many creator types to item types (closes zotero/zotero-bits#77)
- Add `editor` creator type to `report` (closes zotero/zotero-bits#31)
- Move `pages` to `numPages` in `report` (addresses
  zotero/zotero-bits#38)
- Add `number` to `manuscript` (addresses zotero/zotero-bits#19)
- Add `volume` and `issue` to `newspaperArticle` (closes
  zotero/zotero-bits#17)
- Add `isbn`, `issn`, `seriesNumber`, and `series` to `thesis` (closes
  zotero/zotero-bits#15)
- Add `format` to `book` and `bookSection` (closes
  zotero/zotero-bits#14)
- Add `migrations` mechanism (tentative)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

6 participants