Skip to content

Commit

Permalink
Merge pull request #19 from LCSB-BioCore/develop
Browse files Browse the repository at this point in the history
Regular merge of Develop
laurentheirendt authored Oct 2, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents fc2bceb + abaa6ab commit 59c666b
Showing 12 changed files with 123 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -26,11 +26,11 @@ $ git checkout -b myBranch # this checks out a new branch called myBranch

## Make your changes

Copy the file `template.md` in the folder `_attendees` and rename it with your firstname:
Copy the file `firstnameLastname.md` in the folder `_attendees` and rename it with your first and last names:

```bash
$ cd _attendees
$ cp template.md myName.md
$ cp firstnameLastname.md myFirstnameMyLastname.md
```

Then, make your changes with your favorite editor!
@@ -39,8 +39,8 @@ Then, make your changes with your favorite editor!

When you are done editing your file, add the file to the stage and commit it:
```bash
$ git add myName.md
$ git commit -m "Edit the content of the subpage myName.md"
$ git add myFirstnameMyLastname.md
$ git commit -m "Edit the content of the subpage myFirstnameMyLastname"
```

Once you are done committing, you can push your branch to your fork:
17 changes: 17 additions & 0 deletions _attendees/coreyGriffith.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
name: Corey Griffith
position: Postdoc
group: Enzymology & Metabolism
institution: University of Luxembourg
ghurl: https://github.com/coreymgriffith
ghimg: https://avatars1.githubusercontent.com/u/51710095
---

<a href="{{ page.ghurl }}"><img src="{{ page.ghimg }}" height="150px"/></a>

# {{ page.name }}

{{ page.name }} is a {{ page.position | downcase }} in the {{ page.group }} at the {{ page.institution }}.

<a href="{{ site.baseurl }}">back</a>
17 changes: 17 additions & 0 deletions _attendees/devrimGunyel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
name: Devrim GUNYEL
position: Position
group: BioCore Group
institution: LCSB
ghurl: https://github.com/devrimgl
ghimg: https://avatars2.githubusercontent.com/u/767865
---

<a href="{{ page.ghurl }}"><img src="{{ page.ghimg }}" height="150px"/></a>

# {{ page.name }}

{{ page.name }} is a {{ page.position | downcase }} in the {{ page.group }} at the {{ page.institution }}.

<a href="{{ site.baseurl }}">back</a>
17 changes: 17 additions & 0 deletions _attendees/dominikTernes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
name: Dominik Ternes
position: PhD student
group: LSRU
institution: University of Luxembourg
ghurl: https://github.com/dternes/
ghimg: https://avatars1.githubusercontent.com/u/25485035
---

<a href="{{ page.ghurl }}"><img src="{{ page.ghimg }}" height="150px"/></a>

# {{ page.name }}

{{ page.name }} is a {{ page.position | downcase }} in the {{ page.group }} at the {{ page.institution }}.

<a href="{{ site.baseurl }}">back</a>
File renamed without changes.
17 changes: 17 additions & 0 deletions _attendees/jilFischbach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
name: Jil Fischbach
position: Administrative Staff
group: GroupName
institution: University of Luxembourg
ghurl: https://github.com/jil-fischbach
ghimg: https://avatars3.githubusercontent.com/u/51703821?s=460&v=4
---

<a href="{{ page.ghurl }}"><img src="{{ page.ghimg }}" height="150px"/></a>

# {{ page.name }}

{{ page.name }} is a {{ page.position | downcase }} in the {{ page.group }} at the {{ page.institution }}.

<a href="{{ site.baseurl }}">back</a>
17 changes: 17 additions & 0 deletions _attendees/kartikeyaSingh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
name: Kartikeya Singh
position: PhD
group: Comp Bio
institution: LCSB
ghurl: https://github.com/Kartikeya-Singh
ghimg: https://avatars2.githubusercontent.com/u/51696163
---

<a href="{{ page.ghurl }}"><img src="{{ page.ghimg }}" height="150px"/></a>

# {{ page.name }}

{{ page.name }} is a {{ page.position | downcase }} in the {{ page.group }} at the {{ page.institution }}.

<a href="{{ site.baseurl }}">back</a>
File renamed without changes.
17 changes: 17 additions & 0 deletions _attendees/marianaRibeiro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
name: Mariana Ribeiro
position: PhD Candidate
group: Computational Biology
institution: University of Luxembourg
ghurl: https://github.com/rmariana
ghimg: https://avatars2.githubusercontent.com/u/36707331
---

<a href="{{ page.ghurl }}"><img src="{{ page.ghimg }}" height="150px"/></a>

# {{ page.name }}

{{ page.name }} is a {{ page.position | downcase }} in the {{ page.group }} at the {{ page.institution }}.

<a href="{{ site.baseurl }}">back</a>
17 changes: 17 additions & 0 deletions _attendees/melanieSengupta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
name: Melanie Sengupta
position: Doctoral student
group: LCSB ICS
institution: University of Luxembourg
ghurl: https://github.com/MelanieSengupta
ghimg: https://avatars3.githubusercontent.com/u/51644916
---

<a href="{{ page.ghurl }}"><img src="{{ page.ghimg }}" height="150px"/></a>

# {{ page.name }}

{{ page.name }} is a {{ page.position | downcase }} in the {{ page.group }} at the {{ page.institution }}.

<a href="{{ site.baseurl }}">back</a>
File renamed without changes.
File renamed without changes.

0 comments on commit 59c666b

Please sign in to comment.