Skip to main content

Showing 1–18 of 18 results for author: Lester, M

.
  1. arXiv:2311.14060  [pdf

    physics.optics physics.app-ph

    Control and sorting of eccentric all-dielectric core-shell nanoparticles using two counter-propagating plane waves

    Authors: Ricardo Martin Abraham-Ekeroth, Marcelo Fabian Lester

    Abstract: Many typical nanoscale structures consist of dielectric nanoparticles with an inevitable oxide-generated coating around them. Depending on the fabrication techniques, these coatings may not be homogeneous, and their distortion can cause problems in the applications of such systems. Based on finite element simulations, inhomogeneous core-shell nanoparticle systems are numerically studied when illum… ▽ More

    Submitted 23 November, 2023; originally announced November 2023.

    Comments: 9 pages

  2. Which algorithm to select in sports timetabling?

    Authors: David Van Bulck, Dries Goossens, Jan-Patrick Clarner, Angelos Dimitsas, George H. G. Fonseca, Carlos Lamas-Fernandez, Martin Mariusz Lester, Jaap Pedersen, Antony E. Phillips, Roberto Maria Rosati

    Abstract: Any sports competition needs a timetable, specifying when and where teams meet each other. The recent International Timetabling Competition (ITC2021) on sports timetabling showed that, although it is possible to develop general algorithms, the performance of each algorithm varies considerably over the problem instances. This paper provides an instance space analysis for sports timetabling, resulti… ▽ More

    Submitted 5 July, 2024; v1 submitted 4 September, 2023; originally announced September 2023.

    Comments: This is the peer-reviewed author-version of https://doi.org/10.1016/j.ejor.2024.06.005, published in the European Journal of Operational Research. Copyright 2024. This manuscript version is made available under the LCC-BY-NC-ND 4.0 license (https://creativecommons.org/licenses/by-nc-nd/4.0/)

    Journal ref: European Journal of Operational Research, 2024, 318, 575-591

  3. arXiv:2307.01747  [pdf, other

    astro-ph.SR astro-ph.IM physics.space-ph

    Observation of solar radio burst events from Mars orbit with the Shallow Radar instrument

    Authors: Christopher Gerekos, Gregor Steinbrügge, Immanuel Jebaraj, Andreas Casillas, Elena Donini, Beatriz Sánchez-Cano, Mark Lester, Jasmina Magdalenić, Sean Peters, Andrew Romero-Wolf, Donald Blankenship

    Abstract: Multispacecraft and multiwavelength observations of solar eruptions such as flares and coronal mass ejections are essential to understand the complex processes behind these events. The study of solar burst events in the radio-frequency spectrum has relied almost exclusively on data from ground-based observations and a few dedicated heliophysics missions such as STEREO or Wind. Reanalysing existing… ▽ More

    Submitted 21 December, 2023; v1 submitted 4 July, 2023; originally announced July 2023.

    Comments: 14 pages, 9 figures, 2 tables

    Journal ref: Astronomy & Astrophysics 683, A56 (2024)

  4. arXiv:2107.11418  [pdf, other

    astro-ph.EP

    Radar observations of Draconid outbursts]{Radar observations of Draconid outbursts}

    Authors: M. D. Campbell-Brown, G. Stober, C. Jacobi, J. Kero, A. Kozlovsky, M. Lester

    Abstract: The Draconid meteor shower shows strong bursts of activity at irregular intervals, with nearly no activity in intervening years. Five outbursts of the Draconid meteor shower were observed with specular meteor radars in Canada and Europe between 1999 and 2018. The outbursts generally lasted between 6 and 8 hours, and most were not fully visible at a single geographical site, emphasizing the need fo… ▽ More

    Submitted 23 July, 2021; originally announced July 2021.

  5. arXiv:2101.04856  [pdf, other

    cs.RO cs.LG eess.SP eess.SY

    A Recurrent Neural Network Approach to Roll Estimation for Needle Steering

    Authors: Maxwell Emerson, James M. Ferguson, Tayfun Efe Ertop, Margaret Rox, Josephine Granna, Michael Lester, Fabien Maldonado, Erin A. Gillaspie, Ron Alterovitz, Robert J. Webster III., Alan Kuntz

    Abstract: Steerable needles are a promising technology for delivering targeted therapies in the body in a minimally-invasive fashion, as they can curve around anatomical obstacles and hone in on anatomical targets. In order to accurately steer them, controllers must have full knowledge of the needle tip's orientation. However, current sensors either do not provide full orientation information or interfere w… ▽ More

    Submitted 12 January, 2021; originally announced January 2021.

  6. arXiv:2012.15365  [pdf, ps, other

    cs.PL

    Solving Interactive Fiction Games via Partial Evaluation and Bounded Model Checking

    Authors: Martin Mariusz Lester

    Abstract: We present a case study on using program verification tools, specifically model-checkers for C programs, to solve simple interactive fiction games from around 1980. Off-the-shelf model-checking tools are unable to handle the games in their original form. In order to work around this, we apply a series of program transformations that do not change the behaviour of the program. An interesting aspect… ▽ More

    Submitted 30 December, 2020; originally announced December 2020.

    Comments: Work-in-progress was presented at 7th International Workshop on Rewriting Techniques for Program Transformations and Evaluation (WPTE 2020)

  7. arXiv:2012.15285  [pdf, ps, other

    cs.PL

    What can a 1980s BASIC programming textbook teach us today?

    Authors: Martin Lester

    Abstract: Elementary Basic, published in 1982, is an introductory programming text with a novel central conceit, namely that the fictional 19th century detective Sherlock Holmes used a computer to help solve mysteries. It is also novel among similar books of its time for its focus on program design. In other regards, such as its use of the language BASIC, it is representative of its time. Over 35 years af… ▽ More

    Submitted 30 December, 2020; originally announced December 2020.

    Comments: Peer-reviewed extended abstract presented at Fourth Symposium on the History and Philosophy of Programming (HaPoP), 2018

  8. Analysis of MiniJava Programs via Translation to ML

    Authors: Martin Mariusz Lester

    Abstract: MiniJava is a subset of the object-oriented programming language Java. Standard ML is the canonical representative of the ML family of functional programming languages, which includes F# and OCaml. Different program analysis and verification tools and techniques have been developed for both Java-like and ML-like languages. Naturally, the tools developed for a particular language emphasise accurate… ▽ More

    Submitted 30 December, 2020; originally announced December 2020.

    Comments: Short paper at Formal Techniques for Java-like Programs (FTfJP) 2019

    Journal ref: FTfJP 2019: Proceedings of the 21st Workshop on Formal Techniques for Java-like Programs

  9. arXiv:2012.13333  [pdf, ps, other

    cs.PL

    Verifying Liveness Properties of ML Programs

    Authors: M. M. Lester, R. P. Neatherway, C. -H. L. Ong, S. J. Ramsay

    Abstract: Higher-order recursion schemes are a higher-order analogue of Boolean Programs; they form a natural class of abstractions for functional programs. We present a new, efficient algorithm for checking CTL properties of the trees generated by higher-order recursion schemes, which is an extension of Kobayashi's intersection type-based model checking technique. We show that an implementation of this alg… ▽ More

    Submitted 24 December, 2020; originally announced December 2020.

    Comments: Peer-reviewed extended abstract presented at 2011 ACM SIGPLAN Workshop on ML. Full technical report archived at: https://ora.ox.ac.uk/objects/uuid:bf35bab8-b395-4f85-93bd-57ca0328a1d3

  10. arXiv:1910.03217  [pdf, ps, other

    cs.LO

    Understanding the Expressive Power of Unhygienic Substitution in Metaprogramming via Combinatory Logic

    Authors: Martin Lester

    Abstract: Recent work on combinatory logic demonstrates a compositional translation from lambda calculus that gives meaning to open terms. As the meaning of open terms is a key difficulty in the study of metaprogramming, we investigate whether this idea can be extended to metaprogramming systems with hygienic and unhygienic substitution, specifically $λ_{e}^{\rightarrow \Box}$ and $λ_{\mathcal{S}}$. We conc… ▽ More

    Submitted 8 October, 2019; originally announced October 2019.

  11. arXiv:1908.05497  [pdf

    physics.space-ph

    Mars' plasma system. Scientific potential of coordinated multi-point missions: "The next generation" (A White Paper submitted to ESA's Voyage 2050 Call)

    Authors: Beatriz Sánchez-Cano, Mark Lester, David J. Andrews, Hermann Opgenoorth, Robert Lillis, François Leblanc, Christopher M. Fowler, Xiaohua Fang, Oleg Vaisberg, Majd Mayyasi, Mika Holmberg, **gnan Guo, Maria Hamrin, Christian Mazelle, Kerstin Peter, Martin Pätzold, Katerina Stergiopoulou, Charlotte Goetz, Vladimir Nikolaevich Ermakov, Sergei Shuvalov, James Wild, Pierre-Louis Blelly, Michael Mendillo, Cesar Bertucci, Marco Cartacci , et al. (5 additional authors not shown)

    Abstract: The objective of this White Paper submitted to ESA's Voyage 2050 call is to get a more holistic knowledge of the dynamics of the Martian plasma system from its surface up to the undisturbed solar wind outside of the induced magnetosphere. This can only be achieved with coordinated multi-point observations with high temporal resolution as they have the scientific potential to track the whole dynami… ▽ More

    Submitted 15 August, 2019; originally announced August 2019.

    Comments: White Paper submitted to ESA's Voyage 2050 Call, 27 pages, 8 Figures, 2 Tables

  12. arXiv:1908.04730  [pdf

    physics.space-ph

    Exploring Solar-Terrestrial Interactions via Multiple Observers (A White Paper for the Voyage 2050 long-term plan in the ESA Science Programme)

    Authors: G. Branduardi-Raymont, M. Berthomier, Y. Bogdanova, J. C. Carter, M. Collier, A. Dimmock, M. Dunlop, R. Fear, C. Forsyth, B. Hubert, E. Kronberg, K. M. Laundal, M. Lester, S. Milan, K. Oksavik, N. Østgaard, M. Palmroth, F. Plaschke, F. S. Porter, I. J. Rae, A. Read, A. Samsonov, S. Sembay, Y. Shprits, D. G. Sibeck , et al. (2 additional authors not shown)

    Abstract: This paper addresses the fundamental science question: "How does solar wind energy flow through the Earth's magnetosphere, how is it converted and distributed?". We need to understand how the Sun creates the heliosphere, and how the planets interact with the solar wind and its magnetic field, not just as a matter of scientific curiosity, but to address a clear and pressing practical problem: space… ▽ More

    Submitted 13 August, 2019; originally announced August 2019.

  13. arXiv:1812.08878  [pdf, other

    physics.geo-ph physics.space-ph

    Global diagnostics of ionospheric absorption during X-ray solar flares based on 8-20MHz noise measured by over-the-horizon radars

    Authors: O. I. Berngardt, J. M. Ruohoniemi, J. -P. St-Maurice, A. Marchaudon, M. J. Kosch, A. S. Yukimatu, N. Nishitani, S. G. Shepherd, M. F. Marcucci, H. Hu, T. Nagatsuma, M. Lester

    Abstract: An analysis of noise attenuation during eighty solar flares between 2013 and 2017 was carried out at frequencies 8-20 MHz using thirty-four SuperDARN radars and the EKB ISTP SB RAS radar. The attenuation was determined on the basis of noise measurements performed by the radars during the intervals between transmitting periods. The location of the primary contributing ground sources of noise was fo… ▽ More

    Submitted 20 December, 2018; originally announced December 2018.

    Comments: 30 pages, 5 figures, 2 tables. Submitted to Space Weather

    Journal ref: Space Weather, 2019

  14. arXiv:1603.05906  [pdf, other

    physics.space-ph

    Plasma observations during the Mars atmospheric "plume" event of March-April 2012

    Authors: D. J. Andrews, S. Barabash, N. J. T. Edberg, D. A. Gurnett, B. E. S. Hall, M. Holmström, M. Lester, D. D. Morgan, H. J. Opgenoorth, R. Ramstad, B. Sanchez-Cano, M. Way, O. Witasse

    Abstract: We present initial analysis and conclusions from plasma observations made during the reported "Mars plume event" of March - April 2012. During this period, multiple independent amateur observers detected a localized, high-altitude "plume" over the Martian dawn terminator [Sanchez-Lavega et al., Nature, 2015, doi:10.1038/nature14162], the cause of which remains to be explained. The estimated bright… ▽ More

    Submitted 18 March, 2016; originally announced March 2016.

    Comments: 21 pages, 6 figures, article accepted for publication in J. Geophys. Res

    Journal ref: J. Geophys. Res. Space Physics 121 (2016)

  15. Control Flow Analysis for SF Combinator Calculus

    Authors: Martin Lester

    Abstract: Programs that transform other programs often require access to the internal structure of the program to be transformed. This is at odds with the usual extensional view of functional programming, as embodied by the lambda calculus and SK combinator calculus. The recently-developed SF combinator calculus offers an alternative, intensional model of computation that may serve as a foundation for devel… ▽ More

    Submitted 11 December, 2015; originally announced December 2015.

    Comments: In Proceedings VPT 2015, arXiv:1512.02215

    ACM Class: F.3.2; F.3.3

    Journal ref: EPTCS 199, 2015, pp. 51-67

  16. arXiv:1302.3178  [pdf, ps, other

    cs.PL

    Information Flow Analysis for a Dynamically Typed Functional Language with Staged Metaprogramming

    Authors: Martin Lester, Luke Ong, Max Schaefer

    Abstract: Web applications written in JavaScript are regularly used for dealing with sensitive or personal data. Consequently, reasoning about their security properties has become an important problem, which is made very difficult by the highly dynamic nature of the language, particularly its support for runtime code generation. As a first step towards dealing with this, we propose to investigate security a… ▽ More

    Submitted 13 February, 2013; originally announced February 2013.

  17. arXiv:1107.0680  [pdf

    astro-ph.IM astro-ph.EP

    AXIOM: Advanced X-ray Imaging Of the Magnetosphere

    Authors: G. Branduardi-Raymont, S. F. Sembay, J. P. Eastwood, D. G. Sibeck, A. Abbey, P. Brown, J. A. Carter, C. M. Carr, C. Forsyth, D. Kataria, S. Kemble, S. E. Milan, C. J. Owen, L. Peacocke, A. M. Read, A. J. Coates, M. R. Collier, S. W. H. Cowley, A. N. Fazakerley, G. W. Fraser, G. H. Jones, R. Lallement, M. Lester, F. S. Porter, T. K. Yeoman

    Abstract: Planetary plasma and magnetic field environments can be studied by in situ measurements or by remote sensing. While the former provide precise information about plasma behaviour, instabilities and dynamics on local scales, the latter offers the global view necessary to understand the overall interaction of the magnetospheric plasma with the solar wind. Here we propose a novel and more elegant appr… ▽ More

    Submitted 1 August, 2011; v1 submitted 4 July, 2011; originally announced July 2011.

    Comments: Published in Experimental Astronomy, Springer (40 pages, 14 figures, 5 tables). Updated version re-submitted to arXiv on 1 August 2011 (with corrected figure numbering and improved versions of Fig.s 4, 7, 10, 11); http://www.springerlink.com/openurl.asp?genre=article&id=doi:10.1007/s10686-011-9239-0 (published on-line, July 2011)

  18. arXiv:physics/0103017  [pdf, ps, other

    physics.optics cond-mat physics.atm-clus

    Resonant radiation pressure on neutral particles in a waveguide

    Authors: R. Gomez-Medina, P. San Jose, A. Garcia-Martin, M. Lester, M. Nieto-Vesperinas, J. J. Saenz

    Abstract: A theoretical analysis of electromagnetic forces on neutral particles in an hollow waveguide is presented. We show that the effective scattering cross section of a very small (Rayleigh) particle can be strongly modified inside a waveguide. The coupling of the scattered dipolar field with the waveguide modes induce a resonant enhanced backscattering state of the scatterer-guide system close to th… ▽ More

    Submitted 7 March, 2001; originally announced March 2001.

    Comments: RevTeX,4 pages,3 PS figures