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

Archival Collection #27

Open
erazlogo opened this issue Jan 25, 2011 · 11 comments
Open

Archival Collection #27

erazlogo opened this issue Jan 25, 2011 · 11 comments

Comments

@erazlogo
Copy link
Collaborator

Archival Collection type had been discussed on the forum and tickets, and will definitely need to be added for hierarchical item types, but it would be nice to add them now. Online archival collections are similar to Data Sets, but physical collections are different obviously.

https://github.com/ajlyon/zotero-bits/wiki/ArchivalCollectionType

@avram
Copy link
Collaborator

avram commented Jan 25, 2011

I think we'll need Archive and Loc. in Archive, just like other items types. That makes the logic of how this relates to hierarchical items a little difficult, simply because Archival Collection captures only part of the meaning of Loc. in Archive.

I think we'll want some sort of medium (electronic, microfilm, etc.) and extent (pages, number of items) variables/fields here too.

I'm still wary of how this is related to Data Set -- I thought Data Set was being considered for things like published quantitative data, genetic data, text corpora, etc. I believe that the citation requirements are different enough to make a shared treatment in CSL problematic.

@avram
Copy link
Collaborator

avram commented Feb 23, 2011

If I'm not mistaken, this type is intended to represent Finding Aids, like http://dla.library.upenn.edu/dla/ead/ead.html?id=EAD_upenn_museum_PUMu1022

@bdarcus
Copy link
Collaborator

bdarcus commented Oct 14, 2014

FWIW, when I designed CSL originally, I was writing a manuscript that included reference to many archival documents. But I never considered the possibility to cite the collections themselves. I was thinking of collections much like a periodical; a collection of documents you don't cite on their own.

@adam3smith
Copy link
Collaborator

which I think was a reasonable assumption, but turned out, as it has for periodicals (#23), that they are, in fact, cited as a whole, and at least for collections, not infrequently so--this comes up a ton when talk to historians.

@bdarcus
Copy link
Collaborator

bdarcus commented Oct 14, 2014

I think it'd be worth clarifying here those use cases. Putting lists of
collections at the top of a bibliography, for example (which I've seen
historians do), is not citing as we tend to mean it here. So when do people
cite collections directly?

@adam3smith
Copy link
Collaborator

From Chicago manual 14.233

In a bibliography, the main element is usually either the collection in which the specific item may be found, the author(s) of the items in the collection, or the depository for the collection. (Entries beginning with the name of the collection or the last name of the author—which sometimes overlap—tend to be easiest to locate in a bibliography.)

That's different from footnotes, that do refer, normally, to specific documents, but, also you'll note, those collections are definitely listed in the bibliography--they make a specific note to how they should be sorted in there--not at the top/end etc.

@bdarcus
Copy link
Collaborator

bdarcus commented Oct 14, 2014

I recently moved, and can't find my copy of the CMS (along with most of my
books!). That excerpt, though, sounds like it's describing how to reference
a document within a collection (with its mention of the "the specific
item")?

On Tue, Oct 14, 2014 at 2:51 PM, Sebastian Karcher <notifications@github.com

wrote:

From Chicago manual 14.233

In a bibliography, the main element is usually either the collection in
which the specific item may be found, the author(s) of the items in the
collection, or the depository for the collection. (Entries beginning with
the name of the collection or the last name of the author—which sometimes
overlap—tend to be easiest to locate in a bibliography.)

That's different from footnotes, that do refer, normally, to specific
documents, but, also you'll note, those collections are definitely listed
in the bibliography--they make a specific note to how they should be
sorted in there--not at the top/end etc.


Reply to this email directly or view it on GitHub
#27 (comment).

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

Adding support for this issue/feature, following discussions with fellow archivists. My experience from trying to implement Zotero support for http://archives.nypl.org/ has been that the current data models don't really support archival metadata/collections, so this is an exciting feature to see implemented.

There's a draft extension to Schema.org for representing archival repositories and collections (https://archival.github.io/schema-org/about/), which may be a good place to start regarding modeling/mapping archival collections. From the perspective of implementation, it would allow for Zotero to only need a single translator, which would work on any site supporting the extended standard -- as well as providing a strong use case for implementing Schema.org for archival repositories.

Regarding modeling Archival Collections - would these be modeled as Items or Collections? The advantage of using a Collection model would be the built-in support for hierarchical data, which would allow for importing full finding aids into Zotero. This would enable things like folder/item-level citation generation and the ability to attach digital images to granular archival components (ref. https://guides.library.harvard.edu/zotero_archival_research for a sample use case).

@bwiernik
Copy link
Collaborator

bwiernik commented Feb 4, 2019

APA style also requires citing the geographic location of the the archive, so archive-place also seems like a necessary additional field.

@adam3smith
Copy link
Collaborator

Yes, of course -- archive-place is already in CSL and should be part of however Zotero decides to model archives.

@bwiernik
Copy link
Collaborator

bwiernik commented Feb 4, 2019

Ah, forgot archive-place was already in CSL

@denismaier denismaier added this to Proposed in Proposal Review Apr 19, 2020
@denismaier denismaier moved this from Proposed to Next in Proposal Review Apr 20, 2020
@bdarcus bdarcus moved this from In Progress to Accepted for Future Release in Proposal Review Apr 20, 2020
@bdarcus bdarcus removed this from Accepted for Future Release in Proposal Review Apr 20, 2020
bwiernik added a commit to bwiernik/schema that referenced this issue May 26, 2020
Gone through most of the issues in zotero-bits. Just a few that still need some thinking there. Still need to process schema, documentation, and csl-evolution

Closes citation-style-language#157 actor
Closes citation-style-language#179 part and part-title
Closes citation-style-language#163 available-date
Closes citation-style-language#114 contributor

Addresses zotero/zotero-bits#43 compiler
Addresses zotero/zotero-bits#27 archive_collection
Addresses citation-style-language/csl-evolution#22 archive_collection
Addresses zotero/zotero-bits#60 chair and organizer
Addresses zotero/zotero-bits#44 supplement
Addresses zotero/zotero-bits#32 division
bdarcus pushed a commit to citation-style-language/schema that referenced this issue Jun 7, 2020
Gone through most of the issues in zotero-bits. Just a few that still need some thinking there. Still need to process schema, documentation, and csl-evolution

Closes #157 actor
Closes #179 part and part-title
Closes #163 available-date
Closes #114 contributor

Addresses zotero/zotero-bits#43 compiler
Addresses zotero/zotero-bits#27 archive_collection
Addresses citation-style-language/csl-evolution#22 archive_collection
Addresses zotero/zotero-bits#60 chair and organizer
Addresses zotero/zotero-bits#44 supplement
Addresses zotero/zotero-bits#32 division
bdarcus pushed a commit to citation-style-language/schema that referenced this issue Jun 7, 2020
Add available-date date variables.

Add chair, compiler, contributor, executive-producer, organizer,
producer, performer name variables.

Add archive_collection, division, part-title string variables.

Closes #157, #179, #163, #114

Addresses zotero/zotero-bits#43
Addresses zotero/zotero-bits#27
Addresses zotero/zotero-bits#60
Addresses zotero/zotero-bits#44
Addresses zotero/zotero-bits#32
Addresses citation-style-language/csl-evolution#22
bdarcus added a commit to citation-style-language/schema that referenced this issue Jun 7, 2020
Add available-date date variable.

Add chair, compiler, contributor, executive-producer, organizer,
producer, performer name variables.

Add archive_collection, division, part-title string variables.

Finally, pretty-prints csl-data.json using prettier.

Closes #157, #179, #163, #114

Addresses zotero/zotero-bits#43
Addresses zotero/zotero-bits#27
Addresses zotero/zotero-bits#60
Addresses zotero/zotero-bits#44
Addresses zotero/zotero-bits#32
Addresses citation-style-language/csl-evolution#22
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