Skip to content

Commit

Permalink
start joss paper draft
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 2, 2023
1 parent 1ee7e66 commit 02e4284
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/JOSSPaper.yml
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@v3
- 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/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: joss/paper.pdf
Empty file added joss/paper.bib
Empty file.
24 changes: 24 additions & 0 deletions joss/paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 'Lux.jl: Bridging Scientific Computing & Machine Learning in Julia'
tags:
- Julia
- Deep Learning
- Scientific Computing
- Neural Ordinary Differential Equations
- Deep Equilibrium Models
authors:
- name: Avik Pal
orcid: 0000-0002-3938-7375
affiliation: "1"
affiliations:
- name: EECS, CSAIL, MIT
index: 1
date: 2 October 2023
bibliography: paper.bib
---

# Summary

# Statement of Need

# References

0 comments on commit 02e4284

Please sign in to comment.