-
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.
* paper draft and workflow * stash commit .. just a rough bullet point version * more edits * small updates including aligning * try commenting * remove align * try this * going crazy * found it * now try aligned * now try cite thing * more methods * parameters for optim * initial scaling draft * tidying up * scaling plots * better parallel, some cleanup, mention background better * todo = done * tidying up * try thicker lines, some details, gpu plots * incorporate gpu results, tidy up * i think a first draft is done * oops * blumen and held refs * jax ref * fix blumen ref * institutions, per recommendation * last minute changes
- Loading branch information
Showing
5 changed files
with
742 additions
and
5 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,23 @@ | ||
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: paper.md | ||
- name: Upload | ||
uses: actions/upload-artifact@v1 | ||
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: paper.pdf |
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 @@ | ||
{ | ||
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", | ||
"@type": "Code", | ||
"author": [ | ||
|
||
], | ||
"identifier": "", | ||
"codeRepository": "https://github.com/timothyas/xesn", | ||
"datePublished": "2023-12-15", | ||
"dateModified": "2023-12-15", | ||
"dateCreated": "2023-12-15", | ||
"description": "Echo State Networks powered by xarray and dask.", | ||
"keywords": "echo state networks, machine learning, weather, climate, forecasting", | ||
"license": "LGPL v3", | ||
"title": "xesn", | ||
"version": "v0.1.2" | ||
} |
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
Oops, something went wrong.