Você está na página 1de 8

1

Documentation Process in Interactive Systems


A Case Study to Abstract its Structure
Lisandra C. Fumagalli, Luciano T. E. Pansanato, and Renata P. M. Fortes

not observe a concern with a support to allow the exchange of


Abstract-- The difficulties on leading with a variety of docu- documents during the software documentation process. In this
ments during software processes by teams of software developers context, we advocate that the Web technology provides an
have been addressed in relevant researches, and Web technologies appropriate infrastructure since it incorporates a markup or
have emerged bringing new solutions that must be considered. In
structuring language for documents, namely XML application
this context, we report a case study regarding to the process of
analyzing and structuring documentation produced by 20 [23]. XML tags facilitate the identification of information in
student groups who have developed different projects as a task the document by an application (parser). By using XML tags it
for an HCI (Human-Computer Interaction) course. Consequently, is possible to develop search tools and exchange mechanisms
a DTD could be defined. The result, as a structured set of docu- to improve information retrieval for maintenance and reuse of
ments, has being re-written according to XML-DTD specification the documents [24].
to be available for improved searching and ex-changing tasks,
commonly performed by software developers. Finally, the process
To recover information from XML documents, they should
of abstracting such structure based on existing documents was be structured. The documents can be structured during their
concluded to be an iteractive activity, corresponding to alternate production or re-written to conform to a structure. In case of
between bottom-up and top-down approaches. pre-existing documents, literature just offers general guide-
lines for document analysis and heuristics for document struc-
Index Terms-- Document Analysis, Document Preparation, ture definition. It lacks a process document structuring proc-
Documentation, Documentation Process, Interactive System
ess to address the analysis issues of extensive sets of docu-
Documentation, Internet Computing, Markup Languages, Soft-
ware Engineering, Web-based Software Engineering, XML Ap- ments and the involvement of several people in this task. The
plications. partial automation of the activities should be also considered
to assist ad hoc work.
I. INTRODUCTION In this paper we report the process to analyze and to struc-

T HE documentation process is performed simultaneously ture documentation produced by 20 groups of students who
during the several phases of software development. It as- have developed different projects as a task for an HCI (Hu-
sists the project communication and afterwards facilitates man-Computer Interaction) course, given at the Institute of
software understanding for future maintenance [10] or reuse Mathematics Sciences and Computing of the University of So
[18]. As the documentation process is a flexible activity, Paulo in So Carlos.
documents in different formats, structures and types of content This article is organized as follows: in Section II is pre-
can be produced. However, the whole documentation process sented the work related to the software documentation process,
is not an easy task. Developers have to deal with an enormous reported in the literature, and which has been essential for the
diversity of documents that are different in formats and con- accomplishment of the case study we carried through. In Sec-
tents and they usually complain that searching through these tion III the case study is presented, including the characteris-
documents is too difficult and usually takes a lot of time and tics and volume of the existing information investigated from
attention from the people involved. the registered documents. In Section IV, the process to abstract
Forward [9] has investigated how the software documenta- the HCI documentation structure is presented. Section V
tion is used in a software project, and has confirmed that soft- briefly describes the related works and how automated tools
ware documents favorably contribute for it. In addition, he has could assist some process activities. Finally, in Section VI the
also studied how the technologies can improve the use and the conclusions of this work are presented as well as the research
utility of such documentation. However, in his work, we can- in progress for recovering of information contained in docu-
mentation structured by the presented process.

This work was supported in part by the CNPq. II. SOFTWARE DOCUMENTATION PROCESS
L. C. Fumagalli is with ICMC University of So Paulo, So Carlos, SP,
CEP 13560-970, Brazil (e-mail: lisandra@icmc.usp.br). The software documentation process is indispensable dur-
L. T. E. Pansanato is with CEFET-PR, Cornlio Procpio, PR, CEP ing the software development. The documentations role is
86300-000, Brazil (e-mail: luciano@cp.cefetpr.br).
R. P. M. Fortes is with ICMC University of So Paulo, So Carlos, SP,
concerned to register the system evolution, providing informa-
CEP 13560-970, Brazil (e-mail: renata@icmc.usp.br). tion and helping to the use and maintenance of the systems.
2

Beyond these benefits, the documentation can also facilitate document deletion and document storage in files.
system reuse [18]. Although these activities are established by the ISO-12207
Results reported by Forward and Lethbridge [10] show that norm, factors as high cost, inaccuracy, and difficulty of ma-
software engineers consider the documentation important even nipulation make documents creation and updating difficult
if it is not up to date (but keeping it up to date is an objective). [4]. These combined factors inevitably produce incomplete,
Developers also consider documents as an important tool for inconsistent and expensive documents [17].
communication, and these documents always have to be used In this context, an alternative to reduce the effect of these
to achieve this purpose. factors is to use a well-defined structure to produce the soft-
Although documentation is believed essential during the ware documents. In fact, many benefits can be obtained from
software development, software engineers consider it an oner- well elaborated documents: less time and effort to the software
ous activity. Such difficulty can contribute for an inexact, in- development, an easier and more efficient use of the software
complete, outdated or even inexistent documentation, and this by users, more explicit structures of software, facility to locate
fact can imply in a possible lack of quality of the software, and understand the information registered [19].
error generation during its development, and an increasing To identify a structure of common HCI design documents,
difficulty in its maintenance [6]. we have studied the particularities of them .A brief description
Forward [9] has investigated how the documentation is used of the HCI design documentation, used in this work, is pre-
in a software project, and has confirmed that software docu- sented in the next subsection. In special, the iteration feature is
ments favorably contribut for the project. In addition, he has focused during the documentation process of such projects.
also studied how technologies can improve the use and utility
B. HCI Design Documentation
of such documentation. However, in his work, we cannot ob-
serve a concern with support to allow exchange of documents To sum up, HCI objectives are developing and improving
during the software documentation process. We believe that security, utility, effectiveness, efficiency and usability of all
supplying a structure accordingly to a well-defined and signifi- systems. Usability, a keyword to HCI, is concerned in making
cant markup language to support the document production, the systems easier to learn and use [20].
along with the use of Web infrastructure, can improve The development of an interactive system is not a trivial
information retrieval for maintenance and reuse of documents. task. To be successful, not only should the system be imple-
Since documentation process is an important topic in our mented in an effective way but also it must be accepted for a
work, it has been studied as a basis to establish an appropriate user population. Preece [20] describes the Star model (Fig. 1)
approach consistent with the state of art on software documen- to highlight a number of important points for the interactive
tation, and to supply an adequate support to a well-defined system development. First, ordering the activities is inappro-
structuring of such Web documents. priate; the development may begin at any stage and may be
followed by any of the other stages. The Star model was de-
A. Activities of the Software Documentation Process rived following extensive analysis of actual design practice
In the software development process, documentation must among HCI designers. Second, the model stresses rapid proto-
reflect and register information related to specification, design, typing and an incremental development of the final product.
implementation, verification and installation of the software Third, the model distinguishes between conceptual design and
[11]. The ISO-12207 norm [15] establishes four activities for physical design (formal design); conceptual design concerns
the Software Documentation Process: itself with questions of what is required, while the physical
1) Process Implementation: the objective of this activity is design is concerned with questions of how the requirements
to study the documentation requirements for the project to be can be achieved. Finally, the central activity of the Star model
developed, to establish the type of document to be elaborated, is evaluation; all the aspects of the development are target of
as well the technology to be used, the sequence of operations constant evaluation by users and designers.
to produce and distribute the documents, and the document
language used to index and reference them. Implementation
Task Analysis
Functional Analysis
2) Design and Development: the intention is to describe all
the aspects demanded for the production of each individual
document. Each document, according to its design, must pre- Prototyping Evaluation
Requirements
Specification
sent standards of documentation related to format, content and
presentation, among others.
3) Production: in this activity, all the documents are pro- Conceptual Design
Formal Design
duced. These documents must be produced according to the
design defined in the previous activity. The Production activity
Fig. 1. The star model [20].
also includes the preparation of the environment of production
and the review, identification and release of documents.
As important as evaluation, the following activities are also
4) Maintenance: this activity deals with the tasks related to
considered by Preece [20]: user, work, task and environment
the controlled introduction of changes in documents, obsolete
analyses; technical analysis; requirement specification; design
3

and design representation; prototyping and use of other design through to abstract the structure of a vast set of documents of
support tools and techniques; coding and implementation. interface design. This structure will be used later as a base to
Along with the activities of the development process, the allow an efficient retrieval of the information registered in the
representations produced in these activities are also fundamen- documents.
tal. Different models (formal and informal) and strategies
(checklist, rules and guidelines) are used according to the ac-
tivity. The resultant products of these representations consti-
tute the project documentation. This documentation, however,
differs from the documentation of conventional software sys-
tems because the activities of development process of conven-
tional systems and interactive systems also differ [7]. A possi-
ble explanation to this difference is the fact that users and us-
ability are essential topics for interactive systems and it is not
so relevant in conventional systems [7]. Also, as noted by
Preece [20], interactive system documentation design must be
flexible to attend the lack of ordering of its activities.
In order to get a well-defined document structure, we have
considered document engineering and studied the importance
of documentation analysis.
C. Document Engineering
Fig 2. The Document Engineering Roadmap [27].
The term document engineering reflects an emerging anal-
ogy between issues of digital document creation, development
III. CASE STUDY
and maintenance, and issues of software development. It has
been observed an increasing interest among the digital com- The object of our study consists of the documentation of
munity in the application of techniques and approaches, which twenty (20) interface projects developed during a HCI course,
have been proved successful in large software systems to the given to an undergraduate course and two graduate courses in
area of digital documents [28]. In this way, an adequate docu- Computing Science in our institute.
ment structuring is a requirement and the Web is an appropri- The documentation introduces the specification of a practi-
ate environment to make the access to these documents avail- cal interface project that is composed of five phases: 0)
able. Groups and Topic Definition, 1) Understanding the Problem,
Glushko and McGrath [27] have established a document 2) Design of Alternative Interfaces, 3) Prototyping and Evalua-
engineering roadmap by reshaping the classical analyze- tion Plan and 4) Evaluation. The professor of the course sup-
design-refine modelling methodology to better fit the domain plies a script to the project documentation, with the content list
of documents (Fig. 2). One of the tasks of this roadmap is the and an orientation for the elaboration of documents related to
documentation analysis. It is a way of removing redundant each phase. The documents must be written in HTML and
processes or data, standardizing on one process or rationaliz- published in the Web.
ing a document structure. Besides that, document analysis is The students of the HCI publish their documentation by us-
often conducted with the goal of abstracting a logical model ing CoTeia [2], a CSCW (Computer Supported Cooperative
from heterogeneous instances and encoding it as a SGML or Work) tool for the collaborative authoring of material based on
XML schema. The design of document structure specification the Web. CoTeia presents the main features of the CoWeb [13]
is very rigorous in document engineering. Well-engineered including simplicity and open authoring of documents, and
document structures have clear, unambiguous definition of also has other functionalities as access control and concurrent
data. In addition, the structure enables the replacement of ad control. Using CoTeia, all the material elaborated by the stu-
hoc, inconsistent or incomplete formatting with a stylesheet dents during the design phases is available in a Web based
that applies presentation semantics in a consistent fashion to repository.
any instance that conforms to the structure [27]. The documentation available for analysis is from 20 pro-
Glushko and McGrath [27] have applied the document en- jects developed in the period of 20011 to 20022, totalizing 145
gineering process in B2B documents aiming to exchange regu- pages with 824 links. The detailed data of the projects are
lar data among Web applications. Thus, they focus on data- graphically presented in Fig. 3. It presents the number of pages
centric documents. In our case study, we analyzed a set of HCI and the number of links per page used in the documentation of
project documents focusing on the process of abstracting its each interface project developed. In fact, we can see that there
structure aiming at later retrieval. As a result we have ab- is a variety of styles during document authoring. For example,
stracted a structure to this documentation, thus defining the in MAWA project the team made use of a lot of links and
correspondent markup language (XML DTD).
1
In the next section is presented the case study we carried http://catuaba.icmc.sc.usp.br:8080/grad1o2001-HCI/2
2
http://coweb.icmc.usp.br/coweb/mostra.php?ident=28.10
4

only one page was created. On the other hand, Traffic Aid to structure a document in parts and to identify the parts that
project used a large number of pages and few links. This ob- are different. Such markup languages (also known as vocabu-
servation leads us to reflect about the fact that even using a laries or XML applications) are defined with a Document
pre-defined script to guide the documentation required, the Type Definition (DTD).
freedom of authoring the hypertext elements (such as links and Literature about XML shows how to write a DTD, that is
pages) is evidenced. which syntax aspects are [14] [24] [29], or how to develop a
DTD from scratch, based on general guidelines for the docu-
25 ment analysis and heuristics for the document structure defini-
20 tion [14] [26]. In this context, Maler and Andaloussi [25] pro-
15 pose a document developing cycle, and give special attention
10
to document analysis. However, we cannot notice any support
for the analysis of extensive document sets and a detailed de-
5
scription of tasks to several people involved in this activity.
0
In next subsection, the process performed during our case
PoopNet
RCN OnLine

Tradutor

BusOnline
Prazer Brasil (a
Guia Eletrnico

showMeTheWay
HomeController

Okey
Prometeus
Farmcia Virtual

Achados &

Garom Virtual
I - Fly
Auto-USP
OndeTem.com

Traffic Aid
Intelligent Bus
SecSystems
MAWA

study is described and the markup language defined is pre-


sented in appendix.

TABLE I
DOCUMENTATION SCRIPT FOR THE PRACTICAL INTERFACE PROJECTS FOR THE
HCI COURSE
Undergrad Graduate Graduate
2001 2001 2002
PHASE REQUIRED AS DOCUMENTATION
Groups and Topic - name, date and a brief project description
Number of pages Links per pages Definition - groups name and e-mail
(0)
Fig. 3. Number of pages and links per pages from HCI course projects docu-
Understanding the - updated description of the project (optional)
mentation.
Problem - description of technical or social organization
(1) - users description
Software engineering is the area that consists of a series of - task analysis of the system under development
activities that must be carried through during the software de- - task analysis of existing systems
velopment process and that must be registered [18] [21]. How- - description of the usability criteria considered
ever, questions related to usability are not emphasized; and - references
Project of Alterna- - updated description of the project, discussing appli-
adding an activity among the existing activities is not enough
tive Interfaces cation area, tasks and potential users
to solve this problem. Software engineering for the project of (2) - description of functional and non-functional re-
interactive systems must include techniques that cross all of quirements
the software development [7]. - description of design space of the potential interfaces
Based on the most important activities cited in ACM Cur- of the system
- brief description of design and choice reason for each
ricula for Human-Computer Interaction [1] to the development considered interface
process of interactive systems, a documentation script for in- - at least one scenario from the users point of view
terface projects was established for the HCI course. This script - design evaluation
is presented in Table I. - changes in requirement specification and usability
criteria
Although an initial script for the elaboration of the docu- Prototyping and - updated description of project (optional)
mentation exists, each project encloses a different subject, with Evaluation Plan - general description of the final project design
specific details that demand the specialization and adaptation (3) - description of the prototype, explaining how and
of the documentation to the features of each project. There- why it was created (including visual material)
- prototype scenario
fore, the produced documentation is similar in their general - prototype evaluation (including feedback from poten-
structure, but is very different when analyzed in detail as we tial users)
have noticed by the number of links and pages created. The - for each evaluation, describe the method by reporting
documentation is a rich source for the extraction of a structure the requirements and the usability criteria evaluated by
it.
that configured a class of documentation for human-computer
Evaluation - description of the results from evaluation exercises,
interface projects. The objective is to use markup languages (4) presenting whether the design criteria satisfied or not
based on XML, that is XML DTDs, to structure documents on the prototype
specifications of human-computer interface projects. - description of each exercise and its respective results
- overview evaluation and recommendations
- a review to the evaluation plan
IV. PROCESS TO ABSTRACT THE HCI DOCUMENTATION
STRUCTURE
Extensible Markup Language (XML) [23] is a meta- A. The Process
language that allows the creation of specific markup languages Two computing science graduate students carried through
5

the process. In a first step, they individually abstracted the by the groups of students of the HCI course in the years of
structure of the hyperdocuments and, in a second step, argued 2001 and 2002 available in the Web via CoTeia tool. The
about each element of these structures to get, in a third step, an Identification of candidate elements task consisted of fin ding
intermediate structure that was consensus for both. Then, the and listing all the possible elements that could be used in the
hyperdocuments were re-written following the intermediate structure and, later, in identifying the fundamental elements,
structure. Finally, a new discussion about changes to get the i.e., the elements that were relevant and/or convenient for rep-
final structure could happen. resenting the semantics. These elements were considered can-
The complete process, for n candidate structures, is repre- didates to participate of the final structure. After identifying
sented in Fig. 4. The activity to abstract a candidate structure the candidate elements, the task of Definition of candidate
is graphically represented in Fig. 5 and it is part of the process elements included the definition of which of them would be
to abstract the final structure (Fig. 4). used effectively.

Hyperdocuments Reading of the selected


selection hyperdocuments

Identification of candidate
elements

Structure Structure ... Structure


abstraction 1 abstraction 2 abstraction n
Definition of candidate
elements
botom-up

Heuristic analysis
Consensus
discussion

Evaluation
Intermediate DTD
definition

Definition of candidate
structure i

Hyperdocument Hyperdocument ... Hyperdocument


structuring 1 structuring 2 structuring n
Fig. 5. Activity to abstract a candidate structure.

In the Heuristic analysis, heuristics were applied to su p-


port the definition of a candidate structure. The first time this
top-down

Consensus process was performed, the heuristics had consisted of elemen-


discussion
tary guidelines for the XML application development [14]
[26]. Later, the set of heuristics was enriched with new heuris-
Final DTD tics identified during the consensus discussions. The previous
definition
tasks were repeated if necessary.
The Evaluation task consisted of confronting the stru cture
identified so far with the existing hyperdocuments. If the result
Fig. 4. Process to abstract the hyperdocuments structure.
obtained during the evaluation was not satisfactory, the Rea d-
ing of selected documents, Identification of candidate el e-
During the individual activity to abstract the structure of the ments, Definition of candidate elements and He uristic
hyperdocuments (Fig 5), the activities of Reading of the s e- analysis tasks were repeated; in an opposite way, the stru cture
lected hyperdocuments, Identification of elements, Defin i- was considered a candidate structure (Definition of ca ndidate
tion of candidate elements, Heuristic analysis and Evalu a- structure activity).
tion were performed. The candidate structure results from a At the end of the activities of structure abstraction, two
long and recursive activity with backtracking and switching candidate structures had been obtained. The next activity (Fig.
between reading and evaluation. By observation we have con- 4) was to discuss on each element of these two candidate struc-
cluded that the process is bottom-up. tures to get a consensus about an intermediate structure. The
The Reading of selected documents task consisted of Conse nsus discussion consisted in the comparison of each
reading the hyperdocuments of all interface projects developed element of the two structures defined separately and only after
6

reaching a consensus, the resulting element of this consensus the analysis task, supporting the consensus discussion activity,
was added to the intermediate structure. While consensus dis- in which the candidate structures (in DTD format) are avail-
cussion was being pursued, new heuristics were identified and able. To address the consensus discussion issue, related work
registered in a repository. The set of heuristics make up the has been presented in literature. Kuikka et al. [16] have devel-
base for the heuristic analysis of the candidate elements per- oped a syntax-directed approach to transform documents from
formed during the individual activity to abstract the candidate one structure to another. The aim is to automate a transforma-
structure. tion between two grammars that have common parts, although
In Intermediate DTD definition activity, an intermediate the grammars and names of elements may differ. They propose
structure was defined to underlie the activities of structuring a system that can generate a transformation semi-automatically
the hyperdocuments. The Hyperdocument structuring acti v- if the user defines a matching among the elements containing
ity consisted of re-writing the structure of existing hyperdocu- the text of the document. The system proposes alternative sub-
ments to the intermediate structure. Similar to structure ab- structures for the user and the user selects an appropriate sub-
straction activities, the hyperdocument structuring activities structure. The proposed approach can be useful to support
were individually performed. The new hyperdocuments were consensus discussion comparing candidate structures.
generated as a result of observation of the intermediate struc-
ture and adaptation of existing structure with backtracking and VI. CONCLUSION
switching between observation and structuring. Through ob- In general, the software documentation process produces
servation we have concluded that the process is top-down. an extensive variety of documents, types of documents, for-
Again, the Consensus discussion activity was necessary mats and contents. When the activity of recovering information
to resolve differences between existing structure and interme- from documentation takes place (face to inevitable changes
diate structure. It was performed similarly to prior description. and evolution), developers usually claim about the difficulty of
Finally, in the Final DTD definition activity, the final stru c- searching in those documents, since it demands a lot of time
ture to documentation of HCI projects was obtained. and attention from them. Web technology could aid to address
this problem, but it is necessary that the documents be struc-
V. RELATED WORK tured and, in case of existing documents, literature just offers
Durn et al. [8] present an approach based on XML for the general guidelines for the document analysis and heuristics for
automatic verification of software requirement documents. the document structure definition.
Software requirements are represented in XML and the XSLT In this paper we presented a case study of analyzing and
language is used to verify desired quality properties and to structuring the documentation produced by 20 groups of stu-
compute a few metrics. Their objective is to apply XML based dents who have developed different interactive system projects
technologies, during the software documentation process, to as a task for a course. The documentation of each group was
verify the productivity quality of software documents. Our elaborated following a script, but with freedom to create the
approach is to provide means to make a posterior recovering contents and hypertext elements (such as links and pages). A
of information based on software documents easier, since we great volume and diversity of information was generated mak-
identify the embedded structure and therefore, we emphasize ing it difficult for future developers or students to access these
the semantic role of the information, instead of its format. documents. The extension, complexity and richness of such
Badros [3] and Collard et al. [5] propose to change the un- documentation were enough to allow analysis and extraction of
derlying representation of source code to facilitate the use of a structure (XML DTD) for HCI projects.
more powerful document management methods and tools. The process considers the analysis of extensive collections
They describe an XML application, which is used to add struc- of documents and several people involved in this task. The
tural information to unstructured source code text files. The consensus discussion activity is used to converge candidate
text can then be more easily searched, parsed, and transformed structures into a single structure. Consensus decisions are
with the aid of these tags. taken in account in next heuristic analysis. In related work
Gionis et al. [12] propose a system for inferring a DTD we discussed where automatic tools should be also considered
schema for a database of XML documents. The approach em- to assist ad hoc work and our proposed process.
ploys two steps, generalization and factorization, to derive a We also concluded that a process to abstract such structure
range of general and concise candidate DTDs, and then uses a based on existing documents should be made through an itera-
mechanism for composing near-optimal DTD schema from the tive activity in which concrete task (reading of actual docu-
set of candidate DTDs generated by the earlier steps. It is ments to identify their structure and structuring existing hyper-
worth noting that they work with documents having a pre- documents) and abstract task (identifying and defining of
defined syntax. structure) take place. The activity corresponds to alternate
The case study reported in this paper counts only on docu- between bottom-up and top-down approaches and depends on
ments not having any syntax strictness. For this reason, the the ability of people involved in the process.
process required an effective participation of people involved, Currently, HCI course is given to two classes, one to under-
mainly during the abstraction of candidate structure activity. In graduate students and another to graduate students; the pro-
addition, we observed that a tool would be very useful to help duced documentation will be analyzed later. Since the whole
7

documentation has been structured in a way by which different proposal_interfaces,


changes,
parts could be identified, we intend to explore the structure to justification)>
investigate how efficient applications of recovering informa- <!ELEMENT requirements
(introduction?,
tion based on that structure would be. For that, we count on the requirement+)>
inserted semantics of the defined markup tags. One of such <!ELEMENT requirement
(functional+,
applications consists of carrying out scans over documents to non_functional+) >
extract the best information to combine with the objective of <!ELEMENT proposal_interfaces
(introduction?,
the users (for instance, a software engineer) during the brows- interface+)>
ing of the documents. Consequently, we will investigate how <!ELEMENT interface
to combine the documents with other documents representing (description_design,
explanation_choice,
queries formulated during the browsing. The objective is to ilustration+,
provide mechanisms of browsing the documents closer to the scenario+,
evaluation)>
goals of users, and then to reduce the cognitive overhead re- <!ELEMENT changes
quired during navigation on extensive documentation basis. (requirement_change,
usability_guideline_change)>
<!-- Prototyping and Evaluation Plan -->
APPENDIX <!ELEMENT prototype_phase
(project_description+,
The following DTD was the result of process represented in prototype,
Fig. 4. plan_evaluation)>
<!ELEMENT prototype
(general_description,
<!-- HCI Project --> scenario+,
<!ELEMENT hci_project evaluation)>
(title, phases)> <!ELEMENT plan_evaluation
<!-- Phases --> (evaluation+)>
<!ELEMENT phases <!-- Evaluation -->
(definition_phase, <!ELEMENT evaluation_phase
understanding_phase, (results,
project_phase, exercise+,
prototype_phase, recommendations,
evaluation_phase)> critics,
<!-- Groups and Topic Definition --> appendix?)>
<!ELEMENT definition_phase
(project_name,
logotype, ACKNOWLEDGMENT
group_name,
group_member+, Our thanks to students for allowing us to use data they had
group_email, developed.
project_description)>
<!-- Understanding the Problem -->
<!ELEMENT understanding_phase REFERENCES
(project_description?,
organization_description, [1] ACM SIGCHI: Curricula for Human-Computer Interaction. [Online].
users_description, Available: http://www.acm.org/sigchi/cdg
tasks_analysis, [2] C. R. E. Arruda Jr, M. G. C. Pimentel and C.A. Izeki,, CoTeia: Uma
existing_systems_analysis, Ferramenta de Edio Colaborativa Baseada na Web, in Proc. 8th
usability_guidelines, Brazilian Symposium on Multimedia and Hypermedia Systems,
justification, Fortaleza, 2002.
appendix?)> [3] G. J. Badros, JavaML: A Markup Language for Java Source Code, in
<!ELEMENT tasks_analysis Proc. 9th International World Wide Web Conference, May, Amster-
(introduction,
characteristics_tasks, dam, The Netherlands, 2000.
characteristics_environment, [4] F. A. Blanqui, A Document -Centered Approach for an Open Case
detailed_analysis+)> Environment Framework Connected with the World Wide Web, ACM
<!ELEMENT existing_systems_analysis Software Engineering Notes, vol. 22, n. 2, pp. 58-63, 1997.
(introduction?, [5] M. L. Collard, J. I. Maletic and A. Marcus, Supporting document and
existing_system*)> data views of source code, in Proc. ACM Symposium on Document
<!ELEMENT existing_systems Engineering (DocEng02), November, McLean, USA, 2002, pp 34-41.
(system_description, [6] C. R. Cook and M. Visconti, Documentation is Important, CrossTalk,
advantages?, vol. 7, n. 11, 1994, pp. 26-7, 30.
disadvantages?)>
<!ELEMENT usability_guidelines [7] A. Dix, J. Finlay, G. Abowd and R. Beale, Human-Computer Interac-
(introduction?, tion, Second Edition, Prentice Hall Europe, 1998.
guideline+, [8] A. Durn, A. Ruiz, B. Bernrdez and M. Toro, Verifying Software
analysis)> Requirements with XSLT, ACM Software Engineering Notes, vol. 27,
<!ELEMENT justification n.1, 2002, pp. 39-44.
(bibliography | [9] A. Forward, Software Documentation - Building and Maintaining
reference | Artifacts of Communication, Master Thesis in Computer Science,
justification)*> School of Information Technology and Engineering, University of Ot-
<!-- Project of Alternative Interfaces --> tawa, Ottawa, Canada, 2002.
<!ELEMENT project_phase
[10] A. Forward and T. C. Lethbridge, The Relevance of Software Doc u-
(project_description,
requirements, mentation, Tools and Technologies: A Survey, in Proc. of ACM Sym-
design_space,
8

posium on Document Engineering (DocEng02), November, McLean,


USA, 2002, pp. 26-33.
[11] J. C. French, J. C. Knight and A. L. Powell, Hypertext Structures and Renata Pontin M. Fortes was born in Campinas-
Software Documentation, Technical Report CS -96-04, Department of SP, Brazil, on January 19, 1960. She graduated from
Computer Science, University of Virginia, 1996. the Institute of Physics, University of So Paulo, and
[12] A. Gionis, M. Garofalakis, R. Rastogi, S. Seshadri and K. Shim, studied at Institute of Mathematics Sciences and
XTRACT: a system for extracting document type descriptors from Computing, University of So Paulo.
XML documents, in Proc. of the 2000 ACM SIGMOD international Her employment experience included the
conference on Management of data, May, USA, 2000, pp. 165-176. ALCAN Company, the ELEBRA Company, and
[13] M. Guzdial, Supporting Learners as Users, The Journal of Computer SERPRO. Her special fields of interest include
Documentation, vol. 23, n. 2, 1999, pp. 3-13. Software Engineering and Hypermedia.
[14] E. R. Harold, The XML Bible, Second Edition. New York: Hungry Her current position is as lecturer and researcher
Minds, 2001. at Institute of Mathematics Sciences and Computing, University of So Paulo,
[15] International Organization for Standardization 9000-3. Information in So Carlos-SP.
Technology - Software Life Cycles Process. 1995.
[16] E. Kuikka, P. Leinonen and M. Penttonen, Towards automating of
document structure transformations, in Proc. ACM Symposium on
Document Engineering (DocEng02), November, McLean, USA, 2002,
pp. 103-110.
[17] D. L. Parnas, J. Madey and M. Iglewski, Precise Documentation of
Well-Structured Programs, IEEE Transactions on Software Engineer-
ing, vol. 20, n. 12, 1994, pp. 948-976.
[18] S. L. Pfleeger, Software Engineering: Theory and Practice, Second
Edition, Prentice Hall. 2001.
[19] V. A. Phoha, Standard for Software Documentation, IEEE Computer.
vol. 30, n. 10, 1997.
[20] J. Preece, Human Computer Interaction, Addison Wesley, 1994.
[21] R. S. Pressman, Software Engineering: A Practitioners Approach,
Fifth Edition, McGraw Hill, 2001.
[22] I. Sommerville, Software Engineering. Sixth Edition, Addison-Wesley,
2000.
[23] W3C: World Wide Web Consortium, Extensible Markup Language
(XML) 1.0, Second Edition, W3C Recommendation, October, 2000.
[24] E. R. Harold and W. S. Means, XML in a Nutshell, Second Edition.
OReilly, 2002.
[25] E. Maler and J. Andaloussi, Developing SGML DTDs: From Text to
Model to Markup, Prentice-Hall, 1996.
[26] D. Carlson, Modeling XML Applications with UML: Practical e-
Business Applications, Addison-Wesley, 2001.
[27] R. J. Glushko and T. McGrath, Document Engineering for e -Business,
in Proc. ACM Symposium on Document Engineering (DocEng02),
November, McLean, USA, 2002, pp. 42-48.
[28] P. King, J. Nanard and M. Nanard, Multimedia Document Enginee r-
ing in MCF, in Proc. ACM Symposium on Document Engineering
(DocEng02), November, McLean, USA, 2002, pp. 18-25.
[29] N. Pitts, XML Black Book, Second Edition, Tittel, 2001.

Lisandra Cazassa Fumagalli was born in Ribeiro


Preto-SP, Brazil, on January 27, 1977. She received
her B.Sc. degree in computer science at Institute of
Mathematics Sciences and Computing, University of
So Paulo.
Her special fields of interest include Software
Engineering and Hypermedia. Her current position is
as a M.Sc. student at Institute of Mathematics
Sciences and Computing, University of So Paulo.

Luciano T. E. Pansanato was born in Piraju-SP,


Brazil, on April 28, 1968. He is a doctoral student at
Institute of Mathematics Sciences and Computing,
University of So Paulo, where he received his
M.Sc. degree in computer science in 1999.
He is a professor in Federal Center of
Technological Education of Paran. His research
interests include Web-based Information Systems,
Software Engineering and Hypermedia.

Você também pode gostar