-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
64 lines (56 loc) · 2.57 KB
/
about.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>About Me</title>
<meta charset ="UTF-8" name="Ben Perlin" content="photography,programming,about,Ben,Perlin,Ben Perlin">
</head>
<body>
<header>
<h1><a href="index.html">Ben Perlin</a>: About Me</h1>
</header>
<h3>Education</h3>
<ul>
<li>Vanderbilt University: Computer Enigneering and Neuroscience</li>
</ul>
<!-- Put something about projects here including voter registration, research and senior design -->
<h3>Programming Langugaes</h3>
<ul>
<li>Assembly - MIPS, Atmega328P, Parallax Propeller</li>
<li>Awk</li>
<li>bash</li>
<li>C</li>
<li>C++</li>
<li><a href ="https://dlang.org">D</a></li><!-- if you are reading, please learn/use D-->
<li>Matlab</li>
<li>Python</li><!-- though not as well as the others -->
</ul>
<h3>Groups</h3>
<ul>
<li><a href="https://www.meetup.com/robotics-71/">Middle Tennessee Robotic Arts Society (MTRAS)</a></li>
<li><a href="https://www.meetup.com/Nashville-Linux-Users-Group/">Nashville Linux Users Group (NLUG)</a></li>
<li><a href="http://nashsec.org">NashSec</a></li>
<li><a href="https://anchorlink.vanderbilt.edu/organization/VUARC">VUARC</a></li>
<li><a href="https://www.dc615.org/index.html">DC-615</a></li>
</ul>
<h3>Blogs</h3>
<ul>
<li><a href="https://benperlinphotography.blogspot.com">Ben Perlin Photography Blog</a></li>
<li><a href="https://benscameras.quora.com/">Ben's Cameras</a></li>
<li><a href="http://maxperlin.blogspot.com/">Max Perlin: Pictures of my dog</a></li>
<li><a href="https://felix-hoenikker.blogspot.com/">Felix Hoenikker (Technical Blog)</a></li>
<li><a href="https://medium.com/@benperlin">Medium</a></li>
</ul>
<h3>Other Sites</h3>
<p><a href="https://github.com/Ben-Perlin">Github</a></p>
<p><a href="https://quora.com/profile/Ben-Perlin">Quora</a></p>
<p><a href="http://stackoverflow.com/users/5797355/ben-perlin">Stack Overflow</a></p>
<p><a href="https://meetup.com/members/14058848/">Meetup</a></p>
<p><a href="https://www.researchgate.net/profile/Ben_Perlin"Research Gate</a></p>
<br>
<h3>Contact Me</h3>
<p>Email: <a href="mailto:baperlin@gmail.com">baperlin@gmail.com</a></p>
<p><a href="https://twitter.com/ben_perlin">Twitter</a></p>
<p><a href="https://www.facebook.com/ben.a.perlin">Facebook</a></p>
<p>Amateur Radio Callsign: <a href="http://wireless2.fcc.gov/UlsApp/UlsSearch/license.jsp?licKey=3956341">KN4FVM</a></p>
</body>
</html>