-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.html
113 lines (80 loc) · 4.48 KB
/
CV.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
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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<!--<base target="_blank">--><base href="." target="_blank">
<meta name="description" content="The Official Page of Mike Zhong.">
<link rel="shortcut icon" href="favicon.ico" />
<title>CV</title>
<link rel="stylesheet" href="./files/font.css" type="text/css">
<meta name="viewport" content="width=device-width"/>
<meta name="format-detection" content="telephone=no"> <!-- no weird telephone number formatting -->
<style type="text/css">
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-88025094-1', 'auto');
ga('send', 'pageview');
</script>
</head>
</head>
<body>
<div class="pre">----------------------------------------------------------------------------------
----------------------------------- Mike Zhong -----------------------------------
----------------------------------------------------------------------------------
2600 Ridge Road +1 408 242 4045
Berkeley, CA 94709 [email protected]
EDUCATION
Aug 2013 - May 2017 (Expected)
B.A., Physics, University of California, Berkeley
RESEARCH EXPERIENCE
2016 - Present ALPHA Collaboration at CERN
Wrote simulations for trapped antihydrogen atoms in octupole magnetostatic
antimatter traps. Analyzed resulting chaotic trajectories, specifically the
coupling between axial and transverse modes of energy. Designed algorithm to
quantify coupling time for unevenly-spaced time series. Contributed to day-
to-day experiment operations at CERN.
2015 Mrsic-Flogel Lab at University of Basel
Designed LabVIEW data acquisition software enabling real-time data readout
on a widefield microscope for closed-loop applications. Prototyped touchpad
interface software to allow a mouse to control its position in virtual
reality.
2014 - 2015 Theunissen Lab at UC Berkeley
Studied spectral-temporal features of timbre of Western musical instruments.
Implemented decoding algorithm to transform Modulation Power Spectrum (2DFT
of Gaussian-Windowed Spectrogram) into audio waveform.
PUBLICATIONS -- IN PREPARATION
Axial-transverse energy coupling times for antihydrogen trajectories in
magnetostatic traps, Zhong, M. and Fajans, J. To be submitted Dec 2016.
CONFERENCE ACTIVITY
Characteristic coupling time between axial and transverse energy modes for
antihydrogen in magnetostatic traps, Zhong, M. and Fajans, J., APS Division
of Plasma Physics, v. 61, no. 18, 2016.
GRANTS, AWARDS AND HONORS
2016 UC Berkeley Summer Undergraduate Research Fellowships L&S Fellow
2013 - 16 College of Letters & Science Dean's Honors
TEACHING AND MENTORING EXPERIENCE
UC Berkeley, Undergraduate Student Instructor
Sp 2016 Physics for Scientists and Engineers - Intro to Mechanics
Fa 2015 Discrete Mathematics and Probability Theory
REVERSE ENGINEERING PROJECTS
2015 - 2016 Cal1ID Radio Frequency ID (RFID) Reader/Spoofer
Originally for UC Berkeley Instrumentation Lab course final project, built
circuit to communicate with Cal1ID cards via RFID. Inferred ID number
encoding protocol from recorded signal (Manchester encoding; frequency-shift
keying). Built and installed reader for housemates to unlock front door of
housing co-operative, and spoofer to open locked campus doors.
2015 Touchpad Interface Software
Injected C# code into propriety Windows touchpad GUI application to send
real-time touchpad data via UDP packets. For 2015 Summer lab internship in
the Mrsic-Flogel lab.
2015 i>Clicker
With a couple of friends, pulled the assembled HEX code from the classroom
voting i>Clicker devices. Identified the basic structure of the ~2000 lines
of code, and changed a dozen lines so that clicker would (1) broadcast a
different ID number for every vote, and (2) send unlimited votes per click
(around 40 votes per second). Used for prank: tinyurl.com/2626votes and
tinyurl.com/2626votes2 .
</div>
</body></html>