<?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">DRIFT: A Framework for Ontology-based Design Support Systems</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Yutaka</forename><surname>Nomaguchi</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Osaka University</orgName>
								<address>
									<addrLine>2-1 Yamadaoka</addrLine>
									<postCode>565-0871</postCode>
									<settlement>Suita</settlement>
									<region>Osaka</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Kikuo</forename><surname>Fujita</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Osaka University</orgName>
								<address>
									<addrLine>2-1 Yamadaoka</addrLine>
									<postCode>565-0871</postCode>
									<settlement>Suita</settlement>
									<region>Osaka</region>
									<country key="JP">Japan</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">DRIFT: A Framework for Ontology-based Design Support Systems</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">641DE57744467A2CDE50662927D3F1D8</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-23T22:56+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>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper proposes a framework for ontology-based design support systems, called DRIFT (Design Rationale Integration Framework of Three layers), which records, structures and retrieves reflective operations and their relationships in design process. Although an ontology can provide concepts of static knowledge, such as knowledge about first principles of physical phenomena or prescription of successful design cases, a dynamic aspect of design process is usually out of ontology support. DRIFT automatically captures and manages the whole design argumentation through tracking design operations over an ontology-based design support system. This paper states our position and demonstrates a prototype system of DRIFT to show its performances and effectiveness.</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>Engineering design is the process for generating a concept of useful artifact or product based on various kinds of scientific and engineering knowledge. According to Schön's assertion, it is insufficient only to apply the alreadysystematized knowledge to solve a complicated design problem, but it is important to dynamically, flexibly and adaptively acquire knowledge through reflection-in-action <ref type="bibr" target="#b0">[1]</ref>, which is trial-and-error design process that includes framing a problem, suggesting multiple alternatives, evaluating what-if and accepting or rejecting. We have been developing a framework for an advanced ontology-based design support system <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref>, called DRIFT (Design Rationale Integration Framework of Three layers). A DRIFT system can capture reflective design process as a byproduct of inherent design operations that are defined over an ontology. This paper states our positions and briefly demonstrates a prototype system of DRIFT to show its performances and effectiveness.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Overview of DRIFT</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Ontology and Reflection-in-action</head><p>An ontology gives a framework to manage various aspects of design knowledge. For instance, Kitamura has been developed a meta-data schema for systematically representing functionality of a product based on Semantic Web technology for the management of the information content of engineering design documents <ref type="bibr" target="#b3">[4]</ref>. Grosse's group has developed ontologies for knowledge-based systems to support modeling optimization and modeling physical phenomena <ref type="bibr" target="#b4">[5,</ref><ref type="bibr" target="#b5">6]</ref>. These ontologies provide concepts of static knowledge that is independent from a specific design case, such as knowledge about first principles of physical phenomena, typical patterns of modeling and optimization or prescription of function modeling.</p><p>Dynamic knowledge depending on a design case can be represented on the ontology, and can be reused and shared among different designers. On the other hand, due to the open-ended nature of design problems, a designer should create this dynamic knowledge through active design process. Schön stated that a key concept to do this is reflection-in-action <ref type="bibr" target="#b0">[1]</ref>. Reflection-in-action is trialand-error design process that includes framing a problem, suggesting multiple alternatives, evaluating what-if and accepting or rejecting. An advanced design support system should support this nature of design.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Architecture of DRIFT</head><p>DRIFT is a software module that is being developed to dynamically capture such reflective design process as a by-product of inherent design operations that are defined over an ontology. DRIFT facilitates a designer to compare multiple alternatives concurrently during design process, and to review associated design alternatives. Figure <ref type="figure">1</ref> shows the outline of the situation that a designer is involved under a DRIFT system. Foundation of DRIFT consists of three components; an interface for a designer to perform design operations, a simple truth maintenance system <ref type="bibr" target="#b8">[9]</ref> to efficiently record a state transition of design, and an IBIS (Issue-based Information System) <ref type="bibr" target="#b9">[10]</ref> based argumentation browser that shows accepted and rejected alternatives.  Under the mechanism of DRIFT, each design operation is defined as a pattern of problem setting and alternative solution in order to capture both design state transition and an argumentation structure through an inherent design action. For example, a design operation that details a customer need of a product is defined as follows; a problem set by the operation is 'what are sublevel customer needs of it?' and its alternative solution is a set of its sublevel customer needs.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>S t a t e t r a n s i t i o n</head><p>Since the system records all alternatives suggested as solutions of the problem, a designer can compare them and review one at any time.</p><p>An ontology is defined as a meta-data structure that enables capturing design state transition and argumentation structures almost automatically through designer's inherent design actions. While the system includes a set of fundamental ontologies for implementing basic functionality, another set of subsidiary ontologies for capturing and managing practical and complicated design operations must be configured for individual directions of design supports. In other words, it is necessary and essential that a set of specific ontologies must be formulated for supporting a particular type of design operations in order to apply a design methodology under the corresponding context.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">DRIFT System for QFD-based Cost-worth Analysis</head><p>In order to demonstrate the validity and promise of DRIFT, a prototype design support system under a QFD-based cost-worth analysis method <ref type="bibr" target="#b10">[11]</ref> was developed. This section briefly explains an ontology behind this system.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Ontology of DFX</head><p>The problem with defining an ontology for design support systems is how we decide a borderline that distinguishes static knowledge from dynamic knowledge. An effective and efficient guideline on this issue is that a design-for-X (DFX) methodology can provide this.</p><p>A purpose of a design methodology is to have prescriptions that advocate how design should be done in particular circumstances <ref type="bibr" target="#b6">[7]</ref>. Various DFX methodologies have been revealed and proposed under the trends of concurrent engineering. Among various DFX methodologies, QFD (Quality Function Deployment) is a typical and comprehensive one <ref type="bibr" target="#b7">[8]</ref>. It is effective for exploring and defining design requirements by a sequential procedure, for instance, across customer's requirements, functional realization, manufacturing modules, production process, etc. By means of its reflective refinement, a designer gets overall image of a product. While such an instruction is easy to understand for designers, it consists of some general and abstract concepts by excluding its casedependent aspects. Therefore, it is suggested that QFD promotes more efficient and effective information sharing and discussion among designers in practical use. Although a DFX methodology is not a theory established by a scientific law such as physics, it is often used in design practices as a rational prescription of design contexts.</p><p>Because a purpose of a DFX methodology is to provide prescriptions that advocate how design should be done in particular circumstances, taxonomy of design and a pattern of design operations are tacitly included in a DFX methodology. Their meaning is what an ontology is.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Ontology Definition</head><p>Before implementation of a DRIFT-based system, an ontology corresponding to a set of DFX methodologies is configured as a base of a design support system. An ontology of a DRIFT system consists of taxonomy to describe an artifact and patterns of problem setting.</p><p>Taxonomy An ontology consists of two layers; model-independent layer, which consists of concepts independent from any specific design methodology, and model-dependent layer, which consists of concepts to represent specific prescriptive design methodologies. In a prototype system, 15 concepts are defined as shown in Figure <ref type="figure">2</ref>. Element, hierarchy, relation, attribute and attribute value are model-independent concepts. A concept for representing specific methodology; value graph, function-structure mapping, QFD two-dimensional tables and cost-worth graph, is defined as a subclass of a model-independent concept. There is a possibility that other concepts are defined in addition to concepts explained in this subsection when another methodology is integrated. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Design operation</head><p>A pattern of problem setting is used to reflectively operate a state of design and to make argumentation. This is implemented as a design operation performed over a DRIFT system. For the QFD-based cost-worth analysis method, this research defines ten design operations each of which corresponds to a pattern of problem setting. For example, a design operation for 'what are sublevel functions?' is defined as follows.</p><p>Operation A operation defines operation primitives, which are operations to TMS. When a design operation is performed, operation primitives of the list are performed. A design operation defines referred nodes, which are requisites of an operation, and added nodes, which are added as a result of an operation. In the definition of 'function development,' a function node is referred, and multiple function nodes and a hierarchy node are added as a result of this operation.</p><p>Under the above definition of design operations, the following procedure generates IBIS description after a design operation O n is performed. The detail of this algorithm is explained in our articles <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b2">3]</ref> Here, the same IBIS node is defined as a node which has the same operation type and the same focused node list.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Demonstration</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Implementation</head><p>The DRIFT system for a QFD-based cost-worth analysis method was developed in Java programming language (jdk 1.4.1) on Windows XP. Figure <ref type="figure" target="#fig_2">3</ref>   Under the implemented prototype system, a designer carries out identification of design target by tools of design methodologies; value graph, function-structure mapping, QFD two-dimensional tables and cost-worth graph. The system sends design operations to a truth maintenance system when a designer inputs design information on the tools. Design process is automatically recorded along designer's actions and operations over the embedded tools. A designer can edit description of an argumentation structure. A recorded design process is stored in database in XML format.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Design Example</head><p>This subsection illustrates an application to designing a cellular phone for demonstrating the capabilities of the implemented system. In this example, it is assumed that a product is aimed to Japanese market and that it is equipped with many value-adds such as camera, music player, electric money, bar-code scanner, etc.</p><p>A designer enumerates customer needs, functions and entities of a cellular phone by using value graph and function-structure mapping. Figure <ref type="figure" target="#fig_3">4</ref>-⃝ 1 shows a hierarchical structure of customer needs on a value graph. Then, a designer uses QFD table to set weights of customer needs (see Figure <ref type="figure">5</ref>-⃝ 1 ). The weights are deployed to weights of entities by automatic calculation of QFD two-dimensional tables. A designer also sets cost of each entity, and evaluates balance of relative cost and relative worth of each entities that costworth graph shows (see Figure <ref type="figure">6</ref>-⃝ 1 ). This graph reveals that cost of camera lens would be higher than its worth.</p><p>In order to dissolve this unbalance of cost and worth, a designer has to choose either from among two; (A) reducing relative cost or (B) increasing relative worth as shown in Figure <ref type="figure">6</ref>. A possible solution can be enumerated according to the patterns of problem setting. According to problem setting 'how much is cost of entity?,' reducing cost of camera lens can be proposed as an alternative solution of (A). Otherwise, according to a problem setting 'how much is a customer need important?,' targeting customers who care good quality of camera can be proposed as an alternative solution of (B). In this case, a designer chose to increase relative worth of a camera lens. By a problem setting 'what are sublevel customer needs?,' a designer added 'barcode reader' as a sublevel customer need of 'good value-adds'(see Figure <ref type="figure" target="#fig_3">4</ref>-⃝ 2 ). Then, he/she revised customer needs weights by a problem setting 'how much is a customer need important?' as shown in Figure <ref type="figure">5</ref>-⃝ 2 . A relative worth of a camera lens is increased by these operations (see Figure <ref type="figure">6-⃝ 2</ref> ). The design process over the system is automatically captured as a byproduct of a sequence of design operations. Figure <ref type="figure" target="#fig_6">7</ref> shows a screen shot of a part of the captured process of the cellular phone design. A designer reviews and evaluates multiple alternatives of target customer needs by the QFD-based cost-worth analysis method.  An issue node (a node with a question mark) and a position node (a node with an exclamation mark) are automatically generated. A crossed node is a rejected position. An argument node (a node with a words balloon mark) is added manually by a designer to explain the branch of position nodes. In Figure <ref type="figure" target="#fig_6">7</ref>, two positions are suggested for an issue of detailing a customer need for many value-adds, and a position that adopts bar-code reader is active now. Since all operations and all design states are recorded under a truth maintenance system, a designer can review discarded positions at any time for evaluating alternatives if he/she wants to review any of them again, and he/she can go back to any former design state. Such functionality facilitates designer's reflective refinement of alternatives over the prototype system through making full use of related methodologies.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusion</head><p>This paper briefly introduces a DRIFT system, which is a new framework to capture reflective design process of practical products, and demonstrates an example of DRIFT-based implementation for QFD-based design operations. It helps a designer acquire dynamic knowledge through reflection-in-action over an ontology of DFX. Because any design stage contains reflective refinement of alternatives, the same expansion can be done for the other DFX methodologies and the other design methods when their ontologies and design operations are integrated to DRIFT. This expansion is included in our future works.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Model-independent ontology Action Fig. 1 .</head><label>Action1</label><figDesc>Fig. 1. Outline of reflective design process supported by DRIFT framework</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. System architecture</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Alternatives of hierarchical structure of customer needs</figDesc><graphic coords="7,156.42,230.39,300.61,130.96" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 5 . 1 2 Fig. 6 .</head><label>5126</label><figDesc>Fig. 5. Alternatives of weighting customer needs</figDesc><graphic coords="8,241.21,141.66,242.61,210.10" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Fig. 7 .</head><label>7</label><figDesc>Fig. 7. A part of captured design process</figDesc><graphic coords="9,207.66,221.31,268.11,231.70" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>. 1 .</head><label>1</label><figDesc>Creating a new issue node I n , which has referred nodes of O n in its focused node list, and has operation name of O n in its operation type. 2. Searching an issue node I s which is the same as I n . If I s is found, I n := I s . 3. Creating a new position node P n , which has added nodes of O n in its focused node list, and has operation name of O n in its operation type. 4. Searching a position node P s which is same as P n . If P s is found, P n := P s . 5. Searching a position node P n−1 , whose focused node list contains at least one of focused nodes of I n . 6. Connecting raised relation from P n−1 to I n . 7. Connecting respond-to relation from I n to P n .</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head></head><label></label><figDesc>shows its architecture.</figDesc><table><row><cell></cell><cell></cell><cell cols="3">Designer</cell></row><row><cell></cell><cell></cell><cell>Client computer</cell><cell></cell><cell></cell></row><row><cell>IBIS model Design state transition model DB server Change design state Record design state Index design state Generate IBIS node Operation to model XML Parser TMS Design Information Manager</cell><cell>Design operation</cell><cell>Value graph editor Design tool manager IBIS editor State transition browser Design process manager operation F-S mapping editor Cost/worth browser QFD matrix editor</cell><cell>Browse/edit Select Browse/edit</cell><cell>argumentation design state design info.</cell></row><row><cell cols="3">Provide concepts and design operations</cell><cell></cell><cell></cell></row><row><cell cols="3">Ontology of DFX Methodology</cell><cell></cell><cell></cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">The Reflective Practitioner -How Professionals Think in Action</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Schön</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1982">1982</date>
			<publisher>Basic Books Inc</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Design rationale acquisition in conceptual design by hierarchical integration of action, model and argumentation</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Nomaguchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ohnuma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Fujita</surname></persName>
		</author>
		<idno>DETC2004/CIE-57681</idno>
	</analytic>
	<monogr>
		<title level="m">Proc. DETC&apos;04 ASME 2004 Design Engineering Technical Conf. and Computers and Information in Engineering Conf</title>
				<meeting>DETC&apos;04 ASME 2004 Design Engineering Technical Conf. and Computers and Information in Engineering Conf</meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Ontology building for design knowledge management systems based on patterns embedded in design-for-X methodologies</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Nomaguchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Fujita</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 16th International Conf. on Engineering Design (ICED &apos;07)</title>
				<meeting>of 16th International Conf. on Engineering Design (ICED &apos;07)</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page">442</biblScope>
		</imprint>
	</monogr>
	<note>Paper No</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">An ontology-based annotation framework for representing the functionality of engineering devices</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Kitamura</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Washio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Koji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sasajima</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Takafuji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mizoguchi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. DETC&apos;06 ASME 2006 Design Engineering Technical Conf. and Computers and Information in Engineering Conf</title>
				<meeting>DETC&apos;06 ASME 2006 Design Engineering Technical Conf. and Computers and Information in Engineering Conf</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="C2006" to="99131" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Ontologies for supporting engineering analysis models</title>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">R</forename><surname>Grosse</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Milton-Benoit</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">C</forename><surname>Wileden</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI EDAM</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="18" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Ontologies for supporting engineering design optimization</title>
		<author>
			<persName><forename type="first">P</forename><surname>Witherell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Krishnamurty</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">R</forename><surname>Grosse</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Computing and Information Science in Engineering</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="141" to="150" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">On research methodology towards a scientific theory of engineering design</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Dixon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AI EDAM</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="145" to="157" />
			<date type="published" when="1987">1987</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Total Quality Development. A Step-By-Step Guide to World-Class Concurrent Engineering</title>
		<author>
			<persName><forename type="first">D</forename><surname>Clausing</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1994">1994</date>
			<publisher>ASME Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A truth maintenance system</title>
		<author>
			<persName><forename type="first">J</forename><surname>Doyle</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="231" to="272" />
			<date type="published" when="1979">1979</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<title level="m" type="main">Issues as elements of information systems</title>
		<author>
			<persName><forename type="first">W</forename><surname>Kunz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Rittel</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1970">1970</date>
			<biblScope unit="volume">131</biblScope>
		</imprint>
		<respStmt>
			<orgName>University of California, Berkeley, Institute of Urban and Regional Development</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Working Paper No.</note>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Value-adds assessment method for product deployment across life stages through quality function deployment</title>
		<author>
			<persName><forename type="first">K</forename><surname>Fujita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Nishikawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 13th International Conf. on Engineering Design -ICED &apos;01, Design Methods for Performance and Sustainability</title>
				<meeting>13th International Conf. on Engineering Design -ICED &apos;01, Design Methods for Performance and Sustainability</meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
			<biblScope unit="page" from="405" to="412" />
		</imprint>
	</monogr>
</biblStruct>

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