diff --git a/config.jsonc b/config.jsonc index d2d5d35..21382dd 100644 --- a/config.jsonc +++ b/config.jsonc @@ -573,7 +573,7 @@ }, { "id": "additionalfunding", - "title": "additional funding", + "title": "Additional Funding", "type": ["string"], "autocomplete": true, "columnWidth": 180, @@ -1272,12 +1272,11 @@ "entitiesSelection": {}, "entitiesType": "", "filters": [ - {"id": "source", "sort": [{"key": "name", "operator": "+"}]}, {"id": "project", "sort": [{"key": "name", "operator": "+"}]}, - {"id": "topic", "sort": [{"key": "items", "operator": "-"}]}, - {"id": "name", "sort": [{"key": "items", "operator": "-"}]}, - {"id": "keywords", "sort": [{"key": "items", "operator": "-"}]}, - {"id": "places", "sort": [{"key": "items", "operator": "-"}]} + {"id": "location", "sort": [{"key": "name", "operator": "+"}]}, + {"id": "methodologies", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "collaborators", "sort": [{"key": "items", "operator": "-"}]}, + {"id": "additionalfunding", "sort": [{"key": "items", "operator": "-"}]} ], "filtersSize": 176, "find": {"conditions": [], "operator": "&"}, @@ -1360,7 +1359,7 @@ "sidebarSize": 256, "text": "", "texts": {}, - "theme": "oxlight", + "theme": "oxdark", "updateAdvancedFindResults": false, "videoLoop": false, "videoMuted": false, diff --git a/install.py b/install.py index 432d012..9c6b582 100755 --- a/install.py +++ b/install.py @@ -8,8 +8,8 @@ import ox overwrite = ( - ('home', 'padma'), - ('infoView', 'padma'), + #('home', 'padma'), + #('infoView', 'padma'), ) base = abspath(dirname(__file__))