Source author record

Zhao Gang

Zhao Gang 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
6topics
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)

preprint2023arXiv

Timing the formation of the Galactic thin disc with asteroseismic stellar ages

The formation of the extended thin disc is the most spectacular event of our Galaxy in the past $\sim8$\,Gyr. To unveil this process, obtaining precise and accurate stellar ages for a large sample of stars is essential although challenging. In this work, we present the asteroseismic age determination of 5306 red giant branch stars using \kepler{} and LAMOST data, with a thorough examination of how the age determination is affected by the choice of different temperature scales and stellar models. Thanks to the high precision of the asteroseismic and spectroscopic parameters of our sample stars, we are able to achieve age determination with an average accuracy of 12 per cent. However, the age determination is sensitively dependent on the adopted temperature scale, as 50\,K difference in effective temperature may cause larger than 10 per cent systematic uncertainty in the age estimates. Using the ages derived with the most plausible set of the temperature scale, we study the age distribution of the chemical thin disc stars, and present an estimate of the formation epoch of the first Galactic thin disc stars. We find that the first (oldest) thin disc stars have an age of $9.5^{+0.5(\rm rand.)+0.5(\rm sys.)}_{-0.4(\rm rand.)-0.3(\rm sys.)}$\,Gyr, where the systematic uncertainties reflect ages estimated using different stellar evolutionary models. At this epoch, the Galactic thick disc was still forming stars, indicating there is a time window when both the thin and thick discs of our Galaxy were forming stars together. Moreover, we find that the first thin disc stars exhibit a broad distribution of Galactocentric radii, suggesting that the inner and outer thin discs began to form simultaneously.

preprint2016arXiv

Code Definition Analysis for Call Graph Generation

Enterprise level software is implemented using multi-layer architecture. These layers are often implemented using de-coupled solutions with millions of lines of code. Programmers often have to track and debug a function call from user interface layer to the data access layer while troubleshooting an issue. They have to inspect the code based on search results or use design documents to construct the call graph. This process is time consuming and laborious. The development environment tools are insufficient or confined to analyzing only the code in the loaded solution. This paper proposes a method to construct a call graph of the call across several layers of the code residing in different code bases to help programmers better understand the design and architecture of the software. The signatures of class, methods, and properties were evaluated and then matched against the code files. A graph of matching functions was created. The recursive search stopped when there were no matches or the data layer code was detected. The method resulted in 78.26% accuracy when compared with manual search.

preprint2016arXiv

Dynamic Probabilistic Network Based Human Action Recognition

This paper examines use of dynamic probabilistic networks (DPN) for human action recognition. The actions of lifting objects and walking in the room, sitting in the room and neutral standing pose were used for testing the classification. The research used the dynamic interrelation between various different regions of interest (ROI) on the human body (face, body, arms, legs) and the time series based events related to the these ROIs. This dynamic links are then used to recognize the human behavioral aspects in the scene. First a model is developed to identify the human activities in an indoor scene and this model is dependent on the key features and interlinks between the various dynamic events using DPNs. The sub ROI are classified with DPN to associate the combined interlink with a specific human activity. The recognition accuracy performance between indoor (controlled lighting conditions) is compared with the outdoor lighting conditions. The accuracy in outdoor scenes was lower than the controlled environment.