We shared this request example with FAB participants: url_qparams = { "limit": count, "offset": offset, "has_group": "false", "order_by": "-activity", "forecast_type": "binary", "project": tournament_id, "status": "open", "type": "forecast", "include_description": "true", } url = f"{api_info.base_url}/questions/" response = requests.get( url, headers={"Authorization": f"Token {api_info.token}"}, params=url_qparams )

But we don't want to support all these parameters, and the ones relevant are: - order_by - status - project - forecast_type - we ignore this, but assume it's binary - FAB only supports binary for now.

GET /api2/questions/?format=api&offset=6160
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "count": 6422,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=6180",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=6140",
    "results": [
        {
            "id": 432,
            "title": "Will North Korea test-launch an ICBM by the end of 2018?",
            "short_title": "",
            "url_title": "",
            "slug": "will-north-korea-test-launch-an-icbm-by-the-end-of-2018",
            "author_id": 101200,
            "author_username": "paulgabrielsen",
            "coauthors": [],
            "created_at": "2017-02-08T19:03:03.391758Z",
            "published_at": "2017-02-09T19:02:57Z",
            "edited_at": "2025-09-05T17:28:46.675537Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-02-09T19:02:57Z",
            "comment_count": 26,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2018-03-01T00:00:00Z",
            "scheduled_close_time": "2018-03-01T00:00:00Z",
            "scheduled_resolve_time": "2018-12-20T14:14:00Z",
            "actual_resolve_time": "2018-12-20T14:14:00Z",
            "open_time": "2017-02-09T19:02:57Z",
            "nr_forecasters": 169,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15868,
                        "name": "Nuclear Technology & Risks",
                        "slug": "nuclear",
                        "emoji": "☣️",
                        "type": "topic"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    },
                    {
                        "id": 3687,
                        "name": "Geopolitics",
                        "slug": "geopolitics",
                        "emoji": "🌍",
                        "description": "Geopolitics",
                        "type": "category"
                    },
                    {
                        "id": 3690,
                        "name": "Nuclear Technology & Risks",
                        "slug": "nuclear",
                        "emoji": "☢️",
                        "description": "Nuclear Technology & Risks",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 432,
                "title": "Will North Korea test-launch an ICBM by the end of 2018?",
                "created_at": "2017-02-08T19:03:03.391758Z",
                "open_time": "2017-02-09T19:02:57Z",
                "cp_reveal_time": "2017-02-11T15:29:18.276468Z",
                "spot_scoring_time": "2017-02-11T15:29:18.276468Z",
                "scheduled_resolve_time": "2018-12-20T14:14:00Z",
                "actual_resolve_time": "2018-12-20T14:14:00Z",
                "resolution_set_time": "2018-12-20T14:14:00Z",
                "scheduled_close_time": "2018-03-01T00:00:00Z",
                "actual_close_time": "2018-03-01T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "2017 began with an [assertion by North Korean leader Kim Jong Un](http://www.cnn.com/2017/01/01/asia/north-korea-kim-jong-un-speech/) that his military was ready to test-launch an intercontinental ballistic missile (ICBM) at [\"any time, any place.\"](http://www.upi.com/Top_News/World-News/2017/01/30/North-Korea-could-test-midrange-missile-before-ICBM-officials-say/2531485786539/) South Korean observers [confirmed](http://www.reuters.com/article/us-northkorea-missiles-idUSKBN15304O) that such a launch may be imminent.\n\nICBMs are typically defined as capable of traveling [more than 5,500 km](https://en.wikipedia.org/wiki/Intercontinental_ballistic_missile) (3,400 mi). Missiles with shorter ranges are defined as intermediate-range ballistic missiles, the category in which North Korea's successfully-tested [Musudan](https://en.wikipedia.org/wiki/Hwasong-10) missile falls. \n\nEarly development of ICBMs by the United States and Russia paralleled the space race, since the same missiles in development to deliver nuclear warheads were also used as launch vehicles in the Mercury and Gemini programs and in the Russian counterparts of the same programs. \n\nNorth Korea's [Taepodong rocket](https://en.wikipedia.org/wiki/Taepodong-2), with a range up to 6,000 km, has similarly been used for space launches, although it's unlikely this rocket was designed to carry a nuclear warhead. Instead, North Korea's two ICBMs possibly in development are the [KN-08 and the longer-range KN-14](https://en.wikipedia.org/wiki/KN-08#New_KN-08_based_missile:_KN-14). \n\nAn ICBM test is likely to have international consequences, particularly in light of U.S. President Donald Trump's [assertion](http://abcnews.go.com/Politics/trump-north-korea-nuclear-icbm-wont-happen/story?id=44517768) that the test \"won't happen.\"\n\n***When will North Korea test-launch an ICBM?***\n\nThis question will resolve as positive when a guided missile with a range of more than 5,500 km, capable of hosting a nuclear warhead, is test-launched by the North Korean government.  Resolution is by credible media report, with assessment provided by US or UK government or United Nations.  (In case of major controversy in such assessments, resolves as ambiguous.)",
                "fine_print": "",
                "post_id": 432,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1519574026.447801,
                                "end_time": null,
                                "forecaster_count": 169,
                                "interval_lower_bounds": [
                                    0.53
                                ],
                                "centers": [
                                    0.7
                                ],
                                "interval_upper_bounds": [
                                    0.8
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1519574026.447801,
                            "end_time": null,
                            "forecaster_count": 169,
                            "interval_lower_bounds": [
                                0.53
                            ],
                            "centers": [
                                0.7
                            ],
                            "interval_upper_bounds": [
                                0.8
                            ],
                            "forecast_values": [
                                0.30000000000000004,
                                0.7
                            ],
                            "means": [
                                0.6619909517534389
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.2402010717881577,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.005226396168279664,
                                    4.5399929762484854e-05,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00044899564128684583,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24083360250219016,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4350460907608595,
                                    0.0,
                                    0.0,
                                    8.318456663361169e-05,
                                    0.0,
                                    0.5111092096684215,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08918925058973746,
                                    1.4488806525528815,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10316725170235903,
                                    0.31103792347567866,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.003061355616862873,
                                    0.00017669224695917622,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.9201940723082398,
                                    0.29814543415531153,
                                    0.18646210648615025,
                                    0.6803879534477892,
                                    0.0,
                                    0.09237943054923876,
                                    0.24310700388341644,
                                    0.21146565072159737,
                                    0.0,
                                    0.0005493758898720943,
                                    0.1013883270196685,
                                    0.3073483513082683,
                                    0.9257491136026689,
                                    0.966628056167255,
                                    0.0,
                                    0.23403004187577436,
                                    1.7044729548961286,
                                    0.6250664382518876,
                                    6.8455048669027e-05,
                                    0.0,
                                    1.874479810373648,
                                    0.0,
                                    1.129674326688514,
                                    0.0,
                                    0.0015923227563650303,
                                    2.8364442281826023,
                                    0.007170769903370408,
                                    0.09564400877019393,
                                    2.1148702063730683e-05,
                                    0.18883771319437148,
                                    1.8153701134602696,
                                    0.07773660018766643,
                                    0.11041919827335159,
                                    0.2169343388988597,
                                    0.0,
                                    0.5836989675177019,
                                    0.8836588993542237,
                                    0.004588386259694611,
                                    0.0,
                                    0.002661322263557812,
                                    0.6585970186193786,
                                    0.02000568267448085,
                                    0.0023070242929902323,
                                    0.0,
                                    0.704061647401311,
                                    0.02290432330560676,
                                    0.026804956076009214,
                                    0.0,
                                    0.0,
                                    1.3536452330494226
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 12.236134017573544,
                            "coverage": 0.9999721498446326,
                            "baseline_score": 47.817413414986454,
                            "spot_peer_score": -6.113284765877181,
                            "peer_archived_score": 12.236134017573544,
                            "baseline_archived_score": 47.817413414986454,
                            "spot_peer_archived_score": -6.113284765877181
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1519574026.548476,
                                "end_time": null,
                                "forecaster_count": 169,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1519574026.548476,
                            "end_time": null,
                            "forecaster_count": 169,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.4446380229059175,
                                0.5553619770940825
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 25,
                "user_vote": null
            },
            "forecasts_count": 316,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 430,
            "title": "Article 50 triggered by UK by end of March 2017?",
            "short_title": "",
            "url_title": "",
            "slug": "article-50-triggered-by-uk-by-end-of-march-2017",
            "author_id": 101200,
            "author_username": "paulgabrielsen",
            "coauthors": [],
            "created_at": "2017-02-03T21:00:17.227795Z",
            "published_at": "2017-02-03T20:59:32Z",
            "edited_at": "2025-09-05T17:29:23.983409Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-02-03T20:59:32Z",
            "comment_count": 2,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-03-01T00:00:00Z",
            "scheduled_close_time": "2017-03-01T00:00:00Z",
            "scheduled_resolve_time": "2017-03-30T15:27:36.253000Z",
            "actual_resolve_time": "2017-03-30T15:27:36.253000Z",
            "open_time": "2017-02-03T20:59:32Z",
            "nr_forecasters": 36,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 430,
                "title": "Article 50 triggered by UK by end of March 2017?",
                "created_at": "2017-02-03T21:00:17.227795Z",
                "open_time": "2017-02-03T20:59:32Z",
                "cp_reveal_time": "2017-02-05T04:48:50.470473Z",
                "spot_scoring_time": "2017-02-05T04:48:50.470473Z",
                "scheduled_resolve_time": "2017-03-30T15:27:36.253000Z",
                "actual_resolve_time": "2017-03-30T15:27:36.253000Z",
                "resolution_set_time": "2017-03-30T15:27:36.253000Z",
                "scheduled_close_time": "2017-03-01T00:00:00Z",
                "actual_close_time": "2017-03-01T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "In the aftermath of the Brexit vote, the world wondered \"What happens next?\" The vote, although a referendum vote to assess the will of the people, did not by itself cause the UK to leave the European Union. The mechanism for doing so is Article 50 of the Treaty on European Union, and Brexit does not formally begin until that article is triggered.\n\n[The Article states](https://en.wikipedia.org/wiki/Article_50_of_the_Treaty_on_European_Union) that any EU member country can decide to leave the Union by formally notifying the European Council. Upon notification, the exiting country commences a two-year period of negotiation to, in essence, re-negotiate the country's new relationship with the rest of the EU. The final agreement must be ratified by the European Council, in consultation with the European Parliament.\n\nTriggering Article 50 is risky by design, however. If the agreement is not ratified within the two-year timeframe, the exiting country goes away empty-handed, with regards to formal relationships with the remaining EU countries.\n\nUK Prime Minister Theresa May [has said](http://www.bbc.com/news/uk-politics-37532364) that she will trigger Article 50 by the end of March 2017. Although [a ruling by the Supreme Court of the United Kingdom](https://www.nytimes.com/2017/01/26/world/europe/uk-theresa-may-brexit-bill.html?action=click&contentCollection=Europe&module=RelatedCoverage&region=EndOfArticle&pgtype=article) requires that May secure Parliamentary approval to proceed, a preliminary vote in Feb. 2017 [showed strong support](https://www.nytimes.com/2017/02/01/world/europe/theresa-may-expected-to-win-parliaments-ok-on-brexit-bill.html), likely clearing the way for May to trigger Article 50.\n\n***Will Brexit proceed as planned, with notice served to the European Council under Article 50, by the end of March 2017?***\n\n*This question will resolve as positive if a credible news outlet reports that Article 50 has been formally triggered by the United Kingdom on or before March 31, 2017.*",
                "fine_print": "",
                "post_id": 430,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1488274729.598096,
                                "end_time": null,
                                "forecaster_count": 36,
                                "interval_lower_bounds": [
                                    0.64
                                ],
                                "centers": [
                                    0.67
                                ],
                                "interval_upper_bounds": [
                                    0.85
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1488274729.598096,
                            "end_time": null,
                            "forecaster_count": 36,
                            "interval_lower_bounds": [
                                0.64
                            ],
                            "centers": [
                                0.67
                            ],
                            "interval_upper_bounds": [
                                0.85
                            ],
                            "forecast_values": [
                                0.32999999999999996,
                                0.67
                            ],
                            "means": [
                                0.7359264538013622
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06833212923320346,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1646322930129376,
                                    0.17249978086131545,
                                    0.9195046140969454,
                                    0.11919235601565477,
                                    0.7095347889677784,
                                    0.7885881461719532,
                                    0.0,
                                    1.3851982832604688,
                                    0.0,
                                    0.0,
                                    0.4061712190803831,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.19531807993405853,
                                    0.0,
                                    0.0,
                                    0.041937583413620604,
                                    0.0,
                                    0.2699322600469583,
                                    0.0,
                                    0.0,
                                    0.48305139127311664,
                                    0.0,
                                    0.780630339873714,
                                    0.19376657685266277,
                                    0.0,
                                    0.0,
                                    0.05855889144026411,
                                    0.3700634021794541,
                                    0.6324728612622941,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.75064820531994
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 0.5115902601102349,
                            "coverage": 0.9985954509574139,
                            "baseline_score": 64.43566167115901,
                            "spot_peer_score": -2.9725882809737003,
                            "peer_archived_score": 0.5115902601102349,
                            "baseline_archived_score": 64.43566167115901,
                            "spot_peer_archived_score": -2.9725882809737003
                        },
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 5,
                "user_vote": null
            },
            "forecasts_count": 49,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 429,
            "title": "Higher US housing prices in 2017?",
            "short_title": "",
            "url_title": "",
            "slug": "higher-us-housing-prices-in-2017",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-02-01T18:05:01.848828Z",
            "published_at": "2017-02-01T17:50:00Z",
            "edited_at": "2025-09-05T17:29:21.497226Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-02-01T17:50:00Z",
            "comment_count": 5,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-03-27T07:00:00Z",
            "scheduled_close_time": "2017-12-01T17:50:00Z",
            "scheduled_resolve_time": "2017-12-01T17:50:00Z",
            "actual_resolve_time": "2017-03-27T07:00:00Z",
            "open_time": "2017-02-01T17:50:00Z",
            "nr_forecasters": 26,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 429,
                "title": "Higher US housing prices in 2017?",
                "created_at": "2017-02-01T18:05:01.848828Z",
                "open_time": "2017-02-01T17:50:00Z",
                "cp_reveal_time": "2017-02-03T17:50:00Z",
                "spot_scoring_time": "2017-02-03T17:50:00Z",
                "scheduled_resolve_time": "2017-12-01T17:50:00Z",
                "actual_resolve_time": "2017-03-27T07:00:00Z",
                "resolution_set_time": "2017-03-27T07:00:00Z",
                "scheduled_close_time": "2017-12-01T17:50:00Z",
                "actual_close_time": "2017-03-27T07:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "The [Case-Schiller 20-city composite housing index](https://us.spindices.com/indices/real-estate/sp-corelogic-case-shiller-20-city-composite-home-price-nsa-index) is a well-reference tracker of US home prices.  \n\nPublished monthly, the index was (arguably) in decline from its inception in late 2006 until mid 2012.  Since then it has seen a steady rise (underlying seasonal fluctuations) from a low of 134, to 192 as of November 2016.\n\nThis question addresses whether this upward trend will continue, or whether we'll enter into a new decline.   As a specific criterion, we'll ask:\n\n*** Will the high point of the 20-city Case-Schiller index in 2017 be higher than that in 2016? ***\n\nResolution is positive if the highest reported value of [the index](https://us.spindices.com/indices/real-estate/sp-corelogic-case-shiller-20-city-composite-home-price-nsa-index) for 2017 (likely reported in winter 2018) exceeds the highest of 2016 (which in turn would be at least 192.14).",
                "fine_print": "",
                "post_id": 429,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1490979954.065803,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.7
                                ],
                                "centers": [
                                    0.75
                                ],
                                "interval_upper_bounds": [
                                    0.89
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1490979954.065803,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.7
                            ],
                            "centers": [
                                0.75
                            ],
                            "interval_upper_bounds": [
                                0.89
                            ],
                            "forecast_values": [
                                0.25,
                                0.75
                            ],
                            "means": [
                                0.766273128996618
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11123030328809189,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04091934181495329,
                                    0.09369360910749297,
                                    0.03130111324493288,
                                    0.0,
                                    0.022778484283569433,
                                    0.6991879249136447,
                                    0.8218869508967813,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13082761184065436,
                                    0.0,
                                    0.05181454149830181,
                                    0.0,
                                    0.0,
                                    1.328567386681727,
                                    0.0,
                                    0.0,
                                    0.38538527315093474,
                                    0.0,
                                    1.3373076995740591,
                                    0.01505338459998825,
                                    0.0,
                                    0.15266220141285267,
                                    0.07805035281635142,
                                    0.7429155235659053,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34196503051998717,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.23351825246045652,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20380305925474834,
                                    0.9074353916842878,
                                    0.0,
                                    0.17692120631776415
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 0.47677855305408234,
                            "coverage": 0.17645360105568417,
                            "baseline_score": 8.464698762782831,
                            "spot_peer_score": 0.5125507986969906,
                            "peer_archived_score": 0.47677855305408234,
                            "baseline_archived_score": 8.464698762782831,
                            "spot_peer_archived_score": 0.5125507986969906
                        },
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 4,
                "user_vote": null
            },
            "forecasts_count": 39,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 427,
            "title": "Is solid metallic hydrogen metastable at room temperature?",
            "short_title": "",
            "url_title": "",
            "slug": "is-solid-metallic-hydrogen-metastable-at-room-temperature",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-01-30T21:53:04.537267Z",
            "published_at": "2017-01-30T22:15:17Z",
            "edited_at": "2025-09-05T17:29:20.447378Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-01-30T22:15:17Z",
            "comment_count": 6,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-06-15T21:52:00Z",
            "scheduled_close_time": "2017-06-15T21:52:00Z",
            "scheduled_resolve_time": "2020-07-18T04:01:00Z",
            "actual_resolve_time": "2020-07-18T04:01:00Z",
            "open_time": "2017-01-30T22:15:17Z",
            "nr_forecasters": 45,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 427,
                "title": "Is solid metallic hydrogen metastable at room temperature?",
                "created_at": "2017-01-30T21:53:04.537267Z",
                "open_time": "2017-01-30T22:15:17Z",
                "cp_reveal_time": "2017-02-01T22:15:17Z",
                "spot_scoring_time": "2017-02-01T22:15:17Z",
                "scheduled_resolve_time": "2020-07-18T04:01:00Z",
                "actual_resolve_time": "2020-07-18T04:01:00Z",
                "resolution_set_time": "2020-07-18T04:01:00Z",
                "scheduled_close_time": "2017-06-15T21:52:00Z",
                "actual_close_time": "2017-06-15T21:52:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "Solid metallic hydrogen has apparently been [recently created in the lab](http://www.sciencemag.org/news/2017/01/diamond-vise-turns-hydrogen-metal-potentially-ending-80-year-quest).  If verified (see some [doubts raised here](http://www.nature.com/news/physicists-doubt-bold-report-of-metallic-hydrogen-1.21379)) this could be a big deal (see [accompanying question on citations](http://www.metaculus.com/questions/370/solid-metallic-hydrogen-how-much-impact/)) as the substance has been theorized for decades and may have very interesting properties.  \n\nAlong with superconductivity (see [accompanying question](https://www.metaculus.com/questions/371/solid-metallic-hydrogen-will-it-superconduct-at-room-temperature/)) a key issue is whether solid metallic hydrogen will be *metastable* at room temperature, i.e. stay in the same form even when the ultra-high pressure is released.  The researchers apparently plan to test this after doing as many other tests as possible on their sample.\n\n*** Will a solid metallic hydrogen be metastable at room temperature? ***\n\nResolution is positive if by Jan 1, 2020 a credible preprint or published paper reports that (a) solid metallic hydrogen has been created (by the Harvard group or another), and (b) remains stable at > 0 centigrade and < 2 atm of pressure for > 1 hour.",
                "fine_print": "",
                "post_id": 427,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1497541403.708968,
                                "end_time": null,
                                "forecaster_count": 45,
                                "interval_lower_bounds": [
                                    0.06
                                ],
                                "centers": [
                                    0.11
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1497541403.708968,
                            "end_time": null,
                            "forecaster_count": 45,
                            "interval_lower_bounds": [
                                0.06
                            ],
                            "centers": [
                                0.11
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.89,
                                0.11
                            ],
                            "means": [
                                0.1790597273969042
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.8479754994381549,
                                    0.4159242870145984,
                                    0.22377587120432887,
                                    0.0,
                                    1.2343673858202424,
                                    0.6292630324472235,
                                    0.0,
                                    0.09543546787520314,
                                    0.08322710082031365,
                                    1.5815739034270808,
                                    1.44751560840128,
                                    0.039003561466750214,
                                    0.0,
                                    0.11935795955623035,
                                    0.028841894683954285,
                                    0.08440963331553128,
                                    0.017206765638407475,
                                    0.0,
                                    0.0,
                                    0.051830417811593,
                                    0.0,
                                    0.0,
                                    0.01414047269109762,
                                    0.08496097501576635,
                                    0.9795773045890315,
                                    0.0,
                                    0.0,
                                    0.10687792566038573,
                                    0.0,
                                    0.9277858371259815,
                                    0.38150119878791605,
                                    0.31151060421959453,
                                    0.0,
                                    1.3373727620326048,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.020655434800179992,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8600494355428064,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 5.7664564780559395,
                            "coverage": 0.9999974479251603,
                            "baseline_score": 80.17892393119851,
                            "spot_peer_score": 2.7959979097471064,
                            "peer_archived_score": 5.7664564780559395,
                            "baseline_archived_score": 80.17892393119851,
                            "spot_peer_archived_score": 2.7959979097471064
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1497541403.743906,
                                "end_time": null,
                                "forecaster_count": 45,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1497541403.743906,
                            "end_time": null,
                            "forecaster_count": 45,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9559558985170208,
                                0.044044101482979256
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 6,
                "user_vote": null
            },
            "forecasts_count": 57,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 425,
            "title": "Winner in 2017 of the Lunar X-prize?",
            "short_title": "",
            "url_title": "",
            "slug": "winner-in-2017-of-the-lunar-x-prize",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-01-24T23:37:01.971665Z",
            "published_at": "2017-01-24T23:35:55Z",
            "edited_at": "2025-09-05T17:28:53.946634Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-01-24T23:35:55Z",
            "comment_count": 6,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-07-01T00:00:00Z",
            "scheduled_close_time": "2017-07-01T00:00:00Z",
            "scheduled_resolve_time": "2018-06-05T22:50:00Z",
            "actual_resolve_time": "2018-06-05T22:50:00Z",
            "open_time": "2017-01-24T23:35:55Z",
            "nr_forecasters": 41,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    },
                    {
                        "id": 3695,
                        "name": "Space",
                        "slug": "space",
                        "emoji": "🚀",
                        "description": "Space",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 425,
                "title": "Winner in 2017 of the Lunar X-prize?",
                "created_at": "2017-01-24T23:37:01.971665Z",
                "open_time": "2017-01-24T23:35:55Z",
                "cp_reveal_time": "2017-01-26T18:49:52.329833Z",
                "spot_scoring_time": "2017-01-26T18:49:52.329833Z",
                "scheduled_resolve_time": "2018-06-05T22:50:00Z",
                "actual_resolve_time": "2018-06-05T22:50:00Z",
                "resolution_set_time": "2018-06-05T22:50:00Z",
                "scheduled_close_time": "2017-07-01T00:00:00Z",
                "actual_close_time": "2017-07-01T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "According to [the official website](http://lunar.xprize.org/press-release/google-lunar-xprize-awards-1-million-diversity-prize-five-teams-move-forward), five finalists have been chosen in the [Google Lunar X-Prize](http://lunar.xprize.org), which is a challenge to successfully send an operating vehicle that lands on the moon, travels 500 meters, and returns images to Earth.\n\n*** Will the $20 million X-prize be awarded for a mission launched in 2017? ***\n\nResolution by official announcement by the X-prize foundation.  Prize must be awarded by June 1, 2018.\n\n*(Edited 3/20/17 to extend prize award date to mid-2018 to accommodate mission length and delays between mission and award.)*",
                "fine_print": "",
                "post_id": 425,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1498845844.380964,
                                "end_time": null,
                                "forecaster_count": 41,
                                "interval_lower_bounds": [
                                    0.25
                                ],
                                "centers": [
                                    0.39
                                ],
                                "interval_upper_bounds": [
                                    0.42
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1498845844.380964,
                            "end_time": null,
                            "forecaster_count": 41,
                            "interval_lower_bounds": [
                                0.25
                            ],
                            "centers": [
                                0.39
                            ],
                            "interval_upper_bounds": [
                                0.42
                            ],
                            "forecast_values": [
                                0.61,
                                0.39
                            ],
                            "means": [
                                0.34266579784347884
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.18037658447122673,
                                    0.0,
                                    0.61443971782953,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20042950017961592,
                                    0.0,
                                    0.0,
                                    0.4337183691184219,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2991016446417691,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.009362214450677682,
                                    1.0,
                                    0.016741534525792804,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5175953131017844,
                                    0.0,
                                    0.0,
                                    0.39083256065161287,
                                    0.0,
                                    1.1160707376743622,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.006813082111662306,
                                    0.10228230303850093,
                                    0.0,
                                    0.22220725492846322,
                                    0.023344988892241045,
                                    0.7876430811287041,
                                    0.019184847683859318,
                                    1.7240490066599756,
                                    1.285769858668261,
                                    0.0,
                                    0.0,
                                    0.42280821941083385,
                                    0.11877855168560006,
                                    0.03326916664747106,
                                    0.0,
                                    0.0,
                                    0.6795676261368744,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12948046043583153,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6682290751014637,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16193689729934868,
                                    0.02802391257647418,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06984569336479438,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.052917423781649,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 2.1124740465411094,
                            "coverage": 0.9998811022387493,
                            "baseline_score": 20.484236541473553,
                            "spot_peer_score": 11.344370614248955,
                            "peer_archived_score": 2.1124740465411094,
                            "baseline_archived_score": 20.484236541473553,
                            "spot_peer_archived_score": 11.344370614248955
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1498813674.480828,
                                "end_time": null,
                                "forecaster_count": 41,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1498813674.480828,
                            "end_time": null,
                            "forecaster_count": 41,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8213418690410849,
                                0.17865813095891514
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 8,
                "user_vote": null
            },
            "forecasts_count": 58,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 421,
            "title": "Will the European Parliament pass rules granting AI personhood, among other provisions?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-european-parliament-pass-rules-granting-ai-personhood-among-other-provisions",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2017-01-13T02:53:47.263570Z",
            "published_at": "2017-01-13T17:57:30Z",
            "edited_at": "2025-09-05T17:29:28.672530Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-01-13T17:57:30Z",
            "comment_count": 6,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-02-01T02:53:19Z",
            "scheduled_close_time": "2017-02-01T02:53:19Z",
            "scheduled_resolve_time": "2017-02-23T03:43:10.852000Z",
            "actual_resolve_time": "2017-02-23T03:43:10.852000Z",
            "open_time": "2017-01-13T17:57:30Z",
            "nr_forecasters": 26,
            "html_metadata_json": null,
            "projects": {
                "topic": [
                    {
                        "id": 15869,
                        "name": "Artificial Intelligence",
                        "slug": "ai",
                        "emoji": "🤖",
                        "type": "topic"
                    }
                ],
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    },
                    {
                        "id": 3688,
                        "name": "Law",
                        "slug": "law",
                        "emoji": "⚖️",
                        "description": "Law",
                        "type": "category"
                    },
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3694,
                        "name": "Artificial Intelligence",
                        "slug": "artificial-intelligence",
                        "emoji": "🤖",
                        "description": "Artificial Intelligence",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 421,
                "title": "Will the European Parliament pass rules granting AI personhood, among other provisions?",
                "created_at": "2017-01-13T02:53:47.263570Z",
                "open_time": "2017-01-13T17:57:30Z",
                "cp_reveal_time": "2017-01-15T17:57:30Z",
                "spot_scoring_time": "2017-01-15T17:57:30Z",
                "scheduled_resolve_time": "2017-02-23T03:43:10.852000Z",
                "actual_resolve_time": "2017-02-23T03:43:10.852000Z",
                "resolution_set_time": "2017-02-23T03:43:10.852000Z",
                "scheduled_close_time": "2017-02-01T02:53:19Z",
                "actual_close_time": "2017-02-01T02:53:19Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "Although no legislation regarding artificial intelligence appears to be on the immediate horizon in the US (see [pertinent question](http://www.metaculus.com/questions/418/when-will-the-first-law-concerning-artificial-intelligence-be-passed-in-the-us/)) this may not be the case in the EU.  Per [This Guardian article](https://www.theguardian.com/technology/2017/jan/12/give-robots-personhood-status-eu-committee-argues) (among other reports), a proposed European Parliament motion would include a number of provisions including a call to:\n\n* Create a European agency for robotics and AI,\n\n* Consider granting highly capable AIs and robots \"personhood\" status (akin to corporate personhood),\n\n* Create an advisory code of conduct for AI and robotic engineers,\n\n* Create a mandatory insurance scheme to cover damages done by autonomous agents.\n\nThe text of the proposal can be [found here](http://www.europarl.europa.eu/sides/getDoc.do?pubRef=-//EP//NONSGML%2BCOMPARL%2BPE-582.443%2B01%2BDOC%2BPDF%2BV0//EN). According to the above Guardian article, \n\n> The full house of the European Parliament will vote on the draft proposals in February, which will need to be approved by absolute majority.\n\n*** Will a resolution substantially resembling this proposed resolution be passed by the European parliament in 2017? ***\n\nResolution is positive if a majority vote of the European parliament is taken in favor of this or a very similar proposal in by end of 2017.",
                "fine_print": "",
                "post_id": 421,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1485824967.006399,
                                "end_time": null,
                                "forecaster_count": 26,
                                "interval_lower_bounds": [
                                    0.11
                                ],
                                "centers": [
                                    0.25
                                ],
                                "interval_upper_bounds": [
                                    0.36
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1485824967.006399,
                            "end_time": null,
                            "forecaster_count": 26,
                            "interval_lower_bounds": [
                                0.11
                            ],
                            "centers": [
                                0.25
                            ],
                            "interval_upper_bounds": [
                                0.36
                            ],
                            "forecast_values": [
                                0.75,
                                0.25
                            ],
                            "means": [
                                0.2306170742136834
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.7588465445621289,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03449404060253258,
                                    0.0,
                                    0.6645775164919735,
                                    0.0,
                                    0.0,
                                    0.5966385346030553,
                                    0.39670447303994477,
                                    0.0,
                                    0.16823478873740735,
                                    0.5107092253775829,
                                    0.057099978657575844,
                                    0.0,
                                    0.045093394185345845,
                                    0.0,
                                    0.25733870929039265,
                                    0.621229315223811,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.640872497973266,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.016588932653428593,
                                    0.0,
                                    0.0,
                                    0.7384602599698556,
                                    0.0,
                                    0.0,
                                    0.07068444313541063,
                                    0.0,
                                    0.19496837784713386,
                                    0.0,
                                    1.1225765539975663,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8186979815576536,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 16.477022596570315,
                            "coverage": 0.9999922999730848,
                            "baseline_score": -142.3786705900736,
                            "spot_peer_score": -17.28332540797971,
                            "peer_archived_score": 16.477022596570315,
                            "baseline_archived_score": -142.3786705900736,
                            "spot_peer_archived_score": -17.28332540797971
                        },
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 3,
                "user_vote": null
            },
            "forecasts_count": 32,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 420,
            "title": "Will KIC 9832227 become a nova by 2023?",
            "short_title": "",
            "url_title": "",
            "slug": "will-kic-9832227-become-a-nova-by-2023",
            "author_id": 101049,
            "author_username": "John_Baez",
            "coauthors": [],
            "created_at": "2017-01-12T21:15:05.511979Z",
            "published_at": "2017-01-18T02:28:09Z",
            "edited_at": "2025-09-05T17:29:23.547301Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-01-18T02:28:09Z",
            "comment_count": 3,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2018-01-01T08:00:00Z",
            "scheduled_close_time": "2018-01-01T08:00:00Z",
            "scheduled_resolve_time": "2023-01-01T07:00:00Z",
            "actual_resolve_time": "2023-01-01T07:00:00Z",
            "open_time": "2017-01-18T02:28:09Z",
            "nr_forecasters": 52,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32602,
                        "name": "2016-2025 Leaderboard",
                        "slug": "2016_2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3695,
                        "name": "Space",
                        "slug": "space",
                        "emoji": "🚀",
                        "description": "Space",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 420,
                "title": "Will KIC 9832227 become a nova by 2023?",
                "created_at": "2017-01-12T21:15:05.511979Z",
                "open_time": "2017-01-18T02:28:09Z",
                "cp_reveal_time": "2017-01-20T02:28:09Z",
                "spot_scoring_time": "2017-01-20T02:28:09Z",
                "scheduled_resolve_time": "2023-01-01T07:00:00Z",
                "actual_resolve_time": "2023-01-01T07:00:00Z",
                "resolution_set_time": "2023-01-01T07:00:00Z",
                "scheduled_close_time": "2018-01-01T08:00:00Z",
                "actual_close_time": "2018-01-01T08:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "In 2017, a team of astronomers predicted ([technical paper]( http://www.calvin.edu/academic/phys/observatory/MergingStar/MolnarEtAl2017.pdf\n)) that the binary stars KIC 9832227 will spiral in and collide in the year 2022.2, plus or minus 0.6.  They predict that the result will be a [\"luminous red nova\"](https://en.wikipedia.org/wiki/Luminous_red_nova), a type of nova produced by star collisions.  [News reports](http://www.sciencemag.org/news/2017/01/colliding-stars-will-light-night-sky-2022) say it could be the brightest object in the night sky!  However, whether we actually see it in the night sky will depend on the time of year.\n\nGreg Egan [wrote:](https://plus.google.com/113086553300459368002/posts/PNTa3JwEdj4)\n\n> Given that nobody knows exactly when this will happen, the main thing that determines how many people are likely to be able to see it is the declination, 46° N. So anyone in the northern hemisphere will have a good chance ... while for someone like me, at 31° S, the odds aren't great: it will never rise higher than 13° above the northern horizon, for me.\n\n> Right ascension is the celestial equivalent of longitude, but without knowing the season in advance (and the error bars on the current prediction are much too large for that) we can't tell if the sun will be too close to the object, drowning it in daylight to the naked eye.\n\n> If that happens, I guess the only comfort is that there are still sure to be telescopes able to make observations, maybe including both Hubble and James Webb.\n\n*** So, will there be a Nova from KIC 9832227? ***\n\nResolution is positive if a Nova at the location of KIC 9832227 reaches at least visual magnitude 6 (barely visible) during the calendar year of 2021 or 2022. (So the question is addressing primarily *whether* it will happen, rather than when.)",
                "fine_print": "",
                "post_id": 420,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1514757470.085694,
                                "end_time": null,
                                "forecaster_count": 52,
                                "interval_lower_bounds": [
                                    0.55
                                ],
                                "centers": [
                                    0.62
                                ],
                                "interval_upper_bounds": [
                                    0.66
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1514757470.085694,
                            "end_time": null,
                            "forecaster_count": 52,
                            "interval_lower_bounds": [
                                0.55
                            ],
                            "centers": [
                                0.62
                            ],
                            "interval_upper_bounds": [
                                0.66
                            ],
                            "forecast_values": [
                                0.38,
                                0.62
                            ],
                            "means": [
                                0.591086930116615
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.1333270524573957,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19333358002911022,
                                    0.0,
                                    0.14666562708809194,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08040436677867299,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03550367010089748,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12098568606878847,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01040622348426393,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.27389162834287195,
                                    0.0,
                                    0.0,
                                    0.9399848738907217,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38056261610345776,
                                    1.4237717692603047,
                                    1.041393222471255,
                                    1.4731782017837194,
                                    0.0,
                                    0.06463710864254305,
                                    0.05138228252970245,
                                    0.0,
                                    1.2225152901825087,
                                    0.0,
                                    0.0,
                                    1.0532930844796269,
                                    1.3647865874449447,
                                    0.6513080407565454,
                                    0.0,
                                    0.0,
                                    1.0870147309253706,
                                    0.0,
                                    0.520136487115066,
                                    0.08934312118698887,
                                    0.031134300295554664,
                                    0.32145706587876466,
                                    0.0,
                                    0.05771699504164168,
                                    0.0,
                                    0.0,
                                    0.004173285167582051,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04863017773170869,
                                    0.0,
                                    0.0,
                                    0.002007023398223986,
                                    0.0,
                                    0.006908280092399992,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09905073698188505
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 23.691150897957865,
                            "coverage": 0.9999537929721471,
                            "baseline_score": -29.397422908923843,
                            "spot_peer_score": 43.71507498395279,
                            "peer_archived_score": 23.691150897957865,
                            "baseline_archived_score": -29.397422908923843,
                            "spot_peer_archived_score": 43.71507498395279
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1514204136.035444,
                                "end_time": null,
                                "forecaster_count": 51,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1514204136.035444,
                            "end_time": null,
                            "forecaster_count": 51,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.41420099979812963,
                                0.5857990002018704
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 13,
                "user_vote": null
            },
            "forecasts_count": 61,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 419,
            "title": "Will the Affordable Care Act be repealed before March 1, 2017?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-affordable-care-act-be-repealed-before-march-1-2017",
            "author_id": 103129,
            "author_username": "mwg1378",
            "coauthors": [],
            "created_at": "2017-01-11T23:44:34.196831Z",
            "published_at": "2017-01-24T23:25:54Z",
            "edited_at": "2025-09-05T17:29:05.894644Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-01-24T23:25:54Z",
            "comment_count": 2,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-02-15T08:00:00Z",
            "scheduled_close_time": "2017-02-15T08:00:00Z",
            "scheduled_resolve_time": "2017-03-01T03:55:23.490000Z",
            "actual_resolve_time": "2017-03-01T03:55:23.490000Z",
            "open_time": "2017-01-24T23:25:54Z",
            "nr_forecasters": 43,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 419,
                "title": "Will the Affordable Care Act be repealed before March 1, 2017?",
                "created_at": "2017-01-11T23:44:34.196831Z",
                "open_time": "2017-01-24T23:25:54Z",
                "cp_reveal_time": "2017-01-26T23:25:54Z",
                "spot_scoring_time": "2017-01-26T23:25:54Z",
                "scheduled_resolve_time": "2017-03-01T03:55:23.490000Z",
                "actual_resolve_time": "2017-03-01T03:55:23.490000Z",
                "resolution_set_time": "2017-03-01T03:55:23.490000Z",
                "scheduled_close_time": "2017-02-15T08:00:00Z",
                "actual_close_time": "2017-02-15T08:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "President Trump, along with leadership in both congressional houses, have repeatedly called for a repeal of the Affordable Care Act (ACA).  It is unclear whether such a repeal would replace the law with a new system or simply \"revert\" to standing law prior to the ACA, perhaps after some time delay for development of a replacement.\n\n*** Will legislation to repeal the Affordable Care be signed into law before midnight EST on March 1, 2017? ***\n \nResolution satisfied if legislation is signed that repeals, revoked, or changes major provisions of the ACA, and which is generally termed a \"repeal\" of the ACA by Trump and others.",
                "fine_print": "",
                "post_id": 419,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1487129197.761729,
                                "end_time": null,
                                "forecaster_count": 43,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.25
                                ],
                                "interval_upper_bounds": [
                                    0.36
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1487129197.761729,
                            "end_time": null,
                            "forecaster_count": 43,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.25
                            ],
                            "interval_upper_bounds": [
                                0.36
                            ],
                            "forecast_values": [
                                0.75,
                                0.25
                            ],
                            "means": [
                                0.27315208621883363
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.09878615287055517,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.675012195184357,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7430818604664098,
                                    0.30966205628112686,
                                    0.5726740774817343,
                                    0.2106750195973517,
                                    0.0,
                                    3.1369180358446416,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.30599183823318316,
                                    0.0,
                                    0.40633218071331956,
                                    1.0335351591339064,
                                    0.0,
                                    0.7922460993238396,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4280995068802488,
                                    0.01328166791512114,
                                    0.15458320800495146,
                                    0.8231283094460164,
                                    0.0,
                                    0.005838829315397701,
                                    0.12426951433661654,
                                    0.0,
                                    0.5265764566181663,
                                    0.44358054667768915,
                                    0.0775030084782564,
                                    0.0,
                                    0.0,
                                    0.03913203907098744,
                                    0.0,
                                    0.4318152010582703,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.010488891604094424,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01644146499808245,
                                    0.0,
                                    0.06825837252413955,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05224102104996991,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.008023442444365229,
                                    0.11482374322771433,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 16.725343480446334,
                            "coverage": 0.9988165557850087,
                            "baseline_score": 11.24591561402323,
                            "spot_peer_score": 19.969248065986452,
                            "peer_archived_score": 16.725343480446334,
                            "baseline_archived_score": 11.24591561402323,
                            "spot_peer_archived_score": 19.969248065986452
                        },
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 4,
                "user_vote": null
            },
            "forecasts_count": 62,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 416,
            "title": "Will a human beat AlphaGo in 2017?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-human-beat-alphago-in-2017",
            "author_id": 7,
            "author_username": "greg-admin",
            "coauthors": [],
            "created_at": "2017-01-06T21:16:21.285997Z",
            "published_at": "2017-01-08T18:56:03Z",
            "edited_at": "2025-09-05T17:29:01.606558Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-01-08T18:56:03Z",
            "comment_count": 19,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-12-31T12:00:00Z",
            "scheduled_close_time": "2017-12-31T12:00:00Z",
            "scheduled_resolve_time": "2018-01-03T20:22:03.602000Z",
            "actual_resolve_time": "2018-01-03T20:22:03.602000Z",
            "open_time": "2017-01-08T18:56:03Z",
            "nr_forecasters": 181,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "category": [
                    {
                        "id": 3696,
                        "name": "Sports & Entertainment",
                        "slug": "sports-entertainment",
                        "emoji": "🏀",
                        "description": "Sports & Entertainment",
                        "type": "category"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 416,
                "title": "Will a human beat AlphaGo in 2017?",
                "created_at": "2017-01-06T21:16:21.285997Z",
                "open_time": "2017-01-08T18:56:03Z",
                "cp_reveal_time": "2017-01-09T05:51:47.475058Z",
                "spot_scoring_time": "2017-01-09T05:51:47.475058Z",
                "scheduled_resolve_time": "2018-01-03T20:22:03.602000Z",
                "actual_resolve_time": "2018-01-03T20:22:03.602000Z",
                "resolution_set_time": "2018-01-03T20:22:03.602000Z",
                "scheduled_close_time": "2017-12-31T12:00:00Z",
                "actual_close_time": "2017-12-31T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "The game of Go originated in China over 2,500 years ago. While similar to chess in many ways, Go is much more minimalist in its ruleset and more esoteric in strategy. The aspect of pattern recognition and the huge state space of possible moves in Go (vastly greater than chess) has traditionally challenged computers, and has made it an excellent metric for the capabilities of artifical intelligence. \n\nThe last several years have seen stunning advances by artificial Go contestants. Google's [AlphaGo](https://deepmind.com/research/alphago/) program has seen particular success. After sealing a stunning [4-1](http://www.theverge.com/2016/3/15/11213518/alphago-deepmind-go-match-5-result) victory over Go grandmaster Lee Sedol, an updated version of Alphago, [playing in online forums using the account name 'Master'](https://qz.com/877721/the-ai-master-bested-the-worlds-top-go-players-and-then-revealed-itself-as-googles-alphago-in-disguise/), has swept through the Go field, defeating nearly all of the world’s top players in the course of 60 online matches without registering a single loss.\n\nWill a human Go player beat AlphaGo (or one of its publicly revealed aliases) in one or more single tournament games, based on the currently established Go rules, during 2017?",
                "fine_print": "",
                "post_id": 416,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1514718396.046436,
                                "end_time": null,
                                "forecaster_count": 181,
                                "interval_lower_bounds": [
                                    0.01
                                ],
                                "centers": [
                                    0.01
                                ],
                                "interval_upper_bounds": [
                                    0.01
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1514718396.046436,
                            "end_time": null,
                            "forecaster_count": 181,
                            "interval_lower_bounds": [
                                0.01
                            ],
                            "centers": [
                                0.01
                            ],
                            "interval_upper_bounds": [
                                0.01
                            ],
                            "forecast_values": [
                                0.99,
                                0.01
                            ],
                            "means": [
                                0.022594377020602324
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    20.602883479948467,
                                    1.6581583861103897,
                                    0.14917108779758298,
                                    0.8005728636160299,
                                    1.4032153724573213,
                                    0.0013527781838191832,
                                    0.0,
                                    0.0015115006606547356,
                                    0.0014657022251289605,
                                    0.13095373931860232,
                                    0.003320442058858462,
                                    0.0,
                                    0.0,
                                    0.000313265576508227,
                                    0.00025900474448386834,
                                    0.03163079691494814,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.010405407773472583,
                                    0.005830264219209374,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00011225639032843805,
                                    0.015410333701871191,
                                    0.00262774281830502,
                                    0.05596686071189011,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0005793382540570772,
                                    0.0006332293212257959,
                                    0.5235071176056001,
                                    0.0,
                                    0.0007401734194044449,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.392540592652056e-05,
                                    0.0008014654233767765,
                                    0.0,
                                    0.0,
                                    6.905269143105895e-05,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    8.116810800457891e-06,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0020838999647696667,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002387697993154069,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0019449451629879094,
                                    0.0,
                                    0.00012571563180383807,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0022313358907483497,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.9587416445966665e-05
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 18.45074621245602,
                            "coverage": 0.9999991200955742,
                            "baseline_score": 89.47421273333912,
                            "spot_peer_score": 13.340363208101133,
                            "peer_archived_score": 18.45074621245602,
                            "baseline_archived_score": 89.47421273333912,
                            "spot_peer_archived_score": 13.340363208101133
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1514326570.861128,
                                "end_time": null,
                                "forecaster_count": 177,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1514326570.861128,
                            "end_time": null,
                            "forecaster_count": 177,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9424658235349709,
                                0.057534176465029084
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 10,
                "user_vote": null
            },
            "forecasts_count": 273,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 414,
            "title": "Parasites in mosquitos to prevent viruses in mosquitos: deployed in 2017?",
            "short_title": "",
            "url_title": "",
            "slug": "parasites-in-mosquitos-to-prevent-viruses-in-mosquitos-deployed-in-2017",
            "author_id": 101200,
            "author_username": "paulgabrielsen",
            "coauthors": [],
            "created_at": "2017-01-03T14:35:47.339017Z",
            "published_at": "2017-01-04T14:32:02Z",
            "edited_at": "2025-09-05T17:29:05.720789Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2017-01-04T14:32:02Z",
            "comment_count": 2,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-02-06T16:48:34.665000Z",
            "scheduled_close_time": "2017-06-15T00:00:00Z",
            "scheduled_resolve_time": "2017-06-15T00:00:00Z",
            "actual_resolve_time": "2017-02-06T16:48:34.665000Z",
            "open_time": "2017-01-04T14:32:02Z",
            "nr_forecasters": 17,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32605,
                        "name": "2017 Leaderboard",
                        "slug": "2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15865,
                        "name": "Health & Pandemics",
                        "slug": "biosecurity",
                        "emoji": "🧬",
                        "type": "topic"
                    },
                    {
                        "id": 15867,
                        "name": "Environment & Climate",
                        "slug": "climate",
                        "emoji": "🌎",
                        "type": "topic"
                    }
                ],
                "question_series": [
                    {
                        "id": 2950,
                        "type": "question_series",
                        "name": "Pandemic Series (2018)",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": "2016-06-15T00:00:00Z",
                        "close_date": "2020-01-02T13:20:20Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2024-02-29T10:13:18.914512Z",
                        "edited_at": "2024-02-29T10:13:56.375460Z",
                        "score_type": "peer_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 2950,
                    "type": "question_series",
                    "name": "Pandemic Series (2018)",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": "2016-06-15T00:00:00Z",
                    "close_date": "2020-01-02T13:20:20Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2024-02-29T10:13:18.914512Z",
                    "edited_at": "2024-02-29T10:13:56.375460Z",
                    "score_type": "peer_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3691,
                        "name": "Health & Pandemics",
                        "slug": "health-pandemics",
                        "emoji": "🦠",
                        "description": "Health & Pandemics",
                        "type": "category"
                    },
                    {
                        "id": 3697,
                        "name": "Environment & Climate",
                        "slug": "environment-climate",
                        "emoji": "🌱",
                        "description": "Environment & Climate",
                        "type": "category"
                    },
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ]
            },
            "question": {
                "id": 414,
                "title": "Parasites in mosquitos to prevent viruses in mosquitos: deployed in 2017?",
                "created_at": "2017-01-03T14:35:47.339017Z",
                "open_time": "2017-01-04T14:32:02Z",
                "cp_reveal_time": "2017-01-06T14:32:02Z",
                "spot_scoring_time": "2017-01-06T14:32:02Z",
                "scheduled_resolve_time": "2017-06-15T00:00:00Z",
                "actual_resolve_time": "2017-02-06T16:48:34.665000Z",
                "resolution_set_time": "2017-02-06T16:48:34.665000Z",
                "scheduled_close_time": "2017-06-15T00:00:00Z",
                "actual_close_time": "2017-02-06T16:48:34.665000Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "ambiguous",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "Emergence of the Zika virus in 2016 lent additional urgency to efforts intended to curb the rate of mosquito-borne disease transmission. \n\nAs transmitters of malaria, dengue, chikungunya, West Nile, Zika, and other diseases, mosquitoes are the [world's deadliest animal](https://www.gatesnotes.com/Health/Most-Lethal-Animal-Mosquito-Week). Of particular concern is the species *Aedes aegypti* which is the primary transmitter of Zika virus in the US.\n\nTwo approaches to controlling mosquito populations are moving forward. One involves genetically modifying male mosquitoes such that any of their offspring will die as larvae. [Oxitec](https://www.wired.com/2016/11/florida-votes-release-millions-zika-fighting-mosquitos/) is pursuing this strategy, and has recieved preliminary approval from the FDA to proceed with a trial in the US following previous trials in [Brazil, Panama, and the Cayman Islands](http://www.oxitec.com/board-florida-keys-mosquito-control-district-approves-investigational-agreement-monroe-county/). In November, Monroe County, FL, which includes the Florida Keys, [voted](https://www.wired.com/2016/11/florida-votes-release-millions-zika-fighting-mosquitos/) in a non-binding decision to allow the trial in their county. Final details of the trial, including location and start date, are forthcoming.\n\nAnother approach does not rely on genetic modification. Mosquitoes infected with [*Wolbachia*](https://en.wikipedia.org/wiki/Wolbachia#Applications_to_human-related_infections) bacterial parasites cannot transmit disease, because the parasite interferes with viral replication in the mosquito's cells. *Wolbachia* can also be used to sterilize mosquitoes, preventing them from reproducing. The latter method requires no genetic modification and [fewer regulatory requirements](https://www.statnews.com/2016/10/26/mosquitoes-wolbachia-bacteria-virus/). Several initiatives, including [Debug](https://blog.debugproject.com/2016/10/were-trying-to-reduce-mosquito-borne.html) and [MosquitoMate](http://mosquitomate.com/) are pursuing the *Wolbachia* route.\n\n***Will mosquitoes that have been either genetically modified or infected with Wolbachia be released in the U.S. in 2017?***\n\nThis question will resolve as positive if a credible news outlet or press release from an organization involved in mosquito control reports an intentional public release (including a small-scale \"test\" release) of treated mosquito in the United States (including Puerto Rico) with the intent of mosquito control and reduction of mosquito-borne disease on or before Dec 31, 2017.",
                "fine_print": "",
                "post_id": 414,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1486352013.174424,
                                "end_time": null,
                                "forecaster_count": 17,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.46
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1486352013.174424,
                            "end_time": null,
                            "forecaster_count": 17,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.46
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.54,
                                0.46
                            ],
                            "means": [
                                0.48168446073416044
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.044020245511941045,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09153308219070486,
                                    0.0,
                                    0.0,
                                    0.77870555759313,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5173663694464321,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1581562030108024,
                                    0.11965943345941518,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.151520000216143,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06661056614161041,
                                    1.2788480478551278,
                                    0.32526806357643256,
                                    0.0,
                                    0.0,
                                    0.18756761545189093,
                                    0.22824074349844825,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8290023480542336,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 1,
                "user_vote": null
            },
            "forecasts_count": 22,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 411,
            "title": "Will 2017 be an up year from the US Stock Market?",
            "short_title": "",
            "url_title": "",
            "slug": "will-2017-be-an-up-year-from-the-us-stock-market",
            "author_id": 10,
            "author_username": "Greg",
            "coauthors": [],
            "created_at": "2016-12-28T02:42:14.012180Z",
            "published_at": "2016-12-28T05:19:38Z",
            "edited_at": "2025-09-05T17:28:51.639196Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-28T05:19:38Z",
            "comment_count": 7,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-06-30T12:00:00Z",
            "scheduled_close_time": "2017-06-30T12:00:00Z",
            "scheduled_resolve_time": "2018-01-03T20:25:03.037000Z",
            "actual_resolve_time": "2018-01-03T20:25:03.037000Z",
            "open_time": "2016-12-28T05:19:38Z",
            "nr_forecasters": 87,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32604,
                        "name": "2016-2017 Leaderboard",
                        "slug": "2016_2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 411,
                "title": "Will 2017 be an up year from the US Stock Market?",
                "created_at": "2016-12-28T02:42:14.012180Z",
                "open_time": "2016-12-28T05:19:38Z",
                "cp_reveal_time": "2016-12-29T18:09:28.289785Z",
                "spot_scoring_time": "2016-12-29T18:09:28.289785Z",
                "scheduled_resolve_time": "2018-01-03T20:25:03.037000Z",
                "actual_resolve_time": "2018-01-03T20:25:03.037000Z",
                "resolution_set_time": "2018-01-03T20:25:03.037000Z",
                "scheduled_close_time": "2017-06-30T12:00:00Z",
                "actual_close_time": "2017-06-30T12:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "From looking at a [list of predictions by major banks](http://www.businessinsider.com/stock-market-outlook-for-2017-2016-12/#2350-bmo-7), it would appear that there is a high degree of consensus and a low degree of uncertainty regarding where the US stock market will stand at the end of 2017. \nThe median S&P 500 index prediction from these prognosticators for a year from now is 2,325, with a low estimate of 2,300 and a high estimate of 2,450. These predictions conform to the usual situation in which [stock market forecasters are generally bullish and often wrong](http://www.nytimes.com/2016/12/16/your-money/wall-streets-annual-stock-forecasts-bullish-and-often-wrong.html).\n\nAt the close of trading on December 27, 2016, the S&P 500 index ([as measured by CME-traded near-month E-mini prices](http://www.cmegroup.com/trading/equity-index/us-index/e-mini-sandp500.html)) stood near its all-time high of 2,277 set a few days prior, making it quite likely that the market will finish 2016 solidly in the black. Indeed, during the course of the Obama presidency, Wall Street has had an extraordinary run. After hitting an ominously suggestive intraday low of 666 on March 9th, 2009, a few weeks into Obama's first term, the index has turned in a 340% gain. This performance conforms to the observation that historically, [the stock market has done substantially better during Democratic administrations](http://www.forbes.com/sites/peterlazaroff/2016/07/26/democrats-vs-republicans-who-is-better-for-the-stock-market/#66be59095bfb). (Since Herbert Hoover, the average annualized 4-year return during Republican administrations was under 2%, whereas the average annualized 4-year return during Democratic administrations was nearly 11%). [This paper from the Federal Reserve](https://www.federalreserve.gov/pubs/feds/2004/200469/200469pap.pdf) emphasizes the ever-salient caution to not conflate correlation with causation. \n\nThat said, will the S&P 500, as measured by the last traded price of 2017 of the CME E-Mini March 2018 Futures contract, stand above 2,250 at the close of 2017?",
                "fine_print": "",
                "post_id": 411,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1498817624.40455,
                                "end_time": null,
                                "forecaster_count": 87,
                                "interval_lower_bounds": [
                                    0.58
                                ],
                                "centers": [
                                    0.68
                                ],
                                "interval_upper_bounds": [
                                    0.86
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1498817624.40455,
                            "end_time": null,
                            "forecaster_count": 87,
                            "interval_lower_bounds": [
                                0.58
                            ],
                            "centers": [
                                0.68
                            ],
                            "interval_upper_bounds": [
                                0.86
                            ],
                            "forecast_values": [
                                0.31999999999999995,
                                0.68
                            ],
                            "means": [
                                0.6639438357047246
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    1.0017867105110734,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8049738601577547,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0006076994828713632,
                                    0.0,
                                    0.0,
                                    0.035887039941209696,
                                    0.0,
                                    0.0024522378510598753,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.406070178888653,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01606316316917346,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13821983905390708,
                                    0.00125373555270061,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.025463103311364456,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1015946187093475,
                                    0.0,
                                    0.24904414230524893,
                                    0.5435784905528189,
                                    0.0,
                                    0.02719263926697905,
                                    0.36682059356779595,
                                    1.0209405154079465,
                                    0.0,
                                    0.0,
                                    1.2299281605417995,
                                    0.6259140853774083,
                                    0.0,
                                    0.0016876104943726337,
                                    0.02647742578864451,
                                    0.715028413258023,
                                    0.30018970671771467,
                                    0.6703671246427058,
                                    0.274517589322841,
                                    0.0021015052760297217,
                                    0.4531825761801387,
                                    0.0,
                                    0.318055252781433,
                                    0.0,
                                    0.0,
                                    0.18581338815316903,
                                    0.04230013294107466,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6196521928688559,
                                    0.0,
                                    0.38259480977080873,
                                    0.0,
                                    0.0,
                                    1.0006110211251944,
                                    1.2868581659214486,
                                    0.1325334187498659,
                                    0.0,
                                    0.0,
                                    0.36032272521860703,
                                    0.0,
                                    1.4025503174618155,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05370469690466644,
                                    0.0,
                                    1.3329970652099605
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 32.85808751650143,
                            "coverage": 0.9999826292402187,
                            "baseline_score": 40.31909546087414,
                            "spot_peer_score": 46.88630820356615,
                            "peer_archived_score": 32.85808751650143,
                            "baseline_archived_score": 40.31909546087414,
                            "spot_peer_archived_score": 46.88630820356615
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1498779426.716284,
                                "end_time": null,
                                "forecaster_count": 85,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1498779426.716284,
                            "end_time": null,
                            "forecaster_count": 85,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.19932424551490957,
                                0.8006757544850904
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 14,
                "user_vote": null
            },
            "forecasts_count": 154,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 410,
            "title": "How will recent claims of 234 SETI signals in SDSS data be treated by the community?",
            "short_title": "",
            "url_title": "",
            "slug": "how-will-recent-claims-of-234-seti-signals-in-sdss-data-be-treated-by-the-community",
            "author_id": 101120,
            "author_username": "VLT",
            "coauthors": [],
            "created_at": "2016-12-22T16:30:12.713154Z",
            "published_at": "2016-12-23T16:27:53Z",
            "edited_at": "2025-09-05T17:29:28.507906Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-23T16:27:53Z",
            "comment_count": 2,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-03-01T16:28:03Z",
            "scheduled_close_time": "2017-03-01T16:28:03Z",
            "scheduled_resolve_time": "2017-06-25T23:22:44.922000Z",
            "actual_resolve_time": "2017-06-25T23:22:44.922000Z",
            "open_time": "2016-12-23T16:27:53Z",
            "nr_forecasters": 31,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32604,
                        "name": "2016-2017 Leaderboard",
                        "slug": "2016_2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3695,
                        "name": "Space",
                        "slug": "space",
                        "emoji": "🚀",
                        "description": "Space",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 410,
                "title": "How will recent claims of 234 SETI signals in SDSS data be treated by the community?",
                "created_at": "2016-12-22T16:30:12.713154Z",
                "open_time": "2016-12-23T16:27:53Z",
                "cp_reveal_time": "2016-12-25T16:27:53Z",
                "spot_scoring_time": "2016-12-25T16:27:53Z",
                "scheduled_resolve_time": "2017-06-25T23:22:44.922000Z",
                "actual_resolve_time": "2017-06-25T23:22:44.922000Z",
                "resolution_set_time": "2017-06-25T23:22:44.922000Z",
                "scheduled_close_time": "2017-03-01T16:28:03Z",
                "actual_close_time": "2017-03-01T16:28:03Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "The [Breakthrough Listen](https://breakthroughinitiatives.org/Initiative/1) project, together with [SETI](http://www.seti.org/), is now investigating [odd pulsating light signals](http://www.space.com/34541-alien-life-search-possible-seti-signals.html) observed by astronomers from Laval University, [who suggest](https://arxiv.org/abs/1610.03031) the signals may originate from extraterrestrial civilizations. Of the 2.5 million stars in the Sloan Digital Sky Survey, the team claimed that 234 of them exhibit characteristics identical to that of the Extraterrestrial Intelligence (ETI) signal predicted by the same group in a [previous publication in 2012](http://iopscience.iop.org/article/10.1088/0004-6256/144/6/181). \n\nDue to the study's controversial conclusions, [many are criticizing](https://www.newscientist.com/article/2109139-strange-signals-from-234-stars-could-be-et-or-human-error/) their report, noting a high likelihood that the observed anomalies may be results of human error, rather than signals emitted by ET.\n\nThe claim of ETI detection, as an international protocol, requires an exhaustive evaluation of all other possible natural explanations before drawing any conclusions. Independent verifications are required with at least two or more telescopes. \n\nThe authors have not ruled out other potential explanations, and speculate that the mysterious signal could be due to \"highly peculiar chemical compositions in a small fraction of galactic halo stars.\" But their data came from a small number of stars, centered around the Sun, which have a very narrow spectral range. \n\nCurrently, the discovery [has, according to some commentators, a score of 0 to 1](https://www.newscientist.com/article/2109139-strange-signals-from-234-stars-could-be-et-or-human-error/) on the [Rio Scale](http://archive.seti.org/epo/news/features/rio-scale.php), a ranking system used to evaluate the significance of any observed extraterrestrial phenomena, with 10 signifying a valid and important discovery.\n\n***Will Borra et al. paper get at least 10 citations in the coming months?*** \n\nThe [Borra et al. paper](https://arxiv.org/abs/1610.03031) was submitted on October 10th, 2016 to arXiv, and was [published](http://iopscience.iop.org/article/10.1088/1538-3873/128/969/114201/pdf) on October 14th, 2016 by Publications of the Astronomical Society of the Pacific (PASP). There is one citation of it thus far, according to [Google Scholar](https://scholar.google.com/scholar?cites=16726480431992645229&as_sdt=2005&sciodt=0,5&hl=en).\n\nThis question will resolve positively if, per Google Scholar, a minimum of 10 citations is listed by July 15th, 2017.",
                "fine_print": "",
                "post_id": 410,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1488378450.870875,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.3
                                ],
                                "interval_upper_bounds": [
                                    0.34
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1488378450.870875,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.3
                            ],
                            "interval_upper_bounds": [
                                0.34
                            ],
                            "forecast_values": [
                                0.7,
                                0.3
                            ],
                            "means": [
                                0.26605533748075594
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.3733687775975512,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6257872328778666,
                                    0.0,
                                    0.26577008775178024,
                                    0.7586143445231218,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.345432444222118,
                                    0.10527918291777463,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9881576054727372,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.021585930219435643,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.41588412507835687,
                                    0.010381142261586365,
                                    0.6887998843851509,
                                    1.1405470336200478,
                                    0.9134389029481002,
                                    0.0,
                                    0.03573243764150962,
                                    0.0,
                                    0.0,
                                    0.015708539450405595,
                                    0.0,
                                    0.028218870368318452,
                                    0.33432944568041745,
                                    0.0,
                                    0.07670684254184146,
                                    0.3020778196563954,
                                    0.0,
                                    0.0,
                                    0.2358265416482139,
                                    0.0,
                                    0.760851392718867,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04423342207722153,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16103927879919655,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": -0.5895275645782803,
                            "coverage": 0.9960374052881543,
                            "baseline_score": 31.141379546020147,
                            "spot_peer_score": -15.999597539988791,
                            "peer_archived_score": -0.5895275645782803,
                            "baseline_archived_score": 31.141379546020147,
                            "spot_peer_archived_score": -15.999597539988791
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1488110741.205398,
                                "end_time": null,
                                "forecaster_count": 30,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1488110741.205398,
                            "end_time": null,
                            "forecaster_count": 30,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.952211775050726,
                                0.04778822494927399
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 9,
                "user_vote": null
            },
            "forecasts_count": 67,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 409,
            "title": "A resurgence in interest in modified gravity vs. dark matter?",
            "short_title": "",
            "url_title": "",
            "slug": "a-resurgence-in-interest-in-modified-gravity-vs-dark-matter",
            "author_id": 101120,
            "author_username": "VLT",
            "coauthors": [],
            "created_at": "2016-12-22T16:01:43.794317Z",
            "published_at": "2016-12-23T16:01:39Z",
            "edited_at": "2025-09-05T17:29:01.486603Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-23T16:01:39Z",
            "comment_count": 6,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-02-01T00:00:00Z",
            "scheduled_close_time": "2017-02-01T00:00:00Z",
            "scheduled_resolve_time": "2017-03-01T03:54:20.799000Z",
            "actual_resolve_time": "2017-03-01T03:54:20.799000Z",
            "open_time": "2016-12-23T16:01:39Z",
            "nr_forecasters": 37,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32604,
                        "name": "2016-2017 Leaderboard",
                        "slug": "2016_2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3695,
                        "name": "Space",
                        "slug": "space",
                        "emoji": "🚀",
                        "description": "Space",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 409,
                "title": "A resurgence in interest in modified gravity vs. dark matter?",
                "created_at": "2016-12-22T16:01:43.794317Z",
                "open_time": "2016-12-23T16:01:39Z",
                "cp_reveal_time": "2016-12-25T16:01:39Z",
                "spot_scoring_time": "2016-12-25T16:01:39Z",
                "scheduled_resolve_time": "2017-03-01T03:54:20.799000Z",
                "actual_resolve_time": "2017-03-01T03:54:20.799000Z",
                "resolution_set_time": "2017-03-01T03:54:20.799000Z",
                "scheduled_close_time": "2017-02-01T00:00:00Z",
                "actual_close_time": "2017-02-01T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "In a [recent paper](https://arxiv.org/abs/1611.02269) submitted to arXiv, Dutch physicist [Erik Verlinde](https://en.wikipedia.org/wiki/Erik_Verlinde) supported the [Modified Newtonian Dynamics (MOND)](https://en.wikipedia.org/wiki/Modified_Newtonian_dynamics) model of gravity, which does not require [dark matter](https://en.wikipedia.org/wiki/Dark_matter), to explain phenomena such as the observed [rotational curve of stars](https://en.wikipedia.org/wiki/Galaxy_rotation_curve).\n\nTwo days after Verlinde's submission, on Nov 9, 2016, [another paper (S. McGaugh et al.)](http://journals.aps.org/prl/abstract/10.1103/PhysRevLett.117.201101) published in *Physical Review Letters*. Based on an analysis of 153 galaxies, researchers found that any particular dark matter (halo) model was unnecessary to account for observed radial acceleration, while MOND had anticipated such a result more than three decades ago. As of writing, the McGaugh et al. paper, including its previous [preprint version on arXiv](https://arxiv.org/abs/1609.05917), has been cited 13 times, according to [Google Scholar](https://scholar.google.com/scholar?cluster=14106718381487099416&hl=en&as_sdt=0,5&sciodt=0,5).\n\nIn this new paradigm of updating MOND theory, researchers' findings offer an alternate view that dark matter, a mainstay of modern astronomy, may be an illusion. Other teams are working to verify such a claim, with [one group](http://www.physicsandastronomy.pitt.edu/people/arthur-kosowsky)  tweaking galaxy simulations to test if the results are reproducible in comparable galaxies. \n\n***Do these papers represent a sustained resurgence in (the relatively small amount of) interest in MOND?***\n\nThis question will resolve as positive if, by March 1, 2017, Google Scholar shows 50 or more total citations of the McGaugh et al. paper ([which had 13 at question launch](https://scholar.google.com/scholar?cluster=14106718381487099416&hl=en&as_sdt=0,5&sciodt=0,5)) and the Verlinde paper ([which had 5 at question launch](https://scholar.google.com/scholar?cites=13085847397060900930&as_sdt=2005&sciodt=0,5&hl=en))",
                "fine_print": "",
                "post_id": 409,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1485906417.5009,
                                "end_time": null,
                                "forecaster_count": 37,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.47
                                ],
                                "interval_upper_bounds": [
                                    0.52
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1485906417.5009,
                            "end_time": null,
                            "forecaster_count": 37,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.47
                            ],
                            "interval_upper_bounds": [
                                0.52
                            ],
                            "forecast_values": [
                                0.53,
                                0.47
                            ],
                            "means": [
                                0.44334823792329703
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11150688712440208,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4183494018773335,
                                    0.0,
                                    0.09622124116773499,
                                    1.0,
                                    0.0,
                                    0.016860822722490777,
                                    0.0,
                                    0.0,
                                    0.006202750040840664,
                                    0.0,
                                    0.5457812878195709,
                                    0.0,
                                    0.24849146739470301,
                                    0.0,
                                    0.0,
                                    0.2444386673056035,
                                    0.00938587886210713,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19976240866306647,
                                    1.0811354933451178,
                                    0.45547070982182136,
                                    0.0,
                                    0.43491496134197594,
                                    0.4532733525755623,
                                    1.0248437582050838,
                                    1.1251029397269592,
                                    0.0,
                                    0.026429544426075636,
                                    0.7773919346032045,
                                    0.12458556497060898,
                                    0.6531762481724939,
                                    0.0,
                                    0.0,
                                    0.3519509534358572,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08397709005035515,
                                    0.0,
                                    0.0,
                                    0.14090675707744726,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03216066299931179,
                                    0.0,
                                    0.0,
                                    0.012897629776795667,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 8.872589002961577,
                            "coverage": 0.9926559757902247,
                            "baseline_score": 17.201169728966068,
                            "spot_peer_score": 22.816096607696966,
                            "peer_archived_score": 8.872589002961577,
                            "baseline_archived_score": 17.201169728966068,
                            "spot_peer_archived_score": 22.816096607696966
                        },
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 9,
                "user_vote": null
            },
            "forecasts_count": 69,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 408,
            "title": "Vacuum birefringence probably found near neutron stars: more research to come?",
            "short_title": "",
            "url_title": "",
            "slug": "vacuum-birefringence-probably-found-near-neutron-stars-more-research-to-come",
            "author_id": 101120,
            "author_username": "VLT",
            "coauthors": [],
            "created_at": "2016-12-22T15:49:04.879354Z",
            "published_at": "2016-12-23T15:49:00Z",
            "edited_at": "2025-09-05T17:28:48.322770Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-23T15:49:00Z",
            "comment_count": 7,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-04-01T00:00:00Z",
            "scheduled_close_time": "2017-04-01T00:00:00Z",
            "scheduled_resolve_time": "2017-04-25T03:30:00.427000Z",
            "actual_resolve_time": "2017-04-25T03:30:00.427000Z",
            "open_time": "2016-12-23T15:49:00Z",
            "nr_forecasters": 31,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32604,
                        "name": "2016-2017 Leaderboard",
                        "slug": "2016_2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3695,
                        "name": "Space",
                        "slug": "space",
                        "emoji": "🚀",
                        "description": "Space",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 408,
                "title": "Vacuum birefringence probably found near neutron stars: more research to come?",
                "created_at": "2016-12-22T15:49:04.879354Z",
                "open_time": "2016-12-23T15:49:00Z",
                "cp_reveal_time": "2016-12-25T15:49:00Z",
                "spot_scoring_time": "2016-12-25T15:49:00Z",
                "scheduled_resolve_time": "2017-04-25T03:30:00.427000Z",
                "actual_resolve_time": "2017-04-25T03:30:00.427000Z",
                "resolution_set_time": "2017-04-25T03:30:00.427000Z",
                "scheduled_close_time": "2017-04-01T00:00:00Z",
                "actual_close_time": "2017-04-01T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "Astronomers may have observed [vacuum birefringence](https://en.wikipedia.org/wiki/Vacuum_polarization), a quantum effect predicted by the theory of [quantum electrodynamics (QED)](http://hyperphysics.phy-astr.gsu.edu/hbase/Forces/qed.html) in the 1930s, by studying light behavior in the highly magnetized empty space around [neutron star RX J1856.5-3754](https://en.wikipedia.org/wiki/RX_J1856.5-3754). \n\nOrdinary [space](https://en.wikipedia.org/wiki/Vacuum) is generally thought to be empty with no effect on the path travelled by light, but in the presence of strong magnetic fields, a quantum effect can emerge and modify the space, as in the case of this neutron star's strong magnetic fields that permeate its surroundings.\n\nThe team submitted their findings (Mignani et al.) to [arXiv](https://arxiv.org/abs/1610.08323) in Oct 2016, and published their work in the [Monthly Notices of the Royal Astronomical Society](http://mnras.oxfordjournals.org/content/early/2016/11/01/mnras.stw2798.abstract) in Nov. 2016. \n\nThe researchers analyzed data from the [Very Large Telescope (VLT)](http://www.eso.org/public/usa/teles-instr/paranal/) and found the boosting effect of vacuum birefringence realized in the affected propagation of light in the space around the neutron star.\n\nThis is the first direct observational evidence supporting vacuum birefringence effects predicted by QED. The next generation of telescopes, including the [European Extremely Large Telescope](https://www.eso.org/sci/facilities/eelt/), will likely participate in future observational tests.\n\nAs of this writing, the Mignani et al. paper has not yet been cited by any other studies.\n\n***Will there be significant followup work referencing this research?***\n\nFor the purpose of this question, we will assess via the number of citations of Mignani et al. paper. As of writing no referenced has been made yet, and for this question to resolve as positive, there needs to be a minimum of 10 citations, on or before Nov 1, 2017, per [Google Scholar](https://scholar.google.com/scholar?hl=en&q=Evidence+for+vacuum+birefringence+from+the+first+optical+polarimetry+measurement+of+the+isolated+neutron+star+RX%5C%2C+J1856.5−3754&btnG=&as_sdt=1%2C5&as_sdtp=).",
                "fine_print": "",
                "post_id": 408,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1490996001.340525,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": [
                                    0.5
                                ],
                                "centers": [
                                    0.6
                                ],
                                "interval_upper_bounds": [
                                    0.8
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1490996001.340525,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": [
                                0.5
                            ],
                            "centers": [
                                0.6
                            ],
                            "interval_upper_bounds": [
                                0.8
                            ],
                            "forecast_values": [
                                0.4,
                                0.6
                            ],
                            "means": [
                                0.610616437773637
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5123307444416587,
                                    0.0,
                                    0.26577008775178024,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.010381142261586365,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2358265416482139,
                                    0.0,
                                    0.33432944568041745,
                                    0.41588412507835687,
                                    0.0,
                                    0.04423342207722153,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21486450400165266,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.021585930219435643,
                                    0.0,
                                    0.1819860254596161,
                                    0.0,
                                    0.0,
                                    0.23508041570134713,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9893829519852738,
                                    1.063666494988063,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.554948768186244,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0646131558445074,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.46211900267680595,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8331016997804591,
                                    0.0,
                                    0.9991560104754178,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20851081619995687
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 10.195787989678863,
                            "coverage": 0.9969635069335617,
                            "baseline_score": -8.847960310553107,
                            "spot_peer_score": 66.72753142422305,
                            "peer_archived_score": 10.195787989678863,
                            "baseline_archived_score": -8.847960310553107,
                            "spot_peer_archived_score": 66.72753142422305
                        },
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 8,
                "user_vote": null
            },
            "forecasts_count": 87,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 407,
            "title": "Seeing single photons: more research to come?",
            "short_title": "",
            "url_title": "",
            "slug": "seeing-single-photons-more-research-to-come",
            "author_id": 101120,
            "author_username": "VLT",
            "coauthors": [],
            "created_at": "2016-12-22T15:40:02.103050Z",
            "published_at": "2016-12-23T15:39:41Z",
            "edited_at": "2025-09-05T17:28:52.889823Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-23T15:39:41Z",
            "comment_count": 13,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-02-25T08:00:00Z",
            "scheduled_close_time": "2017-05-01T00:00:00Z",
            "scheduled_resolve_time": "2017-05-01T00:00:00Z",
            "actual_resolve_time": "2017-02-25T08:00:00Z",
            "open_time": "2016-12-23T15:39:41Z",
            "nr_forecasters": 28,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32604,
                        "name": "2016-2017 Leaderboard",
                        "slug": "2016_2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 407,
                "title": "Seeing single photons: more research to come?",
                "created_at": "2016-12-22T15:40:02.103050Z",
                "open_time": "2016-12-23T15:39:41Z",
                "cp_reveal_time": "2016-12-25T15:39:41Z",
                "spot_scoring_time": "2016-12-25T15:39:41Z",
                "scheduled_resolve_time": "2017-05-01T00:00:00Z",
                "actual_resolve_time": "2017-02-25T08:00:00Z",
                "resolution_set_time": "2017-02-25T08:00:00Z",
                "scheduled_close_time": "2017-05-01T00:00:00Z",
                "actual_close_time": "2017-02-25T08:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "yes",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "The question of whether large-scale quantum effects could be in operation in the brain is quite controversial (see for example \n[this argument that decoherence in the brain is ultra fast](http://space.mit.edu/home/tegmark/brain.html) and [this recent question](http://www.metaculus.com/questions/31/experimental-tests-of-quantum-effects-in-cognition/) about slower decoherence).  Yet it's clear that quantum mechanics operates in the brain, and that many biological processes may well use quantum effects on the small scale in ways that can effect much larger scales.  \n\nAs a fascinating example, it has long been known that the human eye/brain system can detect just a few photons of light, and a [recent study](http://www.nature.com/articles/ncomms12172) has quantified this at an unprecedented level. The experimenting team tested the human eye's sensitivity using technology developed in quantum optics and quantum information studies. In conjuncture with psychophysics protocol, they found that the human eyes have the ability to detect the presence of individual photons with a high success rate. The team performed over 30,000 trials with result published in *[Nature Communications](http://www.nature.com/articles/ncomms12172)* on July 19, 2016.\n\nWith such a high-confidence trial, scientists anticipate further testing on humans' ability to directly observe quantum properties via the applied techniques used in the experiment. The findings also raise the question of how biological systems are enabled to attain such sensitivity.\n\n***Will this first evidence demonstrating direct perception of a single photon by the human eyes initiate more interest to perform similar testing in the near future?***\n\nWe will use the number of citations of the paper published in *Nature Communications* as a measurement. As of quesion open, the paper has been cited by 5 according to Google Scholar. For this question to resolve as positive, [Google Scholar](https://scholar.google.com/scholar?cluster=351074569634749150&hl=en&as_sdt=2005&sciodt=0,5) must report 10 or more citations by Sept 1, 2017.",
                "fine_print": "",
                "post_id": 407,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1489076999.187211,
                                "end_time": null,
                                "forecaster_count": 28,
                                "interval_lower_bounds": [
                                    0.8
                                ],
                                "centers": [
                                    0.95
                                ],
                                "interval_upper_bounds": [
                                    0.97
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1489076999.187211,
                            "end_time": null,
                            "forecaster_count": 28,
                            "interval_lower_bounds": [
                                0.8
                            ],
                            "centers": [
                                0.95
                            ],
                            "interval_upper_bounds": [
                                0.97
                            ],
                            "forecast_values": [
                                0.050000000000000044,
                                0.95
                            ],
                            "means": [
                                0.8655771880258409
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04710224358329484,
                                    0.05830818042997517,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3041975268833299,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.013684347437579939,
                                    0.020706884286877357,
                                    0.712548633851336,
                                    0.160831023763914,
                                    0.0,
                                    0.0,
                                    0.028454418737632672,
                                    0.0,
                                    0.0,
                                    0.13877826550189343,
                                    0.0,
                                    0.35033622771640044,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.8138344121368006,
                                    0.0,
                                    0.10111441089353605,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4921720506514511,
                                    0.0,
                                    0.21228082485103633,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.1840965357562063,
                                    0.0,
                                    0.9090545283477725,
                                    0.0,
                                    1.5496523818350643
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 4.38109244477177,
                            "coverage": 0.4937752273621736,
                            "baseline_score": 33.08785525988494,
                            "spot_peer_score": 6.570925811366666,
                            "peer_archived_score": 4.38109244477177,
                            "baseline_archived_score": 33.08785525988494,
                            "spot_peer_archived_score": 6.570925811366666
                        },
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 7,
                "user_vote": null
            },
            "forecasts_count": 62,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 401,
            "title": "2018 Winograd Schema AI challenge: significant progress?",
            "short_title": "",
            "url_title": "",
            "slug": "2018-winograd-schema-ai-challenge-significant-progress",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2016-12-13T23:08:55.895962Z",
            "published_at": "2016-12-14T22:50:08Z",
            "edited_at": "2025-09-05T17:29:24.037895Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-14T22:50:08Z",
            "comment_count": 5,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2018-02-10T00:00:00Z",
            "scheduled_close_time": "2018-02-10T00:00:00Z",
            "scheduled_resolve_time": "2018-06-13T13:21:00Z",
            "actual_resolve_time": "2018-06-13T13:21:00Z",
            "open_time": "2016-12-14T22:50:08Z",
            "nr_forecasters": 72,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15869,
                        "name": "Artificial Intelligence",
                        "slug": "ai",
                        "emoji": "🤖",
                        "type": "topic"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3694,
                        "name": "Artificial Intelligence",
                        "slug": "artificial-intelligence",
                        "emoji": "🤖",
                        "description": "Artificial Intelligence",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 401,
                "title": "2018 Winograd Schema AI challenge: significant progress?",
                "created_at": "2016-12-13T23:08:55.895962Z",
                "open_time": "2016-12-14T22:50:08Z",
                "cp_reveal_time": "2016-12-16T22:50:08Z",
                "spot_scoring_time": "2016-12-16T22:50:08Z",
                "scheduled_resolve_time": "2018-06-13T13:21:00Z",
                "actual_resolve_time": "2018-06-13T13:21:00Z",
                "resolution_set_time": "2018-06-13T13:21:00Z",
                "scheduled_close_time": "2018-02-10T00:00:00Z",
                "actual_close_time": "2018-02-10T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "ambiguous",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "The \"Winograd Schema Challenge\" was devised by  Hector Levesque, to test the ability of a machine intelligences system to understand the meaning of various sentences in a way that goes beyond pattern matching of syntactics.  A question might be, for example:\n\n> Babar wonders how he can get new clothing. Luckily, a very rich old man who has always been fond of little elephants understands right away that he is longing for a fine suit. As he likes to make people happy, he gives him his wallet.\n\n> Who is longing for a fine suit? Who likes to make people happy?  Who gives a wallet?  Who is a wallet given to?\n\nThese questions cannot be answered effectively by the sort of pattern matching that underlies much machine transcription, translation, etc., but humans can do them fairly readily (with a typical human scoring 90%+ on this sort of test).  \n\nMachine systems are tested against this schema in annual competitions [sponsored by Nuance](http://www.nuance.com/company/news-room/press-releases/Winograd-Schema-Challenge.docx) and organized by [coomonsensereasoning.org](http://commonsensereasoning.org/winograd.html).  In the [latest competition](http://whatsnext.nuance.com/in-the-labs/winograd-schema-challenge-2016-results/), the best competitor scores about 60%.  (Because many of the questions are binary, this is not a terribly impressive score; the full 2016 question list is [here](http://www.cs.nyu.edu/faculty/davise/papers/PDPChallenge.xml).)\n\nThe next competition will be held at the [2018 AAAI conference](http://www.aaai.org/Conferences/AAAI/aaai18.php).  The prize will be awarded (assuming the same rules hold) for a score of 90%.  We'll set a lower bar to keep it interesting:\n\n*** Will the top entrant in the 2018 Winograd challenge score 75% or more? ***\n\nThere are two rounds, and this applies to the first round only. Resolves as ambiguous if the test is not held or if there are significant changes from the 2016 competition so that the scores are not directly comparable.",
                "fine_print": "",
                "post_id": 401,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1517439499.567832,
                                "end_time": null,
                                "forecaster_count": 72,
                                "interval_lower_bounds": [
                                    0.25
                                ],
                                "centers": [
                                    0.33
                                ],
                                "interval_upper_bounds": [
                                    0.45
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1517439499.567832,
                            "end_time": null,
                            "forecaster_count": 72,
                            "interval_lower_bounds": [
                                0.25
                            ],
                            "centers": [
                                0.33
                            ],
                            "interval_upper_bounds": [
                                0.45
                            ],
                            "forecast_values": [
                                0.6699999999999999,
                                0.33
                            ],
                            "means": [
                                0.35660887215953785
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.2996406112495645,
                                    0.0,
                                    0.0904897364644334,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00726968185188254,
                                    0.06452395506976416,
                                    0.02018721735106872,
                                    0.0,
                                    0.0,
                                    1.3321317033949007,
                                    0.0,
                                    0.01807644771542133,
                                    0.0019319732351326508,
                                    0.615523979804894,
                                    1.1615262489546296,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0005612852165504251,
                                    1.404560733642577,
                                    0.0,
                                    0.0,
                                    0.22643861771824655,
                                    0.0,
                                    1.1397873712482252,
                                    0.0,
                                    0.0,
                                    1.4922529316711968,
                                    0.0,
                                    0.07659667648210489,
                                    0.13821565190801058,
                                    0.0015257314047317206,
                                    0.8363923052450274,
                                    0.0,
                                    0.696809674327731,
                                    0.7714940709863775,
                                    0.049387604902012036,
                                    0.14546164288094451,
                                    0.005692210692547144,
                                    1.4688847431359013,
                                    0.1691317229795503,
                                    0.7408711152380609,
                                    0.054067770425164544,
                                    0.0,
                                    0.38989458480076816,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5682460280160816,
                                    0.007599064747706633,
                                    0.018516964043030618,
                                    0.2924111399731038,
                                    0.0,
                                    0.0,
                                    0.5764942724787745,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05563087861044151,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.009928975007740863,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.44151449526899,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04504395144454423,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04101658622091283
                                ]
                            ]
                        },
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1514941445.561902,
                                "end_time": null,
                                "forecaster_count": 60,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1514941445.561902,
                            "end_time": null,
                            "forecaster_count": 60,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9048292177990892,
                                0.09517078220091077
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 10,
                "user_vote": null
            },
            "forecasts_count": 99,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 400,
            "title": "Will Amazon award a $1M \"Alexa Prize\" for a chatbot in 2017?",
            "short_title": "$1M Alexa Prize",
            "url_title": "$1M Alexa Prize",
            "slug": "1m-alexa-prize",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2016-12-13T20:46:10.709241Z",
            "published_at": "2016-12-13T20:35:24Z",
            "edited_at": "2025-09-05T17:28:49.017736Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-13T20:35:24Z",
            "comment_count": 7,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-11-15T00:00:00Z",
            "scheduled_close_time": "2017-11-15T00:00:00Z",
            "scheduled_resolve_time": "2018-01-03T00:12:16.339000Z",
            "actual_resolve_time": "2018-01-03T00:12:16.339000Z",
            "open_time": "2016-12-13T20:35:24Z",
            "nr_forecasters": 82,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32604,
                        "name": "2016-2017 Leaderboard",
                        "slug": "2016_2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15869,
                        "name": "Artificial Intelligence",
                        "slug": "ai",
                        "emoji": "🤖",
                        "type": "topic"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "category": [
                    {
                        "id": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    },
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3694,
                        "name": "Artificial Intelligence",
                        "slug": "artificial-intelligence",
                        "emoji": "🤖",
                        "description": "Artificial Intelligence",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 2339,
                        "type": "question_series",
                        "name": "AI Demonstrations",
                        "slug": "ai-demonstrations",
                        "header_image": "https://cdn.metaculus.com/aidemonstrations6.png",
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": true,
                        "user_permission": null,
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-11-24T12:08:12.206273Z",
                        "score_type": "relative_legacy_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    },
                    {
                        "id": 2340,
                        "type": "question_series",
                        "name": "Business of AI",
                        "slug": "ai-industry-milestones",
                        "header_image": "https://cdn.metaculus.com/ai-industry_AsQlYMh.png",
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": true,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-11-24T15:30:36.524259Z",
                        "score_type": "relative_legacy_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 2339,
                    "type": "question_series",
                    "name": "AI Demonstrations",
                    "slug": "ai-demonstrations",
                    "header_image": "https://cdn.metaculus.com/aidemonstrations6.png",
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": true,
                    "user_permission": null,
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-11-24T12:08:12.206273Z",
                    "score_type": "relative_legacy_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 400,
                "title": "Will Amazon award a $1M \"Alexa Prize\" for a chatbot in 2017?",
                "created_at": "2016-12-13T20:46:10.709241Z",
                "open_time": "2016-12-13T20:35:24Z",
                "cp_reveal_time": "2016-12-15T20:35:24Z",
                "spot_scoring_time": "2016-12-15T20:35:24Z",
                "scheduled_resolve_time": "2018-01-03T00:12:16.339000Z",
                "actual_resolve_time": "2018-01-03T00:12:16.339000Z",
                "resolution_set_time": "2018-01-03T00:12:16.339000Z",
                "scheduled_close_time": "2017-11-15T00:00:00Z",
                "actual_close_time": "2017-11-15T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Amazon has recently launched an [\"Alexa Prize\" competition](https://developer.amazon.com/alexaprize) toward developing an effective \"Socialbot\" that can \"[Engage] customers in a conversation about popular topics such as Entertainment, Fashion, Politics, Sports, and Technology.\"\n\nTwelve sponsored university teams and some number of additional teams will compete from April until November 2017, using Amazon employees, users, and judges to narrow down to finalists in August, then have a final competition with a 3-judge panel in November.\n\nThe best team will win $500K, and there is an additional $1M prize if \"their socialbot achieves the grand challenge of conversing coherently and engagingly with humans on popular topics for 20 minutes.\"\n\nAs specified in the [FAQ](https://developer.amazon.com/alexaprize/faq), this is *not* a Turing test – the winning bot may be readily distinguishable from a human.  It should, however, be \"human like\" in its ability to converse.  Details of the judging procedure are in the [official rules](https://developer.amazon.com/alexaprize/contest-rules).  In brief, each judge has a \"red button\" they can press when feel that as a user they would no longer enjoy talking to the bot.",
                "resolution_criteria": "> If and only if the Entrant Team that wins the 2017 Prize has a mean Finals Score equal to 4.0 or higher and maintains a conversation with at least two of the three Interactors for twenty (20) minutes without being stopped by the Judges, Sponsor will provide $1,000,000 U.S. dollars...\n\nso, *** Will Amazon award the $1M prize? ***\n\nResolution will be by announcement by Amazon.",
                "fine_print": "",
                "post_id": 400,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1510696826.397872,
                                "end_time": null,
                                "forecaster_count": 82,
                                "interval_lower_bounds": [
                                    0.15
                                ],
                                "centers": [
                                    0.22
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1510696826.397872,
                            "end_time": null,
                            "forecaster_count": 82,
                            "interval_lower_bounds": [
                                0.15
                            ],
                            "centers": [
                                0.22
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.78,
                                0.22
                            ],
                            "means": [
                                0.24305506306083297
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.3547909330529046,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8634584609444739,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8644847935317267,
                                    0.5654667606195058,
                                    0.012715044525389515,
                                    0.2218950619316045,
                                    0.6356800736251341,
                                    1.3030859264004793,
                                    0.2699770170287534,
                                    0.3704164410767862,
                                    0.07049165811994734,
                                    0.0016456269758058238,
                                    2.3983689825554184,
                                    0.0,
                                    0.7554658117724923,
                                    0.1005619062490637,
                                    0.8948374224172492,
                                    1.3815392208522939,
                                    0.4452257211395179,
                                    0.08096130379785854,
                                    0.0,
                                    0.0,
                                    0.4253129006383238,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.036486151855658,
                                    0.0,
                                    0.0019754520645241095,
                                    0.0,
                                    0.41981095475247004,
                                    1.3481013939310844,
                                    0.5105438860896632,
                                    0.13357055402039977,
                                    0.01732880491444991,
                                    0.5329991950934476,
                                    0.14249030555976944,
                                    0.023193516142010238,
                                    0.0,
                                    0.0013523717240138745,
                                    0.0,
                                    0.03836121146047684,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0023451987212490845,
                                    0.0,
                                    0.0,
                                    0.31802490556199314,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.061136772129365816,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.011415200401430712
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 17.333353271312024,
                            "coverage": 0.9998390917497426,
                            "baseline_score": 46.135416880569984,
                            "spot_peer_score": -6.59239952585481,
                            "peer_archived_score": 17.333353271312024,
                            "baseline_archived_score": 46.135416880569984,
                            "spot_peer_archived_score": -6.59239952585481
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1509214104.656038,
                                "end_time": null,
                                "forecaster_count": 77,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1509214104.656038,
                            "end_time": null,
                            "forecaster_count": 77,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9067646253818079,
                                0.09323537461819212
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 4,
                "user_vote": null
            },
            "forecasts_count": 122,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Amazon has recently launched an [\"Alexa Prize\" competition](https://developer.amazon.com/alexaprize) toward developing an effective \"Socialbot\" that can \"[Engage] customers in a conversation about popular topics such as Entertainment, Fashion, Politics, Sports, and Technology.\"\n\nTwelve sponsored university teams and some number of additional teams will compete from April until November 2017, using Amazon employees, users, and judges to narrow down to finalists in August, then have a final competition with a 3-judge panel in November.\n\nThe best team will win $500K, and there is an additional $1M prize if \"their socialbot achieves the grand challenge of conversing coherently and engagingly with humans on popular topics for 20 minutes.\"\n\nAs specified in the [FAQ](https://developer.amazon.com/alexaprize/faq), this is *not* a Turing test – the winning bot may be readily distinguishable from a human.  It should, however, be \"human like\" in its ability to converse.  Details of the judging procedure are in the [official rules](https://developer.amazon.com/alexaprize/contest-rules).  In brief, each judge has a \"red button\" they can press when feel that as a user they would no longer enjoy talking to the bot."
        },
        {
            "id": 399,
            "title": "Prototype self-flying taxi in 2017?",
            "short_title": "",
            "url_title": "",
            "slug": "prototype-self-flying-taxi-in-2017",
            "author_id": 101120,
            "author_username": "VLT",
            "coauthors": [],
            "created_at": "2016-12-13T17:50:43.535653Z",
            "published_at": "2016-12-13T17:48:04Z",
            "edited_at": "2025-09-05T17:28:53.250382Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-13T17:48:04Z",
            "comment_count": 8,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-07-15T00:00:00Z",
            "scheduled_close_time": "2017-07-15T00:00:00Z",
            "scheduled_resolve_time": "2018-01-03T20:13:24.119000Z",
            "actual_resolve_time": "2018-01-03T20:13:24.119000Z",
            "open_time": "2016-12-13T17:48:04Z",
            "nr_forecasters": 85,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32604,
                        "name": "2016-2017 Leaderboard",
                        "slug": "2016_2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 399,
                "title": "Prototype self-flying taxi in 2017?",
                "created_at": "2016-12-13T17:50:43.535653Z",
                "open_time": "2016-12-13T17:48:04Z",
                "cp_reveal_time": "2016-12-15T17:48:04Z",
                "spot_scoring_time": "2016-12-15T17:48:04Z",
                "scheduled_resolve_time": "2018-01-03T20:13:24.119000Z",
                "actual_resolve_time": "2018-01-03T20:13:24.119000Z",
                "resolution_set_time": "2018-01-03T20:13:24.119000Z",
                "scheduled_close_time": "2017-07-15T00:00:00Z",
                "actual_close_time": "2017-07-15T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "We've had a number of questions concerning self-driving cars.  But many of the tricky part of self-driving cars are eliminated if you can do away with the roads, lights, pedestrians, other cars, etc. – That is: fly!\n\nTo fight against city congestion, [Airbus Group and A3](http://www.airbusgroup.com/int/en/news-media/corporate-magazine/Forum-88/My-Kind-Of-Flyover.html) teamed up to develop project [Vahana](http://www.cnbc.com/2016/08/17/airbus-to-test-driverless-flying-taxis-in-2017.html). Officially started in February 2016, Vahana is a self-piloted flying vehicle platform that is designed to transport individual passenger and cargo. \n\nVahana aims to reduce urban cities' traffic with flying self-driving taxis, and the project's team admits that, although ambitious, their scheduled first test flight of the prototype in late 2017 is feasible as many of the needed technologies are close to becoming available. The group currently faces the challenge of complying with flying regulations and acquiring necessary approvals from the Federal Aviation Administration.\n\nThe team anticipates putting flying taxis into production by 2020.  \n\n***Will Airbus successfully flight-test a prototype airborne taxi in 2017?*** \n\nThis question will resolve as positive if, on or by December 31, 2017, a successful prototype demonstration is reported in a published story or a press release.",
                "fine_print": "",
                "post_id": 399,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1500051626.527019,
                                "end_time": null,
                                "forecaster_count": 85,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.12
                                ],
                                "interval_upper_bounds": [
                                    0.34
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1500051626.527019,
                            "end_time": null,
                            "forecaster_count": 85,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.12
                            ],
                            "interval_upper_bounds": [
                                0.34
                            ],
                            "forecast_values": [
                                0.88,
                                0.12
                            ],
                            "means": [
                                0.2046229198896976
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    3.2059637086052812,
                                    0.0,
                                    0.000560044871523829,
                                    0.22910433567711114,
                                    1.2753157387815843,
                                    1.0682291546458946,
                                    0.25510559166215613,
                                    0.0016763820783180668,
                                    0.21472466286173805,
                                    1.761880855811211,
                                    0.002544122118401963,
                                    0.4798589449020482,
                                    0.07529851416450299,
                                    0.025944903269425626,
                                    0.7059745565838104,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3450254286104723,
                                    0.0,
                                    0.0,
                                    0.15395803265368366,
                                    0.4261583910024024,
                                    0.14452782572589942,
                                    0.001990151609851139,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1451433493948469,
                                    0.1251657989762928,
                                    0.8486068117891338,
                                    0.16474672734003346,
                                    1.242424462536383,
                                    0.10113073158219138,
                                    0.7179538125144866,
                                    0.0,
                                    0.05981970125489812,
                                    0.0,
                                    0.005409792956936867,
                                    0.0,
                                    0.4013503291190707,
                                    0.0009270746381897505,
                                    0.0,
                                    0.08740397872673408,
                                    0.0,
                                    0.006377937409162683,
                                    0.0,
                                    0.0,
                                    1.0428740971711326,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0023407900061487357,
                                    0.0,
                                    0.0,
                                    0.02369908397951872,
                                    0.0,
                                    0.30382225357376824,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.013292371606491656,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.27740117812093723,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 13.806893176206822,
                            "coverage": 0.9995480300770403,
                            "baseline_score": 77.73661578286362,
                            "spot_peer_score": -11.889610196489592,
                            "peer_archived_score": 13.806893176206822,
                            "baseline_archived_score": 77.73661578286362,
                            "spot_peer_archived_score": -11.889610196489592
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1500051626.546571,
                                "end_time": null,
                                "forecaster_count": 85,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1500051626.546571,
                            "end_time": null,
                            "forecaster_count": 85,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.7845010995282548,
                                0.21549890047174525
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 6,
                "user_vote": null
            },
            "forecasts_count": 115,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 398,
            "title": "Image projection patent implemented in the new Nintendo Switch?",
            "short_title": "",
            "url_title": "",
            "slug": "image-projection-patent-implemented-in-the-new-nintendo-switch",
            "author_id": 101120,
            "author_username": "VLT",
            "coauthors": [],
            "created_at": "2016-12-13T17:44:48.368329Z",
            "published_at": "2016-12-14T17:43:03Z",
            "edited_at": "2025-09-05T17:29:02.889846Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-14T17:43:03Z",
            "comment_count": 4,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2017-02-01T00:00:00Z",
            "scheduled_close_time": "2017-02-01T00:00:00Z",
            "scheduled_resolve_time": "2017-03-09T16:39:06.815000Z",
            "actual_resolve_time": "2017-03-09T16:39:06.815000Z",
            "open_time": "2016-12-14T17:43:03Z",
            "nr_forecasters": 27,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32604,
                        "name": "2016-2017 Leaderboard",
                        "slug": "2016_2017_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "category": [
                    {
                        "id": 3696,
                        "name": "Sports & Entertainment",
                        "slug": "sports-entertainment",
                        "emoji": "🏀",
                        "description": "Sports & Entertainment",
                        "type": "category"
                    },
                    {
                        "id": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 144,
                    "type": "site_main",
                    "name": "Metaculus Community",
                    "slug": null,
                    "header_image": null,
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": null,
                    "user_permission": "forecaster",
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-07-18T17:28:18.838588Z",
                    "score_type": null,
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 398,
                "title": "Image projection patent implemented in the new Nintendo Switch?",
                "created_at": "2016-12-13T17:44:48.368329Z",
                "open_time": "2016-12-14T17:43:03Z",
                "cp_reveal_time": "2016-12-16T17:43:03Z",
                "spot_scoring_time": "2016-12-16T17:43:03Z",
                "scheduled_resolve_time": "2017-03-09T16:39:06.815000Z",
                "actual_resolve_time": "2017-03-09T16:39:06.815000Z",
                "resolution_set_time": "2017-03-09T16:39:06.815000Z",
                "scheduled_close_time": "2017-02-01T00:00:00Z",
                "actual_close_time": "2017-02-01T00:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "no",
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "",
                "resolution_criteria": "Scheduled for release in March 2017, it was indicated from patents filed by Nintendo that the [Nintendo Switch](https://en.wikipedia.org/wiki/Nintendo_Switch) will have [\"standard\" gaming features](http://www.techradar.com/news/nintendo-switch-release-date-news-and-features) like the touchscreen, compass, GPS, motion tracking, image recognition, and *image projection.* \n\nIn the [series of patents](http://www.polygon.com/2016/8/11/12441972/nintendo-nx-detachable-controller-gesture-based) filed, most of the patents' functionality have been described in good detail, except for the usage of image projection. \n\nIt is easy to tell whether all filed patents will be found in the final product, and the lack of detail might be attributable to uncertainty or secrecy.  So let's speculate:\n\n***Will the image projection feature be part of the new Nintendo Switch?***",
                "fine_print": "",
                "post_id": 398,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1485499322.747884,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.22
                                ],
                                "centers": [
                                    0.29
                                ],
                                "interval_upper_bounds": [
                                    0.44
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1485499322.747884,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.22
                            ],
                            "centers": [
                                0.29
                            ],
                            "interval_upper_bounds": [
                                0.44
                            ],
                            "forecast_values": [
                                0.71,
                                0.29
                            ],
                            "means": [
                                0.31089832232288045
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.8218869508967813,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07805035281635142,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.48480115213825536,
                                    0.03130111324493288,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07875121069851097,
                                    0.0,
                                    1.0,
                                    0.9592499331825896,
                                    0.0,
                                    0.9674070232835761,
                                    0.0,
                                    0.0,
                                    0.5414109223414629,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.33043163511098544,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34196503051998717,
                                    0.09369360910749297,
                                    0.7429155235659053,
                                    0.15266220141285267,
                                    0.43289785514522633,
                                    0.38538527315093474,
                                    0.0,
                                    0.7813352785371188,
                                    0.0,
                                    0.0,
                                    0.17692120631776415,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.30235531220200856,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20380305925474834,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": -0.8584087471870578,
                            "coverage": 0.9980741838008711,
                            "baseline_score": 37.43862704900712,
                            "spot_peer_score": 12.44561418620359,
                            "peer_archived_score": -0.8584087471870578,
                            "baseline_archived_score": 37.43862704900712,
                            "spot_peer_archived_score": 12.44561418620359
                        },
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 3,
                "user_vote": null
            },
            "forecasts_count": 34,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 397,
            "title": "Will RoboCup announce that robots have beaten professional human soccer players before 2050?",
            "short_title": "RoboCup Ultimate Goal Achieved Before 2050?",
            "url_title": "RoboCup Ultimate Goal Achieved Before 2050?",
            "slug": "robocup-ultimate-goal-achieved-before-2050",
            "author_id": 8,
            "author_username": "Anthony",
            "coauthors": [],
            "created_at": "2016-12-09T23:45:21.010136Z",
            "published_at": "2016-12-10T23:44:49Z",
            "edited_at": "2025-09-10T02:29:38.744843Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2016-12-10T23:44:49Z",
            "comment_count": 57,
            "status": "open",
            "resolved": false,
            "actual_close_time": null,
            "scheduled_close_time": "2050-01-01T23:45:01Z",
            "scheduled_resolve_time": "2050-01-02T04:45:08Z",
            "actual_resolve_time": null,
            "open_time": "2016-12-10T23:44:49Z",
            "nr_forecasters": 277,
            "html_metadata_json": null,
            "projects": {
                "topic": [
                    {
                        "id": 15869,
                        "name": "Artificial Intelligence",
                        "slug": "ai",
                        "emoji": "🤖",
                        "type": "topic"
                    }
                ],
                "site_main": [
                    {
                        "id": 144,
                        "type": "site_main",
                        "name": "Metaculus Community",
                        "slug": null,
                        "header_image": null,
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": null,
                        "user_permission": "forecaster",
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-07-18T17:28:18.838588Z",
                        "score_type": null,
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "category": [
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    },
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3694,
                        "name": "Artificial Intelligence",
                        "slug": "artificial-intelligence",
                        "emoji": "🤖",
                        "description": "Artificial Intelligence",
                        "type": "category"
                    }
                ],
                "question_series": [
                    {
                        "id": 2342,
                        "type": "question_series",
                        "name": "AGI Outcomes",
                        "slug": "agi-horizons",
                        "header_image": "https://cdn.metaculus.com/agi.png",
                        "prize_pool": null,
                        "start_date": "2023-08-09T13:41:42.701000Z",
                        "close_date": "2023-08-09T13:41:42.701000Z",
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-11-24T11:13:59.648388Z",
                        "score_type": "relative_legacy_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 2342,
                    "type": "question_series",
                    "name": "AGI Outcomes",
                    "slug": "agi-horizons",
                    "header_image": "https://cdn.metaculus.com/agi.png",
                    "prize_pool": null,
                    "start_date": "2023-08-09T13:41:42.701000Z",
                    "close_date": "2023-08-09T13:41:42.701000Z",
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-11-24T11:13:59.648388Z",
                    "score_type": "relative_legacy_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                }
            },
            "question": {
                "id": 397,
                "title": "Will RoboCup announce that robots have beaten professional human soccer players before 2050?",
                "created_at": "2016-12-09T23:45:21.010136Z",
                "open_time": "2016-12-10T23:44:49Z",
                "cp_reveal_time": "2016-12-12T20:43:11.558000Z",
                "spot_scoring_time": "2016-12-12T20:43:11.558000Z",
                "scheduled_resolve_time": "2050-01-02T04:45:08Z",
                "actual_resolve_time": null,
                "resolution_set_time": null,
                "scheduled_close_time": "2050-01-01T23:45:01Z",
                "actual_close_time": "2050-01-01T23:45:01Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "open",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": null,
                "include_bots_in_aggregates": false,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": null,
                "open_lower_bound": null,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": null,
                    "open_lower_bound": null,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The [RoboCup](http://www.robocup.org/objective) (short for Robot World Cup Initiative) was launched in the mid-1990s as a \"grand challenge\" in robotics. The RoboCup Federation hosts annual RoboCup competitions where robotic teams compete in soccer matches. In [a paper published in 1995](https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.49.7511) the creators of the RoboCup describe the initiative as \n\n>an attempt to foster AI and intelligent robotics research by providing a standard problem where [a] wide range of technologies can be integrated and examined.\n\nThe stated ultimate goal of the RoboCup Initiative is:\n\n> By the middle of the 21st century, a team of fully autonomous humanoid robot soccer players shall win a soccer game, complying with the official rules of FIFA, against the winner of the most recent World Cup. \n\nAs a part of this process, annual RoboCup games are played; see [here](http://www.robocup.org/events/upcoming_events) for upcoming events.",
                "resolution_criteria": "This question will resolve as **Yes** if the [RoboCup organization](https://www.robocup.org/) announces that its [ultimate goal](https://web.archive.org/web/20230120164353/https://www.robocup.org/objective) for robotic soccer has been accomplished before January 1, 2050.",
                "fine_print": "* If the RoboCup organization or a clear successor organization ceases to exist this question will be **Annulled**.\n* This question defers to announcements by the RoboCup organization, the rules and language regarding their ultimate goal may change so long as it refers to robots winning a game of soccer against professional human soccer players.\n    * If the RoboCup organization still exists at the time of resolution and has not announced that its ultimate goal has been accomplished as described this question will resolve as **No**.\n*  This question was updated on 16 November 2023 to clarify that a qualifying event must be a game of soccer played by professional human soccer players against robots.\n* This question was updated on 28 March 2023 to clarify some ambiguities and provide better context. The question text prior to this update is below:\n\n>Title: Robocup Challenge Win before 2050?\n>\n>The [Robocup Challenge](http://www.robocup.org/objective) was launched in the mid-1990s as a \"grand challenge\" in robotics.  The stated goal of the challenge is:\n>\n>> By the middle of the 21st century, a team of fully autonomous humanoid robot soccer players shall win a soccer game, complying with the official rules of FIFA, against the winner of the most recent World Cup. \n>\n>On the road to this challenge, annual Robocup games are played; see [here](http://www.robocup.org/events/upcoming_events) for upcoming events.\n>\n>***Will Robots win the Robocup challenge, beating professional soccer players before 2050?***\n>\n>This question will resolve as **Yes** if a team of humanoid robots wins a professional match of soccer before January 1, 2050, as determined by the [Robocup challenge organization](http://www.robocup.org/objective).",
                "post_id": 397,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1757471368.099237,
                                "end_time": 1767300071.209382,
                                "forecaster_count": 273,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.5
                                ],
                                "interval_upper_bounds": [
                                    0.79
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1757471368.099237,
                            "end_time": 1767300071.209382,
                            "forecaster_count": 273,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.5
                            ],
                            "interval_upper_bounds": [
                                0.79
                            ],
                            "forecast_values": [
                                0.5,
                                0.5
                            ],
                            "means": [
                                0.5452362583768012
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.39552018191289257,
                                    0.0,
                                    0.0,
                                    0.03127880766323334,
                                    0.006974644541633825,
                                    0.2820254306361136,
                                    0.0,
                                    0.0019752081359880203,
                                    0.0,
                                    0.4996217830277301,
                                    0.0,
                                    0.06716325951588176,
                                    0.007164640961636314,
                                    0.05179588078607206,
                                    0.8101246380715145,
                                    0.9358549791148553,
                                    0.0013291485825369974,
                                    0.09504622292907638,
                                    0.027901965517019074,
                                    0.4567260361208146,
                                    0.3154522282879157,
                                    0.0008462645677078832,
                                    0.06704195371051114,
                                    0.7598930787478659,
                                    0.8979984277082493,
                                    1.4597112311061e-05,
                                    0.0,
                                    0.00011094087516191182,
                                    0.0,
                                    0.4169756635085373,
                                    0.018411322978348927,
                                    0.9701649800826618,
                                    0.15684227965102437,
                                    0.0006498011530348219,
                                    0.8539271664191012,
                                    0.0,
                                    0.014486966230970217,
                                    0.028026159202653327,
                                    0.0025245694323016597,
                                    0.6513234197592315,
                                    0.004574842915754822,
                                    0.1972965768444309,
                                    0.010801226728087233,
                                    0.0005714540366797866,
                                    1.1132774759459698,
                                    0.740056324888812,
                                    0.005715794685265949,
                                    0.0012008175401169536,
                                    1.3149839706366082,
                                    3.8602653221062355,
                                    0.005002890260096344,
                                    0.0,
                                    0.14541084598691512,
                                    0.046555980487157776,
                                    2.326625396809825,
                                    0.003017955212145228,
                                    0.0,
                                    0.0,
                                    4.028274258489537e-05,
                                    1.161572639163173,
                                    8.951117650779506e-06,
                                    0.0052303139591666796,
                                    0.0,
                                    0.2858357757511783,
                                    0.5009954846506066,
                                    1.4951449111702275,
                                    0.027382100988699896,
                                    0.0,
                                    7.317098159750213e-05,
                                    0.3888339589074099,
                                    0.7835730032142714,
                                    3.172842348588142e-05,
                                    0.0,
                                    0.0,
                                    0.21357263866702764,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4608439051643842,
                                    2.1062504129983246,
                                    0.8331481791910764,
                                    0.36124002757941004,
                                    0.0,
                                    0.21951744778301616,
                                    0.00030782632890238805,
                                    0.07205917284628821,
                                    0.0,
                                    0.00027027035667355064,
                                    0.0038171145631115356,
                                    1.5534559951370548,
                                    2.2731481432537627e-05,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.23871649396485,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2354510571757085
                                ]
                            ]
                        },
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1728289510.642155,
                                "end_time": null,
                                "forecaster_count": 277,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1728289510.642155,
                            "end_time": null,
                            "forecaster_count": 277,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.6640908218067956,
                                0.3359091781932044
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 35,
                "user_vote": null
            },
            "forecasts_count": 610,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The [RoboCup](http://www.robocup.org/objective) (short for Robot World Cup Initiative) was launched in the mid-1990s as a \"grand challenge\" in robotics. The RoboCup Federation hosts annual RoboCup competitions where robotic teams compete in soccer matches. In [a paper published in 1995](https://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.49.7511) the creators of the RoboCup describe the initiative as \n\n>an attempt to foster AI and intelligent robotics research by providing a standard problem where [a] wide range of technologies can be integrated and examined.\n\nThe stated ultimate goal of the RoboCup Initiative is:\n\n> By the middle of the 21st century, a team of fully autonomous humanoid robot soccer players shall win a soccer game, complying with the official rules of FIFA, against the winner of the most recent World Cup. \n\nAs a part of this process, annual RoboCup games are played; see [here](http://www.robocup.org/events/upcoming_events) for upcoming events."
        }
    ]
}