-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (43 loc) · 2.36 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
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>Conor Power</title>
<meta name="description" content="Conor Power is PhD student at UC Berkeley researching databases and distributed systems.">
<meta property="og:image" content="conor_portrait.png">
<meta property="og:type" content="website">
</head>
<body bgcolor=pink>
<h1>Conor Power</h1>
<img src="conor_portrait.png" height = "200" alt = "portrait">
<p>Hi, I'm Conor! I'm a computer science PhD student in the <a href="https://sky.cs.berkeley.edu/">Sky Lab</a> at UC Berkeley. Much of my current research is part of the Berkeley <a href="https://hydro.run/">Hydro</a> project looking at things like the role of CRDTs in the future of cloud programming. I'm interested in a mix of databases, distributed systems, theory, programming languages, and security, but since databases is a microcosm of computer science we can just call it "databases" for short. </p>
<p>You can find my publications on my <a href="https://scholar.google.com/citations?user=tpxtC84AAAAJ">Google Scholar</a>.</p>
<p>You can reach me or follow along with what I'm up to via my <a href="https://twitter.com/conor_power23">Twitter</a>.</p>
<p><b>Here are some educational links I recommend:</b>
<br>
<br>
On Focus and Time Management:
<br>
<a href="https://terrytao.wordpress.com/2008/08/07/on-time-management/">Terry Tao on Time Management</a>.
<a href="https://terrytao.wordpress.com/career-advice/work-hard/">Terry Tao on Hard Work</a>
<a href="https://en.wikipedia.org/wiki/Pomodoro_Technique">Pomodoro Technique</a>
<a href="https://www.calnewport.com/blog/2013/12/21/deep-habits-the-importance-of-planning-every-minute-of-your-work-day/">Cal Newport on Time Blocking</a>
<br>
On Giving Good Talks:
<br>
<a href="https://www.youtube.com/watch?v=Unzc731iCUY">How to Speak by Patrick Winston</a>
<br>
On Conducting Good Research:
<br>
<a href="https://www.youtube.com/watch?v=a1zDuOPkMSw">You and Your Research by Richard Hamming</a>
<br>
On Professoring:
<br>
<a href="https://vijay03.github.io/asstprofbook/">The CS Assistant Professor Handbook by Vijay Chidambaram</a>
<br>
On The PhD:
<br>
<a href="https://matt.might.net/articles/phd-school-in-pictures/">The PhD in Pictures by Matt Might</a>
</p>
</body>
</html>