<?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">LiFlow: A Workflow Automation System for Reproducible Simulation Studies</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Evgheniy</forename><surname>Kuklin</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Krasovskii Institute of Mathematics and Mechanics</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Institute of Immunology and Physiology UrB RAS</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
							<affiliation key="aff2">
								<orgName type="institution">Ural Federal University</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Andrey</forename><surname>Sozykin</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Krasovskii Institute of Mathematics and Mechanics</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Institute of Immunology and Physiology UrB RAS</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
							<affiliation key="aff2">
								<orgName type="institution">Ural Federal University</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Konstantin</forename><surname>Ushenin</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Institute of Immunology and Physiology UrB RAS</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
							<affiliation key="aff2">
								<orgName type="institution">Ural Federal University</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Dmitriy</forename><surname>Byordov</surname></persName>
							<affiliation key="aff1">
								<orgName type="department">Institute of Immunology and Physiology UrB RAS</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
							<affiliation key="aff2">
								<orgName type="institution">Ural Federal University</orgName>
								<address>
									<settlement>Ekaterinburg</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">LiFlow: A Workflow Automation System for Reproducible Simulation Studies</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">46C54007CD2A0F36414291BC378C0721</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T05:46+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>parallel computing systems</term>
					<term>supercomputers</term>
					<term>living system simulation</term>
					<term>computational workflow</term>
					<term>computational experiment reproducibility Mathematical and Information Technologies</term>
					<term>MIT-2016 -Information technologies</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Simulation of living systems often requires numerous computational experiments on the same model for different parameter values. This paper describes the design of a user-friendly workflow automation system LiFlow for simulation of living systems, which is capable of conducting such a large series of computational experiments on supercomputers. The system provides a convenient interface for preparing input experimental data, executing the experiments on a supercomputer, and storing experimental results in a storage system. A distinctive feature of LiFlow is its simplicity and usability-the system is intended to be used by researchers in mathematical biology and biophysics without extensive knowledge in parallel computing. The paper provides examples of the use of the LiFlow system for simulation of the human heart left ventricle.</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>Simulation of living systems requires significant computational resources. Such investigations are certain to be rather time-consuming and, thus, are hard to be conducted in a reasonable time without parallel computing systems and supercomputers. However, the use of parallel computing systems requires a high degree of qualification in computer science, which many researchers involved in living systems modeling do not possess or want. Moreover, the data preparation for computational experiments is routine and time-consuming. The user needs to copy data to a supercomputer, compile the source code if necessary, enqueue the jobs with the supercomputer resource manager, and keep track of their completion. Such routine tasks should be automated.</p><p>Living system simulation often demands a large number of computational experiments on the same model but with varying parameter values. Nowadays, researchers have to prepare the configuration, input data, and the desired parameter values, and then separately execute the simulation software for each experiment. With the number of required computational experiments increasing up to hundreds or even thousands, which is typical for living systems simulation, manual preparation and execution of experiments becomes very labor-intensive and often nearly impossible. In such a case, scientists often execute only a fraction of the required computational experiments, which negatively affects the research results, hence the need to automate the execution of series of computational experiments with varying parameter values.</p><p>Another problem that researchers in simulation of living system often face is non-reproducibility of computational experiments. This problem is directly related to the large number of computational experiments that scientists have to carry out in order to obtain meaningful results. Due to pressure for publishing, scientists devote little time to keeping the records of experimental details, especially in case of hundreds or thousands of experiments. In addition, many other factors can affect computational results, such as a change in the version of the compiler or a required library on the supercomputer. Automated recording of experimental details and storage of simulation results can help to ensure reproducibility of the computational experiments.</p><p>We developed LiFlow (LIving system simulation workFLOW), a workflow system that addresses this need for automation. LiFlow provides the scientists with a convenient graphical user interface (GIU) that allows to prepare and execute a series of computational experiments on a parallel computing system with a single click.</p><p>One of the important goals of creating the LiFlow system was to make the initial learning process of the workflow tool very simple. Otherwise, busy scientists will not invest their time in studying the capabilities of the new system, and it will be useless.</p><p>The LiFlow system is primarily intended for simulation of living systems; we provide some examples of using LiFlow to simulate the human heart left ventricle. However, LiFlow could also be used in other areas that require conducting a large number of computational experiments on parallel computing systems.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>To bridge the gap between researchers and software engineers and reduce experiment preparation time, scientific computation workflow systems <ref type="bibr" target="#b0">[1]</ref> are being developed. The most frequently used among them are Taverna, Kepler, and Triana. Taverna <ref type="bibr" target="#b1">[2]</ref> is an open source workflow system particularly focused on bioinformatic applications and services; it is based on the XScufl language. Kepler <ref type="bibr" target="#b2">[3]</ref> is a scientific workflow system that builds on the PtolemyII system, which is a visual modeling tool written in Java. Triana <ref type="bibr" target="#b3">[4]</ref> is a GUI-based workflow system for coordinating and executing a collection of services. All these tools have some visual interfaces that allow graphical composition of operations. The systems provide the ability to integrate distributed computing resources, applications, data sets, and tools for computational experiments. In addition, the systems hide the complexity of distributed computing systems from users, enabling them to describe the workflow graphically. The existing systems for scientific computing workflows are able to use the computing resources of various types (GRID, supercomputers, distributed systems, etc.), data stores (local, network, cloud), and tools (visualization, statistical processing, etc.); they also include provenance tracking, either as an integral part or as an optional module. As a result, such systems are very complicated and difficult to install, maintain, and use. Their main disadvantage is the fact that creating a new component can require considerable efforts and a detailed knowledge of the workflow system architecture. However, when simplified workflows are sufficient, there is no need for unwieldy options with a lot of settings. On the contrary, computational experiments should preferably launch "in one click."</p><p>Another possible solution to the problem is to use an environment that provides the integration of application software packages with supercomputers. An example of such system is DiVTB <ref type="bibr" target="#b4">[5]</ref>, which provides user-friendly graphical interface where parameters of a computational experiment can be specified, and the experiment can then be executed on a supercomputer. However, such systems do not provide automation of the tasks that are popular in living systems modeling-such as launching of a series of computational experiments with the same model but varying parameter values; also, they do not support metadata tracking.</p><p>To solve the reproducibility problem special software tools can be used. They provide the ability to automatically capture and store for future use all the environment of a computational experiment, such as the simulation software, the input and output data, the hardware and software configuration of the computing system, etc.</p><p>There are two basic methods used by the reproducibility improvement tools. One method is based on executing experiments in a virtual environment, such as virtual machines or cloud <ref type="bibr" target="#b6">[6]</ref>. After an experiment completes, the snapshot of the virtual machine is saved together with the simulation software, the output data, the experimental log, and so on. Furthermore, the snapshot can be made publicly available; other scientists can use it to reproduce the experiment and cite in their papers. Unfortunately, this approach is not suitable for parallel computing systems because virtualization considerably reduces the performance of such systems. In addition, such approach will require capturing the snapshots of all nodes in the cluster that were used for running the experiment, which is not feasible.</p><p>The second method is based on capturing the snapshot not of the entire virtual machine but of the simulation software executable and the output data. This approach is used in the CDE system (Code, Data, and Environment packaging) <ref type="bibr" target="#b7">[7]</ref>. However, a package prepared by the CDE system depends on the software configuration of the computational system. Although the configuration of a personal computer or a virtual machine is relatively easy to replicate, it can be very difficult to adjust the configuration of a parallel computing system. Most of such systems are shared among a great number of users; only qualified administrators can install or configure the software. Hence, such approach is also not suitable for parallel computing systems.</p><p>In order to ensure the reproducibility of computational experiments, we aimed at integrating LiFlow with Sumatra <ref type="bibr" target="#b8">[8]</ref>, which is an open source tool to support reproducible computational research. The Sumatra system <ref type="bibr" target="#b8">[8]</ref> aims to capture the information required to recreate the computational experiment environment instead of capturing the experimental context itself. Sumatra uses the source code of the program instead of the binaries, stores the logs of the compilation process, and saves the information about all dependencies and general operating system configuration. Furthermore, Sumatra provides the ability to store the output data for future use in a database. In addition, Sumatra allows to index and search the data about experiments carried out, including additional information provided by scientists. For example, if experimental data was published, scientists can add tags with the name of the paper (and, perhaps, additional information such as the figure or table with the data) to the experiment record in the catalog. This allows researchers to quickly find the information required to reproduce the experiment they are interested in among a large number of experiment records. Unfortunately, Sumatra lacks a convenient desktop user interface. Although Sumatra is a standalone project, it can be used as a library for third-party development and has its own API. LiFlow can use Sumatra for capturing and storing the information of previously conducted experiments in the database.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">LiFlow system</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Workflow</head><p>Workflow in the LiFlow system corresponds the one shown in Fig. <ref type="figure" target="#fig_0">1</ref>. During the first stage, researchers prepare the description of the so-called experiment series, which is a set of experiments with the same model and varying parameter values. The preparation includes the selection of simulation software that will implement the required model, generation of the configuration files with the required parameters, and creation of the input data files for each experiment. Next, the experiments are launched on a parallel computing system. When the experiments are completed, the obtained results are automatically stored in the archive in a form ready for processing (visualization, statistical processing, etc.). Thus, a user is only required to create a description of the experiment series, all the rest is done automatically. In addition, the user is able to process the results of experiments from the archive manually using third-party tools.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Computational Package</head><p>Similarly to the CDE system, LiFlow uses the concept of a computational package that contains all the information required to execute a series of experiments. The LiFLow computational package consists of the following components:</p><p>-Source code of the simulation software, which can be loaded from a code repository of a version control system, such as Git. -Generator of experiment series that describes how to generate the desired parameter values for the experiment series. -Initial data and parameters to launch the simulation software.</p><p>A distinctive feature of the LiFlow computational package is that it describes not one experiment but a whole series of experiments. Each experiment in the series uses the same simulation software but different values of the model parameters. The parameter values for every experiment are produced by the generators, which are a part of the software package that is based on the rules specified by the user.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">LiFlow Architecture</head><p>The LiFlow system consists of the four main components (Fig. <ref type="figure">2</ref>). The Computational Package Preparation Tool and the Experiment Execution GUI are installed on the researcher's personal computer, while the Experiment Execution Engine and the Parallel Computing System Adapter are deployed to the parallel computing system.</p><p>A user creates a computational package with the help of the Computational Package Preparation Tool and uses the Experiment Execution GUI to transmit the package to the desired parallel computing system and run the experiment series. Experiment Execution Engine on the computational cluster receives the package, compiles the source code of the simulation software, and executes the generator of the experiment series to produce a set of input data files for simulation software with various parameter values. Next, the set of computational jobs is generated with the same simulation software but different input files. The jobs are queued on the computational cluster using the Parallel Computing System Adapter, which interacts with the resource manager of the cluster.</p><p>Once the job is completed, the results of the experiment are automatically recorded to the Experiment Archive on the storage system. After all the jobs in the experiment series are completed, the Experiment Execution Engine sends an email with the report on the experiments' execution to the user.</p><p>The planned Sumatra module would be able to capture the environment of the computational experiment and store it in the Experiment Catalog in order </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Technical Details</head><p>The first stage of the LiFlow system implementation has been currently completed. The computational package in the implementation is represented by a directory in a file system that contains the subdirectories with the following components: the source code of the simulation software, the generator of the experiment series, the initial data for the generator, and the script for executing the experiments.</p><p>In the current implementation, the generator is a script that creates a series of experiments by varying the parameters in the configuration file of the simulation software. The LiFlow system supports two options for specifying the parameter values:</p><p>-The range of the parameter: an initial value, a final value, and an increment.</p><p>One record in a configuration file of the generator produces the input data for several experiments. -The explicit parameter values declaration. The parameter values must be specified for each experiment in the series.</p><p>The prepared computational package is transferred to the parallel computing system using the SSH or SFTP protocols. Next, the source code of the simulation software is built on the computational cluster. If the build process fails, LiFlow warns the user and sends back to him the build log file. In the case of a successful compilation, the system runs the generator of the experiment series to produce the input data for the experiments.</p><p>Currently, only one version of the Parallel Computing System Adapter is implemented, which is based on the SLURM Workload Manager <ref type="bibr" target="#b9">[9]</ref>. The experiment startup script from the computational package enqueues the generated tasks for the series of experiments in the SLURM job queue. After the job is complete, the LiFlow system copies the output data to the Experiment Archive using the NFS protocol.</p><p>The scripts in the LiFlow system are written in Python. The storage of simulation software source codes is implemented as a Git repository provided by a third-party service. Users are provided with a simple graphical interface, which allows one to execute a series of experiments on a parallel computing system in one click (Fig. <ref type="figure" target="#fig_1">3</ref>). The user needs to select the parallel computing system to perform the computation, specify the credentials (login and password), the path to the folder with the computational package, and the email address (for job completion notifications). When the user clicks the Launch button, the LiFlow system starts the workflow process. The text output shows the current stage of the process of setting up the experiment and, if an error occurs, specifies where did it happen. Fig. <ref type="figure" target="#fig_1">3</ref> demonstrates an example of a successfully submitted experiment. The LiFlow GUI is also written in Python using the PyQt4 library and is designed to work both on Windows and Linux.</p><p>A disadvantage of the current LiFlow implementation is the lack of a failover mechanism. If an error occurs, the experiment will not be repeated. This approach is chosen because the failure can be caused not only by problems with hardware or system software, but also, more frequently, by an error in the simulation software or a wrong combination of parameters, for which the computation cannot be performed. In such a case, restarting the experiment will not lead to solving the problem, it will only unnecessarily load the computational cluster. Still, a failure in carrying out one experiment does not lead to termination of the entire experiment series.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Using LiFlow for Heart Simulation</head><p>Nowadays, the LiFLow system is integrated with the URAN supercomputer at the Krasovskii Institute of Mathematics and Mechanics and the computational cluster of the Ural Federal University. The system had been used on these clusters to execute several experiments in simulation of human heart left ventricle (LV) using the LeVen simulation system <ref type="bibr" target="#b10">[10]</ref>.</p><p>The study of the influence of the fiber direction in the LV anatomical model on the speed and consistency of its electrophysiological activation was performed using the LiFLow system <ref type="bibr" target="#b11">[11]</ref>. A series of 55 experiments was performed, where two parameters, corresponding to the direction of the fiber course in electrophysiological models, were varied.</p><p>The same system can be used to reproduce the results of the research manually conducted before. Two series of experiments were performed in the investigation of the excitation speed of the LV myocardial tissue by using an anatomical model that allows to change the shape of the ventricle and the direction of the fiber course in it <ref type="bibr" target="#b12">[12]</ref>. In one of the series of experiments, the area of the initial activation, the fiber direction of the anatomical model, and the ratio of coefficients in the diffusion tensor of the electrophysiological model were varied. In total, the work was based on more than 36 experiments with the parameter values generated by certain rules.</p><p>The paper <ref type="bibr" target="#b13">[13]</ref> describes the research in the dynamics of the spiral waves in the LV of the human heart model with different geometry and direction of the fiber course. In the research, several series of experiments with the anatomy that approximate normal and pathological anatomy of the LV were carried out. In each series of experiments, the following parameters were varied: the thickness of the top, the value of the diffusion tensor, and the place of the initial start-up wave. In total, the work was based on more than 84 experiments.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Discussion</head><p>The users of the LiFlow system, researchers in mathematical biology and biophysics from the Institute of Immunology and Physiology UrB RAS, provided a generally positive feedback. Before, they needed approximately 30 minutes to manually prepare and run one computational experiment on a parallel computing system. With the help of the LiFLow system, they could execute a series of dozens or hundreds of experiments in less than one hour. The users appreciated the convenience of the LiFlow GUI and the ability to obtain the results of simulation from the storage system. As a result, they do not have to deal with the Linux operating system on the computational cluster, which is unfamiliar to them. Overall, LiFlow helped the researchers from the Institute of Immunology and Physiology UrB RAS to conduct computational experiments more efficiently.</p><p>As opposed to the popular scientific computation workflow systems such as Taverna, Kepler, and Triana, which provide for building large, complex computational workflows, the LiFLow system provides only one simple workflow. However, this limitation provides an opportunity to make the LiFlow system extremely easy to use. The complicated computational workflow systems are especially useful in domains with standardized data formats and tools, such as bioinformatics (the Taverna system is specifically targeted at bioinformatic applications). However, adding new components into such workflow systems is rather difficult. In contrast, the LiFlow system is more suitable for researchers who write the simulation code by themselves. Unfortunately, due to the beta version of our project, we will be able to publish the source code later.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Conclusion and Future Work</head><p>The paper presents the LiFlow computational workflow system intended to automate the processing of a large number of computational experiments for living systems simulation on parallel clusters. Distinctive features of LiFlow are the automatic generation of the input data and parameters for carrying out experiment series. The system has been used for simulation of the human heart left ventricle. The use of LiFlow can significantly reduce the preparation time of a series of experiments, as well as make processing of their results more convenient.</p><p>Directions for future work include:</p><p>-Full integration with the Sumatra tool to ensure the reproducibility of launched experiments. -Developing the mechanisms of secure integration of several computational clusters from different organizations with a single LiFLow instance in order to share computational resources and simulation results. -Implementing the Parallel Computing System Adapters for cluster resource managers other than SLURM, as well as for cloud. -Creating more advanced and flexible generators of experiment series integrated with GUI.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. LiFlow system workflow</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. LiFlow system GUI</figDesc><graphic coords="7,70.49,196.63,318.47,226.77" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">Mathematical and Information Technologies, MIT-2016 -Information technologies</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. The work is supported by the RAS Presidium grant I.33P "Fundamental problems of mathematical modeling", project no. 0401-2015-0025, and by the Research Program of Ural Branch of RAS, project no. 15-7-1-26. Our study was performed using the Uran supercomputer of the Krasovskii Institute Mathematical and Information Technologies, MIT-2016 -Information technologies</p></div>
			</div>

			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>of Mathematics and Mechanics and computational cluster of the Ural Federal University.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Workflow Systems for Science: Concepts and Tools</title>
		<author>
			<persName><forename type="first">D</forename><surname>Talia</surname></persName>
		</author>
		<idno type="DOI">10.1155/2013/404525</idno>
	</analytic>
	<monogr>
		<title level="j">ISRN Soft Eng</title>
		<imprint>
			<biblScope unit="volume">2013</biblScope>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Taverna: A tool for building and running workflows of services</title>
		<author>
			<persName><forename type="first">D</forename><surname>Hull</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wolstencroft</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Goble</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Pocock</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Oinn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nucleic Acids Res</title>
		<imprint>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="page" from="729" to="732" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
	<note>Web Server issue</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Scientific workflow and the Kepler system: Research Articles</title>
		<author>
			<persName><forename type="first">B</forename><surname>Ludscher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Altintas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ch</forename><surname>Berkley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Higgins</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Jaeger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jones</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">A</forename><surname>Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Concurrency and Computation: Practice and Experience -Workflow in Grid Systems</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">10</biblScope>
			<biblScope unit="page" from="1039" to="1065" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Visual Grid Workflow in Triana</title>
		<author>
			<persName><forename type="first">I</forename><surname>Taylor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Shields</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Harrison</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Grid Computing</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="153" to="169" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">I</forename><surname>Savchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">I</forename><surname>Radchenko</surname></persName>
		</author>
		<title level="m">DiVTB Server: sreda vypolneniya virtual&apos;nykh eksperi-mentov [DiVTB Server: an environment for virtual experiments executions</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m">Parallel&apos;nye vychislitel&apos;nye tekhnologii (PaVT&apos;2013): trudy mezhduna-rodnoy nauchnoy konferentsii (1-5</title>
				<meeting><address><addrLine>Chelyabinsk; Chelyabinsk, Russia; Chelyabinsk</addrLine></address></meeting>
		<imprint>
			<publisher>Publishing of the South Ural State University</publisher>
			<date type="published" when="2013-04-01">April 2013. 1-5 April 2013. 2013</date>
			<biblScope unit="page" from="532" to="539" />
		</imprint>
	</monogr>
	<note>Proceedings of the International Scientific Conference</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Virtual Appliances, Cloud Computing, and Reproducible Research</title>
		<author>
			<persName><forename type="first">B</forename><surname>Howe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computing in Science &amp; Engineering</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="36" to="41" />
			<date type="published" when="2012-08">July-Aug 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A Tool for Creating Portable Experimental Software Packages</title>
		<author>
			<persName><forename type="first">P</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><surname>Cde</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computing in Science &amp; Engineering</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="32" to="35" />
			<date type="published" when="2012-08">July-Aug 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Sumatra: a toolkit for reproducible research</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">P</forename><surname>Davison</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Implementing reproducible research</title>
				<editor>
			<persName><forename type="first">V</forename><surname>Stodden</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Leisch</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">R</forename><forename type="middle">D</forename><surname>Peng</surname></persName>
		</editor>
		<imprint>
			<publisher>CRC Press</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="57" to="78" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">SLURM: Simple Linux Utility for Resource Management</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Jette</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">B</forename><surname>Yoo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Grondona</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Lecture Notes in Computer Science: Proceedings of Job Scheduling Strategies for Parallel Processing (JSSPP)</title>
				<imprint>
			<date type="published" when="2003">2003</date>
			<biblScope unit="volume">2862</biblScope>
			<biblScope unit="page" from="44" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">LeVen -a parallel system for simulation of the heart left ventricle</title>
		<author>
			<persName><forename type="first">A</forename><surname>Sozykin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Pravdin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Koshelev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Zverev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Ushenin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Solovyova</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">9th International Conference on Application of Information and Communication Technologies, AICT 2015 Proceedings</title>
				<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="249" to="252" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">An HPC-Based Approach to Study Living System Computational Model Parameter Dependency</title>
		<author>
			<persName><forename type="first">K</forename><surname>Ushenin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Byordov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 1st Ural Workshop on Parallel, Distributed, and Cloud Computing for Young Scientists Yekaterinburg, Russia. CEUR Workshop Proceedings</title>
				<meeting>the 1st Ural Workshop on Parallel, Distributed, and Cloud Computing for Young Scientists Yekaterinburg, Russia. CEUR Workshop Proceedings</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
			<biblScope unit="volume">1513</biblScope>
			<biblScope unit="page" from="67" to="74" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Electrical Wave Propagation in an Anisotropic Model of the Left Ventricle Based on Analytical Description of Cardiac Architecture</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">F</forename><surname>Pravdin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Dierckx</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">B</forename><surname>Katsnelson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Solovyova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Markhasin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Panfilov</surname></persName>
		</author>
		<idno type="DOI">10.1371/journal.pone.0093617</idno>
	</analytic>
	<monogr>
		<title level="j">PLoS ONE</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page">e93617</biblScope>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title level="m" type="main">Drift of Scroll Wave Filaments in an Anisotropic Model of the Left Ventricle of the Human Heart</title>
		<author>
			<persName><forename type="first">S</forename><surname>Pravdin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Dierckx</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Markhasin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Panfilov</surname></persName>
		</author>
		<idno type="DOI">10.1155/2015/389830</idno>
		<imprint>
			<date type="published" when="2015">2015</date>
			<publisher>BioMed Research International</publisher>
			<biblScope unit="volume">2015</biblScope>
			<biblScope unit="page">13</biblScope>
		</imprint>
	</monogr>
</biblStruct>

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