-
-
Notifications
You must be signed in to change notification settings - Fork 124
/
361.patch
116 lines (102 loc) · 4.78 KB
/
361.patch
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
diff --git a/content/authors/junchenj/_index.md b/content/authors/junchenj/_index.md
index 830e603..0e43527 100644
--- a/content/authors/junchenj/_index.md
+++ b/content/authors/junchenj/_index.md
@@ -26,7 +26,10 @@ bio: Junchen Jiang is an Assistant Professor at the Dept. of Computer Science at
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
# form "mailto:[email protected]" or "#contact" for contact widget.
-
+social:
+- icon: home
+- icon_pack: fas
+- link: https://people.cs.uchicago.edu/~junchenj/
# Enter email to display Gravatar (if Gravatar enabled in Config)
email: ""
diff --git a/content/authors/swami/_index.md b/content/authors/swami/_index.md
index c10a1e2..14aa184 100644
--- a/content/authors/swami/_index.md
+++ b/content/authors/swami/_index.md
@@ -24,7 +24,10 @@ bio: Swami Sundararaman is a Senior Manager at IBM. His research interests inclu
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
# form "mailto:[email protected]" or "#contact" for contact widget.
-
+social:
+- icon: linkedin
+ icon_pack: fab
+ link: https://www.linkedin.com/in/swamisundararaman/
# Enter email to display Gravatar (if Gravatar enabled in Config)
email: ""
diff --git a/content/authors/yuyangh/_index.md b/content/authors/yuyangh/_index.md
index bf0def0..ac95c69 100644
--- a/content/authors/yuyangh/_index.md
+++ b/content/authors/yuyangh/_index.md
@@ -26,7 +26,16 @@ bio: Yuyang (Roy) Huang a second-year PhD student in the Department of CS at Uni
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
# form "mailto:[email protected]" or "#contact" for contact widget.
-
+social:
+- icon: envelope
+ icon_pack: fas
+ link: "mailto:[email protected]"
+- icon: home
+ icon_pack: fas
+ link: https://royyhuang.github.io/
+- icon: github
+ icon_pack: fab
+ link: https://github.com/royyhuang
# Enter email to display Gravatar (if Gravatar enabled in Config)
email: "[email protected]"
diff --git a/content/project/osre24/ibm/fep-bench/index.md b/content/project/osre24/ibm/fep-bench/index.md
index 9c9532f..ae86ba9 100644
--- a/content/project/osre24/ibm/fep-bench/index.md
+++ b/content/project/osre24/ibm/fep-bench/index.md
@@ -7,9 +7,13 @@ date: 2024-02-02
lastmod: 2024-02-06
---
-**Project Idea Description**
+- **Topics:** storage system, scheduling, distributed system, machine learning
+- **Skills:** Python, PyTorch, Bash scripting, Linux, Machine Learning modeling
+- **Difficulty:** Hard
+- **Size:** Large (350 hours)
+- **Mentors:** {{% mention yuyangh %}} (contact person), {{% mention swami %}}
-Contact Person: [Roy Huang](mailto:[email protected])
+**Project Idea Description**
In the realm of machine learning (ML), preprocessing of data is a critical yet
often underappreciated phase, consuming approximately 80% of the time in common
@@ -61,10 +65,3 @@ program, the students will need to:
under various experimental settings.
- Package the benchmark such that the team can later use it for reproduction or evaluation.
-- **Topics:** storage system, scheduling, distributed system, machine learning
-- **Skills:** Python, PyTorch, Bash scripting, Linux, Machine Learning modeling
-- **Difficulty:** Hard
-- **Size:** Large (350 hours)
-- **Mentors:** [Yuyang (Roy) Huang](https://people.cs.uchicago.edu/~daniar), Swami Sundararaman
-
-
diff --git a/content/project/osre24/uchicago/edgerep/index.md b/content/project/osre24/uchicago/edgerep/index.md
index 70b45d7..f856c74 100644
--- a/content/project/osre24/uchicago/edgerep/index.md
+++ b/content/project/osre24/uchicago/edgerep/index.md
@@ -7,9 +7,13 @@ date: 2024-02-02
lastmod: 2024-02-06
---
-**Project Idea Description**
+- **Topics:** video analytics, machine learning
+- **Skills:** Python, PyTorch, Bash scripting, Linux, Machine Learning modeling
+- **Difficulty:** Medium
+- **Size:** Large (350 hours)
+- **Mentors:** {{% mention yuyangh %}} (contact person), {{% mention junchenj %}}
-Contact Person: [Roy Huang](mailto:[email protected])
+**Project Idea Description**
With the flourishing of ideas like smart cities and smart manufacturing, a
massive number of edge devices (e.g., traffic or security cameras,
@@ -49,10 +53,5 @@ applications. Thus, through the OSRE24 project, we aim to:
Trovi site
-- **Topics:** video analytics, machine learning
-- **Skills:** Python, PyTorch, Bash scripting, Linux, Machine Learning modeling
-- **Difficulty:** Medium
-- **Size:** Large (350 hours)
-- **Mentors:** [Yuyang (Roy) Huang](https://royyhuang.github.io/), Junchen Jiang