Skip to main content

Showing 1–43 of 43 results for author: Storey, M

.
  1. arXiv:2404.06011  [pdf, other

    cs.SE

    Guidelines for Using Mixed and Multi Methods Research in Software Engineering

    Authors: Margaret-Anne Storey, Rashina Hoda, Alessandra Maciel Paz Milani, Maria Teresa Baldassarre

    Abstract: Mixed and multi methods research is often used in software engineering, but researchers outside of the social or human sciences often lack experience when using these designs. This paper provides guidelines and advice on how to design mixed and multi method research, and to encourage the intentional, rigourous, and innovative use of mixed methods in software engineering. It also presents key chara… ▽ More

    Submitted 9 April, 2024; originally announced April 2024.

    Comments: 21 pages, 6 figures

  2. arXiv:2402.13329  [pdf, other

    cs.SE

    A Disruptive Research Playbook for Studying Disruptive Innovations

    Authors: Margaret-Anne Storey, Daniel Russo, Nicole Novielli, Takashi Kobayashi, Dong Wang

    Abstract: As researchers, we are now witnessing a fundamental change in our technologically-enabled world due to the advent and diffusion of highly disruptive technologies such as generative AI, Augmented Reality (AR) and Virtual Reality (VR). In particular, software engineering has been profoundly affected by the transformative power of disruptive innovations for decades, with a significant impact of techn… ▽ More

    Submitted 20 February, 2024; originally announced February 2024.

  3. arXiv:2312.03966  [pdf

    cs.SE

    Impostor Phenomenon in Software Engineers

    Authors: Paloma Guenes, Rafael Tomaz, Marcos Kalinowski, Maria Teresa Baldassarre, Margaret-Anne Storey

    Abstract: The Impostor Phenomenon (IP) is widely discussed in Science, Technology, Engineering, and Mathematics (STEM) and has been evaluated in Computer Science students. However, formal research on IP in software engineers has yet to be conducted, although its impacts may lead to mental disorders such as depression and burnout. This study describes a survey that investigates the extent of impostor feeling… ▽ More

    Submitted 6 December, 2023; originally announced December 2023.

    Comments: Preprint with the original submission accepted for publication at ICSE-SEIS 2024

  4. arXiv:2306.14582  [pdf

    cond-mat.soft

    To be or not to be polar: the ferroelectric and antiferroelectric nematic phases

    Authors: Ewan Cruickshank, Paulina Rybak, Magdalena Majewska, Shona Ramsay, Cheng Wang, Chenhui Zhu, Rebecca Walker, John M. D. Storey, Corrie T. Imrie, Ewa Gorecka, Damian Pociecha

    Abstract: We report the properties of two new series of compounds that show the ferroelectric nematic phase in which the length of a terminal chain is varied. The longer the terminal chain, the weaker the dipole-dipole interactions of the molecules are along the director, and thus the lower the temperature at which the axially ferroelectric nematic phase is formed. For homologues of intermediate chain lengt… ▽ More

    Submitted 26 June, 2023; originally announced June 2023.

  5. arXiv:2301.06915  [pdf

    cond-mat.soft cond-mat.mtrl-sci

    Ferroelectric nematic -- isotropic critical end point

    Authors: Jadwiga Szydlowska, Pawel Majewski, Mojca Čepič, Nataša Vaupotič, Paulina Rybak, Corrie T Imrie, Rebecca Walker, Ewan Cruickshank, John MD Storey, Damian Pociecha, Ewa Gorecka

    Abstract: A critical end point above which an isotropic phase continuously evolves into a polar (ferroelectric) nematic phase with an increasing electric field is found in a ferroelectric nematic liquid crystalline material. The critical end point is approximately 30 K above the zero-field transition temperature from the isotropic to nematic phase and at an electric field of the order of 10 V/micron. Such s… ▽ More

    Submitted 17 January, 2023; originally announced January 2023.

  6. arXiv:2211.00938  [pdf, other

    q-bio.GN math.AT stat.OT

    Genomics Data Analysis via Spectral Shape and Topology

    Authors: Erik J. Amézquita, Farzana Nasrin, Kathleen M. Storey, Masato Yoshizawa

    Abstract: Mapper, a topological algorithm, is frequently used as an exploratory tool to build a graphical representation of data. This representation can help to gain a better understanding of the intrinsic shape of high-dimensional genomic data and to retain information that may be lost using standard dimension-reduction algorithms. We propose a novel workflow to process and analyze RNA-seq data from tumor… ▽ More

    Submitted 2 November, 2022; originally announced November 2022.

    Comments: 21 pages and 10 figures

  7. arXiv:2209.08402  [pdf, other

    q-bio.PE

    Designing experimental conditions to use the Lotka-Volterra model to infer tumor cell line interaction types

    Authors: Heyrim Cho, Allison L. Lewis, Kathleen M. Storey, Helen M. Byrne

    Abstract: The Lotka-Volterra model is widely used to model interactions between two species. Here, we generate synthetic data mimicking competitive, mutualistic and antagonistic interactions between two tumor cell lines, and then use the Lotka-Volterra model to infer the interaction type. Structural identifiability of the Lotka-Volterra model is confirmed, and practical identifiability is assessed for three… ▽ More

    Submitted 17 September, 2022; originally announced September 2022.

    Comments: 25 pages, 18 figures

    MSC Class: 34A34; 34A55; 37N25; 62F15

  8. arXiv:2205.12388  [pdf, other

    cs.SE

    DASP: A Framework for Driving the Adoption of Software Security Practices

    Authors: Enrique Larios-Vargas, Omar Elazhary, Soroush Yousefi, Derek Lowlind, Michael L. W. Vliek, Margaret-Anne Storey

    Abstract: Implementing software security practices is a critical concern in modern software development. Industry practitioners, security tool providers, and researchers have provided standard security guidelines and sophisticated security development tools to ensure a secure software development pipeline. But despite these efforts, there continues to be an increase in the number of vulnerabilities that can… ▽ More

    Submitted 24 May, 2022; originally announced May 2022.

    Comments: 27pages, 12 figures

    ACM Class: D.2; K.6.3

  9. arXiv:2205.06352  [pdf, other

    cs.SE

    An Actionable Framework for Understanding and Improving Developer Experience

    Authors: Michaela Greiler, Margaret-Anne Storey, Abi Noda

    Abstract: Developer experience is an important concern for software organizations as enhancing developer experience improves productivity, satisfaction, engagement and retention. We set out to understand what affects developer experience through semi-structured interviews with 21 developers from industry, which we transcribed and iteratively coded. Our findings elucidate factors that affect developer experi… ▽ More

    Submitted 12 May, 2022; originally announced May 2022.

    Comments: 15 pages, 1 figure

  10. Error Identification Strategies for Python Jupyter Notebooks

    Authors: Derek Robinson, Neil A. Ernst, Enrique Larios Vargas, Margaret-Anne D. Storey

    Abstract: Computational notebooks -- such as Jupyter or Colab -- combine text and data analysis code. They have become ubiquitous in the world of data science and exploratory data analysis. Since these notebooks present a different programming paradigm than conventional IDE-driven programming, it is plausible that debugging in computational notebooks might also be different. More specifically, since creatin… ▽ More

    Submitted 7 April, 2022; v1 submitted 30 March, 2022; originally announced March 2022.

    Comments: 11 pages, 5 listings, 7 tables, to be published at ICPC 2022

  11. arXiv:2203.10608  [pdf

    physics.app-ph

    Nonreciprocal low-noise acoustoelectric microwave amplifiers with net gain in continuous operation

    Authors: Lisa Hackett, Michael Miller, Scott Weatherred, Shawn Arterburn, Matthew Storey, Greg Peake, Daniel Dominguez, Patrick Finnegan, Thomas A. Friedmann, Matt Eichenfield

    Abstract: Over sixty years ago, it was hypothesized that specially designed acoustic systems that leveraged the acoustoelectric effect between phonons and charge carriers could revolutionize radio frequency electronic systems by allowing nonlinear and nonreciprocal functionalities such as gain and isolation to be achieved in the acoustic domain. Despite six decades of work, no acoustoelectric amplifier has… ▽ More

    Submitted 9 May, 2022; v1 submitted 20 March, 2022; originally announced March 2022.

  12. arXiv:2112.13260  [pdf, other

    q-bio.QM cs.IT math.DS

    Utilizing gradient approximations to optimize data selection protocols for tumor growth model calibration

    Authors: Allison L. Lewis, Kathleen M. Storey, Heyrim Cho, Anna C. Zittle

    Abstract: The use of mathematical models to make predictions about tumor growth and response to treatment has become increasingly more prevalent in the clinical setting. The level of complexity within these models ranges broadly, and the calibration of more complex models correspondingly requires more detailed clinical data. This raises questions about how much data should be collected and when, in order to… ▽ More

    Submitted 25 December, 2021; originally announced December 2021.

    Comments: 27 pages, 10 figures

  13. Effective dose fractionation schemes of radiotherapy for prostate cancer

    Authors: Jose Alvarez, Kathleen M. Storey, Pavitra Kannan, Heyrim Cho

    Abstract: Radiation therapy has remained as one of the main cancer treatment modalities and a highly cost-effective single modality treatment of cancer care. Typical regimens for fractionated external beam radiotherapy comprise a constant dose administered on weekdays, and no radiation on weekends. However, every patient has a tumor with distinct properties depending on intra-tumor heterogeneity, aggressive… ▽ More

    Submitted 25 December, 2021; originally announced December 2021.

    Comments: 15 pages, 9 figures

    MSC Class: 92B05

  14. arXiv:2112.11887  [pdf

    cond-mat.soft cond-mat.mtrl-sci

    Intrinsically chiral ferronematic liquid crystals

    Authors: D. Pociecha, R. Walker, E. Cruickshank, J. Szydlowska, P. Rybak, A. Makal, J. Matraszek, J. M. Wolska, J. M. D. Storey, C. T. Imrie, E. Gorecka

    Abstract: Strongly dipolar mesogenic compounds with a chiral center located in a lateral alkyl chain were synthesized, and shown to form the ferroelectric nematic phase. The presence of molecular chirality induced a helical structure in both the N and NF phases, but with opposite helix sense in the two phases. The relaxation frequency of the polar fluctuations was found to be lower for the chiral NF phase t… ▽ More

    Submitted 22 December, 2021; originally announced December 2021.

  15. How Developers and Managers Define and Trade Productivity for Quality

    Authors: Margaret-Anne Storey, Brian Houck, Thomas Zimmermann

    Abstract: In this paper, we present the findings from a survey study to investigate how developers and managers define and trade-off developer productivity and software quality (two related lenses into software development). We found that developers and managers, as cohorts, are not well aligned in their views of what it means to be productive (developers think of productivity in terms of activity, while mo… ▽ More

    Submitted 27 April, 2022; v1 submitted 8 November, 2021; originally announced November 2021.

    Journal ref: CHASE 2022: 15th International Conference on Cooperative and Human Aspects of Software Engineering

  16. arXiv:2111.01020  [pdf, other

    physics.optics physics.app-ph

    Modulation of Brillouin optomechanical interactions via acoustoelectric phonon-electron coupling

    Authors: Nils T. Otterstrom, Matthew J. Storey, Ryan O. Behunin, Lisa Hackett, Peter T. Rakich, Matt Eichenfield

    Abstract: Optomechanical Brillouin nonlinearities -- arising from the coupling between traveling photons and phonons -- have become the basis for a range of powerful optical signal processing and sensing technologies. The dynamics of such interactions are largely set and limited by the host material's elastic, optical, and photo-elastic properties, which are generally considered intrinsic and static. Here w… ▽ More

    Submitted 2 November, 2021; v1 submitted 1 November, 2021; originally announced November 2021.

    Comments: Version II

  17. arXiv:2109.02299  [pdf

    cond-mat.soft

    Multiple polar and non-polar nematic phases

    Authors: S. Brown, E. Cruickshank, J. M. D. Storey, C. T. Imrie, D. Pociecha, M. Majewska, A. Makal, E. Gorecka

    Abstract: Liquid crystal materials exhibiting up to three nematic phases are reported. Dielectric response measurements show that while the lower temperature nematic phase has ferroelectric order and the highest temperature nematic phase is apolar, the intermediate phase has local antiferroelectric order. The modification of the molecular structure by increasing the number of lateral fluorine substituents l… ▽ More

    Submitted 6 September, 2021; originally announced September 2021.

  18. arXiv:2105.14145  [pdf, other

    physics.med-ph

    Introducing the Voxel Interactive Contour Tool for Online Radiation Intensity Analytics (VICTORIA)

    Authors: Elise Badun, Frédéric Tessier, Reid Townson, Ernesto Mainegra-Hing, Margaret-Anne Storey, Magdalena Bazalova-Carter

    Abstract: In this paper, the Voxel Interactive Contour Tool for Online Radiation Intensity Analytics (VICTORIA) web viewer is presented as a solution to the issue of inaccessible, expensive, and insecure Digital Imaging and Communications in Medicine (DICOM) and Monte Carlo (MC) dose viewers. VICTORIA is a tool for the visualization and comparison of dose distributions with underlying anatomy that is access… ▽ More

    Submitted 28 May, 2021; originally announced May 2021.

    Comments: 5 pages, 1 figure

    ACM Class: J.3

  19. Uncovering the Benefits and Challenges of Continuous Integration Practices

    Authors: Omar Elazhary, Colin Werner, Ze Shi Li, Derek Lowlind, Neil Ernst, Margaret-Anne Storey

    Abstract: In 2006, Fowler and Foemmel defined ten core Continuous Integration (CI) practices that could increase the speed of software development feedback cycles and improve software quality. Since then, these practices have been widely adopted by industry and subsequent research has shown they improve software quality. However, there is poor understanding of how organizations implement these practices, of… ▽ More

    Submitted 6 March, 2021; originally announced March 2021.

  20. arXiv:2102.06834  [pdf, other

    cs.SE

    ADEPT: A Socio-Technical Theory of Continuous Integration

    Authors: Omar Elazhary, Margaret-Anne Storey, Neil A. Ernst, Elise Paradis

    Abstract: Continuous practices that rely on automation in the software development workflow have been widely adopted by industry for over a decade. Despite this widespread use, software development remains a primarily human-driven activity that is highly creative and collaborative. There has been extensive research on how continuous practices rely on automation and its impact on software quality and develop… ▽ More

    Submitted 6 April, 2021; v1 submitted 12 February, 2021; originally announced February 2021.

  21. arXiv:2101.05877  [pdf, other

    cs.SE

    "How Was Your Weekend?" Software Development Teams Working From Home During COVID-19

    Authors: Courtney Miller, Paige Rodeghero, Margaret-Anne Storey, Denae Ford, Thomas Zimmermann

    Abstract: The mass shift to working at home during the COVID-19 pandemic radically changed the way many software development teams collaborate and communicate. To investigate how team culture and team productivity may also have been affected, we conducted two surveys at a large software company. The first, an exploratory survey during the early months of the pandemic with 2,265 developer responses, revealed… ▽ More

    Submitted 11 February, 2021; v1 submitted 14 January, 2021; originally announced January 2021.

    Comments: 13 pages. Final version of the paper accepted at ICSE 2021

  22. arXiv:2010.03525  [pdf

    cs.SE cs.GL

    Empirical Standards for Software Engineering Research

    Authors: Paul Ralph, Nauman bin Ali, Sebastian Baltes, Domenico Bianculli, Jessica Diaz, Yvonne Dittrich, Neil Ernst, Michael Felderer, Robert Feldt, Antonio Filieri, Breno Bernard Nicolau de França, Carlo Alberto Furia, Greg Gay, Nicolas Gold, Daniel Graziotin, Pinjia He, Rashina Hoda, Natalia Juristo, Barbara Kitchenham, Valentina Lenarduzzi, Jorge Martínez, Jorge Melegati, Daniel Mendez, Tim Menzies, Jefferson Molleri , et al. (18 additional authors not shown)

    Abstract: Empirical Standards are natural-language models of a scientific community's expectations for a specific kind of study (e.g. a questionnaire survey). The ACM SIGSOFT Paper and Peer Review Quality Initiative generated empirical standards for research methods commonly used in software engineering. These living documents, which should be continuously revised to reflect evolving consensus around resear… ▽ More

    Submitted 4 March, 2021; v1 submitted 7 October, 2020; originally announced October 2020.

    Comments: For the complete standards, supplements and other resources, see https://github.com/acmsigsoft/EmpiricalStandards

  23. arXiv:2009.02620  [pdf, other

    q-bio.QM cs.IT math.DS

    Bayesian information-theoretic calibration of patient-specific radiotherapy sensitivity parameters for informing effective scanning protocols in cancer

    Authors: Heyrim Cho, Allison L. Lewis, Kathleen M. Storey

    Abstract: With new advancements in technology, it is now possible to collect data for a variety of different metrics describing tumor growth, including tumor volume, composition, and vascularity, among others. For any proposed model of tumor growth and treatment, we observe large variability among individual patients' parameter values, particularly those relating to treatment response; thus, exploiting the… ▽ More

    Submitted 5 September, 2020; originally announced September 2020.

  24. arXiv:2008.11147  [pdf, other

    cs.SE cs.CY cs.HC

    A Tale of Two Cities: Software Developers Working from Home During the COVID-19 Pandemic

    Authors: Denae Ford, Margaret-Anne Storey, Thomas Zimmermann, Christian Bird, Sonia Jaffe, Chandra Maddila, Jenna L. Butler, Brian Houck, Nachiappan Nagappan

    Abstract: The COVID-19 pandemic has shaken the world to its core and has provoked an overnight exodus of developers that normally worked in an office setting to working from home. The magnitude of this shift and the factors that have accompanied this new unplanned work setting go beyond what the software engineering community has previously understood to be remote work. To find out how developers and their… ▽ More

    Submitted 10 September, 2021; v1 submitted 25 August, 2020; originally announced August 2020.

    Comments: 36 pages, 1 figure, 6 tables

    Journal ref: ACM Transactions on Software Engineering and Methodology, Volume 31, Issue 2 (April 2022)

  25. arXiv:2005.13709  [pdf, other

    cs.SE cs.HC

    Code Duplication and Reuse in Jupyter Notebooks

    Authors: Andreas Koenzen, Neil Ernst, Margaret-Anne Storey

    Abstract: Duplicating one's own code makes it faster to write software. This expediency is particularly valuable for users of computational notebooks. Duplication allows notebook users to quickly test hypotheses and iterate over data. In this paper, we explore how much, how and from where code duplication occurs in computational notebooks, and identify potential barriers to code reuse. Previous work in the… ▽ More

    Submitted 27 May, 2020; originally announced May 2020.

    Comments: Accepted as a full paper at the IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC) 2020

  26. arXiv:2002.09559  [pdf

    cond-mat.soft

    Temperature dependence of bend elastic constant in oblique helicoidal cholesterics

    Authors: Olena S. Iadlovska, Greta Babakhanova, Georg H. Mehl, Christopher Welch, Ewan Cruickshank, Grant J. Strachan, John M. D. Storey, Corrie T. Imrie, Sergij V. Shiyanovskii, Oleg D. Lavrentovich

    Abstract: Elastic moduli of liquid crystals, known as Frank constants, are of quintessential importance for understanding fundamental properties of these materials and for the design of their applications. Although there are many methods to measure the Frank constants in the nematic phase, little is known about the elastic constants of the chiral version of the nematic, the so-called cholesteric liquid crys… ▽ More

    Submitted 25 February, 2020; v1 submitted 21 February, 2020; originally announced February 2020.

    Comments: 20 pages, 8 figures

  27. arXiv:1908.02320  [pdf, other

    cs.SE

    Do as I Do, Not as I Say: Do Contribution Guidelines Match the GitHub Contribution Process?

    Authors: Omar Elazhary, Margaret-Anne Storey, Neil Ernst, Andy Zaidman

    Abstract: Developer contribution guidelines are used in social coding sites like GitHub to explain and shape the process a project expects contributors to follow. They set standards for all participants and "save time and hassle caused by improperly created pull requests or issues that have to be rejected and resubmitted" (GitHub). Yet, we lack a systematic understanding of the content of a typical contribu… ▽ More

    Submitted 6 August, 2019; originally announced August 2019.

    Comments: Submitted to ICSME'19. 5 pages. 1 figure

  28. The Who, What, How of Software Engineering Research: A Socio-Technical Framework

    Authors: Margaret-Anne Storey, Neil A. Ernst, Courtney Williams, Eirini Kalliamvakou

    Abstract: Software engineering is a socio-technical endeavor, and while many of our contributions focus on technical aspects, human stakeholders such as software developers are directly affected by and can benefit from our research and tool innovations. In this paper, we question how much of our research addresses human and social issues, and explore how much we study human and social aspects in our researc… ▽ More

    Submitted 25 May, 2020; v1 submitted 29 May, 2019; originally announced May 2019.

    Comments: submitted to EMSE J

  29. How software engineering research aligns with design science: A review

    Authors: Emelie Engström, Margaret-Anne Storey, Per Runeson, Martin Höst, Maria Teresa Baldassarre

    Abstract: Background: Assessing and communicating software engineering research can be challenging. Design science is recognized as an appropriate research paradigm for applied research but is seldom referred to in software engineering. Applying the design science lens to software engineering research may improve the assessment and communication of research contributions. Aim: The aim of this study is 1) to… ▽ More

    Submitted 8 November, 2019; v1 submitted 29 April, 2019; originally announced April 2019.

    Comments: 32 pages, 10 figures

    Journal ref: Empirical Software Engineering, 25(4), 2630-2660(2020)

  30. Multi-level Chirality in Liquid Crystals Formed by Achiral Molecules

    Authors: Mirosław Salamończyk, Nataša Vaupotič, Damian Pociecha, Rebecca Walker, John M. D. Storey, Corrie T. Imrie, Cheng Wang, Chenhui Zhu, Ewa Gorecka

    Abstract: In many biological materials with a hierarchical structure there is an intriguing and unique mechanism responsible for the 'propagation' of order from the molecular to the nano- or micro-scale level. Here we present a much simpler molecular system built of achiral mesogenic dimeric molecules that shows a similar complexity with four levels of structural chirality (i) layer chirality, (ii) helicity… ▽ More

    Submitted 3 January, 2019; originally announced January 2019.

  31. Nature of nematic to twist bend nematic phase transition

    Authors: Damian Pociecha, Catriona Crawford, Daniel A. Paterson, John M. D. Storey, Corrie T. Imrie, Nataša Vaupotič, Ewa Gorecka

    Abstract: The critical behavior at the transition from uniform nematic to twist-bend modulated nematic phase is revealed and shown to be well explained by the mean field approximation. The study was performed on a group of materials that exhibit an unusually broad temperature range of the nematic phase above the twist-bend modulated nematic phase, so the critical range in which the order parameter fluctuati… ▽ More

    Submitted 4 July, 2018; originally announced July 2018.

    Journal ref: Phys. Rev. E 98, 052706 (2018)

  32. arXiv:1802.02693  [pdf, other

    cs.SE

    Gamification: a Game Changer for Managing Technical Debt? A Design Study

    Authors: Matthieu Foucault, Xavier Blanc, Margaret-Anne Storey, Jean-Rémy Falleri, Cédric Teyton

    Abstract: Context: Technical debt management is challenging for software engineers due to poor tool support and a lack of knowledge on how to prioritize technical debt repayment and prevention activities. Furthermore, when there is a large backlog of debt, developers often lack the motivation to address it. Objective: In this paper, we describe a design study to investigate how gamification can support Tech… ▽ More

    Submitted 7 February, 2018; originally announced February 2018.

  33. arXiv:1710.00922  [pdf

    cond-mat.soft

    Distinct differences in the nanoscale behaviors of the twist-bend liquid crystal phase of a flexible linear trimer and homologous dimer

    Authors: Michael R. Tuchband, Daniel A. Paterson, Mirosław Salamończyk, Victoria A. Norman, Alyssa N. Scarbrough, Ewan Forsyth, Edgardo Garcia, Cheng Wang, John M. D. Storey, David M. Walba, Samuel Sprunt, Antal Jákli, Chenhui Zhu, Corrie T. Imrie, Noel A. Clark

    Abstract: We synthesized the liquid crystal dimer and trimer members of a series of flexible linear oligomers and characterized their microscopic and nanoscopic properties using resonant soft x-ray scattering and a number of other experimental techniques. On the microscopic scale, the twist-bend phases of the dimer and trimer appear essentially identical. However, while the liquid crystal dimer exhibits a t… ▽ More

    Submitted 19 February, 2018; v1 submitted 2 October, 2017; originally announced October 2017.

    Comments: supplemental information included

  34. Heliconical smectic phases formed by achiral molecules

    Authors: Jordan P. Abberley, Ross Killah, Rebecca Walker, John M. D. Storey, Corrie T. Imrie, Miroslaw Salamonczyk, Chenhui Zhu, Ewa Gorecka, Damian Pociecha

    Abstract: A series of asymmetric dimers with an odd number of atoms in the spacer were found to form different types of twisted structures despite being achiral. The formation of a variety of helical structures is accompanied by a gradual freezing of molecular rotation. The tight pitch heliconical nematic (NTB) phase and heliconical tilted smectic C (SmCTB) phase are formed. In the lowest temperature smecti… ▽ More

    Submitted 29 August, 2017; originally announced August 2017.

  35. arXiv:1702.07011  [pdf, other

    cs.HC cs.SE

    How Software Developers Mitigate Collaboration Friction with Chatbots

    Authors: Carlene Lebeuf, Margaret-Anne Storey, Alexey Zagalsky

    Abstract: Modern software developers rely on an extensive set of social media tools and communication channels. The adoption of team communication platforms has led to the emergence of conversation-based tools and integrations, many of which are chatbots. Understanding how software developers manage their complex constellation of collaborators in conjunction with the practices and tools they use can bring v… ▽ More

    Submitted 22 February, 2017; originally announced February 2017.

    Comments: 6 pages, accepted to the Talking with Conversational Agents in Collaborative Action Workshop at the 20th ACM conference on Computer-Supported Cooperative Work and Social Computing (CSCW '17) https://talkingwithagents.wordpress.com/position-papers/

    ACM Class: H.5.2

  36. The Australian Square Kilometre Array Pathfinder: Performance of the Boolardy Engineering Test Array

    Authors: D. McConnell, J. R. Allison, K. Bannister, M. E. Bell, H. E. Bignall, A. P. Chippendale, P. G. Edwards, L. Harvey-Smith, S. Hegarty, I. Heywood, A. W. Hotan, B. T. Indermuehle, E. Lenc, J. Marvil, A. Pop**, W. Raja, J. E. Reynolds, R. J. Sault, P. Serra, M. A. Voronkov, M. Whiting, S. W. Amy, P. Axtens, L. Ball, T. J. Bateman , et al. (49 additional authors not shown)

    Abstract: We describe the performance of the Boolardy Engineering Test Array (BETA), the prototype for the Australian Square Kilometre Array Pathfinder telescope ASKAP. BETA is the first aperture synthesis radio telescope to use phased array feed technology, giving it the ability to electronically form up to nine dual-polarization beams. We report the methods developed for forming and measuring the beams, a… ▽ More

    Submitted 2 August, 2016; originally announced August 2016.

    Comments: Accepted for publication in PASA

  37. arXiv:1512.02702  [pdf, ps, other

    astro-ph.SR astro-ph.HE astro-ph.IM

    A pilot ASKAP survey of radio transient events in the region around the intermittent pulsar PSR J1107-5907

    Authors: G. Hobbs, I. Heywood, M. E. Bell, M. Kerr, A. Rowlinson, S. Johnston, R. M. Shannon, M. A. Voronkov, C. Ward, J. Banyer, P. J. Hancock, Tara Murphy, J. R. Allison, S. W. Amy, L. Ball, K. Bannister, D. C. -J. Bock, D. Brodrick, M. Brothers, A. J. Brown, J. D. Bunton, J. Chapman, A. P. Chippendale, Y. Chung, D. DeBoer , et al. (53 additional authors not shown)

    Abstract: We use observations from the Boolardy Engineering Test Array (BETA) of the Australian Square Kilometre Array Pathfinder (ASKAP) telescope to search for transient radio sources in the field around the intermittent pulsar PSR J1107-5907. The pulsar is thought to switch between an "off" state in which no emission is detectable, a weak state and a strong state. We ran three independent transient detec… ▽ More

    Submitted 8 December, 2015; originally announced December 2015.

    Comments: Accepted by MNRAS

  38. ASKAP HI imaging of the galaxy group IC 1459

    Authors: P. Serra, B. Koribalski, V. Kilborn, J. R. Allison, S. W. Amy, L. Ball, K. Bannister, M. E. Bell, D. C. -J. Bock, R. Bolton, M. Bowen, B. Boyle, S. Broadhurst, D. Brodrick, M. Brothers, J. D. Bunton, J. Chapman, W. Cheng, A. P. Chippendale, Y. Chung, F. Cooray, T. Cornwell, D. DeBoer, P. Diamond, R. Forsyth , et al. (54 additional authors not shown)

    Abstract: We present HI imaging of the galaxy group IC 1459 carried out with six antennas of the Australian SKA Pathfinder equipped with phased-array feeds. We detect and resolve HI in eleven galaxies down to a column density of $\sim10^{20}$ cm$^{-2}$ inside a ~6 deg$^2$ field and with a resolution of ~1 arcmin on the sky and ~8 km/s in velocity. We present HI images, velocity fields and integrated spectra… ▽ More

    Submitted 14 June, 2015; originally announced June 2015.

    Comments: MNRAS accepted

  39. arXiv:1503.08748  [pdf

    cond-mat.soft cond-mat.mtrl-sci physics.optics

    Electrically tunable selective reflection of light from ultraviolet to visible and infrared by heliconical cholesterics

    Authors: Jie Xiang, Yannian Li, Quan Li, Daniel A. Paterson, John M. D. Storey, Corrie T. Imrie, Oleg D. Lavrentovich

    Abstract: Cholesteric liquid crystals with helicoidal molecular architecture are known for their ability to selectively reflect light with the wavelength that is determined by the periodicity of molecular orientations. Here we demonstrate that by using a cholesteric with oblique helicoidal(heliconical) structure, as opposed to the classic right-angle helicoid, one can vary the wavelength of selectively refl… ▽ More

    Submitted 30 March, 2015; originally announced March 2015.

    Comments: 11 pages, 5figures

    Journal ref: Advanced Materials, 2015

  40. Discovery of HI gas in a young radio galaxy at $z = 0.44$ using the Australian Square Kilometre Array Pathfinder

    Authors: J. R. Allison, E. M. Sadler, V. A. Moss, M. T. Whiting, R. W. Hunstead, M. B. Pracy, S. J. Curran, S. M. Croom, M. Glowacki, R. Morganti, S. S. Shabala, M. A. Zwaan, G. Allen, S. W. Amy, P. Axtens, L. Ball, K. W. Bannister, S. Barker, M. E. Bell, D. C. -J. Bock, R. Bolton, M. Bowen, B. Boyle, R. Braun, S. Broadhurst , et al. (78 additional authors not shown)

    Abstract: We report the discovery of a new 21-cm HI absorption system using commissioning data from the Boolardy Engineering Test Array of the Australian Square Kilometre Array Pathfinder (ASKAP). Using the 711.5 - 1015.5 MHz band of ASKAP we were able to conduct a blind search for the 21-cm line in a continuous redshift range between $z = 0.4$ and 1.0, which has, until now, remained largely unexplored. The… ▽ More

    Submitted 16 August, 2015; v1 submitted 4 March, 2015; originally announced March 2015.

    Comments: 18 pages, 11 figures, accepted for publication in MNRAS

  41. The Australian Square Kilometre Array Pathfinder: System Architecture and Specifications of the Boolardy Engineering Test Array

    Authors: A. W. Hotan, J. D. Bunton, L. Harvey-Smith, B. Humphreys, B. D. Jeffs, T. Shimwell, J. Tuthill, M. Voronkov, G. Allen, S. Amy, K. Ardern, P. Axtens, L. Ball, K. Bannister, S. Barker, T. Bateman, R. Beresford, D. Bock, R. Bolton, M. Bowen, B. Boyle, R. Braun, S. Broadhurst, D. Brodrick, K. Brooks , et al. (76 additional authors not shown)

    Abstract: This paper describes the system architecture of a newly constructed radio telescope - the Boolardy Engineering Test Array, which is a prototype of the Australian Square Kilometre Array Pathfinder telescope. Phased array feed technology is used to form multiple simultaneous beams per antenna, providing astronomers with unprecedented survey speed. The test array described here is a 6-antenna interfe… ▽ More

    Submitted 4 September, 2014; originally announced September 2014.

    Comments: 17 pages, 12 figures, accepted for publication in PASA

  42. Pulse Profiles, Accretion Column Dips and a Flare in GX 1+4 During a Faint State

    Authors: A. B. Giles, D. K. Galloway, J. G. Greenhill, M. C. Storey, C. A. Wilson

    Abstract: The Rossi X-ray Timing Explorer (RXTE) spacecraft observed the X-ray pulsar GX 1+4 for a period of 34 hours on July 19/20 1996. The source faded from an intensity of ~20 mCrab to a minimum of <~0.7 mCrab and then partially recovered towards the end of the observation. This extended minimum lasted ~40,000 seconds. Phase folded light curves at a barycentric rotation period of 124.36568 +/- 0.00020… ▽ More

    Submitted 23 September, 1999; originally announced September 1999.

    Comments: 19 pages, 6 figures, accepted for publication in Astrophysical Journal (tentatively scheduled for vol. 529 #1, 20 Jan 2000)

  43. Spectral variation in the X-ray pulsar GX 1+4 during a low-flux episode

    Authors: D. K. Galloway, A. B. Giles, J. G. Greenhill, M. C. Storey

    Abstract: The X-ray pulsar GX 1+4 was observed with the RXTE satellite for a total of 51ks between 1996 July 19 - 21. During this period the flux decreased smoothly from an initial mean level of ~ 6 X 10^36 erg/s to a minimum of ~ 4 X 10^35 erg/s (2-60 keV, assuming a source distance of 10 kpc) before partially recovering towards the initial level at the end of the observation. BATSE pulse timing measure… ▽ More

    Submitted 23 September, 1999; originally announced September 1999.

    Comments: 8 pages, 3 figures, submitted to MNRAS