CN104462215A - Scientific and technical literature quoting number predicting method based on time sequence - Google Patents

Scientific and technical literature quoting number predicting method based on time sequence Download PDF

Info

Publication number
CN104462215A
CN104462215A CN201410618173.XA CN201410618173A CN104462215A CN 104462215 A CN104462215 A CN 104462215A CN 201410618173 A CN201410618173 A CN 201410618173A CN 104462215 A CN104462215 A CN 104462215A
Authority
CN
China
Prior art keywords
document
time series
cited
similarity
literature
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.)
Granted
Application number
CN201410618173.XA
Other languages
Chinese (zh)
Other versions
CN104462215B (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.)
Dalian University of Technology
Original Assignee
Dalian University of Technology
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 Dalian University of Technology filed Critical Dalian University of Technology
Priority to CN201410618173.XA priority Critical patent/CN104462215B/en
Publication of CN104462215A publication Critical patent/CN104462215A/en
Application granted granted Critical
Publication of CN104462215B publication Critical patent/CN104462215B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2462Approximate or statistical queries

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Mathematical Physics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Fuzzy Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to a scientific and technical literature quoting number predicting method based on a time sequence. The predicting method includes the steps that statistics is carried out on scientific and technical literature quoting numbers, and then average literature quoting numbers of all the months are calculated; in combination with the average literature quoting numbers of all the months, the quoting numbers of the corresponding months are processed in a normalization mode to obtain the quoting time sequence; cluster analysis is carried out according to the time sequence, and a quoting number model with the optimal predicting performance is obtained through dividing training sets and verifying sets, building a regression model and performing error analysis; according to similarity analysis of literature to be predicted and time sequences of various kinds of literature, the class with the highest similarity is obtained, and the quoting number, in the next month, of the literature to be predicted is obtained through the model with the optimal predicting performance. The quoting conditions of each piece of published literature can be automatically analyzed, the average literature quoting numbers of all the months are obtained, different quoting modes of the literature are excavated through clustering, and then the future quoting number is predicted according to the existing time sequence of the literature to be predicted.

Description

A kind of to be cited number Forecasting Methodology based on seasonal effect in time series scientific and technical literature
Technical field
The invention belongs to field of computer technology, relate to and a kind of to be cited number Forecasting Methodology based on seasonal effect in time series scientific and technical literature.
Background technology
The number that is cited refers to that in time period of specifying at one period, scientific and technical literature is by the number of times of other reference citations, is the important method of assessment scientific and technical literature influence power and quality.But quantity to be quoted object statistics is vulnerable to the restriction of current point in time, be difficult to obtain the situation that is cited in future time section, and then impact is to the assessment of scientific and technical literature in scientific and technological contribution.Urgently provide a kind of to be cited number Forecasting Methodology based on seasonal effect in time series scientific and technical literature, identify potential document faster, the propagation of advance science research and new knowledge.
Summary of the invention
The object of the present invention is to provide and a kind of to be cited number Forecasting Methodology based on seasonal effect in time series scientific and technical literature, by obtaining and analyzing the time series that is cited of scientific and technical literature, the number that is cited in prediction following a period of time, help the scientific and technical potential of assessment document, the suggestion of reading is rapidly and efficiently provided.
Realize the object of the invention technical scheme:
Step 1: collect each Literature publication days and index, adds up the number be cited by each document each moon after publication.
Step 2: in units of month, calculate the sum that monthly all documents that will analyze are cited and the document sum be cited, be divided by obtain the number avecitecount (month) that is on average cited in this month;
Step 3: to each document, from publication this month, calculated the difference of be after this cited number and avecitecount (month) monthly, obtained the time series that is cited of the document;
Step 4: according to the time series similarity that is cited to literature collection cluster, set up multiple regression model to the time series in every class, utilizes error analysis to select best performance model;
Step 5: utilize vector similarity to calculate document to be measured and all kinds of document seasonal effect in time series similarity, calculates the document to be measured number that is cited of following month with the regression model of the highest class of similarity.
In step 1, utilize the index of each document of database retrieval, according to the label of document each in database and publish days, the concrete time that statistical literature is cited and number of times, the number that is cited in each month after obtaining each Literature publication.
In step 4, first screen the document participating in cluster according to the time series that is cited, the foundation of screening is seasonal effect in time series length.To the time series of length more than N, to divide surplus length portion and block.To the time series of length lower than N, give up.N value is set by the user.
In step 4, when carrying out cluster analysis, first calculate the seasonal effect in time series distance that is respectively cited, distance calculates and adopts Euclidean distance, then uses unweighted average Furthest Neighbor to generate clustering tree.
Be cited time series X i=(X i1, X i2... X i8): the time series vector value that is cited representing document i;
Be cited time series X j=(X j1, X j2... X j8): the time series vector value that is cited representing document j;
Distance d (X i, X j): the seasonal effect in time series Euclidean distance that is cited representing document i and j;
Distance computing formula is as follows:
d ( X i , X j ) = [ Σ k = 1 8 ( X ik - X jk ) 2 ] 1 / 2
By calculating the distance be cited between time series, obtain a distance matrix.According to Spectral Clustering, unweighted average Furthest Neighbor is used to generate clustering tree.
Between class distance D pq: represent classification G p, G qbetween distance.Wherein G pelement number be n p, G qelement number be n q.
Element spacing d ij: represent the distance between time series i, j.
Between class distance computing formula is as follows:
D pq = 1 n p n q Σ i ∈ G p Σ j ∈ G q d ij
By cluster analysis, each document in set is divided into different classes.
In step 4, when building regression model to time series in class, first divide training set and checking collection, choose a time point in time series, using the data before this time point as training set, the later data of this time point are as checking collection.Modling model on training set, assessment models accuracy on checking collection.Finally training set and checking collection data are merged into a data set, and on this data set, operate in the optimum prediction model that training set obtains.
In step 5, for two document p and document p j, use (X respectively i1, X i2... X i8) and (X j1, X j2... X j8) represent corresponding time series vector value, then time series similarity Similarity (p, p between document j) computing formula as follows:
Similarity ( p , p j ) = cos θ = Σ k X ik × X jk ( Σ k X ik 2 ) ( Σ k X jk 2 )
And then can be calculated by time series similarity between document and survey document and all kinds of document seasonal effect in time series similarity.
The formula calculating document to be measured and all kinds of document seasonal effect in time series similarity is as follows:
Similarity ( p , C i ) = 1 n × [ Σ j = 1 n Similarity ( p , p j ) ]
Similarity (p, C i) represent document p and C to be measured iclass document seasonal effect in time series Similarity value;
Similarity (p, p j) represent document p to be measured and document p jseasonal effect in time series Similarity value, tried to achieve by cosine angle function.Document p j∈ C iclass, j=1,2 ..., (n represents C to n itotal number of class Literature).
The beneficial effect that the present invention has:
The present invention utilizes statistics of database scientific and technical literature publication time and publishes the number that is cited in rear each month; At data preprocessing phase, calculate the number sum that all documents in each month are cited and the document sum be cited, be divided by and obtain the number that is on average cited in this month; For each document, from publication this month, the be cited number of number to this month that be on average cited in conjunction with every month does normalized, obtains the time series that is cited of the document; According to being cited, the seasonal effect in time series degree of correlation carries out cluster analysis to literature collection, in each class, by dividing training set and checking collection, building regression model, carrying out error analysis, obtains the number estimated performance optimization model that is cited; Finally according to document to be measured and all kinds of document seasonal effect in time series similarity analysis, obtain the class that similarity is the highest, calculate with such prediction optimization model, obtain the document to be measured number that is cited of following month.The present invention not only can the situation that is cited after each Literature publication of automatic analysis, obtain the number that is on average cited in each month, also gone out the different reference patterns of document by cluster result, and then go out following number that is cited according to the existing time series forecasting of document to be measured.
The present invention calculates the number that is on average cited in each month in data preprocessing phase and step 2, build each document be cited time series time, use number and the average quantity to be quoted object difference actual value as this month that is cited in corresponding month, can effectively cut down because of the academic liveness difference of seasonality to predicting the error caused, raising predictablity rate.In step 4 by the foundation of be cited Time Series Clustering analysis and regression model, the difference fully can excavating document is cited pattern, after error analysis obtains optimization model, training set and checking collection are merged once again and rerun optimization model, in prediction, fully can be applied to latest data, effectively improve the degree of accuracy of forecast model.
Embodiment:
Step 1: collect each Literature publication days and index, adds up the number be cited by each document each moon after publication.
Utilize the index of each document of database retrieval, according to the label of document each in database and publish days, the concrete time that statistical literature is cited and number of times, the number that is cited in each month after obtaining each Literature publication.
Each document in traversal set, reads the quoted passage label (refid in publication time (time) and index 1, refid 2..., refid n).To each quoted passage label refid i, statistics quotes refid in every month after publishing idocument number be the number that is cited in this month.
Step 2: in units of month, calculate the sum that monthly all documents that will analyze are cited and the document sum be cited, be divided by obtain the number avecitecount that is on average cited in this month;
On average be cited number Avecitecount (month): represent the number value that is on average cited within the month month.
Be cited the moon number Citecount (P i, month) and (P i∈ N) (N represents the literature collection be cited in the month month): represent document P iin the number value that is cited of the month month.
The monthly average number computing formula that is cited is as follows:
Avecitecount ( month ) = 1 n × [ Σ i = 1 n Citecount ( P i , mounth ) ]
The number that is on average cited in corresponding month can be obtained by the monthly average number computing formula that is cited, when building the time series of each document, using number and the average quantity to be quoted object difference actual value as this month that is cited in corresponding month, can effectively cutting down because of the academic liveness difference of seasonality predicting the error caused.
Step 3: to each document, from publication this month, calculated the difference of be after this cited number and avecitecount (month) monthly, obtained the time series that is cited of the document;
Step 4: according to the time series similarity that is cited to literature collection cluster, set up multiple regression model to the time series in every class, utilizes error analysis to select best performance model;
First, according to being cited, time series is screened the document participating in cluster, and the foundation of screening is seasonal effect in time series length.To the time series of length more than N, to divide surplus length portion and block.To the time series of length lower than N, give up.N value is set by the user.N=8 in this experiment.
When carrying out cluster analysis, first calculate the seasonal effect in time series distance that is respectively cited, distance calculates and adopts Euclidean distance, then uses unweighted average Furthest Neighbor to generate clustering tree.
Be cited time series X i=(X i1, X i2... X i8): the time series vector value that is cited representing document i;
Be cited time series X j=(X j1, X j2... X j8): the time series vector value that is cited representing document j;
Distance d (X i, X j): the seasonal effect in time series Euclidean distance that is cited representing document i and j;
Distance computing formula is as follows:
d ( X i , X j ) = [ Σ k = 1 8 ( X ik - X jk ) 2 ] 1 / 2
By calculating the distance be cited between time series, obtain a distance matrix.According to Spectral Clustering, unweighted average Furthest Neighbor is used to generate clustering tree.
Between class distance D pq: represent classification G p, G qbetween distance.Wherein G pelement number be n p, G qelement number be n q.
Element spacing d ij: represent the distance between time series i, j.
Between class distance computing formula is as follows:
D pq = 1 n p n q Σ i ∈ G p Σ j ∈ G q d ij
By cluster analysis, each document in set is divided into different classes.Then multiple regression model is built to the time series in class.Linear trend model is constructed, exponential trend model and polynomial trend mode in this experiment.
If certain moon is cited, number is output variable Y t, predictive variable be month t (t=1,2,3 ...), then linear trend model is:
Y t=β 01×t+ε
Wherein Y tthe number that is cited in month t, β 0, β 1, ε is corresponding seasonal effect in time series level, trend and noise respectively.
Exponential trend model is:
log Y t=β 01×t+ε
Quadratic polynomial trend model is:
Y t=β 01×t+β 2×t 2
When building regression model to the time series in class, first dividing training set and checking collection, choosing a time point t in time series, using the data before this time point as training set, the later data of this time point are as checking collection.Modling model on training set, assessment models accuracy on checking collection.Use root-mean-square error RMSE as evaluation index during assessment.
Root-mean-square error computing formula is:
RMSE = 1 v Σ t = 1 v e t 2
Wherein, e tthe actual value of expression time t and the difference of predicted value, v represents the time period number of checking collection.
Finally training set and checking collection data are merged into a data set, and on this data set, operate in the optimum prediction model that training set obtains.
Step 5: utilize vector similarity to calculate document to be measured and all kinds of document seasonal effect in time series similarity, calculates the document to be measured number that is cited of following month with the regression model of the highest class of similarity.
For two document p and document p j, use (X respectively i1, X i2... X i8) and (X j1, X j2... X j8) represent corresponding time series vector value, then time series similarity Similarity (p, p between document j) computing formula as follows:
Similarity ( p , p j ) = cos θ = Σ k X ik × X jk ( Σ k X ik 2 ) ( Σ k X jk 2 )
And then can be calculated by time series similarity between document and survey document and all kinds of document seasonal effect in time series similarity.
The formula calculating document to be measured and all kinds of document seasonal effect in time series similarity is as follows:
Similarity ( p , C i ) = 1 n × [ Σ j = 1 n Similarity ( p , p j ) ]
Similarity (p, C i) represent document p and C to be measured iclass document seasonal effect in time series Similarity value;
Similarity (p, p j) represent document p to be measured and document p jseasonal effect in time series Similarity value.Document p j∈ C iclass, j=1,2 ..., (n represents C to n itotal number of class Literature).
After filtering out the highest class of similarity, using existing for document to be measured time series as input variable, use such regression model can dope the number that is cited in document future.

Claims (2)

1. to be cited a number Forecasting Methodology based on seasonal effect in time series scientific and technical literature, to it is characterized in that:
Step 1: collect each Literature publication days and index, adds up the number be cited by each document each moon after publication.
Step 2: in units of month, calculate the sum that monthly all documents that will analyze are cited and the document sum be cited, be divided by obtain the number avecitecount (month) that is on average cited in this month;
Step 3: to each document, from publication this month, calculated the difference of be after this cited number and avecitecount (month) monthly, obtained the time series that is cited of the document;
Step 4: time series is screened the document participating in cluster according to being cited, the foundation of screening is that seasonal effect in time series is long; To the time series of length more than N, to divide surplus length portion and block; To the time series of length lower than N, give up; N value is set by the user;
When carrying out cluster, first calculate the seasonal effect in time series distance that is respectively cited, distance calculates and adopts Euclidean distance, then uses unweighted average Furthest Neighbor to generate clustering tree;
Be cited time series X i=(X i1, X i2... X i8): the time series vector value that is cited representing document i;
Be cited time series X j=(X j1, X j2... X j8): the time series vector value that is cited representing document j;
Distance d (X i, X j): the seasonal effect in time series Euclidean distance that is cited representing document i and j;
Distance computing formula is as follows:
d ( X i , X j ) = [ Σ k = 1 8 ( X ik - X jk ) 2 ] 1 / 2
By calculating the distance be cited between time series, obtain a distance matrix.According to Spectral Clustering, unweighted average Furthest Neighbor is used to generate clustering tree.
Between class distance D pq: represent classification G p, G qbetween distance.Wherein G pelement number be n p, G qelement number be n q.
Element spacing d ij: represent the distance between time series i, j.
Between class distance computing formula is as follows:
D pq = 1 n p n q Σ i ∈ G p Σ j ∈ G q d ij
Pass through cluster analysis, each document in set is divided into different classes, when regression model is built to time series in class, first training set and checking collection is divided, choose a time point in time series, using the data before this time point as training set, the later data of this time point are as checking collection; Modling model on training set, assessment models accuracy on checking collection.Finally training set and checking collection data are merged into a data set, and on this data set, operate in the optimum prediction model that training set obtains;
Step 5: utilize vector similarity to calculate document to be measured and all kinds of document seasonal effect in time series similarity, calculates the document to be measured number that is cited of following month with the regression model of the highest class of similarity;
For two document p and document p j, use (X respectively i1, X i2... X i8) and (X j1, X j2... X j8) represent corresponding time series vector value, then time series similarity Similarity (p, p between document j) computing formula as follows:
Similarity ( p , p j ) = cos θ = Σ k X ik × X jk ( Σ k X ik 2 ) ( Σ k X jk 2 )
And then can be calculated by time series similarity between document and survey document and all kinds of document seasonal effect in time series similarity.
The formula calculating document to be measured and all kinds of document seasonal effect in time series similarity is as follows:
Similarity ( p , C i ) = 1 n × [ Σ j = 1 n Similarity ( p , p j ) ]
Similarity (p, C i) represent document p and C to be measured iclass document seasonal effect in time series Similarity value;
Similarity (p, p j) represent document p to be measured and document p jseasonal effect in time series Similarity value, document p j∈ C iclass, j=1,2 ..., (n represents C to n itotal number of class Literature).
2. to be according to claim 1ly cited number Forecasting Methodology based on seasonal effect in time series scientific and technical literature, it is characterized in that: in step 1, utilize the index of each document of database retrieval, according to the label of document each in database and publish days, the concrete time that statistical literature is cited and number of times, the sum that is cited in each month after obtaining each Literature publication.
CN201410618173.XA 2014-11-05 2014-11-05 A kind of scientific and technical literature based on time series is cited number Forecasting Methodology Expired - Fee Related CN104462215B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410618173.XA CN104462215B (en) 2014-11-05 2014-11-05 A kind of scientific and technical literature based on time series is cited number Forecasting Methodology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410618173.XA CN104462215B (en) 2014-11-05 2014-11-05 A kind of scientific and technical literature based on time series is cited number Forecasting Methodology

Publications (2)

Publication Number Publication Date
CN104462215A true CN104462215A (en) 2015-03-25
CN104462215B CN104462215B (en) 2017-07-11

Family

ID=52908251

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410618173.XA Expired - Fee Related CN104462215B (en) 2014-11-05 2014-11-05 A kind of scientific and technical literature based on time series is cited number Forecasting Methodology

Country Status (1)

Country Link
CN (1) CN104462215B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107491830A (en) * 2017-07-03 2017-12-19 北京奇艺世纪科技有限公司 A kind for the treatment of method and apparatus of time-serial position
CN108875327A (en) * 2018-05-28 2018-11-23 阿里巴巴集团控股有限公司 One seed nucleus body method and apparatus
US10776891B2 (en) 2017-09-29 2020-09-15 The Mitre Corporation Policy disruption early warning system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887460A (en) * 2010-07-14 2010-11-17 北京大学 Document quality assessment method and application
CN103208038A (en) * 2013-05-03 2013-07-17 武汉大学 Patent introduction predicted value calculation method
CN103729432A (en) * 2013-12-27 2014-04-16 河海大学 Method for analyzing and sequencing academic influence of theme literature in citation database

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101887460A (en) * 2010-07-14 2010-11-17 北京大学 Document quality assessment method and application
CN103208038A (en) * 2013-05-03 2013-07-17 武汉大学 Patent introduction predicted value calculation method
CN103729432A (en) * 2013-12-27 2014-04-16 河海大学 Method for analyzing and sequencing academic influence of theme literature in citation database

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
徐建中,王名扬: "文献影响力的综合评价指标体系研究", 《情报理论与实践》 *
陈京莲: "三种科技文献半衰期算法的比较研究", 《井冈山大学学报(自然科学版)》 *
马楠,官建成: "利用引文分析方法识别研究前沿的进展与展望", 《中国科技论坛》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107491830A (en) * 2017-07-03 2017-12-19 北京奇艺世纪科技有限公司 A kind for the treatment of method and apparatus of time-serial position
CN107491830B (en) * 2017-07-03 2021-03-26 北京奇艺世纪科技有限公司 Method and device for processing time series curve
US10776891B2 (en) 2017-09-29 2020-09-15 The Mitre Corporation Policy disruption early warning system
CN108875327A (en) * 2018-05-28 2018-11-23 阿里巴巴集团控股有限公司 One seed nucleus body method and apparatus
US10938812B2 (en) 2018-05-28 2021-03-02 Advanced New Technologies Co., Ltd. Identity verification method and apparatus
US11153311B2 (en) 2018-05-28 2021-10-19 Advanced New Technologies Co., Ltd. Identity verification method and apparatus

Also Published As

Publication number Publication date
CN104462215B (en) 2017-07-11

Similar Documents

Publication Publication Date Title
Krysanova et al. How the performance of hydrological models relates to credibility of projections under climate change
Alfieri et al. Evaluation of ensemble streamflow predictions in Europe
Hsieh et al. Statistical analysis of causes for change orders in metropolitan public works
Guthrie Real options analysis of climate-change adaptation: investment flexibility and extreme weather events
Bendre et al. Time series decomposition and predictive analytics using MapReduce framework
Silva et al. A Bayesian peaks-over-threshold analysis of floods in the Itajaí-açu River under stationarity and nonstationarity
Chilkoti et al. Multi-objective autocalibration of SWAT model for improved low flow performance for a small snowfed catchment
Oo et al. Time series prediction based on Facebook Prophet: a case study, temperature forecasting in Myintkyina
Fan et al. Development of PCA-based cluster quantile regression (PCA-CQR) framework for streamflow prediction: Application to the Xiangxi river watershed, China
CN105427194A (en) Method and device for electricity sales amount prediction based on random forest regression
Das et al. Two decades of ensemble flood forecasting: a state-of-the-art on past developments, present applications and future opportunities
Mosaffaie Application of artificial neural network, multiple-regression and index-flood techniques in regional flood frequency estimation
CN104462215A (en) Scientific and technical literature quoting number predicting method based on time sequence
Roulston et al. Forecasting wave height probabilities with numerical weather prediction models
Astagneau et al. When does a parsimonious model fail to simulate floods? Learning from the seasonality of model bias
CN103279805B (en) A kind of stock certificate data analytical approach based on price linkage network
Drakaki et al. Day-ahead energy production in small hydropower plants: uncertainty-aware forecasts through effective coupling of knowledge and data
Costa et al. A Bayesian model for stochastic generation of daily precipitation using an upper-bounded distribution function
Sang et al. Probabilistic forecast and uncertainty assessment of hydrologic design values using Bayesian theories
Lee et al. Evaluating wind speed and power forecasts for wind energy applications using an open-source and systematic validation framework
Dai et al. Assessment of the effectiveness of a multi-site stochastic weather generator on hydrological modelling in the Red Deer River watershed, Canada
Leimgruber et al. Selecting a series of storm events for a model-based assessment of combined sewer overflows
CN117172549A (en) Construction budget generation method, construction budget generation system, terminal equipment and storage medium
Yun et al. Analysing decision variables that influence preliminary feasibility studies using data mining techniques
Dars et al. Assessing the impacts of climate change on future precipitation trends based on downscaled CMIP5 simulations data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170711

Termination date: 20191105

CF01 Termination of patent right due to non-payment of annual fee