Skip to content

Commit e62ae69

Browse files
committed
concatenate resume
Signed-off-by: Maharshi Basu <[email protected]>
1 parent a9e767d commit e62ae69

File tree

2 files changed

+30
-23
lines changed

2 files changed

+30
-23
lines changed

.github/workflows/resume.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,14 @@ jobs:
5353
if [ -f Maharshi_Basu_Resume.png ]; then # Fixed syntax
5454
rm Maharshi_Basu_Resume.png
5555
fi
56-
pdftoppm -png Maharshi_Basu_Resume.pdf Maharshi_Basu_Resume
57-
mv Maharshi_Basu_Resume-1.png Maharshi_Basu_Resume.png
56+
pdftoppm -png -r 300 -cropbox Maharshi_Basu_Resume.pdf Maharshi_Basu_Resume
57+
sudo apt install -y imagemagick
58+
if [ -f Maharshi_Basu_Resume-2.png ]; then
59+
convert Maharshi_Basu_Resume-1.png Maharshi_Basu_Resume-2.png -append Maharshi_Basu_Resume.png
60+
rm Maharshi_Basu_Resume-1.png Maharshi_Basu_Resume-2.png
61+
else
62+
mv Maharshi_Basu_Resume-1.png Maharshi_Basu_Resume.png
63+
fi
5864
5965
- name: Add resume to readme
6066
if: ${{ !env.ACT }}

resume.tex

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -181,34 +181,35 @@ \section{Projects}
181181
\resumeItemListEnd
182182
\resumeSubHeadingListEnd
183183
\vspace{-15pt}
184+
%
185+
%-----------PROGRAMMING SKILLS-----------
186+
\vspace{5pt}
187+
\section{Technical Skills}
188+
\begin{itemize}[leftmargin=0.15in, label={}]
189+
\small{\item{
190+
\textbf{Languages}{: C, C++, Go, Python, Rust, OCaml, HTML/CSS, JavaScript, Tyepscrupt} \\
191+
\textbf{Technologies}{: Git, Linux, Docker, Vagrant, GraphQL, MongoDB} \\
192+
\textbf{Libraries/Frameworks}{: OpenCV, Tensorflow, PyTorch, Next.js, ReactJS}
193+
}}
194+
\end{itemize}
195+
\vspace{-16pt}
196+
%-----------INVOLVEMENT---------------
184197
\section{Accomplishments}
185198
\resumeItemListStart
186199
\resumeItem{Grand Finalist at \textbf{Smart India Hackathon 2023}. Our team
187200
worked on problem statement SIH1447 by the National Technical Research Organization for identifying and extracting FEC schemes from unknown demodulated signals.}
188201
\resumeItem{Semi-Finalist at \textbf{e-Yantra Robotics Competition 2022-23} organized by IIT Bombay. Our team worked on a Holonomic bot which could move at any angle and speed to draw graphs and shapes on the ground with the help of an ink brush attached to a stepper motor on the robot.}
189202
\resumeItemListEnd
190-
%
191-
%-----------PROGRAMMING SKILLS-----------
192-
\vspace{5pt}
193-
\section{Technical Skills}
194-
\begin{itemize}[leftmargin=0.15in, label={}]
195-
\small{\item{
196-
\textbf{Languages}{: C, C++, Go, Python, Rust, OCaml, HTML/CSS, JavaScript, Tyepscrupt} \\
197-
\textbf{Technologies}{: Git, Linux, Docker, Vagrant, GraphQL, MongoDB} \\
198-
\textbf{Libraries/Frameworks}{: OpenCV, Tensorflow, PyTorch, Next.js, ReactJS}
199-
}}
200-
\end{itemize}
201-
\vspace{-16pt}
202-
%-----------INVOLVEMENT---------------
203+
203204
\section{Extracurricular}
204-
\resumeSubHeadingListStart
205-
\resumeSubheading{FreeScape Open Source Club}{July 2023 -- October 2023}{Sophomore Executive Member}{Indian Institute of Information Technology, Kalyani}
206-
\resumeItemListStart
207-
\resumeItem{Helped in interviewing and recruiting junior members for the club.}
208-
\resumeItem{Took a session to introduce Python and its application in Computer Vision/Image Processing to fresher students. \href{https://github.com/MashyBasker/invcloak}{\underline{Repository}}}
209-
\resumeItem{Gave a talk to introduce open source software and how to contribute to open source projects. Introduced the audience to different fellowships and events they can take part in.}
210-
\resumeItemListEnd
211-
\resumeSubHeadingListEnd
205+
\resumeSubHeadingListStart
206+
\resumeSubheading{FreeScape Open Source Club}{July 2023 -- October 2023}{Sophomore Executive Member}{Indian Institute of Information Technology, Kalyani}
207+
\resumeItemListStart
208+
\resumeItem{Helped in interviewing and recruiting junior members for the club.}
209+
\resumeItem{Took a session to introduce Python and its application in Computer Vision/Image Processing to fresher students. \href{https://github.com/MashyBasker/invcloak}{\underline{Repository}}}
210+
\resumeItem{Gave a talk to introduce open source software and how to contribute to open source projects. Introduced the audience to different fellowships and events they can take part in.}
211+
\resumeItemListEnd
212+
\resumeSubHeadingListEnd
212213
\section{References}
213214
\textbf{Dr. Bhaskar Biswas} Assistant Professor, Indian Institute of Information Technology(IIIT) Kalyani
214215
\end{document}

0 commit comments

Comments
 (0)