forked from pcingola/SnpEff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxiangyi_lu_donate.html
102 lines (96 loc) · 4.13 KB
/
xiangyi_lu_donate.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="MOUUS0MUa9v3_MQCuvqML-batd2JFvN2XL-9gc_6_9E" />
<meta charset="utf-8">
<title>SnpEff and SnpSift</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
@media (max-width: 980px) {
/* Enable use of floated navbar text */
.navbar-text.pull-right {
float: none;
padding-left: 5px;
padding-right: 5px;
}
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="ico/favicon.png">
<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-66345247-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<!-- In memory of Xiangyi -->
<div class="span12">
<div class="hero-unit">
<div class="span9">
<h3>In memory of Dr. Xiangyi Lu: <a href="https://giving.wayne.edu/donate/medicine">Click here to donate</a></h3>
On October 22, 2017, Xiangyi Lu, a co-author on the SnpEff and SnpSift papers, died of ovarian cancer after a three year struggle.
Douglas Ruden, Xiangyi's husband and senior author on the papers, has requested that a non-mandatory gift of at least $10 for using SnpEff or SnpSift be donated to WSU to honor Xiangyi Lu.
All gifts will go to a newly named fund, the <b>"Xiangyi Lu Graduate Student Fellowship in Bioinformatics Fund."</b> with the goal of raising $1 million, in order to permanently endow one graduate student research position in bioinformatics every year.
</div>
<div class="span3">
<img src="images/xiangy.jpg">
</div>
<br>
<h3>How to donate</h3>
<ul>
<li> Visit <a href="https://giving.wayne.edu/donate/medicine">Wayne State University donation site</a>
<li> Choose the amount that you would like to donate
<li> Choose your payment type and if you would like this to be a recurring gift.
<li> Click on the designation box and click on the option “Other”
<li> In the next box, enter: IMO Dr. Xiangyi Lu
<li> At the bottom of the page, click on “Give Now.”
</ul>
<br>
<b>Donation page example:</b>
<a href="https://giving.wayne.edu/donate/medicine"><img src="images/donate_Xiangyi_howto.png"></a>
</div>
</div>
</div>
</div><!--/.fluid-container-->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap-transition.js"></script>
<script src="js/bootstrap-alert.js"></script>
<script src="js/bootstrap-modal.js"></script>
<script src="js/bootstrap-dropdown.js"></script>
<script src="js/bootstrap-scrollspy.js"></script>
<script src="js/bootstrap-tab.js"></script>
<script src="js/bootstrap-tooltip.js"></script>
<script src="js/bootstrap-popover.js"></script>
<script src="js/bootstrap-button.js"></script>
<script src="js/bootstrap-collapse.js"></script>
<script src="js/bootstrap-carousel.js"></script>
<script src="js/bootstrap-typeahead.js"></script>
</body>
</html>