tweak: change img src for social card.

This commit is contained in:
Nuno Sempere 2022-11-05 14:35:15 +00:00
parent cdfac9b871
commit 5d6036be6b
10 changed files with 10 additions and 10 deletions

View File

@ -57,7 +57,7 @@ This time, we are also experimenting with providing a few visualizations. Their
For the forecast with one month between each escalation step, we have: For the forecast with one month between each escalation step, we have:
<img src='https://i.imgur.com/UUZ0MSx.png' class='.img-medium-center'> <img src="https://i.imgur.com/UUZ0MSx.png" class='.img-medium-center'>
<img src='https://i.imgur.com/3POz1Zr.png' class='.img-medium-center'> <img src='https://i.imgur.com/3POz1Zr.png' class='.img-medium-center'>

View File

@ -200,7 +200,7 @@ That is, we are modelling this example intervention of halving child mortality,
But for reference, the distributions impact looks as follows: But for reference, the distributions impact looks as follows:
<img src='https://i.imgur.com/bejosHk.png' class='.img-medium-center'> <img src="https://i.imgur.com/bejosHk.png" class='.img-medium-center'>
### Calculate optimal allocation given diminishing marginal values ### Calculate optimal allocation given diminishing marginal values

View File

@ -25,7 +25,7 @@ Browse past newsletters [here](https://forecasting.substack.com/), or view this
### PredictIt, Kalshi & the CFTC ### PredictIt, Kalshi & the CFTC
<img src='https://i.imgur.com/6k0Oz4A.jpg' class='.img-medium-center'> <img src="https://i.imgur.com/6k0Oz4A.jpg" class='.img-medium-center'>
America, Land of the Free America, Land of the Free
@ -109,7 +109,7 @@ Nostalgebraist looks at [AI forecasting one year in](https://nostalgebraist.tum
[Samotsvety Forecasting](https://samotsvety.org/), my forecasting group, looks at the probability of [various AI catastrophes](https://forum.effectivealtruism.org/posts/EG9xDM8YRz4JN4wMN/samotsvety-s-ai-risk-forecasts) in the future, and at the [risk of a nuclear bomb being used](https://forum.effectivealtruism.org/posts/2nDTrDPZJBEerZGrk/samotsvety-nuclear-risk-update-october-2022) ([a](https://web.archive.org/web/20221012124008/https://forum.effectivealtruism.org/posts/2nDTrDPZJBEerZGrk/samotsvety-nuclear-risk-update-october-2022)) in the coming months (see also a [follow-up](https://forum.effectivealtruism.org/posts/8k9iebTHjdRCmzR5i/overreacting-to-current-events-can-be-very-costly) by Kelsey Piper). [Samotsvety Forecasting](https://samotsvety.org/), my forecasting group, looks at the probability of [various AI catastrophes](https://forum.effectivealtruism.org/posts/EG9xDM8YRz4JN4wMN/samotsvety-s-ai-risk-forecasts) in the future, and at the [risk of a nuclear bomb being used](https://forum.effectivealtruism.org/posts/2nDTrDPZJBEerZGrk/samotsvety-nuclear-risk-update-october-2022) ([a](https://web.archive.org/web/20221012124008/https://forum.effectivealtruism.org/posts/2nDTrDPZJBEerZGrk/samotsvety-nuclear-risk-update-october-2022)) in the coming months (see also a [follow-up](https://forum.effectivealtruism.org/posts/8k9iebTHjdRCmzR5i/overreacting-to-current-events-can-be-very-costly) by Kelsey Piper).
<img src='https://i.imgur.com/rPuKJCg.png' class='.img-medium-center'> <img src="https://i.imgur.com/rPuKJCg.png" class='.img-medium-center'>
Taken from [Polymarket](https://polymarket.com/market/will-russia-use-a-nuclear-weapon-before-2023). Note that money is worth less in the event of a nuclear war. Taken from [Polymarket](https://polymarket.com/market/will-russia-use-a-nuclear-weapon-before-2023). Note that money is worth less in the event of a nuclear war.

View File

@ -5,7 +5,7 @@ Metaforecast late 2022 update: GraphQL API, Charts, better infrastructure behind
## New API ## New API
Our most significant new addition is our GraphQL API. It allows other people to build on top of our efforts. It can be accessed on [metaforecast.org/api/graphql](https://metaforecast.org/api/graphql), and looks similar to the EA Forum's [own graphql api](https://forum.effectivealtruism.org/graphiql).<p><img src='https://i.imgur.com/xHRBMNb.png' class='.img-medium-center'></p> Our most significant new addition is our GraphQL API. It allows other people to build on top of our efforts. It can be accessed on [metaforecast.org/api/graphql](https://metaforecast.org/api/graphql), and looks similar to the EA Forum's [own graphql api](https://forum.effectivealtruism.org/graphiql).<p><img src="https://i.imgur.com/xHRBMNb.png" class='.img-medium-center'></p>
To get the first 1000 questions, you could use a query like:  To get the first 1000 questions, you could use a query like: 
@ -43,15 +43,15 @@ You can find more examples, like code to download all questions, in our [/scrip
Charts display a question's history. They look as follows: Charts display a question's history. They look as follows:
<img src='https://i.imgur.com/MWDA1j7.png' class='.img-medium-center'> <img src="https://i.imgur.com/MWDA1j7.png" class='.img-medium-center'>
Charts can be accessed by clicking the expand button on the front page although they are fairly slow to load at the moment. Charts can be accessed by clicking the expand button on the front page although they are fairly slow to load at the moment.
<img src='https://i.imgur.com/JJCrUjn.png' class='.img-medium-center'> <img src="https://i.imgur.com/JJCrUjn.png" class='.img-medium-center'>
Clicking on the expand button brings the user to a question page, which contains a chart, the full question description, and a range of quality indicators: Clicking on the expand button brings the user to a question page, which contains a chart, the full question description, and a range of quality indicators:
<img src='https://i.imgur.com/tlsVqz1.png' class='.img-medium-center'> <img src="https://i.imgur.com/tlsVqz1.png" class='.img-medium-center'>
We are also providing an endpoint at _metaforecast.org/questions/embed/\[id\]_ to allow other pages to embed our charts. For instance, to embed a question whose id is _betfair-1.178163916_, the endpoint would be [here](https://metaforecast.org/questions/embed/betfair-1.178163916). One would use it in the following code:  We are also providing an endpoint at _metaforecast.org/questions/embed/\[id\]_ to allow other pages to embed our charts. For instance, to embed a question whose id is _betfair-1.178163916_, the endpoint would be [here](https://metaforecast.org/questions/embed/betfair-1.178163916). One would use it in the following code: 
@ -72,7 +72,7 @@ With time, we aim to improve these pages, make them more interactive, etc. We al
Dashboards are collections of questions. For instance, [here](https://metaforecast.org/dashboards/view/561472e0d2?numCols=2) is a dashboard on global markets and inflation, as embedded in [Global Guessing](https://globalguessing.com/russia-ukraine-forecasts/). Dashboards are collections of questions. For instance, [here](https://metaforecast.org/dashboards/view/561472e0d2?numCols=2) is a dashboard on global markets and inflation, as embedded in [Global Guessing](https://globalguessing.com/russia-ukraine-forecasts/).
<img src='https://i.imgur.com/Joid0LI.png' class='.img-medium-center'> <img src="https://i.imgur.com/Joid0LI.png" class='.img-medium-center'>
Like questions, you can either [view dashboards directly](http://metaforecast.org/dashboards/view/561472e0d2?numCols=2), or [embed](http://metaforecast.org/dashboards/embed/561472e0d2?numCols=2) them. You can also create them, at [https://metaforecast.org/dashboards](https://metaforecast.org/dashboards). Like questions, you can either [view dashboards directly](http://metaforecast.org/dashboards/view/561472e0d2?numCols=2), or [embed](http://metaforecast.org/dashboards/embed/561472e0d2?numCols=2) them. You can also create them, at [https://metaforecast.org/dashboards](https://metaforecast.org/dashboards).