7b63853e7d35a5af80fea81bc221910e2f55c1f5
max
  Thu Jan 16 03:52:10 2014 -0800
adding .as files for publications track, ref #12212
diff --git src/hg/lib/pubsArticle.as src/hg/lib/pubsArticle.as
new file mode 100644
index 0000000..8c85549
--- /dev/null
+++ src/hg/lib/pubsArticle.as
@@ -0,0 +1,17 @@
+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"
+    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"
+    )