-
Notifications
You must be signed in to change notification settings - Fork 1
/
timeline.html
122 lines (90 loc) · 5 KB
/
timeline.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Timeline</title>
<link rel="stylesheet" type="text/css" href="timeline.css">
</head>
<nav>
<div class="sidenav">
<a href="/index.html"><div>About</div></a>
<a href="/resume.html"><div>Resume</div></a>
<a href="/projects.html"><div>Projects</div></a>
<a href="/timeline.html"><div>Timeline</div></a>
<a href="/contact.html"><div>Contact</div></a>
</div>
</nav>
<body>
<h1> Timeline </h1>
<div class="timeline">
<div class="content">
<h2>Tech Entrepreneurship Intern</h2>
<p class="time">February 10 2022 - PRESENT</p>
<p>
Join the prestigous Blackstone LaunchPad at UTD for developing the skills needed to bring a tech startup to reality.
</p>
<a href="https://innovation.utdallas.edu/programs/blackstone-launchpad/">BlackStone LaunchPad UTD</a>
</div>
<br>
<div class="content">
<h2>Artificial Intelligence Mentee</h2>
<p class="time">February 15 2022 - PRESENT</p>
<p>
Join Artificial Intelligence Society at UTD to build a semester long ML solution.
</p>
<a href="https://aisutd.org/">AIS UTD</a>
</div>
<br>
<div class="content">
<h2>Microsoft Decentralized Identity Hackathon 2022</h2>
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="58bcf933-465e-4a88-9182-87e75980825a" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
<p class="time">January 30 2022</p>
<p>
Microsoft's Decentralized Identity Hackathon allowed participants to create solutions using Microsoft's Verifiable Credentials which live on a
decentralized blockchain. The task of the hackathon is to come up with an innovative solution that takes advantage of "Azure Active Directory Verifiable Credentials".
</p>
<a href="https://devpost.com/software/utd-verifiable-credentials-demo?ref_content=my-projects-tab&ref_feature=my_projects">Read more</a>
<a href="https://microsoft-did.devpost.com/">Microsoft DID 2022</a>
<a href="https://www.youtube.com/watch?v=b__h7_F2S50&t=1s">Demo</a>
<a href="https://github.com/sai-k02/Microsoft-Verifiable-Credentials-UTD-Web-App">Github</a>
</div>
<br>
<div class="content">
<h2>TAMUhack 2022</h2>
<p class="time">January 30 2022</p>
<p>
TAMUhack 2022 is a hackathon hosted by A&M that allowed students to create projects for real companies to win prizes/opportunities.
The companies include Google, Meta, JPMorgan Chase, VISA, GM, Ford, USAA and many more.
</p>
<a href="https://devpost.com/software/ml-food-classifier?ref_content=my-projects-tab&ref_feature=my_projects">Read more</a>
<a href="https://tamuhack2022.devpost.com/">TAMUhack 2022</a>
<a href="https://youtu.be/4rZuD9ZgYBc">Demo</a>
<a href="https://github.com/sai-k02/TAMU-FOOD-CLASSIFIER">Github</a>
</div>
<br>
<div class="content">
<h2>Data Science Webinar with Python & R</h2>
<p class="time">January 16 2022</p>
<p>
Introduction to Numpy, SciKit-Learn, SciPy, Pandas, Seaborn, MatPlotLib, Data Munging and Cleaning, Data Aggregation, Data Visualization, Kaggle, Machine Learning, Linear Regression, Cross Validation & Bias-Variance Trade-Off,
Logistic Regression, K Nearest Neighbors, Decision Trees and Random Forests, K Means Clustering, Principal Component Analysis
</p>
<a href="https://www.meetup.com/utdcsor/events/282888833/">Read more</a>
</div>
<br>
<div class="content">
<h2> UTD Artificial Intelligence Society HackReason 2022</h2>
<p class="time">January 15 2022</p>
<p> A UTD-exclusive hackathon about creating applications that mimic common sense reasoning in humans.
Our team created a building classifier IOS application, the app allows for taking/uploading a photo to retrieve the exact building/location at UTD.
</p>
<a href="https://devpost.com/software/utd-building-classifier?ref_content=my-projects-tab&ref_feature=my_projects">Read more</a>
<a href="https://utd-hackreason-2022.devpost.com/">UTD HackReason 2022</a>
<a href="https://youtu.be/iem6PUYRa6I">Demo</a>
<a href="https://github.com/sai-k02/UTD-BUILDING-CLASSIFIER-main">Github</a>
</div>
<div class="bottomText">
created with HTML/CSS/JS
</div>
</body>
</html>