Skip to content

Commit 53e22db

Browse files
authored
Merge branch '2024' into renovate-automating-dependency-management
2 parents 4ae61d9 + a3975e8 commit 53e22db

File tree

943 files changed

+868335
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

943 files changed

+868335
-20
lines changed

.github/workflows/draft.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Create preview draft for 2024 articles
2+
on:
3+
pull_request_target:
4+
branches: ['2024']
5+
permissions:
6+
contents: read
7+
pull-requests: write
8+
jobs:
9+
publish:
10+
uses: curvenote/actions/.github/workflows/draft.yml@v1
11+
with:
12+
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,25})$'
13+
enforce-single-folder: true
14+
venue: scipy
15+
collection: '2024'
16+
kind: Article
17+
path: papers/*
18+
label: draft
19+
secrets:
20+
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
21+
GITHUB: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
name: curvenote
1+
name: Publish 2024 articles
22
on:
33
pull_request_target:
44
branches: ['2024']
5+
types: [labeled, opened, synchronize, reopened]
56
permissions:
67
contents: read
78
pull-requests: write
89
jobs:
910
publish:
10-
uses: curvenote/actions/.github/workflows/publish.yml@v1
11+
uses: curvenote/actions/.github/workflows/submit.yml@v1
1112
with:
12-
monorepo: true
1313
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,25})$'
14-
enforce-single-folder: paper
15-
preview-label: paper
16-
submit-label: true
1714
venue: scipy
1815
collection: '2024'
1916
kind: Article
2017
path: papers/*
21-
ref: ${{ github.event.pull_request.head.sha }}
18+
label: publish
19+
publish: true
2220
secrets:
2321
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
2422
GITHUB: ${{ secrets.GITHUB_TOKEN }}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Publish all 2024 articles
2+
on: workflow_dispatch
3+
permissions:
4+
contents: write
5+
jobs:
6+
publish:
7+
uses: curvenote/actions/.github/workflows/submit.yml@v1
8+
with:
9+
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,25})$'
10+
venue: scipy
11+
collection: '2024'
12+
kind: Article
13+
path: papers/*
14+
publish: true
15+
secrets:
16+
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
17+
GITHUB: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/submit.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Create submission for 2024 articles
2+
on:
3+
pull_request_target:
4+
branches: ['2024']
5+
types: [labeled, opened, synchronize, reopened]
6+
permissions:
7+
contents: read
8+
pull-requests: write
9+
jobs:
10+
publish:
11+
uses: curvenote/actions/.github/workflows/submit.yml@v1
12+
with:
13+
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,25})$'
14+
enforce-single-folder: true
15+
venue: scipy
16+
collection: '2024'
17+
kind: Article
18+
path: papers/*
19+
label: reviewed
20+
secrets:
21+
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
22+
GITHUB: ${{ secrets.GITHUB_TOKEN }}

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
repos:
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.6.0
4+
hooks:
5+
- id: no-commit-to-branch
6+
args: [--branch, master]
687 KB
Loading
359 KB
Loading

papers/Alireza_Vaezi/banner.jpg

611 KB
Loading

papers/Alireza_Vaezi/banner.png

495 KB
Loading

papers/Alireza_Vaezi/figure1.png

125 KB
Loading

0 commit comments

Comments
 (0)