76d3f3b7c989c8c4f7be04e6893638ecfddba0f0 max Thu Jan 23 12:26:31 2014 -0800 removing files after code review, refs #12524 diff --git src/hg/lib/pubsBingArticle.as src/hg/lib/pubsBingArticle.as deleted file mode 100644 index 05b0b1e..0000000 --- src/hg/lib/pubsBingArticle.as +++ /dev/null @@ -1,23 +0,0 @@ -table pubsArticle -"publications track article metadata table" - ( - bigint articleId; "internal article ID, created during download" - string extId; "publisher ID e.g. PMCxxxx or doi or sciencedirect ID or the URL in case of Bing/MSR" - bigint pmid; "PubmedID if available" - string doi; "DOI if available" - string source; "data source, e.g. elsevier, pmcftp or crawler" - string publisher; "publisher, e.g. npg or wiley" - string citation; "source journal citation" - string journal; "name of journal" - string eIssn; "electronic issn of journal" - string vol; "volume of journal" - string issue; "issue of journal" - string page; "page or pagerange within issue" - 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" - )