Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sql/people.sql
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ insert into people(person, country, facebook_username, github_username, linkedin
,('John Maxwell',NULL,'johnmaxwelliv',NULL,NULL,NULL,NULL,NULL,'https://www.lesserwrong.com/posts/4WbNGQMvuFtY3So7s/announcement-ai-alignment-prize-winners-and-next-round',NULL,TRUE)
,('Anne Wissemann',NULL,'anne.wissemann',NULL,NULL,NULL,NULL,NULL,'http://archive.today/2018.06.14-212014/https://aisafetycamp.com/about-us/','Executive assistant to Allan Dafoe, but unclear what the exact arrangement is.',TRUE)
,('David Manheim', 'Israel', NULL, 'davidmanheim', NULL, 'davidmanheim', NULL, NULL, NULL, NULL,TRUE)
,('Ram Rachum', 'Israel', NULL, 'cool-RR', 'ram-rachum-349b7a17', 'ram-rachum', NULL, 'https://r.rachum.com', NULL, 'Research in Multi-Agent Reinforcement Learning, and Rebellion and Disobedience in AI',TRUE);
,('Ram Rachum', 'Israel', NULL, 'cool-RR', 'ram-rachum-349b7a17', 'ram-rachum', NULL, 'https://r.rachum.com', NULL, 'Research in Multi-Agent Reinforcement Learning',TRUE);


# Insert the rest of the people by taking names from positions
Expand Down
2 changes: 1 addition & 1 deletion sql/positions/positions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,6 @@ insert into positions(person, organization, title, start_date, start_date_precis
,('Leqi Liu', 'Carnegie Mellon University', 'PhD student in Machine Learning', '2019-05-01', 'month', NULL, NULL, 'https://www.openphilanthropy.org/focus/global-catastrophic-risks/potential-risks-advanced-artificial-intelligence/open-phil-ai-fellowship-2020-class https://www.cs.cmu.edu/~leqil/', '2020 class of the Open Phil AI Fellowship', NULL, NULL, NULL, 'AI safety')
,('Peter Henderson', 'Stanford University', 'PhD student in Computer Science', '2018-09-01', 'month', NULL, NULL, 'https://www.openphilanthropy.org/focus/global-catastrophic-risks/potential-risks-advanced-artificial-intelligence/open-phil-ai-fellowship-2020-class https://www.peterhenderson.co/files/cv.pdf', '2020 class of the Open Phil AI Fellowship', NULL, NULL, NULL, 'AI safety')
,('Stanislav Fort', 'Stanford University', 'PhD student', '2016-09-01', 'month', NULL, NULL, 'https://www.openphilanthropy.org/focus/global-catastrophic-risks/potential-risks-advanced-artificial-intelligence/open-phil-ai-fellowship-2020-class http://stanford.edu/~sfort1/ https://www.linkedin.com/in/stanislav-fort-38199a58/', '2020 class of the Open Phil AI Fellowship', NULL, NULL, NULL, 'AI safety')
,('Ram Rachum', 'Bar-Ilan University', 'Visiting Researcher', '2022-12-12', 'day', NULL, NULL, 'https://r.rachum.com https://github.com/cool-RR/ https://sites.google.com/site/dekelreuth/gold-lab', 'Research in Multi-Agent Reinforcement Learning, and Rebellion and Disobedience in AI', NULL, NULL, NULL, 'AI safety')
,('Ram Rachum', 'Tufts University', 'AI Safety Researcher', '2022-12-12', 'day', NULL, NULL, 'https://r.rachum.com https://github.com/cool-RR/ https://sites.google.com/site/dekelreuth/gold-lab', 'Research in Multi-Agent Reinforcement Learning', NULL, NULL, NULL, 'AI safety')

;