CN113889284B - Infectious disease contact target tracking method based on public transport knowledge graph - Google Patents

Infectious disease contact target tracking method based on public transport knowledge graph Download PDF

Info

Publication number
CN113889284B
CN113889284B CN202111086108.3A CN202111086108A CN113889284B CN 113889284 B CN113889284 B CN 113889284B CN 202111086108 A CN202111086108 A CN 202111086108A CN 113889284 B CN113889284 B CN 113889284B
Authority
CN
China
Prior art keywords
passengers
infectious disease
knowledge graph
public transportation
trip
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111086108.3A
Other languages
Chinese (zh)
Other versions
CN113889284A (en
Inventor
李健
陈�田
张懿木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tongji University
Original Assignee
Tongji University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tongji University filed Critical Tongji University
Priority to CN202111086108.3A priority Critical patent/CN113889284B/en
Publication of CN113889284A publication Critical patent/CN113889284A/en
Application granted granted Critical
Publication of CN113889284B publication Critical patent/CN113889284B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H50/00ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
    • G16H50/80ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for detecting, monitoring or modelling epidemics or pandemics, e.g. flu
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/40Business processes related to the transportation industry
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02ATECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
    • Y02A90/00Technologies having an indirect contribution to adaptation to climate change
    • Y02A90/10Information and communication technologies [ICT] supporting adaptation to climate change, e.g. for weather forecasting or climate simulation

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Theoretical Computer Science (AREA)
  • Public Health (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Medical Informatics (AREA)
  • Data Mining & Analysis (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Economics (AREA)
  • Animal Behavior & Ethology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Epidemiology (AREA)
  • Pathology (AREA)
  • Biomedical Technology (AREA)
  • Computational Linguistics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention relates to an infectious disease contact target tracking method based on a public transport knowledge graph, which specifically comprises the following steps: s1, constructing a public transportation knowledge map based on a trip chain model by adopting a construction mode combining top-down and bottom-up; s2, obtaining travel data of a plurality of passengers, determining the travel sequence of the passengers according to the public transportation knowledge graph, and determining the type of infectious disease contact among the passengers; and S3, extracting the travel data of the infected persons in the travel data of the passengers, marking, selecting the infected persons with a preset proportion for tracking, and positioning the secondary infected individuals in the traffic system according to the contact type of the infectious diseases among the passengers. Compared with the prior art, the method has the advantages of reducing data redundancy, facilitating data expansion, improving the accuracy of judging the infectious disease contact target when a plurality of scene conversion and recursive query exist, realizing effective and rapid tracking in a large-scale contact network and the like.

Description

Infectious disease contact target tracking method based on public transport knowledge graph
Technical Field
The invention relates to the field of traffic big data mining and traffic emergency management, in particular to an infectious disease contact target tracking method based on a public traffic knowledge graph.
Background
Public transportation and stations are key modes of virus transmission due to their relatively confined space and high passenger traffic. Many countries implement various control measures for public transportation including regular disinfection, forced mask wear, reduced social distance capability, changing operating schedules, and even complete suspension of service. However, the target-directed strategy of timely discovering and quarantining infected individuals is more effective than the overall management strategy. At present, however, there is still a challenge on how to efficiently mine accurate knowledge from large-scale unstructured outgoing data to alleviate disease.
In the field of infectious diseases, manual contacter tracking is commonly employed, but manual tracking is inefficient for large-scale research applications, and smart card data with fixed routes and run schedules is believed to be helpful in capturing contacters and tracking infections in public transportation systems. Previous studies have generally used relational databases, but in view of the data structure of relational databases, contacts are stored between passenger pairs, and thus are not suitable for directly representing the actual network structure, and may result in poor performance when performing multiple recursive connections and queries for contact tracking.
The knowledge graph is a technology widely applied in recent years and has important significance for efficiently constructing a high-resolution connection network. The knowledge graph is different from a traditional relational database, data are stored in the form of nodes and edges, the network scale of hundreds of billions of nodes and edges is usually supported, any object in the real world can be visually represented, and a network with rich semantics is constructed theoretically.
Disclosure of Invention
The invention aims to overcome the defect that the prior relational database has poor performance when a plurality of recursive connections and queries for contact tracking are executed, and provides an infectious disease contact target tracking method based on a public transport knowledge graph.
The purpose of the invention can be realized by the following technical scheme:
an infectious disease contact target tracking method based on a public transport knowledge graph specifically comprises the following steps:
s1, constructing a public transportation knowledge map based on a trip chain model by adopting a construction mode combining top-down and bottom-up;
s2, obtaining travel data of a plurality of passengers, determining the travel sequence of the passengers according to the public transportation knowledge graph, and determining the type of infectious disease contact among the passengers;
and S3, extracting the travel data of the infected persons in the travel data of the passengers, marking, selecting the infected persons with a preset proportion for tracking, and positioning the secondary infected individuals in the traffic system according to the contact type of the infectious diseases among the passengers.
The body is used as a mode layer in the public transport knowledge map, and corresponding data are mapped into entities and relations.
Further, the public transport knowledge graph extracts entities and relations from the travel data of passengers and is imported into a graph database as a data layer.
The process of constructing a bus knowledge map in step S1 may further include integrating multi-source data collected from smart cards, Automatic Vehicle Location (AVL) devices, shift records, and route lists for bus, Bus Rapid Transit (BRT), and subway systems.
In the step S2, the public transportation knowledge graph is simplified into a side graph G ═ V, E, and the corresponding node V is1And node VnThe connection paths of (a) are as follows:
Figure GDA0003364593620000021
node V1And node VnRelation E betweencAs follows:
Figure GDA0003364593620000022
wherein E is1、E2…En-1Is an edge in the public transportation knowledge map,
Figure GDA0003364593620000023
represented as a combination operator.
Further, if the passenger travels three times in the travel sequence, the corresponding expression relationship is as follows:
Figure GDA0003364593620000024
wherein, TpRepresenting a series of trips of passenger p during the day,
Figure GDA0003364593620000025
indicating the nth day of the passengerthSecond trip, ETIndicating the next trip, ET1 indicates a transfer between two travel records, ET0 means that there is no transfer between the two trip recordings.
Further, the first trip in the passenger's travel sequence
Figure GDA0003364593620000026
And last trip
Figure GDA0003364593620000027
The expression of (a) is as follows:
Figure GDA0003364593620000028
Figure GDA0003364593620000029
wherein,
Figure GDA00033645936200000210
indicating the presence of the substance,
Figure GDA00033645936200000211
indicates absence;
for trips at both ends of a continuous trip chain (i.e., continuous rides), the overall relationship is represented by context, as follows:
Figure GDA0003364593620000031
wherein transfer ═ 1 indicates that the passenger transfers once during the trip.
The infectious disease contact types between the passengers comprise direct contact and indirect contact, and the specific relationship is as follows:
Figure GDA0003364593620000032
wherein, Vp1、Vp2And Vp3Respectively representing nodes, E, corresponding to passengers p1, p2 and p3DCDenotes direct contact, EICIndicating indirect contact.
Further, the direct contact includes a common riding and a common waiting, and represents the following relationship:
Figure GDA0003364593620000033
Figure GDA0003364593620000034
wherein E isHIt is shown that there is one trip,
Figure GDA0003364593620000035
indicating a certain trip of passenger p, ERIndicating the behaviour of the ride vehicle, EBShows the behaviour of getting on the bus at the station, VvehicleRepresenting a vehicle scene, VstationRepresenting a station scene.
Further, two passengers riding the same public transportation means are defined as a common riding, and the determination formula is as follows:
Figure GDA0003364593620000036
where j, k is E {1, 2}, j ≠ k, ECRA co-ride is shown as being provided,
Figure GDA0003364593620000037
representing the ride time of passenger j for that trip,
Figure GDA0003364593620000038
the getting-off time of the trip of the passenger k is represented;
two passengers get on the bus at the same station within a preset waiting time interval threshold, the common waiting is defined, and the judgment formula is as follows:
Figure GDA0003364593620000039
wherein E isCWIndicating a common waiting, TthresholdRepresenting a waiting interval threshold;
the trip relations in the trip sequence for the presence of direct contact and indirect contact are as follows:
Figure GDA00033645936200000310
wherein E isA∈{ECR,ECW},
Figure GDA00033645936200000311
N-th of passenger pthAnd (7) going out.
In the step S3, the nodes where all the infected persons are located in the public transportation knowledge graph are marked as "infected", the nodes of the infected persons with a preset proportion are selected as index cases and marked as "index", the tracking is performed according to the type of infectious disease contact among the passengers, if the nodes where other passengers are located are searched, the nodes are marked as "selected", and meanwhile, the nodes are marked as "found", and the nodes are marked as "unselected".
Compared with the prior art, the invention has the following beneficial effects:
according to the invention, by utilizing a trip chain model, multi-source data based on an intelligent card and a public transportation system are integrated, a contact network of the public transportation system with rich semantics is reconstructed based on a public transportation map, a targeted simplified contact network is extracted from a constructed knowledge map, data redundancy is reduced, and data expansion is facilitated.
Drawings
FIG. 1 is a schematic flow diagram of the present invention;
fig. 2 is a schematic diagram of digital contact tracking according to an embodiment of the present invention, wherein fig. 2(a) to 2(e) are schematic diagrams of tracking an infected person from an index node and determining an intimate contact person.
Detailed Description
The invention is described in detail below with reference to the figures and specific embodiments. The present embodiment is implemented on the premise of the technical solution of the present invention, and a detailed implementation manner and a specific operation process are given, but the scope of the present invention is not limited to the following embodiments.
Examples
As shown in fig. 1, a method for tracking infectious disease contact targets based on public transportation knowledge base specifically includes the following steps:
s1, constructing a public transportation knowledge map based on a trip chain model by adopting a construction mode combining top-down and bottom-up;
s2, obtaining travel data of a plurality of passengers, determining the travel sequence of the passengers according to the public transportation knowledge graph, and determining the type of infectious disease contact among the passengers;
and S3, extracting the travel data of the infected persons in the travel data of the passengers, marking, selecting the infected persons with a preset proportion for tracking, and positioning the secondary infected individuals in the traffic system according to the contact type of the infectious diseases among the passengers.
The body is used as a mode layer in the public transport knowledge map, and corresponding data are mapped into entities and relations.
The public transport knowledge map extracts entities and relations from travel data of passengers and introduces the entities and relations into a graph database as a data layer.
The process of constructing a bus knowledge map in step S1 further includes integrating multi-source data collected from smart cards, Automatic Vehicle Location (AVL) devices, shift records, and route lists for bus, Bus Rapid Transit (BRT), and subway systems.
In step S2, the public transportation knowledge graph is simplified to be a side graph G ═ V, E, and the corresponding node V is1And node VnThe connection paths of (a) are as follows:
Figure GDA0003364593620000051
node V1And node VnRelation E betweencAs follows:
Figure GDA0003364593620000052
wherein E is1、E2…En-1Is an edge in the public transportation knowledge map,
Figure GDA0003364593620000053
represented as a combination operator.
If the passenger goes three times in the trip sequence, the corresponding expression relationship is as follows:
Figure GDA0003364593620000054
wherein, TpRepresenting a series of trips by passenger p during the day,
Figure GDA0003364593620000055
indicating the nth day of the passengerthSecond trip, ETIndicating the next trip, ET1 indicates a transfer between two travel records, ET0 means that there is no transfer between the two trip recordings.
First trip in passenger's travel sequence
Figure GDA0003364593620000056
And last trip
Figure GDA0003364593620000057
The expression of (a) is as follows:
Figure GDA0003364593620000058
Figure GDA0003364593620000059
wherein,
Figure GDA00033645936200000510
indicating the presence of the substance,
Figure GDA00033645936200000511
indicates absence;
for trips at both ends of a continuous trip chain (i.e., continuous rides), the overall relationship is represented by context, as follows:
Figure GDA00033645936200000512
wherein transfer ═ 1 indicates that the passenger transfers once during the trip.
The types of infectious disease contact between passengers include direct contact and indirect contact, and the specific relationship is as follows:
Figure GDA00033645936200000513
wherein, Vp1、Vp2And Vp3Respectively representing nodes, E, corresponding to passengers p1, p2 and p3DCDenotes direct contact, EICIndicating indirect contact.
Direct contact includes a common ride and a common wait, representing the relationship as follows:
Figure GDA00033645936200000514
Figure GDA00033645936200000515
wherein E isHIt is shown that there is one trip,
Figure GDA0003364593620000061
indicating a certain trip of passenger p, ERIndicating the behaviour of the ride vehicle, EBShows the behaviour of getting on the bus at the station, VvehicleRepresenting a vehicle scene, VstationRepresenting a station scene.
Two passengers riding the same public transport means are defined as a common passenger, and the judgment formula is as follows:
Figure GDA0003364593620000062
where j, k is E {1, 2}, j ≠ k, ECRA co-ride is shown as being provided,
Figure GDA0003364593620000063
representing the ride time of passenger j for that trip,
Figure GDA0003364593620000064
the getting-off time of the trip of the passenger k is represented;
two passengers get on the bus at the same station within a preset waiting time interval threshold, the common waiting is defined, and the judgment formula is as follows:
Figure GDA0003364593620000065
wherein E isCWIndicating a common waiting, TthresholdRepresenting a waiting interval threshold;
the trip relations in the trip sequence for the presence of direct contact and indirect contact are as follows:
Figure GDA0003364593620000066
wherein, EA∈{ECR,ECW},
Figure GDA0003364593620000067
N-th of passenger pthAnd (5) going out.
In step S3, the nodes where all the infected persons are located in the bus knowledge graph are marked as 'infected', the nodes of the infected persons with a preset proportion are selected as index cases and marked as 'index', the tracking is carried out according to the type of the infectious diseases among the passengers, if the nodes where other passengers are located are searched, the nodes are marked as 'selected', meanwhile, the nodes are marked as 'found', and the nodes are marked as 'unselected'.
Knowledge graph-based digital contact tracking algorithm:
Figure GDA0003364593620000068
Figure GDA0003364593620000071
in addition, it should be noted that the specific embodiments described in the present specification may have different names, and the above descriptions in the present specification are only illustrations of the structures of the present invention. All equivalent or simple changes in the structure, characteristics and principles of the invention are included in the protection scope of the invention. Various modifications or additions may be made to the described embodiments or methods may be similarly employed by those skilled in the art without departing from the scope of the invention as defined in the appending claims.

Claims (8)

1. An infectious disease contact target tracking method based on a public transport knowledge graph is characterized by comprising the following steps:
s1, constructing a public transportation knowledge map based on a trip chain model by adopting a construction mode combining top-down and bottom-up;
s2, obtaining travel data of a plurality of passengers, determining the travel sequence of the passengers according to the public transportation knowledge graph, and determining the type of infectious disease contact among the passengers;
s3, extracting the travel data of the infected persons in the travel data of the passengers, marking the travel data, selecting the infected persons with a preset proportion for tracking, and positioning secondary infected individuals in the traffic system according to the type of infectious disease contact among the passengers;
in the step S2, the public transportation knowledge graph is simplified into a side graph G ═ V, E, and the corresponding node V is1And node VnThe connection paths of (a) are as follows:
Figure FDA0003555463520000011
node V1And node VnRelation E betweencAs follows:
Figure FDA0003555463520000012
wherein E is1、E2…En-1Is an edge in the public transportation knowledge map,
Figure FDA0003555463520000013
expressed as a combination operator;
if the passenger travels three times in the travel sequence, the corresponding expression relationship is as follows:
Figure FDA0003555463520000014
wherein, TpRepresenting a series of trips of passenger p during the day,
Figure FDA0003555463520000015
indicating the nth day of the passengerthSecond trip, ETIndicating the next trip, ET1 indicates a transfer between two travel records, ET0 means no trip between two travel recordsAnd (4) transfer.
2. The method for tracking the infectious disease contact target based on the public transportation knowledge graph as claimed in claim 1, wherein the public transportation knowledge graph has an ontology as a model layer, and corresponding data are mapped into entities and relations.
3. The method for tracking the infectious disease contact target based on the public transportation knowledge graph as claimed in claim 2, wherein the public transportation knowledge graph extracts entities and relations from the travel data of passengers and imports the entities and relations into a graph database as a data layer.
4. The method for tracking the infectious disease contact target based on the public transportation knowledge graph of claim 1, wherein the passenger travels for the first time in the travel sequence
Figure FDA0003555463520000021
And last trip
Figure FDA00035554635200000217
The expression of (a) is as follows:
Figure FDA0003555463520000023
Figure FDA0003555463520000024
wherein,
Figure FDA0003555463520000025
indicating the presence of the substance,
Figure FDA0003555463520000026
indicates absence;
for the trips at both ends of the continuous trip chain, the comprehensive relationship is represented by context, which is specifically as follows:
Figure FDA0003555463520000027
wherein, transfer ═ 1 indicates that the passenger transfers once in the journey.
5. An infectious disease contact target tracking method based on public transportation knowledge graph according to claim 2, wherein the type of infectious disease contact between passengers comprises direct contact and indirect contact, and the specific relationship is as follows:
Figure FDA0003555463520000028
wherein, Vp1、Vp2And Vp3Respectively representing nodes, E, corresponding to passengers p1, p2 and p3DCDenotes direct contact, EICIndicating indirect contact.
6. The infectious disease contact target tracking method based on the public transportation knowledge graph according to claim 5, wherein the direct contact comprises a common bus taking and a common waiting, and the expression relationship is as follows:
Figure FDA0003555463520000029
Figure FDA00035554635200000210
wherein E isHIt is indicated that there is one trip,
Figure FDA00035554635200000211
indicating a certain trip of passenger p, ERIndicating the behaviour of the ride vehicle, EBShows the behaviour of getting on the bus at the station, VvehicleRepresenting a vehicle scene, VstationShowing a station scene.
7. The method for tracking the infectious disease contact target based on the public transportation knowledge graph according to claim 6, wherein the determination formula of the shared bus is as follows:
Figure FDA00035554635200000212
wherein j, k belongs to {1, 2}, j is not equal to k, ECRA co-ride is shown as being provided,
Figure FDA00035554635200000213
representing the ride time of passenger j on the trip,
Figure FDA00035554635200000214
the getting-off time of the trip of the passenger k is represented;
the common waiting judgment formula is as follows:
Figure FDA00035554635200000215
wherein, ECWIndicates a common waiting, TthresholdRepresenting a waiting interval threshold;
the trip relations in the trip sequence for the presence of direct contact and indirect contact are as follows:
Figure FDA00035554635200000216
wherein E isA∈{ECR,ECW},
Figure FDA0003555463520000031
N-th of passenger pthAnd (5) going out.
8. The method for tracking the infectious disease contact target based on the public transportation knowledge graph as claimed in claim 1, wherein in step S3, the nodes where all the infected persons are located in the public transportation knowledge graph are marked as "infected", the nodes of the infected persons with a preset proportion are selected as index cases and marked as "index", the tracking is performed according to the type of infectious disease contact among the passengers, if the nodes where other passengers are located are searched, the nodes are marked as "selected", and meanwhile, the nodes are marked as "found", and the nodes are marked as "unselected".
CN202111086108.3A 2021-09-16 2021-09-16 Infectious disease contact target tracking method based on public transport knowledge graph Active CN113889284B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111086108.3A CN113889284B (en) 2021-09-16 2021-09-16 Infectious disease contact target tracking method based on public transport knowledge graph

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111086108.3A CN113889284B (en) 2021-09-16 2021-09-16 Infectious disease contact target tracking method based on public transport knowledge graph

Publications (2)

Publication Number Publication Date
CN113889284A CN113889284A (en) 2022-01-04
CN113889284B true CN113889284B (en) 2022-07-05

Family

ID=79009682

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111086108.3A Active CN113889284B (en) 2021-09-16 2021-09-16 Infectious disease contact target tracking method based on public transport knowledge graph

Country Status (1)

Country Link
CN (1) CN113889284B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117690600B (en) * 2024-02-01 2024-04-30 北方健康医疗大数据科技有限公司 Knowledge-graph-based infectious disease prediction method, system, terminal and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111383771A (en) * 2020-02-26 2020-07-07 汤一平 Epidemic disease virus field-based prevention and control system
CN113241188A (en) * 2021-04-14 2021-08-10 大连理工大学 Cross-region transmission prediction method for new infectious disease under open system

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110147419B (en) * 2019-04-25 2022-07-19 中国科学院深圳先进技术研究院 Infectious disease diffusion analysis method and system based on subway space
CN110400065B (en) * 2019-07-12 2021-10-22 北京交通大学 Construction method of risk chain group of rail transit system based on infectious disease model
CN112883195B (en) * 2019-11-29 2024-03-05 中国科学技术大学 Traffic knowledge graph construction method and system for individual travel
CN111446000B (en) * 2020-02-26 2023-12-22 汤一平 System for tracing infectious sources based on epidemic disease virus field
CN111428045A (en) * 2020-03-06 2020-07-17 北京明略软件系统有限公司 Method and device for constructing knowledge graph, computer storage medium and terminal
CN111524612B (en) * 2020-04-26 2023-04-07 腾讯科技(深圳)有限公司 Infectious disease tracing method and device, computer equipment and storage medium
CN111933299B (en) * 2020-08-14 2023-09-15 中国工商银行股份有限公司 Infectious disease infection risk assessment method and device, electronic equipment and storage medium
CN112511982B (en) * 2020-11-19 2021-11-09 同济大学 Subway passenger track real-time tracing and restoring method with automatic trip semantic annotation
CN112786210B (en) * 2021-01-15 2021-10-08 华南师范大学 Epidemic propagation tracking method and system
CN113256987B (en) * 2021-06-30 2021-10-29 深圳市城市交通规划设计研究中心股份有限公司 Multi-source data fusion-based resident trip chain generation method and co-multiplication query method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111383771A (en) * 2020-02-26 2020-07-07 汤一平 Epidemic disease virus field-based prevention and control system
CN113241188A (en) * 2021-04-14 2021-08-10 大连理工大学 Cross-region transmission prediction method for new infectious disease under open system

Also Published As

Publication number Publication date
CN113889284A (en) 2022-01-04

Similar Documents

Publication Publication Date Title
Tong et al. The simpler the better: a unified approach to predicting original taxi demands based on large-scale online platforms
CN105788260B (en) A kind of bus passenger OD projectional techniques based on intelligent public transportation system data
CN106874432B (en) A kind of public transport passenger trip space-time trajectory extracting method
CN111653099B (en) Bus passenger flow OD obtaining method based on mobile phone signaling data
Ding et al. Network-matched trajectory-based moving-object database: Models and applications
CN107241512A (en) Intercity Transportation trip mode determination methods and equipment based on data in mobile phone
CN110008413B (en) Traffic travel problem query method and device
CN105206048A (en) Urban resident traffic transfer mode discovery system and method based on urban traffic OD data
CN105868861A (en) Bus passenger flow evolution analysis method based on time-space data fusion
CN109543934A (en) The evaluation method of the overall target of urban public traffic network
CN103838868B (en) Urban bus arrival time predicting method based on multi-bus-route operating data fusion
CN113889284B (en) Infectious disease contact target tracking method based on public transport knowledge graph
CN112511982B (en) Subway passenger track real-time tracing and restoring method with automatic trip semantic annotation
CN113569977B (en) Travel purpose identification method based on mobile phone signaling data
Chen et al. A knowledge graph-based method for epidemic contact tracing in public transportation
Hettikankanama et al. Integrating smart transportation system for a proposed smart city: a mapping study
Kong et al. The method and application of big data mining for mobile trajectory of taxi based on MapReduce
Li et al. Estimating crowd flow and crowd density from cellular data for mass rapid transit
Jang et al. Pedestrian mode identification, classification and characterization by tracking mobile data
CN104778355B (en) The abnormal track-detecting method of traffic system is distributed based on wide area
CN114238491A (en) Multi-mode traffic operation situation association rule mining method based on heterogeneous graph
CN112052405B (en) Passenger searching area recommendation method based on driver experience
CN112883195B (en) Traffic knowledge graph construction method and system for individual travel
Huang et al. Simulation of urban non-motorized traffic: A agent-based modeling approach based on big data of bike sharing and social force model
Li et al. Research on decision support for public transport operations and management for epidemic prevention and control of infectious diseases

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant