From 8761b083911de1d52657ae55ce4c997e2a6c9dac Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:06:04 -0500 Subject: [PATCH 1/2] Roles: Remove sub-role for Learn --- roles.json | 48 +++++++++++------------------------------------- 1 file changed, 11 insertions(+), 37 deletions(-) diff --git a/roles.json b/roles.json index c11af396..62632f36 100644 --- a/roles.json +++ b/roles.json @@ -125,43 +125,17 @@ { "role": "Learn Team", "url": "Learn_team", - "role-head": "Learn Team", - "sub-roles": [ - { - "role": "Coordinators", - "people": [ - "Lia Corrales", - "Kelle Cruz", - "Adrian Price-Whelan", - "Matt Craig" - ] - }, - { - "role": "Infrastructure", - "people": [ - "Adrian Price-Whelan", - "Erik Tollerud", - "Jonathan Sick" - ] - }, - { - "role": "Content Editors", - "people": [ - "Lia Corrales", - "Kelle Cruz", - "Matt Craig", - "Adrian Price-Whelan" - ] - }, - { - "role": "Workshop Coordinators", - "people": [ - "David Shupe", - "Brett Morris", - "Kelle Cruz" - ] - } - ], + "role-head": "Learn Team", + "people": [ + "Lia Corrales (coordinator, content editor)", + "Matt Craig (coordinator, content editor)", + "Kelle Cruz (coordinator, content editor, workshop coordinator)", + "Brett Morris (workshop coordinator)", + "Adrian Price-Whelan (coordinator, infrastructure, content editor)", + "David Shupe (workshop coordinator)", + "Jonathan Sick (infrastructure)", + "Erik Tollerud (infrastructure)" + ], "responsibilities": [ { "subrole-head": "Coordinators", From cf8b308fd7441b9504fbc4e8d610f17840749e26 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:17:27 -0500 Subject: [PATCH 2/2] Incorporate https://github.com/astropy/astropy-project/pull/332 --- roles.json | 61 ++++++++++++++---------------------------------------- 1 file changed, 16 insertions(+), 45 deletions(-) diff --git a/roles.json b/roles.json index 62632f36..5f13c1fe 100644 --- a/roles.json +++ b/roles.json @@ -127,53 +127,24 @@ "url": "Learn_team", "role-head": "Learn Team", "people": [ - "Lia Corrales (coordinator, content editor)", - "Matt Craig (coordinator, content editor)", - "Kelle Cruz (coordinator, content editor, workshop coordinator)", - "Brett Morris (workshop coordinator)", - "Adrian Price-Whelan (coordinator, infrastructure, content editor)", - "David Shupe (workshop coordinator)", - "Jonathan Sick (infrastructure)", - "Erik Tollerud (infrastructure)" + "Lia Corrales", + "Matt Craig", + "Kelle Cruz", + "Brett Morris", + "Adrian Price-Whelan", + "David Shupe", + "Jonathan Sick", + "Erik Tollerud" ], - "responsibilities": [ - { - "subrole-head": "Coordinators", - "description": "Oversee the Astropy \"Learn\" ecosystem, including:", - "details": [ - "Ensuring that the documentation, tutorials, and guide materials are internally consistent and cover key areas of the ecosystem", - "Overseeing the maintainers for the aforementioned areas", - "Organizing sprints or other events focused on Astropy learning materials" - ] - }, - { - "subrole-head": "Infrastructure Maintainers", - "description": "Maintain the Tutorials website, including:", - "details": [ - "Facilitating the display and discoverability of the tutorials", - "Rendering of the Jupyter notebooks", - "Integrated testing of notebooks" - ] - }, - { - "subrole-head": "Content Editors", - "description": "Oversee the material included in Tutorials and Guides, including:", - "details": [ - "Reviewing issues and pull requests", - "Soliciting new content as needed", - "Working with Infrastructure Maintainers to maintain website" - ] - }, - { - "subrole-head": "Workshop Coordinators", - "description": "Organize and coordinate Astropy workshops for training and outreach to users", - "details": [ - "Maintain the astropy-workshops repository", - "Oversee staffing/volunteers for workshops", - "Identify opportunities for workshops in diverse geographic locations" - ] + "responsibilities": { + "description": "Maintain the Learn ecosystem, as laid out in learn, including:", + "details": [ + "Oversee the Astropy Learn ecosystem.", + "Maintain the Tutorials website.", + "Oversee the material included in Tutorials and Guides.", + "Organize and coordinate Astropy workshops for training and outreach to users." + ] } - ] }, { "role": "Finance committee member",