Skip to content

Commit 3ecfbb3

Browse files
committed
don't pin news just use the latest one
1 parent 2fbd62f commit 3ecfbb3

File tree

6 files changed

+3
-10
lines changed

6 files changed

+3
-10
lines changed

index.qmd

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ listing:
1212
template: _includes/card-listing.ejs
1313
sort: "date desc"
1414
max-items: 6
15-
include:
16-
on_landing: true
1715
- id: featured-tutorials
1816
contents:
1917
- "./_includes/featured-tutorials.yml"

news/posts/2019-12-14-initial-post/index.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ author:
1111
affiliation:
1212
- name: University of Oregon
1313
date: 12/14/2019
14-
on_landing: true
1514
---
1615

1716
All good open source projects should have a blog, and Turing is one such project. Later on, members of the Turing team may be populating this feed with posts on topics like
@@ -22,4 +21,4 @@ All good open source projects should have a blog, and Turing is one such project
2221
- Explorations of Turing's internals.
2322
- Updates to Turing's satellite projects [AdvancedHMC.jl](https://github.com/TuringLang/AdvancedHMC.jl) or [Bijectors.jl](https://github.com/TuringLang/Bijectors.jl).
2423

25-
Stay tuned!
24+
Stay tuned!

news/posts/2020-05-04-Imperial-Report13-analysis/index.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ include-in-header:
4545
- text: |
4646
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
4747
resources: data/*
48-
on_landing: true
4948
---
5049

5150
The Turing.jl team is currently exploring possibilities in an attempt to help with the ongoing SARS-CoV-2 crisis. As preparation for this and to get our feet wet, we decided to perform a replication study of the [Imperial Report 13](https://www.imperial.ac.uk/mrc-global-infectious-disease-analysis/covid-19/report-13-europe-npi-impact/), which attempts to estimate the real number of infections and impact of non-pharmaceutical interventions on COVID-19. In the report, the inference was performed using the probabilistic programming language (PPL) Stan. We have explicated their model and inference in Turing.jl, a Julia-based PPL. We believe the results and analysis of our study are relevant for the public, and for other researchers who are actively working on epidemiological models. To that end, our implementation and results are available [here](https://github.com/cambridge-mlg/Covid19).
@@ -106,4 +105,4 @@ This will result in a plethora of different models from which we can select the
106105
Such model refinement can be potentially valuable given the high impact of this pandemic and the uncertainty and debates in the potential outcomes.
107106

108107
**Acknowledgement** *We would like to thank the Julia community for creating such an excellent platform for scientific computing, and for the continuous feedback that we have received. We also thank researchers from Computational and Biological Laboratory at Cambridge University for their feedback on an early version of the post.*
109-
<!----- Footnotes ----->
108+
<!----- Footnotes ----->

news/posts/2022-02-17-gsoc/index.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ author:
1313
- name: the TuringLang team
1414
url: /team/
1515
date: 02/17/2022
16-
on_landing: true
1716
---
1817

1918
It is another year of the [Google Summer of Code](https://summerofcode.withgoogle.com/) time, and we have compiled an updated list of exciting Turing projects!
@@ -125,4 +124,4 @@ Adding [approximate inference](https://github.com/JuliaGaussianProcesses/JuliaGa
125124
**Project length**: 350 hrs
126125

127126
**Description**:
128-
This would involve first ensuring that common models are able to run fully on the GPU, then identifying and improving GPU-specific performance bottlenecks. This would begin by implementing a limited end-to-end example involving a GP with a standard kernel, and profiling it to debug any substantial performance bottlenecks. From there, support for a wider range of the functionality available in KernelFunctions.jl and AbstractGPs.jl can be added. Stretch goal: extension of GPU support to some functionality in ApproximateGPs.jl.
127+
This would involve first ensuring that common models are able to run fully on the GPU, then identifying and improving GPU-specific performance bottlenecks. This would begin by implementing a limited end-to-end example involving a GP with a standard kernel, and profiling it to debug any substantial performance bottlenecks. From there, support for a wider range of the functionality available in KernelFunctions.jl and AbstractGPs.jl can be added. Stretch goal: extension of GPU support to some functionality in ApproximateGPs.jl.

news/posts/2025-06-20-newsletter-9/index.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ author:
77
- name: The TuringLang team
88
url: /team/
99
date: 2025-06-20
10-
on_landing: true
1110
---
1211

1312
**Google Summer of Code**

news/posts/2025-07-11-newsletter-10/index.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ author:
77
- name: The TuringLang team
88
url: /team/
99
date: 2025-07-11
10-
on_landing: true
1110
---
1211

1312
**LKJCholesky**

0 commit comments

Comments
 (0)