Skip to content

Commit 5802663

Browse files
rowanc1fwkoch
andauthored
Update contents for 2025 (#1040)
Co-authored-by: Franklin Koch <[email protected]>
1 parent 75a7cb9 commit 5802663

Some content is hidden

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

43 files changed

+1137
-1140
lines changed

.github/workflows/draft.yml

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

.github/workflows/publish.yml

-23
This file was deleted.

.github/workflows/submit.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Curvenote Submit
2+
on:
3+
push:
4+
branches: ['2025']
5+
permissions:
6+
contents: write
7+
jobs:
8+
create-preview:
9+
uses: curvenote/actions/.github/workflows/submit.yml@v1
10+
with:
11+
id-pattern-regex: '^scipy-2025-(?:[a-zA-Z0-9-_]{3,15})$'
12+
enforce-single-folder: true
13+
venue: scipy
14+
collection: '2025'
15+
path: papers/*
16+
secrets:
17+
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
18+
GITHUB: ${{ secrets.GITHUB_TOKEN }}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ _build
55
*.pyc
66
*.swp
77
*~
8+
node_modules

LICENSE.txt LICENSE

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2011 SciPy Developers.
1+
Copyright (c) 2010-2024 SciPy Developers.
22
All rights reserved.
33

44
The files code_block.py, rstmath.py and sphinx_highlight.py are
@@ -10,18 +10,17 @@ Modifications to rstmath.py are
1010

1111
Copyright (c) 2010 Marcin Cieslik <mpc4p at virginia.edu>
1212

13-
1413
The following BSD license holds for all the above code:
1514

1615
Redistribution and use in source and binary forms, with or without
1716
modification, are permitted provided that the following conditions are met:
1817

19-
* Redistributions of source code must retain the above copyright notice,
20-
this list of conditions and the following disclaimer.
21-
* Redistributions in binary form must reproduce the above copyright
22-
notice, this list of conditions and the following disclaimer in the
23-
documentation and/or other materials provided with the
24-
distribution.
18+
- Redistributions of source code must retain the above copyright notice,
19+
this list of conditions and the following disclaimer.
20+
- Redistributions in binary form must reproduce the above copyright
21+
notice, this list of conditions and the following disclaimer in the
22+
documentation and/or other materials provided with the
23+
distribution.
2524

2625
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2726
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE

README.md

+259-235
Large diffs are not rendered by default.

make_paper.sh

-17
This file was deleted.

0 commit comments

Comments
 (0)