Skip to content

Commit

Permalink
Merge pull request #44 from georgetown-cset/openalex-types
Browse files Browse the repository at this point in the history
Remove supplementary materials type
  • Loading branch information
jmelot authored Jun 26, 2024
2 parents f451003 + 6eaa8e2 commit c046654
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion sql/openalex_ids.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ WHERE
(type IS NULL)
OR NOT (type IN ("dataset",
"peer-review",
"grant"))
"grant",
"supplementary-materials",
"editorial",
"letter"))
5 changes: 4 additions & 1 deletion sql/openalex_metadata.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ WHERE
(type IS NULL)
OR NOT (type IN ("dataset",
"peer-review",
"grant"))
"grant",
"supplementary-materials",
"editorial",
"letter"))

0 comments on commit c046654

Please sign in to comment.