-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtalks.html
62 lines (57 loc) · 2.53 KB
/
talks.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Thanks for checking my source out. Have a great day! -->
<meta charset="utf-8" />
<title>Kelly Lin</title>
<meta name="description" content="From pharma to programming." />
<meta name="author" content="Kelly Lin" />
<meta
name="keywords"
content="Kelly, Kelly Lin, R&D, Programming, Software Development, Software Engineering"
/>
<meta property="og:title" content="Kelly Lin" />
<meta property="og:description" content="From pharma to programming." />
<meta property="og:image" content="http://kellylin.me/images/logo.jpg" />
<meta property="og:url" content="http://kellylin.me" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/index.css" />
<link rel="icon" type="image/png" href="images/logo.png" />
<link
href="//fonts.googleapis.com/css?family=Raleway:400,300,600"
rel="stylesheet"
type="text/css"
/>
<script src="js/jquery-3.3.1.min.js"></script>
</head>
<body>
<div class="container">
<header>
<div class="logo">
<a href="./index.html"><img src="images/logo.png"/></a>
</div>
<nav class="link-brackets">
<a href="./blog.html">Blog</a>
<!-- <a href="./projects.html">Projects</a> -->
<a href="./talks.html">Talks</a>
<!--<a href="http://kellylin.me/portfolio">Portfolio</a>-->
</nav>
</header>
<div>
<div class="bodytext-talks">
<div class="aboutme">
<h2>Presentations and Talks</h2>
<p>
I very much enjoyed attending the San Diego Python User Group meetups, especially the Saturday meetups at UCSD's Geisel Library. In March 2019, I gave a talk at the Python monthly meeting at Qualcomm's Building AZ on my transition
from chemistry into software engineering.
</p>
<br>
<p>The slides for the lightning talk I gave on March 28th, 2019 can be found here:</p>
<br>
<p>From Chemist to Software Engineer in 5 Months<a class="regular-links" href="./files/Chemist_to_Software_Engineer.pdf">PDF</a><a class="regular-links" href="./files/Chemist_to_Software_Engineer.odp">ODP</a></p>
<br>
</div>
</div>
</div>
</body>
</html>