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.3%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

cs109a

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 8
  • Releases: 0
Created over 7 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

Start Bootstrap - Logo Nav

Logo Nav is a navigation bar template for Bootstrap created by Start Bootstrap. This template replaces the default navbar brand text with an image.

Preview

Logo Nav 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-logo-nav * Clone the repo: git clone https://github.com/BlackrockDigital/startbootstrap-logo-nav.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 gulp dev 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.

Troubleshooting and Help

Start Bootstrap has a public Slack channel which is a great place to ask questions about this template and all things related to Start Bootstrap.

Click here to join the Slack channel!

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-2018 Blackrock Digital LLC. Code released under the MIT license.

Owner

  • Login: tlebryk
  • Kind: user

Citation (citations.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>CS109 Spotify Project</title>

    <!-- Bootstrap core CSS -->
    <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="css/logo-nav.css" rel="stylesheet">

  </head>

  <body>

    <!-- Navigation -->
    <nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
      <div class="container">
        <a class="navbar-brand" href="#">
          <img src="spotify4.png" width="100" height="30" alt="">
        </a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
          <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarResponsive">
          <ul class="navbar-nav ml-auto">
            <li class="nav-item active">
            <li class="nav-item">
              <a class="nav-link" href="index.html">Home</a>
            </li>
              <a class="nav-link" href="literaturereview.html">Literature Review</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="eda.html">EDA</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="model.html">Model</a>
            </li>
            <li class="nav-item">
            <li class="nav-item">
              <a class="nav-link" href="results.html">Results</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="conclusion.html">Conclusion</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="citations.html">References</a>
            </li>
          </ul>
        </div>
      </div>
    </nav>

    <!-- Page Content -->
    <div class="container">
      <h1 class="mt-5">References</h1>
      <p class='hangingindent'>
        Aggarwal, C. C. (2016). Evaluating Recommender Systems. In C. C. Aggarwal (Ed.), Recommender Systems: The Textbook (pp. 225–254). Cham: Springer International Publishing. https://doi.org/10.1007/978-3-319-29659-3_7
      </p>
    <p class='hangingindent'>
      Ciocca, S. (2017, October 10). How Does Spotify Know You So Well? – Member Feature Stories. Retrieved December 12, 2018, from https://medium.com/s/story/spotifys-discover-weekly-how-machine-learning-finds-your-new-music-19a41ab76efe
    </p>
      <p class='hangingindent'>
  Fernández-Tobías, I., Braunhofer, M., Elahi, M., Ricci, F., & Cantador, I. (2016). Alleviating the new user problem in collaborative filtering by exploiting personality information. User Modeling and User-Adapted Interaction, 26(2), 221–255. https://doi.org/10.1007/s11257-016-9172-z
</p>
<p class='hangingindent'>
  Logan, B., & Salomon, A. (2001). A Content-based Music Similarity Function, 18.
</p>
<p class='hangingindent'>
  Schedl, M., Zamani, H., Chen, C.-W., Deldjoo, Y., & Elahi, M. (2018). Current challenges and visions in music recommender systems research. International Journal of Multimedia Information Retrieval, 7(2), 95–116. https://doi.org/10.1007/s13735-018-0154-2
</p>
<p class='hangingindent'>
  Spotify Technology S.A. Announces Financial Results for Third Quarter 2018. (2018, November 1). Retrieved December 10, 2018, from https://investors.spotify.com/financials/press-release-details/2018/Spotify-Technology-SA-Announces-Financial-Results-for-Third-Quarter-2018/default.aspx
</p>

<br>

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

  </body>
  <footer class="py-5 bg-dark">
       <div class="container">
         <p class="m-0 text-center text-white">Template from Startbootstrap.com Logonav design </p>
         <p class="m-0 text-center text-white">By David Gibson and Theo Lebryk</p>
         <p class="m-0 text-center text-white">Group #53</p>

       </div>
       <!-- /.container -->
     </footer>
</html>

GitHub Events

Total
Last Year

Dependencies

package-lock.json npm
  • 452 dependencies
package.json npm
  • browser-sync 2.24.5 development
  • gulp ^3.9.1 development
  • bootstrap 4.1.1
  • jquery 3.3.1