-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (24 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
layout: default
title: Concept of Database Project Spring 2017
---
<div class="blurb">
<style>
h1{
color: blue;
font-size: 28px;
font: "Arial";
font-weight: bold;
}
</style>
<h1><u>Analysis of Academy Award Winners and Nominees by Online Popularity</u></h1>
<p><b>Dataset Used: (1927-2015)</b></p>
<ul>
<li><a href ="https://www.kaggle.com/deepmatrix/imdb-5000-movie-dataset">1. IMDB Top 5000 IMDB Movies Around the World</a></li>
<li><a href ="https://www.kaggle.com/theacademy/academy-awards">2. Complete List of Oscar Nominees and Winners </a></li>
</ul>
<p style="font-size: 24px; font-weight:bold"><a href ="https://DatabaseProjectTTU.github.io/Database Project/Report.pdf">Project Report</a></p>
<p><iframe width="900" height="800" frameborder="0" scrolling="no" src="https://plot.ly/~anish.timila/3.embed"></iframe></p>
<p><iframe width="900" height="800" frameborder="0" scrolling="no" src="https://plot.ly/~anish.timila/5.embed"></iframe></p>
<p><iframe width="900" height="800" frameborder="0" scrolling="no" src="https://plot.ly/~anish.timila/7.embed"></iframe></p>
</div><!-- /.blurb -->