To create your own timeline for this project deliverable, you will need:
- A GitHub account
- A plain text editor. You can try Sublime Text or Atom (both are free)
- A spreadsheet editor (like LibreOffice Calc — instead of Microsoft Excel, much more inconvenient for what we need)
- The group0.zip file.
- Extract
group0.zip
in your computer and rename the foldergroup0
to include your group number. - Open the
index.html
file from that folder with a plain-text editor (Sublime Text or Atom), and follow the instructions there: - Upload the whole folder to the
docs
folder in the GitHub repository: just drag and drop the folder to the browser window. Write a descriptive commit message (like "First upload of group0 folder", with your group number instead of 0, for example). Make sureis selected, and click "Commit changes".
- Now your timeline, although empty, is uploaded and accesible online through
https://lab.deustokom.news/MSGW24-timeline/group0
(change0
with your group number orgroup0
with your folder name).
- Now your timeline, although empty, is uploaded and accesible online through
- You create your own timeline by editing the
timeline-data.csv
file in your spreadsheet editor (preferably LibreOffice Calc):- Open the file, making sure you specify character set to
UTF-8
. - Add one line for each event you want to show in your timeline. For more information, see:
- The sample timeline about women in computing, where you can see different slide types in action
- A description of what should go in each column in "Making a timeline from a spreadsheet", in the official TimelineJS library website
- A list of the different media types you can use in the
media
column
- Save the file, making sure you do so in
.csv
format
- Open the file, making sure you specify character set to
- Upload to the site by drag and drop: open the corresponding folder in your web browser and drag and drop the csv file from your file explorer; write a descriptive commit message (like "Added pictures to some slides"), make sure
is selected, and click "Commit changes".
- Create a post on the subject website. Write a brief descriptive paragraph and embed this timeline by using this code in a "Custom HTML" block (change
group0
with your folder name):<iframe src="https://lab.deustokom.news/MSGW-timeline/group0/" style="width:100%;min-width:920px;min-height:600px;" frameborder="0"></iframe>
You will find video versions of these instructions in ALUD.
Based on heoinfo/timelinejs-local and NUKnightLab/TimelineJS3