RSEToolkit / rse-competencies-toolkit

A toolkit to define the skills, competencies and diverse progression pathways for RSEs to help track and manage their professional profiles and development.
https://rsetoolkit.github.io/rse-competencies-toolkit/
Other
30 stars 0 forks source link

Suggestions for skills/skill categories to add to the framework #39

Open hareball90 opened 1 year ago

hareball90 commented 1 year ago

Consider including Security (and subsets) and Data Management (and subsets)?

elichad commented 1 year ago

Also: Accessibility (for disabled users). In the original discussions at CW I thought this might be covered by other competencies around best practices, but I think it can stand alone as it's often overlooked

elichad commented 1 year ago
sbland commented 11 months ago

I second the data management. We have been asked if this is a competency of our RSE team by researchers. Also just dropping a link to the current list here https://github.com/RSEToolkit/rse-competencies-toolkit/blob/main/_data/skills.json

sbland commented 10 months ago

Some categories could have additional useful granularity. I.e. HPC usage.

{
    "HPC Usage":  [
        "HPC Tier 1",
        "HPC Tier 2",
        "HPC Tier 3",
        "GPU HPC Tier 1",
        "GPU HPC Tier 2",
        "GPU HPC Tier 3",
    ]
}

The current skills.json is a bit limited for storing this kind of additional useful info. Is it worth expanding the lists into a list of objects at some point? Or storing separately?