-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from SouthGreenPlatform/ndom
Ndom
- Loading branch information
Showing
2 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# Please fill in your details and delete comments. | ||
# Please consider trying to keep this file up to date. | ||
# | ||
# This template contains dummy data for a fictional person, | ||
# "Jhon Doe". | ||
# | ||
# The line saying "---" should be the first line of your file. | ||
# No line should be longer than 80 characters. | ||
# Your file should be called "<firstname>-<lastname>.yaml". | ||
--- | ||
# | ||
# Your real name, the exact way that you want it displayed. | ||
# | ||
staffname: Ndomassi TANDO | ||
# | ||
# Most people will have "type: staff", but some may be "affiliate". | ||
# | ||
type: staff | ||
# | ||
# Change to "true" | ||
# | ||
active: false | ||
# | ||
# Your email address. | ||
# | ||
email: [email protected] | ||
# | ||
phone: xxx-xxx xx xx | ||
# | ||
# Use "city:" to say what city your main official workplace is | ||
# located in. This is a list for people that are genuinely working | ||
# in different places. | ||
# | ||
city: | ||
- Montpellier | ||
# | ||
workplace: IRD Montpellier | ||
# | ||
affiliation: IRD | ||
# | ||
# The SouthGreen facility that you are part of. | ||
# | ||
facility: SouthGreen | ||
# | ||
# Current categories (pick one): | ||
# annotation, development, genomics, management, metabolomics, | ||
# proteomics, software, statistics, structure, systems biology, | ||
# dataservices, administration | ||
# | ||
category: | ||
- system administration | ||
- training | ||
# | ||
# Page to link to from your profile page (rarely used). | ||
# | ||
homepage: | ||
# | ||
# Use "bibtex:" only if you have a separate BibTeX file in the | ||
# "publications" subdirectory. | ||
# | ||
bibtex: TEMPLATE.bib | ||
# | ||
# If you have an ORCID ID ("NNNN-NNNN-NNNN-NNNN") | ||
# | ||
orcid: 0000-0001-1234-123X | ||
# | ||
# The name of an image file in the "img" subdirectory, no more than | ||
# about 400 pixels wide and less than 200 KB in file size. | ||
# | ||
image: ndomassi-tando.jpg | ||
# | ||
# A list of lowercase keywords relevant to you. | ||
# | ||
keywords: | ||
- sysadmin | ||
- HPC | ||
- Linux | ||
|
||
|
||
# | ||
# "role:" is the role that you play within your infrastructure. | ||
# | ||
role: System administrator | ||
# | ||
bio: | ||
Short biographical text here. | ||
|
||
|
||
Paragraphs are separated by two empty lines. | ||
|
||
|
||
No line is longer than 80 characters. |