Skip to content

Commit

Permalink
new webpage build
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamBanham committed Jan 11, 2025
1 parent 472b65a commit f15e312
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 66 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="icon" href="/favicon.ico">
<title>Adam Banham</title>
<link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet">
<script type="module" crossorigin src="/assets/index.78b188d6.js"></script>
<script type="module" crossorigin src="/assets/index.b9ad8b54.js"></script>
<link rel="stylesheet" href="/assets/index.8f4e1a86.css">
</head>
<body>
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/components/toolbar/toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,14 @@
<v-list-item
:key="2"
:value="2"
@click="moveTo('pm-conformance')"
>
<v-list-item-title> Conformance Checking </v-list-item-title>
</v-list-item>
<v-list-item
:key="3"
:value="3"
@click="moveTo('pm-enhancement')"
>
<v-list-item-title> Process Enhancement </v-list-item-title>
</v-list-item>
Expand Down
10 changes: 10 additions & 0 deletions frontend/src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ const routes = [
name: 'pm-discovery',
component: PMDiscoveryPage
},
{
path: '/process-mining/conformance',
name: 'pm-conformance',
component: NotReady
},
{
path: '/process-mining/enhancement',
name: 'pm-enhancement',
component: NotReady
},
{
path: '/code',
name: 'code',
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/views/blog/article/content/2024/finalSeminar.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ academia.

PhDFinalSeminar.addTextSection(
`
But let's not dwell on despair; instead, let's revisit what a successful
three-year research plan was. It started in the middle of the COVID-15
But let's not dwell on despair; instead, let's revisit what was a successful
three-year research plan. It started in the middle of the COVID-15
pandemic, and while Brisbane didn't have long periods of lockdowns due to
the somewhat low reporting of cases, it still meant a lot of working from home.
During my candidature, I learned I can do my best when collaborating and
Expand Down

0 comments on commit f15e312

Please sign in to comment.