Skip to content

Commit d89a3df

Browse files
committed
added comment.md
1 parent 6b2acc0 commit d89a3df

5 files changed

Lines changed: 22 additions & 11 deletions

File tree

AUTHORS.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
## Authors
22

3-
43
### Project creator
54

6-
- [Simon Gravelle](https://github.com/simongravelle), University Grenoble Alpes, CNRS, LIPhy, Grenoble, 38000, France
5+
[Simon Gravelle](https://github.com/simongravelle), University Grenoble Alpes, CNRS, LIPhy, Grenoble, 38000, France
76

87
### Contributors
98

10-
- Jacob R. Gissinger, Stevens Institute of Technology, Hoboken, NJ 07030, USA
11-
- Axel Kohlmeyer, Institute for Computational Molecular Science, Temple University, Philadelphia, PA 19122, USA
9+
- [Jacob R. Gissinger](https://www.stevens.edu/profile/jgissing), Stevens Institute of Technology, Hoboken, NJ 07030, USA
10+
- [Axel Kohlmeyer](https://sites.google.com/site/akohlmey), Institute for Computational Molecular Science, Temple University, Philadelphia, PA 19122, USA

COMMENT.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<!-- The README.md file was assembled using pandoc from the files listed in
2+
"files.txt". See the script in "generateREADME.sh". Do not modify README.md.
3+
Instead, modify the files listed in "files.txt", or add a new file to the list
4+
in "files.txt". -->

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
```{=html}
2+
<!-- The README.md file was assembled using pandoc from the files listed in
3+
"files.txt". See the script in "generateREADME.sh". Do not modify README.md.
4+
Instead, modify the files listed in "files.txt", or add a new file to the list
5+
in "files.txt". -->
6+
```
17
# LAMMPS tutorials' special repository
28

39
This repository contains the list of [authors](AUTHORS.md) from the
@@ -10,12 +16,13 @@ the [LAMMPS tutorials organization](https://github.com/lammpstutorials).
1016

1117
### Project creator
1218

13-
- [Simon Gravelle](https://github.com/simongravelle), University
14-
Grenoble Alpes, CNRS, LIPhy, Grenoble, 38000, France
19+
[Simon Gravelle](https://github.com/simongravelle), University Grenoble
20+
Alpes, CNRS, LIPhy, Grenoble, 38000, France
1521

1622
### Contributors
1723

18-
- Jacob R. Gissinger, Stevens Institute of Technology, Hoboken, NJ
19-
07030, USA
20-
- Axel Kohlmeyer, Institute for Computational Molecular Science,
21-
Temple University, Philadelphia, PA 19122, USA
24+
- [Jacob R. Gissinger](https://www.stevens.edu/profile/jgissing),
25+
Stevens Institute of Technology, Hoboken, NJ 07030, USA
26+
- [Axel Kohlmeyer](https://sites.google.com/site/akohlmey), Institute
27+
for Computational Molecular Science, Temple University,
28+
Philadelphia, PA 19122, USA
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
COMMENT.md
12
DESCRIPTION.md
23
AUTHORS.md
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
files=()
44
while IFS= read -r line; do
55
files+=("$line")
6-
done < "file_list.txt"
6+
done < "files.txt"
77
input_files="${files[@]}"
88

99
pandoc -s $input_files -o README.md

0 commit comments

Comments
 (0)