Difference between revisions of "CoNE Journal"

From MPDLMediaWiki
Jump to navigation Jump to search
Line 4: Line 4:
This is based on a first functional specification [[Talk:CoNE_Journal| on discussion page]]
This is based on a first functional specification [[Talk:CoNE_Journal| on discussion page]]


==Current Resources==
==Related Functionality==
'''Status''': The current implementation does not assume manual additions of journal records directly via CONE, but an automatic ingestion from the SFX knowledge base only. Therefore, the SFX-ID has been used as primary identifier by CONE so far, but this proves to be no reliable solution, e.b. because SFX-IDs are maintained by ExLibris' team only (-> Not all journals will have an SFX-ID already - because they are too new, etc.)
can be found on functional specification for  [[Managing_CoNE_entities_-_Journals |managing the CoNe entity Journal]]
 
'''Discussion''':
 
An ID other than SFX should be used as unique ID, as it is not possible to find out SFX-IDs for journal names, which one wants to add. Maybe we can use own IDs like for persons or the ZDB-ID? --[[User:Nicole|Nicole]] and [[User:Karin|Karin]]
 
: I agree, SFX-ID should not be used. We chose SFX because in our initial datasets this was the identifier that was best populated, compared to ISSN. But what else? If we took our own ID we would not have "Control of Named Entities" anymore, just "Named Entities". --[[User:MFranke|MFranke]]
:: Please note that the [[Service_for_Control_of_Named_Entities#Create_an_authority_record|use cases below]] assume that the "authority" is represented by a special set of pubman users - which could be an argument for following Natasa's proposal below (local identifiers, records extended by authoritative data) --[[User:Inga|Inga]] 16:16, 14 April 2009 (UTC)
 
: Please consider that NIMS has high interest in contributing to quality to the journal data, but they do not have any SFX service they could use. I am therefore not sure, if it is good idea to bind the "quality management", i.e the authorisation of entries, to SFX. Still, to offer SFX as optional "quality check" might be of good use at least in MPG. --[[User:Uat|Ulla]]
 
: Can we use ZDB-ID instead maybe? This is at least easier to find out than SFX :-). Inga, is ZDB-ID unique? We only have to think about what to do if there is not ZDB-ID. --[[User:Nicole|Nicole]] 15:41, 14 April 2009 (UTC)
 
:: I guess you may run into similar problems with the ZDB-ID as well, i.e. the registry is controlled by an external authority and new journals may not necessarily be available in the moment they are required. I'm not sure how well Japanese titles are covered as well. But, the ZDB-ID is available in a range of systems (incl. EZB) - which may be a big pro.<br>Additional note: If it's only a "usability problem" with retrieving the SFX-ID: I could add it to the sfx menu as an intermediate solution, e.g. [http://sfx.mpg.de/sfxtst3?ctx_enc=info%3Aofi%2Fenc%3AUTF-8&ctx_ver=Z39.88-2004&rfr_id=info%3Asid%2Fsfxit.com%3Acitation&rft.genre=journal&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&sfx.title_search=exact&url_ctx_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Actx&url_ver=Z39.88-2004&rft.issn=0070-4342 example] - or a bit more hidden ;) --[[User:Inga|Inga]] 17:08, 14 April 2009 (UTC)
 
===Uniqueness of SFX-ID===
SFX-ID is not unique as you can see here
* http://dev-pubman.mpdl.mpg.de:8080/cone/rdf/journals/urn:sfx:110975506069213_1 (Zoology - Analysis of Complex Systems, 0944-2006)
* http://dev-pubman.mpdl.mpg.de:8080/cone/rdf/journals/urn:sfx:110975506069213_2 (Zoologischer Anzeiger, 0044-5231)
 
: Ya, I do remember that Natasa informed me about this occurrences long time ago, but I never found the time to follow-up in detail. After checking the incident today, I believe that my lookup-up script may have been confused by SFX-IDs of "relatedObjects" (a feature which have been introduced to the SFX KB in beginning of 2008). For the example above, following SFX-IDs would be correct
:* Zoology - Analysis of Complex Systems, 0944-2006: 954925572911, see [http://sfx.mpg.de/sfx_local?&url_ver=Z39.88-2004&url_ctx_fmt=info:ofi/fmt:kev:mtx:ctx&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=journal&sfx.response_type=simplexml&rft.issn=0944-2006 request at SFX-API]
:* Zoologischer Anzeiger, 0044-5231: 954925454928 [http://sfx.mpg.de/sfx_local?&url_ver=Z39.88-2004&url_ctx_fmt=info:ofi/fmt:kev:mtx:ctx&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=journal&sfx.response_type=simplexml&rft.issn=0044-5231 request at SFX-API]
:... and both objects are related to "Verhandlungen der deutschen Zoologen" with SFX-ID 110975506069213. Sorry! --[[User:Inga|Inga]] 15:10, 14 April 2009 (UTC)
 
===How to retrieve an SFX-ID for a journal? ===
Technically it is already possible to add new entries. To retrieve the SFX-ID you may either
* search for the journal title via [http://sfx.mpg.de/sfxlcl3/cgi/core/citation-linker.cgi?rft.genre=journal MPG/SFX citation linker]. The source code of the corresponding SFX menu includes the object-id, e.g.
'rft.object_id' => '954925427230'
* request the [http://sfx.mpg.de/sfx_local?&url_ver=Z39.88-2004&url_ctx_fmt=info:ofi/fmt:kev:mtx:ctx&rft_val_fmt=info:ofi/fmt:kev:mtx:journal&rft.genre=journal&sfx.response_type=simplexml&rft.issn=0959-3330 SFX API]. The context object hash includes the element
<item key="rft.object_id">954925578060</item>
 
'''Important Notice''': several object identifiers may be listed for one request due to "relatedObject" feature (see examples above)
===Questions for service implementation and data===
 
''Michael, Natasa''--[[User:Natasab|Natasa]] 16:40, 27 August 2008 (UTC)
 
*AUTOSUGGESTION
**would it be OK to autosuggest only journals that have SFX-ID
**suggested list to contain SFX-ID and edoc journal name (as it is normalized)
**TEST TO TRY:
1) lucene index compound from searchable fields
2) add special triple for autosuggest results for each journal
3) each journal contains regularly metadata as defined
 
*JOURNAL MAINTENANCE
**if new journals are added must / can they always acquire SFX-ID? If needed, HOW? e.g. send first to SFX, get back jouID, then assign real ID
 
==Functionalities==
 
Proposal by [[User:Natasab|Natasa]]
# each new Journal entry, if not selected from a list has a growing (local Id)
# authorizing it may mean some integration with SFX/ZDB, e.g. by  obtaining an SFX-ID via SFX API or ZDB z39.50 interface
#* authorizing it may mean actually even relating it to an existing SFX-ID in Cone (e.g. name alternatives )?
# the identifier metadata on the publication will not be changed, some interfaces changes though would be required for Cone service.
 
Another alternative, which would be a bit more heavy would be to:
# allow only authorized journal entries in the metadata
# have "journal entry user" who will take requests for new journal entries
# enter somehow in SFX-ID (that is if any SFX integration would be possible)
# Only afterwards modify the submission (or enable some automated utility for update of journal identifiers)
 
Before writing detailed functional specification, please check [[Talk:Service_for_Control_of_Named_Entities |here]]!!
 
==Potential Resources==
Additional external resoures for journal and series names:
=== Journal ===
 
{|style="font-size=50%" border="1"
! Name of service                               
! Scope
! Info
! Formats supported
! Interfaces
! Costs
! Access
|-
|Zeitschriftendatenbank (ZDB)
|ca. 1,3 mio records
|[http://www.zeitschriftendatenbank.de/datendienste/index.html Introduction]
|MAB2, UNIMARC, SUTRS
|Z39.50
|
|It has to be clarified with the GWDG if a tailored version of the ZDB (only listing MPG licensed journals) is available.
|-
|ISSN Register
|1.284.413 records (2006)
|http://www.issn.org
|MARC21, UNIMARC
|Z39.50
|[http://www.issn.org/files/active/0/Order%20form%202008%20and%20Licence%20Agreement.pdf costs]
|Access via the ISSN portal or Z39.50 or via a combined web access Z39.50 and ISSN portal
|}
 
=== Rights ===
  There is no decision yet, how/if to include the right statement. See [[Talk:CoNE_Journal#on_Rights_statement |Discussion on rights statement]]
 
{|style="font-size=50%" border="1"
! Name of service                               
! Scope
! Info
! Formats supported
! Interfaces
! Costs
! Access
|-
|SHERPA/RoMEO
Publishers copyright policies&self-archiving
|340 publishers (July 2007)
|http://www.sherpa.ac.uk/romeo.php
|XML
|[http://www.sherpa.ac.uk/romeo/api.html Prototype API]
|[http://www.sherpa.ac.uk/romeoreuse.html Conditions of re-use]
|[http://www.sherpa.ac.uk/romeo/api.html Prototype API]
|-
|Directory of Open Access Journals (DOAJ)
|2.987 journals, 164.284 articles (5th of December 2007)
|http://www.doaj.org
|XML
|OAI-PMH
|[http://www.doaj.org/doaj?func=loadTempl&templ=faq#restrictions Conditions of re-use]
|[http://www.doaj.org/doaj?func=loadTempl&templ=faq#metadata OAI-PMH]
|}
 
==Related information ==
 
RDF schema: http://schemas.library.nhs.uk/ApplicationProfile/Journal.rdf
: This looks quite comprehensive and we just need a small subset . After 10 minutes analyzing the schema, I'm not sure how the identifiers are further encoded (ISSNURL?). My vote: too complex, reduce it to minimum? --[[User:Inga|Inga]] 16:47, 29 November 2007 (CET)
 
NLM DTD: http://dtd.nlm.nih.gov/publishing/tag-library/2.3/n-z4u0.html
 


[[Category:Metadata]]
[[Category:Metadata]]
[[Category:ESciDoc]]
[[Category:ESciDoc]]
[[Category:PubMan Functional Specification]]
[[Category:PubMan Functional Specification]]

Revision as of 21:22, 24 August 2009

Current Metadata

can be found here: current metadata configuration.

This is based on a first functional specification on discussion page

Related Functionality

can be found on functional specification for managing the CoNe entity Journal