Skip to content

delve-survey/survey_template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Open Chrome and install Web Server extension here: https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en
2. Launch the app and choose the folder from your computer for the web server by clicking the button 'CHOOSE FOLDER'
3. Use any editor to change the files and view the changes on http://127.0.0.1:8887/survey/index.php.
3. Do not change the file names.
4. Create a new branch using the survey name.
5. The template contains six pages: 'index.php', 'access.php', 'analysis.php', 'explore.php', 'results.php', and 'acknowledgements.php'; 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.php">Results</a></h3>
    </section>"
    from "sidebar.html" page.
7. Within 'index.php' 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

No packages published

Languages

  • CSS 42.0%
  • JavaScript 19.4%
  • SCSS 16.5%
  • HTML 9.4%
  • Hack 8.9%
  • PHP 3.8%