Tuesday, January 28, 2020

Computer Supported Cooperative Work (CSCW)

Computer Supported Cooperative Work (CSCW) Abstract- In the Computer Supported Cooperative Work (CSCW) domain, researchers have always wondered about which principles and models to adopt for the development of collaborative applications capable to really meet the needs of their users. However, these users requirements are unpredictable and depend on several task or environment-related factors. Integrated collaborative environments are rarely open, extensible and reconfigurable enough so as to meet these requirements. This paper presents an environment, called LEICA (Loosely-coupled Environment for Integrating Collaborative Applications), allowing the integration of existing cooperative applications. LEICA adopts a loosely-coupled integration approach which is based on Web services Services technology, an event notification system, and the definition of Collaboration Policies to control the interactions among integrated applications. LEICA allows different functionalities of existing applications to be dynamically combined and controlled, enhancing therefore the flexibility. Through a case study we show how LEICA was successfully used to integrate three collaborative applications: a co-browsing tool, an instant messaging tool and a VoIP conference controller. Index Terms-Collaborative work, integrated collaborative environments, web services. INTRODUCTION Advances in networking and computing technologies, combined with the fact that companies and work teams are becoming geographically distributed, have created increased a need for communication technologies to ease distance collaboration among distributed individuals (virtual work teams). This leads to the appearing of the so-called Integrated Collaboration Environments (ICEs), having as main goal to integrate different collaborative applications together into a single easy-to-use operational environment [1]. Users needs are very frequently unpredictable and depending on several emerging factors, including the size of the workgroup, the collaborative activities to be accomplished, the intensiveness of the required communications, the coordination policy and the communication needs of the workgroup. Therefore, the possibility of dynamically integrating new functionalities to the environment appears as an important characteristic for collaborative applications [3]. Supporting the integration of new collaborative functionalities reflects how flexible the environment is while responding to unpredictable users needs. We can define this characteristic as integration flexibility that denotes the ease with which an ICE can be its functionalities in response to the users needs. Nowadays one of the main problems of ICEs is that their lack of integration flexibility and as consequence various users decide to set-up their own environments composing different collaborative applications executed independently. In this case, each application is completely isolated from others, without any possibility of coordination among them. This lack of integration can lead to a loss of control from the part of the user, since the operation environment is particularly artificial. Promoting the integration flexibility of ICEs could bring significant benefits to users, allowing different functionalities of existing applications to be dynamically combined and controlled (enhancing therefore the flexibility itself). For instance, a whiteboard application can be integrated with an instant messaging application in such a way that whenever a user joins an instant messaging room, he is automatically logged into the same whiteboard session, instead of been forced to manually login into a session of each one of these collaborative tools. Another case could be the integration of a distributed game and an audio conference application. Whenever a user avatar enters a level/place into the game, his is logged into the audio conference session associated to that level/place, so that the users can online discuss with each other. In order to achieve the integration of existing collaborative applications without having to deal with their low-level features, this work presents LEICA, a Loosely-coupled Environment for Integrating Collaborative Applications. Relying on Web services Services (WS) technologies and an event notification system, different collaborative applications can interoperate by exchanging information within the context of a global collaborative session. The loosely-coupled approach proposed by LEICA overcomes a key problem usually related to integration environments it does not require a true semantic integration of applications. Accordingly, it supports further integration possibilities, such as the integration of third party applications, enhancing, thus, flexibility. LEICA also offers flexibility in the level of the integration semantics. Based on Collaboration Policies to control the interactions between integrated applications, LEICA provides means to define how the collaboration activity supported by one collaborative application will be affected by information received from other collaborative applications. In practice, these collaborative applications interact through the notification of events which may lead to performing specific action(s) in some of these applications themselves. As we will explain later in detail, we think that once a collaborative session has been configured, the use of LEICA can improve users productivity by reducing the application-related administrative tasks, focusing precisely on the collaboration activity itself, and all that by just by interpreting the rules stated for a particular session, all this in function of some pre-established policy rules (also to be explained in detail later). In this way users will find a more natural collaboration environment from the users point of view. In order to illustrate the usability of LEICA in real-world conditions, this paper presents a case study that demonstrates the capability of LEICA to integrate collaborative applications. In this case study, LEICA was successfully used to integrate three collaborative applications: a co-browsing tool, instant messaging tool and a VoIP conference controller. The paper is structured as follows. Section II presents related work regarding the integration of CSCW systems. Section III overviews the general integration approach proposed by LEICA. Section IV explains how to specify Collaboration Policies. Section V presents the LEICAs architecture, detailing how to integrate applications in practice. Some implementation issues are considered in section VI. Section VII describes a case study illustrating the use of LEICA. Finally, in section VIII we draw some conclusions and presents directions of future work. RELATED WORK There are several works oriented to improving integration flexibility of collaborative environments. In this context, four main approaches can be identified: user-tailorable solutions; CSCW toolkits; middleware based solutions; and platforms for integration of heterogeneous collaborative systems. User-Tailorable Solutions As stated in [2], different definitions of tailorability can be found in the literature. Most of them focus on user tailorability ([3], [4], [5] [6]) defining that a tailorable application can be adapted and modified by its own users in order to meet their different requirements. In CSCW, tailorability must focus on the requirements of the group task and of the organization, in which the CSCW system is used [5]. Actually, tailorability is one of the main concerns of groupware development methods. For example, application of participatory design methods ([7] [8]) has been proposed in order to approach the user involvement during groupware development, augmenting thus the opportunities for tailoring. According to [6], tailoring can be supported in three different levels: customization, selecting among a set of predefined configuration options; integration, linking together predefined components within or between applications; extension, improving the implementation by adding new program code. Most of user-tailorable groupware tools support only the customization or integration level (e.g. [2] [9]). Note that the integration level supposes that the functionality to be integrated has been pre-developed and is available somewhere [6]. Only at the extension level users would be able to integrate new functionalities, even if they have not been anticipated by developers at design time. A method frequently used for supporting tailoring at the extension level is the component-based tailoring. For example, in [10], components are implemented using Flexibeans (an extension of the Java Beans model) and end-users tailor the system using a composition language. In [11], end-users may assemble components into larger composite components using the visual representation rather than writing lines of code. However, even at the extension level the integration flexibility is partial as the integration of existing collaborative systems or groupware would require them to be redesigned according to the system architecture. CSCW Toolkits CSCW toolkits ease the implementation of CSCW systems by providing reusable components and behaviors designed to be applicable in a range of circumstances [12]. The need for flexibility and tailorability in CSCW toolkits is well acknowledged. The Neem Platform [13] offers a generic (application-neutral) evolvable framework upon which socially and culturally aware applications are developed. Flexibility and extensibility in Neem result from its foundation on a core architectural coordination model [13]: decoupled components interact indirectly through message exchanges. Intermezzo [14] is a collaboration support environment supporting the coordination information sharing, offering fluid interactions, user awareness, session management and policy control. It addresses dynamic flexibility [12] by allowing applications to adapt not just their own behavior, but also the behavior of the toolkit in reacting to the changing dynamics of the world they run into. The Groupware Toolkit/Shared Dictionary (or GT/SD) toolkit [15][16] has been developed to support rapid development of groupware, focusing mainly on networking and data sharing aspects. GT/SDs extensibility is based on its modular design, which allows adding or modifying behavior by replacing or wrapping different components. Toolkits may represent an interesting solution for helping the development of CSCW systems, as they promote the reuse of components. But in general, CSCW toolkits offer a limited set of functionalities or they are target for some specific kind of domain. Besides, to reuse components of the toolkit, developers often need to implement very specific details of the toolkit in order to adapt it to the application needs [16][17]. Middleware based solutions The integration of heterogeneous applications has been a widely investigated subject, mainly in distributed systems area. General integration solutions based on middleware, like CCM (CORBA Component Model), .NET and Enterprise JavaBeans have been developed. Moreover, integration solutions associated with specific domains have also been proposed, such as Enterprise Application Integration systems [17][18]. The emergence of Web services WS has also led to the development of general solutions for integration of distributed applications, due mainly to the use of open standards. In the CSCW domain, some middleware-based solutions have been proposed. Dustdar et al. [18][19] discuss the importance of using Web services WS in order to provide collaborative application interoperability. But in order to be integrated, collaborative applications must originally support Web servicesWS. Even if Web servicesWS represent an emerging software trend, only a limited set of collaborative applications are currently supporting these technologies. As an enhancement to traditional middleware, some SOA (Service Oriented Architecture) solutions have also been proposed. For example, WGWSOA [19][20] uses Web ServicesWS as an access interface in order to support the reuse and the interoperability of different collaborative services. But an important drawback of WGWSOA is that collaborative services must be developed following the respective middleware architecture. It is also important to note that like WGWSOA, most middleware based solutions present technical responses to the so called syntactic interoperability [20][21]. They provide mechanisms allowing applications to communicate and interact through information exchange. But according to [21][22], the integration concept goes beyond the possibility of sharing and exchanging specific information. Applications must agree upon the meaning (or the semantics) of these exchanges. In other words, integration solutions should provide means for defining integration semantics. Thus, interoperability can be seen as a requirement for integration. The EcoSpace Project [22][23] proposes an environment that, besides being based on SOA and Web servicesWS, relies on Semantic Web technologies (WSDL-S with services ontologies) to support semantic description of collaborative services. Besides a semantic description of each service, it would be necessary a semantic description of the composition of services so as to coordinate their orchestration. However, this part of the project remains as design aspect. Moreover, using Web serviceWSs as integration technology may imply some performance loss, particularly associated to the use of SOAP (Simple Object Access Protocol) [23][24]. Luo et al. [24][25] claim that Web ServicesWS should be only used in situations which are really heterogeneous. They propose a service-oriented solution for the integration of collaborative applications that, instead of using SOAP, adopts a unified service bus (implemented through an open source Enterprise Service Bus). Platforms for integrating heterogeneous collaborative systems The latter latest approach to improve the integration flexibility of collaborative environments is to create platforms aiming specifically at the integration of collaborative applications. They focus on the integration of collaborative functionalities provided by these applications while trying to define any semantics behind integration. Iqbal et al. [25][26] propose an integrative framework based on the three-level model presented by [26][27]: the Ontological Model specifies shared objects, their relations and taxonomies; the Coordination Model specifies how interactions take place during system execution; and the User Interface Model specifies how the system is presented to the final user. Integration process consists firstly in identifying, for each collaborative application, the elements associated with these three models. Then, on each level the elements from different applications are grouped and merged when equivalent. As a result, common ontological, coordination and user interface models are generated. In spite of enabling a multi-level integration, this approach requires an internal knowledge of the collaborative applications so that their functionalities can be mapped into the three-level model. Accordingly, the integration of third party applications becomes a complex task. In order to avoid considering application internals during the integration process (facilitating the integration of existing applications), some integration solutions propose the so called loosely-coupled approach. This approach presents two main features: (i) once integrated to the environment, collaborative applications preserve their autonomy, i.e., they can still be used as standalone application; (ii) the integration environment remains independent of integrated applications, and accordingly, applications can be integrated and detached from the environment without compromising its behavior. This last feature is particularly important considering the integration flexibility aspect. In fact, in a loosely-coupled environment, the set of integrated applications must be easily modified according to users needs. Systems like AREA [27][28] and NESSIE [28][29] have proposed a loosely-coupled integration for supporting cross-application awareness. Both systems represent a collaborative environment where independent applications can share a common information space, implemented through an event notification system. Users can receive notifications of activity relevant events from different applications (executed by other users). An important aspect of these systems is the use of open Internet technologies (such as HTTP and CGI) to enable the integration of third party collaborative applications. However, the main drawback of both systems is that the integration semantics is statically defined collaborative applications are integrated so as to offer a common awareness of the whole collaboration activity. Another proposal also based on a loosely-coupled approach is the framework XGSP [29][30]. XGSP proposes the integration of audio and videoconferencing tools based on SIP and H.323 standards, as well as the integration of Access Grid applications [30][31]. In this framework, XGSP manager servers are in charge of controlling collaborative sessions. A different gateway is defined for each application type (i.e. SIP, H.323 and Access Grid applications). Using a signaling protocol based on Web servicesWS, these gateways are employed to mediate the communication between applications and XGSP servers. An important disadvantage of XGSP is the fact that, originally, it only allows the integration of application based on SIP, H.323 and Access Grid. Loosely-coupling is also inherent to the Web servicesWS based solutions presented in the previous section. Similarly to those solutions, LEICA represents an integration environment that proposes a loosely-coupled approach based on Web servicesWS technologies. Regarding the performance implications of SOAP, Alonso et al. [31][32] suggest that Web ServicesWS technologies should be used only to implement coarse-gained interactions, where the impact of the overhead associated to SOAP would be less important. Following the recommendations of [31][32], Web servicesWS are employed by LEICA for coarse-grained operations only. As it will be detailed in the following sections, LEICA defines a hybrid architecture where Web ServicesWS are applied as an initial mechanism for registering newly integrated applications, as well as for setting and starting up collaborative sessions. Then, during the execution of integrated collaborative sessions a different infrastructure is used to interconnect collaborative applications. Another important aspect concerns integration semantics. Unlike the previous solutions, LEICA provides users with the possibility to define the desired integration semantics for each collaborative session. The Integration Environment: LEICA LEICA aims at the integration of different collaborative applications, where integration semantics is to be defined according to user requirements. Before explaining the general integration approach and the behavior of LEICA, a possible scenario is presented to better illustrate the advantages of such integration. Integration Scenario An important domain where collaborative environments have been largely used is e-Learning. In particular, a CVE (Collaborative Virtual Environment) can be used to implement a 3D shared world representing a school building divided into: one entrance hall, classrooms, and teachers rooms. Different collaborative applications could be associated to each room: (i) a chat room associated to the entrance hall; (ii) a collaborative web browsing (it would enable teachers to guide students through lecture notes) and an audio conference tool associated to the classrooms; and (iii) a shared whiteboard associated to each of the teachers room. Un paragraphe pour montrer la situation: Utilisation des outils non integrà ©es, et lintà ©gration avec LEICA. With this integration semantics, whenever an avatar enters into a room, the respective user is automatically connected to the associated collaborative application(s). Besides, only authorized users should enter into private rooms (e.g. the teachers rooms with its whiteboard could be restricted to teachers). Another possible behavior specified by this integration semantics is some kind of floor coupling between the two applications used as a support for virtual class sessions. This way, it would be possible to assure that the user holding the Web browsing floor (i.e. the one guiding the lecture notes browsing) is the only one to have the right to speak to the class attendees. General Integration Approach As previously mentioned, and illustrated in Fig. 1, LEICA follows a hybrid architecture where Web ServicesWS are applied at the collaborative sessions start up, and an event notification system allows collaborative applications to interact through the exchange of event notifications. Two other basic components of LEICA are the Wrappers and the Session Configuration Service (SCS). The integration of a collaborative application to LEICA is achieved by attaching a Wrapper to it. Three main cases may be considered: a) open source applications, b) API-based applications, and c) applications without any available API. Integration of open source applications can achieve the tightest interaction degree, since any internal event/action can be exported/performed; it might however imply great development efforts. API-based integration is straightforward, and interaction is limited to the provided API. Applications without API are the most limitating ones, constraining to interact only through application start and stop actions. LEICAs integration approach is mainly driven by case (b), believing that developers are certainly interested in creating specific and performable collaboration tools that can be used either stand-alone or integrated with other applications (through a flexible API, being able to get a great share of the market). This is for instance the case of Skypeâ„ ¢, a successful example of communication tool that has released its API since some time ago. Fig. 2 summarizes LEICAs general integration framework. The first step of the LEICAs integration framework is the Collaborative Application Integration. For instance, in the illustrative scenario presented in III.A, the first step to integrate the CVE with the instant messenger (supporting the chat room associated to the entrance hall), the collaborative Web browser and the audio conference applications, it is necessary to create a Wrapper for each one of these applications. As detailed in Section V, these wrappers can be automatically generated by LEICAs API Factory, based on the API description of each collaborative application. The Wrappers comprise a Web services Services WS interface allowing the collaborative application to register itself with LEICA. As illustrated by Fig. 1, through the Wrappers Web servicesWS ports, the integrated application can interact with the Session Configuration Service (SCS). The SCS is a Web service Service WS used for (i) configuring new global SuperSessions and (ii) starting up SuperSessions. A SuperSession is an integrated collaborative session holding the whole collaboration activity. Within the context of a global SuperSession, different specificSessions can exist. A specificSession is a conventional collaborative session defined within the context of a collaborative application (e.g. a videoconference session, a whiteboard session, etc.). The SCS dynamically contacts each integrated application, during the SuperSession configuration process, in order to request: (i) which specific data is required to create specificSessions for this respective application (e.g. a videoconference tool could require an IP multicast address); and (ii) which kind of events it can notify, and action requests it can handle. The interaction degree among the integrated applications depends essentially on the nature of the events they are able to exchange, and actions they are able to perform. In order to create a SuperSession, a user must define its integration semantics. It is accomplished by configuring the Collaboration Policy. A Collaboration Policy is a set of rules under a condition/action model. These rules define how collaborative applications must react when receiving information (events) notified by other integrated applications. In other words, the specification of Collaboration Policies allows defining specific integration semantics (i.e. how to coordinate integrated applications) to each SuperSession, according to the different users requirements. Once a SuperSessions has been created (and its associated configuration file is generated), it can finally be started up. The SCS firstly contacts each integrated collaborative application requesting them to create the specificSessions defined in the SuperSession. Then, during the execution of collaborative sessions the integrated application can interact through the exchange of event using the Event Notification System. According to predefined Collaboration Policies, these notifications may lead specific actions to be performed. Wrappers are in charge of managing the SuperSessions Collaboration Policy. When the Wrapper of a collaborative application receives event notifications, it verifies if the notified events enable any policy rule concerning this collaborative application. If so, the Wrapper sends action requests to the respective application. Note that LEICA is not intended to support low-level physical events (e.g. mouse click/scrolling) or high frequency synchronization events (e.g. current position of moving objects). It aims at supporting activity relevant events that carry some semantics. SuperSession Concept As previously mentioned, LEICA controls the whole collaboration activity within the context of a global SuperSession. A SuperSession model has been defined in order to precisely identify and describe its components. Based on this model, LEICA maintains concise and coherent SuperSession state information. Furthermore, a well-defined taxonomy of the components and their attributes are also implied from the model. General models for describing collaborative applications have already been proposed in the literature. Some of them [26][27] [32][33] represent a conceptual or ontological model describing the entities and relationships of individual CSCW systems. Few models aim at describing integrated CSCW systems, like OOActSM [33][34] and the conceptual model presented in [34][35]. However, these models are based on the notion of a general activity as the central abstraction, which was considered rather abstract for a detailed specification of the SuperSession. Nevertheless, these models have inspired several concepts adopted in the defined SuperSession model. The SuperSession represents a collaboration activity involving different integrated applications, a group of users and general roles associated to these users. Formally, a CIE Session CS is a tuple: SS = (SSid, CA , NA , Rl , U , SSat) where: SSid is a unique identifier; CA = {CAi } | i ÃŽ [1,I]} is a finite set of collaborative applications where CAi = (CAidi, spSi, CAati) a specific collaborative application running a set of specificSessions (sSi). CAati is a list of attributes characterizing the collaborative application. These attributes provide information about the application description, including name, type, whether it is a role-based application, its distribution architecture (client/server, multi-servers, peer-to-peer) and the type of user applications (stand-alone or webWeb-based).); NA is a finite set of non-collaborative applications (data converters, databases, web applications, etc.); Rl = {Rlk } | k ÃŽ [1,K]} is a finite set of general roles. The concept of general role refers to a group of users owning the same set of responsibilities and privileges inside LEICA; Rlk = (Rlidk , Rlatk). Rlidk is a unique role identifier; and Rlatk is a list of attributes characterizing this general role. This list provides details like roles description, membership and administration rights. Regarding the membership, it defines how the role is associated with users: it may be either (i) a static association (there is a membership list), (ii) an automatic association (there is a predicate function based on users parameters and SuperSession state) or (iii) a users choice (password protected or not).); U = {Ul } | l ÃŽ [1,L]} is a finite set of connected users; Ul = (Uidl, URlidl, Mbl, Uatl) represent a user, where Uidl is a unique identifier; URlidl is one general role associated with the user; Mbl is a finite set of membership relations; Uatl is a list of attributes (name, email, IP address, network connection, device type, etc.); Mbl.n = (mCAidl.n , mSidl.n , msRlidl.n) is a membership relation, where mCAidl.n is an application identifier; mSidl.n is a specificSession identifier; msRlidl.n is a finite set of specific roles identifiers. Thus, each membership relation indicates the participation of a connected user to a specificSession of a collaborative application (once connected to the SuperSession, a user can concurrently take part in none, one or more specificSessions of different collaborative applications); SSat is a list of attributes characterizing the SuperSession. These attributes describe information like session context (name, purpose, etc.), scheduling (if scheduled or not, duration, etc.), accessibility type (open or closed), role association type (how users are associated to a general role) and maximum number of connected users. A specificSession regards a conventional collaborative session of a collaborative application. The role of the specificSession entity (spSi.m), wich is formally represented by the tuple: spSi.m = (Sidi.m, sRli.m, pUidi.m, Rsi.m, spSati.m) is not to precisely describe each aspect of a collaborative task. Instead, it captures relevant elements like the specific roles defined for this session (sRli.m), the users participating to this session (pUidi.m.) and the shared resources accessed by these users (Rsi.m). A specific role is a tuple, sRli.m.o = (sRlidi.m.o, sRlati.m.o), where sRlidi.m.o is a specific role identifier and sRlati.m.o is a list of attributes characterizing the specific role (description and maximum number of simultaneous users). A resource is also a tuple Rsi.m.p= (urli.m.p, Rsati.m.p ), where urli.m.p is a resource locator and Rsati.m.p is a list of attributes characterizing the resource. The purpose of the resource element is simply to allow the implementation of an inter-application access control mechanism. LEICA will not need to keep the state of each resource. Thus, resources attributes just describe its type (file, device, virtual object, interface widget, etc.) and the read/write access type (exclusive or concurrent). SuperSession Configuration In order to create a SuperSession, a two step configuration process is carried out: (i) Session Management configuration and (ii) Collaboration Policy configuration. In the first configuration step, two groups of information should be specified: General Session Management information (GSMinfo): It carries management information such as scheduling, membership and general user roles.; Integrated Applications information (IAinfo): It defines the list of integrated applications to be used during this SuperSession; for each collaborative application, a list of specificSessions is defined, where specific data required by this application for creating sessions is provided (e.g. a videoconference application will be provided with an IP multicast address). Once Session Management configuration is completed, the Collaboration Polic Computer Supported Cooperative Work (CSCW) Computer Supported Cooperative Work (CSCW) Abstract- In the Computer Supported Cooperative Work (CSCW) domain, researchers have always wondered about which principles and models to adopt for the development of collaborative applications capable to really meet the needs of their users. However, these users requirements are unpredictable and depend on several task or environment-related factors. Integrated collaborative environments are rarely open, extensible and reconfigurable enough so as to meet these requirements. This paper presents an environment, called LEICA (Loosely-coupled Environment for Integrating Collaborative Applications), allowing the integration of existing cooperative applications. LEICA adopts a loosely-coupled integration approach which is based on Web services Services technology, an event notification system, and the definition of Collaboration Policies to control the interactions among integrated applications. LEICA allows different functionalities of existing applications to be dynamically combined and controlled, enhancing therefore the flexibility. Through a case study we show how LEICA was successfully used to integrate three collaborative applications: a co-browsing tool, an instant messaging tool and a VoIP conference controller. Index Terms-Collaborative work, integrated collaborative environments, web services. INTRODUCTION Advances in networking and computing technologies, combined with the fact that companies and work teams are becoming geographically distributed, have created increased a need for communication technologies to ease distance collaboration among distributed individuals (virtual work teams). This leads to the appearing of the so-called Integrated Collaboration Environments (ICEs), having as main goal to integrate different collaborative applications together into a single easy-to-use operational environment [1]. Users needs are very frequently unpredictable and depending on several emerging factors, including the size of the workgroup, the collaborative activities to be accomplished, the intensiveness of the required communications, the coordination policy and the communication needs of the workgroup. Therefore, the possibility of dynamically integrating new functionalities to the environment appears as an important characteristic for collaborative applications [3]. Supporting the integration of new collaborative functionalities reflects how flexible the environment is while responding to unpredictable users needs. We can define this characteristic as integration flexibility that denotes the ease with which an ICE can be its functionalities in response to the users needs. Nowadays one of the main problems of ICEs is that their lack of integration flexibility and as consequence various users decide to set-up their own environments composing different collaborative applications executed independently. In this case, each application is completely isolated from others, without any possibility of coordination among them. This lack of integration can lead to a loss of control from the part of the user, since the operation environment is particularly artificial. Promoting the integration flexibility of ICEs could bring significant benefits to users, allowing different functionalities of existing applications to be dynamically combined and controlled (enhancing therefore the flexibility itself). For instance, a whiteboard application can be integrated with an instant messaging application in such a way that whenever a user joins an instant messaging room, he is automatically logged into the same whiteboard session, instead of been forced to manually login into a session of each one of these collaborative tools. Another case could be the integration of a distributed game and an audio conference application. Whenever a user avatar enters a level/place into the game, his is logged into the audio conference session associated to that level/place, so that the users can online discuss with each other. In order to achieve the integration of existing collaborative applications without having to deal with their low-level features, this work presents LEICA, a Loosely-coupled Environment for Integrating Collaborative Applications. Relying on Web services Services (WS) technologies and an event notification system, different collaborative applications can interoperate by exchanging information within the context of a global collaborative session. The loosely-coupled approach proposed by LEICA overcomes a key problem usually related to integration environments it does not require a true semantic integration of applications. Accordingly, it supports further integration possibilities, such as the integration of third party applications, enhancing, thus, flexibility. LEICA also offers flexibility in the level of the integration semantics. Based on Collaboration Policies to control the interactions between integrated applications, LEICA provides means to define how the collaboration activity supported by one collaborative application will be affected by information received from other collaborative applications. In practice, these collaborative applications interact through the notification of events which may lead to performing specific action(s) in some of these applications themselves. As we will explain later in detail, we think that once a collaborative session has been configured, the use of LEICA can improve users productivity by reducing the application-related administrative tasks, focusing precisely on the collaboration activity itself, and all that by just by interpreting the rules stated for a particular session, all this in function of some pre-established policy rules (also to be explained in detail later). In this way users will find a more natural collaboration environment from the users point of view. In order to illustrate the usability of LEICA in real-world conditions, this paper presents a case study that demonstrates the capability of LEICA to integrate collaborative applications. In this case study, LEICA was successfully used to integrate three collaborative applications: a co-browsing tool, instant messaging tool and a VoIP conference controller. The paper is structured as follows. Section II presents related work regarding the integration of CSCW systems. Section III overviews the general integration approach proposed by LEICA. Section IV explains how to specify Collaboration Policies. Section V presents the LEICAs architecture, detailing how to integrate applications in practice. Some implementation issues are considered in section VI. Section VII describes a case study illustrating the use of LEICA. Finally, in section VIII we draw some conclusions and presents directions of future work. RELATED WORK There are several works oriented to improving integration flexibility of collaborative environments. In this context, four main approaches can be identified: user-tailorable solutions; CSCW toolkits; middleware based solutions; and platforms for integration of heterogeneous collaborative systems. User-Tailorable Solutions As stated in [2], different definitions of tailorability can be found in the literature. Most of them focus on user tailorability ([3], [4], [5] [6]) defining that a tailorable application can be adapted and modified by its own users in order to meet their different requirements. In CSCW, tailorability must focus on the requirements of the group task and of the organization, in which the CSCW system is used [5]. Actually, tailorability is one of the main concerns of groupware development methods. For example, application of participatory design methods ([7] [8]) has been proposed in order to approach the user involvement during groupware development, augmenting thus the opportunities for tailoring. According to [6], tailoring can be supported in three different levels: customization, selecting among a set of predefined configuration options; integration, linking together predefined components within or between applications; extension, improving the implementation by adding new program code. Most of user-tailorable groupware tools support only the customization or integration level (e.g. [2] [9]). Note that the integration level supposes that the functionality to be integrated has been pre-developed and is available somewhere [6]. Only at the extension level users would be able to integrate new functionalities, even if they have not been anticipated by developers at design time. A method frequently used for supporting tailoring at the extension level is the component-based tailoring. For example, in [10], components are implemented using Flexibeans (an extension of the Java Beans model) and end-users tailor the system using a composition language. In [11], end-users may assemble components into larger composite components using the visual representation rather than writing lines of code. However, even at the extension level the integration flexibility is partial as the integration of existing collaborative systems or groupware would require them to be redesigned according to the system architecture. CSCW Toolkits CSCW toolkits ease the implementation of CSCW systems by providing reusable components and behaviors designed to be applicable in a range of circumstances [12]. The need for flexibility and tailorability in CSCW toolkits is well acknowledged. The Neem Platform [13] offers a generic (application-neutral) evolvable framework upon which socially and culturally aware applications are developed. Flexibility and extensibility in Neem result from its foundation on a core architectural coordination model [13]: decoupled components interact indirectly through message exchanges. Intermezzo [14] is a collaboration support environment supporting the coordination information sharing, offering fluid interactions, user awareness, session management and policy control. It addresses dynamic flexibility [12] by allowing applications to adapt not just their own behavior, but also the behavior of the toolkit in reacting to the changing dynamics of the world they run into. The Groupware Toolkit/Shared Dictionary (or GT/SD) toolkit [15][16] has been developed to support rapid development of groupware, focusing mainly on networking and data sharing aspects. GT/SDs extensibility is based on its modular design, which allows adding or modifying behavior by replacing or wrapping different components. Toolkits may represent an interesting solution for helping the development of CSCW systems, as they promote the reuse of components. But in general, CSCW toolkits offer a limited set of functionalities or they are target for some specific kind of domain. Besides, to reuse components of the toolkit, developers often need to implement very specific details of the toolkit in order to adapt it to the application needs [16][17]. Middleware based solutions The integration of heterogeneous applications has been a widely investigated subject, mainly in distributed systems area. General integration solutions based on middleware, like CCM (CORBA Component Model), .NET and Enterprise JavaBeans have been developed. Moreover, integration solutions associated with specific domains have also been proposed, such as Enterprise Application Integration systems [17][18]. The emergence of Web services WS has also led to the development of general solutions for integration of distributed applications, due mainly to the use of open standards. In the CSCW domain, some middleware-based solutions have been proposed. Dustdar et al. [18][19] discuss the importance of using Web services WS in order to provide collaborative application interoperability. But in order to be integrated, collaborative applications must originally support Web servicesWS. Even if Web servicesWS represent an emerging software trend, only a limited set of collaborative applications are currently supporting these technologies. As an enhancement to traditional middleware, some SOA (Service Oriented Architecture) solutions have also been proposed. For example, WGWSOA [19][20] uses Web ServicesWS as an access interface in order to support the reuse and the interoperability of different collaborative services. But an important drawback of WGWSOA is that collaborative services must be developed following the respective middleware architecture. It is also important to note that like WGWSOA, most middleware based solutions present technical responses to the so called syntactic interoperability [20][21]. They provide mechanisms allowing applications to communicate and interact through information exchange. But according to [21][22], the integration concept goes beyond the possibility of sharing and exchanging specific information. Applications must agree upon the meaning (or the semantics) of these exchanges. In other words, integration solutions should provide means for defining integration semantics. Thus, interoperability can be seen as a requirement for integration. The EcoSpace Project [22][23] proposes an environment that, besides being based on SOA and Web servicesWS, relies on Semantic Web technologies (WSDL-S with services ontologies) to support semantic description of collaborative services. Besides a semantic description of each service, it would be necessary a semantic description of the composition of services so as to coordinate their orchestration. However, this part of the project remains as design aspect. Moreover, using Web serviceWSs as integration technology may imply some performance loss, particularly associated to the use of SOAP (Simple Object Access Protocol) [23][24]. Luo et al. [24][25] claim that Web ServicesWS should be only used in situations which are really heterogeneous. They propose a service-oriented solution for the integration of collaborative applications that, instead of using SOAP, adopts a unified service bus (implemented through an open source Enterprise Service Bus). Platforms for integrating heterogeneous collaborative systems The latter latest approach to improve the integration flexibility of collaborative environments is to create platforms aiming specifically at the integration of collaborative applications. They focus on the integration of collaborative functionalities provided by these applications while trying to define any semantics behind integration. Iqbal et al. [25][26] propose an integrative framework based on the three-level model presented by [26][27]: the Ontological Model specifies shared objects, their relations and taxonomies; the Coordination Model specifies how interactions take place during system execution; and the User Interface Model specifies how the system is presented to the final user. Integration process consists firstly in identifying, for each collaborative application, the elements associated with these three models. Then, on each level the elements from different applications are grouped and merged when equivalent. As a result, common ontological, coordination and user interface models are generated. In spite of enabling a multi-level integration, this approach requires an internal knowledge of the collaborative applications so that their functionalities can be mapped into the three-level model. Accordingly, the integration of third party applications becomes a complex task. In order to avoid considering application internals during the integration process (facilitating the integration of existing applications), some integration solutions propose the so called loosely-coupled approach. This approach presents two main features: (i) once integrated to the environment, collaborative applications preserve their autonomy, i.e., they can still be used as standalone application; (ii) the integration environment remains independent of integrated applications, and accordingly, applications can be integrated and detached from the environment without compromising its behavior. This last feature is particularly important considering the integration flexibility aspect. In fact, in a loosely-coupled environment, the set of integrated applications must be easily modified according to users needs. Systems like AREA [27][28] and NESSIE [28][29] have proposed a loosely-coupled integration for supporting cross-application awareness. Both systems represent a collaborative environment where independent applications can share a common information space, implemented through an event notification system. Users can receive notifications of activity relevant events from different applications (executed by other users). An important aspect of these systems is the use of open Internet technologies (such as HTTP and CGI) to enable the integration of third party collaborative applications. However, the main drawback of both systems is that the integration semantics is statically defined collaborative applications are integrated so as to offer a common awareness of the whole collaboration activity. Another proposal also based on a loosely-coupled approach is the framework XGSP [29][30]. XGSP proposes the integration of audio and videoconferencing tools based on SIP and H.323 standards, as well as the integration of Access Grid applications [30][31]. In this framework, XGSP manager servers are in charge of controlling collaborative sessions. A different gateway is defined for each application type (i.e. SIP, H.323 and Access Grid applications). Using a signaling protocol based on Web servicesWS, these gateways are employed to mediate the communication between applications and XGSP servers. An important disadvantage of XGSP is the fact that, originally, it only allows the integration of application based on SIP, H.323 and Access Grid. Loosely-coupling is also inherent to the Web servicesWS based solutions presented in the previous section. Similarly to those solutions, LEICA represents an integration environment that proposes a loosely-coupled approach based on Web servicesWS technologies. Regarding the performance implications of SOAP, Alonso et al. [31][32] suggest that Web ServicesWS technologies should be used only to implement coarse-gained interactions, where the impact of the overhead associated to SOAP would be less important. Following the recommendations of [31][32], Web servicesWS are employed by LEICA for coarse-grained operations only. As it will be detailed in the following sections, LEICA defines a hybrid architecture where Web ServicesWS are applied as an initial mechanism for registering newly integrated applications, as well as for setting and starting up collaborative sessions. Then, during the execution of integrated collaborative sessions a different infrastructure is used to interconnect collaborative applications. Another important aspect concerns integration semantics. Unlike the previous solutions, LEICA provides users with the possibility to define the desired integration semantics for each collaborative session. The Integration Environment: LEICA LEICA aims at the integration of different collaborative applications, where integration semantics is to be defined according to user requirements. Before explaining the general integration approach and the behavior of LEICA, a possible scenario is presented to better illustrate the advantages of such integration. Integration Scenario An important domain where collaborative environments have been largely used is e-Learning. In particular, a CVE (Collaborative Virtual Environment) can be used to implement a 3D shared world representing a school building divided into: one entrance hall, classrooms, and teachers rooms. Different collaborative applications could be associated to each room: (i) a chat room associated to the entrance hall; (ii) a collaborative web browsing (it would enable teachers to guide students through lecture notes) and an audio conference tool associated to the classrooms; and (iii) a shared whiteboard associated to each of the teachers room. Un paragraphe pour montrer la situation: Utilisation des outils non integrà ©es, et lintà ©gration avec LEICA. With this integration semantics, whenever an avatar enters into a room, the respective user is automatically connected to the associated collaborative application(s). Besides, only authorized users should enter into private rooms (e.g. the teachers rooms with its whiteboard could be restricted to teachers). Another possible behavior specified by this integration semantics is some kind of floor coupling between the two applications used as a support for virtual class sessions. This way, it would be possible to assure that the user holding the Web browsing floor (i.e. the one guiding the lecture notes browsing) is the only one to have the right to speak to the class attendees. General Integration Approach As previously mentioned, and illustrated in Fig. 1, LEICA follows a hybrid architecture where Web ServicesWS are applied at the collaborative sessions start up, and an event notification system allows collaborative applications to interact through the exchange of event notifications. Two other basic components of LEICA are the Wrappers and the Session Configuration Service (SCS). The integration of a collaborative application to LEICA is achieved by attaching a Wrapper to it. Three main cases may be considered: a) open source applications, b) API-based applications, and c) applications without any available API. Integration of open source applications can achieve the tightest interaction degree, since any internal event/action can be exported/performed; it might however imply great development efforts. API-based integration is straightforward, and interaction is limited to the provided API. Applications without API are the most limitating ones, constraining to interact only through application start and stop actions. LEICAs integration approach is mainly driven by case (b), believing that developers are certainly interested in creating specific and performable collaboration tools that can be used either stand-alone or integrated with other applications (through a flexible API, being able to get a great share of the market). This is for instance the case of Skypeâ„ ¢, a successful example of communication tool that has released its API since some time ago. Fig. 2 summarizes LEICAs general integration framework. The first step of the LEICAs integration framework is the Collaborative Application Integration. For instance, in the illustrative scenario presented in III.A, the first step to integrate the CVE with the instant messenger (supporting the chat room associated to the entrance hall), the collaborative Web browser and the audio conference applications, it is necessary to create a Wrapper for each one of these applications. As detailed in Section V, these wrappers can be automatically generated by LEICAs API Factory, based on the API description of each collaborative application. The Wrappers comprise a Web services Services WS interface allowing the collaborative application to register itself with LEICA. As illustrated by Fig. 1, through the Wrappers Web servicesWS ports, the integrated application can interact with the Session Configuration Service (SCS). The SCS is a Web service Service WS used for (i) configuring new global SuperSessions and (ii) starting up SuperSessions. A SuperSession is an integrated collaborative session holding the whole collaboration activity. Within the context of a global SuperSession, different specificSessions can exist. A specificSession is a conventional collaborative session defined within the context of a collaborative application (e.g. a videoconference session, a whiteboard session, etc.). The SCS dynamically contacts each integrated application, during the SuperSession configuration process, in order to request: (i) which specific data is required to create specificSessions for this respective application (e.g. a videoconference tool could require an IP multicast address); and (ii) which kind of events it can notify, and action requests it can handle. The interaction degree among the integrated applications depends essentially on the nature of the events they are able to exchange, and actions they are able to perform. In order to create a SuperSession, a user must define its integration semantics. It is accomplished by configuring the Collaboration Policy. A Collaboration Policy is a set of rules under a condition/action model. These rules define how collaborative applications must react when receiving information (events) notified by other integrated applications. In other words, the specification of Collaboration Policies allows defining specific integration semantics (i.e. how to coordinate integrated applications) to each SuperSession, according to the different users requirements. Once a SuperSessions has been created (and its associated configuration file is generated), it can finally be started up. The SCS firstly contacts each integrated collaborative application requesting them to create the specificSessions defined in the SuperSession. Then, during the execution of collaborative sessions the integrated application can interact through the exchange of event using the Event Notification System. According to predefined Collaboration Policies, these notifications may lead specific actions to be performed. Wrappers are in charge of managing the SuperSessions Collaboration Policy. When the Wrapper of a collaborative application receives event notifications, it verifies if the notified events enable any policy rule concerning this collaborative application. If so, the Wrapper sends action requests to the respective application. Note that LEICA is not intended to support low-level physical events (e.g. mouse click/scrolling) or high frequency synchronization events (e.g. current position of moving objects). It aims at supporting activity relevant events that carry some semantics. SuperSession Concept As previously mentioned, LEICA controls the whole collaboration activity within the context of a global SuperSession. A SuperSession model has been defined in order to precisely identify and describe its components. Based on this model, LEICA maintains concise and coherent SuperSession state information. Furthermore, a well-defined taxonomy of the components and their attributes are also implied from the model. General models for describing collaborative applications have already been proposed in the literature. Some of them [26][27] [32][33] represent a conceptual or ontological model describing the entities and relationships of individual CSCW systems. Few models aim at describing integrated CSCW systems, like OOActSM [33][34] and the conceptual model presented in [34][35]. However, these models are based on the notion of a general activity as the central abstraction, which was considered rather abstract for a detailed specification of the SuperSession. Nevertheless, these models have inspired several concepts adopted in the defined SuperSession model. The SuperSession represents a collaboration activity involving different integrated applications, a group of users and general roles associated to these users. Formally, a CIE Session CS is a tuple: SS = (SSid, CA , NA , Rl , U , SSat) where: SSid is a unique identifier; CA = {CAi } | i ÃŽ [1,I]} is a finite set of collaborative applications where CAi = (CAidi, spSi, CAati) a specific collaborative application running a set of specificSessions (sSi). CAati is a list of attributes characterizing the collaborative application. These attributes provide information about the application description, including name, type, whether it is a role-based application, its distribution architecture (client/server, multi-servers, peer-to-peer) and the type of user applications (stand-alone or webWeb-based).); NA is a finite set of non-collaborative applications (data converters, databases, web applications, etc.); Rl = {Rlk } | k ÃŽ [1,K]} is a finite set of general roles. The concept of general role refers to a group of users owning the same set of responsibilities and privileges inside LEICA; Rlk = (Rlidk , Rlatk). Rlidk is a unique role identifier; and Rlatk is a list of attributes characterizing this general role. This list provides details like roles description, membership and administration rights. Regarding the membership, it defines how the role is associated with users: it may be either (i) a static association (there is a membership list), (ii) an automatic association (there is a predicate function based on users parameters and SuperSession state) or (iii) a users choice (password protected or not).); U = {Ul } | l ÃŽ [1,L]} is a finite set of connected users; Ul = (Uidl, URlidl, Mbl, Uatl) represent a user, where Uidl is a unique identifier; URlidl is one general role associated with the user; Mbl is a finite set of membership relations; Uatl is a list of attributes (name, email, IP address, network connection, device type, etc.); Mbl.n = (mCAidl.n , mSidl.n , msRlidl.n) is a membership relation, where mCAidl.n is an application identifier; mSidl.n is a specificSession identifier; msRlidl.n is a finite set of specific roles identifiers. Thus, each membership relation indicates the participation of a connected user to a specificSession of a collaborative application (once connected to the SuperSession, a user can concurrently take part in none, one or more specificSessions of different collaborative applications); SSat is a list of attributes characterizing the SuperSession. These attributes describe information like session context (name, purpose, etc.), scheduling (if scheduled or not, duration, etc.), accessibility type (open or closed), role association type (how users are associated to a general role) and maximum number of connected users. A specificSession regards a conventional collaborative session of a collaborative application. The role of the specificSession entity (spSi.m), wich is formally represented by the tuple: spSi.m = (Sidi.m, sRli.m, pUidi.m, Rsi.m, spSati.m) is not to precisely describe each aspect of a collaborative task. Instead, it captures relevant elements like the specific roles defined for this session (sRli.m), the users participating to this session (pUidi.m.) and the shared resources accessed by these users (Rsi.m). A specific role is a tuple, sRli.m.o = (sRlidi.m.o, sRlati.m.o), where sRlidi.m.o is a specific role identifier and sRlati.m.o is a list of attributes characterizing the specific role (description and maximum number of simultaneous users). A resource is also a tuple Rsi.m.p= (urli.m.p, Rsati.m.p ), where urli.m.p is a resource locator and Rsati.m.p is a list of attributes characterizing the resource. The purpose of the resource element is simply to allow the implementation of an inter-application access control mechanism. LEICA will not need to keep the state of each resource. Thus, resources attributes just describe its type (file, device, virtual object, interface widget, etc.) and the read/write access type (exclusive or concurrent). SuperSession Configuration In order to create a SuperSession, a two step configuration process is carried out: (i) Session Management configuration and (ii) Collaboration Policy configuration. In the first configuration step, two groups of information should be specified: General Session Management information (GSMinfo): It carries management information such as scheduling, membership and general user roles.; Integrated Applications information (IAinfo): It defines the list of integrated applications to be used during this SuperSession; for each collaborative application, a list of specificSessions is defined, where specific data required by this application for creating sessions is provided (e.g. a videoconference application will be provided with an IP multicast address). Once Session Management configuration is completed, the Collaboration Polic

Monday, January 20, 2020

Contemporary World Final Essay -- essays research papers fc

Final Essay   Ã‚  Ã‚  Ã‚  Ã‚  The second half of the twentieth century has seen many changes in political policies, the economy, religion, and technology. All of these have affected each other. The study of the history of humankind allows us to look back and learn from past accomplishments and mistakes. Although technology has allowed for incredible communication and reporting around the world, as individuals do we use this to our advantage and grow as better people? We continue to struggle with ingrained prejudices and ideals for other ethnic groups. As the movement for diversity continues to grow in today’s society, our biggest problem we face in the future could be the disuniting of people. How we handle the changes will provide negative and positive results.   Ã‚  Ã‚  Ã‚  Ã‚  When the United States was formed, the different ethnic groups had a common goal. They wanted to build a nation of multiethnic groups sharing in common political ideas. This was clearly stated in the Constitution of the United States. â€Å"We the people of the United States, in order to form a more perfect union†¦Ã¢â‚¬  builds an immediate identity of citizenship among the people creating cohesion of the different ethnic groups. Hector St. John de Crevecoeur, a French immigrant published Letters from an American Farmer during the American Revolution. In it, he answered his question â€Å"What then is the American, this new man?† His answer is â€Å"He is an American, who leaving behind him all his ancient prejudices and manners, received new ones from the new mode of life he has embraced, the new government he obeys, and the new rank he holds. The American is a new man, who acts upon new principles†¦.Here individuals of all nations are melted into a new race of men.† (Schlesinger, Jr. 12). The term melting pot was coined to describe the blending of the new multiethnic society in America.   Ã‚  Ã‚  Ã‚  Ã‚  However, ethnic groups settled together in areas and formed their own neighborhoods. In a diverse city like Chicago, this is clearly seen. Ethnic groups wanted to maintain some of their beliefs and ways even in America and being together helped them maintain their culture. Now, individual groups of ethnicity are seeking acknowledgement for their differences.   Ã‚  Ã‚  Ã‚  Ã‚  The question as to whether or not we can accept the changes with cultural div... ...e and pray that individual acceptance, love and kindness will overcome some of the issues that arise in the future and we can live in peace and put the past atrocities of ethnic cleansing, war, racism, communism, and hatred behind us. The world’s future depends on us to be accepting and tolerant of each others differences while having a common goal of building economic stability, fair political policies and having a sense of common identity. If history repeats itself, we have not proven we can do this. I would like to believe the most promising development in the world is the return of conservation. As individuals reach a greater awareness of the earth’s depleting natural resources, conservation will become a way of life, rather than the throw away society we have been. In some areas, such as California where there have been brown outs and the practice of electric conservation has been forced. As utility prices skyrocket as we saw with the gas bills this past winter, our awareness of conservation will grow as it hits our pocket books. Works Cited Schlesinger, Jr. Arthur. The Disuniting of America – Reflections on a Multicultural Society.New York:W.W. Norton & Company 1992.

Sunday, January 12, 2020

Knowledge and Attitude About Testicular Examination

ARA S TIRM A / ORIGINAL ARTICL E Gulhane T? p Derg 2011; 53: 17-25  © Gulhane Askeri T? p Akademisi 2011 Investigation of the frequency of testicular self examination performance in young adult males Ercan Gocgeldi (*), Necmettin Kocak (**), Serdar Ulus (**), Cenk Yeginer (**), Seref Basal (***) SUMMARY Testicular tumors are the second most frequently observed malignancy after leukemia in the age group of 20-35 in men. The rate of a 5-year survey is 99. 9% with early diagnosis. Awareness of the individuals and performing a testicular self examination by themselves are important in the early diagnosis.Our aim in this cross-sectional study was to determine the performance frequency of testicular self examination and the factors affecting this among young adults. Of all the participants, 23. 3%, 6. 8% and 4. 7% declared that they had heard about testicular cancer and about testicular self examination, and that they had performed testicular self examination at least once in their life, respectively. The rates of hearing about and performing testicular self examination were found low in the present study, however these rates were higher among those who had heard of testicular cancer from population.Well planned campaigns and educational organizations may be conducted in the country-wide in order to increase the awareness about testicular cancer and the frequency of testicular self examination. Key words: Soldier, testicular cancer, testicular self-examination, young adult man OZET Genc eriskin erkeklerde kendi kendine testis muayenesi yapma s? kl? g? n? n arast? r? lmas? Testis tumorleri 20-35 yas grubu erkeklerde losemiden sonra en s? k rastlanan 2. malignitedir. Erken tan? ile 5 y? ll? k yasam oran? %99. 9’dur. Bireylerin fark? ndal? g? ve kendi kendilerine testis muayenesi yapmalar? erken tan? icin onemlidir.Bu kesitsel cal? smadaki amac? m? z, genc eriskin erkeklerde kendi kendisine testis muayenesi uygulama duzeyi ve buna etki eden faktorleri saptamakt ? r. Kat? l? mc? lar? n %23. 3’u testis kanserini duyduklar? n? , %6. 8’i kendi kendisine testis muayenesini duyduklar? n? , %4. 7’si hayatlar? boyunca en az bir kez kendi kendisine testis muayenesi yapt? klar? n? belirtmislerdir. Cal? smam? z? n yap? ld? g? populasyonda kendi kendisine testis muayenesini duyma s? kl? g? ve kendi kendisine testis muayenesi yapma durumlar? dusuk bulunmustur, ancak bu oranlar testis kanserini populasyondan duyanlarda daha yuksek olarak bulunmustur.Testis kanserinin fark? ndal? g? n? n ve kendi kendisine testis muayenesinin s? kl? g? n? n art? r? lmas? icin ulke genelinde iyi planlanm? s kampanyalar ve egitim organizasyonlar? duzenlenebilir. Anahtar kelimeler: Asker, testis kanseri, kendi kendine testis muayenesi, genc eriskin erkek * Department of Plan and Programming, Commandership of Health, Turkish Military Forces ** Department of Public Health, Gulhane Military Medical Faculty *** Department of Urology, Gulhane Military Medica l Faculty This study was presented at the 12th National Congress of Public Health (Ankara, October 21-25, 2008) Reprint request: Dr.Ercan Gocgeldi, Department of Plan and Programming, Commandership of Health, Turkish Military Forces, Bakanl? klar, Ankara, Turkey E-mail: [email  protected] com Date submitted: July 15, 2010 †¢ Date accepted: November 01, 2010 Introduction Testicular cancer is one of the health problems, frequency of which continuously increases. Testicular tumors are the second most frequent malignancy after leukemia in males at the age group of 20-35 (1). The incidence of testicular cancer shows variations between countries, races and socio-economic classes. The rate is 6. 7% and 0. in Scandinavian countries and Japan, respectively. In the USA 2-3 new cases are reported per 100. 000 males per year (2). The risk of a development of testicular cancer in white males in the USA during the whole life is at a level of 0. 2%. The incidence in people of higher socio-e conomic classes is half of the lower socio-economic classes (2). Although the reason for testicular cancer is not known exactly, there is knowledge regarding that both congenital as well as some acquired factors are responsible in tumor development. The strongest relationship is with an â€Å"undescended testis†.Approximately 7-10% of testicular cancers develop with cryptorchidism history. The cryptorchidism prevalence is 9. 2-30. 0% in premature births and 3. 55. 8% in mature births. Cryptorchidism frequency is 0. 8-1. 0% during the first age and remains unchanged with a ratio of 0. 7% until puberty (3). Five to 10% of testicular tumors occur on the opposite side, in the normal descended testis. The highest relative malignancy risk (1 of 20) is met in intra-abdominal testis. Placement of the cryptorchid testis into the scrotum (orchidopexy) reduces the malignancy potential of the cryptorchid testis (2).The frequency of testicular cancer cases met on the right side is 52. 3%, on the left side 47. 7%, and the frequency of being bilateral is 2-3% (4). In general the patients consult the physician due to a painless single side bulge and mass in the scrotum. The growth of the testis in general develops slowly and a feeling of testicular pain is experienced. The common accepted opinion is that until the opposite 17 is approved, a determined asperity in the testis needs to be deemed as a malign tumor (3). Other symptoms are gynecomasty, pigmentation on the scrotum, and pain in the abdomen and the groin.Scrotal pain develops at the late period of the tumor as a result of tunica albuginea or epididymis invasion (4). The time between the first discovery of the lesion in the testis and start of the definite treatment (orchidectomy) is 3-6 months in average. The time of the delay shows a correlation with the incidence of the metastasis. Approximately 10% of the patients are asymptomatic and can be detected upon trauma or by the sexual partner of the patient (3). T estis tumor often mimics epididymitis and epididymorchidis. Ten per cent of testis tumors mimics orchiepididymitis.Their diagnosis can easily be made with ultrasound and anamnesis. Other diseases to be considered during the diagnosis are spermatocele, traumatic hematocele, granulomatous orchitis, varicocele and epidermoid cysts (3). Testicular cancer can be treated completely when they are detected in early stages. The chance for a 5-year life is 99. 9% with early diagnosis (5). Among the basic diagnostic methods, ultrasound, transillumination and computed tomography can be mentioned (1,3). Individuals’ awareness and their performing a testicular self examination (TSE) by themselves is important regarding an early diagnosis (3).Routine testicular self examination (R-TSE) is an examination performed by the person himself at least once a month and regularly, which is made by using both hands, while holding the testis with one hand and examining the testis on masses during bathi ng or after bathing in front of a mirror (1,6). Along with the advantages that R-TSE is easy to learn and to apply, safe, non-invasive, economic, and does not need any special tools and devices, take time. When it is performed regularly each month, it provides that changes are detected early because the testis structure is known.There are some studies examining testicular cancer and TSE performance frequencies. In these studies, TSE performance frequency varies according to the attributes of the group with which the study is realized. The frequencies of hearing about testicular cancer and TSE and performance of TSE in these studies are summarized in Table I. In the study performed by Ercan et. al. among 867 male university students between the ages of 18-30 years, it is determined that 8. 9% of the participants have heard about TSE, and 5. 1% perform TSE (6). In the study performed by Lechner et. l. among 274 students between the ages of 15-19 years, it is determi18 †¢ March 20 11 †¢ Gulhane Med J ned that 3. 0% of the participants have heard about TSE and 2. 0% performed TSE (5). The TSE performance frequency of the participants of the study realized by Khadra et. al. among 202 persons of the ages of 18-50 years who consulted a polyclinic providing first stage health services is determined as 22. 0% (7). In the study performed by Moore et. al. among 203 people who are university students or graduates between the ages of 20-45 years, it is determined that 32. % of the participants have heard about TSE and 22. 0% performed TSE (8). In the study by Rudberg et. al. performed among university students in Sweden, it is determined that many of the students have not heard anything about TSE (9). In the study of Tichler et. al. among 717 soldiers and 200 military physicians in the Israeli army, 2. 0% of the soldiers and 73% of the physicians have stated that they have performed TSE (10). In the study of Vaz et. al. among 1364 adolescent males, 28. 0% of the p articipants stated that they had heard about testicular cancer (11).In this study of Wardle et. al. among 7304 young male adults, it is stated that 13. 0% of the participants have performed TSE (12). In the study by Neef et. al. among 404 male college students, it is stated that 42. 0% of the participants heard about TSE, 22% performed TSE before (13). In the study by Cummings et. al. among 266 university students and male graduates, it is determined that 16. 0% of the participants have heard about TSE (14). In the study of Christine et. al. among 191 young adult males between the ages of 18-35 years, it is stated that 36. % of the participants have performed TSE (15). It is rather important that the male become more aware on testicular cancer, of which the frequency of incurrence has raised during the last years, they learn and apply TSE as an early diagnostic method. The aim of this study was to determine the testicular self examination performance frequency in young adult males. Material and Methods The universe of this study, planned in cross section type, was constituted by 5033 persons, who joined the Etimesgut Armoured Units Education Center Commandership in the recruitment period in November 2007.There is no sample selection made for the study, it is targeted to reach the whole universe in a term of one week upon the start of the arrival of the soldiers to the unit. As some soldiers joined the unit except for working hours and that some rejected to participate in the study, not the whole of the universe could be reached, the study was performed with 3645 (72. 4%) persons. The data were collected by the researchers using the question form, developed by the researchers after a liGocgeldi et al. Table I.Brief findings of studies regarding the performance of a testicular self examination Researchers Research type Age group Group attribute Hearing of Hearing (n) testicular of TSE cancer Ercan et. al. (6) Lechner et. al. (5) Khadra et. al. (7) Cross sectiona l Descriptive Descriptive 18-30 15-19 18-50 University students (867) High-school students (274) People consulting polyclinic providing a first stage health services (202) University students and graduates (203) High-school students (727) Male soldiers (717) Military physicians (200) Vaz et. al. (11) Wardle et. al. (12) Neef et. al. 13) Cummings et. al. (14) Descriptive Cross sectional Descriptive Descriptive Adolescent Young adult male (1364) 16486 students College students (404) University students and graduates (266) People living in industry complex (191) 42% 16% 28% 42. 9% 26. 0% 91. 0% 8. 9% 3. 0% 28% At least one performance of TSE in life 5. 1% 2. 0% 22% At least once a month performance of TSE Country Turkey Holland England Moore et. al. (8) Rudberg et. al. (9) Tichler et. al. (10) Descriptive Cross sectional Descriptive 20-45 15-21 90. 6% 11. 3% 32. 0% 5. 6% 22. 0% 11. 5% 2% 73% 5. 06% 1. 2% England Sweden IsraelUSA 13% 22% 8% England USA USA Christine et. al. (15) Descrip tive 18-35 36% USA terature hatch. On the question form, there are 7 questions regarding their socio-demographic attributes, 3 questions regarding the stories of the participants regarding cancer and testicular cancer, 10 questions regarding testicular self examination in order to determine their behavior and 15 questions regarding testicular cancer, symptoms and TSE were included into the knowledge test. The pre-test of the question form, prepared by the researchers was made with 20 soldiers of the Gulhane Military Medical Academy.Support Troops Command, failures regarding the application and easiness to understand and observed failures regarding data entrance are amended. It was approved by the ethic commission. Groups of 20 persons of the soldiers who joined the Etimesgut Armoured Units Education Center Commandership in November 2007 were interviewed, the study and its aim were explained, if they should want to participate (those who orally accepted to) necessary information rega rding some definitions in the inquiry (testis, undescended testis, testicular self examination) is provided orally such that Volume 53 †¢ Issue 1 he participants can understand these and provided that they answer the questions under observation. The recruitment age in Turkey is 20 and those, who are not hindered join the Armed Forces in general at the age of 21 years. But only at a little part the recruitment age is later due to several reasons. Thus, in general male perform their military services at the age of 20-21. For that, the ages are grouped as 20-21, 2224, 25 years and above.The occupational information of the participants is obtained as open end and afterwards a grouping regarding being or not-being related to healthcare is performed. The demographic distribution of the participants is grouped by the regionalization system of five of the Turkish Statistic Institute by respecting their provinces of birth. The data were analyzed by using the SPSS 10. 0 package statistic software. The descriptive statistics were given as frequencies and percent.The TSE performance frequencies and completeness of some sociodemographic with descriptive attributes, the completeness of giving correct answers to each question of the knowledge test with the TSE performance freTesticular self examination †¢ 19 quency, of which it was thought that they may have an effect on this, was compared with the chi-square, and the comparison of the average of the participants giving correct answers at the knowledge test according to their socio-demographic and descriptive attributes was compared with the Kruskal-Wallis and the Mann-Whitney U test. A p value of

Friday, January 3, 2020

Racism Essay - 463 Words

Racism I have chosen to write my paper on the ever persisting topic of racism. I feel that while this is a very talked about topic in our society, I feel that in my family in particular it is often overlooked. My father is an old country boy who has not been around black people very much throughout his life, and it shows in his actions. He always makes racial comments around me and it upsets me greatly. I tell him about him, but he seems to just take it as a joke. I do not think that this is something to joke about. While a few years ago I could not say that I had many black friends, I can say that now. Since I have been at Urbana, I have made many friends many of whom are black. So I have a serious reason to take offense to my†¦show more content†¦These are the people that we need to eliminate. One group in particular that I believe needs to be eliminated is the Klu Klux Klan. These people have not just made racist comments towards black people, but have killed many people simply because of their skin color. Not only have they murdered many innocent people, they have committed many other acts of violence such as arson and rape. I believe that these people need to be eliminated from our society, not by killing them, but rather by sending them away to prison for the rest of their lives and letting them suffer. If someone were to kill them for the acts that they committed I consider that person to have the same type of problem that the KKK have. So I think that all remaining members of the KKK, who acknowledge that they are actually members of this sick organization, and have committed acts of violence towards other simply because of their skin color, should be locked away for the rest of their life. The fact that my Dad is a racist is something that bothers me greatly. I tell him every time that he makes a racist comment that he really is offending me and many people close to me. He says that he is just joking or sometimes he even says that what he says is tru e. This makes me really upset. I know that he was raised in this fashion, and he probably does not know any better, but I really wish he would change his way of thinking. Sometimes heShow MoreRelatedRacism : Racism And Racism1544 Words   |  7 PagesTo understand whether or not racism is learnt, we first have to divulge into the nature of racism. It is usually assumed that racism has been a part of civilisation since civilisation started, that it is embedded into how people work and that no matter what, it will always exist. Another assumption is that racism derives from the capitalism of the slave trade by white elitist men seeking to dehumanize people for economic gain, and used racism as a way to mask their financial motives to justify enslavementRead MoreRacism : Racism And Racism1003 Words   |  5 Pagesracism: Racism-â€Å"the belief that all members of each race possess characteristics or abilities specific to that race, especially so as to distinguish it as inferior or superior to another race or races.† Imagine, 5 black men. Singing a church song still faithful for hope. Chained and cuffed together. Flies follow them as they walk by in the dry hot desert. With the white oppressor behind them yelling nasty words that poison their brain. Yet they still sing and wait and keep faith. In some statesRead MoreRacism : Racism And Racism953 Words   |  4 PagesRacism in America â€Å"Racism is a refuge for the ignorant. It seeks to destroy. It is the enemy of freedom, and it deserves to be met head-on and stamped out.† - Pierre Berton Racism is the unjust hate for any people who are simply different for a various array of reasons. It is all around us and always will be, but that does not give us the right to be passive on the subject. This discrimination against culturally diverse people is hurting our â€Å" land of the free†, one racist remark at a time.Read MoreRacism : Racism And Racism1181 Words   |  5 PagesThis issue of racism is popular by name but tends to be sugar coated by the way people see it. In order to truly understand racism you need to take a bite into the topic in order to get a taste of what it is really like. Racism comes in many different forms and can be seen many different ways. But why even care about racism at all? Why does it even matter? One would think that with such a harsh background regarding racism in America it would no longer exist in society today. But sadly that is notRead MoreRacism : Racism And Racism989 Words   |  4 PagesRacism in America Racism discrimination has been one of our society’s most horrible social problems. In the words of the famous Martin Luther King judging an individual by the color of their skin rather than the content of their character can be a very dehumanizing experience that can have lasting effects on an individual life. Racism in America has not come to a cease. Racism promotes negative personal relations between people of different cultures. I believe slavery started around the 1500sRead MoreRacism : Racism And Racism996 Words   |  4 PagesCovert Racism Introduction Racism; ‘the belief that races have distinctive cultural characteristics determined by hereditary factors and that this endows some races with an intrinsic superiority over others’ (Collins English Dictionary 2012) and thus leading to ‘abusive or aggressive behaviour towards members of another race on the basis of such a belief’ (Collins English Dictionary 2012). Over time, racism has transformed from a blatant and overt form into a passive style of prejudice and discriminationRead MoreRacism : Racism And Racism1094 Words   |  5 PagesRacism has been an issue that has caused controversial debates for years. It is a topic that stirs up lots of emotions within people and continues to be an argument for all. When there has been a shooting between a white and a colored or a cop and a colored person, people blame it on racism. They state that since the white cop shot the black man it simply means the cop was racist. Then the people want to speak that justice needs to be served and the cop needs to be put in prison or released fromRead MoreRacism : Racism And Racism1751 Words   |  8 PagesRacism Social Justice Topic Issue Corbin Metz H R – 3013 University of Oklahoma Racism Social Justice Topic Issue Today in our society, racism is a very popular social justice topic issue, which affects many of the lives of those around us on a daily basis. Individuals as well as organizations and institutions widely commit the act of racism and these issues are embedded in their policies, procedures, and practices (Calgary). The first signs of racism beginning to arise in the worldRead MoreRacism : Racism And Racism1971 Words   |  8 PagesRacism has come to be a very important topic in today’s society. Many are talking about the injustices when it comes mostly when it comes to African-Americans and Caucasians in authority. Many have deemed the incidents of Trayvon Martin, Freddie Gray, Sandra Bland, Walter Scott, Akai Gurley, Tamir Rice, the Spring Valley High School video, and even the Charleston Shooting to name a few as reactions to racism. Out of the people talking about these events, only a few really know the meaning of racismRead MoreRacism : Racism And Racism2243 Words   |  9 PagesRacism, a topic which has become especially touchy in modern times. It is quite clear that racism is alive not only in the United States, but across the globe. Though the topic is widely talked about, nobody really does anything to stop it. People will be quick to elaborate on the fact that it should be stopped, then make no changes themselves. Yet do they truly understand the concepts of racism and what it really means to be racist? Granted everybody understands that it is racist to hate a group