rpmirdip

Website for the RPmirDIP project

https://github.com/greencubic/rpmirdip

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Website for the RPmirDIP project

Basic Info
  • Host: GitHub
  • Owner: GreenCUBIC
  • License: mit
  • Language: HTML
  • Default Branch: master
  • Size: 1.13 MB
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 11
  • Releases: 0
Created about 6 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

Start Bootstrap - Simple Sidebar

Simple Sidebar is an off canvas sidebar navigation template for Bootstrap created by Start Bootstrap.

Preview

Simple Sidebar Preview

View Live Preview

Status

GitHub license npm version Build Status dependencies Status devDependencies Status

Download and Installation

To begin using this template, choose one of the following options to get started: * Download the latest release on Start Bootstrap * Install via npm: npm i startbootstrap-simple-sidebar * Clone the repo: git clone https://github.com/BlackrockDigital/startbootstrap-simple-sidebar.git * Fork, Clone, or Download on GitHub

Usage

Basic Usage

After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

After installation, run npm install and then run npm start which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

You must have npm and Gulp installed globally on your machine in order to use these features.

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub or leave a comment on the template overview page at Start Bootstrap.

About

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

  • https://startbootstrap.com
  • https://twitter.com/SBootstrap

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

  • http://davidmiller.io
  • https://twitter.com/davidmillerskt
  • https://github.com/davidtmiller

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2019 Blackrock Digital LLC. Code released under the MIT license.

Owner

  • Name: cuBIC
  • Login: GreenCUBIC
  • Kind: organization
  • Location: Ottawa, Canada

Carleton University Biomedical Informatics Co-laboratory

Citation (citation.html)

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  <meta name="description" content="">
  <meta name="author" content="">

  <title>RPmirDIP Citation</title>
  <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
  <link href="css/simple-sidebar.css" rel="stylesheet">
</head>

<body>

  <div class="d-flex" id="wrapper">

    <!-- Sidebar -->
    <div class="bg-light border-right" id="sidebar-wrapper">
      <div class="sidebar-heading">RPmirDIP</div>
      <div class="list-group list-group-flush">
        <a href="index.html" class="list-group-item list-group-item-action bg-light">Home</a>
        <a href="description.html" class="list-group-item list-group-item-action bg-light">Description</a>
        <a href="publications.html" class="list-group-item list-group-item-action bg-light">Publications</a>
        <a href="contributors.html" class="list-group-item list-group-item-action bg-light">Contributors</a>
        <a href="citation.html" class="list-group-item list-group-item-action bg-light">Citation</a>
        <a href="download.html" class="list-group-item list-group-item-action bg-light">Download</a>
      </div>
    </div>
    <!-- /#sidebar-wrapper -->

    <!-- Page Content -->
    <div id="page-content-wrapper">

      <nav class="navbar navbar-expand-lg navbar-light bg-light border-bottom">
        <button class="btn btn-primary" id="menu-toggle">Toggle Menu</button>

        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>

        <div class="collapse navbar-collapse" id="navbarSupportedContent">
          <ul class="navbar-nav ml-auto mt-2 mt-lg-0">
            <li class="nav-item active">
              <a class="nav-link" href="http://cu-bic.ca/">cu-BIC<span class="sr-only">(current)</span></a>
            </li>
          </ul>
        </div>
      </nav>

      <div class="container-fluid">
        <h1 class="mt-4">If you use RPmirDIP in your work, please cite the following:</h1>
        <p>Original RPmirDIP Manuscript</p>
        <p>DataVerse Repository</p>
      </div>
    </div>
    <!-- /#page-content-wrapper -->

  </div>
  <!-- /#wrapper -->

  <!-- Bootstrap core JavaScript -->
  <script src="vendor/jquery/jquery.min.js"></script>
  <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>

  <!-- Menu Toggle Script -->
  <script>
    $("#menu-toggle").click(function(e) {
      e.preventDefault();
      $("#wrapper").toggleClass("toggled");
    });
  </script>

</body>

</html>

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 464 dependencies
package.json npm
  • browser-sync 2.26.7 development
  • del ^4.1.1 development
  • gulp 4.0.2 development
  • merge-stream 2.0.0 development
  • bootstrap 4.3.1
  • jquery 3.4.1