Skip to content

Commit 4096921

Browse files
Merge pull request #5 from ai4curation/batch3
Batch 3
2 parents 9d3b316 + 28f25d8 commit 4096921

File tree

301 files changed

+109089
-8461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

301 files changed

+109089
-8461
lines changed

app/data.js

Lines changed: 16646 additions & 8414 deletions
Large diffs are not rendered by default.

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248

249249
.results-grid {
250250
display: grid;
251-
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
251+
grid-template-columns: 1fr;
252252
gap: 20px;
253253
}
254254

app/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ window.searchSchema = {
4848
"field": "original_reference_title",
4949
"label": "Title",
5050
"type": "string",
51-
"sortBy": "alphabetical"
51+
"sortBy": "count"
5252
},
5353
{
5454
"field": "negated",
Lines changed: 33 additions & 0 deletions
Loading
Lines changed: 47 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)