Content deleted Content added
prepare for united archiveurl errors |
defining an argument map |
||
Line 40:
['unknown_manual_ID'] = 'Unrecognized manual ID mode',
['unknown_ID_mode'] = 'Unrecognized ID mode'
}
--[[
Argument map table
]]
data.argument_map = {
['Authors'] = {'authors'},
['Coauthors'] = {'coauthors', 'coauthor' },
['Others'] = {'others'},
['Editors'] = {'editors'},
['Year'] = {'year'},
['PublicationDate'] = {'publicationdate', 'publication-date' },
['OrigYear'] = {'origyear'},
['Date'] = {'date'},
['LayDate'] = {'laydate'},
['Title'] = {'title'},
['BookTitle'] = {'booktitle'},
['Conference'] = {'conference'},
['TransTitle'] = {'trans-title', 'trans_title' },
['TitleNote'] = {'department'},
['TitleLink'] = {'titlelink', 'episodelink' },
['Chapter'] = {'chapter', 'contribution', 'entry', 'article' },
['ChapterLink'] = {'chapterlink'},
['TransChapter'] = {'trans-chapter', 'trans_chapter' },
['TitleType'] = {'type'},
['ArchiveURL'] = {'archive-url', 'archiveurl' },
['URL'] = {'url', 'URL'},
['ChapterURL'] = {'chapter-url', 'chapterurl', 'contribution-url', 'contributionurl' },
['ConferenceURL'] = {'conference-url', 'conferenceurl' },
['Periodical'] = {'journal', 'newspaper', 'magazine', 'work', 'website',
'periodical', 'encyclopedia', 'encyclopaedia', 'dictionary'},
['Series'] = {'series', 'version'},
['Volume'] = {'volume'},
['Issue'] = {'issue', 'number'},
['Page'] = {'p', 'page', 'pp', 'pages', 'at'},
['Edition'] = {'edition'},
['PublicationPlace'] = {'publication-place', 'publicationplace' },
['Place'] = {'place', '___location'},
['PublisherName'] = {'publisher'},
['SubscriptionRequired'] = {'subscription'},
['Via'] = {'via'},
['AccessDate'] = {'access-date', 'accessdate' },
['ArchiveDate'] = {'archive-date', 'archivedate' },
['Agency'] = {'agency'},
['DeadURL'] = {'deadurl'},
['Language'] = {'language', 'in'},
['Format'] = {'format'},
['Ref'] = {'ref', 'Ref'},
['DoiBroken'] = {'doi_inactivedate', 'doi_brokendate', 'DoiBroken'},
['ID'] = {'id', 'ID', 'docket'},
['ASINTLD'] = {'ASIN-TLD', 'asin-tld'},
['IgnoreISBN'] = {'ignore-isbn-error', 'ignoreisbnerror'},
['Quote'] = {'quote', 'quotation'},
['PostScript'] = {'postscript'},
['LaySummary'] = {'laysummary'},
['LaySource'] = {'laysource'},
['Transcript'] = {'transcript'},
['TranscriptURL'] = {'transcript-url', 'transcripturl'},
['Separator'] = {'separator'},
['LastAuthorAmp'] = {'lastauthoramp'},
['NoTracking'] = {"template doc demo", 'nocat',
'notracking', "no-tracking"},
}
|