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 %} - - -
+ Data Science Services (DSS) assists researchers in the Harvard community in overcoming obstacles at every stage of the research and publication process. +
+ + +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.
+ +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.
- -