Aditya101

main.tex

Jun 23rd, 2020
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 10.86 KB | None | 0 0
  1. % resume.tex
  2. %
  3. % (c) 2002 Matthew Boedicker <[email protected]> (original author) http://mboedick.org
  4. % (c) 2003-2007 David J. Grant <davidgrant-at-gmail.com> http://www.davidgrant.ca
  5. %
  6. % This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
  7.  
  8. \documentclass[letterpaper,11pt]{article}
  9. \usepackage[lmargin=1.5cm,rmargin=2cm]{geometry}
  10. \usepackage[most]{tcolorbox}
  11. %-----------------------------------------------------------
  12. %Margin setup
  13.  
  14. \setlength{\voffset}{0.1in}
  15. \setlength{\paperwidth}{8.5in}
  16. \setlength{\paperheight}{11in}
  17. \setlength{\headheight}{0in}
  18. \setlength{\headsep}{0in}
  19. \setlength{\textheight}{11in}
  20. \setlength{\textheight}{9.5in}
  21. \setlength{\topmargin}{-0.25in}
  22. \setlength{\textwidth}{7in}
  23. \setlength{\topskip}{0in}
  24. \setlength{\oddsidemargin}{-0.25in}
  25. \setlength{\evensidemargin}{-0.25in}
  26. %-----------------------------------------------------------
  27. %\usepackage{fullpage}
  28. \usepackage{shading}
  29. %\textheight=9.0in
  30. \pagestyle{empty}
  31. \raggedbottom
  32. \raggedright
  33. \setlength{\tabcolsep}{0in}
  34.  
  35. %-----------------------------------------------------------
  36. %Custom commands
  37. \newcommand{\resitem}[1]{\item #1 \vspace{-2pt}}
  38. \newcommand{\resheading}[1]{{\large \parashade[.9]{sharpcorners}{\textbf{#1 \vphantom{p\^{E}}}}}}
  39. \newcommand{\ressubheading}[4]{
  40. \begin{tabular*}{6.5in}{l@{\extracolsep{\fill}}r}
  41.         \textbf{#1} & #2 \\
  42.         \textit{#3} & \textit{#4} \\
  43. \end{tabular*}\vspace{-6pt}}
  44. %-----------------------------------------------------------
  45.  
  46.  
  47. \begin{document}
  48.  
  49. \begin{tabular*}{7in}{l@{\extracolsep{\fill}}r}
  50. \textbf{\Large David Grant}  & 604-555-5555\\
  51. \#666-1234 Main Street &  davidgrant-at-gmail.com \\
  52. Vancouver, BC A1B 2C3 & http://www.davidgrant.ca\\
  53. \end{tabular*}
  54. \\
  55.  
  56. \vspace{0.1in}
  57. \resheading{Education}
  58.  
  59. \begin{itemize}
  60. \item
  61.     \ressubheading{University of Waterloo}{Waterloo, ON}{M.A.Sc., Electrical Engineering (Grades: 80\%)}{Sep. 2002 - May. 2004}
  62.     \begin{itemize}
  63.         \resitem{Relevant courses: Semiconductor Devices: Physics and Modelling, Digital VLSI Design, Amorphous Silicon, Mixed-signal modelling with VHDL-AMS}
  64.     \end{itemize}
  65.  
  66. \item
  67.     \ressubheading{University of British Columbia}{Vancouver, BC}{B.A.Sc. Engineering Physics (Electrical Engineering Option)}{1997-2002}
  68.     \begin{itemize}
  69.         \resitem{Graduated with Honors, \textbf{86\%} cumulative average, and Dean's Honour List each year.}
  70.         \resitem{Relevant courses: Solid-state physics, Quantum Mechanics, Semiconductor Devices (BJT, HBT, FET, analog IC layout and simulation), Digital Systems Design using VHDL, Waveguides and Photonics, RF, Analog/Digital Communications Systems, Analog Hardware Design}
  71.     \end{itemize}
  72.  
  73. \end{itemize}
  74.  
  75. \resheading{Work Experience}
  76. \begin{itemize}
  77. \item
  78.     \ressubheading{D-Wave Systems}{Vancouver, BC}{Junior Research Scientist and Software Engineer}{May 2002 - Aug. 2002}
  79.     \begin{itemize}
  80.         \resitem{Implemented quantum computing algorithms in a JAVA quantum computer simulator, such as quantum Fourier transform, and the quantum eigenvalue finding algorithm.}
  81.         \resitem{Implemented algorithms for generating Hamiltonians for small molecules.}
  82.     \end{itemize}
  83.  
  84. \item
  85.     \ressubheading{EXI Wireless}{Richmond, BC}{Bluetooth Group Software and Hardware Engineer}{May 2001 - Aug. 2001}
  86.     \begin{itemize}
  87.         %\resitem{Part of a group working to produce a Bluetooth-LAN Access Point and other OEM products.}
  88.         \resitem{Wrote firmware and PC software tools to implement an embedded FLASH/EPROM memory serial programmer for an Atmel Thumb AT91FR4081 processor.}
  89.         %\resitem{Wrote documentation for firmware programmers describing the hardware.}
  90.         \resitem{Tested, debugged, and fixed Bluetooth development boards with hardware problems.}
  91.         \resitem{Programmed an embedded serial command interface and memory peak/poke utilities.}
  92.         \resitem{Integrated EXI's patient monitoring system with Bluetooth wireless networking technology.}
  93.     \end{itemize}
  94.  
  95. \item
  96.     \ressubheading{EXI Wireless}{Richmond, BC}{RFID Tags Group Hardware Engineer}{Sep. 2000 - Dec. 2000}
  97.     \begin{itemize}
  98.         \resitem{Managed a Bluetooth daughter-board project; created schematics and PCBs using OrCAD.}
  99.         \resitem{Created an embedded web server demo using a DOS Stamp single-board computer.}
  100.         \resitem{Designed and implemented an automated RFID Tag Tester.  Created schematics and PCB using OrCAD, and programmed GPIB and serial port communication routines in C.}
  101.         \resitem{Tested RF ID tags using RF equipment (spectrum analyzers, attenuators, TEM cells, antennae).}
  102.         \resitem{Programmed GPIB data acquisition routines in C for an RFID RF Immunity testing program.}
  103.     \end{itemize}
  104.  
  105. \item
  106.     \ressubheading{Dr. Andre Marziali's Biophysics Lab}{UBC}{NSERC Research Enginner}{May 2000 - Aug. 2000}
  107.     \begin{itemize}
  108.         \resitem{Developed novel technology for thermal cycling of DNA samples in sub-micro litre volumes.}
  109.         \resitem{Designed mechanical and electrical components for a 384-sample prototype system.}
  110.         \resitem{Wrote control software/drivers in LabVIEW for the gantry robot and plate stacker.}
  111.         \resitem{Built three prototypes for a 384 hole aluminium thermal cycling block.}
  112.         %\resitem{Sketched components using GenericCAD and AutoCAD 2000 Mechanical Desktop software.}
  113.         %\resitem{Tested and debugged major system components including a high-precision pipetting tool.}
  114.     \end{itemize}
  115.  
  116. \item
  117.     \ressubheading{Nortel Networks, OPTera Solutions, Photonic Group}{Kanata, ON}{Research Engineer}{Jan. 1999 - Apr. 1999}
  118.     \begin{itemize}
  119.         \resitem{Designed a new method of measuring thermal and adiabatic chirp in 1.25/2.5 GHz Lasers.  This new method has now been patented by my supervisor Kihong Kim (U.S. patent \# 6,178,001).}
  120.         \resitem{Tested and characterized laser diodes, DWDM filters, and Mach-Zehnder Interferometers}
  121.         \resitem{Programmed automated DC Laser Testing and Mach-Zehnder Interferometer data acquisition and analysis programs using LabVIEW (over GPIB).}
  122.         %\resitem{Designed a solderless laser diode clamp, for clamping diode packages to PCB without soldering.}
  123.         \resitem{Constructed Mach-Zehnder Interferometers using bare fibre spliced together, and characterized them.}
  124.         \resitem{Was responsible for all lab testing routines involving lasers, filters, and interferometers.}
  125.     \end{itemize}
  126. \end{itemize}
  127.  
  128. \resheading{School Projects}
  129. \begin{itemize}
  130. \item
  131.     \ressubheading{SpectraVu Medical}{Vancouver, BC}{Engineering Physics Project Lab, APSC 479}{Sep. 2001 - Apr. 2002}
  132.     \begin{itemize}
  133.         \resitem{   Designed and implemented a digital video processing system for lung cancer imaging,}
  134.         \resitem{Selected components (video DAC, ADC) and created schematics in OrCAD.}
  135.         \resitem{Implemented image processing functions and data control blocks in VHDL using an Altera ACEK1K FPGA.  Learned VHDL and MAX+PlusII development tool on my own time.}
  136.         %\resitem{Simulated the various blocks using MAX+PlusII simulation tool.}
  137.     \end{itemize}
  138.  
  139. \item
  140.     \ressubheading{Analog Circuit Design and MOSFET Device Design}{}{Semiconductor Devices Course, EECE 480}{Sep. 2001 - Apr. 2002}
  141.     \begin{itemize}
  142.         \resitem{Designed a high-frequency cascode amplifier, simulated it using HSPICE, and did layout using Cadence Virtuoso Layout software.  Manufactured on a Gennum GA911 chip.}
  143.         \resitem{Designed and simulated a deep sub-micron (~70 nm channel) MOSFET using MEDICI.}
  144.     \end{itemize}
  145.  
  146. \item
  147.     \ressubheading{Low-cost Optoelectronic Localizer}{}{Engineering Physics Project Lab, APSC 459}{Sep. 2000 - Apr. 2001}
  148.     \begin{itemize}
  149.         \resitem{Worked on the LoCOL (Low-cost Optoelectronic Localizer) project in a team of three.}
  150.         \resitem{Programmed a PIC microcontroller to control the timing of the three CCD cameras.}
  151.         \resitem{Designed power supply and re-built electrical circuits for the CCD sensors, processors.}
  152.         %\resitem{Helped build an enclosure for optics and electronics in the Student Machine Shop.}
  153.     \end{itemize}
  154.  
  155. \item
  156.     \ressubheading{Other Projects}{}{UBC and at home}{1999-2000}
  157.     \begin{itemize}
  158.         \resitem{Designed and debugged a digital voltmeter using a Motorola 68000 processor.}
  159.         \resitem{Added features to the digital voltmeter including scrolling text, and a warning buzzer, which won 3rd place in the IEEE Voltmeter Competition.}
  160.         \resitem{Constructed and debugged a digital clock on a PCB for PHYS 159.}
  161.         \resitem{Built an AM short-wave radio at home, on a 2" $\times$ 2.5'' piece of breadboard.}
  162.     \end{itemize}
  163.  
  164. \end{itemize}
  165.  
  166. \resheading{Awards}
  167.     \begin{tabular*}{6.5in}{l@{\extracolsep{\fill}}r}
  168.         Faculty of Engineering Scholarship (\$2,300) & 2002\\
  169.         Ontario Graduate Scholarship (OGS) (\$15,000) & 2002-2003\\
  170.         Industrial NSERC Undergraduate Research Award (\$4500) & 2002\\
  171.         UBC OSI (Outstanding Student Initiative) Entrance Scholarship (\$10,000) & 1997-2002\\
  172.         Engineering Physics 50th Anniversary Scholarship (\$600) & 2001\\
  173.         Anne. M. Mack Scholarship (\$500) & 2001\\
  174.         NSERC Undergraduate Student Research Award (\$4000) & 2000\\
  175.         United Food and Commercial Workers Union, Local 1518 Scholarship (\$1000) & 1998\\
  176.         Top Senior Math Student Award & 1997\\
  177.         B.C. Provincial Exam Scholarship (\$1000) & 1997\\
  178.         B.C. Government Passport to Education (\$800) & 1997\\
  179.         James Whiteside Elementary Parent Advisory Committee Award (\$200) & 1997\\
  180. \end{tabular*}
  181.  
  182. \resheading{Skills}
  183.  
  184. \begin{description}
  185. \item[Languages:]
  186. C/C++, \LaTeX, Java, SPICE, MEDICI (TCAD), VHDL/VHDL-AMS, 68000 and PIC Assembly
  187. \item[Operating Systems:]
  188. Linux (Debian), Solaris, UNIX, MacOS X, Windows 95/98/NT/2000/XP
  189. \item[Applications:]
  190. Mathematica, MatLab, GNU Octave, LabVIEW, Cadence, \LaTeX, OpenOffice, MS Office XP, OrCAD schematic capture \& PCB layout, Altera MAX+PlusII VHDL FPGA Design
  191. \item[Lab Skils:]
  192. Digital/Analog Scopes, Spectrum Analyzer, Function Generators
  193. \item[Fab Skills:]
  194. PECVD and sputtering deposition, UV lithography, wet etch, dry etch (RIE), mask aligner, step profiler, ellipsometry, infrared spectroscopy, x-ray diffraction
  195. \item[Miscellaneous:]
  196. software configuration management, strong verbal and written communication skills, excellent troubleshooting and debugging skills, exceptional problem solving skills, good teams skills
  197. \end{description}
  198.  
  199. \resheading{Interests}
  200.  
  201. \begin{description}
  202. \item[Academic:] Solid state devices,  nanotechnology, photonics, microcontrollers, RF/wireless
  203. \item[Sports:] Playing hockey and swimming
  204. \item[Computers:] Currently maintain two official Debian Linux packages, Mozilla beta tester, enjoy using and learning Linux systems, Building electronics projects at home, and writing JAVA software
  205. \item[Musical:] Playing guitar and piano
  206. \item[Membership:] Student member of IEEE since 1998, Materials Research Society member since 2002
  207. \item[Other:] Reading novels
  208. \end{description}
  209.  
  210. \end{document}
Add Comment
Please, Sign In to add comment