Researcher profile

Mingtao Li

Mingtao Li contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 19 - UnverifiedVerification L1Unclaimed author
5works
0followers
7topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

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

Published work

5 published item(s)

preprint2022arXiv

Ai4EComponentLib.jl: A Component-base Model Library in Julia

Ai4EComponentLib.jl(Ai4EComponentLib) is a component-base model library based on Julia language, which relies on the differential equation solver DifferentialEquations.jl and the symbolic modeling tool Modelingtoolkit.jl. To handle problems in different physical domains, Ai4EComponentLib tries to build them with component-base model. Supported by a new generation of symbolic modeling tools, models built with Ai4EComponentLib are more flexible and scalable than models built with traditional tools like Modelica. This paper will introduce the instance and general modeling methods of Ai4EComponentLib model library.

preprint2022arXiv

OptControl.jl: An Interpreter for Optimal Control Problem

OptControl.jl(OptControl) implements that modeling optimal control problems with symbolic algebra system based on Julia language, and generates the corresponding numerical optimization codes to solve them with packages from Julia. OptControl does not define a data type, but generates a solution script by handling Julia strings and runs the script automatically. It also provides an interface to save script files. Meanwhile, OptControl supports component-based modeling, which makes it easy to build the optimal control problem of complex systems. All of OptControl's dependency packages come from ecosystem of Julia.

preprint2021arXiv

Record high $T_{\rm c}$ and robust superconductivity in transition metal $δ$-Ti phase at megabar pressure

We report a record high superconducting transition temperature ($T_{\rm c}$) up to 23.6 K under high pressure in the elemental metal Ti, one of the top ten most abundant elements in Earth's crust. The $T_{\rm c}$ increases monotonically from 2.3 K at 40.3 GPa to 23.6 K at 144.9 GPa, which surpasses all known records from elemental metals reported so far. With further compression, a robust $T_{\rm c}$ of ~23 K is observed between 144.9 and 183 GPa in the $δ$-Ti phase. The pressure-dependent $T_{\rm c}$ can be well described by the conventional electron-phonon coupling (EPC) mechanism. Density Functional Theory calculations show the Fermi nesting and the phonon softening of optical branches at the $γ$-Ti to $δ$-Ti phase transition pressure enhance EPC, which results in the record high $T_{\rm c}$. We attribute the robust superconductivity in $δ$-Ti to the apparent robustness of its strong EPC against lattice compression. These results provide new insight into exploring new high-$T_{\rm c}$ elemental metals and Ti-based superconducting alloys.

preprint2020arXiv

Enhanced Kinetic Impactor for Deflecting Large Potentially Hazardous Asteroids via Maneuvering Space Rocks

Asteroid impacts pose a major threat to all life on Earth. The age of the dinosaurs was abruptly ended by a 10-km-diameter asteroid. Currently, a nuclear device is the only means of deflecting large Potentially Hazardous Asteroids (PHAs) away from an Earth-impacting trajectory. The Enhanced Kinetic Impactor (EKI) concept is proposed to deflect large PHAs via maneuvering space rocks. First, an unmanned spacecraft is launched to rendezvous with an intermediate Near-Earth Asteroid (NEA). Then, more than one hundred tons of rocks are collected from the NEA as the EKI. The NEA can also be captured as the EKI if the NEA is very small. Finally, the EKI is maneuvered to impact the PHA at a high speed, resulting in a significant deflection of the PHA. For example, to deflect Apophis, as much as 200 t of rocks could be collected from a NEA as the EKI based on existing engineering capabilities. The EKI can produce a velocity increment (delta-v) of 39.81 mm/s in Apophis, thereby increasing the minimum geocentric distance during the close encounter in 2029 by 1,866.93 km. This mission can be completed in 3.96 years with a propellant cost of 2.98 t. Compared with a classic kinetic impactor, the deflection distance can be increased one order of magnitude. The EKI concept breaks through the limitation of the ground-based launch capability, which can significantly increase the mass of the impactor. We anticipate that our research will be a starting point for efficient planetary defense against large PHAs.

preprint2020arXiv

Neural Architecture Search For Fault Diagnosis

Data-driven methods have made great progress in fault diagnosis, especially deep learning method. Deep learning is suitable for processing big data, and has a strong feature extraction ability to realize end-to-end fault diagnosis systems. However, designing neural network architecture requires rich professional knowledge and debugging experience, and a lot of experiments are needed to screen models and hyperparameters, increasing the difficulty of developing deep learning models. Frortunately, neural architecture search (NAS) is developing rapidly, and is becoming one of the next directions for deep learning. In this paper, we proposed a NAS method for fault diagnosis using reinforcement learning. A recurrent neural network is used as an agent to generate network architecture. The accuracy of the generated network on the validation dataset is fed back to the agent as a reward, and the parameters of the agent are updated through the strategy gradient algorithm. We use PHM 2009 Data Challenge gearbox dataset to prove the effectiveness of proposed method, and obtain state-of-the-art results compared with other artificial designed network structures. To author's best knowledge, it's the first time that NAS has been applied in fault diagnosis.