-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
94 additions
and
1 deletion.
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,34 @@ | ||
# Simple workflow for deploying static content to GitHub Pages | ||
name: Create JOSS Paper | ||
|
||
on: | ||
# Runs on pushes targeting the default branch | ||
push: | ||
paths: | ||
- papers/joss/* | ||
- .github/workflows/draft-joss-paper.yml | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
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: papers/joss/paper.md | ||
- name: Upload | ||
uses: actions/upload-artifact@v4 | ||
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: papers/joss/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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# EuCAP 2024 Paper | ||
|
||
This present folder contains the code that was used to generate | ||
the figures in: | ||
[*Fully Differentiable Ray Tracing via Discontinuity Smoothing for Radio Network Optimization*]( | ||
https://doi.org/10.23919/EuCAP60739.2024.10501570). |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
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,45 @@ | ||
--- | ||
title: 'Manim Slides: A Python package for presenting Manim content anywhere' | ||
tags: | ||
- Python | ||
- manim | ||
- animations | ||
- teaching | ||
- conference presentations | ||
- tool | ||
authors: | ||
- name: Jérome Eertmans | ||
orcid: 0000-0002-5579-5360 | ||
affiliation: 1 | ||
- name: Claude Oestges | ||
orcid: 0000-0002-0902-4565 | ||
affiliation: 1 | ||
- name: Laurent Jacques | ||
orcid: 0000-0002-6261-0328 | ||
affiliation: 1 | ||
affiliations: | ||
- name: ICTEAM, UCLouvain, Belgium | ||
index: 1 | ||
date: 2 March 2023 | ||
bibliography: paper.bib | ||
--- | ||
|
||
# Summary | ||
|
||
# Introduction | ||
|
||
# Easy to Use Commitment | ||
|
||
# Example usage | ||
|
||
# Stability and releases | ||
|
||
# Statement of Need | ||
|
||
## Target Audience | ||
|
||
## Comparison with similar tools | ||
|
||
# Acknowledgments | ||
|
||
# References |