Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanzhanggg authored Sep 18, 2023
1 parent 8dff655 commit 6c9d579
Showing 1 changed file with 42 additions and 72 deletions.
114 changes: 42 additions & 72 deletions _pages/about.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

---
permalink: /
#title: ""
Expand All @@ -13,86 +14,55 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About me</title>
<style>
/* Add your CSS styles here */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}
h1 {
color: #333;
text-align: center; /* Center the header */
}
h2 {
color: #777;
}
table {
width: 100%;
border-collapse: collapse;
border: none; /* Remove table border */
margin-top: 20px;
}
td.date {
width: 1%;
white-space: nowrap;
font-style: italic;
color: #888;
text-align: right;
padding-right: 10px;
}
.intro-paragraph {
text-align: justify; /* Justify the text in the introductory paragraph */
}
</style>
</head>
<body>

<main>
<section>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" crossorigin="anonymous"></script>
<h1>Welcome to my website!</h1>
<p class="intro-paragraph">I'm Dylan, an enthusiastic Ph.D. candidate at <a href="https://ame.usc.edu/">Department of Aerospace & Mechanical Engineering</a>, <a href="https://www.usc.edu/">University of Southern California</a>. My research is centered around computational materials, with a primary focus on finite element methods (e.g., phase field modeling), crystallographic theory, and structural failure analysis.</p>
<p style="text-align: justify;">I'm Dylan, an enthusiastic Ph.D. candidate at <a href="https://ame.usc.edu/">Department of Aerospace & Mechanical Engineering</a>, <a href="https://www.usc.edu/">University of Southern California</a>. My research is centered around computational materials, with a primary focus on finite element methods (e.g., phase field modeling), crystallographic theory, and structural failure analysis.</a></p>
</section>

<section class="education">
<h2>Education</h2>
<ul>
<li>🎓 <strong>Ph.D. candidate in Mechanical Engineering</strong>
<ul>
<li>University of Southern California (Aug 2020 - May 2025 (expected))</li>
<li>GPA: 4.0/4.0</li>
</ul>
</li>
<li>🎓 <strong>M.S. in Chemical Process Equipment</strong>
<ul>
<li>Zhejiang University (Sept 2017 - Jun 2020)</li>
</ul>
</li>
<li>🎓 <strong>B.S. in Process Equipment and Control Engineering</strong>
<ul>
<li>Dalian University of Technology (Sept 2013 - Jun 2017)</li>
</ul>
</li>
</ul>
</section>
<section class="education">
<h2>Education</h2>
<ul>
<li>🎓 <strong>Ph.D. candidate in Mechanical Engineering</strong>
<ul>
<li>University of Southern California (Aug 2020 - May 2025 (expected))</li>
<li>GPA: 4.0/4.0</li>
</ul>
</li>
<li>🎓 <strong>M.S. in Chemical Process Equipment</strong>
<ul>
<li>Zhejiang University (Sept 2017 - Jun 2020)</li>
</ul>
</li>
<li>🎓 <strong>B.S. in Process Equipment and Control Engineering</strong>
<ul>
<li>Dalian University of Technology (Sept 2013 - Jun 2017)</li>
</ul>
</li>
</ul>
</section>

<section class="recent-posts">
<h2>Recent Posts</h2>
<table>
<tr>
<td class="date">📆 <span style="font-style: italic;">2023, May 10</span></td>
<td>I am at the workshop on Data-Driven Computational Modeling of Materials Across Scales.</td>
</tr>
<tr>
<td class="date">📆 <span style="font-style: italic;">2023, Apr 11</span></td>
<td>My work "Designing shape-memory-like microstructures in intercalation materials" is published in Acta Materialia!</td>
</tr>
<tr>
<td class="date">📆 <span style="font-style: italic;">2021, Jul 12</span></td>
<td>My work "Film strains enhance the reversible cycling of intercalation electrodes" is published in JMPS!</td>
</tr>
</table>
</section>
<section class="recent-posts">
<h2>Recent Posts</h2>
<table>
<tr>
<td class="date">📆 <span style="font-style: italic;">2023, May 10</span></td>
<td>I am at the workshop on Data-Driven Computational Modeling of Materials Across Scales.</td>
</tr>
<tr>
<td class="date">📆 <span style="font-style: italic;">2023, Apr 11</span></td>
<td>My work "Designing shape-memory-like microstructures in intercalation materials" is published in Acta Materialia!</td>
</tr>
<tr>
<td class="date">📆 <span style="font-style: italic;">2021, Jul 12</span></td>
<td>My work "Film strains enhance the reversible cycling of intercalation electrodes" is published in JMPS!</td>
</tr>
</table>
</section>
</div>

</body>
</html>

0 comments on commit 6c9d579

Please sign in to comment.