Skip to content

Commit 01b66b0

Browse files
committed
Select sem schol papers posted in or after 2022.
1 parent 433b86b commit 01b66b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/recommendations.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ for i in ${!CATEGORY_IDS[@]}; do
3737

3838
selectedPapers=$(
3939
echo ${recommendedPapers} | jq '[ .[] |
40-
select((.venue == "bioRxiv" or (.venue == "medRxiv")) and (.year == 2022)) |
40+
select((.venue == "bioRxiv" or (.venue == "medRxiv")) and (.year >= 2022)) |
4141
.paperId
4242
] |
4343
.[0:'${MAX_PAPERS}']'

0 commit comments

Comments
 (0)