Sign up
Login
New
Trending
Archive
English
English
Sign up
Login
New Paste
Add Image
%------------------------- % Resume in Latex % Author : Aras Gungore % License : MIT %------------------------ \documentclass[letterpaper,11pt]{article} \usepackage{latexsym} \usepackage[empty]{fullpage} \usepackage{titlesec} \usepackage{marvosym} \usepackage[usenames,dvipsnames]{color} \usepackage{verbatim} \usepackage{enumitem} \usepackage[hidelinks]{hyperref} \usepackage{fancyhdr} \usepackage[english]{babel} \usepackage{tabularx} \usepackage{hyphenat} \usepackage{fontawesome} \input{glyphtounicode} %---------- FONT OPTIONS ---------- % sans-serif % \usepackage[sfdefault]{FiraSans} % \usepackage[sfdefault]{roboto} % \usepackage[sfdefault]{noto-sans} % \usepackage[default]{sourcesanspro} % serif % \usepackage{CormorantGaramond} % \usepackage{charter} \pagestyle{fancy} \fancyhf{} % clear all header and footer fields \fancyfoot{} \renewcommand{\headrulewidth}{0pt} \renewcommand{\footrulewidth}{0pt} % Adjust margins \addtolength{\oddsidemargin}{-0.5in} \addtolength{\evensidemargin}{-0.5in} \addtolength{\textwidth}{1in} \addtolength{\topmargin}{-.5in} \addtolength{\textheight}{1.0in} \urlstyle{same} \raggedbottom \raggedright \setlength{\tabcolsep}{0in} % Sections formatting \titleformat{\section}{ \vspace{-4pt}\scshape\raggedright\large }{}{0em}{}[\color{black}\titlerule \vspace{-5pt}] % Ensure that generate pdf is machine readable/ATS parsable \pdfgentounicode=1 %------------------------- % Custom commands \newcommand{\resumeItem}[1]{ \item\small{ {#1 \vspace{-2pt}} } } \newcommand{\resumeSubheading}[4]{ \vspace{-2pt}\item \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \textit{\small#3} & \textit{\small #4} \\ \end{tabular*}\vspace{-7pt} } \newcommand{\resumeSubSubheading}[2]{ \vspace{-2pt}\item \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} \textit{\small#1} & \textit{\small #2} \\ \end{tabular*}\vspace{-7pt} } \newcommand{\resumeEducationHeading}[6]{ \vspace{-2pt}\item \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} \textbf{#1} & #2 \\ \textit{\small#3} & \textit{\small #4} \\ \textit{\small#5} & \textit{\small #6} \\ \end{tabular*}\vspace{-5pt} } \newcommand{\resumeProjectHeading}[2]{ \vspace{-2pt}\item \begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r} \small#1 & #2 \\ \end{tabular*}\vspace{-7pt} } \newcommand{\resumeOrganizationHeading}[4]{ \vspace{-2pt}\item \begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r} \textbf{#1} & \textit{\small #2} \\ \textit{\small#3} \end{tabular*}\vspace{-7pt} } \newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}} \renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$} \newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]} \newcommand{\resumeSubHeadingListEnd}{\end{itemize}} \newcommand{\resumeItemListStart}{\begin{itemize}} \newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}} %------------------------------------------- %%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} %---------- HEADING ---------- \begin{center} \textbf{\Huge \scshape Dishank Jaiswal} \\ \vspace{3pt} \small \faMobile \hspace{.5pt} \href{tel:917987275746}{+91 79872 75746} $|$ \faAt \hspace{.5pt} \href{mailto:dishankjaiswal746@gmail.com}{dishankjaiswal746@gmail.com} $|$ \faLinkedinSquare \hspace{.5pt} \href{https://www.linkedin.com/in/dishankjaiswal}{LinkedIn} $|$ \faGithub \hspace{.5pt} \href{https://github.com/DishankJ}{GitHub} \end{center} %----------- EDUCATION ----------- \section{Education} \vspace{3pt} \resumeSubHeadingListStart \resumeSubheading {Indian Institute of Technology, Indore}{} {B.Tech in Mechanical Engineering; \textbf{CPI: 8.75}}{Aug 2023 -- Present} \resumeSubHeadingListEnd %----------- EXPERIENCE ----------- \section{Experience} \vspace{3pt} \resumeSubHeadingListStart \resumeSubheading {Stochastic Robotics Lab, Indian Institute of Science (IISc), Bangalore }{Remote} {Research Intern}{Jun 2025 \textbf{--} Jul 2025} \resumeItemListStart \resumeItem{Did literature review on automated reward function generation for complex Reinforcement Learning (RL) tasks using Large Language Models (LLMs).} \resumeItem{Leveraged Proximal Policy Optimisation (PPO) to take advantage of high speed rollouts from IsaacGym environments for training for RL tasks.} \resumeItem{Wrote a Python script to train an RL agent in IsaacGym with reward functions changed after a number of episodes ended after reflections from LLM over the agents success rate.} \resumeItem{This work supported that training multiple RL agents in parallel in a tree-like manner enabled realisation of global maxima or a better performing reward function.} \resumeItemListEnd \resumeSubHeadingListEnd %----------- PROJECTS ----------- \section{Projects} \vspace{3pt} \resumeSubHeadingListStart \resumeProjectHeading {\textbf{Non-linear Model Predictive Control for Swing-Up of a Double Inverted Pendulum} $|$ \emph{\href{https://github.com/DishankJ/Double-Inverted-Pendulum-Swingup-MPC-CPP/}{\color{blue}GitHub}}}{} \resumeItemListStart \resumeItem{A C++ project in which you can play chess against an AI with a specified decision tree depth that uses alpha-beta pruning algorithm to predict the optimal move. Aside from basic moves, this mini chess engine also implements chess rules such as castling, en passant, fifty-move rule, threefold repetition, and pawn promotion.} \resumeItemListEnd \resumeProjectHeading {\textbf{Model Predictive Control for Spacecraft Docking on a Moving Target} $|$ \emph{\href{https://github.com/DishankJ/Nonlinear-Model-Predictive-Control-for-Spacecraft-Rendezvous-and-Docking-with-a-Rotating-Target}{\color{blue}GitHub}}}{} \resumeItemListStart \resumeItem{A C++ project in which you can play chess against an AI with a specified decision tree depth that uses alpha-beta pruning algorithm to predict the optimal move. Aside from basic moves, this mini chess engine also implements chess rules such as castling, en passant, fifty-move rule, threefold repetition, and pawn promotion.} \resumeItemListEnd \resumeProjectHeading {\textbf{Centralized Intelligence for Dynamic Swarm Navigation - InterIIT Tech Meet} $|$ \emph{\href{https://drive.google.com/file/d/1mc18s4tHmsfOSKVQb87ZFCTmkdiUdAvu/view}{\color{blue}Report}}}{} \resumeItemListStart \resumeItem{Designed an autonomous robot swarm navigation system for dynamic environments using Gazebo for simulation, YOLOv8 for real-time object detection, and Online-Asynchronous SLAM for environment mapping.} \resumeItem{Implemented a centralized ROS Node for dynamic task allocation based on relative distance of goals and robots.} \resumeItem{Leveraged Navigation2 stack software in our Node for navigation and success monitoring of each robot.} \resumeItemListEnd \resumeSubHeadingListEnd %----------- SKILLS ----------- \section{Skills} \vspace{2pt} \resumeSubHeadingListStart \small \item{ \textbf{Languages:} Python, C++, MATLAB \\[3pt] \textbf{Tools \& Frameworks:} Simulink, Git, ROS, VS Code, PyTorch, CasADi, NumPy, Pandas, Matplotlib } \resumeSubHeadingListEnd %----------- RELEVANT COURSEWORK ----------- \section{Relevant Coursework} \vspace{2pt} \resumeSubHeadingListStart \small{\item{ \textbf{Mathematics:}{ Linear Algebra, Basic Calculus, Differential Equations, Numerical Methods, Complex Analysis} \\ \vspace{3pt} \textbf{Others:}{ Flight Mechanics \& Classical Control, Industrial Data Analytics, Modern Reinforcement Learning: Actor-Critic Agents (Udemy), Fundamentals of Acoustics} \\ \vspace{3pt} }} \resumeSubHeadingListEnd %----------- CERTIFICATES ----------- % \section{Certificates} % \resumeSubHeadingListStart % \resumeOrganizationHeading % {Procter \& Gamble VIA Certificate Program}{Feb 2022}{Project Management and Personal Productivity} % \resumeSubHeadingListEnd %----------- ORGANIZATIONS ----------- \section{Positions of Responsibility} \resumeSubHeadingListStart \resumeSubheading {Robotics Club, IIT Indore}{} {Core Member}{May 2024 -- Present} \resumeSubheading {Intelligent Vehicles Design and Control(IVDC) Club, IIT Indore}{} {Core Member}{May 2024 -- Present} \resumeSubHeadingListEnd %----------- HOBBIES ----------- % \section{Hobbies} % \resumeSubHeadingListStart % \small{\item{Basketball, Swimming, Fitness, Eight-ball, Horology}} % \resumeSubHeadingListEnd %----------- REFERENCES ----------- % \section{References} % \vspace{2pt} % \resumeSubHeadingListStart % \item{References available upon request.} % \resumeSubHeadingListEnd %------------------------------------------- \end{document}
Settings
Title :
[Optional]
Paste Folder :
[Optional]
Select
Syntax :
[Optional]
Select
Markup
CSS
JavaScript
Bash
C
C#
C++
Java
JSON
Lua
Plaintext
C-like
ABAP
ActionScript
Ada
Apache Configuration
APL
AppleScript
Arduino
ARFF
AsciiDoc
6502 Assembly
ASP.NET (C#)
AutoHotKey
AutoIt
Basic
Batch
Bison
Brainfuck
Bro
CoffeeScript
Clojure
Crystal
Content-Security-Policy
CSS Extras
D
Dart
Diff
Django/Jinja2
Docker
Eiffel
Elixir
Elm
ERB
Erlang
F#
Flow
Fortran
GEDCOM
Gherkin
Git
GLSL
GameMaker Language
Go
GraphQL
Groovy
Haml
Handlebars
Haskell
Haxe
HTTP
HTTP Public-Key-Pins
HTTP Strict-Transport-Security
IchigoJam
Icon
Inform 7
INI
IO
J
Jolie
Julia
Keyman
Kotlin
LaTeX
Less
Liquid
Lisp
LiveScript
LOLCODE
Makefile
Markdown
Markup templating
MATLAB
MEL
Mizar
Monkey
N4JS
NASM
nginx
Nim
Nix
NSIS
Objective-C
OCaml
OpenCL
Oz
PARI/GP
Parser
Pascal
Perl
PHP
PHP Extras
PL/SQL
PowerShell
Processing
Prolog
.properties
Protocol Buffers
Pug
Puppet
Pure
Python
Q (kdb+ database)
Qore
R
React JSX
React TSX
Ren'py
Reason
reST (reStructuredText)
Rip
Roboconf
Ruby
Rust
SAS
Sass (Sass)
Sass (Scss)
Scala
Scheme
Smalltalk
Smarty
SQL
Soy (Closure Template)
Stylus
Swift
TAP
Tcl
Textile
Template Toolkit 2
Twig
TypeScript
VB.Net
Velocity
Verilog
VHDL
vim
Visual Basic
WebAssembly
Wiki markup
Xeora
Xojo (REALbasic)
XQuery
YAML
HTML
Expiration :
[Optional]
Never
Self Destroy
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Status :
[Optional]
Public
Unlisted
Private (members only)
Password :
[Optional]
Description:
[Optional]
Tags:
[Optional]
Encrypt Paste
(
?
)
Create Paste
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Site Languages
×
English