Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ing.grid LaTeX Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
inggrid
ing.grid LaTeX Template
Merge requests
!6
added file authors.tex in metadata module copied from jcls template repository
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
added file authors.tex in metadata module copied from jcls template repository
5-authorfile
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Logan, Kevin
requested to merge
5-authorfile
into
master
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Closes
#5 (closed)
0
0
Merge request reports
Compare
master
version 1
df3de133
2 years ago
master (base)
and
latest version
latest version
6d419dcd
3 commits,
2 years ago
version 1
df3de133
1 commit,
2 years ago
1 file
+
68
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
metadata/authors.tex
0 → 100644
+
68
−
0
Options
%
%
% Add Information for authors and the respective affiliations
% The data format follows loosly the JATS specifications.
%
% The content of this file will be omitted for reviewing.
% For submission, no anonymization is necessary
%
% \author{ % One entry for each author
% orcid = 0000-0000-0000-0000, %
% surname = Lastname, %
% given-names = First Second, %
% affiliation = someid, % An affiliation with the same ID must be given
% email = email.address@somedomain.edu %
% contribution = Conceptualization % Multiple terms following the CrediT specifications
% % can be made: https://credit.niso.org
% }
%
% \affiliation{
% id = someid, % The ID can be assigned to multiple authors
% department = Institute for curious research,
% organization = University of Somewhere,
% city = Somewhere
% }
%
%
\author
{
orcid = 0000-0000-0000-0001,
surname = Musterfrau,
given-names = Marie,
affiliation = su,
email = marie.musterfrau@someuniversity.edu,
contribution =
{
Conceptualization, Writing – original draft
}
}
\author
{
orcid = 0000-0000-0000-0002,
surname = Esempio,
given-names = Ben,
affiliation = su,
email = ben.esempiosomeuniversity.edu,
% contribution = {Formal Analysis, Writing – review \& editing}
}
\affiliation
{
id = su,
department = Institute for curious research,
organization = Some University,
city = Somecity
}
\author
{
orcid = 0000-0000-0000-0003,
surname = Example,
given-names = Eric,
affiliation = au,
email = eric.example@anotheruni.edu,
contribution =
{
Methodology, Project administration
}
}
\affiliation
{
id = au,
department = Super Department,
organization = Another University,
city = Anotherville
}
\ No newline at end of file
Loading