Line 1: | Line 1: | ||
window.contentIndexData={ | window.contentIndexData={ | ||
− | "project": { | + | "project": { |
− | + | "Description": "Description", | |
− | + | "Model": "Model", | |
− | + | "Parts": "Parts", | |
− | + | "Results": "Results", | |
− | + | "Lab Work": [ | |
− | + | "Notebook", | |
− | + | "Safety" | |
− | + | ], | |
− | + | "Interlab": "InterLab" | |
− | + | }, | |
− | + | "team": { | |
− | + | "Team": "Team", | |
− | + | "Attributions": "Attributions", | |
− | + | "Collaborations": "Collaborations", | |
− | + | "Medals": "Medals" | |
− | + | }, | |
− | + | "humanPractices": { | |
− | + | "Public Engagement": "Engagement", | |
− | + | "Silver": "HP*Silver", | |
− | + | "Gold": "HP*Gold Integrated", | |
− | + | ||
− | } | + | } |
+ | } |
Revision as of 21:04, 31 October 2017
window.contentIndexData={
"project": { "Description": "Description", "Model": "Model", "Parts": "Parts", "Results": "Results", "Lab Work": [ "Notebook", "Safety" ], "Interlab": "InterLab" }, "team": { "Team": "Team", "Attributions": "Attributions", "Collaborations": "Collaborations", "Medals": "Medals" }, "humanPractices": { "Public Engagement": "Engagement", "Silver": "HP*Silver", "Gold": "HP*Gold Integrated", } }