Skip to content

rajxir/b1mg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b1mg-project.eu

This is the code for the Beyond 1 Million Genomes (B1MG) website: https://b1mg-project.eu/. The B1MG project aims to make it easier for clinicians and researchers to find and share genetic and clinical data across Europe. The project is funded by the European Union's Horizon 2020 Research and Innovation programme, and runs from June 2020 to May 2023.

DISCLAIMER:

This is not a place to suggest changes in website content (through Pull Requests). Changes in content need to pass through the relevant project participants. Feel free to create an issue for any more technical problems or suggestions, however.

Please contact Serena Scollen at [email protected], or Martin Cook at [email protected], for any questions or suggestions about content.

Testing locally

The site uses PHP to make it easier to implement server-side features if needed. At the moment the use of PHP is minimal (it is just used for conditional includes and rendering frontmatter). The site is also intended to be simple, so that it requires no maintenance during and after the project (i.e. no code updates). So you will need local server to run the site, like MAMP, XAMPP or a Docker container like Devilbox (http://devilbox.org/).

git clone https://github.com/elixir-europe/b1mg.git

Please note that if SSL is not configured on your localhost then please comment out the below lines from the .htaccess file

#RewriteCond %{HTTPS} !=on
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]
#Header always set Content-Security-Policy "upgrade-insecure-requests;"

Contributors

  • Martin Cook
  • Prithviraj Mitra

About

Beyond 1 Million Genomes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 48.2%
  • CSS 46.9%
  • HTML 1.9%
  • NASL 1.2%
  • SCSS 1.2%
  • JavaScript 0.6%