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 1 commit
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
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ 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("Oğuzhan", "Öğreden", role = c("aut"), comment = c(ORCID = "0000-0002-9949-3348")),
person("Oguzhan", "Ögreden", 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")),
person("Petter", "Uvesten", role = c("aut", "cph"), email = "[email protected]"),
person("Elio", "Campitelli", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-7742-9230")),
person("John", "Muschelli", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0001-6469-1750")),
person("Zhian N.", "Kamvar", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0003-1458-7108")),
person("Noam", "Ross", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-2136-0000"))
person("Noam", "Ross", role = c("aut", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-2136-0000")),
person(family = "Journal of Learning Analytics", role = c("aut", "cph")),
person("JooYoung", "Seo", role=c("aut", "cph"), email="[email protected]", comment = c(ORCID = "0000-0002-4064-6012"))
)
Description: A suite of custom R Markdown formats and templates for
authoring journal articles and conference submissions.
Expand All @@ -44,6 +46,6 @@ Imports: utils, rmarkdown, knitr, yaml, tinytex, xfun
SystemRequirements: GNU make
URL: https://github.com/rstudio/rticles
BugReports: https://github.com/rstudio/rticles/issues
RoxygenNote: 6.1.1
RoxygenNote: 6.1.99.9001
Suggests: testit, bookdown, xtable
Encoding: UTF-8
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export(ctex)
export(elsevier_article)
export(frontiers_article)
export(ieee_article)
export(jla_article)
export(joss_article)
export(jss_article)
export(mdpi_article)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
rticles 0.12
---------------------------------------------------------------------

- Added the Journal of Learning Analytics template.

rticles 0.11
---------------------------------------------------------------------
Expand Down
9 changes: 9 additions & 0 deletions R/article.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ frontiers_article <- function(..., keep_tex = TRUE) {
pdf_document_format("frontiers_article", keep_tex = keep_tex, ...)
}

#' @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}.
#' @export
#' @rdname article
jla_article <- function(..., keep_tex = TRUE) {
pdf_document_format("jla_article", keep_tex = keep_tex, ...)
}

#' @section \code{mdpi_article}: Format for creating submissions to
#' Multidisciplinary Digital Publishing Institute (MDPI) journals. Adapted
#' from \url{http://www.mdpi.com/authors/latex}.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ The **rticles** package provides a suite of custom [R Markdown](http://rmarkdown

- [IEEE Transaction](http://www.ieee.org/publications_standards/publications/authors/author_templates.html) journal submissions

- [Journal of Learning Analytics](https://learning-analytics.info/journals/index.php/JLA/about/submissions#authorGuidelines) journal submissions
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link is not working. It may have changed. Can you modify ?


- [JSS](http://www.jstatsoft.org/) articles

- [JOSS](http://joss.theoj.org/) and [JOSE](https://jose.theoj.org/) articles
Expand Down
117 changes: 117 additions & 0 deletions inst/rmarkdown/templates/jla_article/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