diff --git a/DESCRIPTION b/DESCRIPTION index 306532cd9..3f95ffe0e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,6 +29,7 @@ Authors@R: c( person("Dominik", "Leutnant", role = c("aut", "cph"), email = "leutnant@fh-muenster.de", comment = c(ORCID = "0000-0003-3293-2315")), person(family = "MDPI", role = c("aut", "cph")), person(family = "Taylor and Francis", role = c("aut", "cph")), + person(family = "Journal of Learning Analytics", role = c("aut", "cph")), person("Oğuzhan", "Öğreden", role = c("aut"), comment = c(ORCID = "0000-0002-9949-3348")), person("Dalton", "Hance", role = c("aut"), email = "dhance@usgs.gov"), person("Daniel", "Nüst", role = c("aut", "cph"), email = "daniel.nuest@uni-muenster.de", comment = c(ORCID = "0000-0002-0024-5046")), diff --git a/NAMESPACE b/NAMESPACE index 47d0643d0..50776b701 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -22,6 +22,7 @@ export(ieee_article) export(ims_article) export(jasa_article) export(jedm_article) +export(jla_article) export(joss_article) export(journals) export(jss_article) diff --git a/NEWS.md b/NEWS.md index 3e7fd9a04..e6c1665b5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,8 @@ - Add `trb_article()` for annual meeting submissions to the Transportation Research Board Annual Meeting (thanks, @gregmacfarlane, #427). +- Added the Journal of Learning Analytics template (thanks, @jooyoungseo, #252). + # rticles 0.21 ## NEW FEATURES diff --git a/R/article.R b/R/article.R index a1d61ee3f..e417331b2 100644 --- a/R/article.R +++ b/R/article.R @@ -176,6 +176,16 @@ frontiers_article <- function(..., keep_tex = TRUE) { pdf_document_format("frontiers", keep_tex = keep_tex, ...) } +#' @section `jla_article`: Format for creating Journal of Learning +#' Analytics (JLA) articles. Adapted from +#' . +#' @export +#' @rdname article +jla_article <- function(..., keep_tex = TRUE) { + pdf_document_format("jla", keep_tex = keep_tex, ...) +} + +#' @section \code{mdpi_article}: Format for creating submissions to #' @section `glossa_article`: Format for creating submissions to Glossa: a #' journal of general linguistics. Author Guidelines are available on diff --git a/README.Rmd b/README.Rmd index 2f2525d62..14a288e43 100644 --- a/README.Rmd +++ b/README.Rmd @@ -63,6 +63,7 @@ Currently included templates and their contributors are the following: | [IMS: Institute of Mathematical Statistics](https://imstat.org/) [AoAS: Annals of Applied Statistics](https://imstat.org/journals-and-publications/annals-of-applied-statistics/) | [\@auzaheta](https://github.com/auzaheta)| [\#372](https://github.com/rstudio/rticles/pull/372) | `ims_article()`| | [JASA: Journal of the Acoustical Society of America](https://asa.scitation.org/journal/jas) | [\@stefanocoretta](https://github.com/stefanocoretta)| [\#364](https://github.com/rstudio/rticles/pull/364) | `jasa_article()` | | [Journal of Educational Data Mining](https://jedm.educationaldatamining.org/index.php/JEDM/about/submissions) journal submissions | [\@jooyoungseo](https://github.com/jooyoungseo) | [#251](https://github.com/rstudio/rticles/pull/251) | `jedm_article()` | +| [Journal of Learning Analytics](https://learning-analytics.info/journals/index.php/JLA/about/submissions#authorGuidelines) journal submissions | [\@jooyoungseo](https://github.com/jooyoungseo) | [#252](https://github.com/rstudio/rticles/pull/252) | `jla_article()` | | [JOSS: Journal of Open Source Software](https://joss.theoj.org/) [JOSE: Journal of Open Source Education](https://jose.theoj.org/)| [\@noamross](https://github.com/noamross)| [\#229](https://github.com/rstudio/rticles/pull/229) | `joss_article()` | | [JSS: Journal of Statistical Software](https://www.jstatsoft.org) ||| `jss_article()`| | [LIPIcs](https://www.dagstuhl.de/en/publications/lipics)| [\@nuest](https://github.com/nuest)| [\#288](https://github.com/rstudio/rticles/pull/288) | `lipics_article()` | diff --git a/README.md b/README.md index c5f94ce9e..88a92729e 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ Currently included templates and their contributors are the following: | [IMS: Institute of Mathematical Statistics](https://imstat.org/) [AoAS: Annals of Applied Statistics](https://imstat.org/journals-and-publications/annals-of-applied-statistics/) | [@auzaheta](https://github.com/auzaheta) | [#372](https://github.com/rstudio/rticles/pull/372) | `ims_article()` | | [JASA: Journal of the Acoustical Society of America](https://asa.scitation.org/journal/jas) | [@stefanocoretta](https://github.com/stefanocoretta) | [#364](https://github.com/rstudio/rticles/pull/364) | `jasa_article()` | | [Journal of Educational Data Mining](https://jedm.educationaldatamining.org/index.php/JEDM/about/submissions) journal submissions | [@jooyoungseo](https://github.com/jooyoungseo) | [#251](https://github.com/rstudio/rticles/pull/251) | `jedm_article()` | +| [Journal of Learning Analytics](https://learning-analytics.info/journals/index.php/JLA/about/submissions#authorGuidelines) journal submissions | [@jooyoungseo](https://github.com/jooyoungseo) | [#252](https://github.com/rstudio/rticles/pull/252) | `jla_article()` | | [JOSS: Journal of Open Source Software](https://joss.theoj.org/) [JOSE: Journal of Open Source Education](https://jose.theoj.org/) | [@noamross](https://github.com/noamross) | [#229](https://github.com/rstudio/rticles/pull/229) | `joss_article()` | | [JSS: Journal of Statistical Software](https://www.jstatsoft.org) | | | `jss_article()` | | [LIPIcs](https://www.dagstuhl.de/en/publications/lipics) | [@nuest](https://github.com/nuest) | [#288](https://github.com/rstudio/rticles/pull/288) | `lipics_article()` | diff --git a/inst/rmarkdown/templates/jla/resources/template.tex b/inst/rmarkdown/templates/jla/resources/template.tex new file mode 100644 index 000000000..e113a0725 --- /dev/null +++ b/inst/rmarkdown/templates/jla/resources/template.tex @@ -0,0 +1,117 @@ +%---------------------------------------------------------------------------------------- +% The original JLA LaTeX template has been modified by JooYoung Seo (jooyoung@psu.edu) to work with R Markdown. +%---------------------------------------------------------------------------------------- + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Stylish Article +% LaTeX Template +% Version 2.1 (1/10/15) +% +% This template has been downloaded from: +% http://www.LaTeXTemplates.com +% +% Original author: +% Mathias Legrand (legrand.mathias@gmail.com) +% With extensive modifications by: +% Vel(vel@latextemplates.com) +% +% License: +% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%---------------------------------------------------------------------------------------- +% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS +%---------------------------------------------------------------------------------------- + +\documentclass[fleqn,10pt]{JLA_article} % Document font size and equations flushed left + +\usepackage[english]{babel} % Specify a different language here - english by default + +%\usepackage{lipsum} % Required to insert dummy text. To be removed otherwise + + +%---------------------------------------------------------------------------------------- +% HYPERLINKS +%---------------------------------------------------------------------------------------- + +\usepackage{hyperref} % Required for hyperlinks +\hypersetup{hidelinks,colorlinks,breaklinks=true,urlcolor=color2,citecolor=color1,linkcolor=color1,bookmarksopen=false,pdftitle={Title},pdfauthor={Author}} + +%---------------------------------------------------------------------------------------- +% ARTICLE INFORMATION +%---------------------------------------------------------------------------------------- + +$if(title)$ +\PaperTitle{$title$} % Article title +$endif$ + +\Authors{$for(author)$$author.name$\textsuperscript{$author.num$}$sep$, $endfor$} % Authors +\affiliation{$for(affiliation)$$if(affiliation.correspondence)$Corresponding author $endif$\textsuperscript{$affiliation.num$}\textit{Email: $affiliation.email$ $affiliation.address$$if(affiliation.orcid)$, $affiliation.orcid$$endif$}$sep$\\$endfor$} % Author affiliation + +$if(keywords)$ +\Keywords{$keywords$} +$endif$ + +\Submitted{$submitted$} +\Accepted{$accepted$} +\Published{$published$} + +\Volume{$volume$} +\Number{$number$} +\Pages{$pages$} +\Doi{$doi$} +%---------------------------------------------------------------------------------------- +% NOTES FOR PRACTICE OR RESEARCH +%---------------------------------------------------------------------------------------- +$if(without-notes)$ +\WithoutNotestrue %If this paper does NOT have notes +$endif$ + +\Notesname{$notesname$} %If this is a Research Paper +%\Notesname{Notes for Research} %If this is a Practitioner Paper + +$if(note)$ +$for(note)$ +\note{$note$} +$endfor$ +$endif$ + +%---------------------------------------------------------------------------------------- +% ABSTRACT +%---------------------------------------------------------------------------------------- + +$if(abstract)$ +\Abstract{$abstract$} +$endif$ + +%---------------------------------------------------------------------------------------- + +% Pandoc syntax highlighting +$if(highlighting-macros)$ +$highlighting-macros$ +$endif$ + +$for(header-includes)$ +$header-includes$ +$endfor$ + +\begin{document} + +\flushbottom % Makes all text pages the same height + +$if(title)$ +\maketitle % Print the title and abstract box +$endif$ + +%\tableofcontents % Print the contents section + +\thispagestyle{fancy} % Add header to first page + +$body$ + +$if(bibliography)$ +\bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$} +$endif$ + +\end{document} \ No newline at end of file diff --git a/inst/rmarkdown/templates/jla/skeleton/JLA_article.cls b/inst/rmarkdown/templates/jla/skeleton/JLA_article.cls new file mode 100644 index 000000000..1aa7ef6f9 --- /dev/null +++ b/inst/rmarkdown/templates/jla/skeleton/JLA_article.cls @@ -0,0 +1,307 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Journal of Learning Analytics +% Class File +% Version 1.0 (15/11/17) +% +% +% Based on Stylish Article format +% Original authors: +% Mathias Legrand (legrand.mathias@gmail.com) +% Vel (vel@latextemplates.com) +% +% Modified by: +% Xavier Ochoa (xavier.ochoa@gmail.com) +% +% License: +% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\NeedsTeXFormat{LaTeX2e} +\ProvidesClass{JLA_article}[25/01/2012, v1.0] +\RequirePackage{ifthen} +\RequirePackage{calc} +\AtEndOfClass{\RequirePackage{microtype}} +\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}} +\ProcessOptions* +\LoadClass{article} +\RequirePackage{ifpdf} % Needed to pick between latex and pdflatex + +%---------------------------------------------------------------------- +% FONTS +%---------------------------------------------------------------------- + +\RequirePackage{times} % Loads the Times-Roman Fonts +\RequirePackage{mathptmx} % Loads the Times-Roman Math Fonts + + +%---------------------------------------------------------------------- +% VARIOUS USEFUL PACKAGES +%---------------------------------------------------------------------- +\RequirePackage{hyperref} +\RequirePackage[utf8]{inputenc} +\RequirePackage{amsmath,amsfonts,amssymb} +\RequirePackage{graphicx,xcolor} +\RequirePackage{booktabs} +\RequirePackage{apacite} + +%---------------------------------------------------------------------- +% MARGINS +%---------------------------------------------------------------------- + +\RequirePackage[left=2cm,% +right=2cm,% +top=2.25cm,% +bottom=2.25cm,% +headheight=11pt,% +headsep=24pt,% +letterpaper]{geometry}% + +%---------------------------------------------------------------------- +% FIGURES AND TABLES CAPTIONS +%---------------------------------------------------------------------- + +\RequirePackage[labelfont={bf,sf,small},% +labelsep=period,% +justification=raggedright]{caption} +\setlength{\abovecaptionskip}{0pt} +\setlength{\belowcaptionskip}{0pt} + +%---------------------------------------------------------------------------------------- +% COLORS +%---------------------------------------------------------------------------------------- + +\definecolor{color1}{RGB}{0,0,0} % Color of the article title and sections +\definecolor{color2}{RGB}{0,20,20} % Color of the boxes behind the abstract and headings + + +%---------------------------------------------------------------------- +% PAGE HEADER +%---------------------------------------------------------------------- + +\RequirePackage{fancyhdr} % Needed to define custom headers/footers +\RequirePackage{lastpage} % Number of pages in the document +\pagestyle{fancy} % Enables the custom headers/footers +% Headers +\lhead{}% +\chead{\includegraphics[width=\textwidth]{header.png}}% +\rhead{} +% Footers +\lfoot{}% +\cfoot{}% +\rfoot{\footnotesize\sffamily \textit{\thepage}}% +\renewcommand{\headrulewidth}{0pt}% % No header rule +\renewcommand{\footrulewidth}{0pt}% % No footer rule + +%---------------------------------------------------------------------- +% SECTION/SUBSECTION/PARAGRAPH SET-UP +%---------------------------------------------------------------------- + +\RequirePackage[explicit]{titlesec} +\titleformat{\section} + {\color{color1}\large\sffamily\bfseries} + {} + {0em} + {\colorbox{color2!10}{\parbox{\dimexpr\linewidth-2\fboxsep\relax}{\arabic{section}. #1}}} + %{{\parbox{\dimexpr\linewidth-2\fboxsep\relax}{\arabic{section}. #1}}} + [] +\titleformat{name=\section,numberless} + {\color{color1}\large\sffamily\bfseries} + {} + {0em} + {{\parbox{\dimexpr\linewidth-2\fboxsep\relax}{#1}}} + %{{\parbox{\dimexpr\linewidth-2\fboxsep\relax}{#1}}} + [] +\titleformat{\subsection} + {\color{color1}\sffamily\bfseries} + {\thesubsection} + {0.5em} + {#1} + [] +\titleformat{\subsubsection} + {\sffamily\small\bfseries} + {\thesubsubsection} + {0.5em} + {#1} + [] +\titleformat{\paragraph}[runin] + {\sffamily\small\bfseries} + {} + {0em} + {#1} +\titlespacing*{\section}{0pc}{3ex \@plus4pt \@minus3pt}{5pt} +\titlespacing*{\subsection}{0pc}{2.5ex \@plus3pt \@minus2pt}{0pt} +\titlespacing*{\subsubsection}{0pc}{2ex \@plus2.5pt \@minus1.5pt}{0pt} +\titlespacing*{\paragraph}{0pc}{1.5ex \@plus2pt \@minus1pt}{10pt} + +%---------------------------------------------------------------------- +% TABLEOFCONTENTS SET-UP +%---------------------------------------------------------------------- +\newlength{\tocsep} +\setlength\tocsep{1.5pc} % Sets the indentation of the sections in the table of contents +\setcounter{tocdepth}{3} % Three levels in the table of contents section: sections, subsections and subsubsections + +\usepackage{titletoc} +\contentsmargin{0cm} +\titlecontents{section}[\tocsep] + {\addvspace{4pt}\small\bfseries\sffamily} + {\contentslabel[\thecontentslabel]{\tocsep}} + {} + {\hfill\thecontentspage} + [] +\titlecontents{subsection}[\tocsep] + {\addvspace{2pt}\sffamily} + {\contentslabel[\thecontentslabel]{\tocsep}} + {} + {\ \titlerule*[.5pc]{.}\ \thecontentspage} + [] +\titlecontents*{subsubsection}[\tocsep] + {\footnotesize\sffamily} + {} + {} + {} + [\ \textbullet\ ] + +%---------------------------------------------------------------------- +% MULTIPLE AUTHOR SET +%---------------------------------------------------------------------- + +\newcount\@authcnt +\newcount\@tmpcnt\@tmpcnt\z@ +\newcount\@tempcnt\@tempcnt\z@ +\newcount\@notecnt + + +\def\@affiliation{% + \ifnum\@tmpcnt<\@authcnt + \global\advance\@tmpcnt1 + \raggedright \csname @auth\romannumeral\the\@tmpcnt\endcsname\hfill\\% + \let\next\@affiliation \vskip1pt + \else + \let\next\relax + \fi +\next} + +\newcommand{\affiliation}[1]{% + \global\advance\@authcnt1 + \expandafter\gdef\csname @auth\romannumeral\the\@authcnt\endcsname + {#1}} + + + +\def\@note{% + \ifnum\@tempcnt<\@notecnt + \global\advance\@tempcnt1 + \item{\csname @not\romannumeral\the\@tempcnt\endcsname}% + \let\next\@note \vskip1pt + \else + \let\next\relax + \fi +\next} + +\newcommand{\note}[1]{% + \global\advance\@notecnt1 + \expandafter\gdef\csname @not\romannumeral\the\@notecnt\endcsname + {#1}} + + + +%---------------------------------------------------------------------- +% LIST CONTROL +%---------------------------------------------------------------------- + +\RequirePackage{enumitem} +%\setlist{nolistsep} % Uncomment to remove spacing between items in lists (enumerate, itemize) + +%---------------------------------------------------------------------- +% ABSTRACT+AUTHOR FRAME +%---------------------------------------------------------------------- + +\newcommand{\PaperTitle}[1]{\def\@PaperTitle{#1}} +\newcommand{\Archive}[1]{\def\@Archive{#1}} +\newcommand{\Authors}[1]{\def\@Authors{#1}} +\newcommand{\JournalInfo}[1]{\def\@JournalInfo{#1}} +\newcommand{\Abstract}[1]{\def\@Abstract{#1}} +\newcommand{\Keywords}[1]{\def\@Keywords{#1}} +\newcommand{\Submitted}[1]{\def\@Submitted{#1}} +\newcommand{\Accepted}[1]{\def\@Accepted{#1}} +\newcommand{\Published}[1]{\def\@Published{#1}} +\newcommand{\Notesname}[1]{\def\@Notesname{#1}} +\newcommand{\Volume}[1]{\def\@Volume{#1}} +\newcommand{\Number}[1]{\def\@Number{#1}} +\newcommand{\Pages}[1]{\def\@Pages{#1}} +\newcommand{\Doi}[1]{\def\@Doi{#1}} + + +% --------------------------------------------------------------------- + + + +% --------------------------------------------------------------------- +\newif\ifWithoutNotes + +\renewcommand{\@maketitle}{% +%\twocolumn{% +\hfill +\thispagestyle{fancy}% +{\raggedleft\small\sffamily Volume \@Volume(\@Number), \@Pages. http://dx.doi.org/\@Doi\\}% +%\vskip48pt% +{\raggedright\color{color1}\sffamily\bfseries\fontsize{20}{25}\selectfont \@PaperTitle\par}% +\vskip10pt% +{\raggedright\color{color1}\sffamily\fontsize{12}{16}\selectfont \@Authors\par}% +%\vskip18pt% +\hfill\\ +\sffamily\textbf{\abstractname}\\\@Abstract\\[4pt]% +\fcolorbox{color1}{white}{% +\parbox{\textwidth-2\fboxsep-2\fboxrule}{\centering% + +\ifWithoutNotes +\parbox{\textwidth-6\fboxsep-2\fboxrule}{% +\textbf{Keywords}\\\@Keywords\\[4pt]% +\textbf{Submitted:} \@Submitted \hskip4pt --- \textbf{Accepted:} \@Accepted \hskip4pt --- \textbf{Published:} \@Published +} +\else +\colorbox{color2!10}{% +\parbox{\textwidth-4\fboxsep-2\fboxrule}{% +\sffamily\textbf{\@Notesname}% +\begin{itemize} +\begingroup% +%\raggedright\sffamily\small% +\@note% +\endgroup%% +\end{itemize} +}% +}% +\vskip4pt% +\parbox{\textwidth-4\fboxsep-2\fboxrule}{% +\textbf{Keywords}\\\@Keywords\\[4pt]% +\textbf{Submitted:} \@Submitted \hskip4pt --- \textbf{Accepted:} \@Accepted \hskip4pt --- \textbf{Published:} \@Published +} +\fi + +}% +}% +\\ + +\begingroup% +\raggedright\sffamily\small% +\footnotesize\@affiliation\par% +\endgroup%% +\vskip25pt% + +%}]% +} + +%---------------------------------------------------------------------- +% REFERENCES +%---------------------------------------------------------------------- + +\bibliographystyle{apacite} +% Remove brackets from numbering in List of References +%\renewcommand{\@biblabel}[1]{} +%\setlength{\bibitemsep}{0cm} +%\let\oldbibliography\thebibliography +%\renewcommand{\thebibliography}[1]{% +%\addcontentsline{toc}{section}{\refname}% +%\oldbibliography{#1}% +%\setlength\itemsep{0pt}}% \ No newline at end of file diff --git a/inst/rmarkdown/templates/jla/skeleton/header.png b/inst/rmarkdown/templates/jla/skeleton/header.png new file mode 100644 index 000000000..60b79201f Binary files /dev/null and b/inst/rmarkdown/templates/jla/skeleton/header.png differ diff --git a/inst/rmarkdown/templates/jla/skeleton/results.pdf b/inst/rmarkdown/templates/jla/skeleton/results.pdf new file mode 100644 index 000000000..82a032710 Binary files /dev/null and b/inst/rmarkdown/templates/jla/skeleton/results.pdf differ diff --git a/inst/rmarkdown/templates/jla/skeleton/sample.bib b/inst/rmarkdown/templates/jla/skeleton/sample.bib new file mode 100644 index 000000000..8b2f9d79d --- /dev/null +++ b/inst/rmarkdown/templates/jla/skeleton/sample.bib @@ -0,0 +1,322 @@ +@ARTICLE{Figueredo:2009dg, + author = {Figueredo, A.~J. and Wolf, P. S.~A.}, + title = {Assortative pairing and life history strategy - a cross-cultural study.}, + journal = {Human Nature}, + volume = {20}, + pages = {317-330}, + year = {2009} +} + +@BOOK{science_designs_2001, + title = {Designs for Science Literacy}, + publisher = {Oxford University Press}, + year = {2001}, + author = {American Association for the Advancement of Science}, + month = mar, + abstract = {The call for science curriculum reform has been made over and over + again for much of the twentieth century. Arguments have been made + that the content of the curriculum is not appropriate for meeting + the individual and social needs of people living in the modern world; + that the curriculum has become overstuffed with topics and does not + serve students especially well; and above all, that the curriculum + does not generate the student learning it is expected to produce. + The latest volume in a continuing series of publications from the + {AAAS} designed to reform science education, Designs for Science + Literacy presupposes that curriculum reform must be considerably + more extensive and fundamental than the tinkering with individual + courses and subjects that has been going on for decades. Designs + deals with the critical issues involved in assembling sound instructional + materials into a new, coherent K-12 whole. The book pays special + attention to the need to link science-oriented studies to the arts + and humanities, and also proposes how to align the curriculum with + an established set of learning goals while preserving the American + tradition of local responsibility for the curriculum itself. If fundamental + curriculum reform is ever to occur, a new process for creating alternatives + will have to be developed. Designs for Science Literacy provides + the groundwork for such a process.}, + isbn = {9780199727476}, + keywords = {Education / Educational Policy \& Reform / General}, + language = {en}, + shorttitle = {Designs for Science Literacy} +} + +@ARTICLE{albert2007curriculum, + author = {Albert, Lori}, + title = {Curriculum design: Finding a balance}, + journal = {Journal of rheumatology}, + year = {2007}, + volume = {34}, + pages = {458--459}, + number = {3}, + publisher = {Toronto, Journal of Rheumatology Pub. Co.} +} + +@ARTICLE{archambault2009student, + author = {Archambault, Isabelle and Janosz, Michel and Fallu, Jean-S{\'e}bastien + and Pagani, Linda S}, + title = {Student engagement and its relationship with early high school dropout}, + journal = {Journal of adolescence}, + year = {2009}, + volume = {32}, + pages = {651--670}, + number = {3}, + publisher = {Elsevier} +} + +@ARTICLE{Busato20001057, + author = {Vittorio V Busato and Frans J Prins and Jan J Elshout and Christiaan + Hamaker}, + title = {Intellectual ability, learning style, personality, achievement motivation + and academic success of psychology students in higher education }, + journal = {Personality and Individual Differences }, + year = {2000}, + volume = {29}, + pages = {1057 - 1068}, + number = {6}, + doi = {http://dx.doi.org/10.1016/S0191-8869(99)00253-6}, + issn = {0191-8869}, + url = {http://www.sciencedirect.com/science/article/pii/S0191886999002536} +} + +@ARTICLE{campbell2007academic, + author = {Campbell, John P and DeBlois, Peter B and Oblinger, Diana G}, + title = {Academic analytics: A new tool for a new era}, + journal = {Educause Review}, + year = {2007}, + volume = {42}, + pages = {40}, + number = {4}, + owner = {xavierochoa}, + publisher = {Educause}, + timestamp = {2013.10.21} +} + +@ARTICLE{caulkins1996adjusting, + author = {Caulkins, Jonathan P and Larkey, Patrick D and Wei, Jifa}, + title = {Adjusting GPA to reflect course difficulty}, + year = {1996} +} + +@ARTICLE{denton2005curriculum, + author = {Denton, James W and Franke, Virginia and Surendra, Kleist Nanda}, + title = {Curriculum and course design: a new approach using quality function + deployment}, + journal = {Journal of Education for Business}, + year = {2005}, + volume = {81}, + pages = {111--117}, + number = {2}, + publisher = {Taylor \& Francis} +} + +@INPROCEEDINGS{ester2002web, + author = {Ester, Martin and Kriegel, Hans-Peter and Schubert, Matthias}, + title = {Web site mining: a new way to spot competitors, customers and suppliers + in the world wide web}, + booktitle = {Proceedings of the eighth ACM SIGKDD international conference}, + year = {2002}, + pages = {249--258}, + organization = {ACM} +} + +@ARTICLE{ferguson2012learning, + author = {Ferguson, Rebecca}, + title = {Learning analytics: drivers, developments and challenges}, + journal = {International Journal of Technology Enhanced Learning}, + year = {2012}, + volume = {4}, + pages = {304--317}, + number = {5}, + publisher = {Inderscience} +} + +@ARTICLE{jordan1996exploring, + author = {Jordan, Will J and Lara, Julia and McPartland, James M}, + title = {Exploring the causes of early dropout among race-ethnic and gender + groups}, + journal = {Youth \& Society}, + year = {1996}, + volume = {28}, + pages = {62--94}, + number = {1}, + publisher = {Sage Publications} +} + +@ARTICLE{deKoning2012313, + author = {Björn B. de Koning and Sofie M.M. Loyens and Remy M.J.P. Rikers + and Guus Smeets and Henk T. van der Molen}, + title = {Generation Psy: Student characteristics and academic achievement + in a three-year problem-based learning bachelor program }, + journal = {Learning and Individual Differences }, + year = {2012}, + volume = {22}, + pages = {313 - 323}, + number = {3}, + doi = {http://dx.doi.org/10.1016/j.lindif.2012.01.003}, + issn = {1041-6080}, + keywords = {Student characteristics}, + url = {http://www.sciencedirect.com/science/article/pii/S104160801200012X} +} + +@ARTICLE{mcneal1995extracurricular, + author = {McNeal Jr, Ralph B}, + title = {Extracurricular activities and high school dropouts}, + journal = {Sociology of education}, + year = {1995}, + pages = {62--80}, + publisher = {JSTOR} +} + +@INPROCEEDINGS{parthasarathy1999incremental, + author = {Parthasarathy, Srinivasan and Zaki, Mohammed Javeed and Ogihara, + Mitsunori and Dwarkadas, Sandhya}, + title = {Incremental and interactive sequence mining}, + booktitle = {Proceedings of the eighth international conference on Information + and knowledge management}, + year = {1999}, + pages = {251--258}, + organization = {ACM} +} + +@INCOLLECTION{pei2000mining, + author = {Pei, Jian and Han, Jiawei and Mortazavi-Asl, Behzad and Zhu, Hua}, + title = {Mining access patterns efficiently from web logs}, + booktitle = {Knowledge Discovery and Data Mining. Current Issues and New Applications}, + publisher = {Springer}, + year = {2000}, + pages = {396--407} +} + +@ARTICLE{pukkila2007engage, + author = {Pukkila, Patricia and DeCosmo, Janice and Swick, Danielle C and Arnold, + MA}, + title = {How to engage in collaborative curriculum design to foster undergraduate + inquiry and research in all disciplines}, + journal = {Developing and Sustaining a Research-Supportive Curriculum: A Compendium + of Successful Practices}, + year = {2007}, + pages = {341--357} +} + +@MANUAL{rmanual, + title = {R: A Language and Environment for Statistical Computing}, + author = {{R Core Team}}, + organization = {R Foundation for Statistical Computing}, + address = {Vienna, Austria}, + year = {2013}, + url = {http://www.R-project.org/} +} + +@MANUAL{psych, + title = {psych: Procedures for Psychological, Psychometric, and Personality + Research}, + author = {William Revelle}, + organization = { Northwestern University}, + address = { Evanston, Illinois}, + year = {2013}, + note = {R package version 1.3.10}, + url = {http://CRAN.R-project.org/package=psych} +} + +@ARTICLE{rumberger1983dropping, + author = {Rumberger, Russell W}, + title = {Dropping out of high school: The influence of race, sex, and family + background}, + journal = {American Educational Research Journal}, + year = {1983}, + volume = {20}, + pages = {199--220}, + number = {2}, + publisher = {Sage Publications} +} + +@ARTICLE{siemens2011penetrating, + author = {Siemens, George and Long, Phil}, + title = {Penetrating the fog: Analytics in learning and education}, + journal = {Educause Review}, + year = {2011}, + volume = {46}, + pages = {30--32}, + number = {5}, + owner = {xavierochoa}, + publisher = {EDUCAUSE}, + timestamp = {2013.10.21} +} + +@ARTICLE{Singh2002, + author = {Singh, Kusum and Granville, Monique and Dika, Sandra}, + title = {Mathematics and Science Achievement: Effects of Motivation, Interest, + and Academic Engagement}, + journal = {The Journal of Educational Research}, + year = {2002}, + volume = {95}, + pages = {323-332}, + number = {6}, + doi = {10.1080/00220670209596607}, + eprint = {http://www.tandfonline.com/doi/pdf/10.1080/00220670209596607}, + url = {http://www.tandfonline.com/doi/abs/10.1080/00220670209596607} +} + +@INPROCEEDINGS{Sunderman2012, + author = {Sunderman, Judith A}, + title = {{Curriculum Incubation : Data-driven Innovative Instructional Design}}, + booktitle = {ASEE Annual Conference}, + year = {2012}, + file = {:C$\backslash$:/Users/GonzaloGabriel/Desktop/ASEE\_Paper\_Final.pdf:pdf} +} + +@BOOK{tabachnick2012using, + title = {Using Multivariate Statistics: International Edition}, + publisher = {Pearson}, + year = {2012}, + author = {Tabachnick, Barbara G and Fidell, LS} +} + +@ARTICLE{turner2003pocus, + author = {Turner, Frances S and Clutterbuck, Daniel R and Semple, Colin AM + and others}, + title = {POCUS: mining genomic sequence annotation to predict disease genes}, + journal = {Genome biology}, + year = {2003}, + volume = {4}, + pages = {R75--R75}, + number = {11}, + publisher = {BioMed Central Ltd} +} + +@ARTICLE{wolf2007model, + author = {Wolf, Peter}, + title = {A model for facilitating curriculum development in higher education: + A faculty-driven, data-informed, and educational developer--supported + approach}, + journal = {New Directions for Teaching and Learning}, + year = {2007}, + volume = {2007}, + pages = {15--20}, + number = {112}, + publisher = {Wiley Online Library} +} + +@INPROCEEDINGS{wolff2013improving, + author = {Wolff, Annika and Zdrahal, Zdenek and Nikolov, Andriy and Pantucek, + Michal}, + title = {Improving retention: predicting at-risk students by analysing clicking + behaviour in a virtual learning environment}, + booktitle = {Proceedings of the Third International Conference on Learning Analytics + and Knowledge}, + year = {2013}, + pages = {145--149}, + organization = {ACM} +} + +@ARTICLE{zaki2001spade, + author = {Zaki, Mohammed J}, + title = {SPADE: An efficient algorithm for mining frequent sequences}, + journal = {Machine learning}, + year = {2001}, + volume = {42}, + pages = {31--60}, + number = {1-2}, + publisher = {Springer} +} + diff --git a/inst/rmarkdown/templates/jla/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/jla/skeleton/skeleton.Rmd new file mode 100644 index 000000000..69b128e07 --- /dev/null +++ b/inst/rmarkdown/templates/jla/skeleton/skeleton.Rmd @@ -0,0 +1,187 @@ +--- +title: JLA Article Template +author: +- name: JooYoung Seo + num: 1 +- name: Arang Seo + num: 2 +- name: First M. Last + num: 3 +affiliation: +- num: 1 + correspondence: true # Only one corresponding author per article; move this line according to your authorship. + email: jooyoung@psu.edu + address: Learning, Design, and Technology, 301 Keller Building, University Park, PA 16802, USA + orcid: https://orcid.org/0000-0002-4064-6012 +- num: 2 + email: sjysky@gmail.com + address: Department of Education, Guidedog University, Yongin-Si, Republic of Korea + orcid: if available +- num: 3 + email: somebody@example.com + address: Department of Computer Science, Example University,Street, Building, Postal Code, City, Country + orcid: if available +submitted: '`r format(Sys.Date(), format = "%d/%m/%y")`' +accepted: dd/mm/yy +published: dd/mm/yy +volume: 1 +number: 1 +pages: 1---10 +doi: xxx-xxx-xxx +without-notes: false # Set to "true" to remove notes. +notesname: Notes for Practice +note: + - This is an example of a note to practice or research. + - This is a second example of a note to practice or research. + - This is a third example of a note to practice or research. +keywords: Include a set of keywords related to your submission. Separate them by commas. +abstract: | + Abstracts shall not exceed 200 words. Do not use a heading for the abstract or headings within the abstract. + +bibliography: sample.bib +output: rticles::jla_article +--- + +```{r setup, include = FALSE, echo = FALSE, purl = FALSE} +# Load required R packages on your needs: +#library(knitr) +#library(rmarkdown) + +# Set global knitr options here: +options(knitr.table.format = "latex") +knitr::opts_chunk$set(echo=FALSE, cache=FALSE, cache.comments=FALSE, message=FALSE, warning=FALSE, tidy=TRUE) + +# Seed for random number generation: +set.seed(7777) +``` + +# Introduction + +This is example text. Note that JLA uses up to 3 levels of headings (e.g. 1., 1.1, 1.1.1). Please do not add additional levels beyond the three that have been provided. + +This is an example of including math $\cos\pi=-1$ and $\alpha$ directly within the text\footnote{And an example of a footnote including math $\cos\pi=-1$ and $\alpha$ in the text.}. + +Important formulas should be presented on a seperate line as shown in the next section (See Formula 1). + +All figures and tables should be explicitly referenced in the appropriate part of the text (See Table 1 and Figure 2). + +This template use the \href{http://ctan.uniminuto.edu/biblio/bibtex/contrib/apacite/apacite.pdf}{apacite package}. + +This is an example on how to cite [@Figueredo:2009dg]. Here is a citation when you want to address the authors directly, for example the work of @archambault2009student. + +# Literature Review + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque rhoncus ut tellus eu tristique. Duis pharetra velit vitae viverra elementum. Nulla metus dui, pulvinar id enim at, pellentesque semper ipsum. Phasellus cursus dignissim ipsum, sed congue orci pretium quis. Maecenas rhoncus leo a cursus euismod. Fusce a erat eu ipsum tristique tempus at sed tortor. Aliquam erat volutpat. Donec at pretium lorem. Donec pretium nunc id nunc bibendum convallis. Phasellus quis enim id massa feugiat egestas hendrerit sollicitudin nibh. Sed blandit eros id tellus porta, eget ullamcorper urna posuere. Pellentesque laoreet lacus nibh, a mattis libero viverra sit amet. Sed vitae diam interdum, pharetra neque sit amet, dictum lectus. + +Donec massa justo, ultricies quis facilisis sed, tristique nec metus. Vestibulum id condimentum diam. Integer semper augue id porttitor ultrices. Cras vulputate felis eu diam porttitor, ac pulvinar nisi imperdiet. Donec eros felis, imperdiet vel malesuada at, varius et quam. Phasellus facilisis non risus eu placerat. Sed ac mollis lorem. + +# Methods + +\begin{figure}[ht]\centering % Using \begin{figure*} makes the figure take up the entire width of the page +\includegraphics[width=\linewidth/2]{view} +\caption{Picture} +\label{fig:view} +\end{figure} + +\begin{equation} +\cos^3 \theta =\frac{1}{4}\cos\theta+\frac{3}{4}\cos 3\theta +\label{eq:refname2} +\end{equation} + +\begin{enumerate}[noitemsep] % [noitemsep] removes whitespace between the items for a compact look +\item First item in a list +\item Second item in a list +\item Third item in a list +\end{enumerate} + +## Subsection + +Nullam semper imperdiet orci, at lacinia est aliquet et. Sed justo nibh, aliquet et velit at, pharetra consequat velit. Nullam nec ligula sagittis, adipiscing nisl sed, varius massa. Mauris quam ante, aliquet a nunc et, faucibus imperdiet libero. Suspendisse odio tortor, bibendum vel semper sit amet, euismod ac ante. Nunc nec dignissim turpis, ac blandit massa. Donec auctor massa ac vestibulum aliquam. Fusce auctor dictum lobortis. Vivamus tortor augue, convallis quis augue sit amet, laoreet tristique quam. Donec id volutpat orci. Suspendisse at mi vel elit accumsan porta ac ut diam. Nulla ut dapibus quam. + +Sed est odio, ornare in rutrum et, dapibus in urna. Suspendisse varius massa in ipsum placerat, quis tristique magna consequat. Suspendisse non convallis augue. Quisque fermentum justo et lorem volutpat euismod. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi sagittis interdum justo, eu consequat nisi convallis in. Sed tincidunt risus id lacinia ultrices. Phasellus ac ligula sed mi mattis lacinia ac non felis. Etiam at dui tellus. + +## Subsection + +Nullam semper imperdiet orci, at lacinia est aliquet et. Sed justo nibh, aliquet et velit at, pharetra consequat velit. Nullam nec ligula sagittis, adipiscing nisl sed, varius massa. Mauris quam ante, aliquet a nunc et, faucibus imperdiet libero. Suspendisse odio tortor, bibendum vel semper sit amet, euismod ac ante. Nunc nec dignissim turpis, ac blandit massa. Donec auctor massa ac vestibulum aliquam. Fusce auctor dictum lobortis. Vivamus tortor augue, convallis quis augue sit amet, laoreet tristique quam. Donec id volutpat orci. Suspendisse at mi vel elit accumsan porta ac ut diam. Nulla ut dapibus quam. + +Sed est odio, ornare in rutrum et, dapibus in urna. Suspendisse varius massa in ipsum placerat, quis tristique magna consequat. Suspendisse non convallis augue. Quisque fermentum justo et lorem volutpat euismod. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi sagittis interdum justo, eu consequat nisi convallis in. Sed tincidunt risus id lacinia ultrices. Phasellus ac ligula sed mi mattis lacinia ac non felis. Etiam at dui tellus. + +\begin{figure}[ht]\centering +\includegraphics[width=\linewidth/2]{results} +\caption{In-text Picture} +\label{fig:results} +\end{figure} + +Reference to Figure \ref{fig:results}. + + +# Results and Discussion + +Nullam semper imperdiet orci, at lacinia est aliquet et. Sed justo nibh, aliquet et velit at, pharetra consequat velit. Nullam nec ligula sagittis, adipiscing nisl sed, varius massa. Mauris quam ante, aliquet a nunc et, faucibus imperdiet libero. Suspendisse odio tortor, bibendum vel semper sit amet, euismod ac ante. Nunc nec dignissim turpis, ac blandit massa. Donec auctor massa ac vestibulum aliquam. Fusce auctor dictum lobortis. Vivamus tortor augue, convallis quis augue sit amet, laoreet tristique quam. Donec id volutpat orci. Suspendisse at mi vel elit accumsan porta ac ut diam. Nulla ut dapibus quam. + +Sed est odio, ornare in rutrum et, dapibus in urna. Suspendisse varius massa in ipsum placerat, quis tristique magna consequat. Suspendisse non convallis augue. Quisque fermentum justo et lorem volutpat euismod. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi sagittis interdum justo, eu consequat nisi convallis in. Sed tincidunt risus id lacinia ultrices. Phasellus ac ligula sed mi mattis lacinia ac non felis. Etiam at dui tellus. + +## Subsection + +\begin{table}[hbt] +\caption{Table of Grades} +\centering +\begin{tabular}{llr} +\toprule +\multicolumn{2}{c}{Name} \\ +\cmidrule(r){1-2} +First name & Last Name & Grade \\ +\midrule +John & Doe & $7.5$ \\ +Richard & Miles & $2$ \\ +\bottomrule +\end{tabular} +\label{tab:label} +\end{table} + +### Subsubsection + +Nullam semper imperdiet orci, at lacinia est aliquet et. Sed justo nibh, aliquet et velit at, pharetra consequat velit. Nullam nec ligula sagittis, adipiscing nisl sed, varius massa. Mauris quam ante, aliquet a nunc et, faucibus imperdiet libero. Suspendisse odio tortor, bibendum vel semper sit amet, euismod ac ante. Nunc nec dignissim turpis, ac blandit massa. Donec auctor massa ac vestibulum aliquam. Fusce auctor dictum lobortis. Vivamus tortor augue, convallis quis augue sit amet, laoreet tristique quam. Donec id volutpat orci. Suspendisse at mi vel elit accumsan porta ac ut diam. Nulla ut dapibus quam. + +Sed est odio, ornare in rutrum et, dapibus in urna. Suspendisse varius massa in ipsum placerat, quis tristique magna consequat. Suspendisse non convallis augue. Quisque fermentum justo et lorem volutpat euismod. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi sagittis interdum justo, eu consequat nisi convallis in. Sed tincidunt risus id lacinia ultrices. Phasellus ac ligula sed mi mattis lacinia ac non felis. Etiam at dui tellus. + +\begin{description} +\item[Word] Definition +\item[Concept] Explanation +\item[Idea] Text +\end{description} + +### Subsubsection + +\begin{itemize}[noitemsep] % [noitemsep] removes whitespace between the items for a compact look +\item First item in a list +\item Second item in a list +\item Third item in a list +\end{itemize} + +### Subsubsection + +Nullam semper imperdiet orci, at lacinia est aliquet et. Sed justo nibh, aliquet et velit at, pharetra consequat velit. Nullam nec ligula sagittis, adipiscing nisl sed, varius massa. Mauris quam ante, aliquet a nunc et, faucibus imperdiet libero. Suspendisse odio tortor, bibendum vel semper sit amet, euismod ac ante. Nunc nec dignissim turpis, ac blandit massa. Donec auctor massa ac vestibulum aliquam. Fusce auctor dictum lobortis. Vivamus tortor augue, convallis quis augue sit amet, laoreet tristique quam. Donec id volutpat orci. Suspendisse at mi vel elit accumsan porta ac ut diam. Nulla ut dapibus quam. + +Sed est odio, ornare in rutrum et, dapibus in urna. Suspendisse varius massa in ipsum placerat, quis tristique magna consequat. Suspendisse non convallis augue. Quisque fermentum justo et lorem volutpat euismod. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi sagittis interdum justo, eu consequat nisi convallis in. Sed tincidunt risus id lacinia ultrices. Phasellus ac ligula sed mi mattis lacinia ac non felis. Etiam at dui tellus. + +# Conclusion + +Nullam semper imperdiet orci, at lacinia est aliquet et. Sed justo nibh, aliquet et velit at, pharetra consequat velit. Nullam nec ligula sagittis, adipiscing nisl sed, varius massa. Mauris quam ante, aliquet a nunc et, faucibus imperdiet libero. Suspendisse odio tortor, bibendum vel semper sit amet, euismod ac ante. Nunc nec dignissim turpis, ac blandit massa. Donec auctor massa ac vestibulum aliquam. Fusce auctor dictum lobortis. Vivamus tortor augue, convallis quis augue sit amet, laoreet tristique quam. Donec id volutpat orci. Suspendisse at mi vel elit accumsan porta ac ut diam. Nulla ut dapibus quam. + +Sed est odio, ornare in rutrum et, dapibus in urna. Suspendisse varius massa in ipsum placerat, quis tristique magna consequat. Suspendisse non convallis augue. Quisque fermentum justo et lorem volutpat euismod. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Morbi sagittis interdum justo, eu consequat nisi convallis in. Sed tincidunt risus id lacinia ultrices. Phasellus ac ligula sed mi mattis lacinia ac non felis. Etiam at dui tellus. + +# Acknowledgments {-} + + +Duis nec purus sed neque porttitor tincidunt vitae quis augue. Donec porttitor aliquam ante, nec convallis nisl ornare eu. Morbi ut purus et justo commodo dignissim et nec nisl. Donec imperdiet tellus dolor, vel dignissim risus venenatis eu. Aliquam tempor imperdiet massa, nec fermentum tellus sollicitudin vulputate. Integer posuere porttitor pharetra. Praesent vehicula elementum diam a suscipit. Morbi viverra velit eget placerat pellentesque. Nunc congue augue non nisi ultrices tempor. + +# Declaration of Conflicting Interest {-} + +The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article. + +# Funding {-} + +This study was financially supported by Company X. + +# References {-} diff --git a/inst/rmarkdown/templates/jla/skeleton/view.jpg b/inst/rmarkdown/templates/jla/skeleton/view.jpg new file mode 100644 index 000000000..060d225fa Binary files /dev/null and b/inst/rmarkdown/templates/jla/skeleton/view.jpg differ diff --git a/inst/rmarkdown/templates/jla/template.yaml b/inst/rmarkdown/templates/jla/template.yaml new file mode 100644 index 000000000..4652c8057 --- /dev/null +++ b/inst/rmarkdown/templates/jla/template.yaml @@ -0,0 +1,5 @@ +name: Journal of Learning Analytics +description: > + Template for creating an article for submission to JLA created by JooYoung Seo (jooyoung@psu.edu) +create_dir: true + diff --git a/man/article.Rd b/man/article.Rd index c040c3844..5aa9c72ce 100644 --- a/man/article.Rd +++ b/man/article.Rd @@ -15,6 +15,7 @@ \alias{ctex} \alias{elsevier_article} \alias{frontiers_article} +\alias{jla_article} \alias{glossa_article} \alias{ims_article} \alias{jasa_article} @@ -83,6 +84,8 @@ elsevier_article( frontiers_article(..., keep_tex = TRUE) +jla_article(..., keep_tex = TRUE) + glossa_article(..., keep_tex = TRUE, latex_engine = "xelatex") ims_article( @@ -233,6 +236,20 @@ articles. Adapted from \url{https://www.frontiersin.org/about/author-guidelines}. } +\section{\code{jla_article}}{ + Format for creating Journal of Learning +Analytics (JLA) articles. Adapted from +\url{https://learning-analytics.info/journals/index.php/JLA/about/submissions#authorGuidelines}. +} + +\section{\code{mdpi_article}}{ + Format for creating submissions to + + Format for creating submissions to +Multidisciplinary Digital Publishing Institute (MDPI) journals. Adapted +from \url{https://www.mdpi.com/authors/latex}. +} + \section{\code{glossa_article}}{ Format for creating submissions to Glossa: a journal of general linguistics. Author Guidelines are available on @@ -278,12 +295,6 @@ Data Mining (JEDM) articles. Adapted from \url{https://jedm.educationaldatamining.org/index.php/JEDM/information/authors}. } -\section{\code{mdpi_article}}{ - Format for creating submissions to -Multidisciplinary Digital Publishing Institute (MDPI) journals. Adapted -from \url{https://www.mdpi.com/authors/latex}. -} - \section{\code{mnras_article}}{ Format for creating an Monthly Notices of Royal Astronomical Society (MNRAS) Journal articles. Adapted from