<?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">Social Responsibility in System Design</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Huib</forename><surname>Aldewereld</surname></persName>
							<email>h.m.aldewereld@tudelft.nl</email>
							<affiliation key="aff0">
								<orgName type="institution">Delft University of Technology</orgName>
								<address>
									<country key="NL">The Netherlands</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Virginia</forename><surname>Dignum</surname></persName>
							<email>m.v.dignum@tudelft.nl</email>
							<affiliation key="aff0">
								<orgName type="institution">Delft University of Technology</orgName>
								<address>
									<country key="NL">The Netherlands</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Social Responsibility in System Design</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">FE50F589CD6ED5BF6821FBBA35D57132</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T04:05+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>
			<abstract/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>During the design of a new technology (and, subsequently, software) many design choices need to be made at a high level of detail. These detailed design decisions shape the nature of the resulting software. The reasoning underlying each decision is ultimately based on abstract social and organisational values like, e.g., integrity, trust, security or fairness. These values are, however, typically only implicitly involved in the design process. As a result, the software might exhibit different characteristics than were foreseen because it is not in compliance with these abstract values. To ensure compliance, values should be systematically incorporated in the design. We propose a Value Sensitive Design approach to incorporating social responsibility in software.</p><p>The problem in current software development approaches is that values are only implicitly involved in the development process. The link between the values and the application is, at best, implicit in the decisions made and the choices taken. In the requirements elicitation process <ref type="bibr" target="#b2">[3]</ref>, the values are translated to concrete requirements. These requirements are then used throughout the development process, and the related value is lost. However, due to their abstract nature, values can be translated to design requirements in more than one way. If the values and their translation to requirements are left implicit in the development process, one loses the flexibility of using alternative translations of those values.</p><p>In this paper, we propose a first framework for describing the links between values, requirements and software design. Making these links explicit allows for improvements in the traceability of (the effects of) the values throughout the development process. This traceability greatly increases the maintainability of the application. That is, if a value is to be implemented differently, the explicit links between the values and the application make it much easier to determine which parts of the application should be updated. We illustrate the use of the framework with an use-case example.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Value Sensitive Design</head><p>The recognition that values have an impact on the development of technology comes from the field of philosophy (ethics, in particular). Especially the topic of Value Sensitive Design (VSD) has seen much development recently. While VSD is applicable to many engineering disciplines <ref type="bibr" target="#b3">[4]</ref>, in the area of ICT it has mainly been applied to the analysis of the reasons for resisting the introduction of ICT solutions in organisations or society <ref type="bibr" target="#b4">[5]</ref>. Such resistance can be the result of not taking into account potential conflicts that the solution might have with human values (e.g., security vs. privacy). To avoid such failures, investigations have been done on the relationship between specific values and technology (e.g., see <ref type="bibr" target="#b1">[2]</ref>). Unfortunately, VSD has so far remained at a philosophical level: focussing on analyses and lacking formalisation of the relations between the values and the technology.</p><p>In <ref type="bibr" target="#b0">[1]</ref> we propose the Value Sensitive Software Development (VSSD) framework (see figure <ref type="figure" target="#fig_0">1</ref>) to integrate the principles of Value Sensitive Design with Service Oriented Architectures (SOA) into the design of software systems. The framework aims to bridge the gap between abstract values and concrete systems. VSSD consists of three views described at three different abstraction levels. First, the Value View describes the organisational values, norms, rules and procedures. This view largely overlaps with the values hierarchy concepts of <ref type="bibr" target="#b3">[4]</ref>. Secondly, the Domain View models the context of the system based on domain specific elements, for example, existing system blueprints. Finally, the Modelling View defines the system's architecture based on the values and the domain characteristics. This view builds heavily on existing theory from SOA-based computing (see, e.g., <ref type="bibr" target="#b5">[6]</ref>).  VSSD considers the software as an organisation of services to integrate the values into the SOA design. It considers three levels of abstraction. First, the Abstract Level describes the organisation at a high level of abstraction, where most of the contextual, domain-specific, information is left out. This level includes, for example, generic properties of organisations and an ontology to provide the meaning of the most primary concepts. Next, the Concrete Level takes into account the context of the organisation, and describes the norms and rules. Lastly, the Implementation Level corresponds to the implementation process and contains the most detailed information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Case Study</head><p>As illustration, we present an example of designing a web page for the Delft University of Technology to offer massive open online courses (MOOCs). From the requirements elicitation we got the (functional) requirement that we request users the permission to store information in a cookie. The cookie is required to provide a more user-friendly browsing experience; for example, the site could remember which courses you already followed. Let us assume that there is another requirement to provide support for impaired people; we could, for instance, include a text-to-speech functionality to read out loud parts of the website to people with visual impairments.</p><p>There are two hidden values at stake here: privacy and equality. The former, because the data we store in the cookies is of a personal nature, and consent has to be given before storing such data. The latter, because the inclusion of a text-to-speech functionality to assist impaired users is based on the idea that everyone should be able to use the website. Storing personal data while ensuring privacy also requires the upholding of another value: security. The relations between the software, the requirements and the underlying values is represented in figure <ref type="figure" target="#fig_1">2</ref> below. The values, on the left-hand side of figure <ref type="figure" target="#fig_1">2</ref> represent the motivations and underlying values of the application. The requirements, and domain restrictions, are represented on the right-hand side of figure <ref type="figure" target="#fig_1">2</ref>; they represent the manner in which the domain restricts the application design, which existing infrastructures (services) are available, and in what way the objectives should be achieved. The middle part of figure <ref type="figure" target="#fig_1">2</ref> represents the implementation choices that end up in the runtime of the application. These are the characteristics of the software, describing concrete execution features of the application.</p><p>The strength of VSSD is in the explicit representation of the links between these layers (in figure <ref type="figure" target="#fig_1">2</ref>, only shown explicitly in the vertical dimension of the Values View). Keeping explicit the motivations for particular design choices, either in the execution, or in the requirements, means alternative implementations can easily be explored without the need to redesign the application ground-up. The links explain the reasons why particular execution elements exist (because they implement a particular value) and/or why particular software behaviour was formulated (because that particular procedure was required by a high level norm or value). When changing the application, e.g., from a web page to an tablet app, these explicit links to the motivations can help you find the appropriate redesign steps. For example, in the redesign, instead of asking for cookies (which are not used on tablet apps), you could enable a secure connection for registration, and then perform all communication between the client (the tablet) and the server in an anonymised manner. Since the data stays on the tablet, and one can assume that the user owns that device (and is thus responsible for its security), these choices also implement the required value of privacy.</p><p>Since the above example is rather simple, the relation between the requirements and (hidden) values is quite straightforward. For more complex applications, with many more requirements, these relations might not be so obvious, and explicit links between the values, requirements and execution are direly needed to ensure the value sensitivity of the application.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusions</head><p>The conceptual framework proposed in this abstract presents the first step into the explicit use of values in the design and implementation of systems, thereby achieving social responsibility in software. Next steps include the investigation and formalisation of the relations between the Views of the VSSD framework to create design procedures to guide the implementation and verification of value sensitive software. In future work, we will formalise the links present in figure <ref type="figure" target="#fig_0">1</ref>, explore the verification of systems build with VSSD, and evaluate VSSD by modelling more use-cases.</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. Value Sensitive Software Development Framework.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. VSSD applied to MOOC-page design.</figDesc><graphic coords="3,298.16,387.60,82.52,173.73" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">This paper is an abstract of the work presented in<ref type="bibr" target="#b0">[1]</ref>.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Design for values in software development</title>
		<author>
			<persName><forename type="first">Huib</forename><surname>Aldewereld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Virginia</forename><surname>Dignum</surname></persName>
		</author>
		<author>
			<persName><surname>Yao Hua Tan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook of Ethics, Values, and Technological Design</title>
				<editor>
			<persName><forename type="first">Jeroen</forename><surname>Van Den Hoven</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
	<note>forthcoming</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Value sensitive design and information systems</title>
		<author>
			<persName><forename type="first">Batya</forename><surname>Friedman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename><forename type="middle">H</forename><surname>Kahn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alan</forename><surname>Borning</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in Management Information Systems</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="348" to="372" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Requirements engineering: a good practice guide</title>
		<author>
			<persName><forename type="first">Ian</forename><surname>Sommerville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pete</forename><surname>Sawyer</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1997">1997</date>
			<publisher>John Wiley &amp; Sons, Inc</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Tranlating values into design requirements</title>
		<author>
			<persName><surname>Ibo Van De Poel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Philosophy and Engineering: Reflections on Practice, Principles and Process</title>
				<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="253" to="266" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Ict and value sensitive design</title>
		<author>
			<persName><forename type="first">Jeroen</forename><surname>Van Den Hoven</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Information Society: Innovation, Legitimacy, Ethics and Democracy In honor of Professor Jacques Berleur s</title>
				<editor>
			<persName><forename type="first">Philippe</forename><surname>Goujon</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Sylvian</forename><surname>Lavelle</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Penny</forename><surname>Duquenoy</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Kai</forename><surname>Kimppa</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Vronique</forename><surname>Laurent</surname></persName>
		</editor>
		<meeting><address><addrLine>Boston</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="volume">233</biblScope>
			<biblScope unit="page" from="67" to="72" />
		</imprint>
	</monogr>
	<note>IFIP International Federation for Information Processing</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Elements of service-oriented analysis and design: An interdisciplinary modeling approach for soa projects</title>
		<author>
			<persName><forename type="first">Olaf</forename><surname>Zimmermann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Pal</forename><surname>Krogdahl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Clive</forename><surname>Gee</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>IBM developerWorks</publisher>
		</imprint>
	</monogr>
</biblStruct>

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