Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Journal of Learning Analytics #252

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Authors@R: c(
person("Dominik", "Leutnant", role = c("aut", "cph"), email = "[email protected]", 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 = "[email protected]"),
person("Daniel", "Nüst", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-0024-5046")),
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 10 additions & 0 deletions R/article.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
#' <https://learning-analytics.info/journals/index.php/JLA/about/submissions#authorGuidelines>.
#' @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
Expand Down
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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()` |
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()` |
Expand Down
117 changes: 117 additions & 0 deletions inst/rmarkdown/templates/jla/resources/template.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
%----------------------------------------------------------------------------------------
% The original JLA LaTeX template has been modified by JooYoung Seo ([email protected]) 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 ([email protected])
% With extensive modifications by:
% Vel([email protected])
%
% 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}
Loading