Difference between revisions of "User talk:Martin de la Iglesia"
Jump to navigation
Jump to search
(→Mapping of EndNote Standard Entries: more entries) |
(→Mapping of EndNote Standard Entries: more entries) |
||
Line 222: | Line 222: | ||
| PublishingInfo.Edition | | PublishingInfo.Edition | ||
| - | | - | ||
| if %0 = Book | | if %0 = Book, Report | ||
|- | |- | ||
| %7 (Edition) / Edition | | %7 (Edition) / Edition | ||
Line 229: | Line 229: | ||
| if %0 = Book Section | | if %0 = Book Section | ||
|- | |- | ||
| %8 (Date) / Date, - | | %8 (Date) / Date, -, Date | ||
| - | | - | ||
| - | | - | ||
| if %0 = Book [not exported from EndNote], Book Section | | if %0 = Book [not exported from EndNote], Book Section | ||
|- | |- | ||
| %9 (Type of Work) / Type of Work, - | | %8 (Date) / Date, -, Date | ||
| Date.Date | |||
| set Date.DateType to "created" | |||
| if %0 = Report | |||
|- | |||
| %9 (Type of Work) / Type of Work, -, Type | |||
| - | | - | ||
| - | | - | ||
| if %0 = Book [not exported from EndNote], Book Section | | if %0 = Book [not exported from EndNote], Book Section, Report | ||
|- | |- | ||
| %? (Subsidiary Author) / Translator | | %? (Subsidiary Author) / Translator | ||
Line 243: | Line 248: | ||
| set Creator.CreatorType to "Person"; set Creator.CreatorRole to "Translator" | | set Creator.CreatorType to "Person"; set Creator.CreatorRole to "Translator" | ||
| if %0 = Book, Book Section | | if %0 = Book, Book Section | ||
|- | |||
| %? (Subsidiary Author) / Department/Division | |||
| - | |||
| - | |||
| if %0 = Report [could be different from publisher and author's affiliation, so nowhere to map to] | |||
|- | |- | ||
| %@ (ISBN / ISSN) / ISBN | | %@ (ISBN / ISSN) / ISBN | ||
Line 253: | Line 263: | ||
| set Source.Identifier.IdType to "ISBN" | | set Source.Identifier.IdType to "ISBN" | ||
| if %0 = Book Section | | if %0 = Book Section | ||
|- | |||
| %@ (ISBN / ISSN) / Report Number | |||
| Source.Volume | |||
| set Source.Genre to "Series" | |||
| if %0 = Report | |||
|- | |- | ||
| %! (Short Title) / Short Title | | %! (Short Title) / Short Title |
Revision as of 12:33, 24 September 2009
draft:
Mapping of EndNote Standard Entries[edit]
EndNote field | PubMan field | additional settings | Comment / Condition |
---|---|---|---|
%A (Author) / Author | Creator.Person.CompleteName | set Creator.CreatorType to "Person"; set Creator.CreatorRole to "Author" | if %0 = Book, Book Section, Report. Please note that organization authors are treated as Persons. |
%B (Secondary Title) / Series Title | Source.Title | set Source.Genre to "Series" | if %0 = Book, Report |
%B (Secondary Title) / Book Title | Source.Title | set Source.Genre to "Book" | if %0 = Book Section |
%C (Place Published) / City | PublishingInfo.Place | - | if %0 = Book, Report |
%C (Place Published) / City | Source.PublishingInfo.Place | - | if %0 = Book Section |
%D (Year) / Year | Date.Date | set Date.DateType to "created" | if %0 = Book, Book Section, Report |
%E (Editor/Secondary Author) / Series Editor, Editor | Source.Creator.Person.CompleteName | set Source.Creator.CreatorType to "Person"; set Source.Creator.CreatorRole to "Editor" | if %0 = Book, Book Section, Report |
%F (Label) / Label | - | - | if %0 = Book, Book Section, Report |
%G (Language) / Language | Language | - | if %0 = Book, Book Section, Report |
%H (Translated Author) / Translated Author | Creator.Person.AlternativeName | - | if %0 = Book, Book Section, Report |
%I (Publisher) / Publisher, Institution | PublishingInfo.Publisher | - | if %0 = Book, Report [since Reports can be written *for* institutions by external authors, it can't be mapped to Creator.Person.Organization] |
%I (Publisher) / Publisher | Source.PublishingInfo.Publisher | - | if %0 = Book Section |
%J (Secondary Title (Journal Name)) / - | - | - | if %0 = Book, Book Section, Report |
%K (Keywords) / Keywords | Subject | - | if %0 = Book, Book Section, Report |
%L (Call Number) / Call Number | - | - | if %0 = Book, Book Section, Report |
%M (Accession Number) / Accession Number | - | - | if %0 = Book, Book Section, Report |
%N (Number (Issue)) / Series Volume | Source.Volume | If no other fields contain information about the source, set Source.Genre to "Series". | if %0 = Book |
%N (Number (Issue)) / Series Volume | - | - | if %0 = Book Section |
%N (Number (Issue)) / Document Number | Source.Volume | If no other fields contain information about the source, set Source.Genre to "Series". | if %0 = Report and if there's no %6 (Series Volume). |
%P (Pages) / Number of Pages | TotalNumberOfPages | - | if %0 = Book |
%P (Pages) / Pages | Source.StartPage, Source.EndPage | - | if %0 = Book Section |
%P (Pages) / Pages | Source.StartPage, Source.EndPage; or, if there's only one number: TotalNumberOfPages | If no other fields contain information about the source, set Source.Genre to "Book" [alternatively: Journal?]. | if %0 = Report |
%Q (Translated Title) / Translated Title | AlternativeTitle | - | if %0 = Book, Book Section, Report |
%R (DOI) / DOI | Identifier.Id | set Identifier.IdType to "DOI" | if %0 = Book, Book Section, Report |
%S (Tertiary Title) / -, Series Title, - | - | - | if %0 = Book, Book Section, Report |
%T (Title) / Title | Title | - | if %0 = Book, Book Section, Report |
%U (URL) / URL | Identifier.Id | set Identifier.IdType to "URI" | if %0 = Book, Book Section, Report |
%V (Volume) / Volume | AlternativeTitle | - | if %0 = Book. Add prefix, e.g. "vol. "? Alternatively, map %V to Source.SequenceNumber (the Source consisting of all volumes of the book. If there's a series, that series would become the Source.Source). |
%V (Volume) / Volume | Source.AlternativeTitle | - | if %0 = Book Section. Add prefix, e.g. "vol. "? |
%V (Volume) / Volume | Source.Volume | set Source.Genre to "Series" [?] | if %0 = Report and if there's no %6 (Series Volume). [Alternatively, map %V to AlternativeTitle and add prefix, e.g. "vol. "?] |
%W (Database Provider) / Database Provider | - | - | if %0 = Book, Book Section, Report |
%X (Abstract) / Abstract | Abstract | - | if %0 = Book, Book Section, Report |
%Y (Tertiary Author) / -, Series Editor | - | - | if %0 = Book, Book Section |
%Y (Tertiary Author) / Publisher | PublishingInfo.Publisher | - | if %0 = Report. Overwrites possible Publisher derived from %P/Institution. |
%Z (Notes) / Notes | - | - | if %0 = Book, Book Section, Report |
%0 (Reference Type) | [see Genre mapping] | - | if %0 = Book, Book Section, Report |
%1 - %4 (Custom 1 - 4) / - | - | - | if %0 = Book, Report |
%1 (Custom 1) / Section | - | - | if %0 = Book Section [isn't exported from EndNote anyway] |
%2 - %5 (Custom 2 - 4) / - | - | - | if %0 = Book Section |
%6 (Number of Volumes) / Number of Volumes | - | - | if %0 = Book. Alternatively, concatenate with Volume and map to AlternativeTitle, e.g. "vol. 2 (of 3)". |
%6 (Number of Volumes) / Number of Volumes | - | - | if %0 = Book Section. Alternatively, concatenate with Volume and map to Source.AlternativeTitle, e.g. "vol. 2 (of 3)". |
%6 (Number of Volumes) / Series Volume | Source.Volume | set Source.Genre to "Series" | if %0 = Report. |
%7 (Edition) / Edition | PublishingInfo.Edition | - | if %0 = Book, Report |
%7 (Edition) / Edition | Source.PublishingInfo.Edition | - | if %0 = Book Section |
%8 (Date) / Date, -, Date | - | - | if %0 = Book [not exported from EndNote], Book Section |
%8 (Date) / Date, -, Date | Date.Date | set Date.DateType to "created" | if %0 = Report |
%9 (Type of Work) / Type of Work, -, Type | - | - | if %0 = Book [not exported from EndNote], Book Section, Report |
%? (Subsidiary Author) / Translator | Creator.Person.CompleteName | set Creator.CreatorType to "Person"; set Creator.CreatorRole to "Translator" | if %0 = Book, Book Section |
%? (Subsidiary Author) / Department/Division | - | - | if %0 = Report [could be different from publisher and author's affiliation, so nowhere to map to] |
%@ (ISBN / ISSN) / ISBN | Identifier.Id | set Identifier.IdType to "ISBN" | if %0 = Book |
%@ (ISBN / ISSN) / ISBN | Source.Identifier.Id | set Source.Identifier.IdType to "ISBN" | if %0 = Book Section |
%@ (ISBN / ISSN) / Report Number | Source.Volume | set Source.Genre to "Series" | if %0 = Report |
%! (Short Title) / Short Title | AlternativeTitle | - | if %0 = Book, Book Section |
%#, %$, $] (Custom 5-7) / - | - | - | if %0 = Book |
%#, %$, $] (Custom 5-7) / Packaging Method, - | - | - | if %0 = Book Section |
%& (Section) / Pages | - | - | if %0 = Book. If someone uses this field to catalogue a book section without using the proper reference type, we can't make an item with Genre = "Book Item" out of it because we wouldn't have a title for that item. [isn't exported from EndNote anyway] |
%& (Section) / Chapter | Source.SequenceNumber | - | if %0 = Book Section |
%( (Original Publication) / Original Publication | - | - | if %0 = Book, Book Section |
%) (Reprint Edition) / Reprint Edition | Publishing Info.Edition | - | if %0 = Book, and if %7 is empty. |
%) (Reprint Edition) / Reprint Edition | Source.Publishing Info.Edition | - | if %0 = Book Section, and if %7 is empty. |
%* (Reviewed Item) / - | - | - | if %0 = Book |
%* (Reviewed Item) / Reviewed Item | - [Alternatively: prefix "Review of: " + Abstract?] | - | if %0 = Book Section |
%+ (Author Address) / Author Address | Creator.Person.Organization.Address | - | if %0 = Book, Book Section. Since there's no standard separator for multiple addresses, this field can't be mapped when there's more than one author. |
%^ (Caption) / Caption | - | - | if %0 = Book, Book Section |
%> (File Attachments) / File Attachments | - | - | if %0 = Book, Book Section |
%< (Research Notes) / Research Notes | - | - | if %0 = Book, Book Section |
%[ (Access Date) / Access Date | - | - | if %0 = Book, Book Section |
%= (Custom 8) / - | - | - | if %0 = Book, Book Chapter |
%~ (Name of Database) / Name of Database | - | - | if %0 = Book, Book Chapter |