- Go to the FET Lab Google Drive. To access this folder, you should use CEEO Google account (FirstName.LastName@tuftsceeo.org)
- Add data
- Add personal information to the
people
spreadsheets - Add project information to the
projects
spreadsheets - You can find tips that you can refer to fill out the data if you hover cells on top
- Grey columns are necessary, white columns are optional, and blue columns are for a website manager
- Upload files (e.g., images, videos, gifs) to the
assets
folder, get a sharable link, and paste to the spreadsheets
- Upload your headshot image to the
assets/people
folder - Create your project folder with your project id under the
assets
folder and upload images/videos of your projects
.
|-- Links: doc that contains links to the website and GitHub page
|-- about: spreadsheets that contain basic information about the website
|-- people: spreadsheets that contain personal information of the lab members
|-- projects: spreadsheets that contain project information created at the lab
|-- websites: spreadsheets that contain partner website informatiion
|-- assets: directory with any images/videos needed
|-- people: headshot images
|-- project-id: images/videos for a specific project
.
|-- README.md
|-- index.html: main html file
|-- index.js: main javascript file that loads the .csv files and populate the data into the webpage automatically
|-- style.css
|-- components: folder contains modular javascript files which we will import later into the the main page
|-- assets: directory with any files
|-- global: logos and icons that are used across the site
|-- project-id: images/videos for a specific project (alternative of GDrive if necessary)
This website is built and managed by Hyejin Im. Thanks to Nam Wook Kim for the idea of data-driven website and the original source code.