Skip to content

Commit

Permalink
update paper compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
csbrasnett committed Sep 17, 2024
1 parent bd2b1b0 commit 493875f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Draft PDF
on: [push]
on:
push:
paths:
- JOSS/**
- .github/workflows/draft-pdf.yml

jobs:
paper:
Expand All @@ -21,4 +25,4 @@ jobs:
# 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
path: JOSS/paper.pdf
4 changes: 2 additions & 2 deletions JOSS/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bibliography: paper.bib

---

# Introduction
# Statement of need

Coarse-grained molecular dynamics simulations have significant advantages over higher resolution ones
in accessing timescales and processes that are otherwise difficult to reach
Expand Down Expand Up @@ -159,7 +159,7 @@ molecular motors together with a lipid bilayer of several different lipid types.
| Process Gō networks in proteins, as defined in nonbond.itp into separate visualisation topologies | `MartiniGlass -p topol.top -go -gf nonbond.itp` |
| Write out visualisation associated files (cg_bonds-v6.tcl, vis.vmd) in the current directory | `MartiniGlass -p topol.top -vf` |

# Conclusions
# Summary

Here, we have presented an overview of a new tool, MartiniGlass, which makes it possible to better visualise
coarse-grained molecules from the Martini forcefield, and their simulations. A selection of how MartiniGlass
Expand Down

0 comments on commit 493875f

Please sign in to comment.