From cf35f9ab5f78f64c62b9ae9d83df8524be58394f Mon Sep 17 00:00:00 2001
From: Holden Rohrer <hr@hrhr.dev>
Date: Tue, 16 Aug 2022 18:23:05 -0400
Subject: Initial Commit (research opportunities)

---
 .gitignore           |  10 ++
 20220816research.txt | 239 ++++++++++++++++++++++++++++++++++
 LICENSE              | 354 +++++++++++++++++++++++++++++++++++++++++++++++++++
 README               |  21 +++
 SCHEDULE             |  47 +++++++
 resume.tex           |  98 ++++++++++++++
 6 files changed, 769 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 20220816research.txt
 create mode 100644 LICENSE
 create mode 100644 README
 create mode 100644 SCHEDULE
 create mode 100644 resume.tex

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b02bb11
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+*.log
+*.pdf
+*.aux
+*.bbl
+*.blg
+*.ps
+*.out
+*.run.xml
+*.bcf
+*.pgf
diff --git a/20220816research.txt b/20220816research.txt
new file mode 100644
index 0000000..65208f2
--- /dev/null
+++ b/20220816research.txt
@@ -0,0 +1,239 @@
+Niti's Research Prof: frank.dellaert@cc.gatech.edu
+
+Do Undergrad Research if:
+- Want more depth in a specific area not covered in class
+- Want to look at research for PhD
+
+Don't Undergrad Research if:
+- You want certain results
+- Want individual attention from faculty
+- Want recommendations for jobs (faculty recs don't go very far in
+  industry anyway)
+
+That fits me!
+
+Course Reg Numbers: [2/4]69[8/9]
+2: fresh/soph
+4: jun/sen
+8: paid
+9: unpaid
+|Sometimes not required but highly recommended
+
+Meets the junior design requirement
+- LMC 4701/2
+- 9 credits of undergrad research (2 sem unpaid iirc)
+
+BS/MS apply after 60 credits; can do research as project/course option
+
+Undergrad research can be "academic" or "implementation-oriented."
+- Much less grant- and paper-oriented than Masters/grad research.
+
+# Hyesoon Kim
+## Computer Architecture
+Working on GPU processor design
+- CUDA Everywhere
+- Open Source Design
+- CuPBoP??
+
+Looking for C/C++ skill set
+GPU (CUDA/OpenCL) programmer
+LLVM experience hopefully
+Interested in compiler, runtime system
+
+# Frank Li
+## Data-Driven Methods for Improving Internet Security
+
+BEES Lab.
+Applies "empirical approaches" to Internet security concerns.
+Probably a solutions-y thinktank?
+- Large-scale Internet/Web Measurements
+    - Ex: massscan IPv4 range (monitor server mgmt behaviors)
+    - Develop new techniques for IPv6 internet
+- Also data mines auth mechanisms & password leaks
+- Analyze open-source Git repos to understand secure software
+  development
+- Characterize passive DNS data to understand user network traffic
+  patterns
+
+Doesn't feel like it's for me. Too much of a social-science study
+
+- Qualitative User Studies
+    - Understand how sysadmins manage software updates
+    - Understand webadmins password authentication policies
+    - How users react to security notices/warnings
+
+Expects background in web security I think?
+
+# Rogues Gallery VIP Team
+## What?
+Transistor scaling/hitting the end of Moore's law.
+Investigates new tech for continuing to improve performance
+
+"Rogues Gallery Testbed" (FPGA & FPAA)
+- Unique, "rogue" hardware that needs to be programmed into useful
+  applications---unlike commodity memory/processors
+
+Worked on:
+neuromorphic something
+emu chick neo-memory
+quantum computing
+maybe reconfigurable computing
+
+Needs skills:
+- Min: knowledge of linux, ssh, programming (C/C++/Pyth), lin algebra
+- Preferred: ECE 3400 (FPAA), CX 4220, and another class I haven't taken
+
+# Karen Feigh
+## UROC Opportunities with Helicopters
+
+- Cognitive Engineering
+    - What if we designed training and technology with how people
+      actually do their work?
+- procedures and displays for air and space
+- basic research for mil command & control decisionmaking
+- adaptive intelligence for industrial robots & autonomous vehicles
+- Examine human-machine interaction using field work, math, etc.
+
+Hiring into projects (multiple year projects getting started):
+- Humans & AI Piloted Helicopter (special forces/medevac)
+- Helicopter Multi-modal Symbology
+Working on better AI/better human interfacing
+
+Requesting:
+- Experience w/ unreal engine
+
+# Wei Xu
+## NLP Research Lab
+
+NLP side
+- Text generation
+- Human-centered eval
+- Multilingual NLP
+- Stylistics
+
+Machine Learning
+- Sequence-to-sequence models
+- Controllability of neural network
+- Cross-lingual transfer learning
+- Zero-shot/few-shot learning
+- Robust domain adaptation
+
+Want possible multilingual, interested in linguistics.
+Didn't mention ML proficiency already.
+
+seq2seq: simplify english
+Social Media Data: like hashtag word analysis
+
+# Anirudh Rama (or the actual prof?)
+## Community wireless networks/organic mesh networks
+
+- Affordable internet connection
+- Networks hosting local services
+- Disaster scenarios
+
+Studying:
+- Service performance/putting servers on mesh
+- Handling unpredictable network topology like wireless links,
+  obstructions, unreliable nodes, difficult issue diagnosis
+
+Setting up a mesh testbed on GT campus (wireless router/antenna on
+buildings; monitor perf; video conference server)
+
+Preferred: CS 2200, Linux SSH, Basic Networking
+
+# Vivek Sarkar
+## Habanero Extreme Scale Software Research Lab
+
+- Extreme parallelism/heterogeneity at the end of Moore's Law
+- Distributed parallelism, new software foundation of compilers,
+  runtimes, debuggers, programming languages, etc.
+- Parallelism cliffs are very hard for something like Python code.
+
+!! See orthogonal persistence techniques & ideas in Houyhhnum Computing
+
+- Programming models (like better/safer primitives in C++, Pyth, Rust)
+- Compilers
+- Runtime Systems
+- Handling Debugging Better
+
+Working on async bulk-synchronous actor-model parallelism
+
+1 Interested in graph algo, distributed machine learning
+    - Rust/C++ actor-based programming model
+2 Pyth kernels using Intrepydd optimizing compiler
+    - Sparse matrix/tensor computation, pandas
+3 Statistic & Dynamic Program Analysis Techniques
+
+# Florian Schaefer
+## Inference and Computation|Competitive Optimization
+- Inf & Comp
+Conditional (normal?) distributions have a very deep connection to
+factorizing matrices with Cholesky.
+Creates fast algorithms for stats & physical simulations
+
+- Competitive Optimization
+Sort of game theory, adversarial learning, and other.
+Gradient Descent? Competitive Gradient Descent
+    - Machine Learning for PDEs
+
+Very cool! Very mathy!!!
+
+Interested in:
+- Strong math affinity
+- Programming experience with lots of new frameworks
+- Likely 1-on-1 meetings
+- Expects substantial effort on weekly basis
+- Wants you to become published in a good venue (~1-1.5yrs)
+
+# Spencer Bryngelson
+## Fluid dynamics for humans
+
+Algorithms for flows (mechanics/fluid dynamics)
+- Computational Methods
+
+He works in the computational physics/supercomputing research group.
+Industrial-scale simulations!!! (Like exascale/perfect scaling on a big
+computer)
+
+Wants:
+- Intermediate expertise in C/C++ or Fortran
+- Strong handle on numerical linear algebra
+- Knowledge of numerics for PDEs
+Interested in:
+- Computing at huuuge scale
+- Using latest HPC hardware
+- Solving pressing problems in health/defense
+
+# Thad Starner
+## Contextual Computing Group
+
+Works on Google Glass woah.
+Product originator, still works on new stuff.
+Head Worn Display.
+
+- One research in sign language recognition stuff
+    - Significant problem for language abilities of deaf children
+    - Using MediaPipe for widescale sign-language recognition on a
+      smartphone
+- Cetacean Hearing & Telemetry
+- Research Group also studies: brain-neural interfacing
+
+Wants:
+- Sophomores & Freshmen for long-term study
+- Send email with UROC + Name + Project Interest to thad@gatech
+
+Not really my thing.
+
+Running List
+------------
+- Hyesoon Kim (GPU/EE stuff)
+- Rogues Gallery (but only the research side pls)
+- Wei Xu (NLP)
+- Anirudh Rama (community mesh network topology)
+- Vivek Sarkar (Habanero) - somewhat cool but outside my wheelhouse
+- Florian Schaefer (mathy guy) - yes yes yes
+- Spencer Bryngelson (fluid dynamics & hpc)
+
+Possibly
+- Niti's professor
+- any other HPC researchers?
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..8992429
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,354 @@
+Copyright 2020 (c) Holden Rohrer
+Attribution-ShareAlike 4.0 International
+
+=======================================================================
+
+Creative Commons Attribution-ShareAlike 4.0 International Public
+License
+
+By exercising the Licensed Rights (defined below), You accept and agree
+to be bound by the terms and conditions of this Creative Commons
+Attribution-ShareAlike 4.0 International Public License ("Public
+License"). To the extent this Public License may be interpreted as a
+contract, You are granted the Licensed Rights in consideration of Your
+acceptance of these terms and conditions, and the Licensor grants You
+such rights in consideration of benefits the Licensor receives from
+making the Licensed Material available under these terms and
+conditions.
+
+
+Section 1 -- Definitions.
+
+  a. Adapted Material means material subject to Copyright and Similar
+     Rights that is derived from or based upon the Licensed Material
+     and in which the Licensed Material is translated, altered,
+     arranged, transformed, or otherwise modified in a manner requiring
+     permission under the Copyright and Similar Rights held by the
+     Licensor. For purposes of this Public License, where the Licensed
+     Material is a musical work, performance, or sound recording,
+     Adapted Material is always produced where the Licensed Material is
+     synched in timed relation with a moving image.
+
+  b. Adapter's License means the license You apply to Your Copyright
+     and Similar Rights in Your contributions to Adapted Material in
+     accordance with the terms and conditions of this Public License.
+
+  c. BY-SA Compatible License means a license listed at
+     creativecommons.org/compatiblelicenses, approved by Creative
+     Commons as essentially the equivalent of this Public License.
+
+  d. Copyright and Similar Rights means copyright and/or similar rights
+     closely related to copyright including, without limitation,
+     performance, broadcast, sound recording, and Sui Generis Database
+     Rights, without regard to how the rights are labeled or
+     categorized. For purposes of this Public License, the rights
+     specified in Section 2(b)(1)-(2) are not Copyright and Similar
+     Rights.
+
+  e. Effective Technological Measures means those measures that, in the
+     absence of proper authority, may not be circumvented under laws
+     fulfilling obligations under Article 11 of the WIPO Copyright
+     Treaty adopted on December 20, 1996, and/or similar international
+     agreements.
+
+  f. Exceptions and Limitations means fair use, fair dealing, and/or
+     any other exception or limitation to Copyright and Similar Rights
+     that applies to Your use of the Licensed Material.
+
+  g. License Elements means the license attributes listed in the name
+     of a Creative Commons Public License. The License Elements of this
+     Public License are Attribution and ShareAlike.
+
+  h. Licensed Material means the artistic or literary work, database,
+     or other material to which the Licensor applied this Public
+     License.
+
+  i. Licensed Rights means the rights granted to You subject to the
+     terms and conditions of this Public License, which are limited to
+     all Copyright and Similar Rights that apply to Your use of the
+     Licensed Material and that the Licensor has authority to license.
+
+  j. Licensor means the individual(s) or entity(ies) granting rights
+     under this Public License.
+
+  k. Share means to provide material to the public by any means or
+     process that requires permission under the Licensed Rights, such
+     as reproduction, public display, public performance, distribution,
+     dissemination, communication, or importation, and to make material
+     available to the public including in ways that members of the
+     public may access the material from a place and at a time
+     individually chosen by them.
+
+  l. Sui Generis Database Rights means rights other than copyright
+     resulting from Directive 96/9/EC of the European Parliament and of
+     the Council of 11 March 1996 on the legal protection of databases,
+     as amended and/or succeeded, as well as other essentially
+     equivalent rights anywhere in the world.
+
+  m. You means the individual or entity exercising the Licensed Rights
+     under this Public License. Your has a corresponding meaning.
+
+
+Section 2 -- Scope.
+
+  a. License grant.
+
+       1. Subject to the terms and conditions of this Public License,
+          the Licensor hereby grants You a worldwide, royalty-free,
+          non-sublicensable, non-exclusive, irrevocable license to
+          exercise the Licensed Rights in the Licensed Material to:
+
+            a. reproduce and Share the Licensed Material, in whole or
+               in part; and
+
+            b. produce, reproduce, and Share Adapted Material.
+
+       2. Exceptions and Limitations. For the avoidance of doubt, where
+          Exceptions and Limitations apply to Your use, this Public
+          License does not apply, and You do not need to comply with
+          its terms and conditions.
+
+       3. Term. The term of this Public License is specified in Section
+          6(a).
+
+       4. Media and formats; technical modifications allowed. The
+          Licensor authorizes You to exercise the Licensed Rights in
+          all media and formats whether now known or hereafter created,
+          and to make technical modifications necessary to do so. The
+          Licensor waives and/or agrees not to assert any right or
+          authority to forbid You from making technical modifications
+          necessary to exercise the Licensed Rights, including
+          technical modifications necessary to circumvent Effective
+          Technological Measures. For purposes of this Public License,
+          simply making modifications authorized by this Section 2(a)
+          (4) never produces Adapted Material.
+
+       5. Downstream recipients.
+
+            a. Offer from the Licensor -- Licensed Material. Every
+               recipient of the Licensed Material automatically
+               receives an offer from the Licensor to exercise the
+               Licensed Rights under the terms and conditions of this
+               Public License.
+
+            b. Additional offer from the Licensor -- Adapted Material.
+               Every recipient of Adapted Material from You
+               automatically receives an offer from the Licensor to
+               exercise the Licensed Rights in the Adapted Material
+               under the conditions of the Adapter's License You apply.
+
+            c. No downstream restrictions. You may not offer or impose
+               any additional or different terms or conditions on, or
+               apply any Effective Technological Measures to, the
+               Licensed Material if doing so restricts exercise of the
+               Licensed Rights by any recipient of the Licensed
+               Material.
+
+       6. No endorsement. Nothing in this Public License constitutes or
+          may be construed as permission to assert or imply that You
+          are, or that Your use of the Licensed Material is, connected
+          with, or sponsored, endorsed, or granted official status by,
+          the Licensor or others designated to receive attribution as
+          provided in Section 3(a)(1)(A)(i).
+
+  b. Other rights.
+
+       1. Moral rights, such as the right of integrity, are not
+          licensed under this Public License, nor are publicity,
+          privacy, and/or other similar personality rights; however, to
+          the extent possible, the Licensor waives and/or agrees not to
+          assert any such rights held by the Licensor to the limited
+          extent necessary to allow You to exercise the Licensed
+          Rights, but not otherwise.
+
+       2. Patent and trademark rights are not licensed under this
+          Public License.
+
+       3. To the extent possible, the Licensor waives any right to
+          collect royalties from You for the exercise of the Licensed
+          Rights, whether directly or through a collecting society
+          under any voluntary or waivable statutory or compulsory
+          licensing scheme. In all other cases the Licensor expressly
+          reserves any right to collect such royalties.
+
+
+Section 3 -- License Conditions.
+
+Your exercise of the Licensed Rights is expressly made subject to the
+following conditions.
+
+  a. Attribution.
+
+       1. If You Share the Licensed Material (including in modified
+          form), You must:
+
+            a. retain the following if it is supplied by the Licensor
+               with the Licensed Material:
+
+                 i. identification of the creator(s) of the Licensed
+                    Material and any others designated to receive
+                    attribution, in any reasonable manner requested by
+                    the Licensor (including by pseudonym if
+                    designated);
+
+                ii. a copyright notice;
+
+               iii. a notice that refers to this Public License;
+
+                iv. a notice that refers to the disclaimer of
+                    warranties;
+
+                 v. a URI or hyperlink to the Licensed Material to the
+                    extent reasonably practicable;
+
+            b. indicate if You modified the Licensed Material and
+               retain an indication of any previous modifications; and
+
+            c. indicate the Licensed Material is licensed under this
+               Public License, and include the text of, or the URI or
+               hyperlink to, this Public License.
+
+       2. You may satisfy the conditions in Section 3(a)(1) in any
+          reasonable manner based on the medium, means, and context in
+          which You Share the Licensed Material. For example, it may be
+          reasonable to satisfy the conditions by providing a URI or
+          hyperlink to a resource that includes the required
+          information.
+
+       3. If requested by the Licensor, You must remove any of the
+          information required by Section 3(a)(1)(A) to the extent
+          reasonably practicable.
+
+  b. ShareAlike.
+
+     In addition to the conditions in Section 3(a), if You Share
+     Adapted Material You produce, the following conditions also apply.
+
+       1. The Adapter's License You apply must be a Creative Commons
+          license with the same License Elements, this version or
+          later, or a BY-SA Compatible License.
+
+       2. You must include the text of, or the URI or hyperlink to, the
+          Adapter's License You apply. You may satisfy this condition
+          in any reasonable manner based on the medium, means, and
+          context in which You Share Adapted Material.
+
+       3. You may not offer or impose any additional or different terms
+          or conditions on, or apply any Effective Technological
+          Measures to, Adapted Material that restrict exercise of the
+          rights granted under the Adapter's License You apply.
+
+
+Section 4 -- Sui Generis Database Rights.
+
+Where the Licensed Rights include Sui Generis Database Rights that
+apply to Your use of the Licensed Material:
+
+  a. for the avoidance of doubt, Section 2(a)(1) grants You the right
+     to extract, reuse, reproduce, and Share all or a substantial
+     portion of the contents of the database;
+
+  b. if You include all or a substantial portion of the database
+     contents in a database in which You have Sui Generis Database
+     Rights, then the database in which You have Sui Generis Database
+     Rights (but not its individual contents) is Adapted Material,
+
+     including for purposes of Section 3(b); and
+  c. You must comply with the conditions in Section 3(a) if You Share
+     all or a substantial portion of the contents of the database.
+
+For the avoidance of doubt, this Section 4 supplements and does not
+replace Your obligations under this Public License where the Licensed
+Rights include other Copyright and Similar Rights.
+
+
+Section 5 -- Disclaimer of Warranties and Limitation of Liability.
+
+  a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
+     EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
+     AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
+     ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
+     IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
+     WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
+     PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
+     ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
+     KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
+     ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
+
+  b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
+     TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
+     NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
+     INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
+     COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
+     USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
+     ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
+     DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
+     IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
+
+  c. The disclaimer of warranties and limitation of liability provided
+     above shall be interpreted in a manner that, to the extent
+     possible, most closely approximates an absolute disclaimer and
+     waiver of all liability.
+
+
+Section 6 -- Term and Termination.
+
+  a. This Public License applies for the term of the Copyright and
+     Similar Rights licensed here. However, if You fail to comply with
+     this Public License, then Your rights under this Public License
+     terminate automatically.
+
+  b. Where Your right to use the Licensed Material has terminated under
+     Section 6(a), it reinstates:
+
+       1. automatically as of the date the violation is cured, provided
+          it is cured within 30 days of Your discovery of the
+          violation; or
+
+       2. upon express reinstatement by the Licensor.
+
+     For the avoidance of doubt, this Section 6(b) does not affect any
+     right the Licensor may have to seek remedies for Your violations
+     of this Public License.
+
+  c. For the avoidance of doubt, the Licensor may also offer the
+     Licensed Material under separate terms or conditions or stop
+     distributing the Licensed Material at any time; however, doing so
+     will not terminate this Public License.
+
+  d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
+     License.
+
+
+Section 7 -- Other Terms and Conditions.
+
+  a. The Licensor shall not be bound by any additional or different
+     terms or conditions communicated by You unless expressly agreed.
+
+  b. Any arrangements, understandings, or agreements regarding the
+     Licensed Material not stated herein are separate from and
+     independent of the terms and conditions of this Public License.
+
+
+Section 8 -- Interpretation.
+
+  a. For the avoidance of doubt, this Public License does not, and
+     shall not be interpreted to, reduce, limit, restrict, or impose
+     conditions on any use of the Licensed Material that could lawfully
+     be made without permission under this Public License.
+
+  b. To the extent possible, if any provision of this Public License is
+     deemed unenforceable, it shall be automatically reformed to the
+     minimum extent necessary to make it enforceable. If the provision
+     cannot be reformed, it shall be severed from this Public License
+     without affecting the enforceability of the remaining terms and
+     conditions.
+
+  c. No term or condition of this Public License will be waived and no
+     failure to comply consented to unless expressly agreed to by the
+     Licensor.
+
+  d. Nothing in this Public License constitutes or may be interpreted
+     as a limitation upon, or waiver of, any privileges and immunities
+     that apply to the Licensor or You, including from the legal
+     processes of any jurisdiction or authority.
diff --git a/README b/README
new file mode 100644
index 0000000..e7e6e14
--- /dev/null
+++ b/README
@@ -0,0 +1,21 @@
+# Holden Rohrer's work for the 2022-23 school year
+
+## Professors
+
+- Wing Suet Li for Research
+
+## Structure
+
+The growth of this repository will be pretty organic, but as a general
+rule it will consist exclusively of ASCII plain-text files (preferably
+as a final format, but sometimes using TeX to generate pdfs with a
+Makefile). At the top level there will be a folder for each prof,
+labeled with their last name (e.g. `markley/`), all-caps files like
+README, LICENSE, and PROGRESS for what is mostly metadata, and possibly
+some TeX format files. Git commits' commit times will act as the record
+for when different events occur.
+
+## License
+
+I have chosen to release this writing under CC BY-SA 4.0.
+The full license is available in LICENSE.
diff --git a/SCHEDULE b/SCHEDULE
new file mode 100644
index 0000000..a335592
--- /dev/null
+++ b/SCHEDULE
@@ -0,0 +1,47 @@
+- 6 humanities credits
+- 9 hours of research
+- digital design lab is confusing (ECE 2031)
+- Human centered technology (6 credits)
+    - CS 4460/70
+- MATH 3236, when I can get it [Spring only]
+- Budapest Semesters in Mathematics?
+- The China One
+
+Fall 2022
+- CS 2340 (3) @ Nithya
+- CS 2110 (3)
+- CS 3511 (3) @ Nithya
+- MATH 4317 (3)
+- cs research? (3)
+
+Spring 2023
+- LMC 4701 (1)
+- CS 2200 (3)
+- CHEM 1310 (4)
+- MATH 4107 (3)
+- cs research? (3)
+
+Fall 2023
+- LMC 4702 (1)
+- CS 3210 (3)
+- CS 3750 (3)
+- Intro Topology (3)
+- cs research? (3)
+
+Spring 2024
+- PSYC 2015 (3) + STATS CLASSES WTF
+- CS 3220 (3)
+- Differential Geometry (3)
+- MATH 3236 (3) % coreq for PSYC or prereq???
+- ECE 2031 (2)
+
+Fall 2024
+- PSYC 2760 (3)
+- CS 4240 (3)
+- Analysis II (3)
+- CS 4460 (3)
+
+Spring 2025
+- CS 4470 (3)
+- 6 humanities credits?
+- CS 3001 or other ethics class
diff --git a/resume.tex b/resume.tex
new file mode 100644
index 0000000..cc8e1c2
--- /dev/null
+++ b/resume.tex
@@ -0,0 +1,98 @@
+\parskip=0pt plus 1pt
+\def\pre#1{\par\leavevmode\llap{\hbox to \parindent{\hfil #1 \hfil}}}
+\font\fourteenbf=cmbx12 at 14pt
+\def\contactinfo{}
+\def\contact#1{\ifx\contactinfo\empty\def\contactinfo{#1}\else\expandafter\def\expandafter\contactinfo\expandafter{\contactinfo\bu#1}\fi}
+\newtoks\name
+\def\bu{\ $\bullet$\ }
+\def\maketitle{\vbox{\centerline{\fourteenbf\the\name}%
+\centerline{\contactinfo}}}
+\def\sec#1{\medskip\vfil\hrule\medskip\vfil{\fourteenbf\noindent\uppercase{#1}}%
+    \smallskip\vskip 0pt plus .3fil}
+\newdimen\testwid
+\def\testbox#1{\setbox0\hbox{#1}\ifnum\wd0<\testwid\box0\else
+    \vtop{\hsize\testwid #1}\fi}
+\def\li{\relax\ifhmode\hskip2\parindent\else\leftskip\parindent\fi
+    \pre{\bu}}
+\def\twoside#1{{\offinterlineskip\halign to \hsize{%
+    \strut\testbox{##}\hfil\tabskip0pt plus 1fill&%
+    \hfil\testbox{\sl##}\tabskip0pt\cr
+    #1\crcr%
+}}}
+\nopagenumbers\parskip0pt\testwid3.4in
+\pdfpagewidth=8.5in
+\pdfpageheight=11in
+
+\name{Holden Rohrer}
+\contact{+1-678-430-9804}
+\contact{aaaa@gatech.edu}
+\contact{https://hrhr.dev}
+\contact{Git: https://git.hrhr.dev}
+
+\maketitle
+
+\sec{Education}
+\twoside{%
+    Centennial High School&2018--2021\cr
+    \multispan2\vrule height 2pt width 0pt\cr
+    Georgia Institute of Technology&2021--2025 (estimated)\cr
+    \hskip\parindent GPA 3.89\cr
+    \li Pursuing BS Computer Science\cr
+    \li Pursuing BS Math\cr
+    \li Courses: CS 1332, MATH 1554, MATH 2551, MATH 2552, MATH 2106,
+    PSYC 1101, PHYS 2212, Second Course in Linear Algebra, Math
+    Statistics I, Probability Theory\cr
+}
+
+\testwid=5in
+\sec{Work Experience}
+\twoside{%
+\bf Research with Dr.~Wing Suet Li&2022--present\cr
+    \li Worked on Empirical Mode Decomposition (applied math)\cr
+    \li Used analysis, linear algebra, and statistics\cr
+    \li Wrote efficient NumPy code\cr
+\bf 7Factor Engineering, LLC&2021--present\cr
+\bf Junior Full-Stack Developer\cr
+    \li Worked with agile teams of 2--6\cr
+    \li Worked on industry-sized codebases in medical/HIPAA-compliant
+    fields\cr
+    \li Worked with C\# and JS backends, Angular and Vue frontend,
+    SQL, and some cloud infrastructure.\cr
+\bf Solve Tutoring&2020--2021\cr
+\bf Tutor\cr
+    \li Managed multiple clients' scheduling and cancellations\cr
+\bf Independent Tutoring&2018--2021\cr
+\bf Self-employed\cr
+    \li Explained and taught complex topics to students\cr
+}
+
+\sec{Leadership}
+\twoside{%
+\bf Centennial Model United Nations&2018--2021\cr
+\bf Research Leader\cr
+    \li Researched countries and topics for team-wide information\cr
+    \li Mentored and competed with partner delegates at conferences\cr
+\bf Centennial DNA Club&2019--2021\cr
+    \li Conducted biological research on invertebrates\cr
+    \li Performed statistical analysis and formatting/publishing work\cr
+\bf RoboJackets Member&2021--present\cr
+}
+
+\sec{Achievements/Awards}
+\twoside{%
+\li Best Delegate at UGA's Model UN conference&2019\cr
+\li Governor's Honors Program Semi-Finalist&2019\cr
+\li National Merit Scholar Finalist&2021\cr
+\li Plenary Speech at National HS Model UN&2019, 2021\cr
+}
+
+\sec{Skills}
+\li Proficient in Python, C, JavaScript (Angular, Vue, ActionHero,
+Node), Java
+\li Familiar with D, Perl, C\#
+\li Comfortable with Linux software deployment and system administration
+\li Managing a small mail server (exim+dovecot+Linux stack)
+\li Managing a web server (Linux+Nginx+Python/CGI stack)
+\li Proficient with Public Speaking
+\li Limited Working French
+\eject\end
-- 
cgit