-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·70 lines (66 loc) · 3.98 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Home page">
<meta property="og:type" content="website">
<meta property="og:title" content="Joshua Hizgiaev">
<meta property="og:description" content="Student studying Computer Science with a focus of Artifical Intelligence and ML Engineering">
<meta property="og:theme-color" content="#FFA500">
<meta property="og:site_name" content="Home Page">
<meta property="og:image" content="/assets/icons/png-transparent-half-life-logo-half-life-opposing-force-trademark-symbol-logo-half-life-miscellaneous-game-text-thumbnail.png">
<link rel="icon" type="image/gif" href="/assets/icons/da2bqyh-a6bc60a5-52b6-4b34-9296-ea6d4b82e1f4.gif">
<link rel="stylesheet" href="/css/style.css">
<script type="module" src="/js/index_canvas.js"></script>
<script type="module" src="https://sitring.eric.si/webring.js?id=josh_h" id="webringjs"></script>
<title>Portfolio</title>
</head>
<canvas id="background"> </canvas>
<div class="topnav" id="myTopNav">
<div class='logo'>
<a href="/"><img src="/assets/Vista Logos/logo-transparent-png.png" alt="myLogo" aria-label="My logo"></a>
</div>
<div class="links brackets">
<a href="/pages/about/index.html" aria-label="Know more about me!">About</a>
<a href="/pages/contacts/index.html" aria-label="My contact info">Contact</a>
<a href="/pages/projects/index.html" aria-label="See my projects!">Projects</a>
<a href="/pdf/Joshua_Hizgiaev_Resume.pdf" aria-label="My resume">Resume</a>
</div>
</div>
<div class="main">
<header class="index-title-header">
<h1 class="subtitle">Joshua Hizgiaev</h1>
<h2 class="subtitle">Welcome to the Automata</h2>
</header>
<div class="index-section-body">
<div class="index-section-flex-child">
<h1>🎓 More about myself:</h1>
<p>
I am an upcoming sophomore college student at Stevens Institute of Technology under the 4 year program to receive my Bachelors of Science in Computer Science, however,
I will be in the Accelerated Masters Program to receive my Masters degree in Computer science 1 year early. Computer science allows me to explore my interests and passions of
computational physics, complex mathematical simulations, and focus on a concentration in Artifical Intellgience and Machine Learning, all under the realm of Data Science and Analysis.
</p>
<p>
To learn a bit more, check the <a href="/pages/about/index.html" class="inline-link" aria-label="Know more about me!">About Me</a> page
</p>
</div>
<div class="index-section-flex-child">
<h1>🗞️ Recent News:</h1>
<ul>
<li class="index-li">Starting August 2023: My undergraduate research internship has come to an end, additionaly, my project for Professor Greenberg is finished as well however starting 2nd semester I will be back working for them, cant wait!</li>
<li class="index-li">Mid-Late July 2023 Plans: Begin working on C++ Data Structures, LeetCode, and finishing Cracking the Coding Interview!</li>
<li class="index-li">Mid July 2023: Begin working on my Portfolio Analyzers, StockoDash</li>
<li class="index-li">Mid July 2023: My research project for Professor Greenberg is basically finished!</li>
<li class="index-li">Starting June 2023: I begin my work for SIAI performing data analysis LightCast and ONET's US Job Skill datasets</li>
<li class="index-li">Mid May 2023: I got accepted into SIAI under Generative AI research for Columbia and Stevens!</li>
<li class="index-li">Late April 2023: I started working for Professor Michael Greenberg on Static Site Generation</li>
</ul>
</div>
</div>
</div>
<div class="webring-footer">
<div class="webring-index" id="webring">
</div>
</div>
</html>