-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
69 lines (61 loc) · 3.62 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Project</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.6.3/css/all.css' integrity='sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/' crossorigin='anonymous'>
<link rel="stylesheet" href="index.css">
</head>
<div id="particle"></div>
<div id="overlay" class="container">
` <b><p>Louell L. Sala, MD MBA DPCOM</p></b>
<p> Email : <a href="mailto:[email protected]"> Click here </a> </p>
<hr>
<p>✪ Winner, Inclusion and Equality Track, 2023 MIT Reality Hack</p>
<p>✪ Winner, First Place, 2023 IPFS Filecoin x Gitcoin Social Hour</p>
<p>✪ Winner, First Place, 2022 Massachusetts Institute of Technology Grand Hackathon: Hacking Medicine in Boston.</p>
<p>✪ Winner, 2022 Chainlink Fall Hackathon </p>
<p>✪ Winner, 2022 Hedera Hackathon </p>
<p>✪ Winner, Protocol Labs Prize, 2021 EthGlobal</p>
<p>✪ Winner, Best in NFT and Gaming, 2021 ChainLink</p>
<p>✪ Winner, Web 3 Enabled Student Transcript and Use of Identity Index, 2021 ETHDENVER</p>
<p>✪ Winner, 2020 MIT Hacking Racism in Healthcare for Clinical Trials</p>
<p>✪ Winner, 2018 New York City Techstars Competition, Blockchain Edition</p>
<p>✪ Winner, Parabellum Music Group Award, 2019 New York City Gotham Distributed Ledger Technology Competition</p>
<p>✪ Best in Data & Security, 2019 New York City Hackfest</p>
<p>✪ Runner up, 2019 New York City Angel Hack</p>
<p>✪ 2nd Runner Up NYC BIGAPPS, 2019 ConsenSys Building Blocks Hackathon</p>
<p>✪ Winner, 2018 Weil Cornell Medicine Award for Reimagining Lung Cancer in the New York City MIT Grand Hackathon: Hacking Medicine.</p>
<hr>
<p><span>Projects</span>
</p>
<a href="https://devpost.com/software/benvision">Benvision</a>
<br>
<a href="https://github.com/Alchemist21/mLungCa">Lung Cancer Prediction using Simple Machine Learning</a>
<br>
<a href="https://spatialoracles-8b65a.web.app/">Spatial</a>
<br>
<a href="https://devpost.com/software/pixieland">Pixieland</a>
<br>
<a href="https://affectionate-blackwell-211345.netlify.app/">Image Classification App</a>
<br>
<a href="https://devpost.com/software/theo">THEO</a>
<br>
<a href="https://github.com/Alchemist21/Clinical_Trial_Starter">Blockchain for Clinical Trials</a>
<br>
<a href="https://alchemist21.github.io/Senti/">Sentiment Analysis Lecture with example</a>
<br>
<a href="https://alchemist21.github.io/blockchainlecture/">Blockchain in Healthcare Lecture with example</a>
<br>
<a href="https://www.youtube.com/channel/UCDEH3NL9u8_6BLPHcZEacOA?view_as=subscriber">Health and Technology Youtube videos</a>
<hr>
</div>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script type="text/javascript" src="particles.js"></script>
<script type="text/javascript" src="app.js"></script>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
</body>
</html>