From c726f86397bdf71c873910f75308e532b82c8e94 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Thu, 8 Feb 2018 21:58:54 -0500 Subject: [PATCH] Final touches. --- bibfile.bib | 8 ++++++++ definitions.tex | 2 +- sections/all-sections.tex | 32 +++++++++++++++++++++++++++++--- settings.tex | 20 ++++++++++---------- 4 files changed, 48 insertions(+), 14 deletions(-) diff --git a/bibfile.bib b/bibfile.bib index f507698..5e7a1ac 100644 --- a/bibfile.bib +++ b/bibfile.bib @@ -63,6 +63,14 @@ note = "[Online; accessed 07-February-2019]" } +@misc{baidu-cheating, + author = {John Markoff}, + title = {{Computer Scientists Are Astir After Baidu Team Is Barred From A.I. Competition}}, + howpublished = "\url{https://www.nytimes.com/2015/06/04/technology/computer-scientists-are-astir-after-baidu-team-is-barred-from-ai-competition.html}", + year = {2015}, + note = "[Online; accessed 08-February-2019]" +} + @article{deception-survey, author = {Darrin J. Griffin and San Bolkan and Alan K. Goodboy}, title = {Academic Dishonesty Beyond Cheating and Plagiarism: Studentsa Interpersonal Deception in the College Classroom}, diff --git a/definitions.tex b/definitions.tex index 4c8b346..e4b1169 100644 --- a/definitions.tex +++ b/definitions.tex @@ -18,7 +18,7 @@ \ifrelease% \newsavebox\watermark% - \savebox\watermark{\tikz[color=gray,opacity=0.02]\node{\begin{tabular}{c} Dmytro Bogatov \\ BU Class of 2023 \end{tabular}};} + \savebox\watermark{\tikz[color=gray,opacity=0.03]\node{\begin{tabular}{c} Dmytro Bogatov \\ BU Class of 2023 \end{tabular}};} \newwatermark*[ allpages, angle=0, diff --git a/sections/all-sections.tex b/sections/all-sections.tex index 76a4d48..11bd659 100644 --- a/sections/all-sections.tex +++ b/sections/all-sections.tex @@ -1,4 +1,4 @@ -% cSpell:ignore blfootnote +% cSpell:ignore blfootnote baidu Wakefield \begin{frame}{Disclaimers} @@ -26,11 +26,11 @@ \begin{itemize} \item How to avoid + \item + Interesting cases \end{itemize} \item Prosecution mechanisms - \item - Interesting cases \end{itemize} \end{frame} @@ -157,6 +157,14 @@ \end{frame} + \begin{frame}[standout] + + Plagiarism case + + % Professor's story about the student who copied from the roommate's computer + % before her freshman year + \end{frame} + \subsection{Fabrication} \begin{frame}{Fabrication} @@ -204,6 +212,15 @@ \end{frame} + \begin{frame}[standout] + + Fabrication case \\ + Andrew Jeremy Wakefield + + % https://en.m.wikipedia.org/wiki/Andrew_Wakefield + + \end{frame} + \subsection{Deception} \begin{frame}{Deception} @@ -327,6 +344,15 @@ \end{frame} + \begin{frame}[standout] + + Cheating case \\ + Baidu Team Is Barred From A.I. Competition~\cite{baidu-cheating} + + % https://en.m.wikipedia.org/wiki/Andrew_Wakefield + + \end{frame} + \section{Prosecution} \begin{frame}{Prosecution} diff --git a/settings.tex b/settings.tex index 2743918..084e600 100644 --- a/settings.tex +++ b/settings.tex @@ -17,22 +17,22 @@ \ifrelease% \logo{ \includegraphics[ - width=1cm, - height=1cm, + width=0.5cm, + height=0.5cm, keepaspectratio - ]{static/logo.eps}\hspace{325pt}\vspace{-30pt} + ]{static/logo.eps}\hspace{335pt}\vspace{-30pt} } \fi \addbibresource{bibfile.bib} -\makeatletter - \def\beamer@framenotesbegin{% at beginning of slide - \usebeamercolor[fg]{normal text} - \gdef\beamer@noteitems{}% - \gdef\beamer@notes{}% - } -\makeatother +% \makeatletter +% \def\beamer@framenotesbegin{% at beginning of slide +% \usebeamercolor[fg]{normal text} +% \gdef\beamer@noteitems{}% +% \gdef\beamer@notes{}% +% } +% \makeatother \lstset{ mathescape=true, -- GitLab