Dataset Preview
Full Screen
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type
struct<identifier: int64, comment: string, is_minor_edit: bool, scores: struct<revertrisk: struct<probability: struct<false: double, true: double>>>, editor: struct<identifier: int64, name: string, edit_count: int64, groups: list<item: string>, date_started: timestamp[s], is_patroller: bool>, number_of_characters: int64, size: struct<value: int64, unit_text: string>, maintenance_tags: struct<>, tags: list<item: string>>
to
{'identifier': Value(dtype='int64', id=None), 'comment': Value(dtype='string', id=None), 'is_minor_edit': Value(dtype='bool', id=None), 'scores': {'revertrisk': {'probability': {'false': Value(dtype='float64', id=None), 'true': Value(dtype='float64', id=None)}, 'prediction': Value(dtype='bool', id=None)}}, 'editor': {'identifier': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'edit_count': Value(dtype='int64', id=None), 'groups': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'date_started': Value(dtype='timestamp[s]', id=None), 'is_patroller': Value(dtype='bool', id=None), 'is_bot': Value(dtype='bool', id=None), 'is_admin': Value(dtype='bool', id=None), 'is_anonymous': Value(dtype='bool', id=None), 'has_advanced_rights': Value(dtype='bool', id=None)}, 'number_of_characters': Value(dtype='int64', id=None), 'size': {'value': Value(dtype='int64', id=None), 'unit_text': Value(dtype='string', id=None)}, 'noindex': Value(dtype='bool', id=None), 'maintenance_tags': {'pov_count': Value(dtype='int64', id=None), 'update_count': Value(dtype='int64', id=None), 'citation_needed_count': Value(dtype='int64', id=None)}, 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_breaking_news': Value(dtype='bool', id=None)}
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in cast_table_to_schema
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2261, in <listcomp>
                  arrays = [cast_array_to_feature(table[name], feature) for name, feature in features.items()]
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp>
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2122, in cast_array_to_feature
                  raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
              TypeError: Couldn't cast array of type
              struct<identifier: int64, comment: string, is_minor_edit: bool, scores: struct<revertrisk: struct<probability: struct<false: double, true: double>>>, editor: struct<identifier: int64, name: string, edit_count: int64, groups: list<item: string>, date_started: timestamp[s], is_patroller: bool>, number_of_characters: int64, size: struct<value: int64, unit_text: string>, maintenance_tags: struct<>, tags: list<item: string>>
              to
              {'identifier': Value(dtype='int64', id=None), 'comment': Value(dtype='string', id=None), 'is_minor_edit': Value(dtype='bool', id=None), 'scores': {'revertrisk': {'probability': {'false': Value(dtype='float64', id=None), 'true': Value(dtype='float64', id=None)}, 'prediction': Value(dtype='bool', id=None)}}, 'editor': {'identifier': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'edit_count': Value(dtype='int64', id=None), 'groups': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'date_started': Value(dtype='timestamp[s]', id=None), 'is_patroller': Value(dtype='bool', id=None), 'is_bot': Value(dtype='bool', id=None), 'is_admin': Value(dtype='bool', id=None), 'is_anonymous': Value(dtype='bool', id=None), 'has_advanced_rights': Value(dtype='bool', id=None)}, 'number_of_characters': Value(dtype='int64', id=None), 'size': {'value': Value(dtype='int64', id=None), 'unit_text': Value(dtype='string', id=None)}, 'noindex': Value(dtype='bool', id=None), 'maintenance_tags': {'pov_count': Value(dtype='int64', id=None), 'update_count': Value(dtype='int64', id=None), 'citation_needed_count': Value(dtype='int64', id=None)}, 'tags': Sequence(feature=Value(dtype='string', id=None), length=-1, id=None), 'is_breaking_news': Value(dtype='bool', id=None)}
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1396, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1045, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1029, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1124, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1884, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2040, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

name
string
identifier
int64
abstract
string
version
dict
event
dict
url
string
date_created
unknown
date_modified
unknown
is_part_of
dict
in_language
dict
license
list
description
string
sections
list
infoboxes
list
main_entity
dict
additional_entities
list
image
dict
Not Again SU
76,716,259
null
{ "identifier": 1220413474, "comment": "Added # to title.", "is_minor_edit": true, "scores": { "revertrisk": { "probability": { "false": 0.5951822996139526, "true": 0.40481770038604736 }, "prediction": null } }, "editor": { "identifier": 47559838, "name": "T.olivia.p", "edit_count": 4, "groups": [ "*", "user" ], "date_started": "2024-03-19T15:34:53", "is_patroller": null, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 72, "size": { "value": 72, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": null, "is_breaking_news": null }
{ "identifier": "fa3cae5b-8707-4f55-9fab-5baa4c286a32", "type": "update", "date_created": "2024-04-23T16:53:56.207887Z", "date_published": "2024-08-06T08:45:21.669087Z" }
https://en.wikipedia.org/wiki/Not_Again_SU
"2024-04-23T16:50:32"
"2024-04-23T16:53:55"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Student organization in Syracuse, New York
[ { "type": "section", "name": "Abstract", "has_parts": null }, { "type": "section", "name": "Introduction:", "has_parts": [ { "type": "paragraph", "value": "The hashtag and student led organization #NotAgainSU began circulating after several racist incidents occurred on the campus of Syracuse University, during the academic course of 2019-2021. Initial reports of racist paraphernalia occurred early November in the dorm buildings of first- and second-year undergraduate students. After nearly a month of daily reports, Syracuse students organized a sit-in where they occupied, and created an elaborate list of 19 demands for Chancellor Kent Syverud to sign. After several protests, some taking place at his persona residence, the list was signed with few revisions on November 21st.", "links": null } ] }, { "type": "section", "name": "Demands:", "has_parts": [ { "type": "paragraph", "value": "The #NotAgainSU protestors made a list of 19 demands to the University which was later expanded to 34 after Chancellor Kent Syverud signed the initial list. The protestor's demands focus on the improvement of marginalized student experiences on campus as well as improved University wide education on diversity with a specific focus on Anti-Racism.", "links": null }, { "type": "paragraph", "value": "The protestors called for punishments for the students involved in hate crimes and bias related incidents based on their level of involvement, reform of the SEM100 course now called FYS 101 and mandatory education of faculty and staff on diversity and anti-racism. The demands also included stronger anti-harassment policies, an open forum between the University and students in order for the grievances of marginalized students to be addressed and published updates from the University on their progress in meeting the protestors demands.", "links": null }, { "type": "paragraph", "value": "In terms of the improvement of the experience of marginalized students on campus, the protestors demanded housing reforms including the prioritization of disabled students in the housing selection process and the use of roommate selection platforms such as My College Roomie in order for students to select roommates of similar backgrounds and interests. They demanded increased funding for counseling services which better represent marginalized students, development of a multicultural center, recognition of Multicultural Greek life and increased financial aid funding for students of color.", "links": null }, { "type": "paragraph", "value": "The demands also addressed the protestors specific concerns with the administration and Department of Public Safety processes and procedures. These demands included timelier responses to racial incidences on campus and more transparency regarding these incidences. They also demanded an external review of the Department of Public Safety singling out Associate Chief John Sardino in their request. They also demanded the removal of multiple university administration leaders including Chancellor Kent Syverud, Senior VP for Enrollment and Student Experience Dolan Evanovich, DPS Chief Bobby Maldonado, and Deputy Chief John Sardino.", "links": null } ] } ]
null
null
null
null
Juan Benet (computer scientist)
76,634,085
Juan Benet is an American computer scientist. He is the founder and CEO of Protocol Labs, a computer networking research and development company. He designed the InterPlanetary File System (IPFS), a decentralized web protocol, and Filecoin, a peer-to-peer file storage network.
{ "identifier": 1220873576, "comment": "Reverted 1 edit by [[Special:Contributions/Sohom Datta|Sohom Datta]] ([[User talk:Sohom Datta|talk]]) to last revision by Citation bot", "is_minor_edit": true, "scores": { "revertrisk": { "probability": { "false": 0.8242409974336624, "true": 0.17575900256633759 }, "prediction": null } }, "editor": { "identifier": 37755355, "name": "Sohom Datta", "edit_count": 5077, "groups": [ "extendedconfirmed", "patroller", "*", "user", "autoconfirmed" ], "date_started": "2019-11-05T07:22:07", "is_patroller": true, "is_bot": null, "is_admin": null, "is_anonymous": null, "has_advanced_rights": null }, "number_of_characters": 5782, "size": { "value": 5787, "unit_text": "B" }, "noindex": null, "maintenance_tags": { "pov_count": null, "update_count": null, "citation_needed_count": null }, "tags": [ "mw-undo", "twinkle" ], "is_breaking_news": null }
{ "identifier": "ac44a9d8-5c18-47a2-a64b-1588a6425fc8", "type": "update", "date_created": "2024-04-26T13:13:50.935569Z", "date_published": "2024-08-06T08:45:23.859486Z" }
https://en.wikipedia.org/wiki/Juan_Benet_(computer_scientist)
"2024-04-16T18:18:53"
"2024-04-26T13:13:49"
{ "identifier": "enwiki", "url": "https://en.wikipedia.org" }
{ "identifier": "en" }
[ { "name": "Creative Commons Attribution-ShareAlike 4.0", "identifier": "CC-BY-SA-4.0", "url": "https://creativecommons.org/licenses/by-sa/4.0/" } ]
Content-addressable, peer-to-peer hypermedia distribution protocol
[ { "type": "section", "name": "Abstract", "has_parts": [ { "type": "paragraph", "value": "Juan Benet (born March 1988) is an American computer scientist. He is the founder and CEO of Protocol Labs, a computer networking research and development company. He designed the InterPlanetary File System (IPFS), a decentralized web protocol, and Filecoin, a peer-to-peer file storage network.", "links": [ { "url": "https://en.wikipedia.org/wiki/Protocol_Labs", "text": "Protocol Labs", "images": null }, { "url": "https://en.wikipedia.org/wiki/Computer_network", "text": "computer networking", "images": null }, { "url": "https://en.wikipedia.org/wiki/InterPlanetary_File_System", "text": "InterPlanetary File System (IPFS)", "images": null }, { "url": "https://en.wikipedia.org/wiki/Filecoin", "text": "Filecoin", "images": null } ], "name": null, "has_parts": null } ] }, { "type": "section", "name": "Career", "has_parts": [ { "type": "paragraph", "value": "Benet graduated from Stanford University where he studied machine learning. From January 2010 to December 2011, he was CTO of Loki Studios, leading development on the location-based multiplayer mobile game Geomon. The firm was acquired by Yahoo! in May 2013.", "links": [ { "url": "https://en.wikipedia.org/wiki/Stanford_University", "text": "Stanford University", "images": null }, { "url": "https://en.wikipedia.org/wiki/Yahoo!", "text": "Yahoo!", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "Benet founded Protocol Labs in May 2014, going through the Y-Combinator incubator that summer, to support development of IPFS and related infrastructure for a distributed web. These included libp2p for network communication, and Filecoin for insuring decentralized storage. To support the Filecoin launch, Benet developed the SAFT legal framework with Marco Santori, and founded CoinList, a token sale and investment platform.", "links": [ { "url": "https://en.wikipedia.org/wiki/Y_Combinator_(company)", "text": "Y-Combinator", "images": null } ], "name": null, "has_parts": null }, { "type": "paragraph", "value": "In 2018, Benet was named one of Fortune magazine 's \"40 under 40\" in recognition of his work creating IPFS.", "links": [ { "url": "https://en.wikipedia.org/wiki/Fortune_(magazine)", "text": "Fortune magazine", "images": null } ], "name": null, "has_parts": null } ] } ]
[ { "type": "infobox", "name": "Infobox person", "has_parts": [ { "type": "section", "name": "Juan Benet", "has_parts": [ { "type": "image", "name": null, "value": "Benet in 2018", "links": null, "values": null, "images": [ { "content_url": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Juan_Benet_headshot.jpg/220px-Juan_Benet_headshot.jpg", "width": 220, "height": 220, "alternative_text": null, "caption": "Benet in 2018" } ] }, { "type": "field", "name": "Born", "value": "Juan Batiz-Benet March 16, 1988 Cuernavaca, Mexico", "links": [ { "url": "https://en.wikipedia.org/wiki/Cuernavaca", "text": "Cuernavaca", "images": null }, { "url": "https://en.wikipedia.org/wiki/Mexico", "text": "Mexico", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Nationality", "value": "American", "links": null, "values": null, "images": null }, { "type": "field", "name": "Alma mater", "value": "Stanford University", "links": [ { "url": "https://en.wikipedia.org/wiki/Stanford_University", "text": "Stanford University", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Occupation", "value": "Entrepreneur", "links": null, "values": null, "images": null }, { "type": "field", "name": "Known for", "value": "InterPlanetary File System, Filecoin", "links": [ { "url": "https://en.wikipedia.org/wiki/InterPlanetary_File_System", "text": "InterPlanetary File System", "images": null }, { "url": "https://en.wikipedia.org/wiki/Filecoin", "text": "Filecoin", "images": null } ], "values": null, "images": null }, { "type": "field", "name": "Title", "value": "Founder and CEO of Protocol Labs", "links": null, "values": null, "images": null } ] } ] } ]
{ "identifier": "Q85772216", "url": "https://www.wikidata.org/entity/Q85772216" }
[ { "identifier": "Q85772216", "url": "https://www.wikidata.org/entity/Q85772216", "aspects": [ "C", "D.en", "O", "S", "T" ] }, { "identifier": "Q5", "url": "https://www.wikidata.org/entity/Q5", "aspects": [ "O" ] } ]
{ "content_url": "https://upload.wikimedia.org/wikipedia/commons/c/ca/Juan_Benet_headshot.jpg", "width": 2448, "height": 2450 }
{"name":"Not Again SU","identifier":76716259,"version":{"identifier":1220413474,"comment":"Added # to title.","is_minor_edit":true,"scores":{"revertrisk":{"probability":{"false":0.5951822996139526,"true":0.40481770038604736}}},"editor":{"identifier":47559838,"name":"T.olivia.p","edit_count":4,"groups":["*","user"],"date_started":"2024-03-19T15:34:53Z"},"number_of_characters":72,"size":{"value":72,"unit_text":"B"},"maintenance_tags":{}},"event":{"identifier":"fa3cae5b-8707-4f55-9fab-5baa4c286a32","type":"update","date_created":"2024-04-23T16:53:56.207887Z","date_published":"2024-08-06T08:45:21.669087Z"},"url":"https://en.wikipedia.org/wiki/Not_Again_SU","date_created":"2024-04-23T16:50:32Z","date_modified":"2024-04-23T16:53:55Z","is_part_of":{"identifier":"enwiki","url":"https://en.wikipedia.org"},"in_language":{"identifier":"en"},"license":[{"name":"Creative Commons Attribution-ShareAlike 4.0","identifier":"CC-BY-SA-4.0","url":"https://creativecommons.org/licenses/by-sa/4.0/"}],"description":"Student organization in Syracuse, New York","sections":[{"type":"section","name":"Abstract"},{"type":"section","name":"Introduction:","has_parts":[{"type":"paragraph","value":"The hashtag and student led organization #NotAgainSU began circulating after several racist incidents occurred on the campus of Syracuse University, during the academic course of 2019-2021. Initial reports of racist paraphernalia occurred early November in the dorm buildings of first- and second-year undergraduate students. After nearly a month of daily reports, Syracuse students organized a sit-in where they occupied, and created an elaborate list of 19 demands for Chancellor Kent Syverud to sign. After several protests, some taking place at his persona residence, the list was signed with few revisions on November 21st."}]},{"type":"section","name":"Demands:","has_parts":[{"type":"paragraph","value":"The #NotAgainSU protestors made a list of 19 demands to the University which was later expanded to 34 after Chancellor Kent Syverud signed the initial list. The protestor's demands focus on the improvement of marginalized student experiences on campus as well as improved University wide education on diversity with a specific focus on Anti-Racism."},{"type":"paragraph","value":"The protestors called for punishments for the students involved in hate crimes and bias related incidents based on their level of involvement, reform of the SEM100 course now called FYS 101 and mandatory education of faculty and staff on diversity and anti-racism. The demands also included stronger anti-harassment policies, an open forum between the University and students in order for the grievances of marginalized students to be addressed and published updates from the University on their progress in meeting the protestors demands."},{"type":"paragraph","value":"In terms of the improvement of the experience of marginalized students on campus, the protestors demanded housing reforms including the prioritization of disabled students in the housing selection process and the use of roommate selection platforms such as My College Roomie in order for students to select roommates of similar backgrounds and interests. They demanded increased funding for counseling services which better represent marginalized students, development of a multicultural center, recognition of Multicultural Greek life and increased financial aid funding for students of color."},{"type":"paragraph","value":"The demands also addressed the protestors specific concerns with the administration and Department of Public Safety processes and procedures. These demands included timelier responses to racial incidences on campus and more transparency regarding these incidences. They also demanded an external review of the Department of Public Safety singling out Associate Chief John Sardino in their request. They also demanded the removal of multiple university administration leaders including Chancellor Kent Syverud, Senior VP for Enrollment and Student Experience Dolan Evanovich, DPS Chief Bobby Maldonado, and Deputy Chief John Sardino."}]}]}
{"name":"Juan Benet (computer scientist)","identifier":76634085,"abstract":"Juan Benet is an American computer scientist. He is the founder and CEO of Protocol Labs, a computer networking research and development company.  He designed the InterPlanetary File System (IPFS), a decentralized web protocol, and Filecoin, a peer-to-peer file storage network.","version":{"identifier":1220873576,"comment":"Reverted 1 edit by [[Special:Contributions/Sohom Datta|Sohom Datta]] ([[User talk:Sohom Datta|talk]]) to last revision by Citation bot","tags":["mw-undo","twinkle"],"is_minor_edit":true,"scores":{"revertrisk":{"probability":{"false":0.8242409974336624,"true":0.17575900256633759}}},"editor":{"identifier":37755355,"name":"Sohom Datta","edit_count":5077,"groups":["extendedconfirmed","patroller","*","user","autoconfirmed"],"is_patroller":true,"date_started":"2019-11-05T07:22:07Z"},"number_of_characters":5782,"size":{"value":5787,"unit_text":"B"},"maintenance_tags":{}},"event":{"identifier":"ac44a9d8-5c18-47a2-a64b-1588a6425fc8","type":"update","date_created":"2024-04-26T13:13:50.935569Z","date_published":"2024-08-06T08:45:23.859486Z"},"url":"https://en.wikipedia.org/wiki/Juan_Benet_(computer_scientist)","date_created":"2024-04-16T18:18:53Z","date_modified":"2024-04-26T13:13:49Z","main_entity":{"identifier":"Q85772216","url":"https://www.wikidata.org/entity/Q85772216"},"is_part_of":{"identifier":"enwiki","url":"https://en.wikipedia.org"},"additional_entities":[{"identifier":"Q85772216","url":"https://www.wikidata.org/entity/Q85772216","aspects":["C","D.en","O","S","T"]},{"identifier":"Q5","url":"https://www.wikidata.org/entity/Q5","aspects":["O"]}],"in_language":{"identifier":"en"},"image":{"content_url":"https://upload.wikimedia.org/wikipedia/commons/c/ca/Juan_Benet_headshot.jpg","width":2448,"height":2450},"license":[{"name":"Creative Commons Attribution-ShareAlike 4.0","identifier":"CC-BY-SA-4.0","url":"https://creativecommons.org/licenses/by-sa/4.0/"}],"description":"Content-addressable, peer-to-peer hypermedia distribution protocol","infoboxes":[{"type":"infobox","name":"Infobox person","has_parts":[{"type":"section","name":"Juan Benet","has_parts":[{"type":"image","value":"Benet in 2018","images":[{"content_url":"https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/Juan_Benet_headshot.jpg/220px-Juan_Benet_headshot.jpg","width":220,"height":220,"caption":"Benet in 2018"}]},{"type":"field","name":"Born","value":"Juan Batiz-Benet March 16, 1988 Cuernavaca, Mexico","links":[{"url":"https://en.wikipedia.org/wiki/Cuernavaca","text":"Cuernavaca"},{"url":"https://en.wikipedia.org/wiki/Mexico","text":"Mexico"}]},{"type":"field","name":"Nationality","value":"American"},{"type":"field","name":"Alma mater","value":"Stanford University","links":[{"url":"https://en.wikipedia.org/wiki/Stanford_University","text":"Stanford University"}]},{"type":"field","name":"Occupation","value":"Entrepreneur"},{"type":"field","name":"Known for","value":"InterPlanetary File System, Filecoin","links":[{"url":"https://en.wikipedia.org/wiki/InterPlanetary_File_System","text":"InterPlanetary File System"},{"url":"https://en.wikipedia.org/wiki/Filecoin","text":"Filecoin"}]},{"type":"field","name":"Title","value":"Founder and CEO of Protocol Labs"}]}]}],"sections":[{"type":"section","name":"Abstract","has_parts":[{"type":"paragraph","value":"Juan Benet (born March 1988) is an American computer scientist. He is the founder and CEO of Protocol Labs, a computer networking research and development company. He designed the InterPlanetary File System (IPFS), a decentralized web protocol, and Filecoin, a peer-to-peer file storage network.","links":[{"url":"https://en.wikipedia.org/wiki/Protocol_Labs","text":"Protocol Labs"},{"url":"https://en.wikipedia.org/wiki/Computer_network","text":"computer networking"},{"url":"https://en.wikipedia.org/wiki/InterPlanetary_File_System","text":"InterPlanetary File System (IPFS)"},{"url":"https://en.wikipedia.org/wiki/Filecoin","text":"Filecoin"}]}]},{"type":"section","name":"Career","has_parts":[{"type":"paragraph","value":"Benet graduated from Stanford University where he studied machine learning. From January 2010 to December 2011, he was CTO of Loki Studios, leading development on the location-based multiplayer mobile game Geomon. The firm was acquired by Yahoo! in May 2013.","links":[{"url":"https://en.wikipedia.org/wiki/Stanford_University","text":"Stanford University"},{"url":"https://en.wikipedia.org/wiki/Yahoo!","text":"Yahoo!"}]},{"type":"paragraph","value":"Benet founded Protocol Labs in May 2014, going through the Y-Combinator incubator that summer, to support development of IPFS and related infrastructure for a distributed web. These included libp2p for network communication, and Filecoin for insuring decentralized storage. To support the Filecoin launch, Benet developed the SAFT legal framework with Marco Santori, and founded CoinList, a token sale and investment platform.","links":[{"url":"https://en.wikipedia.org/wiki/Y_Combinator_(company)","text":"Y-Combinator"}]},{"type":"paragraph","value":"In 2018, Benet was named one of Fortune magazine 's \"40 under 40\" in recognition of his work creating IPFS.","links":[{"url":"https://en.wikipedia.org/wiki/Fortune_(magazine)","text":"Fortune magazine"}]}]}]}
"editor":{"identifier":37755355,"name":"Sohom Datta","edit_count":5077,"groups":["extendedconfirmed","patroller","*","user","autoconfirmed"],"is_patroller":true,"date_started":"2019-11-05T07:22:07Z"}
  - name: version
    struct:
    - name: identifier
      dtype: int64
    - name: comment
      dtype: string
    - name: is_minor_edit
      dtype: bool
    - name: scores
      struct:
      - name: revertrisk
        struct:
        - name: probability
          struct:
          - name: 'false'
            dtype: float64
          - name: 'true'
            dtype: float64
        - name: prediction
          dtype: bool
    - name: editor
      struct:
      - name: identifier
        dtype: int64
      - name: name
        dtype: string
      - name: edit_count
        dtype: int64
      - name: groups
        sequence: string
      - name: date_started
        dtype: timestamp[s]
      - name: is_patroller
        dtype: bool
      - name: is_bot
        dtype: bool
      - name: is_admin
        dtype: bool
      - name: is_anonymous
        dtype: bool
      - name: has_advanced_rights
        dtype: bool
    - name: number_of_characters
      dtype: int64
    - name: size
      struct:
      - name: value
        dtype: int64
      - name: unit_text
        dtype: string
    - name: noindex
      dtype: bool
    - name: maintenance_tags
      struct:
      - name: pov_count
        dtype: int64
      - name: update_count
        dtype: int64
      - name: citation_needed_count
        dtype: int64
    - name: tags
      sequence: string
    - name: is_breaking_news
      dtype: bool
Downloads last month
0