generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f130dc
commit e13118c
Showing
2 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,41 @@ layout: page | |
title: Join Us! | ||
permalink: /join-us/ | ||
subtitle: | ||
|
||
|
||
news: true # includes a list of news items | ||
selected_papers: true # includes a list of papers marked as "selected={true}" | ||
social: true # includes social icons at the bottom of the page | ||
--- | ||
|
||
Hi guys join us | ||
<div style="display: flex;"> | ||
<div style="width: 50%; padding-right: 20px;"> | ||
{% capture contact_info %} | ||
University of Colorado | ||
Dept of Mechanical Engineering | ||
1111 Engineering Drive | ||
UCB 427 | ||
Boulder, CO 80309-0427 | ||
|
||
Email: [email protected] | ||
{% endcapture %} | ||
{{ contact_info | markdownify }} | ||
</div> | ||
<div style="width: 50%;"> | ||
|
||
<h3> Interested in our research?</h3> | ||
|
||
Interested undergraduates and graduate students, as well as prospective postdocs, should be in touch with Prof. MacCurdy, via email to discuss research topics and opportunities. | ||
<br/><br/> | ||
|
||
<h3> Undergraduate Research </h3> | ||
Undergraduate students participate in laboratory research by getting involved in ongoing experiments or by developing their own research project within the topics of interest to the group. CU Boulder offers several undergraduate programs for research opportunities, including CU SPUR, <a href = "https://www.colorado.edu/engineering/students/research">DLA,</a> <a href = "https://www.colorado.edu/urop/">UROP,</a> <a href = "https://www.colorado.edu/engineering-advising/content/college-engineering-and-applied-science-independent-study-form">Independent study,</a> and informal lab work. Interested students should contact Prof. MacCurdy. | ||
<br/><br/> | ||
|
||
<h3> Graduate Research </h3> | ||
Prospective graduate students should visit the webpage of the <a href = "https://www.colorado.edu/mechanical/">Department of Mechanical Engineering at CU Boulder</a> for information about the program and how to apply. | ||
<br><br> | ||
|
||
<h3> Post Doctoral Research </h3> | ||
Interested individuals should reach out to Prof. MacCurdy to discuss opportunities, funding, and schedule a visit, 6-12 months before the end of their current appointment. | ||
|
||
</div> | ||
</div> |