Western cities are rapidly densifying, and new building typologies are beinginvented to mitigate high-rise and balance residential, commercial andrecreational functions. This vertical urbanization requires rethinking thetraditional design of public space to promote citizens’ well-being. While the scarce studies on high-rise environments indicate several risks, including social fragmentation and privatization of public functions (Henderson-Wilson 2008; Love et al., 2014), mental stress and undermining attention restoration (Mazumder et al., 2020; Lindal & Hartig 2013), evidence on the potential salutary and mitigating effects of architectural design qualities is limited (Suurenbroek & Spanjar 2023).The Building for Well-being research project combines biometric and socialdata-collection techniques to address this gap. It builds on studies investigatinghow built environments allow user engagement (Mallgrave 2013; Simpson2018) and afford important activities (Gibson 1966). This case study focuseson the experiences of predominant users of the NDSM Wharf in Amsterdamas it is transformed from a post-industrial site into a high-density, mixeduseneighborhood. Using eye-tracking, field and laboratory-based surveys, itexplores how residents, passers-by and visitors visually experience, appreciateand perceive the restorative value of the wharf’s recently developed urbanspaces.Thirty-six university students were randomly recruited as test subjects for thelaboratory test and assigned to one of the three user groups. The residentand passer-by groups were primed for familiarity. Each group was assigneda distinct walking mode and participants were told to imagine they werestrolling (residents), rushing (passers-by) or exploring (visitors). The exposuretime to visual stimuli of participants was five seconds per image. Afterwards,they reported on the perceived restorative quality of ten urban spaces,focusing on: (1) sense of being away, (2) level of complexity-compatibilityand (3) fascination, based on an adapted Restorative Components Scale (RCS,Yin et al. 2022; Laumann et al. 2001). Self-reported appreciation per scenewas measured on a 10-point Likert scale and subjects indicated elements inthe ten urban spaces they liked or disliked (see Figure 1). A semi-structuredon-site survey was also carried out to investigate user experiences furtherand for triangulation. Thirty-one users, consisting of residents, passers-byand visitors to the NDSM Wharf, rated their appreciation of the site and itsperceived restorative and design qualities (following Ewing & Clemente, 2013)on a 10-point Likert scale.The meta-data analysis of RCS statistics, appreciation values, eye-trackingmetrics and heatmaps reveals distinct visual patterns among user groups. Thispoints to the influence of environmental tasks and roles (see Figure 2). Strollingand exploring resulted in a comprehensive visual exploration of scenes with ahigher mean total fixation count and shorter mean total fixation duration thangoal-oriented walking. It suggests that walking mode determines the level ofopenness to the environment and that architectural attributes can also steervisual exploration. Scenes with the highest appreciation scores correlatedwith the RCS outcomes. They displayed coherence and opportunities forsocial engagement, contrasting with scenes with inconsistent industrial andcontemporary features. These findings provide spatial designers with insightsinto the subliminal experiences of predominant user groups to promote wellbeing in urban transformation.
Author supplied: "Abstract—Software architecture compliance checking (SACC) is an approach to monitor the consistency between the intended and the implemented architecture. In case of static SACC, the focus is mainly on the detection of dependencies that violate architectural relation rules. Interpretation of reported violations may be cumbersome, since the violations need to be connected to architectural resolutions and targeted qualities such as maintainability and portability. This paper describes an SACC case study which shows that inclusion of different types of rules in the SACC process enhances reasoning on architecture violations, especially if a rule type is related to specific architectural pattern. The SACC is performed with HUSACCT, an SACC-tool that provides rich sets of module and rule types in support of patterns such as layers, facade, and gateway. The case system is a governmental system developed in C#, which follows the .NET common application architecture. Even though the system appeared to be well-structured, the SACC revealed that 10 of the 17 architectural rules were violated." http://ieeexplore.ieee.org/document/7484100/ http://dx.doi.org/10.1109/QRASA.2016.7
Abstract-Architecture Compliance Checking (ACC) is an approach to verify the conformance of implemented program code to high-level models of architectural design. ACC is used to prevent architectural erosion during the development and evolution of a software system. Static ACC, based on static software analysis techniques, focuses on the modular architecture and especially on rules constraining the modular elements. A semantically rich modular architecture (SRMA) is expressive and may contain modules with different semantics, like layers and subsystems, constrained by rules of different types. To check the conformance to an SRMA, ACC-tools should support the module and rule types used by the architect. This paper presents requirements regarding SRMA support and an inventory of common module and rule types, on which basis eight commercial and non-commercial tools were tested. The test results show large differences between the tools, but all could improve their support of SRMA, what might contribute to the adoption of ACC in practice.