You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 26, 2019. It is now read-only.
In addition to this, we may need to change how some names are displayed on specific pages e.g. on the CLOSER study page, when adding harmonised datasets.
Info from Jeremy:
Following up on our call the other week, here is a way to change the word "Sweeps" to something else on only certain Study pages.
In the closer.js file, add something like the following:
varseriesId=$(".uuid").attr("title");if(seriesId==="<series ID here>"){$("#item-tab-waves > a").text("<Different text here>")}```
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Examples:
Studies/Sweeps:
http://discovery.closer.ac.uk/item/uk.alspac/c6601e78-0f74-446a-a5f1-7c73a1984b4e
Instruments/Questionnaires:
http://discovery.closer.ac.uk/item/uk.cls.bcs70/60f601cb-42af-4280-b98d-5b2bbeaae87f
http://discovery.closer.ac.uk/item/uk.cls.bcs70/fd9689a3-c351-4b8d-b397-04a30d4758c3
Series/Study:
http://discovery.closer.ac.uk/item/uk.lha/f8d235f7-49e5-4568-905e-7f1646e241eb
See https://wiki.ucl.ac.uk/display/CLOS/Localization
The text was updated successfully, but these errors were encountered: