Science Score: 44.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
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Bamboorat233
  • Language: PHP
  • Default Branch: main
  • Size: 12.5 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 7 months ago · Last pushed 7 months ago
Metadata Files
Citation

https://github.com/Bamboorat233/3340Final/blob/main/

## Prerequisites

* **PHP** 7.3.4 (PDO extension enabled)
* **MySQL** 8.0.12
* A web server (Apache/Nginx) with HTTPS enabled

## Installation

### Configure the application

Edit `db_connect.php` and set your credentials:

```php

      

Owner

  • Name: Fabian_猫儿这个乖巧
  • Login: Bamboorat233
  • Kind: user

Citation (citation.html)

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>LinkMusic — References</title>
    <link rel="icon" href="images/logo.png" type="image/png" sizes="32x32" />
    <link rel="stylesheet" href="css/style.css" />
    <!-- citation.html – References Page -->
  </head>
  <body>
    <div class="bg-fixed"></div>
    <div id="overlay"></div>
    <button id="menu-btn" class="menu-btn">
      <img
        src="images/align-justify-128.webp"
        alt="Menu"
        width="24"
        height="24"
      />
    </button>
    <aside id="sidebar" class="sidebar">
      <nav>
        <ul>
          <li><a href="index.php">Home</a></li>

          <li><a href="about.html">About Us</a></li>

          <li><a href="citation.html">References</a></li>
        </ul>
      </nav>
    </aside>
    <div class="top-bar">
      <div class="brand">
        <img src="images/logo.png" alt="LinkMusic Logo" class="brand-logo" />
        <div class="brand-text">
          <span class="site-name">LinkMusic</span>
          <span class="tagline">Born for music</span>
        </div>
      </div>
      <div class="social-icons">
        <a href="#"><img src="images/facebook-128.webp" alt="Facebook" /></a>
        <a href="#"><img src="images/instagram-128.webp" alt="Instagram" /></a>
        <a href="#"><img src="images/share-128.webp" alt="Share" /></a>
      </div>
    </div>
    <main>
      <div class="citation-box">
        <h2>References</h2>
        <ul>
          <li>
            <a
              href="https://www.iconfinder.com/search/icons?family=feather"
              target="_blank"
              >Iconfinder – Feather Icons</a
            >
          </li>
          <li>
            <a href="https://www.fiio.com/ft1pro" target="_blank"
              >FiiO FT1 Pro Official Product Page</a
            >
          </li>
          <li>
            <a
              href="https://www.linsoul.com/collections/thieaudio"
              target="_blank"
              >LinSouL – THIEAUDIO Series</a
            >
          </li>
          <li><a href="https://www.amazon.com/" target="_blank">Amazon</a></li>
          <li>
            <a href="https://www.sennheiser.com" target="_blank"
              >Sennheiser Official Website</a
            >
          </li>
          <li>
            <a href="https://snext-final.com/en/products/" target="_blank"
              >Final Audio Official</a
            >
          </li>
          <li>
            <a
              href="https://www.linsoul.com/collections/hifiman"
              target="_blank"
              >LinSouL – Hifiman Series</a
            >
          </li>
          <li>
            <a href="https://www.uwindsor.ca/" target="_blank"
              >University of Windsor</a
            >
          </li>
        </ul>
      </div>
    </main>
    <footer>
      <div class="footer-content">
        <div class="footer-school">
          <img
            src="images/universityLogoNew_uni-logo-windsor.png"
            alt="University of Windsor Logo"
            class="univ-logo"
          />
          <span class="univ-name">University of Windsor</span>
        </div>
        <div class="footer-contact">
          <a href="mailto:likerui@uwindsor.ca">likerui@uwindsor.ca</a>
        </div>
      </div>
    </footer>
    <script src="js/main.js"></script>
  </body>
</html>

GitHub Events

Total
  • Push event: 7
  • Create event: 1
Last Year
  • Push event: 7
  • Create event: 1

Dependencies

phpMyAdmin4.8.5/package.json npm
  • eslint ^4.9.0 development
  • codemirror 5.35.0
  • jquery 3.3.1
  • jquery-migrate 3.0.1
  • jquery-mousewheel 3.1.13
  • jquery-ui 1.12.1
  • jquery-ui-timepicker-addon 1.6.3
  • jquery-validation 1.17.0
  • jquery.event.drag 2.2.2
  • js-cookie 2.2.0
  • tracekit 0.4.5
  • updated-jqplot 1.0.9
  • zxcvbn 4.4.2
phpMyAdmin4.8.5/yarn.lock npm
  • 150 dependencies
phpMyAdmin4.8.5/composer.json packagist
  • bacon/bacon-qr-code ^1.0 development
  • codacy/coverage ^1.3.0 development
  • phpmyadmin/coding-standard ^0.3 development
  • phpunit/phpunit ^4.8.36 || ^5.7 development
  • phpunit/phpunit-selenium ~1.2 || ^3.0 development
  • pragmarx/google2fa ^3.0 development
  • samyoul/u2f-php-server ^1.1 development
  • squizlabs/php_codesniffer ^3.0 development
  • tecnickcom/tcpdf ^6.2 development
  • ext-ctype *
  • ext-hash *
  • ext-json *
  • ext-mysqli *
  • ext-pcre *
  • ext-xml *
  • google/recaptcha ^1.1
  • php >=5.5.0
  • phpmyadmin/motranslator ^4.0
  • phpmyadmin/shapefile ^2.0
  • phpmyadmin/sql-parser ^4.2.3
  • phpseclib/phpseclib ^2.0
  • psr/container ^1.0
  • symfony/expression-language ^3.2 || ^2.8
  • symfony/polyfill-mbstring ^1.3
  • twig/extensions ~1.5.1
  • twig/twig ^1.34
phpMyAdmin4.8.5/composer.lock packagist
  • codacy/coverage 1.4.2 development
  • doctrine/instantiator 1.0.5 development
  • gitonomy/gitlib v1.0.4 development
  • phpdocumentor/reflection-common 1.0.1 development
  • phpdocumentor/reflection-docblock 3.2.2 development
  • phpdocumentor/type-resolver 0.3.0 development
  • phpmyadmin/coding-standard 0.3 development
  • phpspec/prophecy 1.8.0 development
  • phpunit/php-code-coverage 2.2.4 development
  • phpunit/php-file-iterator 1.4.5 development
  • phpunit/php-text-template 1.2.1 development
  • phpunit/php-timer 1.0.9 development
  • phpunit/php-token-stream 1.4.12 development
  • phpunit/phpunit 4.8.36 development
  • phpunit/phpunit-mock-objects 2.3.8 development
  • phpunit/phpunit-selenium 1.4.2 development
  • psr/log 1.1.0 development
  • sebastian/comparator 1.2.4 development
  • sebastian/diff 1.4.3 development
  • sebastian/environment 1.3.8 development
  • sebastian/exporter 1.2.2 development
  • sebastian/global-state 1.1.1 development
  • sebastian/recursion-context 1.0.5 development
  • sebastian/version 1.0.6 development
  • squizlabs/php_codesniffer 3.4.0 development
  • symfony/console v2.8.49 development
  • symfony/debug v2.8.49 development
  • symfony/process v2.8.49 development
  • symfony/yaml v2.8.49 development
  • webmozart/assert 1.4.0 development
  • bacon/bacon-qr-code 1.0.3
  • google/recaptcha 1.2.1
  • paragonie/constant_time_encoding v1.0.4
  • paragonie/random_compat v2.0.18
  • phpmyadmin/motranslator 4.0
  • phpmyadmin/shapefile 2.1
  • phpmyadmin/sql-parser v4.3.1
  • phpseclib/phpseclib 2.0.13
  • pragmarx/google2fa v3.0.3
  • psr/container 1.0.0
  • samyoul/u2f-php-server v1.1.4
  • symfony/expression-language v2.8.49
  • symfony/polyfill-ctype v1.10.0
  • symfony/polyfill-mbstring v1.10.0
  • symfony/polyfill-php56 v1.10.0
  • symfony/polyfill-util v1.10.0
  • tecnickcom/tcpdf 6.2.26
  • twig/extensions v1.5.4
  • twig/twig v1.37.1
phpMyAdmin4.8.5/vendor/bacon/bacon-qr-code/composer.json packagist
  • phpunit/phpunit ^4.8 development
  • ext-iconv *
  • php ^5.4|^7.0
phpMyAdmin4.8.5/vendor/google/recaptcha/composer.json packagist
  • friendsofphp/php-cs-fixer ^2.2.20|^2.12 development
  • php-coveralls/php-coveralls ^2.1 development
  • phpunit/phpunit ^4.8.36|^5.7.27|^6.59|^7 development
  • php >=5.5
phpMyAdmin4.8.5/vendor/paragonie/constant_time_encoding/composer.json packagist
  • paragonie/random_compat ^1.4|^2 development
  • phpunit/phpunit 4.*|5.* development
  • vimeo/psalm ^0.3|^1 development
  • php ^5.3|^7
phpMyAdmin4.8.5/vendor/paragonie/random_compat/composer.json packagist
  • phpunit/phpunit 4.*|5.* development
  • php >=5.2.0
phpMyAdmin4.8.5/vendor/phpmyadmin/motranslator/composer.json packagist
  • apigen/apigen ^4.1 development
  • phpunit/php-code-coverage * development
  • phpunit/phpunit ~4.8 || ~5.7 || ~6.5 development
  • php >=5.3.0
  • symfony/expression-language ^4.0 || ^3.2 || ^2.8
phpMyAdmin4.8.5/vendor/phpmyadmin/shapefile/composer.json packagist
  • phpunit/php-code-coverage * development
  • phpunit/phpunit ~4.8 || ~5.7 development
  • php >=5.4.0
phpMyAdmin4.8.5/vendor/phpmyadmin/sql-parser/composer.json packagist
  • phpunit/php-code-coverage * development
  • phpunit/phpunit ~4.8 || ~5.7 || ~6.5 development
  • sami/sami ^4.0 development
  • php >=5.3.0
  • symfony/polyfill-mbstring ^1.3
phpMyAdmin4.8.5/vendor/phpseclib/phpseclib/composer.json packagist
  • phing/phing ~2.7 development
  • phpunit/phpunit ^4.8.35|^5.7|^6.0 development
  • sami/sami ~2.0 development
  • squizlabs/php_codesniffer ~2.0 development
  • php >=5.3.3
phpMyAdmin4.8.5/vendor/pragmarx/google2fa/composer.json packagist
  • bacon/bacon-qr-code ~1.0 development
  • phpunit/phpunit ~4|~5|~6 development
  • paragonie/constant_time_encoding ~1.0|~2.0
  • paragonie/random_compat >=1
  • php >=5.4
  • symfony/polyfill-php56 ~1.2
phpMyAdmin4.8.5/vendor/pragmarx/google2fa/composer.lock packagist
  • bacon/bacon-qr-code 1.0.3 development
  • doctrine/instantiator 1.1.0 development
  • myclabs/deep-copy 1.7.0 development
  • phar-io/manifest 1.0.1 development
  • phar-io/version 1.0.1 development
  • phpdocumentor/reflection-common 1.0.1 development
  • phpdocumentor/reflection-docblock 4.3.0 development
  • phpdocumentor/type-resolver 0.4.0 development
  • phpspec/prophecy 1.7.5 development
  • phpunit/php-code-coverage 5.3.0 development
  • phpunit/php-file-iterator 1.4.5 development
  • phpunit/php-text-template 1.2.1 development
  • phpunit/php-timer 1.0.9 development
  • phpunit/php-token-stream 2.0.2 development
  • phpunit/phpunit 6.5.7 development
  • phpunit/phpunit-mock-objects 5.0.6 development
  • sebastian/code-unit-reverse-lookup 1.0.1 development
  • sebastian/comparator 2.1.3 development
  • sebastian/diff 2.0.1 development
  • sebastian/environment 3.1.0 development
  • sebastian/exporter 3.1.0 development
  • sebastian/global-state 2.0.0 development
  • sebastian/object-enumerator 3.0.3 development
  • sebastian/object-reflector 1.1.1 development
  • sebastian/recursion-context 3.0.0 development
  • sebastian/resource-operations 1.0.0 development
  • sebastian/version 2.0.1 development
  • theseer/tokenizer 1.1.0 development
  • webmozart/assert 1.3.0 development
  • paragonie/constant_time_encoding v2.2.1
  • paragonie/random_compat v2.0.11
  • symfony/polyfill-php56 v1.7.0
  • symfony/polyfill-util v1.7.0
phpMyAdmin4.8.5/vendor/psr/container/composer.json packagist
  • php >=5.3.0
phpMyAdmin4.8.5/vendor/samyoul/u2f-php-server/composer.json packagist
  • ext-openssl *
phpMyAdmin4.8.5/vendor/symfony/expression-language/composer.json packagist
  • php >=5.3.9
phpMyAdmin4.8.5/vendor/symfony/polyfill-ctype/composer.json packagist
  • php >=5.3.3
phpMyAdmin4.8.5/vendor/symfony/polyfill-mbstring/composer.json packagist
  • php >=5.3.3
phpMyAdmin4.8.5/vendor/symfony/polyfill-php56/composer.json packagist
  • php >=5.3.3
  • symfony/polyfill-util ~1.0
phpMyAdmin4.8.5/vendor/symfony/polyfill-util/composer.json packagist
  • php >=5.3.3
phpMyAdmin4.8.5/vendor/tecnickcom/tcpdf/composer.json packagist
  • php >=5.3.0
phpMyAdmin4.8.5/vendor/twig/extensions/composer.json packagist
  • symfony/phpunit-bridge ^3.4 development
  • symfony/translation ^2.7|^3.4 development
  • twig/twig ^1.27|^2.0
phpMyAdmin4.8.5/vendor/twig/twig/composer.json packagist
  • psr/container ^1.0 development
  • symfony/debug ^2.7 development
  • symfony/phpunit-bridge ^3.4.19|^4.1.8 development
  • php >=5.4.0
  • symfony/polyfill-ctype ^1.8
phpMyAdmin4.8.5/doc/html/_sources/require.txt pypi
  • Database *
  • PHP *
  • Requirements *
  • SincephpMyAdmin *
  • ToaccessphpMyAdminyouneedawebbrowserwithcookiesandJavaScript *
  • Webbrowser *
  • Webserver *
  • YouneedbrowserwhichissupportedbyjQuery2.0 ,see
  • enabled. *
  • forperformancereasons. *
  • phpMyAdminsupportsMySQL-compatibledatabases. *
  • webserver *