Skip to content

Commit 3ee633c

Browse files
committed
added petri net publication
1 parent 4488b8d commit 3ee633c

File tree

8 files changed

+55
-29
lines changed

8 files changed

+55
-29
lines changed

frontend/dist/assets/index-G7qqhXcl.js renamed to frontend/dist/assets/index-1LBM7Mrt.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/dist/assets/index-D6vgR1m0.js renamed to frontend/dist/assets/index-ddoU4XgS.js

Lines changed: 33 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/dist/assets/prism-BG9ttbKi.js renamed to frontend/dist/assets/prism-BMKiVIEh.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/dist/assets/webfontloader-DAwxtc_I.js renamed to frontend/dist/assets/webfontloader-Bkr5w_Zd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="icon" href="/favicon.ico">
1111
<title>Adam Banham</title>
1212
<link href="https://cdn.jsdelivr.net/npm/@mdi/[email protected]/css/materialdesignicons.min.css" rel="stylesheet">
13-
<script type="module" crossorigin src="/assets/index-D6vgR1m0.js"></script>
13+
<script type="module" crossorigin src="/assets/index-ddoU4XgS.js"></script>
1414
<link rel="stylesheet" crossorigin href="/assets/index-C4NdVDAR.css">
1515
</head>
1616
<body>

frontend/src/views/publications/content.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,24 @@ var papers = [
114114
"IEEE Access",
115115
"https://doi.org/10.1109/ACCESS.2024.3391234",
116116
"bibtex/2024/ACCESS2024.bib"
117+
),
118+
new Paper(
119+
"PetriNet2025",
120+
"Discovering the Influence of Exogenous Data on Decisions in Processes",
121+
["Adam Banham", "Yannis Bertrand", "Robert Andrews",
122+
"Moe T. Wynn", "Sander J.J. Leemans"],
123+
2025,
124+
`Process mining, when applied to data stored in the information systems of businesses, provides insights into the internal performance of their processes.
125+
These insights reveal how the behaviour of processes impacts businesses, and can inform planning for various future scenarios by anticipating how processes will perform in these scenarios.
126+
However, these scenarios may be influenced by the context of the process, i.e., external data streams (exogenous data) to the process.
127+
In these cases, typical process discovery techniques can produce process models that describe what activities could occur next in a given state, but cannot express the effect of external influences on how likely these are to occur.
128+
Our contribution presents an extension of stochastic labelled Petri nets and a discovery technique for our new modelling formalism.
129+
The proposed formalism can be used to quantify whether the firing likelihood of a transition is influenced by exogenous data when replaying historical process executions over the net.
130+
We compare our approach against existing stochastic techniques over several publicly available event logs.
131+
Our results show that our approach can outperform existing data-aware techniques in unstructured processes.
132+
`,
133+
"papers/2025/Petri_Nets_2025___Exogenous_Influences_on_Processes.pdf",
134+
"45th International Conference on Application and Theory of Petri Nets and Concurrency (Petri Nets 2025)"
117135
)
118136
]
119137

0 commit comments

Comments
 (0)