-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from msa-em/feat/metadata
Add orcid, ror and license
- Loading branch information
Showing
10 changed files
with
65 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Create Preview Draft from PR | ||
on: | ||
pull_request: | ||
branches: ['main'] | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
jobs: | ||
draft: | ||
uses: curvenote/actions/.github/workflows/draft.yml@v1 | ||
with: | ||
venue: microscopy | ||
kind: article | ||
collection: articles | ||
id-pattern-regex: '^msa-em-[a-zA-Z0-9_-]{1,30}$' | ||
secrets: | ||
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }} | ||
GITHUB: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Create Submission from Main | ||
on: | ||
push: | ||
branches: ['main'] | ||
permissions: | ||
contents: write | ||
jobs: | ||
submit: | ||
uses: curvenote/actions/.github/workflows/submit.yml@v1 | ||
with: | ||
venue: microscopy | ||
kind: article | ||
collection: articles | ||
id-pattern-regex: '^msa-em-[a-zA-Z0-9_-]{1,30}$' | ||
secrets: | ||
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }} | ||
GITHUB: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,33 @@ | ||
# See docs at: https://myst-tools.org/docs/mystjs/frontmatter | ||
version: 1 | ||
project: | ||
id: msa-em-nanocartography | ||
doi: 10.69761/DNKA1581 | ||
title: 'Nanocartography: Planning for success in analytical electron microscopy' | ||
short_title: Nanocartography | ||
description: With the increasing diversity in material systems, ever-expanding number of analysis techniques, and the large capital costs of next generation instruments the ability to quickly and efficiently collect data in the electron microscope has become paramount to successful data analysis. | ||
banner: banner.png | ||
thumbnail: thumbnail.webp | ||
authors: | ||
- name: Matthew J Olszta | ||
affiliation: Pacific Northwest National Laboratory, Richland, WA 99354, USA | ||
affiliations: | ||
- name: Pacific Northwest National Laboratory, Richland, WA 99354, USA | ||
ror: 05h992307 | ||
phone: (509) 371-7217 | ||
fax: (509) 375-3033 | ||
email: [email protected] | ||
- name: Kevin R Fiedler | ||
affiliation: Washington State University, Tri-Cities, Richland, WA, 99354, USA | ||
orcid: 0000-0002-9656-7663 | ||
affiliations: | ||
- name: Washington State University, Tri-Cities, Richland, WA, 99354, USA | ||
ror: 05dk0ce17 | ||
funding: | ||
- statement: Pacific Northwest National Laboratory is a multiprogram national laboratory operated by Battelle for the U.S. Department of Energy under contract DEAC05-76RL01830. | ||
id: DEAC05-76RL01830 | ||
source: | ||
- name: U.S. Department of Energy Office of Science, Basic Energy Sciences, Materials Sciences and Engineering Division | ||
doi: 10.13039/100000015 | ||
keywords: [] | ||
# github: | ||
# bibliography: [] | ||
numbering: | ||
heading_2: true | ||
heading_3: true | ||
|
@@ -44,18 +58,9 @@ project: | |
XEDS: x-ray energy-dispersive Spectroscopy | ||
IPF: inverse pole figure | ||
DOE: Department of Energy | ||
thebe: | ||
server: true | ||
github: https://github.com/msa-em/nanocartography | ||
jupyter: true | ||
open_access: true | ||
license: CC-BY-4.0 | ||
site: | ||
template: book-theme | ||
title: Nanocartography | ||
logo_text: Nanocartography | ||
nav: [] | ||
projects: | ||
- slug: myst | ||
path: . | ||
actions: | ||
- title: Learn More | ||
url: https://myst-tools.org/docs/mystjs | ||
domains: [] | ||
|
Binary file not shown.
ed8fd96
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curvenote Preview