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

Order author affiliations more sensibly in paper #2843

Merged
merged 1 commit into from
Apr 1, 2025
Merged
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
24 changes: 12 additions & 12 deletions paper/paper.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@ authors:
affiliation: 1
orcid: 0000-0002-2739-7082
- name: Florent Angly
affiliation: 6
affiliation: 2
orcid: 0000-0002-8999-0738
- name: Michael Chirico
affiliation: 2
affiliation: 3
orcid: 0000-0003-0787-087X
- name: Russ Hyde
affiliation: 5
affiliation: 4
orcid: ~
- name: Ren Kun
affiliation: 7
affiliation: 5
orcid: ~
- name: Indrajeet Patil
orcid: 0000-0003-1995-6531
affiliation: 4
affiliation: 6
- name: Alexander Rosenstock
affiliation: 3
affiliation: 7
orcid: ~
affiliations:
- index: 1
name: Netflix
- index: 2
name: Google
name: The University of Queensland
- index: 3
name: Mathematisches Institut der Heinrich-Heine-Universität Düsseldorf
name: Google
- index: 4
name: Carl Zeiss AG, Germany
- index: 5
name: Jumping Rivers
- index: 5
name: Unknown
- index: 6
name: The University of Queensland
name: Carl Zeiss AG, Germany
- index: 7
name: Unknown
name: Mathematisches Institut der Heinrich-Heine-Universität Düsseldorf
output:
md_document:
variant: "markdown"
Expand Down
26 changes: 13 additions & 13 deletions paper/paper.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
---
title: "Static Code Analysis for R"
date: "2025-02-01"
date: "2025-04-01"
tags: ["R", "linter", "tidyverse"]
authors:
- name: Jim Hester
affiliation: 1
orcid: 0000-0002-2739-7082
- name: Florent Angly
affiliation: 6
affiliation: 2
orcid: 0000-0002-8999-0738
- name: Michael Chirico
affiliation: 2
affiliation: 3
orcid: 0000-0003-0787-087X
- name: Russ Hyde
affiliation: 5
affiliation: 4
orcid: ~
- name: Ren Kun
affiliation: 7
affiliation: 5
orcid: ~
- name: Indrajeet Patil
orcid: 0000-0003-1995-6531
affiliation: 4
affiliation: 6
- name: Alexander Rosenstock
affiliation: 3
affiliation: 7
orcid: ~
affiliations:
- index: 1
name: Netflix
- index: 2
name: Google
name: The University of Queensland
- index: 3
name: Mathematisches Institut der Heinrich-Heine-Universität Düsseldorf
name: Google
- index: 4
name: Carl Zeiss AG, Germany
- index: 5
name: Jumping Rivers
- index: 5
name: Unknown
- index: 6
name: The University of Queensland
name: Carl Zeiss AG, Germany
- index: 7
name: Unknown
name: Mathematisches Institut der Heinrich-Heine-Universität Düsseldorf
output:
md_document:
variant: "markdown"
Expand Down
Loading