From 7d5465c974407f92e4d32cb16c33ce36ba2469ff Mon Sep 17 00:00:00 2001 From: Rebecca Date: Thu, 20 Jun 2024 12:56:59 -0400 Subject: [PATCH] Remove supplementary materials type from article set --- sql/openalex_ids.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/openalex_ids.sql b/sql/openalex_ids.sql index 59f629a..6ceffdf 100644 --- a/sql/openalex_ids.sql +++ b/sql/openalex_ids.sql @@ -6,4 +6,5 @@ WHERE (type IS NULL) OR NOT (type IN ("dataset", "peer-review", - "grant")) + "grant", + "supplementary-materials"))