Skip to content

Commit 5741043

Browse files
Merge pull request #26 from lammpstutorials/add-submodule
Added submodule to avoid author and acknoledgement doublons
2 parents fa96ab5 + 927e70d commit 5741043

6 files changed

Lines changed: 77 additions & 12 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
path = files/pyplot-perso
33
url = git@github.com:simongravelle/pyplot-perso.git
44
branch = LAMMPS-livecom
5+
[submodule "dependencies/.github"]
6+
path = dependencies/.github
7+
url = git@github.com:lammpstutorials/.github.git

DESCRIPTION.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# A Set of Tutorials for the LAMMPS Simulation Package
2+
3+
This article introduces a suite of tutorials designed to make learning LAMMPS
4+
more accessible to new users.
5+
6+
## Tutorials
7+
8+
- Tutorial 1: Lennard-Jones fluid
9+
- Tutorial 2: Pulling on a carbon nanotube
10+
- Tutorial 3: Polymer in water
11+
- Tutorial 4: Nanosheared electrolyte
12+
- Tutorial 5: Reactive silicon dioxide
13+
- Tutorial 6: Water adsorption in silica
14+
- Tutorial 7: Free energy calculation
15+
- Tutorial 8: ?
16+
17+
## Files
18+
19+
All the files corresponding to the tutorials can be found in the [files/](files/)
20+
folder. The Python scripts used to generate the plots are also provided.
21+
22+
## Link
23+
24+
Access the pdf from [this link](lammps-tutorials.pdf), or clone this repository
25+
and compile the tex file yourself by typing in a terminal:
26+
27+
```
28+
make
29+
```

README.md

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!--
2+
WARNING: DO NOT MODIFY DIRECTLY THE README.md!
3+
This README.md file was assembled using the sed command from the files listed in
4+
"files.txt". See the script in "generateREADME.sh". To modify the content of
5+
the README.md, modify the files listed in "files.txt", or add a new file to the
6+
list in "files.txt".
7+
-->
8+
9+
110
# A Set of Tutorials for the LAMMPS Simulation Package
211

312
This article introduces a suite of tutorials designed to make learning LAMMPS
@@ -16,26 +25,42 @@ more accessible to new users.
1625

1726
## Files
1827

19-
All the files corresponding to the tutorials can be found in the [files/](files/) folder. The Python scripts
20-
used to generate the plots are also provided.
28+
All the files corresponding to the tutorials can be found in the [files/](files/)
29+
folder. The Python scripts used to generate the plots are also provided.
2130

2231
## Link
2332

24-
Access the pdf from [this link](lammps-tutorials.pdf), or clone this repository and compile the tex file
25-
yourself by typing in a terminal:
33+
Access the pdf from [this link](lammps-tutorials.pdf), or clone this repository
34+
and compile the tex file yourself by typing in a terminal:
2635

2736
```
2837
make
2938
```
3039

31-
## List of Authors
3240

33-
- Simon Gravelle, University Grenoble Alpes, CNRS, LIPhy, Grenoble, 38000, France
34-
- Jacob R. Gissinger, Stevens Institute of Technology, Hoboken, NJ 07030, USA
35-
- Axel Kohlmeyer, Institute for Computational Molecular Science, Temple University, Philadelphia, PA 19122, USA
41+
## Authors
42+
43+
### Project creator
44+
45+
- [Simon Gravelle](https://github.com/simongravelle),
46+
Univ. Grenoble Alpes, CNRS, LIPhy, 38000 Grenoble, France
47+
48+
### Contributors
49+
50+
- [Jacob R. Gissinger](https://www.stevens.edu/profile/jgissing),
51+
Stevens Institute of Technology, Hoboken, NJ 07030, USA
52+
- [Axel Kohlmeyer](https://sites.google.com/site/akohlmey),
53+
Institute for Computational Molecular Science, Temple University, Philadelphia,
54+
PA 19122, USA
55+
56+
57+
58+
## Acknowledgements
59+
60+
- Simon Gravelle acknowledges funding from the European Union's Horizon 2020
61+
research and innovation programme under the Marie Skłodowska-Curie grant
62+
agreement No 101065060$.
63+
- Axel Kohlmeyer acknowledges financial support by Sandia National Laboratories
64+
under POs 2149742 and 2407526.
3665

37-
## Funding Information
3866

39-
S.G. acknowledges funding from the European Union's Horizon 2020 research and innovation
40-
programme under the Marie Skłodowska-Curie grant agreement N° 101065060$. A.K. acknowledges
41-
financial support by Sandia National Laboratories under POs 2149742 and 2407526.

dependencies/.github

Submodule .github added at fc97da5

files.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
./dependencies/.github/COMMENT.md
2+
DESCRIPTION.md
3+
./dependencies/.github/AUTHORS.md
4+
./dependencies/.github/ACKNOWLEDGEMENTS.md

generateREADME.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
./dependencies/.github/generateREADME.sh

0 commit comments

Comments
 (0)