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 links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: Ecto409
  • Language: HTML
  • Default Branch: master
  • Size: 8.89 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 10 years ago · Last pushed over 10 years ago
Metadata Files
Citation

Owner

  • Login: Ecto409
  • Kind: user

Citation (citation.html)

<!DOCTYPE html>
<html lang="">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>WWKD</title>
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,800,800italic' rel='stylesheet' type='text/css'>
    <link rel="stylesheet" type="text/css" media="all" href="css/animate.css">
    <link rel="stylesheet" href="css/bootstrap.min.css">
    <link rel="stylesheet" href="css/style.css">
</head>

<body onLoad="GetValue();">

    <div class="container container-table">
        <div class="row vertical-center-row">
            <p class="says" id="textenormal2">Kanye says</p>
            <p class="textenormal" id="message" ></p>
            <div class="row">
                <div class="">
                    <div class="reponse col-xs-12">
                        <a href="question1.html" id="first"></a>
                    </div>
                </div>
            </div>
        </div>     
    </div>

    
        
        
        
        
        
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
    <script src="js/jquery.interactive_bg.js"></script>
    <script>
        $(".moving").interactive_bg({
           strength: 5,              // Movement Strength when the cursor is moved. The higher, the faster it will reacts to your cursor. The default value is 25.
           scale: 1,               // The scale in which the background will be zoomed when hovering. Change this to 1 to stop scaling. The default value is 1.05.
           animationSpeed: "1000ms",   // The time it takes for the scale to animate. This accepts CSS3 time function such as "100ms", "2.5s", etc. The default value is "100ms".
           contain: false,             // This option will prevent the scaled object/background from spilling out of its container. Keep this true for interactive background. Set it to false if you want to make an interactive object instead of a background. The default value is true.
           wrapContent: true         // This option let you choose whether you want everything inside to reacts to your cursor, or just the background. Toggle it to true to have every elements inside reacts the same way. The default value is false
        });
    </script>
    <script>
        $(".moving2").interactive_bg({
           strength: 3,              // Movement Strength when the cursor is moved. The higher, the faster it will reacts to your cursor. The default value is 25.
           scale: 1,               // The scale in which the background will be zoomed when hovering. Change this to 1 to stop scaling. The default value is 1.05.
           animationSpeed: "500ms",   // The time it takes for the scale to animate. This accepts CSS3 time function such as "100ms", "2.5s", etc. The default value is "100ms".
           contain: false,             // This option will prevent the scaled object/background from spilling out of its container. Keep this true for interactive background. Set it to false if you want to make an interactive object instead of a background. The default value is true.
           wrapContent: true         // This option let you choose whether you want everything inside to reacts to your cursor, or just the background. Toggle it to true to have every elements inside reacts the same way. The default value is false
        });
    </script>
    <script>
    	function GetValue()
{
    var myarray= new Array("I don't know what's better gettin' laid or gettin' paid.","I feel like I'm too busy writing history to read it.", "I was never really good at anything except for the ability to learn.", "I still think I am the greatest.");
    var random = myarray[Math.floor(Math.random() * myarray.length)];
   document.getElementById("message").innerHTML=random;
	
}
    </script>
    <script>
        $("#first").on({
            mouseenter: function () {
                $("#second").css('-webkit-filter', 'blur(5px)').css('transition','1s');
                $("#textenormal").css('-webkit-filter', 'blur(5px)').css('transition','1s');
                $("#textenormal2").css('-webkit-filter', 'blur(5px)').css('transition','1s');
            },
            mouseleave: function () {
                $("#second").css('-webkit-filter', 'blur(0px)').css('transition','1s');
                $("#textenormal").css('-webkit-filter', 'blur(0px)').css('transition','1s');
                $("#textenormal2").css('-webkit-filter', 'blur(0px)').css('transition','1s');
            }
        });


        $("#second").on({
            mouseenter: function () {
                $("#first").css('-webkit-filter', 'blur(5px)').css('transition','1s');
                $("#textenormal").css('-webkit-filter', 'blur(5px)').css('transition','1s');
            },
            mouseleave: function () {
                $("#first").css('-webkit-filter', 'blur(0px)').css('transition','1s');
                $("#textenormal").css('-webkit-filter', 'blur(0px)').css('transition','1s');
            }
        });
    </script>
</body>
</html>

GitHub Events

Total
Last Year