We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433b86b commit 01b66b0Copy full SHA for 01b66b0
1 file changed
scripts/recommendations.sh
@@ -37,7 +37,7 @@ for i in ${!CATEGORY_IDS[@]}; do
37
38
selectedPapers=$(
39
echo ${recommendedPapers} | jq '[ .[] |
40
- select((.venue == "bioRxiv" or (.venue == "medRxiv")) and (.year == 2022)) |
+ select((.venue == "bioRxiv" or (.venue == "medRxiv")) and (.year >= 2022)) |
41
.paperId
42
] |
43
.[0:'${MAX_PAPERS}']'
0 commit comments