How-To edit and add content #

Adding new entries to the events page #

Every event is a file by its own inside the events folder. For consistency, filenames should start with the date followed by a clear title as in:

2021-02-08-deb-verhoeven-cudan-lecture.md 

Use this example for new entries:

---
bookHidden: true

title: "Lecturer Name – Title of lecture without additional quotation marks"
event:
  start: 2021-02-08T14:00:00-00:00
  end: 2021-02-08T16:00:00-00:00
---

**When:** 2021-02-08 10:00-12:00 (Tallinn time)  
**Where:** CUDAN Open Lab (online)  

The event is public via zoom: https://zoom.us/j/94858442274X  
Websites: https://debverhoeven.com/ & https://kinomatics.com/ 

<!--more-->
**Abstract** – Abstract text goes here. Delete (inculding <!--more--> tag) if there is no addition text.

IMPORTANT! In the header of a new event file, define a start and end date for the events parameter in the following format:

---
events:
    start: 2021-02-08T14:00:00-00:00
    end: 2021-02-08T16:00:00-00:00

The event title follows the format:

title: "Speaker Name - Title of Talk"
---

Don’t use nested quotation marks inside the title (this will result in an error notification email and not update the webpage).

Put the abstract text and other additional information that should be hidden in the events page list after the “more” tag:

<!--more-->
**Abstract** - Abstract text goes here.

Best practice #

Always use your own GitHub account when committing changes. The safest method for editing existing content or adding new events is to stay in the GitHub browser and stay only in this directory: https://github.com/cudanlab/cudanlab.github.io/tree/edit/content
If you want to use git from your local machine, always pull origin fromt he main branch before committing!

Basic Syntax #

These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements.

Extended Syntax #

These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.

    [^1]: This is the footnote.
  </code></td>
</tr>
<tr>
  <td><a href="/extended-syntax/#heading-ids">Heading ID</a></td>
  <td><code>### My Great Heading {#custom-id}</code></td>
</tr>
<tr>
  <td><a href="/extended-syntax/#definition-lists">Definition List</a></td>
  <td><code>
    term<br>
    : definition
  </code></td>
</tr>
<tr>
  <td><a href="/extended-syntax/#strikethrough">Strikethrough</a></td>
  <td><code>~~The world is flat.~~</code></td>
</tr>
<tr>
  <td><a href="/extended-syntax/#task-lists">Task List</a></td>
  <td><code>
    - [x] Write the press release<br>
    - [ ] Update the website<br>
    - [ ] Contact the media
  </code></td>
</tr>
European Commission logo Tallinn University logo