citation in item view?

494 views
Skip to first unread message

Borda, Susan

unread,
Nov 6, 2015, 12:23:45 PM11/6/15
to dspace-c...@googlegroups.com
Hi-
Does anyone display the citation in the item view along with the URI, Abstract, etc? 
dc.identifier.citation

Thanks,
susan
— 
Susan Borda
Digital Technologies Development Librarian
Montana State University Library


Cameron Kainerstorfer

unread,
Nov 6, 2015, 1:34:36 PM11/6/15
to dspace-c...@googlegroups.com

We’ve begun adding citations for our Annual Medical Student Research Forum collection (http://repositories.tdl.org/utswmed-ir/handle/2152.5/1482). The reason we opted to add them is for convenience, so users could simply copy and paste as needed. It’s not ideal, because it is specific to one citation format, and is manually-created, but it has come in handy. Part of the decision to add them to that collection was also based on our experience using them with the Library Staff Publications and Presentations collection (https://repositories.tdl.org/utswmed-ir/handle/2152.5/976).

 

—Cameron

________________________

Cameron Kainerstorfer, MSIS

Digital Collections Manager/Digital Archivist

Health Sciences Digital Library and Learning Center
UT Southwestern Medical Center
5323 Harry Hines Blvd., Dallas, TX 75390-9049

cameron.kainerstorfer at utsouthwestern.edu

http://library.utsouthwestern.edu

--
You received this message because you are subscribed to the Google Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-communi...@googlegroups.com.
To post to this group, send email to dspace-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.



UT Southwestern

Medical Center

The future of medicine, today.

George Kozak

unread,
Nov 6, 2015, 3:34:18 PM11/6/15
to Borda, Susan, dspace-c...@googlegroups.com
Susan:

We at Cornell University display dc.identifier.citation on the item view page along with a number of other fields.
George Kozak
Cornell University


--
You received this message because you are subscribed to the Google Groups "DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-communi...@googlegroups.com.
To post to this group, send email to dspace-c...@googlegroups.com.
Visit this group at http://groups.google.com/group/dspace-community.
For more options, visit https://groups.google.com/d/optout.



--
***************************
George Kozak
Digital Library Specialist
Cornell University Library - IT
218 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924

Borda, Susan

unread,
Nov 6, 2015, 3:41:15 PM11/6/15
to dspace-c...@googlegroups.com
Hi-
Thanks to all that have replied to my question, the fine folks at KU were able to give me the code I was looking for. I’m hoping to have it pushed to production here shortly.

-susan
— 
Susan Borda
Digital Technologies Development Librarian
Montana State University Library


From: <dspace-c...@googlegroups.com> on behalf of Susan Borda <susan...@montana.edu>
Date: Friday, November 6, 2015 at 10:23 AM
To: "dspace-c...@googlegroups.com" <dspace-c...@googlegroups.com>
Subject: [dspace-community] citation in item view?

Reed, Marianne A.

unread,
Nov 6, 2015, 3:42:17 PM11/6/15
to Borda, Susan, dspace-c...@googlegroups.com

We’re always happy to help, Susan.

 

Marianne Reed

Digital Initiatives Coordinator

450 Watson Library

University of Kansas Libraries

mr...@ku.edu

785-864-8913

Jozef Misutka

unread,
Nov 6, 2015, 5:42:34 PM11/6/15
to dspace-c...@googlegroups.com
Dear Susan,

probably not what you intended to hear but for the record, we are dynamically creating citations from the metadata fetched by REST API using a javascript library.
This way, we can easily add new citation formats, display citations on external sites,  add additional information and other things.
Example citation: https://lindat.mff.cuni.cz/repository/xmlui/handle/11234/LRT-1478
The citation part is not really complicated but it is integrated into our tool and therefore, cannot be reused easily [1].

However, I would like to mention another approach which would solve this in a generic way for repositories using the handle system.
If DSpace returns specific metadata (title, authors, year, ...) for the handle records themselves [2,3], you could use that for e.g., creating the citation.
It is an analogy to the DOI minimal metadata set (different for different types) but stored transparently in the PID record itself. With minimal effort, it could be used for other services e.g., simple searchable metadata databases. If you find it interesting, you should read [4] - not sure about that specific implementation but the idea of having the semantics included in the metadata is important.

Best,
Jozef

[1] https://github.com/ufal/lindat-common
[2] http://hdl.handle.net/11234/1-1520?noredirect
[3] https://github.com/ufal/lindat-dspace/blob/lindat/dspace-api/src/main/java/org/dspace/handle/HandlePlugin.java#L234
[4] https://rd-alliance.org/groups/pid-information-types-wg.html

Pottinger, Hardy J.

unread,
Nov 17, 2015, 3:51:06 PM11/17/15
to Borda, Susan, dspace-c...@googlegroups.com
Hi, the topic of citations comes up from time to time. The DSpace XMLUI already includes embedded citation objects [1] using OpenURL COinS [2]. So... in a way, this job is already done, albeit just in the XMLUI--you just need a citation manager that can read COinS. Lots of suggestions on ways to use them are on the OpenURL page I just linked.

The DSpace committers have had a few discussions on this topic, and it usually boils down to "I think we've already made citations available". Actually formatting the citations to a certain style is probably not a job we want DSpace to do. Especially if there is dedicated citation management software that does a much better job. But, we can always discuss new use cases.

With the new UI project kicking into gear, you may want to add a use case [3] for citations (perhaps just to note that offering COinS, like the XMLUI, is desirable). I just glanced, there does not appear to be a use case concerning citations (yet).

--Hardy

[1] https://github.com/DSpace/DSpace/search?utf8=%E2%9C%93&q=COinS
[2] http://ocoins.info/
[3] https://wiki.duraspace.org/display/DSPACE/Use+Cases


From: dspace-c...@googlegroups.com [dspace-c...@googlegroups.com] on behalf of Borda, Susan [susan...@montana.edu]
Sent: Friday, November 06, 2015 11:23 AM
To: dspace-c...@googlegroups.com

Subject: [dspace-community] citation in item view?

Borda, Susan

unread,
Nov 17, 2015, 3:55:15 PM11/17/15
to Pottinger, Hardy J., dspace-c...@googlegroups.com
Hi Hardy-
I have it working now, we have a field for citation so it was just a matter of rendering it on the item view.

Thanks,
s

— 
Susan Borda
Digital Technologies Development Librarian
Montana State University Library


Denkinson, Grant W.

unread,
Nov 23, 2015, 5:10:02 AM11/23/15
to dspace-c...@googlegroups.com

I’d like us to offer a service as good or better than the publishers where you can get a citation in plain text or in a form that can go directly into a reference manager.

I’d also like a “share” button that allows people to send a link to whatever social media platform they use.

 

These both come from (still evolving) thinking about what we want a user to do when they get to a record on our site:

Read the manuscript, make a note for later, cite it, tell others…

I’m also interested in what else they might do next: read other similar papers, find more from the same author or research group, make contact with the author or research group etc.

 

Grant

 

Grant Denkinson
Manager of Leicester Research Archive (LRA)

 

University Library,
University of Leicester, University Road, Leicester, LE1 7RH, UK

 

t: +44 (0)116 252 2063
e:  gd...@leicester.ac.uk
w: www.le.ac.uk

Follow us on Twitter or visit our Facebook page

 

 

Andrea Schweer

unread,
Nov 23, 2015, 2:56:36 PM11/23/15
to Denkinson, Grant W., dspace-c...@googlegroups.com
Hi Grant,

responses in-line below.


On 23/11/15 23:09, Denkinson, Grant W. wrote:

I’d like us to offer a service as good or better than the publishers where you can get a citation in plain text or in a form that can go directly into a reference manager.


There are some tickets in our issue tracker that are related to what you're asking for:
https://jira.duraspace.org/browse/DS-2471 - Ability to export citations in common formats (e.g. RIS)
https://jira.duraspace.org/browse/DS-1439 - Generate the citation for a DSpace item from other metadata fields

Both are currently marked "volunteer needed" - so someone needs to write code for this functionality and/or share code they already have locally. You might like to "vote" for these and/or leave comments. This won't guarantee that this functionality will be developed, but if others have code to share, seeing that there is interest in the community should make it more likely that the code actually is shared.

You could also look through the list of DSpace use cases (https://wiki.duraspace.org/display/DSPACE/Use+Cases) and make sure there are use cases that cover this area of functionality. You may know that DSpace is currently going through a roadmapping process; the use case list will help inform future development.

I have code locally that allows people to export to EndNote. However, (a) it would probably need some serious clean-up before it would be of use to others; (b) since a lot of the metadata fields needed by EndNote don't exist in the standard DSpace metadata registries, each site would need to do quite a bit of configuration to enable this; and (c) it's XMLUI-only. The deadline for feature pull requests for 6.0 is now past I believe, but we could look into contributing this for 7.0 if people are interested (keeping in mind that this may involve a bigger rewrite anyway). We also have (separate) functionality to export citation or citation+abstract to MS Word for a single item as well as for search results.


I’d also like a “share” button that allows people to send a link to whatever social media platform they use.


This is a relatively easy customisation if you have technical people working on your repository. You might like to post to dspace-tech (including your DSpace version, whether you're using XMLUI or JSPUI, and if XMLUI then which theme) and ask for help with this.


These both come from (still evolving) thinking about what we want a user to do when they get to a record on our site:

Read the manuscript, make a note for later, cite it, tell others…

I’m also interested in what else they might do next: read other similar papers, find more from the same author or research group, make contact with the author or research group etc.


I really like this approach for figuring out what should be on repository item pages! If you get anything more out of your brainstorm, please add use cases to the DSpace wiki (or even just add one big placeholder one with pretty much the information you put into this e-mail).

cheers,
Andrea
-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
+64-7-837 9120
Reply all
Reply to author
Forward
0 new messages