Skip to end of banner
Go to start of banner

CSBC/PSON Grant Schema

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »


Source data

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

DEPRECATED Synapse File View: https://www.synapse.org/#!Synapse:syn10142562/tables/



Explore page config

Type / name of card: "Grants"

Number of secondary fields to display: 4

Note that there is no explicit aliasing between Column Name and Display Name. Rather, camelCase Column Names are automatically rendered as Camel Case. The table below just makes that clear.

Facets should be ordered in the order they appear in this table.

Any column that should be faceted in the portal (i.e., faceted on an explore page or have a column facet on a table) must be faceted on the corresponding Synapse table/view. There is a performance penalty incurred with each additional facet – hence, facet only those columns needed by the portal and limit to those likely to be useful.

Display Name
Column Name
Column TypeLink FormatFacet Y/NFacet Order
Card UI Mapping
Destination
Link Query KeyLink ColumnSearchable Y/NSearch OrderSearch Hint Text
Grant NamegrantNameSTRINGportal queryNNAtitleGrants/DetailsPagegrantIdgrantIdY1e.g. immunity

grantIdENTITY
NNA



NNA
Grant NumbergrantNumberSTRING
NNAsecondaryLabels[1]


Y5e.g. CA202123
ConsortiumconsortiumSTRING
Y1secondaryLabels[2]


NNAe.g. PS-ON
Investigators
Investigators
STRING_LIST*
NNAsecondaryLabels[0]


Y4e.g. LastName
InstitutioninstitutionSTRING_LIST*
NNAsubTitle


Y3e.g. Vanderbilt
AbstractabstractLARGE_TEXT
NNAdescription


Y2e.g. metastasis
Grant TypegrantTypeSTRING
Y2secondaryLabels[3]


NNAe.g. U54

*<TYPE>_LIST columns for multi-value annotations not yet implemented



Details page config

Detail pages should display the above information (i.e., from the card) in the header/banner of the page. The query to get that information should be on this table using grantId and will look like this on the browser:

https://staging.csbc-pson.synapse.org/Explore/Grants?grantId=syn7416702

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

projects:

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

publications:

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

tools:

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

datasets:

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


  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.