feat: implement 4 future backlog tasks (side margins, max-width, 1240px header breakpoint, remove intl-conf category)
This commit is contained in:
@@ -8,11 +8,6 @@ export interface CategoryInfo {
|
||||
|
||||
// Single source of truth for Publications categories (P-02 / D-01)
|
||||
export const PUB_CATEGORIES: CategoryInfo[] = [
|
||||
{
|
||||
slug: "intl-conf",
|
||||
label: "International Conference",
|
||||
desc: "국제 학술대회 발표 및 프로시딩 논문",
|
||||
},
|
||||
{
|
||||
slug: "intl-journal-conf",
|
||||
label: "International Journal & Conference",
|
||||
|
||||
@@ -18,7 +18,6 @@ export interface Alumnus {
|
||||
}
|
||||
|
||||
export type PubCategory =
|
||||
| "intl-conf"
|
||||
| "intl-journal-conf"
|
||||
| "domestic-journal-conf"
|
||||
| "patent";
|
||||
|
||||
Reference in New Issue
Block a user