<?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">bupaRflow: A Workflow Interface for bupaR</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Brecht</forename><surname>Steukers</surname></persName>
							<email>brecht.steukers@student.uhasselt.be</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Business Economics Agoralaan</orgName>
								<orgName type="institution">UHasselt -Hasselt University</orgName>
								<address>
									<postCode>3590</postCode>
									<settlement>Diepenbeek</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gert</forename><surname>Janssenswillen</surname></persName>
							<email>gert.janssenswillen@uhasselt.be</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Business Economics Agoralaan</orgName>
								<orgName type="institution">UHasselt -Hasselt University</orgName>
								<address>
									<postCode>3590</postCode>
									<settlement>Diepenbeek</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Gerhardus</forename><forename type="middle">A W M</forename><surname>Van Hulzen</surname></persName>
							<email>gerard.vanhulzen@uhasselt.be</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Business Economics Agoralaan</orgName>
								<orgName type="institution">UHasselt -Hasselt University</orgName>
								<address>
									<postCode>3590</postCode>
									<settlement>Diepenbeek</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Frank</forename><surname>Vanhoenshoven</surname></persName>
							<email>frank.vanhoenshoven@uhasselt.be</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Business Economics Agoralaan</orgName>
								<orgName type="institution">UHasselt -Hasselt University</orgName>
								<address>
									<postCode>3590</postCode>
									<settlement>Diepenbeek</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Benoît</forename><surname>Depaire</surname></persName>
							<email>benoit.depaire@uhasselt.be</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Business Economics Agoralaan</orgName>
								<orgName type="institution">UHasselt -Hasselt University</orgName>
								<address>
									<postCode>3590</postCode>
									<settlement>Diepenbeek</settlement>
									<country key="BE">Belgium</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">bupaRflow: A Workflow Interface for bupaR</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">A4F65972261E0C72956211EE8C2CA70C</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T04:00+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>process mining, event data, process analytics, functional programming, visual programming Orcid 0000-0002-7474-2088 (G. Janssenswillen)</term>
					<term>0000-0001-8962-9515 (G. A. W. M. van Hulzen)</term>
					<term>0000-0003-2848-4492 (F. Vanhoenshoven)</term>
					<term>0000-0003-4735-0609 (B. Depaire)</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>In recent years, the open-source process analytics tool bupaR has seen a significant increase in usage. Among the advantages are its functional programming design -making it inherently suitable for interactive data analysis -and its reproducibility. However, writing scripts is still out of the comfort zone for many professionals who might benefit from the insights of process analysis. In order to make bupaR accessible to a wider audience, this paper presents bupaRflow, a graphical interface on top of bupaR that combines the workflow paradigm with an analytical building block architecture.</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>Since the publication of the first R-package for exploratory and descriptive analysis of event data in 2016 <ref type="bibr" target="#b0">[1]</ref>, the ecosystem of business process analytics in R has steadily grown in functionalities as well as user base <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>. In general, the use of script-based tools for process analytics such as bupaR and PM4Py <ref type="bibr" target="#b3">[4]</ref> has several advantages. Firstly, the product of the analysis is not just the results, but also the script that has led to these results, thereby making sure the analyses are perfectly reproducible. Secondly, scripts bring transparency to the table, as the steps undertaken in the analysis are explicitly made clear. Finally, it provides flexibility and extensibility, as the aforementioned tools are embedded within the data analytics ecosystems of R and Python.</p><p>These advantages, together with the fact that bupaR is available open-source, have contributed to its widespread use. Since the bupaR packages are freely available, they provide a perfect starting point for professionals to experiment with process mining and discover its value. However, the use of a programming language is still often regarded a considerable adoption barrier and can lead to steep learning curves. This makes script-based process analysis tools a viable option for professionals with programming experience, but less so for professionals without a programming background -or even a background in data analysis -who might also benefit from the insights delivered by process analysis.</p><p>In this paper, we present bupaRflow -a prototype graphical user interface built on top of bupaR to create process analysis workflows. By using the concept of functional building blocks -where each block represents a function, taking an input and turning it into an output -bupaRflow preserves the transparency provided using functional programming. The user of bupaRflow is able to perform process analysis using the core bupaR toolset, without the need for any programming. In addition, users session are saved so that analyses can be revisited and repeated at later moments.</p><p>Section 2 discusses the design principles and major features of bupaRflow . Section 3 describes its maturity, while Section 4 points to additional materials accompanying this demo, including a screencast, tutorial and instructions on how to access the tools. Section 5 concludes the paper and discusses avenues for future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Features</head><p>In the following paragraphs, we discuss the functionality (Sec 2.1), conceptual design (Sec 2.2) and architecture (Sec 2.3) of bupaRflow .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">bupaR functionality</head><p>bupaRflow currently supports all functionalities provided by the core bupaR packages: bupaR (for main event log handling), processmapR (for creating directly-follow graphs and other visualizations), and edeaR (for calculating descriptive measures and event log filtering). Extensions towards other functionalities provided by the wider bupaR-ecosystem are planned to be added in the future. The architecture (see Section 2.3) is conceived in such a way that adding packages that comply with the design philosophy in tidyverse <ref type="bibr" target="#b4">[5]</ref>, can be integrated straightforwardly.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Conceptual Design</head><p>The starting point for the design of bupaRflow was to preserve the aforementioned unique qualities of script-based process analysis as much as possible, i.e. reproducibility, transparency, and flexibility. Coupled with the functional programming paradigm that is used by bupaR it followed naturally to take a visual programming approach, where each function forms an analytical building block. When connected, these blocks form analytical workflows.</p><p>The set of workflows illustrated in Figure <ref type="figure" target="#fig_0">1</ref> perform several analysis on the example patients dataset. Two different process maps are made, with different configurations (cannot be observed in the screenshot). Furthermore, the data is filtered on trace frequency, after which throughput times are calculated and plotted. Furthermore, the filtered traces are shown using the trace explorer. For more information on these workflows, we refer to the tutorial and screencast.</p><p>In the field of data science, this visual programming approach is mostly known from tools as KNIME <ref type="bibr" target="#b5">[6]</ref> and RapidMiner <ref type="bibr" target="#b6">[7]</ref>. It should be noted that an extension to RapidMiner for process mining, called RapidProM <ref type="bibr" target="#b7">[8]</ref>, exists. However, as the main focus of bupaRflow is to make process analysis more accessible to professionals without a programming or even data analysis background, it was specifically decided to create a standalone, dedicated application rather than an extension to one of the existing tools, as the latter might by unfamiliar and thus form another barrier to be overcome.</p><p>Using this visual programming approach preservers the transparency that comes with scriptbased process analysis. User management allows the analysis to be saved and revisited later. However, some flexibility and extensibility is sacrificed. Adding new blocks by users is not possible, while combining bupaR-functionalities with other libraries is only possible if these are explicitly included in the applications. Currently, this is only done for functionalities of the tidyverse <ref type="bibr" target="#b4">[5]</ref>, the usage of which can be seamlessly integrated with bupaR. In contrast, an advantage that bupaRflow has over bupaR itself is that it allows parts of analysis workflows to be reused by creating of several branches after a specific block, as can be seen in Fig. <ref type="figure" target="#fig_0">1</ref>.</p><p>It should be noted that this approach is different from PMTK, the web-based process mining tool on top of PM4Py , which does not use a visual programming approach but provides an analysis toolkit using a dashboard approach, not unlike existing commercial tools.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Architecture</head><p>bupaRflow is conceived as a web application using an API to bupaR in the back-end. A conceptual overview of the architecture can be seen in Figure <ref type="figure" target="#fig_1">2</ref>. The interactive web interface was created using Vue.js <ref type="bibr" target="#b8">[9]</ref> while the API was created using plumber <ref type="bibr" target="#b9">[10]</ref>. In order to enhance performance, the app allows users to indicate whether a specific block should be treated as persistent, i.e. so that it will not be recomputed at each run. Firebase is used to store the data. It should be noted that the back-end is made in such a way that new functions can be added with minimal effort -i.e. by adding them to a configuration. The app is currently hosted on Azure. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Maturity</head><p>The bupaRflow tool presented in this paper should be regarded as a first prototype. It has not been made publicly available before, and as such case studies using the tool are not available yet. Nonetheless, it stands upon the foundation of the bupaR-ecosystem. Since its conception, the bupaR-ecosystem has amassed more than 800K downloads in 158 countries across the globe, thereby encouraging the further adoption of process mining. The user base of bupaR is highly varied, ranging from both service and product industries, governmental agencies, as well as NGOs. Over the years, a considerable amount of research papers and case studies using bupaR have been published. <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b12">13,</ref><ref type="bibr" target="#b13">14]</ref> </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Further materials</head><p>For reviewing purposes, bupaRflow has been made available via this link: https://buparflow. azurewebsites.net/. It can be tested anonymously by using the Proceed without an account option. A 4-minute screencast is available here: https://tinyurl.com/bpmbuparflow. A tutorial can be found here: https://gertjanssenswillen.github.io/bpmbuparflowdemo</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusions and Future Work</head><p>This paper presented bupaRflow, a web application that allows the use of bupaR-functionalities using visual programming. It is targeted to professionals without any background in data analysis or programming, who want to discover how process mining can bring additional insights to their conventional analyses.</p><p>The tool as presented in this paper is a prototype, and several improvements are foreseen for the future. While user management is in place, it currently only allows saving a single canvas. In order to improve the user experience, the design of the interface needs further improvement, and proper error handling needs to be provided. Next to the further addition of functionalities beyond the bupaR-core, also functionalities to export data and save outputs need to be provided. Additional functionalities outside of the bupaR-ecosystem, for instance for data import, can be considered as well.</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: Screenshot of bupaRflow with a set of workflows.</figDesc><graphic coords="3,99.71,84.19,395.86,223.03" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: Overview of bupaRflow architecture.</figDesc><graphic coords="4,130.96,84.19,333.36,116.85" type="bitmap" /></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Capturing process behavior with log-based process metrics</title>
		<author>
			<persName><forename type="first">M</forename><surname>Swennen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Janssenswillen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Depaire</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Vanhoof</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 5th International Symposium on Data-driven Process Discovery and Analysis</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the 5th International Symposium on Data-driven Process Discovery and Analysis</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="141" to="144" />
		</imprint>
		<respStmt>
			<orgName>RWTH Aachen University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Extensions to the bupaR ecosystem: An overview</title>
		<author>
			<persName><forename type="first">G</forename><surname>Janssenswillen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Mannhardt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Creemers</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Depaire</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Jooken</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Van Houdt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ICPM Doctoral Consortium and Tool Demonstration Track, CEUR Workshop Proceedings</title>
				<meeting>the ICPM Doctoral Consortium and Tool Demonstration Track, CEUR Workshop Proceedings</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="43" to="46" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">bupaR: Enabling reproducible business process analysis</title>
		<author>
			<persName><forename type="first">G</forename><surname>Janssenswillen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Depaire</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Swennen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Vanhoof</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Knowledge-Based Systems</title>
		<imprint>
			<biblScope unit="volume">163</biblScope>
			<biblScope unit="page" from="927" to="930" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Berti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Van Zelst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1905.06169</idno>
		<title level="m">Process mining for python (pm4py): bridging the gap between process-and data science</title>
				<meeting>ess mining for python (pm4py): bridging the gap between process-and data science</meeting>
		<imprint>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">The tidyverse</title>
		<author>
			<persName><forename type="first">H</forename><surname>Wickham</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">R package ver</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page">1</biblScope>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Knime-the konstanz information miner: version 2.0 and beyond</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Berthold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Cebron</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Dill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">R</forename><surname>Gabriel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kötter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Meinl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Ohl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Thiel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Wiswedel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AcM SIGKDD explorations Newsletter</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="26" to="31" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Yale: Rapid prototyping for complex data mining tasks</title>
		<author>
			<persName><forename type="first">I</forename><surname>Mierswa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Wurst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Klinkenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Scholz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Euler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 12th ACM SIGKDD international conference on Knowledge discovery and data mining</title>
				<meeting>the 12th ACM SIGKDD international conference on Knowledge discovery and data mining</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="935" to="940" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">M</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bolt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Van Zelst</surname></persName>
		</author>
		<idno type="arXiv">arXiv:1703.03740</idno>
		<title level="m">Rapidprom: mine your processes and not just your data</title>
				<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><forename type="first">E</forename><surname>You</surname></persName>
		</author>
		<title level="m">Vuejs framework</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">plumber: An API Generator for R</title>
		<author>
			<persName><forename type="first">B</forename><surname>Schloerke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Allen</surname></persName>
		</author>
		<ptr target="https://github.com/rstudio/plumber" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Analytics of time management and learning strategies for effective online learning in blended environments</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">A</forename><surname>Uzir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Gašević</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Jovanović</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Matcha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L.-A</forename><surname>Lim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Fudge</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the tenth international conference on learning analytics &amp; knowledge</title>
				<meeting>the tenth international conference on learning analytics &amp; knowledge</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="392" to="401" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Digitization or equality: When government automation covers some, but not all citizens</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">K</forename><surname>Larsson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Government Information Quarterly</title>
		<imprint>
			<biblScope unit="volume">38</biblScope>
			<biblScope unit="page">101547</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">we&apos;re looking good&quot;: Social exchange and regulation temporality in collaborative design</title>
		<author>
			<persName><forename type="first">H</forename><surname>Nguyen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">Y</forename><surname>Lim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">L</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Fischer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Warschauer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Learning and Instruction</title>
		<imprint>
			<biblScope unit="volume">74</biblScope>
			<biblScope unit="page">101443</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Construction of empirical care pathways process models from multiple real-world datasets</title>
		<author>
			<persName><forename type="first">J</forename><surname>González-García</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Tellería-Orriols</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Estupiñán-Romero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Bernal-Delgado</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE journal of biomedical and health informatics</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="2671" to="2680" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

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