diff --git a/README.md b/README.md index 85b490f..f01d7fe 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/people.json b/people.json index e4835c5..5101ef3 100644 --- a/people.json +++ b/people.json @@ -1074,5 +1074,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" + ] } }