Skip to content

Commit

Permalink
Merge pull request #2 from OxfordRSE/alex-skills
Browse files Browse the repository at this point in the history
Alex skills
abhidg authored May 14, 2024
2 parents 2570134 + 274a1e3 commit 4eeb97e
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# skillboard

A single page HTML file to discover skills in a small group: https://blog.oxrse.uk/skillboard/
A single page HTML file to discover skills in a small group: https://blog.oxrse.uk/skillboard/

## Usage

@@ -9,5 +9,5 @@ A single page HTML file to discover skills in a small group: https://blog.oxrse.

## Adding Skills and People

Skills and people are stored in the `skills.json` file.
Skills and people are stored in the `skills.json` file.
To add a skill or person, edit the JSON file and submit a pull request.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -168,7 +168,7 @@ <h1>Skillboard</h1>
Object.values(data).forEach((ss) => {
ss.map((s) => s.replaceAll("+", "")).forEach(out.add, out);
});
return Array.from(out);
return Array.from(out).sort();
};

const clear = () => {
17 changes: 17 additions & 0 deletions skills.json
Original file line number Diff line number Diff line change
@@ -14,6 +14,23 @@
"Alasdair Wilson": [
"astrophysics+++"
],
"Alex Allmont": [
"geometry++",
"animation++",
"cmake++",
"cpp+++",
"docker+",
"lua++",
"hpc",
"machine-learning",
"opengl+",
"postgresql+",
"python++",
"ruby++",
"rust+",
"qt++",
"win32api++"
],
"Fergus Cooper": [
"cpp+++"
],

0 comments on commit 4eeb97e

Please sign in to comment.