7b63853e7d35a5af80fea81bc221910e2f55c1f5 max Thu Jan 16 03:52:10 2014 -0800 adding .as files for publications track, ref #12212 diff --git src/hg/lib/pubsBingArticle.as src/hg/lib/pubsBingArticle.as new file mode 100644 index 0000000..1655f0a --- /dev/null +++ src/hg/lib/pubsBingArticle.as @@ -0,0 +1,17 @@ +table pubsBingArticle +" information about a website, some fields are always empty (like pmid) to stay compatible with pubsArticle, fields like authors and title are extracted from meta tags of the html (Dublin core, etc)" + ( + bigint articleId; "internal article ID, created during download" + string extId; "publisher ID e.g. PMCxxxx or doi or sciencedirect ID" + bigint pmid; "PubmedID if available" + string doi; "DOI if available" + string source; "data source, e.g. elsevier or pmcftp" + string citation; "source journal citation" + int year; "year of publication or 0 if not defined" + string title; "article title" + string authors; "author list for this article" + string firstAuthor; "first author family name" + string abstract; "article abstract" + string url; "url to fulltext of article" + string dbs; "list of DBs with matches to this article" + )