Skip to content

Commit

Permalink
Merge branch 'master' into add-chris-lam
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder authored Sep 9, 2024
2 parents 1740819 + 975b24c commit 5cf52cd
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 13 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# About
This is the RSE Skills Graph web app written in Python 3 with the Flask framework. Original code by Steve Pettifer; mods by Ian Cottam, Colin Morris, Ian Hinder; The University of Manchester; Apache 2 Licence

# How to Use

There is an existing deployment hosted [here](https://rseskillsgraph.itservices.manchester.ac.uk/). You can click on RSEs' names and see their skills, as well as search by skill.

# How to Add / Update
To add or update a person's entry, modify the JSON entry in `people.json`. People with spaces in their surname should use underscore e.g. Le_Blanc.
It will be displayed properly with a space. The "interests" for each person need to come from Wikipedia main entries - that is our controlled vocabulary.
Expand Down
59 changes: 46 additions & 13 deletions people.json
Original file line number Diff line number Diff line change
Expand Up @@ -698,26 +698,32 @@

"Scott Archer-Nicholls": {
"interests":[
"Atmospheric chemistry",
"Climate model",
"Chemical transport model",
"Weather Research and Forecasting Model",
"Unified Model",
"Climate Change",
"Air Quality",
"Data wrangling",
"Data analysis",
"Data science",
"High-performance computing",
"Fortran",
"Python (programming language)",
"Fortran",
"LaTeX",
"R (programming language)",
"JavaScript",
"HTML",
"Bash (Unix shell)",
"Git",
"Apache Subversion",
"macOS",
"Linux"
"Linux",
"Data wrangling",
"Data analysis",
"Data science",
"High-performance computing",
"Project management",
"Agile software development",
"The Carpentries",
"Atmospheric chemistry",
"Climate model",
"Chemical transport model",
"Weather Research and Forecasting Model",
"Unified Model",
"Climate Change",
"Air Quality",
"Geographic information system"
]
},

Expand Down Expand Up @@ -1091,5 +1097,32 @@
"Smoothed-particle hydrodynamics",
"Digital image processing"
]
},

"Benito Matischen": {
"interests":[
"Django (web framework)",
"Python (programming language)",
"Wagtail (CMS)",
"Linux",
"Windows Subsystem for Linux",
"PostgreSQL",
"JavaScript",
"TypeScript",
"CSS",
"HTML",
"JQuery",
"Express.js",
"Git",
"Pandas (software)",
"Chart.js",
"LaTeX",
"Visual Studio Code",
"C Sharp (programming language)",
"Visual Studio",
"JSON",
"Android SDK",
"Xamarin.Forms"
]
}
}

0 comments on commit 5cf52cd

Please sign in to comment.