We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1beb35 commit e6456d4Copy full SHA for e6456d4
cli/macrostrat/cli/database/migrations/people/main.sql
@@ -49,6 +49,6 @@ INSERT INTO ecosystem.roles (name, description) VALUES
49
('Student', 'Currently enrolled in an academic program'),
50
('Researcher', 'Conducts academic or applied research'),
51
('Developer', 'Writes and maintains software code'),
52
- ('Postdoc', 'Postdoctoral researcher working on scholarly projects'),
53
- ('Research Scientist', 'Professional researcher involved in scientific work'),
+ ('Leader', 'Leads research or development projects and mentors others'),
+ ('Collaborator', 'Contributes to joint projects'),
54
ON CONFLICT (name) DO NOTHING;
0 commit comments