From d06f22d88276edd24aa10054d2c9834d35232c28 Mon Sep 17 00:00:00 2001 From: Evan Sarmiento Date: Thu, 19 Sep 2024 15:12:03 -0400 Subject: [PATCH] Merge PSR into Research Services with DSS --- _data/navigation.yml | 8 +- .../images/{dss.jpg => research-services.jpg} | Bin assets/js/dss_plots.js | 12 +-- data-science-services.html | 20 ---- research-services.html | 100 ++++++++++++++++++ scientific-programs.html | 75 +------------ 6 files changed, 111 insertions(+), 104 deletions(-) rename assets/images/{dss.jpg => research-services.jpg} (100%) delete mode 100644 data-science-services.html create mode 100644 research-services.html diff --git a/_data/navigation.yml b/_data/navigation.yml index 42c14472..cab97b6f 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -15,11 +15,11 @@ image: assets/images/bo.jpg description: | Business Operations provides IQSS programs and teams with administrative and financial support, as well as general services to the IQSS community. -- name: Data Science Services - link: data-science-services.html +- name: Research Services + link: research-services.html icon: table - image: assets/images/dss.jpg - description: Data Science Services (DSS) assists researchers in the Harvard community in overcoming obstacles at every stage of the research and publication process. + image: assets/images/research-services.jpg + description: IQSS Research Services provide high-touch technical solutions for researchers in the Harvard community. - name: Dataverse link: dataverse.html icon: database diff --git a/assets/images/dss.jpg b/assets/images/research-services.jpg similarity index 100% rename from assets/images/dss.jpg rename to assets/images/research-services.jpg diff --git a/assets/js/dss_plots.js b/assets/js/dss_plots.js index fbe543de..4528977c 100644 --- a/assets/js/dss_plots.js +++ b/assets/js/dss_plots.js @@ -2,7 +2,7 @@ // https: https://github.com/alexandersimoes/d3plus/wiki/Visualizations // Run after DOM is loaded -let path = "assets/data/dss/"; +let dssPath = "assets/data/dss/"; let fontFamily = "Montserrat"; const financialYearColorsCache = { FY24: 1, FY23: 4, FY22: 6, FY21: 8 }; var financialYearColorsIdx = 0; @@ -27,7 +27,7 @@ function colorMemo(financial_year) { } function dssOverview() { - d3.tsv(path + "overview.tsv", function (error, data) { + d3.tsv(dssPath + "overview.tsv", function (error, data) { for (d of data) { dssAddMetric(d, "dssOverview", "col-sm-6 col-xs-12 col-md-6 col-lg-4 col-xl-3") } @@ -55,7 +55,7 @@ function dssAddMetric(d, div_id, class_override) { } // Quarter function year_quarter() { - d3.csv(path + "metrics_by_quarter.csv", function (error, data) { + d3.csv(dssPath + "metrics_by_quarter.csv", function (error, data) { if (error) return console.error(error); @@ -88,7 +88,7 @@ function year_quarter() { // patron_community,fyear_quarter,unique_tickets,cumulative_tickets function timeSeriesCommunity() { - d3.csv(path + "metrics_by_department_cumulative.csv", function (error, data) { + d3.csv(dssPath + "metrics_by_department_cumulative.csv", function (error, data) { if (error) return console.error(error); // color: get unique values for affiliation: @@ -129,7 +129,7 @@ function timeSeriesCommunity() { // Patron Community (3) function patron_community() { // affiliation_types.csv - d3.csv(path + "metrics_by_department.csv", function (error, data) { + d3.csv(dssPath + "metrics_by_department.csv", function (error, data) { if (error) return console.error(error); const myNumData = data.map(d => ({ @@ -174,7 +174,7 @@ function patron_community() { // Request Type (4) function request_type() { - d3.csv(path + "metrics_by_request_type.csv", function (error, data) { + d3.csv(dssPath + "metrics_by_request_type.csv", function (error, data) { if (error) return console.error(error); const myNumData = data.map(d => ({ diff --git a/data-science-services.html b/data-science-services.html deleted file mode 100644 index 50675598..00000000 --- a/data-science-services.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: default -title: Data Science Services ---- -{% include templates.html %} - - -

Overview FY24

-
- -

Help requests

-
- {% include card-d3.html grid_class = "col-md-6" title = "Total number of Help requests" div = "totalNumHelpRequests" %} - {% include card-d3.html grid_class = "col-md-6" title = "Help Requests by Department (FY21 - FY24)" div = "helpRequestsByDepartment" %} - {% include card-d3.html grid_class = "col-md-6" title = "Help Requests by Top 8 Departments Cumulatively" div = "helpRequestsByDepartmentCm" %} - {% include card-d3.html grid_class = "col-md-6" title = "Help Requests by Type of Request (FY21 - FY24)" div = "helpRequestsByType" %} -
- - - \ No newline at end of file diff --git a/research-services.html b/research-services.html new file mode 100644 index 00000000..b9e99d26 --- /dev/null +++ b/research-services.html @@ -0,0 +1,100 @@ +--- +layout: default +title: Research Services +--- +{% include templates.html %} + +

Data Science Services

+

+ Data Science Services (DSS) assists researchers in the Harvard community in overcoming obstacles at every stage of the research and publication process. +

+ + +

Overview FY24

+
+ +

Help requests

+
+ {% include card-d3.html grid_class = "col-md-6" title = "Total number of Help requests" div = "totalNumHelpRequests" %} + {% include card-d3.html grid_class = "col-md-6" title = "Help Requests by Department (FY21 - FY24)" div = "helpRequestsByDepartment" %} + {% include card-d3.html grid_class = "col-md-6" title = "Help Requests by Top 8 Departments Cumulatively" div = "helpRequestsByDepartmentCm" %} + {% include card-d3.html grid_class = "col-md-6" title = "Help Requests by Type of Request (FY21 - FY24)" div = "helpRequestsByType" %} +
+ + + +

Program on Survey Research

+

The Program on Survey Research encourages and facilitates research and + instruction + in the theory and practice of survey research, with a mission of enhancing the quality of teaching and research at + Harvard.

+ +

Advisees by School

+ +
+
+ +
+
+

+ PSR Advisees by School +

+
+
+ +
+
+
+ +
+
+
+

+ Distribution of PSR Advisees by School +

+
+
+ +
+
+
+
+ +

Advisees by Primary Role

+ +
+
+
+
+

+ PSR Advisees by Primary Role +

+
+
+ +
+
+
+ +
+
+
+

+ Distribution of PSR Primary Role +

+
+
+ +
+
+
+ +
+ + + + + diff --git a/scientific-programs.html b/scientific-programs.html index 465fd44c..2741d0a8 100644 --- a/scientific-programs.html +++ b/scientific-programs.html @@ -145,78 +145,6 @@

PPR Overview

PPR Authors

- - - -

Program on Survey Research

-

The Program on Survey Research encourages and facilitates research and - instruction - in the theory and practice of survey research, with a mission of enhancing the quality of teaching and research at - Harvard.

- -

Advisees by School

- -
-
- -
-
-

- PSR Advisees by School -

-
-
- -
-
-
- -
-
-
-

- Distribution of PSR Advisees by School -

-
-
- -
-
-
-
- -

Advisees by Primary Role

- -
-
-
-
-

- PSR Advisees by Primary Role -

-
-
- -
-
-
- -
-
-
-

- Distribution of PSR Primary Role -

-
-
- -
-
-
- -
- - - - \ No newline at end of file + \ No newline at end of file