OxfordDemSci / ICS_Analysis

Mixed methods approach and interactive dashboard to analyse research impact through Impact Case Studies submitted to the UK's Research Excellence Framework (REF) 2021.
https://shape-impact.co.uk
GNU General Public License v3.0
5 stars 0 forks source link

moved enriched_ref_ics_data.csv #44

Closed doug-leasure closed 8 months ago

doug-leasure commented 9 months ago

We removed the folder ./data/enriched/ from the .gitignore on the main branch, so we should no longer keep files there that we do not want on GitHub.

This folder contained a file required by the dashboard (@GISRedeDev): enriched_ref_ics_data.csv.

When we decide where that file will live, we will need to update the dashboard code.

It will likely end up in one of these locations:

If the latter, the .gitignore will need to be updated to keep this large file off of GitHub. The file may get renamed as well.

crahal commented 9 months ago

Further to this, and as discussed elsewhere, we should eliminate ./data/dashboard, as everything within that is now located elsewhere and used (with one exception) to create ./data/final/enhanced_ref_data.csv, i.e. ./data/dashboard contains duplicated, and in many cases, very obsolete data.

doug-leasure commented 8 months ago

Duplicated in issue #54