-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiary.xml
More file actions
32 lines (32 loc) · 1002 Bytes
/
diary.xml
File metadata and controls
32 lines (32 loc) · 1002 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="diary.css"?>
<diary>
<schedule category="study">
<title lang="en">Computer Vision Lecture</title>
<who>Sung Su Hwang</who>
<when day="Tuesday, Friday">11:30~12:45</when>
<where>ANH 313</where>
<urgency>Not Urgent</urgency>
</schedule>
<schedule category="resting">
<title lang="en">Watching Youtube</title>
<who>Myself</who>
<when day="Everyday">13:00~16:30</when>
<where>My room</where>
<urgency>Very Urgent</urgency>
</schedule>
<schedule category="work">
<title lang="kor">Doing Lab Meeting</title>
<who>Me, Kang Minkyung, Baek Seunghyun</who>
<when day="Tuesday">17:00~17:30</when>
<where>NTH 313</where>
<urgency>Urgent</urgency>
</schedule>
<schedule category="sleep">
<title lang="en">Sleeping time</title>
<who>Myself</who>
<when day="Everyday">23:00~09:00</when>
<where>My room</where>
<urgency>Not Urgent</urgency>
</schedule>
</diary>