942 resultados para Architecture and society - Victoria


Relevância:

100.00% 100.00%

Publicador:

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Since its launch in 2006, Twitter has turned from a niche service to a mass phenomenon. By the beginning of 2013, the platform claims to have more than 200 million active users, who “post over 400 million tweets per day” (Twitter, 2013). Its success is spreading globally; Twitter is now available in 33 different languages, and has significantly increased its support for languages that use non-Latin character sets. While Twitter, Inc. has occasionally changed the appearance of the service and added new features—often in reaction to users’ developing their own conventions, such as adding ‘#’ in front of important keywords to tag them—the basic idea behind the service has stayed the same: users may post short messages (tweets) of up to 140 characters and follow the updates posted by other users. This leads to the formation of complex follower networks with unidirectional as well as bidirectional connections between individuals, but also between media outlets, NGOs, and other organisations. While originally ‘microblogs’ were perceived as a new genre of online communication, of which Twitter was just one exemplar, the platform has become synonymous with microblogging in most countries. A notable exception is Sina Weibo, popular in China where Twitter is not available. Other similar platforms have been shut down (e.g., Jaiku), or are being used in slightly different ways (e.g., Tumblr), thus making Twitter a unique service within the social media landscape.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Invited Lecture for Interdisciplinary seminar, Yale School of Architecture. Seminar investigates architectural techniques of affect; topics included Adrian Stokes, Freud on aggression, Spinoza, German aesthetics, viscerality, Guattari and “concrete machines”; Other Invited guests: Peggy Deamer, Brian Massumi, Gary Genosko, Ernst Prelinger, Elizabeth Grosz, Ed Mitchell.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This thesis was the first to define individual lava flow chemical variation and a detailed definition of the Kalkarindji Continental Flood Basalt Province, a lesser known province of the Phanerozoic eon. This thesis conducted an intensive field study that yielded numerous samples for petrography and chemical analyses as well as the generation of a detailed map of a portion of the Kalkarindji province.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

We reported the thermal conductivity of the two-dimensional carbon nanotube (CNT)-based architecture, which can be constructed through welding of single-wall CNTs by electron beam. Using large-scale nonequilibrium molecular dynamics simulations, the thermal conductivity is found to vary with different junction types due to their different phonon scatterings at the junction. The strong length and strain dependence of the thermal conductivity suggests an effective avenue to tune the thermal transport properties of the CNT-based architecture, benefiting the design of nanoscale thermal rectifiers or phonon engineering.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This collection explores male sex work from an array of perspectives and disciplines. It aims to help enrich the ways in which we view both male sex work as a field of commerce and male sex workers themselves. Leading contributors examine the field both historically and cross-culturally from fields including public health, sociology, psychology, social services, history, filmography, economics, mental health, criminal justice, geography, and migration studies, and more. Synthesizing introductions by the editors help the reader understand the implications of the findings and conclusions for scholars, practitioners, students, and members of the interested/concerned public.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This book is an introduction to key issues in the area of crime as it connects to society. The book is divided into three parts: Understanding Crime and Criminality: introduces topics such as the social construction of crime and deviance, social control, the fear of crime, poverty and exclusion, white collar crime, victims of crime, race/gender and crime. Types of Crime and Criminality: explores examples including human trafficking, sex work, drug crime, environmental crime, cyber crime, war crime, terrorism, and interpersonal violence. Responses to Crime: looks at areas such as crime and the media, policing, moral panics, deterrence, prisons and rehabilitation.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

This article has attempted to investigate the patterns of traditional architecture in Iran's warm and dry climate and whether these patterns have been attended to in Iran's contemporary architecture or not. Since the two elements of culture and climate are much significant in Iran's traditional constructions, this article aimed at dealing with subjects such as the causes of the shapes of traditional buildings in Iran's warm and dry climate in constructions like houses, schools, mosques and bazaars, and why they were constructed in those shapes, and also considering their patterns in these places in the light of cultural and climatic aspects, and their cultural and climatic relationships and investigating cultural-climatic causes of the directions and situations designed for the spaces present in these buildings and finally it is intended to classify the conceptual patterns of the traditional architecture of Iran's warm and dry climate. The article is going to consider the amount of using these patterns in Iran's contemporary architecture. The study has been conducted using library and field method.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Purpose To determine if limbs with a history of anterior cruciate ligament (ACL) injury reconstructed from the semitendinosus (ST) display different biceps femoris long head (BFlh) architecture and eccentric strength, assessed during the Nordic hamstring exercise, compared to the contralateral uninjured limb. Methods The architectural characteristics of the BFlh were assessed at rest and at 25% of a maximal voluntary isometric contraction (MVIC) in the control (n=52) and previous ACL injury group (n=15) using two-dimensional ultrasonography. Eccentric knee-flexor strength was assessed during the Nordic hamstring exercise. Results Fascicle length was shorter (p=0.001; d range: 0.90 to 1.31) and pennation angle (p range: 0.001 to 0.006: d range: 0.87 to 0.93) was greater in the BFlh of the ACL injured limb when compared to the contralateral uninjured limb at rest and during 25% of MVIC. Eccentric strength was significantly lower in the ACL injured limb than the contralateral uninjured limb (-13.7%; -42.9N; 95% CI = -78.7 to -7.2; p=0.021; d=0.51). Fascicle length, MVIC and eccentric strength were not different between the left and right limb in the control group. Conclusions Limbs with a history of ACL injury reconstructed from the ST have shorter fascicles and greater pennation angles in the BFlh compared to the contralateral uninjured side. Eccentric strength during the Nordic hamstring exercise of the ACL injured limb is significantly lower than the contralateral side. These findings have implications for ACL rehabilitation and hamstring injury prevention practices which should consider altered architectural characteristics.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Packet forwarding is a memory-intensive application requiring multiple accesses through a trie structure. With the requirement to process packets at line rates, high-performance routers need to forward millions of packets every second with each packet needing up to seven memory accesses. Earlier work shows that a single cache for the nodes of a trie can reduce the number of external memory accesses. It is observed that the locality characteristics of the level-one nodes of a trie are significantly different from those of lower level nodes. Hence, we propose a heterogeneously segmented cache architecture (HSCA) which uses separate caches for level-one and lower level nodes, each with carefully chosen sizes. Besides reducing misses, segmenting the cache allows us to focus on optimizing the more frequently accessed level-one node segment. We find that due to the nonuniform distribution of nodes among cache sets, the level-one nodes cache is susceptible t high conflict misses. We reduce conflict misses by introducing a novel two-level mapping-based cache placement framework. We also propose an elegant way to fit the modified placement function into the cache organization with minimal increase in access time. Further, we propose an attribute preserving trace generation methodology which emulates real traces and can generate traces with varying locality. Performanc results reveal that our HSCA scheme results in a 32 percent speedup in average memory access time over a unified nodes cache. Also, HSC outperforms IHARC, a cache for lookup results, with as high as a 10-fold speedup in average memory access time. Two-level mappin further enhances the performance of the base HSCA by up to 13 percent leading to an overall improvement of up to 40 percent over the unified scheme.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

There is an increased interest in the use of Unmanned Aerial Vehicles for load transportation from environmental remote sensing to construction and parcel delivery. One of the main challenges is accurate control of the load position and trajectory. This paper presents an assessment of real flight trials for the control of an autonomous multi-rotor with a suspended slung load using only visual feedback to determine the load position. This method uses an onboard camera to take advantage of a common visual marker detection algorithm to robustly detect the load location. The load position is calculated using an onboard processor, and transmitted over a wireless network to a ground station integrating MATLAB/SIMULINK and Robotic Operating System (ROS) and a Model Predictive Controller (MPC) to control both the load and the UAV. To evaluate the system performance, the position of the load determined by the visual detection system in real flight is compared with data received by a motion tracking system. The multi-rotor position tracking performance is also analyzed by conducting flight trials using perfect load position data and data obtained only from the visual system. Results show very accurate estimation of the load position (~5% Offset) using only the visual system and demonstrate that the need for an external motion tracking system is not needed for this task.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Architecture focuses on designing built environments in response to society’s needs, reflecting culture through materials and forms. The physical boundaries of the city have become blurred through the integration of digital media, connecting the physical environment with the digital. In the recent past the future was imagined as highly technological; 1982 Ridley Scott’s Blade Runner is set in 2019 and introduces a world where supersized screens inject advertisements in the cluttered urban space. Now, in 2015 screens are central to everyday life, but in a completely different way in respect to what had been imagined. Through ubiquitous computing and social media, information is abundant. Digital technologies have changed the way people relate to cities supporting discussion on multiple levels, allowing citizens to be more vocal than ever before. We question how architects can use the affordances of urban informatics to obtain and navigate useful social information to inform design. This chapter investigates different approaches to engage communities in the debate on cities, in particular it aims to capture citizens’ opinions on the use and design of public places. Physical and digital discussions have been initiated to capture citizens’ opinions on the use and design of public places. In addition to traditional consultation methods, Web 2.0 platforms, urban screens, and mobile apps are used in the context of Brisbane, Australia to explore contemporary strategies of engagement (Gray 2014).