Source author record

Shuting Li

Shuting Li appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

3works
2topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2022arXiv

Statistical analysis of circular-ribbon flares

Circular-ribbon flares (CFs) are a special type of solar flares owing to their particular magnetic topology. In this paper, we conducted a comprehensive statistical analysis of 134 CFs from 2011 September to 2017 June, including four B-class, 82 C-class, 40 M-class, and eight X-class flares, respectively. The flares were observed by the Atmospheric Imaging Assembly (AIA) on board the Solar Dynamics Observatory (SDO) spacecraft. The physical properties of CFs are derived, including the location, area ($A_{CF}$), equivalent radius ($r_{CF}$) assuming a semi-spherical fan dome, lifetime ($τ_{CF}$), and peak SXR flux in 1$-$8 Å. It is found that all CFs are located in active regions, with the latitudes between -30$^\circ$ and 30$^\circ$. The distributions of areas and lifetimes could be fitted with a log-normal function. There is a positive correlation between the lifetime and area. The peak SXR flux in 1$-$8 Å is well in accord with a power-law distribution with an index of $-$1.42. For the 134 CFs, 57\% of them are accompanied by remote brightenings or ribbons. A positive correlation exists between the total length ($L_{RB}$) and average distance ($D_{RB}$) of remote brightenings. About 47\% and 51\% of the 134 CFs are related to type III radio bursts and jets, respectively. The association rates are independent of flare energies. About 38\% of CFs are related to mini-filament eruptions, and the association rates increase with flare classes. Only 28\% of CFs are related to CMEs, meaning that a majority of them are confined rather than eruptive events. There is a positive correlation between the CME speed and peak SXR flux in 1$-$8 Å, and faster CMEs tend to be wider.

preprint2022arXiv

Three-dimensional analyses of an aspherical coronal mass ejection and its driven shock

Context. Observations reveal that shocks can be driven by fast coronal mass ejections (CMEs) and play essential roles in particle accelerations. A critical ratio, $δ$, derived from a shock standoff distance normalized by the radius of curvature (ROC) of a CME, allows us to estimate shock and ambient coronal parameters. However, true ROCs of CMEs are difficult to measure due to observed projection effects. Aims. We investigate the formation mechanism of a shock driven by an aspherical CME without evident lateral expansion. Through three-dimensional (3D) reconstructions without a priori assumptions of the object morphology, we estimate two principal ROCs of the CME surface and demonstrate how the difference between two principal ROCs of the CME affects the estimate of the coronal physical parameters. Methods. The CME was observed by the Sun Earth Connection Coronal and Heliospheric Investigation (SECCHI) instruments and the Large Angle and Spectrometric Coronagraph (LASCO). We used the mask-fitting method to obtain the irregular 3D shape of the CME and reconstructed the shock surface using the bow-shock model. Through smoothings with fifth-order polynomial functions and Monte Carlo simulations, we calculated the ROCs at the CME nose. Results. We find that (1) the maximal ROC is 2-4 times the minimal ROC of the CME. A significant difference between the CME ROCs implies that the assumption of one ROC of an aspherical CME could cause over-/under- estimations of the shock and coronal parameters. (2) The shock nose obeys the bow-shock formation mechanism, considering the constant standoff distance and the similar speed between the shock and CME around the nose. (3) With a more precise $δ$ calculated via 3D ROCs in space, we derive corona parameters at high latitudes of about -50$^{\circ}$, including the Alfv{é}n speed and the coronal magnetic field strength.

preprint2016arXiv

Porting Code Across Simple Mobile Robots

The StarL programming framework aims to simplify development of distributed robotic applications by providing easy-to-use language constructs for communication and control. It has been used to develop applications such as formation control, distributed tracking, and collaborative search. In this paper, we present a complete redesign of the StarL language and its runtime system which enables us to achieve portability of robot programs across platforms. Thus, the same application program, say, for distributed tracking, can now be compiled and deployed on multiple, heterogeneous robotic platforms. Towards portability, this we first define the semantics of StarL programs in a way that is largely platform independent, except for a few key platform-dependent parameters that capture the worst-case execution and sensing delays and resolution of sensors. Next, we present a design of the StarL runtime system, including a robot controller, that meets the above semantics. The controller consists of a platform-independent path planner implemented using RRTs and a platform-dependent way-point tracker that is implemented using the control commands available for the platform. We demonstrate portability of StarL applications using simulation results for two different robotic platforms, and several applications.