chg: Change to PhD candidate

This commit is contained in:
Sayantan Santra 2023-12-17 22:55:35 +05:30
parent 8f0eae3948
commit ec1a995311
Signed by: SinTan1729
GPG Key ID: EB3E68BFBA25C85F
1 changed files with 2 additions and 9 deletions

View File

@ -8,13 +8,6 @@
<title>Sayantan Santra | PhD Student at the University of Oklahoma</title>
<script>
function loader() {
// put year of study
const year_span = document.getElementById("year-span");
const current_time = Date.now();
const year_num = Math.floor((parseInt(current_time) - 1627794000000) / 31536000000);
const year_array = ["first", "second", "third", "fourth", "fifth", "sixth"];
year_span.innerHTML = year_array[year_num];
// put last modified
const last_modified_span = document.getElementById("last-modified");
const last_modified = new Date(document.lastModified);
@ -42,7 +35,7 @@
</div>
<hr />
<p>I'm a <span id="year-span"></span> year PhD student in the Department of Mathematics
<p>I'm a PhD candidate in the Department of Mathematics
at the University of Oklahoma, working with
<a href="https://math.ou.edu/~kmartin">Dr. Kimball Martin</a>.
</p>
@ -65,4 +58,4 @@
</div>
</body>
</html>
</html>