Skip to content

Commit 3a02600

Browse files
committed
Update terms
1 parent ff03522 commit 3a02600

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,15 @@ This is the repo for telos-syslab.github.io, the website for the Telos Systems L
22

33
To add your profile, create a folder in the `content/authors` directory with your name, and add a `_index.md` file with your information. Your avatar should be a square image named `avatar.png` in the same folder. You can also add a `cv.pdf` file for your CV.
44

5-
To add a publication, create a folder in the `content/publications` directory with the title of `YY-SERIES-NAME`, add a `index.md` file with information, and add a `cite.bib` file with the BibTeX entry.
5+
To add a publication, create a folder in the `content/publications` directory with the title of `YY-SERIES-NAME`, add a `index.md` file with information, and add a `cite.bib` file with the BibTeX entry.
6+
7+
Terms:
8+
9+
"Interrupts" (i.e., news)
10+
"Software stack" (i.e., lab members)
11+
"I/O outputs" (i.e., publication)
12+
"Scheduled tasks" (i.e., events)
13+
"Physical address" (i.e., location)
14+
"File system" (i.e., github repo, etc)
15+
"Networking connection"(i.e., our collaborator)
16+
"Power supply" (i.e., our funding agency)

config/_default/menus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ main:
1010
# - name: News
1111
# url: post
1212
# weight: 20
13-
- name: People
13+
- name: Software stack
1414
url: people
1515
weight: 30
1616
# - name: Events
1717
# url: event
1818
# weight: 40
19-
- name: Publications
19+
- name: I/O outputs
2020
url: publication
2121
weight: 50
2222
# - name: Contact

content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ sections:
1414
text: |
1515
<br>
1616
17-
The **TELOS System Lab** conducts research in all aspects of computer systems, with a primary focus on operating systems, storage systems, formal verification, dependable computing, concurrency, software/hardware co-design, and systems for machine learning.
17+
At the Telos Systems lab, we study the [telos](https://en.wikipedia.org/wiki/Telos) of computer systems. Our goal is to produce **T**op-notch, **E**verlasting, and **L**uminous research in **O**perating **S**ystems.
1818
# design:
1919
# background:
2020
# color: '#f44336'
2121

2222
- block: people_v2
2323
content:
24-
title: People
24+
title: Software stack
2525
# Choose which groups/teams of users to display.
2626
# Edit `user_groups` in each user's profile to add them to one or more of these groups.
2727
user_groups:
@@ -40,7 +40,7 @@ sections:
4040

4141
- block: collection
4242
content:
43-
title: Publications
43+
title: I/O outputs
4444
filters:
4545
folders:
4646
- publication

0 commit comments

Comments
 (0)