Difference between revisions of "Eprint fields pub.pl"

From EPrints Documentation
Jump to: navigation, search
m
(Added page about config file (unfinished).)
Line 2: Line 2:
 
{{cfgd}}
 
{{cfgd}}
  
'''eprint_fields_pub.pl''' contains optional field definitions that are specific to the publications [[Flavours|flavour]].
+
'''eprint_fields_pub.pl''' contains optional field definitions that are specific to the publications [[EPrints Flavours|flavour]], whereas [[eprints_fields.pl]] contains generic optional fields.
 +
 
 +
In EPrints 3.4 the following field definitions are included in this file:
 +
* '''<code>full_text_status</code>''' - The availability of the full text, is it ''public'', ''restricted'' or ''none''.  This value is determined from the presence and the ''security'' setting of documents associated with the eprint.
 +
* '''<code>monograph_type</code>''' - If the ''type'' is ''monograph'' what is its sub-type, (e.g. ''technical_report'', ''working_paper'', ''manual'', etc.).
 +
* '''<code>pres_type</code>''' - If the ''type'' is ''conference_item'' what is its sub-type, (e.g. ''keynote'', ''paper'', ''poster'', etc.)
 +
* '''<code>series</code> - The series (e.g. of books) of which this eprint is part.
 +
* '''<code>volume</code> - The volume (e.g. of a journal) the eprint is published.
 +
* '''<code>number</code> - The number/issue (e.g. of a journal) the eprint is published.
 +
* '''<code>article_number</code> - The article number (e.g. within a journal or journal series) of the eprint.
 +
* '''<code>place_of_pub</code> - The place of publication of the eprint. (E.g. where the publishing house is based).
 +
* '''<code>pagerange</code> - The page range (e.g. in a journal or book) of the eprint.
 +
* '''<code>pages</code> - The number of pages (e.g. in a journal or book) of the eprint.
 +
* '''<code>event_title</code> - The title of the event (e.g. a conference) associated with the eprint.
 +
* '''<code>event_location</code> - The location of the event (e.g. a conference) associated with the eprint.
 +
* '''<code>event_dates</code> - The dates of the event (e.g. a conference) associated with the eprint.  N.B. this is a free-text rather than a pair of date fields.
 +
* '''<code>event_location</code> - The type of the event (e.g. ''conference'', ''workshop'', etc.) associated with the eprint.
 +
* '''<code>patent_applicant</code> - The name of the applicant (person and/or organisation) applying for a patent associated with the eprint.
 +
* '''<code>institution</code> - The name of the institution associated with the eprint.
 +
* '''<code>department</code> - The name of the department (at the institution) associated with the eprint.
 +
* '''<code>thesis_type</code> - If the ''type'' is ''thesis'', the sub-type of thesis.  (E.g. ''doctoral'', ''masters'', etc.).
 +
* '''<code>thesis_name</code> - If the ''type'' is ''thesis'', the name of the thesis title.  (E.g. ''mphil'', ''phd'', ''dphil'', etc.).
 +
* '''<code>refereed</code> - Has the eprint been refereed, (e.g. for publciation to a journal).
 +
* '''<code>isbn</code> - The [https://en.wikipedia.org/wiki/International_Standard_Book_Number|ISBN] for the publication (e.g. a book) of the eprint.
 +
* '''<code>issn</code> - The [https://en.wikipedia.org/wiki/International_Standard_Serial_Number|ISSN] for the publication (e.g. a journal) of the eprint.

Revision as of 10:40, 27 January 2022

EPrints 3 Reference: Directory Structure - Metadata Fields - Repository Configuration - XML Config Files - XML Export Format - EPrints data structure - Core API - Data Objects


Back to cfg.d

eprint_fields_pub.pl contains optional field definitions that are specific to the publications flavour, whereas eprints_fields.pl contains generic optional fields.

In EPrints 3.4 the following field definitions are included in this file:

  • full_text_status - The availability of the full text, is it public, restricted or none. This value is determined from the presence and the security setting of documents associated with the eprint.
  • monograph_type - If the type is monograph what is its sub-type, (e.g. technical_report, working_paper, manual, etc.).
  • pres_type - If the type is conference_item what is its sub-type, (e.g. keynote, paper, poster, etc.)
  • series - The series (e.g. of books) of which this eprint is part.
  • volume - The volume (e.g. of a journal) the eprint is published.
  • number - The number/issue (e.g. of a journal) the eprint is published.
  • article_number - The article number (e.g. within a journal or journal series) of the eprint.
  • place_of_pub - The place of publication of the eprint. (E.g. where the publishing house is based).
  • pagerange - The page range (e.g. in a journal or book) of the eprint.
  • pages - The number of pages (e.g. in a journal or book) of the eprint.
  • event_title - The title of the event (e.g. a conference) associated with the eprint.
  • event_location - The location of the event (e.g. a conference) associated with the eprint.
  • event_dates - The dates of the event (e.g. a conference) associated with the eprint. N.B. this is a free-text rather than a pair of date fields.
  • event_location - The type of the event (e.g. conference, workshop, etc.) associated with the eprint.
  • patent_applicant - The name of the applicant (person and/or organisation) applying for a patent associated with the eprint.
  • institution - The name of the institution associated with the eprint.
  • department - The name of the department (at the institution) associated with the eprint.
  • thesis_type - If the type is thesis, the sub-type of thesis. (E.g. doctoral, masters, etc.).
  • thesis_name - If the type is thesis, the name of the thesis title. (E.g. mphil, phd, dphil, etc.).
  • refereed - Has the eprint been refereed, (e.g. for publciation to a journal).
  • isbn - The [1] for the publication (e.g. a book) of the eprint.
  • issn - The [2] for the publication (e.g. a journal) of the eprint.