From 7c35afee918c625c55706cb32596fd9ae23adc45 Mon Sep 17 00:00:00 2001 From: anyaferguson Date: Tue, 29 Oct 2024 08:55:07 +0000 Subject: [PATCH 1/3] adding fellowship --- _quarto.yml | 3 ++- nhsr-fellows.qmd | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 nhsr-fellows.qmd diff --git a/_quarto.yml b/_quarto.yml index 3cb02ee..6acd073 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -11,7 +11,7 @@ book: # If building your own site, replace our GA tag with your own GA tag before deployment. # This will prevent your activity being tracked and counted in our analytics dashboard. # Thank you! - google-analytics: "G-3LD2BMRRL4" + #google-analytics: "G-3LD2BMRRL4" title: "NHSR-way" author: "NHS-R Community" date: last-modified @@ -23,6 +23,7 @@ book: - index.qmd - code-of-conduct.qmd - nhsr-committee.qmd + - nhsr-fellows.qmd - style-guides.qmd - community-handbook.qmd - training.qmd diff --git a/nhsr-fellows.qmd b/nhsr-fellows.qmd new file mode 100644 index 0000000..f194b37 --- /dev/null +++ b/nhsr-fellows.qmd @@ -0,0 +1,31 @@ +# NHS-R Community Fellowship {.unnumbered} + +## Purpose + +NHS-R Community gives the honorary title of Fellow in recognition and acknowledgement to those members of the NHS-R Community who have made a significant contribution to the Community. + +Examples of contribution may be creating a workshop; running workshops; being on the NHS-R Committee meetings; submitting several blogs or contributing significantly to code hosted through NHS-R Community. + +It is also a way for active members to be able to refer to their commitment to NHS-R Community in social media and/or on CVs. Because the Fellowship is given to members who are active in the Community there is no restriction on membership (core or fringe), time involved with the community or working in any particular industry or organisation. + +## Use of Fellow title + +As an honorary title, those awarded Fellowship are at liberty to use it as they see appropriate. It is expected that Fellows will be aware of, promote and follow the NHS-R Community Code of Conduct when contributing to any NHS-R Community events. + +Fellows agree to their name and organisation (if appropriate as Fellows can be students or not currently in work) at the time of nomination, being promoted through the NHS-R Community website for 3 years, after which their Fellowship will be reviewed by the NHS-R Community Committee for renewal or details removed from the website. We ask that details are updated in personal areas to reflect this or refer to being a Previous Fellow. + +## Becoming a Fellow + +All members of the [NHS-R Community Committee](nhsr-committee.qmd) will be a Fellow and membership of the Committee itself is subject to membership conditions which need to be fulfilled for this title. + +Nominations for Fellows will be brought to the NHS-R Community Committee and discussions on Fellowship approval will be noted in the minutes. Where Fellowship is discussed and not agreed this will be given back to the nominee and will not be recorded formally. + +Nominations can be from anyone, for themselves or on behalf of someone else, and they do not have to currently be on the Committee or a Fellow. The nomination will be via email to [nhs.rcommunity@nhs.net](nhs.rcommunity@nhs.net) giving the following details: + +- Name +- Organisation +- Details and publicly shareable links to work and activities completed in the name of or on behalf of NHS-R Community. These activities should be in the open, reflect the Code of Conduct of the NHS-R Way and be numerous. For example, writing a blog is a great way to contribute to the community but to be seen as a Fellow of NHS-R Community several blogs will need to be published on the NHS-R Community website. + +The committee will review nominations as they are submitted and they can be throughout the year. + + From 0c0d47f711f3633ff5376e55c382d054e1e03a94 Mon Sep 17 00:00:00 2001 From: anyaferguson Date: Tue, 29 Oct 2024 09:05:19 +0000 Subject: [PATCH 2/3] separated header from text --- nhsr-committee.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/nhsr-committee.qmd b/nhsr-committee.qmd index 2530c17..f155df1 100644 --- a/nhsr-committee.qmd +++ b/nhsr-committee.qmd @@ -12,6 +12,7 @@ The purpose of the committee is to: * develop and deliver a programme to support the purpose which has included webinars, workshops, and conferences. * make the NHS-R Community a welcome and inclusive space where members can share, connect and support each other. * steer the direction and vision of NHS-R Community by making use of available data such as survey results, engagement statistics and event attendance reports. + ## Governance The working group is chaired by a representative from the hosting body, the Strategy Unit, who will have overall responsibility for the governance and financial running of NHS-R Community. From 6f9375af300045cd2e87200b8347cca884a3cb6c Mon Sep 17 00:00:00 2001 From: anyaferguson Date: Tue, 29 Oct 2024 09:07:18 +0000 Subject: [PATCH 3/3] reenabling google analytics --- _quarto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_quarto.yml b/_quarto.yml index 6acd073..365db92 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -11,7 +11,7 @@ book: # If building your own site, replace our GA tag with your own GA tag before deployment. # This will prevent your activity being tracked and counted in our analytics dashboard. # Thank you! - #google-analytics: "G-3LD2BMRRL4" + google-analytics: "G-3LD2BMRRL4" title: "NHSR-way" author: "NHS-R Community" date: last-modified