diff options
author | listout <listout@protonmail.com> | 2021-08-25 00:14:10 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-25 00:14:10 +0530 |
commit | c5c4f2e998eea41cfca8c32a11882ae2159ae987 (patch) | |
tree | 1e6ded1d2369a485cabfcaad297d9700ee1ee919 | |
parent | 9c1ec2e5c26c21bc00415d9c408a58bb19c58ef3 (diff) |
Changes
- changed font from 10pt to 11pt
- margin changed from 0.3in to 0.5in
- using palatino font and default mono font
- removed setspace package
- removed IT Security from cources
- commented the vspace of -1em
- Briefed descriptions of each project
- Removed the onehalf spacing
- Briefed descriptions of Achievements
-rw-r--r-- | resume.pdf | bin | 266151 -> 119100 bytes | |||
-rw-r--r-- | resume.tex | 60 |
2 files changed, 23 insertions, 37 deletions
Binary files differ @@ -1,11 +1,11 @@ -\documentclass[10pt]{article} +\documentclass[11pt]{article} % margins -\usepackage[margin=0.3in]{geometry} +\usepackage[margin=0.5in]{geometry} % file font -\usepackage{tgpagella} -\usepackage{inconsolata} +\usepackage{palatino} +%\usepackage{inconsolata} % section naming \usepackage{titlesec} @@ -15,8 +15,6 @@ \usepackage[fixed]{fontawesome5} \usepackage{blindtext} -\usepackage{setspace} - % hyperref and link colors \usepackage{xcolor} \usepackage{hyperref} @@ -91,14 +89,14 @@ \textit{ \small \textbf{Courses:} Operating Systems, Data Structures, Algorithms - Design and Analysis, Databases, Networking, IT Security, Machine Learning + Design and Analysis, Databases, Networking, Machine Learning } \section{Skills Summary} \setlength{\tabcolsep}{1.5em} \renewcommand{\arraystretch}{1.3} - \vspace{-1em} + %\vspace{-1em} \begin{table}[h!] \begin{tabular}{@{}ll} \textbf{Programming Languages}: & C, C++, Python, JAVA, Bash, SQL, @@ -117,48 +115,38 @@ \subsection{Interfacing with sonar module using Atmega328p:} Using \textit{AVR C} and \textbf{Atmega328p} to interface with - \textbf{HC-SR04} (sonar module). Every functionality is written from scratch - and 8-bit fast PWM configuration is used and \textbf{UART} for - communication. The interfacing was done in the \textit{form of a library} to - make code \textit{reusable}, PlatformIO was used as the generation toolset. + \textbf{HC-SR04} (sonar module). + \textbf{UART} was used as the communication protocol. \href{https://gitlab.com/listout/avr_programming/-/tree/sonar_module} {Link to project}. \subsection{FreeRTOS on ARM STM32F103:} - Ported the FreeRTOS to ARM STM32F103C8T6 (Cortex M3) also known as - \textbf{Bluepill}. Then used to generate a PWM with Timer 2, on the Channel - 2 (PA0). \textit{This project is currently under development, i.e. I'm - currently working on it.} + Ported the FreeRTOS to ARM STM32F103C8T6 (Cortex M3), known as + \textbf{Bluepill}. Then used to generate a PWM with Timer 2 as test case. \href{https://gitlab.com/listout/arm_programming/-/tree/pwm}{Link to project} \subsection{My Compiler Writing Journey:} - Following the great \textbf{acwj} while improving and implementing sections - I liked. This is \textbf{C Compiler} written from ground up, each stage of - is divided into a \textbf{git branch} for better understanding and follow - along. (Currently in Progress, only completed till operator precedence) + Writing a C compiler from scratch, using the \textbf{acwj} as the base + starting point. \href{https://gitlab.com/listout/mcwj.git}{Link to project}. \subsection{Brain Tumor Detection:} - Using image classification algorithms like \textbf{CNN}, \textbf{VGG 16} and - \textbf{ResNet 50} to classify MRI scans of brain to determine if there is - presence of tumorous cells or not. Achieved up to \textbf{98\%} accuracy. + Using image classification algorithms (\textbf{CNN}, \textbf{VGG 16} and + \textbf{ResNet 50}) to predict the presence of tumorous cells. Achieved up + to \textbf{98\%} accuracy. \href{https://raw.githubusercontent.com/listout/project_paper/paper/paper.pdf} - { \textit{( link to project paper )} } + { \textit{(Project paper)} } \subsection{Python Path Visualizer:} - A \textit{path visualizer} program written in \textbf{Pygame}. Upon opening - the user can set start and endpoints, and draw wall; and the program will show - the process of finding the path and then tracing it back \textit{(all of - which is color codes, thus giving nice visual feedback)}. \textbf{BFS} and - \textbf{DFS} algorithms were used for finding the paths. + A \textit{path visualizer} program written in \textbf{Pygame}. + User can set start-end point and obstacle. + \textbf{BFS} and \textbf{DFS} was used as the algorithms of choice. \href{https://github.com/listout/python_pathvisualizer.git}{Link to project}. \section{Open Source Contributions} - \onehalfspacing - \subsection{Gitlab Shell} Changed the default logging format to \textbf{JSON} from plain text, was part of the \textbf{14.1 release}. @@ -183,13 +171,11 @@ to all my contributions.}} \section{Achievements} - \subsection{HacktoberFest 2020:} Was among 70,000 participants. Mostly - contributed to the \href{https://github.com/Tikam02/DevOps-Guide.git}{DevOps - Guide}, plus some other projects. Was awarded a t-shirt, some stickers and - \$100 DigitalOcean coupon. + \subsection{HacktoberFest 2020:} + Was among 70,000 participants. + Was awarded goodies and cash prize. \subsection{College Seminar:} First position in college seminar. - Demonstrated the use of Arduino and HC-SR04 (sonar module) and have the - output displayed using a GUI feedback made in processing. + Using Arduino and HC SR04 module, created a sonar with GUI feedback. \end{document} |