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

Corresponding author email does not show up in joss pdf draft #57

Open
abpoll opened this issue May 23, 2024 · 0 comments
Open

Corresponding author email does not show up in joss pdf draft #57

abpoll opened this issue May 23, 2024 · 0 comments

Comments

@abpoll
Copy link

abpoll commented May 23, 2024

Hello,

Referencing #55 (comment).

Following 02c6106, I added an email to a paper.md header for the corresponding author as follows:

authors:
  - name: Adam Pollack
    corresponding: true
    email: [email protected]
    orcid: 0000-0001-6642-0591
    affiliation: 1

I have the following GitHub action:

on: [push]

jobs:
  paper:
    runs-on: ubuntu-latest
    name: Paper Draft
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Build draft PDF
        uses: openjournals/openjournals-draft-action@master
        with:
          journal: joss
          # This should be the path to the paper within your repo.
          paper-path: joss_submission/paper.md
      - name: Upload
        uses: actions/upload-artifact@v3
        with:
          name: paper
          # This is the output path where Pandoc will write the compiled
          # PDF. Note, this should be the same directory as the input
          # paper.md
          path: joss_submission/paper.pdf

but I don't see the email show up in the pdf header (see below). Following 02c6106, I expected to see the corresponding author email after the "Corresponding author" text.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant