Difference between revisions of "User talk:Martin de la Iglesia"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
!Comment / Condition | !Comment / Condition | ||
|- | |- | ||
| %A (Author) | | %A (Author) / Authro | ||
| Creator.CompleteName | | Creator.CompleteName | ||
| if %0 = Book | | if %0 = Book | ||
|- | |- | ||
| %B (Secondary Title) | | %B (Secondary Title) / Series Title | ||
| Source.Title; Source.Genre | | Source.Title; set Source.Genre to "Series" | ||
| if %0 = Book | | if %0 = Book | ||
|- | |||
| %C (Place Published) / City | |||
| PublishingInfo.Place | |||
| if %0 = Book | |||
|- | |||
| %D (Year) / Year | |||
| Date.Date; set Date.DateType to "created" | |||
| if %0 = Book | |||
|- | |||
| %E (Editor/Secondary Author) / Series Editor | |||
| Source.Creator.CompleteName | |||
| if %0 = Book | |||
|- | |||
|} | |} |
Revision as of 12:11, 15 September 2009
draft:
Mapping of EndNote Standard Entries[edit]
EndNote field | PubMan field | Comment / Condition |
---|---|---|
%A (Author) / Authro | Creator.CompleteName | if %0 = Book |
%B (Secondary Title) / Series Title | Source.Title; set Source.Genre to "Series" | if %0 = Book |
%C (Place Published) / City | PublishingInfo.Place | if %0 = Book |
%D (Year) / Year | Date.Date; set Date.DateType to "created" | if %0 = Book |
%E (Editor/Secondary Author) / Series Editor | Source.Creator.CompleteName | if %0 = Book |