From 860d89dfe3f0295f8b59a01eaf7c225790156237 Mon Sep 17 00:00:00 2001 From: Jesse Casman Date: Mon, 23 Sep 2024 13:51:49 -0700 Subject: [PATCH] updating links --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 784c539..31bae74 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Development Server for R Consortium Website -This is a new Quarto-based website which updates and supersedes the original website [here:](https://www.r-consortium.org/) +This is a new Quarto-based website which updates and supersedes the original website here: [archive.r-consortium.org](archive.r-consortium.org) ## Contributing to this website @@ -26,21 +26,19 @@ Do a pull request from your local copy to make sure branch is in sync with the w ## What is the R Consortium? -The R Consortium, Inc. is a group organized under an open source governance and foundation model to support the worldwide community of users, maintainers and developers of R software. Its [members](members) include leading institutions and companies dedicated to the use, development and growth of R. +The R Consortium, Inc. is a group organized under an open source governance and foundation model to support the worldwide community of users, maintainers and developers of R software. Its [members](https://www.r-consortium.org/members) include leading institutions and companies dedicated to the use, development and growth of R. The R language is an open source environment for statistical computing and graphics. The R community has enjoyed significant growth, with more than 2 million users worldwide. A broad range of organizations have adopted the R language as a data science platform, including biotech, finance, research and high technology industries. The R language is often integrated into third-party analysis, visualization and reporting applications, and runs on a wide variety of computing platforms. The R Consortium’s mission is to promote the R language and to develop the technical and social infrastructure required to support the R ecosystem and the R Community. Its activities and programs include: -Promoting the growth and development of R as a leading platform for data science and statistical computing. -[Members of the R Consortium](members) are recognized as supporters of the R Project and the R community, and the R Consortium represents its members to the R community and to the media. -Supporting and collaborating with the [R Foundation](https://www.r-project.org/foundation/), the governing body of the R Project. +Promoting the growth and development of R as a leading platform for data science and statistical computing. [Members of the R Consortium](https://www.r-consortium.org/members) are recognized as supporters of the R Project and the R community, and the R Consortium represents its members to the R community and to the media. Supporting and collaborating with the [R Foundation](https://www.r-project.org/foundation/), the governing body of the R Project. The R Foundation maintains a permanent seat on the board of the R Consortium, as an open communication channel for R Consortium members. Funding projects to enhance R and support its users. -Projects are proposed by the R community at large, and selected for funding by the Infrastructure Steering Committee. R Consortium members nominate the selection committee and provide funds for project grants with their membership dues. (Here is a list of [projects funded by the R Consortium](all-projects/funded-projects) to date.) +Projects are proposed by the R community at large, and selected for funding by the Infrastructure Steering Committee. R Consortium members nominate the selection committee and provide funds for project grants with their membership dues. (Here is a list of [projects funded by the R Consortium](https://www.r-consortium.org/all-projects/funded-projects) to date.) Fostering the continued growth of R community and the data science ecosystem. @@ -49,7 +47,7 @@ The R Consortium sponsors R-related conferences (including useR!), meetings (inc Enabling the use of R in commercial environments, and fostering collaboration between companies investing in R. R Consortium committees are developing programs for R language certification and training, consulting, and employment. -The mission of the R Consortium is formally defined in the [R Consortium bylaws](rc-docs/Bylaws-GU-Draft-7-9-2024.docx.pdf) (PDF) and the [Infrastructure Steering Committee charter](rc-docs/ISC-Charter-08-11-23.pdf) (PDF). +The mission of the R Consortium is formally defined in the [R Consortium bylaws](https://www.r-consortium.org/rc-docs/Bylaws-GU-Draft-7-9-2024.docx.pdf) (PDF) and the [Infrastructure Steering Committee charter](https://www.r-consortium.org/rc-docs/ISC-Charter-08-11-23.pdf) (PDF). ## Main Links @@ -104,7 +102,7 @@ The .gitignore of this project is setup to ignore `_site/`, `.quarto/` and `docs Make sure you have R Studio installed. -Clone down this [Github repo](https://github.com/Oppkey/quarto-blog-dev/) (public repo). Make sure to pull down the new changes on main. +Clone down this [Github repo](https://github.com/RConsortium/rconsortium_website) (public repo). Make sure to pull down the new changes on main. Open the quarto-blog-dev project in R Studio (File → Open Project). Ensure that you’ve switched to a new branch. `git checkout -b name_branch`