Skip to content

Commit 7943b7c

Browse files
committed
removed logo, added submodule and shared README
1 parent 10d7ab8 commit 7943b7c

File tree

11 files changed

+58
-1565
lines changed

11 files changed

+58
-1565
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "dependencies/.github"]
2+
path = dependencies/.github
3+
url = git@github.com:lammpstutorials/.github.git

DESCRIPTION.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Input files for LAMMPS tutorials
2+
3+
LAMMPS and Python input files corresponding
4+
associated with [lammps tutorials](https://lammpstutorials.github.io/).
5+
6+
The files include:
7+
8+
- LAMMPS data files, input files, and parameter files,
9+
- the detailed solutions to the exercises,
10+
- Python scripts for generating structures and analyzing data.
11+
12+
### Main repository
13+
14+
Find [here](https://github.com/lammpstutorials/lammpstutorials.github.io)
15+
the main repository for LAMMPS tutorial.
16+

README.md

Lines changed: 31 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
## Input files for LAMMPS tutorials
211

312
LAMMPS and Python input files corresponding
@@ -14,21 +23,31 @@ The files include:
1423
Find [here](https://github.com/lammpstutorials/lammpstutorials.github.io)
1524
the main repository for LAMMPS tutorial.
1625

17-
### About me & Contact
1826

19-
I am a computer physicist in soft matter and fluids at interfaces. You can
20-
find more information on my [personal webpage](https://simongravelle.github.io/).
2127

22-
See the [contact page](https://lammpstutorials.github.io/sphinx/build/html/non-tutorials/contact-me.html).
23-
You can report issues here on Github, or send me an [email](https://simongravelle.github.io/). Your feedback is always appreciated.
28+
## Authors
29+
30+
### Project creator
31+
32+
- [Simon Gravelle](https://github.com/simongravelle),
33+
Univ. Grenoble Alpes, CNRS, LIPhy, 38000 Grenoble, France
34+
35+
### Contributors
36+
37+
- [Jacob R. Gissinger](https://www.stevens.edu/profile/jgissing),
38+
Stevens Institute of Technology, Hoboken, NJ 07030, USA
39+
- [Axel Kohlmeyer](https://sites.google.com/site/akohlmey),
40+
Institute for Computational Molecular Science, Temple University, Philadelphia,
41+
PA 19122, USA
42+
43+
2444

25-
### License & Acknowledgments
45+
## Acknowledgements
2646

27-
All the LAMMPS inputs/data/parameter files and Python scripts are released under the
28-
GNU general public license v3.0.
47+
- Simon Gravelle acknowledges funding from the European Union's Horizon 2020
48+
research and innovation programme under the Marie Skłodowska-Curie grant
49+
agreement No 101065060.
50+
- Axel Kohlmeyer acknowledges financial support by Sandia National Laboratories
51+
under POs 2149742 and 2407526.
2952

30-
This project has received funding from the European
31-
Union's Horizon 2020 research and innovation programme
32-
under the Marie Skłodowska-Curie grant agreement No 101065060.
3353

34-
![Acknowledgments-logos](https://raw.githubusercontent.com/simongravelle/credits/1c44b5ae76a33c5bbbd33a54243365c6abdc24b2/cnrs-uga-liphy-msca.png)

dependencies/.github

Submodule .github added at 2b1f5b2

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

miscellaneous/logo/Generate_logo.ipynb

Lines changed: 0 additions & 305 deletions
This file was deleted.

miscellaneous/logo/convection/convection.lammps

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)