-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (109 loc) · 4.71 KB
/
index.html
File metadata and controls
123 lines (109 loc) · 4.71 KB
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
123
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126648183-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-126648183-1');
</script>
<title>Camillia Smith Barnes, Ph.D.</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style type="text/css">
h1 {
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
color: #FFFFFF;
font-size: 48px;
font-weight: 300;
margin: 0 0 0 0;
padding: 0;
text-align: center;
}
body, p {
background: radial-gradient(circle, #6AFAA5, gray);
font-family: Georgia, serif;
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
margin: 0;
padding: 1cm;
text-align: left;
}
a {
color: #D85878;
font-weight: 600;
text-decoration:underline;
}
</style>
</head>
<body>
<h1>Camillia Smith Barnes, Ph.D.</h1>
<br>
<ul>
<li>View or download my:
<ul>
<li><a href="/cv/smithbarnes-resume.pdf" target="_top">Resume</a> (current as of early 2023)</li>
<li><a href="/cv/smithbarnes-cv.pdf" target="_top">Curriculum Vitae</a> (slightly outdated)</li>
</ul>
</li>
<br>
<li>Connect with me on:
<ul>
<li><a href="https://www.linkedin.com/in/csbphd" target="_top">LinkedIn</a> </li>
<li><a href="https://github.com/pythagoraskitty" target="_top">GitHub</a></li>
<li><a href="https://www.facebook.com/cammie.barnes" target="_top">Facebook</a></li>
<li><a href="https://www.quora.com/profile/Camillia-Smith-Barnes" target="_top">Quora</a></li>
</ul>
</li>
<br>
<li> Visit me on my favorite code challenge sites:
<ul>
<li><a href="https://leetcode.com/pythagoraskitty/" target="_top">LeetCode</a></li>
<li><a href="https://www.codewars.com/users/pythagoraskitty" target="_top">Codewars</a></li>
<li><a href="http://practice.geeksforgeeks.org/user-profile.php?user=Camillia%20Smith" target="_top">Geeksforgeeks</a></li>
<li><a href="https://www.hackerrank.com/pythagoraskitty?hr_r=1" target="_top">HackerRank</a></li>
<li><a href="https://foobar.withgoogle.com/" target="_top">Google foobar</a>
<br> …You can't actually visit my foobar profile, so here are some <a href="/foobar/foobar-screenshots.pdf" target="_top">screenshots</a> instead, including full journal with storyline (but no questions or solutions: sorry, can't give those away!)</li>
</ul>
</li>
<br>
<li> Enjoy some photos of my semi-precious stone mosaics:
</li>
<br>
<br>
<img src="/images/99B20216-ADDC-4C93-BD4E-AC78F99051A0.jpeg" height="250" width="250"/>
<img src="/images/D0A1C99C-D974-4655-B124-726298D851C0.jpeg" height="250" width="250"/>
<img src="/images/0783DCC7-2490-4FDA-97C6-F56B4E2E9BAB.jpeg" height="250" width="250"/>
<img src="/images/B7347B75-FFF0-4AC4-BB5D-895901032734.jpeg" height="250" width="250"/>
<br>
<br>
<li>Check out my <a href="https://github.com/pythagoraskitty/roses" target="_top">Pythagorean Roses</a> (nested squares) generated in LaTeX via Python!
<br> …Can you figure out which primitive Pythagorean triple corresponds to which image?
<ul>
<li> (3, 4, 5) </li>
<li> (5, 12, 13) </li>
<li> (7, 24, 25) </li>
<li> (8, 15, 17) </li>
<li> (9, 40, 41) </li>
<li> (11, 60, 61) </li>
<li> (12, 35, 37) </li>
<li> (20, 21, 29) </li>
</ul>
</li>
<br>
<img src="/images/pythrose7+24-n16-s3-purple.svg"/>
<img src="/images/pythrose5+12-n16-s3-purple.svg"/>
<img src="/images/pythrose9+40-n16-s3-purple.svg"/>
<img src="/images/pythrose8+15-n16-s3-purple.svg"/>
<img src="/images/pythrose3+4-n16-s3-purple.svg"/>
<img src="/images/pythrose12+35-n16-s3-purple.svg"/>
<img src="/images/pythrose20+21-n16-s3-purple.svg"/>
<img src="/images/pythrose11+60-n16-s3-purple.svg"/>
<br>
<br>
</ul>
</body>
</html>