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
https://prod.democratizing-data.tacc.utexas.edu/agency_runs
Column name
Description
Data type
Length
Is nullable
unique identifier to the agency_run table
name of the agency for which the run was performed
version of the run for the agency; allows multiple versions on the same datasets, or possibly new runs for the same agency but with different input datasets
approximate date the run was performed
last time the row was updated; generally the time of creation of the row
asjc: the table with the All Science Journal Classification codes which define the research area of a journal and the articles it contains
https://prod.democratizing-data.tacc.utexas.edu/asjc
A publication's research areas are defined through Elsevier's All Science Journal Classification scheme. More information about this classification system can be found here: https://service.elsevier.com/app/answers/detail/a_id/15181/supporthub/scopus/
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
the All Science Journal Classification code which defines the research area of a journal and the articles it contains; there may be more than one ASJC code for each journal/publication, and the 334 codes are used here to provide a relatively precise definition of research area
the All Science Journal Classification name
last time the row was updated; generally the time of creation of the row
https://prod.democratizing-data.tacc.utexas.edu/authors
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
id assigned by Elsevier to the author; this allow different authors to be identified across publications, even if they used different name variations
the unique given name of the author as determined by Elsevier
the unique family name of the author as determined by Elsevier
last time the row was updated; generally the time of creation of the row
author_affiliation: the table linking authors to their affiliations in a publication
https://prod.democratizing-data.tacc.utexas.edu/author_affiliations
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
identifies the publication_author here linked to the publication affiliation
publication_affiliation_id
identifies the publication_affiliation entry here linked to a publication author
last time the row was updated; generally the time of creation of the row
dataset_alias: the datasets provided by an agency for a particular run and possible aliases
https://prod.democratizing-data.tacc.utexas.edu/dataset_aliases
(Note that the endpoint https://prod.democratizing-data.tacc.utexas.edu/datasets joins dataset_alias and agency_run, the schema being a concatenation of the two.)
(To filter dataset_alias by other parameters, use https://prod.democratizing-data.tacc.utexas.edu/topics/{topic_id}/datasets, https://prod.democratizing-data.tacc.utexas.edu/authors/{author_id}/datasets, https://prod.democratizing-data.tacc.utexas.edu/publications/{publication_id}/datasets)
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
the alias_id as provided by Elsevier
identifies the parent dataset entry in this table, as identified by the alias_id
the name of the data set or the alias depending on whether alias_id==parent_alias_id or not
indicates the alias type; options include main, alias, acronym, doi
URL to information about the dataset
last time the row was updated; generally the time of creation of the row
dyad: the core table with dyads representing dataset references
https://prod.democratizing-data.tacc.utexas.edu/dyads
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
foreign key the publication table's id column, identifying the publication within which the dataset reference represented by this dyad was identified
foreign key to the dataset_alias table's id column identifying the match made between this dyad and a dataset alias provided by an agency; if no such match was found this column has a NULL
the intrinsic id assigned by Elsevier to the dataset alias, corresponding to the alias_id column in the dataset_alias table
the phrase in the publication that was deemed by the algorithm to reflect a reference to a dataset
snippet of text surrounding the mention_candidate, meant to provide contextual information to reviewers/validators
last time the row was updated; generally the time of creation of the row
column has value 1 if the matching between mention candidate and the dataset alias was performed using a fuzzy algorithm, 0 otherwise
in case the matching between mention candidate and the dataset alias was performed using a fuzzy algorithm, this column stores the score indicating how certain match was deemed to be
*This column is set to NULL in the publicly available databases, and is only shown in restricted use databases.
dyad_model: the table with model scores for particular entries in the dyad table
https://prod.democratizing-data.tacc.utexas.edu/dyad_models
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
the score of this model for the dyad
last time the row was updated; generally the time of creation of the row
issn: the table with ISSN/ISBN codes for the journal
https://prod.democratizing-data.tacc.utexas.edu/issns
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
foreign key to the journal table's id column, identifying the journal for this ISSN
the ISSN/ISBN codes for the referenced journal/source
last time the row was updated; generally the time of creation of the row
journal: the table linking publications to the journal in which they appeared
https://prod.democratizing-data.tacc.utexas.edu/journals
Column name
Description
Data type
Length
Is nullable
unique identifier and primary key for this table
foreign key, identifier of the agency run for which this entry was determined
foreign key to the publisher table, identifying the publisher for this journal at the time the agency run was executed
the scopus ID for the journal/source
the name of the journal/source that the publication was published in
citescore is an Elsevier derived metric that measures the relative standing of a journal
last time the row was updated; generally the time of creation of the row
model: the table with the Kaggle models that are run
https://prod.democratizing-data.tacc.utexas.edu/models
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
the github url where the commit for this model can be found
last time the row was updated; generally the time of the creation of the row
https://prod.democratizing-data.tacc.utexas.edu/publications
(To filter publications using other parameters, use https://prod.democratizing-data.tacc.utexas.edu/topics/{topic_id}/publications, https://prod.democratizing-data.tacc.utexas.edu/authors/{author_id}/publications, https://prod.democratizing-data.tacc.utexas.edu/datasets/{parent_alias_id}/publications)
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
foreign key to the journal for this publication
the scopus ID (for Elsevier publications) of this publication
the year that the publication was published as recorded in scopus
the month of publication, which may not be available; this will be an integer value, such as 1 = January
the type of publication, which includes: article, review, book, book chapter, letter
the number of times this publication is cited in scopus
the Field Weighted Citation impact (FWCI) for the publication, which is a measure for how impactful or important a publication is as measured through normalized citations; the number of times cited is divided by the expected number of citations of articles in the same year, subject and publication type, and the world average across papers is 1.0 for this measure; this measure also changes over time
last time the row was updated; generally the time of creation of the row
publication_affiliation: the table with affiliations linked to a publication
https://prod.democratizing-data.tacc.utexas.edu/publication_affiliations
Column name
Description
Data type
Length
Is nullable
unique identifier of the affiliation table
identifies the agency run for which this entry was determined, foreign key to agency_run.id
id assigned by Elsevier to this affiliation
the name of the institution to which an author was associated
the address of the author, most likely that of their institution
the three let6ter country code associated to the affiliation, most likely of the institution
last time the row was updated; generally the time of creation of the row
the city for the address or institute in this affiliation
if appropriate, the state for the address or institute in this affiliation
if appropriate, the postal code for this affiliation
publication_asjc: the table linking a publication to its ASJC code(s)
https://prod.democratizing-data.tacc.utexas.edu/publication_asjcs
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
foreign key to publication table's id column, identifying the publication in this relation
last time the row was updated; generally the time of creation of the row
publication_author: the table linking publication and author tables
https://prod.democratizing-data.tacc.utexas.edu/publication_authors
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
foreign key to the publication for this author
foreign key to the table with scopus author entries
position of author in the list of authors on the publication
last time the row was updated; generally the time of creation of the row
publication_topic: the table identifying the topic assigned to a publication
https://prod.democratizing-data.tacc.utexas.edu/publication_topics
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
foreign key to the topic table's id column identifying the publication in this relation between publications and topics
foreign key to the topic table's id column identifying the topic in this relation between publications and topics
last time the row was updated; generally the time of creation of the row
publisher: the table with a list of publishers that can be linked to journals
https://prod.democratizing-data.tacc.utexas.edu/publishers
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
external identifier of this publisher in Elsevier's scopus repository
last time the row was updated; generally the time of creation of the row
topic: the table with Topics defined by Elsevier, consistinging of topic names with three concatenated keywords
https://prod.democratizing-data.tacc.utexas.edu/topics
Topics are defined through Elsevier's Topic Prominence in Science methodology. More information about these Topics can be found here: https://www.elsevier.com/solutions/scival/features/topic-prominence-in-science
(To filter topic by other parameters, use https://prod.democratizing-data.tacc.utexas.edu/authors/{author_id}/topics, https://prod.democratizing-data.tacc.utexas.edu/datasets/{parent_alias_id}/topics, https://prod.democratizing-data.tacc.utexas.edu/publications/{publication_id}/topics)
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
a topic is defined in Elsevier by three keywords; keywords are separated with a pipe symbol
external identifier of this topic provided by Elsevier
last time the row was updated; generally the time of creation of the row
publication_ufc: the table with unified fingerprint concepts assigned to a publication
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
foreign key to the publication table's id column identifying the publication in this relation between publications and UFC fingerprints
last time the row was updated; generally the time of creation of the row
reviewer: the table with reviewers assigned to validate dyads in the publication_dataset_alias table
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
foreign key to the susd_user table's id column, identifying the user corresponding to this reviewer
identifies the agency run for which this entry was determined, foreign key to agency_run.id
last time the row was updated; generally the time of creation of the row
snippet_validation: the table containing validation results for dyads provided by reviewers
Column name
Description
Data type
Length
Is nullable
unique identifier for this entry
identifies the agency run for which this entry was determined, foreign key to agency_run.id
foreign key to the reviewer table's id column, identifying the reviewer assigned to validate this snippet
foreign key to the dyad table's id column, identifying the dyad that is being validated
if the value in this column is 1, it indicates the dyad indeed has been identified a reference to a dataset; if 0, it is not a dataset reference; if -1, the reviewer was unsure about it
agency_dataset_identified
if the value in this column is 1, it indicates the dyad indeed identified the specific dataset provided by the agency; if 0, it is not a reference to that dataset; if -1, the reviewer was unsure about it
any notes the reviewer attached to the dyad being reviewed
last time the row was updated; generally the time of creation of the row
Column name
Description
Data type
Length
Is nullable
unique identifier of this table
first name of the individual
surname of the individual
encrypted password of the user
last time the row was updated; generally the time of creation of the row