-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathposters.html
More file actions
executable file
·35 lines (31 loc) · 2.36 KB
/
posters.html
File metadata and controls
executable file
·35 lines (31 loc) · 2.36 KB
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
---
layout: hidden_page
hidden_title: Talks and Posters
permalink: /posters/
---
<div class="home">
Click on the links below to download.<br>
<br>
<a href="https://www.slideshare.net/mobile/PeterMorrell4/plant-animal-genome-2019-the-fate-of-deleterious-variants" rel="external">Peter Morrell's Plant & Animal Genome 2019 talk - The fate of deleterious variants</a><br>
<a href="https://www.slideshare.net/PeterMorrell4/cost-of-domestication-plant-animal-genome-conference-2018" rel="external">Peter Morrell's Plant & Animal Genome 2018 talk - Cost of Domestication</a><br>
<a href="https://www.slideshare.net/PeterMorrell4/barley-environmental-association-plant-animal-genome-2018" rel="external">Peter Morrell's Plant & Animal Genome 2018 talk - Barley Environmental Association</a><br>
<a href="https://www.slideshare.net/PeterMorrell4/peter-morrell-ag-experimental-station-talk-2018" rel="external">Peter Morrell’s Minnesota Ag Experiment Station 2018 Talk</a><br>
<a href="https://www.slideshare.net/PeterMorrell4/reproducible-research-to-infinity" rel="external">Peter Morrell’s Reproducible Research 2017 Presentation</a><br>
<a href="http://morrell-lab.cfans.umn.edu/downloads/Morrell-ICSC.pdf" rel="external">Peter Morrell's 2016 ICSC Presentation</a><br>
<a href="http://morrell-lab.cfans.umn.edu/downloads/posters/sequence_handling_poster.pdf" rel="external">Paul Hoffman's 2016 BICB sequence_handling Poster</a><br>
<a href="http://morrell-lab.cfans.umn.edu/downloads/posters/ANGSD-wrapper_poster.pdf" rel="external">Chaochih Liu's 2016 BICB ANGSD-wrapper Poster</a><br>
<a href="http://morrell-lab.cfans.umn.edu/downloads/posters/BAD_mutations_poster.pdf" rel="external">Li Lei's 2016 BICB BAD_Mutations Poster</a><br>
<a href="http://morrell-lab.cfans.umn.edu/downloads/posters/barley_inversions_poster.pdf" rel="external">Chaochih Liu's 2016 IBGS Barley Inversions Poster</a><br>
</div>
<!-- Start Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19694768-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>
<!-- End Google Analytics -->