view index.php @ 11:7817126aef0d tip

added google analytics
author matthiasm
date Mon, 12 Jan 2015 18:18:04 +0000
parents eb97a1350d41
children
line wrap: on
line source
<!doctype html>
<html lang="en" class="no-js">
	<head>
	  <meta charset="utf-8" />

	  <title>Anatomy of the UK Charts</title>

	  <meta name="description" content="Five blog posts by me, Matthias Mauch, on the makeup of the UK charts, from 1960 till 2010. Written during my 2011 research fellowship in Mark Levy's MIR group at Last.fm." />
	  <meta name="keywords" content="music, evolution, audio, charts, pop, UK" />
	  <meta name="author" content="Matthias Mauch" />

	  <link rel="shortcut icon" href="/favicon.ico" />
	  <link rel="apple-touch-icon" href="/assets/Nuevvo-Logo-v3-iOS-64x64.png" />

		<style type="text/css" media="screen">
			@import "css/style.css";
		</style>

		<!-- SimpleTabs -->
		<script type="text/javascript" src="js/simpletabs_1.3.js"></script>
		<style type="text/css" media="screen">
			@import "css/simpletabs.css";
		</style>

	</head>
	<body>

		<div id="topContainer">
			<h1>Anatomy of the UK Charts</h1>
			<div>
				<p>Five light-hearted blog posts by me, <a href="http://matthiasmauch.net">Matthias Mauch</a>, investigating 50 years of UK charts using audio data. Written in the summer of 2011 for the <a href="http://blog.last.fm/2011/08/26/anatomy-of-the-uk-charts-part-5-king-of-gear-shifts">Last.fm blog</a> during my research fellowship in Mark Levy's MIR group at <a href="http://last.fm">Last.fm</a>.</p>
				<div style="clear:both;"></div>
				<p>I've left the content as it was in 2011, but edited some links to make this site more self-contained and to recover stuff that'd been lost on the original blog.</p>
				<div style="clear:both;"></div>
				<p>Hope you have fun (and <a href="./mauch2011anatomy.bib">cite</a>...)! Matthias, January 2015</p>
			</div>
		</div>


		<div id="mainContainer">
		  
		  <div class="simpleTabs">
		    <ul class="simpleTabsNavigation">
		      <li><a href="#">Part 1</a></li>
		      <li><a href="#">Part 2</a></li>
		      <li><a href="#">Part 3</a></li>
		      <li><a href="#">Part 4</a></li>
		      <li><a href="#">Part 5</a></li>
		    </ul>
		    <div class="simpleTabsContent">
		      <?php include 'aotc1.php';?>
		    </div>
		    <div class="simpleTabsContent">
		      <?php include 'aotc2.php';?>
		    </div>
		    <div class="simpleTabsContent">
		      <?php include 'aotc3.php';?>
		    </div>
		    <div class="simpleTabsContent">
		      <?php include 'aotc4.php';?>
		    </div>
		    <div class="simpleTabsContent">
		      <?php include 'aotc5.php';?>
		    </div>
		  </div>
		
		<!-- Yahoo Audio Player -->
		<script type="text/javascript">var YMPParams = {autoplay: false, displaystate: 3};</script>
		<script type="text/javascript" src="http://www.eecs.qmul.ac.uk/~matthiasm/audioquality/player-beta.js"></script>

		<!-- Social Tools -->
		<div id="socialTools">
			<div class="stFacebook">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http://schall-und-mauch.de/anatomy-of-the-charts/;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" style="border:none; overflow:hidden; width:450px; height:80px;"></iframe>
			</div>
			<div class="stTwitter">
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="matthiasmauch">Tweet</a>
				<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
			</div>
			<div class="clr"></div>
		</div>

		<!-- Google Analytics -->
		<script>
			  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
			  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
			  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
			  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

			  ga('create', 'UA-6345553-6', 'auto');
			  ga('send', 'pageview');

			</script>

	</body>
</html>