Skip to content

Commit

Permalink
Merge branch 'main' into modernize_nyc_building
Browse files Browse the repository at this point in the history
  • Loading branch information
Azaya89 committed Dec 17, 2024
2 parents 88de88a + 0ee84c0 commit 4bbf843
Show file tree
Hide file tree
Showing 10 changed files with 1,657 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,15 @@
'commands',
]

# Categories are displayed in this order on the website.
CATNAME_TO_CAT_MAP = {
'⭐ Featured': ['Featured'],
'Geospatial': ['Geospatial'],
'Finance and Economics': ['Finance', 'Economics'],
'Mathematics': ['Mathematics'],
'Neuroscience': ['Neuroscience'],
'Cybersecurity and Networks': ['Cybersecurity', 'Networks'],
'Other Sciences': ['Other Sciences'],
'Neuroscience': ['Neuroscience'],
'Sports': ['Sports'],
# 'No Category':[],
}
Expand Down
Loading

0 comments on commit 4bbf843

Please sign in to comment.