<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Prescriptive Monitoring of Business Processes Under Uncertainty and Resource Constraints</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Mahmoud</forename><surname>Shoush</surname></persName>
							<email>mahmoud.shoush@ut.ee</email>
							<affiliation key="aff0">
								<orgName type="institution">University of Tartu</orgName>
								<address>
									<addrLine>Narva mnt 18</addrLine>
									<postCode>51009</postCode>
									<settlement>Tartu</settlement>
									<country key="EE">Estonia</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department" key="dep1">35th</orgName>
								<orgName type="department" key="dep2">International Conference on Advanced Information Systems Engineering</orgName>
								<orgName type="institution">CAiSE &apos;</orgName>
								<address>
									<addrLine>23, June 12-16</addrLine>
									<postCode>2023</postCode>
									<settlement>Zaragoza</settlement>
									<country key="ES">Spain</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Prescriptive Monitoring of Business Processes Under Uncertainty and Resource Constraints</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">9B48FF9139A95C2C1382F9BCB55D344B</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-06-19T14:26+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Prescriptive Process Monitoring</term>
					<term>Machine Learning</term>
					<term>Causal Inference</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Prescriptive process monitoring is a set of techniques that optimize business processes' performance by constructing intervention policies. Such policy monitors processes to identify undesired outcomes (e.g., customer dissatisfaction) and prescribe actions or interventions (e.g., proposing a customer discount) to prevent their costly occurrence. However, existing techniques predominantly rely on pure predictive models to predict undesired outcomes without considering the level of uncertainty associated with these predictions. Consequently, interventions are triggered based on uncertain predictions, assuming they are effective and can be immediately executed for all cases. The underpinning assumption is that a process worker always exists to execute the intervention, e.g., calling a customer to propose a discount. If executed, it reduces the cost of undesired outcomes. However, in practice, the resources available to organizations, such as personnel, may be limited, and we cannot observe the effectiveness of utilizing the intervention beforehand. To address the mentioned gaps, in this doctoral project, we aim to design and develop an intervention policy that optimally learns with confidence, during the execution time of the process, how to select and prioritize business cases to allocate resources to execute interventions and thus improve a given process objective, e.g., gain. To achieve this, we integrate machine learning methodologies. Initially, we use a predictive model with a confidence estimation method to identify cases with a higher likelihood of undesired outcomes. Then, we use a causal inference model to estimate the expected impact of an intervention on a case's outcome. Finally, we develop a resource allocator that monitors and assigns resources to selected cases when necessary.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Prescriptive process monitoring(PrPM) is a process mining subfield that uses business process execution records (aka event logs) and machine learning techniques to monitor and improve business processes during runtime. Hence, it is precious for businesses seeking to improve operational efficiency, reduce costs, and enhance the quality of their products or services. By monitoring and analyzing process data during runtime, PrPM can identify areas for improvement and provide actionable recommendations for optimizing the process. For example, a customer churn process where customers stop doing business with a company can lead to lost revenue and reduced profitability. PrPM can identify churn customers (or cases) and provide prescriptive recommendations for reducing churn, such as offering targeted promotions.</p><p>Recently, several PrPM techniques have been proposed <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3,</ref><ref type="bibr" target="#b3">4]</ref>. These techniques consist of two components. The first is a predictive model that estimates the probability that a given case will end up with an undesired outcome. The second is an intervention policy, which determines if an intervention should be triggered for a given case to optimize a gain function. However, these techniques lack two main things. Firstly, they trigger interventions when cases are likely to end undesirably, assuming that predictions will be continuously generated, even when wholly uncertain and regardless of the consequences of lower-quality predictions. Secondly, these techniques assume that triggered interventions are effective and that it is possible to trigger any number of interventions at any time. However, business processes are dynamic in reality, and uncertainty levels may remain high. Furthermore, interventions may come with costs and require resources, such as an employee's time, which are limited and expensive.</p><p>In this Ph.D. project, we aim to address the abovementioned gap. We consider a problem that includes monitoring business cases to provide timely intervention during runtime to avoid the costly occurrence of undesired outcomes when cases unfold. We assume that resources are bounded, and process interventions with associated costs are predefined based on domain expertise. Specifically, we seek to answer the following research question:</p><p>Whom? When? Which? How can we confidently identify and prioritize business cases (whom?) and provide timely (when?) interventions (which?) considering resources are bounded to optimize a business value, e.g., gain?</p><p>In order to address the research question, this study utilizes a comprehensive approach involving integrating three distinct machine learning algorithms: predictive, conformal, and causal. The predictive algorithm estimates the likelihood of future outcomes for individual cases, while also providing a measure of uncertainty associated with these predictions. By doing so, it quantifies how certain the predictive model is with its predictions. In comparison, the conformal algorithm is applied to convert the predictive model's output into predictions with a guaranteed confidence level. The causal model is then implemented to estimate the potential effectiveness of interventions in mitigating negative outcomes for cases identified as requiring intervention based on the preceding predictive and conformal analyses. Moreover, a resources allocator is developed and utilized to monitor the availability of resources, allocate, and release them. The resources allocator is used to learn which cases should be treated during runtime and when given the available resources.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>A number of PrPM techniques have been proposed in the past decade. These techniques can be organized into three groups based on how the intervention policy prescribes interventions to improve a business value <ref type="bibr" target="#b4">[5]</ref>. The first focuses on control flow to recommend the next best action or activity to improve a pre-defined KPI <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7,</ref><ref type="bibr" target="#b2">3]</ref>. The second focuses on a resource view to guide resource allocation decisions <ref type="bibr" target="#b7">[8,</ref><ref type="bibr" target="#b8">9]</ref>. Finally, the third focuses on triggering interventions to avoid or mitigate the effect of undesired outcomes and considers both control flow and resources perspectives <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b1">2]</ref>. Our proposal fits in the latter; It seeks to learn policies for triggering interventions to avoid undesired outcomes under uncertainty and finite resources.</p><p>The works in <ref type="bibr" target="#b3">[4]</ref> and <ref type="bibr" target="#b0">[1]</ref> utilize an outcome-oriented predictive model that focuses solely on generating predictions related to the outcome. However, these models do not consider the quality of the predictions or provide any measure of confidence in the predictions. In <ref type="bibr" target="#b3">[4]</ref>, they trigger an intervention when the probability of an undesired outcome exceeds a threshold determined manually or empirically. While in <ref type="bibr" target="#b0">[1]</ref>, a reinforcement learning agent learns when to trigger an intervention according to parameters such as prediction scores and reliability estimates. The work in <ref type="bibr" target="#b1">[2]</ref> introduces a causal inference model to estimate the expected effect of triggering an intervention to reduce the cycle time of a process, which is another problem compared to us. However, the works in <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b1">2]</ref> assume that interventions with a positive impact occur immediately even when the level of uncertainty is high and do not examine the finite capacity of resources.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Proposed Solutions</head><p>To address the research problems outlined, we introduce a prescriptive process monitoring approach, illustrated in Fig. <ref type="figure" target="#fig_0">1</ref>. Our proposed method breaks down the research problems into three key questions, which we will answer in the subsequent sections.</p><p>• Whom to intervene? Exploring how to identify and prioritize candidate cases for interventions with confidence. • When to intervene? Discussing the tradeoff between triggering an intervention now versus later. • Which intervention? Studying which intervention is suitable for which case.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Whom to intervene?</head><p>The present study aims to develop a method for identifying cases that require intervention by utilizing predictive, conformal, and causal models, as outlined in previous studies <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b10">11]</ref>. During the training phase, the aforementioned models are trained to filter ongoing cases and identify suitable candidates for intervention. Subsequently, the predictive model is utilized during the testing phase to calculate the probability of an undesirable outcome for a given ongoing case. To provide a level of confidence in the predicted outcome, a conformal algorithm is employed to transform the predictive model outputs into a prediction set. This algorithm returns a prediction set containing a single outcome with a confidence of 1 − 𝛼, based on a user-defined significance level (𝛼) and a predictive model. If the predicted outcome is uncertain, the algorithm will return a prediction set containing both desired and undesired outcomes or an empty set. Finally, the causal model is utilized to estimate the potential impact of an intervention on an ongoing case, by assessing the increase in the probability of a positive outcome, commonly known as the Conditional Average Treatment Effect (𝐶𝐴𝑇 𝐸).  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Causal model</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">When to intervene?</head><p>The current study involves prioritizing candidate cases from a preceding step and constructing a resource allocator to manage and allocate resources to the most profitable cases, thereby determining the appropriate time to trigger interventions.</p><p>We propose utilizing two measures, namely gain <ref type="bibr" target="#b9">[10]</ref> and adjusted gain <ref type="bibr" target="#b11">[12]</ref>, to prioritize candidate cases and determine the appropriate timing of interventions. The gain represents the benefits acquired at the current state of an ongoing case, while the adjusted gain considers the current and future states of ongoing cases. Both measures incorporate the costs of the intervention and the possibility of undesired outcomes. To operationalize these measures, we developed a resource allocator <ref type="bibr" target="#b9">[10]</ref>, which assesses the availability of resources and assigns them to the most profitable cases. Upon selecting the most profitable case, and once a free resource is available, we assign it to the selected case and block it for a specific duration, i.e., the treatment duration. The number of available resources and the time required to perform the intervention can be determined based on domain knowledge.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3.">Which intervention?</head><p>Our previous proposal assumed that each ongoing case would require a single intervention. However, in reality, cases may require one or more interventions, each with their own costs and benefits. Furthermore, a case may need to be intervened upon multiple times at various points during its execution. This process of allocating resources to ongoing cases multiple times with different interventions can be costly, making the study challenging. Additionally, identifying a set of interventions that would positively impact outcomes in advance presents yet another challenge. To address these challenges, we plan to extend the definition of gain and adjusted gain from our previous works to account for multiple interventions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Methodology</head><p>The research methodology employed for this Ph.D. project will be the Design Science approach, as outlined in <ref type="bibr" target="#b12">[13]</ref>. This approach ensures accuracy through the use of extensive literature review and the creation of a complete evaluation benchmark with clear selection and assessment measures. To verify the relevance of the proposed solutions, the developed techniques will undergo a comprehensive evaluation using both real-life and simulated logs. Furthermore, where possible, the project will include case studies with relevant organizations to ensure the practicality effectiveness of the proposed solutions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Challenges and Future Work</head><p>Prescriptive process monitoring approaches are often confronted with difficulties in identifying interventions that could lead to improved outcomes. Discovering or defining interventions from execution data can be challenging, as it necessitates the identification of a causal relationship between a specific variable and the outcome. For example, identifying a correlation between loan approval and monthly interest rates.</p><p>Moreover, our previous proposal encounters the challenge of optimizing intervention triggers. While our rule-based model assigns resources to ongoing cases, these resources may only be well-utilized if the potential gain is high. Therefore, to make informed decisions on when to allocate and when not to, we plan to develop a more intelligent resource allocator based on the anticipated gain at each point.</p><p>To advance our approach, we aim to move away from the rule-based model and adopt a learning-based approach in the future. To accomplish this, we plan to leverage reinforcement learning to learn an optimal policy at runtime for deciding when to trigger interventions and how to efficiently allocate resources.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: An overview of the proposed solutions.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Complete trace Training phase process events prefix collator Incomplete trace Testing phase Is Resource Available? best case No Yes event prefixes Resource Filtering Rank and retrieve best case Candidate cases Wait for resources Conformal prediction phase predictive model Event log enriching</head><label></label><figDesc></figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgement</head><p>This project is supported by the European Research Council (PIX Project). The project is under the supervision of Prof. Marlon Dumas, who is affiliated with the University of Tartu in Estonia.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Triggering proactive business process adaptations via online reinforcement learning</title>
		<author>
			<persName><forename type="first">A</forename><surname>Metzger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Palm</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BPM</title>
		<imprint>
			<biblScope unit="volume">12168</biblScope>
			<biblScope unit="page" from="273" to="290" />
			<date type="published" when="2020">2020</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Prescriptive process monitoring for cost-aware cycle time reduction</title>
		<author>
			<persName><forename type="first">Z</forename><forename type="middle">D</forename><surname>Bozorgi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Teinemaa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">La</forename><surname>Rosa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ICPM</title>
		<imprint>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Design and evaluation of a process-aware recommender system based on prescriptive analytics</title>
		<author>
			<persName><forename type="first">M</forename><surname>De Leoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dees</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Reulink</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICPM, IEEE</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Fire now, fire later: alarm-based systems for prescriptive process monitoring</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Fahrenkrog-Petersen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Tax</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Teinemaa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>De Leoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Maggi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Weidlich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowl. Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">64</biblScope>
			<biblScope unit="page" from="559" to="587" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Prescriptive process monitoring: Quo vadis?</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kubrak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Milani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Nolte</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PeerJ Comput. Sci</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page">e1097</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Prescriptive business process monitoring for recommending next best actions</title>
		<author>
			<persName><forename type="first">S</forename><surname>Weinzierl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dunzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zilker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Matzner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">BPM (Forum)</title>
		<title level="s">Lecture Notes in Business Information Processing</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="volume">392</biblScope>
			<biblScope unit="page" from="193" to="209" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Goal-oriented next best activity recommendation using reinforcement learning</title>
		<author>
			<persName><forename type="first">P</forename><surname>Agarwal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sindhgatta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dechu</surname></persName>
		</author>
		<idno>CoRR abs/2205.03219</idno>
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Context-aware analysis of past process executions to aid resource allocation decisions</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sindhgatta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">K</forename><surname>Ghose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">K</forename><surname>Dam</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CAiSE</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2016">9694. 2016</date>
			<biblScope unit="page" from="575" to="589" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Prediction-based resource allocation using LSTM and minimum cost and maximum flow algorithm</title>
		<author>
			<persName><forename type="first">G</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Song</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICPM, IEEE</title>
				<imprint>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="121" to="128" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Prescriptive process monitoring under resource constraints: A causal inference approach</title>
		<author>
			<persName><forename type="first">M</forename><surname>Shoush</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICPM Workshops</title>
		<title level="s">Lecture Notes in Business Information Processing</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">433</biblScope>
			<biblScope unit="page" from="180" to="193" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Shoush</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2212.03710</idno>
		<idno>CoRR abs/2212.03710</idno>
		<ptr target="https://doi.org/10.48550/arXiv.2212.03710.doi:10.48550/arXiv.2212.03710" />
		<title level="m">Intervening with confidence: Conformal prescriptive monitoring of business processes</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
	<note>r X i v : 2 2 1 2 . 0 3 7 1 0</note>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Shoush</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dumas</surname></persName>
		</author>
		<title level="m">When to intervene? prescriptive process monitoring under uncertainty and resource constraints</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
	<note>BPM (Forum</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Design science in information systems research</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">R</forename><surname>Hevner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">T</forename><surname>March</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Park</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ram</surname></persName>
		</author>
		<ptr target="http://misq.org/design-science-in-information-systems-research.html" />
	</analytic>
	<monogr>
		<title level="j">MIS Q</title>
		<imprint>
			<biblScope unit="volume">28</biblScope>
			<biblScope unit="page" from="75" to="105" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
