Skip to main content

Showing 1–5 of 5 results for author: Panizzi, E

Searching in archive cs. Search in all archives.
.
  1. arXiv:2111.02869  [pdf, other

    cs.DC

    Earthquake detection at the edge: IoT crowdsensing network

    Authors: Enrico Bassetti, Emanuele Panizzi

    Abstract: Earthquake Early Warning state of the art systems rely on a network of sensors connected to a fusion center in a client-server paradigm. Instead, we propose moving computation to the edge, with detector nodes that probe the environment and process information from nearby probes to detect earthquakes locally. Our approach tolerates multiple node faults and partial network disruption and keeps all d… ▽ More

    Submitted 4 November, 2021; originally announced November 2021.

  2. arXiv:2102.01148  [pdf, other

    cs.SI cs.IR

    A comparative study of Bot Detection techniques methods with an application related to Covid-19 discourse on Twitter

    Authors: Marzia Antenore, Jose M. Camacho-Rodriguez, Emanuele Panizzi

    Abstract: Bot Detection is an essential asset in a period where Online Social Networks(OSN) is a part of our lives. This task becomes more relevant in crises, as the Covid-19 pandemic, where there is an incipient risk of proliferation of social bots, producing a possible source of misinformation. In order to address this issue, it has been compared different methods to detect automatically social bots on Tw… ▽ More

    Submitted 1 February, 2021; originally announced February 2021.

    Comments: 36 pages, 10 figures, 5 tables

    ACM Class: J.4

  3. arXiv:2012.05637  [pdf, other

    cs.HC

    Simplify Node-RED For End User Development in SeismoCloud

    Authors: Enrico Bassetti, Emanuele Panizzi, Edoardo Ottavianelli

    Abstract: Networks of IoT devices often require configuration and definition of behavior by the final user. Node-RED is a flow-based programming platform commonly used for End User Development, but it requires networking and protocols skills in order to be efficiently used. We add a level of abstraction to Node-RED nodes in order to allow non-skilled users to configure and control networks of IoT devices an… ▽ More

    Submitted 28 July, 2023; v1 submitted 10 December, 2020; originally announced December 2020.

    Comments: 4 pages, 2 figures, workshop

  4. arXiv:cs/0005033  [pdf, ps, other

    cs.PL

    Multimethods and separate static typechecking in a language with C++-like object model

    Authors: Emanuele Panizzi, Bernardo Pastorelli

    Abstract: The goal of this paper is the description and analysis of multimethod implementation in a new object-oriented, class-based programming language called OOLANG. The implementation of the multimethod typecheck and selection, deeply analyzed in the paper, is performed in two phases in order to allow static typechecking and separate compilation of modules. The first phase is performed at compile time… ▽ More

    Submitted 31 May, 2000; originally announced May 2000.

    Comments: 15 pages, 18 figures

    Report number: UAQ DIE R.99-33 ACM Class: D.1.5; D.3.3; D.3.4

  5. arXiv:cs/0005023  [pdf, ps, other

    cs.PL

    C++ programming language for an abstract massively parallel SIMD architecture

    Authors: Alessandro Lonardo, Emanuele Panizzi, Benedetto Proietti

    Abstract: The aim of this work is to define and implement an extended C++ language to support the SIMD programming paradigm. The C++ programming language has been extended to express all the potentiality of an abstract SIMD machine consisting of a central Control Processor and a N-dimensional toroidal array of Numeric Processors. Very few extensions have been added to the standard C++ with the goal of min… ▽ More

    Submitted 19 May, 2000; originally announced May 2000.

    Comments: 10 pages

    ACM Class: D.3.3; D.2.1