Skip to content

Commit

Permalink
Add faculty members and update About Us
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed May 31, 2024
1 parent de4fc30 commit 53939a6
Show file tree
Hide file tree
Showing 13 changed files with 125 additions and 30 deletions.
11 changes: 6 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ a.get-start-btn:hover {
border: 1px solid #f6f6f6;
margin-top: 30px;
text-align: center;
padding: 30px 20px;
padding: 20px 15px;
}
.single-team:hover {
box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
Expand All @@ -556,6 +556,11 @@ a.get-start-btn:hover {
color: #666;
margin: 15px 0;
}
.single-team h4 {
color: #23d175;
margin-top: 20px;
text-transform: none;
}
ul.team-social {
list-style: outside none none;
}
Expand All @@ -567,10 +572,6 @@ ul.team-social i {
font-size: 16px;
margin: 0 10px;
}
.single-team h4 {
color: #23d175;
margin-top: 20px;
}
ul.team-social i:hover {
color: #23d175;
}
Expand Down
Binary file added assets/img/members/adam.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/members/asaf.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/members/beidi.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/members/jae-won.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/members/jiachen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/members/jie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/members/luoxi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/members/simon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/members/tom.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/members/yile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/members/zhenning.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
144 changes: 119 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,12 @@ <h2>The ML Energy initiative</h2>
<div class="section-title text-center">
<h2>about us</h2>
<span></span>
<p>We are a group of computer science researchers part of <a href="https://symbioticlab.org">SymbioticLab</a> at the University of Michigan.
<br>We take initiative in tackling the energy consumption problem of modern machine learning.</p>
<p>
Our goal is to measure, understand, optimize, and expose the <b>energy consumption</b> of modern machine learning.
</p>
<p>
The ML.ENERGY Initiative is a joint effort of computer scientists across multiple academic institutions, including <a href="https://symbioticlab.org">SymbioticLab</a> where it originally started.
</p>
</div>
</div>
<!-- END SECTION DESIGN AREA -->
Expand Down Expand Up @@ -257,7 +261,7 @@ <h4>Expose</h4>
<!-- END ABOUT US AREA -->

<!-- START PROJECTS AREA -->
<section id="projects" class=" gry-bg section-padding">
<section id="projects" class="gry-bg section-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
Expand Down Expand Up @@ -290,7 +294,7 @@ <h2>Projects</h2>
</div>
<div class="project-content">
<!-- <h4>Zeus</h4> -->
<p>A Framework for Deep Learning Energy Measurement and Optimization</p>
<p>Deep learning energy measurement and optimization</p>
<a class="project-btn" href="https://ml.energy/zeus">Website</a>
</div>
</div>
Expand All @@ -309,18 +313,23 @@ <h2>Projects</h2>
<div class="section-title text-center">
<h2>Members</h2>
<span></span>
<p>Admin email: [email protected]</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="text-center">
<h3>Faculty</h3>
</div>
</div>
</div>
<div class="row">
<!-- START SINGLE TEAM -->
<div class="col-md-4 col-sm-6">
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/mosharaf.jpg" style="max-width: 80%;" class="center-block img-circle" />
<h4 class="team-member">Mosharaf Chowdhury</h4>
<h6>Associate Professor</h6>
<p><a href="https://symbioticlab.org">SymbioticLab</a>, University of Michigan</p>
<p>University of Michigan</p>
<ul class="team-social">
<li><a href="https://mosharaf.com"><i class="fa fa-home"></i></a>
</li>
Expand All @@ -329,12 +338,87 @@ <h6>Associate Professor</h6>
</div>
<!-- END SINGLE TEAM -->
<!-- START SINGLE TEAM -->
<div class="col-md-4 col-sm-6">
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/adam.jpeg" style="max-width: 80%;" class="center-block img-circle" />
<h4 class="team-member">Adam Belay</h4>
<p>MIT CSAIL</p>
<ul class="team-social">
<li><a href="http://www.abelay.me/"><i class="fa fa-home"></i></a>
</li>
</ul>
</div>
</div>
<!-- END SINGLE TEAM -->
<!-- START SINGLE TEAM -->
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/asaf.jpeg" style="max-width: 80%;" class="center-block img-circle" />
<h4 class="team-member">Asaf Cidon</h4>
<p>Columbia University</p>
<ul class="team-social">
<li><a href="https://www.asafcidon.com/"><i class="fa fa-home"></i></a>
</li>
</ul>
</div>
</div>
<!-- END SINGLE TEAM -->
<div class="clearfix visible-sm-block"></div>
<!-- START SINGLE TEAM -->
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/beidi.jpeg" style="max-width: 80%;" class="center-block img-circle" />
<h4 class="team-member">Beidi Chen</h4>
<p>CMU</p>
<ul class="team-social">
<li><a href="https://www.andrew.cmu.edu/user/beidic/"><i class="fa fa-home"></i></a>
</li>
</ul>
</div>
</div>
<!-- END SINGLE TEAM -->
<!-- START SINGLE TEAM -->
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/simon.jpeg" style="max-width: 80%;" class="center-block img-circle" />
<h4 class="team-member">Simon Peter</h4>
<p>University of Washington</p>
<ul class="team-social">
<li><a href="https://homes.cs.washington.edu/~simpeter/"><i class="fa fa-home"></i></a>
</li>
</ul>
</div>
</div>
<!-- END SINGLE TEAM -->
<!-- START SINGLE TEAM -->
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/tom.jpeg" style="width: 80%;" class="center-block img-circle" />
<h4 class="team-member">Tom Anderson</h4>
<p>University of Washington</p>
<ul class="team-social">
<li><a href="https://www.cs.washington.edu/people/faculty/tom"><i class="fa fa-home"></i></a>
</li>
</ul>
</div>
</div>
<!-- END SINGLE TEAM -->
</div>
<div class="row">
<div class="col-sm-12">
<div class="text-center">
<h3>Students</h3>
</div>
</div>
</div>
<div class="row">
<!-- START SINGLE TEAM -->
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/jae-won.jpg" style="max-width: 80%" class="center-block img-circle" />
<h4 class="team-member">Jae-Won Chung</h4>
<h6>Ph.D. Student</h6>
<p><a href="https://symbioticlab.org">SymbioticLab</a>, University of Michigan</p>
<p>University of Michigan</p>
<ul class="team-social">
<li><a href="https://jaewonchung.me/about"><i class="fa fa-home"></i></a>
</li>
Expand All @@ -343,49 +427,58 @@ <h6>Ph.D. Student</h6>
</div>
<!-- END SINGLE TEAM -->
<!-- START SINGLE TEAM -->
<div class="col-md-4 col-sm-6">
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/jiachen.png" style="max-width: 80%" class="center-block img-circle" />
<h4 class="team-member">Jiachen Liu</h4>
<h6>Ph.D. Student</h6>
<p><a href="https://symbioticlab.org">SymbioticLab</a>, University of Michigan</p>
<p>University of Michigan</p>
<ul class="team-social">
<li><a href="http://www-personal.umich.edu/~amberljc/"><i class="fa fa-home"></i></a>
</li>
</ul>
</div>
</div>
<!-- END SINGLE TEAM -->
</div>
<div class="row">
<div class="col-sm-12">
<div class="text-center">
<h3>Alumni</h3>
</div>
</div>
</div>
<div class="row">
<!-- START SINGLE TEAM -->
<div class="col-md-4 col-sm-6">
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/jie.jpg" style="max-width: 80%" class="center-block img-circle" />
<h4 class="team-member">Jie You</h4>
<h6>Alumnus, Ph.D.</h6>
<p></br></p>
<ul class="team-social">
<li><a href="https://web.eecs.umich.edu/~jieyou/"><i class="fa fa-home"></i></a>
<li><a href="https://jimmyyou.github.io"><i class="fa fa-home"></i></a>
</li>
</ul>
</div>
</div>
<!-- END SINGLE TEAM -->
<!-- START SINGLE TEAM -->
<div class="col-md-4 col-sm-6">
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/luoxi.jpg" style="max-width: 83%" class="center-block img-circle" />
<img src="assets/img/members/luoxi.jpg" style="max-width: 80%" class="center-block img-circle" />
<h4 class="team-member">Luoxi Meng</h4>
<h6>Alumnus, MS</h6>
<p></br></p>
<ul class="team-social">
<li><a href="https://github.com/Rosie-m"><i class="fa fa-github"></i></a>
<li><a href="https://rosie-m.github.io/"><i class="fa fa-home"></i></a>
</li>
</ul>
</div>
</div>
<!-- END SINGLE TEAM -->
<!-- START SINGLE TEAM -->
<div class="col-md-4 col-sm-6">
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/yile.jpg" style="max-width: 83%" class="center-block img-circle" />
<h4 class="team-member">Yile Gu</h4>
Expand All @@ -399,7 +492,7 @@ <h6>Alumnus, MS</h6>
</div>
<!-- END SINGLE TEAM -->
<!-- START SINGLE TEAM -->
<div class="col-md-4 col-sm-6">
<div class="col-md-3 col-sm-4">
<div class="single-team text-center">
<img src="assets/img/members/zhenning.jpg" style="max-width: 80%" class="center-block img-circle" />
<h4 class="team-member">Zhenning Yang</h4>
Expand Down Expand Up @@ -460,7 +553,7 @@ <h4>PyTorch Ecosystem project</h4>
</li>
</ul>
<h4>Mozilla Tech Fund 2024</h4>
<p>Zeus receives $50,000 for development support from the 2024 Mozilla Technology Fund. Thanks, Mozilla!</p>
<p>Zeus receives $50,000 for development support from the 2024 Mozilla Technology Fund.</p>
<a class="blog-btn" href="https://foundation.mozilla.org/en/blog/open-source-AI-for-environmental-justice/">Announcement</a>
</div>
</div>
Expand All @@ -485,8 +578,8 @@ <h4>Talk @ PyTorch conf 2023</h4>
</div>
</div>
<!-- END SINGLE BLOG POST -->
</div>
<div class="row">
<!-- </div> -->
<!-- <div class="row"> -->
<!-- START SINGLE BLOG POST -->
<div class="col-md-4 col-sm-6">
<div class="single-blog-post">
Expand All @@ -505,6 +598,7 @@ <h4>ML.ENERGY Colosseum</h4>
</div>
</div>
<!-- END SINGLE BLOG POST -->
<div class="clearfix visible-md-block"></div>
<!-- START SINGLE BLOG POST -->
<div class="col-md-4 col-sm-6">
<div class="single-blog-post">
Expand Down Expand Up @@ -542,8 +636,8 @@ <h4>ML.ENERGY Leaderboard</h4>
</div>
</div>
<!-- END SINGLE BLOG POST -->
</div>
<div class="row">
<!-- </div> -->
<!-- <div class="row"> -->
<!-- START SINGLE BLOG POST -->
<div class="col-md-4 col-sm-6">
<div class="single-blog-post">
Expand All @@ -557,7 +651,7 @@ <h4>ML.ENERGY Leaderboard</h4>
</ul>
<h4>Chase → ICLR Workshop '23</h4>
<p>Based on Carbon-Aware Zeus, <i>Chase</i> was accepted to appear at the ICLR workshop on <a href="https://www.climatechange.ai/events/iclr2023">Tackling Climate Change with Machine Learning!</a></p>
<a class="blog-btn" href="https://github.com/SymbioticLab/Zeus/tree/chase">Repository</a>
<a class="blog-btn" href="https://github.com/ml-energy/zeus/tree/chase">Repository</a>
<a class="blog-btn" href="https://symbioticlab.org/publications/files/chase:ccai23/chase-ccai23.pdf">Paper</a>
</div>
</div>
Expand Down

0 comments on commit 53939a6

Please sign in to comment.