Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
int-prob-code/events.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
52 lines (41 sloc)
1.72 KB
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
--- | |
title: Events | |
layout: default | |
nav_order: 5 | |
nav_id: Events | |
--- | |
<h1 class="mb-4">Past events supported by the FRG Grant</h1> | |
<ul> | |
<li> | |
<h4><a href="{{site.url}}/meeting2017/">First FRG Meeting, October 27-29, 2017, at Columbia University, New York</a></h4> | |
</li> | |
<li> | |
<h4><a href="{{site.url}}/conference2018/">Integrable Probability Boston Conference 2018, May 14-18, 2018, at MIT, Cambridge</a></h4> | |
</li> | |
<li><h4> | |
FRG Integrable probability meeting, | |
Nov 13 - Nov 15, 2018, at MIT, Cambridge | |
</h4></li> | |
<li> | |
<h4><a href="{{site.url}}/vipss2019/">Virginia Integrable Probability Summer School, May 27 to June 8, 2019 at University of Virginia, Charlottesville, VA</a></h4> | |
</li> | |
<li> | |
<h4><a href="{{site.url}}/conference2020/">[postponed due to COVID-19] Integrable Probability New York 2020, March 16 to 20, 2020 at Columbia University</a></h4> | |
</li> | |
</ul> | |
<hr class="mt-4"> | |
<h2 class="mt-4">All events</h2> | |
<h3>(<span style="background-color:{{site.hlcolor}};">highlighted</span> = partially supported by the NSF FRG grant)</h3> | |
<br> | |
{% include cal_scripts_past.js %} | |
<hr> | |
<h2>Google calendar</h2> | |
<br> | |
<div class="row"> | |
<div class="col-md-6"> | |
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&showNav=1&showDate=1&showPrint=0&showCalendars=0&mode=MONTH&height=350&wkst=2&bgcolor=%23ffffff&src=mls9vssib1s3gvtqkbs76s1s5s%40group.calendar.google.com&color=%23711616&ctz=America%2FNew_York" width="100%" height="470" frameborder="0" scrolling="no"></iframe> | |
</div> | |
<div class="col-md-6 hidden-sm hidden-xs"> | |
<img src="{{site.url}}/img/conf1.jpg" style="max-height:470px; max-width:100%; float: right" alt="conference"> | |
</div> | |
</div> |