-
Notifications
You must be signed in to change notification settings - Fork 0
/
other_contributions.tex
32 lines (30 loc) · 1.35 KB
/
other_contributions.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\documentclass[%
class = book,%
crop = false,%
float = true,%
multi = true,%
preview = false,%
]{standalone}
\begin{document}
\chapter{\texorpdfstring{\caps{Full Publication List}}{Full Publication List}}
\label{ch:publications}
\begin{enumerate}
\item \fullcite{Shao2015}
\item \fullcite{Brinzer2015}
\item \fullcite{Berquist2015}
\item \fullcite{Daly2016}
\item \fullcite{Berquist2017}
\item \fullcite{Brinzer2017}
\item \fullcite{Smith2018}
\item \fullcite{Berquist2018}
\item \fullcite{Jakubek2018}
\end{enumerate}
% TODO make a libresponse release on GitHub?
% Other work I contributed to:
% \begin{itemize}
% \item The initial Q-Chem 4 paper (ref). My contribution was the integration of our group's density embedding and fractional occupation number codes into the Q-Chem codebase.
% \item The upcoming glutamine paper, ``UV Resonance Raman Spectroscopy Monitors the \(\chi_2\) Angle of the Glutamine Sidechain''. My contribution will be all the DFT calculations of the vibrational frequency dependence of the glutamine \(\chi_2\) angle in the sidechain.
% \item cclib?
% \item The upcoming Q-Chem 5 paper. My contribution will be the addition of \texttt{libresponse} for calculating molecular response properties from absolutely localized molecular orbitals (ALMOs) into the Q-Chem codebase, essentially the implementation of paper number 4.
% \end{itemize}
\end{document}