Skip to content

Commit 7c3b79e

Browse files
authored
Merge pull request #89 from subugoe/mar_26
Mar 26
2 parents 9afa40c + e64f46f commit 7c3b79e

12 files changed

Lines changed: 7 additions & 5 deletions

data-raw/jct_001_get_cr_data.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jct_hybrid_jns <- jct_hybrid_jns_raw |>
2929
"2772-6967", "1097-3702", "2768-7228", "1869-3660", "2666-9587",
3030
"2589-8892", "2321-0656", "2642-3588", "2667-3681", "2590-0315",
3131
"1746-6202", "0943-4747", "2352-3727", "2748-1964", "2516-6042",
32-
"2747-7460", "0012-9623", "2804-7214", "2694-0884", "2694-085X"))
32+
"2747-7460", "0012-9623", "2804-7214", "2694-0884", "2694-085X")) |>
33+
# Also remove wrong ta data link in JCT
34+
dplyr::filter(esac_id != "eme2025ukb")
3335

3436
# Upload to BQ
3537
jct_hybrid_jns_path <-

data/cc_articles.rda

1.91 MB
Binary file not shown.

data/cr_md.rda

13.2 KB
Binary file not shown.

data/cr_upw.rda

29.4 KB
Binary file not shown.

data/jct_hybrid_jns.rda

-10.9 KB
Binary file not shown.

data/jct_oalex_venues.rda

-1.34 KB
Binary file not shown.

data/jn_aff.rda

1.36 MB
Binary file not shown.

data/jn_ind.rda

-529 Bytes
Binary file not shown.

inst/sql/cc_upw_cr.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WITH
88
SELECT
99
DISTINCT oalex.doi
1010
FROM
11-
`subugoe-collaborative.openalex.works` AS oalex
11+
`subugoe-collaborative.openalex_walden.works` AS oalex
1212
WHERE
1313
open_access.oa_status = "hybrid" ),
1414
# 2. Germany OA evidence per source

inst/sql/cr_openalex_inst_full_raw.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WITH first_aff AS (
88
SELECT doi,
99
author_position,
1010
institutions
11-
FROM `subugoe-collaborative.openalex.works`,
11+
FROM `subugoe-collaborative.openalex_walden.works`,
1212
UNNEST(authorships)
1313
WHERE author_position = "first"
1414
),

0 commit comments

Comments
 (0)