ACCoRD public repository for the GitHub pages.
ACCoRD aims to address barriers in data access and contracting that delay or block research using the UK’s federated Digital Research Infrastructure (DRI). Data contracts are often complex, bespoke, and inconsistent, causing delays of up to 9 months and making data sharing costly and inefficient.
For ACCoRD project management, a private repository, please go to: accord_project_management
- Project Lead: Dr Michelle Harricharan, [email protected]
- Project Co-Lead: Dr Claire Ellul, [email protected]
- Project Co-Lead: Dr James Wilson, [email protected]
- Research & Innovation Associate: Katie Buntic, [email protected]
- Research & Innovation Associate: Dr Rahil Alipour, [email protected]
It’s often useful to test the GitHub Pages site locally before pushing changes.
This lets you check that pages render correctly, links work, and styles look as expected without having to commit and wait for GitHub Pages to rebuild.
To test this GitHub Pages site locally before deploying, you need Ruby, Bundler, and Jekyll installed.
See the GitHub guide on running a Jekyll site locally for more details.
Steps (after installing Ruby, Bundler and Jekyll):
- Change into the docs directory (where the site lives):
cd docs- Install the required gems within
docs(only once):
gem install bundler jekyll- From
/docs(where theGemfilelives), install dependencies:
bundle install- Serve the site locally:
bundle exec jekyll serve- Open your browser at http://127.0.0.1:4000