Skip to content

Commit

Permalink
add "Patents" as a new type
Browse files Browse the repository at this point in the history
  • Loading branch information
sinaatalay committed Oct 18, 2024
1 parent 9e8a2e5 commit 8ddaa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class BaseModel(pydantic.BaseModel):
"Special Topics",
]

available_types = Literal["Papers", "Presentations"]
available_types = Literal["Papers", "Presentations", "Patents"]


class Publication(BaseModel):
Expand Down

0 comments on commit 8ddaa87

Please sign in to comment.