Journal articles on the topic 'Hadoop (Computer program)'

To see the other types of publications on this topic, follow the link: Hadoop (Computer program).

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the top 25 journal articles for your research on the topic 'Hadoop (Computer program).'

Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.

You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.

Browse journal articles on a wide variety of disciplines and organise your bibliography correctly.

1

Huang, Tzu-Chi, Guo-Hao Huang, and Ming-Fong Tsai. "Improving the Performance of MapReduce for Small-Scale Cloud Processes Using a Dynamic Task Adjustment Mechanism." Mathematics 10, no. 10 (May 19, 2022): 1736. http://dx.doi.org/10.3390/math10101736.

Full text
Abstract:
The MapReduce architecture can reliably distribute massive datasets to cloud worker nodes for processing. When each worker node processes the input data, the Map program generates intermediate data that are used by the Reduce program for integration. However, as the worker nodes process the MapReduce tasks, there are differences in the number of intermediate data created, due to variation in the operating-system environments and the input data, which results in the phenomenon of laggard nodes and affects the completion time for each small-scale cloud application task. In this paper, we propose a dynamic task adjustment mechanism for an intermediate-data processing cycle prediction algorithm, with the aim of improving the execution performance of small-scale cloud applications. Our mechanism dynamically adjusts the number of Map and Reduce program tasks based on the intermediate-data processing capabilities of each cloud worker node, in order to mitigate the problem of performance degradation caused by the limitations on the Google Cloud platform (Hadoop cluster) due to the phenomenon of laggards. The proposed dynamic task adjustment mechanism was compared with a simulated Hadoop system in a performance analysis, and an improvement of at least 5% in the processing efficiency was found for a small-scale cloud application.
APA, Harvard, Vancouver, ISO, and other styles
2

Ceballos, Oscar, Carlos Alberto Ramírez Restrepo, María Constanza Pabón, Andres M. Castillo, and Oscar Corcho. "SPARQL2Flink: Evaluation of SPARQL Queries on Apache Flink." Applied Sciences 11, no. 15 (July 30, 2021): 7033. http://dx.doi.org/10.3390/app11157033.

Full text
Abstract:
Existing SPARQL query engines and triple stores are continuously improved to handle more massive datasets. Several approaches have been developed in this context proposing the storage and querying of RDF data in a distributed fashion, mainly using the MapReduce Programming Model and Hadoop-based ecosystems. New trends in Big Data technologies have also emerged (e.g., Apache Spark, Apache Flink); they use distributed in-memory processing and promise to deliver higher data processing performance. In this paper, we present a formal interpretation of some PACT transformations implemented in the Apache Flink DataSet API. We use this formalization to provide a mapping to translate a SPARQL query to a Flink program. The mapping was implemented in a prototype used to determine the correctness and performance of the solution. The source code of the project is available in Github under the MIT license.
APA, Harvard, Vancouver, ISO, and other styles
3

Zuo, Zhiqiang, Kai Wang, Aftab Hussain, Ardalan Amiri Sani, Yiyu Zhang, Shenming Lu, Wensheng Dou, et al. "Systemizing Interprocedural Static Analysis of Large-scale Systems Code with Graspan." ACM Transactions on Computer Systems 38, no. 1-2 (July 2021): 1–39. http://dx.doi.org/10.1145/3466820.

Full text
Abstract:
There is more than a decade-long history of using static analysis to find bugs in systems such as Linux. Most of the existing static analyses developed for these systems are simple checkers that find bugs based on pattern matching. Despite the presence of many sophisticated interprocedural analyses, few of them have been employed to improve checkers for systems code due to their complex implementations and poor scalability. In this article, we revisit the scalability problem of interprocedural static analysis from a “Big Data” perspective. That is, we turn sophisticated code analysis into Big Data analytics and leverage novel data processing techniques to solve this traditional programming language problem. We propose Graspan , a disk-based parallel graph system that uses an edge-pair centric computation model to compute dynamic transitive closures on very large program graphs. We develop two backends for Graspan, namely, Graspan-C running on CPUs and Graspan-G on GPUs, and present their designs in the article. Graspan-C can analyze large-scale systems code on any commodity PC, while, if GPUs are available, Graspan-G can be readily used to achieve orders of magnitude speedup by harnessing a GPU’s massive parallelism. We have implemented fully context-sensitive pointer/alias and dataflow analyses on Graspan. An evaluation of these analyses on large codebases written in multiple languages such as Linux and Apache Hadoop demonstrates that their Graspan implementations are language-independent, scale to millions of lines of code, and are much simpler than their original implementations. Moreover, we show that these analyses can be used to uncover many real-world bugs in large-scale systems code.
APA, Harvard, Vancouver, ISO, and other styles
4

Lee, Kyong-Ha, Woo Lam Kang, and Young-Kyoon Suh. "Improving I/O Efficiency in Hadoop-Based Massive Data Analysis Programs." Scientific Programming 2018 (December 2, 2018): 1–9. http://dx.doi.org/10.1155/2018/2682085.

Full text
Abstract:
Apache Hadoop has been a popular parallel processing tool in the era of big data. While practitioners have rewritten many conventional analysis algorithms to make them customized to Hadoop, the issue of inefficient I/O in Hadoop-based programs has been repeatedly reported in the literature. In this article, we address the problem of the I/O inefficiency in Hadoop-based massive data analysis by introducing our efficient modification of Hadoop. We first incorporate a columnar data layout into the conventional Hadoop framework, without any modification of the Hadoop internals. We also provide Hadoop with indexing capability to save a huge amount of I/O while processing not only selection predicates but also star-join queries that are often used in many analysis tasks.
APA, Harvard, Vancouver, ISO, and other styles
5

Dicky, Timothy, Alva Erwin, and Heru Purnomo Ipung. "Developing a Scalable and Accurate Job Recommendation System with Distributed Cluster System using Machine Learning Algorithm." Journal of Applied Information, Communication and Technology 7, no. 2 (March 17, 2021): 71–78. http://dx.doi.org/10.33555/jaict.v7i2.108.

Full text
Abstract:
The purpose of this research is to develop a job recommender system based on the Hadoop MapReduce framework to achieve scalability of the system when it processes big data. Also, a machine learning algorithm is implemented inside the job recommender to produce an accurate job recommendation. The project begins by collecting sample data to build an accurate job recommender system with a centralized program architecture. Then a job recommender with a distributed system program architecture is implemented using Hadoop MapReduce which then deployed to a Hadoop cluster. After the implementation, both systems are tested using a large number of applicants and job data, with the time required for the program to compute the data is recorded to be analyzed. Based on the experiments, we conclude that the recommender produces the most accurate result when the cosine similarity measure is used inside the algorithm. Also, the centralized job recommender system is able to process the data faster compared to the distributed cluster job recommender system. But as the size of the data grows, the centralized system eventually will lack the capacity to process the data, while the distributed cluster job recommender is able to scale according to the size of the data.
APA, Harvard, Vancouver, ISO, and other styles
6

Sanchez, David, Oswaldo Solarte, Victor Bucheli, and Hugo Ordonez. "Evaluating The Scalability of Big Data Frameworks." Scalable Computing: Practice and Experience 19, no. 3 (September 14, 2018): 301–7. http://dx.doi.org/10.12694/scpe.v19i3.1402.

Full text
Abstract:
The aim of this paper is to present a method based on the Isoefficiency for assessing the scalability in big data environments. The programs word count and sort were implemented and compared in Hadoop and Spark. The results confirm that isoefficiency presented a linear growth as the size of the data sets was increased. It was experimentally confronted that the evaluated frameworks are scalable and a model of the form Y (s) = β X(s)$ where β ≈[0.47-0.85] <1 was obtained. The paper discuss how the scalability in big data is governed by a constant of scalability (β).
APA, Harvard, Vancouver, ISO, and other styles
7

Tall, Anne M., and Cliff C. Zou. "A Framework for Attribute-Based Access Control in Processing Big Data with Multiple Sensitivities." Applied Sciences 13, no. 2 (January 16, 2023): 1183. http://dx.doi.org/10.3390/app13021183.

Full text
Abstract:
There is an increasing demand for processing large volumes of unstructured data for a wide variety of applications. However, protection measures for these big data sets are still in their infancy, which could lead to significant security and privacy issues. Attribute-based access control (ABAC) provides a dynamic and flexible solution that is effective for mediating access. We analyzed and implemented a prototype application of ABAC to large dataset processing in Amazon Web Services, using open-source versions of Apache Hadoop, Ranger, and Atlas. The Hadoop ecosystem is one of the most popular frameworks for large dataset processing and storage and is adopted by major cloud service providers. We conducted a rigorous analysis of cybersecurity in implementing ABAC policies in Hadoop, including developing a synthetic dataset of information at multiple sensitivity levels that realistically represents healthcare and connected social media data. We then developed Apache Spark programs that extract, connect, and transform data in a manner representative of a realistic use case. Our result is a framework for securing big data. Applying this framework ensures that serious cybersecurity concerns are addressed. We provide details of our analysis and experimentation code in a GitHub repository for further research by the community.
APA, Harvard, Vancouver, ISO, and other styles
8

Ortega, Pablo G., and David R. Entem. "Coupling Hadron-Hadron Thresholds within a Chiral Quark Model Approach." Symmetry 13, no. 2 (February 6, 2021): 279. http://dx.doi.org/10.3390/sym13020279.

Full text
Abstract:
Heavy hadron spectroscopy was well understood within the naive quark model until the end of the past century. However, in 2003, the X(3872) was discovered, with puzzling properties difficult to understand in the simple naive quark model picture. This state made clear that excited states of heavy mesons should be coupled to two-meson states in order to understand not only the masses but, in some cases, unexpected decay properties. In this work, we will give an overview of a way in which the naive quark model can be complemented with the coupling to two hadron thresholds. This program has been already applied to the heavy meson spectrum with the chiral quark model, and we show some examples where thresholds are of special relevance.
APA, Harvard, Vancouver, ISO, and other styles
9

S.Kalai vani, Y., and Dr P.Ranjana. "Anomaly Detection in Distributed Denial of Service Attack using Map Reduce Improvised counter-based algorithm in Hadoop." International Journal of Engineering & Technology 7, no. 4.36 (December 9, 2018): 390. http://dx.doi.org/10.14419/ijet.v7i4.36.23811.

Full text
Abstract:
A Distributed Denial of Service (DDOS) is one of the major threats in the cyber network and it causes the computers flooded with the Users Datagram Packet (UDP).This type of attack crashes the victim with large volume of traffic and the victim is not capable of performing normal communication and crashes it completely. To handle this DDOS attack the normal Intrusion Detection System is not suitable to hold and find the amount of the data in the network. Hadoop is a frame work that allows huge amount of data and it is used to processes the huge amount of data. A Map reduce program comprises of a Map task that performs filtering and sorting and a Reduce task that performs summary operation. The propose work focuses on the detection algorithm based on Map Reduce platform which uses the Improvised counter based (MRICB) algorithm to detect the DDOS flooding attacks. The MRICB algorithm is implemented with Map Reduce functionalities at the stage of verifying the Network IPS. This proposed algorithm also focuses on the UDP flooding attack using anomaly based intrusion detection technique that identifies the kind of packets and the flow of packet in the node is more that the set threshold and also identifies the source code causing UDP Flood attack . Thus it ensures the normal communication with large volume of traffic.
APA, Harvard, Vancouver, ISO, and other styles
10

Umam, Aguswan Khotibul. "Perberdayaan Santri Melalui Pendidikan Kecakapan Hidup." Tarbawiyah Jurnal Ilmiah Pendidikan 1, no. 01 (January 7, 2018): 163. http://dx.doi.org/10.32332/tarbawiyah.v1i01.1015.

Full text
Abstract:
Pesantren’s roles include providing life skill and internalizing Islamic principles in real life contexts. This research was focused on the empowerment of students’ life skill: personal skill,thinking skill, social skill, academic skill, and vocational skill at Pondok Pesantren Darul A’mal Metro Lampung. The students were trained on life skills through several trainings: reciting Islamic classical book,computer and IT, fahmil Qur’an, tilwatil Qur’an, public speaking skills, calligraphy, tahkfid nadzom, hadroh, syaril Qur’an; and the students also have opportunity to follow shalawat singing training and pencak silat sport such as Persaudaraan Setia Hati and Pagar Nusa. In order to succeed these programs, all stakeholders should cooperate to develop students’ life skills according to teaching vision and mission of the Pondok Pesantren.
APA, Harvard, Vancouver, ISO, and other styles
11

Kavitha, C., S. R. Srividhya, Wen-Cheng Lai, and Vinodhini Mani. "IMapC: Inner MAPping Combiner to Enhance the Performance of MapReduce in Hadoop." Electronics 11, no. 10 (May 17, 2022): 1599. http://dx.doi.org/10.3390/electronics11101599.

Full text
Abstract:
Hadoop is a framework for storing and processing huge amounts of data. With HDFS, large data sets can be managed on commodity hardware. MapReduce is a programming model for processing vast amounts of data in parallel. Mapping and reducing can be performed by using the MapReduce programming framework. A very large amount of data is transferred from Mapper to Reducer without any filtering or recursion, resulting in overdrawn bandwidth. In this paper, we introduce an algorithm called Inner MAPping Combiner (IMapC) for the map phase. This algorithm in the Mapper combines the values of recurring keys. In order to test the efficiency of the algorithm, different approaches were tested. According to the test, MapReduce programs that are implemented with the Default Combiner (DC) of IMapC will be 70% more efficient than those that are implemented without one. To make computations significantly faster, this work can be combined with MapReduce.
APA, Harvard, Vancouver, ISO, and other styles
12

Cheremnova, Mariya, Alexey Chernyshov, Yevheniia Khyzhniak, Olga Kodolova, Valentin Kuzmin, Igor Lokhtin, Ludmila Malinina, Konstantin Mikhaylov, and Grigory Nigmatkulov. "Particle Multiplicity Fluctuations and Spatiotemporal Properties of Particle-Emitting Source of Strongly Interacting Matter for NICA and RHIC Energies." Symmetry 14, no. 7 (June 25, 2022): 1316. http://dx.doi.org/10.3390/sym14071316.

Full text
Abstract:
The results of the model analysis of hadron femtoscopic correlations and factorial moments of particle multiplicity in heavy ion collisions for the energy range of the Beam Energy Scan (BES) program at RHIC and future NICA collider are presented. For this purpose, the simulation of Au+Au collisions at center-of-mass energies 7.7 and 11.5 GeV per nucleon pair using the UrQMD, vHLLE+UrQMD (with the crossover and first-order equation of states), and HYDJET++ event generators was performed. The sensitivity of pion and kaon correlation radii and the dependence of the factorial moments on heavy ion beam energy to quark–hadron phase transition details was studied. In addition, the possible influence of some relevant detector effects on the corresponding experimental observables is discussed.
APA, Harvard, Vancouver, ISO, and other styles
13

Ratnikov, Fedor. "Generative Adversarial Networks for LHCb Fast Simulation." EPJ Web of Conferences 245 (2020): 02026. http://dx.doi.org/10.1051/epjconf/202024502026.

Full text
Abstract:
LHCb is one of the major experiments operating at the Large Hadron Collider at CERN. The richness of the physics program and the increasing precision of the measurements in LHCb lead to the need of ever larger simulated samples. This need will increase further when the upgraded LHCb detector will start collecting data in the LHC Run 3. Given the computing resources pledged for the production of Monte Carlo simulated events in the next years, the use of fast simulation techniques will be mandatory to cope with the expected dataset size. Generative models, which are nowadays widely used for computer vision and image processing, are being investigated in LHCb to accelerate generation of showers in the calorimeter and high-level responses of Cherenkov detector. We demonstrate that this approach provides high-fidelity results and discuss possible implications of these results. We also present an implementation of this algorithm into LHCb simulation software and validation tests.
APA, Harvard, Vancouver, ISO, and other styles
14

Słodkowski, Marcin, Dominik Setniewski, Paweł Aszklar, and Joanna Porter-Sobieraj. "Modeling the Dynamics of Heavy-Ion Collisions with a Hydrodynamic Model Using a Graphics Processor." Symmetry 13, no. 3 (March 20, 2021): 507. http://dx.doi.org/10.3390/sym13030507.

Full text
Abstract:
Dense bulk matter is formed during heavy-ion collision and expands towards a vacuum. It behaves as a perfect fluid, described by relativistic hydrodynamics. In order to study initial condition fluctuation and properties of jet propagation in dense hot matter, we assume a Cartesian laboratory frame with several million cells in a stencil with high-accuracy data volume grids. Employing numerical algorithms to solve hydrodynamic equations in such an assumption requires a lot of computing power. Hydrodynamic simulations of nucleus + nucleus interactions in the range of energies of the Large Hadron Collider (LHC) are carried out using our program, which uses Graphics Processing Units (GPUs) and Compute Unified Device Architecture (CUDA). In this work, we focused on transforming hydrodynamic quantities into kinetic descriptions. We implemented the hypersurface freeze-out conditions using marching cubes techniques. We developed freeze-out procedures to obtain the momentum distributions of particles on the hypersurface. The final particle distributions, elliptic flow, and higher harmonics are comparable to the experimental LHC data.
APA, Harvard, Vancouver, ISO, and other styles
15

Omar, Hoger Khayrolla, and Alaa Khalil Jumaa. "Distributed big data analysis using spark parallel data processing." Bulletin of Electrical Engineering and Informatics 11, no. 3 (June 1, 2022): 1505–15. http://dx.doi.org/10.11591/eei.v11i3.3187.

Full text
Abstract:
Nowadays, the big data marketplace is rising rapidly. The big challenge is finding a system that can store and handle a huge size of data and then processing that huge data for mining the hidden knowledge. This paper proposed a comprehensive system that is used for improving big data analysis performance. It contains a fast big data processing engine using Apache Spark and a big data storage environment using Apache Hadoop. The system tests about 11 Gigabytes of text data which are collected from multiple sources for sentiment analysis. Three different machine learning (ML) algorithms are used in this system which is already supported by the Spark ML package. The system programs were written in Java and Scala programming languages and the constructed model consists of the classification algorithms as well as the pre-processing steps in a figure of ML pipeline. The proposed system was implemented in both central and distributed data processing. Moreover, some datasets manipulation manners have been applied in the system tests to check which manner provides the best accuracy and time performance. The results showed that the system works efficiently for treating big data, it gains excellent accuracy with fast execution time especially in the distributed data nodes.
APA, Harvard, Vancouver, ISO, and other styles
16

Jeong, Eue-Jin. "QCD QED Potentials, Quark Confinement." International Journal of Fundamental Physical Sciences 12, no. 3 (September 17, 2022): 29–34. http://dx.doi.org/10.14331/ijfps.2022.330153.

Full text
Abstract:
One of the enduring puzzles in high energy particle physics is why quarks do not exist independently ‎despite their existence inside the hadron as quarks have never been found in isolation. This problem may ‎be solved by formulating a QCD potential for the entire range of interaction distances of the quarks. The ‎mystery could be related to the fundamental origin of the mass of elementary particles despite the success ‎of the quantum field theories to the highest level of accuracy. The renormalization program is an essential ‎part of the calculation of the scattering amplitudes, where the infinities of the calculated masses of the ‎elementary particles are subtracted for the progressive calculation of the higher-order perturbative terms. ‎The mathematical structure of the mass term from quantum field theories expressed in the form of infinities ‎suggests that there may exist a finite dynamical mass in the limit when the input mass parameter ‎approaches zero. The Lagrangian recovers symmetry at the same time as the input mass becomes zero, ‎whereas the self-energy diagrams acquire a finite dynamical mass in the 4-dimensional space when the ‎dimensional regularization method of renormalization is utilized. We report a new finding that using the ‎mathematical expression of the self-energy(mass) for photons and gluons calculated from this method, the ‎complex form of the QCD and QED interaction potentials can be obtained by replacing the fixed ‎interaction mediating particle’s mass and coupling constants in Yukawa potential with the scale-‎dependent running coupling constant and the corresponding dynamical mass. The derived QCD QED ‎potentials predict the behavior of the related elementary particles exactly as verified by experimental ‎observation.‎
APA, Harvard, Vancouver, ISO, and other styles
17

Argos, Fernando Carrió. "The Data Acquisition System for the ATLAS Phase-II Tile Calorimeter Demonstrator." EPJ Web of Conferences 253 (2021): 01002. http://dx.doi.org/10.1051/epjconf/202125301002.

Full text
Abstract:
The Tile Calorimeter (TileCal) is the central hadronic calorimeter of the ATLAS experiment at Large Hadron Collider (LHC). The TileCal readout system consists of about 10,000 channels. In 2025, the LHC will be upgraded leading into the High Luminosity LHC (HL-LHC). The HL-LHC will be capable to deliver an instantaneous luminosity up to seven times compared to the LHC nominal luminosity. The TileCal Phase-II upgrade will replace the majority of the on-detector and off-detector electronics using a new readout schema for the HL-LHC era. The on-detector electronics will digitize and transmit calorimeter signals to the off-detector electronics at the bunch crossing frequency. In the counting rooms, the off-detector electronics will store the digitized samples in pipelined buffers and compute reconstructed trigger objects for the first level of trigger. The TileCal Phase-II upgrade project has undertaken an extensive R&D program which includes the development of a Demonstrator module to evaluate the performance of the new clock and readout architecture for the HL-LHC. A Demonstrator module containing the upgrade on-detector readout electronics was built, tested during several test beam campaigns, and inserted into the ATLAS experiment. The Demonstrator module is operated and read out using a Tile PreProcessor (TilePPr) Demonstrator which enables backward compatibility with the present ATLAS Trigger and Data AcQuisition and the Timing, Trigger and Command systems. This contribution describes the components of the clock distribution and data acquisition system for the Demonstrator module, and its implementation in the ATLAS experiment.
APA, Harvard, Vancouver, ISO, and other styles
18

Mendoza-González, Omar, Mónica Amador-García, Yurivia Torres-Meraz, and Fabiola García-Padrón. "Analysis, design, and creation of a learning program in Big Data at the higher education level: Case study Instituto Tecnológico Superior de Rioverde, SLP." Revista Tecnologías de la Información y Comunicaciones, June 30, 2021, 9–13. http://dx.doi.org/10.35429/jitc.2021.13.5.9.13.

Full text
Abstract:
In this paper results of a quantitative and qualitative study are shown to identify interest and acceptance level of Big Data in university students. The creation of a learning program is proposed that will allow students to obtain the necessary knowledge to form a solid foundation regarding Big Data, as well as the necessary tools to start working with this technology. A survey has been carried out of students who study the Educational Programs of Computer Engineering and Engineering in Computer Systems at ITSRV, the results show that 41% of the respondent’s report having zero knowledge of Big Data, 51.28% mention that it is important to learn about the subject by development professional and the most suitable way, according to the answers, is through a workshop or a certification. Of the eight most used Big Data tools, Hadoop and Spark were the ones identified by the respondents, due to this, and the literature reviewed, it is important that spaces and Big Data learning programs are generated in higher level institutions that allow Students obtain the necessary basic knowledge and identify applications of Big Data in the professional and job context.
APA, Harvard, Vancouver, ISO, and other styles
19

Chen, Jinxiang, Fuyi Li, Miao Wang, Junlong Li, Tatiana T. Marquez-Lago, André Leier, Jerico Revote, Shuqin Li, Quanzhong Liu, and Jiangning Song. "BigFiRSt: A Software Program Using Big Data Technique for Mining Simple Sequence Repeats From Large-Scale Sequencing Data." Frontiers in Big Data 4 (January 18, 2022). http://dx.doi.org/10.3389/fdata.2021.727216.

Full text
Abstract:
BackgroundSimple Sequence Repeats (SSRs) are short tandem repeats of nucleotide sequences. It has been shown that SSRs are associated with human diseases and are of medical relevance. Accordingly, a variety of computational methods have been proposed to mine SSRs from genomes. Conventional methods rely on a high-quality complete genome to identify SSRs. However, the sequenced genome often misses several highly repetitive regions. Moreover, many non-model species have no entire genomes. With the recent advances of next-generation sequencing (NGS) techniques, large-scale sequence reads for any species can be rapidly generated using NGS. In this context, a number of methods have been proposed to identify thousands of SSR loci within large amounts of reads for non-model species. While the most commonly used NGS platforms (e.g., Illumina platform) on the market generally provide short paired-end reads, merging overlapping paired-end reads has become a common way prior to the identification of SSR loci. This has posed a big data analysis challenge for traditional stand-alone tools to merge short read pairs and identify SSRs from large-scale data.ResultsIn this study, we present a new Hadoop-based software program, termed BigFiRSt, to address this problem using cutting-edge big data technology. BigFiRSt consists of two major modules, BigFLASH and BigPERF, implemented based on two state-of-the-art stand-alone tools, FLASH and PERF, respectively. BigFLASH and BigPERF address the problem of merging short read pairs and mining SSRs in the big data manner, respectively. Comprehensive benchmarking experiments show that BigFiRSt can dramatically reduce the execution times of fast read pairs merging and SSRs mining from very large-scale DNA sequence data.ConclusionsThe excellent performance of BigFiRSt mainly resorts to the Big Data Hadoop technology to merge read pairs and mine SSRs in parallel and distributed computing on clusters. We anticipate BigFiRSt will be a valuable tool in the coming biological Big Data era.
APA, Harvard, Vancouver, ISO, and other styles
20

Bothmann, Enrico, Walter Giele, Stefan Höche, Joshua Isaacson, and Max Knobbe. "Codebase release 1.0 for BlockGen." SciPost Physics Codebases, August 23, 2022. http://dx.doi.org/10.21468/scipostphyscodeb.3-r1.0.

Full text
Abstract:
The compute efficiency of Monte-Carlo event generators for the Large Hadron Collider is expected to become a major bottleneck for simulations in the high-luminosity phase. Aiming at the development of a full-fledged generator for modern GPUs, we study the performance of various recursive strategies to compute multi-gluon tree-level amplitudes. We investigate the scaling of the algorithms on both CPU and GPU hardware. Finally, we provide practical recommendations as well as baseline implementations for the development of future simulation programs. The GPU implementations can be found at: https://www.gitlab.com/ebothmann/blockgen-archive.
APA, Harvard, Vancouver, ISO, and other styles
21

Bothmann, Enrico, Walter Giele, Stefan Höche, Joshua Isaacson, and Max Knobbe. "Many-gluon tree amplitudes on modern GPUs: A case study for novel event generators." SciPost Physics Codebases, August 23, 2022. http://dx.doi.org/10.21468/scipostphyscodeb.3.

Full text
Abstract:
The compute efficiency of Monte-Carlo event generators for the Large Hadron Collider is expected to become a major bottleneck for simulations in the high-luminosity phase. Aiming at the development of a full-fledged generator for modern GPUs, we study the performance of various recursive strategies to compute multi-gluon tree-level amplitudes. We investigate the scaling of the algorithms on both CPU and GPU hardware. Finally, we provide practical recommendations as well as baseline implementations for the development of future simulation programs. The GPU implementations can be found at: https://www.gitlab.com/ebothmann/blockgen-archive.
APA, Harvard, Vancouver, ISO, and other styles
22

Garzelli, M. V., L. Kemmler, S. Moch, and O. Zenaiev. "Heavy-flavor hadro-production with heavy-quark masses renormalized in the $$ \overline{\mathrm{MS}} $$, MSR and on-shell schemes." Journal of High Energy Physics 2021, no. 4 (April 2021). http://dx.doi.org/10.1007/jhep04(2021)043.

Full text
Abstract:
Abstract We present predictions for heavy-quark production at the Large Hadron Collider making use of the $$ \overline{\mathrm{MS}} $$ MS ¯ and MSR renormalization schemes for the heavy-quark mass as alternatives to the widely used on-shell renormalization scheme. We compute single and double differential distributions including QCD corrections at next-to-leading order and investigate the renormalization and factorization scale dependence as well as the perturbative convergence in these mass renormalization schemes. The implementation is based on publicly available programs, MCFM and xFitter, extending their capabilities. Our results are applied to extract the top-quark mass using measurements of the total and differential $$ t\overline{t} $$ t t ¯ production cross-sections and to investigate constraints on parton distribution functions, especially on the gluon distribution at low x values, from available LHC data on heavy-flavor hadro-production.
APA, Harvard, Vancouver, ISO, and other styles
23

Shaw, Janice Marion. "The Curious Transformation of Boy to Computer." M/C Journal 19, no. 4 (August 31, 2016). http://dx.doi.org/10.5204/mcj.1130.

Full text
Abstract:
Mark Haddon’s The Curious Incident of the Dog in the Night-Time has achieved success as “the new Rain Man” or “the new definitive, popular account of the autistic condition” (Burks-Abbott 294). Integral to its favourable reception is the way it conflates the autistic main character, the fifteen-year-old narrator Christopher Boone, with the savant, or individual who exhibits both neurological problems and giftedness, thereby engaging with the way autism is presented in popular culture. In a variety of contemporary films and television series, autism has been transformed from a disability to a form of giftedness by relating it to abilities associated in contemporary media with a genius, in particular by invoking the metaphor of an autistic mind as a type of computer. As a result, the book engages with the current association of giftedness in mathematics and science with social awkwardness and isolation as constructed in popular culture: in idiomatic terms, the genius “nerd” figure characterised by an uncertain, adolescent approach to social contact (Kendall 353). The disablement of the character is, then, lessened so that the idea of being “special,” continually evoked throughout the text, has a transformative function that is related less to the special needs of those with a disability and more to the common element in adolescent fiction of longing for extraordinary power and control through being a special, gifted individual. The Curious Incident of the Dog in the Night-Time relates the protagonist, Christopher, to Sherlock Holmes and his methods of detection, specifically through the title being taken from a story by Conan Doyle, “Silver Blaze,” in which the “curious incident” referred to is that the dog did nothing in the night. In the original story, that the dog did not bark or react to an intruder was a clue that the person was known to the animal, so allowing Holmes to solve the crime by a process of deduction. Christopher copies these traditional methods of the classical detective to solve his personal mystery, that of who killed a neighbour’s dog, Wellington. The adoption of this title allows a double irony to emerge. Christopher’s attempts to emulate Holmes in his approach to crime are predicated on his assumption of his likeness to the model of the classical detective as he states, “I think that if I were a proper detective he is the kind of detective I would be,” pointing out the similarity of their powers of observation and his ability, like Holmes, to “detach his mind at will” as well as his capacity to find patterns in events (92). Through the novel, these attributes are aligned with his autism, constructing a trope of his disability conferring extraordinary abilities that are predicated on a computer-like detachment and precision in his method of thinking. The accessible narrative of the autistic Christopher gives the reader the impression of being able to understand the perspective of an individual with a spectrum disorder. In this way, the text not only engages with, but contributes to the construction of this disability in current popular culture as merely an extension of giftedness, especially in mathematics, and an associated unwillingness to communicate. Indeed, according to Raoul Eshelman, “one of its most engaging narrative devices is to make us identify with a mentally impaired narrator who is manifestly not interested in identifying either with us or anyone else” (1). The main character’s reference to mathematical and scientific ideas exploits an interest in giftedness already established by popular literature and film, and engages with a transformation effected in popular culture of the genius as autistic, and its corollary of an autistic person as potentially a genius. Such a construction ranges from fictional characters like Sheldon in The Big Bang Theory, Charlie and his physicist colleagues in Numb3rs, and Raymond Babbitt in Rain Man, to real life characters or representative figures in reality series and feature films such as x + y, The Imitation Game, The Big Short, and the television program Beauty and the Geek. While never referring specifically to autism, all the real or fictional representations contribute to the construction of a stereotype in which behaviours on the autistic spectrum are linked to a talent in mathematics and the sciences. In addition to this, detectives in the classical crime fiction alluded to in the novel typically exhibit traits of superhuman powers of deduction, pattern making, and problem solving that engage with the popular notion of genius in general and mathematics in particular by possessing a mind like a computer. Such detectives from current television series as Saga from The Bridge and Spencer Reid from Criminal Minds exhibit distance, coldness, and lack of social awareness or empathy with others, and this is presented as the basis of their extraordinary ability to discern patterns and solve crime. Spencer Reid, for example, has three PhDs in Science disciplines and Mathematics. Charlie in the television series Numb3rs is also a genius who uses his mathematical abilities to not only find the solution to crime but also explain the maths behind it to his FBI colleagues, and, in conjunction, the audience. But the character with the clearest association to Christopher is, naturally, Sherlock Holmes, both as constructed in Conan Doyle’s original text and the current adaptations and transformations of it. The television series Sherlock and Elementary, as well as the films Sherlock Holmes and Sherlock Holmes: A Game of Shadows all invoke a version of Holmes in which his powers of deduction are associated with symptoms to be found in a spectrum disorder.Like Christopher, the classical detective is characterised by being cold, emotionless, distant, socially inept, and isolated, but also keenly observant, analytical, and scientific; one who approaches the crime as a puzzle to be solved (Cawelti 43) with computer-like precision. In what is considered to be the original detective story, The Murders in the Rue Morgue, Poe included a “pseudo-mathematical logic in his literary scenario” (Platten 255). In Conan Doyle’s stories, Holmes, too, adopts a mathematical and scientific approach to construct patterns from clues that he alone can discern, and thereby solve the crime. The depiction of investigators in contemporary media such as Charlie in Numb3rs engages with these origins so that he is objective, dispassionate, and able to relate to real-world problems only through the filter of mathematical formulae. Christopher is presented similarly by engaging with the idea of the detective as implied savant and relying on an ability to discern patterns for successful crime solving.The book links the disabling behaviours of autism with the savant, so that the stereotype of the mystic displaying both disability and giftedness in fiction of earlier ages has been transformed in contemporary literature to a figure with extraordinary powers related both to autism and to the contemporary form of mysticism: innate mathematical ability and computer-style calculation. Allied with what Murray terms the “unknown and ambiguous nature” of autism, it is characterised as “the alien within the human, the mystical within the rational, the ultimate enigma” (25) in a way that is in keeping with the current fascination with the nature of genius and its association with being “special,” a term continually evoked and discussed throughout the book by the main character. The chapters on scientific ideas relate to Christopher’s world view, filtered through a mathematical and analytical approach to life and relationships with other people. Christopher examines beliefs such as the concept of humanity as superior to other animals, and the idea of religion and creationism, that is, the idea of humanity itself as special, with a cold and logical approach. He similarly discusses the idea of the individual person as special, linking this to a metaphor of the human mind being a computer (203, 148). Christopher’s narrow perspective as a result of his autism is not presented as disabling so much as protective, because the metaphorical connection of his viewpoint to a computer provides him with distance. Although initially Christopher fails to realise the significance of events, this allows him to be “switched off” (103) from events that he finds traumatising.The transformative metaphor of an autistic individual thinking like a computer is also invoked through Christopher’s explanation of “why people think that their brains are special, and different from computers” (147). Indeed, both in terms of his tendency to retreat or by “pressing CTRL + ALT + DEL and shutting down programs and turning the computer off and rebooting” (178) in times of stress, Christopher metaphorically views himself as a computer. Such a perspective invokes yet another popular cultural reference through the allusion to the human brain as “Captain Jean-Luc Picard in Star Trek: The Next Generation, sitting in his captain’s seat looking at a big screen” (147). But more importantly, the explanation refers to the basic premise of the book, that the text offers access to a condition that is inherently unknowable, but able to be understood by the reader through metaphor, often based on computers or technology as a result of a popular construction of autism that “the condition is the product of a brain in which the hard drive is incorrectly formatted” (Murray 25).Throughout the novel, the notion of “special” is presented as a trope for those with a disability, but as the protagonist, Christopher, points out, everyone is special in some way, so the whole idea of a disability as disabling is problematised throughout the text, while its associations of giftedness are upheld. Christopher’s disability, never actually designated as Asperger’s Syndrome or any type of spectrum disorder, is transformed into a protective mechanism that shields him from problematic social relationships of which he is unaware, but that the less naïve reader can well discern. In this way, rather than a limitation, the main character’s disorder protects him from a harsh reality. Even Christopher’s choice of Holmes as a role model is indicative of his desire to impose an eccentric order on his world, since this engages with a character in popular fiction who is famous not simply for his abilities, but for his eccentricity bordering on a form of autism. His aloof personality and cold logic not only fail to hamper him in his investigations, but these traits actually form the basis of them. The majority of recent adaptations of Conan Doyle’s stories, especially the BBC series Sherlock, depict Holmes with symptoms associated with spectrum disorder such as lack of empathy, difficulty in communication, and limited social skills, and these are clearly shown as contributing to his problem-solving ability. The trope of Christopher as detective also allows a parodic, postmodern comment on the classical detective form, because typically this fiction has a detective that knows more than the reader, and therefore the goal for the reader is to find the solution to the crime before it is revealed by the investigator in the final stages of the text (Rzepka 14). But the narrative works ironically in the novel since the non-autistic reader knows more than a narrator who is hampered by a limited worldview. From the beginning of the book, the narrative as focalised through Christopher’s narrow perspective allows a more profound view of events to be adopted by the reader, who is able to read clues that elude the protagonist. Christopher is well aware of this as he explains his attraction to the murder mystery novel, even though he has earlier stated he does not like novels since his inability to imagine or empathise means he is unable to relate to their fiction. For him, the genre of murder mystery is more akin to the books on maths and science that he finds comprehensible, because, like the classical detective, he views the crime as primarily a puzzle to be solved: as he states, “In a murder mystery novel someone has to work out who the murderer is and then catch them. It is a puzzle. If it is a good puzzle you can sometimes work out the answer before the end of the book” (5). But unlike Christopher, Holmes invariably knows more about the crime, can interpret the clues, and find the pattern, before other characters such as Watson, and especially the reader. In contrast, in The Curious Incident of the Dog in the Night-Time, the reader has more awareness of the probable context and significance of events than Christopher because, like a computer, he can calculate but not imagine. The reader can interpret clues within the plot of the story, such as the synchronous timing of the “death” of Christopher’s mother with the breakdown of the marriage of a neighbour, Mrs Shears. The astute reader is able to connect these events and realise that his mother has not died, but is living in a relationship with the neighbour’s husband. The construction of this pattern is denied Christopher, since he fails to determine their significance due to his limited imagination. Such a failure is related to Simon Baron-Cohen’s Theory of Mind, in which he proposes that autistic individuals have difficulty with social behaviour because they lack the capacity to comprehend that other people have individual mental states, or as Christopher terms it, “when I was little I didn’t understand about other people having minds” (145). Haddon utilises fictional licence when he allows Christopher to overcome such a limitation by a conscious shift in perspective, despite the specialist teacher within the text claiming that he would “always find this very difficult” (145). Christopher has here altered his view of events through his modelling both on the detective genre and on his affinity with mathematics, since he states, “I don’t find this difficult now. Because I decided that it was a kind of puzzle, and if something is a puzzle there is always a way of solving it” (145). In this way, the main character is shown as transcending symptoms of autism through the power of his giftedness in mathematics to ultimately discern a pattern in human relationships thereby adopting a computational approach to social problems.Haddon similarly explains the perspective of an individual with autism through a metaphor of Christopher’s memory being like a DVD recording. He is able to distance himself from his memories, choosing “Rewind” and then “Fast Forward” (96) to retrieve his recollection of events. This aspect of the precision of his memory relates to his machine-like coldness and lack of empathy for the feelings of others. But it also refers to the stereotype of the nerd figure in popular culture, where the nerd is able to relate more to a computer than to other people, exemplified in Sheldon from the television series The Big Bang Theory. Thus the presentation of Christopher’s autism relates to his giftedness in maths and science more than to areas that relate to his body. In general, descriptions of inappropriate or distressing bodily functions associated with disorders are mainly confined to other students at Christopher’s school. His references to his fellow students, such as Joseph eating his poo and playing in it (129) and his unsympathetic evaluation of Steve as not as clever or interesting as a dog because he “needs help to eat his food and could not even fetch a stick” (6), make a clear distinction between him and the other children, who despite being termed “special needs” are “special” in a different way from Christopher, because, according to him, “All the other children at my school are stupid” (56). While some reference is made to Christopher’s inappropriate behaviour in times of stress, such as punching a fellow student, wetting himself while on the train, and vomiting outside the school, in the main the emphasis is on his giftedness as a result of his autism, as displayed in the many chapters where he explains scientific and mathematical concepts. This is extrapolated into a further mathematical metaphor underlying the book, that he is like one of the prime numbers he finds so fascinating, because prime numbers do not fit neatly into the pattern of the number system, but they are essential and special nevertheless. Moreover, as James Berger suggests, prime numbers can “serve as figures for the autistic subject,” because like autistic individuals “they do not mix; they are singular, indivisible, unfactorable” yet “Mathematics could not exist without these singular entities that [. . .] are only apparent anomalies” (271).Haddon therefore offers a transformation by confounding autism with a computer-like ability to solve mathematical problems, so that the text is, as Haddon concedes, “as much about a gifted boy with behavior problems as it is about anyone on the autism spectrum” (qtd. in Burks-Abbott 291). Indeed, the word “autism” does not even appear in the book, while the terms “genius,” (140) “clever,” (32, 65, 252) and the like are continually being invoked in descriptions of Christopher, even if ironically. More importantly, the reader is constantly being shown his giftedness through the reiteration of his study of A Level Mathematics, and his explanation of scientific concepts. Throughout, Christopher explains aspects of mathematics, astrophysics, and other sciences, referring to such well-known puzzles in popular culture as the Monty Hall problem, as well as more obscure formulae and their proofs. They function to establish Christopher’s intuitive grasp of complex mathematical and scientific principles, as well as providing the reader with insight into both his perspective and the paradoxical nature of an individual who is at once able to solve quadratic equations in his head, yet is incapable of understanding the simple instruction, “Take the tube to Willesden Junction” (211).The presentation of Christopher is that of an individual who displays an extension of the social problems established in popular literature as connected to a talent for mathematics, therefore engaging with a depiction already existing in popular mythology: the isolated and analytical nerd or genius social introvert. Indeed, much of Christopher’s autistic behaviour functions to protect him from unsettling or traumatic information, since he fails to realise the significance of the information he collects or the clues he is given. His disability is therefore presented as not limiting so much as protective, and so the notion of disability is subsumed by the idea of the savant. The book, then, engages with a contemporary representation within popular culture that has transformed spectrum disability into mathematical giftedness, thereby metaphorically associating the autistic mind with the computer. ReferencesBaron-Cohen, Simon. Mindblindness: An Essay on Autism and Theory of Mind. Cambridge MA: MIT Press, 1995. Berger, James. “Alterity and Autism: Mark Haddon’s Curious Incident in the Neurological Spectrum.” Autism and Representation. Ed. Mark Osteen. Hoboken: Routledge, 2007. 271–88. Burks-Abbott, Gyasi. “Mark Haddon’s Popularity and Other Curious Incidents in My Life as an Autistic.” Autism and Representation. Ed. Mark Osteen. Hoboken: Routledge, 2007. 289–96. Cawelti, John G. Adventure, Mystery, and Romance: Formula Stories as Art and Popular Culture. Chicago: U of Chicago P, 1976. Eshelman, Raoul. “Transcendence and the Aesthetics of Disability: The Case of The Curious Incident of the Dog in the Night-Time.” Anthropoetics: The Journal of Generative Anthropology 15.1 (2009). Haddon, Mark. The Curious Incident of the Dog in the Night-Time. London: Random House Children’s Books, 2004. Kendall, Lori. “The Nerd Within: Mass Media and the Negotiation of Identity among Computer-Using Men.” Journal of Men’s Studies 3 (1999): 353–67. Murray, Stuart. “Autism and the Contemporary Sentimental: Fiction and the Narrative Fascination of the Present.” Literature and Medicine 25.1 (2006): 24–46. Platten, David. “Reading Glasses, Guns and Robots: A History of Science in French Crime Fiction.” French Cultural Studies 12 (2001): 253–70. Rzepka, Charles J. Detective Fiction. Cambridge, UK: Polity Press, 2005.
APA, Harvard, Vancouver, ISO, and other styles
24

Humphry, Justine. "Making an Impact: Cultural Studies, Media and Contemporary Work." M/C Journal 14, no. 6 (November 18, 2011). http://dx.doi.org/10.5204/mcj.440.

Full text
Abstract:
Cultural Studies has tended to prioritise the domain of leisure and consumption over work as an area for meaning making, in many ways defining everyday life in opposition to work. Greg Noble, a cultural researcher who examined work in the context of the early computerisation of Australian universities made the point that "discussions of everyday life often make the mistake of assuming that everyday life equates with home and family life, or leisure" (87). This article argues for the need within Cultural Studies to focus on work and media as a research area of everyday life. With the growth of flexible and creative labour and the widespread uptake of an array of new media technologies used for work, traditional ways to identify and measure the space and time of work have become increasingly flawed, with implications for how we account for work and negotiate its boundaries. New approaches are needed to address the complex media environments and technological practices that are an increasing part of contemporary working life. Cultural Studies can make a significant impact towards this research agenda by offering new ways to analyse the complex interrelations of space, time and technology in everyday work practice. To further this goal, a new material practices account of work termed Officing is introduced, developed through my doctoral research on professionals' daily use of information and communication technology (ICT). This approach builds on the key cultural concepts of "bricolage" and "appropriation" combined with the idea of "articulation work" proposed by Anselm Strauss, to support the analysis of the office workplace as a contingent and provisional arrangement or process. Officing has a number of benefits as a framework for analysing the nature of work in a highly mediated world. Highlighting the labour that goes into stabilising work platforms makes it possible to assess the claims of productivity and improved work-life balance brought about by new mobile media technologies; to identify previously unidentified sources of time pressure, overwork and intensification and ultimately, to contribute to the design of more sustainable work environments. The Turn Away from Work Work held a central position in social and cultural analysis in the first half of the twentieth century but as Strangleman observed, there was a marked shift away from the study of work from the mid 1970s (3.1). Much of the impulse for this shift came from critiques of the over-emphasis on relations of production and the workplace as the main source of meaning and value (5.1). In line with this position, feminist researchers challenged the traditional division of labour into paid and unpaid work, arguing that this division sustained the false perception of domestic work as non-productive (cf. Delphy; Folbre). Accompanying these critiques were significant changes in work itself, as traditional jobs literally began to disappear with the decline of manufacturing in industrialised countries (6.1). With the turn away from work in academia and the changes in the nature of work, attention shifted to the realm of the market and consumption. One of the important contributions of Cultural Studies has been the focus on the role of the consumer in driving social and technological change and processes of identity formation. Yet, it is a major problem that work is largely marginalised in cultural research of everyday life, especially since, in most industrialised nations, we are working in new ways, in rapidly changing conditions and more than ever before. Research shows that in Australia there has been a steady increase in the average hours of paid work and Australians are working harder (cf. Watson, Buchanan, Campbell and Briggs; Edwards and Wajcman). In the 2008 Australian Work and Life Index (AWALI) Skinner and Pocock found around 55 per cent of employees frequently felt rushed or pressed for time and this was associated with long working hours, work overload and an overall poor work–life interaction (8). These trends have coincided with long-term changes in the type and location of work. In Australia, like many other developed countries, information-based occupations have taken over manufacturing jobs and there has been an increase in part-time and casual work (cf. Watson et al.). Many employees now conduct work outside of the traditional workplace, with the ABS reporting that in 2008, 24 per cent of employees worked at least some hours at home. Many social analysts have explained the rise of casual and flexible labour as related to the transition to global capitalism driven by the expansion of networked information processes (cf. Castells; Van Dijk). This shift is not simply that more workers are producing ideas and information but that the previously separated spheres of production and consumption have blurred (cf. Ritzer and Jurgenson). With this, entirely new industries have sprung up, predicated on the often unpaid for creative labour of individuals, including users of media technologies. A growing chorus of writers are now pointing out that a fragmented, polarised and complex picture is emerging of this so-called "new economy", with significant implications for the quality of work (cf. Edwards and Wajcman; Fudge and Owens; Huws). Indeed, some claim that new conditions of insecure and poor quality employment or "precarious work" are fast becoming the norm. Moreover, this longer-term pattern runs parallel to the production of a multitude of new mobile media technologies, first taken up by professionals and then by the mainstream, challenging the notion that activities are bound to any particular place or time. Reinvigorating Work in Social and Cultural Analysis There are moves to reposition social and cultural analysis to respond to these various trends. Work-life balance is an example of a research and policy area that has emerged since the 1990s. The boundary between the household and the outside world has also been subject to scrutiny by cultural researchers, and these critically examine the intersection between work and consumption, gender and care (cf. Nippert-Eng; Sorenson and Lie; Noble and Lupton, "Consuming" and "Mine"; Lally). These responses are examples of a shift away from what Urry has dubbed "structures and stable organisations" to a concern with flows, movements and the blurring of boundaries between life spheres (5). In a similar vein, researchers recently have proposed alternative ways to describe the changing times and places of employment. In their study of UK professionals, Felstead, Jewson and Walters proposed a model of "plural workscapes" to explain a major shift in the spatial organisation of work (23). Mobility theorists Sheller and Urry have called for the need to "develop a more dynamic conceptualisation of the fluidities and mobilities that have increasingly hybridised the public and private" (113). All of this literature has reinforced a growing concern that in the face of new patterns of production and consumption and with the rise of complex media environments, traditional models and measures of space and time are inadequate to account for contemporary work. Analyses that rely on conventional measures of work based on hourly units clearly point to an increase in the volume of work, the speed of work and to the collision (cf. Pocock) of work and life but fall down in accounting for the complex and often contradictory role of technology. Media technologies are "Janus-faced" as Michael Arnold has suggested, referring to the two-faced Roman god to foreground the contradictory effects at the centre of all technologies (232). Wajcman notes this paradox in her research on mobile media and time, pointing out that mobile phones are just as likely to "save" time as to "consume" it (15). It was precisely this problematic of the complex interactions of the space, time and technology of work that was at stake in my research on the daily use of ICT by professional workers. In the context of changes to the location, activity and meaning of work, and with the multiplying array of old and new media technologies used by workers, how can the boundary and scope of work be determined? What are the implications of these shifting grounds for the experience and quality of work? Officing: A Material Practices Account of Office Work In the remaining article I introduce some of the key ideas and principles of a material practices account developed in my PhD, Officing: Professionals' Daily ICT Use and the Changing Space and Time of Work. This research took place between 2006 and 2007 focusing in-depth on the daily technology practices of twenty professional workers in a municipal council in Sydney and a unit of a global telecommunication company taking part in a trial of a new smart phone. Officing builds on efforts to develop a more accurate account of the space and time of work bringing into play the complex and highly mediated environment in which work takes place. It extends more recent practice-based, actor-network and cultural approaches that have, for some time, been moving towards a more co-constitutive and process-oriented approach to media and technology in society. Turning first to "bricolage" from the French bricole meaning something small and handmade, bricolage refers to the ways that individuals and groups borrow from existing cultural forms and meanings to create new uses, meanings and identities. Initially proposed by Levi-Strauss and then taken up by de Certeau, bricolage has been a useful concept within subculture and lifestyle studies to reveal the creative work performed on signs and meaning systems in forming cultural identities (cf. O'Sullivan et al.). Bricolage is also an important concept for understanding how meanings and uses are inscribed into forms in use rather than being read or activated off their design. This is the process of appropriation, through which both the object and the person are mutually shaped and users gain a sense of control and ownership (cf. Noble and Lupton; Lally; Silverstone and Haddon). The concept of bricolage highlights the improvisational qualities of appropriation and its status as work. A bricoleur is thus a person who constructs new meanings and forms by drawing on and assembling a wide range of resources at hand, sourced from multiple spheres of life. One of the problems with how bricolage and appropriation has been applied to date, notwithstanding the priority given to the domestic sphere, is the tendency to grant individuals and collectives too much control to stabilise the meanings and purposes of technologies. This problem is evident in the research drawing on the framework of "domestication" (cf. Silverstone and Haddon). In practice, the sheer volume of technologically-related issues encountered on a daily basis and the accompanying sense of frustration indicates there is no inevitable drift towards stability, nor are problems merely aberrational or trivial. Instead, daily limits to agency and attempts to overcome these are points at which meanings as well as uses are re-articulated and potentially re-invented. This is where "articulation work" comes in. Initially put forward by Anselm Strauss in 1985, articulation work has become an established analytical tool for informing technology design processes in such fields as Computer-Supported Cooperative Work (CSCW) and Workplace Studies. In these, articulation work is narrowly defined to refer to the real time activities of cooperative work. It includes dealing with contingencies, keeping technologies and systems working and making adjustments to accommodate for problems (Suchman "Supporting", 407). In combination with naturalistic investigations, this concept has facilitated engagement with the increasingly complex technological and media environments of work. It has been a powerful tool for highlighting practices deemed unimportant but which are nevertheless crucial for getting work done. Articulation work, however, has the potential to be applied in a broader sense to explain the significance of the instability of technologies and the efforts to overcome these as transformative in themselves, part of the ongoing process of appropriation that goes well beyond individual tasks or technologies. With clear correspondences to actor-network theory, this expanded definition provides the basis for a new understanding of the office as a temporary and provisional condition of stability achieved through the daily creative and improvisational activities of workers. The office, then, is dependent on and inextricably bound up in its ongoing articulation and crucially, is not bound to a particular place or time. In the context of the large-scale transformations in work already discussed, this expanded definition of articulation work helps to; firstly, address how work is re-organised and re-rationalised through changes to the material conditions of work; secondly, identify the ongoing articulations that this entails and thirdly; understand the role of these articulations in the construction of the space and time of work. This expanded definition is achieved in the newly developed concept of officing. Officing describes a form of labour directed towards the production of a stable office platform. Significantly, one of the main characteristics of this work is that it often goes undetected by organisations as well as by the workers that perform it. As explained later, its "invisibility" is in part a function of its embodiment but also relates to the boundless nature of officing, taking place both inside and outside the workplace, in or out of work time. Officing is made up of a set of interwoven activities of three main types: connecting, synchronising and configuring. Connecting can be understood as aligning technical and social relations for the performance of work at a set time. Synchronising brings together and coordinates different times and temporal demands, for example, the time of "work" with "life" or the time "out in the field" with time "in the workplace". Configuring prepares the space of work, making a single technology or media environment work to some planned action or existing pattern of activity. To give an example of connecting: in the Citizens' Service Centre of the Council, Danielle's morning rituals involved a series of connections even before her work of advising customers begins: My day: get in, sit down, turn on the computer and then slowly open each software program that I will need to use…turn on the phone, key in my password, turn on the headphones and sit there and wait for the calls! (Humphry Officing, 123) These connections not only set up and initiate the performance of work but also mark Danielle's presence in her office. Through these activities, which in practice overlap and blur, the space and time of the office comes to appear as a somewhat separate and mostly invisible structure or infrastructure. The work that goes into making the office stable takes place around the boundary of work with implications for how this boundary is constituted. These efforts do not cluster around boundaries in any simple sense but become part of the process of boundary making, contributing to the construction of categories such as "work" and "life". So, for example, for staff in the smart phone trial, the phone had become their main source of information and communication. Turning their smart phone off, or losing connectivity had ramifications that cascaded throughout their lifeworld. On the one hand, this lead to the breakdown of the distinction between "work" and "life" and a sense of "ever-presence", requiring constant and vigilant "boundary work" (cf. Nippert-Eng). On the other hand, this same state also enabled workers to respond to demands in their own time and across multiple boundaries, giving workers a sense of flexibility, control and of being "in sync". Connecting, configuring and synchronising are activities performed by bodies, producing an embodied transformation. In the tradition of phenomenology, most notably in the works of Heidegger, Merleau-Ponty and more recently Ihde, embodiment is used to explain the relationship between subjects and objects. This concept has since been developed to be understood as not residing in the body but as spread through social, material and discursive arrangements (cf. Haraway, "Situated" and Simians; Henke; Suchman, "Figuring"). Tracing efforts towards making the office stable is thus a way of uncovering how the body, as a constitutive part of a larger arrangement or network, is formed through embodiment, how it gains its competencies, social meanings and ultimately, how workers gain a sense of what it means to be a professional. So, in the smart phone trial, staff managed their connections by replying immediately to their voice, text and data messages. This immediacy not only acted as proof of their presence in the office. It also signalled their commitment to their office: their active participation and value to the organisation and their readiness to perform when called on. Importantly, this embodied transformation also helps to explain how officing becomes an example of "invisible work" (cf. Star and Strauss). Acts of connecting, synchronising and configuring become constituted and forgotten in and through bodies, spaces and times. Through their repeated performance these acts become habits, a transparent means through which the environment of work is navigated in the form of skills and techniques, configurations and routines. In conclusion, researching work in contemporary societies means confronting its marginalisation within cultural research and developing ways to comprehend and measure the interaction of space, time and the ever-multiplying array of media technologies. Officing provides a way to do this by shifting to an understanding of the workplace as a contingent product of work itself. The strength of this approach is that it highlights the creative and ongoing work of individuals on their media infrastructures. It also helps to identify and describe work activities that are not neatly contained in a workplace, thus adding to their invisibility. The invisibility of these practices can have significant impacts on workers: magnifying feelings of time pressure and a need to work faster, longer and harder even as discrete technologies are utilised to save time. In this way, officing exposes some of the additional contributions to the changing experience and quality of work as well as to the construction of everyday domains. Officing supports an evaluation of claims of productivity and work-life balance in relation to new media technologies. In the smart phone trial, contrary to an assumed increase in productivity, mobility of work was achieved at the expense of productivity. Making the mobile office stable—getting it up and running, keeping it working in changing environments and meeting expectations of speed and connectivity—took up time, resulting in an overall productivity loss and demanding more "boundary work". In spite of their adaptability and flexibility, staff tended to overwork to counteract this loss. This represented a major shift in the burden of effort in the production of office forms away from the organisation and towards the individual. Finally, though not addressed here in any detail, officing could conceivably have practical uses for designing more sustainable office environments that better support the work process and the balance of work and life. Thus, by accounting more accurately for the resource requirements of work, organisations can reduce the daily effort, space and time taken up by employees on their work environments. In any case, what is clear, is the ongoing need to continue a cultural research agenda on work—to address the connections between transformations in work and the myriad material practices that individuals perform in going about their daily work. References Arnold, Michael. "On the Phenomenology of Technology: The 'Janus-Faces' of Mobile Phones." Information and Organization 13.4 (2003): 231–56. Australian Bureau of Statistics. "6275.0 - Locations of Work, Nov 2008." Australian Bureau of Statistics, 8 May 2009. 20 May 2009 ‹http://www.abs.gov.au/ausstats/abs@.nsf/mf/6275.0›. Bauman, Zygmunt. Freedom. Minneapolis: U of Minnesota P, 1989. Castells, Manuel. The Rise of the Network Society. Malden, Massachusetts: Blackwell, 1996. Chesters, Jennifer, Janeen Baxter, and Mark Western. "Paid and Unpaid Work in Australian Households: Towards an Understanding of the New Gender Division of Labour." Familes through Life - 10th Australian Institute of Families Studies Conference, 9-11th July 2008, Melbourne: AIFS, 2008. Delphy, Christine. Close to Home: A Materialist Analysis of Women's Oppression. Amherst MA: U of Massachusetts, 1984. Edwards, Paul, and Judy Wajcman. The Politics of Working Life. Oxford: Oxford UP, 2005. Felstead, Alan, Nick Jewson, and Sally Walters. Changing Places of Work. New York: Palgrave Macmillan, 2005. Folbre, Nancy. "Exploitation Comes Home: A Critique of the Marxian Theory of Family Labor." Cambridge Journal of Economics 6.4 (1982): 317-29. Haraway, Donna. "Situated Knowledges: The Science Question in Feminism and the Privilege of Partial Perspective." Feminist Studies 14.3 (1988): 575-99. –––. Simians, Cyborgs, and Women: The Reinvention of Nature. London, Free Association Books, 1991. Henke, Christopher. "The Mechanics of Workplace Order: Toward a Sociology of Repair." Berkeley Journal of Sociology 44 (2000): 55-81. Humphry, Justine. Officing: Professionals' Daily ICT Use and the Changing Space and Time of Work. Dissertation, University of Western Sydney. 2010. Lally, Elaine. At Home with Computers. Oxford, New York: Berg, 2002. Nippert-Eng, Christena E. Home and Work: Negotiating Boundaries through Everyday Life. Chicago: U of Chicago P, 1996. Noble, Greg. "Everyday Work." Interpreting Everyday Culture. Ed. Fran Martin. New York: Hodder Arnold, 2004. 87-102. Noble, Greg, and Deborah Lupton. "Consuming Work: Computers, Subjectivity and Appropriation in the University Workplace." The Sociological Review 46.4 (1998): 803-27. –––. "Mine/Not Mine: Appropriating Personal Computers in the Academic Workplace." Journal of Sociology 38.1 (2002): 5-23. O'Sullivan, Tim, John Hartley, Danny Saunders, Martin Montgomery, and John Fiske. Key Concepts in Communication and Cultural Studies. London: Routledge, 1994. Pocock, Barbara. The Work/Life Collision: What Work Is Doing to Australians and What to Do about It. Sydney: The Federation P, 2003. Ritzer, George, and Nathan Jurgenson. "Production, Consumption, Prosumption." Journal of Consumer Culture 10.1 (2010): 13-36. Sheller, Mimi, and John Urry. "Mobile Transformations of 'Public' and 'Private' Life." Theory, Culture & Society 20.3 (2003): 107-25. Silverstone, Roger, and Leslie Haddon. "Design and the Domestication of Information and Communication Technologies: Technical Change and Everyday Life." Communication by Design: The Politics of Information and Communication Technologies. Eds. Roger Silverstone and Robin Mansell. Oxford: U of Oxford P, 1996. 44-74. Skinner, Natalie, and Barbara Pocock. "Work, Life and Workplace Culture: The Australian Work and Life Index (AWALI) 2008." Adelaide: The Centre for Work and Life, Hawke Research Institute, University of South Australia 2008 ‹http://www.unisa.edu.au/hawkeinstitute/cwl/default.asp›.Sorenson, Knut H., and Merete Lie. Making Technology Our Own? Domesticating Technologies into Everyday Life. Oslo: Scandinavian UP, 1996.Star, Susan L. "The Sociology of the Invisible: The Primacy of Work in the Writings of Anselm Strauss." Social Organization and Social Process: Essays in Honor of Anselm Strauss. New York: Walter de Gruyter, 1991. 265-83. Star, Susan L., and Anselm Strauss. "Layers of Silence, Arenas of Voice: The Ecology of Visible and Invisible Work." Computer Supported Cooperative Work 8 (1999): 9-30. Strangleman, Timothy. "Sociological Futures and the Sociology of Work." Sociological Research Online 10.4 (2005). 5 Nov. 2005 ‹http://www.socresonline.org.uk/10/4/strangleman.html›.Strauss, Anselm. "Work and the Division of Labor." The Sociological Quarterly 26 (1985): 1-19. Suchman, Lucy A. "Figuring Personhood in Sciences of the Artificial." Department of Sociology, Lancaster University. 1 Nov. 2004. 18 Jun. 2005 ‹http://www.lancs.ac.uk/fass/sociology/papers/suchman-figuring-personhood.pdf›–––. "Supporting Articulation Work." Computerization and Controversy: Value Conflicts and Social Choices. Ed. Rob Kling. San Diego: Academic P, 1995. 407-423.Urry, John. Sociology beyond Societies: Mobilities for the Twenty-First Century. London: Routledge, 2000. Van Dijk, Jan. The Network Society: Social Aspects of New Media. London: Thousand Oaks, 2006. Wajcman, Judy. "Life in the Fast Lane? Towards a Sociology of Technology and Time." The British Journal of Sociology 59.1 (2008): 59-77.Watson, Ian, John Buchanan, Iain Campbell, and Chris Briggs. Fragmented Futures: New Challenges in Working Life. Sydney: Federation P, 2003.
APA, Harvard, Vancouver, ISO, and other styles
25

Goggin, Gerard. "Innovation and Disability." M/C Journal 11, no. 3 (July 2, 2008). http://dx.doi.org/10.5204/mcj.56.

Full text
Abstract:
Critique of Ability In July 2008, we could be on the eve of an enormously important shift in disability in Australia. One sign of change is the entry into force on 3 May 2008 of the United Nations convention on the Rights of Persons with Disabilities, which will now be adopted by the Rudd Labor government. Through this, and other proposed measures, the Rudd government has indicated its desire for a seachange in the area of disability. Bill Shorten MP, the new Parliamentary Secretary for Disabilities and Children’s Services has been at pains to underline his commitment to a rights-based approach to disability. In this inaugural speech to Parliament, Senator Shorten declared: I believe the challenge for government is not to fit people with disabilities around programs but for programs to fit the lives, needs and ambitions of people with disabilities. The challenge for all of us is to abolish once and for all the second-class status that too often accompanies Australians living with disabilities. (Shorten, “Address in reply”; see also Shorten, ”Speaking up”) Yet if we listen to the voices of people with disability, we face fundamental issues of justice, democracy, equality and how we understand the deepest aspects of ourselves and our community. This is a situation that remains dire and palpably unjust, as many people with disabilities have attested. Elsewhere I have argued (Goggin and Newell) that disability constitutes a systemic form of exclusion and othering tantamount to a “social apartheid” . While there have been improvements and small gains since then, the system that reigns in Australia is still fundamentally oppressive. Nonetheless, I would suggest that through the rise of the many stranded movements of disability, the demographic, economic and social changes concerning impairment, we are seeing significant changes in how we understand impairment and ability (Barnes, Oliver and Barton; Goggin and Newell, Disability in Australia; Snyder, Brueggemann, and Garland-Thomson; Shakespeare; Stiker). There is now considerable, if still incomplete, recognition of disability as a category that is constituted through social, cultural, and political logics, as well as through complex facets of impairment, bodies (Corker and Shakespeare), experiences, discourses (Fulcher), and modes of materiality and subjectivity (Butler), identity and government (Tremain). Also there is growing awareness of the imbrication of disability and other categories such as sex and gender (Fine and Asch; Thomas), race, age, culture, class and distribution of wealth (Carrier; Cole; Davis, Bending over Backwards, and Enforcing Normalcy; Oliver; Rosenblum and Travis), ecology and war (Bourke; Gerber; Muir). There are rich and wide-ranging debates that offer fundamental challenges to the suffocating grip of the dominant biomedical model of disability (that conceives disability as individual deficit — for early critiques see: Borsay; Walker), as well as the still influential and important (if at times limiting) social model of disability (Oliver; Barnes and Mercer; Shakespeare). All in all,there have been many efforts to transform the social and political relations of disability. If disability has been subject to considerable examination, there has not yet been an extended, concomitant critique of ability. Nor have we witnessed a thoroughgoing recognition of unmarked, yet powerful operations of ability in our lives and thought, and the potential implications of challenging these. Certainly there have been important attempts to reframe the relationship between “ability” and “disability” (for example, see Jones and Mark). And we are all familiar with the mocking response to some neologisms that seek to capture this, such as the awkward yet pointed “differently-abled.” Despite such efforts we lack still a profound critique of ability, an exploration of “able”, the topic that this special issue invites us to consider. If we think of the impact and significance of “whiteness”, as a way to open up space for how to critically think about and change concepts of race; or of “masculinity” as a project for thinking about gender and sexuality — we can see that this interrogation of the unmarked category of “able” and “ability” is much needed (for one such attempt, see White). In this paper I would like to make a small contribution to such a critique of ability, by considering what the concept of innovation and its contemporary rhetorics have to offer for reframing disability. Innovation is an important discourse in contemporary life. It offers interesting possibilities for rethinking ability — and indeed disability. And it is this relatively unexplored prospect that this paper seeks to explore. Beyond Access, Equity & Diversity In this scene of disability, there is attention being given to making long over-due reforms. Yet the framing of many of these reforms, such as the strengthening of national and international legal frameworks, for instance, also carry with them considerable problems. Disability is too often still seen as something in need of remediation, or special treatment. Access, equity, and anti-discrimination frameworks offer important resources for challenging this “special” treatment, so too do the diversity approaches which have supplemented or supplanted them (Goggin and Newell, “Diversity as if Disability Mattered”). In what new ways can we approach disability and policies relevant to it? In a surprisingly wide range of areas, innovation has featured as a new, cross-sectoral approach. Innovation has been a long-standing topic in science, technology and economics. However, its emergence as master-theme comes from its ability to straddle and yoke together previously diverse fields. Current discussions of innovation bring together and extend work on the information society, the knowledge economy, and the relationships between science and technology. We are now familiar for instance with arguments about how digital networked information and communications technologies and their consumption are creating new forms of innovation (Benkler; McPherson; Passiante, Elia, and Massari). Innovation discourse has extended to many other unfamiliar realms too, notably the area of social and community development, where a new concept of social innovation is now proposed (Mulgan), often aligned with new ideas of social entrepreneurship that go beyond earlier accounts of corporate social responsibility. We can see the importance of innovation in the ‘creative industries’ discourses and initiatives which have emerged since the 1990s. Here previously distinct endeavours of arts and culture have become reframed in a way that puts their central achievement of creativity to the fore, and recognises its importance across all sorts of service and manufacturing industries, in particular. More recently, theorists of creative industries, such as Cunningham, have begun to talk about “social network markets,” as a way to understand the new hybrid of creativity, innovation, digital technology, and new economic logics now being constituted (Cunningham and Potts). Innovation is being regarded as a cardinal priority for societies and their governments. Accordingly, the Australian government has commissioned a Review of The National Innovation System, led by Dr Terry Cutler, due to report in the second half of 2008. The Cutler review is especially focussed upon gaps and weaknesses in the Australian innovation system. Disability has the potential to figure very strongly in this innovation talk, however there has been little discussion of disability in the innovation discourse to date. The significance of disability in relation to innovation was touched upon some years ago, in a report on Disablism from the UK Demos Foundation (Miller, Parker and Gillinson). In a chapter entitled “The engine of difference: disability, innovation and creativity,” the authors discuss the area of inclusive design, and make the argument for the “involvement of disabled people to create a stronger model of user design”:Disabled people represented a market of 8.6 million customers at the last count and their experiences aren’t yet feeding through into processes of innovation. But the role of disabled people as innovators can and should be more active; we should include disabled people in the design process because they are good at it. (57) There are two reasons given for this expertise of disabled people in design. Firstly, “disabled people are often outstanding problem solvers because they have to be … life for disabled people at the moment is a series of challenges to be overcome” (57). Secondly, “innovative ideas are more likely to come from those who have a new or different angle on old problems” (57). The paradox in this argument is that as life becomes more equitable for people with disabilities, then these ‘advantages’ should disappear” (58). Accordingly, Miller et al. make a qualified argument, namely that “greater participation of disabled people in innovation in the short term may just be the necessary trigger for creating an altogether different, and better, system of innovation for everyone in the future” (58). The Demos Disablism report was written at a time when rhetorics of innovation were just beginning to become more generalized and mainstream. This was also at a time in the UK, when there was hope that new critical approaches to disability would see it become embraced as a part of the diverse society that Blair’s New Labor Britain had been indicating. The argument Disablism offers about disability and innovation is in some ways a more formalized version of vernacular theory (McLaughlin, 1996). In the disability movement we often hear, with good reason, that people with disability, by dint of their experience and knowledge are well positioned to develop and offer particular kinds of expertise. However, Miller et al. also gesture towards a more generalized account of disability and innovation, one that would intersect with the emerging frameworks around innovation. It is this possibility that I wish to take up and briefly explore here. I want to consider the prospects for a fully-fledged encounter between disability and innovation. I would like to have a better sense of whether this is worth pursuing, and what it would add to our understanding of both disability and innovation? Would the disability perspective be integrated as a long-term part of our systems of innovation rather than, as Miller et al. imply, deployed temporarily to develop better innovation systems? What pitfalls might be bound up with, or indeed be the conditions of, such a union between disability and innovation? The All-Too-Able User A leading area where disability figures profoundly in innovation is in the field of technology — especially digital technology. There is now a considerable literature and body of practice on disability and digital technology (Annable, Goggin, and Stienstra; Goggin and Newell, Digital Disability; National Council on Disability), however for my purposes here I would like to focus upon the user, the abilities ascribed to various kinds of users, and the user with disability in particular. Digital technologies are replete with challenges and opportunities; they are multi-layered, multi-media, and global in their manifestation and function. In Australia, Britain, Canada, the US, and Europe, there have been some significant digital technology initiatives which have resulted in improved accessibility for many users and populations (Annable, Goggin, and Stienstra; National Council on Disability) . There are a range of examples of ways in which users with disability are intervening and making a difference in design. There is also a substantial body of literature that clarifies why we need to include the perspective of the disabled if we are to be truly innovative in our design practices (Annable, Goggin and Stienstra; Goggin and Newell, “Disability, Identity and Interdependence”). I want to propose, however, that there is merit in going beyond recognition of the role of people with disability in technology design (vital and overlooked as it remains), to consider how disability can enrich contemporary discourses on innovation. There is a very desirable cross-over to be promoted between the emphasis on the user-as-expert in the sphere of disability and technology, and on the integral role of disability groups in the design process, on the one hand, and the rise of the user in digital culture generally, on the other. Surprisingly, such connections are nowhere near as widespread and systematic as they should be. It may be that contemporary debates about the user, and about the user as co-creator, or producer, of technology (Haddon et al.; von Hippel) actually reinstate particular notions of ability, and the able user, understood with reference to notions of disability. The current emphasis on the productive user, based as it is on changing understandings of ability and disability, provides rich material for critical revision of the field and those assumptions surrounding ability. It opens up possibilities for engaging more fully with disability and incorporating disability into the new forms and relations of digital technology that celebrate the user (Goggin and Newell, Digital Disability). While a more detailed consideration of these possibilities require more time than this essay allows, let us consider for a moment the idea of a genuine encounter between the activated user springing from the disability movement, and the much feted user in contemporary digital culture and theories of innovation. People with disability are using these technologies in innovative ways, so have much to contribute to wider discussions of digital technology (Annable, Goggin and Stienstra). The Innovation Turn Innovation policy, the argument goes, is important because it stands to increase productivity, which in turn leads to greater international competitiveness and economic benefit. Especially with the emergence of capitalism (Gleeson), productivity has strong links to particular notions of which types of production and produce are valued. Productivity is also strongly conditioned by how we understand ability and, last in a long chain of strong associations, how we as a society understand and value those kinds of people and bodies believed to contain and exercise the ordained and rewarded types of ability, produce, and productivity. Disability is often seen as antithetical to productivity (a revealing text on the contradictions of disability and productivity is the 2004 Productivity Commission Review of the Disability Discrimination Act). When we think about the history of disability, we quickly realize that productivity, and by extension, innovation, are strongly ideological. Ideological, that is, in the sense that these fields of human endeavour and our understanding of them are shaped by power relations, and are built upon implicit ‘ableist’ assumptions about productivity. In this case, the power relations of disability go right to the heart of the matter, highlighting who and what are perceived to be of value, contributing economically and in other ways to society, and who and what are considered as liabilities, as less valued and uneconomical. A stark recent example of this is the Howard government workplace and welfare reforms, which further disenfranchised, controlled, and impoverished people with disability. If we need to rethink our ideas of productivity and ability in the light of new notions of disability, then so too do we need to rethink our ideas about innovation and disability. Here the new discourses of innovation may actually be useful, but also contain limited formulations and assumptions about ability and disability that need to be challenged. The existing problems of a fresh approach to disability and innovation can be clearly observed in the touchstones of national science and technology “success.” Beyond One-Sided Innovation Disability does actually feature quite prominently in the annals of innovation. Take, for instance, the celebrated case of the so-called “bionic ear” (or cochlear implant) hailed as one of Australia’s great scientific inventions of the past few decades. This is something we can find on display in the Powerhouse Museum of Technology and Design, in Sydney. Yet the politics of the cochlear implant are highly controversial, not least as it is seen by many (for instance, large parts of the Deaf community) as not involving people with disabilities, nor being informed by their desires (Campbell, also see “Social and Ethical Aspects of Cochlear Implants”). A key problem with the cochlear implant and many other technologies is that they are premised on the abolition or overcoming of disability — rather than being shaped as technology that acknowledges and is informed by disabled users in their diverse guises. The failure to learn the lessons of the cochlear implant for disability and innovation can be seen in the fact that we are being urged now to band together to support the design of a “bionic eye” by the year 2020, as a mark of distinction of achieving a great nation (2020 Summit Initial Report). Again, there is no doubting the innovation and achievement in these artefacts and their technological systems. But their development has been marked by a distinct lack of consultation and engagement with people with disabilities; or rather the involvement has been limited to a framework that positions them as passive users of technology, rather than as “producer/users”. Further, what notions of disability and ability are inscribed in these technological systems, and what do they represent and symbolize in the wider political and social field? Unfortunately, such technologies have the effect of reproducing an ableist framework, “enforcing normalcy” (Davis), rather than building in, creating and contributing to new modes of living, which embrace difference and diversity. I would argue that this represents a one-sided logic of innovation. A two-sided logic of innovation, indeed what we might call a double helix (at least) of innovation would be the sustained, genuine interaction between different users, different notions of ability, disability and impairment, and the processes of design. If such a two-sided (or indeed many-sided logic) is to emerge there is good reason to think it could more easily do so in the field of digital cultures and technologies, than say, biotechnology. The reason for this is the emphasis in digital communication technologies on decentralized, participatory, user-determined governance and design, coming from many sources. Certainly this productive, democratic, participatory conception of the user is prevalent in Internet cultures. Innovation here is being reshaped to harness the contribution and knowledge of users, and could easily be extended to embrace pioneering efforts in disability. Innovating with Disability In this paper I have tried to indicate why it is productive for discourses of innovation to consider disability; the relationship between disability and innovation is rich and complex, deserving careful elaboration and interrogation. In suggesting this, I am aware that there are also fundamental problems that innovation raises in its new policy forms. There are the issues of what is at stake when the state is redefining its traditional obligations towards citizens through innovation frameworks and discourses. And there is the troubling question of whether particular forms of activity are normatively judged to be innovative — whereas other less valued forms are not seen as innovative. By way of conclusion, however, I would note that there are now quite basic, and increasingly accepted ways, to embed innovation in design frameworks, and while they certainly have been adopted in the disability and technology area, there is much greater scope for this. However, a few things do need to change before this potential for disability to enrich innovation is adequately realized. Firstly, we need further research and theorization to clarify the contribution of disability to innovation, work that should be undertaken and directed by people with disability themselves. Secondly, there is a lack of resources for supporting disability and technology organisations, and the development of training and expertise in this area (especially to provide viable career paths for experts with disability to enter the field and sustain their work). If this is addressed, the economic benefits stand to be considerable, not to mention the implications for innovation and productivity. Thirdly, we need to think about how we can intensify existing systems of participatory design, or, better still, introduce new user-driven approaches into strategically important places in the design processes of ICTs (and indeed in the national innovation system). Finally, there is an opportunity for new approaches to governance in ICTs at a general level, informed by disability. New modes of organising, networking, and governance associated with digital technology have attracted much attention, also featuring recently in the Australia 2020 Summit. Less well recognised are new ideas about governance that come from the disability community, such as the work of Queensland Advocacy Incorporated, Rhonda Galbally’s Our Community, disability theorists such as Christopher Newell (Newell), or the Canadian DIS-IT alliance (see, for instance, Stienstra). The combination of new ideas in governance from digital culture, new ideas from the disability movement and disability studies, and new approaches to innovation could be a very powerful cocktail indeed.Dedication This paper is dedicated to my beloved friend and collaborator, Professor Christopher Newell AM (1964-2008), whose extraordinary legacy will inspire us all to continue exploring and questioning the idea of able. References Abberley, Paul. “The Concept of Oppression and the Development of a Social Theory of Disability.” Disability, Handicap & Society 2.1 (1987): 5–20. Annable, Gary, Gerard Goggin, and Deborah Stienstra, eds. “Accessibility and Inclusion in Information Technologies.” Special issue of The Information Society 23.3 (2007): 145-147. Australia 2020 Summit. Australia 2020 Summit — Initial Report. Commonwealth of Australia 20 April 2008. 15 May 2008 ‹http://www.australia2020.gov.au/docs/2020_Summit_initial_report.doc›. Barnes, Colin, and Geoff Mercer, eds. Implementing the Social Model of Disability: Theory and Research. Leeds: The Disability Press, 2004. Barnes, Colin, Mike Oliver, and Len Barton, eds. Disability Studies Today. Cambridge: Polity Press, 2002. Benkler, Yochai. The Wealth of Networks: How Social Production Transforms Markets and Freedom. New Haven, CT: Yale University Press, 2006. Borsay, Anne. “Personal Trouble or Public Issue? Toward a Model of Policy for People with Physical and Mental Disabilities.” Disability, Handicap and Society 1.2 (1986): 179-195. Bourke, Joanna. Dismembering the Male: Men’s Bodies, Britain and the Great War. Chicago: University of Chicago Press, 1996. Butler, Judith. Bodies that Matter: On the Discursive Limits of “Sex.” London: Routledge, 1993. Campbell, Fiona. “Selling the Cochlear Implant.” Disability Studies Quarterly 25.3 (2005). ‹http://www.dsq-sds-archives.org/_articles_html/2005/summer/campbell.asp›. Carrier, James G. Learning Disability: Social Class and the Construction of Inequality in American Education. New York: Greenword Press, 1986. Cole, Mike, ed. Education, Equality and Human Rights: Issues of Gender, ‘Race’, Sexuality, Disability and Social Class. London and New York: Routledge, 2006. Corker, Mairean, and Tom Shakespeare, eds. Disability/Postmodernity: Embodying Disability Theory. London: Continuum, 2002. Davis, Lennard J. Bending Over Backwards: Disability, Dismodernism, and other Difficult Positions. New York, NY: New York University Press, 2002. ———. Enforcing Normalcy: Disability, Deafness and the Body. London: Verso, 1995. Fine, Michelle, and Adrienne Asch, eds. Women with Disabilities: Essays in Psychology, Culture, and Politics. Philadelphia: Temple University Press, 1988. Fulcher, Gillian. Disabling Policies? London: Falmer Press, 1989. Gerber, David A., ed. Disabled Veterans in History. Ann Arbor, MI: University of Michigan Press, 2000. Gleeson, Brendan. Geographies of Disability. London and New York: Routledge, 1999. Goggin, Gerard, and Christopher Newell. Digital Disability: The Social Construction of Disability in New Media. Lanham, MD: Rowman & Littlefield, 2003. ———. Disability in Australia: Exposing a Social Apartheid. Sydney: University of New South Wales Press, 2005. ———, eds. “Disability, Identity, and Interdependence: ICTs and New Social Forms.” Special issue of Information, Communication & Society 9.3 (2006). ———. “Diversity as if Disability Mattered.” Australian Journal of Communication 30.3 (2003): 1-6. ———, eds. “Technology and Disability.” Special double issue of Disability Studies Quarterly 25.2-3 (2005). Haddon, Leslie, Enid Mante, Bartolomeo Sapio, Kari-Hans Kommonen, Leopoldina Fortunati, and Annevi Kant, eds. Everyday Innovators: Researching the Role of Users in Shaping ICTs. London: Springer, 2005. Jones, Melinda, and Anne Basser Marks Lee, eds. Disability, Divers-ability and Legal Change. The Hague: Martinus Nijhoff, 1999. McLaughlin, Thomas. Street Smarts and Critical Theory: Listening to the Vernacular. Madison: University of Wisconsin Press, 1996. McPherson, Tara, ed. Digital Youth, Innovation, and the Unexpected. Cambridge, MA: MIT Press, 2008. Meekosha, Helen. “Drifting Down the Gulf Stream: Navigating the Cultures of Disability Studies.” Disability & Society 19.7 (2004): 721-733. Miller, Paul, Sophia Parker, and Sarah Gillinson. Disablism: How to Tackle the Last Prejudice. London: Demos, 2004. ‹http://www.demos.co.uk/publications/disablism›. Mulgan, Geoff. “The Process of Social Innovation.” Innovations 1.2 (2006): 145-62. Muir, Kristy. “‘That Bastard’s Following Me!’ Mentally Ill Australian Veterans Struggling to Maintain Control.” Social Histories of Disability and Deformity. Ed. in David M. Turner and Kevin Stagg. New York: Routledge. 161-74. National Council on Disability (NCD). Design for Inclusion: Creating a New Marketplace. Washington: NCD, 2004. Newell, Christopher. “Debates Regarding Governance: A Disability Perspective.” Disability & Society 13.2 (1998): 295-296. Oliver, Michael. The Politics of Disablement: A Sociological Approach. New York: St. Martin’s Press, 1990. Passiante, Giuseppina, Valerio Elia, and Tommaso Massari, eds. Digital Innovation: Innovation Processes in Virtual Clusters and Digital Regions. London: Imperial College Press, 2003. Productivity Commission. Review of the Disability Discrimination Act 1992. Melbourne: Productivity Commission, 2004. ‹http://www.pc.gov.au/inquiry/dda/docs/finalreport›. Shakespeare, Tom. Disability Rights and Wrongs. New York: Routledge, 2006. Shorten, Bill. Address-in-Reply, Governor-General’s Speech. Hansard 14 Feb. 2008: 328-333. ———. “Speaking Up for True Battlers.” Daily Telegraph 12 March 2008. ‹http://www.billshorten.com.au/press/index.cfm?Fuseaction=pressreleases_full&ID=1328›. Snyder, Sharon L., Brenda Brueggemann, and Rosemary Garland-Thomson, eds. Disability Studies: Enabling the Humanities. New York: Modern Language Association of America, 2002. Stienstra, Deborah. “The Critical Space Between: Access, Inclusion and Standards in Information Technologies.” Information, Communication & Society 9.3 (2006): 335-354. Stiker, Henri-Jacques. A History of Disability. Trans. William Sayers. Ann Arbor: University of Michigan Press, 1999. Thomas, Carol. Female Forms: Experiencing and Understanding Disability. Buckingham: Open University, 1999. Rosenblum, Karen E., and Toni-Michelle C. Travis, eds. The Meaning of Difference: American Constructions of Race, Sex and Gender, Social Class, Sexual Orientation, and Disability. New York, NY: McGraw-Hill, 2008. Von Hippel, Eric. Democratizing Innovation. Cambridge, MA: MIT Press, 2005. Walker, Alan. “The Social Origins of Impairment, Disability and Handicap.” Medicine and Society 6.2-3 (1980): 18-26. White, Michele. “Where Do You Want to Sit Today: Computer Programmers’ Static Bodies and Disability.” Information, Communication and Society 9.3 (2006): 396-416.
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography