Skip to content

Commit 86ac665

Browse files
committed
Testing data rehoming
1 parent 786f17f commit 86ac665

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+42822
-11
lines changed

_data/gsoc_members.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- name: Arthur Lui
2+
photo: https://avatars.githubusercontent.com/u/5297817?v=3
3+
github: luiarthur
4+
institution: University of California, Santa Cruz
5+
website: https://luiarthur.github.io
6+
7+
linkedin: lui-arthur
8+
twitter: luiarthur89
9+
10+
- name: Saranjeet Kaur
11+
photo: https://user-images.githubusercontent.com/28556616/81147692-76d9af00-8f98-11ea-9905-39c7cbe50a7a.jpg
12+
github: SaranjeetKaur
13+
institution: University of Pune, Pune
14+
# website: https://example.com/
15+
16+
linkedin: saranjeet-kaur-48ab769b
17+
# twitter: twitter_handle
18+

_data/members.yml

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
- name: Zoubin Ghahramani
2+
photo: https://www.turing.ac.uk/sites/default/files/styles/people/public/2018-06/professor_zoubin_ghahramani_frs_cc_by-sa_4.0.jpg
3+
institution: University of Cambridge
4+
website: http://mlg.eng.cam.ac.uk/zoubin/
5+
6+
7+
- name: Hong Ge
8+
photo: https://yebai.github.io/images/hg344-pr.jpg
9+
github: yebai
10+
institution: University of Cambridge
11+
website: http://mlg.eng.cam.ac.uk/hong/
12+
13+
14+
- name: Kai Xu
15+
photo: https://xuk.ai/assets/me_ne2x.png
16+
github: xukai92
17+
institution: University of Edinburgh
18+
website: https://xuk.ai/
19+
20+
twitter: xukai92
21+
22+
- name: Martin Trapp
23+
photo: https://martintdotblog.files.wordpress.com/2018/06/photo.jpg
24+
github: trappmartin
25+
institution: Graz University of Technology
26+
website: https://martint.blog/
27+
28+
linkedin: martintrapp
29+
twitter: martin_trapp
30+
31+
- name: Will Tebbutt
32+
photo: https://avatars3.githubusercontent.com/u/3628294?s=460&v=4
33+
github: willtebbutt
34+
institution: University of Cambridge
35+
website: https://willtebbutt.github.io/
36+
37+
38+
- name: Mohamed Tarek
39+
photo: https://user-images.githubusercontent.com/19524993/75977159-e77c3500-5f2f-11ea-882c-0593597985da.png
40+
github: mohamed82008
41+
institution: UNSW Canberra
42+
43+
linkedin: mabdelaty
44+
45+
- name: Tor Erlend Fjelde
46+
photo: https://avatars3.githubusercontent.com/u/11074788?s=460&v=4
47+
github: torfjelde
48+
institution: University of Cambridge
49+
website: http://retiredparkingguard.com/about.html
50+
51+
linkedin: torfjelde
52+
twitter: torfjelde
53+
54+
- name: Cameron Pfiffer
55+
photo: http://cameron.pfiffer.org/profile1.jpg
56+
github: cpfiffer
57+
institution: University of Oregon
58+
website: cameron.pfiffer.org
59+
60+
linkedin: cameron-pfiffer
61+
62+
- name: David Widmann
63+
photo: https://widmann.dev/assets/profile_small.jpg
64+
github: devmotion
65+
institution: Uppsala University
66+
website: https://widmann.dev
67+
68+
69+
- name: Sharan Yalburgi
70+
photo: https://sharanry.github.io/images/profile_photo.jpg
71+
github: sharanry
72+
institution: BITS Pilani
73+
website: sharanry.github.io
74+
75+
linkedin: sharanry
76+
twitter: sharanry
77+
78+
- name: Qingliang ZHUO
79+
photo: https://res.cloudinary.com/kdr2/image/upload/v1582550146/misc/ZHUO_PHOTO.jpg
80+
github: KDr2
81+
institution: Beijing Paoding Technology Co., LTD.
82+
website: https://kdr2.com
83+
84+
85+
- name: Philipp Gabler
86+
photo: https://avatars0.githubusercontent.com/u/7878215
87+
github: phipsgabler
88+
institution: Graz University of Technology
89+
90+
91+
- name: Miles Lucas
92+
photo: https://github.com/mileslucas.png
93+
github: mileslucas
94+
institution: Institute for Astronomy, University of Hawai'i
95+
website: https://mileslucas.com
96+
97+
twitter: mileslucas_
98+

_includes/alert.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div class="admonition {{ include.type }}">
2+
<p class="admonition-title">{% if include.title %}{{ include.title }}{% else %}{{ include.type }}{% endif %}</p>
3+
<p>{{ include.content }}</p>
4+
</div>
5+

_includes/citation.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<div class="swimlane text-center">
2+
<div>Citing Turing</div>
3+
<div>
4+
{{ '<sub>If you use **Turing** for your own research, please consider citing the following publication: Hong Ge, Kai Xu, and Zoubin Ghahramani: **Turing: Turing: a language for flexible probabilistic inference.** AISTATS 2018 [pdf](http://proceedings.mlr.press/v84/ge18b.html) [bibtex](https://github.com/TuringLang/Turing.jl/blob/master/CITATION.bib)</sub>' | markdownify }}
5+
</div>
6+
</div>

_includes/doc.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<a href="{{ site.baseurl }}/docs/{{ include.path }}">{% if include.name %}{{ include.name }}{% else %}{{ include.path }}{% endif %}</a>

_includes/editable.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!-- this will parse through the header fields and add a button to open
2+
an issue / ask a question on Github. The editable field should be in
3+
the post frontend matter, and refer to the label to open the issue for -->
4+
5+
<style>
6+
.more {
7+
float:right;
8+
font-size: 1.0rem !important;
9+
}
10+
.more:hover {
11+
color: cornflowerblue !important;
12+
}
13+
14+
.dropdown {
15+
position: relative;
16+
display: inline-block;
17+
}
18+
19+
.dropdown-content {
20+
display: none;
21+
position: absolute;
22+
background-color: #f9f9f9;
23+
min-width: 160px;
24+
font-weight: 200;
25+
box-shadow: 0px 8px 6px 0px rgba(0,0,0,0.2);
26+
padding: 0px 10px;
27+
z-index: 1;
28+
}
29+
30+
.dropdown:hover .dropdown-content {
31+
display: block;
32+
}
33+
</style>
34+

_includes/footer.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<footer class="c-footer md-footer-nav">
2+
<div class="md-footer-copyright__highlight">
3+
4+
Turing is created by <a style="color:inherit; text-decoration: underline;" href="http://mlg.eng.cam.ac.uk/hong/">Hong Ge</a>,
5+
and lovingly maintained by the <a style="color:inherit; text-decoration: underline;" href="https://github.com/TuringLang/Turing.jl/graphs/contributors">core team</a> of volunteers.
6+
7+
<br><br>
8+
9+
The contents of this website are
10+
© {{ site.time | date: '%Y' }} under the terms of the <a style="color:inherit; text-decoration: underline;" href="https://github.com/TuringLang/Turing.jl/blob/master/LICENCE">MIT License</a>.
11+
12+
</div>
13+
</footer>

_includes/google-analytics.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{% if site.google-analytics %}<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143467500-1"></script>
2+
<script>
3+
window.dataLayer = window.dataLayer || [];
4+
function gtag(){dataLayer.push(arguments);}
5+
gtag('js', new Date());
6+
7+
gtag('config', '{{ site.google-analytics }}');
8+
</script>{% endif %}

_includes/head.html

Whitespace-only changes.

_includes/headers.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<script>
2+
var headers = ["h1", "h2", "h3", "h4"]
3+
var colors = ["red", "orange", "green", "blue"]
4+
5+
$.each(headers, function(i, header){
6+
var color = colors[i];
7+
$(header).each(function () {
8+
var href=$(this).attr("id");
9+
$(this).append('<a class="headerlink" style="color:' + color + '" href="#' + href + '" title="Permanent link">¶</a>')
10+
});
11+
})
12+
13+
// Ensure that sidebar on left has arrows
14+
$(".pancakes-parent").on('click', function(){
15+
console.log($(this).next());
16+
$(this).next().find('.pancakes-child').toggle();
17+
if ($(this).hasClass('open-parent')){
18+
$(this).removeClass('open-parent');
19+
} else {
20+
$(this).addClass('open-parent');
21+
}
22+
})
23+
24+
$(".pancakes-parent-mobile").on('click', function(){
25+
var nav = $(this).next();
26+
nav.addClass('mobile-sub-navbar-display');
27+
})
28+
29+
$(".mobile-navbar-back").on('click', function(){
30+
var nav = $(this).parent();
31+
nav.removeClass('mobile-sub-navbar-display');
32+
})
33+
34+
</script>
35+
<script type="text/javascript" async
36+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML">
37+
</script>

_includes/navigation.html

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
2+
3+
<svg class="md-svg">
4+
<defs>
5+
<svg>
6+
<path d="M160 304q0 10-3.125 20.5t-10.75 19-18.125 8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5 18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75 19-18.125 8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5 18.125 8.5 10.75 19 3.125 20.5zM360 304q0-30-17.25-51t-46.75-21q-10.25 0-48.75 5.25-17.75 2.75-39.25 2.75t-39.25-2.75q-38-5.25-48.75-5.25-29.5 0-46.75 21t-17.25 51q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75 8-38.375zM416 260q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5-41.75 1.125q-19.5 0-35.5-0.75t-36.875-3.125-38.125-7.5-34.25-12.875-30.25-20.25-21.5-28.75q-15.5-30.75-15.5-82.75 0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875q36.75-8.75 77.25-8.75 37 0 70 8 26.25-20.5 46.75-30.25t47.25-9.75q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z" fill="currentColor"></path></svg>
7+
</defs></svg>
8+
9+
<input class=md-toggle data-md-toggle=drawer type=checkbox id=__drawer autocomplete=off>
10+
<input class=md-toggle data-md-toggle=search type=checkbox id=__search autocomplete=off>
11+
<label class=md-overlay data-md-component=overlay for=__drawer></label> <a href="#{{ page.title | slugify }}" tabindex=1 class=md-skip> Skip to content </a>
12+
<header class=md-header data-md-component=header data-md-state=none>
13+
<nav class="md-header-nav md-grid">
14+
<div class=md-flex>
15+
<div class="md-flex__cell md-flex__cell--shrink">
16+
</div>
17+
18+
<div class="md-flex__cell md-flex__cell--shrink">
19+
<label class="md-icon md-icon--menu md-header-nav__button" for=__drawer></label>
20+
</div>
21+
22+
<div class="md-flex__cell md-flex__cell--shrink">
23+
<a class="md-header-nav__button md-logo" href="{{ site.url }}{{ site.baseurl }}/" title="{{ site.title }}">
24+
<div class="md-flex__ellipsis md-header-nav__title" data-md-component=title>
25+
<span class=md-header-nav__topic>{{ site.title }}</span>
26+
</div>
27+
</a>
28+
</div>
29+
30+
<div class="md-flex__cell md-flex__cell--shrink">
31+
<div class="md-header-nav__source">
32+
<div class="dropdown version-switch">
33+
<a class="dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
34+
</a>
35+
<div class="dropdown-menu">
36+
<!-- a class="dropdown-item" href="#">Stable</a -->
37+
<!-- div class="dropdown-divider"></div -->
38+
</div>
39+
</div>
40+
</div>
41+
</div>
42+
43+
<div class="md-flex__cell md-flex__cell--shrink">
44+
<div class="md-header-nav__source">
45+
<a class="md-source" href="{{ site.baseurl }}/docs/using-turing/get-started" title="Get started">
46+
Get Started
47+
</a>
48+
</div>
49+
</div>
50+
51+
<div class="md-flex__cell md-flex__cell--shrink">
52+
<div class="md-header-nav__source">
53+
<a class="md-source" href="{{ site.baseurl }}/docs/using-turing/" title="View documentation">
54+
Documentation
55+
</a>
56+
</div>
57+
</div>
58+
59+
<div class="md-flex__cell md-flex__cell--shrink">
60+
<div class="md-header-nav__source">
61+
<a class="md-source" href="{{ site.baseurl }}/tutorials/" title="View tutorials">
62+
Tutorials
63+
</a>
64+
</div>
65+
</div>
66+
67+
<div class="md-flex__cell md-flex__cell--shrink">
68+
<div class="md-header-nav__source">
69+
<a class="md-source" href="{{ site.baseurl }}/news/" title="News">
70+
News
71+
</a>
72+
</div>
73+
</div>
74+
75+
<div class="md-flex__cell md-flex__cell--shrink">
76+
<div class="md-header-nav__source">
77+
<a class="md-source" href="{{ site.baseurl }}/team/" title="Team">
78+
Team
79+
</a>
80+
</div>
81+
</div>
82+
83+
<div class="md-flex__cell md-flex__cell--shrink">
84+
<div class="md-header-nav__source">
85+
<a class="md-source" data-md-source="github" href="{{ site.repo }}" title="Go to repository">
86+
<div class="md-source__icon" style="padding-top:5px">
87+
<i class="fa fa-github fa-3x"></i>
88+
</div>
89+
<div class="md-source__repository">
90+
{{ site.github_user }}/{{ site.github_repo }}
91+
</div></a>
92+
</div>
93+
</div>
94+
95+
<div class="md-flex__cell md-flex__cell--shrink">
96+
<div class="md-header-nav__source">
97+
<a href="https://twitter.com/TuringLang?ref_src=twsrc%5Etfw" class="twitter-follow-button"
98+
data-size="large" data-show-screen-name="false" data-show-count="false">Follow @TuringLang</a>
99+
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
100+
</div>
101+
</div>
102+
103+
<div class="md-flex__cell md-flex__cell--shrink">
104+
<label class="md-icon md-icon--search md-header-nav__button" for=__search></label>
105+
<div class=md-search data-md-component=search role=dialog>
106+
<label class=md-search__overlay for=__search></label>
107+
<div class=md-search__inner role=search>
108+
<form class=md-search__form name=search>
109+
<input type=text class=md-search__input name=query placeholder=Search autocapitalize=off autocorrect=off autocomplete=off spellcheck=false data-md-component=query data-md-state=active>
110+
<label class="md-icon md-search__icon" for=__search></label>
111+
<button type=reset class="md-icon md-search__icon" data-md-component=reset tabindex=-1> &#xE5CD; </button>
112+
</form>
113+
<div class=md-search__output>
114+
<div class=md-search__scrollwrap data-md-scrollfix>
115+
<div class=md-search-result data-md-component=result>
116+
<div class=md-search-result__meta> Type to start searching </div>
117+
<ol class=md-search-result__list></ol>
118+
</div>
119+
</div>
120+
</div>
121+
</div>
122+
</div>
123+
</div>
124+
</div>
125+
</nav>
126+
</header>

_includes/plotly.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<div id="{{ include.id }}" class="plotly"></div>
2+
<script>
3+
Plotly.d3.json("{{ include.json }}", function(err, fig) {
4+
Plotly.plot("{{ include.id }}", fig.data, fig.layout, {responsive: true});
5+
});
6+
</script>

0 commit comments

Comments
 (0)