Skip to content

UCL/accord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 

Repository files navigation

ACCoRD – A Community for Contract Regulation for Data

ACCoRD public repository for the GitHub pages.

⚠️ Please do not include any private or sensitive data here – this is a public-facing repository.

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

Team

Local Setup

Previewing the GitHub Pages site with Jekyll

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):

  1. Change into the docs directory (where the site lives):
   cd docs
  1. Install the required gems within docs (only once):
   gem install bundler jekyll
  1. From /docs (where the Gemfile lives), install dependencies:
   bundle install
  1. Serve the site locally:
   bundle exec jekyll serve
  1. Open your browser at http://127.0.0.1:4000

About

ACCoRD public repository for the GitHub pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published