Skip to content

nigini/LITW_RuralComputing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

LabintheWild Study Templates

This repository bundles together the LabintheWild template study and instructions to guide new developers to create their own online studies.

This project is meant to help people with basic web development skills -- meaning HTML, CSS and JavaScript -- to bootstrap a LabintheWild study. Using it is not at all mandatory to be part of our researchers' community as a LabintheWild study is fundamentally implemented as a web application. If you have your own choices of technology you're free to use them as long as the study comply with some design guidelines presented in our tutorial.

Please consider submitting ideas and code to improve either the tutorial or this templates. This can be done by submitting an issue, creating a pull request for an open issue, or emailing us at: tutorial [at] labinthewild.org.

Project structure

  • DOCS: some documentation and howto guides.
  • TEMPLATE: our first beloved template presents choices of cats to present your future kitty.

How are the template folders organized?

  • css: Style sheet files;
  • img: All sorts of images used in your study;
  • include: Configuration files;
  • js: External JavaScripts -- preferably only 'non-bundleable' ones (as we use Webpack to bundle external dependencies);
  • src: Your code (mainly JavaScripts now).
  • templates: HTML templates for the study pages -- we use the Handlebars.js library to handle this right now.

What now?

Good to know that you got to this point. =)

Please visit the docs folder and learn:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 73.3%
  • HTML 12.7%
  • CSS 12.7%
  • Other 1.3%