From 878fe0eb293d0829cfe15b01ae35de4f79e29574 Mon Sep 17 00:00:00 2001 From: a_anand Date: Tue, 24 Sep 2024 09:11:48 -0700 Subject: [PATCH] updated CV --- scripts/render | 16 ++++++---- tex/cv.tex | 76 ++++++++++++++++++++++++-------------------- tex/pubs_summary.tex | 2 +- 3 files changed, 51 insertions(+), 43 deletions(-) diff --git a/scripts/render b/scripts/render index 9da55b30..6b6b3a35 100755 --- a/scripts/render +++ b/scripts/render @@ -29,9 +29,9 @@ def format_pub(args): ind, pub = args fmt = "\\item[{{\\color{{numcolor}}\\scriptsize{0}}}] ".format(ind) nauth = [i for i in range(len(pub["authors"])) if "Anand, A" in pub["authors"][i]][0] - + pub["authors"][nauth] = "\\textbf{Anand, Abhijeet}" - + if len(pub["authors"]) > 5: fmt += "; ".join(pub["authors"][:5]) fmt += "; \\etal" @@ -84,24 +84,26 @@ if __name__ == "__main__": ] ref = [p for p in pubs if p["doctype"] == "article"] unref = [p for p in pubs if p["doctype"] == "eprint"] - + # Compute citation stats nrefpapers = len(ref) ntotal = len(ref)+len(unref) nfirst = sum(1 for p in pubs if "Anand, A" in p["authors"][0]) + nsignificant = sum(1 for p in pubs if "Anand, A" in p["authors"][0:5]) cites = sorted((p["citations"] for p in pubs), reverse=True) ncitations = sum(cites) hindex = sum(c >= i for i, c in enumerate(cites)) summary = ( - "Total: {1} / refereed: {2} / first author: {3} / citations: {4:,} / " "h-index: {5} ({0})" - ).format(date.today(), ntotal, nrefpapers, nfirst, ncitations, hindex) + "Total: {1} / refereed: {2} / first author: {3} / significant contribution: {4} / citations: {5:,} / " "h-index: {6} ({0})" + ).format(date.today(), ntotal, nrefpapers, nfirst, nsignificant, ncitations, hindex) with open("tex/pubs_summary.tex", "w") as f: f.write(summary) + f.write("List attached below") ref = list(map(format_pub, zip(range(len(ref), 0, -1), ref))) unref = list(map(format_pub, zip(range(len(unref), 0, -1), unref))) - + with open("tex/pubs_ref.tex", "w") as f: f.write("\n\n".join(ref)) with open("tex/pubs_unref.tex", "w") as f: - f.write("\n\n".join(unref)) \ No newline at end of file + f.write("\n\n".join(unref)) diff --git a/tex/cv.tex b/tex/cv.tex index b8870a69..00e4b9ce 100644 --- a/tex/cv.tex +++ b/tex/cv.tex @@ -49,27 +49,13 @@ \subsection{Education} \end{itemize} \end{list} -%\subsection{Research Interest} -%\begin{itemize} -% \item Understanding gas in flows in galaxy halo (aka circumgalactic medium) using quasar absorption lines and its connection to galaxy formation and evolution -% \item Developing new tools to fit and analyze astronomical spectra coming from large spectrscopic surveys -%\end{itemize} +\subsection{Research Interest} +Galaxy formation and evolution; nature of circumgalactic medium; quasar absorption lines; data science methods, machine learning and statistics \ifdefined\withpubs \subsection{Publications} \input{pubs_summary} - \subsubsection{Refereed publications} - \begin{list}{}{\cvlist} - \input{pubs_ref} - \end{list} - - \subsubsection{Preprints \& white papers} - \begin{list}{}{\cvlist} - \input{pubs_unref} - \end{list} -\fi - \subsection{Selected visits, talks and conferences} $^i$\emph{Invited Talks}, $^c$\emph{Contributed Talks}, $^s$\emph{Schools \& Workshops} \begin{list}{}{\cvlist} @@ -107,11 +93,17 @@ \subsection{Selected visits, talks and conferences} \item $^s$ Nov 2018: \emph{Python for HPC}, attended at MPCDF, Garching, 20-21 Nov 2018. \end{list} - \subsubsection{Observing experience} + \subsubsection{Awarded Super-computing Time} \begin{list}{}{\cvlist} - \item Jul 2024: Support Observing Scientist for DESI, Kitt Peak National Observatory, Jul 2-5, 2024 (four nights). + \item 2024: Perlmutter Supercomputer at NERSC, \textit{Searching for metal absorbers in quasar spectra}, 1000 CPU hours, 1000 GPU hours, PI: \textbf{A. Anand} + \item 2023: Perlmutter Supercomputer at NERSC, \textit{Archetype based redshift estimation}, 1000 CPU hours, 1000 GPU hours, PI: \textbf{A. Anand} + \item 2018-2022 Freya Supercomputer at MPCDF, \textit{The multiphase galactic halo of galaxies}, 5000 CPU hours, PI: \textbf{A. Anand} \end{list} + \subsubsection{Observing experience} + \begin{list}{}{\cvlist} + \item Jul 2024: Support Observing Scientist for DESI, Kitt Peak National Observatory, Jul 2-5, 2024 (four nights). + \end{list} \subsection{Mentoring} \begin{list}{}{\cvlist} @@ -123,11 +115,10 @@ \subsection{Mentoring} \subsection{Honors \& Awards} \begin{list}{}{\cvlist} \item DESI Early Career Travel Grant (USD 4000). - \item DESI Postdoc Fellow, 2022--2025. + \item DESI Postdoc Fellowship, 2022--2025. \item IMPRS PhD Fellowship, 2018--2022. \item UGC - Junior Research Fellowship, 2017-2018 (INR 390,000). - \item DST\footnote{Department of Science \& Technology, Govt. of India} - Higher Studies Scholarship, 2012-2017. - + \item DST\footnote{Department of Science \& Technology, Govt. of India} - Higher Studies Scholarship, 2012-2017 (INR 400,000). \end{list} \subsection{Computer skills} @@ -135,7 +126,7 @@ \subsection{Computer skills} \item Language/Packages --- python, numpy, matplotlib, scipy, astropy \item OS/Tools --- Linux, Mac, \LaTeX, bash scripting, jupyter notebooks, slurm manager, git -\item Member \& contributor (github repo) --- +\item Member \& contributor (github repo \& software) --- \begin{itemize} \item[] \href{https://github.com/abhi0395/qsoabsfind}{qsoabsfind}: QSO metal absorber finder (\textit{Developer}). \item[] \href{https://github.com/desihub/redrock}{redrock}: Redshift fitting for spectroperfectionism (\textit{Contributor}). @@ -149,22 +140,37 @@ \subsection{Computer skills} \subsection{Professional service \& activities} \begin{list}{}{\cvlist} - \item Peer reviewer --- + \item \textbf{Peer reviewer ---} \href{https://en.wikipedia.org/wiki/Astronomy_%26_Astrophysics}{A\&A} , \href{https://en.wikipedia.org/wiki/The_Astrophysical_Journal}{ApJ}, Internal Reviewer for DESI collaboration papers - \item Collaboration --- + \item \textbf{Collaboration ---} \href{https://www.desi.lbl.gov/}{Dark Energy Survey Instrument (DESI)}, NANCY - \item Organizer --- - \href{https://inpa.lbl.gov/events/}{INPA Weekly Seminar}, Physics Division, LBNL - \item Active mentor in DESI mentorship program and member of DESI DEI committee. - \item Appeared in \href{https://www.youtube.com/watch?v=WmA_PnYLeCg}{podcast} to discuss my astronomy journey and how people from small cities can become a successful astronomer. - \item My papers (\href{https://www.mpa-garching.mpg.de/964620/hl202107}{I}, \href{https://www.mpa-garching.mpg.de/1066558/hl202211?c=27981}{II}) featured in monthly research highlight of MPA and appeared on \href{https://astrobites.org/2021/05/06/cool-metal-gas-search-thanks-it-was-automated/}{astrobites}. - \item Gave \href{https://theinterviewportal.com/2020/03/13/astrophysicist-interview-8/}{interview} to \href{https://theinterviewportal.com/}{The Interview Portal} to help Indian college students plan their careers. - \item Member of Local organizing Committee of VII\textsuperscript{th} IMPRS Student Symposium, 4-5 Apr, 2019. - \item Served as online physics tutor at E-acharya (more than 20 students)\footnote{an initiative to help poor students in sub-urban and rural areas of Bihar, India.} from June 2017 - Aug 2018. - \item Advanced Physics tutor at Chegg India from Jul 2016 - Dec 2017. Solving advance physics problems and clearing doubts of students from all over the world. - \item Organized and coordinated scientific and technical workshops ($\sim$ 150 participants) in \emph{Pravega}\footnote{Annual Science Festival of IISc}, in Jan'14. - \item Conducted experiments and demonstrations for open day celebration at IISc during my undergraduate. + \item \textbf{Organizer ---} + \href{https://inpa.lbl.gov/events/}{INPA Weekly Seminar}, Physics Division, LBNL, 2023-2024 \\ + Member of Local organizing Committee of VII\textsuperscript{th} IMPRS Student Symposium, 4-5 Apr, 2019. + \item \textbf{Mentor} in DESI mentorship program and member of DESI DEI committee. + \item \textbf{Press releases} + My papers (\href{https://www.mpa-garching.mpg.de/964620/hl202107}{I}, \href{https://www.mpa-garching.mpg.de/1066558/hl202211?c=27981}{II}) featured in monthly research highlight of MPA and appeared on \href{https://astrobites.org/2021/05/06/cool-metal-gas-search-thanks-it-was-automated/}{astrobites}. + \item \textbf{Interviews \& podcast} + Interviewed by \href{https://www.youtube.com/watch?v=WmA_PnYLeCg}{Vidpeds podcast} to discuss my astronomy journey and how people from small cities can become a successful astronomer.\\ + \href{https://theinterviewportal.com/2020/03/13/astrophysicist-interview-8/}{interview} to \href{https://theinterviewportal.com/}{The Interview Portal} to help Indian college students plan their careers. + \item \textbf{Teaching Experience} + Served as online physics tutor at E-acharya (more than 20 students)\footnote{an initiative to help poor students in sub-urban and rural areas of Bihar, India.} from June 2017 - Aug 2018. \\ + Advanced Physics tutor at Chegg India from Jul 2016 - Dec 2017. Solving advance physics problems and clearing doubts of students from all over the world. + \item \textbf{More organization skills---} + Organized and coordinated scientific and technical workshops ($\sim$ 150 participants) in \emph{Pravega}\footnote{Annual Science Festival of IISc}, in Jan'14.\\ + Conducted experiments and demonstrations for open day celebration at IISc during my undergraduate. \end{list} +\subsubsection{Refereed publications} +\begin{list}{}{\cvlist} + \input{pubs_ref} +\end{list} + +\subsubsection{Preprints \& white papers} +\begin{list}{}{\cvlist} + \input{pubs_unref} +\end{list} +\fi + \end{document} diff --git a/tex/pubs_summary.tex b/tex/pubs_summary.tex index 965b0a1d..63d7dd00 100644 --- a/tex/pubs_summary.tex +++ b/tex/pubs_summary.tex @@ -1 +1 @@ -Total: 17 / refereed: 8 / first author: 4 / citations: 868 / h-index: 9 (2024-09-13) \ No newline at end of file +Total: 17 / refereed: 8 / first author: 4 / citations: 868 / h-index: 9 (2024-09-13)