diff --git a/.vscode/settings.json b/.vscode/settings.json index 9800642..43f612a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -74,8 +74,9 @@ ], "latex-workshop.linting.chktex.enabled": true, "latex-workshop.linting.chktex.exec.path": "chktex", - "latex-workshop.latexindent.path": "latexindent", - "latex-workshop.latexindent.args": [ + "latex-workshop.formatting.latex": "latexindent", + "latex-workshop.formatting.latexindent.path": "latexindent", + "latex-workshop.formatting.latexindent.args": [ "-c", "%WORKSPACE_FOLDER%/cv", "%TMPFILE%", diff --git a/README.md b/README.md index 19a0846..46e70f8 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ sudo cpan Unicode::GCString This will require `sudo` access, likely via password. Then, follow the prompts, choosing the defaults as you go. +Running `brew install latexindent` may help resolve issues as well. If issues persist with compilation, re-install Perl packages above. + ## Usage The CV is updated in the [`cv/`](cv/) directory, which includes: diff --git a/cv/bib/sources.bib b/cv/bib/sources.bib index 42692ff..b30ab8a 100644 --- a/cv/bib/sources.bib +++ b/cv/bib/sources.bib @@ -75,10 +75,10 @@ @article{collective-beliefs author+an = { 2=highlight }, title = { \href{https://journals.sagepub.com/doi/10.1177/17456916231185776}{A network approach to investigate the dynamics of individual and collective beliefs: Advances and applications of the BENDING model} }, journal = { Perspectives on Psychological Science }, - volume = { }, - number = { }, - pages = { 1-10 }, - year = { 2023 }, + volume = { 19 }, + number = { 2 }, + pages = { 444-453 }, + year = { 2024 }, keywords = { publications } } @@ -212,7 +212,7 @@ @misc{princeton2 organization = {{Princeton University, Department of Psychology}}, date = { 2023-04 }, address = {Princeton, NJ}, - keywords = { selected-talks } + keywords = { talks } } @misc{princeton3, @@ -225,6 +225,16 @@ @misc{princeton3 keywords = { selected-talks } } +@misc{rbfc1, + author = { Ari M. Dyckovsky and Alin Coman }, + author+an = { 1=highlight }, + title = { Resilience to crisis: A case study of cryptocurrency communities over the FTX collapse}, + organization = {{Research in Behavioral Finance Conference}}, + date = { 2024-10 }, + address = {Amsterdam, Netherlands}, + keywords = { selected-talks } +} + % ----------------------------------------------------------------------------- % Media Mentions % keywords = media @@ -285,7 +295,7 @@ @article{wharton1 date = { 2013-10-23 }, title = { \href{https://kwhs.wharton.upenn.edu/2013/10/innovation/}{What is innovation?} }, journal = { Knowledge @ Wharton High School }, - keywords = { media } + keywords = { } } @article{wnyc, diff --git a/cv/cv.cls b/cv/cv.cls index 3054f25..62d9af9 100644 --- a/cv/cv.cls +++ b/cv/cv.cls @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Ari Dyckovsky's CV Template - CV CLASS FILE % -% This class file defines the structure and design of a hybrid CV/Resume template. +% This class file defines the structure and design of a hybrid CV/Resume template. % % Original header: % Copyright (C) 2020 by Ari Dyckovsky @@ -125,13 +125,13 @@ \end{center} \medskip % must leave line empty below - \noindent \emailsize \href{mailto:\@myemail}{\nolinkurl{\@myemail}} \hfill + \noindent \emailsize \href{mailto:\@myemail}{\nolinkurl{\@myemail}} \hfill \addresssize \@myaddress \\ - \noindent \githubsize \href{\@mywebsite}{\@mywebsite} \hfill + \noindent \githubsize \href{\@mywebsite}{\@mywebsite} \hfill \locationsize \@mylocation % must leave line empty below\\ - + \endgroup } @@ -178,7 +178,7 @@ \headline{\textsc{\sectionheadersize \color{myblack} #1}} % Section title \vspace{1.25em} - + %\hrule % Horizontal line }{\vspace{1.25em}} @@ -197,9 +197,9 @@ % TEACHING EXPERIENCE SUBSECTIONS %------------------------------------------------------------------------------ -\newenvironment{cvSubsectionTeaching}[5]{ - \leftrightoptions{{\bf #1} for {#2} (Rating: {#3}/5)}{{#4}} - {\textit{#5}} +\newenvironment{cvSubsectionTeaching}[4]{ + \leftrightoptions{{\bf #1} for {#2}}{{#3}} + {\textit{#4}} }{ %\vspace{0.5em} % Some space after the list of bullet points } @@ -210,7 +210,7 @@ \newenvironment{cvSubsectionWork}[3]{ % 4 input arguments \leftrightoptions{{\bf #3}, {#1}}{{#2}} % Bold company name and date on the right - + }{ %\vspace{0.5em} % Some space after the list of bullet points } @@ -247,6 +247,5 @@ \def\locationskip{\smallskip} \def\sectionheadersize{\Large} -\def\sectionlineskip{\medskip} % The space above the horizontal line for each section +\def\sectionlineskip{\medskip} % The space above the horizontal line for each section \def\sectionskip{\medskip} % The space after the heading section - diff --git a/cv/cv.tex b/cv/cv.tex index 3e498c9..b204ce6 100644 --- a/cv/cv.tex +++ b/cv/cv.tex @@ -190,7 +190,7 @@ \end{minipage} \hfill \begin{minipage}[t]{0.45\linewidth} - \raggedleft 2023 -- 2028% + \raggedleft 2023 -- Present% \end{minipage} \\ \begin{minipage}[t]{0.70\linewidth} @@ -387,10 +387,13 @@ %---------------------------------------------------------------------------------------- \begin{cvSection}{Teaching} - \begin{cvSubsectionTeaching}{Assistant Instructor}{PSY 320: Psychotherapy Theories and Skills}{4.41}{Spring 2023}{Princeton University} + \begin{cvSubsectionTeaching}{Assistant Instructor}{PSY 304: Social Cognition}{Fall 2024}{Princeton University} \end{cvSubsectionTeaching} - \begin{cvSubsectionTeaching}{Assistant Instructor}{SPI 340: Psychology of Decision-Making and Judgment}{4.67}{Fall 2022}{Princeton University} + \begin{cvSubsectionTeaching}{Assistant Instructor}{PSY 320: Psychotherapy Theories and Skills}{Spring 2023}{Princeton University} + \end{cvSubsectionTeaching} + + \begin{cvSubsectionTeaching}{Assistant Instructor}{SPI 340: Psychology of Decision-Making and Judgment}{Fall 2022}{Princeton University} \end{cvSubsectionTeaching} \end{cvSection} @@ -422,9 +425,9 @@ \begin{cvSection}{Selected Skills} \begin{tabular}{ @{} >{\bfseries}l @{\hspace{1em}} l } - Techniques & Online Experiments, Agent-Based Modeling, Natural Language Processing, Data Visualization, + Techniques & Behavioral Experiments, Agent-Based Modeling, Natural Language Processing, Network Science, \\ - & Statistical Inference, User Interface Design, Application Programming Interfaces + & Statistical Inference, Data Visualization, User Interface Design, Application Programming Interfaces \\ \\ Languages & Python, JavaScript, R, MATLAB, \textit{Mathematica}, HTML, CSS, C/C\texttt{++}, Google Apps Script, Terraform, \LaTeX{}, @@ -432,6 +435,9 @@ & SQL, NetLogo, Q, Git, Vim, Markdown, Bash \\ \\ + Frameworks & Polars, PyTorch, NetworkX, Pandas, Altair, D3, ggplot2, React, Poetry + \\ + \\ Databases & Neo4j, PostgreSQL, SQLite, MongoDB, DynamoDB, Redis, kdb+ \\ \\