APPENDIX B: Metadata Table and Data Dictionary
The following metadata tables apply to the data that can be accessed both in SciServer and through using the APIs. For each API call, results can be filtered by agency designation using url parameter agency={AGENCY}. For example, https://prod.democratizing-data.tacc.utexas.edu/authors?agency=USDA
In each case below, the API returns data in the schema listed in the table, unless noted otherwise. The API endpoint can be found below each table.
agency_run: the table of runs for the different agencies and their datasets
Column name
Description
Data type
Length
Is nullable
asjc: the table with the All Science Journal Classification codes which define the research area of a journal and the articles it contains
Column name
Description
Data type
Length
Is nullable
author: the table with author information
Column name
Description
Data type
Length
Is nullable
author_affiliation: the table linking authors to their affiliations in a publication
Column name
Description
Data type
Length
Is nullable
dataset_alias: the datasets provided by an agency for a particular run and possible aliases
Column name
Description
Data type
Length
Is nullable
dyad: the core table with dyads representing dataset references
Column name
Description
Data type
Length
Is nullable
dyad_model: the table with model scores for particular entries in the dyad table
Column name
Description
Data type
Length
Is nullable
issn: the table with ISSN/ISBN codes for the journal
Column name
Description
Data type
Length
Is nullable
journal: the table linking publications to the journal in which they appeared
Column name
Description
Data type
Length
Is nullable
model: the table with the Kaggle models that are run
Column name
Description
Data type
Length
Is nullable
publication: the publications discovered in a run and their metadata
Column name
Description
Data type
Length
Is nullable
publication_affiliation: the table with affiliations linked to a publication
Column name
Description
Data type
Length
Is nullable
publication_asjc: the table linking a publication to its ASJC code(s)
Column name
Description
Data type
Length
Is nullable
publication_author: the table linking publication and author tables
Column name
Description
Data type
Length
Is nullable
publication_topic: the table identifying the topic assigned to a publication
Column name
Description
Data type
Length
Is nullable
publisher: the table with a list of publishers that can be linked to journals
Column name
Description
Data type
Length
Is nullable
topic: the table with Topics defined by Elsevier, consistinging of topic names with three concatenated keywords
Column name
Description
Data type
Length
Is nullable
publication_ufc: the table with unified fingerprint concepts assigned to a publication
Column name
Description
Data type
Length
Is nullable
The following metadata tables apply only to the data that can be accessed in SciServer restricted use databases.
reviewer: the table with reviewers assigned to validate dyads in the publication_dataset_alias table
Column name
Description
Data type
Length
Is nullable
snippet_validation: the table containing validation results for dyads provided by reviewers
Column name
Description
Data type
Length
Is nullable
susd_user: the table identifying users of the validation tool
Column name
Description
Data type
Length
Is nullable
Last updated