-
Notifications
You must be signed in to change notification settings - Fork 4
/
examples.php
executable file
·88 lines (67 loc) · 2.97 KB
/
examples.php
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<?php
#require './bootstrap.php';
#require_once 'FirePHPCore/fb.php';
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>total-Impact</title>
<link rel="stylesheet" type="text/css" href="./ui/totalimpact.css" />
<link rel="icon" type="image/png" href="ui/favicon.ico">
<script type="text/javascript">
//Google Analytics code
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23384030-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<!-- START wrapper -->
<div id="wrapper">
<!-- START header -->
<div id="header">
<a href="./index.php"><img src="./ui/img/ti_logo.png" alt="total-Impact" width='200px' /></a>
</div>
<!-- END header -->
<!-- START instr -->
<div id="instr">
Example IDs you can cut-and-paste into the "List your IDs here" box on <a href="./">the main page</a>:
<pre>
10.1093/molbev/msk025
10.1534/genetics.109.103010
10.1371/journal.pbio.0050082
10.5061/dryad.8048
GSE2603
GSE2259
2BAK
https://github.com/mxcl/homebrew
https://github.com/cboettig/RMendeley
http://sourceforge.net/projects/filezilla
http://www.slideshare.net/cavlec/even-the-loons-are-licensed
http://www.slideshare.net/jcbradley/chem-info2011class1
http://www.slideshare.net/jcbradley/bradley-sla-talk-on-open-melting-point-collections
http://www.youtube.com/watch?v=Fl4L4M8m4d0
http://www.badscience.net/2011/10/what-if-academics-were-as-dumb-as-quacks-with-statistics/
http://opensciencesummit.com/program/
http://researchremix.wordpress.com/2011/05/19/nature-letter/
</pre>
<p>More cool collections coming soon!
<p>Do you like reading the manual? <a href="about.php#whichartifacts">Here's a brief primer</a> on which IDs are supported and in which specific formats (total-Impact is picky!). <p>Don't forget you can also assemble ID lists automatically based on Mendeley Profiles and Groups, Grant number associations in PubMed, and more!
</div>
<!-- END instr -->
<div id="footer">
<table border=0 width=100%><tr>
<td><a href="./about.php">about total-Impact</a></td>
<td align="center">Reactions and bugs welcome to <a href="http://twitter.com/#!/totalImpactdev">@totalImpactdev</a></td>
<td align="left"><a class="img" href="http://altmetrics.org" title="an altmetrics project"><img src="./ui/img/altmetrics_logo.png" alt="altmetrics" width="80" style="margin-bottom:5px" /></a></td>
</tr>
</div>
<!-- END footer -->
</body>
</html>