-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uploaded binfsights26; reversed binfsights bookshelf order; fixed nav…
… bar contact us bug; updated events
- Loading branch information
Showing
16 changed files
with
457 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,364 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<link rel="stylesheet" href="/css/styles.css"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="x-ua-compatible" content="ie=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<title>BINFSIGHTS 26 | BINFSOC</title> | ||
|
||
|
||
<meta name="description" content="BINFSights 26"> | ||
<meta name="keywords" content="unsw, bioinformatics, society, binfsoc, binfsights"> | ||
|
||
<meta name="twitter:card" content="summary"/><meta name="twitter:title" content="BINFSIGHTS 26"/> | ||
<meta name="twitter:description" content="BINFSights 26"/> | ||
|
||
<meta property="og:title" content="BINFSIGHTS 26" /> | ||
<meta property="og:description" content="BINFSights 26" /> | ||
<meta property="og:type" content="article" /> | ||
<meta property="og:url" content="/binfsights/binfsights26/" /><meta property="article:section" content="binfsights" /> | ||
<meta property="article:published_time" content="2024-10-04T00:00:00+00:00" /> | ||
<meta property="article:modified_time" content="2024-10-04T00:00:00+00:00" /> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="/css/bootstrap.min.css" crossorigin="anonymous"> | ||
|
||
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" | ||
type="text/css"> | ||
|
||
|
||
|
||
<link rel="stylesheet" href="/sass/main.css"> | ||
|
||
|
||
<link rel="stylesheet" href="/zoomjs/zoom.min.css"> | ||
|
||
|
||
|
||
|
||
|
||
<script src="/js/lazysizes.min.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
|
||
|
||
<body ontouchstart=""> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<nav class="navbar navbar-default navbar-custom navbar-fixed-top invert"> | ||
<div class="container-fluid"> | ||
|
||
<div class="navbar-header page-scroll"> | ||
<button type="button" class="navbar-toggle"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="/">BINFSOC</a> | ||
</div> | ||
|
||
<div id="huxblog_navbar"> | ||
<div class="navbar-collapse"> | ||
<ul class="nav navbar-nav navbar-right"> | ||
|
||
<li><a href="/binfsights/" title="BINFSIGHTS">BINFSIGHTS</a></li> | ||
|
||
<li><a href="/events/" title="Our Events">Our Events</a></li> | ||
|
||
<li><a href="/team/" title="Meet The Team">Meet The Team</a></li> | ||
|
||
<li><a href="/about/" title="About Us">About Us</a></li> | ||
|
||
<li><a href="/sponsors/" title="Our Sponsors">Our Sponsors</a></li> | ||
|
||
<li><a href="/contact/" title="Contact Us">Contact Us</a></li> | ||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</nav> | ||
<script> | ||
|
||
|
||
|
||
var $body = document.body; | ||
var $toggle = document.querySelector(".navbar-toggle"); | ||
var $navbar = document.querySelector("#huxblog_navbar"); | ||
var $collapse = document.querySelector(".navbar-collapse"); | ||
|
||
var __HuxNav__ = { | ||
close: function () { | ||
$navbar.className = " "; | ||
|
||
setTimeout(function () { | ||
|
||
if ($navbar.className.indexOf("in") < 0) { | ||
$collapse.style.height = "0px"; | ||
} | ||
}, 400); | ||
}, | ||
open: function () { | ||
$collapse.style.height = "auto"; | ||
$navbar.className += " in"; | ||
}, | ||
}; | ||
|
||
|
||
$toggle.addEventListener("click", function (e) { | ||
if ($navbar.className.indexOf("in") > 0) { | ||
__HuxNav__.close(); | ||
} else { | ||
__HuxNav__.open(); | ||
} | ||
}); | ||
|
||
|
||
|
||
document.addEventListener("click", function (e) { | ||
if (e.target == $toggle) return; | ||
if (e.target.className == "icon-bar") return; | ||
__HuxNav__.close(); | ||
}); | ||
</script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<style type="text/css"> | ||
header.intro-header { | ||
position: relative; | ||
background-image: url(''); | ||
} | ||
</style> | ||
|
||
<header class="intro-header style-text"> | ||
|
||
<div class="header-mask"></div> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<div class="post-heading"> | ||
<div class="tags"> | ||
|
||
<a class="tag" href="/tags/binfsights/" title="Binfsights">Binfsights</a> | ||
|
||
</div> | ||
<h1>BINFSIGHTS 26</h1> | ||
<h2 class="subheading"></h2> | ||
<span class="meta"> | ||
Posted by Yvonne Huang | ||
on Fri, Oct 4, 2024 | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
|
||
|
||
<article> | ||
<div class="container"> | ||
<div class="row"> | ||
|
||
|
||
<div class=" | ||
col-lg-8 col-lg-offset-2 | ||
col-md-10 col-md-offset-1 | ||
post-container"> | ||
|
||
|
||
|
||
|
||
|
||
<div id="adobe-dc-view" style="height: 950px; width: 100%;"></div> | ||
<script src="https://acrobatservices.adobe.com/view-sdk/viewer.js"></script> | ||
<script type="text/javascript"> | ||
document.addEventListener("adobe_dc_view_sdk.ready", function(){ | ||
var adobeDCView = new AdobeDC.View({clientId: "4988fe9639fd402981d3f47c0e893b15", divId: "adobe-dc-view"}); | ||
adobeDCView.previewFile({ | ||
content:{location: {url: "\/pdfs\/BINFSIGHTS26.pdf"}}, | ||
metaData:{fileName: "BINFsights 26"} | ||
}, {embedMode: "SIZED_CONTAINER", showDownloadPDF: false, showPrintPDF: false}); | ||
}); | ||
</script> | ||
|
||
|
||
<hr style="visibility: hidden;" /> | ||
<ul class="pager"> | ||
|
||
<li class="previous"> | ||
<a href="/binfsights/binfsights25/" data-toggle="tooltip" data-placement="top" title="BINFSIGHTS 25"> | ||
Previous<br> | ||
<span>BINFSIGHTS 25</span> | ||
</a> | ||
</li> | ||
|
||
|
||
</ul> | ||
<hr style="visibility: hidden;" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
<div class=" | ||
col-lg-8 col-lg-offset-2 | ||
col-md-10 col-md-offset-1 | ||
sidebar-container"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</article> | ||
|
||
|
||
|
||
|
||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
|
||
|
||
|
||
|
||
<ul class="list-inline text-center"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<a target="_blank" href="https://www.facebook.com/unswbinfsoc"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
|
||
<li> | ||
<a target="_blank" href="https://github.com/binfsoc"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-github fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
|
||
<li> | ||
<a target="_blank" href="https://www.linkedin.com/in/company/unsw-bioinformatics-society"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
|
||
</ul> | ||
<p class="copyright text-muted"> | ||
Copyright © BINFSOC 2024 | ||
<br> | ||
Powered by <a href="https://gohugo.io">Hugo</a> | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
<script src=/js/jquery.min.js></script> | ||
<script src=/js/bootstrap.min.js crossorigin="anonymous"></script> | ||
|
||
|
||
|
||
<script src="/js/hux-blog.min.73a6a8d8df45293e042d15867416f603045bbeb98406731e5022d6c60388cd9d.js"></script> | ||
|
||
|
||
<script src=/js/simple-jekyll-search.min.js></script> | ||
|
||
|
||
<script src="/js/search.min.53bce5da475b4d362500e5ce5dddfa22e20e1b9018777411d2020b4b839c9310.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1TWJRRTG4B"></script> | ||
<script> | ||
var doNotTrack = false; | ||
if (!doNotTrack) { | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
gtag('config', 'G-1TWJRRTG4B', { 'anonymize_ip': false }); | ||
} | ||
</script> | ||
|
||
|
||
|
||
|
||
<script src="/zoomjs/zoom.min.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.