Skip to main content

Showing 1–50 of 86 results for author: Lehmann, H

.
  1. arXiv:2405.07172  [pdf, other

    cs.CR

    Observability and Incident Response in Managed Serverless Environments Using Ontology-Based Log Monitoring

    Authors: Lavi Ben-Shimol, Edita Grolman, Aviad Elyashar, Inbar Maimon, Dudu Mimran, Oleg Brodt, Martin Strassmann, Heiko Lehmann, Yuval Elovici, Asaf Shabtai

    Abstract: In a fully managed serverless environment, the cloud service provider is responsible for securing the cloud infrastructure, thereby reducing the operational and maintenance efforts of application developers. However, this environment limits the use of existing cybersecurity frameworks and tools, which reduces observability and situational awareness capabilities (e.g., risk assessment, incident res… ▽ More

    Submitted 12 May, 2024; originally announced May 2024.

  2. arXiv:2405.04395  [pdf, other

    cs.NI

    PACIFISTA: Conflict Evaluation and Management in Open RAN

    Authors: Pietro Brach del Prever, Salvatore D'Oro, Leonardo Bonati, Michele Polese, Maria Tsampazi, Heiko Lehmann, Tommaso Melodia

    Abstract: The O-RAN ALLIANCE is defining architectures, interfaces, operations, and security requirements for cellular networks based on Open Radio Access Network (RAN) principles. In this context, O-RAN introduced the RAN Intelligent Controllers (RICs) to enable dynamic control of cellular networks via data-driven applications referred to as rApps and xApps. RICs enable for the first time truly intelligent… ▽ More

    Submitted 7 May, 2024; originally announced May 2024.

    Comments: 12 pages, 15 figures, 7 tables

  3. arXiv:2404.18497  [pdf, other

    cs.DS

    PHOBIC: Perfect Hashing with Optimized Bucket Sizes and Interleaved Coding

    Authors: Stefan Hermann, Hans-Peter Lehmann, Giulio Ermanno Pibiri, Peter Sanders, Stefan Walzer

    Abstract: A minimal perfect hash function (MPHF) maps a set of n keys to {1, ..., n} without collisions. Such functions find widespread application e.g. in bioinformatics and databases. In this paper we revisit PTHash - a construction technique particularly designed for fast queries. PTHash distributes the input keys into small buckets and, for each bucket, it searches for a hash function seed that places i… ▽ More

    Submitted 29 April, 2024; originally announced April 2024.

  4. arXiv:2312.08888  [pdf, other

    cs.LG cs.CV

    Read Between the Layers: Leveraging Intra-Layer Representations for Rehearsal-Free Continual Learning with Pre-Trained Models

    Authors: Kyra Ahrens, Hans Hergen Lehmann, Jae Hee Lee, Stefan Wermter

    Abstract: We address the Continual Learning (CL) problem, wherein a model must learn a sequence of tasks from non-stationary distributions while preserving prior knowledge upon encountering new experiences. With the advancement of foundation models, CL research has pivoted from the initial learning-from-scratch paradigm towards utilizing generic features from large-scale pre-training. However, existing appr… ▽ More

    Submitted 17 April, 2024; v1 submitted 13 December, 2023; originally announced December 2023.

    Comments: Preprint under review

  5. arXiv:2310.14959  [pdf, other

    cs.DS

    ShockHash: Near Optimal-Space Minimal Perfect Hashing Beyond Brute-Force

    Authors: Hans-Peter Lehmann, Peter Sanders, Stefan Walzer

    Abstract: A minimal perfect hash function (MPHF) maps a set S of n keys to the first n integers without collisions. There is a lower bound of n*log(e)=1.44n bits needed to represent an MPHF. This can be reached by a brute-force algorithm that tries e^n hash function seeds in expectation and stores the first seed leading to an MPHF. The most space-efficient previous algorithms for constructing MPHFs all use… ▽ More

    Submitted 5 June, 2024; v1 submitted 23 October, 2023; originally announced October 2023.

    Comments: Expands arXiv:2310.14959v1 (Bipartite ShockHash) and contains content from arXiv:2308.09561v2 (Plain ShockHash). An earlier title of this article was "Bipartite ShockHash: Pruning ShockHash Search for Efficient Perfect Hashing". Now the article is a preprint of a journal version combining ShockHash and bipartite ShockHash

  6. arXiv:2308.09561  [pdf, other

    cs.DS

    ShockHash: Towards Optimal-Space Minimal Perfect Hashing Beyond Brute-Force

    Authors: Hans-Peter Lehmann, Peter Sanders, Stefan Walzer

    Abstract: A minimal perfect hash function (MPHF) maps a set $S$ of $n$ keys to the first $n$ integers without collisions. There is a lower bound of $n\log_2e-O(\log n)$ bits of space needed to represent an MPHF. A matching upper bound is obtained using the brute-force algorithm that tries random hash functions until stumbling on an MPHF and stores that function's seed. In expectation, $e^n\textrm{poly}(n)$… ▽ More

    Submitted 13 November, 2023; v1 submitted 18 August, 2023; originally announced August 2023.

  7. arXiv:2304.11012  [pdf, other

    cs.DS

    Learned Monotone Minimal Perfect Hashing

    Authors: Paolo Ferragina, Hans-Peter Lehmann, Peter Sanders, Giorgio Vinciguerra

    Abstract: A Monotone Minimal Perfect Hash Function (MMPHF) constructed on a set S of keys is a function that maps each key in S to its rank. On keys not in S, the function returns an arbitrary value. Applications range from databases, search engines, data encryption, to pattern-matching algorithms. In this paper, we describe LeMonHash, a new technique for constructing MMPHFs for integers. The core idea of… ▽ More

    Submitted 30 August, 2023; v1 submitted 21 April, 2023; originally announced April 2023.

  8. arXiv:2304.09283  [pdf, other

    cs.DS

    Sliding Block Hashing (Slick) -- Basic Algorithmic Ideas

    Authors: Hans-Peter Lehmann, Peter Sanders, Stefan Walzer

    Abstract: We present {\bf Sli}ding Blo{\bf ck} Hashing (Slick), a simple hash table data structure that combines high performance with very good space efficiency. This preliminary report outlines avenues for analysis and implementation that we intend to pursue.

    Submitted 18 April, 2023; originally announced April 2023.

  9. arXiv:2212.09562  [pdf, other

    cs.DS

    High Performance Construction of RecSplit Based Minimal Perfect Hash Functions

    Authors: Dominik Bez, Florian Kurpicz, Hans-Peter Lehmann, Peter Sanders

    Abstract: A minimal perfect hash function (MPHF) bijectively maps a set S of objects to the first |S| integers. It can be used as a building block in databases and data compression. RecSplit [Esposito et al., ALENEX'20] is currently the most space efficient practical minimal perfect hash function. It heavily relies on trying out hash functions in a brute force way. We introduce rotation fitting, a new techn… ▽ More

    Submitted 5 July, 2023; v1 submitted 19 December, 2022; originally announced December 2022.

  10. arXiv:2210.01560  [pdf, other

    cs.DS

    SicHash -- Small Irregular Cuckoo Tables for Perfect Hashing

    Authors: Hans-Peter Lehmann, Peter Sanders, Stefan Walzer

    Abstract: A Perfect Hash Function (PHF) is a hash function that has no collisions on a given input set. PHFs can be used for space efficient storage of data in an array, or for determining a compact representative of each object in the set. In this paper, we present the PHF construction algorithm SicHash - Small Irregular Cuckoo Tables for Perfect Hashing. At its core, SicHash uses a known technique: It pla… ▽ More

    Submitted 8 November, 2022; v1 submitted 4 October, 2022; originally announced October 2022.

  11. arXiv:2209.11096  [pdf, other

    astro-ph.SR astro-ph.EP

    Companions to Kepler giant stars: A long-period eccentric substellar companion to KIC 3526061 and a stellar companion to HD 187878

    Authors: Marie Karjalainen, Raine Karjalainen, Artie P. Hatzes, Holger Lehmann, Pierre Kervella, Saskia Hekker, Hans Van Winckel, Jakub Überlauer, Michaela Vítková, Marek Skarka, Petr Kabáth, Saskia Prins, Andrew Tkachenko, William D. Cochran, Alain Jorissen

    Abstract: Context. Our knowledge of populations and occurrence of planets orbiting evolved intermediate-mass stars is still incomplete. In 2010 we started a planet-search program among 95 giant stars observed by the Kepler mission to increase the sample of giant stars with planets and with reliable estimates of stellar masses and radii. Aims. We present the two systems KIC 3526061 and HD 187878 from our pla… ▽ More

    Submitted 22 September, 2022; originally announced September 2022.

    Comments: 14 pages, 11 figures. Accepted to A&A

    Journal ref: A&A 668, A26 (2022)

  12. Hey, robot! An investigation of getting robot's attention through touch

    Authors: Hagen Lehmann, Adam Rojik, Kassandra Friebe, Matej Hoffmann

    Abstract: Touch is a key part of interaction and communication between humans, but has still been little explored in human-robot interaction. In this work, participants were asked to approach and touch a humanoid robot on the hand (Nao - 26 participants; Pepper - 28 participants) to get its attention. We designed reaction behaviors for the robot that consisted in four different combinations of arm movements… ▽ More

    Submitted 9 February, 2023; v1 submitted 1 September, 2022; originally announced September 2022.

    Comments: 14 pages, 4 figures; 'International Conference on Social Robotics (ICSR)'. Lecture Notes in Computer Science, vol 13817. Springer, Cham, pp. 388-401 (2022)

  13. arXiv:2208.03072  [pdf, other

    astro-ph.SR astro-ph.IM

    Pushing Least-Squares Deconvolution to the next level: application to binary stars

    Authors: A. Tkachenko, V. Tsymbal, Zvyagintsev, H. Lehmann, F. Petermann, D. E. Mkrtichian

    Abstract: Eclipsing, spectroscopic double-lined (SB2) binaries remain to be the prime source of precise and accurate fundamental properties of stars. Furthermore, high-cadence spectroscopic observations of the eclipse phases allow us to resolve the Rossiter-McLaughlin effect whose modelling offers the means to probe spin-orbit misalignment in binaries. In this study, we develop the LSDBinary algorithm tha… ▽ More

    Submitted 5 August, 2022; originally announced August 2022.

    Comments: 17 pages, 9 figures, accepted for publication in the main journal of Astronomy and Astrophysics

  14. arXiv:2205.04745  [pdf, other

    cs.DS

    PaCHash: Packed and Compressed Hash Tables

    Authors: Florian Kurpicz, Hans-Peter Lehmann, Peter Sanders

    Abstract: We introduce PaCHash, a hash table that stores its objects contiguously in an array without intervening space, even if the objects have variable size. In particular, each object can be compressed using standard compression techniques. A small search data structure allows locating the objects in constant expected time. PaCHash is most naturally described as a static external hash table where it nee… ▽ More

    Submitted 8 November, 2022; v1 submitted 10 May, 2022; originally announced May 2022.

  15. The near-core rotation of HD 112429: a gamma Doradus star with TESS photometry and legacy spectroscopy

    Authors: T. Van Reeth, P. De Cat, J. Van Beeck, V. Prat, D. J. Wright, H. Lehmann, A. -N. Chené, E. Kambe, S. L. S. Yang, G. Gentile, M. Joos

    Abstract: The TESS space mission provides us with high-precision photometric observations of bright stars over more than 70% of the entire sky, allowing us to revisit and characterise well-known stars. We aim to conduct an asteroseismic analysis of the gamma Doradus star HD112429 using both the available ground-based spectroscopy and TESS photometry, and assess the conditions required to measure the near-co… ▽ More

    Submitted 21 March, 2022; originally announced March 2022.

    Comments: 15 pages, 13 figures, 4 tables. Accepted for publication in Astronomy and Astrophysics

    Journal ref: A&A 662, A58 (2022)

  16. Updated modelling and refined absolute parameters of the oscillating eclipsing binary AS Eri

    Authors: P. Lampens, D. Mkrtichian, H. Lehmann, K. Gunsriwiwat, L. Vermeylen, J. Matthews, R. Kuschnig

    Abstract: We present a new study of the Algol-type eclipsing binary system AS Eri based on the combination of the MOST and TESS light curves and a collection of very precise radial velocities obtained with the spectrographs HERMES operating at the Mercator telescope, La Palma, and TCES operating at the Alfred Jensch telescope, Tautenburg. The primary component is an A3 V-type pulsating, mass-accreting star.… ▽ More

    Submitted 3 February, 2022; originally announced February 2022.

    Comments: 11 pages, 11 figures and 6 tables. Accepted for publication in MNRAS. See: https://academic.oup.com/mnras/advance-article/doi/10.1093/mnras/stac289/6520447?guestAccessKey=2e474dd5-2b8d-4c04-a2c4-84945d67dc26

  17. arXiv:2201.06093  [pdf, other

    cs.CR cs.LG

    Adversarial Machine Learning Threat Analysis and Remediation in Open Radio Access Network (O-RAN)

    Authors: Edan Habler, Ron Bitton, Dan Avraham, Dudu Mimran, Eitan Klevansky, Oleg Brodt, Heiko Lehmann, Yuval Elovici, Asaf Shabtai

    Abstract: O-RAN is a new, open, adaptive, and intelligent RAN architecture. Motivated by the success of artificial intelligence in other domains, O-RAN strives to leverage machine learning (ML) to automatically and efficiently manage network resources in diverse use cases such as traffic steering, quality of experience prediction, and anomaly detection. Unfortunately, it has been shown that ML-based systems… ▽ More

    Submitted 4 March, 2023; v1 submitted 16 January, 2022; originally announced January 2022.

  18. arXiv:2201.06080  [pdf, other

    cs.CR cs.NI

    Evaluating the Security of Open Radio Access Networks

    Authors: Dudu Mimran, Ron Bitton, Yehonatan Kfir, Eitan Klevansky, Oleg Brodt, Heiko Lehmann, Yuval Elovici, Asaf Shabtai

    Abstract: The Open Radio Access Network (O-RAN) is a promising RAN architecture, aimed at resha** the RAN industry toward an open, adaptive, and intelligent RAN. In this paper, we conducted a comprehensive security analysis of Open Radio Access Networks (O-RAN). Specifically, we review the architectural blueprint designed by the O-RAN alliance -- A leading force in the cellular ecosystem. Within the secur… ▽ More

    Submitted 16 January, 2022; originally announced January 2022.

  19. arXiv:2106.12270  [pdf, other

    cs.DS

    Weighted Random Sampling on GPUs

    Authors: Hans-Peter Lehmann, Lorenz Hübschle-Schneider, Peter Sanders

    Abstract: An alias table is a data structure that allows for efficiently drawing weighted random samples in constant time and can be constructed in linear time. The PSA algorithm by Hübschle-Schneider and Sanders is able to construct alias tables in parallel on the CPU. In this report, we transfer the PSA algorithm to the GPU. Our construction algorithm achieves a speedup of 17 on a consumer GPU in comparis… ▽ More

    Submitted 23 May, 2022; v1 submitted 23 June, 2021; originally announced June 2021.

  20. arXiv:2101.09548  [pdf, ps, other

    cs.IT math.CO

    Automorphism Groups and Isometries for Cyclic Orbit Codes

    Authors: Heide Gluesing-Luerssen, Hunter Lehmann

    Abstract: We study orbit codes in the field extension ${\mathbb F}_{q^n}$. First we show that the automorphism group of a cyclic orbit code is contained in the normalizer of the Singer subgroup if the orbit is generated by a subspace that is not contained in a proper subfield of ${\mathbb F}_{q^n}$. We then generalize to orbits under the normalizer of the Singer subgroup. In that situation some exceptional… ▽ More

    Submitted 23 January, 2021; originally announced January 2021.

  21. Orbital solutions derived from radial velocities and time delays for four {\it Kepler} systems with A/F-type (candidate) hybrid pulsators

    Authors: P. Lampens, L. Vermeylen, Y. Frémat, Á. Sódor, M. Skarka, A. Samadi-Ghadim, Zs. Bognár, H. Lehmann, P. De Cat, A. Goswami, L. Dumortier

    Abstract: The presence of A/F-type {\it Kepler} hybrid stars extending across the entire $δ$ Sct-$γ$ Dor instability strips and beyond remains largely unexplained. In order to better understand these particular stars, we performed a multi-epoch spectroscopic study of 49 candidate A/F-type hybrid stars and one cool(er) hybrid object detected by the {\it Kepler} mission. We determined a lower limit of 27 % fo… ▽ More

    Submitted 15 January, 2021; originally announced January 2021.

    Comments: 11 pages, 15 figures and 5 tables. Accepted for publication in A&A

    Journal ref: A&A 647, A139 (2021)

  22. Spectroscopic long-term monitoring of RZ Cas -- Part I: Basic stellar and system parameters

    Authors: H. Lehmann, A. Dervisoglu, D. E. Mkrtichian, F. Pertermann, A. Tkachenko, V. Tsymbal

    Abstract: RZ Cas is a short-period Algol-type system showing episodes of mass transfer and Delta Sct-like oscillations of its mass-gaining primary component. We analyse high-resolution spectra of RZ Cas that we obtained during a spectroscopic long-term monitoring lasting from 2001 to 2017. Spectrum analysis resulted in precise atmospheric parameters of both components, in particular in surface abundances be… ▽ More

    Submitted 16 November, 2020; originally announced November 2020.

    Comments: 18 pages, 19 figures, 10 tables. Accepted for publication in Section 8 Stellar atmospheres of Astronomy and Astrophysics

    Journal ref: A&A 644, A121 (2020)

  23. CzeV1731: The unique doubly eclipsing quadruple system

    Authors: P. Zasche, Z. Henzl, H. Lehmann, J. Pepper, B. P. Powell, V. B. Kostov, T. Barclay, M. Wolf, H. Kucakova, R. Uhlar, M. Masek, S. Palafouta, K. Gazeas, K. G. Stassun, B. S. Gaudi, J. E. Rodriguez, D. J. Stevens

    Abstract: We report the discovery of the relatively bright (V = 10.5 mag), doubly eclipsing 2+2 quadruple system CzeV1731. This is the third known system of its kind, in which the masses are determined for all four stars and both the inner and outer orbits are characterized. The inner eclipsing binaries are well-detached systems moving on circular orbits: pair A with period PA = 4.10843 d and pair B with PB… ▽ More

    Submitted 15 October, 2020; originally announced October 2020.

    Comments: 5 pages, 6 figures, 2 Tables, published in: 2020A&A...642A..63Z

    Journal ref: 2020A&A...642A..63Z

  24. arXiv:2009.01818  [pdf, other

    cs.HC

    Should a small robot have a small personal space? Investigating personal spatial zones and proxemic behavior in human-robot interaction

    Authors: Hagen Lehmann, Adam Rojik, Matej Hoffmann

    Abstract: This paper presents the first study in a series of proxemics experiments concerned with the role of personal spatial zones in human-robot interaction. In the study 40 participants approached a NAO robot positioned approximately at participants' eye level and entered different social zones around the robot (personal and intimate space). When the robot perceived the approaching person entering its p… ▽ More

    Submitted 3 September, 2020; originally announced September 2020.

    Comments: 8 pages, 6 figures

    Journal ref: CognitIve RobotiCs for intEraction (CIRCE) Workshop at IEEE International Conference On Robot and Human Interactive Communication (RO-MAN) 2020

  25. arXiv:1912.05522  [pdf, ps, other

    cs.IT math.CO

    Distance Distributions of Cyclic Orbit Codes

    Authors: Heide Gluesing-Luerssen, Hunter Lehmann

    Abstract: The distance distribution of a code is the vector whose $i^\text{th}$ entry is the number of pairs of codewords with distance $i$. We investigate the structure of the distance distribution for cyclic orbit codes, which are subspace codes generated by the action of $\mathbb{F}_{q^n}^*$ on an $\mathbb{F}_q$-subspace $U$ of $\mathbb{F}_{q^n}$. We show that for optimal full-length orbit codes the dist… ▽ More

    Submitted 11 December, 2019; originally announced December 2019.

    Comments: 22 pages

    MSC Class: 11T71; 94B60

  26. arXiv:1908.10605  [pdf, other

    astro-ph.IM astro-ph.EP

    Using Independent Component Analysis to detect exoplanet reflection spectrum from composite spectra of exoplanetary binary systems

    Authors: Paolo Di Marcantonio, Carlo Morossi, Mariagrazia Franchini, Holger Lehmann

    Abstract: The analysis of the wavelength-dependent albedo of exoplanets represents a direct way to provide insight of their atmospheric composition and to constrain theoretical planetary atmosphere modelling. Wavelength-dependent albedo can be inferred from the exoplanet's reflected light of the host star, but this is not a trivial task. In fact, the planetary signal may be several orders of magnitude lower… ▽ More

    Submitted 28 August, 2019; originally announced August 2019.

    Comments: 25 pages, 12 figures. Accepted to AJ

  27. Spectroscopic confirmation of the binary nature of the hybrid pulsator KIC 5709664 found with the frequency modulation method

    Authors: A. Derekas, S. J. Murphy, G. Dalya, R. Szabo, T. Borkovits, A. Bokon, H. Lehmann, K. Kinemuchi, J. Southworth, S. Bloemen, B. Csak, H. Isaacson, J. Kovacs, A. Shporer, Gy. M. Szabo, A. O. Thygesen, Sz. Meszaros

    Abstract: We started a program to search for companions around hybrid $δ$ Sct/$γ$ Dor stars with the frequency modulation method using Kepler data. Our best candidate was KIC 5709664, where we could identify Fourier peaks with sidelobes, suggesting binary orbital motion. We determined the orbital parameters with the phase modulation method and took spectroscopic measurements to confirm unambiguously the bin… ▽ More

    Submitted 6 April, 2019; originally announced April 2019.

    Comments: 8 pages, 10 figures, accepted for publication in MNRAS

  28. arXiv:1812.03468  [pdf, other

    cs.LG stat.ML

    Towards Neural Network Patching: Evaluating Engagement-Layers and Patch-Architectures

    Authors: Sebastian Kauschke, David Hermann Lehmann

    Abstract: In this report we investigate fundamental requirements for the application of classifier patching on neural networks. Neural network patching is an approach for adapting neural network models to handle concept drift in nonstationary environments. Instead of creating or updating the existing network to accommodate concept drift, neural network patching leverages the inner layers of the network as w… ▽ More

    Submitted 16 January, 2019; v1 submitted 9 December, 2018; originally announced December 2018.

  29. arXiv:1810.11804  [pdf, other

    cs.CL cs.AI cs.RO

    Robots Learning to Say `No': Prohibition and Rejective Mechanisms in Acquisition of Linguistic Negation

    Authors: Frank Förster, Joe Saunders, Hagen Lehmann, Chrystopher L. Nehaniv

    Abstract: `No' belongs to the first ten words used by children and embodies the first active form of linguistic negation. Despite its early occurrence the details of its acquisition process remain largely unknown. The circumstance that `no' cannot be construed as a label for perceptible objects or events puts it outside of the scope of most modern accounts of language acquisition. Moreover, most symbol grou… ▽ More

    Submitted 28 October, 2018; originally announced October 2018.

    Comments: Submitted journal article. 21 pages main paper plus 28 pages supplementary information / appendix. 8 figures in main paper

    ACM Class: I.2.6; I.2.7; I.5.5; H.5.2

  30. Evidence for conservative mass transfer in the classical Algol system $δ$ Librae from its surface carbon-to-nitrogen abundance ratio

    Authors: A. Dervisoglu, K. Pavlovski, H. Lehmann, J. Southworth, D. Bewsher

    Abstract: Algol-type binary systems are the product of rapid mass transfer between the initially more massive component to its companion. It is still unknown whether the process is conservative, or whether substantial mass is lost from the system. The history of a system prior to mass exchange is imprinted in the photospheric chemical composition, in particular in the carbon-to-nitrogen (C/N) ratio. We use… ▽ More

    Submitted 2 October, 2018; originally announced October 2018.

    Comments: Accepted for publication in MNRAS, 17 pages, 11 figures

  31. Spectroscopic time-series analysis of R Canis Majoris

    Authors: H. Lehmann, V. Tsymbal, F. Pertermann, A. Tkachenko, D. E. Mkrtichian, N. A-thano

    Abstract: R Canis Majoris is the prototype of a small group of Algol-type stars showing short orbital periods and low mass ratios. A previous detection of short-term oscillations in its light curve has not yet been confirmed. We investigate a new time series of high-resolution spectra with the aim to derive improved stellar and system parameters, to search for the possible impact of a third component in the… ▽ More

    Submitted 17 April, 2018; v1 submitted 12 April, 2018; originally announced April 2018.

    Comments: 12 pages, 14 figures, 5 tables

    Journal ref: A&A 615, A131 (2018)

  32. arXiv:1712.02651  [pdf, ps, other

    astro-ph.SR

    Photometric and spectroscopic variability of 53 Per

    Authors: E. Niemczura, A. Pigulski, H. Lehmann, K. Kamiński, G. Catanzaro, I. Stateva, M. Napetova

    Abstract: A new investigation of the variability of the SPB-type star 53 Per is presented. The analysis of the BRITE photometry allowed us to determine eight independent frequencies and the combination one. Five of these frequencies and the combination one were not known before. In addition, we gathered more than 1800 new moderate and high-resolution spectra of 53 Per spread over approximately six months. T… ▽ More

    Submitted 6 December, 2017; originally announced December 2017.

    Comments: 2 pages, accepted for publication in the Proceedings of the PAS (Proc. of the 2nd BRITE Science conference, Innsbruck)

  33. Multi-technique investigation of the binary fraction among A-F type candidate hybrid variable stars discovered by Kepler

    Authors: P. Lampens, Y. Frémat, L. Vermeylen, Á. Sódor, M. Skarka, P. De Cat, Zs. Bognár, R. De Nutte, L. Dumortier, A. Escorza, G. M. Oomen, G. Van de Steene, D. Kamath, M. Laverick, A. Samadi, S. Triana, H. Lehmann

    Abstract: Hundreds of candidate hybrid pulsators of intermediate type A-F were revealed by the recent space missions. Hybrid pulsators allow to study the full stellar interiors, where p- and g-modes are simultaneously excited. The true hybrid stars must be identified since other processes, due to stellar multiplicity or rotation, might explain the presence of (some) low frequencies observed in their periodo… ▽ More

    Submitted 11 September, 2017; originally announced September 2017.

    Comments: 21 pages (45 pages including the appendices), 36 figures, 18 tables, 3 appendices. Accepted for publication in A&A

    Journal ref: A&A 610, A17 (2018)

  34. arXiv:1707.04717  [pdf

    cond-mat.mtrl-sci

    Metal nanoparticle film-based room temperature Coulomb transistor

    Authors: Svenja Willing, Hauke Lehmann, Mirjam Volkmann, Christian Klinke

    Abstract: Single-electron transistors would represent an approach for less power consuming microelectronic devices if room-temperature operation and industry-compatible fabrication were possible. We present a concept based on stripes of small, self-assembled, colloidal, metal nanoparticles on a back-gate device architecture which leads to well-defined and well-controllable transistor characteristics. This C… ▽ More

    Submitted 15 July, 2017; originally announced July 2017.

    Comments: 31 pages, 6 figures

    Journal ref: Science Advances 3 (2017) e1603191

  35. arXiv:1701.08846  [pdf

    cond-mat.mes-hall cond-mat.mtrl-sci

    Attachment of colloidal nanoparticles to boron nitride nanotubes

    Authors: Mirjam Volkmann, Michaela Meyns, Rostyslav Lesyuk, Hauke Lehmann, Christian Klinke

    Abstract: There is a strong interest to attach nanoparticles non-covalently to one-dimensional systems like boron nitride nanotubes to form composites. The combination of those materials might be used for catalysis, in solar cells, or for water splitting. Additionally, the fundamental aspect of charge transfer between the components can be studied in such systems. We report on the synthesis and characteriza… ▽ More

    Submitted 25 January, 2017; originally announced January 2017.

    Comments: 18 pages, 6 figures

    Journal ref: Chem. Mater. 20 (2017) 726

  36. The discovery of a planetary candidate around the evolved low-mass Kepler giant star HD 175370

    Authors: M. Hrudková, A. Hatzes, R. Karjalainen, H. Lehmann, S. Hekker, M. Hartmann, A. Tkachenko, S. Prins, H. van Winckel, R. de Nutte, L. Dumortier, Y. Frémat, H. Hensberge, A. Jorissen, P. Lampens, M. Laverick, R. Lombaert, P. I. Pápics, G. Raskin, Á. Sódor, A. Thoul, S. van Eck, C. Waelkens

    Abstract: We report on the discovery of a planetary companion candidate with a minimum mass Msini = 4.6 M_J orbiting the K2 III giant star HD 175370 (KIC 007940959). This star was a target in our program to search for planets around a sample of 95 giant stars observed with Kepler. This detection was made possible using precise stellar radial velocity measurements of HD 175370 taken over five years and four… ▽ More

    Submitted 19 September, 2016; originally announced September 2016.

    Comments: 12 pages, 10 figures. This is a pre-copyedited, author-produced PDF of an article accepted for publication in MNRAS following peer review. The version of record DOI=10.1093/mnras/stw2379 is available online at: http://mnras.oxfordjournals.org/cgi/reprint/stw2379?ijkey=TaJttgdCtBDXV36&keytype=ref

    Journal ref: MNRAS 464, 1018 (2017)

  37. HD 24355 observed by the Kepler K2 mission: A rapidly oscillating Ap star pulsating in a distorted quadrupole mode

    Authors: Daniel L. Holdsworth, Donald W. Kurtz, Barry Smalley, Hideyuki Saio, Gerald Handler, Simon J. Murphy, Holger Lehmann

    Abstract: We present an analysis of the first Kepler K2 mission observations of a rapidly oscillating Ap (roAp) star, HD 24355 ($V=9.65$). The star was discovered in SuperWASP broadband photometry with a frequency of 224.31 d$^{-1}$, (2596.18 $μ$Hz; $P = 6.4$ min) and an amplitude of 1.51 mmag, with later spectroscopic analysis of low-resolution spectra showing HD 24355 to be an A5 Vp SrEu star. The high pr… ▽ More

    Submitted 13 July, 2016; originally announced July 2016.

    Comments: 18 pages, accepted for publication in MNRAS

  38. Detection of Solar-Like Oscillations, Observational Constraints, and Stellar Models for $θ$ Cyg, the Brightest Star Observed by the {\it Kepler} Mission

    Authors: J. A. Guzik, G. Houdek, W. J. Chaplin, B. Smalley, D. W. Kurtz, R. L. Gilliland, F. Mullally, J. F. Rowe, S. T. Bryson, M. D. Still, V. Antoci, T. Appourchaux, S. Basu, T. R. Bedding, O. Benomar, R. A. Garcia, D. Huber, H. Kjeldsen, D. W. Latham, T. S. Metcalfe, P. I. Pápics, T. R. White, C. Aerts, J. Ballot, T. S. Boyajian , et al. (30 additional authors not shown)

    Abstract: $θ… ▽ More

    Submitted 4 July, 2016; originally announced July 2016.

    Comments: Accepted for Publication in The Astrophysical Journal, July 1, 2016

  39. A Quintuple Star System Containing Two Eclipsing Binaries

    Authors: S. Rappaport, H. Lehmann, B. Kalomeni, T. Borkovits, D. Latham, A. Bieryla, H. Ngo, D. Mawet, S. Howell, E. Horch, T. L. Jacobs, D. LaCourse, A. Sodor, A. Vanderburg, K. Pavlovski

    Abstract: We present a quintuple star system that contains two eclipsing binaries. The unusual architecture includes two stellar images separated by 11" on the sky: EPIC 212651213 and EPIC 212651234. The more easterly image (212651213) actually hosts both eclipsing binaries which are resolved within that image at 0.09", while the westerly image (212651234) appears to be single in adaptive optics (AO), speck… ▽ More

    Submitted 20 June, 2016; originally announced June 2016.

    Comments: 13 pages, 11 figures; submitted to MNRAS on 2016, May 20, revised June 16

  40. arXiv:1606.00664  [pdf

    cond-mat.mes-hall physics.ins-det

    Coulomb blockade based field-effect transistors exploiting stripe-shaped channel geometries of self-assembled metal nanoparticles

    Authors: Hauke Lehmann, Svenja Willing, Sandra Möller, Mirjam Volkmann, Christian Klinke

    Abstract: Metallic nanoparticles offer possibilities to build basic electric devices with new functionality and improved performance. Due to the small volume and the resulting low self-capacitance, each single nanoparticle exhibits a high charging energy. Thus, a Coulomb-energy gap emerges during transport experiments that can be shifted by electric fields, allowing for charge transport whenever energy leve… ▽ More

    Submitted 2 June, 2016; originally announced June 2016.

    Comments: 20 pages, 5 figures, Nanoscale (2016)

    Journal ref: Nanoscale 8 (2016) 14384

  41. An M dwarf Companion to an F-type Star in a young main-sequence binary

    Authors: Ph. Eigmüller, J. Eislöffel, Sz. Csizmadia, H. Lehmann, A. Erikson, M. Fridlund, M. Hartmann, A. Hatzes, Th. Pasternacki, H. Rauer, A. Tkachenko, H. Voss

    Abstract: Only a few well characterized very low-mass M dwarfs are known today. Our understanding of M dwarfs is vital as these are the most common stars in our solar neighborhood. We aim to characterize the properties of a rare F+dM stellar system for a better understanding of the low-mass end of the Hertzsprung-Russel diagram. We used photometric light curves and radial velocity follow-up measurements to… ▽ More

    Submitted 4 February, 2016; originally announced February 2016.

    Comments: 7 pages, 5 figures, accepted by AJ

  42. KIC 7177553: a quadruple system of two close binaries

    Authors: H. Lehmann, T. Borkovits, S. A. Rappaport, H. Ngo, D. Mawet, Sz. Csizmadia, E. Forgacs-Dajka

    Abstract: KIC 7177553 was observed by the Kepler satellite to be an eclipsing eccentric binary star system with an 18-day orbital period. Recently, an eclipse timing study of the Kepler binaries has revealed eclipse timing variations in this object with an amplitude of about 100 sec, and an outer period of 529 days. The implied mass of the third body is that of a superJupiter, but below the mass of a brown… ▽ More

    Submitted 12 January, 2016; originally announced January 2016.

    Comments: 11 pages, 4 tables, 9 figures

  43. arXiv:1507.04897  [pdf

    cond-mat.mtrl-sci

    Solution-grown nanowire devices for sensitive and fast photo detection

    Authors: Alexander Littig, Hauke Lehmann, Christian Klinke, Tobias Kipp, Alf Mews

    Abstract: Highly sensitive and fast photodetector devices with CdSe quantum nanowires as active elements have been developed exploiting the advantages of electro- and wet-chemical routes. Bismuth nanoparticles electrochemically synthesized directly onto interdigitating platinum electrodes serve as catalysts in the following solution-liquid-solid synthesis of quantum nanowires directly on immersed substrates… ▽ More

    Submitted 17 July, 2015; originally announced July 2015.

    Journal ref: ACS Appl. Mater. Interfaces 7 (2015) 12184

  44. arXiv:1507.02078  [pdf

    cond-mat.mtrl-sci

    Metal domain size dependent electrical transport in Pt-CdSe hybrid nanoparticle monolayers

    Authors: Michaela Meyns, Svenja Willing, Hauke Lehmann, Christian Klinke

    Abstract: Thin films prepared of semiconductor nanoparticles are promising for low-cost electronic applications such as transistors and solar cells. One hurdle for their breakthrough is their notoriously low conductivity. To address this, we precisely decorate CdSe nanoparticles with platinum domains of one to three nanometers in diameter by a facile and robust seeded growth method. We demonstrate the trans… ▽ More

    Submitted 8 July, 2015; originally announced July 2015.

    Journal ref: ACS Nano 9 (2015) 6077

  45. arXiv:1507.01516  [pdf, ps, other

    astro-ph.SR

    KIC 4768731: a bright long-period roAp star in the Kepler Field

    Authors: B. Smalley, E. Niemczura, S. J. Murphy, H. Lehmann, D. W. Kurtz, D. L. Holdsworth, M. S. Cunha, L. A. Balona, M. Briquet, H. Bruntt, P. de Cat, P. Lampens, A. O. Thygesen, K. Uytterhoeven

    Abstract: We report the identification of 61.45 d^-1 (711.2 mu Hz) oscillations, with amplitudes of 62.6-mu mag, in KIC 4768731 (HD 225914) using Kepler photometry. This relatively bright (V=9.17) chemically peculiar star with spectral type A5 Vp SrCr(Eu) has previously been found to exhibit rotational modulation with a period of 5.21 d. Fourier analysis reveals a simple dipole pulsator with an amplitude th… ▽ More

    Submitted 6 July, 2015; originally announced July 2015.

    Comments: 13 pages, 12 figures, 6 tables. Accepted for publication in MNRAS

  46. Spectroscopic survey of Kepler stars. I. HERMES/Mercator observations of A- and F-type stars

    Authors: E. Niemczura, S. J. Murphy, B. Smalley, K. Uytterhoeven, A. Pigulski, H. Lehmann, D. M. Bowman, G. Catanzaro, E. van Aarle, S. Bloemen, M. Briquet, P. De Cat, D. Drobek, L. Eyer, J. F. S. Gameiro, N. Gorlova, K. Kaminski, P. Lampens, P. Marcos-Arenal, P. I. Papics, B. Vandenbussche, H. Van Winckel, M. Steslicki, M. Fagas

    Abstract: The Kepler space mission provided near-continuous and high-precision photometry of about 207,000 stars, which can be used for asteroseismology. However, for successful seismic modelling it is equally important to have accurate stellar physical parameters. Therefore, supplementary ground-based data are needed. We report the results of the analysis of high-resolution spectroscopic data of A- and F-t… ▽ More

    Submitted 12 March, 2015; originally announced March 2015.

    Comments: Accepted for publication in MNRAS (22 pages, 6 tables)

  47. HD 152246 - a new high-mass triple system and its basic properties

    Authors: A. Nasseri, R. Chini, P. Harmanec, P. Mayer, J. A. Nemravová, T. Dembsky, H. Lehmann, H. Sana, J. -B. Le Bouquin

    Abstract: Analyses of multi-epoch, high-resolution (R ~ 50.000) optical spectra of the O-type star HD 152246 (O9 IV according to the most recent classification), complemented by a limited number of earlier published radial velocities, led to the finding that the object is a hierarchical triple system, where a close inner pair (Ba-Bb) with a slightly eccentric orbit (e = 0.11) and a period of 6.0049 days rev… ▽ More

    Submitted 5 August, 2014; originally announced August 2014.

    Comments: 9 pages, 6 figures, accepted for publication in Astronomy and Astrophysics

  48. Modelling of Sigma Scorpii, a high-mass binary with a Beta Cep variable primary component

    Authors: A. Tkachenko, C. Aerts, K. Pavlovski, P. Degroote, P. I. Papics, E. Moravveji, H. Lehmann, V. Kolbas, K. Clemer

    Abstract: High-mass binary stars are known to show an unexplained discrepancy between the dynamical masses of the individual components and those predicted by models. In this work, we study Sigma Scorpii, a double-lined spectroscopic binary system consisting of two B-type stars residing in an eccentric orbit. The more massive primary component is a Beta Cep-type pulsating variable star. Our analysis is base… ▽ More

    Submitted 5 May, 2014; originally announced May 2014.

    Comments: 13 pages, 8 figures, 10 tables; accepted for publication in MNRAS

  49. A hydrodynamical study of multiple-shell planetary nebulae. III. Expansion properties and internal kinematics: Theory versus observation

    Authors: D. Schoenberner, R. Jacob, H. Lehmann, G. Hildebrandt, M. Steffen, A. Zwanzig, C. Sandin, R. L. M. Corradi

    Abstract: We present the result of a study on the expansion properties and internal kinematics of round/elliptical planetary nebulae of the Milky Way disk, the halo, and of the globular cluster M15. The purpose of this study is to considerably enlarge the small sample of nebulae with precisely determined expansion properties. To this aim, we selected a representative sample of objects with different evoluti… ▽ More

    Submitted 1 April, 2014; originally announced April 2014.

    Comments: 32 pages, 19 Figures; accepted for publication in "Astronomical Notes / Astronomische Nachrichten"

  50. CoRoT 105906206: a short-period and totally eclipsing binary with a Delta Scuti type pulsator

    Authors: Ronaldo da Silva, Carla Maceroni, Davide Gandolfi, Holger Lehmann, Artie P. Hatzes

    Abstract: Eclipsing binary systems with pulsating components allow the determination of several physical parameters of the stars, such as mass and radius, that, when combined with the pulsation properties, can be used to constrain the modeling of stellar interiors and evolution. Hereby, we present the results of the study of CoRoT 105906206, an eclipsing binary system with a pulsating component located in t… ▽ More

    Submitted 12 March, 2014; originally announced March 2014.

    Comments: 11 pages, 8 figures, 3 tables