[Update] Add contributors in about.py
Browse files- src/about.py +11 -1
src/about.py
CHANGED
@@ -84,4 +84,14 @@ CITATION_BUTTON_TEXT = r"""
|
|
84 |
journal={arXiv preprint arXiv:2405.15234},
|
85 |
year={2024}
|
86 |
}
|
87 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
journal={arXiv preprint arXiv:2405.15234},
|
85 |
year={2024}
|
86 |
}
|
87 |
+
"""
|
88 |
+
|
89 |
+
CONTRIBUTOR_BUTTON_LABEL = "Contributors are listed as followings:"
|
90 |
+
CONTRIBUTOR_BUTTON_TEXT = f"""
|
91 |
+
OPTML of Michigan State University: \\
|
92 |
+
Sijia Liu, Yimeng Zhang, JInghan Jia, Aochuan Chen, Yihua Zhang, Jiacheng Liu\\
|
93 |
+
Arizona State University \\
|
94 |
+
Maitreya Patel, Abhiram Kusumba \\
|
95 |
+
Intel Corp:\\
|
96 |
+
Kyle Min, Ke Ding, Xin Chen \\
|
97 |
+
"""
|