From 13830d2b4d7466f3439d41affee6bd3165c03644 Mon Sep 17 00:00:00 2001 From: Shaolei Ren <74640564+shaoleiren@users.noreply.github.com> Date: Wed, 20 Sep 2023 15:17:38 -0700 Subject: [PATCH] update about page --- _layouts/about.html | 110 +++++++++++++++++++++++++++++++++++++++-- _pages/cv.md | 20 ++++---- _pages/dropdown.md | 26 +++++----- _pages/repositories.md | 88 ++++++++++++++++----------------- _pages/teaching.md | 20 ++++---- _sass/_base.scss | 4 +- 6 files changed, 186 insertions(+), 82 deletions(-) diff --git a/_layouts/about.html b/_layouts/about.html index 5b1523c9..57ef969e 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -43,9 +43,9 @@

-

selected media

+

selected media

- My research on AI sustainability has been reported and covered by 500+ media outlets in 60+ countries, including + My research on AI sustainability has been reported and covered by 800+ media outlets in 60+ countries, including major news publishers such as Associated Press (also republished in The Washington Post, ABC News, Fortune, CNBC, @@ -100,7 +100,7 @@

latest posts {% if page.selected_papers -%} -

recent papers

+

recent papers

{%- include selected_papers.html %} {%- endif %} @@ -117,6 +117,110 @@

rece {%- endif %} + +
+ + +

education

+
+
+ + 08/2008 -- 07/2012 + +
+
+
University of California, Los Angeles
+
Ph.D. in Electrical Engineering
+
Advisor: Mihaela van der Schaar (now with the University of Cambridge)
+ +
+
+ +
+
+ + 09/2006 -- 08/2008 + +
+
+
The Hong Kong University of Science and Technology
+
M.Phil. in Electronic and Computer Engineering
+
Advisor: Khaled B. Letaief
+
+
+ +
+
+ + 09/2002 -- 07/2006 + +
+
+
Tsinghua University, Beijing, China
+
B.E. in Electronics and Information Engineering
+
+
+ +
+

employment

+
+
+ + 07/2015 -- Present + +
+
+
University of California, Riverside
+
Associate Professor of Electrical and Computer Engineering
+
Cooperating Faculty of Computer + Science and Engineering
+
Assistant Professor of Electrical and Computer Engineering (07/2015--06/2019)
+
+
+ +
+
+ + 08/2012 -- 06/2015 + +
+
+
Florida International University
+
Assistant Professor of Computing and Information Sciences
+
+
+
+ + +

teaching

+ I regularly teach the following courses: Signal and Systems, Digital Signal Processing, and Data Center Architecture (graduate-level). +
+
+ +

professional services

+ I frequently serve on the technical program committee of ACM SIGMETRICS, ACM e-Energy, and major AI conferences such as NeurIPS and ICML. I am also an associate editor of + ACM Transactions on Modeling and Performance Evaluation of Computing Systems and IEEE System Journals. + +
+
+

contact

+ Shaolei Ren
+ Department of Electrical and Computer Engineering
+ University of California, Riverside
+ + Riverside, CA 92521, United States
+
+ + Office: Winston Chung Hall 319
+ Phone: 951-827-2260
+ E-mail: shaolei@ucr.edu
+ + diff --git a/_pages/cv.md b/_pages/cv.md index 9c0953fb..947395ab 100644 --- a/_pages/cv.md +++ b/_pages/cv.md @@ -1,11 +1,11 @@ ---- -layout: cv -permalink: /cv/ -title: cv -nav: true -nav_order: 4 -cv_pdf: example_pdf.pdf -description: This is a description of the page. You can modify it in 'pages/_cv.md'. You can also change or remove the top pdf download button. +//--- +//layout: cv +//permalink: /cv/ +//title: cv +//nav: true +//nav_order: 4 +//cv_pdf: example_pdf.pdf +//description: This is a description of the page. You can modify it in 'pages/_cv.md'. You can also change or remove the top pdf download button. toc: - sidebar: left ---- +// sidebar: left +//--- diff --git a/_pages/dropdown.md b/_pages/dropdown.md index 1e2d7df2..cbb25c12 100644 --- a/_pages/dropdown.md +++ b/_pages/dropdown.md @@ -1,13 +1,13 @@ ---- -layout: page -title: submenus -nav: true -nav_order: 7 -dropdown: true -children: - - title: publications - permalink: /publications/ - - title: divider - - title: projects - permalink: /projects/ ---- \ No newline at end of file +//--- +//layout: page +//title: submenus +//nav: true +//nav_order: 7 +//dropdown: true +//children: +// - title: publications +// permalink: /publications/ +// - title: divider +// - title: projects +// permalink: /projects/ +//--- \ No newline at end of file diff --git a/_pages/repositories.md b/_pages/repositories.md index ee29f385..c0872707 100644 --- a/_pages/repositories.md +++ b/_pages/repositories.md @@ -1,44 +1,44 @@ ---- -layout: page -permalink: /repositories/ -title: repositories -description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories. -nav: true -nav_order: 3 ---- - -## GitHub users - -{% if site.data.repositories.github_users %} -
- {% for user in site.data.repositories.github_users %} - {% include repository/repo_user.html username=user %} - {% endfor %} -
- ---- - -{% if site.repo_trophies.enabled %} -{% for user in site.data.repositories.github_users %} - {% if site.data.repositories.github_users.size > 1 %} -

{{ user }}

- {% endif %} -
- {% include repository/repo_trophies.html username=user %} -
- - --- - -{% endfor %} -{% endif %} -{% endif %} - -## GitHub Repositories - -{% if site.data.repositories.github_repos %} -
- {% for repo in site.data.repositories.github_repos %} - {% include repository/repo.html repository=repo %} - {% endfor %} -
-{% endif %} +//--- +//layout: page +//permalink: /repositories/ +//title: repositories +//description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories. +//nav: true +//nav_order: 3 +//--- + +//## GitHub users + +//{% if site.data.repositories.github_users %} +//
+// {% for user in site.data.repositories.github_users %} +// {% include repository/repo_user.html username=user %} +// {% endfor %} +//
+ +//--- + +//{% if site.repo_trophies.enabled %} +//{% for user in site.data.repositories.github_users %} +// {% if site.data.repositories.github_users.size > 1 %} +//

{{ user }}

+// {% endif %} +//
+// {% include repository/repo_trophies.html username=user %} +//
+ +// --- + +//{% endfor %} +//{% endif %} +//{% endif %} + +//## GitHub Repositories + +//{% if site.data.repositories.github_repos %} +//
+// {% for repo in site.data.repositories.github_repos %} +// {% include repository/repo.html repository=repo %} +// {% endfor %} +//
+//{% endif %} diff --git a/_pages/teaching.md b/_pages/teaching.md index ea93b1c4..177c2512 100644 --- a/_pages/teaching.md +++ b/_pages/teaching.md @@ -1,12 +1,12 @@ ---- -layout: page -permalink: /teaching/ -title: teaching -description: Materials for courses you taught. Replace this text with your description. -nav: true -nav_order: 5 ---- +//--- +//layout: page +//permalink: /teaching/ +//title: teaching +//description: Materials for courses you taught. Replace this text with your description. +//nav: true +//nav_order: 5 +//--- -For now, this page is assumed to be a static description of your courses. You can convert it to a collection similar to `_projects/` so that you can have a dedicated page for each course. +//For now, this page is assumed to be a static description of your courses. You can convert it to a //collection similar to `_projects/` so that you can have a dedicated page for each course. -Organize your courses by years, topics, or universities, however you like! +//Organize your courses by years, topics, or universities, however you like! diff --git a/_sass/_base.scss b/_sass/_base.scss index f8892a33..b8a47696 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -6,7 +6,7 @@ p, h1, - // h2, +//h2, h3, h4, h5, @@ -19,7 +19,7 @@ strong { color: var(--global-text-color); } -h2 { +h3 { color: #{$purple-color}; }