Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Synapse Tablehttps://www.synapse.org/#!Synapse:syn10142562/tables/

...

Display Name
Column Name
Facet Y/N
UI Mapping
Destination
Searchable Y/NSearch hint text
Grant NamegrantNameNCard_TitleLinkYe.g. immunity
Grant NumbergrantNumberNSecondary_Label_2
Ye.g. CA202123
ConsortiumconsortiumYSecondary_Label_3
Ye.g. PS-ON
Key Investigators
keyInvestigators
NSecondary_Label_1
Ye.g. LastName
InstitutioninstitutionNCard_SubTitle
Ye.g. Vanderbilt
LinkgrantId

N



N
AbstractabstractNCard_Description
Ye.g. metastasis
Grant TypegrantTypeYSecondary_Label_4

e.g. U54

...

Additionally, we should display projects, publications, and datasets associated with that grant. This should query those respective tables using grantIdgrantName, i.e.,

projects:

SELECT * FROM syn18483791 where "grantName" = 'Center for Modeling Tumor Cell Migration Mechanics'

publications:

SELECT * FROM syn10923842 where "grantName" = 'Quantitative and Functional Characterization of Therapeutic Resistance in Cancer'

datasets:

SELECT * FROM syn18488466 where "grantName" = 'Center for Modeling Tumor Cell Migration Mechanics'