Skip to content

Commit

Permalink
add new org: cooperativeai.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansanchez123 committed Jun 11, 2022
1 parent 2fff013 commit 1ef0e61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sql/positions/cooperativeai.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Automated add from scripts/open_phil_proc.py
insert into positions(person, organization, title, start_date, start_date_precision, end_date, end_date_precision, urls, notes, employment_type, cause_area) values

('Lewis Hammond', 'Cooperative AI Foundation', 'Acting Executive Director', '2022-01-01', 'month', NULL, NULL, 'https://www.linkedin.com/in/lrhammond/', NULL, 'part-time', 'AI safety')
,('Jesse Clifton', 'Cooperative AI Foundation', 'Research Analyst', NULL, NULL, NULL, NULL, 'https://www.cooperativeai.com/foundation', NULL, NULL, 'AI safety')
,('Vincent Conitzer', 'Cooperative AI Foundation', 'Advisor', NULL, NULL, NULL, NULL, 'https://www.cooperativeai.com/foundation', 'Professor at Carnegie Mellon University and Professor at University of Oxford', 'advisor', 'AI safety')
,('Amrit Sidhu-Brar', 'Cooperative AI Foundation', 'Operations Associate', NULL, NULL, NULL, NULL, 'https://www.cooperativeai.com/foundation', NULL, NULL, 'AI safety')




0 comments on commit 1ef0e61

Please sign in to comment.