-
Notifications
You must be signed in to change notification settings - Fork 4
astro-datalab/survey_template
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. Open Chrome from the command line: on Mac: open -a "Google Chrome" --args --allow-file-access-from-file on Windows: <path to your chrome installation>\chrome.exe --allow-file-access-from-files' on Linux: 1) Go to the menu entry/ launcher for Chrome (.desktop file). 2) Open the launcher properties dialog. 3) It should look something like this: /usr/bin/google-chrome %U Change it to /usr/bin/google-chrome --allow-access-from-files to make the flags work permanently. 4) You may also need to delete and re-pin your launcher(s) after modifying it. Chrome should launch with the specified flags enabled after the modification. 2. Open the file from Chrome browser. 4. Create a new branch using the survey name. 5. The template contains six pages: 'index.html', 'access.html', 'analysis.html', 'explore.html', 'results.html', and 'acknowledgements.html'; each page have a corresponding folder with the same name. You only need to change the content page in the corresponding folder. 6. If you don't want any of these five pages, just delete it from sidebar.html. (For example, if you don't want results page, just delete: "<section> <h3><a href="results.html">Results</a></h3> </section>" from "sidebar.html" page. 7. Within 'index.html' page, there are five sections: 'Description', 'Goals', 'Data Release', 'Data Reduction', 'table_1'. If you don't want any of these sections, for example, if you don't want 'Data Reduction', just delete: <div id="reduction"> </div> <br> <a href="#0" class="back-to-top">Back to Top</a> <br> <br> from the "index.html" page.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published