From fdb2cd2b5ed390201a9560f481da1f96132463e1 Mon Sep 17 00:00:00 2001 From: mpadge Date: Tue, 19 Mar 2024 17:15:40 +0100 Subject: [PATCH] update index.qmd --- DESCRIPTION | 2 +- codemeta.json | 4 ++-- quarto/index.qmd | 18 ++++++++++++++---- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index dd9b6e6..499e70d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dashboard Title: What the Package Does (One Line, Title Case) -Version: 0.0.6.003 +Version: 0.0.7 Authors@R: person(given = "First", family = "Last", diff --git a/codemeta.json b/codemeta.json index 01d3292..d9769a8 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "name": "dashboard: What the Package Does (One Line, Title Case)", "codeRepository": "https://github.com/ropensci-review-tools/dashboard", "license": "https://spdx.org/licenses/MIT", - "version": "0.0.6.003", + "version": "0.0.7", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -117,7 +117,7 @@ }, "sameAs": "https://CRAN.R-project.org/package=tidyr" }, - "SystemRequirements": {} + "SystemRequirements": null }, "fileSize": "39.933KB" } diff --git a/quarto/index.qmd b/quarto/index.qmd index fb5631a..16c1e9e 100644 --- a/quarto/index.qmd +++ b/quarto/index.qmd @@ -1,7 +1,17 @@ --- -title: "rOpenSci Editor Dashboard" +title: "rOpenSci Software Review Dashboard" --- -Overview of all current [rOpenSci software review -issues](https://github.com/ropensci/software-review/issues), and editor -availability. +This dashboard provides an overview of all current [rOpenSci software review +issues](https://github.com/ropensci/software-review/issues), and of editor +availability and past editorial workloads. The dashboard includes the following components: + +- The [*rOpenSci Editors* page](./editors.qmd) which provides information to + help identify editors who may be free to handle new submissions. +- The [*Editor Reviews* page](./ed-reviews.qmd) which provides an overview of + all current and previous issues handled by each current editor. +- The [*Software Review Overview* page](./reviews.qmd) which provides an + overview of all currently open submissions to the software peer-review + system. This page is primarily intended to provide an overview of the current + state of software peer-review for the Editors-in-Charge, and in particular to + identify reviews in need of attention.