project
stringlengths
1
38
source
stringclasses
7 values
doc
stringlengths
0
48M
adeptdata
cran
Package ‘adeptdata’ October 12, 2022 Type Package Title Accelerometry Data Sets Version 1.1 Description Created to host raw accelerometry data sets and their deriva- tives which are used in the corresponding 'adept' package. License GPL-3 Encoding UTF-8 LazyData true LazyDataCompression xz RoxygenNote 7.1.1 Depends R (>= 2.10) Suggests spelling Language en-US NeedsCompilation no Author Marta Karas [aut, cre] (<https://orcid.org/0000-0001-5889-3970>), Jacek Urbanek [aut] (<https://orcid.org/0000-0002-1890-8899>), Jaroslaw Harezlak [aut] (<https://orcid.org/0000-0002-3070-7686>), William Fadel [aut] (<https://orcid.org/0000-0002-0292-6734>) Maintainer Marta Karas <marta.karass@gmail.com> Repository CRAN Date/Publication 2021-03-28 00:10:06 UTC R topics documented: acc_running . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 acc_walking_IU . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 stride_template . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Index 6 1 2 acc_running acc_running Outdoor Run Raw Accelerometry Data Description Raw accelerometry data collected during 25 minutes of an outdoor run. Data were collected at frequency 100 Hz simultaneously with two wearable accelerometers located at left hip and left ankle. Usage acc_running Format A data.frame with 300000 observations of 5 variables: • loc_id - sensor location, one of: "left_hip", "left_ankle", • date_time - date and time of acceleration measurement collection stored as POSIXct, • x - acceleration measurement time-series collected from a "x" axis of the sensor accelerometer, • y - acceleration measurement time-series collected from a "y" axis of the sensor accelerometer, • z - acceleration measurement time-series collected from a "z" axis of the sensor accelerometer. Details Data were collected during 25 minutes of an outdoor run performed by an adult healthy female, 180 cm tall and of 67 kg weight The data were collected at frequency 100 Hz with two ActiGraph GT9X Link sensors. One of the sensors was attached to the shoe with a clip on the outside side of a left foot, just below the left ankle. The other sensor was attached to the elastic belt located at hip, on the left side of a hip. Based on a mobile tracking application output, the ground elevation difference between start and end point of the data collection is approximately 36 m (17 m at the start point, 53 m at the finish point). The distance covered is approximately 3.35 km. The person from which the data were collected is Marta Karas, a co-author of the package. The IRB Office Determination Request Form for Primary (New) Data Collection request form was submitted in regard to the collection and further publishing of these data. Based on preliminary review of the request form submitted, it was determined that the data collection and further data publishing ac- tivity described in the determination request does not qualify as human subjects research as defined by DHHS regulations 45 CFR 46.102, and does not require IRB oversight. acc_walking_IU 3 acc_walking_IU Outdoor Continuous Walking Raw Accelerometry Data Description Raw accelerometry data collected during outdoor continuous walking from 32 healthy participants between 23 and 52 years of age. Data were collected at frequency 100 Hz simultaneously with four wearable accelerometers located at left wrist, left hip and both ankles. Usage acc_walking_IU Format A data.frame with 2590448 observations of 6 variables: • subj_id - study participant ID, • loc_id - sensor location, one of: "left_wrist", "left_hip", "left_ankle", "right_ankle", • time_s - duration of recorded exercise for a study participant, expressed in seconds, • x - acceleration measurement time-series collected from a "x" axis of the sensor accelerometer, • y - acceleration measurement time-series collected from a "y" axis of the sensor accelerometer, • z - acceleration measurement time-series collected from a "z" axis of the sensor accelerometer. Details Raw accelerometry data of continuous walking were collected as a part of the study on Identification of Walking, Stair Climbing, and Driving Using Wearable Accelerometers, sponsored by the Indiana University CTSI grant and conducted at the Department of Biostatistics, Fairbanks School of Public Health at Indiana University. The study was led by Dr. Jaroslaw Harezlak, assisted by Drs. William Fadel and Jacek Urbanek. The study was approved by the IRB of Indiana University; all participants provided written informed consent. Attached data set is anonymized. Study enrolled 32 healthy participants between 23 and 52 years of age. Participants were asked, among others, to perform self-paced, undisturbed, outdoor walking on the sidewalk. Accelerometry data were collected simultaneously at four body locations: left wrist, left hip, left ankle, and right ankle, at frequency 100 Hz. Duration time of outdoor walking exercise ranges between 2,5 to 4 minutes for study participants. 4 stride_template stride_template Walking Stride Pattern Templates Description Walking stride pattern templates derived from raw accelerometry data collected at four body loca- tions: left wrist, left hip, left ankle, and right ankle. Usage stride_template Format A list with four named elements: • left_wrist, • left_hip, • left_ankle, • right_ankle. Each of the above is a five-element list of matrix objects. The matrices are collection of (sub)population- specific stride pattern templates. For example, • stride_template$left_wrist[[1]] is a 1 x 200 matrix of one population-specific stride template derived from accelerometry data collected at left wrist. • stride_template$left_wrist[[2]] is a 2 x 200 matrix of two distinct subpopulation- specific stride templates derived from accelerometry data collected at left wrist. Each row is a one subpopulation-specific stride template. • stride_template$right_ankle[[5]] is a 5 x 200 matrix of five distinct subpopulation- specific stride templates derived from accelerometry data collected at right ankle. Details Raw accelerometry data used to derive walking stride pattern templates were collected as a part of the study on Identification of Walking, Stair Climbing, and Driving Using Wearable Accelerome- ters, sponsored by the Indiana University CTSI grant and conducted at the Department of Biostatis- tics, Fairbanks School of Public Health at Indiana University. The study was led by Dr. Jaroslaw Harezlak, assisted by Drs. William Fadel and Jacek Urbanek. Study enrolled 32 healthy partici- pants between 23 and 52 years of age. Participants were asked, among others, to perform self-paced, undisturbed, outdoor walking on the sidewalk. Accelerometry data were collected at four body lo- cations: left wrist, left hip, left ankle, and right ankle. To derive empirical stride pattern, firstly, from each body location, 642 data segments corresponding to individual walking strides were manually segmented. Secondly, Vector Magnitude (VM), which is a univariate summary of three-dimensional time-series of raw accelerometry data, was computed. Lastly, 642 univariate vectors of VM were interpolated to have the same vector length, scaled, stride_template 5 and clustered into 1,2,3,4 and 5 clusters via correlation clustering. The vectors obtained as point- wise means within each cluster were defined to be subpopulation-specific stride pattern templates, respectively. Index ∗ datasets acc_running, 2 acc_walking_IU, 3 stride_template, 4 acc_running, 2 acc_walking_IU, 3 stride_template, 4 6
BiDAG
cran
Package ‘BiDAG’ May 16, 2023 Type Package Title Bayesian Inference for Directed Acyclic Graphs Version 2.1.4 Author Polina Suter [aut, cre], Jack Kuipers [aut] Maintainer Polina Suter <polina.suter@gmail.com> Description Implementation of a collection of MCMC methods for Bayesian structure learning of directed acyclic graphs (DAGs), both from continuous and discrete data. For efficient inference on larger DAGs, the space of DAGs is pruned according to the data. To filter the search space, the algorithm employs a hybrid approach, combining constraint-based learning with search and score. A reduced search space is initially defined on the basis of a skeleton obtained by means of the PC-algorithm, and then iteratively improved with search and score. Search and score is then performed following two approaches: Order MCMC, or Partition MCMC. The BGe score is implemented for continuous data and the BDe score is implemented for binary data or categorical data. The algorithms may provide the maximum a posteriori (MAP) graph or a sample (a collection of DAGs) from the posterior distribution given the data. All algorithms are also applicable for structure learning and sampling for dynamic Bayesian net- works. References: J. Kuipers, P. Suter, G. Moffa (2022) <doi:10.1080/10618600.2021.2020127>, N. Friedman and D. Koller (2003) <doi:10.1023/A:1020249912095>, J. Kuipers and G. Moffa (2017) <doi:10.1080/01621459.2015.1133426>, M. Kalisch et al. (2012) <doi:10.18637/jss.v047.i11>, D. Geiger and D. Heckerman (2002) <doi:10.1214/aos/1035844981>, P. Suter, J. Kuipers, G. Moffa, N.Beerenwinkel (2023) <doi:10.18637/jss.v105.i09>. Acknowledgments We would like to thank Giusi Moffa for discussion and comments on the package and its manual. License GPL (>= 2) Depends R (>= 3.5.0) Imports Rcpp (>= 0.12.7), methods, graph, Rgraphviz, RBGL, pcalg, graphics, Matrix, coda LinkingTo Rcpp RoxygenNote 7.2.0 1 2 R topics documented: Encoding UTF-8 LazyData TRUE NeedsCompilation yes Repository CRAN Date/Publication 2023-05-16 12:46:02 UTC R topics documented: Asia . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Asiamat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 bidag2coda . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 bidag2codalist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Boston . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 compact2full . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 compareDAGs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 compareDBNs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 connectedSubGraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 DAGscore . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 DBNdata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 DBNmat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 DBNscore . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 DBNunrolled . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 edgep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 full2compact . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 getDAG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 getMCMCscore . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 getRuntime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 getSpace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 getSubGraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 getTrace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 graph2m . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 gsim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 gsim100 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 gsimmat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 interactions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 iterativeMCMC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 iterativeMCMC class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 itercomp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 kirc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 kirp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 learnBN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 m2graph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 mapping . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 modelp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 orderMCMC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 orderMCMC class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 Asia 3 partitionMCMC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 partitionMCMC class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 plot2in1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 plotDBN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 plotdiffs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 plotdiffsDBN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 plotpcor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 plotpedges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 sampleBN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 samplecomp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 scoreagainstDAG . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 scoreagainstDBN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58 scoreparameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 scorespace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 scorespace class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 string2mat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 Index 65 Asia Asia dataset Description A synthetic dataset from Lauritzen and Spiegelhalter (1988) about lung diseases (tuberculosis, lung cancer or bronchitis) and visits to Asia. Usage Asia Format A data frame with 5000 rows and 8 binary variables: • D (dyspnoea), binary 1/0 corresponding to "yes" and "no" • T (tuberculosis), binary 1/0 corresponding to "yes" and "no" • L (lung cancer), binary 1/0 corresponding to "yes" and "no" • B (bronchitis), binary 1/0 corresponding to "yes" and "no" • A (visit to Asia), binary 1/0 corresponding to "yes" and "no" • S (smoking), binary 1/0 corresponding to "yes" and "no" • X (chest X-ray), binary 1/0 corresponding to "yes" and "no" • E (tuberculosis versus lung cancer/bronchitis), binary 1/0 corresponding to "yes" and "no" Source https://www.bnlearn.com/bnrepository/ 4 Asiamat References Lauritzen S, Spiegelhalter D (1988). ‘Local Computation with Probabilities on Graphical Structures and their Application to Expert Systems (with discussion)’. Journal of the Royal Statistical Society: Series B 50, 157-224. Asiamat Asiamat Description An adjacency matrix representing the ground truth DAG used to generate a synthetic dataset from Lauritzen and Spiegelhalter (1988) about lung diseases (tuberculosis, lung cancer or bronchitis) and visits to Asia. Usage Asiamat Format A binary matrix with 8 rows and 8 columns representing an adjacency matrix of a DAG with 8 nodes: • D (dyspnoea), binary 1/0 corresponding to "yes" and "no" • T (tuberculosis), binary 1/0 corresponding to "yes" and "no" • L (lung cancer), binary 1/0 corresponding to "yes" and "no" • B (bronchitis), binary 1/0 corresponding to "yes" and "no" • A (visit to Asia), binary 1/0 corresponding to "yes" and "no" • S (smoking), binary 1/0 corresponding to "yes" and "no" • X (chest X-ray), binary 1/0 corresponding to "yes" and "no" • E (tuberculosis versus lung cancer/bronchitis), binary 1/0 corresponding to "yes" and "no" Source https://www.bnlearn.com/bnrepository/ References Lauritzen S, Spiegelhalter D (1988). ‘Local Computation with Probabilities on Graphical Structures and their Application to Expert Systems (with discussion)’. Journal of the Royal Statistical Society: Series B 50, 157-224. bidag2coda 5 bidag2coda Converting a single BiDAG chain to mcmc object Description This function converts a single object of one of the BiDAG classes, namely ’orderMCMC’ or ’par- titionMCMC’ to an object of class ’mcmc’. This object can be further used for convergence and mixing diagnostics implemented in the package coda Usage bidag2coda( MCMCtrace, edges = FALSE, pdag = TRUE, p = 0.1, burnin = 0.2, window = 100, cumulative = FALSE ) Arguments MCMCtrace object of class orderMCMC or partitionMCMC edges logical, when FALSE (default), then only DAG score trace is extracted; when TRUE, a trace of posterior probabilities is extracted for every edge (based on the sampled DAGs defined by parameters ’window’ and ’cumulative’) resulting in up to n^2 trace vectors, where n is the number of nodes in the network pdag logical, when edges=TRUE, defines if the DAGs are converted to CPDAGs prior to computing posterior probabilities; ignored otherwise p numeric, between 0 and 1; defines the minimum probability for including poste- rior traces in the returned objects (for probabilities close to 0 PRSF diagnostics maybe too conservative) burnin numeric between 0 and 1, indicates the percentage of the samples which will be discarded as ’burn-in’ of the MCMC chain; the rest of the samples will be used to calculate the posterior probabilities; 0.2 by default window integer, defines a number of DAG samples for averaging and computing edges’ posterior probabilities; ignored when edges=FALSE cumulative logical, indicates if posterior probabilities should be calculated based on a cu- mulative sample of DAGs, where 25% of the first samples are discarded Value Object of class mcmc from the package coda 6 bidag2codalist Author(s) Polina Suter Examples ## Not run: library(coda) myscore<-scoreparameters("bde",Asia) ordersample<-sampleBN(myscore,"order") order_mcmc<-bidag2coda(ordersample) par(mfrow=c(1,2)) densplot(order_mcmc) traceplot(order_mcmc) ## End(Not run) bidag2codalist Converting multiple BiDAG chains to mcmc.list Description This function converts a list of objects of classes ’orderMCMC’ or ’partitionMCMC’ to an ob- ject of class ’mcmc.list’. This object can be further used for convergence and mixing diagnostics implemented in the R-package coda. Usage bidag2codalist( MCMClist, edges = FALSE, pdag = TRUE, p = 0.1, burnin = 0.2, window = 10, cumulative = FALSE ) Arguments MCMClist a list of objects of classes orderMCMC or partitionMCMC edges logical, when FALSE (default), then only DAG score trace is extracted; when TRUE, a trace of posterior probabilities is extracted for every edge (based on the sampled DAGs defined by parameters ’window’ and ’cumulative’) resulting in up to n^2 trace vectors, where n is the number of nodes in the network pdag logical, when edges=TRUE, defines if the DAGs are converted to CPDAGs prior to computing posterior probabilities; ignored otherwise Boston 7 p numeric, between 0 and 1; defines the minimum probability for including poste- rior traces in the returned objects (for probabilities close to 0, PRSF diagnostics maybe too conservative; the threshold above 0 is recommended) burnin numeric between 0 and 1, indicates the percentage of the samples which will be discarded as ’burn-in’ of the MCMC chain; the rest of the samples will be used to calculate the posterior probabilities; 0.2 by default window integer, defines a number of DAG samples for averaging and computing edges’ posterior probabilities; ignored when edges=FALSE cumulative logical, indicates if posterior probabilities should be calculated based on a cu- mulative sample of DAGs, where 25% of the first samples are discarded Value Object of class mcmc.list from the package coda Author(s) Polina Suter References Robert J. B. Goudie and Sach Mukherjee (2016). A Gibbs Sampler for Learning DAGs. J Mach Learn Res. 2016 Apr; 17(30): 1–39. Examples ## Not run: library(coda) scoreBoston<-scoreparameters("bge",Boston) ordershort<-list() #run very short chains -> convergence issues ordershort[[1]] <- sampleBN(scoreBoston, algorithm = "order", iterations=2000) ordershort[[2]] <- sampleBN(scoreBoston, algorithm = "order", iterations=2000) codashort_edges<-bidag2codalist(ordershort,edges=TRUE,pdag=TRUE,p=0.05,burnin=0.2,window=10) gd_short<-gelman.diag(codashort_edges, transform=FALSE, autoburnin=FALSE, multivariate=FALSE) length(which(gd_short$psrf[,1]>1.1))/(length(gd_short$psrf[,1])) #=>more MCMC iterations are needed, try 100000 ## End(Not run) Boston Boston housing data Description A dataset containing information collected by the U.S Census Service concerning housing in the area of Boston, originally published by Harrison and Rubinfeld (1978). 8 compact2full Usage Boston Format A data frame with 506 rows and 14 variables: • CRIM - per capita crime rate by town • ZN - proportion of residential land zoned for lots over 25,000 sq.ft. • INDUS - proportion of non-retail business acres per town. • CHAS - Charles River dummy variable (1 if tract bounds river; 0 otherwise) • NOX - nitric oxides concentration (parts per 10 million) • RM - average number of rooms per dwelling • AGE - proportion of owner-occupied units built prior to 1940 • DIS - weighted distances to five Boston employment centres • TAX - full-value property-tax rate per $10,000 • RAD - index of accessibility to radial highways • PTRATIO - pupil-teacher ratio by town • B - 1000(Bk - 0.63)^2 where Bk is the proportion of blacks by town • LSTAT - percentage lower status of the population • MEDV - Median value of owner-occupied homes in $1000’s Source http://lib.stat.cmu.edu/datasets/boston References Harrison, D and Rubinfeld, DL (1978) ‘Hedonic prices and the demand for clean air’, Journal of Environmental Economics and Management 5, 81-102. compact2full Deriving an adjecency matrix of a full DBN Description This function transforms a compact 2-slice adjacency matrix of DBN into full T-slice adjacency matrix Usage compact2full(DBNmat, slices, b = 0) compareDAGs 9 Arguments DBNmat a square matrix, representing initial and transitional structure of a DBN; the size of matrix is 2*dyn+b slices integer, number of slices in an unrolled DBN b integer, number of static variables Value an adjacency matrix of an unrolled DBN Examples compact2full(DBNmat, slices=5, b=3) compareDAGs Comparing two graphs Description This function compares one (estimated) graph to another graph (true graph), returning a vector of 8 values: • the number of true positive edges (’TP’) is the number of edges in the skeleton of ’egraph’ which are also present in the skeleton of ’truegraph’ • the number of false positive edges (’FP’) is the number of edges in the skeleton of ’egraph’ which are absent in the skeleton of ’truegraph’ • the number of fralse negative edges (’FN’) is the number of edges in the skeleton of ’truegraph’ which are absent in the skeleton of ’egraph’ • structural Hamming distance (’SHD’) between 2 graphs is computed as TP+FP+the number of edges with an error in direction • TPR equals TP/(TP+FN) • FPR equals FP/(TN+FP) (TN stands for true negative edges) • FPRn equals FP/(TP+FN) • FDR equals FP/(TP+FP) Usage compareDAGs(egraph, truegraph, cpdag = FALSE, rnd = 2) 10 compareDBNs Arguments egraph an object of class graphNEL (package ‘graph’), representing the graph which should be compared to a ground truth graph or an ajecency matrix corresponding to the graph truegraph an object of class graphNEL (package ‘graph’), representing the ground truth graph or an ajecency matrix corresponding to this graph cpdag logical, if TRUE (FALSE by default) both graphs are first converted to their respective equivalence class (CPDAG); this affects SHD calculation rnd integer, rounding integer indicating the number of decimal places (round) when computing TPR, FPR, FPRn and FDR Value a named numeric vector 8 elements: SHD, number of true positive edges (TP), number of false positive edges (FP), number of false negative edges (FN), true positive rate (TPR), false positive rate (FPR), false positive rate normalized to the true number of edges (FPRn) and false discovery rate (FDR) Examples Asiascore<-scoreparameters("bde", Asia) ## Not run: eDAG<-learnBN(Asiascore,algorithm="order") compareDAGs(eDAG$DAG,Asiamat) ## End(Not run) compareDBNs Comparing two DBNs Description This function compares one (estimated) DBN structure to another DBN (true DBN). Comparisons for initial and transitional structures are returned separately if equalstruct equals TRUE. Usage compareDBNs(eDBN, trueDBN, struct = c("init", "trans"), b = 0) Arguments eDBN an object of class graphNEL (or an ajacency matrix corresponding to this DBN), representing the DBN which should be compared to a ground truth DBN trueDBN an object of class graphNEL (or an ajacency matrix corresponding to this DBN), representing the ground truth DBN connectedSubGraph 11 struct option used to determine if the initial or the transitional structure should be compared; accaptable values are init or trans b number of static variables in one time slice of a DBN; note that for function to work correctly all static variables have to be in the first b columns of the matrix Value a vector of 5: SHD, number of true positive edges, number of false positive edges, number of false negative edges and true positive rate Examples testscore<-scoreparameters("bge", DBNdata, DBN=TRUE, dbnpar=list(samestruct=TRUE, slices=5, b=3)) ## Not run: DBNfit<-learnBN(testscore, algorithm="orderIter",moveprobs=c(0.11,0.84,0.04,0.01)) compareDBNs(DBNfit$DAG,DBNmat, struct="trans", b=3) ## End(Not run) connectedSubGraph Deriving connected subgraph Description This function derives an adjacency matrix of a subgraph whose nodes are connected to at least one other node in a graph Usage connectedSubGraph(adj) Arguments adj square adjacency matrix with elements in {0,1}, representing a graph Value adjacency matrix of a subgraph of graph represented by ’adj’ whose nodes have at least one con- nection Examples dim(gsimmat) #full graph contains 100 nodes gconn<-connectedSubGraph(gsimmat) #removing disconnected nodes dim(gconn) #connected subgraph contains 93 nodes 12 DAGscore DAGscore Calculating the BGe/BDe score of a single DAG Description This function calculates the score of a DAG defined by its adjacency matrix. Acceptable data matrices are homogeneous with all variables of the same type: continuous, binary or categorical. The BGe score is evaluated in the case of continuous data and the BDe score is evaluated for binary and categorical variables. Usage DAGscore(scorepar, incidence) Arguments scorepar an object of class scoreparameters, containing the data and scoring parame- ters; see constructor function scoreparameters incidence a square matrix of dimensions equal to the number of nodes, representing the ad- jacency matrix of a DAG; the matrix entries are in {0,1} such that incidence[i,j] equals 1 if there is a directed edge from node i to node j in the DAG and incidence[i,j] equals 0 otherwise Value the log of the BGe or BDe score of the DAG Author(s) Jack Kuipers, Polina Suter, the code partly derived from the order MCMC implementation from Kuipers J, Moffa G (2017) <doi:10.1080/01621459.2015.1133426> References Geiger D and Heckerman D (2002). Parameter priors for directed acyclic graphical models and the characterization of several probability distributions. The Annals of Statistics 30, 1412-1440. Heckerman D and Geiger D (1995). Learning Bayesian networks: A unification for discrete and Gaussian domains. In Eleventh Conference on Uncertainty in Artificial Intelligence, pages 274-284. Kuipers J, Moffa G and Heckerman D (2014). Addendum on the scoring of Gaussian directed acyclic graphical models. The Annals of Statistics 42, 1689-1691. Examples myScore<-scoreparameters("bde", Asia) DAGscore(myScore, Asiamat) DBNdata 13 DBNdata Simulated data set from a 2-step dynamic Bayesian network Description A synthetic dataset containing 100 observations generated from a random dynamic Bayesian net- work with 12 continuous dynamic nodes and 3 static nodes. The DBN includes observations from 5 time slices. Usage DBNdata Format A data frame with 100 rows and 63 (3+12*5) columns representing observations of 15 variables: 3 static variables (first 3 columns) which do not change over time and 12 dynamic variables observed in 5 conseecutive time slices. DBNmat An adjacency matrix of a dynamic Bayesian network Description An adjacency matrix representing the ground truth DBN used to generate a synthetic dataset DBNdata. The matrix is a compact representation of a 2-step DBN, such that initial structure is stored in the first 15 columns of the matrix and transitional structure is stored in the last 12 columns of the matrix. Usage DBNmat Format A binary matrix with 27 rows and 27 columns representing an adjacency matrix of a DBN. Rows and columns of the matrix correspond to 15 variables of a DBN across 2 time slices. 14 DBNscore DBNscore Calculating the BGe/BDe score of a single DBN Description This function calculates the score of a DBN defined by its compact adjacency matrix. Acceptable data matrices are homogeneous with all variables of the same type: continuous, binary or categor- ical. The BGe score is evaluated in the case of continuous data and the BDe score is evaluated for binary and categorical variables. Usage DBNscore(scorepar, incidence) Arguments scorepar an object of class scoreparameters, containing the data and scoring parame- ters; see constructor function scoreparameters incidence a square matrix, representing initial and transitional structure of a DBN; the size of matrix is 2*nsmall+bgn, where nsmall is the number of variables per time slice excluding static nodes and bgn is the number of static variables the matrix entries are in {0,1} such that incidence[i,j] equals 1 if there is a directed edge from node i to node j in the DAG and incidence[i,j] equals 0 otherwise Value the log of the BGe or BDe score of the DBN Author(s) Polina Suter, Jack Kuipers Examples testscore<-scoreparameters("bge", DBNdata, DBN=TRUE, dbnpar=list(slices=5, b=3)) DBNscore(testscore, DBNmat) DBNunrolled 15 DBNunrolled An unrolled adjacency matrix of a dynamic Bayesian network Description An adjacency matrix representing the ground truth DBN used to generate a synthetic dataset DBNdata. The matrix is an unrolled representation of a 2-step DBN, such that the static variables are repre- sented in the first 3 columns/rows of the matrix. Usage DBNunrolled Format A binary matrix with 63 rows and 63 columns representing an adjacency matrix of a DBN. Rows and columns of the matrix correspond to 15 variables (s1, s2, s3, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, v12) of a DBN across 5 time slices. edgep Estimating posterior probabilities of single edges Description This function estimates the posterior probabilities of edges by averaging over a sample of DAGs obtained via an MCMC scheme. Usage edgep(MCMCchain, pdag = FALSE, burnin = 0.2, endstep = 1) Arguments MCMCchain an object of class partitionMCMC, orderMCMC or iterativeMCMC, representing the output of structure sampling function partitionMCMC or orderMCMC (the latter when parameter chainout=TRUE; pdag logical, if TRUE (FALSE by default) all DAGs in the MCMCchain are first converted to equivalence class (CPDAG) before the averaging burnin number between 0 and 1, indicates the percentage of the samples which will be discarded as ‘burn-in’ of the MCMC chain; the rest of the samples will be used to calculate the posterior probabilities; 0.2 by default endstep number between 0 and 1; 1 by default 16 full2compact Value a square matrix with dimensions equal to the number of variables; each entry [i,j] is an estimate of the posterior probability of the edge from node i to node j Author(s) Polina Suter Examples Bostonscore<-scoreparameters("bge", Boston) ## Not run: samplefit<-sampleBN(Bostonscore, "order") edgesposterior<-edgep(samplefit, pdag=TRUE, burnin=0.2) ## End(Not run) full2compact Deriving a compact adjacency matrix of a DBN Description This function transforms an unrolled adjacency matrix of DBN into a compact representation Usage full2compact(DBNmat, b = 0) Arguments DBNmat a square matrix, representing the structure of an unrolled DBN; the size of matrix is slices*dyn+b; all static variables are assumed to be in the first b rows and columns of the matrix b integer, number of static variables; 0 by default Examples full2compact(DBNunrolled,b=3) getDAG 17 getDAG Extracting adjacency matrix (DAG) from MCMC object Description This function extracts an adjacency matrix of a maximum scoring DAG from the result of the MCMC run. Usage getDAG(x, amat = TRUE, cp = FALSE) Arguments x object of class ’orderMCMC’,’partitionMCMC’ or ’iterativeMCMC’ amat logical, when TRUE adjacency matrix is returned and object of class ’graph- NEL’ otherwise cp logical, when TRUE the CPDAG (equivalence class) is returned and DAG oth- erwise; FALSE by default Value adjacency matrix of a maximum scoring DAG (or CPDAG) discovered/sampled in one MCMC run Examples myscore<-scoreparameters("bge", Boston) ## Not run: itfit<-learnBN(myscore,algorithm="orderIter") maxEC<-getDAG(itfit,cp=TRUE) ## End(Not run) getMCMCscore Extracting score from MCMC object Description This function extracts the score of a maximum DAG sampled in the MCMC run. Usage getMCMCscore(x) Arguments x object of class ’orderMCMC’,’partitionMCMC’ or ’iterativeMCMC’ 18 getRuntime Value a score of a maximum-scoring DAG found/sampled in one MCMC run Examples myscore<-scoreparameters("bge", Boston) ## Not run: itfit<-learnBN(myscore,algorithm="orderIter") getMCMCscore(itfit) ## End(Not run) getRuntime Extracting runtime Description This function extracts runtime of a particular step of order and partition MCMC. Usage getRuntime(x, which = 0) Arguments x object of class ’orderMCMC’or ’partitionMCMC’ which integer, defines if the runtime is extracted for: computing score tables (which = 1), running MCMC chain (which = 2) Value runtime of a particular step of MCMC scheme or total runtime Examples myscore<-scoreparameters("bge",Boston) ## Not run: orderfit<-sampleBN(myscore,algorithm="order") (getRuntime(orderfit,1)) (getRuntime(orderfit,2)) ## End(Not run) getSpace 19 getSpace Extracting scorespace from MCMC object Description This function extracts an object of class ’scorespace’ from the result of the MCMC run when the parameter ’scoreout’ was set to TRUE; otherwise extracts only adjacency matrix of the final search space without the score tables. Usage getSpace(x) Arguments x object of class ’orderMCMC’,’partitionMCMC’ or ’iterativeMCMC’ Value an object of class ’scorespace’ or an adjacency binary matrix corresponding to a search space last used in MCMC Examples myscore<-scoreparameters("bge", Boston) ## Not run: itfit<-learnBN(myscore,algorithm="orderIter",scoreout=TRUE) itspace<-getSpace(itfit) ## End(Not run) getSubGraph Deriving subgraph Description This function derives an adjacency matrix of a subgraph based on the adjacency matrix of a full graph and a list of nodes Usage getSubGraph(adj, nodes) Arguments adj square adjacency matrix with elements in {0,1}, representing a graph nodes vector of node names of the subgraph; should be a subset of column names of ’adj’ 20 getTrace Value adjacency matrix of a subgraph which includes all ’nodes’ Examples getSubGraph(Asiamat,c("E","B","D","X")) getTrace Extracting trace from MCMC object Description This function extracts a trace of • DAG scores • DAG adjacency matrices • orders • order scores from the result of the MCMC run. Note that the last three options work only when the parameter ’scoreout’ was set to TRUE. Usage getTrace(x, which = 0) Arguments x object of class ’orderMCMC’,’partitionMCMC’ or ’iterativeMCMC’ which integer, indication which trace is returned: DAG scores (which = 0), DAGs (which = 1), orders (which = 2), order scores (which = 3) Value a list or a vector of objects representing MCMC trace, depends on parameter ’which’; by default, the trace of DAG scores is returned Examples myscore<-scoreparameters("bge",Boston) ## Not run: orderfit<-sampleBN(myscore,algorithm="order") DAGscores<-getTrace(orderfit,which=0) DAGtrace<-getTrace(orderfit,which=1) orderscores<-getTrace(orderfit,which=3) ## End(Not run) graph2m 21 graph2m Deriving an adjacency matrix of a graph Description This function derives the adjacency matrix corresponding to a graph object Usage graph2m(g) Arguments g graph, object of class graphNEL (package ‘graph’) Value a square matrix whose dimensions are the number of nodes in the graph g, where element [i,j] equals 1 if there is a directed edge from node i to node j in the graph g, and 0 otherwise Examples Asiagraph<-m2graph(Asiamat) Asia.adj<-graph2m(Asiagraph) gsim A simulated data set from a Gaussian continuous Bayesian network Description A synthetic dataset containing 1000 observations generated from a random DAG with 100 continu- ous nodes. Functions ’randomDAG’ and ’rmvDAG’ from R-packages ’pcalg’ were used to generate the data. Usage gsim Format A data frame with 1000 rows representing observations of 100 continuous variables: V1, ..., V100 22 gsimmat gsim100 A simulated data set from a Gaussian continuous Bayesian network Description A synthetic dataset containing 100 observations generated from a random DAG with 100 continuous nodes. Functions ’randomDAG’ and ’rmvDAG’ from R-packages ’pcalg’ were used to generate the data. Usage gsim100 Format A data frame with 100 rows representing observations of 100 continuous variables: V1, ..., V100 gsimmat An adjacency matrix of a simulated dataset Description An adjacency matrix representing the ground truth DAG used to generate a synthetic dataset with observations of 100 continuous variables. Usage gsimmat Format A binary matrix with 100 rows and 100 columns representing an adjacency matrix of a DAG with 100 nodes: V1, ..., V100 interactions 23 interactions interactions dataset Description A data frame containing possible interactions between genes from kirp and kirc data sets Usage interactions Format A data frame with 179 rows and 3 columns; • node1 character, name of a gene • node2 character, name of a gene • combined_score interaction score, reflecting confidence in the fact that interaction between gene1 and gene2 is possible each row represents a possible interaction between two genes Source https://string-db.org/ iterativeMCMC Structure learning with an iterative order MCMC algorithm on an ex- panded search space Description This function implements an iterative search for the maximum a posteriori (MAP) DAG, by means of order MCMC (arXiv:1803.07859v3). At each iteration, the current search space is expanded by allowing each node to have up to one additional parent not already included in the search space. By default the initial search space is obtained through the PC-algorithm (using the functions skeleton and pc from the ‘pcalg’ package [Kalisch et al, 2012]). At each iteration order MCMC is employed to search for the MAP DAG. The edges in the MAP DAG are added to the initial search space to provide the search space for the next iteration. The algorithm iterates until no further score improvements can be achieved by expanding the search space. The final search space may be used for the sampling versions of orderMCMC and partitionMCMC. 24 iterativeMCMC Usage iterativeMCMC( scorepar, MAP = TRUE, posterior = 0.5, softlimit = 9, hardlimit = 12, alpha = 0.05, gamma = 1, verbose = TRUE, chainout = FALSE, scoreout = FALSE, cpdag = FALSE, mergetype = "skeleton", iterations = NULL, moveprobs = NULL, stepsave = NULL, startorder = NULL, accum = FALSE, compress = TRUE, plus1it = NULL, startspace = NULL, blacklist = NULL, addspace = NULL, scoretable = NULL, alphainit = NULL ) ## S3 method for class 'iterativeMCMC' plot( x, ..., main = "iterative MCMC, DAG scores", xlab = "MCMC step", ylab = "DAG logscore", type = "l", col = "blue" ) ## S3 method for class 'iterativeMCMC' print(x, ...) ## S3 method for class 'iterativeMCMC' summary(object, ...) iterativeMCMC 25 Arguments scorepar an object of class scoreparameters, containing the data and scoring parame- ters; see constructor function scoreparameters MAP logical, if TRUE (default) the search targets the MAP DAG (a DAG with max- imum score), if FALSE at each MCMC step a DAG is sampled from the order proportionally to its score; when expanding a search space when MAP=TRUE all edges from the maximum scoring DAG are added to the new space, when MAP=FALSE only edges with posterior probability higher than defined by pa- rameter posterior are added to the search space posterior logical, when MAP set to FALSE defines posterior probability threshold for adding the edges to the search space softlimit integer, limit on the size of parent sets beyond which adding undirected edges is restricted; below this limit edges are added to expand the parent sets based on the undirected skeleton of the MAP DAG (or from its CPDAG, depending on the parameter mergecp), above the limit only the directed edges are added from the MAP DAG; the limit is 9 by default hardlimit integer, limit on the size of parent sets beyond which the search space is not further expanded to prevent long runtimes; the limit is 12 by default alpha numerical significance value in {0,1} for the conditional independence tests in the PC-stage gamma tuning parameter which transforms the score by raising it to this power, 1 by default verbose logical, if TRUE (default) prints messages on the progress of execution chainout logical, if TRUE the saved MCMC steps are returned, FALSE by default scoreout logical, if TRUE the search space from the last plus1 iterations and the corre- sponding score tables are returned, FALSE by default cpdag logical, if set to TRUE the equivalence class (CPDAG) found by the PC algo- rithm is used as a search space, when FALSE (default) the undirected skeleton used as a search space mergetype defines which edges are added to the search space at each expansion iteration; three options are available ’dag’, ’cpdag’, ’skeleton’; ’skeleton’ by default iterations integer, the number of MCMC steps, the default value is 3.5n2 log n moveprobs a numerical vector of 4 values in {0,1} corresponding to the probabilities of the following MCMC moves in the order space: • exchanging 2 random nodes in the order • exchanging 2 adjacent nodes in the order • placing a single node elsewhere in the order • staying still stepsave integer, thinning interval for the MCMC chain, indicating the number of steps between two output iterations, the default is iterations/1000 startorder integer vector of length n, which will be used as the starting order in the MCMC algorithm, the default order is random 26 iterativeMCMC accum logical, when TRUE at each search step expansion new edges are added to the current search space; when FALSE (default) the new edges are added to the starting space compress logical, if TRUE adjacency matrices representing sampled graphs will be stored as a sparse Matrix (recommended); TRUE by default plus1it (optional) integer, a number of iterations of search space expansion; by default the algorithm iterates until no score improvement can be achieved by further expanding the search space startspace (optional) a square matrix, of dimensions equal to the number of nodes, which defines the search space for the order MCMC in the form of an adjacency ma- trix; if NULL, the skeleton obtained from the PC-algorithm will be used; if startspace[i,j] equals to 1 (0) it means that the edge from node i to node j is included (excluded) from the search space; to include an edge in both direc- tions, both startspace[i,j] and startspace[j,i] should be 1 blacklist (optional) a square matrix, of dimensions equal to the number of nodes, which defines edges to exclude from the search space; if blacklist[i,j] equals to 1 it means that the edge from node i to node j is excluded from the search space • "dag", then edges from maximum scoring DAG are added; • "cpdag", then the maximum scoring DAG is first converted to the CPDAG, from which all edges are added to the search space; • "skeleton", then the maximum scoring DAG is first converted to the skele- ton, from which all edges are added to the search space addspace (optional) a square matrix, of dimensions equal to the number of nodes, which defines the edges, which are added at to the search space only at the first iteration of iterative seach and do not necessarily stay afterwards; defined in the form of an adjacency matrix; if addspace[i,j] equals to 1 (0) it means that the edge from node i to node j is included (excluded) from the search space; to include an edge in both directions, both addspace[i,j] and addspace[j,i] should be 1 scoretable (optional) object of class scorespace. When not NULL, parameters startspace and addspace are ignored. alphainit (optional) numerical, defines alpha that is used by the PC algorithm to learn initial structure of a DBN, ignored in static case x object of class ’iterativeMCMC’ ... ignored main name of the graph; "iterative MCMC, DAG scores" by default xlab name of x-axis; "MCMC step" ylab name of y-axis; "DAG logscore" type type of line in the plot; "l" by default col colour of line in the plot; "blue" by default object object of class ’iterativeMCMC’ iterativeMCMC 27 Value Object of class iterativeMCMC, which contains log-score trace as well as adjacency matrix of the maximum scoring DAG, its score and the order score. The output can optionally include DAGs sampled in MCMC iterations and the score tables. Optional output is regulated by the parameters chainout and scoreout. See iterativeMCMC class for a detailed class structure. Note see also extractor functions getDAG, getTrace, getSpace, getMCMCscore. Author(s) Polina Suter, Jack Kuipers References P. Suter, J. Kuipers, G. Moffa, N.Beerenwinkel (2023) <doi:10.18637/jss.v105.i09> Kuipers J, Super P and Moffa G (2020). Efficient Sampling and Structure Learning of Bayesian Networks. (arXiv:1803.07859v3) Friedman N and Koller D (2003). A Bayesian approach to structure discovery in bayesian networks. Machine Learning 50, 95-125. Kalisch M, Maechler M, Colombo D, Maathuis M and Buehlmann P (2012). Causal inference using graphical models with the R package pcalg. Journal of Statistical Software 47, 1-26. Geiger D and Heckerman D (2002). Parameter priors for directed acyclic graphical models and the characterization of several probability distributions. The Annals of Statistics 30, 1412-1440. Kuipers J, Moffa G and Heckerman D (2014). Addendum on the scoring of Gaussian directed acyclic graphical models. The Annals of Statistics 42, 1689-1691. Spirtes P, Glymour C and Scheines R (2000). Causation, Prediction, and Search, 2nd edition. The MIT Press. Examples ## Not run: Bostonpar<-scoreparameters("bge",Boston) itfit<-iterativeMCMC(Bostonpar, chainout=TRUE, scoreout=TRUE) plot(itfit) ## End(Not run) 28 iterativeMCMC class iterativeMCMC class iterativeMCMC class structure Description The structure of an object of S3 class iterativeMCMC. Details An object of class iterativeMCMC is a list containing at least the following components: • DAG: adjacency matrix of a maximum scoring DAG found/sampled in MCMC. • CPDAG: adjacency matrix representing equivalence class of a maximum scoring DAG found/sampled in MCMC. • score: score of a maximum scoring DAG found/sampled in MCMC. • maxorder: order of a maximum scoring DAG found/sampled in MCMC. • maxtrace: a list of maximum score graphs uncovered at each expansion of the search space; their scores and orders • info: a list containing information about parameters and results of MCMC • trace: a list of vectors containing log-scores of sampled DAGs, each element of the list corre- sponds to a single expansion of a search space • startspace: adjacency matrix representing the initial core space where MCMC was ran • endspace: adjacency matrix representing the final core space where MCMC was ran Optional components: – traceadd: list which consists of three elements: * incidence: list containg adjacency matrices of sampled DAGs * order: list of orders from which the DAGs were sampled * orderscores: a list of vectors with order log-scores – scoretable: object of class scorespace class Author(s) Polina Suter itercomp 29 itercomp Performance assessment of iterative MCMC scheme against a known Bayesian network Description This function compute 8 different metrics of structure fit of an object of class iterativeMCMC to the ground truth DAG (or CPDAG). Object of class iterativeMCMC stores MAP graph at from each search space expansion step. This function computes structure fit of each of the stored graphs to the ground truth one. Computed metrics include: TP, FP, TPR, FPR, FPRn, FDR, SHD. See metrics description in see also compareDAGs. Usage itercomp(MCMCmult, truedag, cpdag = TRUE, p = 0.5, trans = TRUE) ## S3 method for class 'itercomp' plot(x, ..., vars = c("FP", "TP"), type = "b", col = "blue", showit = c()) ## S3 method for class 'itercomp' print(x, ...) ## S3 method for class 'itercomp' summary(object, ...) Arguments MCMCmult an object which of class iterativeMCMC, see also iterativeMCMC) truedag ground truth DAG which generated the data used in the search procedure; rep- resented by an object of class graphNEL or an adjacency matrix cpdag logical, if TRUE (FALSE by default) all DAGs are first converted to their re- spective equivalence classes (CPDAG) p threshold such that only edges with a higher posterior probability will be re- tained in the directed graph summarising the sample of DAGs at each iteration from MCMCmult if parameter sample set to TRUE trans logical, for DBNs indicates if model comparions are performed for transition structure; when trans equals FALSE the comparison is performed for initial structures of estimated models and the ground truth DBN; for usual BNs the parameter is disregarded x object of class ’itercomp’ ... ignored vars a tuple of variables which will be used for ’x’ and ’y’ axes; possible values: "SHD", "TP", "FP", "TPR", "FPR", "FPRn", "FDR", "score" type type of line in the plot;"b" by default 30 kirc col colour of line in the plot; "blue" by default showit (optional) vector of integers specifying indices of search expansion iterations to be labelled; by default no iterations are labelled object object of class ’itercomp’ Value an object if class itersim, a matrix with the number of rows equal to the number of expansion iterations in iterativeMCMC, and 8 columns reporting for the maximally scoring DAG uncovered at each iteration: the number of true positive edges (’TP’), the number of false positive edges (’FP’), the true positive rate (’TPR’), the structural Hamming distance (’SHD’), false positive rate (’FPR’), false discovery rate (’FDR’) and the score of the DAG (‘score’). Author(s) Polina Suter Examples gsim.score<-scoreparameters("bge", gsim) ## Not run: MAPestimate<-learnBN(gsim.score,"orderIter") itercomp(MAPestimate, gsimmat) ## End(Not run) kirc kirc dataset Description Mutation data from TCGA kidney renal clear cell cohort (KIRC). Mutations are picked according to q-value computed by MutSig2CV (q<0.1) or connected in networks discovered by Kuipers et al. 2018. Usage kirc Format An object of class matrix (inherits from array) with 476 rows and 70 columns. Details Each variable represents a gene. If in sample i gene j contains a mutation, than j-th element in row i equals 1, and 0 otherwise. The rows are named according to sample names in TCGA. The columns are named according to gene symbols. kirp 31 References https://portal.gdc.cancer.gov/ http://firebrowse.org/iCoMut/?cohort=kirc Lawrence, M. et al. Mutational heterogeneity in cancer and the search for new cancer-associated genes. Nature 499, 214-218 (2013) kirp kirp dataset Description Mutation data from TCGA kidney renal papillary cell cohort (KIRP). Mutations are picked accord- ing to q-value computed by MutSigCV (q<0.1) or connected in networks discovered by Kuipers et al. 2018. Usage kirp Format An object of class matrix (inherits from array) with 282 rows and 70 columns. Details Each variable represents a gene. If in sample i gene j contains a mutation, than j-th element in row i equals 1, and 0 otherwise. The rows are named according to sample names in TCGA. The columns are named according to gene symbols. References https://portal.gdc.cancer.gov/ http://firebrowse.org/iCoMut/?cohort=kirp Lawrence, M. et al. Mutational heterogeneity in cancer and the search for new cancer-associated genes. Nature 499, 214-218 (2013) 32 learnBN learnBN Bayesian network structure learning Description This function can be used finding the maximum a posteriori (MAP) DAG using stochastic search relying on MCMC schemes. Due to the superexponential size of the search space, it must be re- duced. By default the search space is limited to the skeleton found through the PC algorithm by means of conditional independence tests (using the functions skeleton and pc from the ‘pcalg’ package [Kalisch et al, 2012]). It is also possible to define an arbitrary search space by inputting an adjacency matrix, for example estimated by partial correlations or other network algorithms. Or- der MCMC scheme (algorithm="order") performs the search of a maximum scoring order and selects a maximum scoring DAG from this order as MAP. To avoid discovering a suboptimal graph due to the absence of some of the true positive edges in the search space, the function includes the possibility to expand the default or input search space, by allowing each node in the network to have one additional parent (plus1="TRUE"). This offers improvements in the learning of Bayesian networks. The iterative MCMC (algorithm="orderIter") scheme allows for iterative expansions of the search space. This is useful in cases when the initial search space is poor in a sense that it contains only a limited number of true positive edges. Iterative expansions of the search space efficiently solve this issue. However this scheme requires longer runtimes due to the need of run- ning multiple consecutive MCMC chains. This function is a wrapper for the individual structure learning functions that implement each of the described algorithms; for details see orderMCMC, and iterativeMCMC. Usage learnBN( scorepar, algorithm = c("order", "orderIter"), chainout = FALSE, scoreout = ifelse(algorithm == "orderIter", TRUE, FALSE), alpha = 0.05, moveprobs = NULL, iterations = NULL, stepsave = NULL, gamma = 1, verbose = FALSE, compress = TRUE, startspace = NULL, blacklist = NULL, scoretable = NULL, startpoint = NULL, plus1 = TRUE, iterpar = list(softlimit = 9, mergetype = "skeleton", accum = FALSE, plus1it = NULL, addspace = NULL, alphainit = NULL), cpdag = FALSE, hardlimit = 12 learnBN 33 ) Arguments scorepar an object of class scoreparameters, containing the data and score parameters, see constructor function scoreparameters algorithm MCMC scheme to be used for MAP structure learning; possible options are "order" (orderMCMC) or "orderIter" (iterativeMCMC) chainout logical, if TRUE the saved MCMC steps are returned, TRUE by default scoreout logical, if TRUE the search space and score tables are returned; FALSE by de- fault for "order", TRUE for "orderIter" alpha numerical significance value in {0,1} for the conditional independence tests at the PC algorithm stage moveprobs a numerical vector of 4 (for "order" and "orderIter" algorithms) or 5 values (for "partition" algorithm) representing probabilities of the different moves in the space of order and partitions accordingly. The moves are described in the corre- sponding algorithm specific functions orderMCMC and partitionMCMC iterations integer, the number of MCMC steps, the default value is 6n2 log n orderMCMC, 20n2 log n for partitionMCMC and 3.5n2 log n for iterativeMCMC; where n is the number of nodes in the Bayesian network stepsave integer, thinning interval for the MCMC chain, indicating the number of steps between two output iterations, the default is iterations/1000 gamma tuning parameter which transforms the score by raising it to this power, 1 by default verbose logical, if TRUE messages about the algorithm’s progress will be printed, FALSE by default compress logical, if TRUE adjacency matrices representing sampled graphs will be stored as a sparse Matrix (recommended); TRUE by default startspace (optional) a square sparse or ordinary matrix, of dimensions equal to the number of nodes, which defines the search space for the order MCMC in the form of an adjacency matrix. If NULL, the skeleton obtained from the PC-algorithm will be used. If startspace[i,j] equals to 1 (0) it means that the edge from node i to node j is included (excluded) from the search space. To include an edge in both directions, both startspace[i,j] and startspace[j,i] should be 1. blacklist (optional) a square sparse or ordinary matrix, of dimensions equal to the number of nodes, which defines edges to exclude from the search space. If blacklist[i,j] equals to 1 it means that the edge from node i to node j is excluded from the search space. scoretable (optional) object of class scorespace containing list of score tables calculated for example by the last iteration of the function iterativeMCMC. When not NULL, parameter startspace is ignored. startpoint (optional) integer vector of length n (representing an order when algorithm="order" or algorithm="orderIter") or an adjacency matrix or sparse adjacency ma- trix (representing a DAG when algorithm="partition"), which will be used as the starting point in the MCMC algorithm, the default starting point is random 34 learnBN plus1 logical, if TRUE (default) the search is performed on the extended search space; only changable for orderMCMC; for other algorithms is fixed to TRUE iterpar addition list of parameters for the MCMC scheme implemeting iterative expan- sions of the search space; for more details see iterativeMCMC; list(posterior = 0.5, softlimit = 9, mergetype = "skeleton", accum = FALSE, plus1it = NULL, addspace = NULL, alphainit = NULL) cpdag logical, if TRUE the CPDAG returned by the PC algorithm will be used as the search space, if FALSE (default) the full undirected skeleton will be used as the search space hardlimit integer, limit on the size of parent sets in the search space; by default 14 when MAP=TRUE and 20 when MAP=FALSE Value Depending on the value or the parameter algorithm returns an object of class orderMCMC or iterativeMCMC which contains log-score trace of sampled DAGs as well as adjacency matrix of the maximum scoring DAG(s), its score and the order or partition score. The output can optionally include DAGs sampled in MCMC iterations and the score tables. Optional output is regulated by the parameters chainout and scoreout. See orderMCMC class, iterativeMCMC class for a detailed description of the classes’ structures. Note see also extractor functions getDAG, getTrace, getSpace, getMCMCscore. Author(s) Polina Suter, Jack Kuipers, the code partly derived from the order MCMC implementation from Kuipers J, Moffa G (2017) <doi:10.1080/01621459.2015.1133426> References P. Suter, J. Kuipers, G. Moffa, N.Beerenwinkel (2023) <doi:10.18637/jss.v105.i09> Friedman N and Koller D (2003). A Bayesian approach to structure discovery in bayesian networks. Machine Learning 50, 95-125. Kalisch M, Maechler M, Colombo D, Maathuis M and Buehlmann P (2012). Causal inference using graphical models with the R package pcalg. Journal of Statistical Software 47, 1-26. Geiger D and Heckerman D (2002). Parameter priors for directed acyclic graphical models and the characterization of several probability distributions. The Annals of Statistics 30, 1412-1440. Kuipers J, Moffa G and Heckerman D (2014). Addendum on the scoring of Gaussian acyclic graphical models. The Annals of Statistics 42, 1689-1691. Spirtes P, Glymour C and Scheines R (2000). Causation, Prediction, and Search, 2nd edition. The MIT Press. m2graph 35 Examples ## Not run: myScore<-scoreparameters("bge",Boston) mapfit<-learnBN(myScore,"orderIter") summary(mapfit) plot(mapfit) ## End(Not run) m2graph Deriving a graph from an adjacancy matrix Description This function derives a graph object corresponding to an adjacency matrix Usage m2graph(adj, nodes = NULL) Arguments adj square adjacency matrix with elements in {0,1}, representing a graph nodes (optional) labels of the nodes, c(1:n) are used by default Value object of class graphNEL (package ‘graph’); if element adj[i,j] equals 1, then there is a directed edge from node i to node j in the graph, and no edge otherwise Examples m2graph(Asiamat) mapping mapping dataset Description A data frame containing mapping between names of genes used in kirp/kirc data sets and names used in STRING interactions list (see interactions). Usage mapping 36 modelp Format A data frame with 46 rows and two columns: • queryItem character, name used for structure learning • preferredName character, name used in STRING interactions data set Source https://string-db.org/ modelp Estimating a graph corresponding to a posterior probability threshold Description This function constructs a directed graph (not necessarily acyclic) including all edges with a poste- rior probability above a certain threshold. The posterior probability is evaluated as the Monte Carlo estimate from a sample of DAGs obtained via an MCMC scheme. Usage modelp(MCMCchain, p, pdag = FALSE, burnin = 0.2) Arguments MCMCchain object of class partitionMCMC, orderMCMC or iterativeMCMC, representing the output of structure sampling function partitionMCMC or orderMCMC (the latter when parameter chainout=TRUE; p threshold such that only edges with a higher posterior probability will be re- tained in the directed graph summarising the sample of DAGs pdag logical, if TRUE (FALSE by default) all DAGs in the MCMCchain are first converted to equivalence class (CPDAG) before the averaging burnin number between 0 and 1, indicates the percentage of the samples which will be the discarded as ‘burn-in’ of the MCMC chain; the rest of the samples will be used to calculate the posterior probabilities; 0.2 by default Value a square matrix with dimensions equal to the number of variables representing the adjacency matrix of the directed graph summarising the sample of DAGs Author(s) Polina Suter orderMCMC 37 Examples Bostonscore<-scoreparameters("bge", Boston) ## Not run: partfit<-sampleBN(Bostonscore, "partition") hdag<-modelp(partfit, p=0.9) ## End(Not run) orderMCMC Structure learning with the order MCMC algorithm Description This function implements the order MCMC algorithm for the structure learning of Bayesian net- works. This function can be used for MAP discovery and for sampling from the posterior distribu- tion of DAGs given the data. Due to the superexponential size of the search space as the number of nodes increases, the MCMC search is performed on a reduced search space. By default the search space is limited to the skeleton found through the PC algorithm by means of conditional indepen- dence tests (using the functions skeleton and pc from the ‘pcalg’ package [Kalisch et al, 2012]). It is also possible to define an arbitrary search space by inputting an adjacency matrix, for example estimated by partial correlations or other network algorithms. Also implemented is the possibil- ity to expand the default or input search space, by allowing each node in the network to have one additional parent. This offers improvements in the learning and sampling of Bayesian networks. Usage orderMCMC( scorepar, MAP = TRUE, plus1 = TRUE, chainout = FALSE, scoreout = FALSE, moveprobs = NULL, iterations = NULL, stepsave = NULL, alpha = 0.05, cpdag = FALSE, gamma = 1, hardlimit = ifelse(plus1, 14, 20), verbose = FALSE, compress = TRUE, startspace = NULL, blacklist = NULL, startorder = NULL, scoretable = NULL ) 38 orderMCMC ## S3 method for class 'orderMCMC' plot( x, ..., burnin = 0.2, main = "DAG logscores", xlab = "iteration", ylab = "logscore", type = "l", col = "#0c2c84" ) ## S3 method for class 'orderMCMC' print(x, ...) ## S3 method for class 'orderMCMC' summary(object, ...) Arguments scorepar an object of class scoreparameters, containing the data and score parameters, see constructor function scoreparameters MAP logical, if TRUE (default) the search targets the MAP DAG (a DAG with max- imum score), if FALSE at each MCMC step a DAG is sampled from the order proportionally to its score plus1 logical, if TRUE (default) the search is performed on the extended search space chainout logical, if TRUE the saved MCMC steps are returned, TRUE by default scoreout logical, if TRUE the search space and score tables are returned, FALSE by de- fault moveprobs a numerical vector of 4 values in {0,1} corresponding to the probabilities of the following MCMC moves in the order space • exchanging 2 random nodes in the order • exchanging 2 adjacent nodes in the order • placing a single node elsewhere in the order • staying still iterations integer, the number of MCMC steps, the default value is 6n2 log n stepsave integer, thinning interval for the MCMC chain, indicating the number of steps between two output iterations, the default is iterations/1000 alpha numerical significance value in {0,1} for the conditional independence tests at the PC algorithm stage cpdag logical, if TRUE the CPDAG returned by the PC algorithm will be used as the search space, if FALSE (default) the full undirected skeleton will be used as the search space gamma tuning parameter which transforms the score by raising it to this power, 1 by default orderMCMC 39 hardlimit integer, limit on the size of parent sets in the search space; by default 14 when MAP=TRUE and 20 when MAP=FALSE verbose logical, if TRUE messages about the algorithm’s progress will be printed, FALSE by default compress logical, if TRUE adjacency matrices representing sampled graphs will be stored as a sparse Matrix (recommended); TRUE by default startspace (optional) a square matrix, of dimensions equal to the number of nodes, which defines the search space for the order MCMC in the form of an adjacency ma- trix. If NULL, the skeleton obtained from the PC-algorithm will be used. If startspace[i,j] equals to 1 (0) it means that the edge from node i to node j is included (excluded) from the search space. To include an edge in both direc- tions, both startspace[i,j] and startspace[j,i] should be 1. blacklist (optional) a square matrix, of dimensions equal to the number of nodes, which defines edges to exclude from the search space. If blacklist[i,j] equals to 1 it means that the edge from node i to node j is excluded from the search space. startorder (optional) integer vector of length n, which will be used as the starting order in the MCMC algorithm, the default order is random scoretable (optional) object of class scorespace containing list of score tables calculated for example by the last iteration of the function iterativeMCMC. When not NULL, parameter startspace is ignored. x object of class ’orderMCMC’ ... ignored burnin number between 0 and 1, indicates the percentage of the samples which will be discarded as ‘burn-in’ of the MCMC chain; the rest of the samples will be used to calculate the posterior probabilities; 0.2 by default main name of the graph; "DAG logscores" by default xlab name of x-axis; "iteration" ylab name of y-axis; "logscore" type type of line in the plot; "l" by default col colour of line in the plot; "#0c2c84" by default object object of class ’orderMCMC’ Value Object of class orderMCMC, which contains log-score trace of sampled DAGs as well as adjacency matrix of the maximum scoring DAG, its score and the order score. The output can optionally include DAGs sampled in MCMC iterations and the score tables. Optional output is regulated by the parameters chainout and scoreout. See orderMCMC class for a detailed class structure. Note see also extractor functions getDAG, getTrace, getSpace, getMCMCscore. 40 orderMCMC class Author(s) Polina Suter, Jack Kuipers, the code partly derived from the order MCMC implementation from Kuipers J, Moffa G (2017) <doi:10.1080/01621459.2015.1133426> References P. Suter, J. Kuipers, G. Moffa, N.Beerenwinkel (2023) <doi:10.18637/jss.v105.i09> Friedman N and Koller D (2003). A Bayesian approach to structure discovery in bayesian networks. Machine Learning 50, 95-125. Kalisch M, Maechler M, Colombo D, Maathuis M and Buehlmann P (2012). Causal inference using graphical models with the R package pcalg. Journal of Statistical Software 47, 1-26. Geiger D and Heckerman D (2002). Parameter priors for directed acyclic graphical models and the characterization of several probability distributions. The Annals of Statistics 30, 1412-1440. Kuipers J, Moffa G and Heckerman D (2014). Addendum on the scoring of Gaussian acyclic graphical models. The Annals of Statistics 42, 1689-1691. Spirtes P, Glymour C and Scheines R (2000). Causation, Prediction, and Search, 2nd edition. The MIT Press. Examples ## Not run: #find a MAP DAG with search space defined by PC and plus1 neighbourhood Bostonscore<-scoreparameters("bge",Boston) #estimate MAP DAG orderMAPfit<-orderMCMC(Bostonscore) summary(orderMAPfit) #sample DAGs from the posterior distribution ordersamplefit<-orderMCMC(Bostonscore,MAP=FALSE,chainout=TRUE) plot(ordersamplefit) ## End(Not run) orderMCMC class orderMCMC class structure Description The structure of an object of S3 class orderMCMC. Details An object of class orderMCMC is a list containing at least the following components: • DAG: adjacency matrix of a maximum scoring DAG found/sampled in the MCMC scheme. • CPDAG: adjacency matrix representing equivalence class of a maximum scoring DAG found/sampled in MCMC. partitionMCMC 41 • score: score of a maximum scoring DAG found/sampled in MCMC. • maxorder: order of a maximum scoring DAG found/sampled in MCMC. • info: a list containing information about parameters and results of MCMC. • trace: a vector containing log-scores of sampled DAGs. Optional components: – traceadd: list which consists of three or four elements (depending on MCMC scheme used for sampling): * incidence: list containg adjacency matrices of sampled DAGs * order: list of orders from which the DAGs were sampled * orderscores: order log-scores – scoretable: object of class scorespace class Author(s) Polina Suter partitionMCMC DAG structure sampling with partition MCMC Description This function implements the partition MCMC algorithm for the structure learning of Bayesian net- works. This procedure provides an unbiased sample from the posterior distribution of DAGs given the data. The search space can be defined either by a preliminary run of the function iterativeMCMC or by a given adjacency matrix (which can be the full matrix with zero on the diagonal, to consider the entire space of DAGs, feasible only for a limited number of nodes). Usage partitionMCMC( scorepar, moveprobs = NULL, iterations = NULL, stepsave = NULL, alpha = 0.05, gamma = 1, verbose = FALSE, scoreout = FALSE, compress = TRUE, startspace = NULL, blacklist = NULL, scoretable = NULL, startDAG = NULL ) 42 partitionMCMC ## S3 method for class 'partitionMCMC' plot( x, ..., burnin = 0.2, main = "DAG logscores", xlab = "iteration", ylab = "logscore", type = "l", col = "#0c2c84" ) ## S3 method for class 'partitionMCMC' print(x, ...) ## S3 method for class 'partitionMCMC' summary(object, ...) Arguments scorepar an object of class scoreparameters, containing the data and scoring parame- ters; see constructor function scoreparameters. moveprobs (optional) a numerical vector of 5 values in {0,1} corresponding to the follow- ing MCMC move probabilities in the space of partitions: • swap any two elements from different partition elements • swap any two elements in adjacent partition elements • split a partition element or join one • move a single node into another partition element or into a new one • stay still iterations integer, the number of MCMC steps, the default value is 20n2 log n stepsave integer, thinning interval for the MCMC chain, indicating the number of steps between two output iterations, the default is iterations/1000 alpha numerical significance value in {0,1} for the conditional independence tests at the PC algorithm stage gamma tuning parameter which transforms the score by raising it to this power, 1 by default verbose logical, if set to TRUE (default) messages about progress will be printed scoreout logical, if TRUE the search space and score tables are returned, FALSE by de- fault compress logical, if TRUE adjacency matrices representing sampled graphs will be stored as a sparse Matrix (recommended); TRUE by default startspace (optional) a square matrix, of dimensions equal to the number of nodes, which defines the search space for the order MCMC in the form of an adjacency ma- trix; if NULL, the skeleton obtained from the PC-algorithm will be used. If startspace[i,j] equals to 1 (0) it means that the edge from node i to node j partitionMCMC 43 is included (excluded) from the search space. To include an edge in both direc- tions, both startspace[i,j] and startspace[j,i] should be 1. blacklist (optional) a square matrix, of dimensions equal to the number of nodes, which defines edges to exclude from the search space; if blacklist[i,j]=1 it means that the edge from node i to node j is excluded from the search space scoretable (optional) object of class scorespace containing list of score tables calculated for example by the last iteration of the function iterativeMCMC. When not NULL, parameter startspace is ignored startDAG (optional) an adjacency matrix of dimensions equal to the number of nodes, representing a DAG in the search space defined by startspace. If startspace is defined but startDAG is not, an empty DAG will be used by default x object of class ’partitionMCMC’ ... ignored burnin number between 0 and 1, indicates the percentage of the samples which will be discarded as ‘burn-in’ of the MCMC chain; the rest of the samples will be used to calculate the posterior probabilities; 0.2 by default main name of the graph; "DAG logscores" by default xlab name of x-axis; "iteration" ylab name of y-axis; "logscore" type type of line in the plot; "l" by default col colour of line in the plot; "#0c2c84" by default object object of class ’partitionMCMC’ Value Object of class partitionMCMC, which contains log-score trace as well as adjacency matrix of the maximum scoring DAG, its score and the order score. Additionally, returns all sampled DAGs (represented by their adjacency matrices), their scores, orders and partitions See partitionMCMC class. Note see also extractor functions getDAG, getTrace, getSpace, getMCMCscore. Author(s) Jack Kuipers, Polina Suter, the code partly derived from the partition MCMC implementation from Kuipers J, Moffa G (2017) <doi:10.1080/01621459.2015.1133426> References P. Suter, J. Kuipers, G. Moffa, N.Beerenwinkel (2023) <doi:10.18637/jss.v105.i09> Kuipers J and Moffa G (2017). Partition MCMC for inference on acyclic digraphs. Journal of the American Statistical Association 112, 282-299. 44 partitionMCMC class Geiger D and Heckerman D (2002). Parameter priors for directed acyclic graphical models and the characterization of several probability distributions. The Annals of Statistics 30, 1412-1440. Heckerman D and Geiger D (1995). Learning Bayesian networks: A unification for discrete and Gaussian domains. In Eleventh Conference on Uncertainty in Artificial Intelligence, pages 274-284. Kalisch M, Maechler M, Colombo D, Maathuis M and Buehlmann P (2012). Causal inference using graphical models with the R package pcalg. Journal of Statistical Software 47, 1-26. Kuipers J, Moffa G and Heckerman D (2014). Addendum on the scoring of Gaussian directed acyclic graphical models. The Annals of Statistics 42, 1689-1691. Examples ## Not run: myScore<-scoreparameters("bge", Boston) partfit<-partitionMCMC(myScore) plot(partfit) ## End(Not run) partitionMCMC class partitionMCMC class structure Description The structure of an object of S3 class partitionMCMC. Details An object of class partitionMCMC is a list containing at least the following components: • DAG: adjacency matrix of a maximum scoring DAG found/sampled in the MCMC scheme. • CPDAG: adjacency matrix representing equivalence class of a maximum scoring DAG found/sampled in MCMC. • score: score of a maximum scoring DAG found/sampled in MCMC. • maxorder: order of a maximum scoring DAG found/sampled in MCMC. • info: a list containing information about parameters and results of MCMC. • trace: a vector containing log-scores of sampled DAGs. Optional components: – traceadd: list which consists of three or four elements (depending on MCMC scheme used for sampling): * incidence: list containg adjacency matrices of sampled DAGs * order: list of orders from which the DAGs were sampled * partition: list of partition from which the DAGs were sampled * partitionscores: partition log-scores – scoretable: object of class scorespace class plot2in1 45 Author(s) Polina Suter plot2in1 Highlighting similarities between two graphs Description This function plots nodes and edges from two graphs in one and indicates similarities between these graphs. Usage plot2in1(graph1, graph2, name1 = NULL, name2 = NULL, bidir = FALSE, ...) Arguments graph1 binary adjacency matrix of a graph graph2 binary adjacency matrix of a graph, column names should coincide with column names of ’graph1’ name1 character, custom name for ’graph1’; when NULL no legend will be plotted name2 character, custom name for ’graph2’ bidir logical, defines if arrows of bidirected edges are drawn; FALSE by defauls. ... optional parameters passed to Rgraphviz plotting functions e.g. main, fontsize Value plots the graph which includes nodes and edges two graphs; nodes which are connected to at least one other node in both graphs are plotted only once and coloured orange, edges which are shared by two graphs are coloured orange; all other nodes and edges a plotted once for each ’graph1’ and ’graph2’ and coloured blue and green accordingly. Author(s) Polina Suter 46 plotDBN plotDBN Plotting a DBN Description This function can be used for plotting initial and transition structures of a dynamic Bayesian net- work. Usage plotDBN(DBN, struct = c("init", "trans"), b = 0, shape = "circle", ...) Arguments DBN binary matrix (or a graph object) representing a 2-step DBN (compact or un- rolled) struct option used to determine if the initial or the transition structure should be plot- ted; acceptable values are init or trans b number of static variables in the DBN, 0 by default; note that for function to work correctly all static variables have to be in the first b columns of the matrix shape string, defining the shape of the box around each node; possible values are circle, ellipse, box ... optional parameters passed to Rgraphviz plotting functions e.g. main, fontsize Value plots the DBN defined by the adjacency matrix ’DBN’ and number of static and dynamic variables. When ’struct’ equals "trans" the transition structure is plotted, otherwise initial structure is plotted Author(s) Polina Suter Examples plotDBN(DBNmat, "init", b=3) plotDBN(DBNmat, "trans", b=3) plotdiffs 47 plotdiffs Plotting difference between two graphs Description This function plots edges from two graphs in one and indicates similarities and differences between these graphs. It is also possible to use this function for plotting mistakes in estimated graph when the ground truth graph is known. Usage plotdiffs( graph1, graph2, estimated = TRUE, name1 = "graph1", name2 = "graph2", clusters = NULL, ... ) Arguments graph1 object of class graphNEL or its adjacency matrix graph2 object of class graphNEL or its adjacency matrix estimated logical, indicates if graph1 is estimated graph and graph2 is ground truth DAG, TRUE by default; this affects the legend and colouring of the edges name1 character, custom name for ’graph1’ name2 character, custom name for ’graph2’ clusters (optional) a list of nodes to be represented on the graph as clusters ... optional parameters passed to Rgraphviz plotting functions e.g. main, fontsize Value plots the graph which includes edges from graph1 and graph2; edges which are different in graph1 compared to graph2 are coloured according to the type of a difference Author(s) Polina Suter 48 plotdiffsDBN Examples Asiascore<-scoreparameters("bde",Asia) Asiamap<-orderMCMC(Asiascore) plotdiffs(Asiamap$DAG,Asiamat) Asiacp<-pcalg::dag2cpdag(m2graph(Asiamat)) mapcp<-pcalg::dag2cpdag(m2graph(Asiamap$DAG)) plotdiffs(mapcp,Asiacp) plotdiffsDBN Plotting difference between two DBNs Description This function plots an estimated DBN such that the edges which are different to the ground truth DBN are highlighted. Usage plotdiffsDBN( eDBN, trueDBN, struct = c("init", "trans"), b = 0, showcl = TRUE, orientation = "TB", ... ) Arguments eDBN object of class graphNEL (or its adjacency matrix), representing estimated struc- ture (not necessarily acyclic) to be compared to the ground truth graph trueDBN object of class graphNEL (or its adjacency matrix), representing the ground truth structure (not necessarily acyclic) struct option used to determine if the initial or the transition structure should be plot- ted; accaptable values are init or trans b number of static variables in one time slice of a DBN; note that for function to work correctly all static variables have to be in the first b columns of the matrix showcl logical, when TRUE (default) nodes are shown in clusters according to the time slice the belong to orientation orientation of the graph layout, possible options are ’TB’ (top-bottom) and ’LR’ (left-right) ... optional parameters passed to Rgraphviz plotting functions e.g. main, fontsize plotpcor 49 Value plots the graph highlights differences between ’eDBN’ (estimated DBN) and ’trueDBN’ (ground truth); edges which are different in ’eDBN’ compared to ’trueDBN’ are coloured according to the type of a difference: false-positive, false-negative and error in direction. Author(s) Polina Suter Examples dbnscore<-scoreparameters("bge",DBNdata, dbnpar = list(samestruct=TRUE, slices=5, b=3), DBN=TRUE) ## Not run: orderDBNfit<-learnBN(dbnscore,algorithm="order") iterDBNfit<-learnBN(dbnscore,algorithm="orderIter") plotdiffsDBN(getDAG(orderDBNfit),DBNmat,struct="trans",b=3) plotdiffsDBN(getDAG(iterDBNfit),DBNmat,struct="trans",b=3) ## End(Not run) plotpcor Comparing posterior probabilitites of single edges Description This function can be used to compare posterior probabilities of edges in a graph Usage plotpcor(pmat, highlight = 0.3, printedges = FALSE, cut = 0.05, ...) Arguments pmat a list of square matrices, representing posterior probabilities of single edges in a Bayesian network; see edgep for obtaining such a matrix from a single MCMC run highlight numeric, defines maximum acceptable difference between posterior probabili- ties of an edge in two samples; points corresponding to higher differences are highlighted in red printedges when TRUE the function also returns squared correlation and RMSE of posterior probabilities higher than the value defined by the argument ’cut’ as well as the list of all edges whose posterior probabilities in the first two matrices differ more than ’highlight’; FALSE by default cut numeric value corresponding to a minimum posterior probabilitity which is included into calculation of squared correlation and MSE when ’printedges’ equals TRUE 50 plotpedges ... prameters passed further to the plot function (e.g. xlab, ylab, main) in case when the length of pmat equals 2 Value plots concordance of posterior probabilitites of single edges based on several matrices (minimum 2 matrices); highlights the edges whose posterior probabilities in a pair of matrices differ by more than ’highlight’; when ’printedges’ set to TRUE, the function returns also squared correlation and RMSE of posterior probabilities higher than the value defined by the argument ’cut’ as well as the list of all edges whose posterior probabilities in the first two matrices differ by more than ’highlight’. Author(s) Polina Suter Examples Asiascore<-scoreparameters("bde", Asia) ## Not run: orderfit<-list() orderfit[[1]]<-sampleBN(Asiascore,algorithm="order") orderfit[[2]]<-sampleBN(Asiascore,algorithm="order") orderfit[[3]]<-sampleBN(Asiascore,algorithm="order") pedges<-lapply(orderfit,edgep,pdag=TRUE) plotpcor(pedges, xlab="run1", ylab="run2",printedges=TRUE) ## End(Not run) plotpedges Plotting posterior probabilities of single edges Description This function plots posterior probabilities of all possible edges in the graph as a function of MCMC iterations. It can be used for convergence diagnostics of MCMC sampling algorithms order MCMC and partition MCMC. Usage plotpedges( MCMCtrace, cutoff = 0.2, pdag = FALSE, onlyedges = NULL, highlight = NULL, ... ) sampleBN 51 Arguments MCMCtrace an object of class MCMCres cutoff number representing a threshold of posterior probability below which lines will not be plotted pdag logical, when true DAGs in a sample will be first coverted to CPDAGs onlyedges (optional) binary matrix, only edges corresponding to entries which equal 1 will be plotted highlight (optional) binary matrix, edges corresponding to entries which equal 1 are high- lighted with "red" ... (optional) parameters passed to the plot function Value plots posterior probabilities of edges in the graph as a function of MCMC iterations Author(s) Polina Suter Examples score100<-scoreparameters("bde", Asia[1:100,]) orderfit100<-orderMCMC(score100,plus1=TRUE,chainout=TRUE) ## Not run: score5000<-scoreparameters("bde", Asia) orderfit5000<-orderMCMC(score5000,plus1=TRUE,chainout=TRUE) plotpedges(orderfit100, pdag=TRUE) plotpedges(orderfit5000, pdag=TRUE) ## End(Not run) sampleBN Bayesian network structure sampling from the posterior distribution Description This function can be used for structure sampling using three different MCMC schemes. Order MCMC scheme (algorithm="order") is the most computationally efficient however it imposes a non-uniform prior in the space of DAGs. Partition MCMC (algorithm="partition") is less computationally efficient and requires more iterations to reach convergence, however it implements sampling using a uniform prior in the space of DAGs. Due to the superexponential size of the search space as the number of nodes increases, the MCMC search is performed on a reduced search space. By default the search space is limited to the skeleton found through the PC algorithm by means of conditional independence tests (using the functions skeleton and pc from the ‘pcalg’ package [Kalisch et al, 2012]). It is also possible to define an arbitrary search space by inputting an adjacency matrix, for example estimated by partial correlations or other network algorithms. 52 sampleBN Also implemented is the possibility to expand the default or input search space, by allowing each node in the network to have one additional parent. This offers improvements in the learning and sampling of Bayesian networks. The iterative MCMC scheme (algorithm="orderIter") allows for iterative expansions of the search space. This is useful in cases when the initial search space is poor in a sense that it contains only a limited number of true positive edges. Iterative expansions of the search space efficiently solve this issue. However this scheme requires longer runtimes due to the need of running multiple consecutive MCMC chains. This function is a wrapper for the three individual structure learning and sampling functions that implement each of the described algorithms; for details see orderMCMC, partitionMCMC,iterativeMCMC. Usage sampleBN( scorepar, algorithm = c("order", "orderIter", "partition"), chainout = TRUE, scoreout = FALSE, alpha = 0.05, moveprobs = NULL, iterations = NULL, stepsave = NULL, gamma = 1, verbose = FALSE, compress = TRUE, startspace = NULL, blacklist = NULL, scoretable = NULL, startpoint = NULL, plus1 = TRUE, cpdag = FALSE, hardlimit = 12, iterpar = list(posterior = 0.5, softlimit = 9, mergetype = "skeleton", accum = FALSE, plus1it = NULL, addspace = NULL, alphainit = NULL) ) Arguments scorepar an object of class scoreparameters, containing the data and score parameters, see constructor function scoreparameters algorithm MCMC scheme to be used for sampling from posterior distribution; possible options are "order" (orderMCMC), "orderIter" (iterativeMCMC) or "partition" (partitionMCMC) chainout logical, if TRUE the saved MCMC steps are returned, TRUE by default scoreout logical, if TRUE the search space and score tables are returned, FALSE by de- fault alpha numerical significance value in {0,1} for the conditional independence tests at the PC algorithm stage sampleBN 53 moveprobs a numerical vector of 4 (for "order" and "orderIter" algorithms) or 5 values (for "partition" algorithm) representing probabilities of the different moves in the space of order and partitions accordingly. The moves are described in the corre- sponding algorithm specific functions orderMCMC and partitionMCMC iterations integer, the number of MCMC steps, the default value is 6n2 log n orderMCMC, 20n2 log n for partitionMCMC and 3.5n2 log n for iterativeMCMC; where n is the number of nodes in the Bayesian network stepsave integer, thinning interval for the MCMC chain, indicating the number of steps between two output iterations, the default is iterations/1000 gamma tuning parameter which transforms the score by raising it to this power, 1 by default verbose logical, if TRUE messages about the algorithm’s progress will be printed, FALSE by default compress logical, if TRUE adjacency matrices representing sampled graphs will be stored as a sparse Matrix (recommended); TRUE by default startspace (optional) a square sparse or ordinary matrix, of dimensions equal to the number of nodes, which defines the search space for the order MCMC in the form of an adjacency matrix. If NULL, the skeleton obtained from the PC-algorithm will be used. If startspace[i,j] equals to 1 (0) it means that the edge from node i to node j is included (excluded) from the search space. To include an edge in both directions, both startspace[i,j] and startspace[j,i] should be 1. blacklist (optional) a square sparse or ordinary matrix, of dimensions equal to the number of nodes, which defines edges to exclude from the search space. If blacklist[i,j] equals to 1 it means that the edge from node i to node j is excluded from the search space. scoretable (optional) object of class scorespace containing list of score tables calculated for example by the last iteration of the function iterativeMCMC. When not NULL, parameter startspace is ignored. startpoint (optional) integer vector of length n (representing an order when algorithm="order" or algorithm="orderIter") or an adjacency matrix or sparse adjacency ma- trix (representing a DAG when algorithm="partition"), which will be used as the starting point in the MCMC algorithm, the default starting point is random plus1 logical, if TRUE (default) the search is performed on the extended search space; only changable for orderMCMC; for other algorithms is fixed to TRUE cpdag logical, if TRUE the CPDAG returned by the PC algorithm will be used as the search space, if FALSE (default) the full undirected skeleton will be used as the search space hardlimit integer, limit on the size of parent sets in the search space; iterpar addition list of parameters for the MCMC scheme implemeting iterative expan- sions of the search space; for more details see iterativeMCMC; list(posterior = 0.5, softlimit = 9, mergetype = "skeleton", accum = FALSE, plus1it = NULL, addspace = NULL, alphainit = NULL) 54 sampleBN Value Depending on the value or the parameter algorithm returns an object of class orderMCMC, partitionMCMC or iterativeMCMC which contains log-score trace of sampled DAGs as well as adjacency matrix of the maximum scoring DAG(s), its score and the order or partition score. The output can op- tionally include DAGs sampled in MCMC iterations and the score tables. Optional output is regu- lated by the parameters chainout and scoreout. See orderMCMC class, partitionMCMC class, iterativeMCMC class for a detailed description of the classes’ structures. Note see also extractor functions getDAG, getTrace, getSpace, getMCMCscore. Author(s) Polina Suter, Jack Kuipers, the code partly derived from the order MCMC implementation from Kuipers J, Moffa G (2017) <doi:10.1080/01621459.2015.1133426> References P. Suter, J. Kuipers, G. Moffa, N.Beerenwinkel (2023) <doi:10.18637/jss.v105.i09> Friedman N and Koller D (2003). A Bayesian approach to structure discovery in bayesian networks. Machine Learning 50, 95-125. Kalisch M, Maechler M, Colombo D, Maathuis M and Buehlmann P (2012). Causal inference using graphical models with the R package pcalg. Journal of Statistical Software 47, 1-26. Geiger D and Heckerman D (2002). Parameter priors for directed acyclic graphical models and the characterization of several probability distributions. The Annals of Statistics 30, 1412-1440. Kuipers J, Moffa G and Heckerman D (2014). Addendum on the scoring of Gaussian acyclic graphical models. The Annals of Statistics 42, 1689-1691. Spirtes P, Glymour C and Scheines R (2000). Causation, Prediction, and Search, 2nd edition. The MIT Press. Examples ## Not run: Asiascore <- scoreparameters("bde", Asia) iterativefit <- learnBN(Asiascore, algorithm = "orderIter") orderfit <- sampleBN(Asiascore, scoretable = iterativefit) myScore<-scoreparameters("bge",Boston) MCMCchains<-list() MCMCchains[[1]]<-sampleBN(myScore,"partition") MCMCchains[[2]]<-sampleBN(myScore,"partition") edge_posterior<-lapply(MCMCchains,edgep,pdag=TRUE) plotpcor(edge_posterior) ## End(Not run) samplecomp 55 samplecomp Performance assessment of sampling algorithms against a known Bayesian network Description This function compute 8 different metrics of structure fit of an object of classes orderMCMC and partitionMCMC to the ground truth DAG (or CPDAG). First posterior probabilities of single edges are calculated based on a sample stores in the object of class orderMCMC or partitionMCMC. This function computes structure fit of each of the consensus graphs to the ground truth one based on a defined range of posterior thresholds. Computed metrics include: TP, FP, TPR, FPR, FPRn, FDR, SHD. See metrics description in see also compareDAGs. Usage samplecomp( MCMCchain, truedag, p = c(0.99, 0.95, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2), pdag = TRUE, burnin = 0.2, trans = TRUE ) ## S3 method for class 'samplecomp' plot(x, ..., vars = c("FP", "TP"), type = "b", col = "blue", showp = NULL) ## S3 method for class 'samplecomp' print(x, ...) ## S3 method for class 'samplecomp' summary(object, ...) Arguments MCMCchain an object of class partitionMCMC or orderMCMC, representing the output of structure sampling function partitionMCMC or orderMCMC (the latter when pa- rameter chainout=TRUE; truedag ground truth DAG which generated the data used in the search procedure; rep- resented by an object of class graphNEL p a vector of numeric values between 0 and 1, defining posterior probabilities ac- cording to which the edges of assessed structures are drawn, please note very low barriers can lead to very dense structures; by default p = c(0.99, 0.95, 0.9, 0.8, 0.7, 0.6, 0.5, 0.4, 0.3, 0.2) pdag logical, if TRUE (default) all DAGs in the MCMCchain are first converted to equivalence class (CPDAG) before the averaging 56 samplecomp burnin number between 0 and 1, indicates the percentage of the samples which will be the discarded as ‘burn-in’ of the MCMC chain; the rest of the samples will be used to calculate the posterior probabilities; 0.2 by default trans logical, for DBNs indicates if model comparions are performed for transition structure; when trans equals FALSE the comparison is performed for initial structures of estimated models and the ground truth DBN; for usual BNs the parameter is disregarded x object of class ’samplecomp’ ... ignored vars a tuple of variables which will be used for ’x’ and ’y’ axes; possible values: "SHD", "TP", "FP", "TPR", "FPR", "FPRn", "FDR" type type of line in the plot; "b" by default col colour of line in the plotl; "blue" by default showp logical, defines if points are labelled with the posterior threshold corresponding to the assessed model object object of class ’samplecomp’ Value an object if class samplesim, a matrix with the number of rows equal to the number of elements in ’p’, and 8 columns reporting for the consensus graphss (corresponfing to each of the values in ’p’) the number of true positive edges (’TP’), the number of false positive edges (’FP’), the number of false negative edges (’FN’), the true positive rate (’TPR’), the structural Hamming distance (’SHD’), false positive rate (’FPR’), false discovery rate (’FDR’) and false positive rate normalized by TP+FN (’FPRn’). Author(s) Polina Suter Examples gsim.score<-scoreparameters("bge", gsim) ## Not run: MAPestimate<-learnBN(gsim.score,"orderIter",scoreout=TRUE) ordersample<-sampleBN(gsim.score, "order", scoretable=getSpace(MAPestimate)) samplecomp(ordersample, gsimmat) ## End(Not run) scoreagainstDAG 57 scoreagainstDAG Calculating the score of a sample against a DAG Description This function calculates the score of a given sample against a DAG represented by its incidence matrix. Usage scoreagainstDAG( scorepar, incidence, datatoscore = NULL, marginalise = FALSE, onlymain = FALSE, bdecatCvec = NULL ) Arguments scorepar an object of class scoreparameters; see constructor function scoreparameters incidence a square matrix of dimensions equal to the number of variables with entries in {0,1}, representing the adjacency matrix of the DAG against which the score is calculated datatoscore (optional) a matrix (vector) containing binary (for BDe score) or continuous (for the BGe score) observations (or just one observation) to be scored; the number of columns should be equal to the number of variables in the Bayesian network, the number of rows should be equal to the number of observations; by default all data from scorepar parameter is used marginalise (optional for continuous data) defines, whether to use the posterior mean for scoring (default) or to marginalise over the posterior distribution (more compu- tationally costly) onlymain (optional), defines the the score is computed for nodes excluding ’bgnodes’; FALSE by default bdecatCvec (optional for categorical data) Value the log of the BDe/BGe score of given observations against a DAG Author(s) Jack Kuipers, Polina Suter 58 scoreagainstDBN References Heckerman D and Geiger D, (1995). Learning Bayesian networks: A unification for discrete and Gaussian domains. In Eleventh Conference on Uncertainty in Artificial Intelligence, pages 274-284, 1995. Examples Asiascore<-scoreparameters("bde", Asia[1:100,]) #we wish to score only first 100 observations scoreagainstDAG(Asiascore, Asiamat) scoreagainstDBN Score against DBN Description Scoring observations against a DBN structure Usage scoreagainstDBN( scorepar, incidence, datatoscore = NULL, marginalise = FALSE, onlymain = FALSE, datainit = NULL ) Arguments scorepar object of class ’scoreparameters’ incidence adjacency matrix of a DAG datatoscore matrix or vector containing observations to be scored marginalise (logical) should marginal score be used? onlymain (logical) should static nodes be included in the score? datainit optional, in case of unbalanced design, the mean score of available samples for T0 are computed Value vector of log-scores Author(s) Polina Suter scoreparameters 59 scoreparameters Initializing score object Description This function returns an object of class scoreparameters containing the data and parameters needed for calculation of the BDe/BGe score, or a user defined score. Usage scoreparameters( scoretype = c("bge", "bde", "bdecat", "usr"), data, bgepar = list(am = 1, aw = NULL, edgepf = 1), bdepar = list(chi = 0.5, edgepf = 2), bdecatpar = list(chi = 0.5, edgepf = 2), dbnpar = list(samestruct = TRUE, slices = 2, b = 0, stationary = TRUE, rowids = NULL, datalist = NULL, learninit = TRUE), usrpar = list(pctesttype = c("bge", "bde", "bdecat")), mixedpar = list(nbin = 0), MDAG = FALSE, DBN = FALSE, weightvector = NULL, bgnodes = NULL, edgepmat = NULL, nodeslabels = NULL ) ## S3 method for class 'scoreparameters' print(x, ...) ## S3 method for class 'scoreparameters' summary(object, ...) Arguments scoretype the score to be used to assess the DAG structure: "bge" for Gaussian data, "bde" for binary data, "bdecat" for categorical data, "usr" for a user defined score; when "usr" score is chosen, one must define a function (which evaluates the log score of a node given its parents) in the following format: usrDAG- corescore(j,parentnodes,n,param), where ’j’ is node to be scores, ’parentnodes’ are the parents of this node, ’n’ number of nodes in the netwrok and ’param’ is an object of class ’scoreparameters’ data the data matrix with n columns (the number of variables) and a number of rows equal to the number of observations bgepar a list which contains parameters for BGe score: 60 scoreparameters • am (optional) a positive numerical value, 1 by default • aw (optional) a positive numerical value should be more than n+1, n+am+1 by default • edgepf (optional) a positive numerical value providing the edge penaliza- tion factor to be combined with the BGe score, 1 by default (no penaliza- tion) bdepar a list which contains parameters for BDe score for binary data: • chi (optional) a positive number of prior pseudo counts used by the BDe score, 0.5 by default • edgepf (optional) a positive numerical value providing the edge penaliza- tion factor to be combined with the BDe score, 2 by default bdecatpar a list which contains parameters for BDe score for categorical data: • chi (optional) a positive number of prior pseudo counts used by the BDe score, 0.5 by default • edgepf (optional) a positive numerical value providing the edge penaliza- tion factor to be combined with the BDe score, 2 by default dbnpar which type of score to use for the slices • samestruct logical, when TRUE the structure of the first time slice is as- sumed to be the same as internal structure of all other time slices • slices integer representing the number of time slices in a DBN • b the number of static variables; all static variables have to be in the first b columns of the data; for DBNs static variables have the same meaning as bgnodes for usual Bayesian networks; for DBNs parameters parameter bgnodes is ignored • rowids optional vector of time IDs; usefull for identifying data for initial time slice • datalist indicates is data is passed as a list for a two step DBN; useful for unbalanced number of samples in timi slices usrpar a list which contains parameters for the user defined score • pctesttype (optional) conditional independence test ("bde","bge","bdecat") mixedpar a list which contains parameters for the BGe and BDe score for mixed data • nbin a positive integer number of binary nodes in the network (the binary nodes are always assumed in first nbin columns of the data) MDAG logical, when TRUE the score is initialized for a model with multiple sets of parameters but the same structure DBN logical, when TRUE the score is initialized for a dynamic Baysian network; FALSE by default weightvector (optional) a numerical vector of positive values representing the weight of each observation; should be NULL(default) for non-weighted data bgnodes (optional) a vector that contains column indices in the data defining the nodes that are forced to be root nodes in the sampled graphs; root nodes are nodes which have no parents but can be parents of other nodes in the network; in case of DBNs bgnodes represent static variables and defined via element b of the parameters dbnpar; parameter bgnodes is ignored for DBNs scorespace 61 edgepmat (optional) a matrix of positive numerical values providing the per edge penal- ization factor to be added to the score, NULL by default nodeslabels (optional) a vector of characters which denote the names of nodes in the Bayesian network; by default column names of the data will be taken x object of class ’scoreparameters’ ... ignored object object of class ’scoreparameters’ Value an object of class scoreparameters, which includes all necessary information for calculating the BDe/BGe score Author(s) Polina Suter, Jack kuipers References Geiger D and Heckerman D (2002). Parameter priors for directed acyclic graphical models and the characterization of several probability distributions. The Annals of Statistics 30, 1412-1440. Kuipers J, Moffa G and Heckerman D (2014). Addendum on the scoring of Gaussian acyclic graphical models. The Annals of Statistics 42, 1689-1691. Heckerman D and Geiger D (1995). Learning Bayesian networks: A unification for discrete and Gaussian domains. In Eleventh Conference on Uncertainty in Artificial Intelligence, pages 274-284. Scutari M (2016). An Empirical-Bayes Score for Discrete Bayesian Networks. Journal of Machine Learning Research 52, 438-448 Examples myDAG<-pcalg::randomDAG(20, prob=0.15, lB = 0.4, uB = 2) myData<-pcalg::rmvDAG(200, myDAG) myScore<-scoreparameters("bge", myData) scorespace Prints ’scorespace’ object Description Prints ’scorespace’ object Summary of object of class ’scorespace’ 62 scorespace Usage scorespace( scorepar, alpha = 0.05, hardlimit = 14, plus1 = TRUE, cpdag = TRUE, startspace = NULL, blacklist = NULL, verbose = FALSE ) ## S3 method for class 'scorespace' print(x, ...) ## S3 method for class 'scorespace' summary(object, ...) Arguments scorepar an object of class scoreparameters, containing the data and score scorepareters, see constructor function scoreparameters alpha numerical significance value in {0,1} for the conditional independence tests at the PC algorithm stage (by default 0.4 for n < 50, 20/n for n > 50) hardlimit integer, limit on the size of parent sets in the search space; by default 14 when MAP=TRUE and 20 when MAP=FALSE plus1 logical, if TRUE (default) the search is performed on the extended search space cpdag logical, if TRUE the CPDAG returned by the PC algorithm will be used as the search space, if FALSE (default) the full undirected skeleton will be used as the search space startspace (optional) a square matrix, of dimensions equal to the number of nodes, which defines the search space for the order MCMC in the form of an adjacency ma- trix. If NULL, the skeleton obtained from the PC-algorithm will be used. If startspace[i,j] equals to 1 (0) it means that the edge from node i to node j is included (excluded) from the search space. To include an edge in both direc- tions, both startspace[i,j] and startspace[j,i] should be 1. blacklist (optional) a square matrix, of dimensions equal to the number of nodes, which defines edges to exclude from the search space. If blacklist[i,j] equals to 1 it means that the edge from node i to node j is excluded from the search space. verbose logical, if TRUE messages about the algorithm’s progress will be printed, FALSE by default x object of class ’scorespace’ ... ignored object object of class ’scorespace’ scorespace class 63 Value Object of class scorespace, a list of three objects: ’adjacency’ matrix representiong the search space, ’blacklist’ used to exclude edges from the search space and ’tables’ containing score quanti- ties for each node needed to run MCMC schemes Author(s) Polina Suter, Jack Kuipers References Friedman N and Koller D (2003). A Bayesian approach to structure discovery in bayesian networks. Machine Learning 50, 95-125. Examples #' #find a MAP DAG with search space defined by PC and plus1 neighbourhood Bostonscore<-scoreparameters("bge",Boston) Bostonspace<-scorespace(Bostonscore, 0.05, 14) ## Not run: orderfit<-orderMCMC(Bostonscore, scoretable=Bostonspace) partitionfit<-orderMCMC(Bostonscore, scoretable=Bostonspace) ## End(Not run) scorespace class scorespace class structure Description The structure of an object of S3 class scorespace. Details An object of class scorespace is a list containing at least the following components: • adjacency: adjacency martrix representing the core search space • blacklist: adjacency martrix representing the blacklist used for computing score tables tables • tables: a list of matrices (for core search space) or a list of lists of matrices (for extended search space) containing quantities needed for scoring orders and sampling DAGs in MCMC schemes; this list corresponds to adjacency and blacklist Author(s) Polina Suter 64 string2mat string2mat Deriving interactions matrix Description This transforms a list of possible interactions between proteins downloaded from STRING database into a matrix which can be used for blacklisting/penalization in BiDAG. Usage string2mat(curnames, int, mapping = NULL, type = c("int"), pf = 2) Arguments curnames character vector with gene names which will be used in BiDAG learning function int data frame, representing a interactions between genes/proteins downloaded from STRING (https://string-db.org/); two columns are necessary ’node1’ and ’node2’ mapping (optional) data frame, representing a mapping between ’curnames’ (gene names, usually the column names of ’data’) and gene names used in interactions down- loaded from STRING (https://string-db.org/); two columns are necessary ’queryItem’ and ’preferredName’ type character, defines how interactions will be reflected in the output matrix; int will result in a matrix whose entries equal 1 if interaction is present in the list of interactions int and 0 otherwise; blacklist results in a matrix whose entries equal 0 when interaction is present in the list of interactions and 1 otherwise; pf results in a matrix results in a matrix whose entries equal 1 is interaction is present in the list of interactions int and pf otherwise$ "int" by default pf penalization factor for interactions, needed if type=pf Value square matrix whose entries correspond to the list of interactions and parameter type Examples curnames<-colnames(kirp) intmat<-string2mat(curnames, mapping, interactions, type="pf") Index ∗ classes getDAG, 17, 27, 34, 39, 43, 54 iterativeMCMC class, 28 getMCMCscore, 17, 27, 34, 39, 43, 54 orderMCMC class, 40 getRuntime, 18 partitionMCMC class, 44 getSpace, 19, 27, 34, 39, 43, 54 scorespace class, 63 getSubGraph, 19 ∗ datasets getTrace, 20, 27, 34, 39, 43, 54 Asia, 3 graph2m, 21 Asiamat, 4 graphNEL, 10, 21, 29, 35, 55 Boston, 7 gsim, 21 DBNdata, 13 gsim100, 22 DBNmat, 13 gsimmat, 22 DBNunrolled, 15 gsim, 21 interactions, 23, 35 gsim100, 22 iterativeMCMC, 23, 29, 32–34, 52, 53 gsimmat, 22 iterativeMCMC class, 28 interactions, 23 itercomp, 29 kirc, 30 kirp, 31 kirc, 30 mapping, 35 kirp, 31 Asia, 3 learnBN, 32 Asiamat, 4 m2graph, 35 bidag2coda, 5 mapping, 35 bidag2codalist, 6 modelp, 36 Boston, 7 orderMCMC, 15, 23, 32, 33, 36, 37, 52, 53, 55 compact2full, 8 orderMCMC class, 40 compareDAGs, 9, 29, 55 partitionMCMC, 15, 23, 33, 36, 41, 52, 53, 55 compareDBNs, 10 partitionMCMC class, 44 connectedSubGraph, 11 pc, 23, 32, 37, 51 DAGscore, 12 plot.iterativeMCMC (iterativeMCMC), 23 DBNdata, 13, 13, 15 plot.itercomp (itercomp), 29 DBNmat, 13 plot.orderMCMC (orderMCMC), 37 DBNscore, 14 plot.partitionMCMC (partitionMCMC), 41 DBNunrolled, 15 plot.samplecomp (samplecomp), 55 plot2in1, 45 edgep, 15, 49 plotDBN, 46 plotdiffs, 47 full2compact, 16 plotdiffsDBN, 48 65 66 INDEX plotpcor, 49 plotpedges, 50 print.iterativeMCMC (iterativeMCMC), 23 print.itercomp (itercomp), 29 print.orderMCMC (orderMCMC), 37 print.partitionMCMC (partitionMCMC), 41 print.samplecomp (samplecomp), 55 print.scoreparameters (scoreparameters), 59 print.scorespace (scorespace), 61 sampleBN, 51 samplecomp, 55 scoreagainstDAG, 57 scoreagainstDBN, 58 scoreparameters, 12, 14, 25, 33, 38, 42, 52, 57, 59, 62 scorespace, 61 scorespace class, 63 skeleton, 23, 32, 37, 51 string2mat, 64 summary.iterativeMCMC (iterativeMCMC), 23 summary.itercomp (itercomp), 29 summary.orderMCMC (orderMCMC), 37 summary.partitionMCMC (partitionMCMC), 41 summary.samplecomp (samplecomp), 55 summary.scoreparameters (scoreparameters), 59 summary.scorespace (scorespace), 61
mapedit
cran
Package ‘mapedit’ October 13, 2022 Title Interactive Editing of Spatial Data in R Description Suite of interactive functions and helpers for selecting and editing geospatial data. Version 0.6.0 Date 2020-02-01 URL https://github.com/r-spatial/mapedit BugReports https://github.com/r-spatial/mapedit/issues License MIT + file LICENSE Depends R (>= 3.1.0) Imports dplyr, htmltools (>= 0.3), htmlwidgets, jsonlite, leafem, leaflet (>= 2.0.1), leaflet.extras (>= 1.0), leafpm, mapview, methods, miniUI, raster, scales, sf (>= 0.5-2), shiny, sp Suggests crayon Enhances geojsonio Encoding UTF-8 LazyData true RoxygenNote 7.0.2 NeedsCompilation no Author Tim Appelhans [aut, cre], Kenton Russell [aut], Lorenzo Busetto [aut], Josh O'Brien [ctb], Jakob Gutschlhofer [ctb] Maintainer Tim Appelhans <tim.appelhans@gmail.com> Repository CRAN Date/Publication 2020-02-02 17:20:02 UTC 1 2 mapedit-package R topics documented: mapedit-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 addToolbar . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 drawFeatures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 editFeatures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 editMap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 editMod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 editModUI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 processOpts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 selectFeatures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 selectMap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 selectMod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 selectModUI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 Index 18 mapedit-package mapedit: interactive editing and selection for geospatial data Description mapedit, a RConsortium funded project, provides interactive tools to incorporate in geospatial work- flows that require editing or selection of spatial data. Edit • editMap • editFeatures • Shiny edit module editModUI, editMod #’ @section Edit: • selectMap • selectFeatures • Shiny edit module selectModUI, selectMod Author(s) Maintainer: Tim Appelhans <tim.appelhans@gmail.com> Authors: • Kenton Russell • Lorenzo Busetto Other contributors: • Josh O’Brien [contributor] • Jakob Gutschlhofer [contributor] addToolbar 3 See Also Useful links: • https://github.com/r-spatial/mapedit • Report bugs at https://github.com/r-spatial/mapedit/issues addToolbar Add a (possibly customized) toolbar to a leaflet map Description Add a (possibly customized) toolbar to a leaflet map Usage addToolbar(leafmap, editorOptions, editor, targetLayerId) Arguments leafmap leaflet map to use for Selection editorOptions A list of options to be passed on to either leaflet.extras::addDrawToolbar or leafpm::addPmToolbar. editor Character string giving editor to be used for the current map. Either "leafpm" or "leaflet.extras". targetLayerId string name of the map layer group to use with edit Value The leaflet map supplied to leafmap, now with an added toolbar. drawFeatures Draw (simple) features on a map Description Draw (simple) features on a map 4 drawFeatures Usage drawFeatures( map = NULL, sf = TRUE, record = FALSE, viewer = shiny::paneViewer(), title = "Draw Features", editor = c("leaflet.extras", "leafpm"), editorOptions = list(), ... ) Arguments map a background leaflet or mapview map to be used for editing. If NULL a blank mapview canvas will be provided. sf logical return simple features. The default is TRUE. If sf = FALSE, GeoJSON will be returned. record logical to record all edits for future playback. viewer function for the viewer. See Shiny viewer. NOTE: when using browserViewer(browser = getOption("browser")) to open the app in the default browser, the browser window will automatically close when closing the app (by pressing "done" or "cancel") in most browsers. Firefox is an exception. See Details for instructions on how to enable this behaviour in Firefox. title string to customize the title of the UI window. editor character either "leaflet.extras" or "leafpm" editorOptions list of options suitable for passing to either leaflet.extras::addDrawToolbar or leafpm::addPmToolbar. ... additional arguments passed on to editMap. Details When setting viewer = browserViewer(browser = getOption("browser")) and the systems de- fault browser is Firefox, the browser window will likely not automatically close when the app is closed (by pressing "done" or "cancel"). To enable automatic closing of tabs/windows in Firefox try the following: • input "about:config " to your firefox address bar and hit enter • make sure your "dom.allow_scripts_to_close_windows" is true editFeatures 5 editFeatures Interactively Edit Map Features Description Interactively Edit Map Features Usage editFeatures(x, ...) ## S3 method for class 'sf' editFeatures( x, map = NULL, mergeOrder = c("add", "edit", "delete"), record = FALSE, viewer = shiny::paneViewer(), crs = 4326, label = NULL, title = "Edit Map", editor = c("leaflet.extras", "leafpm"), editorOptions = list(), ... ) ## S3 method for class 'Spatial' editFeatures(x, ...) Arguments x features to edit ... other arguments map a background leaflet or mapview map to be used for editing. If NULL a blank mapview canvas will be provided. mergeOrder vector or character arguments to specify the order of merge operations. By default, merges will proceed in the order of add, edit, delete. record logical to record all edits for future playback. viewer function for the viewer. See Shiny viewer. NOTE: when using browserViewer(browser = getOption("browser")) to open the app in the default browser, the browser window will automatically close when closing the app (by pressing "done" or "cancel") in most browsers. Firefox is an exception. See Details for instructions on how to enable this behaviour in Firefox. crs see st_crs. label character vector or formula for the content that will appear in label/tooltip. 6 editFeatures title string to customize the title of the UI window. The default is "Edit Map". editor character either "leaflet.extras" or "leafpm" editorOptions list of options suitable for passing to either leaflet.extras::addDrawToolbar or leafpm::addPmToolbar. Details When setting viewer = browserViewer(browser = getOption("browser")) and the systems de- fault browser is Firefox, the browser window will likely not automatically close when the app is closed (by pressing "done" or "cancel"). To enable automatic closing of tabs/windows in Firefox try the following: • input "about:config " to your firefox address bar and hit enter • make sure your "dom.allow_scripts_to_close_windows" is true Examples ## Not run: library(mapedit) library(mapview) lf <- mapview() # draw some polygons that we will select later drawing <- lf %>% editMap() # little easier now with sf mapview(drawing$finished) # especially easy with selectFeatures selectFeatures(drawing$finished) # use @bhaskarvk USA Albers with leaflet code # https://bhaskarvk.github.io/leaflet/examples/proj4Leaflet.html #devtools::install_github("hrbrmstr/albersusa") library(albersusa) library(sf) library(leaflet) library(mapedit) spdf <- usa_sf() pal <- colorNumeric( palette = "Blues", domain = spdf$pop_2014 ) bounds <- c(-125, 24 ,-75, 45) (lf <- leaflet( editMap 7 options= leafletOptions( worldCopyJump = FALSE, crs=leafletCRS( crsClass="L.Proj.CRS", code='EPSG:2163', proj4def=paste0( '+proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +a=6370997 ', '+b=6370997 +units=m +no_defs' ), resolutions = c(65536, 32768, 16384, 8192, 4096, 2048,1024, 512, 256, 128) ) ) ) %>% fitBounds(bounds[1], bounds[2], bounds[3], bounds[4]) %>% setMaxBounds(bounds[1], bounds[2], bounds[3], bounds[4]) %>% mapview::addFeatures( data=spdf, weight = 1, color = "#000000", # adding group necessary for identification layerId = ~iso_3166_2, fillColor=~pal(pop_2014), fillOpacity=0.7, label=~stringr::str_c(name,' ', format(pop_2014, big.mark=",")), labelOptions= labelOptions(direction = 'auto') ) ) # test out selectMap with albers example selectMap( lf, styleFalse = list(weight = 1), styleTrue = list(weight = 4) ) ## End(Not run) editMap Interactively Edit a Map Description Interactively Edit a Map Usage editMap(x, ...) ## S3 method for class 'leaflet' editMap( 8 editMap x = NULL, targetLayerId = NULL, sf = TRUE, ns = "mapedit-edit", record = FALSE, viewer = shiny::paneViewer(), crs = 4326, title = "Edit Map", editor = c("leaflet.extras", "leafpm"), editorOptions = list(), ... ) ## S3 method for class 'mapview' editMap( x = NULL, targetLayerId = NULL, sf = TRUE, ns = "mapedit-edit", record = FALSE, viewer = shiny::paneViewer(), crs = 4326, title = "Edit Map", editor = c("leaflet.extras", "leafpm"), editorOptions = list(), ... ) ## S3 method for class '`NULL`' editMap(x, editor = c("leaflet.extras", "leafpm"), editorOptions = list(), ...) Arguments x leaflet or mapview map to edit ... other arguments for leafem::addFeatures() when using editMap.NULL or selectFeatures targetLayerId string name of the map layer group to use with edit sf logical return simple features. The default is TRUE. If sf = FALSE, GeoJSON will be returned. ns string name for the Shiny namespace to use. The ns is unlikely to require a change. record logical to record all edits for future playback. viewer function for the viewer. See Shiny viewer. NOTE: when using browserViewer(browser = getOption("browser")) to open the app in the default browser, the browser window will automatically close when closing the app (by pressing "done" or "cancel") in most browsers. Firefox is an exception. See Details for instructions on how to enable this behaviour in Firefox. editMap 9 crs see st_crs. title string to customize the title of the UI window. The default is "Edit Map". editor character either "leaflet.extras" or "leafpm" editorOptions list of options suitable for passing to either leaflet.extras::addDrawToolbar or leafpm::addPmToolbar. Details When setting viewer = browserViewer(browser = getOption("browser")) and the systems de- fault browser is Firefox, the browser window will likely not automatically close when the app is closed (by pressing "done" or "cancel"). To enable automatic closing of tabs/windows in Firefox try the following: • input "about:config " to your firefox address bar and hit enter • make sure your "dom.allow_scripts_to_close_windows" is true Value sf simple features or GeoJSON Examples ## Not run: library(leaflet) library(mapedit) editMap(leaflet() %>% addTiles()) ## End(Not run) ## Not run: # demonstrate Leaflet.Draw on a layer library(sf) library(mapview) library(leaflet.extras) library(mapedit) # ?sf::sf pol = st_sfc( st_polygon(list(cbind(c(0,3,3,0,0),c(0,0,3,3,0)))), crs = 4326 ) mapview(pol) %>% editMap(targetLayerId = "pol") mapview(franconia[1:2,]) %>% editMap(targetLayerId = "franconia[1:2, ]") ## End(Not run) 10 editMod editMod Shiny Module Server for Geo Create, Edit, Delete Description Shiny Module Server for Geo Create, Edit, Delete Usage editMod( input, output, session, leafmap, targetLayerId = NULL, sf = TRUE, record = FALSE, crs = 4326, editor = c("leaflet.extras", "leafpm"), editorOptions = list() ) Arguments input Shiny server function input output Shiny server function output session Shiny server function session leafmap leaflet map to use for Selection targetLayerId character identifier of layer to edit, delete sf logical to return simple features. sf=FALSE will return GeoJSON. record logical to record all edits for future playback. crs see st_crs. editor character either "leaflet.extras" or "leafpm" editorOptions list of options suitable for passing to either leaflet.extras::addDrawToolbar or leafpm::addPmToolbar. Value server function for Shiny module editModUI 11 editModUI Shiny Module UI for Geo Create, Edit, Delete Description Shiny Module UI for Geo Create, Edit, Delete Usage editModUI(id, ...) Arguments id character id for the the Shiny namespace ... other arguments to leafletOutput() Value ui for Shiny module processOpts Prepare arguments for addDrawToolbar or addPmToolbar Description Prepare arguments for addDrawToolbar or addPmToolbar Usage processOpts(fun, args) Arguments fun Function used by editor package (leafpm or leaflet.extras) to set defaults args Either a (possibly nested) list of named options of the form suitable for passage to fun or (if the chosen editor is "leaflet.extras") FALSE. Value An object suitable for passing in as the supplied argument to either leaflet.extras::addDrawToolbar or leafpm::addPmToolbar. 12 selectFeatures selectFeatures Interactively Select Map Features Description Interactively Select Map Features Usage selectFeatures(x, ...) ## S3 method for class 'sf' selectFeatures( x = NULL, mode = c("click", "draw"), op = sf::st_intersects, map = NULL, index = FALSE, viewer = shiny::paneViewer(), label = NULL, title = "Select features", ... ) ## S3 method for class 'Spatial' selectFeatures(x, ...) Arguments x features to select ... other arguments mode one of "click" or "draw". op the geometric binary predicate to use for the selection. Can be any of geos_binary_pred. In the spatial operation the drawn features will be evaluated as x and the supplied feature as y. Ignored if mode = "click". map a background leaflet or mapview map to be used for editing. If NULL a blank mapview canvas will be provided. index logical with index=TRUE indicating return the index of selected features rather than the actual selected features viewer function for the viewer. See Shiny viewer. NOTE: when using browserViewer(browser = getOption("browser")) to open the app in the default browser, the browser window will automatically close when closing the app (by pressing "done" or "cancel") in most browsers. Firefox is an exception. See Details for instructions on how to enable this behaviour in Firefox. label character vector or formula for the content that will appear in label/tooltip. title string to customize the title of the UI window. The default is "Select features". selectFeatures 13 Details When setting viewer = browserViewer(browser = getOption("browser")) and the systems de- fault browser is Firefox, the browser window will likely not automatically close when the app is closed (by pressing "done" or "cancel"). To enable automatic closing of tabs/windows in Firefox try the following: • input "about:config " to your firefox address bar and hit enter • make sure your "dom.allow_scripts_to_close_windows" is true Examples ## Not run: library(mapedit) library(mapview) lf <- mapview() # draw some polygons that we will select later drawing <- lf %>% editMap() # little easier now with sf mapview(drawing$finished) # especially easy with selectFeatures selectFeatures(drawing$finished) # use @bhaskarvk USA Albers with leaflet code # https://bhaskarvk.github.io/leaflet/examples/proj4Leaflet.html #devtools::install_github("hrbrmstr/albersusa") library(albersusa) library(sf) library(leaflet) library(mapedit) spdf <- usa_sf() pal <- colorNumeric( palette = "Blues", domain = spdf$pop_2014 ) bounds <- c(-125, 24 ,-75, 45) (lf <- leaflet( options= leafletOptions( worldCopyJump = FALSE, crs=leafletCRS( crsClass="L.Proj.CRS", code='EPSG:2163', proj4def=paste0( 14 selectMap '+proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +a=6370997 ', '+b=6370997 +units=m +no_defs' ), resolutions = c(65536, 32768, 16384, 8192, 4096, 2048,1024, 512, 256, 128) ) ) ) %>% fitBounds(bounds[1], bounds[2], bounds[3], bounds[4]) %>% setMaxBounds(bounds[1], bounds[2], bounds[3], bounds[4]) %>% mapview::addFeatures( data=spdf, weight = 1, color = "#000000", # adding group necessary for identification layerId = ~iso_3166_2, fillColor=~pal(pop_2014), fillOpacity=0.7, label=~stringr::str_c(name,' ', format(pop_2014, big.mark=",")), labelOptions= labelOptions(direction = 'auto') ) ) # test out selectMap with albers example selectMap( lf, styleFalse = list(weight = 1), styleTrue = list(weight = 4) ) ## End(Not run) selectMap Interactively Select Map Features Description Interactively Select Map Features Usage selectMap(x, ...) ## S3 method for class 'leaflet' selectMap( x = NULL, styleFalse = list(fillOpacity = 0.2, weight = 1, opacity = 0.4), styleTrue = list(fillOpacity = 0.7, weight = 3, opacity = 0.7), ns = "mapedit-select", viewer = shiny::paneViewer(), title = "Select features", ... ) selectMap 15 Arguments x leaflet or mapview map to use for selection ... other arguments styleFalse, styleTrue names list of CSS styles used for selected (styleTrue) and deselected (styleFalse) ns string name for the Shiny namespace to use. The ns is unlikely to require a change. viewer function for the viewer. See Shiny viewer. NOTE: when using browserViewer(browser = getOption("browser")) to open the app in the default browser, the browser window will automatically close when closing the app (by pressing "done" or "cancel") in most browsers. Firefox is an exception. See Details for instructions on how to enable this behaviour in Firefox. title string to customize the title of the UI window. The default is "Select features". Details When setting viewer = browserViewer(browser = getOption("browser")) and the systems de- fault browser is Firefox, the browser window will likely not automatically close when the app is closed (by pressing "done" or "cancel"). To enable automatic closing of tabs/windows in Firefox try the following: • input "about:config " to your firefox address bar and hit enter • make sure your "dom.allow_scripts_to_close_windows" is true Examples ## Not run: library(mapedit) library(mapview) lf <- mapview() # draw some polygons that we will select later drawing <- lf %>% editMap() # little easier now with sf mapview(drawing$finished) # especially easy with selectFeatures selectFeatures(drawing$finished) # use @bhaskarvk USA Albers with leaflet code # https://bhaskarvk.github.io/leaflet/examples/proj4Leaflet.html #devtools::install_github("hrbrmstr/albersusa") library(albersusa) library(sf) library(leaflet) 16 selectMod library(mapedit) spdf <- usa_sf() pal <- colorNumeric( palette = "Blues", domain = spdf$pop_2014 ) bounds <- c(-125, 24 ,-75, 45) (lf <- leaflet( options= leafletOptions( worldCopyJump = FALSE, crs=leafletCRS( crsClass="L.Proj.CRS", code='EPSG:2163', proj4def=paste0( '+proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +a=6370997 ', '+b=6370997 +units=m +no_defs' ), resolutions = c(65536, 32768, 16384, 8192, 4096, 2048,1024, 512, 256, 128) ) ) ) %>% fitBounds(bounds[1], bounds[2], bounds[3], bounds[4]) %>% setMaxBounds(bounds[1], bounds[2], bounds[3], bounds[4]) %>% mapview::addFeatures( data=spdf, weight = 1, color = "#000000", # adding group necessary for identification layerId = ~iso_3166_2, fillColor=~pal(pop_2014), fillOpacity=0.7, label=~stringr::str_c(name,' ', format(pop_2014, big.mark=",")), labelOptions= labelOptions(direction = 'auto') ) ) # test out selectMap with albers example selectMap( lf, styleFalse = list(weight = 1), styleTrue = list(weight = 4) ) ## End(Not run) selectMod Shiny Module Server for Geo Selection selectModUI 17 Description Shiny Module Server for Geo Selection Usage selectMod( input, output, session, leafmap, styleFalse = list(fillOpacity = 0.2, weight = 1, opacity = 0.4), styleTrue = list(fillOpacity = 0.7, weight = 3, opacity = 0.7) ) Arguments input Shiny server function input output Shiny server function output session Shiny server function session leafmap leaflet map to use for Selection styleFalse named list of valid CSS for non-selected features styleTrue named list of valid CSS for selected features Value server function for Shiny module selectModUI Shiny Module UI for Geo Selection Description Shiny Module UI for Geo Selection Usage selectModUI(id, ...) Arguments id character id for the the Shiny namespace ... other arguments to leafletOutput() Value ui for Shiny module Index addToolbar, 3 drawFeatures, 3 editFeatures, 2, 5 editMap, 2, 4, 7 editMod, 2, 10 editModUI, 2, 11 geos_binary_pred, 12 mapedit (mapedit-package), 2 mapedit-package, 2 processOpts, 11 selectFeatures, 2, 12 selectMap, 2, 14 selectMod, 2, 16 selectModUI, 2, 17 st_crs, 5, 9, 10 viewer, 4, 5, 8, 12, 15 18
dice
cran
Package ‘dice’ October 13, 2022 Type Package Title Calculate probabilities of various dice-rolling events Version 1.2 Date 2014-10-13 Author Dylan Arena Maintainer Dylan Arena <dylanarena1@gmail.com> Description This package provides utilities to calculate the probabilities of various dice- rolling events, such as the probability of rolling a four-sided die six times and get- ting a 4, a 3, and either a 1 or 2 among the six rolls (in any order); the probabil- ity of rolling two six-sided dice three times and getting a 10 on the first roll, fol- lowed by a 4 on the second roll, followed by anything but a 7 on the third roll; or the probabili- ties of each possible sum of rolling five six-sided dice, dropping the lowest two rolls, and sum- ming the remaining dice. License GPL (>= 2) Depends R (>= 2.0.0), gtools NeedsCompilation no Repository CRAN Date/Publication 2014-10-14 08:25:25 R topics documented: dice-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 getEventProb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 getSumProbs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Index 7 1 2 dice-package dice-package Calculate probabilities of various dice-rolling events Description This package provides utilities to calculate the probabilities of various dice-rolling events, such as the probability of rolling a four-sided die six times and getting a 4, a 3, and either a 1 or 2 among the six rolls (in any order); the probability of rolling two six-sided dice three times and getting a 10 on the first roll, followed by a 4 on the second roll, followed by anything but a 7 on the third roll; or the probabilities of each possible sum of rolling five six-sided dice, dropping the lowest two rolls, and summing the remaining dice. Details Package: dice Type: Package Version: 1.2 Date: 2014-10-13 License: GPL (>= 2) Although initially conceived as a utility for role-playing game calculations, functions in the dice package can be used to answer questions in any dice-rolling context (e.g., calculating probabilities for the game of craps, solving problems for an introductory probability course, etc.) The dice package requires the gtools package. For a complete list of functions, use library(help="dice"). Author(s) Dylan Arena <dylanarena1@gmail.com> References The implementation for the getSumProbs function originated with the ideas presented in the fol- lowing forum thread: http://www.enworld.org/showthread.php?t=56352&page=1&pp=40 Examples getEventProb(nrolls = 6, ndicePerRoll = 1, nsidesPerDie = 4, eventList = list(4, 3, c(1,2)), orderMatters = FALSE) getEventProb(nrolls = 3, getEventProb 3 ndicePerRoll = 2, nsidesPerDie = 6, eventList = list(10, 4, c(2:6, 8:12)), orderMatters = TRUE) getSumProbs(ndicePerRoll = 5, nsidesPerDie = 6, nkept = 3, dropLowest = TRUE) getEventProb Calculate the probability of a specified set of dice-rolling events Description For a specified dice-rolling process, getEventProb calculates the probability of an event (i.e., a non-empty set of outcomes) that is specified by passing a list object in to eventList. Usage getEventProb(nrolls, ndicePerRoll, nsidesPerDie, eventList, orderMatters = FALSE) Arguments nrolls A single positive integer representing the number of dice rolls to make ndicePerRoll A single positive integer representing the number of dice to use in each dice roll nsidesPerDie A single positive integer representing the number of sides on each die (getEventProb’s dice-rolling process involves only one type of die per call) eventList A list object, each element of which is a vector that constrains a single dice roll in the dice-rolling process (see Details below) orderMatters A logical flag indicating whether the order of the elements of eventList should constrain the event space; if TRUE, eventList must specify constraints for every dice roll–i.e., it must contain exactly nrolls elements (some of which may be "empty" constraints listing all possible outcomes of a dice roll, i.e., a vector from ndicePerRoll to (ndicePerRoll * nsidesPerDie)) Details The crux of this function is eventList, which sets the conditions that acceptable dice-rolls must meet. E.g., to get the probability of rolling at least one 6 when rolling four six-sided dice, eventList would be list(6) and orderMatters would be FALSE; to get the probability of rolling a 6, fol- lowed by a 5, followed by either a 1, 2, or 3 when rolling three six-sided dice, eventList would be list(6,5,1:3) and orderMatters would be TRUE. Value A single number representing the probability of an event that meets the constraints of the specified dice-rolling process 4 getSumProbs Author(s) Dylan Arena Examples ## Probability of rolling at least one 6 when rolling four six-sided dice getEventProb(nrolls = 4, ndicePerRoll = 1, nsidesPerDie = 6, eventList = list(6)) ## Probability of rolling a 6, followed by a 5, followed by either a 1, 2, ## or 3 when rolling three six-sided dice getEventProb(nrolls = 3, ndicePerRoll = 1, nsidesPerDie = 6, eventList = list(6, 5, 1:3), orderMatters = TRUE) ## Probability of rolling no 10's when rolling two ten-sided dice getEventProb(nrolls = 2, ndicePerRoll = 1, nsidesPerDie = 10, eventList = list(1:9,1:9)) getSumProbs Calculate the probabilities of all possible outcome sums of a dice roll Description For a specified number of dice with a specified number of sides per die (and dropping a specified number of dice–those with either the lowest or highest values), getSumProbs calculates the prob- abilities of all possible outcome sums (i.e., all possible sums of those dice whose results are not dropped); the function also accommodates modifiers (either to each die roll or to the sum), such as rolling five four-sided dice and adding 1 to the outcome of each roll, or rolling one twenty-sided die and adding 12 to the outcome. (Such modified rolls frequently occur in the context of role-playing games, e.g., Dungeons & Dragons, Mutants & Masterminds, or BESM.) getSumProbs 5 Usage getSumProbs(ndicePerRoll, nsidesPerDie, nkept = ndicePerRoll, dropLowest = TRUE, sumModifier = 0, perDieModifier = 0, perDieMinOfOne = TRUE) Arguments ndicePerRoll A single positive integer representing the number of dice to roll nsidesPerDie A single positive integer representing the number of sides on each die (getSumProbs’s dice-rolling process involves only one type of die per call) nkept A single positive integer representing the number of dice whose values to in- clude when calculating the sum (the dice to be kept will always be those with the highest values) dropLowest A single logical indicating whether to drop the lowest outcome values (FALSE drops the highest values instead) sumModifier A single integer representing an amount to add to or subtract from the outcome sum perDieModifier A single integer representing an amount to add to or subtract from each die roll perDieMinOfOne A logical flag indicating whether each die roll should be considered to have a minimum value of 1 (as is often true in role-playing-game contexts) Value probabilities A matrix with a row for each possible outcome sum and three columns: one that lists each sum, one for the probability of that sum, and one for the number of ways to roll that sum average A single number representing the expected value of the specified dice-rolling process Author(s) Dylan Arena References This function’s implementation originated with the ideas presented in the following forum thread: http://www.enworld.org/showthread.php?t=56352&page=1&pp=40 6 getSumProbs Examples ## Rolling four six-sided dice and keeping the three highest die rolls getSumProbs(ndicePerRoll = 4, nsidesPerDie = 6, nkept = 3) ## Rolling five four-sided dice and adding 1 to each die roll getSumProbs(ndicePerRoll = 5, nsidesPerDie = 4, perDieModifier = 1) ## Rolling one twenty-sided die and adding 12 to the result getSumProbs(ndicePerRoll = 1, nsidesPerDie = 20, sumModifier = 12) Index ∗ distribution getEventProb, 3 getSumProbs, 4 ∗ package dice-package, 2 dice (dice-package), 2 dice-package, 2 getEventProb, 3 getSumProbs, 2, 4 7
mcount
cran
Package ‘mcount’ October 13, 2022 Type Package Title Marginalized Count Regression Models Version 1.0.0 Author Zhengyang Zhou [aut, cre] Dateng Li [aut] David Huh [aut] Eun-Young Mun [aut] Depends R (>= 3.6) Maintainer Zhengyang Zhou <zhengyang.zhou@unthsc.edu> Description Implementation of marginalized models for zero-inflated count data. This package pro- vides a tool to implement an estimation algorithm for the marginalized count models, which directly makes inference on the effect of each covariate on the marginal mean of the outcome. The method involves the marginalized zero-inflated Poisson model described in Long et al. (2014) <doi:10.1002/sim.6293>. License GPL-3 Encoding UTF-8 LazyData true Imports bbmle, stats NeedsCompilation no RoxygenNote 7.1.2 Repository CRAN Date/Publication 2022-03-11 10:30:05 UTC R topics documented: dat.pfi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 mzip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Index 4 1 2 mzip dat.pfi Example Data Description A data set from White et al. (2008), which is also described in Mun et al. (2015, 2022) Usage data(dat.pfi) Format The data fram contains 194 rows and 5 columns: m0 the number of standard alcohol drinks consumed at baseline int_PF 1: received personalized feedback interventions (PFI); 0: did not receive PFI year_new 1: first-year college student; 0: otherwise race_new 1: white; 0: non-white y the number of standard alcohol drinks consumed at post-intervention; the response variable References Mun, E.-Y., Zhou, Z., Huh, D., Tan, L., Li, D., Tanner-Smith, E. E., Walters, S. T., & Larimer, M.E. (2022). Brief alcohol interventions are effective through six months: Findings from marginalized zero-inflated Poisson and negative binomial models in a two-step IPD meta-analysis. Prevention Science. (under review) Mun, E. Y., De La Torre, J., Atkins, D. C., White, H. R., Ray, A. E., Kim, S. Y., ... & The Project INTEGRATE Team. (2015). Project INTEGRATE: An integrative study of brief alcohol interventions for college students. Psychology of Addictive Behaviors, 29(1), 34-48. White, H. R., Mun, E.-Y., & Morgan, T. J. (2008). Do brief personalized feedback interventions work for mandated students or is it just getting caught that works? Psychology of Addictive Behav- iors, 22 (1), 107–116. https://doi.org/10.1037/0893-164X.22.1.107. mzip Estimating marginalized zero-inflated Poisson model Description Function to estimate a marginalized zero-inflated Poisson model mzip 3 Usage mzip(formula, data) Arguments formula an object of class "formula" (or one that can be coerced to that class): a sym- bolic description of the model to be fitted. A typical formula has the form response ~ terms where response is the count response vector and terms is a series of terms that predict response. For example, formula = y ~ x1 + x2 + x3. Do not write intercept in the formula; intercept will be automatically added in model fitting. data a data frame containing variables in the model. Details Function returns an object of class "mle2" from bbmle R package. Apply summary function to the resulting object from the function to obtain more estimation information. Value Suffix _zero corresponds to the parameters associated with the structrual zero rate part of a model. Suffix _mean corresponds to the parameters associated with the overall mean, which evaluate the effects of covariates on the overall mean. References Long, D. L., Preisser, J. S., Herring, A. H., & Golin, C. E. (2014). A marginalized zero-inflated Poisson regression model with overall exposure effects. Statistics in Medicine, 33(29), 5151-5165. Examples head(dat.pfi) #Fit a marginalized zero-inflated Poisson model res = mzip(formula = y ~ m0 + int_PF + year_new + race_new, data = dat.pfi) #Obtain estimation results bbmle::summary(res) Index ∗ datasets dat.pfi, 2 dat.pfi, 2 mzip, 2 4
DoseFinding
cran
Package ‘DoseFinding’ June 27, 2023 Type Package Title Planning and Analyzing Dose Finding Experiments Version 1.0-5 Date 2023-06-27 Depends ggplot2, lattice, mvtnorm, R (>= 2.15.0) Suggests numDeriv, Rsolnp, quadprog, parallel, multcomp, knitr, rmarkdown, MASS, testthat Maintainer Bjoern Bornkamp <bbnkmp@mail.de> Description The DoseFinding package provides functions for the design and analysis of dose-finding experiments (with focus on pharmaceutical Phase II clinical trials). It provides functions for: multiple contrast tests, fitting non-linear dose-response models (using Bayesian and non-Bayesian estimation), calculating optimal designs and an implementation of the MCPMod methodology (Pinheiro et al. (2014) <doi:10.1002/sim.6052>). VignetteBuilder knitr License GPL-3 LazyLoad yes NeedsCompilation yes Author Bjoern Bornkamp [aut, cre] (<https://orcid.org/0000-0002-6294-8185>), Jose Pinheiro [aut], Frank Bretz [aut], Ludger Sandig [aut] Repository CRAN Date/Publication 2023-06-27 09:30:02 UTC R topics documented: DoseFinding-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 bFitMod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 biom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1 2 DoseFinding-package defBnds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 DesignMCPModApp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 DR-Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 fitMod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 glycobrom . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 guesst . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 IBScovars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 MCPMod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 MCTpval . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 MCTtest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 migraine . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 Mods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 mvtnorm.control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 neurodeg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 optContr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 optDesign . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 planMod . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 powMCT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 sampSize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 Target Doses . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 Index 56 DoseFinding-package Design and Analysis of dose-finding studies Description The DoseFinding package provides functions for the design and analysis of dose-finding exper- iments (for example pharmaceutical Phase II clinical trials). It provides functions for: multiple contrast tests (MCTtest), fitting non-linear dose-response models (fitMod), a combination of test- ing and dose-response modelling (MCPMod), and calculating optimal designs (optDesign), both for normal and general response variable. Details Package: DoseFinding Type: Package Version: 1.0-5 Date: 2023-06-27 License: GPL-3 The main functions are: MCTtest: Implements a multiple contrast tests powMCT: Power calculations for multiple contrast tests fitMod: Fits non-linear dose-response models optDesign: Calculates optimal designs for dose-response models DoseFinding-package 3 MCPMod: Performs MCPMod methodology sampSize: General function for sample size calculation Author(s) Bjoern Bornkamp, Jose Pinheiro, Frank Bretz Maintainer: Bjoern Bornkamp <bbnkmp@gmail.com> References Bornkamp, B., Bretz, F., Dette, H. and Pinheiro, J. C. (2011). Response-Adaptive Dose-Finding under model uncertainty, Annals of Applied Statistics, 5, 1611–1631 Bornkamp B., Pinheiro J. C., and Bretz, F. (2009). MCPMod: An R Package for the Design and Analysis of Dose-Finding Studies, Journal of Statistical Software, 29(7), 1–23 Bretz, F., Pinheiro, J. C., and Branson, M. (2005), Combining multiple comparisons and modeling techniques in dose-response studies, Biometrics, 61, 738–748 Dette, H., Bretz, F., Pepelyshev, A. and Pinheiro, J. C. (2008). Optimal Designs for Dose Finding Studies, Journal of the American Statisical Association, 103, 1225–1237 O’Quigley, J., Iasonos, A. and Bornkamp, B. (2017) Handbook of methods for designing, monitor- ing, and analyzing dose-finding trials, CRC press, Part 3: Dose-Finding Studies in Phase II Pinheiro, J. C., Bornkamp, B., and Bretz, F. (2006). Design and analysis of dose finding studies combining multiple comparisons and modeling procedures, Journal of Biopharmaceutical Statis- tics, 16, 639–656 Pinheiro, J. C., Bornkamp, B., Glimm, E. and Bretz, F. (2014) Model-based dose finding under model uncertainty using general parametric models, Statistics in Medicine, 33, 1646–1661 Seber, G.A.F. and Wild, C.J. (2003). Nonlinear Regression, Wiley Examples data(IBScovars) ## perform (model based) multiple contrast test ## define candidate dose-response shapes models <- Mods(linear = NULL, emax = 0.2, quadratic = -0.17, doses = c(0, 1, 2, 3, 4)) ## plot models plot(models) ## perform multiple contrast test test <- MCTtest(dose, resp, IBScovars, models=models, addCovars = ~ gender) ## fit non-linear emax dose-response model fitemax <- fitMod(dose, resp, data=IBScovars, model="emax", bnds = c(0.01,5)) ## display fitted dose-effect curve plot(fitemax, CI=TRUE, plotData="meansCI") 4 bFitMod ## Calculate optimal designs for target dose (TD) estimation doses <- c(0, 10, 25, 50, 100, 150) fmodels <- Mods(linear = NULL, emax = 25, exponential = 85, logistic = c(50, 10.8811), doses = doses, placEff=0, maxEff=0.4) plot(fmodels, plotTD = TRUE, Delta = 0.2) weights <- rep(1/4, 4) desTD <- optDesign(fmodels, weights, Delta=0.2, designCrit="TD") bFitMod Fit a dose-response model using Bayesian or bootstrap methods. Description For ‘type = "Bayes"’, MCMC sampling from the posterior distribution of the dose-response model is done. The function assumes a multivariate normal distribution for resp with covariance matrix S, and this is taken as likelihood function and combined with the prior distributions specified in prior to form the posterior distribution. For ‘type = "bootstrap"’, a multivariate normal distribution for resp with covariance matrix S is assumed, and a large number of samples is drawn from this distribution. For each draw the fitMod function with ‘type = "general"’ is used to fit the draws from the multivariate normal distribution. Usage bFitMod(dose, resp, model, S, placAdj = FALSE, type = c("Bayes", "bootstrap"), start = NULL, prior = NULL, nSim = 1000, MCMCcontrol = list(), control = NULL, bnds, addArgs = NULL) ## S3 method for class 'bFitMod' coef(object, ...) ## S3 method for class 'bFitMod' predict(object, predType = c("full-model", "effect-curve"), summaryFct = function(x) quantile(x, probs = c(0.025, 0.25, 0.5, 0.75, 0.975)), doseSeq = NULL, lenSeq = 101, ...) ## S3 method for class 'bFitMod' plot(x, plotType = c("dr-curve", "effect-curve"), quant = c(0.025, 0.5, 0.975), plotData = c("means", "meansCI", "none"), level = 0.95, lenDose = 201, ...) bFitMod 5 Arguments dose Numeric specifying the dose variable. resp Numeric specifying the response estimate corresponding to the doses in dose S Covariance matrix associated with the dose-response estimate specified via resp model Dose-response model to fit, possible models are "linlog", "linear", "quadratic", "emax", "exponential", "sigEmax", "betaMod" and "logistic", see drmodels. placAdj Whether or not estimates in "placAdj" are placebo-adjusted (note that the linear in log and the logistic model cannot be fitted for placebo-adjusted data) type Character with allowed values "Bayes" and "bootstrap", Determining whether samples are drawn from the posterior, or the bootstrap distribution. start Optional starting values for the dose-response parameters in the MCMC algo- rithm. prior List containing the information regarding the prior distributions for ‘type = "Bayes"’. The list needs to have as many entries as there are model param- eters. The ordering of the list entries should be the same as in the arguments list of the model see (see drmodels). For example for the Emax model the first entry determines the prior for e0, the second to eMax and the third to ed50. For each list entry the user has the choice to choose from 4 possible distributions: • norm: Vector of length 2 giving mean and standard deviation. • t: Vector of length 3 giving median, scale and degrees of freedom of the t-distribution. • lnorm: Vector of length 2 giving mean and standard deviation on log scale. • beta: Vector of length 4 giving lower and upper bound of the beta prior as well as the alpha and beta parameters of the beta distribution nSim Desired number of samples to produce with the algorithm MCMCcontrol List of control parameters for the MCMC algorithm • thin Thinning rate. Must be a positive integer. • w Numeric of same length as number of parameters in the model, specifies the width parameters of the slice sampler. • adapt Logical whether to adapt the w (width) parameter of the slice sampler in a short trial run. The widths are chosen as IQR/1.3 of the trial run. control Same as the control argument in fitMod. bnds Bounds for non-linear parameters, in case ‘type = "bootstrap"’. If missing the the default bounds from defBnds is used. addArgs List containing two entries named "scal" and "off" for the "betaMod" and "lin- log" model. When addArgs is NULL the following defaults are used ‘list(scal = 1.2*max(doses), off = 0.01*max(doses))’ x, object A bFitMod object predType, summaryFct, doseSeq, lenSeq Arguments for the predict method. ‘predType’: predType determines whether predictions are returned for the dose- response curve or the effect curve (difference to placebo). 6 bFitMod ‘summaryFct’: If equal to NULL predictions are calculated for each sampled parameter value. Otherwise a summary function is applied to the dose-response predictions for each parameter value. The default is to calculate 0.025, 0.25, 0.5, 0.75, 0.975 quantiles of the predictions for each dose. ‘doseSeq’: Where to calculate predictions. If not specified predictions are cal- culated on a grid of length ‘lenSeq’ between minimum and maximum dose. ‘lenSeq’: Length of the default grid where to calculate predictions. plotType, quant, plotData, level, lenDose Arguments for plot method. ‘plotType’: Determining whether the dose-response curve or the effect curve should be plotted. ‘quant’: Vector of quantiles to display in plot ‘plotData’: Determines how the original data are plotted: Either as means or as means with CI or not. The level of the CI is determined by the argument ‘level’. ‘level’: Level for CI, when plotData is equal to ‘meansCI’. ‘lenDose’: Number of grid values to use for display. ... Additional arguments are ignored. Details Componentwise univariate slice samplers are implemented (see Neal, 2003) to sample from the posterior distribution. Value An object of class bFitMod, which is a list containing the matrix of posterior simulations plus some additional information on the fitted model. Author(s) Bjoern Bornkamp References Neal, R. M. (2003), Slice sampling, Annals of Statistics, 31, 705-767 See Also fitMod Examples data(biom) ## produce first stage fit (using dose as factor) anMod <- lm(resp~factor(dose)-1, data=biom) drFit <- coef(anMod) S <- vcov(anMod) dose <- sort(unique(biom$dose)) bFitMod 7 ## define prior list ## normal prior for E0 (mean=0 and sdev=10) ## normal prior for Emax (mean=0 and sdev=100) ## beta prior for ED50: bounds: [0,1.5] parameters shape1=0.45, shape2=1.7 prior <- list(norm = c(0, 10), norm = c(0,100), beta=c(0,1.5,0.45,1.7)) ## now fit an emax model gsample <- bFitMod(dose, drFit, S, model = "emax", start = c(0, 1, 0.1), nSim = 1000, prior = prior) ## summary information gsample ## samples are stored in head(gsample$samples) ## predict 0.025, 0.25, 0.5, 0.75, 0.975 Quantile at 0, 0.5 and 1 predict(gsample, doseSeq = c(0, 0.5, 1)) ## simple plot function plot(gsample) ## now look at bootstrap distribution gsample <- bFitMod(dose, drFit, S, model = "emax", type = "bootstrap", nSim = 100, bnds = defBnds(1)$emax) plot(gsample) ## now fit linear interpolation prior <- list(norm = c(0,1000), norm = c(0,1000), norm = c(0,1000), norm = c(0,1000), norm = c(0,100)) gsample <- bFitMod(dose, drFit, S, model = "linInt", start = rep(1,5), nSim = 1000, prior = prior) gsample <- bFitMod(dose, drFit, S, model = "linInt", type = "bootstrap", nSim = 100) ## data fitted on placebo adjusted scale data(IBScovars) anovaMod <- lm(resp~factor(dose)+gender, data=IBScovars) drFit <- coef(anovaMod)[2:5] # placebo adjusted estimates at doses vCov <- vcov(anovaMod)[2:5,2:5] dose <- sort(unique(IBScovars$dose))[-1] prior <- list(norm = c(0,100), beta=c(0,6,0.45,1.7)) ## Bayes fit gsample <- bFitMod(dose, drFit, vCov, model = "emax", placAdj=TRUE, start = c(1, 0.1), nSim = 1000, prior = prior) ## bootstrap fit gsample <- bFitMod(dose, drFit, vCov, model = "emax", placAdj=TRUE, type = "bootstrap", start = c(1, 0.1), nSim = 100, prior = prior, bnds = c(0.01,6)) ## calculate target dose estimate TD(gsample, Delta = 0.2) ## now fit linear interpolation prior <- list(norm = c(0,1000), norm = c(0,1000), norm = c(0,1000), norm = c(0,100)) gsample <- bFitMod(dose, drFit, vCov, model = "linInt", placAdj=TRUE, start = rep(1,4), nSim = 1000, prior = prior) gsample <- bFitMod(dose, drFit, vCov, model = "linInt", type = "bootstrap", placAdj = TRUE, nSim = 100) 8 defBnds biom Biometrics Dose Response data Description An example data set for dose response studies. This data set was used in Bretz et al. (2005) to illustrate the MCPMod methodology. Usage data(biom) Format A data frame with 100 observations on the following 2 variables. resp a numeric vector containing the response values dose a numeric vector containing the dose values Source Bretz, F., Pinheiro, J. C., and Branson, M. (2005), Combining multiple comparisons and modeling techniques in dose-response studies, Biometrics, 61, 738–748 defBnds Calculates default bounds for non-linear parameters in dose-response models Description Calculates reasonable bounds for non-linear parameters for the built-in non-linear regression model based on the dose range under investigation. For the logistic model the first row corresponds to the ED50 parameter and the second row to the delta parameter. For the sigmoid Emax model the first row corresponds to the ED50 parameter and the second row to the h parameter, while for the beta model first and second row correspond to the delta1 and delta2 parameters. See logistic, sigEmax and betaMod for details. Usage defBnds(mD, emax = c(0.001, 1.5)*mD, exponential = c(0.1, 2)*mD, logistic = matrix(c(0.001, 0.01, 1.5, 1/2)*mD, 2), sigEmax = matrix(c(0.001*mD, 0.5, 1.5*mD, 10), 2), betaMod = matrix(c(0.05,0.05,4,4), 2)) DesignMCPModApp 9 Arguments mD Maximum dose in the study. emax, exponential, logistic, sigEmax, betaMod values for the nonlinear parameters for these model-functions Value List containing bounds for the model parameters. Author(s) Bjoern Bornkamp See Also fitMod Examples defBnds(mD = 1) defBnds(mD = 200) DesignMCPModApp Start externally hosted DesignMCPMod Shiny App Description This function starts the externally hosted DesignMCPMod Shiny App in a browser window. The app was developed by Sophie Sun [aut, cre], Danyi Xiong [aut], Bjoern Bornkamp [ctb], Frank Bretz [ctb], Ardalan Mirshani [ctb]. This app performs power and sample size calculations for a multiple contrast test for normal, binary and negative binomial outcomes. The app uses the DoseFinding package as calculation backend and the R code underlying the calculations in the app can be ex- tracted from the app. Usage DesignMCPModApp() 10 DR-Models DR-Models Built-in dose-response models in DoseFinding Description Dose-response model functions and gradients. Below are the definitions of the model functions: Emax model d f (d, θ) = E0 + Emax ED50 + d Sigmoid Emax Model dh f (d, θ) = E0 + Emax h + dh ED50 Exponential Model f (d, θ) = E0 + E1 (exp(d/δ) − 1) Beta model f (d, θ) = E0 + Emax B(δ1 , δ2 )(d/scal)δ1 (1 − d/scal)δ2 here B(δ1 , δ2 ) = (δ1 + δ2 )δ1 +δ2 /(δ1δ1 δ2δ2 ) and scal is a fixed dose scaling parameter. Linear Model f (d, θ) = E0 + δd Linear in log Model f (d, θ) = E0 + δ log(d + of f ) here of f is a fixed offset parameter. Logistic Model f (d, θ) = E0 + Emax / {1 + exp [(ED50 − d) /δ]} Quadratic Model f (d, θ) = E0 + β1 d + β2 d2 The standardized model equation for the quadratic model is d + δd2 , with δ = β2 /β1 . Linear Interpolation model The linInt model provides linear interpolation at the values defined by the nodes vector. In virtually all situations the nodes vector is equal to the doses used in the analysis. For example the Mods and the fitMod function automatically use the doses that are used in the context of the function call as nodes. The guesstimates specified in the Mods function need to be the treatment effects at the active doses standardized to the interval [0,1] (see the examples in the Mods function). DR-Models 11 Usage emax(dose, e0, eMax, ed50) emaxGrad(dose, eMax, ed50, ...) sigEmax(dose, e0, eMax, ed50, h) sigEmaxGrad(dose, eMax, ed50, h, ...) exponential(dose, e0, e1, delta) exponentialGrad(dose, e1, delta, ...) quadratic(dose, e0, b1, b2) quadraticGrad(dose, ...) betaMod(dose, e0, eMax, delta1, delta2, scal) betaModGrad(dose, eMax, delta1, delta2, scal, ...) linear(dose, e0, delta) linearGrad(dose, ...) linlog(dose, e0, delta, off = 1) linlogGrad(dose, off, ...) logistic(dose, e0, eMax, ed50, delta) logisticGrad(dose, eMax, ed50, delta, ...) linInt(dose, resp, nodes) linIntGrad(dose, resp, nodes, ...) Arguments dose Dose variable e0 For most models placebo effect. For logistic model left-asymptote parameter, corresponding to a basal effect level (not the placebo effect) eMax Beta Model: Maximum effect within dose-range Emax, sigmoid Emax, logistic Model: Asymptotic maximum effect ed50 Dose giving half of the asymptotic maximum effect h Hill parameter, determining the steepness of the model at the ED50 e1 Slope parameter for exponential model delta Exponential model: Parameter, controlling the convexity of the model. Linear and linlog model: Slope parameter Logistic model: Parameter controlling determining the steepness of the curve delta1 delta1 parameter for beta model delta2 delta2 parameter for beta model b1 first parameter of quadratic model b2 second parameter of quadratic model (controls, whether model is convex or con- cave) 12 DR-Models resp Response values at the nodes for the linInt model off Offset value to avoid problems with dose=0 (treated as a fixed value, not esti- mated) scal Scale parameter (treated as a fixed value, not estimated) nodes Interpolation nodes for the linear interpolation for the linInt model (treated as a fixed value, not estimated) ... Just included for convenience in the gradient functions, so that for example quadratic(dose, e0=0, b1=1, b2=3) will not throw an error (although the gradient of the quadratic model is independent of e0, b1 and b2). Details The Emax model is used to represent monotone, concave dose-response shapes. To distinguish it from the more general sigmoid emax model it is sometimes also called hyperbolic emax model. The sigmoid Emax model is an extension of the (hyperbolic) Emax model by introducing an addi- tional parameter h, that determines the steepness of the curve at the ed50 value. The sigmoid Emax model describes monotonic, sigmoid dose-response relationships. In the toxicology literature this model is also called four-parameter log-logistic (4pLL) model. The quadratic model is intended to capture a possible non-monotonic dose-response relationship. The exponential model is intended to capture a possible sub-linear or a convex dose-response relationship. The beta model is intended to capture non-monotone dose-response relationships and is more flex- ible than the quadratic model. The kernel of the beta model function consists of the kernel of the density function of a beta distribution on the interval [0,scal]. The parameter scal is not esti- mated but needs to be set to a value larger than the maximum dose. It can be set in most functions (‘fitMod’, ‘Mods’) via the ‘addArgs’ argument, when omitted a value of ‘1.2*(maximum dose)’ is used as default, where the maximum dose is inferred from other input to the respective function. The linear in log-dose model is intended to capture concave shapes. The parameter off is not estimated in the code but set to a pre-specified value. It can be set in most functions (‘fitMod’, ‘Mods’) via the ‘addArgs’ argument, when omitted a value of ‘0.01*(maximum dose)’ is used as default, where the maximum dose is inferred from other input to the respective function. The logistic model is intended to capture general monotone, sigmoid dose-response relationships. The logistic model and the sigmoid Emax model are closely related: The sigmoid Emax model is a logistic model in log(dose). The linInt model provids linear interpolation of the means at the doses. This can be used as a "nonparametric" estimate of the dose-response curve, but is probably most interesting for specify- ing a "nonparametric" truth during planning and assess how well parametric models work under a nonparametric truth. For the function ‘Mods’ and ‘fitMod’ the interpolation ‘nodes’ are selected equal to the dose-levels specified. Value Response value for model functions or matrix containing the gradient evaluations. DR-Models 13 References MacDougall, J. (2006). Analysis of dose-response studies - Emax model,in N. Ting (ed.), Dose Finding in Drug Development, Springer, New York, pp. 127–145 Pinheiro, J. C., Bretz, F. and Branson, M. (2006). Analysis of dose-response studies - modeling approaches, in N. Ting (ed.). Dose Finding in Drug Development, Springer, New York, pp. 146– 171 See Also fitMod Examples ## some quadratic example shapes quadModList <- Mods(quadratic = c(-0.5, -0.75, -0.85, -1), doses = c(0,1)) plotMods(quadModList) ## some emax example shapes emaxModList <- Mods(emax = c(0.02,0.1,0.5,1), doses = c(0,1)) plotMods(emaxModList) ## example for gradient emaxGrad(dose = (0:4)/4, eMax = 1, ed50 = 0.5) ## some sigmoid emax example shapes sigEmaxModList <- Mods(sigEmax = rbind(c(0.05,1), c(0.15,3), c(0.4,8), c(0.7,8)), doses = c(0,1)) plotMods(sigEmaxModList) sigEmaxGrad(dose = (0:4)/4, eMax = 1, ed50 = 0.5, h = 8) ## some exponential example shapes expoModList <- Mods(exponential = c(0.1,0.25,0.5,2), doses=c(0,1)) plotMods(expoModList) exponentialGrad(dose = (0:4)/4, e1 = 1, delta = 2) ## some beta model example shapes betaModList <- Mods(betaMod = rbind(c(1,1), c(1.5,0.75), c(0.8,2.5), c(0.4,0.9)), doses=c(0,1), addArgs=list(scal = 1.2)) plotMods(betaModList) betaModGrad(dose = (0:4)/4, eMax = 1, delta1 = 1, delta2 = 1, scal = 5) ## some logistic model example shapes logistModList <- Mods(logistic = rbind(c(0.5,0.05), c(0.5,0.15), c(0.2,0.05), c(0.2,0.15)), doses=c(0,1)) plotMods(logistModList) logisticGrad(dose = (0:4)/4, eMax = 1, ed50 = 0.5, delta = 0.05) ## some linInt shapes genModList <- Mods(linInt = rbind(c(0.5,1,1), c(0,1,1), c(0,0,1)), doses=c(0,0.5,1,1.5)) plotMods(genModList) linIntGrad(dose = (0:4)/4, resp=c(0,0.5,1,1,1), nodes=(0:4)/4) 14 fitMod fitMod Fit non-linear dose-response model Description Fits a dose-response model. Built-in dose-response models are "linlog", "linear", "quadratic", "emax", "exponential", "sigEmax", "betaMod" and "logistic" (see drmodels). When ‘type = "normal"’ ordinary least squares is used and additional additive covariates can be specified in ‘addCovars’. The underlying assumption is hence normally distributed data and ho- moscedastic variance. For ‘type = "general"’ a generalized least squares criterion is used (f (dose, θ) − resp)0 S −1 (f (dose, θ) − resp) and an inverse weighting matrix is specified in ‘S’, ‘type = "general"’ is primarily of interest, when fitting a model to AN(C)OVA type estimates obtained in a first stage fit, then ‘resp’ contains the estimates and ‘S’ is the estimated covariance matrix for the estimates in ‘resp’. Statistical inference (e.g. confidence intervals) rely on asymptotic normality of the first stage estimates, which makes this method of interest only for sufficiently large sample size for the first stage fit. A modified model-selection criterion can be applied to these model fits (see also Pinheiro et al. 2014 for details). For details on the implemented numerical optimizer see the Details section below. Usage fitMod(dose, resp, data = NULL, model, S = NULL, type = c("normal", "general"), addCovars = ~1, placAdj = FALSE, bnds, df = NULL, start = NULL, na.action = na.fail, control = NULL, addArgs = NULL) ## S3 method for class 'DRMod' coef(object, sep = FALSE, ...) ## S3 method for class 'DRMod' predict(object, predType = c("full-model", "ls-means", "effect-curve"), newdata = NULL, doseSeq = NULL, se.fit = FALSE, ...) ## S3 method for class 'DRMod' vcov(object, ...) ## S3 method for class 'DRMod' plot(x, CI = FALSE, level = 0.95, plotData = c("means", "meansCI", "raw", "none"), plotGrid = TRUE, colMn = 1, colFit = 1, ...) fitMod 15 ## S3 method for class 'DRMod' logLik(object, ...) ## S3 method for class 'DRMod' AIC(object, ..., k = 2) ## S3 method for class 'DRMod' gAIC(object, ..., k = 2) Arguments dose, resp Either vectors of equal length specifying dose and response values, or names of variables in the data frame specified in ‘data’. data Data frame containing the variables referenced in dose and resp if ‘data’ is not specified it is assumed that ‘dose’ and ‘resp’ are variables referenced from data (and no vectors) model The dose-response model to be used for fitting the data. Built-in models are "linlog", "linear", "quadratic", "emax", "exponential", "sigEmax", "betaMod" and "logistic" (see drmodels). S The inverse weighting matrix used in case, when ‘type = "general"’, see De- scription. For later inference statements (vcov or predict methods) it is assumed this is the estimated covariance of the estimates in the first stage fit. type Determines whether inference is based on an ANCOVA model under a ho- moscedastic normality assumption (when ‘type = "normal"’), or estimates at the doses and their covariance matrix and degrees of freedom are specified di- rectly in ‘resp’, ‘S’ and ‘df’. See also the Description above and Pinheiro et al. (2014). addCovars Formula specifying additional additive linear covariates (only for ‘type = "normal"’) placAdj Logical, if true, it is assumed that placebo-adjusted estimates are specified in ‘resp’ (only possible for ‘type = "general"’). bnds Bounds for non-linear parameters. If missing the the default bounds from defBnds is used. When the dose-response model has only one non-linear parameter (for example Emax or exponential model), ‘bnds’ needs to be a vector containing upper and lower bound. For models with two non-linear parameters ‘bnds’ needs to be a matrix containing the bounds in the rows, see the Description section of defBnds for details on the formatting of the bounds for the individual models. df Degrees of freedom to use in case of ‘type = "general"’. If this argument is missing ‘df = Inf’ is used. For ‘type = "normal"’ this argument is ignored as the exact degrees of freedom can be deduced from the model. start Vector of starting values for the nonlinear parameters (ignored for linear mod- els). When equal to NULL, a grid optimization is performed and the best value is used as starting value for the local optimizer. na.action A function which indicates what should happen when the data contain NAs. 16 fitMod control A list with entries: "nlminbcontrol", "optimizetol" and "gridSize". The entry nlminbcontrol needs to be a list and it is passed directly to control argument in the nlminb function, that is used internally for models with 2 non- linear parameters. The entry optimizetol is passed directly to the tol argument of the optimize func- tion, which is used for models with 1 nonlinear parameters. The entry gridSize needs to be a list with entries dim1 and dim2 giving the size of the grid for the gridsearch in 1d or 2d models. addArgs List containing two entries named "scal" and "off" for the "betaMod" and "lin- log" model. When addArgs is NULL the following defaults is used ‘list(scal = 1.2*max(doses), off = 0.01*max(doses))’. object, x DRMod object sep Logical determining whether all coefficients should be returned in one numeric or separated in a list. predType, newdata, doseSeq, se.fit predType determines whether predictions are returned for the full model (includ- ing potential covariates), the ls-means (SAS type) or the effect curve (difference to placebo). newdata gives the covariates to use in producing the predictions (for predType = "full-model"), if missing the covariates used for fitting are used. doseSeq dose-sequence on where to produce predictions (for predType = "effect- curve" and predType = "ls-means"). If missing the doses used for fitting are used. se.fit: logical determining, whether the standard error should be calculated. CI, level, plotData, plotGrid, colMn, colFit Arguments for plot method: ‘CI’ determines whether confidence intervals should be plotted. ‘level’ determines the level of the confidence intervals. ‘plotData’ determines how the data are plotted: Either as means or as means with CI, raw data or none. In case of ‘type = "normal"’ and covariates the ls-means are dis- played, when ‘type = "general"’ the option "raw" is not available. ‘colMn’ and ‘colFit’ determine the colors of fitted model and the raw means. k Penalty to use for model-selection criterion (AIC uses 2, BIC uses log(n)). ... Additional arguments for plotting for the ‘plot’ method. For all other cases additional arguments are ignored. Details Details on numerical optimizer for model-fitting: For linear models fitting is done using numerical linear algebra based on the QR decomposition. For nonlinear models numerical optimization is performed only in the nonlinear parameters in the model and optimizing over the linear parameters in each iteration (similar as the Golub-Pereyra implemented in nls). For models with 1 nonlinear parameter the optimize function is used for 2 nonlinear parameters the nlminb function is used. The starting value is generated using a grid- search (with the grid size specified via ‘control$gridSize’), or can directly be handed over via ‘start’. fitMod 17 For details on the asymptotic approximation used for ‘type = "normal"’, see Seber and Wild (2003, chapter 5). For details on the asymptotic approximation used for ‘type = "general"’, and the gAIC, see Pinheiro et al. (2014). Value An object of class DRMod. Essentially a list containing information about the fitted model coeffi- cients, the residual sum of squares (or generalized residual sum of squares), Author(s) Bjoern Bornkamp References Pinheiro, J. C., Bornkamp, B., Glimm, E. and Bretz, F. (2014) Model-based dose finding under model uncertainty using general parametric models, Statistics in Medicine, 33, 1646–1661 Seber, G.A.F. and Wild, C.J. (2003). Nonlinear Regression, Wiley. See Also defBnds, drmodels Examples ## Fit the emax model to the IBScovars data set data(IBScovars) fitemax <- fitMod(dose, resp, data=IBScovars, model="emax", bnds = c(0.01, 4)) ## methods for DRMod objects summary(fitemax) ## extracting coefficients coef(fitemax) ## (asymptotic) covariance matrix of estimates vcov(fitemax) ## predicting newdat <- data.frame(dose = c(0,0.5,1), gender=factor(1)) predict(fitemax, newdata=newdat, predType = "full-model", se.fit = TRUE) ## plotting plot(fitemax, plotData = "meansCI", CI=TRUE) ## now include (additive) covariate gender fitemax2 <- fitMod(dose, resp, data=IBScovars, model="emax", addCovars = ~gender, bnds = c(0.01, 4)) vcov(fitemax2) plot(fitemax2) ## fitted log-likelihood logLik(fitemax2) ## extracting AIC (or BIC) AIC(fitemax2) 18 glycobrom ## Illustrating the "general" approach for a binary regression ## produce first stage fit (using dose as factor) data(migraine) PFrate <- migraine$painfree/migraine$ntrt doseVec <- migraine$dose doseVecFac <- as.factor(migraine$dose) ## fit logistic regression with dose as factor fitBin <- glm(PFrate~doseVecFac-1, family = binomial, weights = migraine$ntrt) drEst <- coef(fitBin) vCov <- vcov(fitBin) ## now fit an Emax model (on logit scale) gfit <- fitMod(doseVec, drEst, S=vCov, model = "emax", bnds = c(0,100), type = "general") ## model fit on logit scale plot(gfit, plotData = "meansCI", CI = TRUE) ## model on probability scale logitPred <- predict(gfit, predType ="ls-means", doseSeq = 0:200, se.fit=TRUE) plot(0:200, 1/(1+exp(-logitPred$fit)), type = "l", ylim = c(0, 0.5), ylab = "Probability of being painfree", xlab = "Dose") LB <- logitPred$fit-qnorm(0.975)*logitPred$se.fit UB <- logitPred$fit+qnorm(0.975)*logitPred$se.fit lines(0:200, 1/(1+exp(-LB))) lines(0:200, 1/(1+exp(-UB))) ## now illustrate "general" approach for placebo-adjusted data (on ## IBScovars) note that the estimates are identical to fitemax2 above) anovaMod <- lm(resp~factor(dose)+gender, data=IBScovars) drFit <- coef(anovaMod)[2:5] # placebo adjusted estimates at doses vCov <- vcov(anovaMod)[2:5,2:5] dose <- sort(unique(IBScovars$dose))[-1] ## now fit an emax model to these estimates gfit2 <- fitMod(dose, drFit, S=vCov, model = "emax", type = "general", placAdj = TRUE, bnds = c(0.01, 2)) ## some outputs summary(gfit2) coef(gfit2) vcov(gfit2) predict(gfit2, se.fit = TRUE, doseSeq = c(1,2,3,4), predType = "effect-curve") plot(gfit2, CI=TRUE, plotData = "meansCI") gAIC(gfit2) glycobrom Glycopyrronium Bromide dose-response data glycobrom 19 Description Data from a clinical study evaluating Efficacy and Safety of Four Doses of Glycopyrronium Bro- mide in Patients With Stable Chronic Obstructive Pulmonary Disease (COPD). This data set was obtained from clinicaltrials.gov (NCT00501852). The study design was a 4 period incomplete cross-over design. The primary endpoint is the trough forced expiratory volume in 1 second (FEV1) following 7 days of Treatment. The data given here are summary estimates (least-square means) for each dose. Usage data(glycobrom) Format A data frame with 5 summary estimates (one per dose). Variables: dose a numeric vector containing the dose values fev1 a numeric vector containing the least square mean per dose sdev a numeric vector containing the standard errors of the least square means per dose n Number of participants analyzed per treatment group Source http://clinicaltrials.gov/ct2/show/results/NCT00501852 Examples ## simulate a full data set with given means and sdv (here we ignore ## the original study was a cross-over design, and simulate a parallel ## group design) simData <- function(mn, sd, n, doses, fixed = TRUE){ ## simulate data with means (mns) and standard deviations (sd), for ## fixed = TRUE, the data set will have observed means and standard ## deviations as given in mns and sd resp <- numeric(sum(n)) uppind <- cumsum(n) lowind <- c(0,uppind)+1 for(i in 1:length(n)){ rv <- rnorm(n[i]) if(fixed) rv <- scale(rv) resp[lowind[i]:uppind[i]] <- mn[i] + sd[i]*rv } data.frame(doses=rep(doses, n), resp=resp) } data(glycobrom) fullDat <- simData(glycobrom$fev1, glycobrom$sdev, glycobrom$n, glycobrom$dose) 20 guesst guesst Calculate guesstimates based on prior knowledge Description Calculates guesstimates for standardized model parameter(s) using the general approach described in Pinheiro et al. (2006). Usage guesst(d, p, model = c("emax", "exponential", "logistic", "quadratic", "betaMod", "sigEmax"), less = TRUE, local = FALSE, dMax, Maxd, scal) Arguments d Vector containing dose value(s). p Vector of expected percentages of the maximum effect achieved at d. model Character string. Should be one of "emax", "exponential", "quadratic", "beta- Mod", "sigEmax", "logistic". less Logical, only needed in case of quadratic model. Determines if d is smaller (‘less=TRUE’) or larger (‘less=FALSE’) than dopt (see Pinheiro et al. (2006) for details). local Logical indicating whether local or asymptotic version of guesstimate should be derived (defaults to ‘FALSE’). Only needed for emax, logistic and sigEmax model. When ‘local=TRUE’ the maximum dose must be provided via ‘Maxd’. dMax Dose at which maximum effect occurs, only needed for the beta model Maxd Maximum dose to be administered in the trial scal Scale parameter, only needed for the beta model Details Calculates guesstimates for the parameters θ2 of the standardized model function based on the prior expected percentage of the maximum effect at certain dose levels. Note that this function should be used together with the plot.Mods function to ensure that the guesstimates are reflecting the prior beliefs. For the logistic and sigmoid emax models at least two pairs (d,p) need to be specified. For the beta model the dose at which the maximum effect occurs (dMax) has to be specified in addition to the (d,p) pair. For the exponential model the maximum dose administered (Maxd) needs to be specified in addition to the (d,p) pair. For the quadratic model one (d,p) pair is needed. It is advisable to specify the location of the maximum within the dose range with this pair. guesst 21 For the emax, sigmoid Emax and logistic model one can choose between a local and an asymptotic version. In the local version one explicitly forces the standardized model function to pass through the specified points (d,p). For the asymptotic version it assumed that the standardized model func- tion is equal to 1 at the largest dose (this is the approach described in Pinheiro et al. (2006)). If the local version is used, convergence problems with the underlying nonlinear optimization can occur. Value Returns a numeric vector containing the guesstimates. References Bornkamp B., Pinheiro J. C., and Bretz, F. (2009). MCPMod: An R Package for the Design and Analysis of Dose-Finding Studies, Journal of Statistical Software, 29(7), 1–23 Pinheiro, J. C., Bretz, F., and Branson, M. (2006). Analysis of dose-response studies - modeling approaches, in N. Ting (ed.), Dose Finding in Drug Development, Springer, New York, pp. 146–171 See Also emax, logistic, betaMod, sigEmax, quadratic, exponential, plot.Mods Examples ## Emax model ## Expected percentage of maximum effect: 0.8 is associated with ## dose 0.3 (d,p)=(0.3, 0.8), dose range [0,1] emx1 <- guesst(d=0.3, p=0.8, model="emax") emax(0.3,0,1,emx1) ## local approach emx2 <- guesst(d=0.3, p=0.8, model="emax", local = TRUE, Maxd = 1) emax(0.3,0,1,emx2)/emax(1,0,1,emx2) ## plot models models <- Mods(emax=c(emx1, emx2), doses=c(0,1)) plot(models) ## Logistic model ## Select two (d,p) pairs (0.2, 0.6) and (0.2, 0.95) lgc1 <- guesst(d = c(0.2, 0.6), p = c(0.2, 0.95), "logistic") logistic(c(0.2,0.6), 0, 1, lgc1[1], lgc1[2]) ## local approach lgc2 <- guesst(d = c(0.2, 0.6), p = c(0.2, 0.95), "logistic", local = TRUE, Maxd = 1) r0 <- logistic(0, 0, 1, lgc2[1], lgc2[2]) r1 <- logistic(1, 0, 1, lgc2[1], lgc2[2]) (logistic(c(0.2,0.6), 0, 1, lgc2[1], lgc2[2])-r0)/(r1-r0) ## plot models models <- Mods(logistic = rbind(lgc1, lgc2), doses=c(0,1)) plot(models) ## Beta Model ## Select one pair (d,p): (0.4,0.8) 22 IBScovars ## dose, where maximum occurs: 0.8 bta <- guesst(d=0.4, p=0.8, model="betaMod", dMax=0.8, scal=1.2, Maxd=1) ## plot models <- Mods(betaMod = bta, doses=c(0,1), addArgs = list(scal = 1.2)) plot(models) ## Sigmoid Emax model ## Select two (d,p) pairs (0.2, 0.6) and (0.2, 0.95) sgE1 <- guesst(d = c(0.2, 0.6), p = c(0.2, 0.95), "sigEmax") sigEmax(c(0.2,0.6), 0, 1, sgE1[1], sgE1[2]) ## local approach sgE2 <- guesst(d = c(0.2, 0.6), p = c(0.2, 0.95), "sigEmax", local = TRUE, Maxd = 1) sigEmax(c(0.2,0.6), 0, 1, sgE2[1], sgE2[2])/sigEmax(1, 0, 1, sgE2[1], sgE2[2]) models <- Mods(sigEmax = rbind(sgE1, sgE2), doses=c(0,1)) plot(models) ## Quadratic model ## For the quadratic model it is assumed that the maximum effect occurs at ## dose 0.7 quad <- guesst(d = 0.7, p = 1, "quadratic") models <- Mods(quadratic = quad, doses=c(0,1)) plot(models) ## exponential model ## (d,p) = (0.8,0.5) expo <- guesst(d = 0.8, p = 0.5, "exponential", Maxd=1) models <- Mods(exponential = expo, doses=c(0,1)) plot(models) IBScovars Irritable Bowel Syndrome Dose Response data with covariates Description A subset of the data used by (Biesheuvel and Hothorn, 2002). The data are part of a dose ranging trial on a compound for the treatment of the irritable bowel syndrome with four active treatment arms, corresponding to doses 1,2,3,4 and placebo. Note that the original dose levels have been blinded in this data set for confidentiality. The primary endpoint was a baseline adjusted abdom- inal pain score with larger values corresponding to a better treatment effect. In total 369 patients completed the study, with nearly balanced allocation across the doses. Usage data(IBScovars) Format A data frame with 369 observations on the following 2 variables. MCPMod 23 gender a factor specifying the gender dose a numeric vector resp a numeric vector Source Biesheuvel, E. and Hothorn, L. A. (2002). Many-to-one comparisons in stratified designs, Biomet- rical Journal, 44, 101–116 MCPMod MCPMod - Multiple Comparisons and Modeling Description Tests for a dose-response effect using a model-based multiple contrast test (see MCTtest), selects one (or several) model(s) from the significant shapes, fits them using fitMod. For details on the method see Bretz et al. (2005). Usage MCPMod(dose, resp, data, models, S = NULL, type = c("normal", "general"), addCovars = ~1, placAdj = FALSE, selModel = c("AIC", "maxT", "aveAIC"), alpha = 0.025, df = NULL, critV = NULL, doseType = c("TD", "ED"), Delta, p, pVal = TRUE, alternative = c("one.sided", "two.sided"), na.action = na.fail, mvtcontrol = mvtnorm.control(), bnds, control = NULL) ## S3 method for class 'MCPMod' predict(object, predType = c("full-model", "ls-means", "effect-curve"), newdata = NULL, doseSeq = NULL, se.fit = FALSE, ...) ## S3 method for class 'MCPMod' plot(x, CI = FALSE, level = 0.95, plotData = c("means", "meansCI", "raw", "none"), plotGrid = TRUE, colMn = 1, colFit = 1, ...) Arguments dose, resp Either vectors of equal length specifying dose and response values, or names of variables in the data frame specified in ‘data’. data Data frame containing the variables referenced in dose and resp if ‘data’ is not specified it is assumed that ‘dose’ and ‘resp’ are variables referenced from data (and no vectors) 24 MCPMod models An object of class ‘"Mods"’, see Mods for details S The covariance matrix of ‘resp’ when ‘type = "general"’, see Description. type Determines whether inference is based on an ANCOVA model under a ho- moscedastic normality assumption (when ‘type = "normal"’), or estimates at the doses and their covariance matrix and degrees of freedom are specified di- rectly in ‘resp’, ‘S’ and ‘df’. See also fitMod and Pinheiro et al. (2014). addCovars Formula specifying additive linear covariates (for ‘type = "normal"’) placAdj Logical, if true, it is assumed that placebo-adjusted estimates are specified in ‘resp’ (only possible for ‘type = "general"’). selModel Optional character vector specifying the model selection criterion for dose esti- mation. Possible values are • AIC: Selects model with smallest AIC (this is the default) • maxT: Selects the model corresponding to the largest t-statistic. • aveAIC: Uses a weighted average of the models corresponding to the sig- nificant contrasts. PThe model weights are chosen by the formula: wi = exp(−0.5AICi )/ i (exp(−0.5AICi )) See Buckland et al. (1997) for de- tails. For ‘type = "general"’ the "gAIC" is used. alpha Significance level for the multiple contrast test df Specify the degrees of freedom to use in case ‘type = "general"’, for the call to MCTtest and fitMod. Infinite degrees of (‘df=Inf’) correspond to the multi- variate normal distribution. For type = "normal" the degrees of freedom deduced from the AN(C)OVA fit are used and this argument is ignored. critV Supply a pre-calculated critical value. If this argument is NULL, no critical value will be calculated and the test decision is based on the p-values. If ‘critV = TRUE’ the critical value will be calculated. doseType, Delta, p ‘doseType’ determines the dose to estimate, ED or TD (see also Mods), and ‘Delta’ and ‘p’ need to be specified depending on whether TD or ED is to be estimated. See TD and ED for details. pVal Logical determining, whether p-values should be calculated. alternative Character determining the alternative for the multiple contrast trend test. na.action A function which indicates what should happen when the data contain NAs. mvtcontrol A list specifying additional control parameters for the ‘qmvt’ and ‘pmvt’ calls in the code, see also mvtnorm.control for details. bnds Bounds for non-linear parameters. This needs to be a list with list entries corre- sponding to the selected bounds. The names of the list entries need to correspond to the model names. The defBnds function provides the default selection. control Control list for the optimization. A list with entries: "nlminbcontrol", "optimizetol" and "gridSize". The entry nlminbcontrol needs to be a list and is passed directly to control argu- ment in the nlminb function, that is used internally for models with 2 nonlinear parameters (e.g. sigmoid Emax or beta model). MCPMod 25 The entry optimizetol is passed directly to the tol argument of the optimize func- tion, which is used for models with 1 nonlinear parameters (e.g. Emax or expo- nential model). The entry gridSize needs to be a list with entries dim1 and dim2 giving the size of the grid for the gridsearch in 1d or 2d models. object, x MCPMod object predType, newdata, doseSeq, se.fit, ... predType determines whether predictions are returned for the full model (includ- ing potential covariates), the ls-means (SAS type) or the effect curve (difference to placebo). newdata gives the covariates to use in producing the predictions (for ‘predType = "full-model"’), if missing the covariates used for fitting are used. doseSeq dose-sequence on where to produce predictions (for ‘predType = "effect-curve"’ and ‘predType = "ls-means"’). If missing the doses used for fitting are used. se.fit: logical determining, whether the standard error should be calculated. . . . : Additional arguments, for plot.MCPMod these are passed to plot.DRMod. CI, level, plotData, plotGrid, colMn, colFit Arguments for plot method: ‘CI’ determines whether confidence intervals should be plotted. ‘level’ determines the level of the confidence intervals. ‘plotData’ determines how the data are plotted: Either as means or as means with CI, raw data or none. In case of ‘type = "normal"’ and covariates the ls-means are dis- played, when ‘type = "general"’ the option "raw" is not available. ‘colMn’ and ‘colFit’ determine the colors of fitted model and the raw means. Value An object of class ‘MCPMod’, which contains the fitted ‘MCTtest’ object as well as the ‘DRMod’ objects and additional information (model selection criteria, dose estimates, selected models). Author(s) Bjoern Bornkamp References Bretz, F., Pinheiro, J. C., and Branson, M. (2005), Combining multiple comparisons and modeling techniques in dose-response studies, Biometrics, 61, 738–748 Pinheiro, J. C., Bornkamp, B., and Bretz, F. (2006). Design and analysis of dose finding studies combining multiple comparisons and modeling procedures, Journal of Biopharmaceutical Statis- tics, 16, 639–656 Pinheiro, J. C., Bretz, F., and Branson, M. (2006). Analysis of dose-response studies - modeling approaches, in N. Ting (ed.). Dose Finding in Drug Development, Springer, New York, pp. 146–171 Pinheiro, J. C., Bornkamp, B., Glimm, E. and Bretz, F. (2014) Model-based dose finding under model uncertainty using general parametric models, Statistics in Medicine, 33, 1646–1661 Schorning, K., Bornkamp, B., Bretz, F., & Dette, H. (2016). Model selection versus model averag- ing in dose finding studies. Statistics in Medicine, 35, 4021–4040 26 MCPMod Xun, X. and Bretz, F. (2017) The MCP-Mod methodology: Practical Considerations and The DoseFinding R package, in O’Quigley, J., Iasonos, A. and Bornkamp, B. (eds) Handbook of meth- ods for designing, monitoring, and analyzing dose-finding trials, CRC press Buckland, S. T., Burnham, K. P. and Augustin, N. H. (1997). Model selection an integral part of inference, Biometrics, 53, 603–618 Seber, G.A.F. and Wild, C.J. (2003). Nonlinear Regression, Wiley. See Also MCTtest, fitMod, drmodels Examples data(biom) ## first define candidate model set (only need "standardized" models) models <- Mods(linear = NULL, emax=c(0.05,0.2), linInt=c(1, 1, 1, 1), doses=c(0,0.05,0.2,0.6,1)) plot(models) ## perform MCPMod procedure MM <- MCPMod(dose, resp, biom, models, Delta=0.5) ## a number of things can be done with an MCPMod object MM # print method provides basic information summary(MM) # more information ## predict all significant dose-response models predict(MM, se.fit=TRUE, doseSeq=c(0,0.2,0.4, 0.9, 1), predType="ls-means") ## display all model functions plot(MM, plotData="meansCI", CI=TRUE) ## now perform model-averaging MM2 <- MCPMod(dose, resp, biom, models, Delta=0.5, selModel = "aveAIC") sq <- seq(0,1,length=11) pred <- predict(MM, doseSeq=sq, predType="ls-means") modWeights <- MM2$selMod ## model averaged predictions pred <- do.call("cbind", pred)%*%modWeights ## model averaged dose-estimate TDEst <- MM2$doseEst%*%modWeights ## now an example using a general fit and fitting based on placebo ## adjusted first-stage estimates data(IBScovars) ## ANCOVA fit model including covariates anovaMod <- lm(resp~factor(dose)+gender, data=IBScovars) drFit <- coef(anovaMod)[2:5] # placebo adjusted estimates at doses vCov <- vcov(anovaMod)[2:5,2:5] dose <- sort(unique(IBScovars$dose))[-1] # no estimate for placebo ## candidate models models <- Mods(emax = c(0.5, 1), betaMod=c(1,1), doses=c(0,4)) plot(models) ## hand over placebo-adjusted estimates drFit to MCPMod MM3 <- MCPMod(dose, drFit, S=vCov, models = models, type = "general", MCTpval 27 placAdj = TRUE, Delta=0.2) plot(MM3, plotData="meansCI") ## The first example, but with critical value handed over ## this is useful, e.g. in simulation studies MM4 <- MCPMod(dose, resp, biom, models, Delta=0.5, critV = 2.31) MCTpval Calculate multiplicity adjusted p-values for multiple contrast test Description Calculate multiplicity adjusted p-values for a maximum contrast test corresponding to a set of con- trasts and given a set of observed test statistics. This function is exported as it may be a useful building block and used in more complex testing situations that are not covered by MCTtest. Most users probably don’t need to use this function. Usage MCTpval(contMat, corMat, df, tStat, alternative = c("one.sided", "two.sided"), control = mvtnorm.control()) Arguments contMat Contrast matrix to use. The individual contrasts should be saved in the columns of the matrix corMat correlation matrix of the contrasts df Degrees of freedom to assume in case ‘S’ (a general covariance matrix) is spec- ified. When ‘n’ and ‘sigma’ are specified the ones from the corresponding ANOVA model are calculated. tStat Vector of contrast test statistics alternative Character determining the alternative for the multiple contrast trend test. control A list specifying additional control parameters for the ‘qmvt’ and ‘pmvt’ calls in the code, see also ‘mvtnorm.control’ for details. Value Numeric containing the calculated p-values. Author(s) Bjoern Bornkamp 28 MCTtest References Pinheiro, J. C., Bornkamp, B., and Bretz, F. (2006). Design and analysis of dose finding studies combining multiple comparisons and modeling procedures, Journal of Biopharmaceutical Statis- tics, 16, 639–656 See Also MCTtest, optContr Examples ## need to add example MCTtest Performs multiple contrast test Description This function performs a multiple contrast test. The contrasts are either directly specified in ‘contMat’ or optimal contrasts derived from the ‘models’ argument. The directionality of the data (i.e. whether an increase or decrease in the response variable is beneficial is inferred from the ‘models’ object, see Mods). For ‘type = "normal"’ an ANCOVA model based on a homoscedastic normality assumption (with additive covariates specified in ‘addCovars’) is fitted. For ‘type = "general"’ it is assumed multivariate normally distributed estimates are specified in ‘resp’ with covariance given by ‘S’, and the contrast test statistic is calculated based on this as- sumption. Degrees of freedom specified in ‘df’. Usage MCTtest(dose, resp, data = NULL, models, S = NULL, type = c("normal", "general"), addCovars = ~1, placAdj = FALSE, alpha = 0.025, df = NULL, critV = NULL, pVal = TRUE, alternative = c("one.sided", "two.sided"), na.action = na.fail, mvtcontrol = mvtnorm.control(), contMat = NULL) Arguments dose, resp Either vectors of equal length specifying dose and response values, or names of variables in the data frame specified in ‘data’. data Data frame containing the variables referenced in dose and resp if ‘data’ is not specified it is assumed that ‘dose’ and ‘resp’ are variables referenced from data (and no vectors) models An object of class ‘Mods’, see Mods for details S The covariance matrix of ‘resp’ when ‘type = "general"’, see Description. MCTtest 29 type Determines whether inference is based on an ANCOVA model under a ho- moscedastic normality assumption (when ‘type = "normal"’), or estimates at the doses and their covariance matrix and degrees of freedom are specified di- rectly in ‘resp’, ‘S’ and ‘df’. See also fitMod and Pinheiro et al. (2014). addCovars Formula specifying additive linear covariates (for ‘type = "normal"’) placAdj Logical, if true, it is assumed that placebo-adjusted estimates are specified in ‘resp’ (only possible for ‘type = "general"’). alpha Significance level for the multiple contrast test df Specify the degrees of freedom to use in case ‘type = "general"’. If this ar- gument is missing ‘df = Inf’ is used (which corresponds to the multivariate normal distribution). For type = "normal" the degrees of freedom deduced from the AN(C)OVA fit are used and this argument is ignored. critV Supply a pre-calculated critical value. If this argument is NULL, no critical value will be calculated and the test decision is based on the p-values. If ‘critV = TRUE’ the critical value will be calculated. pVal Logical determining, whether p-values should be calculated. alternative Character determining the alternative for the multiple contrast trend test. na.action A function which indicates what should happen when the data contain NAs. mvtcontrol A list specifying additional control parameters for the ‘qmvt’ and ‘pmvt’ calls in the code, see also mvtnorm.control for details. contMat Contrast matrix to apply to the ANCOVA dose-response estimates. The con- trasts need to be in the columns of the matrix (i.e. the column sums need to be 0). Details Integrals over the multivariate t and multivariate normal distribution are calculated using the ‘mvtnorm’ package. Value An object of class MCTtest, a list containing the output. Author(s) Bjoern Bornkamp References Hothorn, T., Bretz, F., and Westfall, P. (2008). Simultaneous Inference in General Parametric Mod- els, Biometrical Journal, 50, 346–363 Pinheiro, J. C., Bornkamp, B., Glimm, E. and Bretz, F. (2014) Model-based dose finding under model uncertainty using general parametric models, Statistics in Medicine, 33, 1646–1661 See Also powMCT, optContr 30 MCTtest Examples ## example without covariates data(biom) ## define shapes for which to calculate optimal contrasts modlist <- Mods(emax = 0.05, linear = NULL, logistic = c(0.5, 0.1), linInt = c(0, 1, 1, 1), doses = c(0, 0.05, 0.2, 0.6, 1)) m1 <- MCTtest(dose, resp, biom, models=modlist) ## now calculate critical value (but not p-values) m2 <- MCTtest(dose, resp, biom, models=modlist, critV = TRUE, pVal = FALSE) ## now hand over critical value m3 <- MCTtest(dose, resp, biom, models=modlist, critV = 2.24) ## example with covariates data(IBScovars) modlist <- Mods(emax = 0.05, linear = NULL, logistic = c(0.5, 0.1), linInt = c(0, 1, 1, 1), doses = c(0, 1, 2, 3, 4)) MCTtest(dose, resp, IBScovars, models = modlist, addCovars = ~gender) ## example using general approach (fitted on placebo-adjusted scale) ancMod <- lm(resp~factor(dose)+gender, data=IBScovars) ## extract estimates and information to feed into MCTtest drEst <- coef(ancMod)[2:5] vc <- vcov(ancMod)[2:5, 2:5] doses <- 1:4 MCTtest(doses, drEst, S = vc, models = modlist, placAdj = TRUE, type = "general", df = Inf) ## example with general alternatives handed over data(biom) ## calculate contrast matrix for the step-contrasts ## represent them as linInt models models <- Mods(linInt=rbind(c(1,1,1,1), c(0,1,1,1), c(0,0,1,1), c(0,0,0,1)), doses=c(0,0.05,0.2,0.6,1)) plot(models) ## now calculate optimal contrasts for these means ## use weights from actual sample sizes weights <- as.numeric(table(biom$dose)) contMat <- optContr(models, w = weights) ## plot contrasts plot(contMat) ## perform multiple contrast test MCTtest(dose, resp, data=biom, contMat = contMat) ## example for using the Dunnett contrasts ## Dunnett contrasts doses <- sort(unique(biom$dose)) contMat <- rbind(-1, diag(4)) rownames(contMat) <- doses colnames(contMat) <- paste("D", doses[-1], sep="") migraine 31 MCTtest(dose, resp, data=biom, contMat = contMat) migraine Migraine Dose Response data Description Data set obtained from clinicaltrials.gov (NCT00712725). This was randomized placebo controlled dose-response trial for treatment of acute migraine. The primary endpoint was "pain freedom at 2 hours postdose" (a binary measurement). Usage data(migraine) Format A data frame with 517 columns corresponding to the patients that completed the trial dose a numeric vector containing the dose values painfree number of treatment responders ntrt number of subject per treatment group Source http://clinicaltrials.gov/ct2/show/results/NCT00712725 Mods Define dose-response models Description The Mods functions allows to define a set of dose-response models. The function is used as input object for a number of other different functions. The dose-response models used in this package (see drmodels for details) are of form f (d) = θ0 + θ1 f 0 (d, θ2 ) where the parameter θ2 is the only non-linear parameter and can be one- or two-dimensional, de- pending on the used model. One needs to hand over the effect at placebo and the maximum effect in the dose range, from which θ0 , θ1 are then back-calculated, the output object is of class ‘"Mods"’. This object can form the input for other functions to extract the mean response (‘getResp’) or target doses (TD and ED) corresponding to the models. It is also needed as input to the functions powMCT, optDesign 32 Mods Some models, for example the beta model (‘scal’) and the linlog model (‘off’) have parameters that are not estimated from the data, they need to be specified via the ‘addArgs’ argument. The default plot method for ‘Mods’ objects is based on a plot using the ‘lattice’ package for backward compatibility. The function ‘plotMods’ function implements a plot using the ‘ggplot2’ package. NOTE: If a decreasing effect is beneficial for the considered response variable it needs to specified here, either by using ‘direction = "decreasing"’ or by specifying a negative "maxEff" argument. Usage Mods(..., doses, placEff = 0, maxEff, direction = c("increasing", "decreasing"), addArgs=NULL, fullMod = FALSE) getResp(fmodels, doses) ## S3 method for class 'Mods' plot(x, nPoints = 200, superpose = FALSE, xlab = "Dose", ylab = "Model means", modNams = NULL, plotTD = FALSE, Delta, ...) plotMods(ModsObj, nPoints = 200, superpose = FALSE, xlab = "Dose", ylab = "Model means", modNams = NULL, trafo = function(x) x) Arguments ... In function Mods: Dose-response model names with parameter values specifying the guesstimates for the θ2 parameters. See drmodels for a complete list of dose-response mod- els implemented. See below for an example specification. In function plot.Mods: Additional arguments to the ‘xyplot’ call. doses Dose levels to be used, this needs to include placebo. addArgs List containing two entries named "scal" and "off" for the "betaMod" and "lin- log". When addArgs is NULL the following defaults are used ‘list(scal = 1.2*max(doses), off = 0.01*max(doses), nodes = doses)’. fullMod Logical determining, whether the model parameters specified in the Mods func- tion (via the ... argument) should be interpreted as standardized or the full model parameters. placEff, maxEff Specify used placebo effect and the maximum effect over placebo. Either a numeric vector of the same size as the number of candidate models or of length one. When these parameters are not specified ‘placEff = 0’ is assumed, for ‘maxEff Mods 33 = 1’ is assumed, if ‘direction = "increasing"’ and ‘maxEff = -1’ is assumed, for ‘direction = "decreasing"’. direction Character determining whether the beneficial direction is ‘increasing’ or ‘decreasing’ with increasing dose levels. This argument is ignored if ‘maxEff’ is specified. fmodels An object of class Mods Delta Delta: The target effect size use for the target dose (TD) (Delta should be > 0). x Object of class Mods with type Mods nPoints Number of points for plotting superpose Logical determining, whether model plots should be superposed xlab, ylab Label for y-axis and x-axis. modNams When ‘modNams == NULL’, the names for the panels are determined by the un- derlying model functions, otherwise the contents of ‘modNams’ are used. plotTD ‘plotTD’ is a logical determining, whether the TD should be plotted. ‘Delta’ is the target effect to estimate for the TD. ModsObj For function ‘plotMods’ the ‘ModsObj’ should contain an object of class ‘Mods’. trafo For function ‘plotMods’ there is the option to plot the candidate model set on a transformed scale (e.g. probability scale if the candidate models are formulated on log-odds scale). The default for ‘trafo’ is the identity function. Value Returns an object of class ‘"Mods"’. The object contains the specified model parameter values and the derived linear parameters (based on ‘"placEff"’ and ‘"maxEff"’) in a list. Author(s) Bjoern Bornkamp References Pinheiro, J. C., Bornkamp, B., and Bretz, F. (2006). Design and analysis of dose finding studies combining multiple comparisons and modeling procedures, Journal of Biopharmaceutical Statis- tics, 16, 639–656 See Also Mods, drmodels, optDesign, powMCT Examples ## Example on how to specify candidate models ## Suppose one would like to use the following models with the specified ## guesstimates for theta2, in a situation where the doses to be used are ## 0, 0.05, 0.2, 0.6, 1 ## Model guesstimate(s) for theta2 parameter(s) (name) 34 Mods ## linear - ## linear in log - ## Emax 0.05 (ED50) ## Emax 0.3 (ED50) ## exponential 0.7 (delta) ## quadratic -0.85 (delta) ## logistic 0.4 0.09 (ED50, delta) ## logistic 0.3 0.1 (ED50, delta) ## betaMod 0.3 1.3 (delta1, delta2) ## sigmoid Emax 0.5 2 (ED50, h) ## linInt 0.5 0.75 1 1 (perc of max-effect at doses) ## linInt 0.5 1 0.7 0.5 (perc of max-effect at doses) ## for the linInt model one specifies the effect over placebo for ## each active dose. ## The fixed "scal" parameter of the betaMod is set to 1.2 ## The fixed "off" parameter of the linlog is set to 0.1 ## These (standardized) candidate models can be specified as follows models <- Mods(linear = NULL, linlog = NULL, emax = c(0.05, 0.3), exponential = 0.7, quadratic = -0.85, logistic = rbind(c(0.4, 0.09), c(0.3, 0.1)), betaMod = c(0.3, 1.3), sigEmax = c(0.5, 2), linInt = rbind(c(0.5, 0.75, 1, 1), c(0.5, 1, 0.7, 0.5)), doses = c(0, 0.05, 0.2, 0.6, 1), addArgs = list(scal=1.2, off=0.1)) ## "models" now contains the candidate model set, as placEff, maxEff and ## direction were not specified a placebo effect of 0 and an effect of 1 ## is assumed ## display of specified candidate set using default plot (based on lattice) plot(models) ## display using ggplot2 plotMods(models) ## example for creating a candidate set with decreasing response doses <- c(0, 10, 25, 50, 100, 150) fmodels <- Mods(linear = NULL, emax = 25, logistic = c(50, 10.88111), exponential = 85, betaMod = rbind(c(0.33, 2.31), c(1.39, 1.39)), linInt = rbind(c(0, 1, 1, 1, 1), c(0, 0, 1, 1, 0.8)), doses=doses, placEff = 0.5, maxEff = -0.4, addArgs=list(scal=200)) plot(fmodels) plotMods(fmodels) ## some customizations (different model names, symbols, line-width) plot(fmodels, lwd = 3, pch = 3, cex=1.2, col="red", modNams = paste("mod", 1:8, sep="-")) ## for a full-model object one can calculate the responses ## in a matrix getResp(fmodels, doses=c(0, 20, 100, 150)) mvtnorm.control 35 ## calculate doses giving an improvement of 0.3 over placebo TD(fmodels, Delta=0.3, direction = "decreasing") ## discrete version TD(fmodels, Delta=0.3, TDtype = "discrete", doses=doses, direction = "decreasing") ## doses giving 50% of the maximum effect ED(fmodels, p=0.5) ED(fmodels, p=0.5, EDtype = "discrete", doses=doses) plot(fmodels, plotTD = TRUE, Delta = 0.3) ## example for specifying all model parameters (fullMod=TRUE) fmods <- Mods(emax = c(0, 1, 0.1), linear = cbind(c(-0.4,0), c(0.2,0.1)), sigEmax = c(0, 1.1, 0.5, 3), doses = 0:4, fullMod = TRUE) getResp(fmods, doses=seq(0,4,length=11)) ## calculate doses giving an improvement of 0.3 over placebo TD(fmods, Delta=0.3) ## discrete version TD(fmods, Delta=0.3, TDtype = "discrete", doses=0:4) ## doses giving 50% of the maximum effect ED(fmods, p=0.5) ED(fmods, p=0.5, EDtype = "discrete", doses=0:4) plot(fmods) mvtnorm.control Control options for pmvt and qmvt functions Description Returns a list (an object of class "GenzBretz") with control parameters for the ‘pmvt’ and ‘qmvt’ functions from the ‘mvtnorm’ package. Note that the DoseFinding package always uses "GenzBretz" algorithm. See the mvtnorm documentation for more information. Usage mvtnorm.control(maxpts = 30000, abseps = 0.001, releps = 0, interval = NULL) Arguments maxpts Maximum number of function values as integer. abseps Absolute error tolerance as double. releps Relative error tolerance as double. interval Interval to be searched, when the quantile is calculated. 36 neurodeg neurodeg Neurodegenerative disease simulated longitudinal dose-finding data set Description This simulated data set is motivated by a real Phase 2 clinical study of a new drug for a neurode- generative disease. The state of the disease is measured through a functional scale, with smaller values corresponding to more severe neurodeterioration. The goal of the drug is to reduce the rate of disease progression, which is measured by the linear slope of the functional scale over time. The trial design includes placebo and four doses: 1, 3, 10, and 30 mg, with balanced allocation of 50 patients per arm. Patients are followed up for one year, with measurements of the functional scale being taken at baseline and then every three months. The functional scale response is assumed to be normally distributed and, based on historical data, it is believed that the longitudinal progression of the functional scale over the one year of follow up can be modeled a simple linear trend. See the example below on how to analyse this type of data. This data set was used in Pinheiro et al. (2014) to illustrate the generalized MCPMod methodology. Usage data(neurodeg) Format A data frame with 100 observations on the following 2 variables. resp a numeric vector containing the response values dose a numeric vector containing the dose values id Patient ID time time of measurement Source Pinheiro, J. C., Bornkamp, B., Glimm, E. and Bretz, F. (2014) Model-based dose finding under model uncertainty using general parametric models, Statistics in Medicine, 33, 1646–1661 Examples ## Not run: ## reproduce analysis from Pinheiro et al. (2014) data(neurodeg) ## first fit the linear mixed effect model library(nlme) fm <- lme(resp ~ as.factor(dose):time, neurodeg, ~time|id, method = "ML") muH <- fixef(fm)[-1] # extract estimates covH <- vcov(fm)[-1,-1] optContr 37 ## derive optimal contrasts for candidate shapes doses <- c(0, 1, 3, 10, 30) mod <- Mods(emax = 1.11, quadratic= -0.022, exponential = 8.867, linear = NULL, doses = doses) # contMat <- optContr(mod, S=covH) # calculate optimal contrasts ## multiple contrast test MCTtest(doses, muH, S=covH, type = "general", critV = TRUE, contMat=contMat) ## fit the emax model fitMod(doses, muH, S=covH, model="emax", type = "general", bnds=c(0.1, 10)) ## alternatively one can also fit the model using nlme nlme(resp ~ b0 + (e0 + eM * dose/(ed50 + dose))*time, neurodeg, fixed = b0 + e0 + eM + ed50 ~ 1, random = b0 + e0 ~ 1 | id, start = c(200, -4.6, 1.6, 3.2)) ## both approaches lead to rather similar results ## End(Not run) optContr Calculate optimal contrasts Description This function calculates a contrast vectors that are optimal for detecting certain alternatives. The contrast is optimal in the sense of maximizing the non-centrality parameter of the underlying con- trast test statistic: c0 µ √ c0 Sc Here µ is the mean vector under the alternative and S the covariance matrix associated with the estimate of µ. The optimal contrast is given by µ0 S −1 1   opt −1 c ∝S µ − 0 −1 , 1S 1 see Pinheiro et al. (2014). Note that the directionality (i.e. whether in "increase" in the response variable is beneficial or a "decrease", is inferred from the specified ‘models’ object, see Mods for details). Constrained contrasts (type = "constrained") add the additional constraint in the optimization that the sign of the contrast coefficient for control and active treatments need to be different. The quadratic programming algorithm from the quadprog package is used to calculate the contrasts. 38 optContr Usage optContr(models, doses, w, S, placAdj = FALSE, type = c("unconstrained", "constrained")) ## S3 method for class 'optContr' plot(x, superpose = TRUE, xlab = "Dose", ylab = NULL, plotType = c("contrasts", "means"), ...) plotContr(optContrObj, xlab = "Dose", ylab = "Contrast coefficients") Arguments models An object of class ‘Mods’ defining the dose-response shapes for which to calcu- late optimal contrasts. doses Optional argument. If this argument is missing the doses attribute in the ‘Mods’ object specified in ‘models’ is used. w, S Arguments determining the matrix S used in the formula for the optimal con- trasts. Exactly one of ‘w’ and ‘S’ has to be specified. Note that ‘w’ and ‘S’ only have to be specified up to proportionality • w Vector specifying weights for the different doses, in the formula for cal- culation of the optimal contrasts. Specifying a weights vector is equivalent to specifying S=diag(1/w) (e.g. in a homoscedastic case with unequal sam- ple sizes, ‘w’ should be proportional to the group sample sizes). • S Directly specify a matrix proportional to the covariance matrix to use. placAdj Logical determining, whether the contrasts should be applied to placebo-adjusted estimates. If yes the returned coefficients are no longer contrasts (i.e. do not sum to 0). However, the result of multiplying of this "contrast" matrix with the placebo adjusted estimates, will give the same results as multiplying the original contrast matrix to the unadjusted estimates. type For ‘type = "constrained"’ the contrast coefficients of the zero dose group are constrained to be different from the coefficients of the active treatment groups. So that a weighted sum of the active treatments is compared against the zero dose group. For an increasing trend the coefficient of the zero dose group is negative and all other coefficients have to be positive (for a decreasing trend the other way round). x, superpose, xlab, ylab, plotType Arguments for the plot method for optContr objects. plotType determines, whether the contrasts or the underlying (standardized) mean matrix should be plotted. optContrObj For function ‘plotContr’ the ‘optContrObj’ should contain an object of class ‘optContr’. ... Additional arguments for plot method optContr 39 Value Object of class ‘optContr’. A list containing entries contMat and muMat (i.e. contrast, mean and correlation matrix). Author(s) Bjoern Bornkamp References Bretz, F., Pinheiro, J. C., and Branson, M. (2005), Combining multiple comparisons and modeling techniques in dose-response studies, Biometrics, 61, 738–748 Pinheiro, J. C., Bornkamp, B., Glimm, E. and Bretz, F. (2014) Model-based dose finding under model uncertainty using general parametric models, Statistics in Medicine, 33, 1646–1661 See Also MCTtest Examples doses <- c(0,10,25,50,100,150) models <- Mods(linear = NULL, emax = 25, logistic = c(50, 10.88111), exponential= 85, betaMod=rbind(c(0.33,2.31), c(1.39,1.39)), doses = doses, addArgs = list(scal = 200)) contMat <- optContr(models, w = rep(50,6)) plot(contMat) plotContr(contMat) # display contrasts using ggplot2 ## now we would like the "contrasts" for placebo adjusted estimates dosPlac <- doses[-1] ## matrix proportional to cov-matrix of plac. adj. estimates for balanced data S <- diag(5)+matrix(1, 5,5) ## note that we explicitly hand over the doses here contMat0 <- optContr(models, doses=dosPlac, S = S, placAdj = TRUE) ## -> contMat0 is no longer a contrast matrix (columns do not sum to 0) colSums(contMat0$contMat) ## calculate contrast matrix for unadjusted estimates from this matrix ## (should be same as above) aux <- rbind(-colSums(contMat0$contMat), contMat0$contMat) t(t(aux)/sqrt(colSums(aux^2))) ## compare to contMat$contMat ## now calculate constrained contrasts optContr(models, w = rep(50,6), type = "constrained") optContr(models, doses=dosPlac, S = S, placAdj = TRUE, type = "constrained") 40 optDesign optDesign Function to calculate optimal designs Description Given a set of models (with full parameter values and model probabilities) the ‘optDesign’ function calculates the optimal design for estimating the dose-response model parameters (D-optimal) or the design for estimating the target dose (TD-optimal design) (see Dette, Bretz, Pepelyshev and Pinheiro (2008)), or a mixture of these two criteria. The design can be plotted (together with the candidate models) using ‘plot.design’. ‘calcCrit’ calculates the design criterion for a discrete set of design(s). ‘rndDesign’ provides efficient rounding for the calculated continous design to a finite sample size. Usage optDesign(models, probs, doses, designCrit = c("Dopt", "TD", "Dopt&TD", "userCrit"), Delta, standDopt = TRUE, weights, nold = rep(0, length(doses)), n, control=list(), optimizer = c("solnp", "Nelder-Mead", "nlminb", "exact"), lowbnd = rep(0, length(doses)), uppbnd = rep(1, length(doses)), userCrit, ...) ## S3 method for class 'DRdesign' plot(x, models, lwdDes = 10, colDes = rgb(0,0,0,0.3), ...) calcCrit(design, models, probs, doses, designCrit = c("Dopt", "TD", "Dopt&TD"), Delta, standDopt = TRUE, weights, nold = rep(0, length(doses)), n) rndDesign(design, n, eps = 0.0001) Arguments models An object of class ‘c(Mods, fullMod)’, see the Mods function for details. When an TD optimal design should be calculated, the TD needs to exist for all models. If a D-optimal design should be calculated, you need at least as many doses as there are parameters in the specified models. probs Vector of model probabilities for the models specified in ‘models’, assumed in the same order as specified in models doses Optional argument. If this argument is missing the doses attribute in the ‘c(Mods, fullMod)’ object specified in ‘models’ is used. designCrit Determines which type of design to calculate. "TD&Dopt" uses both optimality criteria with equal weight. optDesign 41 Delta Target effect needed for calculating "TD" and "TD&Dopt" type designs. standDopt Logical determining, whether the D-optimality criterion (specifically the log- determinant) should be standardized by the number of parameters in the model or not (only of interest if type = "Dopt" or type = "TD&Dopt"). This is of interest, when there is more than one model class in the candidate model set (traditionally standardization this is done in the optimal design literature). weights Vector of weights associated with the response at the doses. Needs to be of the same length as the ‘doses’. This can be used to calculate designs for het- eroscedastic or for generalized linear model situations. nold, n When calculating an optimal design at an interim analysis, ‘nold’ specifies the vector of sample sizes already allocated to the different doses, and ‘n’ gives sample size for the next cohort. For ‘optimizer = "exact"’ one always needs to specify the total sample size via ‘n’. control List containing control parameters passed down to numerical optimization algo- rithms (optim, nlminb or solnp function). For ‘type = "exact"’ this should be a list with possible entries ‘maxvls1’ and ‘maxvls2’, determining the maximum number of designs allowed for passing to the criterion function (default ‘maxvls2=1e5’) and for creating the initial unre- stricted matrix of designs (default ‘maxvls1=1e6’). In addition there can be an entry ‘groupSize’ in case the patients are allocated a minimum group size is required. optimizer Algorithm used for calculating the optimal design. Options "Nelder-Mead" and "nlminb" use the optim and nlminb function and use a trigonometric transfor- mation to turn the constrained optimization problem into an unconstrained one (see Atkinson, Donev and Tobias, 2007, pages 130,131). Option "solnp" uses the solnp function from the Rsolnp package, which imple- ments an optimizer for non-linear optimization under general constraints. Option "exact" tries all given combinations of ‘n’ patients to the given dose groups (subject to the bounds specified via ‘lowbnd’ and ‘uppbnd’) and reports the best design. When patients are only allowed to be allocated in groups of a certain ‘groupSize’, this can be adjusted via the control argument. ‘n/groupSize’ and ‘length(doses)’ should be rather small for this approach to be feasible. When the number of doses is small (<8) usually ‘"Nelder-Mead"’ and ‘"nlminb"’ are best suited (‘"nlminb"’ is usually a bit faster but less stable than ‘"Nelder-Mead"’). For a larger number of doses ‘"solnp"’ is the most reliable option (but also slowest) (‘"Nelder-Mead"’ and ‘"nlminb"’ often fail). When the sample size is small ‘"exact"’ provides the optimal solution rather quickly. lowbnd, uppbnd Vectors of the same length as dose vector specifying upper and lower limits for the allocation weights. This option is only available when using the "solnp" and "exact" optimizers. userCrit User defined design criterion, should be a function that given a vector of al- location weights and the doses returns the criterion function. When specified ‘models’ does not need to be handed over. 42 optDesign The first argument of ‘userCrit’ should be the vector of design weights, while the second argument should be the ‘doses’ argument (see example below). Ad- ditional arguments to ‘userCrit’ can be passed via ... ... For function ‘optDesign’ these are additional arguments passed to ‘userCrit’. For function ‘plot.design’ these are additional parameters passed to plot.Mods. design Argument for ‘rndDesign’ and ‘calcCrit’ functions: Numeric vector (or ma- trix) of allocation weights for the different doses. The rows of the matrices need to sum to 1. Alternatively also an object of class "DRdesign" can be used for ‘rndDesign’. Note that there should be at least as many design points available as there are parameters in the dose-response models selected in models (other- wise the code returns an NA). eps Argument for ‘rndDesign’ function: Value under which elements of w will be regarded as 0. x Object of class ‘DRdesign’ (for ‘plot.design’) lwdDes, colDes Line width and color of the lines plotted for the design (in ‘plot.design’) Details LetPMm denote the Fisher information matrix under model m (up to proportionality). Mm is given by ai wi giT gi , where ai is the allocation weight to dose i, wi the weight for dose i specified via ‘weights’ and gi the gradient vector of model m evaluated at dose i. For ‘designCrit = "Dopt"’ the code minimizes the design criterion X − pm /km log(det(Mm )) m where pm is the probability for model m and km is the number of parameters for model m. When ‘standDopt = FALSE’ the km are all assumed to be equal to one. For ‘designCrit = "TD"’ the code minimizes the design criterion X pm log(vm ) m where pm is the probability for model m and vm is proportional to the asymptotic variance of the TD estimate and given by b0m Mm − bm (see Dette et al. (2008), p. 1227 for details). For ‘designCrit = "Dopt&TD"’ the code minimizes the design criterion X pm (−0.5 log(det(Mm ))/km + 0.5 log(vm )) m Again, for ‘standDopt = FALSE’ the km are all assumed to be equal to one. For details on the ‘rndDesign’ function, see Pukelsheim (1993), Chapter 12. optDesign 43 Note In some cases (particularly when the number of doses is large, e.g. 7 or larger) it might be necessary to allow a larger number of iterations in the algorithm (via the argument ‘control’), particularly for the Nelder-Mead algorithm. Alternatively one can use the solnp optimizer that is usually the most reliable, but not fastest option. Author(s) Bjoern Bornkamp References Atkinson, A.C., Donev, A.N. and Tobias, R.D. (2007). Optimum Experimental Designs, with SAS, Oxford University Press Dette, H., Bretz, F., Pepelyshev, A. and Pinheiro, J. C. (2008). Optimal Designs for Dose Finding Studies, Journal of the American Statisical Association, 103, 1225–1237 Pinheiro, J.C., Bornkamp, B. (2017) Designing Phase II Dose-Finding Studies: Sample Size, Doses and Dose Allocation Weights, in O’Quigley, J., Iasonos, A. and Bornkamp, B. (eds) Handbook of methods for designing, monitoring, and analyzing dose-finding trials, CRC press Pukelsheim, F. (1993). Optimal Design of Experiments, Wiley See Also Mods, drmodels Examples ## calculate designs for Emax model doses <- c(0, 10, 100) emodel <- Mods(emax = 15, doses=doses, placEff = 0, maxEff = 1) optDesign(emodel, probs = 1) ## TD-optimal design optDesign(emodel, probs = 1, designCrit = "TD", Delta=0.5) ## 50-50 mixture of Dopt and TD optDesign(emodel, probs = 1, designCrit = "Dopt&TD", Delta=0.5) ## use dose levels different from the ones specified in emodel object des <- optDesign(emodel, probs = 1, doses = c(0, 5, 20, 100)) ## plot models overlaid by design plot(des, emodel) ## round des to a sample size of exactly 90 patients rndDesign(des, n=90) ## using the round function would lead to 91 patients ## illustrating different optimizers (see Note above for more comparison) optDesign(emodel, probs=1, optimizer="Nelder-Mead") optDesign(emodel, probs=1, optimizer="nlminb") ## optimizer solnp (the default) can deal with lower and upper bounds: optDesign(emodel, probs=1, designCrit = "TD", Delta=0.5, optimizer="solnp", lowbnd = rep(0.2,3)) ## exact design using enumeration of all possibilites optDesign(emodel, probs=1, optimizer="exact", n = 30) 44 optDesign ## also allows to fix minimum groupSize optDesign(emodel, probs=1, designCrit = "TD", Delta=0.5, optimizer="exact", n = 30, control = list(groupSize=5)) ## optimal design at interim analysis ## assume there are already 10 patients on each dose and there are 30 ## left to randomize, this calculates the optimal increment design optDesign(emodel, 1, designCrit = "TD", Delta=0.5, nold = c(10, 10, 10), n=30) ## use a larger candidate model set doses <- c(0, 10, 25, 50, 100, 150) fmods <- Mods(linear = NULL, emax = 25, exponential = 85, linlog = NULL, logistic = c(50, 10.8811), doses = doses, addArgs=list(off=1), placEff=0, maxEff=0.4) probs <- rep(1/5, 5) # assume uniform prior desDopt <- optDesign(fmods, probs, optimizer = "nlminb") desTD <- optDesign(fmods, probs, designCrit = "TD", Delta = 0.2, optimizer = "nlminb") desMix <- optDesign(fmods, probs, designCrit = "Dopt&TD", Delta = 0.2) ## plot design and truth plot(desMix, fmods) ## illustrate calcCrit function ## calculate optimal design for beta model doses <- c(0, 0.49, 25.2, 108.07, 150) models <- Mods(betaMod = c(0.33, 2.31), doses=doses, addArgs=list(scal=200), placEff=0, maxEff=0.4) probs <- 1 deswgts <- optDesign(models, probs, designCrit = "Dopt", control=list(maxit=1000)) ## now compare this design to equal allocations on ## 0, 10, 25, 50, 100, 150 doses2 <- c(0, 10, 25, 50, 100, 150) design2 <- c(1/6, 1/6, 1/6, 1/6, 1/6, 1/6) crit2 <- calcCrit(design2, models, probs, doses2, designCrit = "Dopt") ## ratio of determinants (returned criterion value is on log scale) exp(deswgts$crit-crit2) ## example for calculating an optimal design for logistic regression doses <- c(0, 0.35, 0.5, 0.65, 1) fMod <- Mods(linear = NULL, doses=doses, placEff=-5, maxEff = 10) ## now calculate weights to use in the covariance matrix mu <- as.numeric(getResp(fMod, doses=doses)) mu <- 1/(1+exp(-mu)) weights <- mu*(1-mu) des <- optDesign(fMod, 1, doses, weights = weights) ## one can also specify a user defined criterion function ## here D-optimality for cubic polynomial planMod 45 CubeCrit <- function(w, doses){ X <- cbind(1, doses, doses^2, doses^3) CVinv <- crossprod(X*w) -log(det(CVinv)) } optDesign(doses = c(0,0.05,0.2,0.6,1), designCrit = "userCrit", userCrit = CubeCrit, optimizer = "nlminb") planMod Evaluate performance metrics for fitting dose-response models Description This function evaluates, the performance metrics for fitting dose-response models (using asymptotic approximations or simulations). Note that some metrics are available via the print method and others only via the summary method applied to planMod objects. The implemented metrics are • Root of the mean-squared error to estimate the placebo-adjusted dose-response averaged over the used dose-levels, i.e. a rather discrete set (dRMSE). Available via the print method of planMod objects. • Root of the mean-squared error to estimate the placebo-adjusted dose-response (cRMSE) aver- aged over fine (almost continuous) grid at 101 equally spaced values between placebo and the maximum dose. NOTE: Available via the summary method applied to planMod objects. • Ratio of the placebo-adjusted mean-squared error (at the observed doses) of model-based vs ANOVA approach (Eff-vs-ANOVA). This can be interpreted on the sample size scale. NOTE: Available via the summary method applied to planMod objects. • Power that the (unadjusted) one-sided ‘1-alpha’ confidence interval comparing the dose with maximum effect vs placebo is larger than ‘tau’. By default ‘alpha = 0.025’ and ‘tau = 0’ (Pow(maxDose)). Available via the print method of planMod objects. • Probability that the EDp estimate is within the true [EDpLB, EDpUB] (by default ‘p=0.5’, ‘pLB=0.25’ and ‘pUB=0.75’). This metric gives an idea on the ability to characterize the in- creasing part of the dose-response curve (P(EDp)). Available via the print method of planMod objects. • Length of the quantile range for a target dose (TD or EDp). This is calculated by taking the difference of the dUB and dLB quantile of the empirical distribution of the dose esti- mates. (lengthTDCI and lengthEDpCI). It is NOT calculated by calculating confidence inter- val lengths in each simulated data-set and taking the mean. NOTE: Available via the summary method of planMod objects. A plot method exists to summarize dose-response and dose estimations graphically. 46 planMod Usage planMod(model, altModels, n, sigma, S, doses, asyApprox = TRUE, simulation = FALSE, alpha = 0.025, tau = 0, p = 0.5, pLB = 0.25, pUB = 0.75, nSim = 100, cores = 1, showSimProgress = TRUE, bnds, addArgs = NULL) ## S3 method for class 'planMod' plot(x, type = c("dose-response", "ED", "TD"), p, Delta, placAdj = FALSE, xlab, ylab, ...) ## S3 method for class 'planMod' summary(object, digits = 3, len = 101, Delta, p, dLB = 0.05, dUB = 0.95, ...) Arguments model Character vector determining the dose-response model(s) to be used for fit- ting the data. When more than one dose-response model is provided the best fitting model is chosen using the AIC. Built-in models are "linlog", "linear", "quadratic", "emax", "exponential", "sigEmax", "betaMod" and "logistic" (see drmodels). altModels An object of class ‘Mods’, defining the true mean vectors under which operating characteristics should be calculated. n, sigma, S Either a vector ‘n’ and ‘sigma’ or ‘S’ need to be specified. When ‘n’ and ‘sigma’ are specified it is assumed computations are made for a normal ho- moscedastic ANOVA model with group sample sizes given by ‘n’ and resid- ual standard deviation ‘sigma’, i.e. the covariance matrix used for the esti- mates is thus sigma^2*diag(1/n) and the degrees of freedom are calculated as sum(n)-nrow(contMat). When a single number is specified for ‘n’ it is as- sumed this is the sample size per group and balanced allocations are used. When ‘S’ is specified this will be used as covariance matrix for the estimates. doses Doses to use asyApprox, simulation Logicals determining, whether asymptotic approximations or simulations should be calculated. If multiple models are specified in ‘model’ asymptotic approxi- mations are not available. alpha, tau Significance level for the one-sided confidence interval for model-based contrast of best dose vs placebo. Tau is the threshold to compare the confidence interval limit to. CI(MaxDCont) gives the percentage that the bound of the confidence interval was larger than tau. p, pLB, pUB p determines the type of EDp to estimate. pLB and pUB define the bounds for the EDp estimate. The performance metric Pr(Id-ED) gives the percentage that the estimated EDp was within the true EDpLB and EDpUB. nSim Number of simulations planMod 47 cores Number of cores to use for simulations. By default 1 cores is used, note that cores > 1 will have no effect Windows, as the mclapply function is used inter- nally. showSimProgress In case of simulations show the progress using a progress-bar. bnds Bounds for non-linear parameters. This needs to be a list with list entries corre- sponding to the selected bounds. The names of the list entries need to correspond to the model names. The defBnds function provides the default selection. addArgs See the corresponding argument in function fitMod. This argument is directly passed to fitMod. x An object of class planMod type Type of plot to produce Delta Additional arguments determining what dose estimate to plot, when ‘type = "ED"’ or ‘type = "TD"’ placAdj When ‘type = "dose-response"’, this determines whether dose-response esti- mates are shown on placebo-adjusted or original scale xlab, ylab Labels for the plot (ylab only applies for ‘type = "dose-response"’) len Number of equally spaced points to determine the mean-squared error on a grid (cRMSE). dLB, dUB Which quantiles to use for calculation of lengthTDCI and lengthEDpCI. By default dLB = 0.05 and dUB = 0.95, so that this corresponds to a 90% interval. object, digits object: A planMod object. digits: Digits in summary output ... Additional arguments (currently ignored) Author(s) Bjoern Bornkamp References TBD See Also fitMod Examples ## Not run: doses <- c(0,10,25,50,100,150) fmodels <- Mods(linear = NULL, emax = 25, logistic = c(50, 10.88111), exponential= 85, betaMod=rbind(c(0.33,2.31),c(1.39,1.39)), doses = doses, addArgs=list(scal = 200), placEff = 0, maxEff = 0.4) sigma <- 1 48 powMCT n <- rep(62, 6)*2 model <- "quadratic" pObj <- planMod(model, fmodels, n, sigma, doses=doses, simulation = TRUE, alpha = 0.025, nSim = 200, p = 0.5, pLB = 0.25, pUB = 0.75) print(pObj) ## to get additional metrics (e.g. Eff-vs-ANOVA, cRMSE, lengthTDCI, ...) summary(pObj, p = 0.5, Delta = 0.3) plot(pObj) plot(pObj, type = "TD", Delta=0.3) plot(pObj, type = "ED", p = 0.5) ## End(Not run) powMCT Calculate power for multiple contrast test Description Calculate power for a multiple contrast test for a set of specified alternatives. Usage powMCT(contMat, alpha = 0.025, altModels, n, sigma, S, placAdj=FALSE, alternative = c("one.sided", "two.sided"), df, critV, control = mvtnorm.control()) Arguments contMat Contrast matrix to use. The individual contrasts should be saved in the columns of the matrix alpha Significance level to use altModels An object of class ‘Mods’, defining the mean vectors under which the power should be calculated n, sigma, S Either a vector ‘n’ and ‘sigma’ or ‘S’ need to be specified. When ‘n’ and ‘sigma’ are specified it is assumed computations are made for a normal ho- moscedastic ANOVA model with group sample sizes given by ‘n’ and resid- ual standard deviation ‘sigma’, i.e. the covariance matrix used for the esti- mates is thus sigma^2*diag(1/n) and the degrees of freedom are calculated as sum(n)-nrow(contMat). When a single number is specified for ‘n’ it is as- sumed this is the sample size per group and balanced allocations are used. When ‘S’ is specified this will be used as covariance matrix for the estimates. powMCT 49 placAdj Logical, if true, it is assumed that the standard deviation or variance matrix of the placebo-adjusted estimates are specified in ‘sigma’ or ‘S’, respectively. The contrast matrix has to be produced on placebo-adjusted scale, see optContr, so that the coefficients are no longer contrasts (i.e. do not sum to 0). alternative Character determining the alternative for the multiple contrast trend test. df Degrees of freedom to assume in case ‘S’ (a general covariance matrix) is spec- ified. When ‘n’ and ‘sigma’ are specified the ones from the corresponding ANOVA model are calculated. critV Critical value, if equal to ‘TRUE’ the critical value will be calculated. Otherwise one can directly specify the critical value here. control A list specifying additional control parameters for the ‘qmvt’ and ‘pmvt’ calls in the code, see also ‘mvtnorm.control’ for details. Value Numeric containing the calculated power values Author(s) Bjoern Bornkamp References Pinheiro, J. C., Bornkamp, B., and Bretz, F. (2006). Design and analysis of dose finding studies combining multiple comparisons and modeling procedures, Journal of Biopharmaceutical Statis- tics, 16, 639–656 See Also powN, sampSizeMCT, MCTtest, optContr, Mods Examples ## look at power under some dose-response alternatives ## first the candidate models used for the contrasts doses <- c(0,10,25,50,100,150) ## define models to use as alternative fmodels <- Mods(linear = NULL, emax = 25, logistic = c(50, 10.88111), exponential= 85, betaMod=rbind(c(0.33,2.31),c(1.39,1.39)), doses = doses, addArgs=list(scal = 200), placEff = 0, maxEff = 0.4) ## plot alternatives plot(fmodels) ## power for to detect a trend contMat <- optContr(fmodels, w = 1) powMCT(contMat, altModels = fmodels, n = 50, alpha = 0.05, sigma = 1) ## Not run: ## power under the Dunnett test 50 sampSize ## contrast matrix for Dunnett test with informative names contMatD <- rbind(-1, diag(5)) rownames(contMatD) <- doses colnames(contMatD) <- paste("D", doses[-1], sep="") powMCT(contMatD, altModels = fmodels, n = 50, alpha = 0.05, sigma = 1) ## now investigate power of the contrasts in contMat under "general" alternatives altFmods <- Mods(linInt = rbind(c(0, 1, 1, 1, 1), c(0.5, 1, 1, 1, 0.5)), doses=doses, placEff=0, maxEff=0.5) plot(altFmods) powMCT(contMat, altModels = altFmods, n = 50, alpha = 0.05, sigma = 1) ## now the first example but assume information only on the ## placebo-adjusted scale ## for balanced allocations and 50 patients with sigma = 1 one obtains ## the following covariance matrix S <- 1^2/50*diag(6) ## now calculate variance of placebo adjusted estimates CC <- cbind(-1,diag(5)) V <- (CC)%*%S%*%t(CC) linMat <- optContr(fmodels, doses = c(10,25,50,100,150), S = V, placAdj = TRUE) powMCT(linMat, altModels = fmodels, placAdj=TRUE, alpha = 0.05, S = V, df=6*50-6) # match df with the df above ## End(Not run) sampSize Sample size calculations Description The ‘sampSize’ function implements a bisection search algorithm for sample size calculation. The user can hand over a general target function (via ‘targFunc’) that is then iterated so that a certain ‘target’ is achieved. The ‘sampSizeMCT’ is a convenience wrapper of ‘sampSize’ for multiple contrast tests using the power as target function. The ‘targN’ functions calculates a general target function for different given sample sizes. The ‘powN’ function is a convenience wrapper of ‘targN’ for multiple contrast tests using the power as target function. Usage sampSize(upperN, lowerN = floor(upperN/2), targFunc, target, tol = 0.001, alRatio, Ntype = c("arm", "total"), verbose = FALSE) sampSizeMCT(upperN, lowerN = floor(upperN/2), ..., power, sumFct = mean, tol = 0.001, alRatio, Ntype = c("arm", "total"), sampSize 51 verbose = FALSE) targN(upperN, lowerN, step, targFunc, alRatio, Ntype = c("arm", "total"), sumFct = c("min", "mean", "max")) powN(upperN, lowerN, step, ..., alRatio, Ntype = c("arm", "total"), sumFct = c("min", "mean", "max")) ## S3 method for class 'targN' plot(x, superpose = TRUE, line.at = NULL, xlab = NULL, ylab = NULL, ...) Arguments upperN, lowerN Upper and lower bound for the target sample size. lowerN defaults to floor(upperN/2). step Only needed for functions ‘targN’ and ‘powN’. Stepsize for the sample size at which the target function is calculated. The steps are calculated via seq(lowerN,upperN,by=step). targFunc, target The target function needs to take as an input the vector of sample sizes in the different dose groups. For ‘sampSize’ it needs to return a univariate number. For function ‘targN’ it should return a numerical vector. Example: ‘targFunc’ could be a function that calculates the power of a test, and ‘target’ the desired target power value. For function ‘sampSize’ the bisection search iterates the sample size so that a specific target value is achieved (the implicit assumption is that targFunc is monotonically increasing in the sample size). Function ‘targN’ simply calculates ‘targFunc’ for a given set of sample sizes. tol A positive numeric value specifying the tolerance level for the bisection search algorithm. Bisection is stopped if the ‘targFunc’ value is within ‘tol’ of ‘target’. alRatio Vector describing the relative patient allocations to the dose groups up to propor- tionality, e.g. ‘rep(1, length(doses))’ corresponds to balanced allocations. Ntype One of "arm" or "total". Determines, whether the sample size in the smallest arm or the total sample size is iterated in bisection search algorithm. verbose Logical value indicating if a trace of the iteration progress of the bisection search algorithm should be displayed. ... Arguments directly passed to the powMCT function in the ‘sampSizeMCT’ and ‘powN’ function. The ‘placAdj’ argument needs to be ‘FALSE’ (which is the default value for this argument). If sample size calculations are desired for a placebo-adjusted formulation use ‘sampSize’ or ‘targN’ directly. In case S is specified, the specified matrix needs to be proportional to the (hy- pothetical) covariance matrix of one single observation. The covariance matrix 52 sampSize used for sample size calculation is 1/N*S, where N is the total sample size. Hence ‘Ntype == "total"’ needs to be used if S is specified. When S is speci- fied, automatically ‘df = Inf’ is assumed in the underlying ‘powMCT’ calls. For a homoscedastic normally distributed response variable only ‘sigma’ needs to be specified, as the sample size ‘n’ is iterated in the different ‘powMCT’ calls. power, sumFct power is a numeric defining the desired summary power to achieve (in ‘sampSizeMCT’). sumFct needs to be a function that combines the power values under the different alternatives into one value (in ‘sampSizeMCT’). x, superpose, line.at, xlab, ylab arguments for the plot method of ‘targN’ and ‘powN’, additional arguments are passed down to the low-level lattice plotting routines. Author(s) Jose Pinheiro, Bjoern Bornkamp References Pinheiro, J. C., Bornkamp, B., and Bretz, F. (2006). Design and analysis of dose finding studies combining multiple comparisons and modeling procedures, Journal of Biopharmaceutical Statis- tics, 16, 639–656 Pinheiro, J.C., Bornkamp, B. (2017) Designing Phase II Dose-Finding Studies: Sample Size, Doses and Dose Allocation Weights, in O’Quigley, J., Iasonos, A. and Bornkamp, B. (eds) Handbook of methods for designing, monitoring, and analyzing dose-finding trials, CRC press See Also powMCT Examples ## sampSize examples ## first define the target function ## first calculate the power to detect all of the models in the candidate set fmodels <- Mods(linear = NULL, emax = c(25), logistic = c(50, 10.88111), exponential=c(85), betaMod=matrix(c(0.33,2.31,1.39,1.39), byrow=TRUE, nrow=2), doses = c(0,10,25,50,100,150), placEff=0, maxEff=0.4, addArgs = list(scal=200)) ## contrast matrix to use contMat <- optContr(fmodels, w=1) ## this function calculates the power under each model and then returns ## the average power under all models tFunc <- function(n){ powVals <- powMCT(contMat, altModels=fmodels, n=n, sigma = 1, alpha=0.05) mean(powVals) } Target Doses 53 ## assume we want to achieve 80% average power over the selected shapes ## and want to use a balanced allocations ## Not run: sSize <- sampSize(upperN = 80, targFunc = tFunc, target=0.8, alRatio = rep(1,6), verbose = TRUE) sSize ## Now the same using the convenience sampSizeMCT function sampSizeMCT(upperN=80, contMat = contMat, sigma = 1, altModels=fmodels, power = 0.8, alRatio = rep(1, 6), alpha = 0.05) ## Alternatively one can also specify an S matrix ## covariance matrix in one observation (6 total observation result in a ## variance of 1 in each group) S <- 6*diag(6) ## this uses df = Inf, hence a slightly smaller sample size results sampSizeMCT(upperN=500, contMat = contMat, S=S, altModels=fmodels, power = 0.8, alRatio = rep(1, 6), alpha = 0.05, Ntype = "total") ## targN examples ## first calculate the power to detect all of the models in the candidate set fmodels <- Mods(linear = NULL, emax = c(25), logistic = c(50, 10.88111), exponential=c(85), betaMod=matrix(c(0.33,2.31,1.39,1.39), byrow=TRUE, nrow=2), doses = c(0,10,25,50,100,150), placEff=0, maxEff=0.4, addArgs = list(scal=200)) ## corresponding contrast matrix contMat <- optContr(fmodels, w=1) ## define target function tFunc <- function(n){ powMCT(contMat, altModels=fmodels, n=n, sigma = 1, alpha=0.05) } powVsN <- targN(upperN = 100, lowerN = 10, step = 10, tFunc, alRatio = rep(1, 6)) plot(powVsN) ## the same can be achieved using the convenience powN function ## without the need to specify a target function powN(upperN = 100, lowerN=10, step = 10, contMat = contMat, sigma = 1, altModels = fmodels, alpha = 0.05, alRatio = rep(1, 6)) ## End(Not run) Target Doses Calculate dose estimates for a fitted dose-response model (via fitMod or bFitMod) or a Mods object. 54 Target Doses Description The TD (target dose) is defined as the dose that achieves a target effect of Delta over placebo (if there are multiple such doses, the smallest is chosen): T D∆ = min{x|f (x) > f (0) + ∆} If a decreasing trend is beneficial the definition of the TD is T D∆ = min{x|f (x) < f (0) − ∆} When ∆ is the clinical relevance threshold, then the TD is similar to the usual definition of the minimum effective dose (MED). The ED (effective dose) is defined as the dose that achieves a certain percentage p of the full effect size (within the observed dose-range!) over placebo (if there are multiple such doses, the smallest is chosen). EDp = min{x|f (x) > f (0) + p(f (dmax) − f (0)) Note that this definition of the EDp is different from traditional definition based on the Emax model, where the EDp is defined relative to the asymptotic maximum effect (rather than the maximum effect in the observed dose-range). Usage TD(object, Delta, TDtype = c("continuous", "discrete"), direction = c("increasing", "decreasing"), doses) ED(object, p, EDtype = c("continuous", "discrete"), doses) Arguments object An object of class c(Mods, fullMod), DRMod or bFitMod Delta, p Delta: The target effect size use for the target dose (TD) (Delta should be > 0). p: The percentage of the dose to use for the effective dose. TDtype, EDtype character that determines, whether the dose should be treated as a continuous variable when calculating the TD/ED or whether the TD/ED should be calcu- lated based on a grid of doses specified in ‘doses’ direction Direction to be used in defining the TD. This depends on whether an increasing or decreasing of the response variable is beneficial. doses Dose levels to be used, this needs to include placebo, ‘TDtype’ or ‘EDtype’ are equal to ‘"discrete"’. Value Returns the dose estimate Author(s) Bjoern Bornkamp Target Doses 55 See Also Mods, fitMod, bFitMod, drmodels Examples ## example for creating a "full-model" candidate set placebo response ## and maxEff already fixed in Mods call doses <- c(0, 10, 25, 50, 100, 150) fmodels <- Mods(linear = NULL, emax = 25, logistic = c(50, 10.88111), exponential = 85, betaMod = rbind(c(0.33, 2.31), c(1.39, 1.39)), linInt = rbind(c(0, 1, 1, 1, 1), c(0, 0, 1, 1, 0.8)), doses=doses, placEff = 0, maxEff = 0.4, addArgs=list(scal=200)) ## calculate doses giving an improvement of 0.3 over placebo TD(fmodels, Delta=0.3) ## discrete version TD(fmodels, Delta=0.3, TDtype = "discrete", doses=doses) ## doses giving 50% of the maximum effect ED(fmodels, p=0.5) ED(fmodels, p=0.5, EDtype = "discrete", doses=doses) plot(fmodels, plotTD = TRUE, Delta = 0.3) Index ∗ datasets gAIC (fitMod), 14 biom, 8 getResp (Mods), 31 glycobrom, 18 glycobrom, 18 IBScovars, 22 guesst, 20 migraine, 31 neurodeg, 36 IBScovars, 22 ∗ package linear (DR-Models), 10 DoseFinding-package, 2 linearGrad (DR-Models), 10 AIC.DRMod (fitMod), 14 linInt (DR-Models), 10 linIntGrad (DR-Models), 10 betaMod, 8, 21 linlog (DR-Models), 10 betaMod (DR-Models), 10 linlogGrad (DR-Models), 10 betaModGrad (DR-Models), 10 logistic, 8, 21 bFitMod, 4, 53, 55 logistic (DR-Models), 10 biom, 8 logisticGrad (DR-Models), 10 logLik.DRMod (fitMod), 14 calcCrit (optDesign), 40 MCPMod, 23 coef.bFitMod (bFitMod), 4 MCTpval, 27 coef.DRMod (fitMod), 14 MCTtest, 23, 24, 26–28, 28, 39, 49 migraine, 31 defBnds, 5, 8, 15, 17, 24, 47 Mods, 10, 24, 28, 31, 33, 37, 40, 43, 49, 53, 55 DesignMCPModApp, 9 mvtnorm.control, 24, 29, 35 DoseFinding (DoseFinding-package), 2 DoseFinding-package, 2 neurodeg, 36 DR-Models, 10 nlminb, 16, 41 drmodels, 5, 14, 15, 17, 26, 31–33, 43, 46, 55 nls, 16 drmodels (DR-Models), 10 optContr, 28, 29, 37, 49 ED, 24, 31 optDesign, 31, 33, 40 ED (Target Doses), 53 optim, 41 emax, 21 optimize, 16 emax (DR-Models), 10 emaxGrad (DR-Models), 10 planMod, 45 exponential, 21 plot.bFitMod (bFitMod), 4 exponential (DR-Models), 10 plot.DRdesign (optDesign), 40 exponentialGrad (DR-Models), 10 plot.DRMod (fitMod), 14 plot.MCPMod (MCPMod), 23 fitMod, 5, 6, 9, 10, 13, 14, 23, 24, 26, 29, 47, plot.Mods, 20, 21, 42 53, 55 plot.Mods (Mods), 31 56 INDEX 57 plot.optContr (optContr), 37 plot.planMod (planMod), 45 plot.targN (sampSize), 50 plotContr (optContr), 37 plotMods (Mods), 31 powMCT, 29, 31, 33, 48, 51, 52 powN, 49 powN (sampSize), 50 predict.bFitMod (bFitMod), 4 predict.DRMod (fitMod), 14 predict.MCPMod (MCPMod), 23 quadratic, 21 quadratic (DR-Models), 10 quadraticGrad (DR-Models), 10 rndDesign (optDesign), 40 sampSize, 50 sampSizeMCT, 49 sampSizeMCT (sampSize), 50 sigEmax, 8, 21 sigEmax (DR-Models), 10 sigEmaxGrad (DR-Models), 10 summary.planMod (planMod), 45 Target Doses, 53 targN (sampSize), 50 TD, 24, 31 TD (Target Doses), 53 vcov.DRMod (fitMod), 14
SemiMarkov
cran
Package ‘SemiMarkov’ October 12, 2022 Type Package Title Multi-States Semi-Markov Models Version 1.4.6 Date 2019-06-27 Author Agnieszka Listwon-Krol, Philippe Saint-Pierre Maintainer Agnieszka Listwon-Krol <krol@lunenfeld.ca> Description Functions for fitting multi-state semi-Markov models to longitudinal data. A paramet- ric maximum likelihood estimation method adapted to deal with Exponential, Weibull and Expo- nentiated Weibull distributions is considered. Right-censoring can be taken into ac- count and both constant and time-varying covariates can be included using a Cox propor- tional model. Reference: A. Krol and P. Saint-Pierre (2015) <doi:10.18637/jss.v066.i06>. Depends R (>= 2.10.0), numDeriv, MASS, Rsolnp License GPL (>= 2) NeedsCompilation no Repository CRAN Date/Publication 2019-07-02 11:10:03 UTC R topics documented: asthma . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 hazard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 param.init . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 plot.hazard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 print.hazard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 print.semiMarkov . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 semiMarkov . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 summary.hazard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 summary.semiMarkov . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 table.state . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 Index 24 1 2 asthma asthma Asthma control data Description Data from a follow-up study of severe asthmatic patients. At each visit, covariates are recorded and asthma was evaluated using the concept of control scores. Such scores reflect a global judgement of the disease gravity based on official criteria. Three levels are considered (optimal, suboptimal and unacceptable control) and can be used to define the subject’s state at each visit. The aim is to investigate the evolution of asthma control and to evaluate the effect of covariates. The data contains an extraction of 371 patients with at least two visits. The table is presented in long format with one row for each observed transition between two states. The rows corresponding to the same subject are ordered chronologically. The last sojourn time is right-censored by the end of the study and represent the time until censoring. A censored transition is defined as a transition to the same state h->h. Usage data(asthma) Format A data frame containing 928 rows. Each row represents a patient examination and contains several covariates. id Patient identification number state.h Starting state (1 for optimal, 2 for suboptimal and 3 for unacceptable control state) state.j Arrival state (1 for optimal, 2 for suboptimal and 3 for unacceptable control state) time Waiting (sojourn) time in state state.h Severity Disease severity (1=severe, 0=mild-moderate asthma) BMI Body Mass Index (1=BMI>=25, 0=otherwise) Sex Sex (1=men, 0=women) This presentation of the data implies that, for a given patient, the visited states are the sequence of state.h and the follow-up time is the the cumulated sum of time. Source ARIA (Association pour la Recherche en Intelligence Artificielle), France. References Saint-Pierre P., Combescure C., Daures J.P., Godard P. (2003). The analysis of asthma control under a Markov assumption with use of covariates. Statistics in Medicine, 22(24):3755-70. hazard 3 Examples data(asthma) head(asthma) hazard Computes hazard rates using an object of class semiMarkov or param.init Description For a given vector of times, the function computes the hazard rates values of an object of class semiMarkov or param.init (which provided the hazard rates). Both, values of hazard rate of waiting time of semi-Markov process can be obtained. Usage hazard(object, type = "alpha", time = NULL, cov = NULL, s = 0, t = "last", Length = 1000) Arguments object Object of class semiMarkov or param.init. type Type of hazard to be computed: "alpha" for the hazard rates of waiting times of the embedded Markov chain and "lambda" for the hazard rates of the semi- Markov process. Default is "alpha". time A vector containing the time values for which the hazard rate is computed. Default value is a vector seq(0, last, length = Length) where last is the largest duration observed in the data set and Length is the length of the vector. cov A list with one component for each covariate. Each component gives values of covariates that are to be used for the hazard rates computation. For a time- fixed covariate a single value can be given whereas a whole vector of values is required for time dependent covariates. Default is NULL which corresponds to time-independent covariates all equal to 0. Note that the same covariates values are used for all transitions. s Starting value of the time interval [s, t] which is used to compute the hazard rate. This argument is not considered when the vector time is defined. Default value is 0. t Ending value of the time interval [s, t] which is used to compute the hazard rate. This argument is not considered when the vector time is defined. Default value is last which is the the largest duration observed in the data set. Length The number of points of the time interval [s, t] for which the hazard rate is computed. These points are equally distributed in the time interval [s, t]. This argument is not considered when the vector time is defined. Default value is 1000. 4 hazard Details This function computes the hazard rates of waiting (or sojourn) times and the hazard rates of semi- Markov process defined in the parametric multi-state semi-Markov model described in Listwon and Saint-Pierre (2013). Additional details about the methodology behind the SemiMarkov package can be found in Limnios and Oprisan (2001), Foucher et al. (2006) and Perez-Ocon and Ruiz-Castro (1999). The hazard rate of waiting time at time t represents the conditional probability that a transition from state h to state j is observed given that no event occurs until time t. In a parametric framework, the expression of the hazard rates can easily be obtained as the distributions of waiting time belong to a parametric family. The hazard rate values are calculated using the chosen distribution and the given values of the parameters. The effects of both constant and time-varying covariates on the hazard of waiting time can be studied using a proportional intensities model. The effects of covariates can then be interpreted in terms of relative risk. The hazard rate of the semi-Markov process at time t represents the conditional probability that a transition into state j is observed given that the subject is in state h and that no event occurs until time t. The hazard rate of the semi-Markov process can be interpreted as the subject’s risk of passing from state h to state j. This quantity can be deduced from the transition probabilities of the embedded Markov chain and from the distributions of waiting times. This function can be used to compute the hazard rates for different values of the covariates or different values of the parameters. These hazard rates can then be plotted using plot.hazard. Objects of classes semiMarkov and param.init can be used in the function hazard. These objects contain informations on the model and the values of the parameters for the waiting time distribution, the transition probability of Markov chain and the regression coefficients. Value Returns an object of class hazard. Type The type of hazard computed by the function hazard: the hazard of waiting time (alpha) or the hazard of the semi-Markov process (lambda). vector A data frame containing one vector for each possible transition. A vector con- tains values of the hazard rate associated to the vector of times. Time The vector of times used to compute the hazard rate. Covariates A list containing the values of the covariates (fixed or time-dependent). Summary A list of data frames (one for each possible transition). A dataframe contains quantiles, means, minimums and maximums of the hazard rate values. Transition_matrix A matrix containing informations on the model: the possible transitions and the distribution of waiting times for each transition (Exponential, Weibull or Exponentiated Weibull). call Recall the name of the model. Author(s) Agnieszka Listwon-Krol hazard 5 References Krol, A., Saint-Pierre P. (2015). SemiMarkov : An R Package for Parametric Estimation in Multi- State Semi-Markov Models. 66(6), 1-16. Limnios, N., Oprisan, G. (2001). Semi-Markov processes and reliability. Statistics for Industry and Technology. Birkhauser Boston. Foucher, Y., Mathieu, E., Saint-Pierre, P., Durand, J.F., Daures, J.P. (2006). A semi-Markov model based on Generalized Weibull distribution with an illustration for HIV disease. Biometrical Journal, 47(6), 825-833. Perez-Ocon, R., Ruiz-Castro, J. E. (1999). Semi-markov models and applications, chapter 14, pages 229-238. Kluwer Academic Publishers. See Also plot.hazard, semiMarkov, param.init, summary.hazard, print.hazard Examples ## Asthma control data data(asthma) ## Definition of the model: states, names, # possible transtions and waiting times distributions states_1 <- c("1","2","3") mtrans_1 <- matrix(FALSE, nrow = 3, ncol = 3) mtrans_1[1, 2:3] <- c("E","E") mtrans_1[2, c(1,3)] <- c("E","E") mtrans_1[3, c(1,2)] <- c("W","E") ## semi-Markov model without covariates fit1 <- semiMarkov(data = asthma, states = states_1, mtrans = mtrans_1) ## Hazard rates of waiting time alpha1 <- hazard(fit1) plot(alpha1) ## Hazard rates of the semi-Markov process lambda1 <- hazard(fit1, type = "lambda") plot(lambda1) ## Defining a vector of equally distributed times alpha2 <- hazard(fit1, s=0, t=3, Length=300) plot(alpha2) ## Considering times observed in the data set alpha3 <- hazard(fit1, time=sort(unique(asthma$time))) plot(alpha3) 6 param.init ## semi-Markov model with a covariate "BMI" fit2 <- semiMarkov(data = asthma, cov = as.data.frame(asthma$BMI), states = states_1, mtrans = mtrans_1) ## Time fixed covariate ## Covariate equal to 0 and 1 for each transition alpha4 <- hazard(fit2) alpha5 <- hazard(fit2, cov=1) plot(alpha4,alpha5) ## Time dependent covariate ## Suppose that the covariate value is known for all times values Time<-sort(unique(asthma$time)) # observed times in ascending order Cov1<-sort(rbinom(length(Time), 1, 0.3)) # simulation of binary covariate Cov2<-sort(rexp(length(Time), 5)) # simulation of numeric covariate alpha6 <- hazard(fit2, time=Time, cov=Cov1) plot(alpha6) alpha7 <- hazard(fit2, time=Time, cov=Cov2) plot(alpha7) ## semi-Markov model with two covariates ## "BMI" affects transitions "1->3" and "3->1" ## "Sex" affects transition "3->1" SEX <- as.data.frame(asthma$Sex) BMI <- as.data.frame(asthma$BMI) fit3 <- semiMarkov(data = asthma, cov = as.data.frame(cbind(BMI,SEX)), states = states_1, mtrans = mtrans_1, cov_tra = list(c("13","31"),c("31"))) alpha8 <- hazard(fit3, cov=c(0,0)) alpha9 <- hazard(fit3, cov=c(1,1)) plot(alpha8,alpha9) param.init Defines the initial values of parameters for a semi-Markov model Description Function defining initial values of parameters of the waiting time distributions, probabilities of the Markov chain and optional regression coefficients associated with covariates. The function can either provides the default initial values (the same as those considered in the function semiMarkov) or can be used to specify particular initial values. Usage param.init(data = NULL, cov = NULL, states, mtrans, cov_tra = NULL, cens = NULL, dist_init = NULL, proba_init=NULL, coef_init = NULL) param.init 7 Arguments data data frame of the form data.frame(id,state.h,state.j,time), where • id: the individual identification number • state.h: state left by the process • state.j: state entered by the process • time: waiting time in state state.h The data.frame containts one row per transition (possibly several rows per pa- tient). The data frame data is not needed if proba_init is provided. cov Optional data frame containing the covariates values. states A numeric vector giving the names of the states (names are values used in state.h). mtrans A quadratic matrix of characters describing the possible transitions and the dis- tributions of waiting time. The rows represent the left states, and the columns represent the entered states. If an instantaneous transition is not allowed from state h to state j, then mtrans should have (h, j) entry FALSE, otherwise it should be "E" (or "Exp" or "Exponential") for Exponential distribution, "W" (or "Weibull") for Weibull distribution or "EW" (or "EWeibull" or "Exponentiated Weibull") for Exponentiated Weibull distribution. If TRUE is used instead of the name of the distribution, then a Weibull distribution is considered. By definition of a semi-Markov model, the transitions into the same state are not possible. The diagonal elements of mtrans must be set to FALSE otherwise the function will stop. cov_tra Optional list of vectors: a vector is associated with covariates included in the model. For a given covariate, the vector contains the transitions "hj" for which the covariate have an effect (only the transitions not equal to FALSE in mtrans are allowed). The effect of covariates can then be considered only on specific transitions. By default, the effects of covariates on all the possible transitions are included in a model. cens A character giving the code for censored observations in the column state.j of the data. Default is NULL which means that the censoring is defined as a transition fron state h to state h. dist_init Optional numeric vector giving the initial values of the distribution parameters. Default is 1 for each distribution parameter. The length of the vector depends on the chosen distribution, number of transitions and states. proba_init Optional numeric vector giving the initial values of the transition probabilities. The sum of the probabilities in the same raw must be equal to 1. According to semi-Markov model, the probability to stay in the same state must be equal to 0. The default values for the transition probabilities are estimated from the data. If data = NULL, the argument proba_init is obligatory. coef_init Optional numeric vector giving the initial values of the regression coefficients associated with the covariates. Default is 0 for each regression coefficient mean- ing no effect of the covariate. 8 param.init Details This function returns a data frame containing the initial values of parameters of a semi-Markov model. The model parameters are the distribution parameters, the transition probabilities of the Markov chain and the regression coefficients associated with covariates. The number of parameters depends on the chosen model: the distributions of the sojourn times, the number of states and the transitions between states specified with the matrix mtrans, the number of covariates (cov) and their effects or not on transitions (cov_tra). The default initial values for the distribution parameters are fixed to 1. As the three possible dis- tributions are nested for respective parameters equal to 1 (See details of the semiMarkov function), the initial distribution corresponds to the exponential distribution with parameter equal to 1 (what- ever the chosen distribution). The default initial values for the regression coefficients are fixed to 0 meaning that the covariates have no effect on the hazard rates of the sojourn times. These initial values may be changed using the arguments dist_init and coef_init. By default, the initial probabilities are calculated by simple proportions. The probability associated to the transition from h to j is estimed by the number of observed transitions from state h to state j divided by the total number of transitions from state h observed in the data. The results are displayed in matrix matrix.P. The number of parameters for transition probabilities is smaller than the number of possible transitions as the probabilities in the same row sum up to one. Considering this point and that the probability to stay in the same state is zero, the user can change the initial values using the argument proba_init. Value This function returns an object of class param.init to be used in functions semiMarkov and hazard. An object of class param.init consists of nstates The length of vector states interpreted as the number of possible states for the process. table.state A table, with starting states as rows and arrival states as columns, which pro- vides the number of times that a transition between two states is observed. This argument is only returned when data is provided. It can be used to quickly summarize multi-state data. Ncens Number of individuals subjected to censoring. matrix.P Quadratic matrix, with starting states as rows and arrival states as columns, giv- ing the default initial values for the transition propabilities of the embedded Markov chain. All diagonal values are zero. The sum of all probabilities of the same row is equal to one. last The largest duration observed in data if data is given. Transition_matrix A matrix containing the informations on the model definition : the possible tran- sitions o and the distribution of waiting times for each transition (Exponential, Weibull or Exponentiated Weibull). dist.init A data frame giving the names of the parameters, transitions associated with and initial values of the distribution parameters. proba.init A data frame giving names of the parameters, transitions associated with and initial values of the probabilities of the embedded Markov chain. param.init 9 coef.init A data frame giving the names of covariates, transitions associated with and initial values of the regression coefficients. Author(s) Agnieszka Listwon-Krol See Also hazard, semiMarkov Examples ## Asthma control data data(asthma) ## Definition of the model: states, names, # possible transtions and waiting time distributions states_1 <- c("1","2","3") mtrans_1 <- matrix(FALSE, nrow = 3, ncol = 3) mtrans_1[1, 2:3] <- c("W","W") mtrans_1[2, c(1,3)] <- c("EW","EW") mtrans_1[3, c(1,2)] <- c("W","W") ## Default initial values in a model without covariates init_1 <- param.init(data = asthma, states = states_1, mtrans = mtrans_1) ## Definition of initial values in a model without covariates init_2 <- param.init(data = asthma, states = states_1, mtrans = mtrans_1, dist_init=c(rep(1.5,6),rep(1.8,6),rep(2,2)), proba_init=c(0.2,0.8,0.3,0.7,0.35,0.65)) ## Default initial values with a covariate "Sex" # influencing transitions " 1->2" and "3->2" init_3 <- param.init(data = asthma, cov=as.data.frame(asthma$Sex), states = states_1, mtrans = mtrans_1, cov_tra=list(c("12","32"))) ## Definition of initial values with a covariate "Sex" # influencing transitions " 1->2" and "3->2" init_4 <- param.init(data = asthma, cov=as.data.frame(asthma$Sex), states = states_1, mtrans = mtrans_1, cov_tra=list(c("12","32")), dist_init=c(rep(1.5,6),rep(1.8,6),rep(2,2)), proba_init=c(0.2,0.8,0.3,0.7,0.35,0.65), coef_init=rep(0.3,2)) init_5 <- param.init(data = asthma, cov=as.data.frame(asthma$Sex), states = states_1, mtrans = mtrans_1, cov_tra=list(c("12","32")), coef_init=c(0.2,0.5)) ## Definition of initial values without dataset in an illness-death model ## 1 - healthy, 2 - illness, 3 - death states_2 <- c("1","2","3") 10 plot.hazard mtrans_2 <- matrix(FALSE, nrow = 3, ncol = 3) mtrans_2[1,c(2,3)] <- c("E","W") mtrans_2[2,c(1,3)] <- c("EW","EW") init_6<-param.init(states=states_2, mtrans=mtrans_2, proba_init=c(0.7,0.3,0.2,0.8)) plot.hazard Plot method for objects of class hazard Description Plot method for one or several (maximum 10) objects of class hazard. Depending on the hazard rate chosen in the function hazard, the function plots either the hazard rates of sojourn times or the semi-Markov process hazard rate for each considered transition (one plot for each transition). Usage ## S3 method for class 'hazard' plot(x, x2 = NULL, x3 = NULL, x4 = NULL, x5 = NULL, x6 = NULL, x7 = NULL, x8 = NULL, x9 = NULL, x10 = NULL, transitions = NULL, names = NULL, legend = TRUE, legend.pos = NULL, cex = NULL, colors = NULL, xlab = "Time", ylab = "Hazard function", lwd = 3, type = "p", ...) Arguments x Object of class hazard. At least one hazard object is needed. x2 Object of class hazard. Default is NULL. x3 Object of class hazard. Default is NULL. x4 Object of class hazard. Default is NULL. x5 Object of class hazard. Default is NULL. x6 Object of class hazard. Default is NULL. x7 Object of class hazard. Default is NULL. x8 Object of class hazard. Default is NULL. x9 Object of class hazard. Default is NULL. x10 Object of class hazard. A maximum of ten hazard objects is possible. Default is NULL. transitions A character vector giving the transitions to be plotted. Default is NULL which means that all the possible transitions are displayed. names Names of the hazard rates. Default is NULL which means that the names used in the semiMarkov object are applied. legend A logical value specifying if a legend should be added. Default is TRUE. legend.pos A vector giving the legend position. cex character expansion factor relative to current par("cex"). plot.hazard 11 colors A vector of colours for the hazard rates. xlab x-axis label. Default is Time. ylab y-axis label. Default is Hazard function. lwd Thickness of lines or points. type Type of graph. Default are points p. ... Further arguments for plot. Value No value returned. Author(s) Agnieszka Listwon-Krol See Also hazard, semiMarkov Examples ## Asthma control data data(asthma) ## Definition of the model: states, names, possible transtions # and waiting times distributions states_1 <- c("1","2","3") mtrans_1 <- matrix(FALSE, nrow = 3, ncol = 3) mtrans_1[1, 2:3] <- c("E","E") mtrans_1[2, c(1,3)] <- c("E","E") mtrans_1[3, c(1,2)] <- c("W","E") fit <- semiMarkov(data = asthma, states = states_1, mtrans = mtrans_1) lambda<-hazard (fit, type = "lambda") plot(lambda, names = c("lambda"),legend=FALSE) plot(lambda, transitions = c("13","31"), names = c("lambda"), legend.pos=c(2,0.09,2,0.4)) ## semi-Markov model in each stratum of Severity fit0 <- semiMarkov(data = asthma[asthma$Severity==0,], states = states_1, mtrans = mtrans_1) fit1 <- semiMarkov(data = asthma[asthma$Severity==1,], states = states_1, mtrans = mtrans_1) lambda0<-hazard (fit0, type = "lambda",s=0,t=5,Length=1000) lambda1<-hazard (fit1, type = "lambda",s=0,t=5,Length=1000) plot(lambda0,lambda1, names = c("lambda0", "lambda1"), legend.pos=c(4,0.18,4,0.8,4,0.2,4,0.09,4,0.7,4,0.21)) 12 print.hazard ## semi-Markov model with covariate "BMI" fitcov <- semiMarkov(data = asthma, cov = as.data.frame(asthma$BMI), states = states_1, mtrans = mtrans_1) lambda0<-hazard (fitcov, type = "lambda",cov = c(0)) lambda1<-hazard (fitcov, type = "lambda",cov = c(1)) plot(lambda0,lambda1, names = c("lambda0", "lambda1")) print.hazard Print method for object of class hazard Description Print method for objects of class hazard. Usage ## S3 method for class 'hazard' print(x, whole = FALSE, ...) Arguments x An object of class hazard. whole A logical value indicating if the whole vectors of the object hazard should be displayed. Default is FALSE which means that only the first six values are re- turned. ... Further arguments for print or summary. Value No value returned. Author(s) Agnieszka Listwon-Krol See Also hazard, plot.hazard print.semiMarkov 13 print.semiMarkov Print method for object of class semiMarkov Description Print method for objects of class semiMarkov. Usage ## S3 method for class 'semiMarkov' print(x, CI=TRUE, Wald.test=TRUE, ...) Arguments x An object of class semiMarkov. CI A logical value indicating if the confidence intervals for each parameter should be returned. Default is TRUE. The confidence level is chosen in semiMarkov. Wald.test A logical value indicating if the results of the Wald test for each parameter should be returned. Default is TRUE. ... Further arguments for print or summary. Value No value returned. Author(s) Agnieszka Listwon-Krol See Also semiMarkov, summary.semiMarkov semiMarkov Parametric estimation in multi-state semi-Markov models Description This function computes the parametric maximum likelihood estimation in multi-state semi-Markov models in continuous-time. The effect of time varying or fixed covariates can be studied using a proportional intensities model for the hazard of the sojourn time. 14 semiMarkov Usage semiMarkov(data, cov = NULL, states, mtrans, cov_tra = NULL, cens = NULL, dist_init=NULL, proba_init = NULL, coef_init = NULL, alpha_ci = 0.95, Wald_par = NULL, eqfun = NULL, ineqLB = NULL,ineqUB = NULL, control = list() ) Arguments data data frame of the form data.frame(id,state.h,state.j,time), where • id: the individual identification number • state.h: state left by the process • state.j: state entered by the process • time: waiting time in state state.h This data.frame containts one row per transition (possibly several rows per pa- tient). cov Optional data frame containing covariates values. states A numeric vector giving names of the states (names are values used in state.h). mtrans A quadratic matrix of characters describing the possible transitions and the dis- tributions of waiting time. The rows represent the left states, and the columns represent the entered states. If an instantaneous transition is not allowed from state h to state j, then mtrans should have (h, j) entry FALSE, otherwise it should be "E" (or "Exp" or "Exponential") for Exponential distribution, "W" (or "Weibull") for Weibull distribution or "EW" (or "EWeibull" or "Exponentiated Weibull") for Exponentiated Weibull distribution. If TRUE is used instead of the name of the distribution, then a Weibull distribution is considered. By definition of a semi-Markov model, the transitions into the same state are not possible. The diagonal elements of mtrans must be set to FALSE otherwise the function will stop. cov_tra Optional list of vectors: a vector is associated with covariate included in the model. For a given covariate, the vector contains the transitions "hj" for which the covariate have an effect (only the transitions specified in mtrans are al- lowed). The effect of covariates can then be considered only on specific tran- sitions. By default, the effects of covariates on all the possible transitions are studied. cens A character giving the code for censored observations in the column state.j of the data. Default is NULL which means that the censoring is defined as a transition fron state h to state h. dist_init Optional numeric vector giving the initial values of the distribution parameters. Default is 1 for each distribution parameter. The length of the vector depend on the chosen distribution, number of transitions and states. proba_init Optional numeric vector giving the initial values of the transition probabilities. The sum of the probabilities in the same row must be equal to 1. According to semi-Markov model, the probability to stay in the same state must be equal to 0. The default values for the transition probabilities are estimated from the data. If data = NULL, the argument proba_init is obligatory. semiMarkov 15 coef_init Optional numeric vector giving the initial values of the regression coefficients associated with the covariates. Default is 0 for each regression coefficient which means that the covariate has no effect. alpha_ci Confidence level to be considered for the confidence intervals. The default value is 0.95. Wald_par Optional numeric vector giving the values to be tested (null hypothesis) by the Wald test for each parameter. The Wald statistics are evaluated only for the parameters of distributions and regression coefficients. The length of this vector must then be equal to the number of those parameters. The order of the values must be as in the parameters table given by objects semiMarkov or param.init (excluding the parameters associated to the transition probabilities). The default values for the elements of Wald_par vector are 1 for the distribution parameters and 0 for the regression coefficients. eqfun Optional list given equality constraints between parameters. These constraints are passed using the equality constraint function that can be defined in the solnp optimization function. See below for details. ineqLB Optional list given values of lower bound for parameters. These values are used in the inequality constraint that can be defined in the solnp optimization func- tion. See below for details. ineqUB Optional list given values of upper bound for parameters. These values are used in the inequality constraint that can be defined in the solnp optimization func- tion. See below for details. control The control list of optimization parameters for solnp optimization function. Details This function fits parametric multi-state semi-Markov model described in Listwon and Saint-Pierre (2013) to longitudinal data. Additional details about the methodology behind the SemiMarkov pack- age can be found in Limnios and Oprisan (2001), Foucher et al. (2006) and Perez-Ocon and Ruiz- Castro (1999). Consider an homogeneous semi-Markov process with a finite state space. In a parametric frame- work, distributions of the waiting time belong to parametric families. The distribution of the waiting time can be chosen between the exponential, the Weibull and the exponentiated Weibull distribu- tions. The exponential distribution with scale parameter σ > 0 has a density defined as follows f (x) = (1/σ)exp(−x/σ). The Weibull distribution with scale parameter σ > 0 and shape parameter ν > 0 has a density given by (same as one defined in dweibull) g(x) = (ν/σ)(x/σ)ν−1 exp(−(x/σ)ν ). The exponentiated Weibull distribution (or generalized Weibull) with scale parameter σ > 0, shape parameter ν > 0 and family parameter equal to θ > 0 has a density given by (same as one defined in function dgweibull from the R package rmutil) h(x) = θ(ν/σ)(x/σ)ν−1 exp(−(x/σ)ν )(1 − exp(−(x/σ)ν ))θ−1 . 16 semiMarkov These three distributions are nested. The exponentiated Weibull density with θ = 1 gives a Weibull distribution and the Weibull density with ν = 1 gives the exponential density. Note that the effects of both constant and time-varying covariates on the hazards of sojourn time can be studied using a proportional intensities model. The effects of covariates can then be interpreted in terms of relative risk. The model parameters are the distribution parameters, the transition probabilities of the Markov chain and the regression coefficients associated with covariates. The number of parameters depends on the chosen model: the distributions of the sojourn times, the number of states and the transitions between states specified with the matrix mtrans, the number of covariates (cov) and their effects or not on transitions (cov_tra). The default initial values for the distribution parameters are fixed to 1. As the three possible dis- tributions are nested for parameters equal to 1 (See details of the semiMarkov function), the initial distribution corresponds to an exponential with parameter equal to 1 (whatever the chosen distri- bution). The default initial values for the regression coefficients are fixed to 0 meaning that the covariates have no effect on the hazard rates of the sojourn times. These initial values may be changed using the arguments dist_init and coef_init. By default, the initial probabilities are calculated by simple proportions. The probability associated to the transition from h to j is estimed by the number of observed transitions from state h to state j divided by the total number of transitions from state h observed in the data. The results are displayed in matrix matrix.P. The number of parameters for transition probabilities is smaller than the number of possible transitions as the probabilities in the same row sum up to one. Considering this point and that the probability to stay in the same state is zero, the user can changed the initial values using the argument proba_init. The Yinyu Ye optimization solver to nonlinear problem is applied to maximize the log-likelihood using the function solnp created by A. Ghalanos and S. Theussl. In order to modify the optimization parameters refer to the package Rsolnp documentation. Some optimization difficulties can arrise when there is not enough information in the data to esti- mate each transition rate. The users can change the optimization parameters and the initial values. It may be appropriate to reduce the number of states in the model, the number of allowed transitions, or the number of covariate effects, to ensure convergence. Some additionals constraints can be introduced using eqfun, ineqLB and ineqUB. These constraints on distribution parameters, transition probabilities and regression coefficients can be defined using lists of vectors. The argument eqfun gives the possibility to add constraints of type par1 = a∗par2 (a is a constant). This equality constraint must be expressed with a vector of 3 elements where the first element is the identifier of the parameters type ("dist" for distribution parameters, "proba" for the transition probabilities and "coef" for the regression coefficients), the second and the third elements are the index of par1 and par2, respectively. The index values of distribution parameters, transition probabilities and regression coefficients can be found in the table provided by an object semiMarkov. The last element of the vector corresponds to the constant a. The arguments ineqLB and ineqUB allow to add constraints of type par ≥ a and par ≤ a, respectively. These arguments are lists of vectors of length 3 where the first element is the type of the parameter ("dist", "proba" or "coef"), the second element is the index of parameter par and the last one is the constant a. If a chosen constraint corresponds to a transition probability, it should be considered that the last probabilities in a row of the transition matrix are not estimated but obtained directly since the sum of transition probabilities in the same row is equal to 1. Thus, no additional constraints related to these parameters are permitted. Moreover, note that the argument eqfun does not allowed to define semiMarkov 17 relationships between parameters of different types (for instance, a transition probability can not be equal to a regression coefficient). The optional constraints on parameters should be used prudently since they may induce problems in the convergence of the optimization method. In particular, the Wald statistic and the standard deviation may not be computed for some parameters due to negative values in the hessian matrix. Note that the default constraints induce by the model definition are treated in priority. Value call The original call to semiMarkov. minus2loglik Minus twice the maximized log-likelihood. solution Etimations of the distribution parameters, probabilities of the embedded Markov chain and regression coefficients (if any considered) for each transition specified in the matrix mtrans. This is a data frame with three columns: the label of the parameter, the transition associated with and the estimated value. opt.message The message giving the information on the optimization result returned by the constrOptim.nl function. opt.iter Number of outer iterations of the optimization method. nstates The length of vector states interpreted as the number of possible states for the process. table.state A table, with starting states as rows and arrival states as columns, which provides the number of observed transitions between two states. This argument can be used to quickly summarize multi-state data. Ncens Number of individuals subjected to censoring. Transition_matrix A matrix containing the informations on the model definition : the possible transitions and the distribution of waiting times for each transition (Exponential, Weibull or Exponentiated Weibull). param.init Recall the initial values of the parameters. The third column of this object can be used in hazard function. table.dist Statistics for the estimations of distribution parameters of waiting time distribu- tions. For the exponential distribution one data frame for the parameter sigma is returned, for the Weibull distribution two data frames for sigma and nu are returned, and for the Exponentiated Weibull distribution three data frames for sigma, nu and theta are returned. The columns of each data frame are the possible transitions, the estimations, the standard deviations, the lower and up- per bounds of confidence intervals, the Wald test null hypothesis, the Wald test statistics and the p-values of the Wald test when testing hypothesis sigma=1, nu=1 or theta=1. table.proba A data frame giving the estimations of the transition probabilities of the Markov chain and their standard deviations. By definition, the probability associated to the last possible transition of each row of the matrix mtrans is equal to 1 − pr, where pr is the sum of all other probabilities from the row. table.coef If some covariates are included in the model it returns a data frame with the statistics for the estimated values of the regression coefficients. The columns 18 semiMarkov of the data frame are the transitions associated with the coefficients, the es- timations, the standard deviations, the lower and upper bounds of confidence intervals, the Wald test null hypothesis, the Wald test statistics and the p-values of the Wald test when testing hypothesis coef=0. table.param Data frame with the statistics for all the model parameters, that is table.dist, table.proba and table.coef in a single data frame. Note Printing a semiMarkov object by typing the object’s name at the command line implicitly invokes print.semiMarkov. Author(s) Agnieszka Listwon-Krol, Philippe Saint-Pierre References Krol, A., Saint-Pierre P. (2015). SemiMarkov : An R Package for Parametric Estimation in Multi- State Semi-Markov Models. 66(6), 1-16. Ghalanos, A. and Theussl S. (2012). Rsolnp: General Non-linear Optimization Using Augmented Lagrange Multiplier Method. R package version 1.14. Limnios, N., Oprisan, G. (2001). Semi-Markov processes and reliability. Statistics for Industry and Technology. Birkhauser Boston. Foucher, Y., Mathieu, E., Saint-Pierre, P., Durand, J.F., Daures, J.P. (2006). A semi-Markov model based on Generalized Weibull distribution with an illustration for HIV disease. Biometrical Journal, 47(6), 825-833. Perez-Ocon, R., Ruiz-Castro, J. E. (1999). Semi-markov models and applications, chapter 14, pages 229-238. Kluwer Academic Publishers. See Also param.init, hazard, summary.semiMarkov, print.semiMarkov Examples ## Asthma control data data(asthma) ## Definition of the model: states, names, possible transtions and waiting time ## distributions states_1 <- c("1","2","3") mtrans_1 <- matrix(FALSE, nrow = 3, ncol = 3) mtrans_1[1, 2:3] <- c("E","E") mtrans_1[2, c(1,3)] <- c("E","E") mtrans_1[3, c(1,2)] <- c("W","E") semiMarkov 19 ## semi-Markov model without covariates fit1 <- semiMarkov(data = asthma, states = states_1, mtrans = mtrans_1) ## semi-Markov model with one covariate ## "BMI" affects all transitions BMI <- as.data.frame(asthma$BMI) fit2 <- semiMarkov(data = asthma, cov = BMI, states = states_1, mtrans = mtrans_1) ## semi-Markov model with one covariate ## "BMI" affects the transitions "1->3" and "3->1" fit3 <- semiMarkov(data = asthma, cov = BMI, states = states_1, mtrans = mtrans_1, cov_tra = list(c("13","31"))) ## semi-Markov model with two covariates ## "BMI" affects the transitions "1->3" and "3->1" ## "Sex" affects the transition "3->1" SEX <- as.data.frame(asthma$Sex) fit4 <- semiMarkov(data = asthma, cov = as.data.frame(cbind(BMI,SEX)), states = states_1, mtrans = mtrans_1, cov_tra = list(c("13","31"),c("31"))) ## semi-Markov model using specific initial values ## same model as "fit1" but using different initial values ## "fit5" and "fit6" are equivalent init <- param.init(data = asthma, states = states_1, mtrans = mtrans_1, dist_init=c(rep(1.5,6),c(1.8)), proba_init=c(0.2,0.8,0.3,0.7,0.35,0.65)) fit5 <- semiMarkov(data = asthma, states = states_1, mtrans = mtrans_1, dist_init=init$dist.init[,3], proba_init=init$proba.init[,3]) fit6 <- semiMarkov(data = asthma, states = states_1, mtrans = mtrans_1, dist_init=c(rep(1.5,6),c(1.8)), proba_init=c(0.2,0.8,0.3,0.7,0.35,0.65)) ## The Wald test null hypothesis is modified ## Wald statistics when testing nullity of distribution parameters ## and regression coefficients equal to -1 fit7 <- semiMarkov(data = asthma, cov = BMI, states = states_1, mtrans = mtrans_1, Wald_par = c(rep(0,7),rep(-1,6))) ## semi-Markov model with additional constraints ## distribution parameters sigma for transition "1->3" = sigma for transition "2->1" fit8 <- semiMarkov(data = asthma, cov = BMI, states = states_1, mtrans = mtrans_1, eqfun = list(c("dist",2,3,1))) ## semi-Markov model with additional constraints ## regression coefficients beta for transition "1->2" = beta for transition "2->1" ## = beta for transition "2->3" fit9 <- semiMarkov(data = asthma, cov = BMI, states = states_1, mtrans = mtrans_1, eqfun = list(c("coef",1,3,1),c("coef",1,4,1))) ## semi-Markov model with additional constraints ## regression coeficient beta for transition "1->2" belongs to [-0.2,0.2] 20 summary.hazard ## and regression coeficient beta for transition "2->3" belongs to [-0.05,0.05] fit10 <- semiMarkov(data = asthma, cov = BMI, states = states_1, mtrans = mtrans_1, ineqLB = list(c("coef",1,-0.2),c("coef",4,-0.05)), ineqUB = list(c("coef",1,0.2),c("coef",4,0.05))) summary.hazard Summary method for objects of class hazard Description Summary method for objects of class hazard. Usage ## S3 method for class 'hazard' summary(object, ...) Arguments object An object of class hazard. ... Further arguments for summary. Details For an object of class hazard, this function gives the informations on the type of hazard rates (sojourn time or semi-Markov process), the chosen model, the distribution of the sojourn times, the covariates and the vector of times. Value No value returned. Author(s) Agnieszka Listwon-Krol See Also hazard, print.hazard summary.semiMarkov 21 summary.semiMarkov Summary method for objects of class semiMarkov Description Summary method for objects of class semiMarkov. Usage ## S3 method for class 'semiMarkov' summary(object, all = TRUE, transitions = NULL, ...) Arguments object An object of class semiMarkov. all A logical value indicating if the results should be displayed for all the possible transitions. If set to FALSE, the transitions to be displayed must be specified using the argument transitions. Default is TRUE. transitions A vector of characters specifying the transitions to be displayed when the argu- ment all is set to FALSE. ... Further arguments for summary. Value A list of data frames giving Transition_matrix A matrix containing the informations on the model definition : the possible transitions and the distribution of waiting times for each transition (Exponential, Weibull or Exponentiated Weibull). param.init Recall the initial values of the parameters. The third column of this object can be used in hazard function. table.state A table, with starting states as rows and arrival states as columns, which provides the number of observed transitions between two states. This argument can be used to quickly summarize multi-state data. Ncens Number of individuals subjected to censoring. table.param List of data frames (one for each transition). A data frame includes, for each parameter (distribution parameters, the transition probabilities and the regres- sion coefficients), the estimation, the standard deviation, the lower and upper bounds of confidence interval, the Wald test statistic and Wald test p-value (for the distribution parameters and the regression coefficients). Author(s) Agnieszka Listwon-Krol 22 table.state See Also semiMarkov, print.semiMarkov table.state Table giving the numbers of observed transitions Description Function returning a table with numbers of transitions between two states observed in the data set. This table can be a used to summarize a multi-state data or to define the matrix mtrans required in the semiMarkov function. Usage table.state( data, states = NULL, mtrans = NULL, cens = NULL) Arguments data data frame in form data.frame(id,state.h,state.j,time), where • id: the individual identification number • state.h: state left by the process • state.j: state entered by the process • time: waiting time in state state.h This data.frame containts one row per transition (possibly several rows per pa- tient). states A numeric vector giving the names of the states (names are values used in state.h). mtrans A quadratic matrix of logical values describing the possible transitions. The rows represent the left states, and the columns represent the entered states. If an instantaneous transition is not allowed from state h to state j, then mtrans should have (h, j) entry FALSE, otherwise it should be TRUE. Default value is a matrix which allows all the possible transitions between states. cens A character giving the code for censored observations in the column state.j of the data. Default is NULL which means that the censoring is defined as a transi- tion fron state i to state i (by definition of a semi-Markov model, the transitions into the same state are not possible). Value table.state A table, with starting states as rows and arrival states as columns, which provides the number of observed transitions between two states. This argument can be used to quickly summarize multi-state data. Ncens Number of individuals subjected to censoring. table.state 23 Author(s) Agnieszka Listwon-Krol See Also param.init, semiMarkov Examples ## Asthma control data data(asthma) # default description # censoring is implicitly defined as a transition "h->h" table.state(asthma) table.state(asthma)$Ncens # censoring defined as a transition to state "4" asthma_bis<-asthma for(i in 1:dim(asthma)[1]){if(asthma[i,2]==asthma[i,3]) asthma_bis[i,3]<-4} table.state (asthma_bis, cens = 4) ## Definition of the model: states names and possible transtions states_1 <- c("1","2","3") mtrans_1 <- matrix(FALSE, nrow = 3, ncol = 3) mtrans_1[1, 2:3] <- TRUE mtrans_1[2, c(1,3)] <- c("W","E") table.state(asthma, states = states_1, mtrans = mtrans_1) Index ∗ datasets asthma, 2 ∗ documentation hazard, 3 param.init, 6 plot.hazard, 10 print.hazard, 12 print.semiMarkov, 13 semiMarkov, 13 summary.hazard, 20 summary.semiMarkov, 21 table.state, 22 asthma, 2 hazard, 3, 8, 9, 11, 12, 18, 20 param.init, 5, 6, 18, 23 plot.hazard, 4, 5, 10, 12 print.hazard, 5, 12, 20 print.semiMarkov, 13, 18, 22 SemiMarkov (semiMarkov), 13 semiMarkov, 5, 8, 9, 11, 13, 13, 22, 23 summary.hazard, 5, 20 summary.semiMarkov, 13, 18, 21 table.state, 22 24
sqliteutils
cran
Package ‘sqliteutils’ October 14, 2022 Title Utility Functions for 'SQLite' Version 0.1.0 Description A tool for working with 'SQLite' databases. 'SQLite' has some idiosyncrasies and limita- tions that impose some hurdles to the R developer who is using this database as a repository. For in- stance, 'SQLite' doesn't have a date type and 'sqliteutils' has some functions to deal with that. License MIT + file LICENSE Suggests testthat (>= 3.0.0) Config/testthat/edition 3 Encoding UTF-8 RoxygenNote 7.1.2 Imports RSQLite, DBI, dplyr, dbplyr, magrittr NeedsCompilation no Author Bruno Crotman [aut, cre] Maintainer Bruno Crotman <crotman@gmail.com> Repository CRAN Date/Publication 2021-09-21 14:10:02 UTC R topics documented: slu_date_to_r . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 slu_date_to_sqlite . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Index 4 1 2 slu_date_to_sqlite slu_date_to_r Converts dates stored on ’SQLite’ to their original values Description Converts dates stored on ’SQLite’ to their original values Usage slu_date_to_r(date_sqlite) Arguments date_sqlite the numbers that result from inserting dates on ’SQLite’ Value the dates that were originally inserted Examples data <- data.frame(date = as.Date("2021-09-18")) con <- DBI::dbConnect(RSQLite::SQLite(), ":memory:") DBI::dbWriteTable(conn = con, name = "dates", value = data ) data_from_bd <- DBI::dbReadTable(conn = con, name = "dates") original_date <- slu_date_to_r(data_from_bd$date) DBI::dbDisconnect(con) slu_date_to_sqlite Converts dates to the numeric values as which they would be stored on SQLite Description Converts dates to the numeric values as which they would be stored on SQLite Usage slu_date_to_sqlite(date_r) Arguments date_r dates as returned by as.Date() in R slu_date_to_sqlite 3 Value integers that correspond to the numbers that are stored on SQLite when DBI:dbWriteTable is used Examples con <- DBI::dbConnect(RSQLite::SQLite(), ":memory:") data <- data.frame( date = as.Date("2021-09-19") ) DBI::dbWriteTable(conn = con, name = "dates", value = data ) data_from_bd <- dplyr::tbl(src = con, "dates") %>% dplyr::collect() data_with_sqlite_dates <- data %>% dplyr::mutate( date = slu_date_to_sqlite(date) ) print(data_from_bd) print(data_with_sqlite_dates) DBI::dbDisconnect(con) Index slu_date_to_r, 2 slu_date_to_sqlite, 2 4
mcompanion
cran
Package ‘mcompanion’ September 22, 2023 Type Package Title Objects and Methods for Multi-Companion Matrices Version 0.5.8 Description Provides a class for multi-companion matrices with methods for arithmetic and factorization. A method for generation of multi-companion matrices with prespecified spectral properties is provided, as well as some utilities for periodically correlated and multivariate time series models. See Boshnakov (2002) <doi:10.1016/S0024-3795(01)00475-X> and Boshnakov & Iqelan (2009) <doi:10.1111/j.1467-9892.2009.00617.x>. URL https://geobosh.github.io/mcompanion/ (doc), https://github.com/GeoBosh/mcompanion (devel) BugReports https://github.com/GeoBosh/mcompanion/issues Imports methods, Matrix (>= 1.5-0), gbutils, MASS, Rdpack Suggests testthat, lagged RdMacros Rdpack License GPL (>= 2) Collate mc.R mcompanion.R utils_Jordan.R mat.R sim.R class_MC.R class_MF.R class_Jordan.R chains_smc.R class_SMC.R class_mcSpec.R NeedsCompilation no Author Georgi N. Boshnakov [aut, cre] Maintainer Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk> Repository CRAN Date/Publication 2023-09-22 14:50:02 UTC R topics documented: mcompanion-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 jordan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1 2 mcompanion-package JordanDecomposition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 JordanDecompositionDefault-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 make_mcev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 make_mcmatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 mCompanion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 mcSpec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 mcSpec-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 mcStable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 mc_chain_extend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 mc_eigen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 mc_factorize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 mc_factors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 mc_from_factors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 mc_matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 mf_VSform . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 MultiCompanion-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 MultiFilter-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 null_complement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 permute_var . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 rblockmult . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 sim_mc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 sim_pcfilter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 SmallMultiCompanion-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 spec_core . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 spec_root0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 spec_root1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 spec_seeds1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 VAR2pcfilter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 Index 56 mcompanion-package Objects and Methods for Multi-Companion Matrices Description Provides a class for multi-companion matrices with methods for arithmetic and factorization. A method for generation of multi-companion matrices with prespecified spectral properties is pro- vided, as well as some utilities for periodically correlated and multivariate time series models. See Boshnakov (2002) <doi:10.1016/S0024-3795(01)00475-X> and Boshnakov & Iqelan (2009) <doi:10.1111/j.1467-9892.2009.00617.x>. Details Index of the main exported objects, classes and methods: Classes and generators: mcompanion-package 3 MultiCompanion-class Class "MultiCompanion" MultiFilter-class Class "MultiFilter" VAR2pcfilter PAR representations of VAR models mCompanion Create objects from class MultiCompanion mcSpec Generate objects of class mcSpec mcSpec-class A class for spectral specifications of multi-companion matrices mf_VSform Extract properties of multi-filters Utilities for multi-companion matrices: mc_eigen The eigen decomposition of a multi-companion matrix mc_factorize Factorise multi-companion matrices mc_factors Factors of multi-companion matrices mc_from_factors Multi-companion matrix from factors Simulation: sim_mc Simulate a multi-companion matrix sim_pcfilter Generate periodic filters Generic matrix utilities: Jordan_matrix Utilities for Jordan matrices mcStable Check if an object is stable rblockmult Right-multiply a matrix by a block Spectral description of mc-matrices: spec_core Parameterise Jordan chains of multi-companion matrices spec_root0 Give the spectral parameters for zero eigenvalues of mc-matrices spec_root1 Give the spectral parameters for eigenvalues of mc-matrices equal to one spec_seeds1 Generate seed parameters for unit mc-eigenvectors Low-level functions: mc_chain_extend Extend multi-companion eigenvectors Overview of the package Package "mcompanion" implements multi-companion matrices as discussed by Boshnakov (2002) and Boshnakov and Iqelan (2009). The main feature is the provided parsimonious parameterisation of such matrices based on their eigenvalues and the seeds for their eigenvectors. This can be used for specification and parameterisation of models for time series and dynamical systems in terms of spectral characteristics, such as the poles of the associated filters or transition matrices. A multi-companion matrix of order k is a square n × n matrix with arbitrary k rows put on top of an identity (n − k) × (n − k) matrix and a zero (n − k) × k matrix. The number k is the multi- companion order of the matrix. It may happen that the top k × n block, say T, of an mc-matrix has 4 jordan columns of zeroes at its end. In this documentation we say that an n × n matrix has dimension n and size n × n. Multi-companion matrices can be created by the functions new and mCompanion, the latter being more versatile. Some of the other functions in this package return such objects, as well. sim_mc generates a multi-companion matrix with partially or fully specified spectral properties. If the specification is incomplete, it completes it with simulated values. sim_pcfilter is a convenience function (it uses sim_mc) for generation of filters for periodically correlated models. These can be converted to various multivariate models, such as VAR, most conveniently using class MultiFilter, see below. Class "MultiFilter" is a formal representation of periodic filters with methods for conversion be- tween periodic and (non-periodic) multivariate filters. Several forms of VAR models are provided, see mf_VSform, VAR2pcfilter, MultiFilter, and the examples there. Author(s) Georgi N. Boshnakov [aut, cre] Maintainer: Georgi N. Boshnakov <georgi.boshnakov@manchester.ac.uk> References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN (2007). “Singular value decomposition of multi-companion matrices.” Linear Al- gebra Appl., 424(2-3), 393–404. ISSN 0024-3795, doi:10.1016/j.laa.2007.02.010. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also for examples, see mCompanion, sim_mc, sim_pcfilter, mf_VSform, VAR2pcfilter, MultiFilter, MultiCompanion, Examples ## see the examples in the links in section 'See Also' above. jordan Utilities for Jordan matrices Description Utility functions for work with the Jordan decompositions of matrices: create a block diagonal matrix of Jordan blocks, restore a matrix from its Jordan decomposition, locate specific chains. jordan 5 Usage Jordan_matrix(eigval, len.block) from_Jordan(x, jmat, ...) chain_ind(chainno, len.block) chains_to_list(vectors, heights) Arguments eigval eigenvalues, a numeric or complex vector. len.block lengths of Jordan chains, a vector of positive integers. x generalised eigenvectors, a matrix with one column for each (generalised) eigen- vector. jmat a Jordan matrix. chainno a vector of positive integers between 1 and length(eigval) specifying which Jordan chains to locate, see Details. ... further arguments to pass on to solve. vectors a matrix of generalised eigenvectors of a matrix. heights a vector of chain lengths, heights[i] is the length of the i-th chain. Details Jordan_matrix creates a Jordan matrix (block-diagonal matrix with Jordan blocks on the diagonal) whose i-th diagonal block corresponds to eigval[i] and is of size len.block[i]. If len.block is missing, Jordan_matrix returns diag(eigenvalues). from_Jordan computes the matrix whose Jordan decomposition is represented by arguments X (chains) and J (Jordan matrix). Conceptually, the result is equivalent to XJX −1 but without ex- plicitly inverting matrices (currently the result is the transpose of solve(t(x), t(x %*% jmat), ...)). chain_ind computes the columns of specified Jordan chains in a matrix of generalised eigenvectors. It is mostly internal function. If x is a matrix whose columns are generalised eigenvectors and the i-th Jordan chain is of length len.block[i], then this function gives the column numbers of x containing the specified chains. Note that chain_ind is not able to deduce the total number of eigenvalues. It is therefore an error to omit argument len.block when calling it. chains_to_list converts the matrix vectors into a list of matrices. The i-th element of this list is a matrix whose columns are the vectors in the i-th chain. Value for Jordan_matrix, a matrix with the specified Jordan blocks on its diagonal. for from_Jordan, the matrix with the specified Jordan decomposition. for chain_ind, a vector of positive integers giving the columns of the requested chains. for chains_to_list, a list of matrices. Level 0 6 jordan Author(s) Georgi N. Boshnakov Examples ## single Jordan blocks Jordan_matrix(4, 2) Jordan_matrix(5, 3) Jordan_matrix(6, 1) ## a matrix with the above 3 blocks Jordan_matrix(c(4, 5, 6), c(2, 3, 1)) ## a matrix with a 2x2 Jordan block for eval 1 and two simple 0 eval's m <- make_mcmatrix(eigval = c(1), co = cbind(c(1,1,1,1), c(0,1,0,0)), dim = 4, len.block = c(2)) m m.X <- cbind(c(1,1,1,1), c(0,1,0,0), c(0,0,1,0), c(0,0,0,1)) m.X m.J <- cbind(c(1,0,0,0), c(1,1,0,0), rep(0,4), rep(0,4)) m.J from_Jordan(m.X, m.J) # == m m.X %*% m.J %*% solve(m.X) # == m all(m == from_Jordan(m.X, m.J)) && all(m == m.X %*% m.J %*% solve(m.X)) ## TRUE ## which column(s) in m.X correspond to 1st Jordan block? chain_ind(1, c(2,1,1)) # c(1, 2) since 2x2 Jordan block ## which column(s) in m.X correspond to 2nd Jordan block? chain_ind(2, c(2,1,1)) # 3, simple eval ## which column(s) in m.X correspond to 1st and 2nd Jordan blocks? chain_ind(c(1, 2), c(2,1,1)) # c(1,2,3) ## non-contiguous subset are ok: chain_ind(c(1, 3), c(2,1,1)) # c(1,2,4) ## split the chains into a list of matrices chains_to_list(m.X, c(2,1,1)) m.X %*% m.J m %*% m.X # same all(m.X %*% m.J == m %*% m.X) # TRUE m %*% c(1,1,1,1) # = c(1,1,1,1), evec for eigenvalue 1 m %*% c(0,1,0,0) # gen.e.v. for eigenvalue 1 ## indeed: all( m %*% c(0,1,0,0) == c(0,1,0,0) + c(1,1,1,1) ) # TRUE ## m X = X jordan.block cbind(c(1,1,1,1), c(0,1,0,0)) %*% cbind(c(1,0), c(1,1)) m %*% cbind(c(1,1,1,1), c(0,1,0,0)) JordanDecomposition 7 JordanDecomposition Create objects representing Jordan decompositions Description Create objects representing Jordan decompositions. Usage JordanDecomposition(values, vectors, heights, ...) Arguments values eigenvalues, a vector of length equal to the number of Jordan chains. vectors the (generalised) eigenvectors, a matrix. heights a vector of positive integers, heights[i] is the height of values[i]. ... further arguments that may be needed by methods. Details JordanDecomposition is an S4 generic function. It creates objects representing Jordan decompo- sitions. Dispatch is on the first two arguments, values and vectors. The names of the arguments correspond to slots in class "JordanDecompositionDefault", which is the class of the objects created by methods in package mcompanion and inherits from the virtual class "JordanDecomposition". Value an object inheriting from "JordanDecomposition" Methods signature(values = "ANY", vectors = "ANY") the default method; currently raises an error. signature(values = "JordanDecomposition", vectors = "missing") simply returns values. signature(values = "list", vectors = "missing") In this case values can be a list with com- ponents "values", "vectors" and "heights". This method has an additional argument "names" which can be used when the components of the list are different, e.g. names = c(values = "eigval", vectors = "eigvec", heights = "len.block"). signature(values = "missing", vectors = "matrix") This is equivalent to the case values = "number" with values set to a vector of missing values. signature(values = "missing", vectors = "missing") values (vectors) is set to a vector (matrix) of missing values. The dimensions are deduced from argument heights, so heights cannot be missing for this signature. signature(values = "number", vectors = "matrix") This is equivalent to calling new for class "JordanDecompositionDefault" with arguments values, vectors and heights. 8 JordanDecompositionDefault-class signature(values = "number", vectors = "missing") This is equivalent to the case vectors = "matrix" with vectors set to a matrix of missing values. signature(values = "SmallMultiCompanion", vectors = "missing") This computes the Jor- dan decomposition of an object from class "SmallMultiCompanion". Author(s) Georgi N. Boshnakov Examples m <- matrix(c(1,2,4,10), nrow = 2) m <- matrix(c(1,2,4,10), nrow = 2) m <- matrix(c(5, 12, 3, 4), nrow = 2) JordanDecomposition(values = rep(0,2), vectors = m) jd <- JordanDecomposition(values = c(0.9, 0.3), vectors = m) as(jd, "matrix") eigen(jd) ## the eigenvectors are scaled versions of m's columns: eigen(jd)$vectors %*% diag(c(5 / eigen(jd)$vectors[1,1], -5)) ## == m ## eigenvalues are not supplied, so set to NA's here: JordanDecomposition(vectors = m) ## eigenvectors are set to vectors of NA's here: JordanDecomposition(values = rep(0,2), height = c(1,1)) JordanDecompositionDefault-class A basic class for Jordan decompositions Description A basic class for Jordan decompositions. Details Class "JordanDecompositionDefault" represents Jordan decompositions. It inherits from the virtual class "JordanDecomposition", which serves as a base class for Jordan decompositions. These classes should be considered internal. Objects from the Class Objects from class "JordanDecompositionDefault" can be created by a call to JordanDecomposition(). Objects can be created by calls of the form new("JordanDecompositionDefault", heights, ...). make_mcev 9 Slots values: Object of class "number", vector of eigenvalues (one value for each Jordan chain). heights: Object of class "integer", the heights of the Jordan chains. vectors: Object of class "matrix", the (generalised) eigenvectors (similarity matrix). Extends Class "JordanDecomposition", directly. Methods coerce signature(from = "JordanDecompositionDefault",to = "matrix"): gives the matrix represented by the Jordan decomposition, i.e. XJX −1 . As with other coerce methods, use as(obj, "matrix"), where obj is the Jordan decomposition object. initialize signature(.Object = "JordanDecompositionDefault"): ... Author(s) Georgi N. Boshnakov See Also JordanDecomposition Examples showClass("JordanDecompositionDefault") m <- matrix(c(1,2,4,3), nrow = 2) new("JordanDecompositionDefault", values = rep(0,2), vectors = m) make_mcev Create a multi-companion eigenvector Description Creates an eigenvector of a multicompanion matrix from the eigenvalue and the seed parameters. Usage make_mcev(eigval, co, dim, what.co = "bottom") make_mcgev(eigval, co, v, what.co = "bottom") 10 make_mcev Arguments eigval the eigenvalue. co the bottom (default) or the top seed elements of the vector. dim the size of the matrix. what.co type of co: "bottom" or "top". v the previous vector in the chain. Details make_mcev computes an eigenvector for a multi-companion dim x dim matrix by filling its top or bottom part with co and completing the remaining elements using the general pattern of eigenvec- tors of such matrices (Boshnakov 2002). Similarly, make_mcgev computes the next generalised eigenvector in a chain whose previous ele- ment is v. what.co cannot be "top" if the eigenvalue is 0. Generalised eigenvectors corresponding to the zero eigenvalue have some specifics, so it is better to use the specialised functions in that case. Value make_mcev returns the required eigenvector. make_mcgev returns the required generalised eigenvector. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Examples v1 <- make_mcev(0.5, c(1, 1), dim = 4) v1 make_mcev(0.5, c(1, 1), dim = 4, what.co = "top") v2 <- make_mcgev(0.5, c(0, 1), v = v1, what.co = "top") v2 make_mcgev(0.5, c(0, 1), v = v2, what.co = "top") make_mcmatrix 11 make_mcmatrix Generate a multi-companion matrix from spectral description Description Generate a multi-companion matrix or its Jordan decomposition from spectral parameters. Usage make_mcmatrix(type = "real", what.res = "matrix", ..., eigval0) make_mcchains(eigval, co, dim, len.block, eigval0 = FALSE, mo.col = NULL, what.co = "bottom", ...) Arguments eigval the eigenvalues, a numeric vector co the seeding parameters for the eigenvectors, a matrix dim the dimension of the matrix, a positive integer len.block lengths of Jordan chains, len.block[i] is for eigval[i] type mode of the matrix, real or complex what.res format of the result, see details eigval0 If TRUE completes the matrix to a square matrix, see details. eigval0 is ignored by make_mcmatrix (it always sets it to TRUE). ... for make_mcmatrix, these are additional arguments to be passed to make_mcchains. For make_mcchains, arguments in "..." are passed on to mc_0chains. mo.col the last non-zero column in the top of the mc-matrix. The default is dim. what.co a character string equal to "bottom" (default) or "top", specifying whether the ’co’ parameters give the last or the first few elements of the (generalised) eigen- vectors. Details make_mcmatrix creates a multi-companion matrix specified by spectral parameters. make_mcchains creates a matrix of eigenvectors and generalised eigenvectors from the given spectral parameters. make_mcmatrix passes the spectral parameters to make_mcchains to generate the (generalised) eigenvectors. It then calls Jordan_matrix to create the corresponding Jordan matrix. The re- sults are combined to produce the multicompanion matrix. By default, the real part is returned, which is appropriate if all complex spectral parameters come in complex conjugate pairs. This may be changed by argument type. A list containing the matrix and the Jordan factors is returned if what.res = "list". The closely related function sim_mc is like make_mcmatrix but it does not need complete specifi- cation of the matrix - it completes any missing information (eigenvalues, co) with randomly gener- ated entries. The result of both functions is a list or ordinary matrix, use mCompanion to obtain a MultiCompanion object directly. 12 make_mcmatrix make_mcchains constructs the eigensystem, make_mcmatrix calls make_mcchains (passing the ... arguments to it) and forms the matrix. make_mcchains passes the ... arguments to mc_0chains. make_mcchains creates the full eigenvectors from the co parameters. If the number of vectors is smaller then dim and eigval0 is TRUE it then completes the system with chains for the zero eigenvalue. More specifically, it assumes that the number of the given chains is mo.col, takes chains corresponding to the zero eigenvalue, if any, and adds additional eigenvectors and/or generalised eigenvectors to construct the complete system. The mc-order is determined from the dimension of the ’co’ parameters. If that is equal to dim, the mc-matrix is actually a general matrix. TODO: cover the case mo < mo.col? Value make_mcmatrix normally returns the multi-companion matrix (as an ordinary matrix) having the given spectral properties but if what.res = "list", it returns a list containing the matrix and the spectral information: eigval eigenvalues, a vector len.block lengths of Jordan chains, a vector mo multi-companion order, positive integer eigvec generalied eigenvectors, a matrix co seeding parameters mo.col top order mat the multi-companion matrix, a matrix make_mcchains returns a similar list without the component mat. Note The result is an ordinary matrix. Also, some entries that should be 0 may be non-zero due to numerical error. To get a MultiCompanion object use mCompanion. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also make_mcev, make_mcgev, sim_mc, mCompanion make_mcmatrix 13 Examples make_mcmatrix(eigval = c(1, 0.5), co = cbind(c(1,1), c(1, -1)), dim = 4, mo.col = 2, len.block = c(1, 1)) ## one unit root, one root = 0.5 make_mcmatrix(eigval = c(1, 0.5), co = cbind(c(1,1), c(1, -1)), dim = 6, mo.col = 2, len.block = c(1, 1)) ## two simple unit roots, one root = 0.5 make_mcmatrix(eigval = c(1, 1, 0.5), co = cbind(c(1,1), c(1, -1), c(1, 1)), dim = 6, mo.col = 3, len.block = c(1, 1, 1)) ## two unit roots with a single Jordan chain, one root = 0.5 make_mcmatrix(eigval = c(1, 0.5), co = cbind(c(1,1), c(0, 1), c(1, 1)), dim = 6, len.block = c(2, 1)) ## make_mcchains make_mcchains(c(1, 0.5), co = cbind(c(1,1), c(1, 1)), dim = 4, len.block = c(1, 1), eigval0 = TRUE) ## one unit root, one root = 0.5 make_mcchains(c(1, 0.5), co = cbind(c(1,1), c(1, 1)), dim = 6, len.block = c(1, 1), eigval0 = TRUE) ## two simple unit roots, one root = 0.5 make_mcchains(c(1, 1, 0.5), co = cbind(c(1,1), c(1, -1), c(1, 1)), dim = 6, len.block = c(1, 1, 1), eigval0 = TRUE) ## two unit roots with a single Jordan chain, one root = 0.5 make_mcchains(c(1, 0.5), co = cbind(c(1,1), c(1, -1), c(1, 1)), dim = 6, len.block = c(2, 1), eigval0 = TRUE) ## examples with mc-order = dim make_mcchains(c(1), co = cbind(c(1,1,1,1), c(1,2,1,1)), dim = 4, len.block = c(2), eigval0 = TRUE) ## do not complete with chians for the 0 eigval: make_mcchains(c(1), co = cbind(c(1,1,1,1), c(1,2,1,1)), dim = 4, len.block = c(2), eigval0 = FALSE) make_mcmatrix(eigval = c(1), co = cbind(c(1,1,1,1), c(1,2,1,1)), dim = 4, len.block = c(2)) make_mcmatrix(eigval = c(1), co = cbind(c(1,1,1,1), c(1,2,3,4)), dim = 4, len.block = c(2)) 14 mCompanion mCompanion Create objects from class MultiCompanion Description Create, generate, or simulate objects from class "MultiCompanion" by specifying the matrix in several ways. Usage mCompanion(x, detect = "nothing", misc = list(), ...) ## S4 method for signature 'MultiCompanion' initialize(.Object, xtop, mo, n, mo.col, ido, x, dimnames, detect = "nothing", misc = list()) Arguments x the matrix or, for mCompanion only, the top of the matrix or a character string, see section ‘Details’. misc information to be stored in the object’s pad. ... other arguments to be passed down to generator functions, see section ‘Details’. xtop the top of the matrix. mo the multi-companion order of the matrix. n the dimension. mo.col the top order, meaniing that columns mo.col+1,...,n of the top of the matrix are zeros. mo.col may also be set to "detect", in which case it is determined by scanning xtop or x. ido the dimension of the identity sub-matrix. dimnames is not used currently. detect controls whether automatic detection of mo and mo.col should be attempted. The values tested are "mo", "mo.col", "all", and "nothing" with obvious mean- ings. .Object this is set implicitly by package "methods". Details Objects from class "MultiCompanion" can be created by calling mCompanion() or new("MultiCompanion", ...). In the latter case the “. . . ” arguments are as for the initialize method, except .Object. Do not call initialize directly. mCompanion can generate multi-companion matrices from spectral information, full or partial, using the methodology developed by Boshnakov and Iqelan (2009). If the specification is not given in full, the missing information is filled with suitably simulated values. For example, unspecifies eigenvalues are generated inside the unit circle, sim_mc. mCompanion 15 If argument x is the string "sim" or "gen", then mCompanion calls sim_mc or make_mcmatrix, re- spectively, with the arguments ... and converts the result to class MultiCompanion. See the doc- umentation of those functions for further details and examples. The conversion may be the main reason to use mCompanion in this way rather than call sim_mc and make_mcmatrix directly. Otherwise, if x is numeric it is taken to specify the top of the matrix unless detect="mo" in which case it is the whole matrix. In both cases all arguments are passed down to new, the only (more or less) change being that x is passed down as xtop=x and x=x, respectively, see MultiCompanion. detect=="gen" signifies that x has the format of the output from sim_mc or make_mcmatrix, so that mCompanion may use the additional information in such objects. The multi-companion order is determined automatically from the content of the matrix if detect=="mo". Value a multi-companion matrix, an object of class "MultiCompanion" Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN (2007). “Singular value decomposition of multi-companion matrices.” Linear Al- gebra Appl., 424(2-3), 393–404. ISSN 0024-3795, doi:10.1016/j.laa.2007.02.010. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also sim_mc, make_mcmatrix, MultiCompanion Examples # simulate a 6x6 mc matrix with 2 non-trivial rows mCompanion("sim", dim = 4, mo = 2) # simulate a 6x6 mc matrix with 4 non-trivial rows mCompanion("sim", dim = 6, mo = 4) # similar to above but top rows with 2 non-zero columns mCompanion("sim", dim = 6, mo = 4, mo.col = 2) ## specify the non-trivial top rows (as a matrix): m1 <- matrix(1:24, nrow = 4) mCompanion(m1) # mc matrix with m1 on top m2 <- rbind(c(1, 2, 0, 0), c(3, 4, 0, 0)) x2a <- mCompanion(m2) # mc matrix with m2 on top x2a@mo.col # = 4 16 mcSpec x2 <- mCompanion(m2, mo.col = "detect") x2@mo.col # = 2, detects the 0 columns in m2 mCompanion(m2, mo.col = 2) # same # create manually an mc matrix (m3 <- rbind(m1, c(1, rep(0, 5)), c(0, 1, rep(0, 4)))) # turn it into a MultiCompanion object x3 <- mCompanion(x = m3, detect = "mo") x3@mo x3 <- mCompanion(m3) x3@mo m4 <- rbind(c(1, 2, rep(0, 4)), c(3, 4, rep(0, 4))) x4 <- mCompanion(m4, mo = 2) x4@mo.col # = 6, ## special structure not incorporated in x4, ## eigen and mc_eigen are equiv. in this case eigen(x4) mc_eigen(x4) x4a <- mCompanion(m4, mo = 2, mo.col = 2) x4a@mo.col # = 2, has Jordan blocks of size > 1 ## the eigenvectors do not span the space: eigen(x4a) ## mc_eigen exploits the Jordan structure, e.g.2x2 Jordan blocks, ## and gives the generalised eigenvectors: (ev <- mc_eigen(x4a)) x4a %*% ev$vectors ## construct the Jordan matrix of x4a from eigenvalues and eigenvectors (x4a.j <- Jordan_matrix(ev$values, ev$len.block)) ## check that AX = XJ and A = XJX^-1, up to numerical precision: x4a %*% ev$vectors - ev$vectors %*% x4a.j x4a - ev$vectors %*% x4a.j %*% solve(ev$vectors) mcSpec Generate objects of class mcSpec Description Generate objects of class mcSpec. Usage mcSpec(...) ## S4 method for signature 'mcSpec' mcSpec 17 initialize(.Object, dim, mo, root1 = numeric(0), iorder = 0, siorder = 0, order = rep(dim, mo), evtypes = NULL, mo.col = NULL, n.roots = mo.col, ...) Arguments dim the dimension, a positive integer. mo multi-companion order, a.k.a. number of seasons. root1 roots equal to one, a vector of positive integers of length at most mo. iorder integration order, a non-negative integer. siorder seasonal integration order, a non-negative integer. order order of the periodic filter, a vector of length mo. evtypes types of additional eigenvalues, see Details. mo.col number of non-zero columns in the top part of the multicompanion matrix, see Details. n.roots number of non-zero roots ... further arguments to be passed on. .Object An object. This argument is not used in calls of mcSpec and new, see the details section. Details mcSpec(...) and new("mcSpec", ...) create objects from class mcSpec. The two calls are equiv- alent and may contain any of the arguments of the initialize method described here, except .Object which is generated automatically. In both cases the initialize method is called and passed all the arguments. Several ways are provided for the specification of unit roots and they may be combined, as long as the specification is consistent. roots1 specifies eigenvalues equal to 1 and the size of their Jordan chains. iorder and siorder provide convenient shortcuts for the special cases which they cover. iorder specifies the integration order. This corresponds to operator (1 − B) applied iorder times. Similarly, siorder specifies the seasonal integration order, which corresponds to the operator (1 − B s ) applied siorder times, where s is equal to mo. This argument generates mo unit roots, each of height (dimension of its Jordan chain) siorder. It is possible to use combinations of these arguments to specify the unit roots and all specifications are combined. Care must be taken not to exceed dim. If mo.col is missing, it is set to max(order). mo.col may also be the character string "+ones". In this case the dimension of the unit roots is added to max(order). mo.col may also be set directly by giving it an appropriate integer value. TODO: Need more checks for consistency here! TODO: describe other roots and eigenvectors! After all specified quantities are prepared, the rest are set to NA’s. If not all eigenvalues are specified, additional eigenvalues are introduced to reach dimension dim. By default, if an even number of eigenvalues is needed, all of them are specified as complex pairs, "cp". If the number is odd, one real eigenvalue is specified and the rest are set again to "cp". 18 mcSpec-class Argument evtypes can be used to select a different setting for the additional eigenvalues. It is a character vector in which "r" stands for real eigenavalues and "cp" stands for a complex pair. For example, if there are two "free" eigenvalues, the automatic choice would be a complex pair, "cp". If two real eigenvalues are desired set evtypes to c("r","r"). Note: evtypes is for types of additional eigenvalues. Do not specify types for eigenvalues equal to one or zero. Value an object of class mcSpec Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also mcSpec-class Examples spec2 <- mcSpec(21, 4, siorder=2, iorder=1) spec4 <- mcSpec(11, 4, siorder=1, iorder=1) spec.co2 <- mcSpec(dim = 5, mo = 4, siorder = 1) spec.co2new <- mcSpec(dim = 5, mo = 4, siorder = 1) # after correcting ev.arg spec.co2alt <- mcSpec(dim = 6, mo = 4, siorder = 1) spec.co3 <- mcSpec(dim = 5, mo = 4, root1 = c(1,1,1)) spec.coz1 <- mcSpec(dim = 4, mo = 4, root1 = c(1,1), order = rep(2,4)) # test0 roots spec.coz2 <- mcSpec(dim = 5, mo = 4, root1 = c(1,1), order = rep(2,4)) # test0 roots spec.coz3 <- mcSpec(dim = 4, mo = 4, root1 = c(1), order = rep(2,4)) # test0 roots spec.co4 <- mcSpec(dim = 4, mo = 4, root1 = c(1,1,1)) mcSpec-class A class for spectral specifications of multi-companion matrices Description A class for spectral specifications of multi-companion matrices. mcSpec-class 19 Objects from the Class Objects can be created by calls of one of the following equivalent forms: • mcSpec(dim, mo, root1, iorder, siorder, order, evtypes, ...), • new("mcSpec", dim, mo, root1, iorder, siorder, order, evtypes, ...). An object of class "mcSpec" holds a spectral specification of a square multi-companion matrix. The specification may be only partial. In that case unspecified components are set to NA. Eigenvalues are represented by their modulus and complex argument. The argument is in cycles per unit time. So, a negative real number has argument 0.5. The complex eigenvalues come in pairs and only one needs to be specified. If an eigenvalue is not simple, it should not be repeated. Rather, the size of the corresponding Jordan block should be specified. The types of the eigenvalues may be "r" (real) or "cp" (complex pair). See mcSpec for full details about the initialization function for class mcSpec. Slots dim: dimension of the matrix, a positive integer. mo: multi-companion order, a positive integer. ev.type: Types of eigenvalues, "r" or "cp", a character vector. co.type: Types of the co parameters, a character vector. order: orders of the factors, the default is rep(dim,mo). n.root: number of nonzero roots. ev.abs: absolute values (moduli) of the roots. ev.arg: complex arguments of the roots (cycles per unit time). In particular, zero for positive reals, 0.5 for negative reals. (TODO: check that functions that use this specification know that!) block.length: sizes of Jordan blocks corresponding to the eigenvalues, a vector of positive inte- gers. By default the eigenvalues are simple. co.abs: moduli of the co parameters, a matrix. co.arg: arguments of the co parameters, a matrix. mo.col: Object of class "numeric". F0bot: Object of class "optionalMatrix". Methods initialize signature(.Object = "mcSpec"): see mcSpec. Note The initialization function for mcSpec class is incomplete, in the sense that it does not cover all cases. 20 mcStable Author(s) Georgi N. Boshnakov See Also mcSpec Examples mcSpec(dim = 5, mo = 4, root1 = c(1,1), order = rep(3,4)) mcSpec(dim = 5, mo = 4, root1 = c(1,1,1), order = rep(5,4)) mcSpec(dim = 5, mo = 4, root1 = c(1,1,1,1), order = rep(5,4)) mcStable Check if an object is stable Description Check if an object is stable. Usage mcStable(x) Arguments x the object to be checked Details A stable matrix is a matrix all of whose eigenvalues have moduli less than one. Other objects are stable if the associated matrix is stable. This is a generic function. The default method works as follows. x is a square matrix, the method checks if its eigenvalues satisfy the stability condition and returns the result. Otherwise, if x is a rectangular matrix with more columns than rows, it is assumed to be the top of a multi-companion matrix. If x is a vector, it is assumed to represent the top row of a companion matrix. In all other cases x is converted to matrix with as.matrix(x). The result should be a square matrix whose eigenvalues are checked. It is an error for the matrix to have more rows than columns. Value TRUE if the object is stable and FALSE otherwise mcStable 21 Note An argument ... may be a good idea since methods may wish to provide options. For example, for continuous time systems, the stability condition is that the real parts of the eigenvalues are negative. For example, an option to choose the left half-plane for the stable region, instead of the unit circle, would handle stability for continuous time systems. Author(s) Georgi N. Boshnakov Examples ## a simulated matrix (it is stable by default) mc <- mCompanion("sim", dim=4, mo=2) mcStable(mc) ## a square matrix m <- matrix(1:9, nrow=3) eigen(m)$values mcStable(m) ## a 2x4 matrix, taken to be the top of an mc matrix m <- matrix(1:8, nrow=2) mcStable(m) mCompanion(m) ## a vector, taken to be the top row of an mc matrix v <- 1:4 mcStable(v) mCompanion(v) abs(mc_eigen(mCompanion(v))$values) co1 <- cbind(c(1,1,1,1), c(0,1,0,0)) ## a matrix with eigenvalues equal to 1 mat2 <- make_mcmatrix(eigval = c(1), co = co1, dim = 4, len.block = c(2)) ## mat2 is ordinary matrix, eigenvalues are computed numerically eigen(mat2) mcStable(mat2) # FALSE but in general depends on floating point arithmetic mat2a <- mCompanion(x="gen", eigval = c(1), co = co1, dim = 4, len.block = c(2), what.res = "list") mc_eigen(mat2a) mcStable(mat2a) mat2b0 <- make_mcmatrix(eigval = c(1), co = co1, dim = 4, len.block = c(2), what = "list") mat2b <- mCompanion(mat2b0, "gen") mc_eigen(mat2b) mcStable(mat2b) ## mat2c is a MultiCompanion object with the eigenvalues stored in it 22 mc_chain_extend mat2c <- mCompanion(x="sim", eigval = c(1,0,0), co = cbind(co1, c(0,0,1,0), c(0,0,0,1)), dim = 4, len.block = c(2,1,1)) mat2c ## since the eigenvalues are directly available here, no need to compute them mc_eigen(mat2c) # contains a 2x2 Jordan block. mcStable(mat2c) mc_chain_extend Extend multi-companion eigenvectors Description Extend Jordan chains of a multi-companion matrix to higher dimension and complete them to a full system by adding eigenchains for zero eigenvalues. Usage mc_chain_extend(ev, newdim) Arguments ev eigenvalues and eigenvectors, a list with components values and vectors. newdim the new dimension of the vectors. Details The eigenvectors of a multi-companion matrix have a special structure. This function extends the supplied eigenvectors to be eigenvectors of a higher-dimensional multi-companion matrix of the same multi-companion order with the same top rows extended with zeroes. ev is a list with components values, vectors and possibly others. In particular, ev may be the value returned by a call to the base function eigen(). A component len.block may be used to specify the lengths of the Jordan chains, by default all are of length one. The function handles also the case when only the first mo.col columns of the top of the origi- nal multi-companion matrix are non-zero. This may be specified by a component mo.col in ev, otherwise mo.col is set to the dimension of the space spanned by the non-zero eigenvalues. When mo.col is smaller than the multi-companion order, the information in the eigenvectors is not sufficient to extend them. The missing entries are supplied via the argument F0bot (TODO: describe!). Chains corresponding to zero eigenvalues come last in the result. Value The eigenvectors extended to the new dimension. Author(s) Georgi N. Boshnakov mc_eigen 23 References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also mc_eigen; the main work is done by mC.non0chain.extend and mc_0chains. Examples ev <- make_mcchains(eigval = c(1, 0.5), co = cbind(c(1,1), c(1, -1)), dim = 4, mo.col = 2, len.block = c(1, 1)) ev ## extend evecs in ev to the requested dim and complete with chains for eval 0. mc_chain_extend(ev = ev, newdim = 6) mc_chain_extend(ev = ev, newdim = 7) mc_eigen The eigen decomposition of a multi-companion matrix Description Give the eigenvalues or the entire eigen decomposition of a multi-companion matrix Usage mc_eigen(x, ...) mc_eigenvalues(x, ...) Arguments x a multi-companion matrix, an object of class MultiCompanion. ... additional arguments, currently not used. Details Both functions first check if the decomposition is stored in x and, if that is the case, return the result without computations. This is particularly useful when the matrix is created from its spectral decomposition in the first place. The only restrictions on the result in this case come from the structure of multi-companion matrices. Otherwise they use eigen to do the main computation. In addition, if the top of the matrix has struc- tural columns of zeroes, mc_eigen takes care to call eigen with a sub-matrix whose last column is not zero, and handles the zero eigenvalues separately. 24 mc_eigen Note that x@mo.col is the last column containing nonzero elements in the top of the matrix. By calling eigen on the top left x@mo.col square block, rather than on the entire matrix, we achieve several things. Firstly, this block may turn out to be non-singular. In that case, the chains corre- sponding to zero eigenvalues, if any, are structural and straightforward. Secondly, if this block turns out to be singular, we know that by reducing the dimension we have left out only elements corre- sponding to zero eigenvalues. The vectors associated with zero eigenvalues are somewhat tricky in this case, but manageable. The net effect is that the only restriction comes from the use of eigen, which does not handle Jordan chains of length larger than one. In general, this is not a problem, since chains with more than one vector are not likely to occur numerically. In particular, it is relatively safe to assume that the space spanned by the non-zero eigenvalues of the multicompanion matrix has a basis of eigenvectors. However, when x@mo.col is smaller than the dimension of the matrix, eigenchains associated with the zero value can easily occur, due to the structure of the matrix. That is why we pay special attention to them. In mc_eigen the handling of the zero eigenvalues is based on mc_chain_extend. The latter takes care also of zero eigenvalues whose Jordan blocks are of size larger than one. Value For mc_eigenvalues, the eigenvalues as a vector. For mc_eigen, the eigenvalues and eigenvectors as a list with components values and vectors. In addition the list contains a component len.block with the lengths of the Jordan chains. Note mc_eigenvalues currently simply calls eigen if the eigenvalues are not stored in the object. It is probably mostly useful when the interest is in the nonzero eigenvalues. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Examples x <- sim_mc(6,4,mo.col=2) x y <- mCompanion(x,detect="gen") y z <- as.matrix(y) xx <- mCompanion(x=z,mo.col=2) mc_eigen(xx) mc_factorize 25 mc_factorize Factorise multi-companion matrices Description Companion factorization of multi-companion matrices. Usage mc_factorize(x, mo, mo.col) mc_leftc(x, mo, mo.col) Arguments x a multi-companion matrix or its top. mo multi-companion order, number of structural top rows. mo.col number of non-trivial columns in the top of the matrix. Details The companion factorization of a multi-companion matrix, X, of (multi-companion) order p is X = A1 × · · · × Ap , where Ai , i = 1, . . . , p, are companion matrices. mc_leftc factorises a multi-companion matrix into a product of companion times multi-companion. mc_factorize calls mc_leftc a number of times to compute the full factorisation. If x is not a matrix an attempt is made to convert it to matrix. If x is a vector it is converted to a matrix with 1 row. x may be the whole matrix or its top. If mo is missing x is assumed to be the top of the matrix and the multi-companion order is set to its number of rows. mo.col defaults to the number of columns of x. It is important to specify mo.col if there are columns of zeroes in the top of the matrix. Otherwise the factorisation usually fails with a message (from solve) that the system is exactly singular. Note however that for objects of class MultiCom- panion this situation is handled automatically (unless the user overwrites the default behaviour). Value for mc_factorize, a matrix whose i-th row is the first row of the i-th companion factor. for mc_leftc, a numeric vector containing the first row of the companion factor. Level 0 26 mc_factors Note The companion factorisation does not always exist but currently this possibility is not handled. Even if it exists, it may be numerically unstable. Also, if mo.col is smaller than the number of columns, then the factorisation is not unique, the one having mo.col non-zero entries is computed. The existence is not treated. mc_leftc is probably the first function I wrote for multi-companion matrices. It does not do checks consistently. The MultiCompanion class can be used here. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. See Also mc_from_factors Examples mat2 <- make_mcmatrix(eigval = c(1), co = cbind(c(1,1,1,1), c(0,1,0,0)), dim = 4, len.block = c(2)) mat2 eigen(mat2) mc_leftc(mat2, mo = 4, mo.col = 2) mCompanion(mat2) mCompanion(mat2, mo=4, mo.col=2) mc_leftc(mCompanion(mat2), mo = 4, mo.col = 2) mc_eigen(mCompanion(mat2), mo = 4, mo.col = 2) mc_eigen(mCompanion(mat2, mo=4, mo.col=2), mo = 4, mo.col = 2) mc_factors Factors of multi-companion matrices Description Gives the factors comprising the companion factorisation of a multi-companion matrix. Usage mc_factors(x, what = "mc") Arguments x a multi-companion matrix, an object of class MultiCompanion. what format of the result, see below. mc_from_factors 27 Details If the factors are available in the object’s pad in the requested format, they are returned without further processing. The factors may be available if they have been previously computed or if the matrix has been created from the factors. If the factors are available, but not in the requested format, they are converted to it. Otherwise the factors are computed. The factors are stored in the object’s pad under the name "mC.factors" when what == "mc", and in "mC.factorsmat" otherwise. Value If what == "mc" the companion factors of x as a list of MultiCompanion objects. Otherwise a matrix with i-th row representing the i-th factor. As a side effect, the factors are stored in the object’s pad, see ‘Details’. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Examples m <- mCompanion(matrix(1:8, nrow = 2)) mc_factors(m) mc_from_factors Multi-companion matrix from factors Description Compute a multi-companion matrix from its companion factors or from a periodic filter. Create the multi-companion matrix corresponding to a periodic filter by multiplying the relevant companion matrices in reverse order. Usage mc_from_factors(x) mc_from_filter(x) Arguments x a matrix with a row for each companion factor, see details. 28 mc_from_factors Details x is a matrix whose i-th row is the top row of the i-th companion factor (for mc_from_factors) or the filter coefficients for the i-th season (for mc_from_filter). mc_from_factors is, effectively, the inverse of mc_factorize. The companion matrices specified by the argument are multiplied. mc_from_filter is similar except that the relevant companion matrices are multiplied in reverse order. After all, it is natural to have the coefficients for the i-th season in the i-th row! todo: add an argument to specify the "first" season. Value The top of the resulting multi-companion matrix. Level Currently mc_from_factors calls mCompanion, which it probably should not do. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. See Also mc_factorize Examples x <- matrix(1:8, nrow = 2) mc_from_factors(x) mCompanion(mc_from_factors(x)) mc_from_filter(x) mCompanion(mc_from_filter(x)) mc_matrix 29 mc_matrix Basic utilities for multi-companion matrices Description Compute the dense matrix representation of a multi-companion matrix or convert the argument to an ordinary matrix. Usage mc_full(x) mc_matrix(x) mc_order(x) is_mc_bottom(x) Arguments x the top part of the multi-companion matrix or the whole matrix, see Details. Details mc_matrix returns an ordinary matrix. It returns x if x is an ordinary matrix (is.matrix(x) == TRUE), converts x to a matrix with one row if x is a vector, and returns as.matrix(x) otherwise. mc_matrix is used by some functions in package mcompanion that want to allow flexible format for the top of a multicompanion matrix or even the whole matrix (e.g. x may be a MultiCompanion object) but are not really multi-companion aware. For mc_full, x is normally the top part of a multi-companion matrix. Rows are appended as necessary to obtain the dense representation of the matrix and the result is guaranteed to be a multi- companion matrix. It is an error to have more rows than columns. If the number of rows is equal to the number of columns, i.e. x is the whole matrix, the effect is that x is converted to an ordinary matrix but no check is made to see if the result is indeed a multi-companion matrix. x may be a vector if the multi-companion order is 1. Give the multi-companion order of a square matrix Determine the multi-companion order of a square matrix or check if a matrix may be the bottom part of a multi-companion matrix. In mc_order(x) should be a square matrix, while in is_mc_bottom(x) the matrix is usually rect- angular. The bottom part of a multi-companion matrix is of the form [I 0], where I is an identity matrix and 0 is a matrix of zeroes. The top consists of the rows above the bottom part. The multi-companion order is the number of rows in the top of a multi-companion matrix. Identity matrices have mc_order zero. Other general matrices have mc_order equal to the number of rows. In particular, an 1 × 1 matrix has mc_order zero, if its only element is equal to one, and mc_order one otherwise. Acordingly, is_mc_bottom(x) returns TRUE if x is the identity matrix or a matrix with zero rows. This is consistent with the treatment of the identity matrix as multi-companion of multi order 0 and a general matrix as multi-companion of multi-companion order equal to the number of its rows. 30 mc_matrix Value for mc_full, the multi-companion matrix as an ordinary dense matrix object. For mc_matrix, an ordinary matrix. for mc_order, the multi-companion order of x, a non-negative integer for is_mc_bottom, TRUE if x may be the bottom part of a multi-companion matrix and FALSE otherwise. Note mc_matrix is not multi-companion specific, except that it converts a vector to a matrix with one row (not column). For square matrices these functions are not really multi-companion specific. It may make sense to allow non-square matrices also for mc_order. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. See Also mcStable Examples mc <- mCompanion("sim", dim = 4, mo = 2) mc mc_order(mc) x <- mc[1:2, ] # the top of mc x x2 <- mc[] # whole mc as ordinary matrix x2 mc_matrix(mc) mc_matrix(x2) ## mc_matrix() doesn't append rows to its argument mc_matrix(x) ## mc_full() appends rows, to make the matrix square multicompanion mc_full(x) ## mc and x2 are square, so not amended: mc_full(mc) mc_full(x2) ## a vector argument is treated as a matrix with 1 row: mc_matrix(1:4) mc_full(1:4) mf_VSform 31 ## mc_order(1:4) # not by mc_order m <- mCompanion(matrix(1:8, nrow = 2)) mc_matrix(m) mc_order(m) m[-c(1,2), ] is_mc_bottom(m[-c(1,2), ]) # TRUE ## TRUE for reactangular diagonal matrix with nrow < ncol is_mc_bottom(diag(1, nrow = 3, ncol = 5)) ## border cases is_mc_bottom(matrix(0, nrow = 0, ncol = 4)) # TRUE, 0 rows is_mc_bottom(diag(4)) # TRUE, square diagonal matrix mf_VSform Extract properties of multi-filters Description Extract properties for scalar and vector of seasons forms of multi-filters. Usage mf_order(x, i = "max", form = "pc", perm) mf_period(x) mf_poles(x, blocks = FALSE) mf_VSform(x, first = 1, form = "U", perm) Arguments x the filter, an object of class "MultiFilter". i index, integer vector or a string. first the first season of the year. form the form of the filter to which the result refers, one of "pc", "I", "U", or "L", see Details. perm permutation of the seasons within the year. blocks request lengths of Jordan chains. Details With the default i=="max" the function mf_order returns a single number, the order of the filter in the representation requested by form. The orders of the components may be obtained with the setting i=="all" which gives a vector whose j-th element is the order of the j-th component of the filter. A subset of these may be obtained with numeric i which is treated as standard index vector. Values for i other than the default are meaningful mainly for form="pc". 32 mf_VSform mf_VSform arranges the filter coefficients in one of the vector of seasons forms (todo: cite me). The component Phi of the result is a matrix obtained by putting the coefficient matrices next to each other, [A1 ... Ad]. If perm is provided, then the result is the same for "U" and "L". mf_VSform is called implicitly by the subscripting operation ("[") when needed, it is more flexible and is recommended for general use. For the vector forms ("I", "U", and "L") the argument perm specifies the arrangement of the com- ponents of the filter in that form. For the I- and U-forms the default is mf_period(x):1, for the L-form it is 1:mf_period(x). Currently perm may take on values that can be obtained from the default by rotation, e.g. if the period is 4, perm may be one of (4,3,2,1), (1,4,3,2), (2,1,4,3), (3,2,1,4) for the U-form, and (1,2,3,4), (4,1,2,3), (3,4,1,2), (2,3,4,1) for the L-form. Other permutations may be usefull in some situations but may not result in U- or L- forms (without further transformations). For I-form any permutation should be permissible when implemented (todo:). For mf_order the argument perm affects the computation only, not the ordering in the result. The result (if vector) is not permuted unless the argument i asks for this. For mf_VSform however such a behaviour would be very peculiar and the rows of the result are for the permuted seasons. In short, the i-th element of the result of mf_order (if vector) gives the order (in the requested form) of the i-th season but the i-th row of any of the matrices returned by mf_VSform depends on perm and form. Note: the terminology here reflects application to pc processes, probably should be made more neutral in this respect. todo: (2013-03-26) mf_order seems unfinished. Value For mf_order, if i = "max" a positive integer, otherwise a vector of positive integers. For mf_period the period of the filter, a positive integer. For mf_poles, if blocks = FALSE, a vector of the eigenvalues of the associated multi-companion matrix, each eigenvalue repeated according to its algebraic multiplicity. If blocks = TRUE, a 2- column matrix with the eigenvalues in the first column and the lengths of the Jordan chains in the second. There is one row for each chain (i.e. multiple eigenvalues are repeated according to their geometric multiplicity). For mf_VSform a list with components: Phi0 the zero lag coefficient, a matrix, Phi the remaining coefficients, a matrix, Phi0inv (form=="I" only) the inverse of the zero lag coefficient matrix of the vs-form, a matrix. (TODO: the name of this component is misleading since in the case form = "I" Phi0 is the identity matrix and Phi0inv is not equal to the inverse of Phi0.) Author(s) Georgi N. Boshnakov mf_VSform 33 References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also MultiFilter and the examples there, mcStable Examples ## simulate a 3x3 2-companion matrix ## and turn it into a multi-filter (m <- mCompanion("sim", dim=3, mo=2)) (flt <- new("MultiFilter", mc = m )) mf_period(flt) mf_poles(flt) abs(mf_poles(flt)) mf_VSform(flt,form="U") mf_VSform(flt,form="L") mf_VSform(flt,form="I") ## simulate a pc filter (2 seasons) ## and turn it into a multi-filter object (rfi <- sim_pcfilter(2, 3)) (flt <- new("MultiFilter", coef = rfi$pcfilter)) mf_period(flt) mf_poles(flt) abs(mf_poles(flt)) mf_VSform(flt, form="U") mf_VSform(flt, form="I") mf_VSform(flt, form="L") ## indexing can be used to extract filter coefficients flt[] flt[1,] ## the rest are some checks of numerical performance. rfi rfi$mat==0 zapsmall(rfi$mat) mCompanion(zapsmall(rfi$mat)) unclass(mCompanion(zapsmall(rfi$mat))) unclass(mCompanion(rfi$mat)) flt1 <- new("MultiFilter", mc = mCompanion(zapsmall(rfi$mat))) flt2 <- flt flt1[] flt2[] 34 MultiCompanion-class flt1[] - flt2[] rfi$pcfilter - rfi$mat[1:2,] mf_poles(flt1) abs(mf_poles(flt1)) svd(rfi$mat) rcond(rfi$mat) Matrix::rcond(Matrix::Matrix(rfi$mat),"O") 1/Matrix::rcond(Matrix::Matrix(rfi$mat),"O") MultiCompanion-class Class "MultiCompanion" Description Objects and methods for multi-companion matrices Objects from the Class For ordinary usage objects from this class should behave as matrices and there should be no need to access the slots directly. Objects can be created with the function mCompanion. Other functions in the mcompanion package also produce MultiCompanion objects. It is possible also to call new() directly: new("MultiCompanion", xtop, mo, n, mo.col, ido, x, dimnames, detect, misc) Arguments: xtop is the top of the matrix. mo is the multi-companion order of the matrix. n is the dimension. mo.col is the top order, meaniing that columns mo.col+1,...,n of the top of the matrix are zeros. mo.col may also be set to "detect", in which case it is determined by scanning xtop or x. ido the dimension of the identity sub-matrix. x the whole matrix. dimnames is not used currently. detect controls whether automatic detection of mo and mo.col should be attempted. The values tested are "mo", "mo.col", "all", and "nothing" with obvious meanings. misc todo: describe this argument! MultiCompanion-class 35 Normally one of xtop and x is supplied but if both are, they are checked for consistency, including the elements of the matrix (equality is tested with ==). To facilitate calls with one unnamed argu- ment, when xtop is a square matrix it is taken to be the entire matrix (provided that x is missing). Aside from xtop (or x), most of the remaining arguments can be deduced automatically. The number of rows and columns of xtop give the multi-companion order and the dimension of the matrix, respectively. A vector xtop is taken to stand for a matrix with one row. x needs to be square or a vector of length equal to exact square. mo and mo.col may be determined from the contents of x and xtop. There is no harm in ignoring mo.col but it is useful for our applications. Note that by default it is to set to the number of columns and not determined by scanning the matrix. The contents of the misc argument are stored in the pad of the new object. Slots xtop: The top of the matrix, an object of class "matrix" mo: Multi-companion order, an object of class "numeric" ido: dimension of the identity submatrix, object of class "numeric" mo.col: number of non-zero columns in top rows, object of class "numeric" pad: storage for additional info, object of class "objectPad" x: inherited, object of class "numeric" Dim: inherited, object of class "integer" Dimnames: inherited, object of class "list" factors: inherited, object of class "list" Extends Class "ddenseMatrix", directly. Class "generalMatrix", directly. Class "dMatrix", by class "ddenseMatrix". Class "denseMatrix", by class "ddenseMatrix". Class "Matrix", by class "ddenseMatrix". Class "Matrix", by class "ddenseMatrix". Class "compMatrix", by class "generalMatrix". Class "Matrix", by class "generalMatrix". Methods %*% signature(x = "ANY", y = "MultiCompanion"): ... %*% signature(x = "MultiCompanion", y = "MultiCompanion"): ... %*% signature(x = "MultiCompanion", y = "ANY"): ... [ signature(x = "MultiCompanion", i = "index", j = "index", drop = "logical"): ... [ signature(x = "MultiCompanion", i = "index", j = "missing", drop = "logical"): ... [ signature(x = "MultiCompanion", i = "missing", j = "index", drop = "logical"): ... coerce signature(from = "dgeMatrix", to = "MultiCompanion"): ... coerce signature(from = "matrix", to = "MultiCompanion"): ... coerce signature(from = "MultiCompanion", to = "matrix"): ... coerce signature(from = "MultiCompanion", to = "dgeMatrix"): ... 36 MultiCompanion-class initialize signature(.Object = "MultiCompanion"): This method is called implicitly when the user calls new("MultiCompanion",...). mcStable signature(x = "MultiCompanion"): ... t signature(x = "MultiCompanion"): ... %*% signature(x = "matrix", y = "MultiCompanion"): ... %*% signature(x = "MultiCompanion", y = "matrix"): ... [ signature(x = "MultiCompanion", i = "index", j = "index", drop = "missing"): ... [ signature(x = "MultiCompanion", i = "index", j = "missing", drop = "missing"): ... [ signature(x = "MultiCompanion", i = "missing", j = "index", drop = "missing"): ... %*% signature(x = "MultiCompanion", y = "vector"): ... %*% signature(x = "vector", y = "MultiCompanion"): ... Note The implementation is rather redundant, this class probably should inherit in a different way from classes in Matrix package or may be not inherit at all. Methods to get the multi-order, mo.col, and others, would be useful but first the terminology needs to be made consistent. Other matrix arithmetic operations? Argument n is called dim in other functions. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also mCompanion and the examples there; the following functions produce multi-companion matrices but do not return MultiCompanion objects: sim_mc, make_mcmatrix Examples a1 <- matrix(1:12,nrow=2) mc1 <- new("MultiCompanion",xtop=a1) new("MultiCompanion",a1) # same a2 <- matrix(c(1:6,rep(0,4)),nrow=2) # 1st 3 columns of a2 are non-zero mc2 <- new("MultiCompanion",a2) MultiFilter-class 37 mc2 mc2@mo.col # =5, because the default is to set mo.col to ncol mc2a <- new("MultiCompanion",a2,detect="mo.col") mc2a@mo.col # =3, compare with above b <- as(mc2,"matrix") # b is ordinary R matrix mcb <- new("MultiCompanion",x=b) new("MultiCompanion",b) # same as mcb mcb@mo # 2 (mo detected) mcb@mo.col # 5 (no attempt to detect mo.col) mcba <- new("MultiCompanion",b,detect="all") mcba@mo # 2 (mo detected) mcba@mo.col # 3 (mo.col detected) MultiFilter-class Class "MultiFilter" Description Objects and methods for filters with more than one set of coefficients. Objects from the Class Objects can be created by calls of the form new("MultiFilter", coef, mc, order, sign). Objects from this class represent periodic filters. A d-periodic filter relates an input series εt to an output series yt by the following formula: Xpt yt = φt (i)yt−i + εt , i=1 where the coefficients φt (i) are d-periodic in t, i.e. φt+d (i) = φt (i) and pt+d = pt . The periodicity means that it is sufficient to store the coefficients in a d × p matrix, where p = max(p1 , . . . , pt ). Slot coef contains such a matrix. The filter may be specified either by its coefficients or by its multi-companion form. Slots mc: the multi-companion form of the filter, an object of class "MultiCompanion" coef: the coefficients of the filter, an object of class "matrix", whose sth row contains the coeffi- cients for t = k × d + s. order: the periodic order of the filter, a numeric vector giving the orders of the individual seasons. sign: 1 or -1. The default value, 1, corresponds to the formula given in section "Objects from the Class". It can also be -1, if the sum on the right-hand side of that formula is preceded by a minus (usual convention in signal processing). 38 MultiFilter-class Methods [ signature(x = "MultiFilter", i = "ANY", j = "ANY",drop = "ANY"): take subset of the coef- ficients of the filter in various forms. To do: the function needs more work! Document the function and the additional arguments! initialize signature(.Object = "MultiFilter"): This function is called implicitly by new, see the signature for new above. One of mc and coef must be supplied, the other arguments are optional. If mc is missing it is computed from coef. In this case, component mC.factorsmat of slot misc of mc is set to the companion factorisation of mc (essentially the reversed rows of coef). If coef is missing it is computed from mc, see mc_factors. mcStable signature(x = "MultiFilter"): Check if the filter is stable. See also the documentation for the following functions which are effectively methods for class "MuliFilter" but are not defined as formal methods: mf_period, mf_order, mf_poles, mf_VSform. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also MultiCompanion, mf_period, mf_order, mf_poles, mf_VSform. Examples showClass("MultiFilter") m <- mCompanion("sim",dim=3,mo=2) # simulate a 3x3 2-comp. matrix flt <- new("MultiFilter", mc = m ) flt[] mf_period(flt) mf_poles(flt) abs(mf_poles(flt)) mf_VSform(flt,form="U") mf_VSform(flt,form="L") mf_VSform(flt,form="I") # try arguments "coef" and "mc", for comparison rfi <- sim_pcfilter(2,3) # period=2, order=c(3,3) # per. filter from a multi-companion matrix null_complement 39 flt1 <- new("MultiFilter",mc= mCompanion(zapsmall(rfi$mat)) ) flt1[] mf_period(flt1) mf_poles(flt1) abs(mf_poles(flt1)) mf_VSform(flt1,form="U") mf_VSform(flt1,form="L") mf_VSform(flt1,form="I") # per. filter from coefficients, should be the same (numerically) flt2 <- new("MultiFilter",coef=rfi$pcfilter) flt2[] mf_period(flt2) mf_poles(flt2) abs(mf_poles(flt2)) mf_VSform(flt2,form="U") mf_VSform(flt2,form="L") mf_VSform(flt2,form="I") null_complement Compute the orthogonal complement of a subspace Description Computes the orthogonal complement of a subspace relative to a universe. Usage null_complement(m, universe = NULL, na.allow = TRUE) Arguments m NA or a matrix whose columns define the subspace, a vector is treated as a matrix with one column. universe a matrix whose columns specify the subspace relative to which to compute the complement, the default is the full space. na.allow if TRUE, default, treat NA’s specially, see Details. Details null_complement computes the orthogonal complement of a subspace (spanned by the columns of m) relative to a universe. Argument universe can be used to specify a subspace w.r.t. which to compute the complement. If universe is NULL (the default), the complement w.r.t. the full space is computed. The full space is the n-dimensional space, where n is the number of rows of argument m. 40 permute_var null_complement returns a matrix whose columns give a basis of the required subspace. null_complement uses Null() from package MASS for the actual computation. null_complement(m, na.allow = FALSE) is equivalent to Null(m). m is typically a matrix whose columns represent the subspace w.r.t. which to compute the comple- ment. null_complement can also deal with NA’s in m. This facility can be turned off by specifying na.allow = FALSE. If na.allow = TRUE, the default, and m is identical to NA, universe is returned (i.e. m = NA represents the empty subspace). Note that in this case universe cannot be NULL, since there is no way to determine the dimension of the full space. Otherwise, m is a matrix. If all elements of m are NA, a matrix of NA’s is returned with number of columns equal to ncol(universe) - ncol(m). Value a matrix representing a basis of the requested subspace Author(s) Georgi N. Boshnakov Examples m1 <- diag(1, nrow = 3, ncol = 2) null_complement(m1) null_complement(c(1,1,0)) null_complement(c(1,1,0), m1) ## the columns of the result from null_complement() are orthogonal ## to the 1st argument: t(c(1,1,0)) %*% null_complement(c(1,1,0)) t(c(1,1,0)) %*% null_complement(c(1,1,0), m1) null_complement(rep(NA_real_, 3), m1) null_complement(NA, m1) permute_var Permute rows and columns of matrices Description Permute rows and columns of matrices. Usage permute_var(mat, perm = nrow(mat):1) permute_synch(param, perm) permute_var 41 Arguments mat a matrix. param a matrix or list, see Details. perm permutation, defaults to nrow:1. Details Given a permutation, permute_var permutes the rows and columns of a matrix in such a way that if mat is the covariance matrix of a vector x, then the rearranged matrix is the covariance matrix of x[perm]. If P is the permutation matrix corresponding to perm, then the computed value is P %*% mat %*% t(P). permute_synch performs the above transformation on all matrices found in param. More precisely, if param is a matrix, then the result is the same as for permute_var. Otherwise param should be a list and, conceptually, permute_synch is applied recursively on each element of this list. The net result is that each matrix, say M , in param is replaced by P M P 0 and each vector, say v, by P v. The idea is that param may contain specification of a VAR model, all components of which need to be reshuffled if the components of the multivariate vector are permuted. All matrices in param must have the same number of rows, say d, but this is not checked. perm should be a permutation of 1:d. Value for permute_var, a matrix, for permute_synch, a matrix or list of the same shape as param in which each matrix is transformed as described in Details. Author(s) Georgi N. Boshnakov Examples Cl <- cor(longley) # from example for 'cor()' nc <- ncol(Cl) v <- 1:nc names(v) <- colnames(Cl) permute_var(Cl) all(permute_var(Cl) == Cl[ncol(Cl):1, ncol(Cl):1]) 42 sim_mc rblockmult Right-multiply a matrix by a block Description Treats a matrix as a block matrix and multiplies each block by a given block. Usage rblockmult(x, b) Arguments x the matrix. b the block. Details x is split into blocks [x1 ... xn] so that ncol(xi)==nrow(b) and each block is multiplied by b. The result is the matrix [x1 b ... xn b]. Value the matrix obtained as described above Author(s) Georgi N. Boshnakov Examples m <- matrix(1:12, nrow = 2) b <- matrix(c(0, 1, 1, 0), nrow = 2) rblockmult(m,b) sim_mc Simulate a multi-companion matrix Description Simulate a multi-companion matrix with partially or fully specified spectral properties. Usage sim_mc(dim, mo, mo.col = dim, eigval, len.block, type.eigval = NULL, co, eigabs, eigsign, type = "real", value = "real", value.type = "", ...) sim_mc 43 Arguments dim dimension of the matrix. mo multi-companion order. mo.col number of structural columns. eigval eigenvalues, one for each Jordan block. len.block lengths of the Jordan blocks corresponding to eigval. type.eigval types of the eigenvalues, a character vector co co parameters, see Details. eigabs moduli (absolute values) of eigenvalues, see Details. eigsign signs or complex arguments of eigenvalues, see Details. type passed down to generators (???) value what to return value.type type of the value (???) ... further arguments to passed on to sim_chains and sim_numbers, see Details. Details sim_mc generates a multi-companion matrix of dimension dim x dim and multi-companion order mo. The matrix has the spectral properties specified by the arguments. Values that cannot be inferred from the arguments are simulated. Arguments dim, mo, and mo.col define the structure of the matrix. The first two are compulsory but the last one, mo.col, is optional. If no other arguments are supplied sim_mc produces a matrix with all spectral parameters simulated. The number of non-zero eigenvalues is at most mo.col. If mo.col < dim the multi-companion ma- trix has structural eigenvectors/chains corresponding to the zero eigenvalue(s), see the references. These chains are generated automatically. Arguments type.eigval, eigabs, eigsign and eigval are vectors used to specify the types and the values of the eigenvalues. Any or all of them may be missing or NULL. Those present must have the same length. It is not necessary to specify eigenvalues and eigenvectors corresponding to eigenvalues equal to zero, since the structural eigenchains needed when mo.col < dim are created automatically. In practice, the number of the non-zero eigenvalues is usually equal to mo.col. The net effect is that the arguments specifying the spectral structure of the matrix normally need to specify the spectral information about the non-zero eigval only. Some or all of the eigenvalues may be specified partially or fully using arguments eigabs, eigsign, and eigval. Non-NA entries in eigval specify complete eigenvalues. Non-NA entries in eigabs specify absolute values of eigenvalues. Non-NA entries in eigsign specify signs of real eigenvalues or complex arguments of complex eigenvalues. Generally, if the entry for an eigenvalue in eigval is a number (not NA), then the corresponding entries in eigabs and eigsign will be NA. This is not enforced and a limited check for consistency is made in case of redundant information. type.eigval is a character vector describing the types of the eigenvalues, where "r", "c", and "cp" stand for real, complex, and complex pair, respectively. It is best to have one entry only for each complex pair (specified by "cp"), rather than two "c" entries. 44 sim_mc If type.eigval is NULL (default) and eigval is supplied, then type.eigval is inferred from the imaginary part of eigval ("r" or "cp"), if it is complex. For compatibility with older versions of this function eigval may be a character vector in which case it is simply assigned to type.eigval. If both, type.eigval and eigval, are missing a default allocation of the types of the eigenvalues is chosen. TODO: complete the description below. The remaining spectral parameters may be specified with the argument co with missing entries for the "free" entries. (!!! This is not complete, it may be better to have separate arguments for the ab- solute value and the angle, as for eigenvalues, and an option for normalisation of these coefficients. ???) Generators other than the default ones may be specified in the ... argument. These are passed to sim_numbers and sim_chains. Again, for the "co" arguments the support is not finished. Value if value.type is the character string "matrix", the required multi-companion matrix. Otherwise, if value.type=="list", a list containing also the spectral information (this list is the same as the one from make_mcmatrix)). Note A canonical form is needed, especially when there are repeated eigenvalues whose eigenvectors may be chosen to be orthogonal, at least. (nyakade v zapiskite mi tryabva da ima kanonichna forma!) Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also gbutils::sim_numbers and sim_chains for arguments that control the distributions of the random numbers. make_mcmatrix creates the matrix. Examples m0 <- sim_mc(3,2) # simulate 3x3 2-companion matrix abs(m0$eigval) # eigval random, so their abs values # now fix moduli of eigenvalues, and sim_pcfilter 45 # ask for one real ev and one complex pair of ev's m1 <- sim_mc(3,2,eigabs=c(0.25,0.5), type.eigval=c("r","cp")) m1$eigval abs(m1$eigval) # same as above, since type.eigval happens to be the default # dim is odd, by default first ev is real, rest are complex pairs m1a <- sim_mc(3,2,eigabs=c(0.25,0.5)) m1a$eigval abs(m1a$eigval) # simulate 6x6 4-companion matrix # with ev's at the seasonal frequencies (1.57 3.141593 -1.57) # and random moduli. 3 complex pairs of ev's m2 <- sim_mc(6,4, eigsign = pi*c(1/2,1,-1/2) ) Arg(m2$eigval) sim_pcfilter Generate periodic filters Description Generates periodic filters. Usage sim_pcfilter(period, n.root, order = n.root, mo.col, ...) Arguments period the period. n.root number of non-zero roots (poles). order order of the filter. ... additional parameters to be passed down to sim_mc. mo.col the last non-zero column in the top of the mc-matrix. The default is dim. Details Generates periodic filters using the multicompanion approach (Boshnakov and Iqelan 2009). By default the generated filter is stable and may be used as the autoregressive or moving average part of a periodic autoregressive moving average model. The filter is generated from the specified spectral information by factoring a multi-companion matrix. Any non-specified quantities are gen- erated randomly. Randomly generated eigenvalues correspond to stable filter. The user may specify non-stable roots, unit roots in particular, see sim_mc. 46 SmallMultiCompanion-class Value A list as obtained from sim_mc with an addtional component for the filter. pcfilter a matrix with the filter coefficients for the i-th season in the i-th row. Note todo: a) Allow different orders for the individual seasons. This is not trivial and maybe not natural for this method. In the singular case it may make sense to implement different strategies for choos- ing the factorization (when it is not unique) and to choose more carefully the order of the filter to ensure existence of factorization, see my paper. Author(s) Georgi N. Boshnakov References Boshnakov GN (2002). “Multi-companion matrices.” Linear Algebra Appl., 354, 53–83. ISSN 0024-3795, doi:10.1016/S00243795(01)00475X. Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also sim_mc Examples rfi <- sim_pcfilter(2,3) rfi mo <- cbind(c(1,1),rfi$pcfilter) mo SmallMultiCompanion-class A class for small multi-companion matrices Description A class for internal use for work with small multi-companion matrices. Objects from the Class This class is for internal use. Objects can be created by calls of the form new("SmallMultiCompanion", Mtop, Mbot, jdMtop, MbotXtop). spec_core 47 Slots jdMtop: Object of class "JordanDecomposition" ~~ Mtop: Object of class "matrix" ~~ Mbot: Object of class "matrix" ~~ MbotXtop: Object of class "matrix" ~~ Methods coerce signature(from = "SmallMultiCompanion", to = "matrix"): ... initialize signature(.Object = "SmallMultiCompanion"): ... JordanDecomposition signature(values = "SmallMultiCompanion", vectors = "missing"): ... Author(s) Georgi N. Boshnakov See Also MultiCompanion Examples mat2 <- make_mcmatrix(eigval = c(1), co = cbind(c(1,1,1,1), c(0,1,0,0)), dim = 4, len.block = c(2)) mat2 ## Jordan decomp. of mat2[1:2,1:2]: x2 <- matrix(c(1,1,-1,0), ncol =2) jd <- matrix(c(1,0,1,1), ncol = 2) mat2[1:2,1:2] - x2 %*% jd %*% solve(x2) jdobj <- JordanDecomposition(values = 1, vectors = x2, heights = 2) m1 <- new("SmallMultiCompanion", mat2[1:2, 1:2], Mbot = mat2[3:4, 1:2], jdMtop = jdobj) m1a <- new("SmallMultiCompanion", Mbot = mat2[3:4, 1:2], jdMtop = jdobj) as.matrix(m1) - as.matrix(m1a) # (approx.) 0's spec_core Parameterise Jordan chains of multi-companion matrices Description Parameterise the Jordan chains corresponding to a given eigenvalue of a multi-companion matrix. Usage spec_core(mo, evalue, heights, ubasis = NULL, uorth = NULL, evspace = NULL) 48 spec_core Arguments mo multi-companion order, a positive integer. evalue eigenvalue, a real or complex number. heights dimensions of Jordan blocks of evalue, a vector of positive integers. ubasis basis of the universe, a matrix. uorth orthogonal complement of ubasis w.r.t. the full core basis, see Details. evspace The space spanned by the eigenvectors, see Details. Details spec_core prepares a canonical representation of the parameters of a multi-companion matrix core- sponding to an eigenvalue. Roughly speaking, free parameters are represented by NA’s in the re- turned object. For no-repeated eigenvalues the parameterisation consists of the eigenvalue and the seed parameters of the eigenvector. Even then, for uniqueness some convention needs to be adopted. So, in general the parameterisation is effectively in terms of subspaces. TODO: Currently this is not documented and is work in progress, there are only some working notes (rakopis: "Some technical details about the parameterisation of mc-matrices"). Value a list representing the parameterised chains corresponding to the eigenvalue. Currently it contains the following elements: evalue heights co core.vectors param.tall param.hang generators Author(s) Georgi N. Boshnakov Examples spec_core(4, 1, c(1,1,1,1)) spec_core(4, 1, c(2,1,1,1)) spec_seeds1(c(2,2,2,2), 4) spec_seeds1(c(2,1,1,1), 4) spec_core(4, 1, c(2,1,1,1))$co spec_core(4, 1, c(2,1,1,1))$generators spec_root0 49 spec_root0 Give the spectral parameters for zero eigenvalues of mc-matrices Description Give the spectral parameters for zero eigenvalues of mc-matrices. Usage spec_root0(dim, mo, mo.col) Arguments dim dimension of the matrix, a positive integer. mo multi-companion order, a positive integer. mo.col last non-zero column in the top of the mc-matrix, a non-negative integer. Details spec_root0 prepares a structure for the zero roots of an mc-matrix. Value a list with the following components: mo multi-companion order ev.type type of the eigenvalues co.type not used currently (:todo:) n.root number of non-zero roots ev.abs absolute values of roots ev.arg arguments of eigenvalues (0 for positive ev) block.length lengths of Jordan blocks co.abs absolute values of seed parameters co.arg arguments of seed parameters (Hz: 0 for positive; 1/2 for negative) co0 redundant but keep it for now. Author(s) Georgi N. Boshnakov See Also spec_root1, mcSpec 50 spec_root1 Examples spec_root0(4,2,3) spec_root0(4,2,2) spec_root0(4,2,1) spec_root0(5,2,3) spec_root1(4,2,2) spec_root0(6,4,2) spec_root0(6,4,4) spec_root0(10,4,8) spec_root1 Give the spectral parameters for eigenvalues of mc-matrices equal to one Description Give the spectral parameters for eigenvalues of mc-matrices equal to one. Usage spec_root1(mo, root1 = numeric(0), iorder = 0, siorder = 0) Arguments mo mc order. root1 Jordan block lengths for the unit roots, a vector of positive integer numbers. iorder order of integration, a non-negative integer. siorder order of seasonal integration, a non-negative integer. Details The specifications given by root1, iorder and siorder are combined and the spectral parameters prepared. In principle, argument root1 is sufficient, the other two are for convenient specification of integra- tion and seasonal integration. TODO: rename argument root1! Value a list with the following components: mo multi-companion order ev.type type of the eigenvalues co.type not used currently (:todo:) n.root number of non-zero roots spec_seeds1 51 ev.abs absolute values of roots ev.arg arguments of eigenvalues (0 for positive ev) block.length lengths of Jordan blocks co.abs absolute values of seed parameters co.arg arguments of seed parameters (Hz: 0 for positive; 1/2 for negative) co1 temporary hack; TODO: check the calling code and remove it! Author(s) Georgi N. Boshnakov See Also mcSpec, spec_root0 Examples spec_root1(4, root1 = 1) spec_root1(4, root1 = c(1,0,0,0)) # same spec_root1(4, iorder = 1) # same spec_root1(4, root1 = 2) spec_root1(4, root1 = c(2,0,0,0)) # same spec_root1(4, iorder = 2) # same spec_root1(4, root1 = c(1,1,1,1)) spec_root1(4, siorder = 1) # same spec_root1(4, root1 = c(2,2,2,2)) spec_root1(4, siorder = 2) # same spec_root1(4, root1 = c(2,1,1,1)) spec_root1(4, iorder = 1, siorder = 1) # same spec_root1(4, root1 = c(2,1)) spec_root1(4, root1 = c(2,1,1)) spec_seeds1 Generate seed parameters for unit mc-eigenvectors Description Generates seed parameters for mc-eigenvectors corresponding to unit roots. 52 spec_seeds1 Usage spec_seeds1(len.block, mo) Arguments len.block lengths of Jordan blocks, a vector of positive integers. mo multi-companion order. Details Creates a matrix of seed parameters corresponding to unit eigenvalues of a multi-companion matrix of multi-companion order mo. len.block gives the sizes of the Jordan blocks corresponding to eigenvalues equal to one. In general, the entries are filled with NA’s but for some configurations some (or even all) of the entries are uniquely determined up to a linear transformation. In such cases a “canonical” choice is made. The generated seed parameters can be considered to be "top" or "bottom", as needed. (TODO: check this claim, I have forgotten the details but think that this is the reason that it is not necessary to have an argument for the dimension of the matrix). codespec_seeds1 can be used by model fitting functions to prepare parameters for estimation but see spec_root1 and mcSpec for a more comprehensive treatment. Value a matrix with mo rows and sum(len.block) columns Note TODO: the treatment of “canonical” cases is incomplete, see also the comments in the source code of the function. TODO: explain the Inf and -Inf output entries for some configurations (e.g. the last example below). "co" in the name of spec_seeds1 is short for coefficient. Author(s) Georgi N. Boshnakov See Also spec_root1, mcSpec VAR2pcfilter 53 Examples spec_seeds1(c(1), mo = 4) # NA's spec_seeds1(c(1,1), mo = 4) # NA's spec_seeds1(c(1,1,1), mo = 4) # NA's (but for parameterisation # a different approach is used) spec_seeds1(c(1,1,1,1), mo = 4) # identity matrix but other bases are good too spec_seeds1(c(2,2,2,2), mo = 4) # no NA's, tops of gen.evecs can be chosen 0 spec_seeds1(c(2,1,1,1), mo = 4) # (can be improved) spec_seeds1(c(2,1), mo = 4) # NA's VAR2pcfilter PAR representations of VAR models Description Give the univariate periodic autoregression representation of a VAR model. Several arrangements are supported as discussed by Boshnakov and Iqelan (2009). If the VAR model contains unit roots on the unit circle, then the univariate model is periodically integrated. Usage VAR2pcfilter(phi, ..., Sigma, Phi0, Phi0inv, D, what = "coef", perm) Arguments phi VAR coefficients, a matrix, see Details. ... alternative way to specify the VAR coefficients by giving a matrix for each lag in separate arguments, see section ‘Details’. Sigma covariance matrix of innovations. Phi0 coefficient matrix at lag 0 (alternative to Sigma). Phi0inv inverse of Phi0 (alternative to Sigma and Phi0). If Phi0inv is lower triangular, then it is the Cholesky factor of Sigma (in Sigma = LDL0 ). D the diagonal matrix corresponding to Phi0, not used if Sigma is specified. what what to return, a string. If equal to "coef", return the PAR coefficients only (as a matrix with one row for each “season”); if equal to "coef.and.var" return also the innovation variances. Otherwise return additional quantities (useful for exploration). perm a permutation specifying the ordering of the variables when treated as “seasons”. The default, d:1, corresponds to the U-form, see section ‘Details’. 54 VAR2pcfilter Details VAR2pcfilter converts a VAR model to a scalar periodic autoregressive (PAR) model. There are various ways to specify a VAR model and associate its variables with seasons of the scalar representation, see Boshnakov and Iqelan (2009) for a detailed discussion and the terminology used here. The VAR coefficients phi,... are those in the standard form of the VAR model (e.g., see Bosh- nakov and Iqelan 2009). There are two ways to specify them. The first is to put them side by side in a matrix [Φ1 , . . . , Φp ] and give this matrix as argument phi. Alternatively, the matrices Φi may be given directly as arguments to VAR2pcfilter, as in VAR2pcfilter(Phi1, Phi2, Phi3, Sigma = Sigma). The specification of the model can be completed by giving the covariance matrix, Sigma, of the innovations. Alternatively, it is possible to give the components of the U DU 0 decomposition of Sigma. In this case argument D is a vector giving the diagonal of the matrix D, while Phi0inv represents the upper triangular matrix U . A further option is to use argument Phi0 to specify the inverse of U . In summary, give either Sigma or D and one of Phi0inv and Phi0. Phi0 can e interpreted as the coefficient at lag zero in the U-form (Boshnakov and Iqelan 2009) of the VAR model. diag(D) is the variance matrix of the innovations in that form. D also gives the variances of the innovations in the PAR (periodic autoregression) form. By default, VAR2pcfilter constructs the U-form of the VAR model and extracts the coefficients of the PAR filter from it. This means that the variables in the multivariate vector are given “seasons” in reverse order (the first variable takes the last season, and so on). For the reasons behind this default, see Boshnakov and Iqelan (2009). Another arrangement can be chosen with the help of argument perm. perm should be a permutation specifying the desired allocation of variables to seasons. The default corresponds to perm=d:1, where d is the number of seasons. perm=1:d could be used to request the “natural” order. When D and Phi0inv (or Phi0) are given, the matrix Sigma is not computed if argument perm is missing but it is if perm is present. This means that perm = d:1 may be used to force the formation of Sigma and recomputation of Phi0 and Phi0inv. This is redundant if the latter two are unit upper- triangular (which is assumed but not checked) but may be handy if, for example, the Cholesky decomposition with a lower triangular matrix is available. Value If what="coef", a matrix containing the periodic model coefficients (one row for each season). If what="coef.and.var", a list containing the coefficients and the innovations’ variances: pcfilter PAR coefficients, a matrix var innovation variances, a vector Otherwise the returned list contains an additional component, Uform, which is itself a list with components: Sigma covariance matrix of innovations, U0 coefficient for lag zero, U the remaining AR coefficients, U0inv the inverse of U0, VAR2pcfilter 55 perm permutation giving the season of each variable. Note: U0 and U correspond to A0 and A in the reference (Boshnakov and Iqelan 2009). Note This function uses some non-exported internal functions: .ldl Computes the LDL’ Cholesky decomposition with unit lower-triangular matrix L, .udu Computes the UDU’ Cholesky decomposition with unit upper-triangular matrix U. Could export these if they are deemed more widely useful. Author(s) Georgi N. Boshnakov References Boshnakov GN, Iqelan BM (2009). “Generation of time series models with given spectral proper- ties.” J. Time Series Anal., 30(3), 349–368. ISSN 0143-9782, doi:10.1111/j.14679892.2009.00617.x. See Also mf_VSform, sim_pcfilter Examples ## create a pc filter rfi <- sim_pcfilter(2,3) rfi$pcfilter ## turn it into VAR form flt <- new("MultiFilter", coef = rfi$pcfilter) I1 <- mf_VSform(flt, form="I") I1 ## from VAR to scalar form flt2 <- VAR2pcfilter(I1$Phi, Sigma = I1$Phi0inv %*% t(I1$Phi0inv)) flt2 ## confirm that we are back to the original ## (VAR2pcfilter doesn't drop redundant zeroes, so we do it manually) all.equal(flt2[ , 1:3], rfi$pcfilter) ## TRUE Index ∗ algebra ∗ ts jordan, 4 mf_VSform, 31 JordanDecomposition, 7 sim_pcfilter, 45 null_complement, 39 VAR2pcfilter, 53 ∗ classes [,MultiCompanion,index,index,logical-method JordanDecompositionDefault-class, (MultiCompanion-class), 34 8 [,MultiCompanion,index,index,missing-method mcSpec-class, 18 (MultiCompanion-class), 34 MultiCompanion-class, 34 [,MultiCompanion,index,missing,logical-method MultiFilter-class, 37 (MultiCompanion-class), 34 SmallMultiCompanion-class, 46 [,MultiCompanion,index,missing,missing-method ∗ datagen (MultiCompanion-class), 34 sim_mc, 42 [,MultiCompanion,missing,index,logical-method sim_pcfilter, 45 (MultiCompanion-class), 34 ∗ matrices [,MultiCompanion,missing,index,missing-method jordan, 4 (MultiCompanion-class), 34 make_mcev, 9 [,MultiFilter,ANY,ANY,ANY-method make_mcmatrix, 11 (MultiFilter-class), 37 mc_chain_extend, 22 %*%,ANY,MultiCompanion-method (MultiCompanion-class), 34 mc_eigen, 23 %*%,MultiCompanion,ANY-method mc_factorize, 25 (MultiCompanion-class), 34 mc_factors, 26 %*%,MultiCompanion,MultiCompanion-method mc_from_factors, 27 (MultiCompanion-class), 34 mc_matrix, 29 %*%,MultiCompanion,matrix-method mCompanion, 14 (MultiCompanion-class), 34 mcStable, 20 %*%,MultiCompanion,vector-method null_complement, 39 (MultiCompanion-class), 34 permute_var, 40 %*%,matrix,MultiCompanion-method rblockmult, 42 (MultiCompanion-class), 34 ∗ mcspec %*%,vector,MultiCompanion-method spec_core, 47 (MultiCompanion-class), 34 spec_root0, 49 spec_root1, 50 chain_ind (jordan), 4 spec_seeds1, 51 chains_to_list (jordan), 4 ∗ methods coerce,dgeMatrix,MultiCompanion-method JordanDecomposition, 7 (MultiCompanion-class), 34 mcSpec, 16 coerce,JordanDecompositionDefault,matrix-method ∗ package (JordanDecompositionDefault-class), mcompanion-package, 2 8 56 INDEX 57 coerce,matrix,MultiCompanion-method make_mcev, 9, 12 (MultiCompanion-class), 34 make_mcgev, 12 coerce,MultiCompanion,dgeMatrix-method make_mcgev (make_mcev), 9 (MultiCompanion-class), 34 make_mcmatrix, 11, 15, 36, 44 coerce,MultiCompanion,matrix-method mC.non0chain.extend, 23 (MultiCompanion-class), 34 mc_0chains, 23 coerce,SmallMultiCompanion,matrix-method mc_chain_extend, 22, 24 (SmallMultiCompanion-class), 46 mc_eigen, 23, 23 mc_eigenvalues (mc_eigen), 23 from_Jordan (jordan), 4 mc_factorize, 25, 28 initialize,JordanDecompositionDefault-method mc_factors, 26, 38 (JordanDecompositionDefault-class), mc_from_factors, 26, 27 8 mc_from_filter (mc_from_factors), 27 initialize,mcSpec-method (mcSpec), 16 mc_full (mc_matrix), 29 initialize,MultiCompanion-method mc_leftc (mc_factorize), 25 (mCompanion), 14 mc_matrix, 29 initialize,MultiFilter-method mc_order (mc_matrix), 29 (MultiFilter-class), 37 mCompanion, 4, 11, 12, 14, 34, 36 initialize,SmallMultiCompanion-method mcompanion (mcompanion-package), 2 (SmallMultiCompanion-class), 46 mcompanion-package, 2 is_mc_bottom (mc_matrix), 29 mcSpec, 16, 19, 20, 49, 51, 52 mcSpec-class, 18 jordan, 4 mcStable, 20, 30, 33 Jordan_matrix (jordan), 4 mcStable,MultiCompanion-method JordanDecomposition, 7, 9 (MultiCompanion-class), 34 JordanDecomposition,ANY,ANY-method mcStable,MultiFilter-method (JordanDecomposition), 7 (MultiFilter-class), 37 mcStable-methods (mcStable), 20 JordanDecomposition,JordanDecomposition,missing-method (JordanDecomposition), 7 mf_order, 38 JordanDecomposition,list,missing-method mf_order (mf_VSform), 31 (JordanDecomposition), 7 mf_period, 38 JordanDecomposition,missing,matrix-method mf_period (mf_VSform), 31 (JordanDecomposition), 7 mf_poles, 38 JordanDecomposition,missing,missing-method mf_poles (mf_VSform), 31 (JordanDecomposition), 7 mf_VSform, 4, 31, 38, 55 JordanDecomposition,number,matrix-method MultiCompanion, 4, 15, 38, 47 (JordanDecomposition), 7 MultiCompanion-class, 34 JordanDecomposition,number,missing-method MultiFilter, 4, 33 (JordanDecomposition), 7 MultiFilter-class, 37 JordanDecomposition,SmallMultiCompanion,missing-method (JordanDecomposition), 7 null_complement, 39 JordanDecomposition-class (JordanDecompositionDefault-class), permute_synch (permute_var), 40 8 permute_var, 40 JordanDecomposition-methods (JordanDecomposition), 7 rblockmult, 42 JordanDecompositionDefault-class, 8 sim_chains, 44 make_mcchains (make_mcmatrix), 11 sim_mc, 4, 11, 12, 14, 15, 36, 42, 46 58 INDEX sim_pcfilter, 4, 45, 55 SmallMultiCompanion-class, 46 spec_core, 47 spec_root0, 49, 51 spec_root1, 49, 50, 52 spec_seeds1, 51 t,MultiCompanion-method (MultiCompanion-class), 34 VAR2pcfilter, 4, 53
ClusterStability
cran
Package ‘ClusterStability’ March 8, 2023 Type Package Depends R (>= 2.2.4), Rcpp, cluster, copula (>= 0.999), WeightedCluster LinkingTo Rcpp Title Assessment of Stability of Individual Objects or Clusters in Partitioning Solutions Version 1.0.4 Date 2023-03-07 Author Etienne Lord, Matthieu Willems, Francois-Joseph Lapointe, and Vladimir Makarenkov Maintainer Etienne Lord <m.etienne.lord@gmail.com> Description Allows one to assess the stability of individual objects, clusters and whole clustering solutions based on repeated runs of the K-means and K-medoids partitioning algorithms. License GPL-3 LazyLoad yes NeedsCompilation yes Repository CRAN Date/Publication 2023-03-07 23:20:02 UTC R topics documented: ClusterStability-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 calinski_harabasz_score . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 ClusterStability . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 ClusterStability_exact . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 davies_bouldin_score . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 dunn_score . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Kcombination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Reorder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Stirling2nd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Undocumented functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1 2 ClusterStability-package Index 9 ClusterStability-package Assessment of the stability of individual objects, clusters and a whole clustering solution based on repeated runs of a clustering algorithm. Description The ClusterStability package uses a probabilistic framework and some well-known clustering crite- ria (e.g. Calinski-Harabasz, Silhouette, Dunn and Davies-Bouldin) to compute the stability scores (ST) of each individual object (i.e., element) in the clustering solution provided by the K-means and K-medoids partitioning algorithms. Details Package: ClusterStability Type: Package Version: 1.0.2 Date: 2015-10-14 License: GPL-2 Maintainer: Etienne Lord <m.etienne.lord@gmail.com>, Vladimir Makarenkov <makarenkov.vladimir@uqam.ca> Function ClusterStability computes the individual and global stability scores (ST) for a parti- tioning solution using either K-means or K-medoids (the approximate solution is provided). Function ClusterStability_exact is similar to the ClusterStability function but uses the Stirling numbers of the second kind to compute the exact stability scores (but is limited to a small number of objects). Function Kcombination computes the k-combination of a set of numbers for a given k. Function Reorder returns the re-ordered partitioning of a series of clusters. Function Stirling2nd computes the Stirling numbers of the second kind. Author(s) Etienne Lord, François-Joseph Lapointe and Vladimir Makarenkov See Also ClusterStability, ClusterStability_exact, Kcombination, Reorder, Stirling2nd calinski_harabasz_score 3 calinski_harabasz_score This function returns the Calinski Harabasz score. Description This function returns the Calinski Harabasz score of a partition (also known as the Variance Ratio Criterion). Usage calinski_harabasz_score(X, labels) Arguments X the input dataset: either a matrix or a dataframe. labels the partition vector. Value The Calinski Harabasz score for this data. References T. Calinski and J. Harabasz. A dendrite method for cluster analysis. Communications in Statistics, 3, no. 1:1–27, 1974 Examples calinski_harabasz_score(iris[1:10,1:4], c(3,2,2,2,3,1,2,3,2,2)) # Expected : 11.34223 ClusterStability Calculates the approximate stability score (ST) of individual objects in a clustering solution (the approximate version allowing one to avoid possible variable overflow errors). Description This function will return the individual stability score ST and the global score STglobal using ei- ther the K-means or K-medoids algorithm and four different clustering indices: Calinski-Harabasz, Silhouette, Dunn or Davies-Bouldin. Usage ClusterStability(dat, k, replicate, type) 4 ClusterStability_exact Arguments dat the input dataset: either a matrix or a dataframe. k the number of classes for the K-means or K-medoids algorithm (default=3). replicate the number of replicates to perform (default=1000). type the algorithm used in the partitioning: either ’kmeans’ or ’kmedoids’ algorithm (default=kmeans). Value Returns the individual (ST) and global (ST_global) stability scores for the four clustering indices: Calinski-Harabasz (ch), Silhouette (sil), Dunn (dunn) or Davies-Bouldin (db). Examples ## Calculates the stability scores of individual objects of the Iris dataset ## using K-means, 100 replicates (random starts) and k=3 ClusterStability(dat=iris[1:4],k=3,replicate=100,type='kmeans'); ClusterStability_exact Calculates the exact stability score (ST) for individual objects in a clustering solution. Description This function will return the exact individual stability score ST and the exact global score STglobal using either the K-means or K-medoids algorithm and four different clustering indices: Calinski- Harabasz, Silhouette, Dunn or Davies-Bouldin. Variable overflow errors are possible for large numbers of objects. Usage ClusterStability_exact(dat, k, replicate, type) Arguments dat the input dataset: either a matrix or a dataframe. k the number of classes for the K-means or K-medoids algorithm (default=3). replicate the number of replicates to perform (default=1000). type the algorithm used in the partitioning: either ’kmeans’ or ’kmedoids’ algorithm (default=kmeans). Value Returns the exact individual (ST) and global (ST_global) stability scores for the four clustering indices: Calinski-Harabasz (ch), Silhouette (sil), Dunn (dunn) or Davies-Bouldin (db). davies_bouldin_score 5 Examples ## Calculate the stability scores of individual objects of the Iris dataset ## using K-means, 100 replicates (random starts) and k=3 ClusterStability_exact(dat=iris[1:4],k=3,replicate=100,type='kmeans'); davies_bouldin_score This function returns the Davies Bouldin score. Description This function returns the Davies Bouldin score of a partition. Usage davies_bouldin_score(X, labels) Arguments X the input dataset: either a matrix or a dataframe. labels the partition vector. Value The Davies Bouldin score for this data. References D. L. Davies and D. W. Bouldin. A cluster separation measure. IEEE Transactions on Pattern Analysis and Machine Intelligence, PAMI-1, no. 2:224-227, 1979 Examples davies_bouldin_score(iris[1:10,1:4], c(3,2,2,2,3,1,2,3,2,2)) # Expected : 0.5103277 6 Kcombination dunn_score This function returns the Dunn_score. Description This function returns the Dunn score (also known as the e Dunn index) of a partition . Usage dunn_score(X, labels) Arguments X the input dataset: either a matrix or a dataframe. labels the partition vector. Value The Dunn index score for this data. References J. Dunn. Well separated clusters and optimal fuzzy partitions. Journal of Cybernetics, 4:95–104, 1974. Examples dunn_score(iris[1:10,1:4], c(3,2,2,2,3,1,2,3,2,2)) # Expected : 0.5956834 Kcombination Kcombination returns the list of all possible combinations of a set of numbers of a given length k. Description This function, given a vector of numbers, will return all the possible combinations of a given length k. Usage Kcombination(data, k, selector) Reorder 7 Arguments data the vector of numbers (i.e. elements) to consider. k the length of the returned combination (between 2 and 6 in this version). selector if set, returns only the combinations containing this number. Value Return a list of all possible combinations for the given vector of numbers. Examples ## Returns the k-combination of the list of numbers: 1,2,3 of length=2. ## i.e. (1,2), (1,3), (2,3) Kcombination(c(1,2,3),k=2) ## Returns only the k-combination containing the number 1. ## i.e. (1,2), (1,3) Kcombination(c(1,2,3),k=2,selector=1) Reorder This function returns the ordering of a partitioning solution in ascend- ing order. Description This function returns the ordered partition of a set of numbers in ascending order and reorderd to start at one. This is an auxiliary function. Usage Reorder(data) Arguments data vector of partition numbers to reorder. Value A vector of ordered partition numbers for this data. Examples Reorder(c(1,3,4,4,3,1)) # Expected : 1 2 3 3 2 1 8 Undocumented functions Stirling2nd Stirling2nd function computes the Stirling numbers of the second kind. Description This function returns the estimated Stirling numbers of the second kind i.e., the number of ways of partitioning a set of n objects into k nonempty groups. Usage Stirling2nd(n,k) Arguments n number of objects. k number of groups (i.e. classes). Value The Stirling number of the 2nd kind for n elements and k groups or NaN (if the Stirling number for those n and k is greater than 1e300). Examples Stirling2nd(n=3,k=2) # Expected value=3 Stirling2nd(n=300,k=20) # Expected value=NaN Undocumented functions Undocumented functions Description The following functions are for internal computation only: calculate_global_PSG, calculate_indices, calculate_singleton, is_partition_group, p_n_k, p_tilde_n_k, calculate_individual_PSG_approximative, calculate_individual_PSG_exact, calculate_individual_PSG. Index ∗ k-combination Stirling2nd, 2, 8 Kcombination, 6 ∗ package Undocumented functions, 8 ClusterStability-package, 2 ∗ partitioning criteria ClusterStability-package, 2 ∗ stability score ClusterStability-package, 2 a2combination (Undocumented functions), 8 calculate_global_PSG (Undocumented functions), 8 calculate_indices (Undocumented functions), 8 calculate_individual_PSG (Undocumented functions), 8 calculate_individual_PSG_approximative (Undocumented functions), 8 calculate_individual_PSG_exact (Undocumented functions), 8 calculate_singleton (Undocumented functions), 8 calinski_harabasz_score, 3 ClusterStability, 2, 3 ClusterStability-package, 2 ClusterStability_exact, 2, 4 davies_bouldin_score, 5 dunn_score, 6 is_partition_group (Undocumented functions), 8 Kcombination, 2, 6 p_n_k (Undocumented functions), 8 p_tilde_n_k (Undocumented functions), 8 Reorder, 2, 7 9
longsurr
cran
Package ‘longsurr’ October 13, 2022 Type Package Title Longitudinal Surrogate Marker Analysis Version 1.0 Description Assess the proportion of treatment effect explained by a longitudinal surro- gate marker as described in Agniel D and Parast L (2021) <doi:10.1111/biom.13310>. License GPL Imports stringr, splines, mgcv, Rsurrogate, dplyr, here, tidyr, fs, KernSmooth, stats, fdapace, grf, lme4, mvnfast, plyr, tibble, magrittr, glue, purrr, readr, refund, fda, fda.usc NeedsCompilation no Author Layla Parast [aut, cre], Denis Agniel [aut] Maintainer Layla Parast <parast@austin.utexas.edu> Depends R (>= 3.5.0) Repository CRAN Date/Publication 2022-09-29 10:00:02 UTC R topics documented: estimate_surrogate_value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 full_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 presmooth_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Index 5 1 2 estimate_surrogate_value estimate_surrogate_value Estimate the surrogate value of a longitudinal marker Description Estimate the surrogate value of a longitudinal marker Usage estimate_surrogate_value(y_t, y_c, X_t, X_c, method = c("gam", "linear", "kernel"), k = 3, var = FALSE, bootstrap_samples = 50, alpha = 0.05) Arguments y_t vector of n1 outcome measurements for treatment group y_c vector of n0 outcome measurements for control or reference group X_t n1 x T matrix of longitudinal surrogate measurements for treatment group, where T is the number of time points X_c n0 x T matrix of longitudinal surrogate measurements for control or reference group, where T is the number of time points method method for dimension-reduction of longitudinal surrogate, either ’gam’, ’linear’, or ’kernel’ k number of eigenfunctions to use in semimetric var logical, if TRUE then standard error estimates and confidence intervals are pro- vided bootstrap_samples number of bootstrap samples to use for standard error estimation, used if var = TRUE, default is 50 alpha alpha level, default is 0.05 Value a tibble containing estimates of the treatment effect (Deltahat), the residual treatment effect (Delta- hat_S), and the proportion of treatment effect explained (R); if var = TRUE, then standard errors of Deltahat_S and R are also provided (Deltahat_S_se and R_se), and quantile-based 95% confidence intervals for Deltahat_S and R are provided (Deltahat_S_ci_l [lower], Deltahat_S_ci_h [upper], R_ci_l [lower], R_ci_u [upper]) References Agniel D and Parast L (2021). Evaluation of Longitudinal Surrogate Markers. Biometrics, 77(2): 477-489. full_data 3 Examples library(dplyr) data(full_data) wide_ds <- full_data %>% dplyr::select(id, a, tt, x, y) %>% tidyr::spread(tt, x) wide_ds_0 <- wide_ds %>% filter(a == 0) wide_ds_1 <- wide_ds %>% filter(a == 1) X_t <- wide_ds_1 %>% dplyr::select(`-1`:`1`) %>% as.matrix y_t <- wide_ds_1 %>% pull(y) X_c <- wide_ds_0 %>% dplyr::select(`-1`:`1`) %>% as.matrix y_c <- wide_ds_0 %>% pull(y) estimate_surrogate_value(y_t = y_t, y_c = y_c, X_t = X_t, X_c = X_c, method = 'gam', var = FALSE) estimate_surrogate_value(y_t = y_t, y_c = y_c, X_t = X_t, X_c = X_c, method = 'linear', var = TRUE, bootstrap_sample = 50) full_data Example data to illustrate functions Description Simulated nonsmooth data to illustrate functions Usage data("full_data") Format A data frame with 10100 observations on the following 5 variables. id a unique person ID a treatment group, 0 or 1 tt time x surrogate marker value y primary outcome 4 presmooth_data presmooth_data Pre-smooth sparse longitudinal data Description Pre-smooth sparse longitudinal data Usage presmooth_data(obs_data, ...) Arguments obs_data data.frame or tibble containing the observed data, with columns id identifying the individual measured, tt identifying the time of the observation, x the value of the surrogate at time tt, and a indicating 1 for treatment arm and 0 for control arm. ... additional arguments passed on to fpca Value list containing matrices X_t and X_c, which are the smoothed surrogate values for the treated and control groups, respectively, for use in downstream analyses Examples library(dplyr) data(full_data) obs_ds <- group_by(full_data, id) obs_data <- sample_n(obs_ds, 5) obs_data <- ungroup(obs_data) head(obs_data) presmooth_X <- presmooth_data(obs_data) Index ∗ datasets full_data, 3 estimate_surrogate_value, 2 full_data, 3 presmooth_data, 4 5
neutralitytestr
cran
Package ‘neutralitytestr’ October 13, 2022 Title Test for a Neutral Evolutionary Model in Cancer Sequencing Data Version 0.0.3 Description Package takes frequencies of mutations as reported by high throughput sequenc- ing data from cancer and fits a theoretical neutral model of tumour evolution. Package out- puts summary statistics and contains code for plot- ting the data and model fits. See Williams et al 2016 <doi:10.1038/ng.3489> and Williams et al 2017 <doi:10.1101/096305> ther details of the method. Depends R (>= 3.4) License MIT + file LICENSE Encoding UTF-8 LazyData true Imports dplyr, ggplot2, scales, pracma, ggpmisc, cowplot Suggests knitr, rmarkdown, testthat VignetteBuilder knitr URL https://github.com/marcjwilliams1/neutralitytestr BugReports https://github.com/marcjwilliams1/neutralitytestr/issues RoxygenNote 7.1.1 NeedsCompilation no Author Marc Williams [aut, cre] Maintainer Marc Williams <marcjwilliams1@gmail.com> Repository CRAN Date/Publication 2021-02-16 18:00:06 UTC R topics documented: lsq_plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 neutralitytest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 neutralitytestr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 normalized_plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1 2 neutralitytest plot_all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 VAFneutral . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 VAFselection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 vaf_histogram . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Index 7 lsq_plot Plot cumulative distribution lsq_plot Plots the cumulative distribu- tion of the data as well as the best fit linear model line. Description Plot cumulative distribution lsq_plot Plots the cumulative distribution of the data as well as the best fit linear model line. Usage lsq_plot(object) Arguments object neutrality test object Value ggplot object. Examples lsq_plot(neutralitytest(VAFselection, fmin = 0.1, fmax = 0.25)) neutralitytest Testing for neutrality on cancer sequencing data Description neutralitytest returns a neutralitytest object which contains the result of various test statistics to test for neutrality as described in Williams et al. Nature Genetics 2018. WARNING: This package has been superseded by MOBSTER, see Caravagna et al. Nature Genetics 2020. neutralitytest 3 Usage neutralitytest( VAF, fmin = 0.1, fmax = 0.25, read_depth = NULL, rho = 0, cellularity = 1, ploidy = 2 ) Arguments VAF Vector of variant allele frequencies (VAFs) from a deep sequencing experiment, numbers should be between 0 and 1 fmin Minimum VAF of integration range, default is 0.1 fmax Maximum VAF of integration range, default is 0.25 read_depth Read depth of sample, if this is specified it will be used to calculate an approp- tiate integration range. default is NULL in which case the default or inputted fmin and fmax will be used. rho Overdispersion of sample if known, default is 0.0. Will be used to calculate integration range if read_depth != NULL cellularity Cellularity of sample, default is 1.0. Will be used to calculate integration range if read_depth != NULL ploidy Ploidy of the genome, default is 2. Ideally mutations should be filtered for this ploidy before running the test. Will be used to calculate integration range if read_depth != NULL Value neutralitytest object which contains test statistics which tests if the sequencing data is consistent a neutral evolutionary model. Test statistics are area between theoretical and empirical curves, kol- mogorov distance, mean distance and R^2 statistics from linear model fit. Also returns an estimate of the mutation rate per tumour tumour doubling, the raw VAFs and cumulative distribution Examples neutralitytest(runif(100)) neutralitytest(VAFselection, fmin = 0.1, fmax = 0.25) neutralitytest(VAFneutral, read_depth = 100.0, cellularity = 0.8) 4 normalized_plot neutralitytestr neutralitytestr package Description Package to test a neutral evolutionary model on deep sequencing data. Details See the README on GitHub normalized_plot Plot normalized cumulative distribution normalized_plot Plots the (normalized) cumulative distribution of the data as well as the theo- retical expectation from a neutral evolutionary model. Description Plot normalized cumulative distribution normalized_plot Plots the (normalized) cumulative dis- tribution of the data as well as the theoretical expectation from a neutral evolutionary model. Usage normalized_plot(object) Arguments object neutrality test object Value ggplot object. Examples normalized_plot(neutralitytest(VAFselection, fmin = 0.1, fmax = 0.25)) plot_all 5 plot_all Plot all plots in the package and make composite figure. plot_all Plots histogram, linear model best fit plot and normalized plot and plot and makes composite figure. Description Plot all plots in the package and make composite figure. plot_all Plots histogram, linear model best fit plot and normalized plot and plot and makes composite figure. Usage plot_all(object) Arguments object neutrality test object Value ggplot object. Examples plot_all(neutralitytest(VAFselection, fmin = 0.1, fmax = 0.25)) VAFneutral Synthetic sequencing data generated from a evolutionary based cancer simulation. Description This data is generated from a neutral evolutionary model where all subclonal mutations are neutral. Usage VAFneutral Format A vector with variant allele frequencies (VAFs) ranging from 0 to 1 Source Generated using cancer sequencing simulation https://github.com/marcjwilliams1/CancerSeqSim. jl 6 vaf_histogram VAFselection Synthetic sequencing data generated from a evolutionary based cancer simulation. Description This data is generated from an evolutionary model where there is on subclonal population and all other mutations are neutral passengers. Usage VAFselection Format A vector with variant allele frequencies (VAFs) ranging from 0 to 1 Source Generated using cancer sequencing simulation https://github.com/marcjwilliams1/CancerSeqSim. jl vaf_histogram Plot VAF histogram vaf_histogram Plots a histogram of the variant allele frequencies. Description Plot VAF histogram vaf_histogram Plots a histogram of the variant allele frequencies. Usage vaf_histogram(object) Arguments object neutrality test object Value ggplot object. Examples vaf_histogram(neutralitytest(VAFselection, fmin = 0.1, fmax = 0.25)) Index ∗ datasets VAFneutral, 5 VAFselection, 6 lsq_plot, 2 neutralitytest, 2 neutralitytestr, 4 normalized_plot, 4 plot_all, 5 vaf_histogram, 6 VAFneutral, 5 VAFselection, 6 7
WASP
cran
Package ‘WASP’ October 12, 2022 Title Wavelet System Prediction Version 1.4.3 Author Ze Jiang [aut, cre] (<https://orcid.org/0000-0002-3472-0829>), Md. Mamunur Rashid [aut] (<https://orcid.org/0000-0002-0315-9055>), Ashish Sharma [aut] (<https://orcid.org/0000-0002-6758-0519>), Fiona Johnson [aut] (<https://orcid.org/0000-0001-5708-1807>) Maintainer Ze Jiang <ze.jiang@unsw.edu.au> Description The wavelet-based variance transformation method is used for system modelling and pre- diction. It refines predictor spectral representation using Wavelet Theory, which leads to im- proved model specifications and prediction accuracy. Details of methodologies used in the pack- age can be found in Jiang, Z., Sharma, A., & John- son, F. (2020) <doi:10.1029/2019WR026962>, Jiang, Z., Rashid, M. M., John- son, F., & Sharma, A. (2020) <doi:10.1016/j.envsoft.2020.104907>, and Jiang, Z., Sharma, A., & John- son, F. (2021) <doi:10.1016/J.JHYDROL.2021.126816>. License GPL-3 Encoding UTF-8 Depends R (>= 3.6.0) URL https://github.com/zejiang-unsw/WASP#readme BugReports https://github.com/zejiang-unsw/WASP/issues Imports waveslim, stats, tidyr, ggplot2, sp, rlang (>= 1.0.0) Suggests zoo, FNN, readr, knitr, cowplot, gridGraphics, bookdown, rmarkdown, SPEI, NPRED, synthesis, kableExtra, fitdistrplus, devtools, testthat RoxygenNote 7.2.1 VignetteBuilder knitr NeedsCompilation no Repository CRAN Date/Publication 2022-08-22 07:50:24 UTC 1 2 R topics documented: R topics documented: WASP-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 at.vt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 at.vt.val . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 at.wd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 aus.coast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 data.AWAP.2.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 data.CI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 data.gen.ar1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 data.gen.ar4 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 data.gen.ar9 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 data.gen.HL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 data.gen.Rossler . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 data.gen.SW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 data.gen.tar1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 data.gen.tar2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 data.HL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 data.SW1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 data.SW3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 dwt.vt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 dwt.vt.val . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 fig.dwt.vt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Ind_AWAP.2.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 knn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 knnregl1cv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 lat_lon.2.5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 modwt.vt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 modwt.vt.val . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 mra.plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 non.bdy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 obs.mon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 padding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 r2.boot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 rain.mon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 scal2freqM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 scal2freqR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 SPI.12 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 stepwise.VT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 stepwise.VT.val . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 wave.var . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 Index 38 WASP-package 3 WASP-package WASP: WAvelet System Prediction Description The package WASP (variance transformation) is used for system modelling and prediction. Details Package: WASP Type: Package Version: 1.0.1 Date: 2020-03-17 License: GPL-3 WASP functions Variance transformation functions: dwt.vt, modwt.vt, at.vt and associated K-nearest neighbor function: knn Synthetic data generator functions: data.gen.SW, data.gen.HL, data.gen.Rossler; data.gen.ar1, data.gen.ar4, data.gen.ar9, data.gen.tar1, data.gen.tar2. Author(s) Ze Jiang Maintainer: Ze Jiang <ze.jiang@unsw.edu.au> References Jiang, Z., Sharma, A., & Johnson, F. (2020). Refining Predictor Spectral Representation Us- ing Wavelet Theory for Improved Natural System Modeling. Water Resources Research, 56(3), e2019WR026962. doi:10.1029/2019wr026962 Percival, D. B. and A. T. Walden (2000) Wavelet Methods for Time Series Analysis, Cambridge: Cambridge University Press. 4 at.vt at.vt Variance Transformation Operation - AT(a trous) Description Variance Transformation Operation - AT(a trous) Usage at.vt( data, wf, J, boundary, cov.opt = "auto", flag = "biased", detrend = FALSE ) Arguments data A list of response x and dependent variables dp. wf Name of the wavelet filter to use in the decomposition. J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). boundary Character string specifying the boundary condition. If boundary=="periodic" the default, then the vector you decompose is assumed to be periodic on its defined interval, if boundary=="reflection", the vector beyond its boundaries is assumed to be a symmetric reflection of itself. cov.opt Options of Covariance matrix sign. Use "pos", "neg", or "auto". flag Biased or Unbiased variance transformation, c("biased","unbiased"). detrend Detrend the input time series or just center, default (F) Value A list of 8 elements: wf, J, boundary, x (data), dp (data), dp.n (variance transformed dp), and S (covariance matrix). References Jiang, Z., Sharma, A., & Johnson, F. (2020). Refining Predictor Spectral Representation Us- ing Wavelet Theory for Improved Natural System Modeling. Water Resources Research, 56(3), e2019WR026962. Jiang, Z., Sharma, A., & Johnson, F. (2021). Variable transformations in the spectral domain – Implications for hydrologic forecasting. Journal of Hydrology, 126816. at.vt.val 5 Examples data(rain.mon) data(obs.mon) ## response SPI - calibration # SPI.cal <- SPI.calc(window(rain.mon, start=c(1949,1), end=c(1979,12)),sc=12) SPI.cal <- SPEI::spi(window(rain.mon, start = c(1949, 1), end = c(1979, 12)), scale = 12)$fitted ## create paired response and predictors dataset for each station data.list <- list() for (id in seq_len(ncol(SPI.cal))) { x <- window(SPI.cal[, id], start = c(1950, 1), end = c(1979, 12)) dp <- window(obs.mon, start = c(1950, 1), end = c(1979, 12)) data.list[[id]] <- list(x = as.numeric(x), dp = matrix(dp, nrow = nrow(dp))) } ## variance transformation dwt.list <- lapply( data.list, function(x) at.vt(x, wf = "d4", J = 7, boundary = "periodic", cov.opt = "auto") ) ## plot original and reconstrcuted predictors for each station for (i in seq_len(length(dwt.list))) { # extract data dwt <- dwt.list[[i]] x <- dwt$x # response dp <- dwt$dp # original predictors dp.n <- dwt$dp.n # variance transformed predictors plot.ts(cbind(x, dp)) plot.ts(cbind(x, dp.n)) } at.vt.val Variance Transformation Operation for Validation Description Variance Transformation Operation for Validation Usage at.vt.val(data, J, dwt, detrend = FALSE) Arguments data A list of response x and dependent variables dp. 6 at.vt.val J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). dwt A class of "at" data. Output from at.vt(). detrend Detrend the input time series or just center, default (F) Value A list of 8 elements: wf, J, boundary, x (data), dp (data), dp.n (variance transformed dp), and S (covariance matrix). References Jiang, Z., Sharma, A., & Johnson, F. (2020). Refining Predictor Spectral Representation Us- ing Wavelet Theory for Improved Natural System Modeling. Water Resources Research, 56(3), e2019WR026962. doi:10.1029/2019wr026962 Examples data(rain.mon) data(obs.mon) ## response SPI - calibration # SPI.cal <- SPI.calc(window(rain.mon, start=c(1949,1), end=c(1979,12)),sc=12) SPI.cal <- SPEI::spi(window(rain.mon, start = c(1949, 1), end = c(1979, 12)), scale = 12)$fitted ## create paired response and predictors dataset for each station data.list <- list() for (id in seq_len(ncol(SPI.cal))) { x <- window(SPI.cal[, id], start = c(1950, 1), end = c(1979, 12)) dp <- window(obs.mon, start = c(1950, 1), end = c(1979, 12)) data.list[[id]] <- list(x = as.numeric(x), dp = matrix(dp, nrow = nrow(dp))) } ## variance transformation - calibration dwt.list <- lapply( data.list, function(x) at.vt(x, wf = "d4", J = 7, boundary = "periodic", cov.opt = "auto") ) ## response SPI - validation # SPI.val <- SPI.calc(window(rain.mon, start=c(1979,1), end=c(2009,12)),sc=12) SPI.val <- SPEI::spi(window(rain.mon, start = c(1979, 1), end = c(2009, 12)), scale = 12)$fitted ## create paired response and predictors dataset for each station data.list <- list() for (id in seq_len(ncol(SPI.val))) { x <- window(SPI.val[, id], start = c(1980, 1), end = c(2009, 12)) dp <- window(obs.mon, start = c(1980, 1), end = c(2009, 12)) data.list[[id]] <- list(x = as.numeric(x), dp = matrix(dp, nrow = nrow(dp))) } at.wd 7 # variance transformation - validation dwt.list.val <- lapply( seq_len(length(data.list)), function(i) at.vt.val(data.list[[i]], J = 7, dwt.list[[i]]) ) ## plot original and reconstrcuted predictors for each station for (i in seq_len(length(dwt.list.val))) { # extract data dwt <- dwt.list.val[[i]] x <- dwt$x # response dp <- dwt$dp # original predictors dp.n <- dwt$dp.n # variance transformed predictors plot.ts(cbind(x, dp)) plot.ts(cbind(x, dp.n)) } at.wd a trous (AT) based additive decompostion using Daubechies family wavelet Description a trous (AT) based additive decompostion using Daubechies family wavelet Usage at.wd(x, wf, J, boundary = "periodic") Arguments x The input time series. wf Name of the wavelet filter to use in the decomposition. J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). boundary Character string specifying the boundary condition. If boundary=="periodic" the default, then the vector you decompose is assumed to be periodic on its defined interval, if boundary=="reflection", the vector beyond its boundaries is assumed to be a symmetric reflection of itself. Value A matrix of decomposed sub-time series. References Nason, G. P. (1996). Wavelet shrinkage using cross-validation. Journal of the Royal Statistical Society: Series B (Methodological), 58(2), 463-479. 8 data.AWAP.2.5 Examples data(obs.mon) n <- nrow(obs.mon) v <- 1 J <- floor(log(n / (2 * v - 1)) / log(2)) # (Kaiser, 1994) names <- colnames(obs.mon) at.atm <- vector("list", ncol(obs.mon)) for (i in seq_len(ncol(obs.mon))) { tmp <- as.numeric(scale(obs.mon[, i], scale = FALSE)) at.atm <- do.call(cbind, at.wd(tmp, wf = "haar", J = J, boundary = "periodic")) plot.ts(cbind(obs.mon[1:n, i], at.atm[1:n, 1:9]), main = names[i]) print(sum(abs(scale(obs.mon[1:n, i], scale = FALSE) - rowSums(at.atm[1:n, ])))) } aus.coast Sample data: Australia map Description A dataset containing the Australia map. Usage data(aus.coast) data.AWAP.2.5 Sample data: AWAP rainfall data over Australia Description A dataset containing 1320 rows (data length) and 252 columns (grids). Usage data(data.AWAP.2.5) data.CI 9 data.CI Sample data: Climate indices strongly influencing Australia climate Description A dataset containing 1332 rows (data length) and 6 columns (indices). Usage data(data.CI) data.gen.ar1 Generate predictor and response data from AR1 model. Description Generate predictor and response data from AR1 model. Usage data.gen.ar1(nobs, ndim = 9) Arguments nobs The data length to be generated. ndim The number of potential predictors (default is 9). Value A list of 2 elements: a vector of response (x), and a matrix of potential predictors (dp) with each column containing one potential predictor. Examples # AR1 model from paper with 9 dummy variables data.ar1 <- data.gen.ar1(500) plot.ts(cbind(data.ar1$x, data.ar1$dp)) 10 data.gen.ar9 data.gen.ar4 Generate predictor and response data from AR4 model. Description Generate predictor and response data from AR4 model. Usage data.gen.ar4(nobs, ndim = 9) Arguments nobs The data length to be generated. ndim The number of potential predictors (default is 9). Value A list of 2 elements: a vector of response (x), and a matrix of potential predictors (dp) with each column containing one potential predictor. Examples # AR4 model from paper with total 9 dimensions data.ar4 <- data.gen.ar4(500) plot.ts(cbind(data.ar4$x, data.ar4$dp)) data.gen.ar9 Generate predictor and response data from AR9 model. Description Generate predictor and response data from AR9 model. Usage data.gen.ar9(nobs, ndim = 9) Arguments nobs The data length to be generated. ndim The number of potential predictors (default is 9). Value A list of 2 elements: a vector of response (x), and a matrix of potential predictors (dp) with each column containing one potential predictor. data.gen.HL 11 Examples # AR9 model from paper with total 9 dimensions data.ar9 <- data.gen.ar9(500) plot.ts(cbind(data.ar9$x, data.ar9$dp)) data.gen.HL Generate predictor and response data: Hysteresis Loop Description Generate predictor and response data: Hysteresis Loop Usage data.gen.HL(n = 3, m = 5, nobs = 512, fp = 25, fd, sd.x = 0.1, sd.y = 0.1) Arguments n Positive integer for the split line parameter. If n=1, split line is linear; If n is even, split line has a u shape; If n is odd and higher than 1, split line has a chair or classical shape. m Positive odd integer for the bulging parameter, indicates degree of outward curv- ing (1=highest level of bulging). nobs The data length to be generated. fp The frequency in the generated response.fp = 25 used in the WRR paper. fd A vector of frequencies for potential predictors. fd = c(3,5,10,15,25,30,55,70,95) used in the WRR paper. sd.x The noise level in the predictor. sd.y The noise level in the response. Details The Hysteresis is a common nonlinear phenomenon in natural systems and it can be numerical simulated by the following formulas: xt = a ∗ cos(2pi ∗ f ∗ t) yt = b ∗ cos(2pi ∗ f ∗ t)n + c ∗ sin(2pi ∗ f ∗ t)m The default selection for the system parameters (a = 0.8, b = 0.6, c = -0.2, n = 3, m = 5) is known to generate a classical hysteresis loop. Value A list of 3 elements: a vector of response (x), a matrix of potential predictors (dp) with each column containing one potential predictor, and a vector of true predictor numbers. 12 data.gen.Rossler References LAPSHIN, R. V. 1995. Analytical model for the approximation of hysteresis loop and its application to the scanning tunneling microscope. Review of Scientific Instruments, 66, 4718-4730. Examples ###synthetic example - Hysteresis loop #frequency, sampled from a given range fd <- c(3,5,10,15,25,30,55,70,95) data.HL <- data.gen.HL(n=3,m=5,nobs=512,fp=25,fd=fd) plot.ts(cbind(data.HL$x,data.HL$dp)) data.gen.Rossler Generate predictor and response data: Rossler system Description Generates a 3-dimensional time series using the Rossler equations. Usage data.gen.Rossler( a = 0.2, b = 0.2, w = 5.7, start = c(-2, -10, 0.2), time = seq(0, 50, length.out = 5000) ) Arguments a The a parameter. Default:0.2. b The b parameter. Default: 0.2. w The w parameter. Default: 5.7. start A 3-dimensional numeric vector indicating the starting point for the time series. Default: c(-2, -10, 0.2). time The temporal interval at which the system will be generated. Default: time=seq(0,50,length.out = 5000). data.gen.SW 13 Details The Rossler system is a system of ordinary differential equations defined as: ẋ = −(y + z) ẏ = x + a · y ż = b + z ∗ (x − w) The default selection for the system parameters (a = 0.2, b = 0.2, w = 5.7) is known to produce a deterministic chaotic time series. Value A list with four vectors named time, x, y and z containing the time, the x-components, the y- components and the z-components of the Rossler system, respectively. Note Some initial values may lead to an unstable system that will tend to infinity. References RÖSSLER, O. E. 1976. An equation for continuous chaos. Physics Letters A, 57, 397-398. Examples ### synthetic example - Rossler ts.r <- data.gen.Rossler( a = 0.2, b = 0.2, w = 5.7, start = c(-2, -10, 0.2), time = seq(0, 50, length.out = 1000) ) # add noise ts.r$x <- ts(ts.r$x + rnorm(length(ts.r$time), mean = 0, sd = 1)) ts.r$y <- ts(ts.r$y + rnorm(length(ts.r$time), mean = 0, sd = 1)) ts.r$z <- ts(ts.r$z + rnorm(length(ts.r$time), mean = 0, sd = 1)) ts.plot(ts.r$x, ts.r$y, ts.r$z, col = c("black", "red", "blue")) data.gen.SW Generate predictor and response data: Sinewave model Description Generate predictor and response data: Sinewave model Usage data.gen.SW(nobs = 512, fp = 25, fd, sd.x = 0.1, sd.y = 0.1) 14 data.gen.tar1 Arguments nobs The data length to be generated. fp The frequencies in the generated response. fd A vector of frequencies for potential predictors. fd = c(3,5,10,15,25,30,55,70,95) used in the WRR paper. sd.x The noise level in the predictor. sd.y The noise level in the response. Value A list of 3 elements: a vector of response (x), a matrix of potential predictors (dp) with each column containing one potential predictor, and a vector of true predictor numbers. Examples ###synthetic example #frequency, sampled from a given range fd <- c(3,5,10,15,25,30,55,70,95) data.SW1 <- data.gen.SW(nobs=512,fp=25,fd=fd) data.SW3 <- data.gen.SW(nobs=512,fp=c(15,25,30),fd=fd) ts.plot(ts(data.SW1$x),ts(data.SW3$x),col=c("black","red")) plot.ts(cbind(data.SW1$x,data.SW1$dp)) plot.ts(cbind(data.SW3$x,data.SW3$dp)) data.gen.tar1 Generate predictor and response data from TAR1 model. Description Generate predictor and response data from TAR1 model. Usage data.gen.tar1(nobs, ndim = 9, noise = 0.1) Arguments nobs The data length to be generated. ndim The number of potential predictors (default is 9). noise The white noise in the data Value A list of 2 elements: a vector of response (x), and a matrix of potential predictors (dp) with each column containing one potential predictor. data.gen.tar2 15 References Sharma, A. (2000). Seasonal to interannual rainfall probabilistic forecasts for improved water sup- ply management: Part 1—A strategy for system predictor identification. Journal of Hydrology, 239(1-4), 232-239. Examples # TAR1 model from paper with total 9 dimensions data.tar1 <- data.gen.tar1(500) plot.ts(cbind(data.tar1$x, data.tar1$dp)) data.gen.tar2 Generate predictor and response data from TAR2 model. Description Generate predictor and response data from TAR2 model. Usage data.gen.tar2(nobs, ndim = 9, noise = 0.1) Arguments nobs The data length to be generated. ndim The number of potential predictors (default is 9). noise The white noise in the data Value A list of 2 elements: a vector of response (x), and a matrix of potential predictors (dp) with each column containing one potential predictor. References Sharma, A. (2000). Seasonal to interannual rainfall probabilistic forecasts for improved water sup- ply management: Part 1—A strategy for system predictor identification. Journal of Hydrology, 239(1-4), 232-239. Examples # TAR2 model from paper with total 9 dimensions data.tar2 <- data.gen.tar2(500) plot.ts(cbind(data.tar2$x, data.tar2$dp)) 16 data.SW3 data.HL Sample data: Hysteresis loop Description A dataset containing 3 lists: a vector of response (x), a matrix of 9 potential predictors (dp) with each column containing one potential predictor, and a vector of true predictor numbers. Usage data(data.HL) data.SW1 Sample data: Sinewave model 1 (SW1) Description A dataset containing 3 lists: a vector of response (x), a matrix of 9 potential predictors (dp) with each column containing one potential predictor, and a vector of true predictor numbers. The Sinewave model 1 (SW1) is defined as: xt = sin(2pi ∗ f ∗ t) + eps Usage data(data.SW1) data.SW3 Sample data: Sinewave model 3 (SW3) Description A dataset containing 3 lists: a vector of response (x), a matrix of 9 potential predictors (dp) with each column containing one potential predictor, and a vector of true predictor numbers. The Sinewave model 3 (SW3) is defined as: X3 xt = sin(2pi ∗ fi ∗ t) + eps i=1 Usage data(data.SW3) dwt.vt 17 dwt.vt Variance Transformation Operation - MRA Description Variance Transformation Operation - MRA Usage dwt.vt( data, wf, J, method, pad, boundary, cov.opt = "auto", flag = "biased", detrend = FALSE ) Arguments data A list of response x and dependent variables dp. wf Name of the wavelet filter to use in the decomposition. J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). method Either "dwt" or "modwt". pad The method used for extend data to dyadic size. Use "per", "zero", or "sym". boundary Character string specifying the boundary condition. If boundary=="periodic" the default, then the vector you decompose is assumed to be periodic on its defined interval, if boundary=="reflection", the vector beyond its boundaries is assumed to be a symmetric reflection of itself. cov.opt Options of Covariance matrix sign. Use "pos", "neg", or "auto". flag Biased or Unbiased variance transformation, c("biased","unbiased"). detrend Detrend the input time series or just center, default (F) Value A list of 8 elements: wf, method, boundary, pad, x (data), dp (data), dp.n (variance trasnformed dp), and S (covariance matrix). 18 dwt.vt.val References Jiang, Z., Sharma, A., & Johnson, F. (2020). Refining Predictor Spectral Representation Us- ing Wavelet Theory for Improved Natural System Modeling. Water Resources Research, 56(3), e2019WR026962. Examples data(rain.mon) data(obs.mon) ## response SPI - calibration # SPI.cal <- SPI.calc(window(rain.mon, start=c(1949,1), end=c(1979,12)),sc=12) SPI.cal <- SPEI::spi(window(rain.mon, start = c(1949, 1), end = c(1979, 12)), scale = 12)$fitted ## create paired response and predictors dataset for each station data.list <- list() for (id in seq_len(ncol(SPI.cal))) { x <- window(SPI.cal[, id], start = c(1950, 1), end = c(1979, 12)) dp <- window(obs.mon, start = c(1950, 1), end = c(1979, 12)) data.list[[id]] <- list(x = as.numeric(x), dp = matrix(dp, nrow = nrow(dp))) } ## variance transformation dwt.list <- lapply(data.list, function(x) { dwt.vt(x, wf = "d4", J = 7, method = "dwt", pad = "zero", boundary = "periodic", cov.opt = "auto") }) ## plot original and reconstrcuted predictors for each station for (i in seq_len(length(dwt.list))) { # extract data dwt <- dwt.list[[i]] x <- dwt$x # response dp <- dwt$dp # original predictors dp.n <- dwt$dp.n # variance transformed predictors plot.ts(cbind(x, dp)) plot.ts(cbind(x, dp.n)) } dwt.vt.val Variance Transformation Operation for Validation Description Variance Transformation Operation for Validation Usage dwt.vt.val(data, J, dwt, detrend = FALSE) dwt.vt.val 19 Arguments data A list of response x and dependent variables dp. J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). dwt A class of "dwt" data. Output from dwt.vt(). detrend Detrend the input time series or just center, default (F) Value A list of 8 elements: wf, method, boundary, pad, x (data), dp (data), dp.n (variance trasnformed dp), and S (covariance matrix). References Jiang, Z., Sharma, A., & Johnson, F. (2020). Refining Predictor Spectral Representation Us- ing Wavelet Theory for Improved Natural System Modeling. Water Resources Research, 56(3), e2019WR026962. doi:10.1029/2019wr026962 Examples data(rain.mon) data(obs.mon) ## response SPI - calibration # SPI.cal <- SPI.calc(window(rain.mon, start=c(1949,1), end=c(1979,12)),sc=12) SPI.cal <- SPEI::spi(window(rain.mon, start = c(1949, 1), end = c(1979, 12)), scale = 12)$fitted ## create paired response and predictors dataset for each station data.list <- list() for (id in seq_len(ncol(SPI.cal))) { x <- window(SPI.cal[, id], start = c(1950, 1), end = c(1979, 12)) dp <- window(obs.mon, start = c(1950, 1), end = c(1979, 12)) data.list[[id]] <- list(x = as.numeric(x), dp = matrix(dp, nrow = nrow(dp))) } ## variance transformation - calibration dwt.list <- lapply(data.list, function(x) { dwt.vt(x, wf = "d4", J = 7, method = "dwt", pad = "zero", boundary = "periodic", cov.opt = "auto") }) ## response SPI - validation # SPI.val <- SPI.calc(window(rain.mon, start=c(1979,1), end=c(2009,12)),sc=12) SPI.val <- SPEI::spi(window(rain.mon, start = c(1979, 1), end = c(2009, 12)), scale = 12)$fitted ## create paired response and predictors dataset for each station data.list <- list() for (id in seq_len(ncol(SPI.val))) { x <- window(SPI.val[, id], start = c(1980, 1), end = c(2009, 12)) dp <- window(obs.mon, start = c(1980, 1), end = c(2009, 12)) data.list[[id]] <- list(x = as.numeric(x), dp = matrix(dp, nrow = nrow(dp))) 20 fig.dwt.vt } # variance transformation - validation dwt.list.val <- lapply( seq_len(length(data.list)), function(i) dwt.vt.val(data.list[[i]], J = 7, dwt.list[[i]]) ) ## plot original and reconstrcuted predictors for each station for (i in seq_len(length(dwt.list.val))) { # extract data dwt <- dwt.list.val[[i]] x <- dwt$x # response dp <- dwt$dp # original predictors dp.n <- dwt$dp.n # variance transformed predictors plot.ts(cbind(x, dp)) plot.ts(cbind(x, dp.n)) } fig.dwt.vt Plot function: Variance structure before and after variance transfor- mation Description Plot function: Variance structure before and after variance transformation Usage fig.dwt.vt(dwt.data) Arguments dwt.data Output data from variance transformation function Value A plot with variance structure before and after variance transformation. Examples data("data.HL") data("data.SW1") # variance transfrom dwt.SW1 <- dwt.vt(data.SW1[[1]], wf = "d4", J = 7, method = "dwt", pad = "zero", boundary = "periodic", cov.opt = "auto" ) Ind_AWAP.2.5 21 # plot fig1 <- fig.dwt.vt(dwt.SW1) fig1 # variance transfrom dwt.HL <- dwt.vt(data.HL[[1]], wf = "d4", J = 7, method = "dwt", pad = "zero", boundary = "periodic", cov.opt = "auto" ) # plot fig2 <- fig.dwt.vt(dwt.HL) fig2 Ind_AWAP.2.5 Sample data: Index of AWAP grids with no missing data Description A dataset containing 145 numbers. Usage data(Ind_AWAP.2.5) knn Modified k-nearest neighbour conditional bootstrap or regression function estimation with extrapolation Description Modified k-nearest neighbour conditional bootstrap or regression function estimation with extrapo- lation Usage knn( x, z, zout, k = 0, pw, reg = TRUE, nensemble = 100, tailcorrection = TRUE, 22 knn tailprob = 0.25, tailfac = 0.2, extrap = TRUE ) Arguments x A vector of response. z A matrix of existing predictors. zout A matrix of predictor values the response is to be estimated at. k The number of nearest neighbours used. The default value is 0, indicating Lall and Sharma default is used. pw A vector of partial weights of the same length of z. reg A logical operator to inform whether a conditional expectation should be output or not nensemble, Used if reg=F and represents the number of realisations that are generated Value. nensemble An integer the specifies the number of ensembles used. The default is 100. tailcorrection A logical value, T (default) or F, that denotes whether a reduced value of k (number of nearest neighbours) should be used in the tails of any conditioning plane. Whether one is in the tails or not is determined based on the nearest neighbour response value. tailprob A scalar that denotes the p-value of the cdf (on either extreme) the tailcorrection takes effect. The default value is 0.25. tailfac A scalar that specifies the lowest fraction of the default k that can be used in the tails. Depending on the how extreme one is in the tails, the actual k decreases linearly from k (for a p-value greater than tailprob) to tailfac*k proportional to the actual p-value of the nearest neighbour response, divided by tailprob. The default value is 0.2. extrap A logical value, T (default) or F, that denotes whether a kernel extraplation method is used to predict x. Value A matrix of responses having same rows as zout if reg=T, or having nensemble columns is reg=F. References Sharma, A., Tarboton, D.G. and Lall, U., 1997. Streamflow simulation: A nonparametric approach. Water resources research, 33(2), pp.291-308. Sharma, A. and O’Neill, R., 2002. A nonparametric approach for representing interannual depen- dence in monthly streamflow sequences. Water resources research, 38(7), pp.5-1. knnregl1cv 23 Examples # AR9 model x(i)=0.3*x(i-1)-0.6*x(i-4)-0.5*x(i-9)+eps data.ar9 <- data.gen.ar9(500) x <- data.ar9$x # response py <- data.ar9$dp # possible predictors # identify the meaningful predictors and estimate partial weights ans.ar9 <- NPRED::stepwise.PIC(x, py) z <- py[, ans.ar9$cpy] # predictor matrix pw <- ans.ar9$wt # partial weights # vector denoting where we want outputs, can be a matrix representing grid. zout <- apply(z, 2, mean) knn(x, z, zout, reg = TRUE, pw = pw) # knn regression estimate using partial weights. knn(x, z, zout, reg = FALSE, pw = pw) # alternatively, knn conditional bootstrap (100 realisations). # Mean of the conditional bootstrap estimate should be # approximately the same as the regression estimate. zout <- ts(data.gen.ar9(500, ndim = length(ans.ar9$cpy))$dp) # new input xhat1 <- xhat2 <- x xhat1 <- knn(x, z, zout, k = 5, reg = TRUE, extrap = FALSE) # without extrapolation xhat2 <- knn(x, z, zout, k = 5, reg = TRUE, extrap = TRUE) # with extrapolation ts.plot(ts(x), ts(xhat1), ts(xhat2), col = c("black", "red", "blue"), ylim = c(-5, 5), lwd = c(2, 2, 1)) knnregl1cv Leave one out cross validation. Description Leave one out cross validation. Usage knnregl1cv(x, z, k = 0, pw) Arguments x A vector of response. z A matrix of predictors. k The number of nearest neighbours used. The default is 0, indicating Lall and Sharma default is used. pw A vector of partial weights of the same length of z. 24 modwt.vt Value A vector of L1CV estimates of the response. References Lall, U., Sharma, A., 1996. A Nearest Neighbor Bootstrap For Resampling Hydrologic Time Series. Water Resources Research, 32(3): 679-693. Sharma, A., Mehrotra, R., 2014. An information theoretic alternative to model a natural system using observational information alone. Water Resources Research, 50(1): 650-660. lat_lon.2.5 Sample data: Latitude and longitude of AWAP grids Description A dataset containing 252 rows (grids) and 2 columns (lat and lon). Usage data(lat_lon.2.5) modwt.vt Variance Transformation Operation - MODWT Description Variance Transformation Operation - MODWT Usage modwt.vt( data, wf, J, boundary, cov.opt = "auto", flag = "biased", detrend = FALSE ) modwt.vt 25 Arguments data A list of response x and dependent variables dp. wf Name of the wavelet filter to use in the decomposition. J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). boundary Character string specifying the boundary condition. If boundary=="periodic" the default, then the vector you decompose is assumed to be periodic on its defined interval, if boundary=="reflection", the vector beyond its boundaries is assumed to be a symmetric reflection of itself. cov.opt Options of Covariance matrix sign. Use "pos", "neg", or "auto". flag Biased or Unbiased variance transformation, c("biased","unbiased"). detrend Detrend the input time series or just center, default (F) Value A list of 8 elements: wf, J, boundary, x (data), dp (data), dp.n (variance transformed dp), and S (covariance matrix). References Jiang, Z., Sharma, A., & Johnson, F. (2020). Refining Predictor Spectral Representation Us- ing Wavelet Theory for Improved Natural System Modeling. Water Resources Research, 56(3), e2019WR026962. Jiang, Z., Rashid, M. M., Johnson, F., & Sharma, A. (2020). A wavelet-based tool to modulate variance in predictors: an application to predicting drought anomalies. Environmental Modelling & Software, 135, 104907. Examples ### real-world example data(Ind_AWAP.2.5) data(obs.mon) data(SPI.12) x <- window(SPI.12, start = c(1950, 1), end = c(2009, 12)) dp <- window(obs.mon, start = c(1950, 1), end = c(2009, 12)) op <- par(mfrow = c(ncol(dp), 1), pty = "m", mar = c(1, 4, 1, 2)) for (id in sample(Ind_AWAP.2.5, 1)) { data <- list(x = x[, id], dp = dp) dwt <- modwt.vt(data, wf = "d4", J = 7, boundary = "periodic", cov.opt = "auto") for (i in 1:ncol(dp)) { ts.plot(dwt$dp[, i], dwt$dp.n[, i], xlab = NA, col = c("black", "red"), lwd = c(2, 1)) } } par(op) ### synthetic example 26 modwt.vt.val # frequency, sampled from a given range fd <- c(3, 5, 10, 15, 25, 30, 55, 70, 95) data.SW1 <- data.gen.SW(nobs = 512, fp = 25, fd = fd) dwt.SW1 <- modwt.vt(data.SW1, wf = "d4", J = 7, boundary = "periodic", cov.opt = "auto") x.modwt <- waveslim::modwt(dwt.SW1$x, wf = "d4", n.levels = 7, boundary = "periodic") dp.modwt <- waveslim::modwt(dwt.SW1$dp[, 1], wf = "d4", n.levels = 7, boundary = "periodic") dp.vt.modwt <- waveslim::modwt(dwt.SW1$dp.n[, 1], wf = "d4", n.levels = 7, boundary = "periodic") sum(sapply(dp.modwt, var)) var(dwt.SW1$dp[, 1]) sum(sapply(dp.vt.modwt, var)) var(dwt.SW1$dp.n[, 1]) data <- rbind( sapply(dp.modwt, var) / sum(sapply(dp.modwt, var)), sapply(dp.vt.modwt, var) / sum(sapply(dp.vt.modwt, var)) ) bar <- barplot(data, beside = TRUE, col = c("red", "blue")) lines(x = bar[2, ], y = sapply(x.modwt, var) / sum(sapply(x.modwt, var))) points(x = bar[2, ], y = sapply(x.modwt, var) / sum(sapply(x.modwt, var))) modwt.vt.val Variance Transformation Operation for Validation Description Variance Transformation Operation for Validation Usage modwt.vt.val(data, J, dwt, detrend = FALSE) Arguments data A list of response x and dependent variables dp. J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). dwt A class of "modwt" data. Output from modwt.vt(). detrend Detrend the input time series or just center, default (F) Value A list of 8 elements: wf, J, boundary, x (data), dp (data), dp.n (variance transformed dp), and S (covariance matrix). modwt.vt.val 27 References Z Jiang, A Sharma, and F Johnson. WRR Examples data(rain.mon) data(obs.mon) ## response SPI - calibration # SPI.cal <- SPI.calc(window(rain.mon, start=c(1949,1), end=c(1979,12)),sc=12) SPI.cal <- SPEI::spi(window(rain.mon, start = c(1949, 1), end = c(1979, 12)), scale = 12)$fitted ## create paired response and predictors dataset for each station data.list <- list() for (id in 1:ncol(SPI.cal)) { x <- window(SPI.cal[, id], start = c(1950, 1), end = c(1979, 12)) dp <- window(obs.mon, start = c(1950, 1), end = c(1979, 12)) data.list[[id]] <- list(x = as.numeric(x), dp = matrix(dp, nrow = nrow(dp))) } ## variance transformation - calibration dwt.list <- lapply(data.list, function(x) { modwt.vt(x, wf = "d4", J = 7, boundary = "periodic", cov.opt = "auto") }) ## response SPI - validation # SPI.val <- SPI.calc(window(rain.mon, start=c(1979,1), end=c(2009,12)),sc=12) SPI.val <- SPEI::spi(window(rain.mon, start = c(1979, 1), end = c(2009, 12)), scale = 12)$fitted ## create paired response and predictors dataset for each station data.list <- list() for (id in 1:ncol(SPI.val)) { x <- window(SPI.val[, id], start = c(1980, 1), end = c(2009, 12)) dp <- window(obs.mon, start = c(1980, 1), end = c(2009, 12)) data.list[[id]] <- list(x = as.numeric(x), dp = matrix(dp, nrow = nrow(dp))) } # variance transformation - validation dwt.list.val <- lapply( seq_along(data.list), function(i) modwt.vt.val(data.list[[i]], J = 7, dwt.list[[i]]) ) ## plot original and reconstrcuted predictors for each station for (i in seq_along(dwt.list.val)) { # extract data dwt <- dwt.list.val[[i]] x <- dwt$x # response dp <- dwt$dp # original predictors dp.n <- dwt$dp.n # variance transformed predictors plot.ts(cbind(x, dp)) 28 mra.plot plot.ts(cbind(x, dp.n)) } mra.plot Plot function: Plot original time series and decomposed frequency components Description Plot function: Plot original time series and decomposed frequency components Usage mra.plot( y, y.mra, limits.x, limits.y, type = c("details", "coefs"), ps = 12, ... ) Arguments y Original time series (Y). y.mra Decomposed frequency components (d1,d2,..,aJ). limits.x x limit for plot. limits.y y limit for plot. type type of wavelet coefficients, details or approximations. ps integer; the point size of text (but not symbols). ... arguments for plot(). Value A plot with original time series and decomposed frequency components. Examples ### synthetic example # frequency, sampled from a given range fd <- c(3, 5, 10, 15, 25, 30, 55, 70, 95) data.SW3 <- data.gen.SW(nobs = 512, fp = c(15, 25, 30), fd = fd) x <- data.SW3$x xx <- padding(x, pad = "zero") non.bdy 29 ### wavelet transfrom # wavelet family, extension mode and package wf <- "d4" # wavelet family D8 or db4 boundary <- "periodic" pad <- "zero" if (wf != "haar") v <- as.integer(as.numeric(substr(wf, 2, 3)) / 2) else v <- 1 # Maximum decomposition level J n <- length(x) J <- ceiling(log(n / (2 * v - 1)) / log(2)) # (Kaiser, 1994) ### decomposition x.mra <- waveslim::mra(xx, wf = wf, J = J, method = "dwt", boundary = "periodic") x.mra.m <- matrix(unlist(x.mra), ncol = J + 1) print(sum(abs(x - rowSums(x.mra.m[1:n, ])))) # additive check var(x) sum(apply(x.mra.m[1:n, ], 2, var)) # variance check limits.x <- c(0, n) limits.y <- c(-3, 3) mra.plot(x, x.mra.m, limits.x, limits.y, type = "details") non.bdy Replace Boundary Wavelet Coefficients with Missing Values (NA). Description Replace Boundary Wavelet Coefficients with Missing Values (NA). Usage non.bdy(x, wf, method = c("dwt", "modwt", "mra")) Arguments x DWT/MODWT/AT object wf Character string; name of wavelet filter method Either dwt or modwt or mra Value Same object as x only with some missing values (NA). References Cornish, C. R., Bretherton, C. S., & Percival, D. B. (2006). Maximal overlap wavelet statistical analysis with application to atmospheric turbulence. Boundary-Layer Meteorology, 119(2), 339- 374. 30 padding obs.mon Sample data: NCEP reanalysis data averaged over Sydney region Description A dataset containing 720 rows (data length) and 7 columns (atmospheric variables). Usage data(obs.mon) padding Padding data to dyadic sample size Description Padding data to dyadic sample size Usage padding(x, pad = c("per", "zero", "sym")) Arguments x A vector or time series containing the data be to decomposed. pad Method for padding, including periodic, zero and symetric padding. Value A dyadic length (power of 2) vector or time series. Examples x <- rnorm(360) x1 <- padding(x, pad = "per") x2 <- padding(x, pad = "zero") x3 <- padding(x, pad = "sym") ts.plot(cbind(x, x1, x2, x3), col = 1:4) r2.boot 31 r2.boot R2 threshold by re-sampling approach Description R2 threshold by re-sampling approach Usage r2.boot(z.vt, x, prob) Arguments z.vt Identified independent variables x Response or dependent variable prob Probability with values in [0,1]. Value A quantile assosciated with prob. rain.mon Sample data: Rainfall station data over Sydney region Description A dataset containing 732 rows (data length) and 15 columns (stations). Usage data(rain.mon) 32 scal2freqR scal2freqM Scale to frequency by Matlab Description Scale to frequency by Matlab Usage scal2freqM(wf, scale, delta) Arguments wf wavelet name scale a scale delta the sampling period. Value A vector of two numbers: frequency and period. Examples delta <- 1 / 12 # monthly data scales <- 2^(1:7) for (wf in c("haar", "d4", "d6", "d8", "d16")[1:5]) { df1 <- scal2freqM(wf, scales, delta) df2 <- scal2freqR(wf, scales, delta) print(cbind(df1$frequency, df2$frequency)) } scal2freqR Scale to frequency by R Description Scale to frequency by R Usage scal2freqR(wf, scale, delta) SPI.12 33 Arguments wf wavelet name scale a scale delta the sampling period. Value A vector of two numbers: frequency and period. Examples delta <- 1 / 12 # monthly data scales <- 2^(1:7) for (wf in c("haar", "d4", "d6", "d8", "d16")[1:5]) { df1 <- scal2freqM(wf, scales, delta) df2 <- scal2freqR(wf, scales, delta) print(cbind(df1$frequency, df2$frequency)) } SPI.12 Sample data: Standardized Precipitation Index with 12 month accu- mulation period. Description A dataset containing 1200 rows (data length) and 252 columns. Usage data(SPI.12) stepwise.VT Calculate stepwise high order VT in calibration Description Calculate stepwise high order VT in calibration 34 stepwise.VT Usage stepwise.VT( data, alpha = 0.1, nvarmax = 4, mode = c("MRA", "MODWT", "AT"), wf, J, method = "dwt", pad = "zero", boundary = "periodic", cov.opt = "auto", flag = "biased", detrend = FALSE ) Arguments data A list of data, including response and predictors alpha The significance level used to judge whether the sample estimate is significant. A default alpha value is 0.1. nvarmax The maximum number of variables to be selected. mode A mode of variance transformation, i.e., MRA, MODWT, or AT wf Wavelet family J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). method Either "dwt" or "modwt" of MRA. pad The method used for extend data to dyadic size. Use "per", "zero", or "sym". boundary Character string specifying the boundary condition. If boundary=="periodic" the default, then the vector you decompose is assumed to be periodic on its defined interval, if boundary=="reflection", the vector beyond its boundaries is assumed to be a symmetric reflection of itself. cov.opt Options of Covariance matrix sign. Use "pos", "neg", or "auto". flag Biased or Unbiased variance transformation. detrend Detrend the input time series or just center, default (F). Value A list of 2 elements: the column numbers of the meaningful predictors (cpy), and partial informa- tional correlation (cpyPIC). References Sharma, A., Mehrotra, R., 2014. An information theoretic alternative to model a natural system using observational information alone. Water Resources Research, 50(1): 650-660. Jiang, Z., Sharma, A., & Johnson, F. (2021). Variable transformations in the spectral domain – Implications for hydrologic forecasting. Journal of Hydrology, 126816. stepwise.VT.val 35 Examples ### Real-world example data("rain.mon") data("obs.mon") mode <- switch(1, "MRA", "MODWT", "AT" ) wf <- "d4" station.id <- 5 # station to investigate SPI.12 <- SPEI::spi(rain.mon, scale = 12)$fitted lab.names <- colnames(obs.mon) # plot.ts(SPI.12[,1:10]) x <- window(SPI.12[, station.id], start = c(1950, 1), end = c(1979, 12)) dp <- window(obs.mon[, lab.names], start = c(1950, 1), end = c(1979, 12)) data <- list(x = x, dp = matrix(dp, ncol = ncol(dp))) dwt <- stepwise.VT(data, mode = mode, wf = wf, flag = "biased") ### plot transformed predictor before and after cpy <- dwt$cpy op <- par(mfrow = c(length(cpy), 1), mar = c(2, 3, 2, 1)) for (i in seq_along(cpy)) { ts.plot(cbind(dwt$dp[, i], dwt$dp.n[, i]), xlab = "NA", col = 1:2) } par(op) stepwise.VT.val Calculate stepwise high order VT in validation Description Calculate stepwise high order VT in validation Usage stepwise.VT.val(data, J, dwt, mode = c("MRA", "MODWT", "AT"), detrend = FALSE) Arguments data A list of data, including response and predictors J Specifies the depth of the decomposition. This must be a number less than or equal to log(length(x),2). dwt Output from dwt.vt(), including the transformation covariance mode A mode of variance transformation, i.e., MRA, MODWT, or AT detrend Detrend the input time series or just center, default (F) 36 wave.var Value A list of objects, including transformed predictors Examples ### Real-world example data("rain.mon") data("obs.mon") mode <- switch(1, "MRA", "MODWT", "a trous" ) wf <- "d4" station.id <- 5 # station to investigate SPI.12 <- SPEI::spi(rain.mon, scale = 12)$fitted lab.names <- colnames(obs.mon) # plot.ts(SPI.12[,1:10]) #-------------------------------------- ### calibration x <- window(SPI.12[, station.id], start = c(1950, 1), end = c(1979, 12)) dp <- window(obs.mon[, lab.names], start = c(1950, 1), end = c(1979, 12)) data <- list(x = x, dp = matrix(dp, ncol = ncol(dp))) dwt <- stepwise.VT(data, mode = mode, wf = wf, flag = "biased") cpy <- dwt$cpy #-------------------------------------- ### validation x <- window(SPI.12[, station.id], start = c(1980, 1), end = c(2009, 12)) dp <- window(obs.mon[, lab.names], start = c(1980, 1), end = c(2009, 12)) data.n <- list(x = x, dp = matrix(dp, ncol = ncol(dp))) dwt.val <- stepwise.VT.val(data = data.n, dwt = dwt, mode = mode) ### plot transformed predictor before and after op <- par(mfrow = c(length(cpy), 1), mar = c(0, 3, 2, 1)) for (i in seq_along(cpy)) { ts.plot(cbind(dwt.val$dp[, i], dwt.val$dp.n[, i]), xlab = "NA", col = 1:2) } par(op) wave.var Produces an estimate of the multiscale variance along with approxi- mate confidence intervals. Description Produces an estimate of the multiscale variance along with approximate confidence intervals. wave.var 37 Usage wave.var(x, type = "eta3", p = 0.025) Arguments x DWT/MODWT/AT object type character string describing confidence interval calculation; valid methods are gaussian, eta1, eta2, eta3, nongaussian p (one minus the) two-sided p-value for the confidence interval Value Dataframe with as many rows as levels in the wavelet transform object. The first column provides the point estimate for the wavelet variance followed by the lower and upper bounds from the confi- dence interval. References Percival, D. B. (1995) Biometrika, 82, No. 3, 619-631. Index ∗ datasets lat_lon.2.5, 24 aus.coast, 8 data.AWAP.2.5, 8 modwt.vt, 24 data.CI, 9 modwt.vt.val, 26 data.HL, 16 mra.plot, 28 data.SW1, 16 data.SW3, 16 non.bdy, 29 Ind_AWAP.2.5, 21 obs.mon, 30 lat_lon.2.5, 24 obs.mon, 30 padding, 30 rain.mon, 31 SPI.12, 33 r2.boot, 31 rain.mon, 31 at.vt, 4 at.vt.val, 5 scal2freqM, 32 at.wd, 7 scal2freqR, 32 aus.coast, 8 SPI.12, 33 stepwise.VT, 33 data.AWAP.2.5, 8 stepwise.VT.val, 35 data.CI, 9 data.gen.ar1, 9 WASP-package, 3 data.gen.ar4, 10 wave.var, 36 data.gen.ar9, 10 data.gen.HL, 11 data.gen.Rossler, 12 data.gen.SW, 13 data.gen.tar1, 14 data.gen.tar2, 15 data.HL, 16 data.SW1, 16 data.SW3, 16 dwt.vt, 17 dwt.vt.val, 18 fig.dwt.vt, 20 Ind_AWAP.2.5, 21 knn, 21 knnregl1cv, 23 38
mplot
cran
Package ‘mplot’ October 13, 2022 Type Package Title Graphical Model Stability and Variable Selection Procedures Version 1.0.6 Date 2021-07-10 Description Model stability and variable inclusion plots [Mueller and Welsh (2010, <doi:10.1111/j.1751-5823.2010.00108.x>); Murray, Heritier and Mueller (2013, <doi:10.1002/sim.5855>)] as well as the adaptive fence [Jiang et al. (2008, <doi:10.1214/07-AOS517>); Jiang et al. (2009, <doi:10.1016/j.spl.2008.10.014>)] for linear and generalised linear models. License GPL (>= 2) Suggests knitr, mvoutlier, glmulti, rmarkdown, DT, MASS Imports leaps, foreach, parallel, bestglm, doParallel, doRNG, plyr, shinydashboard, shiny, glmnet, graphics, stats, googleVis, ggplot2, reshape2, scales, dplyr, tidyr, magrittr URL https://garthtarr.github.io/mplot/, https://github.com/garthtarr/mplot LazyData TRUE RoxygenNote 7.1.1 Encoding UTF-8 NeedsCompilation no Author Garth Tarr [aut, cre] (<https://orcid.org/0000-0002-6605-7478>), Samuel Mueller [aut] (<https://orcid.org/0000-0002-3087-8127>), Alan H Welsh [aut] (<https://orcid.org/0000-0002-3165-9559>) Maintainer Garth Tarr <garth.tarr@gmail.com> Repository CRAN Date/Publication 2021-07-10 16:20:02 UTC 1 2 mplot-package R topics documented: mplot-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 af . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 artificialeg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 bglmnet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 bodyfat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 diabetes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 fev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 glmfence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 lmfence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 mplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 plot.af . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 plot.bglmnet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 plot.vis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 print.af . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 print.vis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 process.fn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 summary.af . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 vis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 wallabies . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 Index 26 mplot-package Graphical model stability and model selection procedures Description Graphical model stability and model selection procedures References Tarr G, Mueller S and Welsh AH (2018). mplot: An R Package for Graphical Model Stabil- ity and Variable Selection Procedures. Journal of Statistical Software, 83(9), pp. 1-28. doi: 10.18637/jss.v083.i09 af 3 af The adaptive fence procedure Description This function implements the adaptive fence procedure to first find the optimal cstar value and then finds the corresponding best model as described in Jiang et. al. (2009) with some practical modifications. Usage af( mf, B = 60, n.c = 20, initial.stepwise = FALSE, force.in = NULL, cores, nvmax, c.max, screen = FALSE, seed = NULL, ... ) Arguments mf a fitted ’full’ model, the result of a call to lm or glm (and in the future lme or lmer). B number of bootstrap replications at each fence boundary value n.c number of boundary values to be considered initial.stepwise logical. Performs an initial stepwise procedure to look for the range of model sizes where attention should be focussed. See details for implementation. force.in the names of variables that should be forced into all estimated models cores number of cores to be used when parallel processing the bootstrap nvmax size of the largest model that can still be considered as a viable candidate. In- cluded for performance reasons but if it is an active constraint it could lead to misleading results. c.max manually specify the upper boundary limit. Only applies when initial.stepwise=FALSE. screen logical, whether or not to perform an initial screen for outliers. Highly experi- mental, use at own risk. Default = FALSE. seed random seed for reproducible results ... further arguments (currently unused) 4 af Details The initial stepwise procedure performs forward stepwise model selection using the AIC and back- ward stepwise model selection using BIC. In general the backwise selection via the more conser- vative BIC will tend to select a smaller model than that of the forward selection AIC approach. The size of these two models is found, and we go two dimensions smaller and larger to estimate a sensible range of c values over which to perform a parametric bootstrap. This procedure can take some time. It is recommended that you start with a relatively small number of bootstrap samples (B) and grid of boundary values (n.c) and increase both as required. If you use initial.stepwise=TRUE then in general you will need a smaller grid of boundary values than if you select initial.stepwise=FALSE. It can be useful to check initial.stepwise=FALSE with a small number of bootstrap replications over a sparse grid to ensure that the initial.stepwise=TRUE has landed you in a reasonable region. The best.only=FALSE option when plotting the results of the adaptive fence is a modification to the adaptive fence procedure which considers all models at a particular size that pass the fence hurdle when calculating the p* values. In particular, for each value of c and at each bootstrap replication, if a candidate model is found that passes the fence, then we look to see if there are any other models of the same size that also pass the fence. If no other models of the same size pass the fence, then that model is allocated a weight of 1. If there are two models that pass the fence, then the best model is allocated a weight of 1/2. If three models pass the fence, the best model gets a weight of 1/3, and so on. After B bootstrap replications, we aggregate the weights by summing over the various models. The p* value is the maximum aggregated weight divided by the number of bootstrap replications. This correction penalises the probability associated with the best model if there were other models of the same size that also passed the fence hurdle. The rationale being that if a model has no redundant variables then it will be the only model at that size that passes the fence over a range of values of c. The result is more pronounced peaks which can help to determine the location of the correct peak and identify the optimal c*. See ?plot.af or help("plot.af") for details of the plot method associated with the result. References Jiang J., Nguyen T., Sunil Rao J. (2009), A simplified adaptive fence procedure, Statistics & Prob- ability Letters, 79(5):625-629. doi: 10.1016/j.spl.2008.10.014 Jiang J., Sunil Rao J., Gu Z, Nguyen T. (2008), Fence methods for mixed model selection, Annals of Statistics, 36(4):1669-1692. doi: 10.1214/07-AOS517 See Also plot.af Other fence: glmfence(), lmfence() Examples n = 100 set.seed(11) e = rnorm(n) x1 = rnorm(n) x2 = rnorm(n) artificialeg 5 x3 = x1^2 x4 = x2^2 x5 = x1*x2 y = 1 + x1 + x2 + e dat = data.frame(y,x1,x2,x3,x4,x5) lm1 = lm(y ~ ., data = dat) ## Not run: af1 = af(lm1, initial.stepwise = TRUE, seed = 1) summary(af1) plot(af1) ## End(Not run) artificialeg Artificial example Description An artificial data set which causes stepwise regression procedures to select a non-parsimonious model. The true model is a simple linear regression of y against x8. Usage data(artificialeg) Format A data frame with 50 observations on 10 variables. Details Inspired by the pathoeg data set in the MPV pacakge. Examples data(artificialeg) full.mod = lm(y~.,data=artificialeg) step(full.mod) # generating model n=50 set.seed(8) # a seed of 2 also works x1 = rnorm(n,0.22,2) x7 = 0.5*x1 + rnorm(n,0,sd=2) x6 = -0.75*x1 + rnorm(n,0,3) x3 = -0.5-0.5*x6 + rnorm(n,0,2) x9 = rnorm(n,0.6,3.5) x4 = 0.5*x9 + rnorm(n,0,sd=3) x2 = -0.5 + 0.5*x9 + rnorm(n,0,sd=2) x5 = -0.5*x2+0.5*x3+0.5*x6-0.5*x9+rnorm(n,0,1.5) 6 bglmnet x8 = x1 + x2 -2*x3 - 0.3*x4 + x5 - 1.6*x6 - 1*x7 + x9 +rnorm(n,0,0.5) y = 0.6*x8 + rnorm(n,0,2) artificialeg = round(data.frame(x1,x2,x3,x4,x5,x6,x7,x8,x9,y),1) bglmnet Model stability and variable importance plots for glmnet Description Model stability and variable importance plots for glmnet Usage bglmnet( mf, nlambda = 100, lambda = NULL, B = 100, penalty.factor, screen = FALSE, redundant = TRUE, cores = NULL, force.in = NULL, seed = NULL ) Arguments mf a fitted ’full’ model, the result of a call to lm or glm. nlambda how many penalty values to consider. Default = 100. lambda manually specify the penalty values (optional). B number of bootstrap replications penalty.factor Separate penalty factors can be applied to each coefficient. This is a number that multiplies lambda to allow differential shrinkage. Can be 0 for some variables, which implies no shrinkage, and that variable is always included in the model. Default is 1 for all variables (and implicitly infinity for variables listed in ex- clude). Note: the penalty factors are internally rescaled to sum to nvars, and the lambda sequence will reflect this change. screen logical, whether or not to perform an initial screen for outliers. Highly experi- mental, use at own risk. Default = FALSE. redundant logical, whether or not to add a redundant variable. Default = TRUE. cores number of cores to be used when parallel processing the bootstrap (Not yet implemented.) force.in the names of variables that should be forced into all estimated models. (Not yet implemented.) seed random seed for reproducible results bodyfat 7 Details The result of this function is essentially just a list. The supplied plot method provides a way to visualise the results. See Also plot.bglmnet Examples n = 100 set.seed(11) e = rnorm(n) x1 = rnorm(n) x2 = rnorm(n) x3 = x1^2 x4 = x2^2 x5 = x1*x2 y = 1 + x1 + x2 + e dat = data.frame(y, x1, x2, x3, x4, x5) lm1 = lm(y ~ ., data = dat) ## Not run: bg1 = bglmnet(lm1, seed = 1) # plot(bg1, which = "boot_size", interactive = TRUE) plot(bg1, which = "boot_size", interactive = FALSE) # plot(bg1, which = "vip", interactive = TRUE) plot(bg1, which = "vip", interactive = FALSE) ## End(Not run) bodyfat Body fat data set Description A data frame with 128 observations on 15 variables. Usage data(bodyfat) Format A data frame with 128 observations on 15 variables. Id Identifier Bodyfat Bodyfat percentage 8 diabetes Age Age (years) Weight Weight (kg) Height Height (inches) Neck Neck circumference (cm) Chest Chest circumference (cm) Abdo Abdomen circumference (cm) "at the umbilicus and level with the iliac crest" Hip Hip circumference (cm) Thigh Thigh circumference (cm) Knee Knee circumference (cm) Ankle Ankle circumference (cm) Bic Extended biceps circumference (cm) Fore Forearm circumference (cm) Wrist Wrist circumference (cm) "distal to the styloid processes" Details A subset of the 252 observations available in the mfp package. The selected observations avoid known high leverage points and outliers. The unused points from the data set could be used to validate selected models. References Johnson W (1996, Vol 4). Fitting percentage of body fat to simple body measurements. Journal of Statistics Education. Bodyfat data retrieved from http://www.amstat.org/publications/jse/v4n1/datasets.johnson.html An expanded version is included in the mfp R package. Examples data(bodyfat) full.mod = lm(Bodyfat~.,data=subset(bodyfat,select=-Id)) diabetes Blood and other measurements in diabetics Description The diabetes data frame has 442 rows and 11 columns. These are the data used in Efron et al. (2004). Usage data(diabetes) fev 9 Format A data frame with 442 observations on 11 variables. age Age sex Gender bmi Body mass index map Mean arterial pressure (average blood pressure) tc Total cholesterol (mg/dL)? Desirable range: below 200 mg/dL ldl Low-density lipoprotein ("bad" cholesterol)? Desirable range: below 130 mg/dL hdl High-density lipoprotein ("good" cholesterol)? Desirable range: above 40 mg/dL tch Blood serum measurement ltg Blood serum measurement glu Blood serum measurement (glucose?) y A quantitative measure of disease progression one year after baseline Details Data sourced from http://web.stanford.edu/~hastie/Papers/LARS References Efron, B., Hastie, T., Johnstone, I., Tibshirani, R., (2004). Least angle regression. The Annals of Statistics 32(2) 407-499. DOI: 10.1214/009053604000000067 Examples data(diabetes) full.mod = lm(y~.,data=diabetes) fev Forced Expiratory Volume Description This data set consists of 654 observations on youths aged 3 to 19 from East Boston recorded duing the middle to late 1970’s. Forced expiratory volume (FEV), a measure of lung capacity, is the vari- able of interest. Age and height are two continuous predictors. Sex and smoke are two categorical predictors. Usage data(fev) 10 glmfence Format A data frame with 654 observations on 5 variables. age Age (years) fev Forced expiratory volume (liters). Roughly the amount of air an individual can exhale in the first second of a forceful breath. height Height (inches). sex Female is 0. Male is 1. smoke A binary variable indicating whether or not the youth smokes. Nonsmoker is 0. Smoker is 1. Details Copies of this data set can also be found in the coneproj and tmle packages. References Tager, I. B., Weiss, S. T., Rosner, B., and Speizer, F. E. (1979). Effect of parental cigarette smoking on pulmonary function in children. American Journal of Epidemiology, 110, 15-26. Rosner, B. (1999). Fundamentals of Biostatistics, 5th Ed., Pacific Grove, CA: Duxbury. Kahn, M.J. (2005). An Exhalent Problem for Teaching Statistics. Journal of Statistics Education, 13(2). http://www.amstat.org/publications/jse/v13n2/datasets.kahn.html Examples data(fev) full.mod = lm(fev~.,data=fev) step(full.mod) glmfence The fence procedure for generalised linear models Description This function implements the fence procedure to find the best generalised linear model. Usage glmfence(mf, cstar, nvmax, adaptive = TRUE, trace = TRUE, ...) lmfence 11 Arguments mf an object of class glm specifying the full model. cstar the boundary of the fence, typically found through bootstrapping. nvmax the maximum number of variables that will be be considered in the model. adaptive logical. If TRUE the boundary of the fence is given by cstar. Otherwise, it the original (non-adaptive) fence is performed where the boundary is cstar*hat(sigma)_M,tildeM. trace logical. If TRUE the function prints out its progress as it iterates up through the dimensions. ... further arguments (currently unused) References Jiming Jiang, Thuan Nguyen, J. Sunil Rao, A simplified adaptive fence procedure, Statistics & Prob- ability Letters, Volume 79, Issue 5, 1 March 2009, Pages 625-629, http://dx.doi.org/10.1016/j.spl.2008.10.014. See Also af, lmfence Other fence: af(), lmfence() lmfence The fence procedure for linear models Description This function implements the fence procedure to find the best linear model. Usage lmfence(mf, cstar, nvmax, adaptive = TRUE, trace = TRUE, force.in = NULL, ...) Arguments mf an object of class lm specifying the full model. cstar the boundary of the fence, typically found through bootstrapping. nvmax the maximum number of variables that will be be considered in the model. adaptive logical. If TRUE the boundary of the fence is given by cstar. Otherwise, it the original (non-adaptive) fence is performed where the boundary is cstar*hat(sigma)_M,tildeM. trace logical. If TRUE the function prints out its progress as it iterates up through the dimensions. force.in the names of variables that should be forced into all estimated models. ... further arguments (currently unused) 12 mplot References Jiming Jiang, Thuan Nguyen, J. Sunil Rao, A simplified adaptive fence procedure, Statistics & Prob- ability Letters, Volume 79, Issue 5, 1 March 2009, Pages 625-629, http://dx.doi.org/10.1016/j.spl.2008.10.014. See Also af, glmfence Other fence: af(), glmfence() Examples n = 40 # sample size beta = c(1,2,3,0,0) K=length(beta) set.seed(198) X = cbind(1,matrix(rnorm(n*(K-1)),ncol=K-1)) e = rnorm(n) y = X%*%beta + e dat = data.frame(y,X[,-1]) # Non-adaptive approach (not recommended) lm1 = lm(y~.,data=dat) lmfence(lm1,cstar=log(n),adaptive=FALSE) mplot Model selection and stability curves Description Opens a shiny GUI to investigate a range of model selection and stability issues Usage mplot(mf, ...) Arguments mf a fitted model. ... objects of type vis or af or bglmnet. References Tarr G, Mueller S and Welsh AH (2018). mplot: An R Package for Graphical Model Stabil- ity and Variable Selection Procedures. Journal of Statistical Software, 83(9), pp. 1-28. doi: 10.18637/jss.v083.i09 plot.af 13 Examples n = 100 set.seed(11) e = rnorm(n) x1 = rnorm(n) x2 = rnorm(n) x3 = x1^2 x4 = x2^2 x5 = x1*x2 y = 1 + x1 + x2 + e dat = round(data.frame(y,x1,x2,x3,x4,x5),2) lm1 = lm(y ~ ., data = dat) ## Not run: v1 = vis(lm1) af1 = af(lm1) bg1 = bglmnet(lm1) mplot(lm1, v1, af1, bg1) ## End(Not run) plot.af Plot diagnostics for an af object Description Summary plot of the bootstrap results of an af object. Usage ## S3 method for class 'af' plot( x, pch, interactive = FALSE, classic = NULL, tag = NULL, shiny = FALSE, best.only = FALSE, width = 800, height = 400, fontSize = 12, left = 50, top = 30, chartWidth = "60%", chartHeight = "80%", backgroundColor = "transparent", legend.position = "top", 14 plot.af model.wrap = NULL, legend.space = NULL, options = NULL, ... ) Arguments x af object, the result of af pch plotting character, i.e., symbol to use interactive logical. If interactive=TRUE a googleVis plot is provided instead of the base graphics plot. Default is interactive=FALSE. classic logical. Depricated. If classic=TRUE a base graphics plot is provided instead of a googleVis plot. For now specifying classic will overwrite the default interactive behaviour, though this is likely to be removed in the future. tag Default NULL. Name tag of the objects to be extracted from a gvis (googleVis) object. The default tag for is NULL, which will result in R opening a browser window. Setting tag='chart' or setting options(gvis.plot.tag='chart') is useful when googleVis is used in scripts, like knitr or rmarkdown. shiny Default FALSE. Set to TRUE when using in a shiny interface. best.only logical determining whether the output used the standard fence approach of only considering the best models that pass the fence (TRUE) or if it should take into account all models that pass the fence at each boundary value (FALSE). width Width of the googleVis chart canvas area, in pixels. Default: 800. height Height of the googleVis chart canvas area, in pixels. Default: 400. fontSize font size used in googleVis chart. Default: 12. left space at left of chart (pixels?). Default: "50". top space at top of chart (pixels?). Default: "30". chartWidth googleVis chart area width. A simple number is a value in pixels; a string con- taining a number followed by % is a percentage. Default: "60%" chartHeight googleVis chart area height. A simple number is a value in pixels; a string containing a number followed by % is a percentage. Default: "80%" backgroundColor The background colour for the main area of the chart. A simple HTML color string, for example: ’red’ or ’#00cc00’. Default: ’transparent’ legend.position legend position, e.g. "topleft" or "bottomright" model.wrap Optional parameter to split the legend names if they are too long for classic plots. model.wrap=2 means that there will be two variables per line, model.wrap=2 gives three variables per line and model.wrap=4 gives 4 variables per line. legend.space Optional parameter to add additional space between the legend items for the classic plot. options If you want to specify the full set of googleVis options. ... further arguments (currently unused) plot.bglmnet 15 Details For each value of c a parametric bootstrap is performed under the full model. For each bootstrap sample we identify the smallest model inside the fence, α̂(c). We calculate the empirical probability of selecting model α for a given value of c as p∗ (c, α) = P ∗ {α̂(c) = α}. Hence, if B bootstrap replications are performed, p∗ (c, α) is the proportion of times that model α is selected. Finally, define an overall selection probability, p∗ (c) = max p∗ (c, α) α∈A and we plot p∗ (c) against c. The points on the scatter plot are colour coded by the model that yielded the highest inclusion probability. plot.bglmnet Plot diagnostics for a bglmnet object Description A plot method to visualise the results of a bglmnet object. Usage ## S3 method for class 'bglmnet' plot( x, highlight, interactive = FALSE, classic = NULL, tag = NULL, shiny = FALSE, which = c("vip", "boot", "boot_size"), width = 800, height = 400, fontSize = 12, left = 50, top = 30, chartWidth = "60%", chartHeight = "80%", axisTitlesPosition = "out", dataOpacity = 0.5, options = NULL, hAxis.logScale = TRUE, ylim, text = FALSE, backgroundColor = "transparent", 16 plot.bglmnet legend.position = "right", jitterk = 0.1, srt = 45, max.circle = 15, min.prob = 0.1, ... ) Arguments x bglmnet object, the result of bglmnet highlight the name of a variable that will be highlighted. interactive logical. If interactive=TRUE a googleVis plot is provided instead of the base graphics plot. Default is interactive=FALSE. classic logical. Depricated. If classic=TRUE a base graphics plot is provided instead of a googleVis plot. For now specifying classic will overwrite the default interactive behaviour, though this is likely to be removed in the future. tag Default NULL. Name tag of the objects to be extracted from a gvis (googleVis) object. The default tag for is NULL, which will result in R opening a browser window. Setting tag='chart' or setting options(gvis.plot.tag='chart') is useful when googleVis is used in scripts, like knitr or rmarkdown. shiny Default FALSE. Set to TRUE when using in a shiny interface. which a vector specifying the plots to be output. Variable inclusion type plots which = "vip" or plots where the size of the point representing each model is pro- portional to selection probabilities by model size which = "boot_size" or by penalty paramter which = "boot". width Width of the googleVis chart canvas area, in pixels. Default: 800. height Height of the googleVis chart canvas area, in pixels. Default: 400. fontSize font size used in googleVis chart. Default: 12. left space at left of chart (pixels?). Default: "50". top space at top of chart (pixels?). Default: "30". chartWidth googleVis chart area width. A simple number is a value in pixels; a string con- taining a number followed by % is a percentage. Default: "60%" chartHeight googleVis chart area height. A simple number is a value in pixels; a string containing a number followed by % is a percentage. Default: "80%" axisTitlesPosition Where to place the googleVis axis titles, compared to the chart area. Supported values: "in" - Draw the axis titles inside the the chart area. "out" - Draw the axis titles outside the chart area. "none" - Omit the axis titles. dataOpacity The transparency of googleVis data points, with 1.0 being completely opaque and 0.0 fully transparent. options a list to be passed to the googleVis function giving complete control over the output. Specifying a value for options overwrites all other plotting variables. plot.vis 17 hAxis.logScale logical, whether or not to use a log scale on the horizontal axis. Default = TRUE. ylim the y limits of the which="boot" plots. text logical, whether or not to add text labels to classic boot plot. Default = FALSE. backgroundColor The background colour for the main area of the chart. A simple HTML color string, for example: ’red’ or ’#00cc00’. Default: ’transparent’ legend.position the postion of the legend for classic plots. Default legend.position="right" alternatives include legend.position="top" and legend.position="bottom" jitterk amount of jittering of the model size in the lvk and boot plots. Default = 0.1. srt when text=TRUE, the angle of rotation for the text labels. Default = 45. max.circle determines the maximum circle size. Default = 15. min.prob lower bound on the probability of a model being selected. If a model has a selection probability lower than min.prob it will not be plotted. ... further arguments (currently unused) See Also bglmnet plot.vis Plot diagnostics for a vis object Description A plot method to visualise the results of a vis object. Usage ## S3 method for class 'vis' plot( x, highlight, interactive = FALSE, classic = NULL, tag = NULL, shiny = FALSE, nbest = "all", which = c("vip", "lvk", "boot"), width = 800, height = 400, fontSize = 12, left = 50, top = 30, chartWidth = "60%", 18 plot.vis chartHeight = "80%", axisTitlesPosition = "out", dataOpacity = 0.5, options = NULL, ylim, legend.position = "right", backgroundColor = "transparent", text = FALSE, min.prob = 0.4, srt = 45, max.circle = 15, print.full.model = FALSE, jitterk = 0.1, seed = NULL, ... ) Arguments x vis object, the result of vis highlight the name of a variable that will be highlighted interactive logical. If interactive=TRUE a googleVis plot is provided instead of the base graphics plot. Default is interactive=FALSE. classic logical. Depricated. If classic=TRUE a base graphics plot is provided instead of a googleVis plot. For now specifying classic will overwrite the default interactive behaviour, though this is likely to be removed in the future. tag Default NULL. Name tag of the objects to be extracted from a gvis (googleVis) object. The default tag for is NULL, which will result in R opening a browser window. Setting tag='chart' or setting options(gvis.plot.tag='chart') is useful when googleVis is used in scripts, like knitr or rmarkdown. shiny Default FALSE. Set to TRUE when using in a shiny interface. nbest maximum number of models at each model size that will be considered for the lvk plot. Can also take a value of "all" which displays all models (default). which a vector specifying the plots to be output. Variable inclusion plots which="vip"; description loss against model size which="lvk"; bootstrapped description loss against model size which="boot". width Width of the googleVis chart canvas area, in pixels. Default: 800. height Height of the googleVis chart canvas area, in pixels. Default: 400. fontSize font size used in googleVis chart. Default: 12. left space at left of chart (pixels?). Default: "50". top space at top of chart (pixels?). Default: "30". chartWidth googleVis chart area width. A simple number is a value in pixels; a string con- taining a number followed by % is a percentage. Default: "60%" plot.vis 19 chartHeight googleVis chart area height. A simple number is a value in pixels; a string containing a number followed by % is a percentage. Default: "80%" axisTitlesPosition Where to place the googleVis axis titles, compared to the chart area. Supported values: "in" - Draw the axis titles inside the the chart area. "out" - Draw the axis titles outside the chart area. "none" - Omit the axis titles. dataOpacity The transparency of googleVis data points, with 1.0 being completely opaque and 0.0 fully transparent. options a list to be passed to the googleVis function giving complete control over the output. Specifying a value for options overwrites all other plotting variables. ylim the y limits of the lvk and boot plots. legend.position the postion of the legend for classic plots. Default legend.position="right" alternatives include legend.position="top" and legend.position="bottom" backgroundColor The background colour for the main area of the chart. A simple HTML color string, for example: ’red’ or ’#00cc00’. Default: ’null’ (there is an issue with GoogleCharts when setting ’transparent’ related to the zoom window sticking - once that’s sorted out, the default will change back to ’transparent’) text logical, whether or not to add text labels to classic boot plot. Default = FALSE. min.prob when text=TRUE, a lower bound on the probability of selection before a text label is shown. srt when text=TRUE, the angle of rotation for the text labels. Default = 45. max.circle determines the maximum circle size. Default = 15. print.full.model logical, when text=TRUE this determines if the full model gets a label or not. Default=FALSE. jitterk amount of jittering of the model size in the lvk and boot plots. Default = 0.1. seed random seed for reproducible results ... further arguments (currently unused) Details Specifying which = "lvk" generates a scatter plot where the points correspond to description loss is plot against model size for each model considered. The highlight argument is used to differentiate models that contain a particular variable from those that do not. Specifying which = "boot" generates a scatter plot where each circle represents a model with a non-zero bootstrap probability, that is, each model that was selected as the best model of a partic- ular dimension in at least one bootstrap replication. The area of each circle is proportional to the corresponding model’s bootstrapped selection probability. References Mueller, S. and Welsh, A. H. (2010), On model selection curves. International Statistical Review, 78:240-256. doi: 10.1111/j.1751-5823.2010.00108.x 20 print.af Murray, K., Heritier, S. and Mueller, S. (2013), Graphical tools for model selection in generalized linear models. Statistics in Medicine, 32:4438-4451. doi: 10.1002/sim.5855 Tarr G, Mueller S and Welsh AH (2018). mplot: An R Package for Graphical Model Stabil- ity and Variable Selection Procedures. Journal of Statistical Software, 83(9), pp. 1-28. doi: 10.18637/jss.v083.i09 See Also vis Examples n = 100 set.seed(11) e = rnorm(n) x1 = rnorm(n) x2 = rnorm(n) x3 = x1^2 x4 = x2^2 x5 = x1*x2 y = 1 + x1 + x2 + e dat = data.frame(y,x1,x2,x3,x4,x5) lm1 = lm(y~.,data=dat) ## Not run: v1 = vis(lm1, seed = 1) plot(v1, highlight = "x1", which = "lvk") plot(v1, which = "boot") plot(v1, which = "vip") ## End(Not run) print.af Print method for an af object Description Prints basic output of the bootstrap results of an af object. Usage ## S3 method for class 'af' print(x, best.only = TRUE, ...) print.vis 21 Arguments x an af object, the result of af best.only logical determining whether the output used the standard fence approach of only considering the best models that pass the fence (TRUE) or if it should take into account all models that pass the fence at each boundary value (FALSE). ... further arguments (currently unused) print.vis Print method for a vis object Description Prints basic output of the bootstrap results of an vis object. Usage ## S3 method for class 'vis' print(x, min.prob = 0.3, print.full.model = FALSE, ...) Arguments x a vis object, the result of vis min.prob a lower bound on the probability of selection before the result is printed print.full.model logical, determines if the full model gets printed or not. Default=FALSE. ... further arguments (currently unused) process.fn Process results within af function Description This function is used by the af function to process the results when iterating over different boundary values Usage process.fn(fence.mod, fence.rank) Arguments fence.mod set of fence models fence.rank set of fence model ranks 22 vis summary.af Summary method for an af object Description Provides comprehensive output of the bootstrap results of an af object. Usage ## S3 method for class 'af' summary(object, best.only = TRUE, ...) Arguments object af object, the result of af best.only logical determining whether the output used the standard fence approach of only considering the best models that pass the fence (TRUE) or if it should take into account all models that pass the fence at each boundary value (FALSE). ... further arguments (currently unused) vis Model stability and variable inclusion plots Description Calculates and provides the plot methods for standard and bootstrap enhanced model stability plots (lvk and boot) as well as variable inclusion plots (vip). Usage vis( mf, nvmax, B = 100, lambda.max, nbest = "all", use.glmulti = FALSE, cores, force.in = NULL, screen = FALSE, redundant = TRUE, seed = NULL, ... ) vis 23 Arguments mf a fitted ’full’ model, the result of a call to lm or glm (and in the future lme or lmer) nvmax size of the largest model that can still be considered as a viable candidate B number of bootstrap replications lambda.max maximum penalty value for the vip plot, defaults to 2*log(n) nbest maximum number of models at each model size that will be considered for the lvk plot. Can also take a value of "all" which displays all models. use.glmulti logical. Whether to use the glmulti package instead of bestglm. Default use.glmulti=FALSE. cores number of cores to be used when parallel processing the bootstrap force.in the names of variables that should be forced into all estimated models. (Not yet implemented.) screen logical, whether or not to perform an initial screen for outliers. Highly experi- mental, use at own risk. Default = FALSE. redundant logical, whether or not to add a redundant variable. Default = TRUE. seed random seed for reproducible results ... further arguments (currently unused) Details The result of this function is essentially just a list. The supplied plot method provides a way to visualise the results. See ?plot.vis or help("plot.vis") for details of the plot method associated with the result. References Mueller, S. and Welsh, A. H. (2010), On model selection curves. International Statistical Review, 78:240-256. doi: 10.1111/j.1751-5823.2010.00108.x Murray, K., Heritier, S. and Mueller, S. (2013), Graphical tools for model selection in generalized linear models. Statistics in Medicine, 32:4438-4451. doi: 10.1002/sim.5855 Tarr G, Mueller S and Welsh AH (2018). mplot: An R Package for Graphical Model Stabil- ity and Variable Selection Procedures. Journal of Statistical Software, 83(9), pp. 1-28. doi: 10.18637/jss.v083.i09 See Also plot.vis Examples n = 100 set.seed(11) e = rnorm(n) x1 = rnorm(n) x2 = rnorm(n) 24 wallabies x3 = x1^2 x4 = x2^2 x5 = x1*x2 y = 1 + x1 + x2 + e dat = data.frame(y, x1, x2, x3, x4, x5) lm1 = lm(y ~ ., data = dat) ## Not run: v1 = vis(lm1, seed = 1) plot(v1, highlight = "x1", which = "lvk") plot(v1, which = "boot") plot(v1, which = "vip") ## End(Not run) wallabies Rock-wallabies data set Description On Chalkers Top in the Warrumbungles (NSW, Australia) 200 evenly distributed one metre squared plots were surveyed. Plots were placed at a density of 7-13 per hectare. The presence or absence of fresh (<1 month old) scats of rock-wallabies was recorded for each plot along with location and a selection of predictor variables. Usage data(wallabies) Format A data frame with 200 observations on 9 variables. rw Presence of rock-wallaby scat edible Percentage cover of edible vegetation inedible Percentage cover of inedible vegetation canopy Percentage canopy cover distance Distance from diurnal refuge shelter Whether or not a plot occurred within a shelter point (large rock or boulder pile) lat Latitude of the plot location long Longitude of the plot location wallabies 25 Details Macropods defaecate randomly as they forage and scat (faecal pellet) surveys are a reliable method for detecting the presence of rock-wallabies and other macropods. Scats are used as an indication of spatial foraging patterns of rock-wallabies and sympatric macropods. Scats deposited while foraging were not confused with scats deposited while resting because the daytime refuge areas of rock-wallabies were known in detail for each colony and no samples were taken from those areas. Each of the 200 sites were examined separately to account for the different levels of predation risk and the abundance of rock-wallabies. References Tuft KD, Crowther MS, Connell K, Mueller S and McArthur C (2011), Predation risk and compet- itive interactions affect foraging of an endangered refuge-dependent herbivore. Animal Conserva- tion, 14: 447-457. doi: 10.1111/j.1469-1795.2011.00446.x Examples data(wallabies) wdat = data.frame(subset(wallabies,select=-c(lat,long)), EaD = wallabies$edible*wallabies$distance, EaS = wallabies$edible*wallabies$shelter, DaS = wallabies$distance*wallabies$shelter) M1 = glm(rw~., family = binomial(link = "logit"), data = wdat) Index ∗ Internal process.fn, 21 glmfence, 10 lmfence, 11 summary.af, 22 process.fn, 21 ∗ datasets vis, 18, 20, 21, 22 artificialeg, 5 wallabies, 24 bodyfat, 7 diabetes, 8 fev, 9 wallabies, 24 ∗ fence af, 3 glmfence, 10 lmfence, 11 ∗ package mplot-package, 2 af, 3, 11, 12, 14, 21, 22 artificialeg, 5 bglmnet, 6, 16, 17 bodyfat, 7 diabetes, 8 fev, 9 glm, 11 glmfence, 4, 10, 12 lm, 11 lmfence, 4, 11, 11 mplot, 12 mplot-package, 2 plot.af, 4, 13 plot.bglmnet, 7, 15 plot.vis, 17, 23 print.af, 20 print.vis, 21 26
scorecard
cran
Package ‘scorecard’ August 8, 2023 Version 0.4.3 Title Credit Risk Scorecard Description The `scorecard` package makes the development of credit risk scorecard easier and efficient by providing functions for some common tasks, such as data partition, variable selection, woe binning, scorecard scaling, performance evaluation and report generation. These functions can also used in the development of machine learning models. The references including: 1. Refaat, M. (2011, ISBN: 9781447511199). Credit Risk Scorecard: Development and Implementation Using SAS. 2. Siddiqi, N. (2006, ISBN: 9780471754510). Credit risk scorecards. Developing and Implementing Intelligent Credit Scoring. Depends R (>= 3.5.0) Imports data.table (>= 1.10.0), ggplot2, gridExtra, foreach, doParallel, parallel, openxlsx, stringi, cli, xml2, xefun (>= 0.1.3) Suggests knitr, rmarkdown, pkgdown, testthat License MIT + file LICENSE URL https://github.com/ShichenXie/scorecard, http://shichen.name/scorecard/ BugReports https://github.com/ShichenXie/scorecard/issues LazyData true VignetteBuilder knitr RoxygenNote 7.2.3 Encoding UTF-8 NeedsCompilation no Author Shichen Xie [aut, cre] Maintainer Shichen Xie <xie@shichen.name> Repository CRAN Date/Publication 2023-08-08 14:40:02 UTC 1 2 describe R topics documented: describe . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 gains_table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 germancredit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 iv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 one_hot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 perf_cv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 perf_eva . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 perf_psi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 replace_na . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 report . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 scorecard . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 scorecard2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 scorecard_ply . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 scorecard_pmml . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 split_df . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 var_filter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 var_scale . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 vif . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 woebin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 woebin_adj . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 woebin_plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 woebin_ply . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 Index 32 describe Variable Describe Description This function provides descriptive statistic for exploratory data analysis. Usage describe(dt) Arguments dt A data frame. gains_table 3 Examples library(data.table) data("germancredit") dat = rbind( setDT(germancredit), data.table(creditability=sample(c("good","bad"),100,replace=TRUE)), fill=TRUE) eda = describe(dat) eda gains_table Gains Table Description gains_table creates a data frame including distribution of total, negative, positive, positive rate and rejected rate by score bins. The gains table is used in conjunction with financial and operational considerations to make cutoff decisions. Usage gains_table(score, label, bin_num = 10, method = "freq", width_by = NULL, breaks_by = NULL, positive = "bad|1", ...) Arguments score A list of credit score for actual and expected data samples. For example, score = list(actual = scoreA, expect = scoreE). label A list of label value for actual and expected data samples. For example, label = list(actual = labelA, expect = labelE). bin_num Integer, the number of score bins. Defaults to 10. If it is ’max’, then individual scores are used as bins. method The score is binning by equal frequency or equal width. Accepted values are ’freq’ and ’width’. Defaults to ’freq’. width_by Number, increment of the score breaks when method is set as ’width’. If it is provided the above parameter bin_num will not be used. Defaults to NULL. breaks_by The name of data set to create breakpoints. Defaults to the first data set. Or numeric values to set breakpoints manually. positive Value of positive class, Defaults to "bad|1". ... Additional parameters. 4 germancredit Value A data frame See Also perf_eva perf_psi Examples # load germancredit data data("germancredit") # filter variable via missing rate, iv, identical value rate dtvf = var_filter(germancredit, "creditability") # breaking dt into train and test dt_list = split_df(dtvf, "creditability") label_list = lapply(dt_list, function(x) x$creditability) # binning bins = woebin(dt_list$train, "creditability") # scorecard card = scorecard2(bins, dt = dt_list$train, y = 'creditability') # credit score score_list = lapply(dt_list, function(x) scorecard_ply(x, card)) ###### gains_table examples ###### # Example I, input score and label can be a vector or a list g1 = gains_table(score = unlist(score_list), label = unlist(label_list)) g2 = gains_table(score = score_list, label = label_list) # Example II, specify the bins number and type g3 = gains_table(score = unlist(score_list), label = unlist(label_list), bin_num = 20) g4 = gains_table(score = unlist(score_list), label = unlist(label_list), method = 'width') germancredit German Credit Data Description Credit data that classifies debtors described by a set of attributes as good or bad credit risks. See source link below for detailed information. Usage data(germancredit) iv 5 Format A data frame with 21 variables (numeric and factors) and 1000 observations. Source http://archive.ics.uci.edu/ml/datasets/Statlog+(German+Credit+Data) Examples # load German credit data data(germancredit) # structure of germancredit str(germancredit) # summary of germancredit # lapply(germancredit, summary) iv Information Value Description This function calculates information value (IV) for multiple x variables. It treats each unique value in x variables as a group. If there is a zero number of y class, it will be replaced by 0.99 to make sure woe/iv is calculable. Usage iv(dt, y, x = NULL, positive = "bad|1", order = TRUE) Arguments dt A data frame with both x (predictor/feature) and y (response/label) variables. y Name of y variable. x Name of x variables. Defaults to NULL. If x is NULL, then all columns except y are counted as x variables. positive Value of positive class, Defaults to "bad|1". order Logical, Defaults to TRUE. If it is TRUE, the output will descending order via iv. 6 one_hot Details IV is a very useful concept for variable selection while developing credit scorecards. The formula for information value is shown below: X DistributionP ositivei IV = (DistributionP ositivei − DistributionN egativei ) ∗ ln( ). DistributionN egativei The log component in information value is defined as weight of evidence (WOE), which is shown as DistributionP ositivei W eightof Evidence = ln( ). DistributionN egativei The relationship between information value and predictive power is as follows: Information Value Predictive Power —————– —————- < 0.02 useless for prediction 0.02 to 0.1 Weak predictor 0.1 to 0.3 Medium predictor > 0.3 Strong predictor Value A data frame with columns for variable and info_value Examples # Load German credit data data(germancredit) # information values info_value = iv(germancredit, y = "creditability") str(info_value) one_hot One Hot Encoding Description One-hot encoding on categorical variables and replace missing values. It is not needed when creat- ing a standard scorecard model, but required in models that without doing woe transformation. Usage one_hot(dt, var_skip = NULL, var_encode = NULL, nacol_rm = FALSE, ...) perf_cv 7 Arguments dt A data frame. var_skip Name of categorical variables that will skip for one-hot encoding. Defaults to NULL. var_encode Name of categorical variables to be one-hot encoded, Defaults to NULL. If it is NULL, then all categorical variables except in var_skip are counted. nacol_rm Logical. One-hot encoding on categorical variable contains missing values, whether to remove the column generated to indicate the presence of NAs. De- faults to FALSE. ... Additional parameters. Value A data frame Examples # load germancredit data data(germancredit) library(data.table) dat = rbind( setDT(germancredit)[, c(sample(20,3),21)], data.table(creditability=sample(c("good","bad"),10,replace=TRUE)), fill=TRUE) # one hot encoding ## keep na columns from categorical variable dat_onehot1 = one_hot(dat, var_skip = 'creditability', nacol_rm = FALSE) # default str(dat_onehot1) ## remove na columns from categorical variable dat_onehot2 = one_hot(dat, var_skip = 'creditability', nacol_rm = TRUE) str(dat_onehot2) perf_cv Cross Validation Description perf_cv provides cross validation on logistic regression and other binomial classification models. Usage perf_cv(dt, y, x = NULL, no_folds = 5, seeds = NULL, binomial_metric = "ks", positive = "bad|1", breaks_list = NULL, ...) 8 perf_cv Arguments dt A data frame with both x (predictor/feature) and y (response/label) variables. y Name of y variable. x Name of x variables. Defaults to NULL. If x is NULL, then all columns except y are counted as x variables. no_folds Number of folds for K-fold cross-validation. Defaults to 5. seeds The seeds to create multiple random splits of the input dataset into training and validation data by using split_df function. Defaults to NULL. binomial_metric Defaults to ks. positive Value of positive class, defaults to "bad|1". breaks_list List of break points, defaults to NULL. If it is NULL, then using original values of the input data to fitting model, otherwise converting into woe values based on training data. ... Additional parameters. Value A list of data frames of binomial metrics for each datasets. Examples ## Not run: data("germancredit") dt = var_filter(germancredit, y = 'creditability') bins = woebin(dt, y = 'creditability') dt_woe = woebin_ply(dt, bins) perf1 = perf_cv(dt_woe, y = 'creditability', no_folds = 5) perf2 = perf_cv(dt_woe, y = 'creditability', no_folds = 5, seeds = sample(1000, 10)) perf3 = perf_cv(dt_woe, y = 'creditability', no_folds = 5, binomial_metric = c('ks', 'auc')) ## End(Not run) perf_eva 9 perf_eva Binomial Metrics Description perf_eva calculates metrics to evaluate the performance of binomial classification model. It can also creates confusion matrix and model performance graphics. Usage perf_eva(pred, label, title = NULL, binomial_metric = c("mse", "rmse", "logloss", "r2", "ks", "auc", "gini"), confusion_matrix = FALSE, threshold = NULL, show_plot = c("ks", "lift"), pred_desc = TRUE, positive = "bad|1", ...) Arguments pred A list or vector of predicted probability or score. label A list or vector of label values. title The title of plot. Defaults to NULL. binomial_metric Defaults to c(’mse’, ’rmse’, ’logloss’, ’r2’, ’ks’, ’auc’, ’gini’). If it is NULL, then no metric will calculated. confusion_matrix Logical, whether to create a confusion matrix. Defaults to TRUE. threshold Confusion matrix threshold. Defaults to the pred on maximum F1. show_plot Defaults to c(’ks’, ’roc’). Accepted values including c(’ks’, ’lift’, ’gain’, ’roc’, ’lz’, ’pr’, ’f1’, ’density’). pred_desc whether to sort the argument of pred in descending order. Defaults to TRUE. positive Value of positive class. Defaults to "bad|1". ... Additional parameters. Details Accuracy = true positive and true negative/total cases Error rate = false positive and false negative/total cases TPR, True Positive Rate(Recall or Sensitivity) = true positive/total actual positive PPV, Positive Predicted Value(Precision) = true positive/total predicted positive TNR, True Negative Rate(Specificity) = true negative/total actual negative = 1-FPR NPV, Negative Predicted Value = true negative/total predicted negative Value A list of binomial metric, confusion matrix and graphics 10 perf_psi See Also perf_psi Examples # load germancredit data data("germancredit") # filter variable via missing rate, iv, identical value rate dtvf = var_filter(germancredit, "creditability") # breaking dt into train and test dt_list = split_df(dtvf, "creditability") label_list = lapply(dt_list, function(x) x$creditability) # woe binning bins = woebin(dt_list$train, "creditability") # scorecard, prob cardprob = scorecard2(bins, dt = dt_list, y = 'creditability', return_prob = TRUE) # credit score score_list = lapply(dt_list, function(x) scorecard_ply(x, cardprob$card)) ###### perf_eva examples ###### # Example I, one datset ## predicted p1 perf_eva(pred = cardprob$prob$train, label=label_list$train, title = 'train') ## predicted score # perf_eva(pred = score_list$train, label=label_list$train, # title = 'train') # Example II, multiple datsets ## predicted p1 perf_eva(pred = cardprob$prob, label = label_list, show_plot = c('ks', 'lift', 'gain', 'roc', 'lz', 'pr', 'f1', 'density')) ## predicted score # perf_eva(score_list, label_list) perf_psi PSI Description perf_psi calculates population stability index (PSI) for total credit score and Characteristic Stabil- ity Index (CSI) for variables. It can also creates graphics to display score distribution and positive rate trends. perf_psi 11 Usage perf_psi(score, label = NULL, title = NULL, show_plot = TRUE, positive = "bad|1", threshold_variable = 20, var_skip = NULL, ...) Arguments score A list of credit score for actual and expected data samples. For example, score = list(expect = scoreE, actual = scoreA). label A list of label value for actual and expected data samples. For example, label = list(expect = labelE, actual = labelA). Defaults to NULL. title Title of plot, Defaults to NULL. show_plot Logical. Defaults to TRUE. positive Value of positive class, Defaults to "bad|1". threshold_variable Integer. Defaults to 20. If the number of unique values > threshold_variable, the provided score will be counted as total credit score, otherwise, it is variable score. var_skip Name of variables that are not score, such as id column. It should be the same with the var_kp in scorecard_ply function. Defaults to NULL. ... Additional parameters. Details The population stability index (PSI) formula is displayed below: X Actual% P SI = ((Actual% − Expected%) ∗ (ln( ))). Expected% The rule of thumb for the PSI is as follows: Less than 0.1 inference insignificant change, no ac- tion required; 0.1 - 0.25 inference some minor change, check other scorecard monitoring metrics; Greater than 0.25 inference major shift in population, need to delve deeper. Characteristic Stability Index (CSI) formula is displayed below: X CSI = ((Actual% − Expected%) ∗ score). Value A data frame of psi and graphics of credit score distribution See Also perf_eva gains_table 12 replace_na Examples # load germancredit data data("germancredit") # filter variable via missing rate, iv, identical value rate dtvf = var_filter(germancredit, "creditability") # breaking dt into train and test dt_list = split_df(dtvf, "creditability") label_list = lapply(dt_list, function(x) x$creditability) # binning bins = woebin(dt_list$train, "creditability") # scorecard card = scorecard2(bins, dt = dt_list$train, y = 'creditability') # credit score score_list = lapply(dt_list, function(x) scorecard_ply(x, card)) # credit score, only_total_score = FALSE score_list2 = lapply(dt_list, function(x) scorecard_ply(x, card, only_total_score=FALSE)) ###### perf_psi examples ###### # Example I # only total psi psi1 = perf_psi(score = score_list, label = label_list) psi1$psi # psi data frame psi1$pic # pic of score distribution # modify colors # perf_psi(score = score_list, label = label_list, # line_color='#FC8D59', bar_color=c('#FFFFBF', '#99D594')) # Example II # both total and variable psi psi2 = perf_psi(score = score_list2, label = label_list) # psi2$psi # psi data frame # psi2$pic # pic of score distribution replace_na Replace Missing Values Description Replace missing values with a specified value or mean/median value. Usage replace_na(dt, repl) report 13 Arguments dt A data frame or vector. repl Replace missing values with a specified value such as -1, or the mean/median value for numeric variable and mode value for categorical variable if repl is mean or median. Examples # load germancredit data data(germancredit) library(data.table) dat = rbind( setDT(germancredit)[, c(sample(20,3),21)], data.table(creditability=sample(c("good","bad"),10,replace=TRUE)), fill=TRUE) ## replace with -1 dat_repna1 = replace_na(dat, repl = -1) ## replace with median for numeric, and mode for categorical dat_repna2 = replace_na(dat, repl = 'median') ## replace with mean for numeric, and mode for categorical dat_repna3 = replace_na(dat, repl = 'mean') report Scorecard Modeling Report Description report creates a scorecard modeling report and save it as a xlsx file. Usage report(dt, y, x, breaks_list, x_name = NULL, special_values = NULL, seed = 618, save_report = "report", positive = "bad|1", ...) Arguments dt A data frame or a list of data frames that have both x (predictor/feature) and y (response/label) variables. If there are multiple data frames are provided, only the first data frame would be used for training, and the others would be used for testing/validation. y Name of y variable. x Name of x variables. Defaults to NULL. If x is NULL, then all columns except y are counted as x variables. 14 report breaks_list A list of break points. It can be extracted from woebin and woebin_adj via the argument save_breaks_list. x_name A vector of x variables’ name. special_values The values specified in special_values will be in separate bins. Defaults to NULL. seed A random seed to split input data frame. Defaults to 618. If it is NULL, input dt will not split into two datasets. save_report The name of xlsx file where the report is to be saved. Defaults to ’report’. positive Value of positive class, default "bad|1". ... Additional parameters. Examples ## Not run: data("germancredit") y = 'creditability' x = c( "status.of.existing.checking.account", "duration.in.month", "credit.history", "purpose", "credit.amount", "savings.account.and.bonds", "present.employment.since", "installment.rate.in.percentage.of.disposable.income", "personal.status.and.sex", "property", "age.in.years", "other.installment.plans", "housing" ) special_values=NULL breaks_list=list( status.of.existing.checking.account=c("... < 0 DM%,%0 <= ... < 200 DM", "... >= 200 DM / salary assignments for at least 1 year", "no checking account"), duration.in.month=c(8, 16, 34, 44), credit.history=c( "no credits taken/ all credits paid back duly%,%all credits at this bank paid back duly", "existing credits paid back duly till now", "delay in paying off in the past", "critical account/ other credits existing (not at this bank)"), purpose=c("retraining%,%car (used)", "radio/television", "furniture/equipment%,%domestic appliances%,%business%,%repairs", "car (new)%,%others%,%education"), credit.amount=c(1400, 1800, 4000, 9200), savings.account.and.bonds=c("... < 100 DM", "100 <= ... < 500 DM", "500 <= ... < 1000 DM%,%... >= 1000 DM%,%unknown/ no savings account"), present.employment.since=c("unemployed%,%... < 1 year", "1 <= ... < 4 years", "4 <= ... < 7 years", "... >= 7 years"), scorecard 15 installment.rate.in.percentage.of.disposable.income=c(2, 3), personal.status.and.sex=c("male : divorced/separated", "female : divorced/separated/married", "male : single", "male : married/widowed"), property=c("real estate", "building society savings agreement/ life insurance", "car or other, not in attribute Savings account/bonds", "unknown / no property"), age.in.years=c(26, 28, 35, 37), other.installment.plans=c("bank%,%stores", "none"), housing=c("rent", "own", "for free") ) # Example I # input dt is a data frame # split input data frame into two report(germancredit, y, x, breaks_list, special_values, seed=618, save_report='report1', show_plot = c('ks', 'lift', 'gain', 'roc', 'lz', 'pr', 'f1', 'density')) # donot split input data report(germancredit, y, x, breaks_list, special_values, seed=NULL, save_report='report2') # Example II # input dt is a list # only one dataset report(list(dt=germancredit), y, x, breaks_list, special_values, seed=NULL, save_report='report3') # multiple datasets report(list(dt1=germancredit[sample(1000,500)], dt2=germancredit[sample(1000,500)]), y, x, breaks_list, special_values, seed=NULL, save_report='report4') # multiple datasets report(list(dt1=germancredit[sample(1000,500)], dt2=germancredit[sample(1000,500)], dt3=germancredit[sample(1000,500)]), y, x, breaks_list, special_values, seed=NULL, save_report='report5') ## End(Not run) scorecard Creating a Scorecard Description scorecard creates a scorecard based on the results from woebin and glm. Usage scorecard(bins, model, points0 = 600, odds0 = 1/19, pdo = 50, basepoints_eq0 = FALSE, digits = 0) 16 scorecard Arguments bins Binning information generated from woebin function. model A glm model object. points0 Target points, default 600. odds0 Target odds, default 1/19. Odds = p/(1-p). pdo Points to Double the Odds, default 50. basepoints_eq0 Logical, Defaults to FALSE. If it is TRUE, the basepoints will equally distribute to each variable. digits The number of digits after the decimal point for points calculation. Default 0. Value A list of scorecard data frames See Also scorecard2 scorecard_ply Examples # load germancredit data data("germancredit") # filter variable via missing rate, iv, identical value rate dtvf = var_filter(germancredit, "creditability") # split into train and test dtlst = split_df(dtvf, y = 'creditability') # binning bins = woebin(dtlst$train, "creditability") # to woe dtlst_woe = lapply(dtlst, function(d) woebin_ply(d, bins)) # lr m = glm(creditability ~ ., family = binomial(), data = dtlst_woe$train) # scorecard card = scorecard(bins, m) prob = predict(m, dtlst_woe$train, type='response') # problst = lapply(dtlst_woe, function(x) predict(m, x, type='response')) scorecard2 17 scorecard2 Creating a Scorecard Description scorecard2 creates a scorecard based on the results from woebin. It has the same function of scorecard, but without model object input and provided adjustment for oversampling. Usage scorecard2(bins, dt, y, x = NULL, points0 = 600, odds0 = 1/19, pdo = 50, basepoints_eq0 = FALSE, digits = 0, return_prob = FALSE, posprob_pop = NULL, posprob_sample = NULL, positive = "bad|1", ...) Arguments bins Binning information generated from woebin function. dt A data frame with both x (predictor/feature) and y (response/label) variables. y Name of y variable. x Name of x variables. If it is NULL, then all variables in bins are used. Defaults to NULL. points0 Target points, default 600. odds0 Target odds, default 1/19. Odds = p/(1-p). pdo Points to Double the Odds, default 50. basepoints_eq0 Logical, defaults to FALSE. If it is TRUE, the basepoints will equally distribute to each variable. digits The number of digits after the decimal point for points calculation. Default 0. return_prob Logical, defaults to FALSE. If it is TRUE, the predict probability will also re- turn. posprob_pop Positive probability of population. Accepted range: 0-1, default to NULL. If it is not NULL, the model will adjust for oversampling. posprob_sample Positive probability of sample. Accepted range: 0-1, default to the positive probability of the input dt. positive Value of positive class, default "bad|1". ... Additional parameters. Value A list of scorecard data frames See Also scorecard scorecard_ply 18 scorecard_ply Examples # load germancredit data data("germancredit") # filter variable via missing rate, iv, identical value rate dtvf = var_filter(germancredit, "creditability") # split into train and test dtlst = split_df(dtvf, y = 'creditability') # binning bins = woebin(dtlst$train, "creditability") # train only ## create scorecard card1 = scorecard2(bins=bins, dt=dtlst$train, y='creditability') ## scorecard and predicted probability cardprob1 = scorecard2(bins=bins, dt=dtlst$train, y='creditability', return_prob = TRUE) # both train and test ## create scorecard card2 = scorecard2(bins=bins, dt=dtlst, y='creditability') ## scorecard and predicted probability cardprob2 = scorecard2(bins=bins, dt=dtlst, y='creditability', return_prob = TRUE) scorecard_ply Score Transformation Description scorecard_ply calculates credit score using the results from scorecard. Usage scorecard_ply(dt, card, only_total_score = TRUE, print_step = 0L, replace_blank_na = TRUE, var_kp = NULL) Arguments dt A data frame, which is the original dataset for training model. card A data frame or a list of data frames. It’s the scorecard generated from the function scorecard. only_total_score Logical, Defaults to TRUE. If it is TRUE, then the output includes only total credit score; Otherwise, if it is FALSE, the output includes both total and each variable’s credit score. print_step A non-negative integer. Defaults to 1. If print_step>0, print variable names by each print_step-th iteration. If print_step=0, no message is print. scorecard_pmml 19 replace_blank_na Logical. Replace blank values with NA. Defaults to TRUE. This argument should be the same with woebin’s. var_kp Name of force kept variables, such as id column. Defaults to NULL. Value A data frame in score values See Also scorecard scorecard2 Examples # load germancredit data data("germancredit") # filter variable via missing rate, iv, identical value rate dtvf = var_filter(germancredit, "creditability") # split into train and test dtlst = split_df(dtvf, y = 'creditability') # binning bins = woebin(dtlst$train, "creditability") # scorecard card = scorecard2(bins=bins, dt=dtlst$train, y='creditability') # credit score # Example I # only total score score1 = scorecard_ply(germancredit, card) # Example II # credit score for both total and each variable score2 = scorecard_ply(germancredit, card, only_total_score = FALSE) scorecard_pmml Scorecard to PMML Description scorecard_pmml converts scorecard into PMML format. Usage scorecard_pmml(card, save_name = NULL, model_name = "scorecard", model_version = NULL, description = "scorecard", copyright = NULL) 20 split_df Arguments card A data frame or a list of data frames. It’s a scorecard object generated from the function scorecard. save_name A string. The file name to save scorecard. Defaults to None. model_name A name to be given to the PMML model. model_version A string specifying the model version. description A descriptive text for the Header element of the PMML. copyright The copyright notice for the model. Examples data("germancredit") dtvf = var_filter(germancredit, y='creditability') bins = woebin(dtvf, y='creditability') card = scorecard2(bins, dtvf, y='creditability') # export scorecard into pmml cardpmml = scorecard_pmml(card) # save pmml # cardpmml = scorecard_pmml(card, save_name='scorecard', model_version='1.0') split_df Split a Data Frame Description Split a data frame into multiple data sets according to the specified ratios. Usage split_df(dt, y = NULL, ratios = c(0.7, 0.3), name_dfs = c("train", "test"), oot = list(order = NULL, start = NULL, ratio = NULL), seed = 618, ...) Arguments dt A data frame. y Name of y variable, Defaults to NULL. The input data will split based on the predictor y, if it is provide. ratios A numeric vector indicating the ratio of total rows contained in each split, de- faults to c(0.7, 0.3). name_dfs Name of returned data frames. Its length should equals to the ratios’. Defaults to train and test. oot out-of-time validation data set parameters. seed A random seed, Defaults to 618. ... Additional parameters. var_filter 21 Value A list of data frames Examples # load German credit data data(germancredit) # Example I dt_list = split_df(germancredit, y="creditability") # dimensions of each split data sets lapply(dt_list, dim) # Example II dt_list2 = split_df(germancredit, y="creditability", ratios = c(0.5, 0.3, 0.2), name_dfs = c('train', 'test', 'valid')) lapply(dt_list2, dim) var_filter Variable Filter Description This function filter variables base on specified conditions, such as missing rate, identical value rate, information value. Usage var_filter(dt, y, x = NULL, lims = list(missing_rate = 0.95, identical_rate = 0.95, info_value = 0.02), var_rm = NULL, var_kp = NULL, var_rm_reason = FALSE, positive = "bad|1", ...) Arguments dt A data frame with both x (predictor/feature) and y (response/label) variables. y Name of y variable. x Name of x variables. Defaults to NULL. If x is NULL, then all columns except y are counted as x variables. lims A list of variable filters’ thresholds. • missing_rate The missing rate of kept variables should <= 0.95 by de- faults. • identical_rate The identical value rate (excluding NAs) of kept variables should <= 0.95 by defaults. 22 var_scale • info_value The information value (iv) of kept variables should >= 0.02 by defaults. var_rm Name of force removed variables, Defaults to NULL. var_kp Name of force kept variables, Defaults to NULL. var_rm_reason Logical, Defaults to FALSE. positive Value of positive class, Defaults to "bad|1". ... Additional parameters. Value A data frame with columns for y and selected x variables, and a data frame with columns for remove reason if var_rm_reason is TRUE. Examples # Load German credit data data(germancredit) # variable filter dt_sel = var_filter(germancredit, y = "creditability") dim(dt_sel) # return the reason of varaible removed dt_sel2 = var_filter(germancredit, y = "creditability", var_rm_reason = TRUE) lapply(dt_sel2, dim) str(dt_sel2$dt) str(dt_sel2$rm) # keep columns manually, such as rowid germancredit$rowid = row.names(germancredit) dt_sel3 = var_filter(germancredit, y = "creditability", var_kp = 'rowid') # remove columns manually dt_sel4 = var_filter(germancredit, y = "creditability", var_rm = 'rowid') var_scale Variable Scaling Description scaling variables using standardization or normalization Usage var_scale(dt, var_skip = NULL, type = "standard", ...) vif 23 Arguments dt a data frame or vector var_skip Name of variables that will skip for scaling Defaults to NULL. type type of scaling method, including standard or minmax. ... Additional parameters. Examples data("germancredit") # standardization dts1 = var_scale(germancredit, type = 'standard') # normalization/minmax dts2 = var_scale(germancredit, type = 'minmax') dts2 = var_scale(germancredit, type = 'minmax', new_range = c(-1, 1)) vif Variance Inflation Factors Description vif calculates variance-inflation and generalized variance-inflation factors for linear, generalized linear to identify collinearity among explanatory variables. Usage vif(model, merge_coef = FALSE) Arguments model A model object. merge_coef Logical, whether to merge with coefficients of model summary matrix. Defaults to FALSE. Value A data frame with columns for variable and gvif, or additional columns for df and gvif^(1/(2*df)) if provided model uses factor variable. See Also https://cran.r-project.org/package=car 24 woebin Examples data(germancredit) # Example I fit1 = glm(creditability~ age.in.years + credit.amount + present.residence.since, family = binomial(), data = germancredit) vif(fit1) vif(fit1, merge_coef=TRUE) # Example II fit2 = glm(creditability~ status.of.existing.checking.account + credit.history + credit.amount, family = binomial(), data = germancredit) vif(fit2) vif(fit2, merge_coef=TRUE) woebin WOE Binning Description woebin generates optimal binning for numerical, factor and categorical variables using methods including tree-like segmentation or chi-square merge. woebin can also customizing breakpoints if the breaks_list was provided. The default woe is defined as ln(Pos_i/Neg_i). If you prefer ln(Neg_i/Pos_i), please set the argument positive as negative value, such as ’0’ or ’good’. If there is a zero frequency class when calculating woe, the zero will replaced by 0.99 to make the woe calculable. Usage woebin(dt, y, x = NULL, var_skip = NULL, breaks_list = NULL, special_values = NULL, missing_join = "left", stop_limit = 0.1, count_distr_limit = 0.05, bin_num_limit = 8, positive = "bad|1", no_cores = 2, print_step = 0L, method = "tree", save_breaks_list = NULL, ignore_const_cols = TRUE, ignore_datetime_cols = TRUE, check_cate_num = TRUE, replace_blank_inf = TRUE, ...) Arguments dt A data frame with both x (predictor/feature) and y (response/label) variables. y Name of y variable. x Name of x variables. Defaults to NULL. If x is NULL, then all columns except y and var_skip are counted as x variables. var_skip Name of variables that will skip for binning. Defaults to NULL. woebin 25 breaks_list List of break points, Defaults to NULL. If it is not NULL, variable binning will based on the provided breaks. special_values the values specified in special_values will be in separate bins. Defaults to NULL. missing_join missing values join with the left non-missing bin if its share is lower than thresh- old. Accepted values including left and right. Defaults to left. stop_limit Stop binning segmentation when information value gain ratio less than the ’stop_limit’ if using tree method; or stop binning merge when the chi-square of each neigh- bor bins are larger than the threshold under significance level of ’stop_limit’ and freedom degree of 1 if using chimerge method. Accepted range: 0-0.5; Defaults to 0.1. If it is ’N’, each x value is a bin. count_distr_limit The minimum count distribution percentage. Accepted range: 0.01-0.2; De- faults to 0.05. bin_num_limit Integer. The maximum number of binning. Defaults to 8. positive Value of positive class, defaults to "bad|1". no_cores Number of CPU cores for parallel computation. Defaults to 2, if it sets to NULL then 90 percent of total cpu cores will be used. print_step A non-negative integer. Defaults to 1. If print_step>0, print variable names by each print_step-th iteration. If print_step=0 or no_cores>1, no message is print. method Four methods are provided, "tree" and "chimerge" for optimal binning that sup- port both numerical and categorical variables, and ’width’ and ’freq’ for equal binning that support numerical variables only. Defaults to "tree". save_breaks_list A string. The file name to save breaks_list. Defaults to None. ignore_const_cols Logical. Ignore constant columns. Defaults to TRUE. ignore_datetime_cols Logical. Ignore datetime columns. Defaults to TRUE. check_cate_num Logical. Check whether the number of unique values in categorical columns larger than 50. It might make the binning process slow if there are too many unique categories. Defaults to TRUE. replace_blank_inf Logical. Replace blank values with NA and infinite with -1. Defaults to TRUE. ... Additional parameters. Value A list of data frames include binning information for each x variables. See Also woebin_ply, woebin_plot, woebin_adj 26 woebin Examples # load germancredit data data(germancredit) # Example I # binning of two variables in germancredit dataset # using tree method bins2_tree = woebin(germancredit, y="creditability", x=c("credit.amount","housing"), method="tree") bins2_tree ## Not run: # using chimerge method bins2_chi = woebin(germancredit, y="creditability", x=c("credit.amount","housing"), method="chimerge") # binning in equal freq/width # only supports numerical variables numeric_cols = c("duration.in.month", "credit.amount", "installment.rate.in.percentage.of.disposable.income", "present.residence.since", "age.in.years", "number.of.existing.credits.at.this.bank", "number.of.people.being.liable.to.provide.maintenance.for") bins_freq = woebin(germancredit, y="creditability", x=numeric_cols, method="freq") bins_width = woebin(germancredit, y="creditability", x=numeric_cols, method="width") # y can be NULL if no label column in dataset bins_freq_noy = woebin(germancredit, y=NULL, x=numeric_cols) # Example II # setting of stop_limit # stop_limit = 0.1 (by default) bins_x1 = woebin(germancredit, y = 'creditability', x = 'foreign.worker', stop_limit = 0.1) # stop_limit = 'N', each x value is a bin bins_x1_N = woebin(germancredit, y = 'creditability', x = 'foreign.worker', stop_limit = 'N') # Example III # binning of the germancredit dataset bins_germ = woebin(germancredit, y = "creditability") # converting bins_germ into a data frame # bins_germ_df = data.table::rbindlist(bins_germ) # Example IV # customizing the breakpoints of binning library(data.table) dat = rbind( setDT(germancredit), data.table(creditability=sample(c("good","bad"),10,replace=TRUE)), fill=TRUE) breaks_list = list( age.in.years = c(26, 35, 37, "Inf%,%missing"), housing = c("own", "for free%,%rent") ) woebin_adj 27 special_values = list( credit.amount = c(2600, 9960, "6850%,%missing"), purpose = c("education", "others%,%missing") ) bins_cus_brk = woebin(dat, y="creditability", x=c("age.in.years","credit.amount","housing","purpose"), breaks_list=breaks_list, special_values=special_values) # Example V # save breaks_list as a R file bins2 = woebin(germancredit, y="creditability", x=c("credit.amount","housing"), save_breaks_list='breaks_list') # Example VI # setting bin closed on the right options(scorecard.bin_close_right = TRUE) binsRight = woebin(germancredit, y = 'creditability', x = 'age.in.years') binsRight # setting bin close on the left, the default setting options(scorecard.bin_close_right = FALSE) ## End(Not run) woebin_adj WOE Binning Adjustment Description woebin_adj interactively adjust the binning breaks. Usage woebin_adj(dt, y, bins, breaks_list = NULL, save_breaks_list = NULL, adj_all_var = TRUE, special_values = NULL, method = "tree", count_distr_limit = 0.05, to = "breaks_list", ...) Arguments dt A data frame. y Name of y variable. bins A list of data frames. Binning information generated from woebin. breaks_list List of break points, Defaults to NULL. If it is not NULL, variable binning will based on the provided breaks. save_breaks_list A string. The file name to save breaks_list. Defaults to None. 28 woebin_plot adj_all_var Logical, whether to show variables have monotonic woe trends. Defaults to TRUE special_values The values specified in special_values will in separate bins. Defaults to NULL. method Optimal binning method, it should be "tree" or "chimerge". Defaults to "tree". count_distr_limit The minimum count distribution percentage. Accepted range: 0.01-0.2; De- faults to 0.05. This argument should be the same with woebin’s. to Adjusting bins into breaks_list or bins_list. Defaults to breaks_list. ... Additional parameters. Value A list of modified break points of each x variables. See Also woebin, woebin_ply, woebin_plot Examples ## Not run: # Load German credit data data(germancredit) # Example I dt = germancredit[, c("creditability", "age.in.years", "credit.amount")] bins = woebin(dt, y="creditability") breaks_adj = woebin_adj(dt, y="creditability", bins) bins_final = woebin(dt, y="creditability", breaks_list=breaks_adj) # Example II adjust two variables' breaks in brklst binsII = woebin(germancredit, y="creditability", save_breaks_list = 'breaks') brklst = source('breaks.R')$value # update break list file brklst_adj = woebin_adj(germancredit, "creditability", binsII[1:2], breaks_list = brklst, save_breaks_list = 'breaks') ## End(Not run) woebin_plot WOE Binning Visualization Description woebin_plot create plots of count distribution and positive probability for each bin. The binning informations are generates by woebin. woebin_plot 29 Usage woebin_plot(bins, x = NULL, title = NULL, show_iv = TRUE, line_value = "posprob", ...) Arguments bins A list of data frames. Binning information generated by woebin. x Name of x variables. Defaults to NULL. If x is NULL, then all columns except y are counted as x variables. title String added to the plot title. Defaults to NULL. show_iv Logical. Defaults to TRUE, which means show information value in the plot title. line_value The value displayed as line. Accepted values are ’posprob’ and ’woe’. Defaults to positive probability. ... Additional parameters Value A list of binning graphics. See Also woebin, woebin_ply, woebin_adj Examples # Load German credit data data(germancredit) # Example I bins1 = woebin(germancredit, y="creditability", x="credit.amount") p1 = woebin_plot(bins1) print(p1) # modify line value p1_w = woebin_plot(bins1, line_value = 'woe') print(p1_w) # modify colors p1_c = woebin_plot(bins1, line_color='#FC8D59', bar_color=c('#FFFFBF', '#99D594')) print(p1_c) # show iv, line value, bar value p1_iv = woebin_plot(bins1, show_iv = FALSE) print(p1_iv) p1_lineval = woebin_plot(bins1, show_lineval = FALSE) print(p1_lineval) p1_barval = woebin_plot(bins1, show_barval = FALSE) 30 woebin_ply print(p1_barval) # Example II bins = woebin(germancredit, y="creditability") plotlist = woebin_plot(bins) print(plotlist$credit.amount) # # save binning plot # for (i in 1:length(plotlist)) { # ggplot2::ggsave( # paste0(names(plotlist[i]), ".png"), plotlist[[i]], # width = 15, height = 9, units="cm" ) # } woebin_ply WOE/BIN Transformation Description woebin_ply converts original values of input data into woe or bin based on the binning information generated from woebin. Usage woebin_ply(dt, bins, to = "woe", no_cores = 2, print_step = 0L, replace_blank_inf = TRUE, ...) Arguments dt A data frame. bins Binning information generated from woebin. to Converting original values to woe or bin. Defaults to woe. no_cores Number of CPU cores for parallel computation. Defaults to 2, if it sets to NULL then 90 percent of total cpu cores will be used. print_step A non-negative integer. Defaults to 1. If print_step>0, print variable names by each print_step-th iteration. If print_step=0 or no_cores>1, no message is print. replace_blank_inf Logical. Replace blank values with NA and infinite with -1. Defaults to TRUE. This argument should be the same with woebin’s. ... Additional parameters. Value A data frame with columns for variables converted into woe values. woebin_ply 31 See Also woebin, woebin_plot, woebin_adj Examples # load germancredit data data(germancredit) # Example I dt = germancredit[, c("creditability", "credit.amount", "purpose")] # binning for dt bins = woebin(dt, y = "creditability") # converting to woe dt_woe = woebin_ply(dt, bins=bins) str(dt_woe) # converting to bin dt_bin = woebin_ply(dt, bins=bins, to = 'bin') str(dt_bin) # Example II # binning for germancredit dataset bins_germancredit = woebin(germancredit, y="creditability") # converting the values in germancredit to woe # bins is a list which generated from woebin() germancredit_woe = woebin_ply(germancredit, bins_germancredit) # bins is a data frame bins_df = data.table::rbindlist(bins_germancredit) germancredit_woe = woebin_ply(germancredit, bins_df) Index ∗ data germancredit, 4 describe, 2 gains_table, 3, 11 germancredit, 4 iv, 5 one_hot, 6 perf_cv, 7 perf_eva, 4, 9, 11 perf_psi, 4, 10, 10 replace_na, 12 report, 13 scorecard, 15, 17, 19 scorecard2, 16, 17, 19 scorecard_ply, 16, 17, 18 scorecard_pmml, 19 split_df, 20 var_filter, 21 var_scale, 22 vif, 23 woebin, 24, 28, 29, 31 woebin_adj, 25, 27, 29, 31 woebin_plot, 25, 28, 28, 31 woebin_ply, 25, 28, 29, 30 32
FishPhyloMaker
cran
Package ‘FishPhyloMaker’ October 12, 2022 Type Package Title Phylogenies for a List of Finned-Ray Fishes Version 0.2.0 Description Provides an alternative to facilitate the construction of a phy- logeny for fish species from a list of species or a community matrix using as a backbone the phylogenetic tree proposed by Ra- bosky et al. (2018) <doi:10.1038/s41586-018-0273-1>. License MIT + file LICENSE Encoding UTF-8 LazyData true RoxygenNote 7.1.1 Imports ape, fishtree, geiger, knitr, phytools, progress, rfishbase, rmarkdown, utils VignetteBuilder knitr, rmarkdown Depends R (>= 2.10) Suggests markdown, gh NeedsCompilation no Author Gabriel Nakamura [aut, cre] (<https://orcid.org/0000-0002-5144-5312>), Aline Richter [aut], Bruno Soares [aut] Maintainer Gabriel Nakamura <gabriel.nakamura.souza@gmail.com> Repository CRAN Date/Publication 2021-09-15 08:00:10 UTC R topics documented: FishPhyloMaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 FishTaxaMaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 neotropical_comm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 PD_defict . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1 2 FishPhyloMaker spp_afrotropic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 taxon_data_PhyloMaker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 whichFishAdd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Index 8 FishPhyloMaker Obtaining fish phylogeny according to a local pool of species Description Obtaining fish phylogeny according to a local pool of species Usage FishPhyloMaker( data, insert.base.node = FALSE, return.insertions = TRUE, progress.bar = TRUE ) Arguments data A data frame with three columns containing the name of species (s), the Fam- ily (f) and the Order (o). This data frame can be generated with tab_function function. insert.base.node Logical argument indicating if the species must be added automatically in the family and order (when needed) nodes. Default is FALSE return.insertions Logical, if TRUE (default) the output is a list of length two containing the phy- logeny and a dataframe with a column indicating at which level each species was inserted. progress.bar Logical argument. If TRUE (default) a progress bar will be shown in console. Value A newick object containing the phylogeny with the species in data object. If return.insertions = TRUE the output will be a list of length two containing the newick phylogeny and a data frame equal that provided in data plus a column indicating at which level each species was inserted in the tree. FishTaxaMaker 3 Examples data("taxon_data_PhyloMaker") res_phylo <- FishPhyloMaker(data = taxon_data_PhyloMaker, insert.base.node = TRUE, return.insertions = TRUE, progress.bar = TRUE) FishTaxaMaker Generate a list of species Auxiliary function to obtain taxonomic clas- sification and check the names of species present in species pool Description Generate a list of species Auxiliary function to obtain taxonomic classification and check the names of species present in species pool Usage FishTaxaMaker(data, allow.manual.insert = TRUE) Arguments data A character vector with species names or a community matrix with species names in columns allow.manual.insert Logical, if TRUE (default), the user must type the names of Family and Order of species not found in Fishbase Value List with three elements. - A data frame containing the taxonomic classification of valid species accordingy to Fishbase - A data frame with three columns containing the name of species (s), the Family (f) and Order (o) that ca FishPhyloMaker function - A character vector containing all names of species that was not find in Fishbase 4 neotropical_comm Examples ## Not run: data(neotropical_comm) data_comm <- neotropical_comm[, -c(1, 2)] taxon_data <- FishTaxaMaker(data_comm, allow.manual.insert = TRUE) Characidae Characiformes Characidae Characiformes Characidae Characiformes Loricariidae Siluriformes Characidae Characiformes Cichlidae Cichliformes Crenuchidae Characiformes Gymnotidae Gymnotiformes Loricariidae Siluriformes Loricariidae Siluriformes Loricariidae Siluriformes Loricariidae Siluriformes Heptapteridae Siluriformes Characidae Characiformes Loricariidae Siluriformes Characidae Characiformes ## End(Not run) neotropical_comm Abundance of stream fish species in Parana and Paraguay streams Description A dataset containing the abundance of stream fish species distributed in streams of Parana and Paraguay river Basins PD_defict 5 Usage neotropical_comm Format A data frame with 20 rows and 61 variables: Source Article published in Neotropical Ichthyology doi: 10.1590/1982022420200126 PD_defict Title Calculate the amount of phylogenetic deficit in assemblages Description Title Calculate the amount of phylogenetic deficit in assemblages Usage PD_defict(phylo, data, level = "Congeneric_insertion") Arguments phylo Phylogenetic tree in newick format, can be an object from FishPhyloMaker function data A data frame containing the classification informing the level of insertions. This can be obtained from FishPhyloMaker function level Character indicating which level must be considered in the calculation of PD deficit. default is "Congeneric_insertion" Value A scalar containing the value of PD deficit for the level chosen See Also FishPhyloMaker for phylogeny and data frame containing the classification of insertions 6 taxon_data_PhyloMaker spp_afrotropic List of fish species with occurrence in Afrotropical ecoregion Description A list of species that occur in basins of Afrotropical ecoregion Usage spp_afrotropic Format A character vector with 767 species names: References https://www.nature.com/articles/sdata2017141 taxon_data_PhyloMaker Data frame with species names needed to assemble the phylogenetic tree Description A data frame that can be directly used in FishPhyloMaker to obtain a phylogenetic tree Usage taxon_data_PhyloMaker Format A data frame with taxonomic classification (species, family and order) of 45 species References Species that make up the dataset in the paper published in Neotropical Ichthyology doi: 10.1590/ 1982022420200126 whichFishAdd 7 whichFishAdd Function to inform which species must be added to the mega-tree phy- logeny in the insertion process. Description Function to inform which species must be added to the mega-tree phylogeny in the insertion process. Usage whichFishAdd(data) Arguments data A data frame with three column containing the name of species (s), the Family (f) and Order (o). This can be generated with function FishTaxaMaker Details This function can be used in order to known which species that must be added in the insertion process made by FishPhyloMaker. Value A data frame containing a column informing at which level the species in data must be added. Examples data("taxon_data_PhyloMaker") res_test <- whichFishAdd(data = taxon_data_PhyloMaker) Index ∗ datasets neotropical_comm, 4 spp_afrotropic, 6 taxon_data_PhyloMaker, 6 FishPhyloMaker, 2, 5, 7 FishTaxaMaker, 3, 7 neotropical_comm, 4 PD_defict, 5 spp_afrotropic, 6 taxon_data_PhyloMaker, 6 whichFishAdd, 7 8
bingadsR
cran
Package ‘bingadsR’ October 29, 2022 Type Package Title Get Bing Ads Data via the 'Windsor.ai' API Version 0.1.0 Description Collect your data on digital marketing campaigns from bing Ads using the 'Wind- sor.ai' API <https://windsor.ai/api-fields/>. License GPL-3 URL https://windsor.ai/ Depends R (>= 3.5.0) Imports jsonlite (>= 1.7.2) Suggests knitr, rmarkdown, dplyr, ggplot2, tidyr, curl VignetteBuilder knitr Encoding UTF-8 Language en-US LazyData true RoxygenNote 7.2.1 NeedsCompilation no Author Pablo Sanchez [cre, aut], Windsor.ai [cph] Maintainer Pablo Sanchez <pablosama@outlook.es> Repository CRAN Date/Publication 2022-10-29 09:02:03 UTC R topics documented: fetch_bingads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 my_bingads_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Index 4 1 2 fetch_bingads fetch_bingads fetch_bingads A function to fetch bing Ads data from the windsor.ai API Description fetch_bingads A function to fetch bing Ads data from the windsor.ai API Usage fetch_bingads( api_key, date_from = NULL, date_to = NULL, fields = c("campaign", "clicks", "spend", "impressions", "date") ) Arguments api_key Your api key to access Windsor.ai API date_from The date from which to start getting data in format YYYY-MM-DD date_to The date until which to start getting data in format YYYY-MM-DD fields he fields fetched from the API for a given connector See https://windsor.ai/api- fields/ for details. Value A data frame with the desired data Examples ## Not run: my_bingads_data <- fetch_bingads(api_key = "your api key", date_from = "2022-10-01", date_to = "2022-10-02", fields = c("campaign", "clicks", "spend", "impressions", "date")) ## End(Not run) my_bingads_data 3 my_bingads_data Sample of digital marketing data from bing Ads downloaded by means of the Windsor.ai API. Description A dataset containing sample bing Ads data fetched from windsor.ai API. See more at: https://windsor.ai/ Usage my_bingads_data Format A data frame with 164 rows and 5 variables: campaign name of the campaign clicks number of clicks spend spend data impressions impressions data date date Source https://windsor.ai/ Index ∗ datasets my_bingads_data, 3 fetch_bingads, 2 my_bingads_data, 3 4
far
cran
Package ‘far’ October 13, 2022 Version 0.6-6 Date 2022-08-12 Title Modelization for Functional AutoRegressive Processes Author Damon Julien <julien.damon@gmail.com> Guillas Serge Maintainer Damon Julien <julien.damon@gmail.com> Depends R (>= 2.10.0), nlme, graphics, stats Description Modelizations and previsions functions for Functional AutoRegressive processes using nonparametric methods: functional kernel, estimation of the covariance operator in a subspace, ... License LGPL-2.1 URL https://github.com/Looping027/far NeedsCompilation yes Repository CRAN Date/Publication 2022-08-13 19:30:02 UTC R topics documented: base.simul.far . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 BaseK2BaseC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 coef.far . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 date.fdata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 fapply . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 far . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 far.cv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 fdata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 interpol.matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 invgen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 is.na.fdata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 kerfon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1 2 base.simul.far maxfdata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 multplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 orthonormalization . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 plot.fdata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 pred.persist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 predict.far . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 predict.kerfon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 select.fdata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 simul.far . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 simul.far.sde . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 simul.far.wiener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 simul.farx . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 simul.wiener . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 Index 40 base.simul.far Creating functional basis Description Computation of a particular basis in a functional space. Usage base.simul.far(m=24, n=5) Arguments m Number of discretization points n Number of axis Details We consider a sinusoidal basis of the functional space C[0;1] of the continuous functions from [0;1] to R. We compute here the values of the n first (functional) axis at m equi-repartited discretization points in [0;1] (more precisely the point 0, m1 ,..., m−1 m ). Value A matrix of size m x n containing the m values of the n first axis of the basis. Note The chosen basis is orthogonal. The aim of this function is to provide an internal tool for the function simul.farx. BaseK2BaseC 3 Author(s) J. Damon See Also simul.farx Examples print(temp<-base.simul.far(10,3)) print(t(temp)%*%temp) matplot(base.simul.far(100,5),type='l') BaseK2BaseC Changing Basis Description Given the coordinates in the Karhunen-Loève expansion base of the Wiener, compute the coordi- nates in the canonical basis. Usage BaseK2BaseC(x, nb) Arguments x A matrix containing the coordinates in the Karhunen-Loève basis. One obser- vation per column. nb The dimension of the canonical basis consider. By default, the dimension is the same as the Karhunen-Loève one (i.e. number of row of x). Details The Karhunen-Loève expansion is a sum of an infinity of terms, but here the expansion is truncated to a finite number of terms. Empirically, we remark that using twice the dimension of the canonical basis desired for the number of terms in the expansion is a good compromise. Value A object of class fdata with nb discretization points and the same number of observations as x. Author(s) J. Damon 4 coef.far References Pumo, B. (1992). Estimation et Prévision de Processus Autoregressifs Fonctionnels. Applications aux Processus à Temps Continu. PhD Thesis, University Paris 6, Pierre et Marie Curie. See Also simul.wiener, simul.far.wiener Examples data1 <- BaseK2BaseC(x=matrix(rnorm(50),ncol=5,nrow=10), nb=5) multplot(data1,whole=TRUE) coef.far Extract Model Coefficients Description ’coef’ method to extract the linear operator of a FAR model. Usage ## S3 method for class 'far' coef(object, ...) Arguments object An object of type far. ... Other arguments (not used in this case). Details Give the matricial representation of the linear operator express in the canonical basis. See far for more details about the meaning of this operator. If the far model is used on a one dimensional variable or with the joined=TRUE option, then the matrix has a dimension equal to the subspace dimension. In the other case, the dimension of the matrix is equal to the sum of the dimensions of the various subspaces. In such a case, the order of the variables in the matrix is the same as in the vector c(y,x). For instance, if kn=c(3,2) with y="Var1" and x="Var3" then: • The first 3x3 first bloc of the matrix is the autocorrelation of “Var1”. • The 3x2 up right bloc of the matrix is the correlation of “Var3” on “Var1”. • The 2x3 down left bloc of the matrix is the correlation of “Var1” on “Var3”. • The 2x2 down right bloc of the matrix is the autocorrelation of “Var3”. date.fdata 5 Value A square matrix of size (raw and column) equal to the sum of the element of kn. Author(s) J. Damon, S. Guillas See Also far,coef Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # Modelization of the FARX process (joined and separate) model1 <- far(data1,kn=4,joined=TRUE) model2 <- far(data1,kn=c(3,1),joined=FALSE) # Calculation of the theoretical coefficients coef.theo <- theoretical.coef(m=10,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # Joined coefficient round(coef(model1),2) coef.theo$rho.T # Separate coefficient round(coef(model2),2) coef.theo$rho.X.Z date.fdata Extract the date of fdata 6 date.fdata Description Extract the date(s) of fdata objects Usage date.fdata(data) Arguments data A fdata object Details The dates are the labels of the functionals observations of the fdata object. fdata are not constructed as ts object so a specific function to obtain the date is useful. Value A vector giving the dates (as character). Author(s) J. Damon See Also fdata Examples # Reading the data library(stats) data(UKDriverDeaths) # Conversion of the data fUKDriverDeaths <- as.fdata(UKDriverDeaths,col=1,p=12,dates=1969:1984, name="UK Driver Deaths") date.fdata(fUKDriverDeaths) fapply 7 fapply Apply functions over a fdata object Description fapply returns a fdata object of the same length as data. Each element of which is the result of applying FUN to the corresponding element of data. Usage fapply(data, FUN, row.names, ...) Arguments data A fdata object FUN the function to be applied. In the case of functions like +, %*%, etc., the function name must be quoted. row.names a vector giving the names describing the results of FUN ... optional arguments to FUN. Details This function has to be used only with fdata objects, unless it stop, returning no value. Value The returned value is a fdata object too. Author(s) J. Damon See Also apply, lapply. Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) 8 far fapply(data1,sum) multplot(fapply(fapply(data1,abs),cumsum)) far FARX(1) model estimation Description Estimates the parameters of FAR(1) and FARX(1) processes (mean and autocorrelation operator) Usage far(data, y, x, kn, center=TRUE, na.rm=TRUE, joined=FALSE) Arguments data A fdata object. y A vector giving the name(s) of the endogenous variable(s) of the model. x A vector giving the name(s) of the exogenous variable(s) of the model. kn A vector giving the values of the various kn (dimension of plug-in in the algo- rithm). If it not supplied, the default value is one. center Logical. Does the observation need to be centered. na.rm Logical. Does the n.a. need to be removed. joined Logical. If TRUE, the joined (whole) far model is computed, otherwise the model work with the separated variables. Details The models A Functional AutoRegressive of order 1 (FAR(1)) process is, in a general way, defined by the following equation: Tn = ρ (Tn−1 ) + n , n ∈ Z where Tn and n take their values in a functional space (for instance an Hilbertian one), and ρ is a linear operator. n is a strong white noise. Now, let us consider a vector of observations, for instance: (T1,n , ..., Ti,n , ..., Tm,n ) where each Ti,n lives in a one dimension functional space (not necessary the same). In the follow- ing, we will cut this list into two parts: the endogeneous variables Yn (the ones we are interested in), and the exogeneous variables Xn (which influence the endogeneous ones). far 9 Then an order 1 Functional AutoRegressive process with eXogeneous variables (FARX(1)) is de- fined by the equation: Yn = ρ (Yn−1 ) + a (Xn ) + n , n ∈ Z where ρ and a are linear operators in the adequate spaces. Estimation This function estimates the parameters of FAR and FARX models. First, if the mean of the data is not zero (which is required by the model), you can substance this mean using the center option. Moreover, if the data contains NA values, you can work with it using the na.rm option. FAR Estimation The estimation is mainly about estimating the ρ operator. This estimation is done in a appropriate subspace (computed from the variance of the observations). What is important to know is that the best dimension kn for this subspace is not determined by this function. So the user have to supply this dimension using the kn option. A way to chose this dimension is to first use the far.cv function on the history. FARX Estimation The FARX estimation can be realized by two methods: joined or not. The joined estimation is done by “joining” the variables into one and estimating a FAR model on the resulting variable. For instance, with the previous notations, the transformation is: Tn = (Yn , Xn+1 ) and Tn is then a peculiar FAR(1) process. In such a case, you have to use the joined=TRUE oto the interpretation of this operatorption and specify one value for kn (corresponding to the Tn variable). Alternatively, you can choose not to estimate the FARX model by the joined procedure, then kn need to be a vector with a length equal to the number of variables involved in the FARX model (endogeneous and exogeneous). In both procedures, the endogeneous and exogeneous variables are provided through the y and x options respectively. Results The function returns a far object. Use the print, coef and predict functions to get more infor- mations about the model. Value A far object, see details for more informations. Note This function could be used to estimate FAR and FARX with order higher than 1 as a change of variables can transform the process to an order 1 FAR or FARX. For instance, if Tn is a FAR(2) process then Yn = (Tn , Tn−1 ) is a FAR(1) process. However, this is not a basic use of this function and may require a hard work of the user to get the result. 10 far Author(s) J. Damon References Besse, P. and Cardot, H. (1996). Approximation spline de la prévision d’un processus fonctionnel autorégressif d’ordre 1. Revue Canadienne de Statistique/Canadian Journal of Statistics, 24, 467– 487. Bosq, D. (2000) Linear Processes in Function Spaces: Theory and Applications, (Lecture Notes in Statistics, Vol. 149). New York: Springer-Verlag. See Also predict.far, far.cv Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # Cross validation (joined and separate) model1.cv <- far.cv(data=data1, y="X", x="Z", kn=8, ncv=10, cvcrit="X", center=FALSE, na.rm=FALSE, joined=TRUE) model2.cv <- far.cv(data=data1, y="X", x="Z", kn=c(4,4), ncv=10, cvcrit="X", center=FALSE, na.rm=FALSE, joined=FALSE) print(model1.cv) print(model2.cv) k1 <- model1.cv$minL2[1] k2 <- model2.cv$minL2[1:2] # Modelization of the FARX process (joined and separate) model1 <- far(data=data1, y="X", x="Z", kn=k1, center=FALSE, na.rm=FALSE, joined=TRUE) model2 <- far(data=data1, y="X", x="Z", kn=k2, center=FALSE, na.rm=FALSE, joined=FALSE) print(model1) print(model2) far.cv 11 far.cv Cross Validation for FARX(1) model Description Cross Validation for FAR(1) and FARX(1) models Usage far.cv(data, y, x, kn, ncv, cvcrit, center=TRUE, na.rm=TRUE, joined=FALSE) Arguments data A fdata object. y A vector giving the name(s) of the endogenous variable(s) of the model. x A vector giving the name(s) of the exogenous variable(s) of the model. kn A vector giving the maximum values of the various kn (dimension of plug-in in the algorithm). If it not supplied, the number of discretization point is used. ncv Number of observations used to the cross validation cvcrit A vector of characters. Name of the variable used to measure the errors (y by default). center Logical. Does the observation need to be centered. na.rm Logical. Does the n.a. need to be removed. joined Logical. If TRUE, the joined (whole) far model is computed, otherwise the model work with the separated variables. Details In order to perform good forecasting with a FAR or FARX model, you need to determine the di- mensions kn of the subspace in which the linear operator is estimated (see far for more details). This function helps the user to do this choice by performing a cross validation on a test sample. The usage is close of the far function, so we will discuss about the options which differ. First, the kn option is used to restrict the values searched: this is a vector containing the maxima values. As in far, the dimension of this vector is function of the number of variables involved in the model and the type of estimation done (joined or not). ncv is the number of observation used to test the models. If it is not provided, the function use the last fifth of the observations in data. In such a case, the four first fifth are used to estimates the models. This is in general a good compromise. Finally, cvcrit list the variables used to test the models. If more than one variable is provided, the test is calculated as a mean of the errors over all the variables. The criteria used to test the (functional) errors are the norms L1, L2, L infinite, L1 on the maxima, L2 on the maxima, and L infinite on the maxima. 12 far.cv Value It is a LIST with the following elements cv Matrix giving the various errors (L1, L2, L infinite, L1 on the maxima, L2 on the maxima, L infinite on the maxima) for the tested values of kn minL1 A vector corresponding to the row of cv where the L1 error minima is obtained minL2 A vector corresponding to the row of cv where the L2 error minima is obtained minLinf A vector corresponding to the row of cv where the L infinite error minima is obtained minL1max A vector corresponding to the row of cv where the L1 maxima’s error minima is obtained minL2max A vector corresponding to the row of cv where the L2 maxima’s error minima is obtained minLinfmax A vector corresponding to the row of cv where the L infinite maxima’s error minima is obtained Author(s) J. Damon See Also far, fdata Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # Cross validation (joined and separate) model1.cv <- far.cv(data=data1, y="X", x="Z", kn=8, ncv=10, cvcrit="X", center=FALSE, na.rm=FALSE, joined=TRUE) model2.cv <- far.cv(data=data1, y="X", x="Z", kn=c(4,4), ncv=10, cvcrit="X", center=FALSE, na.rm=FALSE, joined=FALSE) print(model1.cv) print(model2.cv) k1 <- model1.cv$minL2[1] k2 <- model2.cv$minL2[1:2] # Modelization of the FARX process (joined and separate) model1 <- far(data=data1, y="X", x="Z", kn=k1, center=FALSE, na.rm=FALSE, joined=TRUE) fdata 13 model2 <- far(data=data1, y="X", x="Z", kn=k2, center=FALSE, na.rm=FALSE, joined=FALSE) print(model1) print(model2) fdata Functional Data class Description Object of class ’fdata’ and its methods. Usage as.fdata(object,...) as.fdata.matrix(object,..., col, p, dates, name) as.fdata.list(object,..., dates, name) Arguments object A matrix or a list. col A vector giving the names of the variables to include in the ’fdata’ object. p A real value giving the number of discretization point chosen. dates A vector of character containing the dates of the observations. name A vector of character containing the names of the variables (generated if not provided). ... Additional arguments. Details Fdata objects are mainly used to modelize functional data in the purpose of computing functional autoregressive model by the far and kerfon functions. An fdata is composed of one or several variables. Each ones is a functional time series. To be more precise, every variable got a functional data by element of the dates (explicitly given or implicitly deduced). So the number of functional observations is a common data. In the contrary, each variable can be expressed in a different functional space. For example, if you got two variables, Temperature and Wind, measured during 30 days. Choosing a daily rep- resentation, the fdata will contain a 30 elements long dates vector. Nevertheless, the variables measurement can be different. If Temperature is measured every hour and Wind every two hours, the fdata object can handle such a representation. The only constraint is to get a regular measure- ment: no changes in the methodology. Basically, the fdata objects are discrete measurements but the modelization which can be used on it will make it functional. Indeed, The first methods implemented as far and kerfon use a linear approximation, but more sophisticate modelization, as splines or wavelets approximations may come. 14 interpol.matrix Value An object of class fdata. Author(s) J. Damon See Also far, multplot, maxfdata, kerfon. Examples # Reading of the data library(stats) data(UKDriverDeaths) # Making the data of class 'fdata' fUKDriverDeaths <- as.fdata(UKDriverDeaths,col=1,p=12,dates=1969:1984, name="UK Driver Deaths") summary(fUKDriverDeaths) # ploting of the data : whole and 1 year par(mfrow=c(2,1)) plot(fUKDriverDeaths,xval=1969+(1:192)/12,whole=TRUE, name="Whole Evolution : ") plot(fUKDriverDeaths,date="1984",xval=1:12, name="Evolution during year 1984 : ") # Matrix conversion print(as.fdata(matrix(rnorm(50),10,5))) print(as.fdata(matrix(rnorm(500),100,5),col=1:2,p=5)) # List Conversions print(as.fdata(list("X"=matrix(rnorm(100),10,10), "Z"=matrix(rnorm(50),5,10)))) interpol.matrix Interpolation matrix Description Calculate the matrix giving the linear interpolation of regularly spaced points. Usage interpol.matrix(n = 12, m = 24, tol = sqrt(.Machine$double.eps)) invgen 15 Arguments n Number (integer) of points in output space m Number (integer) of points in the input function (or space) tol A relative tolerance to detect zero singular values. Details The general principle is, considering a function for which we know values at m equally spaced points (for instance 1/m, 2/m, ..., 1), to compute the matrix giving the linear approximation of n equally spaced points (for instance 1/n, 2/n, ..., 1). The function works whether n or m is the largest. The function is vectorized, so m and n can be vectors of integers. In this case, they have to be of the same size and the resulting matrix is block diagonal. Value A nxm matrix if they are integer, else a sum(n)xsum(m) matrix. Author(s) J. Damon See Also theoretical.coef, simul.far or simul.farx. Examples mat1 <- interpol.matrix(12,24) mat2 <- interpol.matrix(c(3,5),c(12,12)) print(mat1 %*% base.simul.far(24,5)) print(mat2 %*% base.simul.far(24,5)) invgen Generalized inverse of a Matrix Description Calculates the Moore-Penrose generalized inverse of a matrix X. Usage invgen(a, tol) 16 is.na.fdata Arguments a Matrix for which the Moore-Penrose inverse is required. tol A relative tolerance to detect zero singular values. Value A Moore-Penrose generalized inverse matrix for X. See Also solve,svd,eigen Examples mat1<-matrix(rnorm(100),ncol=10) print(invgen(mat1)) is.na.fdata Not Available / “Missing” Values Description The generic function is.na returns a logical vector of the same “form” as its argument x, containing TRUE for those elements marked NA or NaN (!) and FALSE otherwise. dim, dimnames and names attributes are preserved. Usage ## S3 method for class 'fdata' is.na(x) Arguments x A fdata object Details An observation is considered as NA if any of its values is NA. Value A matrix of Logical values giving as rows the variables of x and as columns the observation. Author(s) J. Damon kerfon 17 See Also NA Examples # Reading of the data library(stats) data(UKDriverDeaths) UKDriverDeaths[20]<-NA # Making the data of class 'fdata' fUKDriverDeaths <- as.fdata(UKDriverDeaths,col=1,p=12,dates=1969:1984, name="UK Driver Deaths") summary(fUKDriverDeaths) is.na(fUKDriverDeaths) kerfon Functional Kernel estimation Description Modelization of fdata using functional kernel. Usage kerfon(data, x, r, hmin, hmax, na.rm=TRUE) Arguments data A fdata object. x The name of the studied variable. r Number of observations used to cross validate the model. hmin Minimal value of the bandwidth. hmax Maximal value of the bandwidth. na.rm Logical. Does the n.a. need to be removed. Details This function constructs a functional kernel model and performs the estimation of it’s bandwidth. One nonparametric way to deal with the conditional expectation ρ(x) = IE [Xi |Xi−1 = x ], where (Xi ) is a $H$-valued process, is to consider a predictor inspired by the classical kernel regression, as in Nadaraja and Watson. This estimator is defined by : n−1   P kXi −xkH Xi+1 · K hn i=1 ρ̂hn (x) = n−1   ,x ∈ H P kXi −xkH K hn i=1 18 kerfon Where K is a kernel, k.kH is the norm in H, and hn is the bandwidth (∈ IR+ ∗ ). The function kerfon use the cross validation to determinate a value for hn . This method have been chosen because of the lack of theoretical results about this model. The parameters hmin and hmax are used, when provided, to control the permissible values of hn . By default, those parameters are respectively equals to σ/8 and 4 ∗ σ, where σ is the estimated squared root of the variance operator of X. To choose the value of hn , you need to provide the same value for both hmin and hmax. During the cross-validation, considering that the fdata object x contains n observations, the function use the first (n − r) observations as the past values, and compute the mean square norm of the errors on the last r observations. Of course, if the model created is then used to compute prediction through predict.kerfon, the whole set of observations (the n observations) are used as the past values. As fdata object may contains several variables, a way is provided to select the studied variable (the function only works with one variable for the moment). Value A kerfon object. A method for the print function is provided. For information, the object is a list with the following elements : call the call of the function. h the bandwidth (three values : optimal, minimum, maximum) x the name of the chosen variable xdata the past values for x ydata the associated values for x Author(s) J. Damon See Also predict.kerfon Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # Cross validation model1 <- kerfon(data=data1, x="X", r=10, na.rm=TRUE) print(model1) maxfdata 19 maxfdata Maxima of functional data Description Extract the maxima series from a functional data object. Usage maxfdata(data) Arguments data A fdata object Value A fdata object. Author(s) J. Damon See Also fapply Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) print(data2 <- maxfdata(data1)) print(unclass(data2)) 20 multplot multplot Multivariate plots Description Multivariate plots of Functional Data (more precisely fdata objects). Usage multplot(object, ...) ## S3 method for class 'fdata' multplot(object, date = 1, xval = NULL, name = NULL, legend = FALSE, yleg, xlab = NULL, ylab = NULL, main = NULL, whole = FALSE, ...) Arguments object An fdata object for which a multplot is desired. date String vector. List of the dates to work with. xval Numerical vector. Values of the axis x. name String vector. The set of variables to plot. legend Boolean. Plot a legend ? yleg Numeric. Where to put the legend box (y value). xlab String. Title of the axis x. ylab String. Title of the axis y. main String. Title of the plot. whole Boolean. A global plot (TRUE) or a plot by day (FALSE) ... Additional arguments. Details This function facilitate the plotting of fdata objects. It is dedicated to multivariate plots, please take a look at plot.fdata if you need univariate plots in one graphic. The default behaviour is to produce one plot containing all the variables of the observation called "1". If you want less variables, use the name argument. If you need more observations, use the date argument. When provided, the xval argument allow you to change the labels of the x-axis. It is also possible to plot the complete series on the same plot using the whole argument. Moreover a legend facility is provided using the legend and yleg arguments. Author(s) J. Damon orthonormalization 21 See Also fdata, plot.fdata. Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=100,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # 2 variables : X et Z # number of points per curve : 10 # number of curves : 100 # corresponding dates date.fdata(data1) multplot(data1) # plot the date "1" of the variables "X" and "Z" multplot(data1,legend=TRUE) # Same thing with a legend multplot(data1,legend=TRUE,yleg=-0.5) # same thing with a legend misplaced multplot(data1,main="day 1",legend=TRUE,xlab="hour", ylab="object of study") par(mfrow=c(1,3)) multplot(data1,date=c("3","4","5")) # days "3", "4" and "5" are plotted par(mfrow=c(1,1)) # to plot the whole series, we used whole = TRUE # but we have to give the x values multplot(data1,xval=seq(from=0,to=99.9,by=0.1),whole=TRUE) # to plot a subset of the series, # it is recommended to create a subset object with select.fdata data2 <- select.fdata(data1,date=c("4","5","6")) multplot(data2,xval=seq(from=4,to=6.9,by=0.1),whole=TRUE) orthonormalization Orthonormalization of a set of a matrix Description Gram-Schmidt orthogonalization of a matrix considering its columns as vectors. Normalization is provided as will. 22 orthonormalization Usage orthonormalization(u, basis=TRUE, norm=TRUE) Arguments u a matrix (n x p) representing n different vectors in a n dimensional space basis does the returned matrix have to be a basis norm does the returned vectors have to be normed Details This is a simple application of the Gram-Schmidt algorithm of orthogonalization (please note that this process was presented first by Laplace). The user provides a set of vector (structured in a matrix) and the function calculate a orthogonal basis of the same space. If desired, the returned basis can be normed, or/and completed to cover the hole space. If the number of vectors in u is greater than the dimension of the space (that is if n > p), only the first p columns are taken into account to computed the result. A warning is also provided. The only assumption made on u is that the span space is of size min(n,p). In other words, there must be no colinearities in the initial set of vector. Value The orthogonalized matrix obtained from u where the vector are arranged in columns. If basis is set to TRUE, the returned matrix is squared. Author(s) J. Damon Examples mat1 <- matrix(c(1,0,1,1,1,0),nrow=3,ncol=2) orth1 <- orthonormalization(mat1, basis=FALSE, norm=FALSE) orth2 <- orthonormalization(mat1, basis=FALSE, norm=TRUE) orth3 <- orthonormalization(mat1, basis=TRUE, norm=TRUE) crossprod(orth1) crossprod(orth2) crossprod(orth3) plot.fdata 23 plot.fdata Plot Functional Data Description Plot Functional Data (more precisely fdata objects). Usage ## S3 method for class 'fdata' plot(x,...,date, xval, name, main, whole, separator) Arguments x A fdata object. date A vector of character giving the chosen dates. xval A numerical vector giving the values to appear on the x axis. name A vector of character giving the plotted variables. main an overall title for the plot. whole Logical. If TRUE all the observations are plot on the same graphic. separator Logical. It will be used when whole=TRUE. If TRUE then dashed lines are plotted to separated the observations. ... Additional arguments to the plot. Details This function facilitate the plotting of fdata objects. It is dedicated to univariate plots, please take a look at multplot if you need multivariate plots in one graphic. The default behaviour is to plot the observation called "1" of all the variables available in x (so it will produce as many plots as the number of variables). If you want less variables, use the name argument. If you need more observations, use the date argument. When provided, the xval argument allow you to change the labels of the x-axis. It is also possible to plot the complete series on the same plot using the whole argument. In this case, the separator allow you to draw line to distinguish the different observations of the functional data. Author(s) J. Damon See Also fdata, multplot. 24 pred.persist Examples # Reading of the data library(stats) data(UKDriverDeaths) # Making the data of class 'fdata' fUKDriverDeaths <- as.fdata(UKDriverDeaths, col=1, p=12, dates=1969:1984, name="UK Driver Deaths") summary(fUKDriverDeaths) # plotting of the data : whole and 1 year par(mfrow=c(2,1)) plot(fUKDriverDeaths, xval=1969+(1:192)/12, whole=TRUE, name="Whole Evolution : ", separator=TRUE) plot(fUKDriverDeaths, date="1984", xval=1:12, name="Evolution during year 1984 : ") pred.persist Forecasting using functional persistence Description Compute prediction of functional data using the persistence. Usage pred.persist(data, x, na.rm=TRUE, label, positive=FALSE) Arguments data A fdata object. x A vector of character giving the names of the variables predicted. na.rm Logical. Does the n.a. need to be removed. label A vector of character giving the dates to associate to the predicted observations. positive Logical. Does the result must be forced to positive values. Details The persistence model is a beautiful way to name the simplest model ever. This model just suppose that the next observation will be equal to the previous one, that is to say, noting X̂n the prediction for Xn that we "compute" : X̂n+1 = Xn Of course, the intrinsic purpose of this model is to be a comparison for more complicated models. predict.far 25 The x option is provided to select the variable to predict, using the label option value as the labels for the new observations. Notices that the output as the same length as the input as it is only a shift in time. In some special context, the user may need to suppress the na.rm observations with the na.rm option, or force the prediction to be positive with the positive option (in this case the maximum of 0 and the past value is computed). Value A fdata object. Note This has been more instinctive to call this function predict.persist but, due to the naming mechanism introduced by the object oriented programming, this would have reefer to the predict method for the persist objects. As it isn’t the meaning of this function, we preferred the name pred.persist. Author(s) J. Damon See Also predict.far,predict.kerfon. Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=40,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) print(data2 <- pred.persist(data1,x="X",label="41")) print(unclass(select.fdata(data1,date=paste(38:40)))$X) print(unclass(select.fdata(data2,date=paste(39:41)))) predict.far Forecasting of FARX(1) model Description Forecasting using FAR(1) or FARX(1) model 26 predict.far Usage ## S3 method for class 'far' predict(object, ..., newdata=NULL, label, na.rm=TRUE, positive=FALSE) Arguments object A far object result of the far function. newdata A data matrix (one column for each observation) used to predict the FAR(1) model from the values in newdata, or NULL to predict one step forward with the data in object. label A vector of character giving the dates to associate to the predicted observations. na.rm Logical. Does the n.a. need to be removed. positive Logical. Does the result must be forced to positive values. ... Additional arguments. Details This function computes one step forward prediction for a far model. Use the newdata option to input the past values, and the label option value to define the labels for the new observations. Notices that the output as the same length as newdata in the case of a FAR model, and the length of newdata minus one in the case of a FARX model. This is due to the time shift of the exogeneous variable: Xt+1 and Yt are used in the computation of Ŷt+1 . In some special context, the user may need to suppress the na.rm observations with the na.rm option, or force the prediction to be positive with the positive option (in this case the result will be maximum of 0 and the predicted value). Value A fdata object. Author(s) J. Damon See Also far, pred.persist, predict.kerfon. Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), predict.kerfon 27 cst1=0.0) # Cross validation (joined and separate) model1.cv <- far.cv(data=data1, y="X", x="Z", kn=8, ncv=10, cvcrit="X", center=FALSE, na.rm=FALSE, joined=TRUE) model2.cv <- far.cv(data=data1, y="X", x="Z", kn=c(4,4), ncv=10, cvcrit="X", center=FALSE, na.rm=FALSE, joined=FALSE) print(model1.cv) print(model2.cv) k1 <- model1.cv$minL2[1] k2 <- model2.cv$minL2[1:2] # Modelization of the FARX process (joined and separate) model1 <- far(data=data1, y="X", x="Z", kn=k1, center=FALSE, na.rm=FALSE, joined=TRUE) model2 <- far(data=data1, y="X", x="Z", kn=k2, center=FALSE, na.rm=FALSE, joined=FALSE) # Predicting values pred1 <- predict(model1,newdata=data1) pred2 <- predict(model2,newdata=data1) # Persistence persist1 <- pred.persist(select.fdata(data1,date=1:399),x="X") # Real values real1 <- select.fdata(data1,date=2:400) errors0 <- persist1[[1]]-real1[[1]] errors1 <- pred1[[1]]-real1[[1]] errors2 <- pred2[[1]]-real1[[1]] # Norm of observations summary(real1) # Persistence summary(as.fdata(errors0)) # FARX models summary(as.fdata(errors1)) summary(as.fdata(errors2)) predict.kerfon Forecasting of functional kernel model Description Computation of the prediction based on a functional kernel model Usage ## S3 method for class 'kerfon' predict(object, ..., newdata=NULL, label, na.rm=TRUE, positive=FALSE) 28 predict.kerfon Arguments object A kerfon object result of the kerfon function. newdata A fdata object used in the kerfon model to compute the prediction, or NULL to predict one step forward with the data in object. label A vector of character giving the dates to associate to the predicted observations. na.rm Logical. Does the n.a. need to be removed. positive Logical. Does the result must be forced to positive values. ... Additional arguments. Details This function computes one step forward prediction for a kerfon model. Use the newdata option to input the past values, and the label option value to define the labels for the new observations. Notices that the output as the same length as newdata. In some special context, the user may need to suppress the na.rm observations with the na.rm option, or force the prediction to be positive with the positive option (in this case the result will be maximum of 0 and the predicted value). Value A fdata object. Author(s) J. Damon See Also kerfon Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # Cross validation model1 <- kerfon(data=data1, x="X", r=10, na.rm=TRUE) print(model1) # Predicting values pred1 <- predict(model1,newdata=select.fdata(data1,date=1:399)) select.fdata 29 # Persistence persist1 <- pred.persist(select.fdata(data1,date=1:399),x="X") # Real values real1 <- select.fdata(data1,date=2:400) errors0 <- persist1[[1]]-real1[[1]] errors1 <- pred1[[1]]-real1[[1]] # Norm of observations summary(real1) # Persistence summary(as.fdata(errors0)) # kerfon model summary(as.fdata(errors1)) select.fdata Subscript of fdata Description Use this function to subscript some functional observations of a functional data. Usage select.fdata(data, date, name) Arguments data A fdata object. date A vector of character containing the chosen dates (could be NULL). name A vector giving the chosen name (could be NULL). Details This function select one or several variables from data and can also subset the dates. This is useful in order to study the endogenous variables of a FARX process. Value A fdata object. Author(s) J. Damon See Also fdata 30 simul.far Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) print(data1) print(data1.X <- select.fdata(data1,name="X")) print(data2 <- select.fdata(data1,date=paste((1:5)*5))) date.fdata(data2) simul.far FAR(1) process simulation Description Simulation of a FAR process using a Gram-Schmidt basis. Usage simul.far(m=12, n=100, base=base.simul.far(24, 5), d.rho=diag(c(0.45, 0.9, 0.34, 0.45)), alpha=diag(c(0.5, 0.23, 0.018)), cst1=0.05) Arguments m Integer. Number of discretization points. n Integer. Number of observations. base A functional basis expressed as a matrix, as the matrix created by base.simul.far or with orthonormalization. d.rho Numerical matrix. Expression of the first bloc of the linear operator in the Gram- Schmidt basis. alpha Numerical matrix. Expression of the first bloc of the covariance operator in the Gram-Schmidt basis. cst1 Numeric. Perturbation coefficient on the linear operator. simul.far 31 Details This function simulate a FAR(1) process with a strong white noise. The simulation is realized in two steps. First step, the function compute a FAR(1) process Tn in a functional space (that we call in the sequel H) using a simple equation and the d.rho, alpha and cst parameters. Second step, the process Tn is projected in the canonical basis using the base linear projector. The base basis need to be a orthonormal basis wide enought. In the contrary, the function use the orthonormalization function to make it so. Notice that the size of this matrix corresponds to the dimension of the "modelization space" H (let’s call it m2 ). Of course, the larger m2 the better the functionnal approximation is. Whatever, keep in mind that m2=2m is a good compromise, in order to avoid the memory limits. In H, the linear operator ρ is expressed as: d.rho   0 0 eps.rho Where d.rho is the matrix provided in the call, the two 0 are in fact two blocks of 0, and eps.rho is a diagonal matrix having on his diagonal the terms: (εk+1 , εk+2 , . . . , εm2 ) where cst1 1 − cst1 εi = + i2 ei and k is the length of the d.rho diagonal. The d.rho matrix can be viewed as the information and the eps.rho matrix as a perturbation. In this logic, the norm of eps.rho need to be smaller than the one of d.rho. In H, C T , the covariance operator of Tn , is defined by: m2 ∗ alpha   0 0 eps.alpha Where alpha is the matrix provided in the call, the two 0 are in fact two blocks of 0, and eps.alpha is a diagonal matrix having on his diagonal the terms: (k+1 , k+2 , . . . , m2 ) where cst1 i = i Value A fdata object containing one variable ("var") which is a FAR(1) process of length n with p dis- cretization points. 32 simul.far.sde Note To simulate Tn , the function creates a white noise En having the following covariance operator: C T − ρ ∗ C T ∗ t(ρ) where t(.) is the transposition operator. Tn is the computed using the equation: Tn+1 = ρ ∗ Tn + En Author(s) J. Damon, S. Guillas See Also simul.far.sde, simul.far.wiener, simul.farx, simul.wiener, base.simul.far. Examples far1 <- simul.far(m=64,n=100) summary(far1) print(far(far1,kn=4)) par(mfrow=c(2,1)) plot(far1,date=1) plot(select.fdata(far1,date=1:5),whole=TRUE,separator=TRUE) simul.far.sde FAR-SDE process simulation Description Simulation of a FAR process following an Stochastic Differential Equation Usage simul.far.sde(coef=c(0.4, 0.8), n=80, p=32, sigma=1) Arguments coef Numerical vertor. It contains the two values of the coefficients (a1 and a2 , see details for more informations). n Integer. The number of observations generated. p Integer. The number of discretization points. sigma Numeric. The standard deviation (see details for more informations). simul.far.sde 33 Details This function implements the simulation proposed by Besse and Cardot (1996) to simulate a FAR process following the Stochastic Differential Equation: dX (2) + a2 .dX + a1 .X = sigma.dW Where dX (2) and dX stand respectively for the second and first derivate of the process X, and W is a brownian process. The coefficients a1 and a2 are the two first elements of coef. The simulation use a order one approximation inspired by the work of Milstein, as described in Besse and Cardot (1996). Value A fdata object containing one variable ("var") which is a FAR(1) process of length n with p dis- cretization points. Author(s) J. Damon References Besse, P. and Cardot, H. (1996). Approximation spline de la prévision d’un processus fonctionnel autorégressif d’ordre 1. Revue Canadienne de Statistique/Canadian Journal of Statistics, 24, 467– 487. See Also simul.far, simul.far.wiener, simul.farx, simul.wiener. Examples far1 <- simul.far.sde() summary(far1) print(far(far1,kn=2)) par(mfrow=c(2,1)) plot(far1,date=1) plot(select.fdata(far1,date=1:5),whole=TRUE,separator=TRUE) 34 simul.far.wiener simul.far.wiener FAR(1) process simulation with Wiener noise Description Simulation of a FAR(1) process using a Wiener noise. Usage simul.far.wiener(m=64, n=128, d.rho=diag(c(0.45, 0.9, 0.34, 0.45)), cst1=0.05, m2=NULL) Arguments m Integer. Number of discretization points. n Integer. Number of observations. d.rho Numerical matrix. Expression of the first bloc of the linear operator in the Karhunen-Loève basis. cst1 Numeric. Perturbation coefficient on the linear operator. m2 Integer. Length of the Karhunen-Loève expansion (2m by default). Details This function simulate a FAR(1) process with a Wiener noise. As for the simul.wiener, the func- tion use the Karhunen-Loève expansion of the noise. The FAR(1) process, defined by its linear operator (see far for more details), is computed in the Karhunen-Loève basis then projected in the natural basis. The parameters given in input (d.rho and cst1) are expressed in the Karhunen-Loève basis. The linear operator, expressed in the Karhunen-Loève basis, is of the form: d.rho   0 0 eps.rho Where d.rho is the matrix provided in ths call, the two 0 are in fact two blocks of 0, and eps.rho is a diagonal matrix having on his diagonal the terms: (εk+1 , εk+2 , . . . , εm2 ) where cst1 1 − cst1 εi = + i2 ei and k is the length of the d.rho diagonal. The d.rho matrix can be viewed as the information and the eps.rho matrix as a perturbation. In this logic, the norm of eps.rho need to be smaller than the one of d.rho. simul.farx 35 Value A fdata object containing one variable ("var") which is a FAR(1) process of length n with m dis- cretization points. Author(s) J. Damon References Pumo, B. (1992). Estimation et Prévision de Processus Autoregressifs Fonctionnels. Applications aux Processus à Temps Continu. PhD Thesis, University Paris 6, Pierre et Marie Curie. See Also fdata, far , simul.far.wiener. Examples far1 <- simul.far.wiener(m=64,n=100) summary(far1) print(far(far1,kn=4)) par(mfrow=c(2,1)) plot(far1,date=1) plot(select.fdata(far1,date=1:5),whole=TRUE,separator=TRUE) simul.farx FARX(1) process simulation Description Simulation of functional data with exogenous variables using a Gram-Schmidt basis. Usage simul.farx(m=12,n=100,base=base.simul.far(24,5), base.exo=base.simul.far(24,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.05) theoretical.coef(m=12,base=base.simul.far(24,5), base.exo=NULL, d.rho=diag(c(0.45,0.90,0.34,0.45)), d.a=NULL, d.rho.exo=NULL, 36 simul.farx alpha=diag(c(0.5,0.23,0.018)), alpha.conj=NULL, cst1=0.05) Arguments m Integer. Number of discretization points. n Integer. Number of observations. base A functional basis expressed as a matrix, as the matrix created by base.simul.far or with orthonormalization. base.exo A functional basis expressed as a matrix, as the matrix created by base.simul.far or with orthonormalization. d.rho Numerical matrix. Part of the linear operator in the Gram-Schmidt basis (see details for more informations). d.a Numerical matrix. Part of the linear operator in the Gram-Schmidt basis (see details for more informations). d.rho.exo Numerical matrix. Part of the linear operator in the Gram-Schmidt basis (see details for more informations). alpha Numerical matrix. Part of the linear operator in the Gram-Schmidt basis (see details for more informations). alpha.conj Numerical matrix. Part of the linear operator in the Gram-Schmidt basis (see details for more informations). cst1 Numeric. Perturbation coefficient on the linear operator. Details The simul.farx function simulates a FARX(1) process with one endogeneous variable, one exoge- neous variable and a strong white noise. To do so, the function uses the fact that a FARX(1) model can be seen as a FAR(1) model in a wider space. Therefore, the method is very similar to the one used by the function simul.far. The simulation is realized in two steps. First step, the function compute a FAR(1) process Tn in a functional space (that we call in the sequel H) using a simple equation and the given parameters. Tn is of the form (T1n , T2n ) where T1n and T2n are respectively the endogeneous and the exogeneous parts of the process. Second step, the process Tn is projected in the canonical basis using the base and base.exo linear projectors to give the endogeneous (Xn ) and the exogeneous (Zn ) variables respectively. Those two basis need to be orthonormal and wide enought. In the contrary, the function use the orthonormalization function to make it so. Notice that the size of this matrix corresponds to the dimension of the "modelization space" H (let’s call it m2 = m12 + m22 ). Of course, the larger m2 the better the functionnal approximation is. Whatever, keep in mind that m2=2m is a good compromise, in order to avoid the memory limits. In H, the linear operator ρ is expressed as: d.a   d.rho.mod 0 d.rho.exo.mod simul.farx 37 Where d.rho.mod and d.rho.exo.mod are modified version of the provided d.rho and d.rho.exo respectively to avoid 0 on their diagonal. More precisely, the 0 on their diaginals are replaced by: (εk+1 , εk+2 , . . . , εm2 ) where cst1 1 − cst1 εi = + i2 ei and k is the position in the d.rho or d.r.ho.exo diagonal. In H, C T , the covariance operator of Tn , is defined by:   alpha.mod alpha.conj.mod t(alpha.conj.mod) alpha.exo Where alpha.mod and alpha.exo.mod are modified versions of m12 ∗alpha and m22 ∗alpha.conj respectively to avoid 0 on their diagonal. More precisely, the 0 on their diaginals are replaced by:  k+1 , k+2 , . . . , m2b where cst1 i = i alpha.exo is a matrix representation of the covariance operator of T2n and is obtained by inverting the following relation: alpha.conj.mod = d.rho.exo.mod∗alpha.conj.mod∗t(d.rho.mod)+d.rho.exo.mod∗mod.alpha∗t(d.a) The theoretical.coef function is provided to help the user making comparison. Calling this function with the same parameters that where used in a simulation (realized with simul.farx or simul.far), we obtain the parameters used internaly by the function to make the simulation. Those values can therefore be compared to those obtained with the estimation function far (examples are provided below). Value A fdata object containing two variables ("X" the endogeous variable, and "Z" the exogeneous variable) which is a FARX(1) process of length n with p discretization points. Note To simulate Tn , the function creates a white noise En having the following covariance operator: C T − ρ ∗ C T ∗ t(ρ) where t(.) is the transposition operator. Tn is the computed using the equation: Tn+1 = ρ ∗ Tn + En 38 simul.wiener Author(s) J. Damon, S. Guillas See Also simul.far.sde, simul.far.wiener, simul.far, simul.wiener. Examples # Simulation of a FARX process data1 <- simul.farx(m=10,n=400,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # Modelisation of the FARX process (joined and separate) model1 <- far(data1,k=4,joined=TRUE) model2 <- far(data1,k=c(3,1),joined=FALSE) # Calculation of the theoretical coefficients coef.theo <- theoretical.coef(m=10,base=base.simul.far(20,5), base.exo=base.simul.far(20,5), d.a=matrix(c(0.5,0),nrow=1,ncol=2), alpha.conj=matrix(c(0.2,0),nrow=1,ncol=2), d.rho=diag(c(0.45,0.90,0.34,0.45)), alpha=diag(c(0.5,0.23,0.018)), d.rho.exo=diag(c(0.45,0.90,0.34,0.45)), cst1=0.0) # Joined coefficient round(coef(model1),2) coef.theo$rho.T # Separate coefficient round(coef(model2),2) coef.theo$rho.X.Z simul.wiener Wiener process simulation Description Simulation of Wiener processes. simul.wiener 39 Usage simul.wiener(m=64, n=1, m2=NULL) Arguments m Integer. Number of discretization points. n Integer. Number of observations. m2 Integer. Length of the Karhunen-Loève expansion (2m by default). Details This function use the known Karhunen-Loève expansion of Wiener processes to simulate observa- tions of such a process. The option m2 is internally used to set the length of the expansion. This expansion need to be larger than the number of discretization points, but a too important value may slow down the generation. The default value as been chosen as a compromise. Value A fdata object containing one variable ("var") which is a Wiener process of length n with m dis- cretization points. Author(s) J. Damon References Pumo, B. (1992). Estimation et Prévision de Processus Autoregressifs Fonctionnels. Applications aux Processus à Temps Continu. PhD Thesis, University Paris 6, Pierre et Marie Curie. See Also simul.far.sde, simul.far.wiener, simul.farx, simul.far. Examples noise <- simul.wiener(m=64,n=100,m2=512) summary(noise) par(mfrow=c(2,1)) plot(noise,date=1) plot(select.fdata(noise,date=1:5),whole=TRUE,separator=TRUE) Index ∗ NA pred.persist, 24 is.na.fdata, 16 predict.far, 25 ∗ algebra predict.kerfon, 27 base.simul.far, 2 simul.far, 30 BaseK2BaseC, 3 simul.far.sde, 32 coef.far, 4 simul.far.wiener, 34 interpol.matrix, 14 simul.farx, 35 invgen, 15 simul.wiener, 38 orthonormalization, 21 ∗ univar ∗ aplot fapply, 7 plot.fdata, 23 maxfdata, 19 ∗ hplot apply, 7 multplot, 20 as.fdata (fdata), 13 ∗ manip select.fdata, 29 base.simul.far, 2, 30, 32, 36 ∗ methods BaseK2BaseC, 3 predict.far, 25 ∗ misc coef, 5 date.fdata, 5 coef.far, 4 fdata, 13 pred.persist, 24 date.fdata, 5 simul.far, 30 eigen, 16 simul.far.sde, 32 simul.far.wiener, 34 fapply, 7, 19 simul.wiener, 38 far, 4, 5, 8, 11–14, 26, 34, 35 ∗ models far.cv, 9, 10, 11 far, 8 fdata, 3, 6, 12, 13, 21, 23, 28, 29, 35 far.cv, 11 predict.kerfon, 27 interpol.matrix, 14 ∗ nonlinear invgen, 15 kerfon, 17 is.na.fdata, 16 ∗ ts date.fdata, 5 kerfon, 13, 14, 17, 28 far, 8 lapply, 7 far.cv, 11 fdata, 13 maxfdata, 14, 19 kerfon, 17 multplot, 14, 20, 23 maxfdata, 19 plot.fdata, 23 NA, 17 40 INDEX 41 orthonormalization, 21, 30, 31, 36 plot.far (far), 8 plot.fdata, 20, 21, 23 pred.persist, 24, 26 predict.far, 10, 25, 25 predict.kerfon, 18, 25, 26, 27 print, 18 print.far (far), 8 print.fdata (fdata), 13 print.kerfon (kerfon), 17 print.summary.fdata (fdata), 13 select.fdata, 29 simul.far, 15, 30, 33, 36, 38, 39 simul.far.sde, 32, 32, 38, 39 simul.far.wiener, 4, 32, 33, 34, 35, 38, 39 simul.farx, 2, 3, 15, 32, 33, 35, 39 simul.wiener, 4, 32–34, 38, 38 solve, 16 summary.fdata (fdata), 13 svd, 16 theoretical.coef, 15 theoretical.coef (simul.farx), 35
SoftClustering
cran
Package ‘SoftClustering’ August 18, 2023 Type Package Title Soft Clustering Algorithms Description It contains soft clustering algorithms, in particular approaches derived from rough set the- ory: Lingras & West original rough k-means, Peters' refined rough k-means, and PI rough k- means. It also contains classic k-means and a corresponding illustrative demo. Version 2.1.3 Author G. Peters (Ed.) Maintainer G. Peters <peters.activities@gmail.com> Depends R (>= 4.1) License GPL-2 Encoding UTF-8 LazyData true RoxygenNote 7.2.3 NeedsCompilation no Repository CRAN Date/Publication 2023-08-18 07:52:35 UTC R topics documented: createLowerMShipMatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 datatypeInteger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 DemoDataC2D2a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 HardKMeans . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 HardKMeansDemo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 initializeMeansMatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 initMeansC2D2a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 initMeansC3D2a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 initMeansC4D2a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 initMeansC5D2a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 normalizeMatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 plotRoughKMeans . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 1 2 datatypeInteger RoughKMeans_LW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 RoughKMeans_PE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 RoughKMeans_PI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 RoughKMeans_SHELL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 Index 16 createLowerMShipMatrix Create Lower Approximation Description Creates a lower approximation out of an upper approximation. Usage createLowerMShipMatrix(upperMShipMatrix) Arguments upperMShipMatrix An upper approximation matrix. Value Returns the corresponding lower approximation. Author(s) G. Peters. datatypeInteger Rough k-Means Plotting Description Checks for integer. Usage datatypeInteger(x) Arguments x As a replacement for is.integer(). is.integer() delivers FALSE when the variable is numeric (as superset for integer etc.) DemoDataC2D2a 3 Value TRUE if x is integer otherwise FALSE. Author(s) G. Peters. DemoDataC2D2a A small two-dimensional dataset with two clusters for demonstration purposes. See examples in the Help/Description of a function, e.g. for HardKMeansDemo(). Description A small two-dimensional dataset with two clusters for demonstration purposes. See examples in the Help/Description of a function, e.g. for HardKMeansDemo(). Usage data(DemoDataC2D2a) Format Rows: objects, columns: features Examples data(DemoDataC2D2a) HardKMeans Hard k-Means Description HardKMeans performs classic (hard) k-means. Usage HardKMeans(dataMatrix, meansMatrix, nClusters, maxIterations) 4 HardKMeansDemo Arguments dataMatrix Matrix with the objects to be clustered. Dimension: [nObjects x nFeatures]. meansMatrix Select means derived from 1 = random (unity interval), 2 = maximum distances, matrix [nClusters x nFeatures] = self-defined means. Default: 2 = maximum distances. nClusters Number of clusters: Integer in [2, nObjects). Note, nCluster must be set even when meansMatrix is a matrix. For transparency, nClusters will not be overrid- den by the number of clusters derived from meansMatrix. Default: nClusters=2. maxIterations Maximum number of iterations. Default: maxIterations=100. Value $upperApprox: Obtained upper approximations [nObjects x nClusters]. Note: Apply function createLowerMShipMatrix() to obtain lower approximations; and for the boundary: boundary = upperApprox - lowerApprox. $clusterMeans: Obtained means [nClusters x nFeatures]. $nIterations: Number of iterations. Author(s) M. Goetz, G. Peters, Y. Richter, D. Sacker, T. Wochinger. References Lloyd, S.P. (1982) Least squares quantization in PCM. IEEE Transactions on Information Theory 28, 128–137. <doi:10.1016/j.ijar.2012.10.003>. Peters, G.; Crespo, F.; Lingras, P. and Weber, R. (2013) Soft clustering – fuzzy and rough ap- proaches and their extensions and derivatives. International Journal of Approximate Reasoning 54, 307–322. <doi:10.1016/j.ijar.2012.10.003>. Examples # An illustrative example clustering the sample data set DemoDataC2D2a.txt HardKMeans(DemoDataC2D2a, 2, 2, 100) HardKMeansDemo Hard k-Means Demo Description HardKMeansDemo shows how hard k-means performs stepwise. The number of features is set to 2 and the maximum number of iterations is 100. Usage HardKMeansDemo(dataMatrix, meansMatrix, nClusters) initializeMeansMatrix 5 Arguments dataMatrix Matrix with the objects to be clustered. Dimension: [nObjects x nFeatures]. Default: no default set. meansMatrix Select means derived from 1 = random (unity interval), 2 = maximum distances, matrix [nClusters x nFeatures=2] = self-defined means. Default: meansMa- trix=1 (random). nClusters Number of clusters: Integer in [2, min(5, nObjects-1)]. Note, nCluster must be set even when meansMatrix is a matrix. For transparency, nClusters will not be overridden by the number of clusters derived from meansMatrix. Default: nClusters=2. Value None. Author(s) G. Peters. References Lloyd, S.P. (1982) Least squares quantization in PCM. IEEE Transactions on Information Theory 28, 128–137. <doi:10.1016/j.ijar.2012.10.003>. Peters, G.; Crespo, F.; Lingras, P. and Weber, R. (2013) Soft clustering – fuzzy and rough ap- proaches and their extensions and derivatives. International Journal of Approximate Reasoning 54, 307–322. <doi:10.1016/j.ijar.2012.10.003>. Examples # Clustering the data set DemoDataC2D2a.txt (nClusters=2, random initial means) HardKMeansDemo(DemoDataC2D2a,1,2) # Clustering the data set DemoDataC2D2a.txt (nClusters=2,3,4; initially set means) HardKMeansDemo(DemoDataC2D2a,initMeansC2D2a,2) HardKMeansDemo(DemoDataC2D2a,initMeansC3D2a,3) HardKMeansDemo(DemoDataC2D2a,initMeansC4D2a,4) # Clustering the data set DemoDataC2D2a.txt (nClusters=5, initially set means) # It leads to an empty cluster: a (rare) case for an abnormal termination of k-means. HardKMeansDemo(DemoDataC2D2a,initMeansC5D2a,5) initializeMeansMatrix Initialize Means Matrix Description initializeMeansMatrix delivers an initial means matrix. 6 initMeansC2D2a Usage initializeMeansMatrix(dataMatrix, nClusters, meansMatrix) Arguments dataMatrix Matrix with the objects as basis for the means matrix. nClusters Number of clusters. meansMatrix Select means derived from 1 = random (unity interval), 2 = maximum dis- tances, matrix [nClusters x nFeatures] = self-defined means (will be returned unchanged). Default: 2 = maximum distances. Value Initial means matrix [nClusters x nFeatures]. Author(s) M. Goetz, G. Peters, Y. Richter, D. Sacker, T. Wochinger. initMeansC2D2a Two-dimensional dataset with two initial cluster means for the dataset DemoDataC2D2a. See examples in the Help/Description of a func- tion, e.g. for HardKMeansDemo(). Description Two-dimensional dataset with two initial cluster means for the dataset DemoDataC2D2a. See ex- amples in the Help/Description of a function, e.g. for HardKMeansDemo(). Usage data(initMeansC2D2a) Format Rows: objects, columns: features Examples data(initMeansC2D2a) initMeansC3D2a 7 initMeansC3D2a Two-dimensional dataset with three initial cluster means for the dataset DemoDataC2D2a. See examples in the Help/Description of a function, e.g. for HardKMeansDemo(). Description Two-dimensional dataset with three initial cluster means for the dataset DemoDataC2D2a. See examples in the Help/Description of a function, e.g. for HardKMeansDemo(). Usage data(initMeansC3D2a) Format Rows: objects, columns: features Examples data(initMeansC3D2a) initMeansC4D2a Two-dimensional dataset with four initial cluster means for the dataset DemoDataC2D2a. See examples in the Help/Description of a func- tion, e.g. for HardKMeansDemo(). Description Two-dimensional dataset with four initial cluster means for the dataset DemoDataC2D2a. See examples in the Help/Description of a function, e.g. for HardKMeansDemo(). Usage data(initMeansC4D2a) Format Rows: objects, columns: features Examples data(initMeansC4D2a) 8 normalizeMatrix initMeansC5D2a Two-dimensional dataset with five initial cluster means for the dataset DemoDataC2D2a. See examples in the Help/Description of a func- tion, e.g. for HardKMeansDemo(). Description Two-dimensional dataset with five initial cluster means for the dataset DemoDataC2D2a. See ex- amples in the Help/Description of a function, e.g. for HardKMeansDemo(). Usage data(initMeansC5D2a) Format Rows: objects, columns: features Examples data(initMeansC5D2a) normalizeMatrix Matrix Normalization Description normalizeMatrix delivers a normalized matrix. Usage normalizeMatrix(dataMatrix, normMethod, bycol) Arguments dataMatrix Matrix with the objects to be normalized. normMethod 1 = unity interval, 2 = normal distribution (sample variance), 3 = normal dis- tribution (population variance). Any other value returns the matrix unchanged. Default: meansMatrix = 1 (unity interval). bycol TRUE = columns are normalized, i.e., each column is considered separately (e.g., in case of the unity interval and a column colA: max(colA)=1 and min(colA)=0). For bycol = FALSE rows are normalized. Default: bycol = TRUE (columns are normalized). plotRoughKMeans 9 Value Normalized matrix. Author(s) M. Goetz, G. Peters, Y. Richter, D. Sacker, T. Wochinger. plotRoughKMeans Rough k-Means Plotting Description plotRoughKMeans plots the rough clustering results in 2D. Note: Plotting is limited to a maximum of 5 clusters. Usage plotRoughKMeans(dataMatrix, upperMShipMatrix, meansMatrix, plotDimensions, colouredPlot) Arguments dataMatrix Matrix with the objects to be plotted. upperMShipMatrix Corresponding matrix with upper approximations. meansMatrix Corresponding means matrix. plotDimensions An integer vector of the length 2. Defines the to be plotted feature dimensions, i.e., max(plotDimensions = c(1:2)) <= nFeatures. Default: plotDimensions = c(1:2). colouredPlot Select TRUE = colouredPlot plot, FALSE = black/white plot. Value 2D-plot of clustering results. The boundary objects are represented by stars (*). Author(s) G. Peters. 10 RoughKMeans_LW RoughKMeans_LW Lingras & West’s Rough k-Means Description RoughKMeans_LW performs Lingras & West’s k-means clustering algorithm. The commonly ac- cepted relative threshold is applied. Usage RoughKMeans_LW(dataMatrix, meansMatrix, nClusters, maxIterations, threshold, weightLower) Arguments dataMatrix Matrix with the objects to be clustered. Dimension: [nObjects x nFeatures]. meansMatrix Select means derived from 1 = random (unity interval), 2 = maximum distances, matrix [nClusters x nFeatures] = self-defined means. Default: 2 = maximum distances. nClusters Number of clusters: Integer in [2, nObjects). Note, nCluster must be set even when meansMatrix is a matrix. For transparency, nClusters will not be overrid- den by the number of clusters derived from meansMatrix. Default: nClusters=2. maxIterations Maximum number of iterations. Default: maxIterations=100. threshold Relative threshold in rough k-means algorithms (threshold >= 1.0). Default: threshold = 1.5. weightLower Weight of the lower approximation in rough k-means algorithms (0.0 <= weight- Lower <= 1.0). Default: weightLower = 0.7. Value $upperApprox: Obtained upper approximations [nObjects x nClusters]. Note: Apply function createLowerMShipMatrix() to obtain lower approximations; and for the boundary: boundary = upperApprox - lowerApprox. $clusterMeans: Obtained means [nClusters x nFeatures]. $nIterations: Number of iterations. Author(s) M. Goetz, G. Peters, Y. Richter, D. Sacker, T. Wochinger. References Lingras, P. and West, C. (2004) Interval Set Clustering of web users with rough k-means. Journal of Intelligent Information Systems 23, 5–16. <doi:10.1023/b:jiis.0000029668.88665.1a>. Peters, G. (2006) Some refinements of rough k-means clustering. Pattern Recognition 39, 1481– 1491. <doi:10.1016/j.patcog.2006.02.002>. RoughKMeans_PE 11 Lingras, P. and Peters, G. (2011) Rough Clustering. WIREs Data Mining and Knowledge Discovery 1, 64–72. <doi:10.1002/widm.16>. Lingras, P. and Peters, G. (2012) Applying rough set concepts to clustering. In: Peters, G.; Lingras, P.; Slezak, D. and Yao, Y. Y. (Eds.) Rough Sets: Selected Methods and Applications in Management and Engineering, Springer, 23–37. <doi:10.1007/978-1-4471-2760-4_2>. Peters, G.; Crespo, F.; Lingras, P. and Weber, R. (2013) Soft clustering – fuzzy and rough ap- proaches and their extensions and derivatives. International Journal of Approximate Reasoning 54, 307–322. <doi:10.1016/j.ijar.2012.10.003>. Peters, G. (2014) Rough clustering utilizing the principle of indifference. Information Sciences 277, 358–374. <doi:10.1016/j.ins.2014.02.073>. Peters, G. (2015) Is there any need for rough clustering? Pattern Recognition Letters 53, 31–37. <doi:10.1016/j.patrec.2014.11.003>. Examples # An illustrative example clustering the sample data set DemoDataC2D2a.txt RoughKMeans_LW(DemoDataC2D2a, 2, 2, 100, 1.5, 0.7) RoughKMeans_PE Peters’ Rough k-Means Description RoughKMeans_PE performs Peters’ k-means clustering algorithm. Usage RoughKMeans_PE(dataMatrix, meansMatrix, nClusters, maxIterations, threshold, weightLower) Arguments dataMatrix Matrix with the objects to be clustered. Dimension: [nObjects x nFeatures]. meansMatrix Select means derived from 1 = random (unity interval), 2 = maximum distances, matrix [nClusters x nFeatures] = self-defined means. Default: 2 = maximum distances. nClusters Number of clusters: Integer in [2, nObjects). Note, nCluster must be set even when meansMatrix is a matrix. For transparency, nClusters will not be overrid- den by the number of clusters derived from meansMatrix. Default: nClusters=2. maxIterations Maximum number of iterations. Default: maxIterations=100. threshold Relative threshold in rough k-means algorithms (threshold >= 1.0). Default: threshold = 1.5. weightLower Weight of the lower approximation in rough k-means algorithms (0.0 <= weight- Lower <= 1.0). Default: weightLower = 0.7. 12 RoughKMeans_PI Value $upperApprox: Obtained upper approximations [nObjects x nClusters]. Note: Apply function createLowerMShipMatrix() to obtain lower approximations; and for the boundary: boundary = upperApprox - lowerApprox. $clusterMeans: Obtained means [nClusters x nFeatures]. $nIterations: Number of iterations. Author(s) M. Goetz, G. Peters, Y. Richter, D. Sacker, T. Wochinger. References Peters, G. (2006) Some refinements of rough k-means clustering. Pattern Recognition 39, 1481– 1491. <doi:10.1016/j.patcog.2006.02.002>. Peters, G.; Crespo, F.; Lingras, P. and Weber, R. (2013) Soft clustering – fuzzy and rough ap- proaches and their extensions and derivatives. International Journal of Approximate Reasoning 54, 307–322. <doi:10.1016/j.ijar.2012.10.003>. Peters, G. (2014) Rough clustering utilizing the principle of indifference. Information Sciences 277, 358–374. <doi:10.1016/j.ins.2014.02.073>. Peters, G. (2015) Is there any need for rough clustering? Pattern Recognition Letters 53, 31–37. <doi:10.1016/j.patrec.2014.11.003>. Examples # An illustrative example clustering the sample data set DemoDataC2D2a.txt RoughKMeans_PE(DemoDataC2D2a, 2, 2, 100, 1.5, 0.7) RoughKMeans_PI PI Rough k-Means Description RoughKMeans_PI performs pi k-means clustering algorithm in its standard case. Therefore, weights are not required. Usage RoughKMeans_PI(dataMatrix, meansMatrix, nClusters, maxIterations, threshold) RoughKMeans_PI 13 Arguments dataMatrix Matrix with the objects to be clustered. Dimension: [nObjects x nFeatures]. meansMatrix Select means derived from 1 = random (unity interval), 2 = maximum distances, matrix [nClusters x nFeatures] = self-defined means. Default: 2 = maximum distances. nClusters Number of clusters: Integer in [2, nObjects). Note, nCluster must be set even when meansMatrix is a matrix. For transparency, nClusters will not be overrid- den by the number of clusters derived from meansMatrix. Default: nClusters=2. maxIterations Maximum number of iterations. Default: maxIterations=100. threshold Relative threshold in rough k-means algorithms (threshold >= 1.0). Default: threshold = 1.5. Value $upperApprox: Obtained upper approximations [nObjects x nClusters]. Note: Apply function createLowerMShipMatrix() to obtain lower approximations; and for the boundary: boundary = upperApprox - lowerApprox. $clusterMeans: Obtained means [nClusters x nFeatures]. $nIterations: Number of iterations. Author(s) M. Goetz, G. Peters, Y. Richter, D. Sacker, T. Wochinger. References Peters, G. (2006) Some refinements of rough k-means clustering. Pattern Recognition 39, 1481– 1491. <doi:10.1016/j.patcog.2006.02.002>. Peters, G.; Crespo, F.; Lingras, P. and Weber, R. (2013) Soft clustering – fuzzy and rough ap- proaches and their extensions and derivatives. International Journal of Approximate Reasoning 54, 307–322. <doi:10.1016/j.ijar.2012.10.003>. Peters, G. (2014) Rough clustering utilizing the principle of indifference. Information Sciences 277, 358–374. <doi:10.1016/j.ins.2014.02.073>. Peters, G. (2015) Is there any need for rough clustering? Pattern Recognition Letters 53, 31–37. <doi:10.1016/j.patrec.2014.11.003>. Examples # An illustrative example clustering the sample data set DemoDataC2D2a.txt RoughKMeans_PI(DemoDataC2D2a, 2, 2, 100, 1.5) 14 RoughKMeans_SHELL RoughKMeans_SHELL Rough k-Means Shell Description RoughKMeans_SHELL performs rough k-means algorithms with options for normalization and a 2D-plot of the results. Usage RoughKMeans_SHELL(clusterAlgorithm, dataMatrix, meansMatrix, nClusters, normalizationMethod, maxIterations, plotDimensions, colouredPlot, threshold, weightLower) Arguments clusterAlgorithm Select 0 = classic k-means, 1 = Lingras & West’s rough k-means, 2 = Peters’ rough k-means, 3 = π rough k-means. Default: clusterAlgorithm = 3 (π rough k-means). dataMatrix Matrix with the objects to be clustered. Dimension: [nObjects x nFeatures]. meansMatrix Select means derived from 1 = random (unity interval), 2 = maximum distances, matrix [nClusters x nFeatures] = self-defined means. Default: 2 = maximum distances. nClusters Number of clusters: Integer in [2, nObjects). Note, nCluster must be set even when meansMatrix is a matrix. For transparency, nClusters will not be overrid- den by the number of clusters derived from meansMatrix. Default: nClusters=2. Note: Plotting is limited to a maximum of 5 clusters. normalizationMethod 1 = unity interval, 2 = normal distribution (sample variance), 3 = normal dis- tribution (population variance). Any other value returns the matrix unchanged. Default: meansMatrix = 1 (unity interval). maxIterations Maximum number of iterations. Default: maxIterations=100. plotDimensions An integer vector of the length 2. Defines the to be plotted feature dimensions, i.e., max(plotDimensions = c(1:2)) <= nFeatures. Default: plotDimensions = c(1:2). colouredPlot Select TRUE = colouredPlot plot, FALSE = black/white plot. threshold Relative threshold in rough k-means algorithms (threshold >= 1.0). Default: threshold = 1.5. Note: It can be ignored for classic k-means. weightLower Weight of the lower approximation in rough k-means algorithms (0.0 <= weight- Lower <= 1.0). Default: weightLower = 0.7. Note: It can be ignored for classic k-means and π rough k-means RoughKMeans_SHELL 15 Value 2D-plot of clustering results. The boundary objects are represented by stars (*). $upperApprox: Obtained upper approximations [nObjects x nClusters]. Note: Apply function createLowerMShipMatrix() to obtain lower approximations; and for the boundary: boundary = upperApprox - lowerApprox. $clusterMeans: Obtained means [nClusters x nFeatures]. $nIterations: Number of iterations. Author(s) M. Goetz, G. Peters, Y. Richter, D. Sacker, T. Wochinger. References Lloyd, S.P. (1982) Least squares quantization in PCM. IEEE Transactions on Information Theory 28, 128–137. <doi:10.1016/j.ijar.2012.10.003>. Lingras, P. and West, C. (2004) Interval Set Clustering of web users with rough k-means. Journal of Intelligent Information Systems 23, 5–16. <doi:10.1023/b:jiis.0000029668.88665.1a>. Peters, G. (2006) Some refinements of rough k-means clustering. Pattern Recognition 39, 1481– 1491. <doi:10.1016/j.patcog.2006.02.002>. Lingras, P. and Peters, G. (2011) Rough Clustering. WIREs Data Mining and Knowledge Discovery 1, 64–72. <doi:10.1002/widm.16>. Lingras, P. and Peters, G. (2012) Applying rough set concepts to clustering. In: Peters, G.; Lingras, P.; Slezak, D. and Yao, Y. Y. (Eds.) Rough Sets: Selected Methods and Applications in Management and Engineering, Springer, 23–37. <doi:10.1007/978-1-4471-2760-4_2>. Peters, G.; Crespo, F.; Lingras, P. and Weber, R. (2013) Soft clustering – fuzzy and rough ap- proaches and their extensions and derivatives. International Journal of Approximate Reasoning 54, 307–322. <doi:10.1016/j.ijar.2012.10.003>. Peters, G. (2014) Rough clustering utilizing the principle of indifference. Information Sciences 277, 358–374. <doi:10.1016/j.ins.2014.02.073>. Peters, G. (2015) Is there any need for rough clustering? Pattern Recognition Letters 53, 31–37. <doi:10.1016/j.patrec.2014.11.003>. Examples # An illustrative example clustering the sample data set DemoDataC2D2a.txt RoughKMeans_SHELL(3, DemoDataC2D2a, 2, 2, 1, 100, c(1:2), TRUE, 1.5, 0.7) Index ∗ datasets DemoDataC2D2a, 3 initMeansC2D2a, 6 initMeansC3D2a, 7 initMeansC4D2a, 7 initMeansC5D2a, 8 createLowerMShipMatrix, 2 datatypeInteger, 2 DemoDataC2D2a, 3 HardKMeans, 3 HardKMeansDemo, 4 initializeMeansMatrix, 5 initMeansC2D2a, 6 initMeansC3D2a, 7 initMeansC4D2a, 7 initMeansC5D2a, 8 normalizeMatrix, 8 plotRoughKMeans, 9 RoughKMeans_LW, 10 RoughKMeans_PE, 11 RoughKMeans_PI, 12 RoughKMeans_SHELL, 14 16
baseballr
cran
Package ‘baseballr’ March 21, 2023 Title Acquiring and Analyzing Baseball Data Version 1.5.0 Description Provides numerous utilities for acquiring and analyzing baseball data from online sources such as 'Baseball Reference' <https: //www.baseball-reference.com/>, 'FanGraphs' <https://www.fangraphs.com/>, and the 'MLB Stats' API <https: //www.mlb.com/>. License MIT + file LICENSE URL https://billpetti.github.io/baseballr/, https://github.com/BillPetti/baseballr BugReports https://github.com/BillPetti/baseballr/issues Depends R (>= 4.0.0) Imports cli (>= 3.4.1), data.table (>= 1.14.0), dplyr (>= 1.0.10), ggplot2, glue, httr (>= 0.5), janitor, jsonlite, lubridate, magrittr, purrr (>= 1.0.0), Rcpp, RcppParallel, rlang (>= 1.0.4), rvest (>= 1.0.0), stringr (>= 1.3.0), tibble (>= 3.0), tidyr (>= 1.0.0) Suggests crayon (>= 1.3.4), curl, DBI, furrr, future, ggrepel, knitr, pacman, progressr (>= 0.6.0), qs (>= 0.25.1), reshape2, rmarkdown, RSQLite, scales, stringi, stats, testthat, usethis (>= 1.6.0), xml2 (>= 1.3), zoo VignetteBuilder knitr Encoding UTF-8 LazyData true RoxygenNote 7.2.3 NeedsCompilation no Author Bill Petti [aut], Saiem Gilani [aut, cre], Ben Baumer [ctb], Ben Dilday [ctb], Robert Frey [ctb], Camden Kay [ctb] 1 2 R topics documented: Maintainer Saiem Gilani <saiem.gilani@gmail.com> Repository CRAN Date/Publication 2023-03-21 17:30:06 UTC R topics documented: batter_game_logs_fg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 bref . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 bref_daily_batter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 bref_daily_pitcher . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 bref_standings_on_date . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 bref_team_results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 chadwick . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 chadwick_player_lu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 code_barrel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 column_structure_draft_mlb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 daily_batter_bref . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 daily_pitcher_bref . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 edge_code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 edge_frequency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 fangraphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 fg_batter_game_logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 fg_batter_leaders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 fg_bat_leaders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 fg_guts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 fg_milb_batter_game_logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 fg_milb_pitcher_game_logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 fg_park . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 fg_pitcher_game_logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 fg_pitcher_leaders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 fg_pitch_leaders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 fg_team_batter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 fg_team_pitcher . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 fip_plus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 get_batting_orders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 get_draft_mlb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62 get_game_info_mlb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 get_game_info_sup_petti . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63 get_game_pks_mlb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 get_ncaa_baseball_pbp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64 get_ncaa_game_logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 65 get_ncaa_lineups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 get_ncaa_park_factor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66 get_ncaa_schedule_info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 get_pbp_mlb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67 get_probables_mlb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 get_retrosheet_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68 R topics documented: 3 get_umpire_ids_petti . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 ggspraychart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70 label_statcast_imputed_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71 linear_weights_savant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 load_game_info_sup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74 load_ncaa_baseball_pbp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75 load_ncaa_baseball_schedule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 load_ncaa_baseball_season_ids . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 load_ncaa_baseball_teams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 load_umpire_ids . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79 milb_batter_game_logs_fg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 milb_pitcher_game_logs_fg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80 mlb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 mlb_all_star_ballots . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 mlb_all_star_final_vote . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83 mlb_all_star_write_ins . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85 mlb_attendance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86 mlb_award . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88 mlb_awards . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89 mlb_awards_recipient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 mlb_baseball_stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91 mlb_batting_orders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92 mlb_conferences . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 mlb_divisions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 mlb_draft . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94 mlb_draft_latest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96 mlb_draft_prospects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99 mlb_event_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 mlb_fielder_detail_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 mlb_game_changes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103 mlb_game_content . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 mlb_game_context_metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 mlb_game_info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 108 mlb_game_linescore . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 mlb_game_pace . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 111 mlb_game_pks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113 mlb_game_status_codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115 mlb_game_timecodes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 mlb_game_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116 mlb_game_wp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117 mlb_high_low_stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118 mlb_high_low_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121 mlb_hit_trajectories . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121 mlb_homerun_derby . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 122 mlb_homerun_derby_bracket . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 124 mlb_homerun_derby_players . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 125 mlb_jobs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 4 R topics documented: mlb_jobs_datacasters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 128 mlb_jobs_official_scorers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 mlb_jobs_umpires . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 130 mlb_job_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 mlb_languages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 131 mlb_league . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 mlb_league_leader_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 mlb_logical_events . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 133 mlb_metrics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 mlb_pbp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 134 mlb_pbp_diff . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 138 mlb_people . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 mlb_people_free_agents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 143 mlb_pitch_codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 mlb_pitch_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 144 mlb_player_game_stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 145 mlb_player_game_stats_current . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 148 mlb_player_status_codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 mlb_positions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 151 mlb_probables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 mlb_review_reasons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 mlb_rosters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 153 mlb_roster_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 154 mlb_runner_detail_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 mlb_schedule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 155 mlb_schedule_event_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 158 mlb_schedule_games_tied . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 mlb_schedule_postseason . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 mlb_schedule_postseason_series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 164 mlb_seasons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 mlb_seasons_all . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 167 mlb_situation_codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169 mlb_sky . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 169 mlb_sports . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 170 mlb_sports_info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171 mlb_sports_players . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 172 mlb_standings . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 173 mlb_standings_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 mlb_stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 176 mlb_stats_leaders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 179 mlb_stat_groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 182 mlb_stat_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 mlb_teams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 mlb_teams_stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 185 mlb_teams_stats_leaders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 187 mlb_team_affiliates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 188 mlb_team_alumni . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 190 mlb_team_coaches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 191 R topics documented: 5 mlb_team_history . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 192 mlb_team_info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 mlb_team_leaders . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 mlb_team_personnel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 196 mlb_team_stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 197 mlb_venues . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 198 mlb_wind_direction_codes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 199 most_recent_mlb_season . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 most_recent_ncaa_baseball_season . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 200 ncaa . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 201 ncaa_baseball_roster . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 ncaa_game_logs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202 ncaa_lineups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 204 ncaa_park_factor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205 ncaa_pbp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 206 ncaa_roster . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 207 ncaa_schedule_info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 208 ncaa_school_id_lu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 209 ncaa_scrape . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 210 ncaa_teams . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 211 ncaa_team_player_stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 212 pitcher_game_logs_fg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 playerid_lookup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 214 playername_lookup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 215 process_statcast_payload . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 216 retrosheet_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 217 run_expectancy_code . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 218 school_id_lu . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221 scrape_savant_leaderboards . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221 scrape_statcast_savant . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 sptrc_league_payrolls . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 224 sptrc_team_active_payroll . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 225 standings_on_date_bref . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 226 statcast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 227 statcast_impute . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 statcast_leaderboards . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 228 statcast_search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 230 statline_from_statcast . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 238 stats_api_live_empty_df . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 teams_lu_table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 239 team_consistency . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 team_results_bref . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 240 woba_plus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 241 Index 243 6 bref batter_game_logs_fg (legacy) Scrape Batter Game Logs from FanGraphs Description (legacy) Scrape Batter Game Logs from FanGraphs Usage batter_game_logs_fg(playerid, year = 2017) Arguments playerid This is the playerid used by FanGraphs for a given player year The season for which game logs should be returned (use the YYYY format) Value A data frame of batter game logs. bref Baseball Reference Functions Overview Description bref_daily_batter() Scrape Batter Performance Data Over a Custom Time Frame bref_daily_pitcher() Scrape Pitcher Performance Data Over a Custom Time Frame bref_standings_on_date() Scrape MLB Standings on a Given Date bref_team_results() Scrape Team Results Details Scrape Batter Performance Data Over a Custom Time Frame: bref_daily_batter("2015-05-10", "2015-06-20") Scrape Pitcher Performance Data Over a Custom Time Frame: bref_daily_batter("2015-05-10", "2015-06-20") Scrape MLB Standings on a Given Date: bref_standings_on_date(date = "2015-08-04", division = "AL East") Scrape Team Results: bref_daily_batter 7 bref_team_results("NYM", 2015) bref_team_results(Tm="TBR", year=2008) Team Level Consistency: Uses bref_team_results() to calculate team consistency metrics team_consistency(year=2015) bref_daily_batter Scrape Batter Performance Data Over a Custom Time Frame Description This function allows you to scrape basic batter statistics over a custom time frame. Data is sourced from Baseball-Reference.com. Usage bref_daily_batter(t1, t2) Arguments t1 First date data should be scraped from. Should take the form "YEAR-MONTH- DAY" t2 Last date data should be scraped from. Should take the form "YEAR-MONTH- DAY" Value Returns a tibble of batter performance with the following columns: col_name types bbref_id character season integer Name character Age numeric Level character Team character G numeric PA numeric AB numeric R numeric H numeric X1B numeric X2B numeric X3B numeric HR numeric RBI numeric 8 bref_daily_pitcher BB numeric IBB numeric uBB numeric SO numeric HBP numeric SH numeric SF numeric GDP numeric SB numeric CS numeric BA numeric OBP numeric SLG numeric OPS numeric Examples try(bref_daily_batter(t1="2015-05-10", t2="2015-06-20")) bref_daily_pitcher Scrape Pitcher Performance Data Over a Custom Time Frame Description This function allows you to scrape basic pitcher statistics over a custom time frame. Data is sourced from Baseball-Reference.com. Usage bref_daily_pitcher(t1, t2) Arguments t1 First date data should be scraped from. Should take the form "YEAR-MONTH- DAY" t2 Last date data should be scraped from. Should take the form "YEAR-MONTH- DAY" Value Returns a tibble of pitcher performance with the following columns: col_name types bbref_id character bref_daily_pitcher 9 season integer Name character Age numeric Level character Team character G numeric GS numeric W numeric L numeric SV numeric IP numeric H numeric R numeric ER numeric uBB numeric BB numeric SO numeric HR numeric HBP numeric ERA numeric AB numeric X1B numeric X2B numeric X3B numeric IBB numeric GDP numeric SF numeric SB numeric CS numeric PO numeric BF numeric Pit numeric Str numeric StL numeric StS numeric GB.FB numeric LD numeric PU numeric WHIP numeric BAbip numeric SO9 numeric SO.W numeric SO_perc numeric uBB_perc numeric SO_uBB numeric 10 bref_standings_on_date Examples try(bref_daily_pitcher("2015-05-10", "2015-06-20")) bref_standings_on_date Scrape MLB Standings on a Given Date Description This function allows you to scrape the standings from MLB for any date you choose. Usage bref_standings_on_date(date, division, from = FALSE) Arguments date a date object division One or more of AL East, AL Central, AL West, AL Overall, NL East, NL Cen- tral, NL West, and NL Overall from a logical indicating whether you want standings up to and including the date (FALSE, default) or rather standings for games played after the date Value Returns a tibble of MLB standings with the following columns: col_name types Tm character W integer L integer W-L% numeric GB character RS integer RA integer pythW-L% numeric Examples try(bref_standings_on_date(date = "2015-08-04", division = "AL East")) bref_team_results 11 bref_team_results Scrape Team Results Description This function allows you to scrape schedule and results for a major league team from Baseball- Reference.com Usage bref_team_results(Tm, year) Arguments Tm The abbreviation used by Baseball-Reference.com for the team whose results you want to scrape. year Season for which you want to scrape the park factors. Value Returns a tibble of MLB team results and the following columns: col_name types Gm numeric Date character Tm character H_A character Opp character Result character R numeric RA numeric Inn character Record character Rank numeric GB character Win character Loss character Save character Time character D/N character Attendance numeric cLI numeric Streak numeric Orig_Scheduled character Year numeric 12 chadwick_player_lu Examples try(bref_team_results("NYM", 2015)) try(bref_team_results(Tm="TBR", year=2008)) chadwick Chadwick Bureau Register Player Lookup Description chadwick_player_lu(): Directly download the Chadwick Bureau’s public register of baseball players and the various IDs associated with them in different systems of record. playername_lookup(): Look up Baseball Player Name. playerid_lookup(): Look up Baseball Player IDs. Details Directly download the Chadwick Bureau’s public register of baseball players.: chadwick_player_lu() Look up baseball player name by ID: playername_lookup(4885) playername_lookup("kaaihki01") Look up baseball player IDs by player name: playerid_lookup("Garcia", "Karim") chadwick_player_lu Download the Chadwick Bureau’s public register of baseball play- ers Description Download the Chadwick Bureau’s public register of baseball players Usage chadwick_player_lu() get_chadwick_lu() Value A data frame of baseball players and the various IDs associated with them in different systems of record and the following columns: chadwick_player_lu 13 col_name types key_person character key_uuid character key_mlbam integer key_retro character key_bbref character key_bbref_minors character key_fangraphs integer key_npb integer key_sr_nfl character key_sr_nba character key_sr_nhl character key_findagrave integer name_last character name_first character name_given character name_suffix character name_matrilineal character name_nick character birth_year integer birth_month integer birth_day integer death_year integer death_month integer death_day integer pro_played_first integer pro_played_last integer mlb_played_first integer mlb_played_last integer col_played_first integer col_played_last integer pro_managed_first integer pro_managed_last integer mlb_managed_first integer mlb_managed_last integer col_managed_first integer col_managed_last integer pro_umpired_first integer pro_umpired_last integer mlb_umpired_first integer mlb_umpired_last integer A data frame of baseball players and the various IDs associated with them in different systems of record. Examples 14 column_structure_draft_mlb try(chadwick_player_lu()) code_barrel Helper for determining whether a batted ball is a "barrel" Description This function allows you to code a batted ball as a barrel as defined by the Statcast research team using data as provided by baseballsavant.mlb.com. Usage code_barrel(df) Arguments df A dataframe generated by baseballsavant.mlb.com that must include the follow- ing variables: launch_angle and launch_speed. Value Returns a tibble with the additional column, barrel. column_structure_draft_mlb Column structure of the MLB Draft data Description A tibble giving column structure of MLB Draft data Usage column_structure_draft_mlb Format An object of class tbl_df (inherits from tbl, data.frame) with 0 rows and 72 columns. daily_batter_bref 15 daily_batter_bref (legacy) Scrape Batter Performance Data Over a Custom Time Frame Description (legacy) Scrape Batter Performance Data Over a Custom Time Frame Usage daily_batter_bref(t1, t2) Arguments t1 First date data should be scraped from. Should take the form "YEAR-MONTH- DAY" t2 Last date data should be scraped from. Should take the form "YEAR-MONTH- DAY" Value Returns a tibble of batter performance See Also bref_daily_batter() daily_pitcher_bref (legacy) Scrape Pitcher Performance Data Over a Custom Time Frame Description (legacy) Scrape Pitcher Performance Data Over a Custom Time Frame Usage daily_pitcher_bref(t1, t2) Arguments t1 First date data should be scraped from. Should take the form "YEAR-MONTH- DAY" t2 Last date data should be scraped from. Should take the form "YEAR-MONTH- DAY" 16 edge_code Value Returns a tibble of pitcher performance See Also bref_daily_pitcher() edge_code Edge Code Description This function allows you to classify individual pitches based on the various categories from the Edge% metric. The dataframe passed to the function must include the batter’s handedness, the px and pz coordinates from the PITCHf/x system, and the batter’s height. Usage edge_code(df, height_var_name = "b_height") Arguments df A dataframe that, at a minimum, includes the following columns: batter height (b_height), the batter’s handedness (stand), vertical location of the pitch (pz), and then horizontal location of the pitch (pz) height_var_name The name of the variable in the data set that includes the batter’s height. Defaults to b_height which assumes an height + inch format. If the variable name is "Height" it assumes the variable is already converted to inches (as is the case in some databases) Value Returns a tibble with the additional edge columns necessary for calculations. edge_frequency 17 edge_frequency Edge Percentage Frequency Description This function allows you to calculate the percent of pitches thrown to different edges of the strike zone for a pitch by pitch data set that has been coded using the edge_code() function. Usage edge_frequency(df, group = NULL) Arguments df A data frame of pitch by pitch data that has been coded using the edge_code() function. group Character string indicating what column to group the frequency by. For exam- ple, "pitcher" or "batter". Defaults to NULL, which calculates the frequencies across the entire data set. Value Returns a tibble with the additional edge columns necessary for frequency calculations. fangraphs FanGraphs Functions Overview Description fg_pitcher_game_logs(): Scrape Pitcher Game Logs from FanGraphs. fg_batter_game_logs(): Scrape Batter Game Logs from FanGraphs. fg_milb_pitcher_game_logs(): Scrape MiLB game logs for pitchers from Fangraphs, combin- ing ’standard’ and ’advanced’ tabs. fg_milb_batter_game_logs(): Scrape MiLB game logs for batters from Fangraphs, combining ’standard’ and ’advanced’ tabs. fg_batter_leaders(): Scrape Batter Leaderboards from FanGraphs. fg_pitcher_leaders(): Scrape Pitcher Leaderboards from FanGraphs. fg_guts(): Scrape FanGraphs.com Guts!. fg_park(): Scrape Park Factors from FanGraphs.com. fg_park_hand(): Scrape Park Factors by handedness from FanGraphs.com. 18 fg_batter_game_logs Details Scrape Pitcher Game Logs from FanGraphs: fg_pitcher_game_logs(playerid = 104, year = 2006) Scrape Batter Game Logs from FanGraphs: fg_batter_game_logs(playerid = 6184, year = 2017) Scrape MiLB game logs for pitchers from Fangraphs: fg_milb_pitcher_game_logs(playerid = "sa3004210", year=2017) Scrape MiLB game logs for batters from Fangraphs: fg_milb_batter_game_logs(playerid = "sa917940", year=2018) Scrape Batter Leaderboards from FanGraphs: fg_batter_leaders(x = 2015, y = 2015, qual = 400) Scrape Pitcher Leaderboards from FanGraphs: fg_pitcher_leaders(x = 2015, y = 2015, qual = 150) Scrape FanGraphs.com Guts!: fg_guts() Scrape Park Factors from FanGraphs.com: fg_park(2013) Scrape Park Factors by handedness from FanGraphs.com: fg_park_hand(2013) fg_batter_game_logs Scrape Batter Game Logs from FanGraphs Description This function allows you to scrape game logs by year for a batter from FanGraphs.com. Usage fg_batter_game_logs(playerid, year = 2017) Arguments playerid This is the playerid used by FanGraphs for a given player year The season for which game logs should be returned (use the YYYY format) fg_batter_game_logs 19 Value A data frame of batter game logs. |col_name |types | |:————-|:———| |PlayerName |charac- ter | |playerid |integer | |Date |character | |Team |character | |Opp |character | |season |integer | |Age |integer | |BatOrder |character | |Pos |character | |G |numeric | |AB |numeric | |PA |numeric | |H |nu- meric | |1B |numeric | |2B |numeric | |3B |numeric | |HR |numeric | |R |numeric | |RBI |numeric | |BB |numeric | |IBB |numeric | |SO |numeric | |HBP |numeric | |SF |numeric | |SH |numeric | |GDP |numeric | |SB |numeric | |CS |numeric | |AVG |numeric | |GB |numeric | |FB |numeric | |LD |numeric | |IFFB |numeric | |Pitches |numeric | |Balls |numeric | |Strikes |numeric | |IFH |numeric | |BU |nu- meric | |BUH |numeric | |BB% |numeric | |K% |numeric | |BB/K |numeric | |OBP |numeric | |SLG |numeric | |OPS |numeric | |ISO |numeric | |BABIP |numeric | |GB/FB |numeric | |LD% |numeric | |GB% |numeric | |FB% |numeric | |IFFB% |numeric | |HR/FB |numeric | |IFH% |numeric | |BUH% |numeric | |wOBA |numeric | |wRAA |numeric | |wRC |numeric | |Spd |numeric | |wRC+ |numeric | |wBSR |numeric | |WPA |numeric | |-WPA |numeric | |+WPA |numeric | |RE24 |numeric | |REW |nu- meric | |pLI |numeric | |phLI |numeric | |PH |numeric | |WPA/LI |numeric | |Clutch |numeric | |FB%1 |numeric | |FBv |numeric | |SL% |numeric | |SLv |numeric | |CT% |numeric | |CTv |numeric | |CB% |numeric | |CBv |numeric | |CH% |numeric | |CHv |numeric | |SF% |numeric | |SFv |numeric | |KN% |numeric | |KNv |numeric | |XX% |numeric | |wFB |numeric | |wSL |numeric | |wCT |numeric | |wCB |numeric | |wCH |numeric | |wSF |numeric | |wKN |numeric | |wFB/C |numeric | |wSL/C |numeric | |wCT/C |numeric | |wCB/C |numeric | |wCH/C |numeric | |wSF/C |numeric | |wKN/C |numeric | |O- Swing% |numeric | |Z-Swing% |numeric | |Swing% |numeric | |O-Contact% |numeric | |Z-Contact% |numeric | |Contact% |numeric | |Zone% |numeric | |F-Strike% |numeric | |SwStr% |numeric | |Pull |numeric | |Cent |numeric | |Oppo |numeric | |Soft |numeric | |Med |numeric | |Hard |numeric | |bip- Count |numeric | |Pull% |numeric | |Cent% |numeric | |Oppo% |numeric | |Soft% |numeric | |Med% |numeric | |Hard% |numeric | |pfxFA% |numeric | |pfxFT% |numeric | |pfxFC% |numeric | |pfxFS% |numeric | |pfxFO% |numeric | |pfxSI% |numeric | |pfxSL% |numeric | |pfxCU% |numeric | |pfxKC% |numeric | |pfxCH% |numeric | |pfxKN% |numeric | |pfxvFA |numeric | |pfxvFT |numeric | |pfxvFC |numeric | |pfxvFS |numeric | |pfxvFO |numeric | |pfxvSI |numeric | |pfxvSL |numeric | |pfxvCU |nu- meric | |pfxvKC |numeric | |pfxvCH |numeric | |pfxvKN |numeric | |pfxFA-X |numeric | |pfxFT-X |numeric | |pfxFC-X |numeric | |pfxFS-X |numeric | |pfxFO-X |numeric | |pfxSI-X |numeric | |pfxSL- X |numeric | |pfxCU-X |numeric | |pfxKC-X |numeric | |pfxCH-X |numeric | |pfxKN-X |numeric | |pfxFA-Z |numeric | |pfxFT-Z |numeric | |pfxFC-Z |numeric | |pfxFS-Z |numeric | |pfxFO-Z |numeric | |pfxSI-Z |numeric | |pfxSL-Z |numeric | |pfxCU-Z |numeric | |pfxKC-Z |numeric | |pfxCH-Z |nu- meric | |pfxKN-Z |numeric | |pfxwFA |numeric | |pfxwFT |numeric | |pfxwFC |numeric | |pfxwFS |numeric | |pfxwFO |numeric | |pfxwSI |numeric | |pfxwSL |numeric | |pfxwCU |numeric | |pfxwKC |numeric | |pfxwCH |numeric | |pfxwKN |numeric | |pfxwFA/C |numeric | |pfxwFT/C |numeric | |pfxwFC/C |numeric | |pfxwFS/C |numeric | |pfxwFO/C |numeric | |pfxwSI/C |numeric | |pfxwSL/C |numeric | |pfxwCU/C |numeric | |pfxwKC/C |numeric | |pfxwCH/C |numeric | |pfxwKN/C |numeric | |pfxO-Swing% |numeric | |pfxZ-Swing% |numeric | |pfxSwing% |numeric | |pfxO-Contact% |nu- meric | |pfxZ-Contact% |numeric | |pfxContact% |numeric | |pfxZone% |numeric | |pfxPace |numeric | |piCH% |numeric | |piCS% |numeric | |piCU% |numeric | |piFA% |numeric | |piFC% |numeric | |piFS% |numeric | |piKN% |numeric | |piSI% |numeric | |piSL% |numeric | |piXX% |numeric | |pivCH |numeric | |pivCS |numeric | |pivCU |numeric | |pivFA |numeric | |pivFC |numeric | |pivFS |numeric | |pivKN |numeric | |pivSI |numeric | |pivSL |numeric | |pivXX |numeric | |piCH-X |numeric | |piCS-X |numeric | |piCU-X |numeric | |piFA-X |numeric | |piFC-X |numeric | |piFS-X |numeric | |piKN-X |numeric | |piSI-X |numeric | |piSL-X |numeric | |piXX-X |numeric | |piCH-Z |numeric | |piCS-Z |numeric | |piCU-Z |numeric | |piFA-Z |numeric | |piFC-Z |numeric | |piFS-Z |numeric | |piKN-Z |nu- meric | |piSI-Z |numeric | |piSL-Z |numeric | |piXX-Z |numeric | |piwCH |numeric | |piwCS |numeric | |piwCU |numeric | |piwFA |numeric | |piwFC |numeric | |piwFS |numeric | |piwKN |numeric | |piwSI 20 fg_batter_leaders |numeric | |piwSL |numeric | |piwXX |numeric | |piwCH/C |numeric | |piwCS/C |numeric | |piwCU/C |numeric | |piwFA/C |numeric | |piwFC/C |numeric | |piwFS/C |numeric | |piwKN/C |numeric | |pi- wSI/C |numeric | |piwSL/C |numeric | |piwXX/C |numeric | |piO-Swing% |numeric | |piZ-Swing% |numeric | |piSwing% |numeric | |piO-Contact% |numeric | |piZ-Contact% |numeric | |piContact% |numeric | |piZone% |numeric | |Events |numeric | |EV |numeric | |LA |numeric | |Barrels |numeric | |Barrel% |numeric | |maxEV |numeric | |HardHit |numeric | |HardHit% |numeric | |gamedate |charac- ter | |dh |integer | Examples try(fg_batter_game_logs(playerid = 6184, year = 2017)) fg_batter_leaders Scrape Batter Leaderboards from FanGraphs Description This function allows you to scrape all leaderboard statistics (basic and advanced) from FanGraphs.com. Usage fg_batter_leaders(x, y, league = "all", qual = "y", ind = 1, exc_p = TRUE) Arguments x First season for which you want data. y Last season for which you want data. If multiple years selected, data returned will be aggregate data for the date range. If y = x, function will return single- season data. league Option for limiting results to different leagues or overall results. Options are "al", "nl", or "all". qual Whether you want only batters/pitchers that qualified in a given season, or the minimum number of plate appearances for inclusion. If you only want qualified hitters, use qual. If a minimum number of plate appearaces/innings pitched, use the number desired. Defaults to "y". ind Whether or not to break the seasons out individual, or roll them up together. 1 = split seasons, 0 = aggregate seasons. exc_p (logical) Whether or not to exclude pitchers from the batter leaderboards. TRUE = exclude pitchers, FALSE = retain pitchers. fg_batter_leaders 21 Value A data frame of batter data. col_name types playerid character # character Season character Name character Team character Age numeric G numeric AB numeric PA numeric H numeric 1B numeric 2B numeric 3B numeric HR numeric R numeric RBI numeric BB numeric IBB numeric SO numeric HBP numeric SF numeric SH numeric GDP numeric SB numeric CS numeric AVG numeric GB numeric FB numeric LD numeric IFFB numeric Pitches numeric Balls numeric Strikes numeric IFH numeric BU numeric BUH numeric BB_pct numeric K_pct numeric BB_K numeric OBP numeric SLG numeric OPS numeric ISO numeric BABIP numeric 22 fg_batter_leaders GB_FB numeric LD_pct numeric GB_pct numeric FB_pct numeric IFFB_pct numeric HR_FB numeric IFH_pct numeric BUH_pct numeric wOBA numeric wRAA numeric wRC numeric Bat numeric Fld numeric Rep numeric Pos numeric RAR numeric WAR numeric Dol numeric Spd numeric wRC_plus numeric WPA numeric WPA_minus numeric WPA_plus numeric RE24 numeric REW numeric pLI numeric phLI numeric PH numeric WPA_LI numeric Clutch numeric FBall_pct numeric FBv numeric SL_pct numeric SLv numeric CT_pct numeric CTv numeric CB_pct numeric CBv numeric CH_pct numeric CHv numeric SF_pct numeric SFv numeric KN_pct numeric KNv numeric XX_pct numeric PO_pct numeric wFB numeric wSL numeric fg_batter_leaders 23 wCT numeric wCB numeric wCH numeric wSF numeric wKN numeric wFB_C numeric wSL_C numeric wCT_C numeric wCB_C numeric wCH_C numeric wSF_C numeric wKN_C numeric O-Swing_pct numeric Z-Swing_pct numeric Swing_pct numeric O-Contact_pct numeric Z-Contact_pct numeric Contact_pct numeric Zone_pct numeric F-Strike_pct numeric SwStr_pct numeric BsR numeric FA_pct (sc) numeric FT_pct (sc) numeric FC_pct (sc) numeric FS_pct (sc) numeric FO_pct (sc) numeric SI_pct (sc) numeric SL_pct (sc) numeric CU_pct (sc) numeric KC_pct (sc) numeric EP_pct (sc) numeric CH_pct (sc) numeric SC_pct (sc) numeric KN_pct (sc) numeric UN_pct (sc) numeric vFA (sc) numeric vFT (sc) numeric vFC (sc) numeric vFS (sc) numeric vFO (sc) numeric vSI (sc) numeric vSL (sc) numeric vCU (sc) numeric vKC (sc) numeric vEP (sc) numeric vCH (sc) numeric vSC (sc) numeric 24 fg_batter_leaders vKN (sc) numeric FA-X (sc) numeric FT-X (sc) numeric FC-X (sc) numeric FS-X (sc) numeric FO-X (sc) numeric SI-X (sc) numeric SL-X (sc) numeric CU-X (sc) numeric KC-X (sc) numeric EP-X (sc) numeric CH-X (sc) numeric SC-X (sc) numeric KN-X (sc) numeric FA-Z (sc) numeric FT-Z (sc) numeric FC-Z (sc) numeric FS-Z (sc) numeric FO-Z (sc) numeric SI-Z (sc) numeric SL-Z (sc) numeric CU-Z (sc) numeric KC-Z (sc) numeric EP-Z (sc) numeric CH-Z (sc) numeric SC-Z (sc) numeric KN-Z (sc) numeric wFA (sc) numeric wFT (sc) numeric wFC (sc) numeric wFS (sc) numeric wFO (sc) numeric wSI (sc) numeric wSL (sc) numeric wCU (sc) numeric wKC (sc) numeric wEP (sc) numeric wCH (sc) numeric wSC (sc) numeric wKN (sc) numeric wFA_C (sc) numeric wFT_C (sc) numeric wFC_C (sc) numeric wFS_C (sc) numeric wFO_C (sc) numeric wSI_C (sc) numeric wSL_C (sc) numeric wCU_C (sc) numeric fg_batter_leaders 25 wKC_C (sc) numeric wEP_C (sc) numeric wCH_C (sc) numeric wSC_C (sc) numeric wKN_C (sc) numeric O-Swing_pct (sc) numeric Z-Swing_pct (sc) numeric Swing_pct (sc) numeric O-Contact_pct (sc) numeric Z-Contact_pct (sc) numeric Contact_pct (sc) numeric Zone_pct (sc) numeric Pace numeric Def numeric wSB numeric UBR numeric AgeRng numeric Off numeric Lg numeric wGDP numeric Pull_pct numeric Cent_pct numeric Oppo_pct numeric Soft_pct numeric Med_pct numeric Hard_pct numeric TTO_pct numeric CH_pct_pi numeric CS_pct_pi numeric CU_pct_pi numeric FA_pct_pi numeric FC_pct_pi numeric FS_pct_pi numeric KN_pct_pi numeric SB_pct_pi numeric SI_pct_pi numeric SL_pct_pi numeric XX_pct_pi numeric vCH_pi numeric vCS_pi numeric vCU_pi numeric vFA_pi numeric vFC_pi numeric vFS_pi numeric vKN_pi numeric vSB_pi numeric vSI_pi numeric vSL_pi numeric 26 fg_batter_leaders vXX_pi numeric CH-X_pi numeric CS-X_pi numeric CU-X_pi numeric FA-X_pi numeric FC-X_pi numeric FS-X_pi numeric KN-X_pi numeric SB-X_pi numeric SI-X_pi numeric SL-X_pi numeric XX-X_pi numeric CH-Z_pi numeric CS-Z_pi numeric CU-Z_pi numeric FA-Z_pi numeric FC-Z_pi numeric FS-Z_pi numeric KN-Z_pi numeric SB-Z_pi numeric SI-Z_pi numeric SL-Z_pi numeric XX-Z_pi numeric wCH_pi numeric wCS_pi numeric wCU_pi numeric wFA_pi numeric wFC_pi numeric wFS_pi numeric wKN_pi numeric wSB_pi numeric wSI_pi numeric wSL_pi numeric wXX_pi numeric wCH_C_pi numeric wCS_C_pi numeric wCU_C_pi numeric wFA_C_pi numeric wFC_C_pi numeric wFS_C_pi numeric wKN_C_pi numeric wSB_C_pi numeric wSI_C_pi numeric wSL_C_pi numeric wXX_C_pi numeric O-Swing_pct_pi numeric Z-Swing_pct_pi numeric Swing_pct_pi numeric fg_bat_leaders 27 O-Contact_pct_pi numeric Z-Contact_pct_pi numeric Contact_pct_pi numeric Zone_pct_pi numeric Pace_pi numeric Examples try(fg_batter_leaders(x = 2015, y = 2015, qual = 200)) fg_bat_leaders (legacy) Scrape Batter Leaderboards from FanGraphs Description (legacy) Scrape Batter Leaderboards from FanGraphs Usage fg_bat_leaders(x, y, league = "all", qual = "y", ind = 1, exc_p = TRUE) Arguments x First season for which you want data. y Last season for which you want data. If multiple years selected, data returned will be aggregate data for the date range. If y = x, function will return single- season data. league Option for limiting results to different leagues or overall results. Options are "al", "nl", or "all". qual Whether you want only batters/pitchers that qualified in a given season, or the minimum number of plate appearances for inclusion. If you only want qualified hitters, use qual. If a minimum number of plate appearaces/innings pitched, use the number desired. Defaults to "y". ind Whether or not to break the seasons out individual, or roll them up together. 1 = split seasons, 0 = aggregate seasons. exc_p (logical) Whether or not to exclude pitchers from the batter leaderboards. TRUE = exclude pitchers, FALSE = retain pitchers. Value A data frame of batter data. 28 fg_milb_batter_game_logs fg_guts Scrape FanGraphs.com Guts! Description Scrape historical FanGraphs Guts! table, wOBA, FIP coefficients and constants Usage fg_guts() Value Returns a tibble of seasonal constants from FanGraphs col_name types season integer lg_woba numeric woba_scale numeric wBB numeric wHBP numeric w1B numeric w2B numeric w3B numeric wHR numeric runSB numeric runCS numeric lg_r_pa numeric lg_r_w numeric cFIP numeric Examples try(fg_guts()) fg_milb_batter_game_logs Scrape MiLB game logs for batters from FanGraphs Description This function allows you to scrape MiLB game logs for individual batters from FanGraphs. fg_milb_batter_game_logs 29 Usage fg_milb_batter_game_logs(playerid, year) Arguments playerid The batter’s minor league ID from FanGraphs. year The season for which game logs should be returned. Value Returns a tibble of Minor League batter game logs with the following columns: col_name types player_name character minor_playerid character Date character Team character Level character Opp character G numeric AB numeric PA numeric H numeric 1B numeric 2B numeric 3B numeric HR numeric R numeric RBI numeric BB numeric IBB numeric SO numeric HBP numeric SF numeric SH numeric GDP numeric SB numeric CS numeric AVG numeric BB% numeric K% numeric BB/K numeric OBP numeric SLG numeric OPS numeric ISO numeric Spd numeric BABIP numeric 30 fg_milb_pitcher_game_logs wRC numeric wRAA numeric wOBA numeric wRC+ numeric wBsR numeric gamedate character dh integer UPId character MLBAMId character MinorMasterId character RRId character FirstName character LastName character firstLastName character Height character Weight character BirthDate character Bats character Throws character Position character BirthCity character College character Age character Examples try(fg_milb_batter_game_logs(playerid = "sa3010868", year=2021)) fg_milb_pitcher_game_logs Scrape MiLB game logs for pitchers from FanGraphs Description This function allows you to scrape MiLB game logs for individual batters from FanGraphs.com. Usage fg_milb_pitcher_game_logs(playerid, year) Arguments playerid The pitcher’s minor league ID from FanGraphs.com. year The season for which game logs should be returned. fg_milb_pitcher_game_logs 31 Value Returns a tibble of Minor League pitcher game logs. col_name types player_name character minor_playerid character Date character Team character Level character Opp character W numeric L numeric ERA numeric G numeric GS numeric CG numeric ShO numeric SV numeric IP numeric TBF numeric H numeric R numeric ER numeric HR numeric BB numeric IBB numeric HBP numeric WP numeric BK numeric SO numeric K/9 numeric BB/9 numeric K/BB numeric HR/9 numeric K% numeric K-BB% numeric BB% numeric AVG numeric WHIP numeric BABIP numeric LOB% numeric FIP numeric gamedate character dh integer UPId character MLBAMId character MinorMasterId character RRId character 32 fg_park FirstName character LastName character firstLastName character Height character Weight character BirthDate character Bats character Throws character Position character BirthCity character College character Age character Examples fg_milb_pitcher_game_logs(playerid = "sa3005315", year=2021) fg_park Scrape Park Factors from FanGraphs Description This function allows you to scrape park factors for a given season from FanGraphs.com. This function allows you to scrape park factors by handedness from FanGraphs.com for a given single year. Usage fg_park(yr) fg_park_hand(yr) Arguments yr Season for which you want to scrape the park factors. Value Returns a tibble of park factors. col_name types season integer home_team character basic_5yr integer fg_pitcher_game_logs 33 3yr integer 1yr integer single integer double integer triple integer hr integer so integer UIBB integer GB integer FB integer LD integer IFFB integer FIP integer Returns a tibble of park factors by handedness. col_name types season integer home_team character single_as_LHH integer single_as_RHH integer double_as_LHH integer double_as_RHH integer triple_as_LHH integer triple_as_RHH integer hr_as_LHH integer hr_as_RHH integer Examples try(fg_park(2013)) try(fg_park_hand(2013)) fg_pitcher_game_logs Scrape Pitcher Game Logs from FanGraphs Description This function allows you to scrape game logs by year for a pitcher from FanGraphs.com. 34 fg_pitcher_game_logs Usage fg_pitcher_game_logs(playerid, year = 2017) Arguments playerid This is the playerid used by FanGraphs for a given player year The season for which game logs should be returned (use the YYYY format) Value Returns a tibble of pitcher game logs with the following columns: col_name types PlayerName character playerid integer Date character Opp character teamid integer season integer Team character HomeAway character Age integer W numeric L numeric ERA numeric G numeric GS numeric CG numeric ShO numeric SV numeric HLD numeric BS numeric IP numeric TBF numeric H numeric R numeric ER numeric HR numeric BB numeric IBB numeric HBP numeric WP numeric BK numeric SO numeric K/9 numeric BB/9 numeric H/9 numeric K/BB numeric fg_pitcher_game_logs 35 IFH% numeric BUH% numeric GB numeric FB numeric LD numeric IFFB numeric IFH numeric BU numeric BUH numeric K% numeric BB% numeric K-BB% numeric SIERA numeric HR/9 numeric AVG numeric WHIP numeric BABIP numeric LOB% numeric FIP numeric E-F numeric xFIP numeric ERA- numeric FIP- numeric xFIP- numeric GB/FB numeric LD% numeric GB% numeric FB% numeric IFFB% numeric HR/FB numeric RS numeric RS/9 numeric Balls numeric Strikes numeric Pitches numeric WPA numeric -WPA numeric +WPA numeric RE24 numeric REW numeric pLI numeric inLI numeric gmLI numeric exLI numeric Pulls numeric Games numeric WPA/LI numeric Clutch numeric 36 fg_pitcher_game_logs SD numeric MD numeric FB%1 numeric FBv numeric SL% numeric SLv numeric CT% numeric CTv numeric CB% numeric CBv numeric CH% numeric CHv numeric XX% numeric PO% numeric wFB numeric wSL numeric wCT numeric wCB numeric wCH numeric wFB/C numeric wSL/C numeric wCT/C numeric wCB/C numeric wCH/C numeric O-Swing% numeric Z-Swing% numeric Swing% numeric O-Contact% numeric Z-Contact% numeric Contact% numeric Zone% numeric F-Strike% numeric SwStr% numeric Pull numeric Cent numeric Oppo numeric Soft numeric Med numeric Hard numeric bipCount numeric Pull% numeric Cent% numeric Oppo% numeric Soft% numeric Med% numeric Hard% numeric tERA numeric GSv2 numeric fg_pitcher_leaders 37 Events numeric gamedate character dh integer Examples try(fg_pitcher_game_logs(playerid = 104, year = 2006)) fg_pitcher_leaders Scrape Pitcher Leaderboards from FanGraphs Description Scrape Pitcher Leaderboards from FanGraphs Usage fg_pitcher_leaders( x, y, league = "all", qual = "y", pitcher_type = "pit", ind = 1 ) Arguments x First season for which you want data. y Last season for which you want data. If multiple years selected, data returned will be aggregate data for the date range. If y = x, function will return single- season data. league Option for limiting results to different leagues or overall results. Options are "al", "nl", or "all". qual Whether you want only batters/pitchers that qualified in a given season, or the minimum number of plate appearances for inclusion. If you only want qualified hitters, use qual. If a minimum number of plate appearaces/innings pitched, use the number desired. Defaults to "y". pitcher_type Whether you want only starting pitchers, relievers, or all pitchers that meet the criteria specified in the qual argument. Options include "pit", "sta", "rel". ind Whether or not to break the seasons out individual, or roll them up together. 1 = split seasons, 0 = aggregate seasons. 38 fg_pitcher_leaders Value A data frame of pitcher data. fg_pitcher_leaders 39 col_name types playerid character # character Season character Name character Team character Age numeric W numeric L numeric ERA numeric G numeric GS numeric CG numeric ShO numeric SV numeric BS numeric IP numeric TBF numeric H numeric R numeric ER numeric HR numeric BB numeric IBB numeric HBP numeric WP numeric BK numeric SO numeric GB numeric FB numeric LD numeric IFFB numeric Balls numeric Strikes numeric Pitches numeric RS numeric IFH numeric BU numeric BUH numeric K_9 numeric BB_9 numeric K_BB numeric H_9 numeric HR_9 numeric AVG numeric WHIP numeric BABIP numeric LOB_pct numeric 40 fg_pitcher_leaders FIP numeric GB_FB numeric LD_pct numeric GB_pct numeric FB_pct numeric IFFB_pct numeric HR_FB numeric IFH_pct numeric BUH_pct numeric Starting numeric Start_IP numeric Relieving numeric Relief_IP numeric RAR numeric WAR numeric Dollars numeric tERA numeric xFIP numeric WPA numeric WPA_minus numeric WPA_plus numeric RE24 numeric REW numeric pLI numeric inLI numeric gmLI numeric exLI numeric Pulls numeric WPA_LI numeric Clutch numeric FBall_pct numeric FBv numeric SL_pct numeric SLv numeric CT_pct numeric CTv numeric CB_pct numeric CBv numeric CH_pct numeric CHv numeric SF_pct numeric SFv numeric KN_pct numeric KNv numeric XX_pct numeric PO_pct numeric wFB numeric wSL numeric fg_pitcher_leaders 41 wCT numeric wCB numeric wCH numeric wSF numeric wKN numeric wFB_C numeric wSL_C numeric wCT_C numeric wCB_C numeric wCH_C numeric wSF_C numeric wKN_C numeric O-Swing_pct numeric Z-Swing_pct numeric Swing_pct numeric O-Contact_pct numeric Z-Contact_pct numeric Contact_pct numeric Zone_pct numeric F-Strike_pct numeric SwStr_pct numeric HLD numeric SD numeric MD numeric ERA- numeric FIP- numeric xFIP- numeric K_pct numeric BB_pct numeric SIERA numeric RS_9 numeric E-F numeric FA_pct (sc) numeric FT_pct (sc) numeric FC_pct (sc) numeric FS_pct (sc) numeric FO_pct (sc) numeric SI_pct (sc) numeric SL_pct (sc) numeric CU_pct (sc) numeric KC_pct (sc) numeric EP_pct (sc) numeric CH_pct (sc) numeric SC_pct (sc) numeric KN_pct (sc) numeric UN_pct (sc) numeric vFA (sc) numeric vFT (sc) numeric 42 fg_pitcher_leaders vFC (sc) numeric vFS (sc) numeric vFO (sc) numeric vSI (sc) numeric vSL (sc) numeric vCU (sc) numeric vKC (sc) numeric vEP (sc) numeric vCH (sc) numeric vSC (sc) numeric vKN (sc) numeric FA-X (sc) numeric FT-X (sc) numeric FC-X (sc) numeric FS-X (sc) numeric FO-X (sc) numeric SI-X (sc) numeric SL-X (sc) numeric CU-X (sc) numeric KC-X (sc) numeric EP-X (sc) numeric CH-X (sc) numeric SC-X (sc) numeric KN-X (sc) numeric FA-Z (sc) numeric FT-Z (sc) numeric FC-Z (sc) numeric FS-Z (sc) numeric FO-Z (sc) numeric SI-Z (sc) numeric SL-Z (sc) numeric CU-Z (sc) numeric KC-Z (sc) numeric EP-Z (sc) numeric CH-Z (sc) numeric SC-Z (sc) numeric KN-Z (sc) numeric wFA (sc) numeric wFT (sc) numeric wFC (sc) numeric wFS (sc) numeric wFO (sc) numeric wSI (sc) numeric wSL (sc) numeric wCU (sc) numeric wKC (sc) numeric wEP (sc) numeric wCH (sc) numeric fg_pitcher_leaders 43 wSC (sc) numeric wKN (sc) numeric wFA_C (sc) numeric wFT_C (sc) numeric wFC_C (sc) numeric wFS_C (sc) numeric wFO_C (sc) numeric wSI_C (sc) numeric wSL_C (sc) numeric wCU_C (sc) numeric wKC_C (sc) numeric wEP_C (sc) numeric wCH_C (sc) numeric wSC_C (sc) numeric wKN_C (sc) numeric O-Swing_pct (sc) numeric Z-Swing_pct (sc) numeric Swing_pct (sc) numeric O-Contact_pct (sc) numeric Z-Contact_pct (sc) numeric Contact_pct (sc) numeric Zone_pct (sc) numeric Pace numeric RA9-WAR numeric BIP-Wins numeric LOB-Wins numeric FDP-Wins numeric AgeRng numeric K-BB_pct numeric Pull_pct numeric Cent_pct numeric Oppo_pct numeric Soft_pct numeric Med_pct numeric Hard_pct numeric kwERA numeric TTO_pct numeric CH_pct_pi numeric CS_pct_pi numeric CU_pct_pi numeric FA_pct_pi numeric FC_pct_pi numeric FS_pct_pi numeric KN_pct_pi numeric SB_pct_pi numeric SI_pct_pi numeric SL_pct_pi numeric XX_pct_pi numeric 44 fg_pitcher_leaders vCH_pi numeric vCS_pi numeric vCU_pi numeric vFA_pi numeric vFC_pi numeric vFS_pi numeric vKN_pi numeric vSB_pi numeric vSI_pi numeric vSL_pi numeric vXX_pi numeric CH-X_pi numeric CS-X_pi numeric CU-X_pi numeric FA-X_pi numeric FC-X_pi numeric FS-X_pi numeric KN-X_pi numeric SB-X_pi numeric SI-X_pi numeric SL-X_pi numeric XX-X_pi numeric CH-Z_pi numeric CS-Z_pi numeric CU-Z_pi numeric FA-Z_pi numeric FC-Z_pi numeric FS-Z_pi numeric KN-Z_pi numeric SB-Z_pi numeric SI-Z_pi numeric SL-Z_pi numeric XX-Z_pi numeric wCH_pi numeric wCS_pi numeric wCU_pi numeric wFA_pi numeric wFC_pi numeric wFS_pi numeric wKN_pi numeric wSB_pi numeric wSI_pi numeric wSL_pi numeric wXX_pi numeric wCH_C_pi numeric wCS_C_pi numeric wCU_C_pi numeric wFA_C_pi numeric fg_pitch_leaders 45 wFC_C_pi numeric wFS_C_pi numeric wKN_C_pi numeric wSB_C_pi numeric wSI_C_pi numeric wSL_C_pi numeric wXX_C_pi numeric O-Swing_pct_pi numeric Z-Swing_pct_pi numeric Swing_pct_pi numeric O-Contact_pct_pi numeric Z-Contact_pct_pi numeric Contact_pct_pi numeric Zone_pct_pi numeric Pace_pi numeric Dol numeric Examples fg_pitcher_leaders(x = 2015, y = 2015, qual = 150) fg_pitch_leaders (legacy) Scrape Pitcher Leaderboards from FanGraphs Description (legacy) Scrape Pitcher Leaderboards from FanGraphs Usage fg_pitch_leaders( x, y, league = "all", qual = "y", pitcher_type = "pit", ind = 1 ) Arguments x First season for which you want data. y Last season for which you want data. If multiple years selected, data returned will be aggregate data for the date range. If y = x, function will return single- season data. 46 fg_team_batter league Option for limiting results to different leagues or overall results. Options are "al", "nl", or "all". qual Whether you want only batters/pitchers that qualified in a given season, or the minimum number of plate appearances for inclusion. If you only want qualified hitters, use qual. If a minimum number of plate appearaces/innings pitched, use the number desired. Defaults to "y". pitcher_type Whether you want only starting pitchers, relievers, or all pitchers that meet the criteria specified in the qual argument. Options include "pit", "sta", "rel". ind Whether or not to break the seasons out individual, or roll them up together. 1 = split seasons, 0 = aggregate seasons. Value A data frame of pitcher data. fg_team_batter Scrape Team Batter Leaderboards from FanGraphs Description This function allows you to scrape all leaderboard statistics (basic and advanced) from FanGraphs.com. Usage fg_team_batter(x, y, league = "all", qual = "y", ind = 1, exc_p = TRUE) Arguments x First season for which you want data. y Last season for which you want data. If multiple years selected, data returned will be aggregate data for the date range. If y = x, function will return single- season data. league Option for limiting results to different leagues or overall results. Options are "al", "nl", or "all". qual Whether you want only batters/pitchers that qualified in a given season, or the minimum number of plate appearances for inclusion. If you only want qualified hitters, use qual. If a minimum number of plate appearaces/innings pitched, use the number desired. Defaults to "y". ind Whether or not to break the seasons out individual, or roll them up together. 1 = split seasons, 0 = aggregate seasons. exc_p (logical) Whether or not to exclude pitchers from the batter leaderboards. TRUE = exclude pitchers, FALSE = retain pitchers. Value A data frame of batter data. fg_team_batter 47 col_name types Season character # character Team character G numeric AB numeric PA numeric H numeric 1B numeric 2B numeric 3B numeric HR numeric R numeric RBI numeric BB numeric IBB numeric SO numeric HBP numeric SF numeric SH numeric GDP numeric SB numeric CS numeric AVG numeric GB numeric FB numeric LD numeric IFFB numeric Pitches numeric Balls numeric Strikes numeric IFH numeric BU numeric BUH numeric BB_pct numeric K_pct numeric BB_K numeric OBP numeric SLG numeric OPS numeric ISO numeric BABIP numeric GB_FB numeric LD_pct numeric GB_pct numeric FB_pct numeric IFFB_pct numeric HR_FB numeric 48 fg_team_batter IFH_pct numeric BUH_pct numeric wOBA numeric wRAA numeric wRC numeric Bat numeric Fld numeric Rep numeric Pos numeric RAR numeric WAR numeric Dol numeric Spd numeric wRC_plus numeric WPA numeric WPA_minus numeric WPA_plus numeric RE24 numeric REW numeric pLI numeric phLI numeric PH numeric WPA_LI numeric Clutch numeric FBall_pct numeric FBv numeric SL_pct numeric SLv numeric CT_pct numeric CTv numeric CB_pct numeric CBv numeric CH_pct numeric CHv numeric SF_pct numeric SFv numeric KN_pct numeric KNv numeric XX_pct numeric PO_pct numeric wFB numeric wSL numeric wCT numeric wCB numeric wCH numeric wSF numeric wKN numeric wFB_C numeric fg_team_batter 49 wSL_C numeric wCT_C numeric wCB_C numeric wCH_C numeric wSF_C numeric wKN_C numeric O-Swing_pct numeric Z-Swing_pct numeric Swing_pct numeric O-Contact_pct numeric Z-Contact_pct numeric Contact_pct numeric Zone_pct numeric F-Strike_pct numeric SwStr_pct numeric BsR numeric FA_pct (sc) numeric FT_pct (sc) numeric FC_pct (sc) numeric FS_pct (sc) numeric FO_pct (sc) numeric SI_pct (sc) numeric SL_pct (sc) numeric CU_pct (sc) numeric KC_pct (sc) numeric EP_pct (sc) numeric CH_pct (sc) numeric SC_pct (sc) numeric KN_pct (sc) numeric UN_pct (sc) numeric vFA (sc) numeric vFT (sc) numeric vFC (sc) numeric vFS (sc) numeric vFO (sc) numeric vSI (sc) numeric vSL (sc) numeric vCU (sc) numeric vKC (sc) numeric vEP (sc) numeric vCH (sc) numeric vSC (sc) numeric vKN (sc) numeric FA-X (sc) numeric FT-X (sc) numeric FC-X (sc) numeric FS-X (sc) numeric FO-X (sc) numeric 50 fg_team_batter SI-X (sc) numeric SL-X (sc) numeric CU-X (sc) numeric KC-X (sc) numeric EP-X (sc) numeric CH-X (sc) numeric SC-X (sc) numeric KN-X (sc) numeric FA-Z (sc) numeric FT-Z (sc) numeric FC-Z (sc) numeric FS-Z (sc) numeric FO-Z (sc) numeric SI-Z (sc) numeric SL-Z (sc) numeric CU-Z (sc) numeric KC-Z (sc) numeric EP-Z (sc) numeric CH-Z (sc) numeric SC-Z (sc) numeric KN-Z (sc) numeric wFA (sc) numeric wFT (sc) numeric wFC (sc) numeric wFS (sc) numeric wFO (sc) numeric wSI (sc) numeric wSL (sc) numeric wCU (sc) numeric wKC (sc) numeric wEP (sc) numeric wCH (sc) numeric wSC (sc) numeric wKN (sc) numeric wFA_C (sc) numeric wFT_C (sc) numeric wFC_C (sc) numeric wFS_C (sc) numeric wFO_C (sc) numeric wSI_C (sc) numeric wSL_C (sc) numeric wCU_C (sc) numeric wKC_C (sc) numeric wEP_C (sc) numeric wCH_C (sc) numeric wSC_C (sc) numeric wKN_C (sc) numeric O-Swing_pct (sc) numeric fg_team_batter 51 Z-Swing_pct (sc) numeric Swing_pct (sc) numeric O-Contact_pct (sc) numeric Z-Contact_pct (sc) numeric Contact_pct (sc) numeric Zone_pct (sc) numeric Pace numeric Def numeric wSB numeric UBR numeric AgeRng numeric Off numeric Lg numeric wGDP numeric Pull_pct numeric Cent_pct numeric Oppo_pct numeric Soft_pct numeric Med_pct numeric Hard_pct numeric TTO_pct numeric CH_pct_pi numeric CS_pct_pi numeric CU_pct_pi numeric FA_pct_pi numeric FC_pct_pi numeric FS_pct_pi numeric KN_pct_pi numeric SB_pct_pi numeric SI_pct_pi numeric SL_pct_pi numeric XX_pct_pi numeric vCH_pi numeric vCS_pi numeric vCU_pi numeric vFA_pi numeric vFC_pi numeric vFS_pi numeric vKN_pi numeric vSB_pi numeric vSI_pi numeric vSL_pi numeric vXX_pi numeric CH-X_pi numeric CS-X_pi numeric CU-X_pi numeric FA-X_pi numeric FC-X_pi numeric 52 fg_team_batter FS-X_pi numeric KN-X_pi numeric SB-X_pi numeric SI-X_pi numeric SL-X_pi numeric XX-X_pi numeric CH-Z_pi numeric CS-Z_pi numeric CU-Z_pi numeric FA-Z_pi numeric FC-Z_pi numeric FS-Z_pi numeric KN-Z_pi numeric SB-Z_pi numeric SI-Z_pi numeric SL-Z_pi numeric XX-Z_pi numeric wCH_pi numeric wCS_pi numeric wCU_pi numeric wFA_pi numeric wFC_pi numeric wFS_pi numeric wKN_pi numeric wSB_pi numeric wSI_pi numeric wSL_pi numeric wXX_pi numeric wCH_C_pi numeric wCS_C_pi numeric wCU_C_pi numeric wFA_C_pi numeric wFC_C_pi numeric wFS_C_pi numeric wKN_C_pi numeric wSB_C_pi numeric wSI_C_pi numeric wSL_C_pi numeric wXX_C_pi numeric O-Swing_pct_pi numeric Z-Swing_pct_pi numeric Swing_pct_pi numeric O-Contact_pct_pi numeric Z-Contact_pct_pi numeric Contact_pct_pi numeric Zone_pct_pi numeric Pace_pi numeric fg_team_pitcher 53 Examples try(fg_team_batter(x = 2015, y = 2015, qual = 200)) fg_team_pitcher Scrape Team Pitcher Leaderboards from FanGraphs Description Scrape Team Pitcher Leaderboards from FanGraphs Usage fg_team_pitcher(x, y, league = "all", qual = 0, pitcher_type = "pit", ind = 1) Arguments x First season for which you want data. y Last season for which you want data. If multiple years selected, data returned will be aggregate data for the date range. If y = x, function will return single- season data. league Option for limiting results to different leagues or overall results. Options are "al", "nl", or "all". qual Whether you want only batters/pitchers that qualified in a given season, or the minimum number of plate appearances for inclusion. If you only want qualified hitters, use qual. If a minimum number of plate appearaces/innings pitched, use the number desired. Defaults to "y". pitcher_type Whether you want only starting pitchers, relievers, or all pitchers that meet the criteria specified in the qual argument. Options include "pit", "sta", "rel". ind Whether or not to break the seasons out individual, or roll them up together. 1 = split seasons, 0 = aggregate seasons. Value A data frame of pitcher data. col_name types Season character # character Team character W numeric L numeric ERA numeric G numeric GS numeric 54 fg_team_pitcher CG numeric ShO numeric SV numeric BS numeric IP numeric TBF numeric H numeric R numeric ER numeric HR numeric BB numeric IBB numeric HBP numeric WP numeric BK numeric SO numeric GB numeric FB numeric LD numeric IFFB numeric Balls numeric Strikes numeric Pitches numeric RS numeric IFH numeric BU numeric BUH numeric K_9 numeric BB_9 numeric K_BB numeric H_9 numeric HR_9 numeric AVG numeric WHIP numeric BABIP numeric LOB_pct numeric FIP numeric GB_FB numeric LD_pct numeric GB_pct numeric FB_pct numeric IFFB_pct numeric HR_FB numeric IFH_pct numeric BUH_pct numeric Starting numeric Start_IP numeric Relieving numeric fg_team_pitcher 55 Relief_IP numeric RAR numeric WAR numeric Dollars numeric tERA numeric xFIP numeric WPA numeric WPA_minus numeric WPA_plus numeric RE24 numeric REW numeric pLI numeric inLI numeric gmLI numeric exLI numeric Pulls numeric WPA_LI numeric Clutch numeric FBall_pct numeric FBv numeric SL_pct numeric SLv numeric CT_pct numeric CTv numeric CB_pct numeric CBv numeric CH_pct numeric CHv numeric SF_pct numeric SFv numeric KN_pct numeric KNv numeric XX_pct numeric PO_pct numeric wFB numeric wSL numeric wCT numeric wCB numeric wCH numeric wSF numeric wKN numeric wFB_C numeric wSL_C numeric wCT_C numeric wCB_C numeric wCH_C numeric wSF_C numeric wKN_C numeric 56 fg_team_pitcher O-Swing_pct numeric Z-Swing_pct numeric Swing_pct numeric O-Contact_pct numeric Z-Contact_pct numeric Contact_pct numeric Zone_pct numeric F-Strike_pct numeric SwStr_pct numeric HLD numeric SD numeric MD numeric ERA- numeric FIP- numeric xFIP- numeric K_pct numeric BB_pct numeric SIERA numeric RS_9 numeric E-F numeric FA_pct (sc) numeric FT_pct (sc) numeric FC_pct (sc) numeric FS_pct (sc) numeric FO_pct (sc) numeric SI_pct (sc) numeric SL_pct (sc) numeric CU_pct (sc) numeric KC_pct (sc) numeric EP_pct (sc) numeric CH_pct (sc) numeric SC_pct (sc) numeric KN_pct (sc) numeric UN_pct (sc) numeric vFA (sc) numeric vFT (sc) numeric vFC (sc) numeric vFS (sc) numeric vFO (sc) numeric vSI (sc) numeric vSL (sc) numeric vCU (sc) numeric vKC (sc) numeric vEP (sc) numeric vCH (sc) numeric vSC (sc) numeric vKN (sc) numeric FA-X (sc) numeric fg_team_pitcher 57 FT-X (sc) numeric FC-X (sc) numeric FS-X (sc) numeric FO-X (sc) numeric SI-X (sc) numeric SL-X (sc) numeric CU-X (sc) numeric KC-X (sc) numeric EP-X (sc) numeric CH-X (sc) numeric SC-X (sc) numeric KN-X (sc) numeric FA-Z (sc) numeric FT-Z (sc) numeric FC-Z (sc) numeric FS-Z (sc) numeric FO-Z (sc) numeric SI-Z (sc) numeric SL-Z (sc) numeric CU-Z (sc) numeric KC-Z (sc) numeric EP-Z (sc) numeric CH-Z (sc) numeric SC-Z (sc) numeric KN-Z (sc) numeric wFA (sc) numeric wFT (sc) numeric wFC (sc) numeric wFS (sc) numeric wFO (sc) numeric wSI (sc) numeric wSL (sc) numeric wCU (sc) numeric wKC (sc) numeric wEP (sc) numeric wCH (sc) numeric wSC (sc) numeric wKN (sc) numeric wFA_C (sc) numeric wFT_C (sc) numeric wFC_C (sc) numeric wFS_C (sc) numeric wFO_C (sc) numeric wSI_C (sc) numeric wSL_C (sc) numeric wCU_C (sc) numeric wKC_C (sc) numeric wEP_C (sc) numeric 58 fg_team_pitcher wCH_C (sc) numeric wSC_C (sc) numeric wKN_C (sc) numeric O-Swing_pct (sc) numeric Z-Swing_pct (sc) numeric Swing_pct (sc) numeric O-Contact_pct (sc) numeric Z-Contact_pct (sc) numeric Contact_pct (sc) numeric Zone_pct (sc) numeric Pace numeric RA9-WAR numeric BIP-Wins numeric LOB-Wins numeric FDP-Wins numeric AgeRng numeric K-BB_pct numeric Pull_pct numeric Cent_pct numeric Oppo_pct numeric Soft_pct numeric Med_pct numeric Hard_pct numeric kwERA numeric TTO_pct numeric CH_pct_pi numeric CS_pct_pi numeric CU_pct_pi numeric FA_pct_pi numeric FC_pct_pi numeric FS_pct_pi numeric KN_pct_pi numeric SB_pct_pi numeric SI_pct_pi numeric SL_pct_pi numeric XX_pct_pi numeric vCH_pi numeric vCS_pi numeric vCU_pi numeric vFA_pi numeric vFC_pi numeric vFS_pi numeric vKN_pi numeric vSB_pi numeric vSI_pi numeric vSL_pi numeric vXX_pi numeric CH-X_pi numeric fg_team_pitcher 59 CS-X_pi numeric CU-X_pi numeric FA-X_pi numeric FC-X_pi numeric FS-X_pi numeric KN-X_pi numeric SB-X_pi numeric SI-X_pi numeric SL-X_pi numeric XX-X_pi numeric CH-Z_pi numeric CS-Z_pi numeric CU-Z_pi numeric FA-Z_pi numeric FC-Z_pi numeric FS-Z_pi numeric KN-Z_pi numeric SB-Z_pi numeric SI-Z_pi numeric SL-Z_pi numeric XX-Z_pi numeric wCH_pi numeric wCS_pi numeric wCU_pi numeric wFA_pi numeric wFC_pi numeric wFS_pi numeric wKN_pi numeric wSB_pi numeric wSI_pi numeric wSL_pi numeric wXX_pi numeric wCH_C_pi numeric wCS_C_pi numeric wCU_C_pi numeric wFA_C_pi numeric wFC_C_pi numeric wFS_C_pi numeric wKN_C_pi numeric wSB_C_pi numeric wSI_C_pi numeric wSL_C_pi numeric wXX_C_pi numeric O-Swing_pct_pi numeric Z-Swing_pct_pi numeric Swing_pct_pi numeric O-Contact_pct_pi numeric Z-Contact_pct_pi numeric 60 fip_plus Contact_pct_pi numeric Zone_pct_pi numeric Pace_pi numeric Dol numeric Examples fg_team_pitcher(x = 2015, y = 2015, qual = 150) fip_plus Calculate FIP and related metrics for any set of data Description This function allows you to calculate FIP and related metrics for any given set of data, provided the right variables are in the data set. The function currently returns both FIP per inning pitched, wOBA against (based on batters faced), and wOBA against per instance of fair contact. Usage fip_plus(df) Arguments df A data frame of statistics that includes, at a minimum, the following columns: IP (innings pitched), BF (batters faced), uBB (unintentional walks), HBP (Hit By Pitch), x1B (singles), x2B (doubles), x3B (triples), HR (home runs), AB (at-bats), SH (sacrifice hits), SO (strike outs), and season. Value Returns a tibble with the following columns: col_name types bbref_id character season integer Name character Age numeric Level character Team character G numeric GS numeric W numeric L numeric SV numeric fip_plus 61 IP numeric H numeric R numeric ER numeric uBB numeric BB numeric SO numeric HR numeric HBP numeric ERA numeric AB numeric X1B numeric X2B numeric X3B numeric IBB numeric GDP numeric SF numeric SB numeric CS numeric PO numeric BF numeric Pit numeric Str numeric StL numeric StS numeric GB.FB numeric LD numeric PU numeric WHIP numeric BAbip numeric SO9 numeric SO.W numeric SO_perc numeric uBB_perc numeric SO_uBB numeric FIP numeric wOBA_against numeric wOBA_CON_against numeric Examples df <- bref_daily_pitcher("2015-04-05", "2015-04-30") try(fip_plus(df)) 62 get_draft_mlb get_batting_orders (legacy) Retrieve batting orders for a given MLB game Description (legacy) Retrieve batting orders for a given MLB game Usage get_batting_orders(game_pk, type = "starting") Arguments game_pk The unique game_pk identifier for the game type Whether to just return the starting lineup (’starting’) or all batters that appeared (’all’) Value Returns a tibble that includes probable starting pitchers and the home plate umpire for the game_pk requested get_draft_mlb (legacy) Retrieve draft pick information by year Description (legacy) Retrieve draft pick information by year Usage get_draft_mlb(year) Arguments year The year for which to return data Value Returns a tibble with information for every draft pick in every round for the year requested get_game_info_mlb 63 get_game_info_mlb (legacy) Retrieve additional game information for major and mi- nor league games Description (legacy) Retrieve additional game information for major and minor league games Usage get_game_info_mlb(game_pk) Arguments game_pk The unique game_pk identifier for the game Value Returns a tibble that includes supplemental information, such as weather, official scorer, attendance, etc., for the game_pk provided get_game_info_sup_petti (legacy) Download a data frame of supplemental data about MLB games since 2008. Description (legacy) Download a data frame of supplemental data about MLB games since 2008. Usage get_game_info_sup_petti() Value Function returns a tibble with various columns, including: • game_pk • game_date • venue id • attendance • game temperature • wind speed • direction • start time • end time 64 get_ncaa_baseball_pbp get_game_pks_mlb (legacy) Get MLB Game Info by Date and Level Description (legacy) Get MLB Game Info by Date and Level Usage get_game_pks_mlb(date, level_ids = c(1)) Arguments date The date for which you want to find game_pk values for MLB games level_ids A numeric vector with ids for each level where game_pks are desired. See below for a reference of level ids. Value Returns a tibble that includes game_pk values and additional information for games scheduled or played get_ncaa_baseball_pbp (legacy) Get Play-By-Play Data for NCAA Baseball Games Description (legacy) Get Play-By-Play Data for NCAA Baseball Games (legacy) Get Play-By-Play Data for NCAA Baseball Games Usage get_ncaa_baseball_pbp( game_info_url = NA_character_, game_pbp_url = NA_character_, raw_html_to_disk = FALSE, raw_html_path = "/", read_from_file = FALSE, file = NA_character_, ... ) ncaa_baseball_pbp( game_info_url = NA_character_, game_pbp_url = NA_character_, get_ncaa_game_logs 65 raw_html_to_disk = FALSE, raw_html_path = "/", read_from_file = FALSE, file = NA_character_, ... ) Arguments game_info_url The url for the game’s boxscore data. This can be found using the ncaa_schedule_info function. game_pbp_url The url for the game’s play-by-play data. This can be found using the ncaa_schedule_info function. raw_html_to_disk Write raw html to disk (saves as game_pbp_id.html in raw_html_path direc- tory) raw_html_path Directory path to write raw html read_from_file Read from raw html on disk file File with full path to read raw html ... Additional arguments passed to an underlying function like httr. Value A data frame with play-by-play data for an individual game. A data frame with play-by-play data for an individual game. get_ncaa_game_logs (legacy) Get NCAA Baseball Game Logs Description (legacy) Get NCAA Baseball Game Logs Usage get_ncaa_game_logs(player_id, year, type = "batting", span = "game", ...) Arguments player_id A player’s unique id. Can be found using the get_ncaa_baseball_roster function. year The year of interest. type The kind of statistics you want to return. Current options are ’batting’ or ’pitch- ing’. span The span of time; can either be ’game’ for game logs in a season, or ’career’ which returns seasonal stats for a player’s career. ... Additional arguments passed to an underlying function like httr. 66 get_ncaa_park_factor Value A data frame containing player and school information as well as game by game statistics get_ncaa_lineups (legacy) Retrieve lineups for a given NCAA game via its game_info_url Description (legacy) Retrieve lineups for a given NCAA game via its game_info_url Usage get_ncaa_lineups(game_info_url = NULL, ...) Arguments game_info_url The unique game info url ... Additional arguments passed to an underlying function like httr. Value Returns a tibble of each school’s starting lineup and starting pitcher get_ncaa_park_factor (legacy) Get Park Effects for NCAA Baseball Teams Description (legacy) Get Park Effects for NCAA Baseball Teams Usage get_ncaa_park_factor(team_id, years, type = "conference", ...) Arguments team_id The team’s unique NCAA id. years The season or seasons (i.e. use 2016 for the 2015-2016 season, etc., limited to just 2013-2020 seasons). type default is conference. the conference parameter adjusts for the conference the school plays in, the division parameter calculates based on the division the school plays in 1,2,or 3. Defaults to ’conference’. ... Additional arguments passed to an underlying function like httr. get_ncaa_schedule_info 67 Value A data frame with the following fields: school, home_game, away_game, runs_scored_home, runs_allowed_home, run_scored_away, runs_allowed_away, base_pf (base park factor), home_game_adj (an adjustment for the percentage of home games played) final_pf (park factor after adjustments) get_ncaa_schedule_info (legacy) Get Schedule and Results for NCAA Baseball Teams Description (legacy) Get Schedule and Results for NCAA Baseball Teams Usage get_ncaa_schedule_info(team_id = NULL, year = NULL, pbp_links = FALSE, ...) Arguments team_id The team’s unique NCAA id. year The season (i.e. use 2016 for the 2015-2016 season, etc.) pbp_links Logical parameter to run process for scraping play_by_play urls for each game ... Additional arguments passed to an underlying function like httr. Value A data frame with the following fields: date, opponent, result, score, innings (if more than regula- tion), and the url for the game itself. get_pbp_mlb (legacy) Acquire pitch-by-pitch data for Major and Minor League games Description (legacy) Acquire pitch-by-pitch data for Major and Minor League games (legacy) Acquire pitch-by-pitch data for Major and Minor League games Usage get_pbp_mlb(game_pk) get_pbp_mlb(game_pk) 68 get_retrosheet_data Arguments game_pk The date for which you want to find game_pk values for MLB games Value Returns a tibble that includes over 100 columns of data provided by the MLB Stats API at a pitch level. Returns a tibble that includes over 100 columns of data provided by the MLB Stats API at a pitch level. get_probables_mlb (legacy) Retrieve probable starters for a given MLB game Description (legacy) Retrieve probable starters for a given MLB game Usage get_probables_mlb(game_pk) Arguments game_pk The unique game_pk identifier for the game Value Returns a tibble that includes probable starting pitchers and the home plate umpire for the game_pk requested get_retrosheet_data (legacy) Get, Parse, and Format Retrosheet Event and Roster Files Description (legacy) Get, Parse, and Format Retrosheet Event and Roster Files Usage get_retrosheet_data( path_to_directory = NULL, years_to_acquire = most_recent_mlb_season() - 1, sequence_years = FALSE ) get_umpire_ids_petti 69 Arguments path_to_directory (default: NULL) A file path that if set, either: 1. creates a new directory, or 2. uses the path to an existing directory years_to_acquire (format: YYYY) The seasons to collect. Single, multiple, and sequential years can be passed. If passing multiple years, enclose in a vector (i.e. c(2017,2018)). Defaults to most_recent_mlb_season(). sequence_years (logical, default: FALSE): If the seasons passed in the years_to_acquire param- eter should be sequenced so that the function returns all years including and between the vector passed, set the argument to TRUE. Defaults to FALSE. Value If path_to_directory is not set (default), the process will return a named list of tibbles: ’events’ and ’rosters’ for each season provided to years_to_acquire If path_to_directory is set, will also write two csv files to the unzipped directory: 1) a combined csv of the event data for a given year and 2) a combined csv of each team’s roster for each year provided to years_to_acquire get_umpire_ids_petti (legacy) Download a data frame of all umpires and their MLBAM IDs for games since 2008 Description (legacy) Download a data frame of all umpires and their MLBAM IDs for games since 2008 Usage get_umpire_ids_petti() Value Function returns a tibble with the following columns: • id • position, • name • game_pk • game_date 70 ggspraychart ggspraychart Generate spray charts with ggplot2 Description This function allows you to create spray charts with ggplots given a data frame with batted ball location coordinates. Usage ggspraychart( data, x_value = "hc_x", y_value = "-hc_y", fill_value = NULL, fill_palette = NULL, fill_legend_title = NULL, density = FALSE, bin_size = 15, point_alpha = 0.75, point_size = 2, frame = NULL ) Arguments data A data frame that includes batted ball coordinates. Typically, this coordinates will come from the GameDay xml feed or downloads from baseballsavant.com x_value The x coordindate. Typically hc_x. y_value The y coordinate. Typically hc_y. You generally need the inverse or negative of the hc_y values, so it is recommended you calculate before plotting. fill_value The categorical variable that you want the geom_points to base the fill on. Pass as a string. If left blank, defaults to blue. fill_palette An object containing a customer palette to be used with ggplot2::scale_fill_manual. fill_legend_title A string containing a custom legend title to be used with ggplot2::scale_fill_manual. density Chooses between a 2d density plot or a point plot. Defaults to FALSE. bin_size Size of bins used when building a density plot. Defaults to 15. point_alpha Alpha value whenever geom_point is used. Defaults to .75. Recommend .3 for density plots. To remove points on density points set use point_alpha = 0. point_size Set the size of geom_point if used. frame Variable to use as the frame argument if using gganimate to create animated plots. For density plots be sure your variable is a factor. label_statcast_imputed_data 71 Details ggspraychart(df, x_value = "hc_x", y_value = "-hc_y", fill_value = "events") Value A plot of the spraychart for the supplied dataset label_statcast_imputed_data Label Statcast data as imputed Description Based on a series of heuristics, this function attempts to label Statcast data for which the launch angle and speed have been imputed. Usage label_statcast_imputed_data( statcast_df, impute_file = NULL, inverse_precision = 10000 ) Arguments statcast_df A dataframe containing Statcast batted ball data impute_file A CSV file giving the launch angle, launch speed, bb_type, events fields to label as imputed. if NULL then it’s read from the extdata folder of the package. inverse_precision inverse of how many digits to truncate the launch angle and speed to for com- parison. Default is 10000, i.e. keep 4 digits of precision. Value A copy of the input dataframe with a new column imputed appended. imputed is 1 if launch angle and launch speed are likely imputed, 0 otherwise. Returns a tibble with the following columns: col_name types pitch_type character game_date Date release_speed numeric release_pos_x numeric release_pos_z numeric player_name character batter numeric pitcher numeric 72 label_statcast_imputed_data events character description character spin_dir logical spin_rate_deprecated logical break_angle_deprecated logical break_length_deprecated logical zone numeric des character game_type character stand character p_throws character home_team character away_team character type character hit_location integer bb_type character balls integer strikes integer game_year integer pfx_x numeric pfx_z numeric plate_x numeric plate_z numeric on_3b numeric on_2b numeric on_1b numeric outs_when_up integer inning numeric inning_topbot character hc_x numeric hc_y numeric tfs_deprecated logical tfs_zulu_deprecated logical fielder_2 numeric umpire logical sv_id logical vx0 numeric vy0 numeric vz0 numeric ax numeric ay numeric az numeric sz_top numeric sz_bot numeric hit_distance_sc numeric launch_speed numeric launch_angle numeric effective_speed numeric label_statcast_imputed_data 73 release_spin_rate numeric release_extension numeric game_pk numeric pitcher_1 numeric fielder_2_1 numeric fielder_3 numeric fielder_4 numeric fielder_5 numeric fielder_6 numeric fielder_7 numeric fielder_8 numeric fielder_9 numeric release_pos_y numeric estimated_ba_using_speedangle numeric estimated_woba_using_speedangle numeric woba_value numeric woba_denom integer babip_value integer iso_value integer launch_speed_angle integer at_bat_number numeric pitch_number numeric pitch_name character home_score numeric away_score numeric bat_score numeric fld_score numeric post_away_score numeric post_home_score numeric post_bat_score numeric post_fld_score numeric if_fielding_alignment character of_fielding_alignment character spin_axis numeric delta_home_win_exp numeric delta_run_exp numeric ila integer ils integer imputed numeric Examples statcast_df <- statcast_search("2017-05-01", "2017-05-02") sc_df <- label_statcast_imputed_data(statcast_df) mean(sc_df$imputed) 74 load_game_info_sup linear_weights_savant Generate linear weight values for events using Baseball Savant data Description This function allows a user to generate linear weight values for events using Baseball Savant data. Output includes both linear weights above average and linear weights above outs for home runs, triples, doubles, singles, walks, hit by pitches, and outs. Usage linear_weights_savant(df, level = "plate appearance") Arguments df A data frame generated from Baseball Savant that has been run through the run_expectancy_code() function. level Whether to calculate linear weights the plate appearance or pitch level. Defaults to ’plate appearance’. Value Returns a tibble with the following columns: col_name types events character linear_weights_above_average numeric linear_weights_above_outs numeric Examples df <- statcast_search(start_date = "2016-04-06", end_date = "2016-04-15", playerid = 621043, player_type = 'batter') df <- run_expectancy_code(df, level = "plate appearances") try(linear_weights_savant(df, level = "plate appearance")) load_game_info_sup Download a data frame of supplemental data about MLB games since 2008. Description Download a data frame of supplemental data about MLB games since 2008. load_ncaa_baseball_pbp 75 Usage load_game_info_sup() Value Function returns a tibble with various columns, including: • game_pk • game_date • venue id • attendance • game temperature • wind speed • direction • start time • end time Examples try(load_game_info_sup()) load_ncaa_baseball_pbp Load cleaned NCAA baseball play-by-play data from the base- ballr data repo Description helper that loads multiple seasons from the data repo either into memory or writes it into a db using some forwarded arguments in the dots Usage load_ncaa_baseball_pbp( seasons = most_recent_ncaa_baseball_season(), ..., dbConnection = NULL, tablename = NULL ) 76 load_ncaa_baseball_schedule Arguments seasons A vector of 4-digit years associated with given NCAA college baseball seasons. (Min: 2022) ... Additional arguments passed to an underlying function that writes the season data into a database. dbConnection A DBIConnection object, as returned by tablename The name of the schedule data table within the database Value Returns a tibble Examples load_ncaa_baseball_pbp(seasons = 2021) load_ncaa_baseball_schedule Load cleaned NCAA baseball schedule from the baseballr data repo Description helper that loads multiple seasons from the data repo either into memory or writes it into a db using some forwarded arguments in the dots Usage load_ncaa_baseball_schedule( seasons = most_recent_ncaa_baseball_season(), ..., dbConnection = NULL, tablename = NULL ) Arguments seasons A vector of 4-digit years associated with given NCAA college baseball seasons. (Min: 2012) ... Additional arguments passed to an underlying function that writes the season data into a database. dbConnection A DBIConnection object, as returned by tablename The name of the schedule data table within the database load_ncaa_baseball_season_ids 77 Value Returns a tibble Examples load_ncaa_baseball_schedule(seasons = 2022) load_ncaa_baseball_season_ids Load cleaned NCAA men’s college baseball season IDs from the baseballr data repo Description helper that loads multiple seasons of season IDs from the data repo either into memory or writes it into a db using some forwarded arguments in the dots Usage load_ncaa_baseball_season_ids(..., dbConnection = NULL, tablename = NULL) Arguments ... Additional arguments passed to an underlying function that writes the season data into a database. dbConnection A DBIConnection object, as returned by tablename The name of the data table within the database Value Returns a tibble Examples load_ncaa_baseball_season_ids() 78 load_umpire_ids load_ncaa_baseball_teams Load cleaned NCAA men’s college baseball teams from the base- ballr data repo Description helper that loads multiple seasons of teams from the data repo either into memory or writes it into a db using some forwarded arguments in the dots Usage load_ncaa_baseball_teams(..., dbConnection = NULL, tablename = NULL) Arguments ... Additional arguments passed to an underlying function that writes the season data into a database. dbConnection A DBIConnection object, as returned by tablename The name of the data table within the database Value Returns a tibble Examples load_ncaa_baseball_teams() load_umpire_ids Download a data frame of all umpires and their mlbamids for games since 2008 Description Download a data frame of all umpires and their mlbamids for games since 2008 Usage load_umpire_ids() metrics 79 Value Function returns a tibble with the following columns: • id • position • name • game_pk • game_date Examples try(load_umpire_ids()) metrics Metrics Functions Overview Description fip_plus(): Calculate FIP and related metrics for any set of data. woba_plus() Calculate wOBA and related metrics for any set of data. team_consistency() Calculate Team-level Consistency. label_statcast_imputed_data() Label Statcast data as imputed. run_expectancy_code() Generate run expectancy and related measures from Baseball Savant data. linear_weights_savant() Generate linear weight values for events using Baseball Savant data. Details Calculate Team-level Consistency: team_consistency(year=2015) Calculate FIP and related metrics for any set of data: fips_plus(df) Calculate wOBA and related metrics for any set of data: woba_plus(df) Label Statcast data as imputed: statcast_df <- scrape_statcast_savant("2017-05-01", "2017-05-02") sc_df <- label_statcast_imputed_data(statcast_df) mean(sc_df$imputed) 80 milb_pitcher_game_logs_fg Generate run expectancy and related measures from Baseball Savant data: df <- statcast_search(start_date = "2016-04-06", end_date = "2016-04-15", playerid = 621043, player_type = 'batter') run_expectancy_code(df, level = "plate appearances") Generate linear weight values for events using Baseball Savant data: df <- statcast_search(start_date = "2016-04-06", end_date = "2016-04-15", playerid = 621043, player_type = 'batter') df <- run_expectancy_code(df, level = "plate appearances") linear_weights_savant(df, level = "plate appearance") milb_batter_game_logs_fg (legacy) Scrape MiLB game logs for batters from FanGraphs Description (legacy) Scrape MiLB game logs for batters from FanGraphs Usage milb_batter_game_logs_fg(playerid, year) Arguments playerid The batter’s minor league ID from FanGraphs. year The season for which game logs should be returned. Value Returns a tibble of Minor League batter game logs. milb_pitcher_game_logs_fg (legacy) Scrape MiLB game logs for pitchers from FanGraphs Description (legacy) Scrape MiLB game logs for pitchers from FanGraphs Usage milb_pitcher_game_logs_fg(playerid, year) mlb 81 Arguments playerid The pitcher’s minor league ID from FanGraphs.com. year The season for which game logs should be returned. Value Returns a tibble of Minor League pitcher game logs. mlb MLB Functions Overview Description mlb_batting_orders(): Retrieve batting orders for a given MLB game. mlb_draft(): Retrieve draft pick information by year. mlb_pbp(): Acquire pitch-by-pitch data for Major and Minor League games. mlb_game_info(): Retrieve additional game information for major and minor league games. mlb_game_pks(): Get MLB Game Info by Date and Level. mlb_schedule(): Find game_pk values for professional baseball games (major and minor leagues). mlb_probables(): Retrieve probable starters for a given MLB game. Details Retrieve batting orders for a given MLB game: mlb_batting_orders(game_pk=566001) Retrieve draft pick information by year: mlb_draft(year= 2018) Acquire pitch-by-pitch data for Major and Minor League games: mlb_pbp(game_pk = 575156) Retrieve additional game information for major and minor league games: mlb_game_info(game_pk = 566001) Get MLB Game Info by Date and Level: mlb_game_pks("2019-04-29") Find game_pk values for professional baseball games (major and minor leagues): mlb_schedule(season = "2019") Retrieve probable starters for a given MLB game: mlb_probables(566001) 82 mlb_all_star_ballots mlb_all_star_ballots Find MLB All-Star Ballots Description Find MLB All-Star Ballots Usage mlb_all_star_ballots(league_id = NULL, season = NULL) Arguments league_id League ID for league all-star ballot of interest. season The season of the all-star ballot. Value Returns a tibble with the following columns: col_name types player_id integer full_name character link character first_name character last_name character primary_number character birth_date character current_age integer birth_city character birth_state_province character birth_country character height character weight integer active logical use_name character middle_name character boxscore_name character nick_name character gender character is_player logical is_verified logical draft_year integer mlb_debut_date character name_first_last character name_slug character first_last_name character mlb_all_star_final_vote 83 last_first_name character last_init_name character init_last_name character full_fml_name character full_lfm_name character strike_zone_top numeric strike_zone_bottom numeric pronunciation character name_matrilineal character name_title character primary_position_code character primary_position_name character primary_position_type character primary_position_abbreviation character bat_side_code character bat_side_description character pitch_hand_code character pitch_hand_description character league_id numeric season numeric Examples try(mlb_all_star_ballots(league_id = 103, season = 2021)) mlb_all_star_final_vote Find MLB All-Star Final Vote Description Find MLB All-Star Final Vote Usage mlb_all_star_final_vote(league_id = NULL, season = NULL) Arguments league_id League ID for league all-star ballot of interest. season The season of the all-star ballot. Value Returns a tibble with the following columns: 84 mlb_all_star_final_vote col_name types player_id integer full_name character link character first_name character last_name character primary_number character birth_date character current_age integer birth_city character birth_state_province character birth_country character height character weight integer active logical use_name character middle_name character boxscore_name character nick_name character gender character is_player logical is_verified logical draft_year integer mlb_debut_date character name_first_last character name_slug character first_last_name character last_first_name character last_init_name character init_last_name character full_fml_name character full_lfm_name character strike_zone_top numeric strike_zone_bottom numeric pronunciation character name_matrilineal character name_title character primary_position_code character primary_position_name character primary_position_type character primary_position_abbreviation character bat_side_code character bat_side_description character pitch_hand_code character pitch_hand_description character league_id numeric season numeric mlb_all_star_write_ins 85 Examples try(mlb_all_star_final_vote(league_id = 103, season = 2021)) mlb_all_star_write_ins Find MLB All-Star Write-ins Description Find MLB All-Star Write-ins Usage mlb_all_star_write_ins(league_id = NULL, season = NULL) Arguments league_id League ID for league all-star ballot of interest. season The season of the all-star ballot. Value Returns a tibble with the following columns: col_name types player_id integer full_name character link character first_name character last_name character primary_number character birth_date character current_age integer birth_city character birth_state_province character birth_country character height character weight integer active logical use_name character middle_name character boxscore_name character nick_name character gender character is_player logical 86 mlb_attendance is_verified logical draft_year integer mlb_debut_date character name_first_last character name_slug character first_last_name character last_first_name character last_init_name character init_last_name character full_fml_name character full_lfm_name character strike_zone_top numeric strike_zone_bottom numeric pronunciation character name_matrilineal character name_title character primary_position_code character primary_position_name character primary_position_type character primary_position_abbreviation character bat_side_code character bat_side_description character pitch_hand_code character pitch_hand_description character league_id numeric season numeric Examples try(mlb_all_star_write_ins(league_id = 103, season = 2021)) mlb_attendance MLB Attendance Description MLB Attendance Usage mlb_attendance( team_id = NULL, league_id = NULL, season = NULL, mlb_attendance 87 date = NULL, league_list_id = NULL ) Arguments team_id Return attendance information for a particular team_id(s). league_id Return attendance information for a particular league_id(s). Format: ’103,104’ season Return attendance information for particular year(s). date Return attendance information on a particular date. Format: MM/DD/YYYY league_list_id Unique league list identifier to return a directory of attendance for a specific league list_id Valid values include: • milb_full • milb_short • milb_complex • milb_all • milb_all_nomex • milb_all_domestic • milb_noncomp • milb_noncomp_nomex • milb_domcomp • milb_intcomp • win_noabl • win_caribbean • win_all • abl • mlb • mlb_hist • mlb_milb • mlb_milb_hist • mlb_milb_win • baseball_all Value Returns a tibble with the following columns col_name types openings_total integer openings_total_away integer openings_total_home integer openings_total_lost integer games_total integer games_away_total integer games_home_total integer 88 mlb_award year character attendance_average_away integer attendance_average_home integer attendance_average_ytd integer attendance_high integer attendance_high_date character attendance_low integer attendance_low_date character attendance_opening_average integer attendance_total integer attendance_total_away integer attendance_total_home integer attendance_high_game_game_pk integer attendance_high_game_link character attendance_high_game_day_night character attendance_high_game_content_link character attendance_low_game_game_pk integer attendance_low_game_link character attendance_low_game_day_night character attendance_low_game_content_link character game_type_id character game_type_description character team_id integer team_name character team_link character Examples try(mlb_attendance(team_id = 109, season = 2021)) mlb_award MLB All-Star, Awards, Home Run Derby Functions Description mlb_all_star_ballots(): Find MLB All-Star Ballots. mlb_all_star_final_vote(): Find MLB All-Star Final Vote. mlb_all_star_write_ins(): Find MLB All-Star Write-ins. mlb_awards(): Find MLB Awards. mlb_awards_recipient(): Find MLB Award Recipients. mlb_homerun_derby(): Retrieve MLB Home Run Derby Data. mlb_homerun_derby_bracket(): Retrieve MLB Home Run Derby Bracket. mlb_homerun_derby_players(): Retrieve MLB Home Run Derby Players. mlb_awards 89 Details Find MLB All-Star Ballots: try(mlb_all_star_ballots(league_id = 103, season = 2021)) Find MLB All-Star Final Vote: try(mlb_all_star_final_vote(league_id = 103, season = 2021)) Find MLB All-Star Write-ins: try(mlb_all_star_write_ins(league_id = 103, season = 2021)) Find MLB Awards: try(mlb_awards()) Find MLB Award Recipients: try(mlb_awards_recipient(award_id = 'MLBHOF', season = 2020)) Retrieve MLB Home Run Derby Data: try(mlb_homerun_derby(game_pk = 511101)) Retrieve MLB Home Run Derby Bracket: try(mlb_homerun_derby_bracket(game_pk = 511101)) Retrieve MLB Home Run Derby Players: try(mlb_homerun_derby_players(game_pk = 511101)) mlb_awards MLB Awards Description MLB Awards Usage mlb_awards() 90 mlb_awards_recipient Value Returns a tibble with the following columns col_name types award_id character award_name character award_description character sort_order integer notes character sport_id integer sport_link character league_id integer league_link character Examples try(mlb_awards()) mlb_awards_recipient MLB Award Recipients Description MLB Award Recipients Usage mlb_awards_recipient( award_id = NULL, sport_id = NULL, league_id = NULL, season = NULL ) Arguments award_id award_id to return a directory of players for a given award. sport_id sport_id to return a directory of players for a given aware in a specific sport. league_id league_id(s) to return a directory of players for a given award in a specific league. Format ’103,104’ season Year(s) to return a directory of players for a given award in a given season. Value Returns a tibble with the following columns mlb_baseball_stats 91 col_name types award_id character award_name character date character season character votes integer notes character player_id integer player_link character player_name_first_last character player_primary_position_code character player_primary_position_name character player_primary_position_type character player_primary_position_abbreviation character team_id integer team_link character Examples try(mlb_awards_recipient(award_id = 'MLBHOF', season = 2020)) mlb_baseball_stats MLB Baseball Stats Description MLB Baseball Stats Usage mlb_baseball_stats() Value Returns a tibble with the following columns: col_name types stat_name character stat_lookup_param character is_counting logical stat_label character stat_group character 92 mlb_batting_orders Examples try(mlb_baseball_stats()) mlb_batting_orders Retrieve batting orders for a given MLB game Description Retrieve batting orders for a given MLB game Usage mlb_batting_orders(game_pk, type = "starting") Arguments game_pk The unique game_pk identifier for the game type Whether to just return the starting lineup (’starting’) or all batters that appeared (’all’) Value Returns a tibble that includes probable starting pitchers and the home plate umpire for the game_pk requested col_name types id integer fullName character abbreviation character batting_order character batting_position_num character team character teamName character teamID integer Examples try(mlb_batting_orders(game_pk=566001)) mlb_divisions 93 mlb_conferences View all PCL conferences Description View all PCL conferences Usage mlb_conferences(conference_id = NULL, season = NULL) Arguments conference_id Conference ID to return information for. season Year to return to return conference information for. Value Returns a tibble with the following columns col_name types conference_id integer conference_name character link character conference_abbreviation character has_wildcard logical name_short character league_id integer league_link character sport_id integer sport_link character Examples try(mlb_conferences()) try(mlb_conferences(conference_id = 301, season = 2020)) mlb_divisions MLB Divisions Description MLB Divisions 94 mlb_draft Usage mlb_divisions(division_id = NULL, league_id = NULL, sport_id = NULL) Arguments division_id Return division(s) data for a specific division league_id Return division(s) data for all divisions in a specific league sport_id Return division(s) for all divisions in a specific sport. Value Returns a tibble with the following columns col_name types division_id integer division_name character season character division_name_short character division_link character division_abbreviation character has_wildcard logical sort_order integer num_playoff_teams integer active logical league_id integer league_link character sport_id integer sport_link character Examples try(mlb_divisions(sport_id = 1)) mlb_draft Retrieve draft pick information by year Description Retrieve draft pick information by year Usage mlb_draft(year) mlb_draft 95 Arguments year The year for which to return data Value Returns a tibble with information for every draft pick in every round for the year requested col_name types bis_player_id integer pick_round character pick_number integer round_pick_number integer rank integer pick_value character signing_bonus character scouting_report character blurb character headshot_link character is_drafted logical is_pass logical year character home_city character home_state character home_country character school_name character school_school_class character school_country character school_state character person_id integer person_full_name character person_link character person_first_name character person_last_name character person_primary_number character person_birth_date character person_current_age integer person_birth_city character person_birth_state_province character person_birth_country character person_height character person_weight integer person_active logical person_use_name character person_middle_name character person_boxscore_name character person_gender character person_is_player logical person_is_verified logical 96 mlb_draft_latest person_draft_year integer person_name_first_last character person_name_slug character person_first_last_name character person_last_first_name character person_last_init_name character person_init_last_name character person_full_fml_name character person_full_lfm_name character person_strike_zone_top numeric person_strike_zone_bottom numeric person_pronunciation character person_name_title character person_mlb_debut_date character person_name_matrilineal character person_primary_position_code character person_primary_position_name character person_primary_position_type character person_primary_position_abbreviation character person_bat_side_code character person_bat_side_description character person_pitch_hand_code character person_pitch_hand_description character team_id integer team_name character team_link character team_all_star_status character team_spring_league_id integer team_spring_league_name character team_spring_league_link character team_spring_league_abbreviation character draft_type_code character draft_type_description character Examples try(mlb_draft(year = 2020)) mlb_draft_latest Retrieve latest draft information by year Description Retrieve latest draft information by year mlb_draft_latest 97 Usage mlb_draft_latest(year) Arguments year The year for which to return data Value Returns a tibble with the latest draft information for the year requested: col_name types bis_player_id integer pick_round character pick_number integer round_pick_number integer rank integer pick_value character signing_bonus character home_city character home_state character home_country character scouting_report character school_name character school_school_class character school_country character school_state character blurb character headshot_link character person_id integer person_full_name character person_link character person_first_name character person_last_name character person_primary_number character person_birth_date character person_current_age integer person_birth_city character person_birth_state_province character person_birth_country character person_height character person_weight integer person_active logical person_primary_position_code character person_primary_position_name character person_primary_position_type character person_primary_position_abbreviation character person_use_name character person_middle_name character 98 mlb_draft_latest person_boxscore_name character person_gender character person_is_player logical person_is_verified logical person_draft_year integer person_bat_side_code character person_bat_side_description character person_pitch_hand_code character person_pitch_hand_description character person_name_first_last character person_name_slug character person_first_last_name character person_last_first_name character person_last_init_name character person_init_last_name character person_full_fml_name character person_full_lfm_name character person_strike_zone_top numeric person_strike_zone_bottom numeric team_id integer team_name character team_link character team_season integer team_venue_id integer team_venue_name character team_venue_link character team_spring_venue_id integer team_spring_venue_link character team_team_code character team_file_code character team_abbreviation character team_team_name character team_location_name character team_first_year_of_play character team_league_id integer team_league_name character team_league_link character team_division_id integer team_division_name character team_division_link character team_sport_id integer team_sport_link character team_sport_name character team_short_name character team_franchise_name character team_club_name character team_spring_league_id integer team_spring_league_name character mlb_draft_prospects 99 team_spring_league_link character team_spring_league_abbreviation character team_all_star_status character team_active logical draft_type_code character draft_type_description character is_drafted logical is_pass logical year character Examples try(mlb_draft_latest(year = 2020)) mlb_draft_prospects Retrieve draft prospect information by year Description Retrieve draft prospect information by year Usage mlb_draft_prospects(year) Arguments year The year for which to return data Value Returns a tibble with information for every draft prospect for the year requested: col_name types bis_player_id integer pick_round character pick_number integer rank integer scouting_report character blurb character headshot_link character is_drafted logical year character home_city character home_state character 100 mlb_draft_prospects home_country character school_name character school_school_class character school_country character school_state character person_id integer person_full_name character person_link character person_first_name character person_last_name character person_birth_date character person_current_age integer person_birth_city character person_birth_state_province character person_birth_country character person_height character person_weight integer person_active logical person_use_name character person_middle_name character person_boxscore_name character person_gender character person_is_player logical person_is_verified logical person_draft_year integer person_name_first_last character person_name_slug character person_first_last_name character person_last_first_name character person_last_init_name character person_init_last_name character person_full_fml_name character person_full_lfm_name character person_strike_zone_top numeric person_strike_zone_bottom numeric person_primary_number character person_pronunciation character person_name_title character person_mlb_debut_date character person_name_matrilineal character person_nick_name character person_death_date character person_death_city character person_death_state_province character person_death_country character person_primary_position_code character person_primary_position_name character person_primary_position_type character mlb_draft_prospects 101 person_primary_position_abbreviation character person_bat_side_code character person_bat_side_description character person_pitch_hand_code character person_pitch_hand_description character team_id integer team_name character team_link character team_season integer team_team_code character team_file_code character team_abbreviation character team_team_name character team_location_name character team_first_year_of_play character team_short_name character team_franchise_name character team_club_name character team_all_star_status character team_active logical team_venue_id integer team_venue_name character team_venue_link character team_spring_venue_id integer team_spring_venue_link character team_league_id integer team_league_name character team_league_link character team_division_id integer team_division_name character team_division_link character team_sport_id integer team_sport_link character team_sport_name character team_spring_league_id integer team_spring_league_name character team_spring_league_link character team_spring_league_abbreviation character draft_type_code character draft_type_description character Examples try(mlb_draft_prospects(year = 2020)) 102 mlb_fielder_detail_types mlb_event_types MLB Event Types Description MLB Event Types Usage mlb_event_types() Value Returns a tibble with the following columns col_name types plate_appearance logical hit logical event_code character base_running_event logical event_description character Examples try(mlb_event_types()) mlb_fielder_detail_types MLB Fielder Detail Types Description MLB Fielder Detail Types Usage mlb_fielder_detail_types() Value Returns a tibble with the following columns col_name types mlb_game_changes 103 stat_name character code character names character chance logical error logical Examples try(mlb_fielder_detail_types()) mlb_game_changes Acquire time codes for Major and Minor League games Description Acquire time codes for Major and Minor League games Usage mlb_game_changes(updated_since, sport_id) Arguments updated_since Updated since date time sport_id Return division(s) for all divisions in a specific sport. Value Returns a tibble that includes time codes from the game_pk requested col_name types date character total_items integer total_events integer total_games integer total_games_in_progress integer game_pk integer link character game_type character season character game_date character official_date character is_tie logical game_number integer 104 mlb_game_changes public_facing logical double_header character gameday_type character tiebreaker character calendar_event_id character season_display character day_night character description character scheduled_innings integer reverse_home_away_status logical inning_break_length integer games_in_series integer series_game_number integer series_description character record_source character if_necessary character if_necessary_description character status_abstract_game_state character status_coded_game_state character status_detailed_state character status_status_code character status_start_time_tbd logical status_abstract_game_code character teams_away_score integer teams_away_is_winner logical teams_away_split_squad logical teams_away_series_number integer teams_away_league_record_wins integer teams_away_league_record_losses integer teams_away_league_record_pct character teams_away_team_id integer teams_away_team_name character teams_away_team_link character teams_home_score integer teams_home_is_winner logical teams_home_split_squad logical teams_home_series_number integer teams_home_league_record_wins integer teams_home_league_record_losses integer teams_home_league_record_pct character teams_home_team_id integer teams_home_team_name character teams_home_team_link character venue_id integer venue_name character venue_link character content_link character status_reason character mlb_game_content 105 rescheduled_from character rescheduled_from_date character resumed_from character resumed_from_date character events list Examples try(mlb_game_changes(updated_since = "2021-08-10T19:08:24.000004Z", sport_id = 1)) mlb_game_content Retrieve additional game content for major and minor league games Description Retrieve additional game content for major and minor league games Usage mlb_game_content(game_pk) Arguments game_pk The unique game_pk identifier for the game Value Returns a tibble of game content data with the following columns: col_name types title character epg_id integer content_id character media_id character media_state character media_feed_type character media_feed_sub_type character call_letters character fox_auth_required logical tbs_auth_required logical espn_auth_required logical fs1auth_required logical mlbn_auth_required logical free_game logical 106 mlb_game_context_metrics type character description character rendition_name character language character Examples try(mlb_game_content(game_pk = 566001)) mlb_game_context_metrics Acquire game context metrics for Major and Minor League games Description Acquire game context metrics for Major and Minor League games Usage mlb_game_context_metrics(game_pk, timecode) Arguments game_pk The game_pk for the game requested timecode The time code for the MLB game (format: MMDDYYYY_HHMMSS) Value Returns a tibble that includes time codes from the game_pk requested col_name types game_pk integer link character game_type character season character game_date character official_date character status_abstract_game_state character status_coded_game_state character status_detailed_state character status_status_code character status_start_time_tbd logical status_abstract_game_code character teams_away_league_record_wins integer mlb_game_context_metrics 107 teams_away_league_record_losses integer teams_away_league_record_pct character teams_away_score integer teams_away_team_id integer teams_away_team_name character teams_away_team_link character teams_away_is_winner logical teams_away_probable_pitcher_id integer teams_away_probable_pitcher_full_name character teams_away_probable_pitcher_link character teams_away_split_squad logical teams_away_series_number integer teams_home_league_record_wins integer teams_home_league_record_losses integer teams_home_league_record_pct character teams_home_score integer teams_home_team_id integer teams_home_team_name character teams_home_team_link character teams_home_is_winner logical teams_home_probable_pitcher_id integer teams_home_probable_pitcher_full_name character teams_home_probable_pitcher_link character teams_home_split_squad logical teams_home_series_number integer venue_id integer venue_name character venue_link character link_1 character is_tie logical game_number integer public_facing logical double_header character gameday_type character tiebreaker character calendar_event_id character season_display character day_night character scheduled_innings integer reverse_home_away_status logical inning_break_length integer games_in_series integer series_game_number integer series_description character record_source character if_necessary character if_necessary_description character game_id character 108 mlb_game_info home_win_probability numeric away_win_probability numeric Examples try(mlb_game_context_metrics(game_pk = 531060, timecode = "20180803_182458")) mlb_game_info Retrieve additional game information for major and minor league games Description Retrieve additional game information for major and minor league games Usage mlb_game_info(game_pk) Arguments game_pk The unique game_pk identifier for the game Value Returns a tibble that includes supplemental information, such as weather, official scorer, attendance, etc., for the game_pk provided col_name types game_date character game_pk numeric venue_name character venue_id integer temperature character other_weather character wind character attendance character start_time character elapsed_time character game_id character game_type character home_sport_code character official_scorer character date character status_ind character mlb_game_linescore 109 home_league_id integer gameday_sw character Examples try(mlb_game_info(game_pk = 566001)) mlb_game_linescore Retrieve game linescores for major and minor league games Description Retrieve game linescores for major and minor league games Usage mlb_game_linescore(game_pk) Arguments game_pk The unique game_pk identifier for the game Value Returns a tibble with the following columns col_name types game_pk numeric home_team_id character home_team_name character away_team_id character away_team_name character num integer ordinal_num character home_runs integer home_hits integer home_errors integer home_left_on_base integer away_runs integer away_hits integer away_errors integer away_left_on_base integer home_team_link character home_team_season character home_team_venue_id character 110 mlb_game_linescore home_team_venue_name character home_team_venue_link character home_team_team_code character home_team_file_code character home_team_abbreviation character home_team_team_name character home_team_location_name character home_team_first_year_of_play character home_team_league_id character home_team_league_name character home_team_league_link character home_team_division_id character home_team_division_name character home_team_division_link character home_team_sport_id character home_team_sport_link character home_team_sport_name character home_team_short_name character home_team_record_games_played character home_team_record_wild_card_games_back character home_team_record_league_games_back character home_team_record_spring_league_games_back character home_team_record_sport_games_back character home_team_record_division_games_back character home_team_record_conference_games_back character home_team_record_league_record_wins character home_team_record_league_record_losses character home_team_record_league_record_pct character home_team_record_division_leader character home_team_record_wins character home_team_record_losses character home_team_record_winning_percentage character home_team_franchise_name character home_team_club_name character home_team_all_star_status character home_team_active character away_team_link character away_team_season character away_team_venue_id character away_team_venue_name character away_team_venue_link character away_team_team_code character away_team_file_code character away_team_abbreviation character away_team_team_name character away_team_location_name character away_team_first_year_of_play character away_team_league_id character mlb_game_pace 111 away_team_league_name character away_team_league_link character away_team_division_id character away_team_division_name character away_team_division_link character away_team_sport_id character away_team_sport_link character away_team_sport_name character away_team_short_name character away_team_record_games_played character away_team_record_wild_card_games_back character away_team_record_league_games_back character away_team_record_spring_league_games_back character away_team_record_sport_games_back character away_team_record_division_games_back character away_team_record_conference_games_back character away_team_record_league_record_wins character away_team_record_league_record_losses character away_team_record_league_record_pct character away_team_record_division_leader character away_team_record_wins character away_team_record_losses character away_team_record_winning_percentage character away_team_franchise_name character away_team_club_name character away_team_all_star_status character away_team_active character Examples try(mlb_game_linescore(game_pk = 566001)) mlb_game_pace Retrieve game pace metrics for major and minor league Description Retrieve game pace metrics for major and minor league Usage mlb_game_pace( season, league_ids = NULL, 112 mlb_game_pace sport_ids = NULL, team_ids = NULL, game_type = NULL, venue_ids = NULL, org_type = NULL, start_date = NULL, end_date = NULL ) Arguments season Year for which to return information (Required). league_ids The league_id(s) for which to return information. sport_ids The sport_id(s) for which to return information. team_ids The team_id(s) for which to return information. game_type The game_type for which to return information. venue_ids Venue directorial information based venue_id. org_type pace of game metrics based on team (’T’), league (’L’) or sport(’S’) start_date Date of first game for which you want data. Format must be in MM/DD/YYYY format. end_date Date of last game for which you want data. Format must be in MM/DD/YYYY format. Value Returns a tibble with the following columns col_name types hits_per9inn numeric runs_per9inn numeric pitches_per9inn numeric plate_appearances_per9inn numeric hits_per_game numeric runs_per_game numeric innings_played_per_game numeric pitches_per_game numeric pitchers_per_game numeric plate_appearances_per_game numeric total_game_time character total_innings_played integer total_hits integer total_runs integer total_plate_appearances integer total_pitchers integer total_pitches integer total_games integer total7inn_games integer mlb_game_pks 113 total9inn_games integer total_extra_inn_games integer time_per_game character time_per_pitch character time_per_hit character time_per_run character time_per_plate_appearance character time_per9inn character time_per77plate_appearances character total_extra_inn_time character time_per7inn_game character time_per7inn_game_without_extra_inn character total7inn_games_scheduled integer total7inn_games_without_extra_inn integer total9inn_games_completed_early integer total9inn_games_without_extra_inn integer total9inn_games_scheduled integer hits_per_run numeric pitches_per_pitcher numeric season character sport_id integer sport_code character sport_link character pr_portal_calculated_fields_total7inn_games integer pr_portal_calculated_fields_total9inn_games integer pr_portal_calculated_fields_total_extra_inn_games integer pr_portal_calculated_fields_time_per7inn_game character pr_portal_calculated_fields_time_per9inn_game character pr_portal_calculated_fields_time_per_extra_inn_game character Examples try(mlb_game_pace(season = 2021, start_date = "09/14/2021", end_date = "09/16/2021")) mlb_game_pks Get MLB Game Info by Date and Level Description Find game_pk values for professional baseball games (major and minor leagues) via the MLB api https://www.mlb.com/ Usage mlb_game_pks(date, level_ids = c(1)) 114 mlb_game_pks Arguments date The date for which you want to find game_pk values for MLB games level_ids A numeric vector with ids for each level where game_pks are desired. See below for a reference of level ids. Details Level IDs: The following IDs can be passed to the level_ids argument: 1 = MLB 11 = Triple-A 12 = Doubl-A 13 = Class A Advanced 14 = Class A 15 = Class A Short Season 5442 = Rookie Advanced 16 = Rookie 17 = Winter League Value Returns a tibble that includes game_pk values and additional information for games scheduled or played with the following columns: col_name types game_pk integer link character gameType character season character gameDate character officialDate character isTie logical gameNumber integer publicFacing logical doubleHeader character gamedayType character tiebreaker character calendarEventID character seasonDisplay character dayNight character scheduledInnings integer reverseHomeAwayStatus logical inningBreakLength integer gamesInSeries integer seriesGameNumber integer seriesDescription character recordSource character ifNecessary character ifNecessaryDescription character status.abstractGameState character status.codedGameState character status.detailedState character status.statusCode character status.startTimeTBD logical status.abstractGameCode character mlb_game_status_codes 115 teams.away.score integer teams.away.isWinner logical teams.away.splitSquad logical teams.away.seriesNumber integer teams.away.leagueRecord.wins integer teams.away.leagueRecord.losses integer teams.away.leagueRecord.pct character teams.away.team.id integer teams.away.team.name character teams.away.team.link character teams.home.score integer teams.home.isWinner logical teams.home.splitSquad logical teams.home.seriesNumber integer teams.home.leagueRecord.wins integer teams.home.leagueRecord.losses integer teams.home.leagueRecord.pct character teams.home.team.id integer teams.home.team.name character teams.home.team.link character venue.id integer venue.name character venue.link character content.link character Examples try(mlb_game_pks("2019-04-29")) mlb_game_status_codes MLB Game Status Codes Description MLB Game Status Codes Usage mlb_game_status_codes() Value Returns a tibble with the following columns col_name types 116 mlb_game_types abstract_game_state character coded_game_state character detailed_state character status_code character reason character abstract_game_code character Examples try(mlb_game_status_codes()) mlb_game_timecodes Acquire time codes for Major and Minor League games Description Acquire time codes for Major and Minor League games Usage mlb_game_timecodes(game_pk) Arguments game_pk The game_pk for the game requested Value Returns a tibble that includes time codes from the game_pk requested col_name types timecodes (MMDDYYYY_HHMMSS) numeric Examples try(mlb_game_timecodes(game_pk = 632970)) mlb_game_types MLB Game Types mlb_game_wp 117 Description MLB Game Types Usage mlb_game_types() Value Returns a tibble with the following columns col_name types game_type_id character game_type_description character Examples try(mlb_game_types()) mlb_game_wp Acquire win probability for Major and Minor League games Description Acquire win probability for Major and Minor League games Usage mlb_game_wp(game_pk, timecode = NULL) Arguments game_pk The game_pk for the game requested timecode The time code for the MLB game (format: MMDDYYYY_HHMMSS) Value Returns a tibble that includes time codes from the game_pk requested col_name types home_team_win_probability numeric away_team_win_probability numeric home_team_win_probability_added numeric at_bat_index integer leverage_index numeric 118 mlb_high_low_stats Examples try(mlb_game_wp(game_pk = 531060)) mlb_high_low_stats Acquire high/low stats for Major and Minor Leagues Description Acquire high/low stats for Major and Minor Leagues Usage mlb_high_low_stats( org_type, season, sort_stat, team_ids = NULL, league_ids = NULL, sport_ids = NULL, game_type = NULL, stat_group = NULL, limit = NULL ) Arguments org_type The organization type for return information (Required). Valid values include: • player • team • division • league • sport season The season for which you want to return information (Required). sort_stat The stat to sort the return (Required). Valid values can be found from ’stat_lookup_param’ below stat_name stat_lookup_param is_counting stat_label stat_groups at_bats atBats TRUE At bats hitting , pitching total_plate_appearances plateAppearances TRUE Total plate appearances hitting runs runs TRUE Runs hitting runs_batted_in rbi TRUE Runs batted in hitting home_team_runs runs TRUE Home team runs hitting away_team_runs runs TRUE Away team runs hitting hits hits TRUE Hits hitting mlb_high_low_stats 119 hits_risp hitsRisp TRUE Hits risp hitting home_team_hits hits TRUE Home team hits hitting away_team_hits hits TRUE Away team hits hitting total_bases totalBases TRUE Total bases hitting , pitching doubles doubles TRUE Doubles hitting , pitching triples triples TRUE Triples hitting home_runs homeRuns TRUE Home runs hitting , pitching extra_base_hits extraBaseHits TRUE Extra base hits hitting walks baseOnBalls TRUE Walks hitting , pitching strikeouts strikeouts TRUE Strikeouts hitting , pitching stolen_bases stolenBases TRUE Stolen bases hitting caught_stealing caughtStealing TRUE Caught stealing hitting , pitching, fielding sacrifice_flies sacFlies TRUE Sacrifice flies hitting sacrifice_bunts sacBunts TRUE Sacrifice bunts hitting hit_by_pitches hitByPitch TRUE Hit by pitches hitting , pitching left_on_base leftOnBase TRUE Left on base hitting ground_into_double_plays groundIntoDoublePlay TRUE Ground into double plays hitting , pitching strikes strikes TRUE Strikes pitching pitches pitchesThrown TRUE Pitches pitching balks balks TRUE Balks pitching innings_pitched inningsPitched TRUE Innings pitched pitching errors errors TRUE Errors fielding home_team_errors errors TRUE Home team errors fielding away_team_errors errors TRUE Away team errors fielding chances chances TRUE Chances fielding put_outs putOuts TRUE Put outs fielding assists assists TRUE Assists fielding double_plays doublePlays TRUE Double plays fielding attendance attendance TRUE Attendance game game_time gameDuration TRUE Game time game delay_time gameDuration TRUE Delay time game longest gameDuration TRUE Longest game shortest gameDuration TRUE Shortest game inning innings TRUE Inning game win_streak winStreak TRUE Win streak streak loss_streak lossStreak TRUE Loss streak streak team_ids The team_id(s) for which to return information. league_ids The league_id(s) for which to return information. sport_ids The sport_id(s) for which to return information. game_type The game_type for which to return information. stat_group Stat group for which to return information. Valid values include: stat_group hitting pitching 120 mlb_high_low_stats fielding catching running game team streak limit Number of records as the limit of the return. Value Returns a tibble with the following columns col_name types total_splits integer season integer date character is_home logical rank integer game_innings integer stat_at_bats integer team_id integer team_name character team_link character opponent_id integer opponent_name character opponent_link character game_pk integer game_link character game_number integer game_content_link character home_team_id integer home_team_name character home_team_link character away_team_id integer away_team_name character away_team_link character combined_stats logical group_display_name character game_type_id character game_type_description character sort_stat_name character sort_stat_lookup_param character sort_stat_is_counting logical sort_stat_label character mlb_hit_trajectories 121 Examples try(mlb_high_low_stats(org_type = 'Team', season = 2020, sort_stat = 'atBats')) mlb_high_low_types MLB Stat High/Low Types Description MLB Stat High/Low Types Usage mlb_high_low_types() Value Returns a tibble with the following columns col_name types stat_name character stat_lookup_param character is_counting logical stat_label character stat_groups list org_types list high_low_types list Examples try(mlb_high_low_types()) mlb_hit_trajectories MLB Hit Trajectories Description MLB Hit Trajectories Usage mlb_hit_trajectories() 122 mlb_homerun_derby Value Returns a tibble with the following columns col_name types hit_trajectory_code character hit_trajectory_description character Examples try(mlb_hit_trajectories()) mlb_homerun_derby Retrieve Homerun Derby data Description Retrieve Homerun Derby data Usage mlb_homerun_derby(game_pk) Arguments game_pk The game_pk for which you want to return data Value Returns a tibble with the following columns col_name types game_pk integer event_name character event_date character event_type_code character event_type_name character venue_id integer venue_name character round integer num_batters integer batter character batter_id integer batter_link character top_seed_started logical mlb_homerun_derby 123 top_seed_complete logical top_seed_winner logical bonus_time logical home_run logical tie_breaker logical is_home_run logical time_remaining character is_bonus_time logical is_tie_breaker logical hit_data_launch_speed integer hit_data_launch_angle integer hit_data_total_distance integer hit_data_coordinates_coord_x numeric hit_data_coordinates_coord_y numeric hit_data_coordinates_landing_pos_x numeric hit_data_coordinates_landing_pos_y numeric hit_data_trajectory_data_trajectory_polynomial_x list hit_data_trajectory_data_trajectory_polynomial_y list hit_data_trajectory_data_trajectory_polynomial_z list hit_data_trajectory_data_valid_time_interval list top_seed_seed integer top_seed_is_winner logical top_seed_is_complete logical top_seed_is_started logical top_seed_num_home_runs integer top_seed_player_id integer top_seed_player_full_name character top_seed_player_link character top_seed_top_derby_hit_data_launch_speed integer top_seed_top_derby_hit_data_total_distance integer bottom_seed_started logical bottom_seed_complete logical bottom_seed_winner logical bottom_seed_seed integer bottom_seed_is_winner logical bottom_seed_is_complete logical bottom_seed_is_started logical bottom_seed_num_home_runs integer bottom_seed_player_id integer bottom_seed_player_full_name character bottom_seed_player_link character bottom_seed_top_derby_hit_data_launch_speed integer bottom_seed_top_derby_hit_data_total_distance integer venue_link character is_multi_day logical is_primary_calendar logical file_code character event_number integer 124 mlb_homerun_derby_bracket public_facing logical Examples try(mlb_homerun_derby(game_pk = 511101)) mlb_homerun_derby_bracket Retrieve Homerun Derby Bracket Description Retrieve Homerun Derby Bracket Usage mlb_homerun_derby_bracket(game_pk) Arguments game_pk The game_pk for which you want to return data Value Returns a tibble with the following columns col_name types game_pk integer event_name character event_type_code character event_type_name character event_date character venue_id integer venue_name character venue_link character is_multi_day logical is_primary_calendar logical file_code character event_number integer public_facing logical round integer num_batters integer top_seed_complete logical top_seed_started logical top_seed_winner logical mlb_homerun_derby_players 125 top_seed_seed integer top_seed_is_winner logical top_seed_is_complete logical top_seed_is_started logical top_seed_num_home_runs integer top_seed_player_id integer top_seed_player_full_name character top_seed_player_link character top_seed_top_derby_hit_data_launch_speed integer top_seed_top_derby_hit_data_total_distance integer bottom_seed_complete logical bottom_seed_started logical bottom_seed_winner logical bottom_seed_seed integer bottom_seed_is_winner logical bottom_seed_is_complete logical bottom_seed_is_started logical bottom_seed_num_home_runs integer bottom_seed_player_id integer bottom_seed_player_full_name character bottom_seed_player_link character bottom_seed_top_derby_hit_data_launch_speed integer bottom_seed_top_derby_hit_data_total_distance integer Examples try(mlb_homerun_derby_bracket(game_pk = 511101)) mlb_homerun_derby_players Retrieve Homerun Derby Players Description Retrieve Homerun Derby Players Usage mlb_homerun_derby_players(game_pk) Arguments game_pk The game_pk for which you want to return data 126 mlb_homerun_derby_players Value Returns a tibble with the following columns col_name types game_pk integer event_name character event_date character event_type_code character event_type_name character venue_id integer venue_name character player_id integer player_full_name character player_link character player_first_name character player_last_name character player_primary_number character player_birth_date character player_current_age integer player_birth_city character player_birth_state_province character player_birth_country character player_height character player_weight integer player_active logical player_use_name character player_middle_name character player_boxscore_name character player_nick_name character player_gender character player_is_player logical player_is_verified logical player_draft_year integer player_pronunciation character player_mlb_debut_date character player_name_first_last character player_name_slug character player_first_last_name character player_last_first_name character player_last_init_name character player_init_last_name character player_full_fml_name character player_full_lfm_name character player_strike_zone_top numeric player_strike_zone_bottom numeric player_name_matrilineal character player_current_team_id integer player_current_team_name character mlb_homerun_derby_players 127 player_current_team_link character player_current_team_season integer player_current_team_team_code character player_current_team_file_code character player_current_team_abbreviation character player_current_team_team_name character player_current_team_location_name character player_current_team_first_year_of_play character player_current_team_short_name character player_current_team_franchise_name character player_current_team_club_name character player_current_team_all_star_status character player_current_team_active logical player_current_team_parent_org_name character player_current_team_parent_org_id integer player_current_team_venue_id integer player_current_team_venue_name character player_current_team_venue_link character player_current_team_spring_venue_id integer player_current_team_spring_venue_link character player_current_team_league_id integer player_current_team_league_name character player_current_team_league_link character player_current_team_division_id integer player_current_team_division_name character player_current_team_division_link character player_current_team_sport_id integer player_current_team_sport_link character player_current_team_sport_name character player_current_team_spring_league_id integer player_current_team_spring_league_name character player_current_team_spring_league_link character player_current_team_spring_league_abbreviation character player_primary_position_code character player_primary_position_name character player_primary_position_type character player_primary_position_abbreviation character player_bat_side_code character player_bat_side_description character player_pitch_hand_code character player_pitch_hand_description character venue_link character is_multi_day logical is_primary_calendar logical file_code character event_number integer public_facing logical 128 mlb_jobs_datacasters Examples try(mlb_homerun_derby_players(game_pk = 511101)) mlb_jobs MLB Jobs Description MLB Jobs Usage mlb_jobs(job_type = "UMPR", sport_id = NULL, date = NULL) Arguments job_type Return information for a given job_type. See mlb_job_types() sport_id Return information for a given sport_id. date Return information for a given date. Value Returns a tibble with the following columns col_name types jersey_number character job character job_code character title character person_id integer person_full_name character person_link character Examples try(mlb_jobs(job_type='UMPR')) mlb_jobs_datacasters MLB Jobs Datacasters mlb_jobs_official_scorers 129 Description MLB Jobs Datacasters Usage mlb_jobs_datacasters(sport_id = NULL, date = NULL) Arguments sport_id Return information for a given sport_id. date Return information for a given date. Value Returns a tibble with the following columns col_name types jersey_number character job character job_code character title character person_id integer person_full_name character person_link character Examples try(mlb_jobs_datacasters(sport_id=1)) mlb_jobs_official_scorers MLB Jobs Official Scorers Description MLB Jobs Official Scorers Usage mlb_jobs_official_scorers(sport_id = NULL, date = NULL) Arguments sport_id Return information for a given sport_id. date Return information for a given date. 130 mlb_jobs_umpires Value Returns a tibble with the following columns col_name types jersey_number character job character job_code character title character person_id integer person_full_name character person_link character Examples try(mlb_jobs_official_scorers(sport_id=1)) mlb_jobs_umpires MLB Jobs Umpires Description MLB Jobs Umpires Usage mlb_jobs_umpires(sport_id = NULL, date = NULL) Arguments sport_id Return information for a given sport_id. date Return information for a given date. Value Returns a tibble with the following columns col_name types jersey_number character job character job_code character title character person_id integer person_full_name character person_link character mlb_languages 131 Examples try(mlb_jobs_umpires(sport_id=1)) mlb_job_types MLB Job Types Description MLB Job Types Usage mlb_job_types() Value Returns a tibble with the following columns col_name types job_code character job character sort_order integer Examples try(mlb_job_types()) mlb_languages MLB API Language Options Description MLB API Language Options Usage mlb_languages() Value Returns a tibble with the following columns 132 mlb_league_leader_types col_name types language_name character language_code character locale character Examples try(mlb_languages()) mlb_league MLB Leagues Description MLB Leagues Usage mlb_league(seasons = NULL, sport_id = NULL, league_id = NULL) Arguments seasons Year(s) to return to return league information for. sport_id The sport_id to return league information for. league_id The league_id(s) to return league information for. Value Returns a tibble with the following columns col_name types leader_type character Examples try(mlb_league(seasons = 2021, sport_id = 1)) mlb_league_leader_types MLB League Leader Types mlb_logical_events 133 Description MLB League Leader Types Usage mlb_league_leader_types() Value Returns a tibble with the following columns col_name types leader_type character Examples try(mlb_league_leader_types()) mlb_logical_events MLB Logical Events Description MLB Logical Events Usage mlb_logical_events() Value Returns a tibble with the following columns col_name types event_code character Examples try(mlb_logical_events()) 134 mlb_pbp mlb_metrics MLB Metrics Description MLB Metrics Usage mlb_metrics() Value Returns a tibble with the following columns col_name types metric_name character metric_id integer stat_group character metric_unit character Examples try(mlb_metrics()) mlb_pbp Acquire pitch-by-pitch data for Major and Minor League games Description Acquire pitch-by-pitch data for Major and Minor League games Usage mlb_pbp(game_pk) Arguments game_pk The date for which you want to find game_pk values for MLB games mlb_pbp 135 Value Returns a tibble that includes over 100 columns of data provided by the MLB Stats API at a pitch level. Some data will vary depending on the park and the league level, as most sensor data is not available in minor league parks via this API. Note that the column names have mostly been left as-is and there are likely duplicate columns in terms of the information they provide. I plan to clean the output up down the road, but for now I am leaving the majority as-is. Both major and minor league pitch-by-pitch data can be pulled with this function. col_name types game_pk numeric game_date character index integer startTime character endTime character isPitch logical type character playId character pitchNumber integer details.description character details.event character details.awayScore integer details.homeScore integer details.isScoringPlay logical details.hasReview logical details.code character details.ballColor character details.isInPlay logical details.isStrike logical details.isBall logical details.call.code character details.call.description character count.balls.start integer count.strikes.start integer count.outs.start integer player.id integer player.link character pitchData.strikeZoneTop numeric pitchData.strikeZoneBottom numeric details.fromCatcher logical pitchData.coordinates.x numeric pitchData.coordinates.y numeric hitData.trajectory character hitData.hardness character hitData.location character hitData.coordinates.coordX numeric hitData.coordinates.coordY numeric actionPlayId character 136 mlb_pbp details.eventType character details.runnerGoing logical position.code character position.name character position.type character position.abbreviation character battingOrder character atBatIndex character result.type character result.event character result.eventType character result.description character result.rbi integer result.awayScore integer result.homeScore integer about.atBatIndex integer about.halfInning character about.inning integer about.startTime character about.endTime character about.isComplete logical about.isScoringPlay logical about.hasReview logical about.hasOut logical about.captivatingIndex integer count.balls.end integer count.strikes.end integer count.outs.end integer matchup.batter.id integer matchup.batter.fullName character matchup.batter.link character matchup.batSide.code character matchup.batSide.description character matchup.pitcher.id integer matchup.pitcher.fullName character matchup.pitcher.link character matchup.pitchHand.code character matchup.pitchHand.description character matchup.splits.batter character matchup.splits.pitcher character matchup.splits.menOnBase character batted.ball.result factor home_team character home_level_id integer home_level_name character home_parentOrg_id integer home_parentOrg_name character home_league_id integer mlb_pbp 137 home_league_name character away_team character away_level_id integer away_level_name character away_parentOrg_id integer away_parentOrg_name character away_league_id integer away_league_name character batting_team character fielding_team character last.pitch.of.ab character pfxId character details.trailColor character details.type.code character details.type.description character pitchData.startSpeed numeric pitchData.endSpeed numeric pitchData.zone integer pitchData.typeConfidence numeric pitchData.plateTime numeric pitchData.extension numeric pitchData.coordinates.aY numeric pitchData.coordinates.aZ numeric pitchData.coordinates.pfxX numeric pitchData.coordinates.pfxZ numeric pitchData.coordinates.pX numeric pitchData.coordinates.pZ numeric pitchData.coordinates.vX0 numeric pitchData.coordinates.vY0 numeric pitchData.coordinates.vZ0 numeric pitchData.coordinates.x0 numeric pitchData.coordinates.y0 numeric pitchData.coordinates.z0 numeric pitchData.coordinates.aX numeric pitchData.breaks.breakAngle numeric pitchData.breaks.breakLength numeric pitchData.breaks.breakY numeric pitchData.breaks.spinRate integer pitchData.breaks.spinDirection integer hitData.launchSpeed numeric hitData.launchAngle numeric hitData.totalDistance numeric injuryType character umpire.id integer umpire.link character isBaseRunningPlay logical isSubstitution logical about.isTopInning logical 138 mlb_pbp_diff matchup.postOnFirst.id integer matchup.postOnFirst.fullName character matchup.postOnFirst.link character matchup.postOnSecond.id integer matchup.postOnSecond.fullName character matchup.postOnSecond.link character matchup.postOnThird.id integer matchup.postOnThird.fullName character matchup.postOnThird.link character Examples try(mlb_pbp(game_pk = 632970)) mlb_pbp_diff Acquire pitch-by-pitch data between two timecodes for Major and Minor League games Description Acquire pitch-by-pitch data between two timecodes for Major and Minor League games Usage mlb_pbp_diff(game_pk, start_timecode, end_timecode) Arguments game_pk The date for which you want to find game_pk values for MLB games start_timecode The start time code for the MLB game (format: MMDDYYYY_HHMMSS) end_timecode The end time code for the MLB game (format: MMDDYYYY_HHMMSS) Value Returns a tibble that includes over 100 columns of data provided by the MLB Stats API at a pitch level between the start_timecode and end_timecode col_name types game_pk numeric game_date character index integer startTime character endTime character isPitch logical mlb_pbp_diff 139 type character playId character pitchNumber integer details.description character details.event character details.awayScore integer details.homeScore integer details.isScoringPlay logical details.hasReview logical details.code character details.ballColor character details.isInPlay logical details.isStrike logical details.isBall logical details.call.code character details.call.description character count.balls.start integer count.strikes.start integer count.outs.start integer player.id integer player.link character pitchData.strikeZoneTop numeric pitchData.strikeZoneBottom numeric details.fromCatcher logical pitchData.coordinates.x numeric pitchData.coordinates.y numeric hitData.trajectory character hitData.hardness character hitData.location character hitData.coordinates.coordX numeric hitData.coordinates.coordY numeric actionPlayId character details.eventType character details.runnerGoing logical position.code character position.name character position.type character position.abbreviation character battingOrder character atBatIndex character result.type character result.event character result.eventType character result.description character result.rbi integer result.awayScore integer result.homeScore integer about.atBatIndex integer 140 mlb_pbp_diff about.halfInning character about.inning integer about.startTime character about.endTime character about.isComplete logical about.isScoringPlay logical about.hasReview logical about.hasOut logical about.captivatingIndex integer count.balls.end integer count.strikes.end integer count.outs.end integer matchup.batter.id integer matchup.batter.fullName character matchup.batter.link character matchup.batSide.code character matchup.batSide.description character matchup.pitcher.id integer matchup.pitcher.fullName character matchup.pitcher.link character matchup.pitchHand.code character matchup.pitchHand.description character matchup.splits.batter character matchup.splits.pitcher character matchup.splits.menOnBase character batted.ball.result factor home_team character home_level_id integer home_level_name character home_parentOrg_id integer home_parentOrg_name character home_league_id integer home_league_name character away_team character away_level_id integer away_level_name character away_parentOrg_id integer away_parentOrg_name character away_league_id integer away_league_name character batting_team character fielding_team character last.pitch.of.ab character pfxId character details.trailColor character details.type.code character details.type.description character pitchData.startSpeed numeric mlb_people 141 pitchData.endSpeed numeric pitchData.zone integer pitchData.typeConfidence numeric pitchData.plateTime numeric pitchData.extension numeric pitchData.coordinates.aY numeric pitchData.coordinates.aZ numeric pitchData.coordinates.pfxX numeric pitchData.coordinates.pfxZ numeric pitchData.coordinates.pX numeric pitchData.coordinates.pZ numeric pitchData.coordinates.vX0 numeric pitchData.coordinates.vY0 numeric pitchData.coordinates.vZ0 numeric pitchData.coordinates.x0 numeric pitchData.coordinates.y0 numeric pitchData.coordinates.z0 numeric pitchData.coordinates.aX numeric pitchData.breaks.breakAngle numeric pitchData.breaks.breakLength numeric pitchData.breaks.breakY numeric pitchData.breaks.spinRate integer pitchData.breaks.spinDirection integer hitData.launchSpeed numeric hitData.launchAngle numeric hitData.totalDistance numeric injuryType character umpire.id integer umpire.link character about.isTopInning logical matchup.postOnFirst.id integer matchup.postOnFirst.fullName character matchup.postOnFirst.link character Examples try(mlb_pbp_diff(game_pk = 632970, start_timecode = "20210808_231704", end_timecode = "20210808_233711")) mlb_people Find Biographical Information for MLB Players 142 mlb_people Description Find Biographical Information for MLB Players Usage mlb_people(person_ids = NULL) Arguments person_ids MLBAMIDs for players of interest. Multiple IDs should be provided in a vector separated by a comma. Value Returns a tibble with the following columns: col_name types id integer full_name character link character first_name character last_name character primary_number character birth_date character current_age integer birth_city character birth_state_province character birth_country character height character weight integer active logical use_name character middle_name character boxscore_name character nick_name character gender character is_player logical is_verified logical draft_year integer mlb_debut_date character name_first_last character name_slug character first_last_name character last_first_name character last_init_name character init_last_name character full_fml_name character full_lfm_name character strike_zone_top numeric mlb_people_free_agents 143 strike_zone_bottom numeric pronunciation character primary_position_code character primary_position_name character primary_position_type character primary_position_abbreviation character bat_side_code character bat_side_description character pitch_hand_code character pitch_hand_description character Examples try(mlb_people(person_ids = 502671)) try(mlb_people(person_ids = c(502671,605151))) mlb_people_free_agents Find Information About MLB Free Agents Description Find Information About MLB Free Agents Usage mlb_people_free_agents(season = NULL) Arguments season Season preceding free agency Value Returns a tibble with the following columns: col_name types date_declared character notes character date_signed character sort_order integer player_id integer player_full_name character player_link character original_team_id integer 144 mlb_pitch_types original_team_name character original_team_link character position_code character position_name character position_type character position_abbreviation character new_team_id integer new_team_name character new_team_link character Examples try(mlb_people_free_agents(season = 2018)) mlb_pitch_codes MLB Pitch Codes Description MLB Pitch Codes Usage mlb_pitch_codes() Value Returns a tibble with the following columns col_name types pitch_code character pitch_description character Examples try(mlb_pitch_codes()) mlb_pitch_types MLB Pitch Types mlb_player_game_stats 145 Description MLB Pitch Types Usage mlb_pitch_types() Value Returns a tibble with the following columns col_name types pitch_type_code character pitch_type_description character Examples try(mlb_pitch_types()) mlb_player_game_stats Find MLB Player Game Stats Description Find MLB Player Game Stats Usage mlb_player_game_stats(person_id = NULL, game_pk = NULL) Arguments person_id MLBAMIDs for player of interest. game_pk The game_pk to return game_log statistics for a specific player in a specific game and to complete the call. Value Returns a tibble with the following columns: col_name types type character group character assists integer 146 mlb_player_game_stats put_outs integer errors integer chances integer fielding character caught_stealing integer passed_ball integer stolen_bases integer stolen_base_percentage character pickoffs integer games_played integer games_started integer fly_outs integer ground_outs integer air_outs integer runs integer doubles integer triples integer home_runs integer strike_outs integer base_on_balls integer intentional_walks integer hits integer hit_by_pitch integer at_bats integer number_of_pitches integer innings_pitched character wins integer losses integer saves integer save_opportunities integer holds integer blown_saves integer earned_runs integer batters_faced integer outs integer games_pitched integer complete_games integer shutouts integer pitches_thrown integer balls integer strikes integer strike_percentage character hit_batsmen integer balks integer wild_pitches integer rbi integer games_finished integer runs_scored_per9 character mlb_player_game_stats 147 home_runs_per9 character inherited_runners integer inherited_runners_scored integer catchers_interference integer sac_bunts integer sac_flies integer ground_into_double_play integer ground_into_triple_play integer plate_appearances integer total_bases integer left_on_base integer at_bats_per_home_run character game_type character num_teams integer avg character obp character slg character ops character outs_pitched integer whip character ground_outs_to_airouts character pitches_per_inning character strikeout_walk_ratio character strikeouts_per9inn character walks_per9inn character hits_per9inn character team_id integer team_name character team_link character opponent_id integer opponent_name character opponent_link character pitcher_id integer pitcher_full_name character pitcher_link character pitcher_first_name character pitcher_last_name character batter_id integer batter_full_name character batter_link character batter_first_name character batter_last_name character total_splits integer type_display_name character group_display_name character player_id numeric game_pk numeric 148 mlb_player_game_stats_current Examples try(mlb_player_game_stats(person_id = 605151, game_pk = 531368)) mlb_player_game_stats_current Find MLB Player Game Stats - Current Game Description Find MLB Player Game Stats - Current Game Usage mlb_player_game_stats_current(person_id = NULL) Arguments person_id MLBAMIDs for player of interest. Value Returns a tibble with the following columns: col_name types type character group character stat_assists integer stat_put_outs integer stat_errors integer stat_chances integer stat_fielding character stat_caught_stealing integer stat_passed_ball integer stat_stolen_bases integer stat_stolen_base_percentage character stat_pickoffs integer stat_games_played integer stat_games_started integer stat_fly_outs integer stat_ground_outs integer stat_air_outs integer stat_runs integer stat_doubles integer stat_triples integer stat_home_runs integer mlb_player_game_stats_current 149 stat_strike_outs integer stat_base_on_balls integer stat_intentional_walks integer stat_hits integer stat_hit_by_pitch integer stat_at_bats integer stat_number_of_pitches integer stat_innings_pitched character stat_wins integer stat_losses integer stat_saves integer stat_save_opportunities integer stat_holds integer stat_blown_saves integer stat_earned_runs integer stat_batters_faced integer stat_outs integer stat_games_pitched integer stat_complete_games integer stat_shutouts integer stat_pitches_thrown integer stat_balls integer stat_strikes integer stat_strike_percentage character stat_hit_batsmen integer stat_balks integer stat_wild_pitches integer stat_rbi integer stat_games_finished integer stat_runs_scored_per9 character stat_home_runs_per9 character stat_inherited_runners integer stat_inherited_runners_scored integer stat_catchers_interference integer stat_sac_bunts integer stat_sac_flies integer stat_ground_into_double_play integer stat_ground_into_triple_play integer stat_plate_appearances integer stat_total_bases integer stat_left_on_base integer stat_at_bats_per_home_run character game_type character num_teams integer stat_avg character stat_obp character stat_slg character stat_ops character 150 mlb_player_status_codes stat_outs_pitched integer stat_whip character stat_ground_outs_to_airouts character stat_pitches_per_inning character stat_strikeout_walk_ratio character stat_strikeouts_per9inn character stat_walks_per9inn character stat_hits_per9inn character team_id integer team_name character team_link character opponent_id integer opponent_name character opponent_link character pitcher_id integer pitcher_full_name character pitcher_link character pitcher_first_name character pitcher_last_name character batter_id integer batter_full_name character batter_link character batter_first_name character batter_last_name character total_splits integer type_display_name character group_display_name character player_id numeric game_pk numeric Examples try(mlb_player_game_stats_current(person_id = 660271)) mlb_player_status_codes MLB Player Status Codes Description MLB Player Status Codes Usage mlb_player_status_codes() mlb_positions 151 Value Returns a tibble with the following columns col_name types player_status_code character player_status_description character Examples mlb_player_status_codes() mlb_positions MLB Positions Description MLB Positions Usage mlb_positions() Value Returns a tibble with the following columns col_name types position_short_name character position_full_name character position_abbreviation character position_code character position_type character position_formal_name character game_position logical pitcher logical fielder logical outfield logical position_display_name character Examples try(mlb_positions()) 152 mlb_review_reasons mlb_probables Retrieve probable starters for a given MLB game Description Retrieve probable starters for a given MLB game Usage mlb_probables(game_pk) Arguments game_pk The unique game_pk identifier for the game Value Returns a tiible that includes probable starting pitchers and the home plate umpire for the game_pk requested including the following columns: col_name types game_pk integer game_date character fullName character id integer team character team_id integer home_plate_full_name character home_plate_id integer Examples try(mlb_probables(566001)) mlb_review_reasons MLB Review Reasons Description MLB Review Reasons mlb_rosters 153 Usage mlb_review_reasons() Value Returns a tibble with the following columns col_name types review_reason_code character review_reason_description character Examples try(mlb_review_reasons()) mlb_rosters Find MLB Rosters by Roster Type Description Find MLB Rosters by Roster Type Usage mlb_rosters(team_id = NULL, season = NULL, date = NULL, roster_type = NULL) Arguments team_id team_id to return team roster information for a particular club. season Year to return team roster information for a particular club in a specific season. date Date to return team roster and their coaching staff directorial information for a particular team. roster_type roster_type to return team directorial information for. See mlb_roster_types() for more options. Valid options include: ’40Man’, ’fullSeason’, ’fullRoster’, ’nonRosterInvitees’, ’active’, ’allTime’, ’depthChart’, ’gameday’, ’coach’ Value Returns a tibble with the following columns: col_name types jersey_number character person_id integer person_full_name character 154 mlb_roster_types person_link character position_code character position_name character position_type character position_abbreviation character status_code character status_description character link character team_id integer roster_type character season numeric date character Examples try(mlb_rosters(team_id = 109, season = 2018, roster_type = 'active')) try(mlb_rosters(team_id = 109, season = 2018, roster_type = 'coach')) mlb_roster_types MLB Roster Types Description MLB Roster Types Usage mlb_roster_types() Value Returns a tibble with the following columns col_name types roster_type_description character roster_type_lookup_name character roster_type_parameter character Examples try(mlb_roster_types()) mlb_schedule 155 mlb_runner_detail_types MLB Runner Detail Types Description MLB Runner Detail Types Usage mlb_runner_detail_types() Value Returns a tibble with the following columns col_name types stat_name character Examples try(mlb_runner_detail_types()) mlb_schedule Find game_pk values for professional baseball games (major and minor leagues) Description Find game_pk values for professional baseball games (major and minor leagues) Usage mlb_schedule(season = 2019, level_ids = "1") Arguments season The season for which you want to find game_pk values for MLB games level_ids A numeric vector with ids for each level where game_pks are desired. See below for a reference of level ids. sport_id sport_code sport_link sport_name sport_abbreviation sort_order active 1 mlb /api/v1/sports/1 Major League Baseball MLB 11 TRU 156 mlb_schedule 11 aaa /api/v1/sports/11 Triple-A AAA 101 TRU 12 aax /api/v1/sports/12 Double-A AA 201 TRU 13 afa /api/v1/sports/13 High-A A+ 301 TRU 14 afx /api/v1/sports/14 Low-A A 401 TRU 16 rok /api/v1/sports/16 Rookie ROK 701 TRU 17 win /api/v1/sports/17 Winter Leagues WIN 1301 TRU 8 bbl /api/v1/sports/8 Organized Baseball Pros 1401 TRU 21 min /api/v1/sports/21 Minor League Baseball Minors 1402 TRU 23 ind /api/v1/sports/23 Independent Leagues IND 2101 TRU 51 int /api/v1/sports/51 International Baseball INT 3501 TRU 508 nat /api/v1/sports/508 International Baseball (Collegiate) INTC 3502 TRU 509 nae /api/v1/sports/509 International Baseball (18 and under) 18U 3503 TRU 510 nas /api/v1/sports/510 International Baseball (16 and under) 16U 3505 TRU 22 bbc /api/v1/sports/22 College Baseball College 5101 TRU 586 hsb /api/v1/sports/586 High School Baseball H.S. 6201 TRU Value Returns a tibble which includes game_pk values and additional information for games scheduled or played with the following columns: col_name types date character total_items integer total_events integer total_games integer total_games_in_progress integer game_pk integer link character game_type character season character game_date character official_date character game_number integer public_facing logical double_header character gameday_type character tiebreaker character calendar_event_id character season_display character day_night character scheduled_innings integer reverse_home_away_status logical inning_break_length integer games_in_series integer series_game_number integer series_description character record_source character mlb_schedule 157 if_necessary character if_necessary_description character status_abstract_game_state character status_coded_game_state character status_detailed_state character status_status_code character status_start_time_tbd logical status_reason character status_abstract_game_code character teams_away_split_squad logical teams_away_series_number integer teams_away_league_record_wins integer teams_away_league_record_losses integer teams_away_league_record_pct character teams_away_team_id integer teams_away_team_name character teams_away_team_link character teams_home_split_squad logical teams_home_series_number integer teams_home_league_record_wins integer teams_home_league_record_losses integer teams_home_league_record_pct character teams_home_team_id integer teams_home_team_name character teams_home_team_link character venue_id integer venue_name character venue_link character content_link character is_tie logical description character teams_away_score integer teams_away_is_winner logical teams_home_score integer teams_home_is_winner logical reschedule_date character reschedule_game_date character rescheduled_from character rescheduled_from_date character resume_date character resume_game_date character resumed_from character resumed_from_date character events list Level IDs The following IDs can be passed to the level_ids argument: 158 mlb_schedule_event_types 1 = MLB 11 = Triple-A 12 = Doubl-A 13 = Class A Advanced 14 = Class A 15 = Class A Short Season 5442 = Rookie Advanced 16 = Rookie 17 = Winter League Examples try(mlb_schedule(season = "2019")) mlb_schedule_event_types MLB Schedule Event Types Description MLB Schedule Event Types Usage mlb_schedule_event_types() Value Returns a tibble with the following columns col_name types schedule_event_type_code character schedule_event_type_name character Examples try(mlb_schedule_event_types()) mlb_schedule_games_tied 159 mlb_schedule_games_tied Find game_pk values for professional baseball games (major and minor leagues) that are tied Description Find game_pk values for professional baseball games (major and minor leagues) that are tied Usage mlb_schedule_games_tied(season = 2021, game_type = "S") Arguments season The season for which you want to find game_pk values for MLB games game_type game_type to return schedule information for all tied games in a particular game_type game_type_id game_type_description S Spring Training R Regular Season F Wild Card Game D Division Series L League Championship Series W World Series C Championship N Nineteenth Century Series P Playoffs A All-Star Game I Intrasquad E Exhibition Value Returns a tibble that includes game_pk values and additional information for games scheduled or played col_name types date character total_items integer total_events integer total_games integer total_games_in_progress integer game_pk integer link character 160 mlb_schedule_games_tied game_type character season character game_date character official_date character game_number integer public_facing logical double_header character gameday_type character tiebreaker character calendar_event_id character season_display character day_night character scheduled_innings integer reverse_home_away_status logical inning_break_length integer games_in_series integer series_game_number integer series_description character record_source character if_necessary character if_necessary_description character status_abstract_game_state character status_coded_game_state character status_detailed_state character status_status_code character status_start_time_tbd logical status_reason character status_abstract_game_code character teams_away_split_squad logical teams_away_series_number integer teams_away_league_record_wins integer teams_away_league_record_losses integer teams_away_league_record_pct character teams_away_team_id integer teams_away_team_name character teams_away_team_link character teams_home_split_squad logical teams_home_series_number integer teams_home_league_record_wins integer teams_home_league_record_losses integer teams_home_league_record_pct character teams_home_team_id integer teams_home_team_name character teams_home_team_link character venue_id integer venue_name character venue_link character content_link character mlb_schedule_postseason 161 is_tie logical description character teams_away_score integer teams_away_is_winner logical teams_home_score integer teams_home_is_winner logical reschedule_date character reschedule_game_date character rescheduled_from character rescheduled_from_date character resume_date character resume_game_date character resumed_from character resumed_from_date character events list Examples try(mlb_schedule_games_tied(season = 2021)) mlb_schedule_postseason Find game_pk values for professional baseball postseason games (major and minor leagues) Description Find game_pk values for professional baseball postseason games (major and minor leagues) Usage mlb_schedule_postseason( season = 2021, game_type = NULL, series_number = NULL, sport_id = 1, team_id = NULL ) Arguments season The season for which you want to find game_pk values for MLB games game_type game_type to return schedule information for all tied games in a particular game_type 162 mlb_schedule_postseason series_number The Series number to return schedule information for all tied games in a partic- ular series number sport_id The sport_id to return schedule information for. team_id The team_id to return schedule information for. game_type_id game_type_description S Spring Training R Regular Season F Wild Card Game D Division Series L League Championship Series W World Series C Championship N Nineteenth Century Series P Playoffs A All-Star Game I Intrasquad E Exhibition Value Returns a tibble that includes game_pk values and additional information for games scheduled or played col_name types date character total_items integer total_events integer total_games integer total_games_in_progress integer game_pk integer link character game_type character season character game_date character official_date character is_tie logical is_featured_game logical game_number integer public_facing logical double_header character gameday_type character tiebreaker character calendar_event_id character season_display character day_night character description character mlb_schedule_postseason 163 scheduled_innings integer reverse_home_away_status logical games_in_series integer series_game_number integer series_description character record_source character if_necessary character if_necessary_description character status_abstract_game_state character status_coded_game_state character status_detailed_state character status_status_code character status_start_time_tbd logical status_abstract_game_code character teams_away_score integer teams_away_is_winner logical teams_away_split_squad logical teams_away_series_number integer teams_away_league_record_wins integer teams_away_league_record_losses integer teams_away_league_record_pct character teams_away_team_id integer teams_away_team_name character teams_away_team_link character teams_home_score integer teams_home_is_winner logical teams_home_split_squad logical teams_home_series_number integer teams_home_league_record_wins integer teams_home_league_record_losses integer teams_home_league_record_pct character teams_home_team_id integer teams_home_team_name character teams_home_team_link character venue_id integer venue_name character venue_link character content_link character inning_break_length integer reschedule_date character reschedule_game_date character status_reason character rescheduled_from character rescheduled_from_date character is_default_game logical events list 164 mlb_schedule_postseason_series Examples try(mlb_schedule_postseason(season = 2021)) mlb_schedule_postseason_series Find game_pk values for professional baseball postseason series games (major and minor leagues) Description Find game_pk values for professional baseball postseason series games (major and minor leagues) Usage mlb_schedule_postseason_series( season = 2021, game_type = NULL, series_number = NULL, sport_id = 1, team_id = NULL ) Arguments season The season for which you want to find game_pk values for MLB games game_type game_type to return schedule information for all tied games in a particular game_type series_number The Series number to return schedule information for all tied games in a partic- ular series number sport_id The sport_id to return schedule information for. team_id The team_id to return schedule information for. game_type_id game_type_description S Spring Training R Regular Season F Wild Card Game D Division Series L League Championship Series W World Series C Championship N Nineteenth Century Series P Playoffs A All-Star Game mlb_schedule_postseason_series 165 I Intrasquad E Exhibition Value Returns a tibble that includes game_pk values and additional information for games scheduled or played col_name types total_items integer total_games integer total_games_in_progress integer game_pk integer link character game_type character season character game_date character official_date character is_tie logical is_featured_game logical game_number integer public_facing logical double_header character gameday_type character tiebreaker character calendar_event_id character season_display character day_night character description character scheduled_innings integer reverse_home_away_status logical inning_break_length integer games_in_series integer series_game_number integer series_description character record_source character if_necessary character if_necessary_description character is_default_game logical status_abstract_game_state character status_coded_game_state character status_detailed_state character status_status_code character status_start_time_tbd logical status_abstract_game_code character teams_away_score integer teams_away_is_winner logical teams_away_split_squad logical 166 mlb_seasons teams_away_series_number integer teams_away_league_record_wins integer teams_away_league_record_losses integer teams_away_league_record_pct character teams_away_team_id integer teams_away_team_name character teams_away_team_link character teams_home_score integer teams_home_is_winner logical teams_home_split_squad logical teams_home_series_number integer teams_home_league_record_wins integer teams_home_league_record_losses integer teams_home_league_record_pct character teams_home_team_id integer teams_home_team_name character teams_home_team_link character venue_id integer venue_name character venue_link character content_link character reschedule_date character reschedule_game_date character rescheduled_from character rescheduled_from_date character status_reason character sort_order integer series_id character series_sort_number integer series_is_default logical series_game_type character Examples try(mlb_schedule_postseason_series(season = 2021, sport_id = 1)) mlb_seasons Find MLB Seasons Description Find MLB Seasons mlb_seasons_all 167 Usage mlb_seasons(sport_id = 1, with_game_type_dates = TRUE) Arguments sport_id The sport_id to return season information for. with_game_type_dates with_game_type_dates to return season information Value Returns a tibble with the following columns: col_name types season_id character has_wildcard logical pre_season_start_date character pre_season_end_date character season_start_date character spring_start_date character spring_end_date character regular_season_start_date character last_date1st_half character all_star_date character first_date2nd_half character regular_season_end_date character post_season_start_date character post_season_end_date character season_end_date character offseason_start_date character off_season_end_date character season_level_gameday_type character game_level_gameday_type character qualifier_plate_appearances numeric qualifier_outs_pitched integer Examples mlb_seasons(sport_id = 1) mlb_seasons_all Find MLB Seasons all 168 mlb_seasons_all Description Find MLB Seasons all Usage mlb_seasons_all( sport_id = 1, division_id = NULL, league_id = NULL, with_game_type_dates = TRUE ) Arguments sport_id The sport_id to return season information for. division_id The division_id to return season information for. league_id The league_id to return season information for. with_game_type_dates with_game_type_dates to return season information for. Value Returns a tibble with the following columns: col_name types season_id character has_wildcard logical pre_season_start_date character season_start_date character regular_season_start_date character regular_season_end_date character season_end_date character offseason_start_date character off_season_end_date character season_level_gameday_type character game_level_gameday_type character qualifier_plate_appearances numeric qualifier_outs_pitched integer post_season_start_date character post_season_end_date character last_date1st_half character all_star_date character first_date2nd_half character pre_season_end_date character spring_start_date character spring_end_date character mlb_sky 169 Examples mlb_seasons_all(sport_id = 1) mlb_situation_codes MLB Situation Codes Description MLB Situation Codes Usage mlb_situation_codes() Value Returns a tibble with the following columns col_name types situation_code character sort_order integer navigation_menu character situation_code_description character team logical batting logical fielding logical pitching logical Examples try(mlb_situation_codes()) mlb_sky MLB Sky (Weather) Codes Description MLB Sky (Weather) Codes Usage mlb_sky() 170 mlb_sports Value Returns a tibble with the following columns col_name types sky_code character sky_description character Examples try(mlb_sky()) mlb_sports MLB Sport IDs Description MLB Sport IDs Usage mlb_sports(sport_id = NULL) Arguments sport_id The sport_id to return information for. Value Returns a tibble with the following columns col_name types sport_id integer sport_code character sport_link character sport_name character sport_abbreviation character sort_order integer active_status logical and the following values: sport_id sport_code sport_link sport_name sport_abbreviation sort_order active 1 mlb /api/v1/sports/1 Major League Baseball MLB 11 TRU mlb_sports_info 171 11 aaa /api/v1/sports/11 Triple-A AAA 101 TRU 12 aax /api/v1/sports/12 Double-A AA 201 TRU 13 afa /api/v1/sports/13 High-A A+ 301 TRU 14 afx /api/v1/sports/14 Low-A A 401 TRU 16 rok /api/v1/sports/16 Rookie ROK 701 TRU 17 win /api/v1/sports/17 Winter Leagues WIN 1301 TRU 8 bbl /api/v1/sports/8 Organized Baseball Pros 1401 TRU 21 min /api/v1/sports/21 Minor League Baseball Minors 1402 TRU 23 ind /api/v1/sports/23 Independent Leagues IND 2101 TRU 51 int /api/v1/sports/51 International Baseball INT 3501 TRU 508 nat /api/v1/sports/508 International Baseball (Collegiate) INTC 3502 TRU 509 nae /api/v1/sports/509 International Baseball (18 and under) 18U 3503 TRU 510 nas /api/v1/sports/510 International Baseball (16 and under) 16U 3505 TRU 22 bbc /api/v1/sports/22 College Baseball College 5101 TRU 586 hsb /api/v1/sports/586 High School Baseball H.S. 6201 TRU Examples try(mlb_sports()) mlb_sports_info MLB Sport IDs Information Description MLB Sport IDs Information Usage mlb_sports_info(sport_id = 1) Arguments sport_id The sport_id to return information for. Value Returns a tibble with the following columns col_name types sport_id integer sport_code character sport_link character sport_name character sport_abbreviation character 172 mlb_sports_players sort_order integer active_status logical Examples try(mlb_sports_info(sport_id = 1)) mlb_sports_players MLB Sport Players Description MLB Sport Players Usage mlb_sports_players(sport_id = 1, season = 2021) Arguments sport_id The sport_id to return information for. season The season to return information for. Value Returns a tibble with the following columns: col_name types player_id integer full_name character link character first_name character last_name character primary_number character birth_date character current_age integer birth_city character birth_country character height character weight integer active logical use_name character middle_name character boxscore_name character mlb_standings 173 nick_name character gender character is_player logical is_verified logical pronunciation character mlb_debut_date character name_first_last character name_slug character first_last_name character last_first_name character last_init_name character init_last_name character full_fml_name character full_lfm_name character strike_zone_top numeric strike_zone_bottom numeric birth_state_province character draft_year integer name_matrilineal character name_title character last_played_date character current_team_id integer current_team_name character current_team_link character primary_position_code character primary_position_name character primary_position_type character primary_position_abbreviation character bat_side_code character bat_side_description character pitch_hand_code character pitch_hand_description character Examples try(mlb_sports_players(sport_id = 1, season = 2021)) mlb_standings MLB Standings Description MLB Standings 174 mlb_standings Usage mlb_standings( season = NULL, date = NULL, standings_type = NULL, league_id = NULL ) Arguments season Year(s) to return to return standings information for. date Date to return to return standings information for. standings_type The standings_type(s) to return standings information for. Description of all standings_types 1. regularSeason - Regular Season Standings 2. wildCard - Wild card standings 3. divisionLeaders - Division Leader standings 4. wildCardWithLeaders - Wild card standings with Division Leaders 5. firstHalf - First half standings. Only valid for leagues with a split season (Mexican League). 6. secondHalf - Second half standings. Only valid for leagues with a split season (Mexican League). 7. springTraining - Spring Training Standings 8. postseason - Postseason Standings 9. byDivision - Standings by Division 10. byConference - Standings by Conference 11. byLeague - Standings by League league_id The league_id(s) to return standings information for. Value Returns a tibble with the following columns col_name types standings_type character last_updated character team_records_season character team_records_clinch_indicator character team_records_division_rank character team_records_league_rank character team_records_sport_rank character team_records_games_played integer team_records_games_back character team_records_wild_card_games_back character team_records_league_games_back character team_records_spring_league_games_back character mlb_standings 175 team_records_sport_games_back character team_records_division_games_back character team_records_conference_games_back character team_records_last_updated character team_records_runs_allowed integer team_records_runs_scored integer team_records_division_champ logical team_records_division_leader logical team_records_has_wildcard logical team_records_clinched logical team_records_elimination_number character team_records_wild_card_elimination_number character team_records_magic_number character team_records_wins integer team_records_losses integer team_records_run_differential integer team_records_winning_percentage character team_records_wild_card_rank character team_records_wild_card_leader logical team_records_team_id integer team_records_team_name character team_records_team_link character team_records_streak_streak_type character team_records_streak_streak_number integer team_records_streak_streak_code character team_records_league_record_wins integer team_records_league_record_losses integer team_records_league_record_ties integer team_records_league_record_pct character team_records_records_split_records list team_records_records_division_records list team_records_records_overall_records list team_records_records_league_records list team_records_records_expected_records list league_id integer league_link character division_id integer division_link character sport_id integer sport_link character Examples try(mlb_standings(season = 2021, league_id = 103)) 176 mlb_stats mlb_standings_types MLB Standings Types Description MLB Standings Types Usage mlb_standings_types() Value Returns a tibble with the following columns col_name types standings_type_name character standings_type_description character Examples try(mlb_standings_types()) mlb_stats MLB Stats Description MLB Stats Usage mlb_stats( stat_type = NULL, player_pool = NULL, game_type = NULL, team_id = NULL, position = NULL, stat_group = NULL, season = NULL, league_id = NULL, sport_ids = NULL, sort_stat = NULL, mlb_stats 177 order = NULL, limit = 1000, offset = NULL ) Arguments stat_type Stat type to return statistics for. player_pool There are 4 different types of player pools to return statistics for a particular player pool across a sport. Acceptable values include: All, Qualified, Rookies, or Qualified_rookies game_type Game type to return information for a particular statistic in a particular game type. team_id Team ID to return information and ranking for a particular statistic for a partic- ular team. position Position to return statistics for a given position. Default to "Qualified" player pool Acceptable values include: • P • C • 1B • 2B • 3B • SS • LF • CF • RF • DH • PH • PR • BR • OF • IF • SP • RP • CP • UT • UI • UO • RHP • LHP • RHS • LHS • LHR 178 mlb_stats • RHR • B • X stat_group Stat group to return information and ranking for a particular statistic in a partic- ular group. season Year to return information and ranking for a particular statistic in a given year. league_id League ID to return statistics for a given league. Default to "Qualified" player pool. sport_ids The sport_id(s) to return information and ranking information for. sort_stat Sort return based on stat. order Order return based on either desc or asc. limit A limit to limit return to a particular number of records. offset An offset to returns i+1 as the first record in the set of players. Value Returns a tibble with the following columns col_name types total_splits integer season character num_teams integer rank integer games_played integer ground_outs integer air_outs integer runs integer doubles integer triples integer home_runs integer strike_outs integer base_on_balls integer intentional_walks integer hits integer hit_by_pitch integer avg character at_bats integer obp character slg character ops character caught_stealing integer stolen_bases integer stolen_base_percentage character ground_into_double_play integer number_of_pitches integer plate_appearances integer mlb_stats_leaders 179 total_bases integer rbi integer left_on_base integer sac_bunts integer sac_flies integer babip character ground_outs_to_airouts character catchers_interference integer at_bats_per_home_run character team_id integer team_name character team_link character player_id integer player_full_name character player_link character player_first_name character player_last_name character league_id integer league_name character league_link character sport_id integer sport_link character sport_abbreviation character position_code character position_name character position_type character position_abbreviation character splits_tied_with_offset list splits_tied_with_limit list player_pool character type_display_name character group_display_name character Examples try(mlb_stats(stat_type = 'season', stat_group = 'hitting', season = 2021)) mlb_stats_leaders MLB Stats Leaders Description MLB Stats Leaders 180 mlb_stats_leaders Usage mlb_stats_leaders( leader_categories = NULL, player_pool = NULL, leader_game_types = NULL, sit_codes = NULL, position = NULL, stat_group = NULL, season = NULL, league_id = NULL, sport_id = NULL, start_date = NULL, end_date = NULL, stat_type = NULL, limit = 1000 ) Arguments leader_categories League leader category to return information and ranking for a particular statis- tic. player_pool There are 4 different types of player pools to return statistics for a particular player pool across a sport. Acceptable values include: All, Qualified, Rookies, or Qualified_rookies leader_game_types Game type to return information and ranking for a particular statistic in a partic- ular game type. sit_codes Situation code to return information and ranking for a particular statistic in a particular game type. position Position to return statistics for a given position. Default to "Qualified" player pool Acceptable values include: • P • C • 1B • 2B • 3B • SS • LF • CF • RF • DH • PH • PR • BR mlb_stats_leaders 181 • OF • IF • SP • RP • CP • UT • UI • UO • RHP • LHP • RHS • LHS • LHR • RHR • B • X stat_group Stat group to return information and ranking for a particular statistic in a partic- ular group. season Year to return information and ranking for a particular statistic in a given year. league_id League ID to return statistics for a given league. Default to "Qualified" player pool. sport_id The sport_id to return information and ranking information for. start_date Start date to return information and ranking for a particular statistic for a par- ticular date range. Format: MM/DD/YYYY start_date must be coupled with end_date and byDateRange stat_type end_date End date to return information and ranking for a particular statistic for a par- ticular date range. Format: MM/DD/YYYY end_date must be coupled with start_date and byDateRange stat_type stat_type The stat_type to return information and ranking for a particular statistic for a particular stat type. limit A limit to limit return to a particular number of records. Value Returns a tibble with the following columns col_name types leader_category character rank integer value character season character num_teams integer team_id integer team_name character 182 mlb_stat_groups team_link character league_id integer league_name character league_link character person_id integer person_full_name character person_link character person_first_name character person_last_name character sport_id integer sport_link character sport_abbreviation character stat_group character total_splits integer game_type_id character game_type_description character Examples try(mlb_stats_leaders(leader_categories='homeRuns',sport_id=1, season = 2021)) mlb_stat_groups MLB Stat Groups Description MLB Stat Groups Usage mlb_stat_groups() Value Returns a tibble with the following columns col_name types stat_group_name character Examples try(mlb_stat_groups()) mlb_teams 183 mlb_stat_types MLB Stat Types Description MLB Stat Types Usage mlb_stat_types() Value Returns a tibble with the following columns col_name types stat_type_name character Examples try(mlb_stat_types()) mlb_teams MLB Teams Description MLB Teams Usage mlb_teams( season = NULL, active_status = NULL, all_star_statuses = NULL, league_ids = NULL, sport_ids = NULL, game_type = NULL ) 184 mlb_teams Arguments season Year to return to return team information for. active_status The active statuses to populate teams for a given season. all_star_statuses The all-star statuses to populate teams for a given season. league_ids The league_id(s) to return team information for. sport_ids The sport_id(s) to return team information for. game_type The game_type to return team information for. Value Returns a tibble with the following columns col_name types team_id integer team_full_name character link character season integer team_code character file_code character team_abbreviation character team_name character location_name character first_year_of_play character short_name character franchise_name character club_name character all_star_status character active logical venue_id integer venue_name character venue_link character spring_venue_id integer spring_venue_link character league_id integer league_name character league_link character division_id integer division_name character division_link character sport_id integer sport_link character sport_name character spring_league_id integer spring_league_name character spring_league_link character spring_league_abbreviation character mlb_teams_stats 185 Examples try(mlb_teams(season = 2021, sport_ids = c(1))) mlb_teams_stats MLB Teams Stats Description MLB Teams Stats Usage mlb_teams_stats( stat_type = NULL, game_type = NULL, stat_group = NULL, season = NULL, sport_ids = NULL, sort_stat = NULL, order = NULL ) Arguments stat_type Stat type to return statistics for. game_type Game type to return information for a particular statistic in a particular game type. stat_group Stat group to return information and ranking for a particular statistic in a partic- ular group. season Year to return information and ranking for a particular statistic in a given year. sport_ids The sport_id(s) to return information and ranking information for. sort_stat Sort return based on stat. order Order return based on either desc or asc. Value Returns a tibble with the following columns col_name types total_splits integer season character rank integer games_played integer 186 mlb_teams_stats ground_outs integer air_outs integer runs integer doubles integer triples integer home_runs integer strike_outs integer base_on_balls integer intentional_walks integer hits integer hit_by_pitch integer avg character at_bats integer obp character slg character ops character caught_stealing integer stolen_bases integer stolen_base_percentage character ground_into_double_play integer number_of_pitches integer plate_appearances integer total_bases integer rbi integer left_on_base integer sac_bunts integer sac_flies integer babip character ground_outs_to_airouts character catchers_interference integer at_bats_per_home_run character team_id integer team_name character team_link character splits_tied_with_offset list splits_tied_with_limit list type_display_name character group_display_name character Examples try(mlb_teams_stats(stat_type = 'season', stat_group = 'hitting', season = 2021)) mlb_teams_stats_leaders 187 mlb_teams_stats_leaders MLB Teams Stats Leaders Description MLB Teams Stats Leaders Usage mlb_teams_stats_leaders( leader_categories = NULL, leader_game_types = NULL, sit_codes = NULL, stat_group = NULL, season = NULL, league_id = NULL, sport_id = NULL, start_date = NULL, end_date = NULL, stat_type = NULL, limit = 1000 ) Arguments leader_categories League leader category to return information and ranking for a particular statis- tic. leader_game_types Game type to return information and ranking for a particular statistic in a partic- ular game type. sit_codes Situation code to return information and ranking for a particular statistic in a particular game type. stat_group Stat group to return information and ranking for a particular statistic in a partic- ular group. season Year to return information and ranking for a particular statistic in a given year. league_id League ID to return statistics for a given league. Default to "Qualified" player pool. sport_id The sport_id to return information and ranking information for. start_date Start date to return information and ranking for a particular statistic for a par- ticular date range. Format: MM/DD/YYYY start_date must be coupled with end_date and byDateRange stat_type end_date End date to return information and ranking for a particular statistic for a par- ticular date range. Format: MM/DD/YYYY end_date must be coupled with start_date and byDateRange stat_type 188 mlb_team_affiliates stat_type The stat_type to return information and ranking for a particular statistic for a particular stat type. limit A limit to limit return to a particular number of records. Value Returns a tibble with the following columns col_name types leader_category character rank integer value character season character num_teams integer team_id integer team_name character team_link character league_id integer league_name character league_link character person_id integer person_full_name character person_link character person_first_name character person_last_name character sport_id integer sport_link character sport_abbreviation character stat_group character total_splits integer game_type_id character game_type_description character Examples try(mlb_teams_stats_leaders(leader_categories='homeRuns',sport_id=1, season = 2021)) mlb_team_affiliates MLB Team Affiliates Description MLB Team Affiliates mlb_team_affiliates 189 Usage mlb_team_affiliates(team_ids = NULL, sport_ids = NULL, season = NULL) Arguments team_ids The team_id(s) to return affiliates data for. sport_ids The sport_id to return team affiliates information for. season The season to return team affiliates data for the particular season. Value Returns a tibble with the following columns col_name types all_star_status character team_id integer team_full_name character link character season integer team_code character file_code character team_abbreviation character team_name character location_name character first_year_of_play character short_name character franchise_name character club_name character active logical parent_org_name character parent_org_id integer spring_league_id integer spring_league_name character spring_league_link character spring_league_abbreviation character venue_id integer venue_name character venue_link character spring_venue_id integer spring_venue_link character league_id integer league_name character league_link character division_id integer division_name character division_link character sport_id integer sport_link character 190 mlb_team_alumni sport_name character Examples try(mlb_team_affiliates(team_ids = 147)) mlb_team_alumni MLB Team Alumni Description MLB Team Alumni Usage mlb_team_alumni(team_id = NULL, stat_group = NULL, season = NULL) Arguments team_id Team ID to return information and ranking for a particular statistic for a partic- ular team. stat_group Stat group to return information and ranking for a particular statistic in a partic- ular group. season Year to return information and ranking for a particular statistic in a given year. Value Returns a tibble with the following columns col_name types player_id integer player_full_name character link character first_name character last_name character primary_number character birth_date character current_age integer birth_city character birth_country character height character weight integer active logical use_name character mlb_team_coaches 191 middle_name character boxscore_name character nick_name character gender character name_matrilineal character is_player logical is_verified logical pronunciation character mlb_debut_date character name_first_last character name_slug character first_last_name character last_first_name character last_init_name character init_last_name character full_fml_name character full_lfm_name character strike_zone_top numeric strike_zone_bottom numeric alumni_last_season character birth_state_province character draft_year integer primary_position_code character primary_position_name character primary_position_type character primary_position_abbreviation character bat_side_code character bat_side_description character pitch_hand_code character pitch_hand_description character Examples try(mlb_team_alumni(team_id = 137, stat_group = 'hitting', season = 2021)) mlb_team_coaches MLB Team Coaches Description MLB Team Coaches Usage mlb_team_coaches(team_id = NULL, date = NULL, season = NULL) 192 mlb_team_history Arguments team_id Team ID to return team coach information for. date Date to return team coach information for. season Year to return team coach information for. Value Returns a tibble with the following columns col_name types jersey_number character job character job_id character title character person_id integer person_full_name character person_link character Examples try(mlb_team_coaches(team_id = 137, season = 2021)) mlb_team_history MLB Teams History Description MLB Teams History Usage mlb_team_history(team_ids = NULL, start_season = NULL, end_season = NULL) Arguments team_ids The team_id(s) to return historical data for. start_season The start_season to return historical data for from the given year to present. end_season The end_season to return historical data for from the the creation to the given year. Value Returns a tibble with the following columns mlb_team_info 193 col_name types all_star_status character team_id integer team_full_name character link character season integer team_code character file_code character team_abbreviation character team_name character location_name character first_year_of_play character short_name character franchise_name character club_name character active logical venue_id integer venue_name character venue_link character spring_venue_id integer spring_venue_link character league_id integer league_name character league_link character sport_id integer sport_link character sport_name character Examples try(mlb_team_history(team_ids = 147)) mlb_team_info MLB Team Info Description MLB Team Info Usage mlb_team_info(team_id = NULL, season = NULL, sport_id = NULL) 194 mlb_team_leaders Arguments team_id The team_id to return team data for. season The season to return team data for the given year. sport_id The sport_id to return a directory of team data for a particular club in a sport. Value Returns a tibble with the following columns col_name types all_star_status character team_id integer team_full_name character link character season integer team_code character file_code character team_abbreviation character team_name character location_name character first_year_of_play character short_name character franchise_name character club_name character active logical venue_id integer venue_name character venue_link character spring_venue_id integer spring_venue_link character league_id integer league_name character league_link character sport_id integer sport_link character sport_name character Examples try(mlb_team_info(team_id = 147)) mlb_team_leaders MLB Team Leaders mlb_team_leaders 195 Description MLB Team Leaders Usage mlb_team_leaders( team_id = NULL, leader_categories = NULL, leader_game_types = NULL, season = NULL, limit = 1000 ) Arguments team_id Team ID to return team leader information for. leader_categories Team leader category to return information and ranking for a particular statistic. leader_game_types Game type to return information and ranking for a particular statistic in a partic- ular game type. season Season to return team leader information for. limit A limit to limit return to a particular number of records. Value Returns a tibble with the following columns col_name types leader_category character rank integer value character season character team_id integer team_name character team_link character league_id integer league_name character league_link character person_id integer person_full_name character person_link character person_first_name character person_last_name character sport_id integer sport_link character sport_abbreviation character stat_group character 196 mlb_team_personnel total_splits integer game_type_id character game_type_description character Examples try(mlb_team_leaders(team_id = 137, leader_categories = "homeRuns", season = 2021)) mlb_team_personnel MLB Team Personnel Description MLB Team Personnel Usage mlb_team_personnel(team_id = NULL, date = NULL) Arguments team_id Team ID to return team coach information for. date Date to return team coach information for. Value Returns a tibble with the following columns col_name types jersey_number character job character job_id character title character person_id integer person_full_name character person_link character Examples try(mlb_team_personnel(team_id = 137, date = "08/28/2016")) mlb_team_stats 197 mlb_team_stats MLB Team Individual Stats Description MLB Team Individual Stats Usage mlb_team_stats( team_id = NULL, stat_type = NULL, game_type = NULL, stat_group = NULL, season = NULL, sport_ids = NULL ) Arguments team_id Team ID to return information and ranking for a particular statistic for a partic- ular team. stat_type Stat type to return statistics for. game_type Game type to return information for a particular statistic in a particular game type. stat_group Stat group to return information and ranking for a particular statistic in a partic- ular group. season Year to return information and ranking for a particular statistic in a given year. sport_ids The sport_id(s) to return information and ranking information for. Value Returns a tibble with the following columns col_name types season character games_played integer ground_outs integer air_outs integer runs integer doubles integer triples integer home_runs integer strike_outs integer base_on_balls integer intentional_walks integer 198 mlb_venues hits integer hit_by_pitch integer avg character at_bats integer obp character slg character ops character caught_stealing integer stolen_bases integer stolen_base_percentage character ground_into_double_play integer number_of_pitches integer plate_appearances integer total_bases integer rbi integer left_on_base integer sac_bunts integer sac_flies integer babip character ground_outs_to_airouts character catchers_interference integer at_bats_per_home_run character team_id integer team_name character team_link character type_display_name character group_display_name character Examples try(mlb_team_stats(team_id = 137, stat_type = 'season', stat_group = 'hitting', season = 2021)) mlb_venues Find MLB Venues Description Find MLB Venues Usage mlb_venues(venue_ids = NULL, sport_ids = NULL, season = NULL) mlb_wind_direction_codes 199 Arguments venue_ids Venue directorial information based venue_id. sport_ids The sport_id(s) for which to return venue directorial information. season Year for which to return venue directorial information for a given season. Value Returns a tibble with the following columns: col_name types venue_id integer venue_name character venue_link character active logical season logical Examples try(mlb_venues()) try(mlb_venues(venue_ids = 4781)) try(mlb_venues(sport_ids = 1)) mlb_wind_direction_codes MLB Wind Direction Codes Description MLB Wind Direction Codes Usage mlb_wind_direction_codes() Value Returns a tibble with the following columns col_name types wind_direction_code character wind_direction_description character 200 most_recent_ncaa_baseball_season Examples try(mlb_wind_direction_codes()) most_recent_mlb_season Most Recent MLB Season Description Most Recent MLB Season Usage most_recent_mlb_season() Value An integer indicating the year of the most recent season of Major League Baseball most_recent_ncaa_baseball_season Most Recent NCAA Baseball Season Description Most Recent NCAA Baseball Season Usage most_recent_ncaa_baseball_season() Value An integer indicating the year of the most recent season of NCAA baseball ncaa 201 ncaa NCAA Functions Overview Description ncaa_team_player_stats(): This function allows the user to obtain batting or pitching statistics for any school affiliated with the NCAA at the division I, II, or III levels. The function acquires data from the NCAA’s website (stats.ncaa.org) and returns a tibble. ncaa_pbp(): Get Play-By-Play Data for NCAA Baseball Games. ncaa_roster(): Get NCAA Baseball Rosters. ncaa_game_logs(): Get NCAA Baseball Game Logs. ncaa_lineups(): Get NCAA Baseball Game Lineups. ncaa_park_factor(): Get Park Effects for NCAA Baseball Teams. ncaa_schedule_info(): Get Schedule and Results for NCAA Baseball Teams. ncaa_school_id_lu(): Lookup NCAA School IDs (Division I, II, and III) ncaa_teams(): Lookup NCAA Teams by Division (I, II, and III) and Season Details Scrape NCAA baseball data (Division I, II, and III): ncaa_team_player_stats(team_id = 255, year = 2013, type = "batting") Get Play-By-Play Data for NCAA Baseball Games: x <- ncaa_schedule_info(736, 2021)$game_info_url[2] ncaa_pbp(game_info_url = x) Get NCAA Baseball Rosters: ncaa_roster(team_id = 104, year = 2021) Get NCAA Baseball Game Logs: ncaa_game_logs(player_id = 2113782, year = 2021, type = "pitching", span = "game") Get NCAA Baseball Game Lineups: ncaa_lineups(game_info_url="https://stats.ncaa.org/game/index/4587474?org_id=528",year=2018) Get Park Effects for NCAA Baseball Teams: ncaa_park_factor(team_id = 736, years = c(2017:2019), type = "conference") Get Schedule and Results for NCAA Baseball Teams: ncaa_schedule_info(team_id = 736, year = 2021) 202 ncaa_game_logs Lookup NCAA School IDs (Division I, II, and III): ncaa_school_id_lu("VAN") Scrape NCAA baseball Teams (Division I, II, and III): ncaa_teams(year = 2023, division = 1) ncaa_baseball_roster (legacy) Get NCAA Baseball Rosters Description (legacy) Get NCAA Baseball Rosters (legacy) Get NCAA Baseball Rosters Usage ncaa_baseball_roster(team_id = NULL, year, ...) get_ncaa_baseball_roster(team_id = NULL, year, ...) Arguments team_id NCAA id for a school year The year of interest ... Additional arguments passed to an underlying function like httr. Value A data frame containing roster information, including IDs and urls for each player (if available) A data frame containing roster information, including IDs and urls for each player (if available) ncaa_game_logs Get NCAA Baseball Game Logs Description Get NCAA Baseball Game Logs Usage ncaa_game_logs(player_id, year, type = "batting", span = "game", ...) ncaa_game_logs 203 Arguments player_id A player’s unique id. Can be found using the get_ncaa_baseball_roster function. year The year of interest. type The kind of statistics you want to return. Current options are ’batting’ or ’pitch- ing’. span The span of time; can either be ’game’ for game logs in a season, or ’career’ which returns seasonal stats for a player’s career. ... Additional arguments passed to an underlying function like httr. Value A data frame containing player and school information as well as game by game statistics col_name types player_id numeric player_name character Date character Opponent character Result character App numeric G numeric GS numeric IP numeric CG numeric H numeric R numeric ER numeric BB numeric SO numeric SHO numeric BF numeric P-OAB numeric 2B-A numeric 3B-A numeric Bk numeric HR-A numeric WP numeric HB numeric IBB numeric Inh Run numeric Inh Run Score numeric SHA numeric SFA numeric Pitches numeric GO numeric FO numeric W numeric 204 ncaa_lineups L numeric SV numeric OrdAppeared numeric KL numeric pickoffs character Examples try(ncaa_game_logs(player_id = 2113782, year = 2021, type = "pitching", span = "game")) try(ncaa_game_logs(player_id = 2113782, year = 2021, type = "pitching", span = "career")) try(ncaa_game_logs(player_id = 1879650, year = 2019, type = "batting", span = "game")) try(ncaa_game_logs(player_id = 1879650, year = 2019, type = "batting", span = "career")) ncaa_lineups Retrieve lineups for a given NCAA game via its game_info_url Description Retrieve lineups for a given NCAA game via its game_info_url Usage ncaa_lineups(game_info_url = NULL, ...) Arguments game_info_url The unique game info url ... Additional arguments passed to an underlying function like httr. Value Returns a tibble of each school’s starting lineup and starting pitcher col_name types year numeric player_name character position character slug character batting_order character team_name character sub numeric attendance character game_date character location character player_id integer ncaa_park_factor 205 team_id numeric team_url character conference_id numeric conference character division numeric season_id numeric Examples try(ncaa_lineups(game_info_url="https://stats.ncaa.org/contests/2167178/box_score")) try(ncaa_lineups(game_info_url="https://stats.ncaa.org/game/index/4587474?org_id=528")) ncaa_park_factor Get Park Effects for NCAA Baseball Teams Description Get Park Effects for NCAA Baseball Teams Usage ncaa_park_factor(team_id, years, type = "conference", ...) Arguments team_id The team’s unique NCAA id. years The season or seasons (i.e. use 2016 for the 2015-2016 season, etc., limited to just 2013-2020 seasons). type default is conference. the conference parameter adjusts for the conference the school plays in, the division parameter calculates based on the division the school plays in 1,2,or 3. Defaults to ’conference’. ... Additional arguments passed to an underlying function like httr. Details try(ncaa_park_factor(team_id = 736, years = c(2018:2019), type = "conference")) Value A data frame with the following fields: school, home_game, away_game, runs_scored_home, runs_allowed_home, run_scored_away, runs_allowed_away, base_pf (base park factor), home_game_adj (an adjustment for the percentage of home games played) final_pf (park factor after adjustments) col_name types 206 ncaa_pbp school character home_game numeric away_game numeric runs_scored_home numeric runs_allowed_home numeric runs_scored_away numeric runs_allowed_away numeric base_pf numeric home_game_adj numeric final_pf numeric ncaa_pbp Get Play-By-Play Data for NCAA Baseball Games Description Get Play-By-Play Data for NCAA Baseball Games Usage ncaa_pbp( game_info_url = NA_character_, game_pbp_url = NA_character_, raw_html_to_disk = FALSE, raw_html_path = "/", read_from_file = FALSE, file = NA_character_, ... ) Arguments game_info_url The url for the game’s boxscore data. This can be found using the ncaa_schedule_info function. game_pbp_url The url for the game’s play-by-play data. This can be found using the ncaa_schedule_info function. raw_html_to_disk Write raw html to disk (saves as game_pbp_id.html in raw_html_path direc- tory) raw_html_path Directory path to write raw html read_from_file Read from raw html on disk file File with full path to read raw html ... Additional arguments passed to an underlying function like httr. ncaa_roster 207 Value A data frame with play-by-play data for an individual game. col_name types game_date character location character attendance logical inning character inning_top_bot character score character batting character fielding character description character game_pbp_url character game_pbp_id integer Examples try(ncaa_pbp(game_info_url = "https://stats.ncaa.org/contests/2167178/box_score")) ncaa_roster Get NCAA Baseball Rosters Description Get NCAA Baseball Rosters Usage ncaa_roster(team_id = NULL, year, ...) Arguments team_id NCAA id for a school year The year of interest ... Additional arguments passed to an underlying function like httr. Value A data frame containing roster information, including IDs and urls for each player (if available) col_name types player_name character class character 208 ncaa_schedule_info player_id character season numeric number character position character player_url character team_name character conference character team_id numeric division numeric conference_id numeric Examples try(ncaa_roster(team_id = 104, year = 2021)) ncaa_schedule_info Get Schedule and Results for NCAA Baseball Teams Description Get Schedule and Results for NCAA Baseball Teams Usage ncaa_schedule_info(team_id = NULL, year = NULL, pbp_links = FALSE, ...) Arguments team_id The team’s unique NCAA id. year The season (i.e. use 2016 for the 2015-2016 season, etc.) pbp_links Logical parameter to run process for scraping play_by_play urls for each game ... Additional arguments passed to an underlying function like httr. Details try(ncaa_schedule_info(team_id = 736, year = 2019)) Value A data frame with the following fields: date, opponent, result, score, innings (if more than regula- tion), and the url for the game itself. col_name types year integer ncaa_school_id_lu 209 season_id integer date character home_team character home_team_id integer home_team_conference character home_team_conference_id integer home_team_slug character home_team_division integer away_team character away_team_id integer away_team_conference character away_team_conference_id integer away_team_slug character away_team_division integer neutral_site character result character score character innings character slug character game_info_url character contest_id integer ncaa_school_id_lu Lookup NCAA baseball school IDs (Division I, II, and III) Description This function allows the user to look up the team_id needed for the ncaa_team_player_stats() function. Usage ncaa_school_id_lu(team_name = NULL) Arguments team_name A string that will be searched for in the names of the teams. Value Returns a tibble with school identification data: team_id, team_name, team_url, conference, con- ference_id, division, year, and season_id col_name types team_id numeric team_name character 210 ncaa_scrape team_url character conference_id numeric conference character division numeric year numeric season_id numeric Examples try(ncaa_school_id_lu("Van")) ncaa_scrape (legacy) Scrape NCAA baseball Team Player Stats (Division I, II, and III) Description (legacy) Scrape NCAA baseball Team Player Stats (Division I, II, and III) Usage ncaa_scrape( team_id, year = most_recent_ncaa_baseball_season(), type = "batting", ... ) Arguments team_id The numerical ID that the NCAA website uses to identify a team year The season for which data should be returned, in the form of "YYYY". Years currently available: 2013-2017. type A string indicating whether to return "batting" or "pitching" statistics ... Additional arguments passed to an underlying function like httr. Value A data frame with the following variables col_name types year integer team_name character team_id numeric ncaa_teams 211 conference_id integer conference character division numeric player_id integer player_url character player_name character Yr character Pos character Jersey character GP numeric GS numeric BA numeric OBPct numeric SlgPct numeric R numeric AB numeric H numeric 2B numeric 3B numeric TB numeric HR numeric RBI numeric BB numeric HBP numeric SF numeric SH numeric K numeric DP numeric CS numeric Picked numeric SB numeric RBI2out numeric ncaa_teams Scrape NCAA baseball Teams (Division I, II, and III) Description This function allows the user to obtain NCAA teams by year and division Usage ncaa_teams(year = most_recent_ncaa_baseball_season(), division = 1, ...) 212 ncaa_team_player_stats Arguments year The season for which data should be returned, in the form of "YYYY". Years currently available: 2002 onward. division Division - 1, 2, 3 ... Additional arguments passed to an underlying function like httr. Details ncaa_teams(2023, 1) Value A data frame with the following variables col_name types team_id character team_name character team_url character conference_id character conference character division numeric year numeric season_id character ncaa_team_player_stats Scrape NCAA baseball Team Player Stats (Division I, II, and III) Description This function allows the user to obtain batting or pitching statistics for any school affiliated with the NCAA at the division I, II, or III levels. The function acquires data from the NCAA’s website (stats.ncaa.org) and returns a tibble. Usage ncaa_team_player_stats( team_id, year = most_recent_ncaa_baseball_season(), type = "batting", ... ) ncaa_team_player_stats 213 Arguments team_id The numerical ID that the NCAA website uses to identify a team year The season for which data should be returned, in the form of "YYYY". Years currently available: 2013-2017. type A string indicating whether to return "batting" or "pitching" statistics ... Additional arguments passed to an underlying function like httr. Value A data frame with the following variables col_name types year integer team_name character team_id numeric conference_id integer conference character division numeric player_id integer player_url character player_name character Yr character Pos character Jersey character GP numeric GS numeric BA numeric OBPct numeric SlgPct numeric R numeric AB numeric H numeric 2B numeric 3B numeric TB numeric HR numeric RBI numeric BB numeric HBP numeric SF numeric SH numeric K numeric DP numeric CS numeric Picked numeric SB numeric RBI2out numeric 214 playerid_lookup Examples try(ncaa_team_player_stats(team_id = 234, year = 2023, type = "batting")) pitcher_game_logs_fg (legacy) Scrape Pitcher Game Logs from FanGraphs Description (legacy) Scrape Pitcher Game Logs from FanGraphs Usage pitcher_game_logs_fg(playerid, year = 2017) Arguments playerid This is the playerid used by FanGraphs for a given player year The season for which game logs should be returned (use the YYYY format) Value A data frame of pitcher game logs. playerid_lookup Look up Baseball Player IDs by Player Name Description This function allows you to query the Chadwick Bureau’s public register of baseball players and the various IDs associated with them in different systems of record. Usage playerid_lookup(last_name = NULL, first_name = NULL) Arguments last_name A text string used to return results for players with that string in their last name. first_name A text string used to return results for players with that string in their first name. Value A data frame of baseball players and the various IDs associated with them in different systems of record. playername_lookup 215 col_name types first_name character last_name character given_name character name_suffix character nick_name character birth_year integer mlb_played_first integer mlbam_id integer retrosheet_id character bbref_id character fangraphs_id integer Examples try(playerid_lookup("Garcia", "Karim")) playername_lookup Look up Baseball Player Name by ID Description This function allows you to query the Chadwick Bureau’s public register of baseball players and the various IDs associated with them in different systems of record. Usage playername_lookup(id) Arguments id An integer or character string representing a player ID in a baseball database, cross-referenced through the Chadwick Bureau’s public register of baseball play- ers. Value A data frame of baseball players and the various IDs associated with them in different systems of record. col_name types name_first character name_last character name_given character name_suffix character 216 process_statcast_payload name_nick character birth_year integer mlb_played_first integer key_mlbam integer key_retro character key_bbref character key_fangraphs integer Examples try(playername_lookup(4885)) try(playername_lookup("kaaihki01")) process_statcast_payload Process Baseball Savant CSV payload Description This is a helper function for all statcast_search() functions. The function processes the initial csv payload acquired from Baseball Savant to ensure consistency in formatting across downloads Usage process_statcast_payload(payload) Arguments payload payload from a Baseball Savant request Value A tibble with the processed Statcast data coerced to the correct types. retrosheet_data 217 retrosheet_data Get, Parse, and Format Retrosheet Event and Roster Files Description This function requires the use of the Chadwick CLI. Follow the directions at the repository for installation of the CLI release for your platform. Specifically from the Chadwick CLI tools, this function requires the cwevent application to be available from the command line. For unix platform users: the retrosheet_data() function uses the system() interface under the hood. For Windows and other platform users: the retrosheet_data() function interacts with the cwevent application using the shell() interface under the hood. Usage retrosheet_data( path_to_directory = NULL, years_to_acquire = most_recent_mlb_season() - 1, sequence_years = FALSE ) Arguments path_to_directory (default: NULL) A file path that if set, either: 1. creates a new directory, or 2. uses the path to an existing directory years_to_acquire (format: YYYY) The seasons to collect. Single, multiple, and sequential years can be passed. If passing multiple years, enclose in a vector (i.e. c(2017,2018)). Defaults to most_recent_mlb_season(). sequence_years (logical, default: FALSE): If the seasons passed in the years_to_acquire param- eter should be sequenced so that the function returns all years including and between the vector passed, set the argument to TRUE. Defaults to FALSE. Details retrosheet_data(path_to_directory = NULL, years_to_acquire = most_recent_mlb_season()-1, sequence_years = FALSE) Value If path_to_directory is not set (default), the process will return a named list of tibbles: ’events’ and ’rosters’ for each season provided to years_to_acquire If path_to_directory is set, will also write two csv files to the unzipped directory: 1) a combined csv of the event data for a given year and 2) a combined csv of each team’s roster for each year provided to years_to_acquire 218 run_expectancy_code run_expectancy_code Generate run expectancy and related measures from Baseball Sa- vant data Description These functions allow a user to generate run expectancy and related measures and variables from Baseball Savant data. Measures and variables will be added to the data frame. Usage run_expectancy_code(df, level = "plate appearance") Arguments df A data frame generated from Baseball Savant. level Whether you want run expectancy calculated at the plate appearance or pitch level. Defaults to plate appearance. Value Returns a tibble with the following columns: col_name types pitch_type character game_date Date release_speed numeric release_pos_x numeric release_pos_z numeric player_name character batter numeric pitcher numeric events character description character spin_dir logical spin_rate_deprecated logical break_angle_deprecated logical break_length_deprecated logical zone numeric des character game_type character stand character p_throws character home_team character away_team character type character hit_location integer run_expectancy_code 219 bb_type character balls integer strikes integer game_year integer pfx_x numeric pfx_z numeric plate_x numeric plate_z numeric on_3b numeric on_2b numeric on_1b numeric outs_when_up integer inning numeric inning_topbot character hc_x numeric hc_y numeric tfs_deprecated logical tfs_zulu_deprecated logical fielder_2 numeric umpire logical sv_id character vx0 numeric vy0 numeric vz0 numeric ax numeric ay numeric az numeric sz_top numeric sz_bot numeric hit_distance_sc numeric launch_speed numeric launch_angle numeric effective_speed numeric release_spin_rate numeric release_extension numeric game_pk numeric pitcher_1 numeric fielder_2_1 numeric fielder_3 numeric fielder_4 numeric fielder_5 numeric fielder_6 numeric fielder_7 numeric fielder_8 numeric fielder_9 numeric release_pos_y numeric estimated_ba_using_speedangle numeric estimated_woba_using_speedangle numeric 220 run_expectancy_code woba_value numeric woba_denom integer babip_value integer iso_value integer launch_speed_angle integer at_bat_number numeric pitch_number numeric pitch_name character home_score numeric away_score numeric bat_score numeric fld_score numeric post_away_score numeric post_home_score numeric post_bat_score numeric post_fld_score numeric if_fielding_alignment character of_fielding_alignment character spin_axis numeric delta_home_win_exp numeric delta_run_exp numeric final_pitch_game numeric final_pitch_at_bat numeric runs_scored_on_pitch numeric bat_score_after numeric final_pitch_inning numeric bat_score_start_inning numeric bat_score_end_inning numeric cum_runs_in_inning numeric runs_to_end_inning numeric count_base_out_state character avg_re numeric next_count_base_out_state character next_avg_re numeric change_re numeric re24 numeric Examples df <- statcast_search(start_date = "2016-04-06", end_date = "2016-04-15", playerid = 621043, player_type = 'batter') try(run_expectancy_code(df, level = "plate appearances")) school_id_lu 221 school_id_lu (legacy) Lookup NCAA baseball school IDs (Division I, II, and III) Description (legacy) Lookup NCAA baseball school IDs (Division I, II, and III) Usage school_id_lu(team_name = NULL) Arguments team_name A string that will be searched for in the names of the teams. Value Returns a tibble with school identification data: team_id, team_name, team_url, conference, con- ference_id, division, year, and season_id scrape_savant_leaderboards (legacy) Query Baseball Savant Leaderboards Description (legacy) Query Baseball Savant Leaderboards Usage scrape_savant_leaderboards( leaderboard = "exit_velocity_barrels", year = 2020, abs = 50, min_pa = "q", min_pitches = 100, min_throws = 100, min_field = "q", min_run = 0, player_type = "batter", fielding_type = "player", oaa_position = "", oaa_roles = "", team = "", arsenal_type = "n_", 222 scrape_savant_leaderboards run_type = "raw", min2b = 5, min3b = 0, position = "", bats = "", hand = "" ) Arguments leaderboard The type of leaderboard to retrieve, input as a string. Current options include exit_velocity_barrels, expected_statistics, pitch_arsenal, outs_above_average, di- rectional_oaa, catch_probability, pop_time, sprint_speed, and running_splits_90_ft, arm_strength. year The season for which you want data. abs The minimum number of batted balls. Applies only to exit_velocity_barrels leaderboards. min_pa Minimum number of plate appearances. Can be a number or ’q’ for qualified batters. min_pitches Minimum number of pitches thrown. min_throws Minimum number of throwing opportunities. min_field Minimum number of fieding opportunities. min_run Minimum number of running opportunities. player_type One of either ’batter’ or pitcher. For the expected_statistics leaderboard, ’batter- team’ and ’pitcher-team’ are also available. fielding_type One of either ’player’ or ’team’. oaa_position Can be either the number position of a player or ’if’ or ’of’ for position cate- gories. oaa_roles Can be either the number position of a player or ’if’ or ’of’ for position cate- gories. team An abbreviation for a team. Can be left blank. arsenal_type One of either ’n_’, ’avg_spin’, or ’avg_speed’. run_type One of either ’percent’ or ’raw’. min2b The minimum number of throwing attempts to second base. min3b The minimum number of throwing attempts to third base. position The numeric position of the player. For DH use 10. Can be left blank. bats The handedness of the batter. One of ’R’ or ’L’. Can be left blank. hand The handedness of the pitcher. One of ’R’ or ’L’. Can be left blank. Value Returns a tibble of Statcast leaderboard data. scrape_statcast_savant 223 scrape_statcast_savant (legacy) Query Statcast by Date Range and Players Description (legacy) Query Statcast by Date Range and Players Usage scrape_statcast_savant( start_date = Sys.Date() - 1, end_date = Sys.Date(), playerid = NULL, player_type = "batter", ... ) scrape_statcast_savant.Date( start_date = Sys.Date() - 1, end_date = Sys.Date(), playerid = NULL, player_type = "batter", ... ) scrape_statcast_savant.default( start_date = Sys.Date() - 1, end_date = Sys.Date(), playerid = NULL, player_type = "batter", ... ) scrape_statcast_savant_batter(start_date, end_date, batterid = NULL, ...) scrape_statcast_savant_batter_all(start_date, end_date, batterid = NULL, ...) scrape_statcast_savant_pitcher(start_date, end_date, pitcherid = NULL, ...) scrape_statcast_savant_pitcher_all(start_date, end_date, pitcherid = NULL, ...) Arguments start_date Date of first game for which you want data. Format must be in YYYY-MM-DD format. 224 sptrc_league_payrolls end_date Date of last game for which you want data. Format must be in YYYY-MM-DD format. playerid The MLBAM ID for the player whose data you want to query. player_type The player type. Can be batter or pitcher. Default is batter ... currently ignored batterid The MLBAM ID for the batter whose data you want to query. pitcherid The MLBAM ID for the pitcher whose data you want to query. Value Returns a tibble with Statcast data. Returns a tibble with Statcast data. Returns a tibble with Statcast data. Returns a tibble with Statcast data. Returns a tibble with Statcast data. Returns a tibble with Statcast data. Returns a tibble with Statcast data. sptrc_league_payrolls Scrape League Payroll Breakdowns from Spotrac Description This function allows you to scrape each team’s payroll from Spotrac. Usage sptrc_league_payrolls(year = most_recent_mlb_season()) Arguments year Year to load Value A data frame of contract data. col_name types year character team character team_abbr character rank numeric win_percent numeric roster numeric sptrc_team_active_payroll 225 active_man_payroll numeric injured_reserve numeric retained numeric buried numeric suspended numeric yearly_total_payroll numeric Examples try(sptrc_league_payrolls(year = most_recent_mlb_season())) sptrc_team_active_payroll Scrape Team Active Payroll Breakdown from Spotrac Description This function allows you to scrape a team’s active payroll from Spotrac. Usage sptrc_team_active_payroll(team_abbr, year = most_recent_mlb_season()) Arguments team_abbr Team abbreviation year Year to load Value A data frame of contract data. col_name types year numeric team character player_name character roster_status character age numeric pos numeric status numeric waiver_options numeric base_salary numeric signing_bonus numeric payroll_salary numeric 226 standings_on_date_bref adj_salary numeric payroll_percent numeric lux_tax_salary numeric total_salary numeric Examples try(sptrc_team_active_payroll(team_abbr = "BAL", year = most_recent_mlb_season())) standings_on_date_bref (legacy) Scrape MLB Standings on a Given Date Description (legacy) Scrape MLB Standings on a Given Date Usage standings_on_date_bref(date, division, from = FALSE) Arguments date a date object division One or more of AL East, AL Central, AL West, AL Overall, NL East, NL Cen- tral, NL West, and NL Overall from a logical indicating whether you want standings up to and including the date (FALSE, default) or rather standings for games played after the date Value Returns a tibble of MLB standings statcast 227 statcast Statcast Functions Overview Description statcast_search(): Query Statcast by Date Range and Players. statcast_search_batters(): Query Statcast Batters by Date Range and Player. statcast_search_pitchers(): Query Statcast Pitchers by Date Range and Player. statcast_leaderboards(): Query Baseball Savant Leaderboards. Details Query Statcast Batters by Date Range: statcast_search(start_date = "2016-04-06", end_date = "2016-04-15", player_type = 'batter') ## The above is equivalent to: statcast_search_batters(start_date = "2016-04-06", end_date = "2016-04-15", batterid = NULL) Query Statcast Pitchers by Date Range: statcast_search(start_date = "2016-04-06", end_date = "2016-04-15", player_type = 'pitcher') ## The above is equivalent to: statcast_search_pitchers(start_date = "2016-04-06", end_date = "2016-04-15", pitcherid = NULL) Query Statcast Batters by Date Range and Player ID: correa <- statcast_search(start_date = "2016-04-06", end_date = "2016-04-15", playerid = 621043, player_type = 'batter') ## The above is equivalent to: correa <- statcast_search_batters(start_date = "2016-04-06", end_date = "2016-04-15", batterid = 621043) Query Statcast Pitchers by Date Range and Player ID: 228 statcast_leaderboards noah <- statcast_search(start_date = "2016-04-06", end_date = "2016-04-15", playerid = 592789, player_type = 'pitcher') ## The above is equivalent to: noah <- statcast_search_pitchers(start_date = "2016-04-06", end_date = "2016-04-15", pitcherid = 592789) Query Baseball Savant Leaderboards: statcast_leaderboards(leaderboard = "exit_velocity_barrels", year = 2021) statcast_impute Statcast Label Imputation Description Statcast Label Imputation Usage statcast_impute Format An object of class data.frame with 44 rows and 4 columns. statcast_leaderboards Query Baseball Savant Leaderboards Description This function allows you to read leaderboard data from BaseballSavant directly into R as data frame. Usage statcast_leaderboards( leaderboard = "exit_velocity_barrels", year = 2020, abs = 50, min_pa = "q", min_pitches = 100, min_throws = 100, min_field = "q", statcast_leaderboards 229 min_run = 0, player_type = "batter", fielding_type = "player", oaa_position = "", oaa_roles = "", team = "", arsenal_type = "n_", run_type = "raw", min2b = 5, min3b = 0, position = "", bats = "", hand = "" ) Arguments leaderboard The type of leaderboard to retrieve, input as a string. Current options include exit_velocity_barrels, expected_statistics, pitch_arsenal, outs_above_average, di- rectional_oaa, catch_probability, pop_time, sprint_speed, and running_splits_90_ft, arm_strength. year The season for which you want data. abs The minimum number of batted balls. Applies only to exit_velocity_barrels leaderboards. min_pa Minimum number of plate appearances. Can be a number or ’q’ for qualified batters. min_pitches Minimum number of pitches thrown. min_throws Minimum number of throwing opportunities. min_field Minimum number of fieding opportunities. min_run Minimum number of running opportunities. player_type One of either ’batter’ or pitcher. For the expected_statistics leaderboard, ’batter- team’ and ’pitcher-team’ are also available. fielding_type One of either ’player’ or ’team’. oaa_position Can be either the number position of a player or ’if’ or ’of’ for position cate- gories. oaa_roles Can be either the number position of a player or ’if’ or ’of’ for position cate- gories. team An abbreviation for a team. Can be left blank. arsenal_type One of either ’n_’, ’avg_spin’, or ’avg_speed’. run_type One of either ’percent’ or ’raw’. min2b The minimum number of throwing attempts to second base. min3b The minimum number of throwing attempts to third base. position The numeric position of the player. For DH use 10. Can be left blank. bats The handedness of the batter. One of ’R’ or ’L’. Can be left blank. hand The handedness of the pitcher. One of ’R’ or ’L’. Can be left blank. 230 statcast_search Details oaa_roles argument: 30 = 1B - Straight Up 31 = 1B - Towards 1B/2B Hole 32 = 1B - Close to Line 40 = 2B - Straight Up 41 = 2B - Shaded Towards 2B Bag 42 = 2B - Towards 1B/2B Hole 43 = 2B - Behind First Basemen 46 = 2B - Up the Middle 60 = SS - Straight Up 61 = SS - Towards 3B/SS Hole 62 = SS - Shaded Towards 2B Bag 64 = SS - Up the Middle 50 = 3B - Straight Up 51 = 3B - Close to Line 52 = 3B - Towards 3B/SS Hole 77 = LF - Close to Line 71 = LF - Leaning Left 70 = LF - Straight Up 72 = LF - Leaning Right 78 = LF - LF Gap 87 = CF - LF Gap 81 = CF - Leaning Left 82 = CF - Leaning Right 89 = CF - RF Gap 98 = RF - RF Gap 91 = RF - Leaning Left 90 = RF - Straight Up 92 = RF - Leaning Right 99 = RF - Close to Line Value Returns a tibble of Statcast leaderboard data with the following columns (for leaderboard: ’exit_velocity_barrels’): col_name types year numeric last_name character first_name character player_id integer attempts integer avg_hit_angle numeric anglesweetspotpercent numeric max_hit_speed numeric avg_hit_speed numeric fbld numeric gb numeric max_distance integer avg_distance integer avg_hr_distance integer ev95plus integer ev95per-swing numeric ev95percent numeric barrels integer brl_percent numeric brl_pa numeric Examples try(statcast_leaderboards(leaderboard = "expected_statistics", year = 2018)) try(statcast_leaderboards(leaderboard = "arm_strength", year = 2020)) statcast_search Query Statcast by Date Range and Players statcast_search 231 Description This function allows you to query Statcast data as provided on https://baseballsavant.mlb.com Usage statcast_search( start_date = Sys.Date() - 1, end_date = Sys.Date(), playerid = NULL, player_type = "batter", ... ) statcast_search.default( start_date = Sys.Date() - 1, end_date = Sys.Date(), playerid = NULL, player_type = "batter", ... ) statcast_search_batters(start_date, end_date, batterid = NULL, ...) statcast_search_pitchers(start_date, end_date, pitcherid = NULL, ...) Arguments start_date Date of first game for which you want data. Format must be in YYYY-MM-DD format. end_date Date of last game for which you want data. Format must be in YYYY-MM-DD format. playerid The MLBAM ID for the player whose data you want to query. player_type The player type. Can be batter or pitcher. Default is batter ... currently ignored batterid The MLBAM ID for the batter whose data you want to query. pitcherid The MLBAM ID for the pitcher whose data you want to query. Value Returns a tibble with Statcast data with the following columns: col_name types pitch_type character game_date Date release_speed numeric release_pos_x numeric release_pos_z numeric 232 statcast_search player_name character batter numeric pitcher numeric events character description character spin_dir logical spin_rate_deprecated logical break_angle_deprecated logical break_length_deprecated logical zone numeric des character game_type character stand character p_throws character home_team character away_team character type character hit_location integer bb_type character balls integer strikes integer game_year integer pfx_x numeric pfx_z numeric plate_x numeric plate_z numeric on_3b numeric on_2b numeric on_1b numeric outs_when_up integer inning numeric inning_topbot character hc_x numeric hc_y numeric tfs_deprecated logical tfs_zulu_deprecated logical fielder_2 numeric umpire logical sv_id character vx0 numeric vy0 numeric vz0 numeric ax numeric ay numeric az numeric sz_top numeric sz_bot numeric hit_distance_sc numeric statcast_search 233 launch_speed numeric launch_angle numeric effective_speed numeric release_spin_rate numeric release_extension numeric game_pk numeric pitcher_1 numeric fielder_2_1 numeric fielder_3 numeric fielder_4 numeric fielder_5 numeric fielder_6 numeric fielder_7 numeric fielder_8 numeric fielder_9 numeric release_pos_y numeric estimated_ba_using_speedangle numeric estimated_woba_using_speedangle numeric woba_value numeric woba_denom integer babip_value integer iso_value integer launch_speed_angle integer at_bat_number numeric pitch_number numeric pitch_name character home_score numeric away_score numeric bat_score numeric fld_score numeric post_away_score numeric post_home_score numeric post_bat_score numeric post_fld_score numeric if_fielding_alignment character of_fielding_alignment character spin_axis numeric delta_home_win_exp numeric delta_run_exp numeric Returns a tibble with Statcast data. Returns a tibble with Statcast data with the following columns: col_name types pitch_type character game_date Date release_speed numeric 234 statcast_search release_pos_x numeric release_pos_z numeric player_name character batter numeric pitcher numeric events character description character spin_dir logical spin_rate_deprecated logical break_angle_deprecated logical break_length_deprecated logical zone numeric des character game_type character stand character p_throws character home_team character away_team character type character hit_location integer bb_type character balls integer strikes integer game_year integer pfx_x numeric pfx_z numeric plate_x numeric plate_z numeric on_3b numeric on_2b numeric on_1b numeric outs_when_up integer inning numeric inning_topbot character hc_x numeric hc_y numeric tfs_deprecated logical tfs_zulu_deprecated logical fielder_2 numeric umpire logical sv_id character vx0 numeric vy0 numeric vz0 numeric ax numeric ay numeric az numeric sz_top numeric statcast_search 235 sz_bot numeric hit_distance_sc numeric launch_speed numeric launch_angle numeric effective_speed numeric release_spin_rate numeric release_extension numeric game_pk numeric pitcher_1 numeric fielder_2_1 numeric fielder_3 numeric fielder_4 numeric fielder_5 numeric fielder_6 numeric fielder_7 numeric fielder_8 numeric fielder_9 numeric release_pos_y numeric estimated_ba_using_speedangle numeric estimated_woba_using_speedangle numeric woba_value numeric woba_denom integer babip_value integer iso_value integer launch_speed_angle integer at_bat_number numeric pitch_number numeric pitch_name character home_score numeric away_score numeric bat_score numeric fld_score numeric post_away_score numeric post_home_score numeric post_bat_score numeric post_fld_score numeric if_fielding_alignment character of_fielding_alignment character spin_axis numeric delta_home_win_exp numeric delta_run_exp numeric Returns a tibble with Statcast data with the following columns: col_name types pitch_type character game_date Date 236 statcast_search release_speed numeric release_pos_x numeric release_pos_z numeric player_name character batter numeric pitcher numeric events character description character spin_dir logical spin_rate_deprecated logical break_angle_deprecated logical break_length_deprecated logical zone numeric des character game_type character stand character p_throws character home_team character away_team character type character hit_location integer bb_type character balls integer strikes integer game_year integer pfx_x numeric pfx_z numeric plate_x numeric plate_z numeric on_3b numeric on_2b numeric on_1b numeric outs_when_up integer inning numeric inning_topbot character hc_x numeric hc_y numeric tfs_deprecated logical tfs_zulu_deprecated logical fielder_2 numeric umpire logical sv_id character vx0 numeric vy0 numeric vz0 numeric ax numeric ay numeric az numeric statcast_search 237 sz_top numeric sz_bot numeric hit_distance_sc numeric launch_speed numeric launch_angle numeric effective_speed numeric release_spin_rate numeric release_extension numeric game_pk numeric pitcher_1 numeric fielder_2_1 numeric fielder_3 numeric fielder_4 numeric fielder_5 numeric fielder_6 numeric fielder_7 numeric fielder_8 numeric fielder_9 numeric release_pos_y numeric estimated_ba_using_speedangle numeric estimated_woba_using_speedangle numeric woba_value numeric woba_denom integer babip_value integer iso_value integer launch_speed_angle integer at_bat_number numeric pitch_number numeric pitch_name character home_score numeric away_score numeric bat_score numeric fld_score numeric post_away_score numeric post_home_score numeric post_bat_score numeric post_fld_score numeric if_fielding_alignment character of_fielding_alignment character spin_axis numeric delta_home_win_exp numeric delta_run_exp numeric Examples ### Harper try(statcast_search(start_date = "2022-10-06", 238 statline_from_statcast end_date = "2022-10-16", playerid = 547180, player_type = 'batter')) ### Framber try(statcast_search(start_date = "2022-10-06", end_date = "2022-10-16", playerid = 664285, player_type = 'pitcher')) ### Daily try(statcast_search(start_date = "2022-11-04", end_date = "2022-11-06")) correa <- statcast_search_batters(start_date = "2016-04-06", end_date = "2016-04-15", batterid = 621043) daily <- statcast_search_batters(start_date = "2016-04-06", end_date = "2016-04-06", batterid = NULL) x <- statcast_search_pitchers(start_date = "2016-04-06", end_date = "2016-04-15", pitcherid = 592789) daily <- statcast_search_pitchers(start_date = "2016-04-06", end_date = "2016-04-06", pitcherid = NULL) statline_from_statcast Create stat lines from Statcast data Description This function allows you to create stat lines of statistics for players or groups of players from raw Statcast. When calculating wOBA, the most recent year in the data frame is used for weighting. Usage statline_from_statcast(df, base = "pa") Arguments df A data frame of statistics that includes, at a minimum, the following columns: events, description, game_date, and type. base Tells the function what to use as the population of pitches to use for the stat line. Options include "swings", "contact", or "pa". Defaults to "pa". Details statline_from_statcast(df, base = "contact") stats_api_live_empty_df 239 Value A tibble with the additional columns calculated using the Statcast data. stats_api_live_empty_df Column structure of MLB Stats Live Game API data frame Description An empty tibble Usage stats_api_live_empty_df Format An object of class tbl_df (inherits from tbl, data.frame) with 0 rows and 131 columns. teams_lu_table A Team Lookup Table Description A Team Lookup Table Usage teams_lu_table Format An object of class data.frame with 797 rows and 31 columns. 240 team_results_bref team_consistency Calculate Team-level Consistency Description This function allows you to calculate team-level consistency in run scoring and run prevention over the course of an entire season. Usage team_consistency(year) Arguments year Season consistency should be run for. Details try(team_consistency(year=2021)) Value Returns a tibble with the following columns col_name types Team character Con_R numeric Con_RA numeric Con_R_Ptile numeric Con_RA_Ptile numeric team_results_bref (legacy) Scrape Team Results Description (legacy) Scrape Team Results Usage team_results_bref(Tm, year) woba_plus 241 Arguments Tm The abbreviation used by Baseball-Reference.com for the team whose results you want to scrape. year Season for which you want to scrape the park factors. Value Returns a tibble of MLB team results woba_plus Calculate wOBA and related metrics for any set of data Description This function allows you to calculate wOBA for any given set of data, provided the right variables are in the data set. The function currently returns both wOBA per plate appearance on wOBA per instance of fair contact. Usage woba_plus(df) Arguments df A data frame of statistics that includes, at a minimum, the following columns: uBB (unintentional walks), HBP (Hit By Pitch), X1B (singles), X2B (doubles), X3B (triples), HR (home runs), AB (at-bats), SH (sacrifice hits), SO (strike outs), and season. Value Returns a tibble with the wOBA factors calculated and the following columns: col_name types bbref_id character season integer Name character Age numeric Level character Team character G numeric PA numeric AB numeric R numeric H numeric X1B numeric X2B numeric 242 woba_plus X3B numeric HR numeric RBI numeric BB numeric IBB numeric uBB numeric SO numeric HBP numeric SH numeric SF numeric GDP numeric SB numeric CS numeric BA numeric OBP numeric SLG numeric OPS numeric wOBA numeric wOBA_CON numeric Examples df <- bref_daily_batter("2015-08-01", "2015-10-03") try(woba_plus(df)) Index ∗ datasets bref_standings_on_date, 10 column_structure_draft_mlb, 14 bref_team_results, 11 statcast_impute, 228 stats_api_live_empty_df, 239 chadwick, 12 teams_lu_table, 239 chadwick_player_lu, 12 ∗ legacy code_barrel, 14 batter_game_logs_fg, 6 column_structure_draft_mlb, 14 daily_batter_bref, 15 daily_batter_bref, 15 daily_pitcher_bref, 15 daily_pitcher_bref, 15 fg_bat_leaders, 27 fg_pitch_leaders, 45 edge_code, 16 get_batting_orders, 62 edge_frequency, 17 get_draft_mlb, 62 get_game_info_mlb, 63 fangraphs, 17 get_game_info_sup_petti, 63 fg_bat_leaders, 27 get_game_pks_mlb, 64 fg_batter_game_logs, 18 get_ncaa_baseball_pbp, 64 fg_batter_leaders, 20 get_ncaa_game_logs, 65 fg_guts, 28 get_ncaa_lineups, 66 fg_milb_batter_game_logs, 28 get_ncaa_park_factor, 66 fg_milb_pitcher_game_logs, 30 get_ncaa_schedule_info, 67 fg_park, 32 get_pbp_mlb, 67 fg_park_hand (fg_park), 32 get_probables_mlb, 68 fg_pitch_leaders, 45 get_retrosheet_data, 68 fg_pitcher_game_logs, 33 get_umpire_ids_petti, 69 fg_pitcher_leaders, 37 milb_batter_game_logs_fg, 80 fg_team_batter, 46 milb_pitcher_game_logs_fg, 80 fg_team_pitcher, 53 ncaa_baseball_roster, 202 fip_plus, 60 ncaa_scrape, 210 pitcher_game_logs_fg, 214 get_batting_orders, 62 school_id_lu, 221 get_chadwick_lu (chadwick_player_lu), 12 scrape_savant_leaderboards, 221 get_draft_mlb, 62 scrape_statcast_savant, 223 get_game_info_mlb, 63 standings_on_date_bref, 226 get_game_info_sup_petti, 63 team_results_bref, 240 get_game_pks_mlb, 64 get_ncaa_baseball_pbp, 64 batter_game_logs_fg, 6 get_ncaa_baseball_roster bref, 6 (ncaa_baseball_roster), 202 bref_daily_batter, 7 get_ncaa_game_logs, 65 bref_daily_pitcher, 8 get_ncaa_lineups, 66 243 244 INDEX get_ncaa_park_factor, 66 mlb_high_low_types, 121 get_ncaa_schedule_info, 67 mlb_hit_trajectories, 121 get_pbp_mlb, 67 mlb_homerun_derby, 122 get_probables_mlb, 68 mlb_homerun_derby_bracket, 124 get_retrosheet_data, 68 mlb_homerun_derby_players, 125 get_umpire_ids_petti, 69 mlb_job_types, 131 ggspraychart, 70 mlb_jobs, 128 mlb_jobs_datacasters, 128 label_statcast_imputed_data, 71 mlb_jobs_official_scorers, 129 linear_weights_savant, 74 mlb_jobs_umpires, 130 load_game_info_sup, 74 mlb_languages, 131 load_ncaa_baseball_pbp, 75 mlb_league, 132 load_ncaa_baseball_schedule, 76 mlb_league_leader_types, 132 load_ncaa_baseball_season_ids, 77 mlb_logical_events, 133 load_ncaa_baseball_teams, 78 mlb_metrics, 134 load_umpire_ids, 78 mlb_pbp, 134 mlb_pbp_diff, 138 metrics, 79 mlb_people, 141 milb_batter_game_logs_fg, 80 mlb_people_free_agents, 143 milb_pitcher_game_logs_fg, 80 mlb_pitch_codes, 144 mlb, 81 mlb_pitch_types, 144 mlb_all_star_ballots, 82 mlb_all_star_final_vote, 83 mlb_player_game_stats, 145 mlb_all_star_write_ins, 85 mlb_player_game_stats_current, 148 mlb_attendance, 86 mlb_player_status_codes, 150 mlb_award, 88 mlb_positions, 151 mlb_awards, 89 mlb_probables, 152 mlb_awards_recipient, 90 mlb_review_reasons, 152 mlb_baseball_stats, 91 mlb_roster_types, 154 mlb_batting_orders, 92 mlb_rosters, 153 mlb_conferences, 93 mlb_runner_detail_types, 155 mlb_divisions, 93 mlb_schedule, 155 mlb_draft, 94 mlb_schedule_event_types, 158 mlb_draft_latest, 96 mlb_schedule_games_tied, 159 mlb_draft_prospects, 99 mlb_schedule_postseason, 161 mlb_event_types, 102 mlb_schedule_postseason_series, 164 mlb_fielder_detail_types, 102 mlb_seasons, 166 mlb_game_changes, 103 mlb_seasons_all, 167 mlb_game_content, 105 mlb_situation_codes, 169 mlb_game_context_metrics, 106 mlb_sky, 169 mlb_game_info, 108 mlb_sports, 170 mlb_game_linescore, 109 mlb_sports_info, 171 mlb_game_pace, 111 mlb_sports_players, 172 mlb_game_pks, 113 mlb_standings, 173 mlb_game_status_codes, 115 mlb_standings_types, 176 mlb_game_timecodes, 116 mlb_stat_groups, 182 mlb_game_types, 116 mlb_stat_types, 183 mlb_game_wp, 117 mlb_stats, 176 mlb_high_low_stats, 118 mlb_stats_leaders, 179 INDEX 245 mlb_team_affiliates, 188 sptrc_league_payrolls, 224 mlb_team_alumni, 190 sptrc_team_active_payroll, 225 mlb_team_coaches, 191 standings_on_date_bref, 226 mlb_team_history, 192 statcast, 227 mlb_team_info, 193 statcast_impute, 228 mlb_team_leaders, 194 statcast_leaderboards, 228 mlb_team_personnel, 196 statcast_search, 230 mlb_team_stats, 197 statcast_search_batters mlb_teams, 183 (statcast_search), 230 mlb_teams_stats, 185 statcast_search_pitchers mlb_teams_stats_leaders, 187 (statcast_search), 230 mlb_venues, 198 statline_from_statcast, 238 mlb_wind_direction_codes, 199 stats_api_live_empty_df, 239 most_recent_mlb_season, 200 most_recent_ncaa_baseball_season, 200 team_consistency, 240 team_results_bref, 240 ncaa, 201 teams_lu_table, 239 ncaa_baseball_pbp (get_ncaa_baseball_pbp), 64 woba_plus, 241 ncaa_baseball_roster, 202 ncaa_game_logs, 202 ncaa_lineups, 204 ncaa_park_factor, 205 ncaa_pbp, 206 ncaa_roster, 207 ncaa_schedule_info, 208 ncaa_school_id_lu, 209 ncaa_scrape, 210 ncaa_team_player_stats, 212 ncaa_teams, 211 pitcher_game_logs_fg, 214 playerid_lookup, 214 playername_lookup, 215 process_statcast_payload, 216 retrosheet_data, 217 run_expectancy_code, 218 school_id_lu, 221 scrape_savant_leaderboards, 221 scrape_statcast_savant, 223 scrape_statcast_savant_batter (scrape_statcast_savant), 223 scrape_statcast_savant_batter_all (scrape_statcast_savant), 223 scrape_statcast_savant_pitcher (scrape_statcast_savant), 223 scrape_statcast_savant_pitcher_all (scrape_statcast_savant), 223
sensobol
cran
Package ‘sensobol’ April 6, 2023 Title Computation of Variance-Based Sensitivity Indices Version 1.1.4 Maintainer Arnald Puy <arnald.puy@pm.me> Description It allows to rapidly compute, bootstrap and plot up to fourth-order Sobol'-based sensitivity in- dices using several state-of-the-art first and total-order estimators. Sobol' indices can be com- puted either for models that yield a scalar as a model output or for systems of differential equa- tions. The package also provides a suit of benchmark tests functions and several options to ob- tain publication-ready figures of the model output uncertainty and sensitivity-related analy- sis. An overview of the package can be found in Puy et al. (2022) <doi:10.18637/jss.v102.i05>. License GPL-3 Encoding UTF-8 Imports boot (>= 1.3.20), data.table (>= 1.12.0), ggplot2 (>= 3.1.0), lhs (>= 1.0.2), magrittr (>= 1.5), matrixStats (>= 0.54.0), randtoolbox (>= 1.17.1), deSolve (>= 1.27.1), Rdpack (>= 2.1.2), Rfast (>= 2.0.1), rlang (>= 0.3.1), scales (>= 1.0.0), stats, stringr (>= 1.4.0), utils, Rcpp RdMacros Rdpack Depends R (>= 3.5.0) RoxygenNote 7.2.2 Suggests knitr, rmarkdown, testthat (>= 2.1.0), covr VignetteBuilder knitr URL https://github.com/arnaldpuy/sensobol BugReports https://github.com/arnaldpuy/sensobol/issues LinkingTo Rfast, Rcpp, RcppArmadillo, NeedsCompilation yes Author Arnald Puy [aut, cre] (<https://orcid.org/0000-0001-9469-2156>), Bertrand Ioos [ctb] (Author of included 'sensitivity' fragments), Gilles Pujol [ctb] (Author of included 'sensitivity' fragments), RStudio [cph] (Copyright holder of included 'sensitivity' fragments) Repository CRAN Date/Publication 2023-04-06 11:40:07 UTC 1 2 sensobol-package R topics documented: sensobol-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 bratley1988_Fun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 bratley1992_Fun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 discrepancy_ersatz . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 ishigami_Fun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 load_packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 metafunction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 oakley_Fun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 plot.sensobol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 plot_multiscatter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 plot_scatter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 plot_uncertainty . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 print.sensobol . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 print.vars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 sobol_convergence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 sobol_dummy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 sobol_Fun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 sobol_indices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 sobol_matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 sobol_ode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 vars_matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 vars_to . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 Index 28 sensobol-package sensobol: Computation of Variance-Based Sensitivity Indices Description It allows to rapidly compute, bootstrap and plot up to third-order Sobol’-based sensitivity indices using several state-of-the-art first and total-order estimators. Sobol’ indices can be computed either for models that yield a scalar as a model output or for systems of differential equations. The package also provides a suit of benchmark tests functions and several options to obtain publication-ready figures of the model output uncertainty and sensitivity-related analysis. Details A comprehensive empirical study of several total-order estimators included in sensobol can be found in Puy et al. (2021). Author(s) Arnald Puy (<arnald.puy@pm.me>) Maintainer: Arnald Puy (<arnald.puy@pm.me>) bratley1988_Fun 3 References Puy A, Becker W, Lo Piano S, Saltelli A (2021). “A Comprehensive Comparison of Total-Order Estimators for Global Sensitivity Analysis.” International Journal for Uncertainty Quantification. doi:10.1615/Int.J.UncertaintyQuantification.2021038133. bratley1988_Fun Bratley and Fox (1988) function Description It implements the Bratley and Fox (1988) function. Usage bratley1988_Fun(X) Arguments X A data frame or numeric matrix where each column is a model input and each row a sample point. Details The function requires k model inputs and reads as follows: Yk y= |4xi − 2| , i=1 where xi ∼ U(0, 1). Value A numeric vector with the model output. Examples # Define settings (test with k = 10) N <- 100; params <- paste("X", 1:10, sep = "") # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Bratley and Fox (1988) function Y <- bratley1988_Fun(mat) 4 bratley1992_Fun bratley1992_Fun Bratley, Fox and Niederreiter (1992) function. Description It implements the Bratley et al. (1992) function. Usage bratley1992_Fun(X) Arguments X A data frame or numeric matrix where each column is a model input and each row a sample point. Details The function requires k model inputs and reads as: Xk Yi y= (−1)i xj , i=1 j=1 where xi ∼ U(0, 1). Value A numeric vector with the model output. References Bratley P, Fox BL, Niederreiter H (1992). “Implementation and tests of low-discrepancy sequences.” ACM Transactions on Modeling and Computer Simulation (TOMACS), 2(3), 195–213. Examples # Define settings (test with k = 10) N <- 100; params <- paste("X", 1:10, sep = "") # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Bratley et al. (1992) function Y <- bratley1992_Fun(mat) discrepancy_ersatz 5 discrepancy_ersatz Computation of the S-ersatz discrepancy. Description It allows to use the S-ersatz discrepancy measure by Puy et al. (2023) as a sensitivity measure. Usage discrepancy_ersatz(mat, Y, params) Arguments mat A numeric matrix created with sobol_matrices and matrices = "A", where each column represents an uncertain model input and each row a model simula- tion. Y A numeric vector with the model output obtained from the matrix created with sobol_matrices. The numeric vector should not contain any NA or NaN val- ues. params A character vector with the name of the model inputs. Details It is recommended to define mat using a power of 2 as a sample size. Value A data.table object. References Puy A, Roy PT, Saltelli A (2023). “Discrepancy measures for sensitivity analysis.” arXiv. 2206.13470, https://arxiv.org/abs/2206.13470. Examples # Define settings N <- 2^9; params <- paste("X", 1:8, sep = "") # Create sample matrix mat <- sobol_matrices(N = N, params = params, matrices = "A") # Compute the Sobol' G function Y <- sobol_Fun(mat) # Compute the S-ersatz discrepancy values ind <- discrepancy_ersatz(mat = mat, Y = Y, params = params) 6 ishigami_Fun ishigami_Fun Ishigami function Description It implements the Ishigami and Homma (1990) function. Usage ishigami_Fun(X) Arguments X A data frame or numeric matrix where each column is a model input and each row a sample point. Details The function requires 3 model inputs and reads as y = sin(x1 ) + a sin(x2 )2 + bx43 sin(x1 ) , where a = 2, b = 1 and (x1 , x2 , x3 ) ∼ U(−π, +π). The transformation of the distribution of the model inputs from U (0, 1) to U (−π, +π)) is conducted internally. Value A numeric vector with the model output. References Ishigami T, Homma T (1990). “An importance quantification technique in uncertainty analysis for computer models.” Proceedings. First International Symposium on Uncertainty Modeling and Analysis, 12, 398–403. Examples # Define settings N <- 100; params <- paste("X", 1:3, sep = "") # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Ishigami function Y <- ishigami_Fun(mat) load_packages 7 load_packages Load (and install) R packages. Description The function loads R packages. If the packages are not already in the local system, the function also downloads, installs and loads them. Usage load_packages(x) Arguments x A character vector with the name of the packages to load. Examples # Load packages: ## Not run: load_packages(c("tidyverse", "data.table")) metafunction Random metafunction based on Becker (2020)’s metafunction. Description Random metafunction based on Becker (2020)’s metafunction. Usage metafunction(data, k_2 = 0.5, k_3 = 0.2, epsilon = NULL) Arguments data A numeric matrix where each column is a model input and each row a sampling point. k_2 Numeric value indicating the fraction of active pairwise interactions (between 0 and 1). Default is k_2 = 0.5. k_3 Numeric value indicating the fraction of active three-wise interactions (between 0 and 1). Default is k_2 = 0.2. epsilon Integer value. It fixes the seed for the random number generator. The default is epsilon = NULL. 8 metafunction Details The metafunction randomly combines the following functions in a metafunction of dimension k: • f (x) = x3 (cubic). • f (x) = 1 if(x > 0.5), 0 otherwise (discontinuous). ex • f (x) = e−1 (exponential). 10−1 −1 • f (x) = 1.1 (x + 0.1)−1 (inverse). • f (x) = x (linear) • f (x) = 0 (no effect). • f (x) = 4(x − 0.5)2 (non-monotonic). sin(2πx) • f (x) = 2 (periodic). 2 • f (x) = x (quadratic). • f (x) = cos(x) (trigonometric). It is constructed as follows: Xk X k2 X k3 y= αi f ui (xi )+ βi f uVi,1 (xVi,1 )f uVi,2 (xVi,2 )+ γi f uWi,1 (xWi,1 )f uWi,2 (xWi,2 )f uWi,3 (xWi,3 ) i=1 i=1 i=1 where k is the model dimensionality, u is a k-length vector formed by randomly sampling with replacement the ten functions mentioned above, V and W are two matrices specifying the number of pairwise and three-wise interactions given the model dimensionality, and α, β, γ are three vectors of length k generated by sampling from a mixture of two normal distributions Ψ = 0.3N (0, 5) + 0.7N (0, 0.5). See Puy et al. (2020) and Becker (2020) for a full mathematical description of the metafunction approach. Value A numeric vector with the function output. References Becker W (2020). “Metafunctions for benchmarking in sensitivity analysis.” Reliability Engineer- ing and System Safety, 204, 107189. doi:10.1016/j.ress.2020.107189. Puy A, Becker W, Piano SL, Saltelli A (2020). “The battle of total-order sensitivity estimators.” arXiv. 2009.01147, https://arxiv.org/abs/2009.01147. Examples # Define settings (number of model inputs = 86) N <- 100; params <- paste("X", 1:86, sep = "") # Create sample matrix mat <- sobol_matrices(N = N, params = params) oakley_Fun 9 # Compute metafunction Y <- metafunction(mat) oakley_Fun Oakley & O’Hagan (2004) function Description It implements the Oakley and O’Hagan (2004) function. Usage oakley_Fun(X) Arguments X A data frame or numeric matrix where each column is a model input and each row a sample point. Details The function requires 15 model inputs and reads as y = aT1 x + aT2 sin(x) + aT3 cos(x) + xT Mx , where x = x1 , x2 , ..., xk , k = 15, and values for aTi , i = 1, 2, 3 and M are defined by Oakley and O’Hagan (2004). The transformation of the distribution of the model inputs from U (0, 1) to N (0, 1)) is conducted internally. Value A numeric vector with the model output. References Oakley JE, O’Hagan A (2004). “Probabilistic sensitivity analysis of complex models: a Bayesian approach.” Journal of the Royal Statistical Society B, 66(3), 751–769. doi:10.1111/j.14679868.2004.05304.x. Examples # Define settings N <- 100; params <- paste("X", 1:15, sep = "") # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Oakley and O'Hagan (2004) function Y <- oakley_Fun(mat) 10 plot.sensobol plot.sensobol Visualization of first, total, second, third and fourth-order Sobol’ in- dices. Description It plots first, total, second, third and fourth-order Sobol’ indices. Usage ## S3 method for class 'sensobol' plot(x, order = "first", dummy = NULL, ...) Arguments x The output of sobol_indices. order If order = "first", it plots first and total-order effects. If order = "second", it plots second-order effects. If order = "third", it plots third-order effects. If order = "fourth", it plots third-order effects. Default is order = "first". dummy The output of sobol_dummy. Default is NULL. ... Other graphical parameters to plot. Value A ggplot object. Examples # Define settings N <- 1000; params <- paste("X", 1:3, sep = ""); R <- 10 # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Ishigami function Y <- ishigami_Fun(mat) # Compute and bootstrap Sobol' indices ind <- sobol_indices(Y = Y, N = N, params = params, boot = TRUE, R = R) # Plot Sobol' indices plot(ind) plot_multiscatter 11 plot_multiscatter Pairwise combinations of model inputs with the colour proportional the model output value. Description It plots all pairwise combinations of model inputs with the colour proportional the model output value. Usage plot_multiscatter(data, N, Y, params, smpl = NULL) Arguments data The matrix created with sobol_matrices. N Positive integer, the initial sample size of the base sample matrix created with sobol_matrices. Y A numeric vector with the model output obtained from the matrix created with sobol_matrices. params Character vector with the name of the model inputs. smpl The number of simulations to plot. The default is NULL. Value A ggplot2 object. Examples # Define settings N <- 1000; params <- paste("X", 1:3, sep = ""); R <- 10 # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Ishigami function Y <- ishigami_Fun(mat) # Plot scatterplot matrix plot_multiscatter(data = mat, N = N, Y = Y, params = params) 12 plot_scatter plot_scatter Scatter plots of the model output against the model inputs. Description It creates scatter plots of the model output against the model inputs. Usage plot_scatter(data, N, Y, params, method = "point", size = 0.7, alpha = 0.2) Arguments data The matrix created with sobol_matrices. N Positive integer, the initial sample size of the base sample matrix created with sobol_matrices. Y A numeric vector with the model output obtained from the matrix created with sobol_matrices. params Character vector with the name of the model inputs. method The type of plot. If method = "point" (the default), each simulation is a point. If method = "bin", bins are used to aggregate simulations. size Number between 0 and 1, argument of geom_point(). Default is 0.7. alpha Number between 0 and 1, transparency scale of geom_point(). Default is 0.2. Value A ggplot2 object. Examples # Define settings N <- 1000; params <- paste("X", 1:3, sep = ""); R <- 10 # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Ishigami function Y <- ishigami_Fun(mat) # Plot scatter plot_scatter(data = mat, Y = Y, N = N, params = params) plot_uncertainty 13 plot_uncertainty Visualization of the model output uncertainty Description It creates an histogram with the model output distribution. Usage plot_uncertainty(Y, N = NULL) Arguments Y A numeric vector with the model output obtained from the matrix created with sobol_matrices. N Positive integer, the initial sample size of the base sample matrix created with sobol_matrices. Value A ggplot2 object. Examples # Define settings N <- 1000; params <- paste("X", 1:3, sep = ""); R <- 10 # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Ishigami function Y <- ishigami_Fun(mat) # Plot uncertainty plot_uncertainty(Y = Y, N = N) print.sensobol Display the results obtained with the sobol_indices function. Description Display the results obtained with the sobol_indices function. Usage ## S3 method for class 'sensobol' print(x, ...) 14 sobol_convergence Arguments x A sensobol object produced by sobol_indices. ... Further arguments passed to or from other methods. Value The function print.sensobol informs on the first and total-order estimators used in the computa- tions, the total number of model runs and the sum of first-order index. It also plots the estimated results. print.vars Display the results obtained with the vars_to function. Description Display the results obtained with the vars_to function. Usage ## S3 method for class 'vars' print(x, ...) Arguments x A vars object produced by vars_to. ... Further arguments passed to or from other methods. Value The function print.vars informs on the number of star centers, the value of h used and the total number of model runs.. It also plots the VARS-TO indices. sobol_convergence Check convergence of Sobol’ indices. Description It checks the convergence of Sobol’ indices on different sub-samples of the model output-. sobol_convergence 15 Usage sobol_convergence( matrices, Y, N, sub.sample, params, first, total, order = order, seed = 666, plot.order, ... ) Arguments matrices Character vector with the required matrices. The default is matrices = c("A", "B", "AB"). See sobol_matrices. Y Numeric vector with the model output obtained from the matrix created with sobol_matrices. N Positive integer, the initial sample size of the base sample matrix created with sobol_matrices. sub.sample Numeric vector with the sub-samples of the model output at which to check convergence. params Character vector with the name of the model inputs. first Estimator to compute first-order indices. Check options in sobol_indices. total Estimator to compute total-order indices. Check options in sobol_indices. order Whether to plot convergence for "second" or "third" order indices. seed Whether to compute "first", "second", or "third" -order Sobol’ indices. Default is order = "first". plot.order Whether to plot convergence for "second" or "third"-order indices. ... Further arguments in sobol_indices. Value A list with the results and the plots Examples # Define settings matrices <- c("A", "B", "AB") params <- paste("X", 1:3, sep = "") N <- 2^10 first <- "saltelli" total <- "jansen" 16 sobol_dummy order <- "second" # Create sample matrix mat <- sobol_matrices(N = N, params = params, order = order) # Compute Ishigami function Y <- ishigami_Fun(mat) # Check convergence at specific sample sizes sub.sample <- seq(100, N, 500) # Define sub-samples sobol_convergence(matrices = matrices, Y = Y, N = N, sub.sample = sub.sample, params = params, first = first, total = total, order = order, plot.order = order) sobol_dummy Computation of Sobol’ indices for a dummy parameter Description This function computes first and total-order Sobol’ indices for a dummy parameter following the formulae shown in Khorashadi Zadeh et al. (2017). Usage sobol_dummy( Y, N, params, boot = FALSE, R = NULL, parallel = "no", ncpus = 1, conf = 0.95, type = "norm" ) Arguments Y A numeric vector with the model output obtained from the matrix created with sobol_matrices. The numeric vector should not contain any NA or NaN val- ues. N Positive integer, the initial sample size of the base sample matrix created with sobol_matrices. params A character vector with the name of the model inputs. boot Logical. If TRUE, the function bootstraps the Sobol’ indices. If FALSE, it provides point estimates. Default is boot = FALSE. R Positive integer, number of bootstrap replicas. sobol_Fun 17 parallel The type of parallel operation to be used (if any). If missing, the default is taken from the option "boot.parallel" (and if that is not set, "no"). For more informa- tion, check the parallel option in the boot function of the boot package. ncpus Positive integer: number of processes to be used in parallel operation: typically one would chose this to the number of available CPUs. Check the ncpus option in the boot function of the boot package. conf Confidence intervals, number between 0 and 1. Default is conf = 0.95. type Method to compute the confidence intervals. Default is type = "norm". Check the type option in the boot function of the boot package. Value A data.table object. References Khorashadi Zadeh F, Nossent J, Sarrazin F, Pianosi F, van Griensven A, Wagener T, Bauwens W (2017). “Comparison of variance-based and moment-independent global sensitivity analysis ap- proaches by application to the SWAT model.” Environmental Modelling and Software, 91, 210–222. doi:10.1016/j.envsoft.2017.02.001. Examples # Define settings N <- 100; params <- paste("X", 1:3, sep = ""); R <- 10 # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Ishigami function Y <- ishigami_Fun(mat) # Compute and bootstrap Sobol' indices for dummy parameter ind.dummy <- sobol_dummy(Y = Y, N = N, params = params, boot = TRUE, R = R) sobol_Fun Sobol’ G function Description It implements the Sobol’ (1998) G function. Usage sobol_Fun(X) Arguments X A data frame or numeric matrix. 18 sobol_indices Details The function requires eight model inputs and reads as k Y |4xi − 2| + ai y= , i=1 1 + ai where k = 8, xi ∼ U(0, 1) and a = (0, 1, 4.5, 9, 99, 99, 99, 99). Value A numeric vector with the model output. References Sobol’ IM (1998). “On quasi-Monte Carlo integrations.” Mathematics and Computers in Simula- tion, 47(2-5), 103–112. doi:10.1016/S03784754(98)000962. Examples # Define settings N <- 100; params <- paste("X", 1:8, sep = "") # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Sobol' G Y <- sobol_Fun(mat) sobol_indices Computation of Sobol’ indices Description It allows to compute Sobol’ indices up to the fourth-order using state-of-the-art estimators. Usage sobol_indices( matrices = c("A", "B", "AB"), Y, N, params, first = "saltelli", total = "jansen", order = "first", boot = FALSE, R = NULL, parallel = "no", sobol_indices 19 ncpus = 1, conf = 0.95, type = "norm" ) Arguments matrices Character vector with the required matrices. The default is matrices = c("A", "B", "AB"). See sobol_matrices. Y Numeric vector with the model output obtained from the matrix created with sobol_matrices. The numeric vector should not contain any NA or NaN val- ues. N Positive integer, the initial sample size of the base sample matrix created with sobol_matrices. params Character vector with the name of the model inputs. first Estimator to compute first-order indices. Options are: • first = "saltelli" (Saltelli et al. 2010). • first = "jansen" (Jansen 1999). • first = "sobol" (Sobol’ 1993). • first = "azzini" (Azzini et al. 2020). total Estimator to compute total-order indices. Options are: • total = "jansen" (Jansen 1999). • total = "sobol" (Sobol’ 2001). • total = "homma" (Homma and Saltelli 1996). • total = "janon" (Janon et al. 2014). • total = "glen" (Glen and Isaacs 2012). • total = "azzini" (Azzini et al. 2020). • total = "saltelli" (Saltelli et al. 2008). order Whether to compute "first", "second", "third" or fourth-order Sobol’ indices. Default is order = "first". boot Logical. If TRUE, the function bootstraps the Sobol’ indices. If FALSE, it provides point estimates. Default is boot = FALSE. R Positive integer, number of bootstrap replicas. Default is NULL. parallel The type of parallel operation to be used (if any). If missing, the default is taken from the option "boot.parallel" (and if that is not set, "no"). For more informa- tion, check the parallel option in the boot function of the boot package. ncpus Positive integer: number of processes to be used in parallel operation: typically one would chose this to the number of available CPUs. Check the ncpus option in the boot function of the boot package. conf Confidence interval if boot = TRUE. Number between 0 and 1. Default is conf = 0.95. type Method to compute the confidence interval if boot = TRUE. Default is "norm". Check the type option in the boot function of the boot package. 20 sobol_indices Details Any first and total-order estimator can be combined with the appropriate sampling design. Check Table 3 of the vignette for a summary of all possible combinations, and Tables 1 and 2 for a math- ematical description of the estimators. If the analyst mismatches estimators and sampling designs, the function will generate an error and urge to redefine the sample matrices or the estimators. For all estimators except Azzini et al. (2020)’s and Janon et al. (2014)’s, sobol_indices() calcu- lates the sample mean as N 1 X fˆ0 = (f (A)v + f (B)v ) , 2N v=1 where N is the row dimension of the base sample matrix, and the unconditional sample variance as 1 X V̂ (y) = v = 1N ((f (A)v − fˆ)2 + (f (B)v − fˆ)2 ) , 2N − 1 where f (A)v (f (B)v ) indicates the model output y obtained after running the model f in the v-th row of the A (B) matrix. For the Azzini estimator, N (i) (i) X V̂ (y) = (f (A)v − f (B)v )2 + (f (BA )v − f (AB )v )2 v=1 and for the Janon estimator, N (i) 1 X f (A)2v + f (AB )2v V̂ (y) = − f02 N v=1 2 (i) (i) where f (AB )v (f (BA )v ) is the model output obtained after running the model f in the v-th row (i) (i) of an AB )v (BA )v ) matrix, where all columns come from A (B) except the i-th, which comes from B (A). Value A sensobol object. References Azzini I, Mara T, Rosati R (2020). “Monte Carlo estimators of first-and total-orders Sobol’ indices.” arXiv. 2006.08232, https://arxiv.org/abs/2006.08232. Glen G, Isaacs K (2012). “Estimating Sobol sensitivity indices using correlations.” Environmental Modelling and Software, 37, 157–166. doi:10.1016/j.envsoft.2012.03.014. Homma T, Saltelli A (1996). “Importance measures in global sensitivity analysis of nonlinear models.” Reliability Engineering and System Safety, 52, 1–17. doi:10.1016/09518320(96)000026. Janon A, Klein T, Lagnoux A, Nodet M, Prieur C (2014). “Asymptotic normality and efficiency sobol_matrices 21 of two Sobol index estimators.” ESAIM: Probability and Statistics, 18(3), 342–364. doi:10.1051/ ps/2013040. Jansen M (1999). “Analysis of variance designs for model output.” Computer Physics Commu- nications, 117(1), 35–43. doi:10.1016/S00104655(98)001544. Saltelli A, Annoni P, Azzini I, Campolongo F, Ratto M, Tarantola S (2010). “Variance based sen- sitivity analysis of model output. Design and estimator for the total sensitivity index.” Computer Physics Communications, 181(2), 259–270. doi:10.1016/j.cpc.2009.09.018. Saltelli A, Ratto M, Andres T, Campolongo F, Cariboni J, Gatelli D, Saisana M, Tarantola S (2008). Global Sensitivity Analysis. The Primer. John Wiley and Sons, Ltd, Chichester, UK. doi:10.1002/ 9780470725184. Sobol’ IM (1993). “Sensitivity analysis for nonlinear mathematical models.” Mathematical Model- ing and Computational Experiment, 1(4), 407–414. Sobol’ IM (2001). “Global sensitivity indices for nonlinear mathematical models and their Monte Carlo estimates.” Mathematics and Computers in Simulation, 55(1-3), 271–280. doi:10.1016/ S03784754(00)002706. See Also Check the function boot for further details on the bootstrapping with regards to the methods avail- able for the computation of confidence intervals in the type argument. Examples # Define settings N <- 1000; params <- paste("X", 1:3, sep = ""); R <- 10 # Create sample matrix mat <- sobol_matrices(N = N, params = params) # Compute Ishigami function Y <- ishigami_Fun(mat) # Compute and bootstrap Sobol' indices ind <- sobol_indices(Y = Y, N = N, params = params, boot = TRUE, R = R) sobol_matrices Creation of the sample matrices Description It creates the sample matrices to compute Sobol’ first and total-order indices. If needed, it also creates the sample matrices required to compute second, third and fourth-order indices. 22 sobol_matrices Usage sobol_matrices( matrices = c("A", "B", "AB"), N, params, order = "first", type = "QRN", ... ) Arguments matrices Character vector with the required matrices. The default is matrices = c("A", "B", "AB"). N Positive integer, initial sample size of the base sample matrix. params Character vector with the name of the model inputs. order One of "first", "second", "third" or "fourth" to create a matrix to compute first, second, third or up to fourth-order Sobol’ indices. The default is order = "first". type Approach to construct the sample matrix. Options are: • type = "QRN" (default): It uses Sobol’ (1967) Quasi-Random Numbers. through a call to the function sobol of the randtoolbox package. • type = "LHS": It uses a Latin Hypercube Sampling Design (McKay et al. 1979) through a call to the function randomLHS of the lhs package. • type = "R": It uses random numbers. ... Further arguments in sobol. Details Before calling sobol_matrices, the user must decide which estimators will be used to compute first and total-order indices, for this option conditions the design of the sample matrix and therefore the argument matrices. See Table 3 in the vignette for further details on the specific sampling designs required by the estimators. The user can select one of the following sampling designs: (i) • A, B, AB . (i) • A, B, BA . (i) (i) • A, B, AB , BA . If order = "first", the function creates an (N, 2k) matrix according to the approach defined by type, where the leftmost and the rightmost k columns are respectively allocated to the A and the B (i) (i) matrix. Depending on the sampling design, it also creates k AB (BA ) matrices, where all columns come from A (B) except the i-th, which comes from B (A). All matrices are returned row-binded. (ij) (ij) If order = "second", 2!(k−2)! k! extra (N, k) AB (BA ) matrices are created, where all columns come from A (B) except the i-th and j-th, which come from B (A). These matrices allow the sobol_ode 23 computation of second-order effects, and are row-bound to those created for first and total-order indices. (ijl) (ijl) If order = "third", 3!(k−3)! k! extra (N, k) AB (BA ) matrices are bound below those created for the computation of second-order effects. In these matrices, all columns come from A (B) except the i-th, the j-th and the l-th, which come from B (A). These matrices are needed to compute third-order effects, and are row-bound below those created for second-order effects. The same process applies to create the matrices to compute fourth-order effects. All columns are distributed in (0,1). If the uncertainty in some parameter(s) is better described with another distribution, the user should apply the required quantile inverse transformation to the column of interest once the sample matrix is produced. Value A numeric matrix where each column is a model input distributed in (0,1) and each row a sampling point. References McKay MD, Beckman RJ, Conover WJ (1979). “Comparison of three methods for selecting values of input variables in the analysis of output from a computer code.” Technometrics, 21(2), 239–245. doi:10.1080/00401706.1979.10489755. Sobol’ IM (1967). “On the distribution of points in a cube and the approximate evaluation of inte- grals.” USSR Computational Mathematics and Mathematical Physics, 7(4), 86–112. doi:10.1016/ 00415553(67)901449. Examples # Define settings N <- 100; params <- paste("X", 1:10, sep = ""); order <- "third" # Create sample matrix using Sobol' Quasi Random Numbers. mat <- sobol_matrices(N = N, params = params, order = order) # Let's assume that the uncertainty in X3 is better described # with a normal distribution with mean 0 and standard deviation 1: mat[, 3] <- qnorm(mat[, 3], 0, 1) sobol_ode Wrapper around deSolve ode. Description It solves a system of ordinary differential equations and extracts the model output at the selected times. 24 sobol_ode Usage sobol_ode(d, times, timeOutput, state, func, ...) Arguments d Character vector with the name of the model inputs. times Time sequence as defined by ode. timeOutput Numeric vector determining the time steps at which the output is wanted. state Initial values of the state variables. func An R function as defined by ode. ... Additional arguments passed to ode. Value A matrix with the output values. Examples # Define the model: the Lotka-Volterra system of equations lotka_volterra_fun <- function(t, state, parameters) { with(as.list(c(state, parameters)), { dX <- r * X * (1 - X / K) - alpha * X * Y dY <- -m * Y + theta * X * Y list(c(dX, dY)) }) } # Define the settings of the sensitivity analysis N <- 2 ^ 5 # Sample size of sample matrix params <- c("r", "alpha", "m", "theta", "K", "X", "Y") # Parameters # Define the times times <- seq(5, 20, 1) # Define the times at which the output is wanted timeOutput <- c(10, 15) # Construct the sample matrix mat <- sobol_matrices(N = N, params = params) # Transform to appropriate distributions mat[, "r"] <- qunif(mat[, "r"], 0.8, 1.8) mat[, "alpha"] <- qunif(mat[, "alpha"], 0.2, 1) mat[, "m"] <- qunif(mat[, "m"], 0.6, 1) mat[, "theta"] <- qunif(mat[, "theta"], 0.05, 0.15) mat[, "K"] <- qunif(mat[, "K"], 47, 53) mat[, "X"] <- floor(mat[, "X"] * (15 - 8 + 1) + 8) mat[, "Y"] <- floor(mat[, "Y"] * (2 - 6 + 1) + 6) # Run the model vars_matrices 25 y <- list() for (i in 1:nrow(mat)) { y[[i]] <- sobol_ode(d = mat[i, ], times = times, timeOutput = timeOutput, state = c(X = mat[[i, "X"]], Y = mat[[i, "Y"]]), func = lotka_volterra_fun) } vars_matrices STAR-VARS sampling strategy Description It creates the STAR-VARS matrix needed to compute VARS-TO following Razavi and Gupta (2016). Usage vars_matrices(star.centers, params, h = 0.1, type = "QRN", ...) Arguments star.centers Positive integer, number of star centers. params Character vector with the name of the model inputs. h Distance between pairs. The user should select between 0.001, 0.002, 0.005, 0.01, 0.02, 0.05, 0.1, 0.2. Default is h = 0.1. type Approach to construct the STAR-VARS. Options are: • type = "QRN": It uses Sobol’ (1967) Quasi-Random Numbers through a call to the function sobol of the randtoolbox package. • type = "R": It uses random numbers. ... Further arguments in sobol. Details The user randomly selects Nstar points across the factor space using either Sobol’ Quasi Random Numbers (type = "QRN") or random numbers (type = "R"). These are the star centres and their location can be denoted as sv = sv1 , ..., svi , ..., svk , where v = 1, 2, ..., Nstar . Then, for each star centre, the function generates a cross section of equally spaced points ∆h apart for each of the k model inputs, including and passing through the star centre. The cross section is produced by fixing sv∼i and varying si . Finally, for each factor all pairs of points with h values of ∆h, 2∆h, 3∆h and 1 so on are extracted. The total computational cost of this design is Nt = Nstar (k( ∆h − 1) + 1). Value A matrix where each column is a model input and each row a sampling point. 26 vars_to References Razavi S, Gupta HV (2016). “A new framework for comprehensive, robust, and efficient global sensitivity analysis: 2. Application.” Water Resources Research, 52(1), 440–455. doi:10.1002/ 2015WR017558, 2014WR016527. Sobol’ IM (1967). “On the distribution of points in a cube and the approximate evaluation of inte- grals.” USSR Computational Mathematics and Mathematical Physics, 7(4), 86–112. doi:10.1016/ 00415553(67)901449. Examples # Define settings star.centers <- 10; params <- paste("X", 1:5, sep = ""); h <- 0.1 # Create STAR-VARS mat <- vars_matrices(star.centers = star.centers, params = params, h = h) vars_to Computation of VARS Total order index (VARS-TO) Description It computes VARS-TO following Razavi and Gupta (2016). Usage vars_to(Y, star.centers, params, h, method = "all.step") Arguments Y A numeric vector with the model output obtained from the matrix created with vars_matrices. star.centers Positive integer, number of star centers. params Character vector with the name of the model inputs. h Distance between pairs. method Type of computation. If method = "all.step", all pairs of points with values ∆h, 2∆h, 3∆h, ... are used in each dimension. If method = "one.step", only the pairs ∆h away are used. The default is method = "all.step". Details VARS is based on variogram analysis to characterize the spatial structure and variability of a given model output across the input space (Razavi and Gupta 2016). Variance- based total-order effects can be computed as by-products of the VARS framework. The total-order index is related to the variogram γ(.) and co-variogram C(.) functions by the following equation: vars_to 27 γ(hi ) + E [Cx∼i (hi )] Ti = V̂ (y) where x∗∼i is a vector of all k factors except xi . Value A data.table with the VARS-TO indices of each parameter. References Razavi S, Gupta HV (2016). “A new framework for comprehensive, robust, and efficient global sensitivity analysis: 2. Application.” Water Resources Research, 52(1), 440–455. doi:10.1002/ 2015WR017558, 2014WR016527. Examples # Define settings star.centers <- 10; params <- paste("X", 1:3, sep = ""); h <- 0.1 # Create STAR-VARS mat <- vars_matrices(star.centers = star.centers, params = params, h = h) # Run model y <- sensobol::ishigami_Fun(mat) # Compute VARS-TO ind <- vars_to(Y = y, star.centers = star.centers, params = params, h = h) ind Index ∗ modeling sensobol-package, 2 ∗ sensitivity sensobol-package, 2 ∗ uncertainty sensobol-package, 2 boot, 17, 19, 21 bratley1988_Fun, 3 bratley1992_Fun, 4 discrepancy_ersatz, 5 ishigami_Fun, 6 load_packages, 7 metafunction, 7 oakley_Fun, 9 ode, 23, 24 plot.sensobol, 10 plot_multiscatter, 11 plot_scatter, 12 plot_uncertainty, 13 print.sensobol, 13 print.vars, 14 randomLHS, 22 sensobol (sensobol-package), 2 sensobol-package, 2 sobol, 22, 25 sobol_convergence, 14 sobol_dummy, 10, 16 sobol_Fun, 17 sobol_indices, 10, 15, 18 sobol_matrices, 5, 11–13, 15, 16, 19, 21 sobol_ode, 23 vars_matrices, 25, 26 vars_to, 26 28
LIM
cran
Package ‘LIM’ October 12, 2022 Version 1.4.7 Title Linear Inverse Model Examples and Solution Methods Author Karline Soetaert <karline.soetaert@nioz.nl>, Dick van Oevelen<dick.vanoevelen@nioz.nl> Maintainer Karline Soetaert <karline.soetaert@nioz.nl> Depends R (>= 2.01), limSolve, diagram Imports graphics Description Functions that read and solve linear inverse problems (food web problems, linear pro- gramming problems). These problems find solutions to linear or quadratic functions: min or max (f(x)), where f(x) = ||Ax-b||^2 or f(x) = sum(ai*xi) subject to equality constraints Ex=f and inequality constraints Gx>=h. License GPL (>= 2) LazyData yes NeedsCompilation no Repository CRAN Date/Publication 2022-05-11 10:10:02 UTC R topics documented: LIM-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 FILERigaAutumn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Flowmatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 Ldei . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 LIMBlending . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 LIMBrouageMudflat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 LIMCaliforniaSediment . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 LIMCoralRockall . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 LIMEcoli . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 LIMEverglades . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 LIMRigaAutumn . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 LIMRigaSpring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1 2 LIM-package LIMRigaSummer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 LIMScheldtIntertidal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 LIMTakapoto . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 Linp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Lsei . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 Plotranges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 PrintMat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 Read . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 Setup . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 Varranges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 Xranges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 Xsample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 Index 39 LIM-package Linear Inverse Model examples and solution methods Description functions that read and solve linear inverse problems (food web problems, linear programming problems, flux balance analysis). These problems find solutions to linear or quadratic functions: min or max (f(x)), where f (x) = ||Ax − b||2 or f (x) = sum(ai ∗ xi) subject to equality constraints Ex = f and inequality constraints Gx >= h. Uses package limSolve. Details Package: LIM Type: Package Version: 1.4.3 Date: 2011-09-05 License: GNU Public License 2 or above The model problem is formulated in text files in a way that is natural and comprehensible. Functions in LIM then converts this input into the required linear equality and inequality conditions, which can be solved either by least squares or by linear programming techniques. By letting an algorithm formulate the mathematics, it is simple to reformulate the model in case a parameter value changes, or a component is added or removed. Three different types of problems are supported: flow networks, reaction networks (e.g. flux balance analysis). LIM-package 3 and other (operations research) problems. The first two cases are based on mass balances of the components. The package includes many examples Author(s) Karline Soetaert (Maintainer), Dick van Oevelen References Description of the software: van Oevelen D, Van den Meersche K, Meysman FJR Soetaert K, Middelburg JJ, Vezina AF., 2009. Quantifying Food Web Flows Using Linear Inverse Models. Ecosystems 13: 32-45 DOI: 10.1007/s10021-009-9297-6. http://www.springerlink.com/content/4q6h4011511731m5/fulltext.pdf (please use the above citation when using the software) About food web modelling: Soetaert, K., van Oevelen, D., 2009. Modeling food web interactions in benthic deep-sea ecosys- tems: a practical guide. Oceanography (22) 1: 130-145. Application of deep-water food web: van Oevelen, Dick, Gerard Duineveld, Marc Lavaleye, Furu Mienis, Karline Soetaert, and Carlo H. R. Heip, 2009. The cold-water coral community as hotspot of carbon cycling on continental mar- gins: A food web analysis from Rockall Bank (northeast Atlantic). Limnology and Oceangraphy 54:1829-1844. http://www.aslo.org/lo/toc/vol_54/issue_6/1829.pdf A flux balance analysis application: Karline Soetaert. Escherichia coli Core Metabolism Model in LIM. LIM package vignette (see also below). See Also Read, Setup for reading files and creating the model Ldei, Lsei,Linp, Flowmatrix, Plotranges, Variables, Varranges, Xranges, Xsample. Examples ## Not run: ## show examples (see respective help pages for details) example(Lsei) example(LIMRigaSpring) example(Ldei) example(Xsample) 4 FILERigaAutumn example(Varranges) ## run demos demo("LIMexamples") ## open the directory with R sourcecode examples browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb", sep="")) browseURL(paste(system.file(package="LIM"), "/doc/examples/LinearProg", sep="")) browseURL(paste(system.file(package="LIM"), "/doc/examples/Reactions", sep="")) ## the deep-water coral food -web browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/coral", sep="")) ## show package vignette with tutorial about how to create input files vignette("LIM") ## E.coli example vignette - flux balance analysis vignette("LIMecoli") browseURL(paste(system.file(package="LIM"), "/doc", sep="")) ## End(Not run) FILERigaAutumn Input text "file" for gulf of Riga autumn planktonic food web Description Input text "file" for the Carbon flux Gulf of Riga planktonic food web in autumn as described in Donali et al. (1999). The Gulf of Riga is a highly eutrophic system in the Baltic Sea The foodweb comprises 7 functional compartments and two external compartments, connected with 26 flows. Units of the flows are mg C/m3/day The "dataset" RigaAutumnFile is included to demonstrate the use of a text input file for food web models. The original file, RigaAutumn.input can be found in subdirectory ‘web’ of the packages directory In this subdirectory you will find many foodweb example input files • They can be read using Read(file) • Or they can be directly solved using Setup(file) Usage data(FILERigaAutumn) Flowmatrix 5 Format vector of character strings as present in the original file Author(s) Karline Soetaert <karline.soetaert@nioz.nl> References Donali, E., Olli, K., Heiskanen, A.S., Andersen, T., 1999. Carbon flow patterns in the planktonic food web of the Gulf of Riga, the Baltic Sea: a reconstruction by the inverse method. Journal of Marine Systems 23, 251..268. See Also LIMRigaAutumn a list containing the linear inverse model specification, generated from file ‘RigaAutumn.input’ Examples print(FILERigaAutumn) # RigaAutumnInput is a vector of text strings - # here it is first converted to a "File" # When using the example files in the LIM directory, # this first statement is not necessary ## Not run: File <- textConnection(FILERigaAutumn) RigaAutumn.input <- Read(File) ## End(Not run) Flowmatrix Generates a flow matrix for an inverse (foodweb) problem Description Given a linear inverse model food web input list, generates a flow matrix, that contains the values of flows Usage Flowmatrix(lim, web = NULL) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. web the solved (food) web problem, i.e. the values of the unknowns; if not specified, the model is solved first, using Lsei 6 Ldei Value the flow matrix, containing the magnitude of the flows. The value on row i and column j is the flow *from* i and *to* j Author(s) Karline Soetaert <karline.soetaert@nioz.nl> See Also plotweb from package diagram, which takes as input the flow matrix and plots the food web Examples Flowmatrix(LIMRigaAutumn) Ldei Solves a linear inverse model using least distance programming Description Solves a linear inverse model using least distance programming, i.e. minimizes the sum of squared unknowns. Input presented either: • as matrices E, F, A, B, G, H (Ldei.double) • as a list (Ldei.lim) or • as a lim input file (Ldei.limfile) Usage Ldei(...) ## S3 method for class 'lim' Ldei(lim, ...) ## S3 method for class 'limfile' Ldei(file, verbose = TRUE, ...) ## S3 method for class 'character' Ldei(...) ## S3 method for class 'double' Ldei(...) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. file name of the inverse input file. verbose if TRUE: prints warnings and messages to the screen. ... other arguments passed to function ldei from packagelimSolve. Ldei 7 Details Solves the following inverse problem: X min( Costi ∗ xi 2 ) subject to Ax = B Gx >= H Value a list containing: X vector containing the solution of the least distance problem. unconstrained.Solution vector containing the unconstrained solution of the least distance problem. residualNorm scalar, the sum of residuals of equalities and violated inequalities. solutionNorm scalar, the value of the quadratic function at the solution. IsError logical, TRUE, if an error occurred. Error ldei error text. type ldei. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> References Lawson C.L.and Hanson R.J. 1974. SOLVING LEAST SQUARES PROBLEMS, Prentice-Hall Lawson C.L.and Hanson R.J. 1995. Solving Least Squares Problems. SIAM classics in applied mathematics, Philadelphia. (reprint of book) See Also ldei, the more general function from package limSolve. Linp, to solve the linear inverse problem by linear programming. Lsei, to solve the linear inverse problem by lsei (least squares with equality and inequality con- straints). function ldei from packagelimSolve. Examples Ldei(LIMRigaAutumn) 8 LIMBlending LIMBlending A blending problem specification Description A manufacturer produces a feeding mix for pet animals. The feed mix contains two nutritive ingredients and one ingredient (filler) to provide bulk. One kg of feed mix must contain a minimum quantity of each of four nutrients as below: Nutrient A B C D gram 80 50 25 5 The ingredients have the following nutrient values and cost (gram/kg) A B C D Cost/kg Ingredient 1 100 50 40 10 40 Ingredient 2 200 150 10 - 60 Filler - - - - 0 The linear inverse models LIMBlending and LIMinputBlending are generated from the file Blend- ing.input which can be found in subdirectory /examples/LinearProg of the package directory LIMBlending is generated by function Setup LIMinputBlending is generated by function Read The problem is to find the composition of the feeding mix that minimises the production costs subject to the constraints above. Stated otherwise: what is the optimal amount of ingredients in one kg of feeding mix? Mathematically this can be estimated by solving a linear programming problem: X min( Costi ∗ xi ) subject to xi >= 0 Ex = f Gx >= h Where the Cost (to be minimised) is given by: x1 ∗ 40 + x2 ∗ 60 The equality ensures that the sum of the three fractions equals 1: 1 = x1 + x2 + x3 LIMBlending 9 And the inequalities enforce the nutritional constraints: 100 ∗ x1 + 200 ∗ x2 > 80 50 ∗ x1 + 150 ∗ x2 > 50 and so on The solution is Ingredient1 (x1) = 0.5909, Ingredient2 (x2)=0.1364 and Filler (x3)=0.2727. Usage LIMBlending LIMinputBlending Format LIMBlending is of type lim, which is a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list LIMinputBlending is of type liminput, see the return value of Read for more information. A more complete description of these structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/LinearProg/", sep="")) contains "blending.input", the input file; read this with Setup LIMTakapoto, LIMEcoli and many others Examples # 1. Solve the model with linear programming res <- Linp(LIMBlending, ispos = TRUE) # show results print(c(res$X, Cost = res$solutionNorm)) # 2. Possible ranges of the three ingredients (xr <- Xranges(LIMBlending, ispos = TRUE)) Nx <- LIMBlending$NUnknowns # plot dotchart(x = as.vector(res$X), xlim = range(xr), labels = LIMBlending$Unknowns, main = "Optimal blending with ranges", 10 LIMBrouageMudflat sub = "using linp and xranges", pch = 16) segments(xr[ ,1], 1:Nx, xr[ ,2], 1:Nx) legend ("topright", pch = c(16, NA), lty = c(NA, 1), legend = c("Minimal cost", "range")) # 3. Random sample of the three ingredients # The inequality that all x > 0 has to be added! blend <- LIMBlending blend$G <- rbind(blend$G, diag(3)) blend$H <- c(blend$H, rep(0, 3)) xs <- Xsample(blend) pairs(xs, main = "Blending, 3000 solutions with xsample") LIMBrouageMudflat Linear inverse model specification for the Intertidal mudflat food web on the Atlantic coast of France Description Linear inverse model specification for the Intertidal mudflat food web on the Atlantic coast of France as in Leguerrier et al., 2003. The foodweb comprises 16 functional compartments and 3 external compartments, connected with 95 flows. Units of the flows are g C/m2/year The linear inverse model LIMBrouageMudflat is generated from the file BrouageMudflat.input which can be found in subdirectory /examples/FoodWeb of the package directory In this subdirectory you will find many foodweb example input files These files can be read using Read and their output processed by Setup which will produce a linear inverse problem specification similar to LIMBrouageMudflat Usage data(LIMBrouageMudflat) Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Dick van Oevelen <dick.vanoevelen@nioz.nl> LIMCaliforniaSediment 11 References Leguerrier, D., Niquil, N., Boileau, N., Rzeznik, J., Sauriau, P.G., Le Moine, O., Bacher, C., 2003. Numerical analysis of the food web of an intertidal mudflat ecosystem on the Atlantic coast of France. Marine Ecology Progress Series 246, 17-37. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/", sep="")) contains "BrouageMudflat.input", the input file; read this with Setup LIMTakapoto, LIMRigaSummer and many others Examples Brouage <- Flowmatrix(LIMBrouageMudflat) plotweb(Brouage, main = "Brouage mudflat food web", sub = "gC/m2/yr") # Some ranges are infinite ->marked with "* Plotranges(LIMBrouageMudflat, lab.cex = 0.7, sub = "*=unbounded", xlab = "gC/m2/year", main = "Brouage mudflat, Flowranges") Plotranges(LIMBrouageMudflat, type = "V", lab.cex = 0.7, sub = "*=unbounded", xlab = "gC/m2/year",main="Brouage mudflat, Variable ranges") LIMCaliforniaSediment Linear inverse model specification for the Santa Monica Basin sedi- ment food web Description Linear inverse model specification for the Santa Monica Basin (California) sediment food web as in Eldridge and Jackson (1993). The Santa Monica Basin is a hypoxic-anoxic basin located near California. The model contains both chemical and biological species. The foodweb comprises 7 functional compartments and five external compartments, connected with 32 flows. Units of the flows are mg /m2/day The linear inverse model LIMCaliforniaSediment is generated from the file ‘CaliforniaSediment.input’ which can be found in subdirectory /examples/FoodWeb of the package directory In this subdirectory you will find many foodweb example input files These files can be read using Read and their output processed by Setup which will produce a linear inverse problem specification similar to LIMCaliforniaSediment Usage data(LIMCaliforniaSediment) 12 LIMCoralRockall Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Dick van Oevelen <dick.vanoevelen@nioz.nl> References Eldridge, P.M., Jackson, G.A., 1993. Benthic trophic dynamics in California coastal basin and continental slope communities inferred using inverse analysis. Marine Ecology Progress Series 99, 115-135. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/", sep="")) contains "CaliforniaSediment.input", the input file; read this with Setup LIMTakapoto, LIMRigaSummer and many others Examples CaliforniaSediment <- Flowmatrix(LIMCaliforniaSediment) plotweb(CaliforniaSediment, main = "Santa Monica Basin Benthic web", sub = "mgN/m2/day", lab.size = 0.8) ## Not run: xr <- LIMCaliforniaSediment$NUnknowns i1 <- 1:(xr/2) i2 <- (xr/2+1):xr Plotranges(LIMCaliforniaSediment, index = i1, lab.cex = 0.7, sub = "*=unbounded", main = "Santa Monica Basin Benthic web, Flowranges - part1") Plotranges(LIMCaliforniaSediment, index = i2, lab.cex = 0.7, sub = "*=unbounded", main = "Santa Monica Basin Benthic web, Flowranges - part2") ## End(Not run) LIMCoralRockall Linear inverse model specification for the Deep-water Coral food web at Rockall Bank LIMCoralRockall 13 Description Linear inverse model specification for the deep-water coral ecosystem at Rockall Bank, North-East Atlantic. See van Oevelen et al. (2009) Units of the flows are mmol C/m2/day The linear inverse model LIMCoralRockall is generated from the file ‘CWCRockall.input’ which can be found in subdirectory /examples/FoodWeb of the package directory Usage data(LIMCoralRockall) Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structure is in vignette("LIM") Author(s) Dick van Oevelen <dick.vanoevelen@nioz.nl> Karline Soetaert <karline.soetaert@nioz.nl> References van Oevelen, Dick, Gerard Duineveld, Marc Lavaleye, Furu Mienis, Karline Soetaert, and Carlo H. R. Heip, 2009. The cold-water coral community as hotspot of carbon cycling on continental margins: A food web analysis from Rockall Bank (northeast Atlantic). Limnology and Oceangraphy 54 : 1829 – 1844. http://www.aslo.org/lo/toc/vol_54/issue_6/1829.pdf See Also browseURL(paste(system.file(package="LIM"), "/examples/Foodweb/", sep="")) contains "CWCRockall.input", the input file; read this with Setup LIMTakapoto, LIMRigaSummer and many others Examples Coral <- Flowmatrix(LIMCoralRockall) plotweb(Coral, main = "Deep Water Coral Foodweb, Rockall Bank", sub = "mmolC/m2/day", lab.size = 0.8) ## Not run: xr <- LIMCoralRockall$NUnknowns i1 <- 1:(xr/2) 14 LIMEcoli i2 <- (xr/2+1):xr pm <- par(mfrow = c(1, 1)) Simplest <- Ldei(LIMCoralRockall)$X Ranges <- Xranges(LIMCoralRockall) Plotranges(Ranges[i1, 1], Ranges[i1, 2], Simplest[i1], lab.cex = 0.7, main = "Deep Water Coral - ranges part 1") Plotranges(Ranges[i2, 1], Ranges[i2, 2], Simplest[i2], lab.cex = 0.7, main = "Deep Water Coral - ranges part 2") par(mfrow = pm) ## End(Not run) LIMEcoli The Escherichia Coli Core Metabolism: Reaction network model specificiation Description Linear inverse model specification for performing Flux Balance Analysis of the E.coli metabolism (as from http://gcrg.ucsd.edu/Downloads/Flux_Balance_Analysis). The original input file can be found in the package subdirectory /examples/Reactions/E_coli.lim There are 53 substances: GLC, G6P, F6P, FDP, T3P2, T3P1, 13PDG, 3PG, 2PG, PEP, PYR, ACCOA, CIT, ICIT, AKG, SUCCOA, SUCC, FUM, MAL, OA, ACTP, ETH, AC, LAC, FOR, D6PGL, D6PGC, RL5P, X5P, R5P, S7P, E4P, RIB, GLX, NAD, NADH, NADP, NADPH, HEXT, Q, FAD, FADH, AMP, ADP, ATP, GL3P, CO2, PI, PPI, O2, COA, GL, QH2 and 13 externals: Biomass, GLCxt, GLxt, RIBxt, ACxt, LACxt, FORxt, ETHxt, SUCCxt, PYRxt, PIxt, O2xt, CO2xt There are 70 unknown reactions (named by the gene encoding for it): GLK1, PGI1, PFKA, FBP, FBA, TPIA, GAPA, PGK, GPMA, ENO, PPSA, PYKA, ACEE, ZWF, PGL, GND, RPIA, RPE, TKTA1, TKTA2, TALA, GLTA, ACNA, ICDA, SUCA, SUCC1, SDHA1, FRDA, FUMA, MDH, DLD1, ADHE2, PFLA, PTA, ACKA, ACS, PCKA, PPC, MAEB, SFCA, ACEA, ACEB, PPA, GLPK, GPSA1, RBSK, NUOA, FDOH, GLPD, CYOA, SDHA2, PNT1A, PNT2A, ATPA, GLCUP, GLCPTS, GLUP, RIBUP, ACUP, LACUP, FORUP, ETHUP, SUCCUP, PYRUP, PIUP, O2TX, CO2TX, ATPM, ADK, Growth The model contains: • 54 equalities (Ax=B): the 53 mass balances (one for each substance) and one equation that sets the ATP drain flux for constant maintenance requirements to a fixed value (5.87) • 70 unknowns (x), the reaction rates • 62 inequalities (Gx>h). The first 28 inequalities impose bounds on some reactions. The last 34 inequalities impose that the reaction rates have to be positive (for unidirectional reactions only). • 2 functions that have to be maximised, the biomass production (growth). LIMEcoli 15 Usage LIMEcoli Format LIMEcoli is of type lim, which is a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> References Edwards,J.S., Covert, M., and Palsson, B.., (2002) Metabolic Modeling of Microbes: the Flux Balance Approach, Environmental Microbiology, 4(3): pp. 133-140. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Reactions/", sep="")) contains "E\_coli.lim", the input file; read this with Setup Examples # 1. parsimonious (simplest) solution pars <- Ldei(LIMEcoli) # 2. the ranges of each reaction xr <- Xranges(LIMEcoli, central = TRUE, full = TRUE) # 3. the optimal solution - solved with linear programming LP <- Linp(LIMEcoli) Optimal <- t(LP$X) # show the results data.frame(pars = pars$X, Optimal, xr[ ,1:3]) # The central value of linear programming problem is a valid solution # the central point is a valid solution: X <- xr[ ,"central"] max(abs(LIMEcoli$A%*%X - LIMEcoli$B)) min(LIMEcoli$G%*%X - LIMEcoli$H) # 4. Sample solution space - this takes a while - note that iter is not enough print(system.time( xs <- Xsample(LIMEcoli, iter = 200, type = "mirror", test = TRUE) )) 16 LIMEverglades pairs(xs[ ,1:10], pch = ".", cex = 2) # Print results: data.frame(pars = pars$X, Optimal = Optimal, xr[ ,1:2], Mean = colMeans(xs), sd = apply(xs,2,sd)) # Plot results par(mfrow = c(1, 2)) nr <- LIMEcoli$NUnknowns ii <- 1:(nr/2) dotchart(Optimal[ii, 1], xlim = range(xr), pch = 16, cex = 0.8) segments(xr[ii, 1], 1:nr, xr[ii, 2], 1:nr) ii <- (nr/2+1):nr dotchart(Optimal[ii, 1], xlim = range(xr), pch = 16, cex = 0.8) segments(xr[ii, 1], 1:nr, xr[ii, 2], 1:nr) mtext(side = 3, cex = 1.5, outer = TRUE, line = -1.5, "E coli Core Metabolism, optimal solution and ranges") LIMEverglades Linear inverse model specification for the herpetological food web of the Everglades Description Linear inverse model specification for the herpetological wet prairie example from the everglades. as described in Diffendorfer et al., 2001 The everglades are a freshwater wetland in Florida, USA. The model contains 9 functional compartments and 3 external compartments, connected with 402 flows. Units of the flows are gram wet weight / Ha / year The linear inverse model LIMEverglades is generated from the file Everglades.input which can be found in subdirectory /examples/FoodWeb of the package directory In this subdirectory you will find many foodweb example input files These files can be read using Read and their output processed by Setup which will produce a linear inverse problem specification similar to LIMEverglades Usage data(LIMEverglades) Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structures is in vignette("LIM") LIMRigaAutumn 17 Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Dick van Oevelen <dick.vanoevelen@nioz.nl> References Diffendorfer, J.E., Richards, P.M., Dalrymple, G.H., DeAngelis, D.L., 2001. Applying Linear Pro- gramming to estimate fluxes in ecosystems or food webs: an example from the herpetological assemblage of the freshwater Everglades. Ecol. Model. 144, 99-120. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/", sep="")) contains "Everglades.input", the input file; read this with Setup LIMTakapoto, LIMRigaSummer and many others Examples # Cannot be solved, but the least squares solution is found Flows <- Lsei(LIMEverglades, parsimonious = TRUE) Everglades <- Flowmatrix(LIMEverglades) plotweb(Everglades, main = "Everglades Herpetological Wet Prairie model", sub = "g WW/Ha/Yr", lab.size = 0.8) LIMRigaAutumn Linear inverse model specification for the Gulf of Riga *autumn* planktonic food web Description Linear inverse model specification for the Gulf of Riga planktonic food web in *autumn* as in Donali et al. (1999). The Gulf of Riga is a highly eutrophic system in the Baltic Sea. The foodweb comprises 7 functional compartments and two external compartments, connected with 26 flows. Units of the flows are mg C/m3/day The linear inverse model LIMRigaAutumn is generated from the file RigaAutumn.input which can be found in subdirectory /examples/FoodWeb of the package directory In this subdirectory you will find many foodweb example input files These files can be read using Read and their output processed by Setup which will produce a linear inverse problem specification similar to LIMRigaAutumn Usage data(LIMRigaAutumn) 18 LIMRigaSpring Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Dick van Oevelen<dick.vanoevelen@nioz.nl> References Donali, E., Olli, K., Heiskanen, A.S., Andersen, T., 1999. Carbon flow patterns in the planktonic food web of the Gulf of Riga, the Baltic Sea: a reconstruction by the inverse method. Journal of Marine Systems 23, 251..268. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/", sep="")) contains "RigaAutumn.input", the input file; read this with Setup LIMTakapoto, LIMRigaSummer, LIMRigaSpring and many others Examples rigaAutumn <- Flowmatrix(LIMRigaAutumn) plotweb(rigaAutumn, main = "Gulf of Riga planktonic food web, autumn", sub = "mgC/m3/day") # ranges of flows Plotranges(LIMRigaAutumn, lab.cex = 0.7, xlab = "mgC/m3/d", main = "Gulf of Riga planktonic food web, autumn, Flowranges") # ranges of variables Plotranges(LIMRigaAutumn, type="V", lab.cex = 0.7, xlab = "mgC/m3/d", main = "Gulf of Riga planktonic food web, autumn, variables") LIMRigaSpring Linear inverse model specification for the Gulf of Riga *spring* plank- tonic food web. Description Linear inverse model specification for the Gulf of Riga planktonic food web in *spring* as in Donali et al. (1999). The Gulf of Riga is a highly eutrophic system in the Baltic Sea. The foodweb comprises 7 functional compartments and two external compartments, connected with 26 flows. LIMRigaSpring 19 Units of the flows are mg C/m3/day The linear inverse model LIMRigaSpring is generated from the file RigaSpring.input which can be found in subdirectory /examples/FoodWeb of the package directory In this subdirectory you will find many foodweb example input files These files can be read using Read and their output processed by Setup which will produce a linear inverse problem specification similar to LIMRigaSpring. Usage data(LIMRigaSpring) Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Dick van Oevelen<dick.vanoevelen@nioz.nl> References Donali, E., Olli, K., Heiskanen, A.S., Andersen, T., 1999. Carbon flow patterns in the planktonic food web of the Gulf of Riga, the Baltic Sea: a reconstruction by the inverse method. Journal of Marine Systems 23, 251..268. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/", sep="")) contains "RigaSpring.input", the input file; read this with Setup LIMTakapoto,LIMRigaAutumn, LIMRigaAutumn and many others Examples rigaSpring <- Flowmatrix(LIMRigaSpring) plotweb(rigaSpring, main = "Gulf of Riga planktonic food web, spring", sub = "mgC/m3/day") Plotranges(LIMRigaSpring, lab.cex = 0.7, main = "Gulf of Riga planktonic food web, spring, Flowranges") Plotranges(LIMRigaSpring, type = "V", lab.cex = 0.7, main = "Gulf of Riga planktonic food web, spring, Variable ranges") 20 LIMRigaSummer LIMRigaSummer Linear inverse model specification for the Gulf of Riga *summer* planktonic food web. Description Linear inverse model specification for the Gulf of Riga planktonic food web in *summer* as in Donali et al. (1999). The Gulf of Riga is a highly eutrophic system in the Baltic Sea. The foodweb comprises 7 functional compartments and two external compartments, connected with 26 flows. Units of the flows are mg C/m3/day The linear inverse model LIMRigaSummer is generated from the file RigaSummer.input which can be found in subdirectory /examples/FoodWeb of the package directory In this subdirectory you will find many foodweb example input files These files can be read using Read and their output processed by Setup which will produce a linear inverse problem specification similar to LIMRigaSummer Usage data(LIMRigaSummer) Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list. A more complete description of this structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Dick van Oevelen <dick.vanoevelen@nioz.nl> References Donali, E., Olli, K., Heiskanen, A.S., Andersen, T., 1999. Carbon flow patterns in the planktonic food web of the Gulf of Riga, the Baltic Sea: a reconstruction by the inverse method. Journal of Marine Systems 23, 251..268. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/", sep="")) contains "RigaSummer.input", the input file; read this with Setup LIMTakapoto,LIMRigaAutumn, LIMRigaSpring and many others LIMScheldtIntertidal 21 Examples rigaSummer <- Flowmatrix(LIMRigaSummer) plotweb(rigaSummer, sub = "mgC/m3/day", main = "Gulf of Riga planktonic food web, summer") Plotranges(LIMRigaSummer, type = "V", lab.cex = 0.7, main = "Gulf of Riga planktonic food web, summer, Variable ranges") LIMScheldtIntertidal Linear inverse model specification for the Schelde Intertidal flat food web Description Linear inverse model specification for the Westerschelde Intertidal flat food web in June as in Van Oevelen et al. (2006). The Westerschelde is a highly eutrophic estuary in the Netherlands. The food web model was created for the intertidal flat called the "Molenplaat", site 2. It is the basic input model. The foodweb comprises 7 functional compartments and five external compartments, connected with 32 flows. Units of the flows are mg C/m2/day The linear inverse model LIMScheldtIntertidal is generated from the file ScheldtIntertidal.input which can be found in subdirectory /examples/FoodWeb of the package directory In this subdirectory you will find many foodweb example input files These files can be read using Read and their output processed by Setup which will produce a linear inverse problem specification similar to LIMScheldtIntertidal Usage data(LIMScheldtIntertidal) Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Dick van Oevelen<dick.vanoevelen@nioz.nl> 22 LIMTakapoto References Van Oevelen, D., Soetaert, K., Middelburg, J.J., Herman, P.M.J., Moodley, L., Hamels, I., Moens, T., Heip, C.H.R., 2006b. Carbon flows through a benthic food web: Integrating biomass, isotope and tracer data. J. Mar. Res. 64, 1-30. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/", sep="")) contains "ScheldtIntertidal.input", the input file; read this with Setup LIMTakapoto, LIMRigaSummer and many others Examples ScheldtIntertidal <- Flowmatrix(LIMScheldtIntertidal) plotweb(ScheldtIntertidal, main = "Scheldt intertidal flat food web", sub = "mgC/m2/day") Plotranges(LIMScheldtIntertidal, lab.cex = 0.7, main = "Scheldt intertidal flat food web, Flowranges") Plotranges(LIMScheldtIntertidal, type = "V", lab.cex = 0.7, main = "Scheldt intertidal flat food web, Variable ranges") LIMTakapoto Linear inverse model specification for the Takapoto atoll planktonic food web. Description Linear inverse model specification for the Carbon flux model of the Takapoto atoll planktonic food web as reconstructed by inverse modelling by Niquil et al. (1998). The Takapoto Atoll lagoon is located in the French Polynesia of the South Pacific The food web comprises 7 functional compartments and three external compartments/sinks con- nected with 32 flows. Units of the flows are mg C/m2/day The linear inverse model LIMTakapoto is generated from the file Takapoto.input which can be found in subdirectory /examples/FoodWeb of the package directory In this subdirectory you will find many foodweb example input files These files can be read using Read and their output processed by Setup which will produce a linear inverse problem specification similar to LIMTakapoto Usage data(LIMTakapoto) Linp 23 Format a list of matrices, vectors, names and values that specify the linear inverse model problem. see the return value of Setup for more information about this list A more complete description of this structures is in vignette("LIM") Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Dick van Oevelen<dick.vanoevelen@nioz.nl> References Niquil, N., Jackson, G.A., Legendre, L., Delesalle, B., 1998. Inverse model analysis of the plank- tonic food web of Takapoto Atoll (French Polynesia). Marine Ecology Progress Series 165, 17..29. See Also browseURL(paste(system.file(package="LIM"), "/doc/examples/Foodweb/", sep="")) contains "Takapoto.input", the input file; read this with Setup LIMRigaAutumn and many others Examples Takapoto <- Flowmatrix(LIMTakapoto) plotweb(Takapoto, main="Takapoto atoll planktonic food web", sub = "mgC/m2/day", lab.size = 1) # some ranges extend to infinity - they are marked with "*" Plotranges(LIMTakapoto, lab.cex = 0.7, sub = "*=unbounded", xlab = "mgC/m2/d", main = "Takapoto atoll planktonic food web, Flowranges") # ranges of variables, exclude first Plotranges(LIMTakapoto, type = "V", lab.cex = 0.7, index = 2:23, xlab = "mgC/m2/d", main = "Takapoto atoll planktonic food web, Variable ranges") Linp Solves a linear inverse model using linear programming. Description Solves a linear inverse model using linear programming Input presented either as: • matrices E, F, A, B, G, H (Linp.double) or • as a list (Linp.lim) or • as a lim input file (Linp.limfile) 24 Linp Usage Linp(...) ## S3 method for class 'lim' Linp(lim, cost = NULL, ispos = lim$ispos, ...) ## S3 method for class 'limfile' Linp(file, verbose = TRUE,...) ## S3 method for class 'character' Linp(...) ## S3 method for class 'double' Linp(...) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. file name of the inverse input file. verbose if TRUE: when reading the file, prints warnings and messages to the screen. cost if not NULL, a vector with the coefficients of the cost function (to be minimised). ispos if TRUE: all x-values have to be positive. ... other arguments passed to function linp from packagelimSolve. Details Solves the following inverse problem: X min( Costi ∗ xi ) or X max( P rof iti ∗ xi ) subject to xi >= 0 Ax = B Gx >= H and where Costi or P rof iti are weighting coefficients Value a list containing: X vector containing the solution of the linear programming problem. unconstrained.solution vector containing the unconstrained solution of the linear programming prob- lem. residualNorm scalar, the sum of residuals of equalities and violated inequalities. solutionNorm scalar, the value of the quadratic function at the solution. Lsei 25 IsError logical, TRUE if an error occurred. Error linp error text. type linp. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> References Michel Berkelaar and others (2005). lpSolve: Interface to Lpsolve v. 5 to solve linear/integer programs. R package version 1.1.9. See Also linp, the more general function from package lpSolve Ldei, to solve the linear inverse problem by least distance programming Lsei, to solve the linear inverse problem by lsei (least squares with equality and inequality con- straints) function linp from packagelimSolve Examples # the Blending example Linp(LIMBlending) # the E coli example: two functions to maximimise Linp(LIMEcoli) # E coli example, but only first function optimised.. Linp(LIMEcoli, cost = -LIMEcoli$Profit[1,]) # a foodweb example: need to specify the cost function # here just sum of absolute values of flows... Linp(LIMRigaAutumn, cost = (rep(1, LIMRigaAutumn$NUnknowns))) Lsei Solves a linear inverse model using the least squares method. Description Solves a linear inverse model using the least squares method Input presented as: • matrices E, F, A, B, G, H (Lsei.double) or • a list (Lsei.lim) or • as a lim input file (Lsei.limfile) Useful for solving overdetermined lims. 26 Lsei Usage Lsei(...) ## S3 method for class 'double' Lsei(...) ## S3 method for class 'lim' Lsei(lim, exact = NULL, parsimonious = FALSE, ...) ## S3 method for class 'limfile' Lsei(file, exact = NULL, parsimonious = FALSE, verbose = TRUE, ...) ## S3 method for class 'character' Lsei(...) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. exact if not NULL, a vector containing the numbers of the equations to be solved ex- actly; if NULL, all equations are considered exact. parsimonious if TRUE, also minimises the sum of squared unknowns. file name of the inverse input file. verbose if TRUE: when reading the file, prints warnings and messages to the screen. ... other arguments passed to function lsei from packagelimSolve. Details Solves the following inverse problem: min(||AAx − BB||2 ) , the approximate equations subject to Ex = F , the mass balances Gx >= H , the constraints. and where E and F make up the equations from A and B, as specified by vector exact. AA and BB are the equations from A and B, NOT in vector exact. in case exact = NULL, there are no approximate equations. in case parsimonious = TRUE, then the sum of squared unknowns is also minimised. This means that AA is augmented with the unity matrix (of size Nunknowns) and BB contains Nunknowns addi- tional zeros. For overdetermined lim problems, for instance, the inverse equations may be split up in the mass balance equations which have to be exactly met and the other equations which have to be approxi- mated. This is, it is assumed that the first *NComponents* equations, the mass balances, should be met exactly and the call to the function is: Lsei(lim,exact = 1:lim$NComponents,...) Lsei 27 If the lim is underdetermined, an alternative is to use Ldei instead. This will return the parsimonious solution. The results should be similar with Lsei(...,parsimonious=TRUE). In theory both Lsei.lim and Ldei should return the same value for underdetermined systems. Value a list containing: X vector containing the solution of the least squares problem. residualNorm scalar, the sum of residuals of equalities and violated inequalities. solutionNorm scalar, the value of the minimised quadratic function at the solution. IsError TRUE if an error occurred. Error error text. type lsei. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> References K. H. Haskell and R. J. Hanson, An algorithm for linear least squares problems with equality and nonnegativity constraints, Report SAND77-0552, Sandia Laboratories, June 1978. K. H. Haskell and R. J. Hanson, Selected algorithms for the linearly constrained least squares prob- lem - a users guide, Report SAND78-1290, Sandia Laboratories,August 1979. K. H. Haskell and R. J. Hanson, An algorithm for linear least squares problems with equality and nonnegativity constraints, Mathematical Programming 21 (1981), pp. 98-118. R. J. Hanson and K. H. Haskell, Two algorithms for the linearly constrained least squares problem, ACM Transactions on Mathematical Software, September 1982. See Also lsei, the more general function from package limSolve Linp, to solve the linear inverse problem by linear programming Ldei, to solve the linear inverse problem by least distance programming function lsei from packagelimSolve Examples Lsei(LIMRigaAutumn, parsimonious = TRUE) 28 Plotranges Plotranges Plots the minimum and maximum and central values Description Plots minimum and maximum ranges. Takes as input either a lim list, as generated by Setup or a set of vectors specifying the minimum, maximum and the central value, or a data.frame that contains min, max and central values. Usage Plotranges(...) ## S3 method for class 'double' Plotranges(min, max, value = NULL, labels = NULL, log = "", pch = 16, pch.col = "black", line.col = "gray", seg.col = "black", xlim = NULL, main = NULL, xlab = NULL, ylab = NULL, lab.cex = 1.0, mark = NULL,...) ## S3 method for class 'lim' Plotranges(lim = NULL, labels = NULL, type = "X", log = "", pch = 16, pch.col = "black", line.col = "gray", seg.col = "black", xlim = NULL, main = NULL, xlab = NULL, ylab = NULL, lab.cex = 1.0, index = NULL, ...) ## S3 method for class 'character' Plotranges(file, ...) Arguments min minimum value. max maximum value. value median or mean value. lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. file name of the inverse input file. labels names of each value. type one of "X" or "V" for plotting of unknowns (X) or variables. log if = x: logarithmic scale for x-axis. pch pch symbol used for mean value. pch.col pch color for mean value. line.col color for each variable, spanning x-axis. seg.col color for variable range. PrintMat 29 xlim limits on x-axis. main main title. xlab x-axis label. ylab y-axis label. lab.cex label expansion value. index list of elements to be plotted, a vector of integers; default = all elements. mark list of elements to be marked with a "*", i.e. when range is unbounded. ... arguments passed to R-function "text" when writing labels. Value Only when a lim list was inputted. A data frame with min the minimum. max the maximum. values the central value. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Examples # The Takapoto food web. # some ranges extend to infinity - they are marked with "*" Plotranges(LIMTakapoto, lab.cex = 0.7, sub = "*=unbounded", xlab = "mgC/m2/d", main = "Takapoto atoll planktonic food web, Flowranges") # ranges of variables, exclude first variable Plotranges(LIMTakapoto, type = "V", lab.cex = 0.7, index = 2:23, xlab = "mgC/m2/d", main = "Takapoto atoll planktonic food web, Variable ranges") PrintMat Writes linear inverse matrices to the screen Description Prints the linear inverse problem: • inverse matrices and vectors A, b of the equalities Ax = b • inverse matrices and vectors G, h of the inequalities Gx >= h • if present, also writes the cost/profit function 30 Read Usage PrintMat(lim) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. Value returns nothing. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> Examples PrintMat(LIMBlending) Read Reads an inverse input file Description Reads an inverse input file and creates the inverse problem as a list, of type "liminput" Usage Read(file, verbose = FALSE, checkLinear = TRUE, remtabs = TRUE) Arguments file name of inverse input file. verbose if TRUE: prints warnings and messages to the screen. checkLinear if FALSE: does not check for linearity remtabs remove tabs. Details The structure of an inverse input file is explained in vignette("LIM") which should be consulted. In short the inverse input file contains the declaration sections enclosed inbetween two lines starting with a \#\#. For instance, the following section declares two components \# COMP State1 Read 31 State2 \# END COMP Only the first 4 characters of the section names are read The following sections are allowed: • Parameters - \#\# PARAMETERS • Components - \#\# STOCKS or \#\# DECISION VARIABLES or \#\# STATES or \#\# UN- KNOWNS • Externals - \#\# EXTERNALS • Rates - \#\# RATES • Flows - \#\# FLOWS • Variables - \#\# VARIABLES • Cost - \#\# COST or \#\# MINIMISE • Profit - \#\# PROFIT or \#\# MAXIMISE • Equalities - \#\# EQUALITIES • InEqualities - \#\# INEQUALITIES or \#\# CONSTRAINTS Any (part of a) line starting with a "!" is considered a comment. Input is NOT case sensitive The output of this function is used as input in function Setup which creates the inverse matrices By default, only linear problems can be solved, and the function checks whether the input is linear. To toggle off this check, set checkLinear to FALSE. Some input files contain tabs, which are converted to spaces, unless this logical is set to FALSE. Value a list containing : file name of the inverse input file. pars a data.frame with parameter declarations. comp a data.frame with compartments (or states, stocks). rate a data.frame with rate declarations. extern a data.frame with external declarations. flows a data.frame with flow declarations. vars a data.frame with variable declarations. cost a data.frame with cost declarations. profit a data.frame with profit declarations. equations a data.frame with equality declarations. constraints a data.frame with constraint declarations. reactions a data.frame with reaction declarations. 32 Setup posreac a vector with TRUE values if reaction or flow is unidirectional (and the unknown x is thus positive), FALSE if it is two-way reaction or flow, and x can be positive or negative. marker a data.frame with marker declarations - see vignette("LIM"). parnames a vector with parameter names. varnames a vector with variable names. compnames a vector with compartment names. externnames a vector with names of externals. Type a string; one of "web" (flows are unknowns), "reaction" (reaction rates unknown) and "simple" (compartments are unknowns). Author(s) Karline Soetaert <karline.soetaert@nioz.nl> See Also Setup the function to create inverse matrices, based on output of Read. Examples # this input has been created with function Read: LIMinputBlending ## Not run: wd <- getwd() setwd(paste(system.file(package = "LIM"), "/doc/examples/Foodweb", sep = "")) Read("RigaAutumn.input") setwd(wd) ## End(Not run) Setup Creates linear inverse matrices Description Creates the linear problem with equality and inequality equations. Takes as input either a liminput list, as generated by Read or a filename with the linear inverse model specifications. Creates: • inverse matrices and vectors A, b, G, h of the equalities/inequalities: Ax = b Gx >= h Setup 33 • if present, also generates the cost/profit function which is used as: min(cost) or max(prof it) • if the input was a flow network, Setup will also create the flow matrix (see details). Usage Setup(...) ## S3 method for class 'limfile' Setup(file, verbose = TRUE, ...) ## S3 method for class 'character' Setup(...) ## S3 method for class 'liminput' Setup(liminput,...) Arguments file name of the inverse input file. verbose if TRUE: prints warnings and messages to the screen. liminput list of elements, as returned by Read. ... extra parameters allowing this to be a generic function. Value a list containing: file name of the inverse input file. NUnknowns number of unknowns. NEquations number of equations. NConstraints number of constraints. NComponents number of components. NExternal number of externals. NVariables number of variables. A matrix A of equalities Ax=B. B vector B of equalities Ax=B. G matrix G of inequalities Gx>h. H vector H of inequalities Gx=h. Cost cost vector (to minimise), the weight of each unknown; if not specified; 1 for all unknowns. Profit profit vector (to maximise). Flowmatrix matrix where element ij denotes flow from compartment i to j. 34 Variables VarA matrix VarA of variable equation VarA*x=VarB. VarB vector VarB of variable equation VarA*x=VarB. Flows a vector with flow names. Parameters a data.frame with parameter names and values. Components a data.frame with state names and values. Externals a data.frame with external names and values. rates a data.frame with rate names and values. markers a data.frame with marker names and values. Variables a vector with variable names. Unknowns a vector with names of unknowns (either states or flows). Weight a vector with the weights of unknowns- default is 1. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> See Also Read function that reads inverse input files and produces the input list used by Setup Lsei, Ldei, Linp functions to solve inverse problem, based on output generated by setup.limfile Examples LIMinputBlending Setup(LIMinputBlending ) Variables Generates the values of variables for a linear inverse (foodweb) prob- lem Description Given an linear inverse model input list, generates the values of the inverse variables Usage Variables (lim, res, ...) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. res the solved linear inverse problem; if not specified, the model is solved first, using Lsei.lim<. ... extra parameters passed to function Lsei.lim. Varranges 35 Value the variables, a one-column data.frame Author(s) Karline Soetaert <karline.soetaert@nioz.nl> See Also Varranges which estimates the ranges of variables. Examples Variables(LIMRigaAutumn) Varranges Generates ranges of the variables for a linear inverse problem Description Given an inverse input list, generates the minimal and maximal values of the variables (linear com- binations of unknowns). Usage Varranges(lim, ...) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. ... extra arguments passed to function varranges. Value a 2-columned vector containing the minimum (column 1) and maximum (column 2) of each vari- able. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> See Also Xranges which estimates the ranges of unknowns Plotranges to plot the ranges 36 Xranges Examples Varranges(LIMRigaAutumn) Xranges Generates ranges of the unknowns of a linear inverse problem Description Given an inverse input list, generates the minimal and maximal values of the unknowns Usage Xranges (lim, ...) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. ... extra arguments passed to function xranges from packagelimSolve. Value a 2-columned vector containing the minimum (column 1) and maximum (column 2) of each un- known. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> See Also Varranges which estimates the ranges of inverse variables Plotranges to plot the ranges function xranges from packagelimSolve Examples # ranges xr <- Xranges(LIMRigaAutumn) xlim <- range(xr) # parsimonious pars <- Lsei(LIMRigaAutumn)$X # plot dotchart(x = pars, labels = rownames(xr), xlim = xlim, main = "Riga Autumn ", sub = "ranges and parsimonious solution", pch = 16) Xsample 37 cc <- 1:nrow(xr) segments(xr[ ,1], cc, xr[ ,2], cc) Xsample Generates a random sample of the unknowns for a linear inverse prob- lem Description Given an inverse input list, randomly samples the unknowns, using an MCMC method Usage Xsample(lim, exact = NULL, ...) Arguments lim a list that contains the linear inverse model specification, as generated by func- tion setup.limfile. exact if not NULL, a vector containing the numbers of the equations to be solved ex- actly; if NULL, all equations are considered exact. ... extra parameters passed to function xsample from packagelimSolve. Details For overdetermined LIM problems, the inverse equations may be split up in equations which have to be exactly met and other equations which have to be approximated. exact is a vector with the exact equations The default settings of xsample will often not do. For instance, the default consists of 3000 itera- tions (iter) and a jump length of jmp of 0.1. You may need to increase one of those to ensure that the entire solution space has been adequately sampled. Value a 2-columned vector containing the minimum (column 1) and maximum (column 2) of each un- known. Author(s) Karline Soetaert <karline.soetaert@nioz.nl> References Van den Meersche K, Soetaert K, Van Oevelen D (2009). xsample(): An R Function for Sampling Linear Inverse Problems. Journal of Statistical Software, Code Snippets, 30(1), 1-15. http://www.jstatsoft.org/v30/c01/ 38 Xsample See Also Varranges which estimates the ranges of inverse variables Plotranges to plot the ranges function xsample from packagelimSolve Examples # sample solution space xs <- Xsample(LIMRigaAutumn, iter = 500, jmp = 5) # remove flows that are invariable (sd=0) xs <- xs[ ,-which(apply(xs, 2, sd) == 0 )] #pairs plot pairs(xs, gap = 0, pch = ".", upper.panel = NULL) Index ∗ IO Setup, 32 PrintMat, 29 Variables, 34 Read, 30 Varranges, 35 Setup, 32 Xranges, 36 ∗ algebra Xsample, 37 Ldei, 6 Linp, 23 FILERigaAutumn, 4 Lsei, 25 Flowmatrix, 3, 5 ∗ array Ldei, 6 Ldei, 3, 6, 25, 27, 34 Linp, 23 ldei, 6, 7 Lsei, 25 LIM (LIM-package), 2 ∗ datasets LIM-package, 2 FILERigaAutumn, 4 LIMBlending, 8 LIMBlending, 8 LIMBrouageMudflat, 10 LIMBrouageMudflat, 10 LIMCaliforniaSediment, 11 LIMCaliforniaSediment, 11 LIMCoralRockall, 12 LIMCoralRockall, 12 LIMEcoli, 9, 14 LIMEverglades, 16 LIMEcoli, 14 LIMinputBlending (LIMBlending), 8 LIMEverglades, 16 LIMRigaAutumn, 5, 17, 19, 20, 23 LIMRigaAutumn, 17 LIMRigaSpring, 18, 18, 20 LIMRigaSpring, 18 LIMRigaSummer, 11–13, 17, 18, 20, 22 LIMRigaSummer, 20 LIMScheldtIntertidal, 21 LIMScheldtIntertidal, 21 LIMTakapoto, 9, 11–13, 17–20, 22, 22 LIMTakapoto, 22 Linp, 3, 7, 23, 27, 34 ∗ hplot linp, 24, 25 Plotranges, 28 Lsei, 3, 7, 25, 25, 34 ∗ optimize lsei, 26, 27 Ldei, 6 Linp, 23 Plotranges, 3, 28, 35, 36, 38 Lsei, 25 plotweb, 6 Varranges, 35 PrintMat, 29 Xranges, 36 Xsample, 37 Read, 3, 4, 9–11, 16, 17, 19–22, 30, 34 ∗ package LIM-package, 2 Setup, 3, 4, 9–13, 15–23, 31, 32, 32 ∗ utilities Flowmatrix, 5 Variables, 3, 34 PrintMat, 29 Varranges, 3, 35, 35, 36, 38 39 40 INDEX Xranges, 3, 35, 36 xranges, 36 Xsample, 3, 37 xsample, 37, 38
CoClust
cran
Package ‘CoClust’ October 12, 2022 Title Copula Based Cluster Analysis Date 2017-12-15 Version 0.3-2 Author Francesca Marta Lilja Di Lascio, Simone Giannerini Depends R (>= 2.15.1), methods, copula Imports gtools Description A copula based clustering algorithm that finds clusters according to the complex multi- variate dependence structure of the data generating process. The updated version of the algo- rithm is described in Di Lascio, F.M.L. and Giannerini, S. (2016). ``Clustering dependent obser- vations with copula functions''. Statistical Papers, p.1-17. <doi:10.1007/s00362-016-0822-3>. Maintainer Francesca Marta Lilja Di Lascio <marta.dilascio@unibz.it> License GPL (>= 2) NeedsCompilation no Repository CRAN Date/Publication 2017-12-17 16:14:20 UTC R topics documented: CoClust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 CoClust-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 Index 7 CoClust Copula-Based Clustering Algorithm Description Cluster analysis based on copula functions 1 2 CoClust Usage CoClust(m, dimset = 2:5, noc = 4, copula = "frank", fun = median, method.ma = c("empirical", "pseudo"), method.c = c("ml", "mpl", "irho", "itau"), dfree = NULL, writeout = 5, penalty = c("BICk", "AICk", "LL"), ...) Arguments m a data matrix. dimset the set of dimensions for which the function tries the clustering. noc sample size of the set for selecting the number of clusters. copula a copula model. This should be one of "normal", "t", "frank", "clayton" and "gumbel". See the Details section. fun combination function of the pairwise Spearman’s rho used to select the k-plets. The default is median method.ma estimation method for margins. See the Details section. method.c estimation method for copula. See fitCopula. dfree degrees of freedom for the t copula. writeout writes a message on the number of allocated observations every writeout obser- vations. penalty Specifies the likelihood criterion used for selecting the number of clusters. ... further parameters for fitCopula. Details Usage for Frank copula: CoClust(m, nmaxmarg = 2:5, noc = 4, copula = "frank", fun = median, method.ma=c("gaussian","empirical"), method.c = "mpl", penalty ="BICk", ...) CoClust is a clustering algorithm that, being based on copula functions, allows to group obser- vations according to the multivariate dependence structure of the generating process without any assumptions on the margins. For each k in dimset the algorithm builds a sample of noc observations (rows of the data matrix m) by using the matrix of Spearman’s rho correlation coefficients which are combined by means of the function fun (median by default). The number of clusters K is selected by means of a criterion based on the likelihood of the copula fit. The switch penalty allows to select 3 different criteria; The choice LL corresponds to using the likelihood without penalty terms. Then, the remaining observations are allocated to the clusters as follows: 1. selects a K-plet of observations on the basis of fun applied to the pairwise Spearman’s rho; 2. allocates or discards the K-plet on the basis of the likelihood of the copula fit. The estimation approach for the copula fit is semiparametric: a range of nonparametric margins and parametric copula models can be selected by the user. The CoClust algorithm does not require to set a priori the number of clusters nor it needs a starting classification. Notice that the dependence structure for the Gaussian and the t copula is set to exchangeable. Non structured dependence structures will be allowed in a future version. CoClust 3 Value An object of S4 class "CoClust", which is a list with the following elements: Number.of.Clusters the number K of identified clusters. Index.Matrix a n.obs by (K+1) matrix where n.obs is the number of observations put in each cluster. The matrix contains the row indexes of the observations of the data matrix m. The last column contains the log-likelihood of the copula fit. Data.Clusters the matrix of the final clustering. Dependence a list containing: Model the copula model used for the clustering. Param the estimated dependence parameter between clusters. Std.Err the standard error of Param. P.val the p-value associated to the null hypothesis H_0: theta=0. LogLik the maximized log-likelihood copula fit. Est.Method the estimation method used for the copula fit. Opt.Method the optimization method used for the copula fit. LLC the value of the LogLikelihood Criterion for each k in dimset. Index.dimset a list that, for each k in dimset, contains the index matrix of the initial set of nk observations used for selecting the number of clusters, together with the associated loglikelihood. Note The final clustering is composed of K groups in which observations of the same group are indepen- dent whereas the observations that belong to different groups and that form a K-plet are dependent. Author(s) Francesca Marta Lilja Di Lascio <marta.dilascio@unibz.it>, Simone Giannerini <simone.giannerini@unibo.it> References Di Lascio, F.M.L. (201x). "CoClust: An R Package for Copula-based Cluster Analysis". To be submitted. Di Lascio, F.M.L., Durante, F. and Pappada’, R. (2017). "Copula-based clustering methods", Cop- ulas and Dependence Models with Applications, p.49-67. Eds Ubeda-Flores, M., de Amo, E., Du- rante, F. and Fernandez Sanchez, J., Springer International Publishing. ISBN: 978-3-319-64220-8. Di Lascio, F.M.L. and Disegna, M. (2017). "A copula-based clustering algorithm to analyse EU country diets". Knowledge-Based Systems, 132, p.72-84. DOI: 10.1016/j.knosys.2017.06.004. Di Lascio, F.M.L. and Giannerini, S. (2016). "Clustering dependent observations with copula func- tions". Statistical Papers, p.1-17. DOI 10.1007/s00362-016-0822-3. 4 CoClust Di Lascio, F.M.L. and Giannerini, S. (2012). "A Copula-Based Algorithm for Discovering Patterns of Dependent Observations", Journal of Classification, 29(1), p.50-75. Di Lascio, F.M.L. (2008). "Analyzing the dependence structure of microarray data: a copula-based approach". PhD thesis, Dipartimento di Scienze Statistiche, Universita’ di Bologna, Italy. Examples ## ****************************************************************** ## 1. builds a 3-variate copula with different margins ## (Gaussian, Gamma, Beta) ## ## 2. generates a data matrix xm with 15 rows and 21 columns and ## builds the matrix of the true cluster indexes ## ## 3. applies the CoClust to the rows of xm and recovers the ## multivariate dependence structure of the data ## ****************************************************************** ## Step 1. ********************************************************** n <- 105 # total number of observations n.col <- 21 # number of columns of the data matrix m n.marg <- 3 # dimension of the copula n.row <- n*n.marg/n.col # number of rows of the data matrix m theta <- 10 copula <- frankCopula(theta, dim = n.marg) mymvdc <- mvdc(copula, c("norm", "gamma", "beta"),list(list(mean=7, sd=2), list(shape=3, rate=4), list(shape1=2, shape2=1))) ## Step 2. ********************************************************** set.seed(11) x.samp <- rMvdc(n, mymvdc) xm <- matrix(x.samp, nrow = n.row, ncol = n.col, byrow=TRUE) index.true <- matrix(1:15,5,3) colnames(index.true) <- c("Cluster 1","Cluster 2", "Cluster 3") ## Step 3. ********************************************************** clust <- CoClust(xm, dimset = 2:4, noc=2, copula="frank", method.ma="empirical", method.c="ml",writeout=1) clust clust@"Number.of.Clusters" clust@"Dependence"$Param clust@"Data.Clusters" index.clust <- clust@"Index.Matrix" ## compare with index.true index.clust index.true ## CoClust-class 5 CoClust-class Class "CoClust" Description A class for CoClust and its extensions Objects from the Class Objects can be created by calls of the form new("CoClust", ...). Slots Number.of.Clusters: Object of class "integer". The number K of identified clusters. Index.Matrix: Object of class "matrix". A n.obs by (K+1) matrix where n.obs is the number of observations put in each cluster. The matrix contains the row indexes of the observations of the data matrix m. The last column contains the log-likelihood of the copula fit. Data.Clusters: Object of class "matrix". The matrix of the final clustering. Dependence: Object of class "list". The list contains: Model the copula model used for the clustering. Param the estimated dependence parameter between clusters. Std.Err the standard error of Param. P.val the p-value associated to the null hypothesis H_0: theta=0. LogLik: Object of class "numeric". The maximized log-likelihood copula fit. Est.Method Object of class "character". The estimation method used for the copula fit. Opt.Method Object of class "character". The optimization method used for the copula fit. LLC Object of class "numeric". The value of the LogLikelihood Criterion for each k in dimset. Index.dimset Object of class "list". A list that, for each k in dimset, contains the index matrix of the initial set of nk observations used for selecting the number of clusters, together with the associated loglikelihood. Methods No methods defined with class "CoClust" in the signature. Author(s) Francesca Marta Lilja Di Lascio <marta.dilascio@unibz.it>, Simone Giannerini <simone.giannerini@unibo.it> 6 CoClust-class References Di Lascio, F.M.L. (201x). "CoClust: An R Package for Copula-based Cluster Analysis". To be submitted. Di Lascio, F.M.L., Durante, F. and Pappada’, R. (2017). "Copula-based clustering methods", Cop- ulas and Dependence Models with Applications, p.49-67. Eds Ubeda-Flores, M., de Amo, E., Du- rante, F. and Fernandez Sanchez, J., Springer International Publishing. ISBN: 978-3-319-64220-8. Di Lascio, F.M.L. and Disegna, M. (2017). "A copula-based clustering algorithm to analyse EU country diets". Knowledge-Based Systems, 132, p.72-84. DOI: 10.1016/j.knosys.2017.06.004. Di Lascio, F.M.L. and Giannerini, S. (2016). "Clustering dependent observations with copula func- tions". Statistical Papers, p.1-17. DOI 10.1007/s00362-016-0822-3. Di Lascio, F.M.L. and Giannerini, S. (2012). "A Copula-Based Algorithm for Discovering Patterns of Dependent Observations", Journal of Classification, 29(1), p.50-75. Di Lascio, F.M.L. (2008). "Analyzing the dependence structure of microarray data: a copula-based approach". PhD thesis, Dipartimento di Scienze Statistiche, Universita’ di Bologna, Italy. See Also See Also CoClust and copula. Examples showClass("CoClust") Index ∗ classes CoClust-class, 5 ∗ cluster CoClust, 1 ∗ multivariate CoClust, 1 CoClust, 1, 6 CoClust-class, 5 copula, 6 fitCopula, 2 7
gifti
cran
Package ‘gifti’ October 13, 2022 Type Package Title Reads in 'Neuroimaging' 'GIFTI' Files with Geometry Information Version 0.8.0 Date 2020-11-10 Author John Muschelli Maintainer John Muschelli <muschellij2@gmail.com> Description Functions to read in the geometry format under the 'Neuroimaging' 'Informatics' Technology Initiative ('NIfTI'), called 'GIFTI' <https://www.nitrc.org/projects/gifti/>. These files contain surfaces of brain imaging data. License GPL-2 Imports xml2 (>= 1.1.1), base64enc, R.utils, tools, utils Suggests rgl, grDevices, testthat, knitr, rmarkdown, covr BugReports https://github.com/muschellij2/gifti/issues Encoding UTF-8 LazyData true RoxygenNote 7.1.1 VignetteBuilder knitr NeedsCompilation no Repository CRAN Date/Publication 2020-11-11 22:40:02 UTC R topics documented: convert_binary_datatype . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 convert_endian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 convert_intent . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 create_data_matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 data_array_attributes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 data_decoder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1 2 convert_binary_datatype data_encoder . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 decompress_gii . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 download_gifti_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 gifti_list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 gifti_map_value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 have_gifti_test_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 is.gifti . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 readgii . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 surf_triangles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 writegii . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 Index 13 convert_binary_datatype Convert Binary Data Type Description Converts a data type to the size and what for readBin, necessary for Base64Binary and GZipBase64Binary formats Usage convert_binary_datatype( datatype = c("NIFTI_TYPE_UINT8", "NIFTI_TYPE_INT32", "NIFTI_TYPE_UINT32", "NIFTI_TYPE_FLOAT32") ) Arguments datatype data type from GIFTI image Value List of length 2: with elements of size and what Examples convert_binary_datatype() convert_binary_datatype('NIFTI_TYPE_INT32') testthat::expect_error(convert_binary_datatype('NIFTI_TYPE_BLAH')) convert_endian 3 convert_endian Convert Endian from GIFTI Description Converts Endian format from GIFTI Usage convert_endian(endian) Arguments endian character passed from GIFTI XML Value Character string convert_intent Convert Intent Description Converts the intent field from a GIFTI image to a more standard naming Usage convert_intent(intent) Arguments intent (character) string of intent type Value A character string 4 data_array_attributes create_data_matrix Create Data Matrix with ordering respected Description Create Data Matrix with ordering respected Usage create_data_matrix( data, dims, ordering = c("RowMajorOrder", "ColumnMajorOrder") ) Arguments data Data output from data_decoder dims Dimensions of output ordering Ordering of the data Value Matrix of Values data_array_attributes Data Array Attributes Description Parses a list of XML data to get the attributes Usage data_array_attributes(darray) Arguments darray List of xml_nodes from GIFTI data array Value data.frame of attributes data_decoder 5 data_decoder Array Data Decoder Description Decodes values from a GIFTI image Usage data_decoder( values, encoding = c("ASCII", "Base64Binary", "GZipBase64Binary", "ExternalFileBinary"), datatype = NULL, endian = c("little", "big", "LittleEndian", "BigEndian"), ext_filename = NULL, n = NULL ) Arguments values text from XML of GIFTI image encoding encoding of GIFTI values datatype Passed to convert_binary_datatype endian Endian to pass in readBin ext_filename if encoding = "ExternalFileBinary", then this is the external filename n number of values to read. Relevant if encoding = "ExternalFileBinary" Value Vector of values Examples if (have_gifti_test_data(outdir = NULL)) { gii_files = download_gifti_data(outdir = NULL) L = gifti_list(gii_files[1]) orig = L$DataArray$Data[[1]] encoding = attributes(L$DataArray)$Encoding datatype = attributes(L$DataArray)$DataType endian = attributes(L$DataArray)$Endian vals = data_decoder(orig, encoding = encoding, datatype = datatype, endian = endian) enc = data_encoder(vals, encoding = encoding, datatype = datatype, endian = endian) enc == orig } 6 data_encoder data_encoder Array Data Encoder Description Encodes values for a GIFTI image Usage data_encoder( values, encoding = c("ASCII", "Base64Binary", "GZipBase64Binary"), datatype = NULL, endian = c("little", "big", "LittleEndian", "BigEndian") ) Arguments values values to be encoded encoding encoding of GIFTI values datatype Passed to convert_binary_datatype endian Endian to pass in readBin Value Single character vector Examples if (have_gifti_test_data(outdir = NULL)) { gii_files = download_gifti_data(outdir = NULL) L = gifti_list(gii_files[1]) orig = L$DataArray$Data[[1]] encoding = attributes(L$DataArray)$Encoding datatype = attributes(L$DataArray)$DataType endian = attributes(L$DataArray)$Endian vals = data_decoder(orig, encoding = encoding, datatype = datatype, endian = endian) enc = data_encoder(vals, encoding = encoding, datatype = datatype, endian = endian) enc == orig } decompress_gii 7 decompress_gii Decompress Gzipped GIFTI (with extension .gz) Description If a GIFTI file is compressed, as in .gii.gz, this will decompress the file. This has nothing to do with the encoding WITHIN the file Usage decompress_gii(file) Arguments file file name of GIFTI file Value Filename of decompressed GIFTI Examples if (have_gifti_test_data(outdir = NULL)) { gii_files = download_gifti_data(outdir = NULL) outfile = decompress_gii(gii_files[1]) print(outfile) } download_gifti_data Download GIFTI Test Data Description Downloads GIFTI test data from https://www.nitrc.org/frs/download.php/411/BV_GIFTI_ 1.3.tar.gz Usage download_gifti_data( outdir = system.file(package = "gifti"), overwrite = FALSE, ... ) 8 gifti_list Arguments outdir Output directory for test file directory overwrite Should files be overwritten if already exist? ... additional arguments to download.file Value Vector of file names gifti_list Convert GIFTI to List Description Reads in a GIFTI file and coerces it to a list Usage gifti_list(file) Arguments file file name of GIFTI file Value List of elements Examples if (have_gifti_test_data(outdir = NULL)) { gii_files = download_gifti_data(outdir = NULL) L = gifti_list(gii_files[1]) orig = L$DataArray$Data[[1]] encoding = attributes(L$DataArray)$Encoding datatype = attributes(L$DataArray)$DataType endian = attributes(L$DataArray)$Endian vals = data_decoder(orig, encoding = encoding, datatype = datatype, endian = endian) enc = data_encoder(vals, encoding = encoding, datatype = datatype, endian = endian) enc == orig } gifti_map_value 9 gifti_map_value Map Values to Triangles from GIFTI Description Takes values and maps them to the correct triangles in space. Usage gifti_map_value( pointset, triangle, values, indices = seq(nrow(pointset)), add_one = TRUE ) Arguments pointset pointset from GIFTI triangle triangles from GIFTI values Values to map to the triangles. Same length as indices indices indices to place the values, must be in the range of 1 and the number of rows of pointset add_one Should 1 be added to the indices for the triangle? Value A list of coordinates (in triangles) and the corresponding value mapped to those triangles have_gifti_test_data Check Presence of GIFTI Test Data Description Checks if GIFTI test data is downloaded Usage have_gifti_test_data(outdir = system.file(package = "gifti")) Arguments outdir Output directory for test file directory 10 readgii Value Logical indicator Examples have_gifti_test_data(outdir = NULL) is.gifti Test if GIFTI Description Simple wrapper to determine if class is GIFTI Usage is.gifti(x) is_gifti(x) Arguments x object to test Value Logical if x is GIFTI readgii Read GIFTI File Description Reads a GIFTI File and parses the output Usage readgii(file) readGIfTI(file) read_gifti(file) Arguments file Name of file to read surf_triangles 11 Value List of values Examples if (have_gifti_test_data(outdir = NULL)) { gii_files = download_gifti_data(outdir = NULL) gii_list = lapply(gii_files, readgii) surf_files = grep("white[.]surf[.]gii", gii_files, value = TRUE) surfs = lapply(surf_files, surf_triangles) col_file = grep("white[.]shape[.]gii", gii_files, value = TRUE) cdata = readgii(col_file) cdata = cdata$data$shape mypal = grDevices::colorRampPalette(colors = c("blue", "black", "red")) n = 4 breaks = quantile(cdata) ints = cut(cdata, include.lowest = TRUE, breaks = breaks) ints = as.integer(ints) stopifnot(!any(is.na(ints))) cols = mypal(n)[ints] cols = cols[surfs[[1]]$triangle] } ## Not run: if (have_gifti_test_data(outdir = NULL)) { if (requireNamespace("rgl", quietly = TRUE)) { rgl::rgl.open() rgl::rgl.triangles(surfs[[1]]$pointset, color = cols) rgl::play3d(rgl::spin3d(), duration = 5) } } ## End(Not run) surf_triangles Make Triangles from GIfTI Image Description Creates Triangles for plotting in RGL from a GIfTI image Usage surf_triangles(file) Arguments file File name of GIfTI image, usually surf.gii 12 writegii Value List of values corresponding to the data element from readgii writegii Write .gii xml from "gifti" object Description Writes a "gifti" object to a GIFTI file (ends in *.gii). Usage writegii(gii, out_file, use_parsed_transformations = FALSE) writeGIfTI(gii, out_file, use_parsed_transformations = FALSE) write_gifti(gii, out_file, use_parsed_transformations = FALSE) Arguments gii The "gifti" object out_file Where to write the new GIFTI file use_parsed_transformations Should the $parsed_transformations be written instead of the transformations? Use if the XML pointers in transformations might be invalid. Default: FALSE Index convert_binary_datatype, 2, 5, 6 convert_endian, 3 convert_intent, 3 create_data_matrix, 4 data_array_attributes, 4 data_decoder, 4, 5 data_encoder, 6 decompress_gii, 7 download.file, 8 download_gifti_data, 7 gifti_list, 8 gifti_map_value, 9 have_gifti_test_data, 9 is.gifti, 10 is_gifti (is.gifti), 10 read_gifti (readgii), 10 readBin, 2, 5, 6 readGIfTI (readgii), 10 readgii, 10, 12 surf_triangles, 11 write_gifti (writegii), 12 writeGIfTI (writegii), 12 writegii, 12 13
viridisLite
cran
Package ‘viridisLite’ May 3, 2023 Type Package Title Colorblind-Friendly Color Maps (Lite Version) Version 0.4.2 Date 2023-05-02 Maintainer Simon Garnier <garnier@njit.edu> Description Color maps designed to improve graph readability for readers with common forms of color blindness and/or color vision deficiency. The color maps are also perceptually-uniform, both in regular form and also when converted to black-and-white for printing. This is the 'lite' version of the 'viridis' package that also contains 'ggplot2' bindings for discrete and continuous color and fill scales and can be found at <https://cran.r-project.org/package=viridis>. License MIT + file LICENSE Encoding UTF-8 Depends R (>= 2.10) Suggests hexbin (>= 1.27.0), ggplot2 (>= 1.0.1), testthat, covr URL https://sjmgarnier.github.io/viridisLite/, https://github.com/sjmgarnier/viridisLite/ BugReports https://github.com/sjmgarnier/viridisLite/issues/ RoxygenNote 7.2.3 NeedsCompilation no Author Simon Garnier [aut, cre], Noam Ross [ctb, cph], Bob Rudis [ctb, cph], Marco Sciaini [ctb, cph], Antônio Pedro Camargo [ctb, cph], Cédric Scherer [ctb, cph] Repository CRAN Date/Publication 2023-05-02 23:50:02 UTC 1 2 viridis R topics documented: viridis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 viridis.map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Index 6 viridis Viridis Color Palettes Description This function creates a vector of n equally spaced colors along the selected color map. Usage viridis(n, alpha = 1, begin = 0, end = 1, direction = 1, option = "D") viridisMap(n = 256, alpha = 1, begin = 0, end = 1, direction = 1, option = "D") magma(n, alpha = 1, begin = 0, end = 1, direction = 1) inferno(n, alpha = 1, begin = 0, end = 1, direction = 1) plasma(n, alpha = 1, begin = 0, end = 1, direction = 1) cividis(n, alpha = 1, begin = 0, end = 1, direction = 1) rocket(n, alpha = 1, begin = 0, end = 1, direction = 1) mako(n, alpha = 1, begin = 0, end = 1, direction = 1) turbo(n, alpha = 1, begin = 0, end = 1, direction = 1) Arguments n The number of colors (≥ 1) to be in the palette. alpha The alpha transparency, a number in [0,1], see argument alpha in hsv. begin The (corrected) hue in [0,1] at which the color map begins. end The (corrected) hue in [0,1] at which the color map ends. direction Sets the order of colors in the scale. If 1, the default, colors are ordered from darkest to lightest. If -1, the order of colors is reversed. option A character string indicating the color map option to use. Eight options are available: • "magma" (or "A") • "inferno" (or "B") viridis 3 • "plasma" (or "C") • "viridis" (or "D") • "cividis" (or "E") • "rocket" (or "F") • "mako" (or "G") • "turbo" (or "H") Details Here are the color scales: magma(), plasma(), inferno(), cividis(), rocket(), mako(), and turbo() are convenience functions for the other color map options, which are useful when the scale must be passed as a function name. Semi-transparent colors (0 < alpha < 1) are supported only on some devices: see rgb. Value viridis returns a character vector, cv, of color hex codes. This can be used either to create a user- defined color palette for subsequent graphics by palette(cv), a col = specification in graphics functions or in par. viridisMap returns a n lines data frame containing the red (R), green (G), blue (B) and alpha (alpha) channels of n equally spaced colors along the selected color map. n = 256 by default. 4 viridis.map Author(s) Simon Garnier: <garnier@njit.edu> / @sjmgarnier Examples library(ggplot2) library(hexbin) dat <- data.frame(x = rnorm(10000), y = rnorm(10000)) ggplot(dat, aes(x = x, y = y)) + geom_hex() + coord_fixed() + scale_fill_gradientn(colours = viridis(256, option = "D")) # using code from RColorBrewer to demo the palette n = 200 image( 1:n, 1, as.matrix(1:n), col = viridis(n, option = "D"), xlab = "viridis n", ylab = "", xaxt = "n", yaxt = "n", bty = "n" ) viridis.map Color Map Data Description A data set containing the RGB values of the color maps included in the package. These are: • ’magma’, ’inferno’, ’plasma’, and ’viridis’ as defined in Matplotlib for Python. These color maps are designed in such a way that they will analytically be perfectly perceptually-uniform, both in regular form and also when converted to black-and-white. They are also designed to be perceived by readers with the most common form of color blindness. They were created by Stéfan van der Walt and Nathaniel Smith; • ’cividis’, a corrected version of ’viridis’, ’cividis’, developed by Jamie R. Nuñez, Christopher R. Anderton, and Ryan S. Renslow, and originally ported to R by Marco Sciaini. It is designed to be perceived by readers with all forms of color blindness; • ’rocket’ and ’mako’ as defined in Seaborn for Python; • ’turbo’, an improved Jet rainbow color map for reducing false detail, banding and color blind- ness ambiguity. Usage viridis.map viridis.map 5 Format A data frame with 2048 rows and 4 variables: • R: Red value; • G: Green value; • B: Blue value; • opt: The colormap "option" (A: magma; B: inferno; C: plasma; D: viridis; E: cividis; F: rocket; G: mako; H: turbo). Author(s) Simon Garnier: <garnier@njit.edu> / @sjmgarnier References • ’magma’, ’inferno’, ’plasma’, and ’viridis’: https://bids.github.io/colormap/ • ’cividis’: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0199239 • ’rocket’ and ’mako’: https://seaborn.pydata.org/index.html • ’turbo’: https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html Index ∗ datasets viridis.map, 4 cividis (viridis), 2 hsv, 2 inferno (viridis), 2 magma (viridis), 2 mako (viridis), 2 plasma (viridis), 2 rgb, 3 rocket (viridis), 2 turbo (viridis), 2 viridis, 2 viridis.map, 4 viridisMap (viridis), 2 6
shinyjqui
cran
Package ‘shinyjqui’ October 14, 2022 Type Package Title 'jQuery UI' Interactions and Effects for Shiny Version 0.4.1 Maintainer Yang Tang <tang_yang@outlook.com> Description An extension to shiny that brings interactions and animation effects from 'jQuery UI' library. License MIT + file LICENSE Encoding UTF-8 Depends R (>= 3.2.0) Imports shiny (>= 1.5.0), htmltools, htmlwidgets, jsonlite, rlang Suggests ggplot2, highcharter, knitr, markdown, rmarkdown, plotly URL https://github.com/yang-tang/shinyjqui, https://yang-tang.github.io/shinyjqui/ BugReports https://github.com/yang-tang/shinyjqui/issues RoxygenNote 7.1.2 VignetteBuilder knitr NeedsCompilation no Author Yang Tang [aut, cre] Repository CRAN Date/Publication 2022-02-03 07:00:02 UTC R topics documented: Animation_effects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Class_effects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 draggableModalDialog . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 get_jqui_effects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 Interactions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 jqui_bookmarking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 1 2 Animation_effects jqui_icon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 jqui_position . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 orderInput . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 selectableTableOutput . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 sortableCheckboxGroupInput . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 sortableRadioButtons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 sortableTableOutput . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 sortableTabsetPanel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 updateOrderInput . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Index 21 Animation_effects Animation effects. Description Allow element(s) to show animation effects. • jqui_effect(): Apply an animation effect to matched element(s). • jqui_hide(): Hide the matched element(s) with animation effect. • jqui_show(): Display the matched element(s) with animation effect. • jqui_toggle(): Display or hide the matched element(s) with animation effect. Usage jqui_effect(ui, effect, options = NULL, duration = 400, complete = NULL) jqui_show(ui, effect, options = NULL, duration = 400, complete = NULL) jqui_hide(ui, effect, options = NULL, duration = 400, complete = NULL) jqui_toggle(ui, effect, options = NULL, duration = 400, complete = NULL) Arguments ui The target ui element(s) to be manipulated. Can be • A string of jQuery_selector • A JS() wrapped javascript expression that returns a jQuery object. effect A string indicating which animation effect to use for the transition. options A list of effect-specific properties and easing. duration A string or number determining how long the animation will run. complete A function to call once the animation is complete, called once per matched ele- ment. Class_effects 3 Details These functions are R wrappers of effect(), hide(), show() and toggle() from jQuery UI li- brary. They should be used in server of a shiny document. Examples ## Not run: # in shiny ui create a plot plotOutput('foo') # in shiny server apply a 'bounce' effect to the plot jqui_effect('#foo', 'bounce') # in shiny server hide the plot with a 'fold' effect jqui_hide('#foo', 'fold') # in shiny server show the plot with a 'blind' effect jqui_show('#foo', 'blind') ## End(Not run) Class_effects Class effects. Description Manipulate specified class(es) to matched elements while animating all style changes. • jqui_add_class(): Add class(es). • jqui_remove_class(): Remove class(es). • jqui_switch_class(): Switch class(es). Usage jqui_add_class( ui, className, duration = 400, easing = "swing", complete = NULL ) jqui_remove_class( ui, className, duration = 400, easing = "swing", 4 Class_effects complete = NULL ) jqui_switch_class( ui, removeClassName, addClassName, duration = 400, easing = "swing", complete = NULL ) Arguments ui The target ui element(s) to be manipulated. Can be • A string of jQuery_selector • A JS() wrapped javascript expression that returns a jQuery object. className One or more class names (space separated) to be added to or removed from the class attribute of each matched element. duration A string or number determining how long the animation will run. easing A string indicating which easing function to use for the transition. complete A js function to call once the animation is complete, called once per matched element. removeClassName One or more class names (space separated) to be removed from the class at- tribute of each matched element. addClassName One or more class names (space separated) to be added to the class attribute of each matched element. Details These functions are the R wrappers of addClass(), removeClass() and switchClass() from jQuery UI library. They should be used in server of a shiny app. Examples ## Not run: # in shiny ui create a span tags$span(id = 'foo', 'class animation demo') # in shiny server add class 'lead' to the span jqui_add_class('#foo', className = 'lead') ## End(Not run) draggableModalDialog 5 draggableModalDialog Create a draggable modal dialog UI Description This creates the UI for a modal dialog similar to shiny::modalDialog except its content is draggable. Usage draggableModalDialog( ..., title = NULL, footer = shiny::modalButton("Dismiss"), size = c("m", "s", "l"), easyClose = FALSE, fade = TRUE ) Arguments ... UI elements for the body of the modal dialog box. title An optional title for the dialog. footer UI for footer. Use NULL for no footer. size One of "s" for small, "m" (the default) for medium, or "l" for large. easyClose If TRUE, the modal dialog can be dismissed by clicking outside the dialog box, or be pressing the Escape key. If FALSE (the default), the modal dialog can’t be dismissed in those ways; instead it must be dismissed by clicking on a modalButton(), or from a call to removeModal() on the server. fade If FALSE, the modal dialog will have no fade-in animation (it will simply appear rather than fade in to view). Value A modified shiny modal dialog UI with its content draggable. get_jqui_effects Get available animation effects. Description Use this function to get all animation effects in jQuery UI. Usage get_jqui_effects() 6 Interactions Value A character vector of effect names Interactions Mouse interactions Description Attach mouse-based interactions to shiny html tags, shiny input/output widgets or static htmlwidgets and provide ways to manipulate them. The interactions include: • draggable: Allow elements to be moved using the mouse. • droppable: Create targets for draggable elements. • resizable: Change the size of an element using the mouse. • selectable: Use the mouse to select elements, individually or in a group. • sortable: Reorder elements in a list or grid using the mouse. Usage jqui_draggable( ui, operation = c("enable", "disable", "destroy", "save", "load"), options = NULL ) jqui_droppable( ui, operation = c("enable", "disable", "destroy", "save", "load"), options = NULL ) jqui_resizable( ui, operation = c("enable", "disable", "destroy", "save", "load"), options = NULL ) jqui_selectable( ui, operation = c("enable", "disable", "destroy", "save", "load"), options = NULL ) jqui_sortable( ui, operation = c("enable", "disable", "destroy", "save", "load"), options = NULL ) Interactions 7 Arguments ui The target ui element(s) to be manipulated. Can be • A shiny.tag or shiny.tag.list object • A static htmlwidget object • A string of jQuery_selector • A JS() wrapped javascript expression that returns a jQuery object. operation A string to determine how to manipulate the mouse interaction. Can be one of enable, disable, destroy, save and load. Ignored when ui is a shiny.tag or shiny.tag.list object. See Details. options A list of interaction_specific_options. Ignored when operation is set as destroy. This parameter also accept a shiny option that controls the shiny input value re- turned from the element. See Details. Details The first parameter ui determines the target ui and working mode. If the target ui is a shiny.tag (e.g., shiny inputs/outputs or ui created by tags) or a shiny.tag.list (by tagList()) object or a static htmlwidget, the functions return the a modified ui object with interaction effects attached. When a jQuery_selector or a javascript expression is provided as the ui parameter, the functions first use it to locate the target ui element(s) in the shiny app, and then attach or manipulate the interactions. Therefore, you can use the first way in the ui of a shiny app to create elements with interaction effects (the ui mode), or use the second way in the server to manipulate the interactions (the server mode). The operation parameter is valid only in server mode. It determines how to manipulate the inter- action, which includes: • enable: Attach the corresponding mouse interaction to the target(s). • disable: Attach the interaction if not and disable it at once (only set the options). • destroy: Destroy the interaction. • save: Attach the interaction if not and save the current interaction state. • load: Attach the interaction if not and restore the target(s) to the last saved interaction state. With mouse interactions attached, the corresponding interaction states, e.g. position of draggable, size of resizable, selected of selectable and order of sortable, will be sent to server side in the form of input$<id>_<state>. The default values can be overridden by setting the shiny option in the options parameter. Please see the vignette Introduction to shinyjqui for more details. Value The same object passed in the ui parameter Examples library(shiny) library(highcharter) ## used in ui 8 Interactions jqui_resizable(actionButton('btn', 'Button')) jqui_draggable(plotOutput('plot', width = '400px', height = '400px'), options = list(axis = 'x')) jqui_selectable( div( id = 'sel_plots', highchartOutput('highchart', width = '300px'), plotOutput('ggplot', width = '300px') ), options = list( classes = list(`ui-selected` = 'ui-state-highlight') ) ) jqui_sortable(tags$ul( id = 'lst', tags$li('A'), tags$li('B'), tags$li('C') )) ## used in server ## Not run: jqui_draggable('#foo', options = list(grid = c(80, 80))) jqui_droppable('.foo', operation = "enable") ## End(Not run) ## use shiny input if (interactive()) { shinyApp( server = function(input, output) { output$foo <- renderHighchart({ hchart(mtcars, "scatter", hcaes(x = cyl, y = mpg)) }) output$position <- renderPrint({ print(input$foo_position) }) }, ui = fluidPage( verbatimTextOutput('position'), jqui_draggable(highchartOutput('foo', width = '200px', height = '200px')) ) ) } ## custom shiny input func <- JS('function(event, ui){return $(event.target).offset();}') options <- list( shiny = list( abs_position = list( dragcreate = func, # send returned value back to shiny when interaction is created. drag = func # send returned value to shiny when dragging. ) jqui_bookmarking 9 ) ) jqui_draggable(highchartOutput('foo', width = '200px', height = '200px'), options = options) jqui_bookmarking Enable bookmarking state of mouse interactions Description Enable shiny bookmarking_state of mouse interactions. By calling this function in server, the elements’ position, size, selection state and sorting state changed by mouse operations can be saved and restored through an URL. Usage jqui_bookmarking() jqui_icon Create a jQuery UI icon Description Create an jQuery UI pre-defined icon. For lists of available icons, see https://api.jqueryui. com/theming/icons/. Usage jqui_icon(name) Arguments name Class name of icon. The "ui-icon-" prefix can be omitted (i.e. use "ui-icon-flag" or "flag" to display a flag icon) Value An icon element 10 jqui_position Examples jqui_icon('caret-1-n') library(shiny) # add an icon to an actionButton actionButton('button', 'Button', icon = jqui_icon('refresh')) # add an icon to a tabPanel tabPanel('Help', icon = jqui_icon('help')) jqui_position Position an element relative to another Description Wrapper of the jQuery UI .position() method, allows you to position an element relative to the window, document, another element, or the cursor/mouse, without worrying about offset parents. Usage jqui_position( ui, my = "center", at = "center", of, collision = "flip", within = JS("$(window)") ) Arguments ui Which element to be positioned. Can be a string of jQuery_selector or a JS() wrapped javascript expression that returns a jQuery object. Only the first match- ing element will be used. my String. Defines which position on the element being positioned to align with the target element: "horizontal vertical" alignment. A single value such as "right" will be normalized to "right center", "top" will be normalized to "center top" (following CSS convention). Acceptable horizontal values: "left", "center", "right". Acceptable vertical values: "top", "center", "bottom". Example: "left top" or "center center". Each dimension can also contain offsets, in pixels or percent, e.g., "right+10 top-25%". Percentage offsets are relative to the element being positioned. at String. Defines which position on the target element to align the positioned el- ement against: "horizontal vertical" alignment. See the my option for full details on possible values. Percentage offsets are relative to the target element. orderInput 11 of Which element to position against. Can be a string of jQuery_selector or a JS() wrapped javascript expression that returns a jQuery object. Only the first matching element will be used. collision String. When the positioned element overflows the window in some direction, move it to an alternative position. Similar to my and at, this accepts a single value or a pair for horizontal/vertical, e.g., "flip", "fit", "fit flip", "fit none". • "flip": Flips the element to the opposite side of the target and the collision detection is run again to see if it will fit. Whichever side allows more of the element to be visible will be used. • "fit": Shift the element away from the edge of the window. • "flipfit": First applies the flip logic, placing the element on whichever side allows more of the element to be visible. Then the fit logic is applied to ensure as much of the element is visible as possible. • "none": Does not apply any collision detection. within Element to position within, affecting collision detection. Can be a string of jQuery_selector or a JS() wrapped javascript expression that returns a jQuery object. Only the first matching element will be used. orderInput Create a shiny input control to show the order of a set of items Description Display a set of items whose order can be changed by drag and drop inside or between orderInput(s). The item order is send back to server in the from of input$inputId. Usage orderInput( inputId, label, items, as_source = FALSE, connect = NULL, item_class = c("default", "primary", "success", "info", "warning", "danger"), placeholder = NULL, width = "500px", legacy = FALSE, ... ) Arguments inputId The input slot that will be used to access the current order of items. label Display label for the control, or NULL for no label. 12 orderInput items Items to display, can be a list, an atomic vector or a factor. For list or atomic vector, if named, the names are displayed and the order is given in values. For factor, values are displayed and the order is given in levels as_source A boolean value to determine whether the orderInput is set as source mode. Only works if the connect argument was set. connect Optional. Allow items to be dragged between orderInputs. Should be a vec- tor of inputId(s) of other orderInput(s) that the items from this orderInput should be connected to. item_class One of the Bootstrap color utility classes to apply to each item. placeholder A character string to show when there is no item left in the orderInput. width The width of the input, e.g. ’400px’, or ’100\ shiny::validateCssUnit. legacy A boolean value. Whether to use the old version of the orderInput function. ... Arguments passed to shiny::tags$div which is used to build the container of the orderInput. Details orderInputs can work in either connected mode or stand-alone mode. In stand-alone mode, items can only be drag and drop inside the input control. In connected mode, items to be dragged between orderInputs, which is controlled by the connect parameter. This is a one-way relationship. To connect items in both directions, the connect parameter must be set in both orderInputs. When in connected mode, orderInput can be set as source-only through the as_source parameter. The items in a "source" orderInput can only be copied, instead of moved, to other connected non- source orderInput(s). From shinyjqui v0.4.0, A "source" orderInput will become a "recycle bin" for items from other orderInputs as well. This means, if you want to delete an item, you can drag and drop it into a "source" orderInput. This feature can be disabled by setting the options of non-source orderInput(s) as list(helper = "clone"). From shinyjqui v0.4.0 and above, the orderInput function was implemented in the similar way as other classical shiny inputs, which brought two changes: 1. The input value was changed from input$inputId_order to input$inputId; 2. The new version supports updateOrderInput function which works in the same way as other shiny input updater functions. To keep the backward compatibility, a legacy argument was provided if user wanted to use the old version. Value An orderInput control that can be added to a UI definition. Examples orderInput('items1', 'Items1', items = month.abb, item_class = 'info') ## build connections between orderInputs orderInput('items2', 'Items2 (can be moved to Items1 and Items4)', items = month.abb, connect = c('items1', 'items4'), item_class = 'primary') selectableTableOutput 13 ## build connections in source mode orderInput('items3', 'Items3 (can be copied to Items2 and Items4)', items = month.abb, as_source = TRUE, connect = c('items2', 'items4'), item_class = 'success') ## show placeholder orderInput('items4', 'Items4 (can be moved to Items2)', items = NULL, connect = 'items2', placeholder = 'Drag items here...') selectableTableOutput Create a table output element with selectable rows or cells Description Render a standard HTML table with its rows or cells selectable. The server will receive the index of selected rows or cells stored in input$<outputId>_selected. Usage selectableTableOutput(outputId, selection_mode = c("row", "cell")) Arguments outputId output variable to read the table from selection_mode one of "row" or "cell" to define either entire row or individual cell can be selected. Details Use mouse click to select single target, lasso (mouse dragging) to select multiple targets, and Ctrl + click to add or remove selection. In row selection mode, input$<outputId>_selected will receive the selected row index in the form of numeric vector. In cell selection mode, input$<outputId>_selected will receive a dataframe with rows and columns index of each selected cells. Value A table output element that can be included in a panel See Also shiny::tableOutput, sortableTableOutput Examples ## Only run this example in interactive R sessions if (interactive()) { shinyApp( ui = fluidPage( verbatimTextOutput("selected"), selectableTableOutput("tbl") 14 sortableCheckboxGroupInput ), server = function(input, output) { output$selected <- renderPrint({input$tbl_selected}) output$tbl <- renderTable(mtcars, rownames = TRUE) } ) } sortableCheckboxGroupInput Create a Checkbox Group Input Control with Sortable Choices Description Render a group of checkboxes with multiple choices toggleable. The choices are also sortable by drag and drop. In addition to the selected values stored in input$<inputId>, the server will also receive the order of choices in input$<inputId>_order. Usage sortableCheckboxGroupInput( inputId, label, choices = NULL, selected = NULL, inline = FALSE, width = NULL, choiceNames = NULL, choiceValues = NULL ) Arguments inputId The input slot that will be used to access the value. label Display label for the control, or NULL for no label. choices List of values to show checkboxes for. If elements of the list are named then that name rather than the value is displayed to the user. If this argument is provided, then choiceNames and choiceValues must not be provided, and vice-versa. The values should be strings; other types (such as logicals and numbers) will be coerced to strings. selected The values that should be initially selected, if any. inline If TRUE, render the choices inline (i.e. horizontally) width The width of the input, e.g. '400px', or '100%'; see validateCssUnit(). sortableRadioButtons 15 choiceNames List of names and values, respectively, that are displayed to the user in the app and correspond to the each choice (for this reason, choiceNames and choiceValues must have the same length). If either of these arguments is provided, then the other must be provided and choices must not be provided. The advantage of using both of these over a named list for choices is that choiceNames allows any type of UI object to be passed through (tag objects, icons, HTML code, ...), instead of just simple text. See Examples. choiceValues List of names and values, respectively, that are displayed to the user in the app and correspond to the each choice (for this reason, choiceNames and choiceValues must have the same length). If either of these arguments is provided, then the other must be provided and choices must not be provided. The advantage of using both of these over a named list for choices is that choiceNames allows any type of UI object to be passed through (tag objects, icons, HTML code, ...), instead of just simple text. See Examples. Value A list of HTML elements that can be added to a UI definition See Also shiny::checkboxGroupInput, sortableRadioButtons(), sortableTableOutput(), sortableTabsetPanel() Examples ## Only run this example in interactive R sessions if (interactive()) { shinyApp( ui = fluidPage( sortableCheckboxGroupInput("foo", "SortableCheckboxGroupInput", choices = month.abb), verbatimTextOutput("order") ), server = function(input, output) { output$order <- renderPrint({input$foo_order}) } ) } sortableRadioButtons Create radio buttons with sortable choices Description Create a set of radio buttons used to select an item from a list. The choices are sortable by drag and drop. In addition to the selected values stored in input$<inputId>, the server will also receive the order of choices in input$<inputId>_order. 16 sortableRadioButtons Usage sortableRadioButtons( inputId, label, choices = NULL, selected = NULL, inline = FALSE, width = NULL, choiceNames = NULL, choiceValues = NULL ) Arguments inputId The input slot that will be used to access the value. label Display label for the control, or NULL for no label. choices List of values to select from (if elements of the list are named then that name rather than the value is displayed to the user). If this argument is provided, then choiceNames and choiceValues must not be provided, and vice-versa. The values should be strings; other types (such as logicals and numbers) will be coerced to strings. selected The initially selected value. If not specified, then it defaults to the first item in choices. To start with no items selected, use character(0). inline If TRUE, render the choices inline (i.e. horizontally) width The width of the input, e.g. '400px', or '100%'; see validateCssUnit(). choiceNames List of names and values, respectively, that are displayed to the user in the app and correspond to the each choice (for this reason, choiceNames and choiceValues must have the same length). If either of these arguments is provided, then the other must be provided and choices must not be provided. The advantage of using both of these over a named list for choices is that choiceNames allows any type of UI object to be passed through (tag objects, icons, HTML code, ...), instead of just simple text. See Examples. choiceValues List of names and values, respectively, that are displayed to the user in the app and correspond to the each choice (for this reason, choiceNames and choiceValues must have the same length). If either of these arguments is provided, then the other must be provided and choices must not be provided. The advantage of using both of these over a named list for choices is that choiceNames allows any type of UI object to be passed through (tag objects, icons, HTML code, ...), instead of just simple text. See Examples. Value A set of radio buttons that can be added to a UI definition. See Also shiny::radioButtons, sortableCheckboxGroupInput, sortableTableOutput, sortableTabsetPanel sortableTableOutput 17 Examples ## Only run this example in interactive R sessions if (interactive()) { shinyApp( ui = fluidPage( sortableRadioButtons("foo", "SortableRadioButtons", choices = month.abb), verbatimTextOutput("order") ), server = function(input, output) { output$order <- renderPrint({input$foo_order}) } ) } sortableTableOutput Create a table output element with sortable rows Description Render a standard HTML table with table rows sortable by drag and drop. The order of table rows is recorded in input$<outputId>_order. Usage sortableTableOutput(outputId) Arguments outputId output variable to read the table from Value A table output element that can be included in a panel See Also shiny::tableOutput, sortableRadioButtons, sortableCheckboxGroupInput, sortableTabsetPanel, se- lectableTableOutput Examples ## Only run this example in interactive R sessions if (interactive()) { shinyApp( ui = fluidPage( verbatimTextOutput("rows"), sortableTableOutput("tbl") 18 sortableTabsetPanel ), server = function(input, output) { output$rows <- renderPrint({input$tbl_row_index}) output$tbl <- renderTable(mtcars, rownames = TRUE) } ) } sortableTabsetPanel Create a tabset panel with sortable tabs Description Create a tabset that contains shiny::tabPanel elements. The tabs are sortable by drag and drop. In addition to the activated tab title stored in input$<id>, the server will also receive the order of tabs in input$<id>_order. Usage sortableTabsetPanel( ..., id = NULL, selected = NULL, type = c("tabs", "pills", "hidden"), header = NULL, footer = NULL ) Arguments ... tabPanel() elements to include in the tabset id If provided, you can use input$id in your server logic to determine which of the current tabs is active. The value will correspond to the value argument that is passed to tabPanel(). selected The value (or, if none was supplied, the title) of the tab that should be selected by default. If NULL, the first tab will be selected. type "tabs" Standard tab look "pills" Selected tabs use the background fill color "hidden" Hides the selectable tabs. Use type = "hidden" in conjunction with tabPanelBody() and updateTabsetPanel() to control the active tab via other input controls. (See example below) header Tag or list of tags to display as a common header above all tabPanels. footer Tag or list of tags to display as a common footer below all tabPanels updateOrderInput 19 Value A tabset that can be passed to shiny::mainPanel See Also shiny::tabsetPanel, sortableRadioButtons, sortableCheckboxGroupInput, sortableTableOutput Examples ## Only run this example in interactive R sessions if (interactive()) { shinyApp( ui = fluidPage( sortableTabsetPanel( id = "tabs", tabPanel(title = "A", "AAA"), tabPanel(title = "B", "BBB"), tabPanel(title = "C", "CCC") ), verbatimTextOutput("order") ), server = function(input, output) { output$order <- renderPrint({input$tabs_order}) } ) } updateOrderInput Change the value of an orderInput on the client Description Similar to the input updater functions of shiny package, this function send a message to the client, telling it to change the settings of an orderInput object. Any arguments with NULL values will be ignored; they will not result in any changes to the input object on the client. The function can’t update the "source" orderInputs. Usage updateOrderInput( session, inputId, label = NULL, items = NULL, connect = NULL, item_class = NULL ) 20 updateOrderInput Arguments session The session object passed to function given to shinyServer. inputId The input slot that will be used to access the current order of items. label Display label for the control, or NULL for no label. items Items to display, can be a list, an atomic vector or a factor. For list or atomic vector, if named, the names are displayed and the order is given in values. For factor, values are displayed and the order is given in levels connect Optional. Allow items to be dragged between orderInputs. Should be a vec- tor of inputId(s) of other orderInput(s) that the items from this orderInput should be connected to. item_class One of the Bootstrap color utility classes to apply to each item. Examples library(shiny) if (interactive()) { ui <- fluidPage( orderInput("foo", "foo", items = month.abb[1:3], item_class = 'info'), verbatimTextOutput("order"), actionButton("update", "update") ) server <- function(input, output, session) { output$order <- renderPrint({input$foo}) observeEvent(input$update, { updateOrderInput(session, "foo", items = month.abb[1:6], item_class = "success") }) } shinyApp(ui, server) } Index Animation_effects, 2 sortableCheckboxGroupInput, 14, 16, 17, 19 Class_effects, 3 sortableRadioButtons, 15, 17, 19 sortableRadioButtons(), 15 draggableModalDialog, 5 sortableTableOutput, 13, 16, 17, 19 sortableTableOutput(), 15 get_jqui_effects, 5 sortableTabsetPanel, 16, 17, 18 sortableTabsetPanel(), 15 Interactions, 6 tabPanel(), 18 jqui_add_class (Class_effects), 3 tabPanelBody(), 18 jqui_bookmarking, 9 tagList(), 7 jqui_draggable (Interactions), 6 tags, 7 jqui_droppable (Interactions), 6 jqui_effect (Animation_effects), 2 updateOrderInput, 12, 19 jqui_hide (Animation_effects), 2 updateTabsetPanel(), 18 jqui_icon, 9 jqui_position, 10 validateCssUnit(), 14, 16 jqui_remove_class (Class_effects), 3 jqui_resizable (Interactions), 6 jqui_selectable (Interactions), 6 jqui_show (Animation_effects), 2 jqui_sortable (Interactions), 6 jqui_switch_class (Class_effects), 3 jqui_toggle (Animation_effects), 2 JS(), 2, 4, 7, 10, 11 orderInput, 11, 19 removeModal(), 5 selectableTableOutput, 13, 17 shiny::checkboxGroupInput, 15 shiny::mainPanel, 19 shiny::modalDialog, 5 shiny::radioButtons, 16 shiny::tableOutput, 13, 17 shiny::tabPanel, 18 shiny::tabsetPanel, 19 shiny::validateCssUnit, 12 21
svyweight
cran
Package ‘svyweight’ October 14, 2022 Title Quick and Flexible Survey Weighting Version 0.1.0 Description Quickly and flexibly calculates weights for survey data, in order to correct for survey non-response or other sampling issues. Uses rake weighting, a common technique also know as rim weighting or iterative proportional fitting. This technique allows for weighting on multiple variables, even when the interlocked distribution of the two variables is not known. Interacts with Thomas Lumley's 'survey' package, as described in Lumley, Thomas (2011, ISBN:978-1-118-21093- 2). Adds additional functionality, more adaptable syntax, and error-checking to the base weighting functionality in 'survey.' License GPL-3 Encoding UTF-8 LazyData true Imports survey, gdata, stats Depends R (>= 3.5.00) Suggests dplyr, srvyr, testthat, mice RoxygenNote 7.1.2 NeedsCompilation no Author Ben Mainwaring [aut, cre] Maintainer Ben Mainwaring <mainwaringb@gmail.com> Repository CRAN Date/Publication 2022-05-03 10:00:02 UTC R topics documented: as.w8margin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 eff_n . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 gles17 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 impute_w8margin . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 rakesvy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 svyweight . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 w8margin_matched . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 1 2 as.w8margin Index 14 as.w8margin Weight Margin Objects Description Creates an object of class w8margin. Represents the desired target distribution of a categorical vari- able, after weighting (as a counts, not percentage). w8margin objects are in the format required by the ’survey’ package’s survey::rake()and survey::postStratify(), and are intended mostly for use with these functions. Methods exist for numeric vectors, matrices, and data frames (see details). Usage as.w8margin( target, varname, levels = NULL, samplesize = NULL, na.allow = FALSE, rebase.tol = 0.01, ... ) ## S3 method for class 'data.frame' as.w8margin( target, varname, levels = NULL, samplesize = NULL, na.allow = FALSE, rebase.tol = 0.01, ... ) ## S3 method for class 'numeric' as.w8margin( target, varname, levels = NULL, samplesize = NULL, na.allow = FALSE, rebase.tol = 0.01, ... ) ## S3 method for class 'matrix' as.w8margin 3 as.w8margin( target, varname, levels = NULL, samplesize = NULL, na.allow = FALSE, rebase.tol = 0.01, byrow = TRUE, ... ) Arguments target Numbers specifying the desired target distribution of a categorical variable, after rake weighting. Can be a numeric vector, numeric matrix, or data frame with one (and only one) numeric column. Unless levels is specified, vectors and matrices must be named, and data frames must have a character or factor column specifying names. See details. varname Character vector specifying the name of the observed variable that the w8margin object should match. Can take a NULL value for data frames, in which case the original column name is used. levels Optional character vector, specifying which numeric elements of target match with each factor level in the observed data. Overrides names specified in target. samplesize Numeric with the desired target sample size for the w8margin object. Defaults to the sum of target. na.allow Logical specifying whether NA values should be allowed in w8margin objects. If TRUE, w8margin objects must be imputed (such as with impute_w8margin() before they can be used for weighting. rebase.tol Numeric between 0 and 1. If targets are rebased, and the rebased sample sizes differs from the original sample size by more than this percentage, generates a warning. ... Other method-specific arguments, currently not used byrow Logical, specifying how matrix targets should be converted to vectors. If FALSE, the elements within columns will be adjacent in the resulting w8margin object, otherwise elements within rows will be adjacent. Details w8margin objects are inputs to the survey::rake()and survey::postStratify(). These func- tions require a specific, highly-structured input format. For flexibility, as.w8margin() can be used to convert a variety of common inputs into the format needed by these functions. as.w8margin() has methods for numeric vectors, numeric matrices, and data frames. Each method has multiple ways of determining how to match numeric elements of target with factor levels in the observed data. For numeric vector and matrix inputs, the default is to match based on the name of each element (for vectors) or the interaction of row and column names of each element (for matrices). These names can be overridden by specifying the levels parameter. 4 as.w8margin Data frame inputs must have either one or two columns. Two-column data frames must have one numeric column and one character column. The numeric column specifies the target distribution, while the character column specifies how to match numeric elements with factor levels in the ob- served data. If varname is NULL, a default value will be taken from the name of the non-numeric column. One-column data frames must have a numeric column. Row names are converted to a character column in order to match numeric elements with factor levels in the observed data. One-column data frames must specify a varname parameter, and (unless levels is specified) must have non- default row names. The levels parameter can be used with both one- and two-column data frames. Technically, w8margin objects are data frames with two columns. The first column specifies levels in the observed factor variable, and the name of the first column indicates the name of the observed factor variable. The second column is named "Freq" and indicates the desired post-raking frequency of each category (as a count rather than percentage). The structure is designed for compatibility with the ’survey’ package. Because frequency is specified as a count, rakesvy() and rakew8() re-call as.w8margin() whenever weighting a data set to a new observed sample size. Weight margins must be manually re-calculated for new sample sizes when using survey::postStratify() or rake. Value An object of class w8margin, with specified variable name and sample size. Examples # Convert vector of percentages to w8margin turnout2013_w8margin <- as.w8margin( c(voted = .715, `did not vote` = .285, ineligible = NA), varname = "turnout2013", na.allow = TRUE, samplesize = 1500) # Convert matrix of percentages to w8margin gender_educ_mat <- matrix( c(.15, .17, .17, .01, .19, .16, .14, .01), nrow = 2, byrow = TRUE, dimnames = list(c("Male", "Female"), c("Low", "Medium", "High", NA))) gender_educ_w8margin <- as.w8margin(gender_educ_mat, varname = "gender_educ", samplesize = 2179) # Convert data frame of counts to w8margin # Keep default values for samplesize and varname region_df <- data.frame( eastwest = c("east", "west"), Freq = c(425, 1754)) region_w8margin <- as.w8margin(region_df, levels = c("East Germany", "West Germany"), varname = NULL) # Calculate rake weights using w8margin objects (without NAs) require(survey) gles17_dweighted <- svydesign(ids = gles17$vpoint, weights = gles17$dweight, eff_n 5 strata = gles17$eastwest, data = gles17, nest = TRUE) rake(design = gles17_dweighted, sample.margins = list(~gender_educ, ~eastwest), population.margins = list(gender_educ_w8margin, region_w8margin)) eff_n Effective Sample Size and Weighting Efficiency Description Computes Kish’s effective sample size or weighting efficiency for a survey.design object. Usage eff_n(design) weight_eff(design) Arguments design An svydesign object, presumably with design or post-stratification weights. Details Kish’s effective sample size is a frequently-used, general metric to indicate how much uncertainty and error increase due to weighting. Effective sample size is calculated as sum(weights(design))^2 / sum(weights(design)^2). Weighting efficiency is eff_n(design) / sum(weights(design)). While weighting efficency and effective sample size are frequently use, they are less valid than the standard errors produced by survey::svymean() and related functions from the survey package. In particular, they ignore clustering and stratification in sample designs, and covariance between weighting variables and outcome variables. As such, these metrics should be used with caution Value A numeric value, indicating effective sample size (for eff_n()) or weighting efficiency (for weight_eff()) References Kish, Leslie. 1965. Survey Sampling New York: Wiley. 6 gles17 Examples gles17_weighted <- rakesvy(design = gles17, gender ~ c("Male" = .495, "Female" = .505), eastwest ~ c("East Germany" = .195, "West Germany" = .805) ) eff_n(gles17_weighted) weight_eff(gles17_weighted) gles17 Partial Data from the 2017 German Election Survey Description Partial data from the pre-election 2017 wave of the German Longitudinal Election Study (GLES). Includes variables for vote in the 2013 German federal election to the Bundestag (lower house of parliament) - specifically the ’second vote’. Also includes other demographics that might be used for weighting, such as gender, birth year, and state. Each row in the dataset is a unique respondent who completed the survey. Usage gles17 Format A data frame with 2179 rows and 11 columns: gender gender educ educational attainment, based on kind of secondary school from which respondent graduated gender_educ interaction of gender and education attainment birthyear four-digit birth year votingage eligibility to vote in the (upcoming) 2017 German federal elections agecat approximate age category in 2017, estimated from birth year state state the respondent lives in eastwest whether the respondent lives in East or West Germany vote2013 respondent’s reported vote in 2013 (specifically the ’second vote’) turnout2013 whether the respondent actually voted in 2013 votecurrent party the respondent plans to vote for in the upcoming (2017) election intnum unique code for the interviewer who conducted an interview vpoint unique code anonymously identifying census block where an interview was conducted hhsize number of people in the household dweight nationally-representative design weight supplied by the GLES study authors ... impute_w8margin 7 Source GLES data and documentation is available at https://gles-en.eu/download-data/vor-und-nachwahlquerschnitt-20 Data is taken from the pre-election wave, file ZA6800, for a limited number of variables. Note that most documentation is available in English, but some may be in German only. impute_w8margin Impute NAs in w8margin Object Description Imputes NA values in a weight target (in w8margin form), based on the observed distribution of the variable in a dataset. Usage impute_w8margin(w8margin, observed, weights = NULL, rebase = TRUE) Arguments w8margin w8margin object, with NA values that should be imputed based on observed data. observed factor or character vector, containing observed data used for imputing targets. weights numeric vector of weights, the same length as observed, to be used when com- puting the distribution of the observed variable. NULL is equivalent to a vector where all elements are 1, and indicates the data is unweighted. rebase logical, indicating whether non-NA weight targets should be adjusted so that the total target sample size is unchanged (rebase = TRUE), or whether non-NA weight targets should remain the same and total target sample size increases. Details Any NA target frequencies in w8margin are imputed using the percentage distribution in observed, from svytable(~observed, Ntotal = 1, ...). The percentage is multiplied by the desired target sample size. For example, if has a target of NA and a desired total sample of 1500, and the observed frequency of the weighting variable is 0%, the imputed target will be (10% * 1500). If a weights argument is provided, then weighted percentage distributions are used; this may be useful when design weights are present, or when first raking on variables with complete targets. If rebase == TRUE (the default), targets for non-NA categories are scaled down so that the total target frequency (sum(w8margin$Freq, na.rm = TRUE)) remains constant, after imputing new cat- egory targets. If rebase == FALSE, targets for non-NA categories remain constant, and the total target frequency will increase. There is an important theoretical distinction between missing targets for conceptually valid cate- gories, versus missing observed data due to non-response or refusal. It is only conceptually ap- propriate to impute targets if the targets themselves are missing. When handling missing observed data, multiple imputation techniques (such as mice::mice()) will often produce better results, ex- cept when missingness is closely related to weighting variable (technically referred to as "missing not at random"). 8 rakesvy Value A w8margin object, where NA target frequencies have been replaced using the observed distribution of the weighting variable. Examples turnout_w8margin <- as.w8margin( c(voted = .715, `did not vote` = .285, ineligible = NA), varname = "turnout2013", na.allow = TRUE, samplesize = 1500) impute_w8margin(turnout_w8margin, observed = gles17$turnout2013) rakesvy Flexibly Calculate Rake Weights Description Calculate rake weights on a data frame, or on a survey.design object from survey::svydesign(). Targets may be counts or percentages, in vector, matrix, data frame, or w8margin form. Before weighting, targets are converted to w8margins, checked for validity, and matched to variables in observed data, rakesvy returns a weighted svydesign object, while rakew8 returns a vector of weights. Usage rakesvy( design, ..., samplesize = "from.data", match.levels.by = "name", na.targets = "fail", rebase.tol = 0.01, control = list(maxit = 10, epsilon = 1, verbose = FALSE) ) rakew8( design, ..., samplesize = "from.data", match.levels.by = "name", na.targets = "fail", rebase.tol = 0.01, control = list(maxit = 10, epsilon = 1, verbose = FALSE) ) rakesvy 9 Arguments design A survey.design object from survey::svydesign(), or a data frame that can be coerced to one. When a data frame is coerced, the coercion assuming no clustering or design weighting. ... Formulas specifying weight targets, with an object that can be coerced to class w8margin (see as.w8margin()) on the right-hand side, and (optionally) a match- ing variable or transformation of it on the left-hand side. Objects that can be coerced to w8margin include named numeric vectors and matrices, and data frames in the format accepted by rake. samplesize Either a number specifying the desired post-raking sample size, or a charac- ter string "from.data" or "from.targets" specifying how to calculate the desired sample size (see details). match.levels.by A character string that specifies how to match levels in the target with the ob- served data, either "name" (the default) or "order" (see details). na.targets A characters string that specifies how to handle NAs in targets, either "fail" (the default) or "observed" (see details). rebase.tol Numeric between 0 and 1. If targets are rebased, and the rebased sample sizes differs from the original sample size by more than this percentage, generates a warning. control Parameters passed to the control argument of survey::rake(), to control the details of convergence in weighting. Details rakesvy and rakew8 wrangles observed data and targets into compatible formats, before using survey::rake() to make underlying weighting calculations. The function matches weight tar- gets to observed variables, cleans both targets and observed variables, and then checks the validity of weight targets (partially by calling w8margin_matched()) before raking. It also allows a weight target of zero, and assigns an automatic weight of zero to cases on this target level. Weight target levels can be matched with observed variable levels in two ways, specified via the match.levels.by parameter. "name" (the default) matches based on name, disregarding order (so a "male" level in the weight target will be matched with a "male" level in the observed data). "order" matches based on order, disregarding name (so the first level or row of the target will match with the first level of the observed factor variable). By default, with parameter na.targets = "fail"), an NA in weight targets will cause an error. With na.targets = "observed", rakesvy() and rakew8() will instead compute a target that matches the observed data. The category with an NA target will therefore have a similar incidence rate in the pre-raking and post-raking dataset. This is accomplished by calling impute_w8margin() before raking; see the impute_w8margin documentation for more details. Note that NAs in observed data (as opposed to targets) will always cause failure, and are not affected by this parameter. The desired sample size (in other words, the desired sum of weights after raking) is specified via the samplesize parameter. This can be a numeric value. Alternatively, "from.data" specifies that the observed sample size before weighting (taken from sum(weights(design)) if applicable, or nrow() if not); "from.targets" specifies that the total sample sizes in target objects should be fol- lowed, and should only be used if all targets specify the same sample size. 10 svyweight Value rakesvy() returns a survey.design object with rake weights applied. Any changes made to the variables in design in order to call rake, such as dropping empty factor levels, are temporary and not returned in the output object. rakew8() returns a vector of weights. This avoids creating duplicated survey.design objects, which can be useful when calculating multiple sets of weights for the same data. Examples # Computing only rake weights # EG, for a survey conducted with simple random sampling gles17$simple_weight <- rakew8(design = gles17, gender ~ c("Male" = .495, "Female" = .505), eastwest ~ c("East Germany" = .195, "West Germany" = .805) ) # Specifying a recode of variable in observed dataset require(dplyr) gles17_raked <- rakesvy(design = gles17, gender ~ c("Male" = .495, "Female" = .505), dplyr::recode(agecat, `<=29` = "<=39", `30-39` = "<=39") ~ c("<=39" = .31, "40-49" = .15, "50-59" = .19, "60-69" = .15, ">=70" = .21) ) # Computing rake weights after design weights # EG, for a survey with complex sampling design require(survey) gles17_dweighted <- svydesign(ids = gles17$vpoint, weights = gles17$dweight, strata = gles17$eastwest, data = gles17, nest = TRUE) gles17_raked <- rakesvy(design = gles17_dweighted, gender ~ c("Male" = .495, "Female" = .505), agecat ~ c("<=29" = .16, "30-39" = .15, "40-49" = .15, "50-59" = .19, "60-69" = .15, ">=70" = .21) ) # With unnamed target levels, using match.levels.by = "order" rakew8(design = gles17, gender ~ c(.495, .505), eastwest ~ c(.195, .805), match.levels.by = "order" ) svyweight svyweight: Quick and Flexible Rake Weighting Description svyweight is a package for quickly and flexibly calculating rake weights (also know as rim weights). It is designed to interact with survey.design objects generated via survey::svydesign(), and other to otherwise build on functionalities from Thomas Lumley’s ’survey’ package. svyweight 11 Rake weighting concepts Post-stratification weights are commonly used in survey research to ensure that sample is repre- sentative of the population it is drawn from, in cases where some people selected for inclusion in a sample might decline to participate. To calculate post-stratification weights, observed categori- cal variables in a survey dataset (usually demographic variables) must be matched with "targets" (typically known population demographics from census data). Survey respondents from underrep- resented categories are upweighted, while respondents from overrepresented categories are down- weighted. svyweight implements "rake" or "rim" weighting (sometimes known as iterative proportional fit- ting). This is a widely-used method for simultaneously calculating weights on multiple variables, when no join distribution for these variables is known. For example, population data on past vote (from election results) and age (from the census) are generally known. However, as the joint dis- tribution of past vote and age is not generally known, a technique such as rake weighting must be used to apply weights on both variables simultaneously. Package features The core function in svyweight is rakesvy() (and the related rakew8(). This takes calculates post- stratification weights given A) data frame or a survey.design object generated by svydesign(), and B) a set of weighting targets The command is designed to make weighting as simple as possible, with the following features: • Weighting to either counts or percentage targets • Allowing specification of targets as vectors, matrices, or data frames • Accepting targets of 0 (equivalent to dropping cases from analysis) • Allowing targets to be quickly rebased a specified sample size • Flexibly matching targets to the correct variables in a dataset • Dynamically specifying weight targets based on recodes of variables in observed data The package does this in part by introducing the w8margin object class. A w8margin is a desired raw count of categories for a variable, in the format required for actually computing weights. How- ever, this format is somewhat cumbersome to specify manually. The package includes methods for converting named vectors, matrices, and data frames to w8margin object; [rakesvy()] and rakew8() call these methods automatically. At present, the core weighting calculations are actually performed via the ’survey’ package’s survey::rake() function. This might change with future releases, although the basic approach to iterative weighting is not expected to change. The package is under development. Contributions to the package, or suggestions for additional features, are gratefully accepted via email or GitHub. Author(s) Ben Mainwaring (<mainwaringb@gmail.com>, https://www.linkedin.com/in/mainwaringb) References Lumley, Thomas. 2011. Complex Surveys: A Guide to Analysis Using R. New York: Wiley. 12 w8margin_matched See Also Package GitHub repository: https://github.com/mainwaringb/svyweight w8margin_matched Check if w8margin Matches Observed Data Description Checks whether specified w8margin object and variable in observed data are compatible, and are expected to produce valid call to rake. Returns a logical true/false, and generates warning messages to specify likely issues. Intended to help quickly diagnose incompatibilities between w8margins and observed data. Usage w8margin_matched(w8margin, observed, refactor = FALSE, na.targets.allow = FALSE, zero.targets.allow = FALSE) Arguments w8margin w8margin object, or other object type that can be coerced to w8margin with a temporary variable name. observed factor vector (or, if refactor = TRUE, a vector that can be coerced to factor). refactor logical, specifying whether to factor observed variable before checking match. na.targets.allow logical, indicating whether NA values in target should produce error (FALSE, the default) or be allowed. NA values are never allowed in observed data. zero.targets.allow logical, indicating whether zero values in target should produce error (FALSE, the default) or be allowed. Details With default parameters (na.targets.allow = FALSE, zero.targets.allow = FALSE, and refactor = FALSE), the function checks whether a w8margin object is in the strict format required by rake; this format will also be accepted by rakesvy() and rakew8(). Changing the default parameters relaxes some checks. With the parameters altered, the function will only assess whether w8margin objects are usable by rakesvy() and rakew8(), which accept a more flexible range of target for- mats. It should not generally be necessary to call w8margin_matched() manually when using rakesvy() and rakew8() to compute weights. However, may be useful to call directly, when manually calling underlying weighting functions from the survey package, or for diagnostic purposes. Value A logical, indicating whether w8margin is compatible with observed. w8margin_matched 13 Examples gender_w8margin <- as.w8margin( c(Male = .49, Female = .51), varname = "gender", samplesize = 2179) # Returns TRUE w8margin_matched(gender_w8margin, gles17$gender) gender_w8margin_alt <- as.w8margin( c(man = .49, woman = .51), varname = "gender", samplesize = 2179) # Returns FALSE - level names in gles17$gender do not match level names in gender_w8margin_alt w8margin_matched(gender_w8margin_alt, gles17$gender) agecat_50plus_w8margin <- as.w8margin( c("50-59" = .35, "60-69" = .27, ">=70" = .38), varname = "educ", samplesize = 2179 ) gles17_50plus <- gles17[gles17$agecat %in% c("50-59", "60-69", ">=70"),] # Returns FALSE - gles17$agecat has empty factor levels for <=29, 30-39, 40-49 w8margin_matched(agecat_50plus_w8margin, gles17_50plus$agecat) # Returns TRUE - gles17$agecat is refactored to drop empty levels w8margin_matched(agecat_50plus_w8margin, gles17_50plus$agecat, refactor = TRUE) Index ∗ datasets gles17, 6 as.w8margin, 2 as.w8margin(), 9 eff_n, 5 gles17, 6 impute_w8margin, 7 impute_w8margin(), 3, 9 mice::mice(), 7 rake, 4, 12 rakesvy, 8 rakesvy(), 4, 11, 12 rakew8 (rakesvy), 8 rakew8(), 4, 11, 12 survey::postStratify(), 2–4 survey::rake(), 2, 3, 9, 11 survey::svydesign(), 8–10 survey::svymean(), 5 svydesign, 5 svyweight, 10 w8margin, 7, 11, 12 w8margin (as.w8margin), 2 w8margin_matched, 12 w8margin_matched(), 9 weight_eff (eff_n), 5 14
hydroToolkit
cran
Package ‘hydroToolkit’ October 13, 2022 Type Package Title Hydrological Tools for Handling Hydro-Meteorological Data from Argentina and Chile Version 0.1.0 Date 2020-05-07 Author Ezequiel Toum <etoum@mendoza-conicet.gob.ar> Maintainer Ezequiel Toum <etoum@mendoza-conicet.gob.ar> Description Read, plot, manipulate and process hydro-meteorological data from Argentina and Chile. Depends R (>= 2.10) License GPL (>= 3) Imports ggplot2, plotly, lubridate, utils, methods, readxl, reshape2 Encoding UTF-8 LazyData true RoxygenNote 7.1.0 NeedsCompilation no Repository CRAN Date/Publication 2020-05-16 10:00:02 UTC R topics documented: agg_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 agg_serie . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 build_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 create_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 fill_serie . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 fill_value . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 get_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 hydroMet-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 hydroMet_BDHI-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 hydroMet_compact-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 hydroMet_CR2-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 1 2 agg_hydroMet hydroMet_DGI-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 hydroMet_IANIGLA-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 hydro_year_DGI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 interpolate . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 modify_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 movAvg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 plot_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 precip_cumsum . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 precip_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 Qmm_to_Dm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 read_BDHI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 read_CR2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 read_DGI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 read_IANIGLA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 report_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 report_miss_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 rm_spikes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 set_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 set_threshold . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 subset_hydroMet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 swe_to_melt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 swe_to_precip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 Index 44 agg_hydroMet Aggregate slot data Description This method provides common functions to aggregate the data inside a slot. Usage agg_hydroMet( obj, slot_name, col_name, fun, period, out_name = NULL, start_month = NULL, end_month = NULL, allow_NA = NULL ) ## S4 method for signature 'hydroMet_BDHI' agg_hydroMet( agg_hydroMet 3 obj, slot_name, col_name, fun, period, out_name = NULL, start_month = NULL, end_month = NULL, allow_NA = NULL ) ## S4 method for signature 'hydroMet_DGI' agg_hydroMet( obj, slot_name, col_name, fun, period, out_name = NULL, start_month = NULL, end_month = NULL, allow_NA = NULL ) ## S4 method for signature 'hydroMet_CR2' agg_hydroMet( obj, slot_name, col_name, fun, period, out_name = NULL, start_month = NULL, end_month = NULL, allow_NA = NULL ) ## S4 method for signature 'hydroMet_IANIGLA' agg_hydroMet( obj, slot_name, col_name, fun, period, out_name = NULL, start_month = NULL, end_month = NULL, allow_NA = NULL 4 agg_hydroMet ) Arguments obj an hydroMet_XXX class object. This method is not allowed for hydroMet_compact class. This is because this class was thought as ready to use, so when building this class you should have already aggregated your data. slot_name a single or vector string containing the slot(s) to aggregate. col_name a single or vector string with the name of the column to aggregate in slot_name. fun a single or vector string containing one of the following functions: ‘mean’, ‘min’, ‘max’ or ‘sum’. period a single or vector string with the period of aggregation: ‘hourly’, ‘daily’, ‘monthly’, ‘annual’ or ‘climatic’. NOTE_1: the ’climatic’ option returns the all series annual statistics (’fun’). NOTE_2: if the object is of class hydroMet_IANIGLA you must provide a single period value. out_name optional. Single or vector string with the output column name of the variable to aggregate. start_month optional. Numeric (or numeric vector) value of the first month. It only makes sense if the ‘period’ is ‘annual’. NOTE: as an example, in case you have just two slots (out of five) that you want to aggregate annually you must provide a vector of length two. Default value is January. NOTE*: if the object is of class hydroMet_IANIGLA you must provide a single start_month value. end_month optional. Numeric (or numeric vector) value of the last month. It only makes sense if the ‘period’ is ‘annual’. NOTE: as an example, in case you have just two slots (out of five) that you want to aggregate annually you must provide a vector of length two. Default value es December. NOTE*: if the object is of class hydroMet_IANIGLA you must provide a single end_month value. allow_NA optional. Numeric (or numeric vector) value with the maximum allowed number of NA_real_ values. By default the function will not tolerate any NA_real_ in an aggregation period (and will return NA_real_ instead). Value An hydroMet_XXX class object with the required slot(s) aggregated. Functions • agg_hydroMet,hydroMet_BDHI-method: aggregation method for BDHI data • agg_hydroMet,hydroMet_DGI-method: aggregation method for DGI data • agg_hydroMet,hydroMet_CR2-method: aggregation method for CR2 data • agg_hydroMet,hydroMet_IANIGLA-method: aggregation method for IANIGLA data agg_serie 5 Examples # Create BDHI hydro-met station guido <- create_hydroMet(class_name = 'BDHI') # List with meteorological variables (slots in BDHI's object) cargar <- list('precip', 'Qmd', 'Qmm') # Assign as names the files hydro_files <- list.files( system.file('extdata', package = "hydroToolkit"), pattern = 'Guido' ) names(cargar) <- hydro_files # Build the object with the met records guido <- build_hydroMet(obj = guido, slot_list = cargar, path = system.file('extdata', package = "hydroToolkit") ) # Aggregrate precipitation serie guido <- agg_hydroMet(obj = guido, slot_name = 'precip', col_name = 'precip', fun = 'sum', period = 'monthly', out_name = 'P_month', allow_NA = 3) agg_serie Aggregates a data frame to a larger time period Description This is a useful function to easily aggregate your data. Usage agg_serie( df, fun, period, out_name, start_month = NULL, end_month = NULL, allow_NA = NULL ) Arguments df data frame with class Date or POSIXct in the first column. The function always aggregates the second column. fun string containing one of the following functions: ‘mean’, ‘min’, ‘max’ or ‘sum’. period string with the period of aggregation: ‘hourly’, ‘daily’, ‘monthly’, ‘annual’ or ‘climatic’. NOTE: the ’climatic’ option returns the all series annual statis- tics (’fun’). 6 build_hydroMet out_name string with the output column name of the variable to aggregate. start_month optional. Numeric value of the first month. It only makes sense if the ‘period’ is ‘annual’. end_month optional. Numeric value of the last month. It only makes sense if the ‘period’ is ‘annual’. allow_NA optional. Numeric value with the maximum allowed number of NA_real_ val- ues. By default the function will not tolerate any NA_real_ in an aggregation period (and will return NA_real_ instead). Value A data frame with to columns: the date and the aggregated variable. Examples # Path to file dgi_path <- system.file('extdata', package = "hydroToolkit") toscas <- read_DGI(file = 'Toscas.xlsx', sheet = 'tmean', path = dgi_path) # Monthly mean temperature m_toscas <- agg_serie(df = toscas, fun = 'mean', period = 'monthly', out_name = 'T_month') build_hydroMet Automatically load native data files Description This method is the recommended one for loading your data-sets (as provided by the agency). Usage build_hydroMet( obj, slot_list, path = NULL, col_names = NULL, start_date = NULL, end_date = NULL ) ## S4 method for signature 'hydroMet_BDHI' build_hydroMet(obj, slot_list, path = NULL) ## S4 method for signature 'hydroMet_CR2' build_hydroMet(obj, slot_list, path = NULL) build_hydroMet 7 ## S4 method for signature 'hydroMet_DGI' build_hydroMet(obj, slot_list, path = NULL) ## S4 method for signature 'hydroMet_IANIGLA' build_hydroMet(obj, slot_list, path = NULL) ## S4 method for signature 'hydroMet_compact' build_hydroMet( obj, slot_list, col_names = NULL, start_date = NULL, end_date = NULL ) Arguments obj an hydroMet_XXX class object (see create_hydroMet). slot_list a list containing (in each element) a vector string with the slot names. The name of the list elements are the native file names (e.g.: Qmd_Guido_BDHI.txt). NOTE: when the obj argument is of class hydroMet_compact, slot_list al- lows to build from multiple objects. So, in this case you have to provide a list of list: the top list contains as names the objects names (as you read them from Global Environment); then every object (top level) contains another list with slot names as names and the column(s) number(s) to extract as nu- meric value. E.g.: list(bdhi_obj = list(Qmd = 2, Qmm = c(2, 5)), cr2_obj = list(precip = 4) ). path string with the files directory. If not provided, the method will use the cur- rent working directory. NOTE: this argument is harmless for an object of class hydroMet_compact. col_names it just make sense if 'obj' argument is of hydroMet_compact class. String vector with the names of the column output. Default value (NULL) will return expressive column names. start_date it just make sense if 'obj' argument is of hydroMet_compact class. String or POSIXct with the starting date to extract. You can use start_date without end_date. In this case you will subset your data from start_date till the end. end_date it just make sense if 'obj' argument is of hydroMet_compact class. String or POSIXct with the last date to extract. You can use end_date without start_date. In this case you will subset your data from the beginning till end_date. Value An S4 object of class hydroMet_XXX with the data loaded in each slot. Functions • build_hydroMet,hydroMet_BDHI-method: build up method for BDHI class 8 create_hydroMet • build_hydroMet,hydroMet_CR2-method: build up method for CR2 class • build_hydroMet,hydroMet_DGI-method: build up method for DGI class • build_hydroMet,hydroMet_IANIGLA-method: build up method for IANIGLA class • build_hydroMet,hydroMet_compact-method: build up method for compact class Examples # Path to file dgi_path <- system.file('extdata', package = "hydroToolkit") file_name <- list.files(path = dgi_path, pattern = 'Toscas') # Read Toscas var_nom <- list(slotNames(x = 'hydroMet_DGI')[2:7]) names(var_nom) <- file_name # Load Toscas meteo station data toscas_dgi <- create_hydroMet(class_name = 'DGI') toscas_dgi <- build_hydroMet(obj = toscas_dgi, slot_list = var_nom, path = dgi_path) create_hydroMet Creates an hydroMet class or subclass. Description This function is the constructor of hydroMet class and its subclasses. Usage create_hydroMet(class_name = "hydroMet") Arguments class_name string with the name of the class. Valid arguments are: hydroMet, BDHI, CR2, DGI, IANIGLA or compact. Value an S4 object of class hydroMet Examples # Create class 'hydroMet' met_station <- create_hydroMet(class_name = 'hydroMet') # Subclass 'BDHI' bdhi_station <- create_hydroMet(class_name = 'BDHI') fill_serie 9 # Subclass 'DGI' dgi_station <- create_hydroMet(class_name = 'DGI') # Subclass 'CR2' cr2_station <- create_hydroMet(class_name = 'CR2') # Subclass 'IANIGLA' ianigla_station <- create_hydroMet(class_name = 'IANIGLA') fill_serie Find non-reported dates and fill them with NA_real_ Description This function complete non-reported dates and assign NA_real_ as their value. Usage fill_serie(df, colName, timeStep) Arguments df data frame with date and numeric vector as first and second column respectively. colName output colname of the numeric variable, e.g.: ’Qmd(m3/s)’. timeStep character with a valid time step: ’day’, ’month’, ’4h’, ’day/3’, ’hour’. Value A data frame with missing time steps filled with NA’s. Examples # Create a data frame dates <- seq.Date(from = as.Date('1990-01-01'), to = as.Date('1990-12-01'), by = 'm') met_var <- runif(n = 12, 0, 10) met_serie <- data.frame(dates, met_var) # Fill serie met_fill <- fill_serie(df = met_serie, colName = 'Temp', timeStep = 'day') 10 fill_value fill_value Fill a time interval in a data frame with a specific numeric value Description Assign specific values to a time interval. Usage fill_value(df, col, value, from, to) Arguments df data frame with the first column being the date and the others numeric variables. col numeric vector with column(s) number(s) to be filled. value numeric or NA_real_. This numeric vector contains the elements to be fill in. from character, Date or POSIXct with the first date to be filled. to character, Date or POSIXct with the last date to be filled. Value A data frame filled with the ‘value’ in the specified time period. Examples # Create a data frame dates <- seq.Date(from = as.Date('1990-01-01'), to = as.Date('1990-12-01'), by = 'm') met_var <- runif(n = 12, 0, 10) met_serie <- data.frame(dates, met_var) # Fill serie met_fill <- fill_serie(df = met_serie, colName = 'Temp', timeStep = 'day') # Now fill value met_fill <- fill_value(df = met_fill, col = 2, value = 10, from = '1990-02-01', to = '1990-02-15') get_hydroMet 11 get_hydroMet Get the slot(s) content(s) Description Extract the slots that you want from an hydroMet or hydroMet_XXX class. Usage get_hydroMet(obj, name = NA_character_) ## S4 method for signature 'hydroMet' get_hydroMet(obj, name = NA_character_) ## S4 method for signature 'hydroMet_BDHI' get_hydroMet(obj, name = NA_character_) ## S4 method for signature 'hydroMet_DGI' get_hydroMet(obj, name = NA_character_) ## S4 method for signature 'hydroMet_IANIGLA' get_hydroMet(obj, name = NA_character_) ## S4 method for signature 'hydroMet_CR2' get_hydroMet(obj, name = NA_character_) ## S4 method for signature 'hydroMet_compact' get_hydroMet(obj, name = NA_character_) Arguments obj an hydroMet or hydroMet_XXX class object. name a valid single string or vector string with the required slot name(s). Value A list with the slot’s data. Functions • get_hydroMet,hydroMet-method: get method for generic hydroMet object • get_hydroMet,hydroMet_BDHI-method: get method for BDHI class • get_hydroMet,hydroMet_DGI-method: get method for DGI class • get_hydroMet,hydroMet_IANIGLA-method: get method for IANIGLA class • get_hydroMet,hydroMet_CR2-method: get method for CR2 class • get_hydroMet,hydroMet_compact-method: get method for compact class 12 hydroMet-class Examples # Create an IANIGLA object cuevas <- create_hydroMet(class_name = 'IANIGLA') # Extract one of its slots tair <- get_hydroMet(obj = cuevas, name = 'tair') hydroMet-class hydroMet superclass object Description A suitable object for store basic information about an hydro-meteorological station. Value A basic hydroMet class object. Slots id numeric. This is the ID assigned by the agency. agency character. The name of the agency (or institution) that provides the data of the station. station character. The name of the (hydro)-meteorological station. lat numeric. Latitude of the station. long numeric. Longitude of the station alt numeric. Altitude of the station. country character. Country where the station is located. Argentina is set as default value. province character. Name of the province where the station is located. Mendoza is set as default value. river character. Basin river’s name. active logical. It indicates whether or not the station is currently operated. Default value is TRUE. hydroMet_BDHI-class 13 hydroMet_BDHI-class hydroMet subclass for BDHI (Base de Datos Hidrologica Integrada) data Description An suitable object for store hydro-meteorological data from BDHI. Value A hydroMet_BDHI class object. Slots Qmd data.frame from read_BDHI containing daily mean river discharge [m3/s]. Qmm data.frame from read_BDHI containing monthly mean river discharge [m3/s]. precip data.frame from read_BDHI containing daily liquid precipitation [mm]. tdb data.frame from read_BDHI containing subdaily dry bulb temperature [ºC]. tmax data.frame from read_BDHI containing daily maximum air temperature [ºC]. tmin data.frame from read_BDHI containing daily minimum air temperature [ºC]. swe data.frame from read_BDHI containing daily snow water equivalent [mm]. hr data.frame from read_BDHI containing subdaily relative humidity [%]. wspd data.frame from read_BDHI containing subdaily wind speed [km/hr]. wdir data.frame from read_BDHI containing subdaily wind direction [º]. evap data.frame from read_BDHI containing daily pan-evaporation [mm]. anem data.frame from read_BDHI containing daily wind speed above the evap tank [km/hr]. patm data.frame from read_BDHI containing subdaily atmospheric pressure [mbar]. hydroMet_compact-class hydroMet subclass for compact data Description This subclass is useful for storing in a single data frame ready to use hydro-meteorological series or many variables of the same kind (e.g. lets say precipitacion series). Value A hydroMet_compact class object. 14 hydroMet_DGI-class Slots compact data.frame with Date as first column (class ’Date’ or ’POSIXct’). All other columns are the numeric hydro-meteorological variables (double). This subclass was though to join in a single table ready to use data (e.g. in modelling). You can also use it to put together variables of the same kind (e.g. precipitation records) to make some regional analysis. hydroMet_CR2-class hydroMet subclass for CR2 (Explorador Climático) data Description A suitable object for store hydro-meteorological data from CR2. Value A hydroMet_CR2 class object. Slots precip data.frame from read_CR2 containing daily precipitation [mm]. tmean data.frame from read_CR2 containing daily mean air temperature [ºC]. tmax data.frame from read_CR2 containing daily maximum air temperature [ºC]. tmin data.frame from read_CR2 containing daily minimum air temperature [ºC]. hydroMet_DGI-class hydroMet subclass for DGI (Departamento General de Irrigación) data Description A suitable object for store hydro-meteorological data from DGI. Value A hydroMet_DGI class object. Slots hsnow data.frame from read_DGI containing daily snow height [m]. swe data.frame from read_DGI containing daily snow water equivalent [mm]. tmean data.frame from read_DGI containing daily mean air temperature [ºC]. tmax data.frame from read_DGI containing daily max. air temperature [ºC]. tmin data.frame from read_DGI containing daily min. air temperature [ºC]. hr data.frame from read_DGI containing daily mean relative humidity [%]. patm data.frame from read_DGI containing daily mean atmospheric pressure [hPa]. hydroMet_IANIGLA-class 15 hydroMet_IANIGLA-class hydroMet subclass for IANIGLA (Instituto Argentino de Nivología, Glaciología y Ciencias Ambientales) data Description A suitable object for store hydro-meteorological data provided by IANIGLA. Value A hydroMet_IANIGLA class object. Slots date time serie of dates (class POSIXct or Date). tair numeric matrix with air temperature. hr numeric matrix with relative humidity. patm numeric matrix with atmospheric pressure. precip numeric matrix with precipitacion. wspd numeric matrix with wind speed. wdir numeric matrix with wind direction. kin numeric matrix with incoming short-wave radiation. hsnow numeric matrix with snow height. tsoil numeric matrix with soil temperature. hwat numeric matrix with stream water level. hydro_year_DGI Hydrological year classification Description This function allows you to get the hydrological year. The criteria is consistent with the one of Departamento General de Irrigacion (Mendoza - Argentina). Usage hydro_year_DGI(df) Arguments df a data frame with total annual volumes discharges created with agg_serie func- tion. 16 interpolate Value A data frame containing the hydrological classification for each year. Examples # Create BDHI hydro-met station guido <- create_hydroMet(class_name = 'BDHI') # List with meteorological variables (slots in BDHI's object) cargar <- list('precip', 'Qmd', 'Qmm') # Now assign as names the files hydro_files <- list.files( system.file('extdata', package = "hydroToolkit"), pattern = 'Guido' ) names(cargar) <- hydro_files # Build the object with the met records guido <- build_hydroMet(obj = guido, slot_list = cargar, path = system.file('extdata', package = "hydroToolkit") ) # Now get mean monthly discharge Qmm <- get_hydroMet(obj = guido, name = 'Qmm')[[1]] # Get the monthly water volume Qmm_vol <- Qmm_to_Dm(df = Qmm) # Aggregate data frame to get total annual discharges AD <- agg_serie(df = Qmm_vol, fun = 'sum', period = 'annual', out_name = 'Ann_vol', start_month = 7, end_month = 6, allow_NA = 2) # Get hydrological year classification AD_class <- hydro_year_DGI(df = AD) interpolate Interpolation Description This functions applies interpolation to fill in missing (or non-recorded) values. Usage interpolate(df, miss_table, threshold, method = "linear") Arguments df data frame with two columns: ’Date’ or ’POSIXct’ class in the first column and a numeric variable in the second one. modify_hydroMet 17 miss_table data frame with three columns: first and last date of interpolation (first and sec- ond column respectively). The last and third column, is a numeric with the number of steps to interpolate. See report_miss_data. threshold numeric variable with the maximum number of dates in which to apply the in- terpolation. method string with the interpolation method. In this version only ’linear’ method is allowed. Value A data frame with date and the interpolated numeric variable. Examples # Create BDHI hydro-met station guido <- create_hydroMet(class_name = 'BDHI') # List with meteorological variables (slots in BDHI's object) cargar <- list('precip', 'Qmd', 'Qmm') # Now assign as names the files hydro_files <- list.files( system.file('extdata', package = "hydroToolkit"), pattern = 'Guido' ) names(cargar) <- hydro_files # Build the object with the met records guido <- build_hydroMet(obj = guido, slot_list = cargar, path = system.file('extdata', package = "hydroToolkit") ) # Get mean daily discharge and report miss data Qmd <- get_hydroMet(obj = guido, name = 'Qmd')[[1]] miss <- report_miss_data(df = Qmd) # Now interpolate miss values Qmd_fill <- interpolate(df = Qmd, miss_table = miss, threshold = 5, method = "linear") modify_hydroMet Modify data inside a specific slot Description Apply a pre-defined (e.g.: movAvg, fill_value or Qmm_to_Dm) or user defined function to an existing series inside a slot. 18 modify_hydroMet Usage modify_hydroMet( obj, name = NA_character_, colName = NA_character_, colNum = 2, FUN = NULL, ... ) ## S4 method for signature 'hydroMet_BDHI' modify_hydroMet( obj, name = NA_character_, colName = NA_character_, colNum = 2, FUN = NULL, ... ) ## S4 method for signature 'hydroMet_CR2' modify_hydroMet( obj, name = NA_character_, colName = NA_character_, colNum = 2, FUN = NULL, ... ) ## S4 method for signature 'hydroMet_DGI' modify_hydroMet( obj, name = NA_character_, colName = NA_character_, colNum = 2, FUN = NULL, ... ) ## S4 method for signature 'hydroMet_IANIGLA' modify_hydroMet( obj, name = NA_character_, colName = NA_character_, colNum = 1, FUN = NULL, ... modify_hydroMet 19 ) Arguments obj hydroMet_XXX subclass object. See hydroMet_BDHI, hydroMet_DGI, hy- droMet_IANIGLA or hydroMet_CR2. name string with the slot name of the data frame. colName string with the new column name (from FUN). colNum numeric value with the data frame column where to apply FUN. It must be > 1 (except in ’IANIGLA’ subclass). FUN the function name. ... FUN arguments to pass. Value The same hydroMet subclass provided in obj with an extra column. Functions • modify_hydroMet,hydroMet_BDHI-method: modify method for BDHI class • modify_hydroMet,hydroMet_CR2-method: modify method for CR2 class • modify_hydroMet,hydroMet_DGI-method: modify method for DGI class • modify_hydroMet,hydroMet_IANIGLA-method: modify method for IANIGLA class Examples # Create BDHI hydro-met station guido <- create_hydroMet(class_name = 'BDHI') # List with meteorological variables (slots in BDHI's object) cargar <- list('precip', 'Qmd', 'Qmm') # Now assign as names the files hydro_files <- list.files( system.file('extdata', package = "hydroToolkit"), pattern = 'Guido' ) names(cargar) <- hydro_files # Build the object with the met records guido <- build_hydroMet(obj = guido, slot_list = cargar, path = system.file('extdata', package = "hydroToolkit") ) 20 movAvg movAvg Moving average windows Description Smooth a numeric serie with a moving average windows Usage movAvg(df, k, pos) Arguments df data frame with the serie that you want to smooth. By default, t he function uses column 2. k numeric value with windows size., e.g.: 5 pos string with the position of the window: • ’izq’: left aligned. The output value is on the left, so the function weights the (k - 1) values at the right side. • ’der’: right aligned. The output value is on the right, so the function weights the (k - 1) values at the left side. • ’cen’: center. The output value is in the middle of the window. Value data frame with the smooth serie. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Apply function cuevas <- read_IANIGLA(file = 'Cuevas.csv', path = full_path) # Get air temperature cuevas_tair <- cuevas[ , 1:2] # Create a moving average serie of Tair Tair_mov <- movAvg(df = cuevas_tair, k = 10, pos = 'izq') plot_hydroMet 21 plot_hydroMet Methods to easily use ggplot2 or plotly (interactive) Description This method allows you to make plots (using simple and expressive arguments) of the variables contained inside an hydroMet_XXX object. The plot outputs can be static (ggplot2) or interactive (plotly). Usage plot_hydroMet( obj, slot_name, col_number, interactive = FALSE, line_type = NULL, line_color = "dodgerblue", x_lab = "Date", y_lab = "y", title_lab = NULL, legend_lab = NULL, double_yaxis = NULL, list_extra = NULL, from = NULL, to = NULL, scatter = NULL ) ## S4 method for signature 'hydroMet_BDHI' plot_hydroMet( obj, slot_name, col_number, interactive = FALSE, line_type = NULL, line_color = "dodgerblue", x_lab = "Date", y_lab = "y", title_lab = NULL, legend_lab = NULL, double_yaxis = NULL, list_extra = NULL, from = NULL, to = NULL ) 22 plot_hydroMet ## S4 method for signature 'hydroMet_CR2' plot_hydroMet( obj, slot_name, col_number, interactive = FALSE, line_type = NULL, line_color = "dodgerblue", x_lab = "Date", y_lab = "y", title_lab = NULL, legend_lab = NULL, double_yaxis = NULL, list_extra = NULL, from = NULL, to = NULL ) ## S4 method for signature 'hydroMet_DGI' plot_hydroMet( obj, slot_name, col_number, interactive = FALSE, line_type = NULL, line_color = "dodgerblue", x_lab = "Date", y_lab = "y", title_lab = NULL, legend_lab = NULL, double_yaxis = NULL, list_extra = NULL, from = NULL, to = NULL ) ## S4 method for signature 'hydroMet_IANIGLA' plot_hydroMet( obj, slot_name, col_number, interactive = FALSE, line_type = NULL, line_color = "dodgerblue", x_lab = "Date", y_lab = "y", title_lab = NULL, legend_lab = NULL, plot_hydroMet 23 double_yaxis = NULL, list_extra = NULL, from = NULL, to = NULL ) ## S4 method for signature 'hydroMet_compact' plot_hydroMet( obj, slot_name, col_number, interactive = FALSE, line_type = NULL, line_color = "dodgerblue", x_lab = "x", y_lab = "y", title_lab = NULL, legend_lab = NULL, double_yaxis = NULL, list_extra = NULL, from = NULL, to = NULL, scatter = NULL ) Arguments obj a valid hydroMet_XXX object. slot_name string(s) with the name of the slot(s) to use in plotting. col_number numeric (vector) with the column’s variable to plot. In case you decide to merge slots you must provide a list in which each element contains the column numbers of the variable to plot. interactive logical. Default value, FALSE, will return a ggplot2 class object. Otherwise you will get a plotly one. line_type string with line dash type (ggplot2) or mode in plotly case. ggplot2: 'solid' (default value), 'twodash', 'longdash', 'dotted', 'dotdash', 'dashed' or 'blank'. plotly: 'lines' (default value), 'lines+markers' or 'markers'. line_color string with a valid color. See ’colors()’ or Rcolor document. x_lab string with x axis label. y_lab string with y axis label. In case you use double_yaxis argument you must supply both c('ylab', 'y2lab'). title_lab string with the title of the plot. Default is a plot without title. legend_lab string with plot label(s) name(s). NOTE: ggplot2 double_yaxis does not sup- port legend_lab in this package version, so giving values to this argument will be harmfulness. 24 plot_hydroMet double_yaxis numeric vector with either 1 (= main axis - left) or 2 (= secondary axis - right) indicating whether the variable should be plotted in either left or right axis. NOTE: in this package version ggplot2 supports just one line plot for each ’y’ axis. list_extra list with the ggplot2 argument to pass. This argument was design to allow the user to modify ggplot2 arguments (you can find nice examples in ggplot2 - Essentials) NOTE: in this package version this argument doesn’t make sense for plotly (except for scatter plot in hydroMet_compact class). from string (or POSIXct - valid only in ’BDHI’ and ’IANIGLA’) with the starting Date. You can use 'from' without 'to'. In this case you will subset your data ’from’ till the end. to string (or POSIXct - valid only in ’BDHI’ and ’IANIGLA’) with the ending Date. You can use 'to' without 'from'. In this case you will subset your data from the beginning till ’to’. scatter numeric vector of length two with the column number to plot as scatter. The first variable (column number) will be the 'x' variable and the second one the 'y' variable. This argument will work just for class hydroMet_compact. Value A ggplot2 or plotly objects to analyze your data. Functions • plot_hydroMet,hydroMet_BDHI-method: plot method for BDHI class • plot_hydroMet,hydroMet_CR2-method: plot method for CR2 class • plot_hydroMet,hydroMet_DGI-method: plot method for DGI class • plot_hydroMet,hydroMet_IANIGLA-method: plot method for IANIGLA class • plot_hydroMet,hydroMet_compact-method: plot method for compact class Examples # Path to file dgi_path <- system.file('extdata', package = "hydroToolkit") file_name <- list.files(path = dgi_path, pattern = 'Toscas') # Read Toscas var_nom <- list(slotNames(x = 'hydroMet_DGI')[2:7]) names(var_nom) <- file_name # Load Toscas meteo station data toscas_dgi <- create_hydroMet(class_name = 'DGI') toscas_dgi <- build_hydroMet(obj = toscas_dgi, slot_list = var_nom, path = dgi_path) # Plot mean air temperature plot_hydroMet(obj = toscas_dgi, col_number = 2, slot_name = 'tmean', legend_lab = 'Tmean(ºC)' ) precip_cumsum 25 # Now let's plot an interactive graph plot_hydroMet(obj = toscas_dgi, col_number = 2, slot_name = 'tmean', interactive = TRUE, y_lab = 'Tmean(ºC)' ) precip_cumsum Cumulative sum of precipitation series Description Returns a data frame with two columns: the date and the cumulative sum of the chosen col_number. This function can deal with NA_real_. Usage precip_cumsum(df, col_number = 2, out_name = NULL) Arguments df data frame with Date (or POSIXct) in the first column and numeric variables on the others. col_number numeric. The column number of the series where to apply the cumulative sum. out_name optional. String value with the column output name. Default is ’cumsum_’ plus the original name. Value A data frame with two columns: date and the cumulative sum of the series. Examples # Load daily precipitation data-set from BDHI load( paste0(system.file('extdata', package = "hydroToolkit"), '/bdhi_p.rda') ) # Get compact slot p_bdhi <- get_hydroMet(obj = bdhi_p, name = 'compact')[[1]] # Apply cumulative precipitation function p_cum <- precip_cumsum(df = p_bdhi, col_number = 2, out_name = 'cum_guido') 26 precip_hydroMet precip_hydroMet Make homogeneity test or fill gaps in a series Description This method can do both: test homogeneity in precipitation series or fill data gaps using regional analysis. Usage precip_hydroMet( obj, col_target = 2, fill = FALSE, method = "spearman", min_value = 0.2 ) ## S4 method for signature 'hydroMet_compact' precip_hydroMet( obj, col_target = 2, fill = FALSE, method = "spearman", min_value = 0.2 ) Arguments obj an hydroMet_compact class object. col_target numeric. The column number of the target series (either to test homogeneity or to fill gaps) in compact slot. fill logical. By default value (FALSE) you will make an homogeneity test to your target series. method string (default is spearman - possible values are: spearman, pearson or kendall). When creating the regional (or master series) the method uses a weighted mean. The weighted values are the correlations coefficients. min_value numeric. Series with a correlation value less than min_value are thrown away. Value If fill = FALSE the method will return a list with three elements: a data frame with all necessary values to correct your target serie, a plot with p-values and the correlation matrix. When fill = TRUE the list will contain: the data frame with the target series gaps filled and the correlation matrix. Qmm_to_Dm 27 Functions • precip_hydroMet,hydroMet_compact-method: homogeneity test applied to precipitation data stored in compact class. Examples # Load daily precipitation data-set from BDHI load( paste0(system.file('extdata', package = "hydroToolkit"), '/bdhi_p.rda') ) # Fill gaps in Tupungato station relleno <- precip_hydroMet(obj = bdhi_p, col_target = 5, fill = TRUE) Qmm_to_Dm River discharge [m3/s] to volume [hm3] Description Converts mean monthly river discharge [m3/s] to total volume discharge [hm3]. Usage Qmm_to_Dm(df) Arguments df data frame with class Date in the first column. By default the function converts the second column only. If you have daily or hourly data see agg_serie. Value A data frame with two columns: Date and total volume discharge. Examples # Create BDHI hydro-met station guido <- create_hydroMet(class_name = 'BDHI') # List with meteorological variables (slots in BDHI's object) cargar <- list('precip', 'Qmd', 'Qmm') # Now assign as names the files hydro_files <- list.files( system.file('extdata', package = "hydroToolkit"), pattern = 'Guido' ) names(cargar) <- hydro_files # Build the object with the met records guido <- build_hydroMet(obj = guido, slot_list = cargar, path = system.file('extdata', package = "hydroToolkit") ) 28 read_BDHI # Now get mean monthly discharge Qmm <- get_hydroMet(obj = guido, name = 'Qmm')[[1]] # Get the monthly water volume Qmm_vol <- Qmm_to_Dm(df = Qmm) read_BDHI Reads data from Base de Datos Hidrológica Integrada (BDHI) - Ar- gentina Description Reads files downloaded from the Base de Datos Hidrológica Integrada (BDHI) as a data frame. Usage read_BDHI(file, colName, timeStep, is.Wdir = FALSE) Arguments file string with the name (including extension) of the file. colName string with variable name. E.g.: Qmd(m3/s) timeStep string with time step: ’month’, ’day’, ’day/3’, ’4h’ or ’hour’. • ’day’: data recorded once a day • ’month’: data recorded monthly • ’4h’: applies to atmospheric pressure time series only • ’day/3’: applies to wind related variables, relative humidity, and dry bulb temperature’ • ’hour’: in case you have to deal with hourly data. is.Wdir a logical value indicating if the variable is wind direction. Default value is set to FALSE. Value A data frame with two columns: date and variable. Gaps between dates are filled with NA_real_ and duplicated rows are eliminated automatically. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Apply function guido_Qmd <- read_BDHI(file = paste0(full_path, '/Qmd_Mendoza_Guido'), colName = 'Q(m3/s)', timeStep = 'day') read_CR2 29 read_CR2 Reads data from Explorador Climático de Chile Description Reads data downloaded from Explorador Climatico de Chile (CR2) as a data frame. Usage read_CR2(file, colName, path = NULL) Arguments file string with the file name (include extension). The only accepted format is ’.csv’. colName string with the name of the variable. path string with the files directory. If not provided, the function will use the current working directory. Value A two column data frame with date and variable. Gaps between dates are filled with NA_real_ and duplicated rows are eliminated automatically. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Apply function yeso_tmed <- read_CR2(file = 'Tmed_Yeso_Embalse.csv', colName = 'T(ºC)', path = full_path) read_DGI Reads data from Departamento General de Irrigación (Mendoza - Ar- gentina) Description Reads the Departamento General de Irrigacion(Mendoza - Argentina) excel sheet. Usage read_DGI(file, sheet = NULL, colName = NULL, range = NULL, path = NULL) 30 read_IANIGLA Arguments file string with the file name (’xlsx’ excel files). sheet sheet to read. Either a string (the name of a sheet), or an integer (the position of the sheet). Default value is sheet one. colName string with the name of the second column (as default first column is Date). If ignored first row excel names are used. range string providing cell range to read. E.g.: ’A1:B75’. path string with the files directory. If not provided, the function will use the current working directory. Value A data frame with two columns: date and variable. Gaps between dates are filled with NA_real_ and duplicated rows are eliminated automatically. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Apply function toscas_hr <- read_DGI(file = 'Toscas.xlsx', sheet = 'hr', colName = 'RH(%)', path = full_path) read_IANIGLA Reads data provided by IANIGLA Description Reads the data provided by IANIGLA (Instituto Argentino de Nivologia, Glaciologia y Ciencias Ambientales). Usage read_IANIGLA(file, all = FALSE, path = NULL) Arguments file string with the name of the ’.csv’ file downloaded from the meteo-stations web page. all logical value indicating whether the returned data frame contain all the original columns or just the date and data. path string with the files directory. If not provided, the function will use the current working directory. report_hydroMet 31 Value A data frame containing the hourly data measured by the automatic weather stations. Gaps between dates are filled with NA_real_ and duplicated rows are eliminated automatically. Note In this package version we only provide functionality for a specific data-set generated in the insti- tute. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Apply function cuevas <- read_IANIGLA(file = 'Cuevas.csv', path = full_path) report_hydroMet Object summaries Description This method returns a list with two elements: the first one is a data frame with miss data (see also report_miss_data) and the second one is also a data frame with the mean, sd, max and min values. Usage report_hydroMet( obj, slot_name, col_name, start_date = NULL, end_date = NULL, Lang = "spanish" ) ## S4 method for signature 'hydroMet_BDHI' report_hydroMet( obj, slot_name, col_name, start_date = NULL, end_date = NULL, Lang = "spanish" ) 32 report_hydroMet ## S4 method for signature 'hydroMet_CR2' report_hydroMet( obj, slot_name, col_name, start_date = NULL, end_date = NULL, Lang = "spanish" ) ## S4 method for signature 'hydroMet_DGI' report_hydroMet( obj, slot_name, col_name, start_date = NULL, end_date = NULL, Lang = "spanish" ) ## S4 method for signature 'hydroMet_IANIGLA' report_hydroMet( obj, slot_name, col_name, start_date = NULL, end_date = NULL, Lang = "spanish" ) Arguments obj an hydroMet_XXX object. slot_name a single or vector string containing the slot(s) to report. col_name a single or vector string with the name of the column to report in slot_name. start_date optional (default is the first Date). Single string or POSIXct with the starting Date to report. end_date optional (default is the last Date). Single string or POSIXct with the last Date to report. Lang optional (default value is spanish). Single string with the language to report results: spanish or english. Value A list containing two data frames: the first one with miss data and the second with the mean, sd, max and min values of the series. report_miss_data 33 Functions • report_hydroMet,hydroMet_BDHI-method: report method for BDHI class • report_hydroMet,hydroMet_CR2-method: report method for CR2 class • report_hydroMet,hydroMet_DGI-method: report method for DGI class • report_hydroMet,hydroMet_IANIGLA-method: report method for IANIGLA class Examples # Create IANIGLA class cuevas <- create_hydroMet(class_name = 'IANIGLA') # List with meteorological variables (slots in BDHI's object) cargar <- list( slotNames(x = 'hydroMet_IANIGLA')[2:11] ) # Assign as names the files hydro_files <- list.files( system.file('extdata', package = "hydroToolkit"), pattern = 'Cuevas' ) names(cargar) <- hydro_files # Build met-station cuevas <- build_hydroMet(obj = cuevas, slot_list = cargar, path = system.file('extdata', package = "hydroToolkit") ) # Get report report_hydroMet(obj = cuevas, slot_name = 'kin', col_name = 'kin_1') report_miss_data Report NA_real_ values Description Creates a data frame with reported dates and number of times-step of missing or not recorded data. Usage report_miss_data(df, Lang = "spanish") Arguments df data frame with hydro-meteo data. First column is date and the second the numeric vector to be reported. Lang string with output column name language: ’spanish’ (default) or ’english’. Value A data frame with three columns: start-date, end-date and number of missing time steps. 34 rm_spikes Examples # Create BDHI hydro-met station guido <- create_hydroMet(class_name = 'BDHI') # List with meteorological variables (slots in BDHI's object) cargar <- list('precip', 'Qmd', 'Qmm') # Now assign as names the files hydro_files <- list.files( system.file('extdata', package = "hydroToolkit"), pattern = 'Guido' ) names(cargar) <- hydro_files # Build the object with the met records guido <- build_hydroMet(obj = guido, slot_list = cargar, path = system.file('extdata', package = "hydroToolkit") ) # Get mean daily discharge and report miss data Qmd <- get_hydroMet(obj = guido, name = 'Qmd')[[1]] miss <- report_miss_data(df = Qmd) rm_spikes Remove spikes Description Removes spikes, and sets their value to NA_real_. Usage rm_spikes(df, tolerance) Arguments df data frame with date and numeric variable in the first and second column respec- tively (from read_XXX functions). tolerance numeric with maximum tolerance between a number and its successor. Value The same data frame but without peaks. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Read IANIGLA file cuevas <- read_IANIGLA(file = 'Cuevas.csv', path = full_path) set_hydroMet 35 # Remove spikes from air temperature series tair_rm_spikes <- rm_spikes(df = cuevas, tolerance = 10) set_hydroMet Set the data of an hydroMet object or its subclasses Description With this method you can set (or change) an specific slot value. Usage set_hydroMet( obj = NULL, id = NULL, agency = NULL, station = NULL, lat = NULL, long = NULL, alt = NULL, country = NULL, province = NULL, river = NULL, active = NULL, ... ) ## S4 method for signature 'hydroMet' set_hydroMet( obj = NULL, id = NULL, agency = NULL, station = NULL, lat = NULL, long = NULL, alt = NULL, country = NULL, province = NULL, river = NULL, active = NULL ) ## S4 method for signature 'hydroMet_BDHI' set_hydroMet( obj = NULL, id = NULL, 36 set_hydroMet agency = NULL, station = NULL, lat = NULL, long = NULL, alt = NULL, country = NULL, province = NULL, river = NULL, active = NULL, Qmd = NULL, Qmm = NULL, precip = NULL, tdb = NULL, tmax = NULL, tmin = NULL, swe = NULL, hr = NULL, wspd = NULL, wdir = NULL, evap = NULL, anem = NULL, patm = NULL ) ## S4 method for signature 'hydroMet_DGI' set_hydroMet( obj = NULL, id = NULL, agency = NULL, station = NULL, lat = NULL, long = NULL, alt = NULL, country = NULL, province = NULL, river = NULL, active = NULL, swe = NULL, tmean = NULL, tmax = NULL, tmin = NULL, hr = NULL, patm = NULL, hsnow = NULL ) ## S4 method for signature 'hydroMet_IANIGLA' set_hydroMet( set_hydroMet 37 obj = NULL, id = NULL, agency = NULL, station = NULL, lat = NULL, long = NULL, alt = NULL, country = NULL, province = NULL, river = NULL, active = NULL, date = NULL, tair = NULL, hr = NULL, patm = NULL, precip = NULL, wspd = NULL, wdir = NULL, kin = NULL, hsnow = NULL, tsoil = NULL, hwat = NULL ) ## S4 method for signature 'hydroMet_CR2' set_hydroMet( obj = NULL, id = NULL, agency = NULL, station = NULL, lat = NULL, long = NULL, alt = NULL, country = NULL, province = NULL, river = NULL, active = NULL, precip = NULL, tmean = NULL, tmax = NULL, tmin = NULL ) ## S4 method for signature 'hydroMet_compact' set_hydroMet( obj = NULL, id = NULL, agency = NULL, 38 set_hydroMet station = NULL, lat = NULL, long = NULL, alt = NULL, country = NULL, province = NULL, river = NULL, active = NULL, compact = NULL ) Arguments obj an hydroMet or hydroMet_XXX class object. id numeric. This is the ID assigned by the agency. agency character. The name of the agency (or institution) that provides the data of the station. station character. The name of the (hydro)-meteorological station. lat numeric. Latitude of the station. long numeric. Longitude of the station alt numeric. Altitute of the station. country character. Country where the station is located. Argentina is set as default value. province character. Name of the province where the station is located. Mendoza is set as default value. river character. Basin river’s name. active logical. It indicates whether or not the station is currently operated. Default value is TRUE. ... arguments to be passed to methods. They rely on the slots of the obj subclass. Qmd daily mean river discharge. Qmm monthly mean river discharge. precip precipitation. tdb dry bulb temperature. tmax daily maximum air temperature. tmin daily minimum air temperature. swe snow water equivalent. hr relative humidity. wspd wind speed. wdir wind direction. evap evaporation. anem wind speed above the pan-evaporation. patm atmospheric pressure. set_threshold 39 tmean daily mean air temperature. hsnow snow height. date time serie with dates. tair air temperature. kin incoming shortwave radiation. tsoil soil temperature. hwat stream water level. compact data frame with Date as first column. All other columns are hydro-meteorological variables. Value The hydroMet object with the slots setted. Functions • set_hydroMet,hydroMet-method: set method for generic object • set_hydroMet,hydroMet_BDHI-method: set method for BDHI object • set_hydroMet,hydroMet_DGI-method: set method for DGI object • set_hydroMet,hydroMet_IANIGLA-method: set method for IANIGLA object • set_hydroMet,hydroMet_CR2-method: set method for CR2 object • set_hydroMet,hydroMet_compact-method: set method for compact object Examples # Create BDHI hydro-met station guido <- create_hydroMet(class_name = 'BDHI') # Assign altitude guido <- set_hydroMet(obj = guido, alt = 2480) set_threshold Set a threshold Description Set tolerable extreme values (maximum or minimum). Records greater or equal than (’>=’) or lesser or equal than (’<=’) ’threshold’ argument are set to NA_real_. Usage set_threshold(x, threshold, case = ">=") 40 subset_hydroMet Arguments x numeric vector or data frame with a numeric series in the second column. threshold numeric value with threshold. case string with either ’>=’ (greater or equal than) or ’<=’ (lesser or equal than) sym- bol. Value Numeric vector or data frame with values greater (or lesser) or equal than ’threshold’ set as NA_real_. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Read IANIGLA file cuevas <- read_IANIGLA(file = 'Cuevas.csv', path = full_path) # Set threshold from air temperature series tair_thres <- set_threshold(x = cuevas, threshold = 40) subset_hydroMet Subset your data Description This method allows you to easily cut the data stored in an hydroMet_XXX class object by dates. Usage subset_hydroMet(obj, slot_name, from = NULL, to = NULL) ## S4 method for signature 'hydroMet_BDHI' subset_hydroMet(obj, slot_name, from = NULL, to = NULL) ## S4 method for signature 'hydroMet_DGI' subset_hydroMet(obj, slot_name, from = NULL, to = NULL) ## S4 method for signature 'hydroMet_CR2' subset_hydroMet(obj, slot_name, from = NULL, to = NULL) ## S4 method for signature 'hydroMet_IANIGLA' subset_hydroMet(obj, slot_name, from = NULL, to = NULL) ## S4 method for signature 'hydroMet_compact' subset_hydroMet(obj, slot_name, from = NULL, to = NULL) subset_hydroMet 41 Arguments obj an hydroMet_XXX class object. slot_name string vector with the slot(s) name(s) to subset. NOTE: in case you want to subset a hydroMet_IANIGLA object is recommended to consider all the slots with data. from string (or POSIXct - valid only in ’BDHI’ and ’IANIGLA’) with the starting Date. You can use from without to. In this case you will subset your data ’from’ till the end. to string (or POSIXct - valid only in ’BDHI’ and ’IANIGLA’) with the ending Date. You can use to without from. In this case you will subset your data from the beginning till ’to’. Value The same hydroMet_XXX class provided in obj but subsetted. Functions • subset_hydroMet,hydroMet_BDHI-method: subset method for BDHI data • subset_hydroMet,hydroMet_DGI-method: subset method for DGI data • subset_hydroMet,hydroMet_CR2-method: subset method for CR2 data • subset_hydroMet,hydroMet_IANIGLA-method: subset method for IANIGLA data • subset_hydroMet,hydroMet_compact-method: subset method for compact data Examples # Create BDHI hydro-met station guido <- create_hydroMet(class_name = 'BDHI') # List with meteorological variables (slots in BDHI's object) cargar <- list('precip', 'Qmd', 'Qmm') # Assign as names the files hydro_files <- list.files( system.file('extdata', package = "hydroToolkit"), pattern = 'Guido' ) names(cargar) <- hydro_files # Build the object with the met records guido <- build_hydroMet(obj = guido, slot_list = cargar, path = system.file('extdata', package = "hydroToolkit") ) # Subset daily mean discharge guido <- subset_hydroMet(obj = guido, slot_name = 'Qmd', from = '2005-01-01', to = '2010-12-31') 42 swe_to_precip swe_to_melt Snow water equivalent to melt Description Converts a snow water equivalent series (from snow pillow) into a melt series. Usage swe_to_melt(df) Arguments df data frame with ’swe’ serie in the second column. See 'read_XXX' functions. Value Data frame containing the numeric vector with melted snow. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Read swe sheet toscas_swe <- read_DGI(file = 'Toscas.xlsx', sheet = 'swe', colName = 'swe(mm)', path = full_path) # swe to melt toscas_melt <- swe_to_melt(df = toscas_swe) swe_to_precip Snow water equivalent to snowfall Description Converts a snow water equivalent series (from snow pillow) to a snowfall series. Usage swe_to_precip(df) Arguments df data frame with ’swe’ series in the second column. See 'read_XXX' functions. swe_to_precip 43 Value Data frame containing the numeric vector with inferred snowfall. Examples # Relative path to raw data full_path <- system.file('extdata', package = "hydroToolkit") # Read swe sheet toscas_swe <- read_DGI(file = 'Toscas.xlsx', sheet = 'swe', colName = 'swe(mm)', path = full_path) # swe to snowfall toscas_snfall <- swe_to_precip(df = toscas_swe) Index agg_hydroMet, 2 hydro_year_DGI, 15 agg_hydroMet,hydroMet_BDHI-method hydroMet (hydroMet-class), 12 (agg_hydroMet), 2 hydroMet-class, 12 agg_hydroMet,hydroMet_CR2-method hydroMet_BDHI, 19 (agg_hydroMet), 2 hydroMet_BDHI (hydroMet_BDHI-class), 13 agg_hydroMet,hydroMet_DGI-method hydroMet_BDHI-class, 13 (agg_hydroMet), 2 hydroMet_compact agg_hydroMet,hydroMet_IANIGLA-method (hydroMet_compact-class), 13 (agg_hydroMet), 2 hydroMet_compact-class, 13 agg_serie, 5, 15, 27 hydroMet_CR2, 19 hydroMet_CR2 (hydroMet_CR2-class), 14 build_hydroMet, 6 hydroMet_CR2-class, 14 build_hydroMet,hydroMet_BDHI-method hydroMet_DGI, 19 (build_hydroMet), 6 hydroMet_DGI (hydroMet_DGI-class), 14 build_hydroMet,hydroMet_compact-method hydroMet_DGI-class, 14 (build_hydroMet), 6 hydroMet_IANIGLA, 19 build_hydroMet,hydroMet_CR2-method hydroMet_IANIGLA (build_hydroMet), 6 (hydroMet_IANIGLA-class), 15 build_hydroMet,hydroMet_DGI-method hydroMet_IANIGLA-class, 15 (build_hydroMet), 6 build_hydroMet,hydroMet_IANIGLA-method interpolate, 16 (build_hydroMet), 6 modify_hydroMet, 17 create_hydroMet, 7, 8 modify_hydroMet,hydroMet_BDHI-method fill_serie, 9 (modify_hydroMet), 17 fill_value, 10, 17 modify_hydroMet,hydroMet_CR2-method (modify_hydroMet), 17 get_hydroMet, 11 modify_hydroMet,hydroMet_DGI-method get_hydroMet,hydroMet-method (modify_hydroMet), 17 (get_hydroMet), 11 modify_hydroMet,hydroMet_IANIGLA-method get_hydroMet,hydroMet_BDHI-method (modify_hydroMet), 17 (get_hydroMet), 11 movAvg, 17, 20 get_hydroMet,hydroMet_compact-method (get_hydroMet), 11 plot_hydroMet, 21 get_hydroMet,hydroMet_CR2-method plot_hydroMet,hydroMet_BDHI-method (get_hydroMet), 11 (plot_hydroMet), 21 get_hydroMet,hydroMet_DGI-method plot_hydroMet,hydroMet_compact-method (get_hydroMet), 11 (plot_hydroMet), 21 get_hydroMet,hydroMet_IANIGLA-method plot_hydroMet,hydroMet_CR2-method (get_hydroMet), 11 (plot_hydroMet), 21 44 INDEX 45 plot_hydroMet,hydroMet_DGI-method subset_hydroMet,hydroMet_DGI-method (plot_hydroMet), 21 (subset_hydroMet), 40 plot_hydroMet,hydroMet_IANIGLA-method subset_hydroMet,hydroMet_IANIGLA-method (plot_hydroMet), 21 (subset_hydroMet), 40 precip_cumsum, 25 swe_to_melt, 42 precip_hydroMet, 26 swe_to_precip, 42 precip_hydroMet,hydroMet_compact-method (precip_hydroMet), 26 Qmm_to_Dm, 17, 27 read_BDHI, 13, 28 read_CR2, 14, 29 read_DGI, 14, 29 read_IANIGLA, 30 report_hydroMet, 31 report_hydroMet,hydroMet_BDHI-method (report_hydroMet), 31 report_hydroMet,hydroMet_CR2-method (report_hydroMet), 31 report_hydroMet,hydroMet_DGI-method (report_hydroMet), 31 report_hydroMet,hydroMet_IANIGLA-method (report_hydroMet), 31 report_miss_data, 17, 31, 33 rm_spikes, 34 set_hydroMet, 35 set_hydroMet,hydroMet-method (set_hydroMet), 35 set_hydroMet,hydroMet_BDHI-method (set_hydroMet), 35 set_hydroMet,hydroMet_compact-method (set_hydroMet), 35 set_hydroMet,hydroMet_CR2-method (set_hydroMet), 35 set_hydroMet,hydroMet_DGI-method (set_hydroMet), 35 set_hydroMet,hydroMet_IANIGLA-method (set_hydroMet), 35 set_threshold, 39 subset_hydroMet, 40 subset_hydroMet,hydroMet_BDHI-method (subset_hydroMet), 40 subset_hydroMet,hydroMet_compact-method (subset_hydroMet), 40 subset_hydroMet,hydroMet_CR2-method (subset_hydroMet), 40
VariableScreening
cran
Package ‘VariableScreening’ October 12, 2022 Type Package Title High-Dimensional Screening for Semiparametric Longitudinal Regression Version 0.2.1 Depends R (>= 3.2.1) Description Implements variable screening techniques for ultra-high dimensional regression settings. Techniques for independent (iid) data, varying-coefficient models, and longitudinal data are implemented. The package currently contains three screen functions: screenIID(), screenLD() and screenVCM(), and six methods for simulating dataset: simulateDCSIS(), simulateLD, simulateMVSIS(), simulateMVSISNY(), simulateSIRS() and simulateVCM(). The package is based on the work of Li-Ping ZHU, Lexin LI, Runze LI, and Li-Xing ZHU (2011) <DOI:10.1198/jasa.2011.tm10563>, Runze LI, Wei ZHONG, & Liping ZHU (2012) <DOI:10.1080/01621459.2012.695654>, Jingyuan LIU, Runze LI, & Rongling WU (2014) <DOI:10.1080/01621459.2013.850086> Hengjian CUI, Runze LI, & Wei ZHONG (2015) <DOI:10.1080/01621459.2014.920256>, and Wanghuan CHU, Runze LI and Matthew REIMHERR (2016) <DOI:10.1214/16-AOAS912>. Copyright (c) 2022 by Runze LI Encoding UTF-8 Imports gee, expm, splines, MASS, energy License GPL (>= 2) RoxygenNote 7.2.0 NeedsCompilation no Author Runze Li [aut], Liying Huang [aut], John Dziak [aut, cre] Maintainer John Dziak <dziakj1@gmail.com> Repository CRAN Date/Publication 2022-06-23 22:20:02 UTC 1 2 screenIID R topics documented: screenIID . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 screenLD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 screenVCM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 simulateDCSIS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 simulateLD . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 simulateMVSIS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 simulateMVSISNY . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 simulateSIRS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 simulateVCM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 Index 15 screenIID Feature Selection for Ultrahigh-Dimensional Datasets with Indepen- dent Subjects, Description Implements one of three screening procedures: Sure Independent Ranking and Screening (SIRS), Distance Correlation Sure Independence Screening (DC-SIS), or MV Sure Independence Screening (MV-SIS). In general they are extensions of the sure independence screening concept proposed by Fan and Lv (2008), but without a parametric assumption (e.g., linear or logistic) on the relationship between the predictor variables X and outcome Y. Screening methods each rank the predictors based on some measure of their estimated strength of relationship with Y. The assumption is that only a few among the top-ranked variables are likely to be truly significant predictors. The original version of SIS involved ranking the predictors by their correlation with Y, implying a linear relationship. The SIRS method is an extension proposed by Zhu, Li, Li, & Zhu (2011), which involved ranking the predictors by their correlation with the rank-ordered Y instead, thereby not assuming a linear correlation, and potentially outperforming SIS. DC-SIS was then proposed by Li, Zhong and Zhu (2012) and its relationship measure is the dis- tance correlation (DC) between a covariate and the outcome, a nonparametric generalization of the correlation coefficient (Szekely, Rizzo, & Bakirov, 2007). The function uses the dcor function from the R package energy in order to calculate this correlation. Simulations showed that DC-SIS could sometimes provide a further advantage over SIRS. The above measures were primarily intended for a numerical Y. Cui, Li, and Zhong (2015) proposed MV-SIS, which was developed for categorical Y (including binary Y) as in discriminant analysis, and which is also robust to heavy-tailed predictor distributions. The measure used by MV-SIS for the association strength between a particular Xk and Y is a mean conditional variance measure called MV for short, namely the expectation in X of the variance in Y of the conditional cumulative distribution function F(x|Y)=P(X<=x|Y); note that like the correlation or distance correlation, this is zero if X and Y are independent because F(x) does not depend on Y in that case. Cui, Li, and Zhong (2015) also point out that the MV-SIS can alternatively be used with categorical X variables and numerical Y, instead of numerical X and categorical Y. This function supports that option as "MV-SIS-NY." screenIID 3 Whichever option is chosen, the function returns the ranking of the predictors according to the appropriate association measure. The function code is adapted from the relevant authors’ code. Special thanks are due to Wei Zhong for providing some of the code upon which this function is based. Usage screenIID(X, Y, method = "DC-SIS") Arguments X Matrix of predictors to be screened. There should be one row for each observa- tion. Y Vector of responses. It should have the same length as the number of rows of X. The responses should be numerical if SIRS or DC-SIS is used. The responses should be integers representing response categories if MV-SIS is used. Binary responses can be used for any method. method Screening method. The options are "SIRS", "DC-SIS", "MV-SIS" and "MV- SIS-NY", as described above. Value A list with following components: measurement A vector of length equal to the number of columns in the input matrix X. It contains estimated strength of relationship with Y rank The rank of the error measures. This will have length equal to the number of columns in the input matrix X, and will consist of a permutation of the integers 1 through that length. A rank of 1 indicates the feature which appears to have the best predictive performance, 2 represents the second best and so on. References Cui, H., Li, R., & Zhong, W. (2015). Model-free feature screening for ultrahigh dimensional dis- criminant analysis. Journal of the American Statistical Association, 110: 630-641. <DOI:10.1080/01621459.2014.920256> Fan, J., & Lv, J. (2008). Sure independence screening for ultrahigh dimensional feature space. Journal of the Royal Statistical Society, B, 70: 849-911. <DOI:10.1111/j.1467-9868.2008.00674.x> Li, R., zhong, W., & Zhu, L. (2012). Feature screening via distance correlation learning. Journal of the American Statistical Association, 107: 1129-1139. <DOI:10.1080/01621459.2012.695654> Szekely, G. J., Rizzo, M. L., & Bakirov, N. K. (2007). Measuring and Testing Dependence by Cor- relation of Distances. Annals of Statistics, 35, 2769-2794. <DOI: 10.1214/009053607000000505> Zhu, L.-P., Li, L., Li, R., & Zhu, L.-X. (2011) Model-free feature screening for ultrahigh-dimensional data. Journal of the American Statistical Association, 106: 1464-1475. <DOI:10.1198/jasa.2011.tm10563> Examples set.seed(12345678) results <- simulateDCSIS(n=100,p=500) rank<- screenIID(X = results$X, Y = results$Y, method="DC-SIS") 4 screenLD screenLD Perform high-dimensional screening for semiparametric longitudinal regression Description Implements a screening procedure proposed by Chu, Li, and Reimherr (2016) <DOI:10.1214/16- AOAS912> for varying coefficient longitudinal models with ultra-high dimensional predictors. The effect of each predictor is allowed to vary over time, approximated by a low-dimensional B-spline. Within-subject correlation is handled using a generalized estimation equation approach with struc- ture specified by the user. Variance is allowed to change over time, also approximated by a B-spline. Usage screenLD( X, Y, z, id, subset = 1:ncol(X), time, degree = 3, df = 4, corstr = "stat_M_dep", M = NULL ) Arguments X Matrix of features (for example, SNP’s). There should be one row for each observation. Y Vector of responses. It should have the same length as the number of rows of X. z Optional matrix of covariates to be included in all models. They may include demographic covariates such as gender or ethnic background, or some other theoretically important constructs. It should have the same number of rows as the number of rows of X. We suggest a fairly low dimensional z. If the model is intended to include an intercept function (which is recommended), then z should include a column of 1’s representing the constant term. id Vector of integers identifying the subject to which each observation belongs. It should have the same length as the number of rows of X. subset Vector of integers identifying a subset of the features of X to be screened, the default is 1:ncol(X), i.e., to screen all columns of X. time Vector of real numbers identifying observation times. It should have the same length as the number of rows of X. We suggest using the convention of scaling time to the interval [0,1]. screenLD 5 degree Degree of the piecewise polynomial for the B-spline basis for the varying co- efficient functions; see the documentation for the bs() function in the splines library. df Degrees of freedom of the B-spline basis for the varying coefficient functions; see the documentation for the bs() function in the splines library. corstr Working correlation structure for the generalized estimation equations model used to estimate the coefficient functions; see the documentation for the gee() function in the gee library. Options provided by the gee() function include "in- dependence", "fixed", "stat_M_dep", "non_stat_M_dep", "exchangeable", "AR- M" and "unstructured". M An integer indexing the M value (complexity) of the dependence structure, if corstr is M-dependent or AR-M; see the documentation for the gee() function in the gee library. This will be ignored if the correlation structure does not require an M parameter. The default value is set to be 1. Value A list with following components: error A vector of length equal to the number of columns in the input matrix X. It contains sum squared error values for regression models which include the time- varying effects of the z covariates (if any) as well as each X covariate by itself. The lower this error is, the more desirable it is to retain the corresponding X covariate in a later predictive model. rank The rank of the error measures. This will have length equal to the number of columns in the input matrix X, and will consist of a permutation of the integers 1 through that length. A rank of 1 indicates the feature which appears to have the best predictive performance, 2 represents the second best and so on. Examples set.seed(12345678) results <- simulateLD(p=500) subset1 <- seq(1,5,2) subset2 <- seq(100,200,2) subset3 <- seq(202,400,2) subset4 <- seq(401,499,2) set <-c(subset1,subset2,subset3,subset4) Jmin <- min(table(results$id)) - 1 screenResults <- screenLD(X = results$X, Y = results$Y, z = results$z, id = results$id, subset = set, time = results$time, degree = 3, df = 4, corstr = "stat_M_dep", M = Jmin ) rank <- screenResults$rank 6 screenVCM unlist(rank) trueIdx <- c(5,100,200,400) rank[which(set %in% trueIdx)] screenVCM Perform screening for ultrahigh-dimensional varying coefficient model Description Implements a screening procedure proposed by Liu, Li and Wu(2014) for varying coefficient models with ultra-high dimensional predictors. The function code is adapted from the relevant authors’ code. Special thanks are due to Jingyuan Liu for providing some of the code upon which this function is based. Usage screenVCM(X, Y, U) Arguments X Matrix of predictors to be screened. There should be one row for each observa- tion. Y Vector of responses. It should have the same length as the number of rows of X. U Covariate, with which coefficient functions vary. Value A list with following components: CORR_sq A vector of the unconditioned squared correlation with length equal to the number of columns in the input matrix X. The hgh the unconditioned squared correlation is, the more desirable it is to retain the corresponding X covariate in a later predictive model. rank Vector for the rank of the predictors in terms of the conditional correlation ˆ j in the paper). This will have length equal to the number of columns in the input matrix ( rho∗ X, and will consist of a permutation of the integers 1 through that length. A rank of 1 indicates the feature which appears to have the best marginal predictive performance with largest rho∗ˆ j, 2 represents the second best and so forth. References Liu, J., Li, R., & Wu, R. (2014). Feature selection for varying coefficient models with ultrahigh- dimensional covariates. Journal of the American Statistical Association, 109: 266-274. <DOI:10.1080/01621459.2013.85008 simulateDCSIS 7 Examples set.seed(12345678) results <- simulateVCM(p=400, trueIdx = c(2, 100, 300), betaFun = function(U) { beta2 <- 2*I(U>0.4) beta100 <- 1+U beta300 <- (2-3*U)^2 return(c(beta2, beta100, beta300)) }) screenResults<- screenVCM(X = results$X, Y = results$Y, U = results$U) rank <- screenResults$rank unlist(rank) trueIdx <- c(2,100,400, 600, 1000) rank[trueIdx] simulateDCSIS Simulate a dataset for demonstrating the performance of screenIID with the DC-SIS method Description Simulates a dataset that can be used to demonstrate variable screening for ultrahigh-dimensional regression with the DC-SIS option in screenIID. The simulated dataset has p numerical predictors X and a categorical Y-response. The data-generating scenario is a simplified version of Example 3.1a (homoskedastic) or 3.1d (heteroskedastic) of Li, Zhong & Zhu (2012). Specifically, the X covariates are normally distributed with mean zero and variance one, and may be correlated if the argument rho is set to a nonzero value. The response Y is generated as either Y = 6*X1 + 1.5*X2 + 9*1X12 < 0 + exp(2*X22)*e if heteroskedastic=TRUE, or Y = 6*X1 + 1.5*X2 + 9*1X12 < 0 + 6*X22 + e if heteroskedastic=FALSE, where e is a standard normal error term and 1 is a zero-one indicator function for the truth of the statement contained. Special thanks are due to Wei Zhong for providing some of the code upon which this function is based. Usage simulateDCSIS(n = 200, p = 5000, rho = 0, heteroskedastic = TRUE) Arguments n Number of subjects in the dataset to be simulated. It will also equal to the number of rows in the dataset to be simulated, because it is assumed that each row represents a different independent and identically distributed subject. p Number of predictor variables (covariates) in the simulated dataset. These co- variates will be the features screened by DC-SIS. 8 simulateLD rho The correlation between adjacent covariates in the simulated matrix X. The within-subject covariance matrix of X is assumed to has the same form as an AR(1) autoregressive covariance matrix, although this is not meant to imply that the X covariates for each subject are in fact a time series. Instead, it is just used as an example of a parsimonious but nontrivial covariance structure. If rho is left at the default of zero, the X covariates will be independent and the simulation will run faster. heteroskedastic Whether the error variance should be allowed to depend on one of the predictor variables. Value A list with following components: X Matrix of predictors to be screened. It will have n rows and p columns. Y Vector of responses. It will have length n. References Li, R., Zhong, W., & Zhu, L. (2012) Feature screening via distance correlation learning. Journal of the American Statistical Association, 107: 1129-1139. <DOI:10.1080/01621459.2012.695654> Examples set.seed(12345678) results <- simulateDCSIS() simulateLD Simulate a dataset for testing the performance of screenlong Description Simulates a dataset that can be used to test the screenlong function, and to test the performance of the proposed method under different scenarios. The simulated dataset has two z-covariates and p x-covariates, only a few of which have nonzero effect. There are n subjects in the simulated dataset, each having J observations, which are not necessarily evenly timed, we randomly draw a subset to create an unbalanced dataset. The within-subject correlation is assumed to be AR-1. Usage simulateLD( n = 100, J = 10, rho = 0.6, p = 500, trueIdx = c(5, 100, 200, 400), beta0Fun = NULL, betaFun = NULL, gammaFun = NULL, simulateLD 9 varFun = NULL ) Arguments n Number of subjects in the simulated dataset J Number of observations per subject rho The correlation parameter for the AR-1 correlation structure. p The total number of features to be screened from trueIdx The indexes for the active features in the simulated x matrix. This should be a vector, and the values should be a subset of 1:p. beta0Fun The time-varying intercept for the data-generating model, as a function of time. If left as null, it will default to f(t) 2 * t^2 - 1. Time is assumed to be scaled to the interval [0,1]. betaFun The time-varying coefficients for z in the data-generating model, as a function of time. If left as null, it will be specified as two functions. The first is f(t) exp(t + 1)/2. The second is f(t) t^2 + 0.5. Time is assumed to be scaled to the interval [0,1]. gammaFun A list of functions of time, one function for each entry in trueIdx, giving the time-varying effects of each active feature in the simulated x matrix. If left as null, it will be specified as four functions. The first is a step function f(t)=(t > 0.4). The second is f(t)=- cos(2 * pi * t). the third is f(t)=(2 - 3 * t)^2/2 - 1. The fourth is f(t)=sin(2 * pi * t). varFun A function of time telling the marginal variance of the error function at a given time. If left as null, it will be specified as function(t) 0.5 + 3 * t^3. Value A list with following components: x Matrix of features to be screened. It will have n*J rows and p columns. y Vector of responses. It will have length of n*J. z A matrix representing covariates to be included in each of the screening models. The first column will be all ones, representing the intercept. The second will consist of random ones and zeros, representing simulated genders. id Vector of integers identifying the subject to which each observation belongs. time Vector of real numbers identifying observation times. It should have the same length as the number of rows of x. Examples set.seed(12345678) results <- simulateLD(p=1000) 10 simulateMVSIS simulateMVSIS Simulate a dataset for demonstrating the performance of screenIID with the MV-SIS option with categorical outcome variable Description Simulates a dataset that can be used to test screenIID for ultrahigh-dimensional discriminant anal- ysis with the MV-SIS option. The simulation is based on the balanced scenarios in Example 3.1 of Cui, Li & Zhong (2015). The simulated dataset has p numerical X-predictors and a categorical Y-response. Special thanks are due to Wei Zhong for providing some of the code upon which this function is based. Usage simulateMVSIS(R = 2, n = 40, p = 2000, mu = 3, heavyTailedCovariates = FALSE) Arguments R a positive integer, number of outcome categories for multinomial (categorical) outcome Y. n Number of subjects in the dataset to be simulated. It will also equal to the number of rows in the dataset to be simulated, because it is assumed that each row represents a different independent and identically distributed subject. p Number of predictor variables (covariates) in the simulated dataset. These co- variates will be the features screened by DC-SIS. mu Signal strength; the larger mu is, the easier the active covariates will be to dis- cover. # Specifically, mu is added to the rth predictor for r=1,...,R, so that the probability that Y equals r will be higher if the rth predictor is higher. It is as- sumed that p»r so that most predictors will be inactive. In real data there is no reason why, say, the first two columns in the matrix should be the important ones, but this is convenient in a simulation and the choice of permutation of the columns involves no loss of generality. heavyTailedCovariates If TRUE, the covariates will be generated as independent t variates, plus covariate- specific constants. If FALSE, they will be generated as independent standard normal variates. Value A list with following components: X Matrix of predictors to be screened. It will have n rows and p columns. Y Vector of responses. It will have length n. References Cui, H., Li, R., & Zhong, W. (2015). Model-free feature screening for ultrahigh dimensional dis- criminant analysis. Journal of the American Statistical Association, 110: 630-641. <DOI:10.1080/01621459.2014.920256> simulateMVSISNY 11 Examples set.seed(12345678) results <- simulateMVSIS() simulateMVSISNY Simulate a dataset for demonstrating the performance of screenIID with the MV-SIS method with numeric outcome Y Description Simulates a dataset that can be used to demonstrate variable screening for ultrahigh-dimensional regression with categorical predictors and numerical outcome variable using the MV-SIS-NY option in screenIID. The simulated dataset has p numerical predictors X and a categorical response Y. The X covariates are generated as binary with success probability 0.5 each. The response Y is generated as Y = 5*X1 + 5*X2 + 5*X12 + 5*X22 + e if heteroskedastic=FALSE, where e is a standard normal error term and 1 is a zero-one indicator function for the truth of the statement contained. Special thanks are due to Wei Zhong for providing some of the code upon which this function is based. Usage simulateMVSISNY(n = 500, p = 1000) Arguments n Number of subjects in the dataset to be simulated. It will also equal to the number of rows in the dataset to be simulated, because it is assumed that each row represents a different independent and identically distributed subject. p Number of predictor variables (covariates) in the simulated dataset. These co- variates will be the features screened by DC-SIS. Value A list with following components: X Matrix of predictors to be screened. It will have n rows and p columns. Y Vector of responses. It will have length n. References Cui, H., Li, R., & Zhong, W. (2015). Model-free feature screening for ultrahigh dimensional dis- criminant analysis. Journal of the American Statistical Association, 110: 630-641. <DOI:10.1080/01621459.2014.920256> Examples set.seed(12345678) results <- simulateMVSISNY() 12 simulateSIRS simulateSIRS Simulate a dataset for demonstrating the performance of screenIID with the SIRS method Description Simulates a dataset that can be used to demonstrate variable screening for ultrahigh-dimensional regression with the SIRS option in screenIID. The simulated dataset has p numerical predictors X and a categorical Y-response. The data-generating scenario is a simplified version of Exam- ple 1 of Zhu, Li, Li and Zhu (2011). Specifically, the X covariates are normally distributed with mean zero and variance one, and may be correlated if the argument rho is set to a nonzero value. The response Y is generated as Y = c*X1 + 0.8*c*X2 + 0.6*c*X3 + 0.4*c*X4 + 0.5*c*X5 + sigma*e. where c is the argument SignalStrength, e is either a standard normal distribution (if HeavyTailedResponse==FALSE) or t distribution with 1 degree of freedom (if HeavyTaile- dResponse==TRUE). sigma is either sqrt(6.83) if heteroskedastic==FALSE, or else exp(X20+X21+X22) if heteroskedastic=TRUE. Usage simulateSIRS( n = 200, p = 5000, rho = 0, HeavyTailedResponse = TRUE, heteroskedastic = TRUE, SignalStrength = 1 ) Arguments n Number of subjects in the dataset to be simulated. It will also equal to the number of rows in the dataset to be simulated, because it is assumed that each row represents a different independent and identically distributed subject. p Number of predictor variables (covariates) in the simulated dataset. These co- variates will be the features screened by DC-SIS. rho The correlation between adjacent covariates in the simulated matrix X. The within-subject covariance matrix of X is assumed to has the same form as an AR(1) autoregressive covariance matrix, although this is not meant to imply that the X covariates for each subject are in fact a time series. Instead, it is just used as an example of a parsimonious but nontrivial covariance structure. If rho is left at the default of zero, the X covariates will be independent and the simulation will run faster. HeavyTailedResponse If this is true, Y residuals will be generated to have much heavier tails (more unusually high or low values) then a normal distribution would have. simulateVCM 13 heteroskedastic Whether the error variance should be allowed to depend on one of the predictor variables. SignalStrength A constant used in the simulation to increase or decrease the signal-to-noise ratio; it was set to 0.5, 1, or 2 for weaker, medium or stronger signal. Value A list with following components: X Matrix of predictors to be screened. It will have n rows and p columns. Y Vector of responses. It will have length n. References Zhu, L.-P., Li, L., Li, R., & Zhu, L.-X. (2011). Model-free feature screening for ultrahigh-dimensional data. Journal of the American Statistical Association, 106, 1464-1475. <DOI:10.1198/jasa.2011.tm10563> Examples set.seed(12345678) results <- simulateSIRS() simulateVCM Simulate a dataset for testing the performance of screenVCM Description Simulates a dataset that can be used to test the screenVCM function, and to test the performance of the proposed method under different scenarios. The simulated dataset has a single U-covariate and p X-predictors, only a few of which have nonzero effect. Jingyuan Liu for providing some of the code upon which this function is based. Usage simulateVCM( n = 200, rho = 0.4, p = 1000, trueIdx = c(2, 100, 400, 600, 1000), betaFun = NULL ) Arguments n Number of subjects in the simulated dataset rho The correlation matrix of columns of X. p The total number of features to be screened from 14 simulateVCM trueIdx The indexes for the active features in the simulated X matrix. This should be a vector, and the values should be a subset of 1:p. betaFun A list of functions of U, one function for each entry in trueIdx, giving the varying effects of each active predictor in the simulated X matrix. Value A list with following components: X Matrix of predictors to be screened. It will have n rows and p columns. Y Vector of responses. It will have length of n. U A vector representing a covariate with which the coefficient functions vary. Examples set.seed(12345678) results <- simulateVCM(p=1000) Index ∗ analysis simulateLD, 8 screenIID, 2 simulateMVSIS, 10 ∗ dimensional simulateMVSISNY, 11 screenVCM, 6 simulateSIRS, 12 ∗ discriminant simulateVCM, 13 screenIID, 2 ∗ feature screenIID, 2 screenLD, 4 screenVCM, 6 ∗ high-dimensional screenIID, 2 screenLD, 4 ∗ models screenVCM, 6 ∗ regression screenIID, 2 screenLD, 4 screenVCM, 6 ∗ screening screenIID, 2 screenLD, 4 screenVCM, 6 ∗ selection screenIID, 2 screenLD, 4 screenVCM, 6 ∗ ultra-high screenVCM, 6 ∗ variable screenIID, 2 screenLD, 4 screenVCM, 6 ∗ varying-coefficient screenVCM, 6 screenIID, 2 screenLD, 4 screenVCM, 6 simulateDCSIS, 7 15
COLP
cran
Package ‘COLP’ October 12, 2022 Type Package Title Causal Discovery for Categorical Data with Label Permutation Version 1.0.0 Date 2022-09-23 Description Discover causality for bivariate categorical data. This package aims to enable users to dis- cover causality for bivariate observational categori- cal data. See Ni, Y. (2022) <arXiv:2209.08579> ``Bivariate Causal Discovery for Categori- cal Data via Classification with Optimal Label Permutation. Advances in Neural Informa- tion Processing Systems 35 (in press)''. License MIT + file LICENSE Encoding UTF-8 LazyData true RoxygenNote 7.1.2 Imports MASS, combinat, stats URL https://github.com/nySTAT/COLP BugReports https://github.com/nySTAT/COLP/issues NeedsCompilation no Author Yang Ni [aut, cre] (<https://orcid.org/0000-0003-0636-2363>) Maintainer Yang Ni <yni@stat.tamu.edu> Depends R (>= 3.5.0) Repository CRAN Date/Publication 2022-09-29 08:40:12 UTC R topics documented: CatPairs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 COLP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Index 3 1 2 COLP CatPairs Categorical Cause-Effect Pairs Description Cause-effect pairs extracted from R packages MASS and datasets for which the pairwise causal relationships are clear from the context, and at least one of the variables in each pair is categorical. For non-categorical variable, we discretized it at 5 evenly spaced quantiles.The current version contains 33 categorical cause-effect pairs. Usage data(CatPairs) Format A list of length 2. The first element is a list of 33 cause-effect pairs as data frames with the first column being the cause and the second column being the effect. The second element is a list of sources of each pair. COLP Causal Discovery for Bivariate Cateogrical Data Description Estimate a causal directed acyclic graph (DAG) for ordinal cateogrical data with greedy or exhaus- tive search. Usage COLP(y, x, algo = "E") Arguments y factor, a potential effect variable x factor, a potential cause variable algo exhaustive search (algo="E") of category ordering or greedy search (algo="G") Value A list of length 3. cd = 1 if x causes y; cd = 0 otherwise. P is the optimal odering of the effect variable. epsilon is the difference in log-likelihood favoring x causes y. Examples fit = COLP(CatPairs[[1]][[1]]$Diffwt,CatPairs[[1]][[1]]$Treat,algo="E") fit$cd Index ∗ datasets CatPairs, 2 CatPairs, 2 COLP, 2 3
rD3plot
cran
Package ‘rD3plot’ March 22, 2023 Type Package Version 1.0.68 Date 2023-03-21 Title Interactive Networks, Timelines, Barplots, Galleries with 'D3.js' Description Creates interactive analytic graphs with 'R'. It joins the data analysis power of R and the visual- ization libraries of JavaScript in one package. The package provides interactive networks, time- lines, barplots, image galleries and evolving networks. Graphs are repre- sented as 'D3.js' graphs embedded in a web page ready for its interactive analysis and exploration. License GPL-2 | GPL-3 Depends R (>= 3.5.0) Imports igraph (>= 1.0.1) Suggests shiny, evolMap NeedsCompilation no Maintainer Modesto Escobar <modesto@usal.es> Encoding UTF-8 Author Modesto Escobar [aut, cph, cre] (<https://orcid.org/0000-0003-2072-6071>), Carlos Prieto [aut] (<https://orcid.org/0000-0001-8178-9768>), David Barrios [aut] Repository CRAN Date/Publication 2023-03-22 16:50:10 UTC R topics documented: rD3plot-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 add_tutorial_rd3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 barplot_rd3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 evolNetwork_rd3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 finches . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1 2 add_tutorial_rd3 galapagos . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 gallery_rd3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 miserables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 network_rd3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 pie_rd3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 rd3_addDescription . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 rd3_addImage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 rd3_fromIgraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 rd3_layoutCircle . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 rd3_layoutGrid . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 rd3_multigraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 rd3_multiPages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 rd3_toIgraph . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 shiny_rd3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 sociologists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 timeline_rd3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Index 25 rD3plot-package The rD3plot package. Description Creates interactive analytic graphs with ’R’. It joins the data analysis power of R and the visualiza- tion libraries of JavaScript in one package. The package provides interactive networks, timelines, barplots, image galleries and evolving networks. Graphs are represented as D3 graphs embedded in a web page ready for its interactive analysis and exploration add_tutorial_rd3 Adds a tutorial for the gallery. Description add_tutorial_rd3 adds a tutorial for a gallery. Usage add_tutorial_rd3(x, image = NULL, description = NULL) Arguments x object of class gallery_rd3. image character vector indicating the image path, header for the tutorial. description a character string indicating a desription text to insert in the tutorial. barplot_rd3 3 Value Object of class gallery_rd3. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples data("finches") finches$species <- system.file("extdata", finches$species, package="rD3plot") # copy path to the species field gallery <- gallery_rd3(finches, image="species", main="Species in Galapagos Islands", note="Data source: Sanderson (2000)") gallery <- add_tutorial_rd3(gallery, description="Here you can see different finches species in Galapagos islands.") ## Not run: plot(gallery) ## End(Not run) barplot_rd3 Networked barplot. Description barplot_rd3 produces an interactive barplot of coincidences between events. Usage barplot_rd3(events, links, name = NULL, select = NULL, source = NULL, target = NULL, label = NULL, text = NULL, color = NULL, incidences = NULL, coincidences = NULL, expected = NULL, confidence = NULL, level = .95, significance = NULL, sort = NULL, decreasing = FALSE, scalebar = FALSE, defaultColor = "#1f77b4", note = NULL, cex = 1, language = c("en","es","ca"), dir = NULL) Arguments events a data frame with at least two columns of event names (by default 1st column) and incidences (2nd column). Columns for each variable can be specified at name and incidences parameters. 4 barplot_rd3 links a data frame with at least three columns indicating source event, target event and number of coincidences (in that order). Columns assigned to each variable can be specified at source, target and concidences parameters. name column name with event names in the events data frame. source column name with source names in the links data frame. target column name with target names in the links data frame. select event name to start the visualization. label column name with labels in the events data frame. text column name with html text in the events data frame. color column name with color variable in the events data frame. coincidences column nane with coincidences in the links data frame. incidences column name with incidences in the events data frame. expected column name with expected coincidences in the links data frame. confidence column name with confidence interval in the links data frame. level confidence level significance column name with significance in the links data frame. sort column name in the events data frame to order the bars in the graph. decreasing order the events in a decreasing order. scalebar bars are represented filling all the screen height. defaultColor a string giving a valid html color. note the lower title of the graph. cex a number giving the amount by which plotting text should be scaled relative to the default. language a character string indicating the language of the graph (en=english (default); es=spanish; ca=catalan). dir a character string representing the directory where the web files will be saved. Value Object of class barplot_rd3. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples data(finches) data(galapagos) barplot <- barplot_rd3(finches, galapagos, select="Certhidea olivacea", note="Data source: Sanderson (2000)") ## Not run: plot(barplot) ## End(Not run) evolNetwork_rd3 5 evolNetwork_rd3 Create evolving networks. Description evolNetwork_rd3 produce an evolving network. Usage evolNetwork_rd3(..., frame = 0, speed = 50, loop = FALSE, lineplots = NULL, dir = NULL) Arguments ... network_rd3 objects that will be integrated as temporal frames in the evolving network. frame a frame ordinal position where the playback will start. speed a percentage value for the playback speed of network frames. loop allowing continuous repetition. lineplots a character vector giving the node attributes to show as lineplots. dir a "character" string representing the directory where the graph will be saved. Value This function returns a network_rd3 object. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples nets <- list() N <- data.frame(name=paste0("node",1:2)) E <- data.frame(Source="node1",Target="node2") nets[["net1"]] <- network_rd3(N, E, repulsion=98, label=FALSE) for(i in 3:100){ N <- rbind(N,data.frame(name=paste0("node",i))) E <- rbind(E,data.frame(Source=paste0("node",i-1),Target=paste0("node",i))) nets[[paste0("net",i-1)]] <- network_rd3(N, E, repulsion=100-i, label=FALSE) } nets$speed=100 net <- do.call(evolNetwork_rd3,nets) 6 finches ## Not run: plot(net) ## End(Not run) finches Data: Finches’ attributes in Galapagos islands. Description Data frame with events as result. Usage data("finches") Format A data frame with 13 observations (pinches) and 4 variables (name and characteristics): name : Genus and species of the finche frequency : number of islands where the finche can be found type : Genus of the finche species : name of the file containing the picture of the finche References Sanderson, James (2000). Testing Ecological Patterns: A Well-known Algorithm from Computer Science Aids the Evaluation of Species Distributions. American Scientist, 88, pp. 332-339. Examples data(finches) head(finches,10) galapagos 7 galapagos Data: Finches’ presence in Galapagos Islands. Description Data frame containing data of finches coapperance in the Galagos Islands. Usage data("galapagos") Format This links data set consists of three variables of length 60: Source : Finche 1 Target : Finche 2 coincidences : number of islands they share References Sanderson, James (2000). Testing Ecological Patterns: A Well-known Algorithm from Computer Science Aids the Evaluation of Species Distributions. American Scientist, 88, pp. 332-339. Examples data(galapagos) head(galapagos,10) gallery_rd3 Images in a grid gallery. Description gallery_rd3 produces an interactive image gallery. Usage gallery_rd3(nodes, tree = NULL, name = NULL, label = NULL, color = NULL, border = NULL, ntext = NULL, info = NULL, infoFrame = c("right","left"), image = NULL, zoom = 1, itemsPerRow = NULL, main = NULL, note = NULL, showLegend = TRUE, frequencies = FALSE, help = NULL, helpOn = FALSE, tutorial = FALSE, description = NULL, descriptionWidth = NULL, roundedItems = FALSE, controls = 1:5, cex = 1, defaultColor = "#1f77b4", language = c("en", "es", "ca"), dir = NULL) 8 gallery_rd3 Arguments nodes a data frame with at least three columns of names, start and end. tree a data frame with two columns: source and target, describing relationships be- tween nodes. It indicates a hierarchy between nodes which can be dynamically explored. name column name with image names in the nodes data frame. label column name with image labels in the nodes data frame. color column name with image background color variable in the nodes data frame. border column name with image border width variable in the nodes data frame or a numeric vector. ntext column name with html text in the nodes data frame. info column name with information to display in a panel in the nodes data frame. infoFrame In which panel should the information be displayed? The left panel is only avail- able if the description argument is provided and frequencies are not showing. image column name which indicates the image paths in the nodes data frame. zoom a number between 0.1 and 10 as initial displaying zoom. itemsPerRow number of items in each row. main upper title of the graph. note lower title of the graph. frequencies a logical value true if barplots representing node attributes frequencies will be added to the final graph. showLegend a logical value true if the legend is to be shown. help a character string indicating a help text of the graph. helpOn Should the help be shown at the beginning? tutorial Should tutorial be displayed? description a character string indicating a desription text for the graph. descriptionWidth a percentage indicating a width for the description panel (25 by default). roundedItems Display items with rounded borders. controls a numeric vector indicating which controls will be shown. 1 = topbar, 2 = pdf exportation, 3 = xlsx exportation, 4 = table, 5 = netCoin logo. NULL hide all controls, negative values deny each control and 0 deny all. cex number indicating the amount by which plotting text should be scaled relative to the default. defaultColor a character vector giving a valid html color for node representation. language a character string indicating the language of the graph (en=english (default); es=spanish; ca=catalan). dir a character string representing the directory where the web files will be saved. miserables 9 Value Object of class gallery_rd3. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples data("finches") finches$species <- system.file("extdata", finches$species, package="rD3plot") # copy path to the species field gallery <- gallery_rd3(finches, image="species", main="Species in Galapagos Islands", note="Data source: Sanderson (2000)") ## Not run: plot(gallery) ## End(Not run) miserables Coappearance network of characters in Les Miserables (undirected) Description A list of two datasets, vertices and edges, containing data on characters and their coapperance in chapters in Victor Hugo’s Les Miserables. Usage data("miserables") Format A list of two data frames: • the links data set consists of three variables of length 254: – Source: Character 1 – Target: Character 2 – value: number of times they appear together in a chapter of Les Miserables • the nodes data set consists of two variables with information on 77 characters: – name: Character name – group: Character group References D. E. Knuth, The Stanford GraphBase: A Platform for Combinatorial Computing, Addison-Wesley, Reading, MA (1993). 10 network_rd3 Examples data(miserables) head(miserables,10) network_rd3 Interactive network. Description network_rd3 produces a network_rd3 object ready for its representation as an interactive network in a web browser. Its input has to be two data.frames: one of attributes of events or nodes, and the other of attributes of the edges or links. Usage network_rd3(nodes = NULL, links = NULL, tree = NULL, community = NULL, layout = NULL, name = NULL, label = NULL, group = NULL, groupText = FALSE, labelSize = NULL, size = NULL, color = NULL, shape = NULL, border = NULL, legend = NULL, sort = NULL, decreasing = FALSE, ntext = NULL, info = NULL, image = NULL, imageNames = NULL, nodeBipolar = FALSE, nodeFilter = NULL, degreeFilter = NULL, source = NULL, target = NULL, lwidth = NULL, lweight = NULL, lcolor = NULL, ltext = NULL, intensity = NULL, linkBipolar = FALSE, linkFilter = NULL, repulsion = 25, distance = 10, zoom = 1, fixed = showCoordinates, limits = NULL, main = NULL, note = NULL, showCoordinates = FALSE, showArrows = FALSE, showLegend = TRUE, frequencies = FALSE, showAxes = FALSE, axesLabels = NULL, scenarios = NULL, help = NULL, helpOn = FALSE, mode = c("network","heatmap"), roundedItems = FALSE, controls = 1:4, cex = 1, background = NULL, defaultColor = "#1f77b4", language = c("en","es","ca"), dir = NULL) Arguments nodes a data frame with at least one column of node names. links a data frame with at least two columns with source and target node names. tree a data frame with two columns: source and target, describing relationships be- tween nodes. It indicates a hierarchy between nodes which can be dynamically explored. name name of the column with names in the nodes data frame. source name of the column with source names in the links data frame. target name of the column with target names in the links data frame. label name of the column with labels in the nodes data frame. network_rd3 11 group name of the column with groups in the nodes data frame. groupText show names of the groups. community algorithm to make communities: edge_betweenness("ed"), fast_greedy("fa"), label_prop("la"), leiden_eigen("le"), louvain("lo"), optimal("op"), spinglass("sp"), walktrap("wa") labelSize name of the column with label size in the nodes data frame. size name of the column with size in the nodes data frame. color name of the column with color variable in the nodes data frame. shape name of the column with shape variable in the nodes data frame. legend name of the column with the variable to represent as a legend in the nodes data frame. ntext name of the column with html text in the nodes data frame. info name of the column with information to display in a panel in the nodes data frame. border name of the column with border width in the nodes data frame. sort name of the column with node order in the nodes data frame (only for heatmap). decreasing decreasing or increasing sort of the nodes (only for heatmap). intensity name of the column with intensity variable in the links data frame (only for heatmap). lwidth name of the column with width variable in the links data frame. lweight name of the column with weight variable in the links data frame. lcolor name of the column with color variable in the links data frame. ltext name of the column with labels in the links data frame. nodeFilter a character string with a condition for filtering nodes. linkFilter a character string with a condition for filtering links. degreeFilter numeric vector to filter the resulting network by degree. Input can be a number which specifies the minimum degree or two numbers which specify the lower and upper limits of the filter. nodeBipolar a logical value that polarizes negative and positive node values in the graphical representation. Indicates whether the color key should be made symmetric about 0. linkBipolar a logical value that polarizes negative and positive link values in the graphical representation. Indicates whether the color key should be made symmetric about 0. defaultColor a character vector giving a valid html color for node representation. repulsion a percentage for repulsion between nodes. distance a percentage for distance of links. zoom a number between 0.1 and 10 to start displaying zoom. fixed prevent nodes from being dragged. scenarios a note showing number of scenarios. 12 network_rd3 main upper title of the graph. note lower title of the graph. frequencies a logical value true if barplots representing node attributes frequencies will be added to the final graph. help help text of the graph. helpOn Should the help be shown at the beginning? background background color or image path of the graph. layout a matrix with two columns with x/y coordinates or an algorithm to calculate the static layout of the network: davidson.harel drl("da"), circle("ci"), Force-Atlas- 2("fo"), fruchterman.reingold("fr"), gem("ge"), grid("gr"), kamada.kawai("ka"), lgl("lg"), mds("md"), random("ra"), reingold.tilford("re"), star("sta"), sugiyama("sug") limits vector indicating the layout limits, must be a numeric vector of length 4 on this order: x_min, y_min, x_max, y_max. cex number indicating the amount by which plotting text should be scaled relative to the default. roundedItems Display images with rounded borders. controls a numeric vector indicating which controls will be shown. 1 = sidebar, 2 = selection buttons, 3 = export buttons, 4 = nodes table, 5 = links table. NULL hide all controls, negative values deny each control and 0 deny all. mode a character vector indicating the graph mode allowed: network, heatmap or both (both by default). showCoordinates a logical value true if the coordinates are to be shown in tables and axes. Default = FALSE. showArrows a logical value true if the directional arrows are to be shown. Default = FALSE. showLegend a logical value true if the legend is to be shown. showAxes a logical value true if the axes are to be shown. axesLabels a character vector giving the axes names. language a character string indicating the language of the graph (en=english (default); es=spanish; ca=catalan). image name of the column with the path to node image files in the nodes data frame. imageNames name of the column with names for image files in the nodes data frame which will be shown in the legend. dir a "character" string representing the directory where the resulting web files will be saved. Value This function returns a network_rd3 object. If the ’dir’ attribute is specified, the function creates a folder in the computer with an HTML document named index.html which contains the produced graph. This file can be directly opened with your browser and sent to a web server to work properly. pie_rd3 13 Note nodes and links arguments can be substituted by a network_rd3 object to add or change options to it. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples data(miserables) net <- network_rd3(miserables$nodes, miserables$links, size="degree", color="group", lwidth="value") ## Not run: plot(net) ## End(Not run) pie_rd3 Networked barplot. Description pie_rd3 produces an interactive barplot of coincidences between events. Usage pie_rd3(v, w = NULL, labels = NULL, colors = NULL, nodes = NULL, links = NULL, name = NULL, source = NULL, target = NULL, lcolor = NULL, ablineX = NULL, ablineY = NULL, hideUpper = FALSE, main = NULL, note = NULL, showLegend = TRUE, help = NULL, helpOn = FALSE, cex = 1, language = c("en", "es", "ca"), dir = NULL) Arguments v a vector or array of non-negative numerical quantities. The values are displayed as the areas of pie slices. w an array of non-negative numerical quantities. The first value is displayed as a pie slice bordered red. labels character strings giving names for the slices. colors a vector of colors to be used in filling the slices. nodes a data frame with information for rows and columns. links a data frame with information for each pie. name name of the column with rownames and colnames in the nodes data frame. source name of the column with rownames in the links data frame. 14 rd3_addDescription target name of the column with colnames in the links data frame. lcolor name of the column with color variable in the links data frame. ablineX adds one or more straight vertical lines between pies. ablineY adds one or more straight horizontal lines between pies. hideUpper should hide the upper triangle? main upper title of the graph. note lower title of the graph. showLegend a logical value true if the legend is to be shown. help a character string indicating a help text of the graph. helpOn Should the help be shown at the beginning? cex number indicating the amount by which plotting text should be scaled relative to the default. language a character vector (es=spanish; en=english; ca=catalan). dir a character string representing the directory where the web files will be saved. Value Object of class pie_rd3. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples pie <- pie_rd3(1:4, labels = c("XY","X","","Y"), colors = c("black","cadetblue2", "white","cadetblue3")) ## Not run: plot(pie) ## End(Not run) rd3_addDescription Adds a description to a ’rD3plot’ object. Description rd3_addDescription adds a description to a ’rD3plot’ object. Usage rd3_addDescription(x, description) rd3_addImage 15 Arguments x A ’rD3plot’ object. description the description text. Value A ’rD3plot’ object. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples data(finches) data(galapagos) bar <- barplot_rd3(finches, galapagos, select="Certhidea olivacea") img <- system.file("extdata", "p.Crassirostris.png", package="rD3plot") bar <- rd3_addDescription(bar,"Species coincidences in Galapagos Islands") multi <- rd3_multigraph(barplot=bar) ## Not run: rd3_multiPages(multi,"Graph image example",show=TRUE) ## End(Not run) rd3_addImage Adds an image to a ’rD3plot’ object. Description rd3_addImage adds an image to a ’rD3plot’ object. Usage rd3_addImage(x, img) Arguments x A ’rD3plot’ object. img character vector indicating the image path. Value A ’rD3plot’ object. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. 16 rd3_fromIgraph Examples data(finches) data(galapagos) bar <- barplot_rd3(finches, galapagos, select="Certhidea olivacea") img <- system.file("extdata", "p.Crassirostris.png", package="rD3plot") bar <- rd3_addImage(bar,img) multi <- rd3_multigraph(barplot=bar) ## Not run: rd3_multiPages(multi,"Graph image example",show=TRUE) ## End(Not run) rd3_fromIgraph Produce interactive networks from ’igraph’ objects. Description rd3_fromIgraph produce an interactive network from an ’igraph’ object. Usage rd3_fromIgraph(G, ...) Arguments G an igraph object. ... Any network_rd3 argument. Value This function returns a network_rd3 object. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples g <- igraph::make_ring(10) rd3_fromIgraph(g) rd3_layoutCircle 17 rd3_layoutCircle Produce a circle layout of any number of nodes. Description rd3_layoutCircle produces a circle layout of any number of nodes. Usage rd3_layoutCircle(N,nodes=seq_len(nrow(N)),deg=0,name=NULL) Arguments N a data frame of nodes. nodes a vector specifing the node names inclued in the layout calculation. deg rotation degrees. name column name with node names in the N data frame. Value ‘rd3_layoutCircle’ produces a circle layout of any number of nodes. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples A <- data.frame(name=letters) L <- rd3_layoutCircle(A,name="name") net <- network_rd3(A,layout=L) ## Not run: plot(net) ## End(Not run) 18 rd3_layoutGrid rd3_layoutGrid Produce a grid layout of any number of nodes. Description rd3_layoutGrid produces a grid layout of any number of nodes. Usage rd3_layoutGrid(N,string,name=NULL,byrow=FALSE) Arguments N a data frame of nodes. string a character vector specifing grouped nodes. name column name with node names in the N data frame. byrow order nodes by row (default) or by columns (FALSE) Value ‘rd3_layoutGrid’ produces a grid layout of any number of nodes. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples A <- data.frame(name=letters) L <- rd3_layoutGrid(A,"a,b,c,d,e.f,g,h,i,j.k,l,m,n,o,p.q,r,s,t,u.v,w,x,y,z","name") net <- network_rd3(A,layout=L) ## Not run: plot(net) ## End(Not run) rd3_multigraph 19 rd3_multigraph Integrates interactive ’rD3plot’ graphs. Description rd3_multigraph produce an interactive multi graph with the integration of ’rD3plot’ graphs in the final result. Usage rd3_multigraph(..., mfrow = NULL, dir = NULL) Arguments ... rD3plot graphs (network_rd3, barplot_rd3, timeplot_rd3) objects or string paths to html "directories". mfrow a vector of the form ’c(nr, nc)’. Subsequent graphs will be drawn in an ’nr’-by- ’nc’ array on the device by rows. dir a "character" string representing the directory where the graph will be saved. Value This function returns a multi_rd3 object. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples data(miserables) net <- network_rd3(miserables$nodes, miserables$links, size="degree", color="group", lwidth="value") data(finches) data(galapagos) bar <- barplot_rd3(finches, galapagos, select="Certhidea olivacea") data(sociologists) time <- timeline_rd3(sociologists,"name","birth","death","birthcountry") multi <- rd3_multigraph(network=net, barplot=bar, timeline=time) ## Not run: plot(multi) ## End(Not run) 20 rd3_multiPages rd3_multiPages Produces a gallery of ’rD3plot’ graphs. Description rd3_multiPages produces a gallery page to explore multiple ’rD3plot’ graphs. Usage rd3_multiPages(x, title = NULL, columns = NULL, imageSize = NULL, description = NULL, note = NULL, cex = 1, dir = tempDir(), show = FALSE) Arguments x is a multi_rd3 object. See rd3_multigraph title the text for a main title. columns a numeric vector giving the number of columns to display items in gallery. De- fault = 3. imageSize a numeric vector giving the size of images in gallery. Default = 75. description a description text for the gallery. note a footer text for the gallery. cex number indicating the amount by which plotting text should be scaled relative to the default. Default = 1. dir a "character" string representing the directory where the graph will be saved. show a logical value true if the graph is to be shown. Default = FALSE. Value The function creates a folder in your computer with an HTML document named index.html which contains the graph. This file can be directly opened with your browser. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples data(miserables) net <- network_rd3(miserables$nodes, miserables$links, size="degree", color="group", lwidth="value") data(finches) data(galapagos) bar <- barplot_rd3(finches, galapagos, select="Certhidea olivacea") rd3_toIgraph 21 data(sociologists) time <- timeline_rd3(sociologists,"name","birth","death","birthcountry") multi <- rd3_multigraph(network=net, barplot=bar, timeline=time) ## Not run: rd3_multiPages(multi,"Some graphs",show=TRUE) ## End(Not run) rd3_toIgraph ’igraph’ object. Description creates an igraph object from a network_rd3 object. Usage rd3_toIgraph(net) Arguments net is a network_rd3 object. See network_rd3 Value An igraph object. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples # A character column (with separator) data(miserables) net <- network_rd3(miserables$nodes, miserables$links, size="degree", color="group", lwidth="value") rd3_toIgraph(net) # conversion into a igraph object 22 sociologists shiny_rd3 Include rD3plot graphs in ’Shiny’. Description Load a rD3plot graph to display in ’Shiny’. Usage shiny_rd3(x) Arguments x is a network_rd3, barplot_rd3 or timeplot_rd3 object. Value This function returns a shiny.tag object. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. sociologists Data: Sociologists born in the 19th century. Description Data frame with names, birth and death year data, birth country and movement. Usage data("sociologists") Format A data frame with 33 observations and the following 4 variables (events) to study coincidences in time: name : name and last name of the sociologist birth : birth year death : death year birthcountry : birth country movements : movement or school of thought timeline_rd3 23 Source Own elaboration from manuals of sociology. Examples data(sociologists) head(sociologists, 10) tail(sociologists, 10) timeline_rd3 Interactive time-bar plot. Description timeline_rd3 produces a timeline_rd3 object ready for its representation as an interactive time line in a web browser. Usage timeline_rd3(periods, name = "name", start = "start", end = "end", group = NULL, text = NULL, main = NULL, note = NULL, info = NULL, events = NULL, eventNames = "name", eventPeriod = "period", eventTime = "date", eventColor = NULL, eventShape = NULL, cex = 1, language = c("en","es","ca"), dir = NULL) Arguments periods a data frame with at least three columns describing period names, start and end. name name of the column with names in the periods data frame. start name of the column with starts in the periods data frame. end name of the column with ends in the periods data frame. group name of the column with a grouping criteria in the periods data frame. text name of the column with a descriptive text of periods (html format) in the peri- ods data frame. main upper title of the graph. note lower title of the graph. info name of the column in the periods data frame with information to display on the information panel. events a data frame of events related to periods (shown as dots) with three columns: interval name, event name and event date eventNames name of the column with event identifiers in the events data frame. eventPeriod name of the column with interval identifiers in the events data frame. eventTime name of the column with time points in the events data frame. 24 timeline_rd3 eventColor name of the column with the color criteria in the events data frame. eventShape name of the column with the shape criteria in the events data frame. cex number indicating the amount by which plotting text should be scaled relative to the default. language a character string indicating the language of the graph (en=english (default); es=spanish; ca=catalan). dir a "character" string representing the directory where the web files will be saved. Value Object of class timeline_rd3. Author(s) Modesto Escobar, Department of Sociology and Communication, University of Salamanca. Examples # Database of 19th century sociologists data(sociologists) timeline <- timeline_rd3(sociologists,"name","birth","death","birthcountry") ## Not run: plot(timeline) ## End(Not run) Index ∗ datasets finches, 6 galapagos, 7 miserables, 9 sociologists, 22 add_tutorial_rd3, 2 barplot_rd3, 3 evolNetwork_rd3, 5 finches, 6 galapagos, 7 gallery_rd3, 7 miserables, 9 network_rd3, 10, 16, 21 pie_rd3, 13 rd3_addDescription, 14 rd3_addImage, 15 rd3_fromIgraph, 16 rd3_layoutCircle, 17 rd3_layoutGrid, 18 rd3_multigraph, 19, 20 rd3_multiPages, 20 rd3_toIgraph, 21 rD3plot-package, 2 shiny_rd3, 22 sociologists, 22 timeline_rd3, 23 25
EIAapi
cran
Package ‘EIAapi’ August 13, 2023 Type Package Title Query Data from the 'EIA' API Version 0.1.2 Maintainer Rami Krispin <rami.krispin@gmail.com> Description Provides a function to query and extract data from the 'US Energy Information Adminis- tration' ('EIA') API V2 <https://www.eia.gov/opendata/>. The 'EIA' API provides a vari- ety of information, in a time series format, about the energy sec- tor in the US. The API is open, free, and requires an access key and registra- tion at <https://www.eia.gov/opendata/>. License MIT + file LICENSE Encoding UTF-8 RoxygenNote 7.2.1 Imports data.table (>= 1.14.2), dplyr (>= 1.0.9), jsonlite (>= 1.8.2), lubridate (>= 1.8.0) Suggests knitr, plotly (>= 4.10.0), rmarkdown SystemRequirements The package required the jq command line library. Please check https://stedolan.github.io/jq/download/ for download instructions. URL https://github.com/RamiKrispin/EIAapi BugReports https://github.com/RamiKrispin/EIAapi/issues NeedsCompilation no Author Rami Krispin [aut, cre] Repository CRAN Date/Publication 2023-08-13 07:10:06 UTC R topics documented: eia_backfill . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 eia_get . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 eia_metadata . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 Index 6 1 2 eia_backfill eia_backfill Pull a Large Number of Observations with a Sequential Query Description This function allows users to overcome the API’s observation limit per query by breaking down the query into smaller sequential sub-queries and appending back the results. The main use case of this function is for backfilling hourly series. Usage eia_backfill(start, end, offset, api_key, api_path, facets) Arguments start defines the start time of the series, should use a POSIXt class for hourly series or Date format for non-hourly series (daily, monthly, etc.) end defines the end time of the series, should use a POSIXt class for hourly series or Date format for non-hourly series (daily, monthly, etc.) offset An integer, defines the number of observations limitation per query. In line with the API limitation of up to 5000 observations per query, the offset argument’s upper limit is 5000 observations. api_key A string, EIA API key, see https://www.eia.gov/opendata/ for registration to the API service api_path A string, the API path to follow the API endpoint https://api.eia.gov/v2/. The path can be found on the EIA API dashboard, for more details see https://www.eia.gov/opendata/browser/ facets A list, optional, set the filtering argument (defined as ’facets’ on the API header), following the structure of list(facet_name_1 = value_1, facet_name_2 = value_2) Details The function use start, end, and offset arguments to define a sequence of queries. Value A time series Examples ## Not run: start <- as.POSIXlt("2018-06-19T00", tz = "UTC") end <- lubridate::floor_date(Sys.time()- lubridate::days(2), unit = "day") attr(end, "tzone") <- "UTC" offset <- 2000 api_key <- Sys.getenv("eia_key") api_path <- "electricity/rto/region-sub-ba-data/data/" eia_get 3 facets = list(parent = "NYIS", subba = "ZONA") df <- eia_backfill(start = start, end = end, offset = offset, api_key = api_key, api_path = api_path, facets = facets) at_y <- pretty(df$value)[c(2, 4, 6)] at_x <- seq.POSIXt(from = start, to = end, by = "2 years") plot(df$time, df$value, col = "#1f77b4", type = "l", frame.plot = FALSE, axes = FALSE, panel.first = abline(h = at_y, col = "grey80"), main = "NY Independent System Operator (West) - Hourly Generation of Electricity", xlab = "Source: https://www.eia.gov/", ylab = "MegaWatt/Hours") mtext(side =1, text = format(at_x, format = "%Y"), at = at_x, col = "grey20", line = 1, cex = 0.8) mtext(side =2, text = format(at_y, scientific = FALSE), at = at_y, col = "grey20", line = 1, cex = 0.8) ## End(Not run) eia_get Query the EIA API Description Function to query and extract data from the EIA API v2 Usage eia_get( api_key, api_path, data = "value", facets = NULL, start = NULL, end = NULL, length = NULL, 4 eia_get offset = NULL, frequency = NULL, format = "data.frame" ) Arguments api_key A string, EIA API key, see https://www.eia.gov/opendata/ for registration to the API service api_path A string, the API path to follow the API endpoint https://api.eia.gov/v2/. The path can be found on the EIA API dashboard, for more details see https://www.eia.gov/opendata/browser/ data A string, the metric type, by default uses ’value’ (defined as ’data’ on the API header) facets A list, optional, set the filtering argument (defined as ’facets’ on the API header), following the structure of list(facet_name_1 = value_1, facet_name_2 = value_2) start A string, optional, set the starting date or time of the series using "YYYY-MM- DD" format for date and "YYYY-MM-DDTHH" format for hourly time series end A string, optional, set the ending date or time of the series using "YYYY-MM- DD" format for date and "YYYY-MM-DDTHH" format for hourly time series length An integer, optional, defines the length of the series, if set to NULL (default), will default to the API default value of 5000 observations per pull. The API enables a pull of up to 100K observations per call. If needed to pull more than the API limit per call, recommend to iterate the call with the use of the start, end and/or offset arguments offset An integer, optional, set the number of observations to offset from the default starting point of the series. If set to NULL (default), will default to the API default value of 0 frequency A string, optional, define the API frequency argument (e.g., hourly, monthly, annual, etc.). If set to NULL (default), will default to the API default value format A string, defines the output of the return object to either "data.frame" (default) or "data.table" Value data.table/data.frame object Examples ## Not run: # Required an EIA API key to send a query api_key <- "YOUR_API_KEY" df <- eia_get( api_key = api_key, api_path = "electricity/rto/fuel-type-data/data/", data = "value" ) eia_metadata 5 ## End(Not run) eia_metadata Pull Metadata from EIA API Description Get data descriptions and metadata from the EIA API Usage eia_metadata(api_path = NULL, api_key) Arguments api_path A string, the API category/route path following the API endpoint (i.e., ’https://api.eia.gov/v2/’) If set to NULL (default) or as empty string "" it returns the main categories avail- able on the API. The path can be found on the EIA API dashboard, for more details see https://www.eia.gov/opendata/browser/ api_key A string, EIA API key, see https://www.eia.gov/opendata/ for registration to the API service Details The function enables to explore the different data categories and available routes inline with the API dashboard (https://www.eia.gov/opendata/browser/) Value a list object with the series description and metadata Examples ## Not run: electricity_metadata <- eia_metadata(api_key = Sys.getenv("eia_key"), api_path = "electricity") electricity_metadata$response$description electricity_metadata$response$id electricity_metadata$response$name electricity_metadata$response$routes ## End(Not run) Index eia_backfill, 2 eia_get, 3 eia_metadata, 5 6
eatRep
cran
Package ‘eatRep’ March 27, 2023 Type Package Title Educational Assessment Tools for Replication Methods Version 0.14.7 Depends R (>= 4.1), survey (>= 4.1-1), BIFIEsurvey, progress, lavaan (>= 0.6-7) Imports Hmisc, fmsb, mice (>= 2.46), boot, car, reshape2, plyr, combinat, miceadds, tidyr, EffectLiteR, estimatr, eatTools (>= 0.7.4), eatGADS (>= 0.20.0), janitor, msm, lme4, utils, methods Description Replication methods to compute some basic statistic operations (means, standard deviations, frequency tables, percentiles and generalized linear models) in complex survey designs compris- ing multiple imputed variables and/or a clustered sampling structure which both deserve special proce- dures at least in estimating standard errors. See the package documentation for a more detailed descrip- tion along with references. License GPL (>= 2) Encoding UTF-8 URL https://github.com/weirichs/eatRep LazyLoad yes LazyData yes NeedsCompilation no Suggests testthat, knitr, rmarkdown VignetteBuilder knitr Author Sebastian Weirich [aut, cre], Martin Hecht [aut], Karoline Sachse [aut], Benjamin Becker [aut] Maintainer Sebastian Weirich <sebastian.weirich@iqb.hu-berlin.de> Repository CRAN Date/Publication 2023-03-26 22:30:10 UTC 1 2 eatRep-package R topics documented: eatRep-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 checkLEs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 generateRandomJk1Zones . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 lsa . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 repGlm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 repLmer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 repMean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 report . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 repQuantile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 repTable . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 Index 34 eatRep-package Statistical analyses in complex survey designs with multiple imputed data and trend estimation. Description The package provide functions to computes some basic statistic operations—(adjusted) means, stan- dard deviations, frequency tables, percentiles and generalized linear models—in complex survey designs comprising multiple imputed variables and/or a clustered sampling structure which both deserve special procedures at least in estimating standard errors. In large-scale assessments, stan- dard errors are comprised of three components: the measurement error, the sampling error, and (if trend estimation of at least two times of measurement are involved) the linking error. Measurement error: In complex surveys or large-scale assessments, measurement errors are taken into account by the mean of multiple imputed variables. The computation of standard errors for the mean of a multiple imputed variable (e.g. plausible values) involves the formulas provided by Rubin (1987). Computing standard errors for the mean of a nested imputed variable involves the formulas provided by Rubin (2003). Both methods are implemented in the package. The estimation of R2 and adjusted R2 in linear and generalized linear regression models with multiple imputed data sets is realized using the methods provided in Harel (2009). Sampling error: Computation of sampling errors of variables which stem from a clustered design may involve replication methods like balanced repeated replicate (BRR), bootstrap or Jackknife methods. See Westat (2000), Foy, Galia & Li (2008), Rust and Rao (1996), and Wolter (1985) for details. To date, the Jackknife-1 (JK1), Jackknife-2 (JK2) and the Balanced Repeated Replicates (BRR; optionally with Fay’s method) procedures are supported. Linking error: Lastly, standard errors for trend estimates may involve incorporating linking er- rors to account for potential differential item functioning or item parameter drift. eatRep allows to account for linking error when computing standard errors for trend estimates. Standard error estimation is conducted according to the operational practice in PISA, see equation 5 in Sachse & Haag (2017). The package eatRep is designed to combine one or several error types which is necessary, for example, if (nested) multiple imputed data are used in clustered designs. Considering the structure eatRep-package 3 is relevant especially for the estimation of standard errors. The estimation of national trends requires a sequential analysis for both measurements and a comparison of estimates between them. Technically, eatRep is a wrapper for the survey package (Lumley, 2004). Each function in eatRep corresponds to a specific function in survey which is called repeatedly during the analysis. Hence, a nested loop is used. We use “trend replicates” in the outer loop, “imputation replicates” in the middle loop to account for multiple imputed data, and “cluster replicates” in the inner loop to account for the clustered sampling structure. While the functional principle of survey is based on replication of standard analyses, eatRep is based on replication of survey analyses to take multiple imputed data into account. More recent versions of the package additionally allow estimations using the BIFIEsurvey package instead of survey which provide substantial advantages in terms of speed. For each imputed data set in each measurement, i.e. in the inner loop, the eatRep function first creates replicate weights based on the primary sampling unit (PSU) variable and the replication indicator variable. In the jackknife procedure, the first one is often referred to as “jackknife zone”, whereas the second one is often referred to as “jackknife replicate”. The number of distinct units in the PSU variable defines the number of replications which are necessary due to the clustered structure. A design object is created and the appropriate survey function is called. The process is repeated for each imputed dataset and the results of the analyses are pooled. The pooling procedure varies in relation to the type of variable to be pooled. For examples, means or regression coefficients are pooled according to Rubin (1987) or Rubin (2003). R2 is pooled according to Harel (2009), using a Fisher z-transformation. Chi-square distributed values are pooled according to Thomas and Rao (1990) for clustered data and according to Enders (2010) and Allison (2002) for multiple imputed data. For trend analyses, the whole process is repeated two times (according to the two measurements) and the difference of the estimates are computed along with their pooled standard errors. Without trend estimation, the outer loop has only one cycle (instead of two). Without multiple imputations, the middle loop has only one cycle. Without a clustered sampling structure (i.e, in a random sample), the inner loop has only one cycle. Without trend, imputation and clustered struc- ture, no replication is performed at all. To compute simple mean estimates, for example, eatRep then simply calls mean instead of svymean from the survey package. A special case occurs with nested multiple imputation. We then have four loops in a nested structure. Hence, the corresponding analyses may take considerably computational effort. Important note: Starting with version 0.10.0, several methods for the standard error estimation of cross level differences are implemented. Prior to version 0.10.0, the standard error for the difference between one single group (e.g., Belgium) and the total population (which is comprised of several states including Belgium) was estimated as if both groups would have been independent from each other. The standard errors, however, are biased then. Two new methods are now applicable using the argument crossDiffSE in repMean and provide unbiased standard errors—weighted effect coding (wec) and replication methods (rep); see, for example te Grotenhuis et al. (2017) and Weirich et al. (2021). The old method is still available by using crossDiffSE = "old". Note that the default method now is weighted effect coding. Second important note: Starting with version 0.13.0, function names have been changed due to inconsistent former denomination: Function jk2.mean now goes under the name of repMean, jk2.table was renamed to repTable, jk2.quantile was renamed to repQuantile, and jk2.glm now goes under the name of repGlm. The old functions are deprecated and will be removed in fur- ther package publications. Renaming was driven by the fact that the corresponding functions now have broader range of methods than only jackknife-2. 4 eatRep-package Details Package: eatRep Type: Package Version: 0.14.7 Date: 2023-03-24 License: GPL(>=2) Author(s) Authors: Sebastian Weirich <sebastian.weirich@iqb.hu-berlin.de>, Martin Hecht <martin.hecht@hu- berlin.de>, Benjamin Becker <b.becker@iqb.hu-berlin.de> References Allison, P. D. (2002). Missing data. Newbury Park, CA: Sage. Enders, C. K. (2010). Applied missing data analysis. Guilford Press. Foy, P., Galia , J. & Li, I. (2008). Scaling the data from the TIMSS 2007 mathematics and science assessment. In J. F. Olson, M. O. Martin & I. V. S. Mullis (ed.), TIMSS 2007 Technical Report (S. 225–280). Chestnut Hill, MA: TIMSS & PIRLS International Study Center, Lynch School of Education, Boston College. Harel, O. (2009): The estimation of R2 and adjusted R2 in incomplete data sets using multiple imputation. Journal of Applied Statistics. 36, 10, 1109–1118. Lumley, T. (2004). Analysis of complex survey samples. Journal of Statistical Software 9(1): 1–19 Rubin, D. B. (1987). Multiple imputation for nonresponse in surveys. New York: Wiley. Rubin, D.B. (2003): Nested multiple imputation of NMES via partially incompatible MCMC. Sta- tistica Neerlandica 57, 1, 3–18. Rust, K., & Rao, JNK. (1996): Variance estimation for complex surveys using replication tech- niques. Statistical Methods in Medical Research 5, 283–310. Sachse, K. A. & Haag, N. (2017). Standard errors for national trends in international large-scale assessments in the case of cross-national differential item functioning. Applied Measurement in Education, 30, (2), 102-116. http://dx.doi.org/10.1080/08957347.2017.1283315 Satorra, A., & Bentler, P. M. (1994). Corrections to test statistics and standard errors in covariance structure analysis. te Grotenhuis, M., Pelzer, B., Eisinga, R., Nieuwenhuis, R., Schmidt-Catran, A., & Konig, R. (2017). When size matters: advantages of weighted effect coding in observational studies. Interna- tional Journal of Public Health. 62, 163–167. Thomas, D. R. & Rao, JNK (1990): Small-sample comparison of level and power for simple goodness-of- fit statistics under cluster sampling. JASA 82:630-636 Weirich, S., Hecht, M., Becker, B. et al. (2021). Comparing group means with the total mean in ran- dom samples, surveys, and large-scale assessments: A tutorial and software illustration. Behavior Research Methods. https://doi.org/10.3758/s13428-021-01553-1 checkLEs 5 Westat (2000). WesVar. Rockville, MD: Westat. Wolter, K. M. (1985). Introduction to variance estimation. New York: Springer. checkLEs Checks compatibility of linking errors with GADS data bases. Description This function checks if a linking error data.frame is compatible with multiple trend eatGADS data bases. Usage checkLEs(filePaths, leDF) Arguments filePaths Character vectors with at least two paths to the eatGADS db files. leDF Linking error data.frame. Details This function inspects whether all linking error variables correspond to variables in the eatGADS data base and if the key variables also correspond to existing variables in the trend eatGADS data bases. Value Returns a report list. Examples # define eatGADs data bases trenddat1 <- system.file("extdata", "trend_gads_2010.db", package = "eatGADS") trenddat2 <- system.file("extdata", "trend_gads_2015.db", package = "eatGADS") trenddat3 <- system.file("extdata", "trend_gads_2020.db", package = "eatGADS") # use template linking Error Object load(system.file("extdata", "linking_error.rda", package = "eatRep")) check1 <- checkLEs(c(trenddat1, trenddat2, trenddat3), lErr) check2 <- checkLEs(c(trenddat1, trenddat2, trenddat3), lErr[1:14,]) 6 lsa generateRandomJk1Zones Generates random jackknife-1 zones based on sampling units in the data set. Description Function adds randomly generated jackknife-1 zones to the data. Usage generateRandomJk1Zones (datL, unit, nZones, name = "randomCluster") Arguments datL Data frame containing at least the primary sampling unit variable unit Variable name or column number of the primary sampling unit (i.e. student or class identifier nZones integer: number of jackknife zones. Note: The umber of jackknife zones must not exceed the number of distinct sampling units name New name of the jackknife-zone variable in the data set Value The original data with an additional column of the jackknife-zone variable Examples data(lsa) ### We only consider year 2010 lsa10<- lsa[which(lsa[,"year"] == 2010),] lsa10<- generateRandomJk1Zones(datL = lsa10, unit="idclass", nZones = 50) lsa Achievement data from two large-scale assessments of 2010 and 2015. Description This example data set contains fictional achievement scores of 11637 students from three countries and two times of measurement in two domains (reading and listening comprehension) in the long format. The data set contains nested multiple imputed plausible values of achievement scores as well as some demographic variables. Illustrating trend analyses, data from two fictional time points (2010 and 2015) are included. lsa 7 The data set can be used for several illustration purposes. For example, if only multiple imputation should be considered (without nesting), simply use only cases from the first nest (by subsetting). If only one time of measurement should be considered (i.e., without any trend analyses), simply choose only cases from 2010 or 2015. If only reading or listening should be considered, choose the desired domain by subsetting according to the domain column. Usage data(lsa) Format ’data.frame’: 77322 obs. of 25 variables year Year of evaluation idstud individual student identification idclass class identifier wgt Total case weight L2wgt School weight (level 2 weight) L1wgt Student weight (level 1 weight) jkzone jackknifing zone (jk2) jkrep jackknife replicate imp Number of imputation nest Number of nest (for nested imputation only) country The country an examinee stems from sex student’s sex ses student’s socio-economical status mig student’s migration background domain The domain the corresponding score belongs to score student’s achievement score (corresponding to the domain reading or listening, and to the imputation 1, 2, or 3) comp student’s competence level failMin dichotomous indicator whether the student fails to fulfill the minimal standard passReg dichotomous indicator whether the student fulfills at least the regular standard passOpt dichotomous indicator whether the student fulfills the optimal standard leSore linking error of each student’s achievement score leComp linking error of each student’s competence level leFailMin linking error of each student’s indicator of failing to fulfill the minimal standard lePassReg linking error of each student’s indicator of fulfilling the regular standard lePassOpt linking error of each student’s indicator of fulfilling the optimal standard Source Simulated data 8 repGlm repGlm Replication methods (JK1, JK2 and BRR) for linear regression models and trend estimation. Description Compute generalized linear models for complex cluster designs with multiple imputed variables based on the Jackknife (JK1, JK2) or balanced repeated replicates (BRR) procedure. Conceptually, the function combines replication methods and methods for multiple imputed data. Technically, this is a wrapper for the svyglm function of the survey package. Usage repGlm(datL, ID, wgt = NULL, type = c("none", "JK2", "JK1", "BRR", "Fay"), PSU = NULL, repInd = NULL, repWgt = NULL, nest=NULL, imp=NULL, groups = NULL, group.splits = length(groups), group.delimiter = "_", cross.differences = FALSE, trend = NULL, linkErr = NULL, formula, family=gaussian, forceSingularityTreatment = FALSE, glmTransformation = c("none", "sdY"), doCheck = TRUE, na.rm = FALSE, poolMethod = c("mice", "scalar"), useWec = FALSE, scale = 1, rscales = 1, mse=TRUE, rho=NULL, hetero=TRUE, se_type = c("HC3", "HC0", "HC1", "HC2", "CR0", "CR2"), clusters = NULL, crossDiffSE.engine= c("lavaan", "lm"), stochasticGroupSizes = FALSE, verbose = TRUE, progress = TRUE) Arguments datL Data frame in the long format (i.e. each line represents one ID unit in one imputation of one nest) containing all variables for analysis. ID Variable name or column number of student identifier (ID) variable. ID variable must not contain any missing values. wgt Optional: Variable name or column number of weighting variable. If no weight- ing variable is specified, all cases will be equally weighted. type Defines the replication method for cluster replicates which is to be applied. Depending on type, additional arguments must be specified (e.g., PSU and/or repInd or repWgt). PSU Variable name or column number of variable indicating the primary sampling unit (PSU). When a jackknife procedure is applied, the PSU is the jackknife zone variable. If NULL, no cluster structure is assumed and standard errors are computed according to a random sample. repInd Variable name or column number of variable indicating replicate ID. In a jack- knife procedure, this is the jackknife replicate variable. If NULL, no cluster struc- ture is assumed and standard errors are computed according to a random sample. repWgt Normally, replicate weights are created by repGlm directly from PSU and repInd variables. Alternatively, if replicate weights are included in the data.frame, spec- ify the variable names or column number in the repWgt argument. repGlm 9 nest Optional: name or column number of the nesting variable. Only applies in nested multiple imputed data sets. imp Optional: name or column number of the imputation variable. Only applies in multiple imputed data sets. groups Optional: vector of names or column numbers of one or more grouping vari- ables. group.splits Optional: If groups are defined, group.splits optionally specifies whether analysis should be done also in the whole group or overlying groups. See exam- ples for more details. group.delimiter Character string which separates the group names in the output frame. cross.differences Either a list of vectors, specifying the pairs of levels for which cross-level differ- ences should be computed. Alternatively, if TRUE, cross-level differences for all pairs of levels are computed. If FALSE, no cross-level differences are computed. (see examples 2a, 3, and 4 in the help file of the repMean function) trend Optional: name or column number of the trend variable. Note: Trend variable must have exact two levels. Levels for grouping variables must be equal in both ’sub populations’ partitioned by the trend variable. linkErr Optional: name or column number of the linking error variable. If NULL, a linking error of 0 will be assumed in trend estimation. formula Model formula, see help page of glm for details. family A description of the error distribution and link function to be used in the model. See help page of glm for details. forceSingularityTreatment Logical: Forces the function to use the workaround to handle singularities in regression models. glmTransformation Optional: Allows for transformation of parameters from linear regression and logistic regression before pooling. Useful to compare parameters from dif- ferent glm models, see Mood (2010). Note: This argument applies only if forceSingularityTreatment is set to ’TRUE’. doCheck Logical: Check the data for consistency before analysis? If TRUE groups with in- sufficient data are excluded from analysis to prevent subsequent functions from crashing. na.rm Logical: Should cases with missing values be dropped? poolMethod Which pooling method should be used? The “mice” method is recommended. useWec Logical: use weighted effect coding? scale scaling constant for variance, for details, see help page of svrepdesign from the survey package rscales scaling constant for variance, for details, see help page of svrepdesign from the survey package 10 repGlm mse Logical: If TRUE, compute variances based on sum of squares around the point estimate, rather than the mean of the replicates. See help page of svrepdesign from the survey package for further details. rho Shrinkage factor for weights in Fay’s method. See help page of svrepdesign from the survey package for further details. hetero Logical: Assume heteroscedastic variance for weighted effect coding? Only applies for random samples, i.e. if no replication analyses are executed. se_type The sort of standard error sought for cross level differences. Only applies if crossDiffSE == "wec" and hetero == TRUE and crossDiffSE.engine == "lm". See the help page of lm_robust from the estimatr package for further details. clusters Optional: Variable name or column number of cluster variable. Only necessary if weighted effecting coding should be performed using heteroscedastic vari- ances. See the help page of lm_robust from the estimatr package for further details. crossDiffSE.engine Optional: Sort of estimator which should be used for standard error estimation in weighted effect coding regression. Only applies if useWec == TRUE. To date, only lavaan allows for stochastic group sizes. stochasticGroupSizes Logical: Assume stochastic group sizes for using weighted effect coding regres- sion with categorical predictors? Note: To date, only lavaan allows for stochastic group sizes. Stochastic group sizes cannot be assumed if any replication method (jackknife, BRR) is applied. verbose Logical: Show analysis information on console? progress Logical: Show progress bar on console? Details Function first creates replicate weights based on PSU and repInd variables according to JK2 or BRR procedure. According to multiple imputed data sets, a workbook with several analyses is created. The function afterwards serves as a wrapper for svyglm implemented in the survey package. The results of the several analyses are then pooled according to Rubin’s rule, which is adapted for nested imputations if the nest argument implies a nested structure. Value A list of data frames in the long format. The output can be summarized using the report function. The first element of the list is a list with either one (no trend analyses) or two (trend analyses) data frames with at least six columns each. For each subpopulation denoted by the groups statement, each dependent variable, each parameter and each coefficient the corresponding value is given. group Denotes the group an analysis belongs to. If no groups were specified and/or analysis for the whole sample were requested, the value of ‘group’ is ‘whole- Group’. depVar Denotes the name of the dependent variable in the analysis. repGlm 11 modus Denotes the mode of the analysis. For example, if a JK2 analysis without sam- pling weights was conducted, ‘modus’ takes the value ‘jk2.unweighted’. If a analysis without any replicates but with sampling weights was conducted, ‘modus’ takes the value ‘weighted’. parameter Denotes the parameter of the regression model for which the corresponding value is given further. Amongst others, the ‘parameter’ column takes the val- ues ‘(Intercept)’ and ‘gendermale’ if ‘gender’ was the dependent variable, for instance. See example 1 for further details. coefficient Denotes the coefficient for which the corresponding value is given further. Takes the values ‘est’ (estimate) and ‘se’ (standard error of the estimate). value The value of the parameter estimate in the corresponding group. If groups were specified, further columns which are denoted by the group names are added to the data frame. References te Grotenhuis, M., Pelzer, B., Eisinga, R., Nieuwenhuis, R., Schmidt-Catran, A., & Konig, R. (2017). When size matters: advantages of weighted effect coding in observational studies. Interna- tional Journal of Public Health. 62, 163–167. Examples ### load example data (long format) data(lsa) ### use only the first nest bt <- lsa[which(lsa[,"nest"] == 1),] ### use only data from 2010 bt2010 <- bt[which(bt[,"year"] == 2010),] ## use only reading data bt2010read <- bt2010[which(bt2010[,"domain"] == "reading"),] ### Example 1: Computes linear regression from reading score on gender separately ### for each country. Assume no nested structure. mod1 <- repGlm(datL = bt2010read, ID = "idstud", wgt = "wgt", type = "jk2", PSU = "jkzone", repInd = "jkrep", imp = "imp", groups = "country", formula = score~sex, family ="gaussian") res1 <- report(mod1, printGlm = TRUE) ### Example 2: Computes log linear regression from pass/fail on ses and gender ### separately for each country in a nested structure. Assuming equally weighted ### cases by omitting "wgt" argument dat <- lsa[intersect(which(lsa[,"year"] == 2010), which(lsa[,"domain"] == "reading")),] mod2 <- repGlm(datL = dat, ID = "idstud", type = "JK2", PSU = "jkzone", repInd = "jkrep", imp = "imp", nest="nest", groups = "country", formula = passReg~sex*ses, family = quasibinomial(link="logit")) res2 <- report(mod2, printGlm = TRUE) ### Example 3: Like example 1, but without any replication methods ### trend estimation (without linking error) and nested imputation 12 repLmer dat <- lsa[which(lsa[,"domain"] == "reading"),] mod3 <- repGlm(datL = dat, ID = "idstud", wgt = "wgt", imp = "imp", nest = "nest", groups = "country", formula = score~sex, trend = "year") res3 <- report(mod3, printGlm = TRUE) ### Example 4: weighted effect coding to estimate whether a specific country's mean ### differs from the overall mean (whereas the overall population is a composite of ### all countries). The procedure adapts the weighted effect coding procedures ### described in te Grotenhuis (2017) for multiple imputation and replication methods. mod4 <- repGlm(datL = bt2010read, ID = "idstud", wgt = "wgt", type = "jk2", PSU = "jkzone", repInd = "jkrep", imp = "imp", formula = score~country, useWec=TRUE) res4 <- report(mod4, printGlm = FALSE) repLmer Replication methods (JK1 and JK2) for multilevel linear regression models and trend estimation. Description Compute multilevel linear models for complex cluster designs with multiple imputed variables based on the Jackknife (JK1, JK2) procedure. Conceptually, the function combines replication methods and methods for multiple imputed data. Technically, this is a wrapper for the BIFIE.twolevelreg function of the BIFIEsurvey package. repLmer only adds functionality for trend estimation. Please note that the function is not suitable for logistic logit/probit models. Usage repLmer(datL, ID, wgt = NULL, L1wgt=NULL, L2wgt=NULL, type = c("JK2", "JK1"), PSU = NULL, repInd = NULL, jkfac = NULL, rho = NULL, imp=NULL, group = NULL, trend = NULL, dependent, formula.fixed, formula.random, doCheck = TRUE, na.rm = FALSE, clusters, verbose = TRUE) Arguments datL Data frame in the long format (i.e. each line represents one ID unit in one imputation of one nest) containing all variables for analysis. ID Variable name or column number of student identifier (ID) variable. ID variable must not contain any missing values. wgt Optional: Variable name or column number of case weighting variable. If no weighting variable is specified, all cases will be equally weighted. L1wgt Name of Level 1 weight variable. This is optional. If it is not provided, L1wgt is calculated from the total weight (i.e., wgt) and L2wgt. L2wgt Name of Level 2 weight variable type Defines the replication method for cluster replicates which is to be applied. Depending on type, additional arguments must be specified (e.g., PSU and/or repInd or repWgt). repLmer 13 PSU Variable name or column number of variable indicating the primary sampling unit (PSU). When a jackknife procedure is applied, the PSU is the jackknife zone variable. If NULL, no cluster structure is assumed and standard errors are computed according to a random sample. repInd Variable name or column number of variable indicating replicate ID. In a jack- knife procedure, this is the jackknife replicate variable. If NULL, no cluster struc- ture is assumed and standard errors are computed according to a random sample. jkfac Argument is passed to BIFIE.data.jack and specifies the factor for multiply- ing jackknife replicate weights. rho Fay factor for statistical inference. The argument is passed to the fayfac argu- ment of the BIFIE.data.jack function from the BIFIEsurvey package. See the corresponding help page for further details. For convenience, if rho = NULL (the default) and type = "JK1", BIFIE.data.jack is called with jktype="JK_GROUP" −1 and fayfac = rho, where ρ = (Ncluster − 1) × Ncluster imp Name or column number of the imputation variable. group Optional: column number or name of one grouping variable. Note: in contrast to repMean, only one grouping variable can be specified. trend Optional: name or column number of the trend variable. Note: Trend variable must have exact two levels. Levels for grouping variables must be equal in both ’sub populations’ partitioned by the trend variable. dependent Name or column number of the dependent variable formula.fixed An R formula for fixed effects formula.random An R formula for random effects doCheck Logical: Check the data for consistency before analysis? If TRUE groups with in- sufficient data are excluded from analysis to prevent subsequent functions from crashing. na.rm Logical: Should cases with missing values be dropped? clusters Variable name or column number of cluster variable. verbose Logical: Show analysis information on console? Value A list of data frames in the long format. The output can be summarized using the report function. The first element of the list is a list with either one (no trend analyses) or two (trend analyses) data frames with at least six columns each. For each subpopulation denoted by the groups statement, each dependent variable, each parameter and each coefficient the corresponding value is given. group Denotes the group an analysis belongs to. If no groups were specified and/or analysis for the whole sample were requested, the value of ‘group’ is ‘whole- Group’. depVar Denotes the name of the dependent variable in the analysis. modus Denotes the mode of the analysis. For example, if a JK2 analysis without sam- pling weights was conducted, ‘modus’ takes the value ‘jk2.unweighted’. If a analysis without any replicates but with sampling weights was conducted, ‘modus’ takes the value ‘weighted’. 14 repMean parameter Denotes the parameter of the regression model for which the corresponding value is given further. Amongst others, the ‘parameter’ column takes the val- ues ‘(Intercept)’ and ‘gendermale’ if ‘gender’ was the dependent variable, for instance. See example 1 for further details. coefficient Denotes the coefficient for which the corresponding value is given further. Takes the values ‘est’ (estimate) and ‘se’ (standard error of the estimate). value The value of the parameter estimate in the corresponding group. If groups were specified, further columns which are denoted by the group names are added to the data frame. Examples ### load example data (long format) data(lsa) ### use only the first nest, use only reading btRead <- subset(lsa, nest==1 & domain=="reading") ### random intercept model with groups mod1 <- repLmer(datL = btRead, ID = "idstud", wgt = "wgt", L1wgt="L1wgt", L2wgt="L2wgt", type = "jk2", PSU = "jkzone", repInd = "jkrep", imp = "imp",trend="year", group="country", dependent="score", formula.fixed = ~as.factor(sex)+mig, formula.random=~1, clusters="idclass") res1 <- report(mod1) ### random slope without groups and without trend mod2 <- repLmer(datL = subset(btRead, country=="countryA" & year== 2010), ID = "idstud", wgt = "wgt", L1wgt="L1wgt", L2wgt="L2wgt", type = "jk2", PSU = "jkzone", repInd = "jkrep", imp = "imp", dependent="score", formula.fixed = ~as.factor(sex)*mig, formula.random=~mig, clusters="idclass") res2 <- report(mod2) repMean Replication methods (JK1, JK2 and BRR) for descriptive statistics. Description Compute totals, means, adjusted means, mean differences, variances and standard deviations with standard errors in random or clustered or complex samples. Variance estimation in complex cluster designs based on Jackknife (JK1, JK2) or Balanced Repeated Replicates (BRR) procedure. More- over, analyses can be customized for multiple or nested imputed variables, applying the combination rules of Rubin (1987) for imputed data and Rubin (2003) for nested imputed data. Conceptually, the function combines replication methods and methods for multiple imputed data. Trend estimation as usual in large-scale assessments is supported as well. Technically, this is a wrapper for the svymean and svyvar functions of the survey package. repMean 15 Usage repMean (datL, ID, wgt = NULL, type = c("none", "JK2", "JK1", "BRR", "Fay"), PSU = NULL, repInd = NULL, jkfac=NULL, repWgt = NULL, nest=NULL, imp=NULL, groups = NULL, group.splits = length(groups), group.differences.by = NULL, cross.differences = FALSE, crossDiffSE = c("wec", "rep","old"), adjust = NULL, useEffectLiteR = FALSE, nBoot = 100, group.delimiter = "_", trend = NULL, linkErr = NULL, dependent, na.rm = FALSE, doCheck = TRUE, engine = c("survey", "BIFIEsurvey"), scale = 1, rscales = 1, mse=TRUE, rho=NULL, hetero=TRUE, se_type = c("HC3", "HC0", "HC1", "HC2", "CR0", "CR2"), clusters = NULL, crossDiffSE.engine= c("lavaan", "lm"), stochasticGroupSizes = FALSE, verbose = TRUE, progress = TRUE) Arguments datL Data frame in the long format (i.e. each line represents one ID unit in one imputation of one nest) containing all variables for analysis. ID Variable name or column number of student identifier (ID) variable. ID variable must not contain any missing values. wgt Optional: Variable name or column number of weighting variable. If no weight- ing variable is specified, all cases will be equally weighted. type Defines the replication method for cluster replicates which is to be applied. Depending on type, additional arguments must be specified (e.g., PSU and/or repInd or repWgt). PSU Variable name or column number of variable indicating the primary sampling unit (PSU). When a jackknife procedure is applied, the PSU is the jackknife zone variable. If NULL, no cluster structure is assumed and standard errors are computed according to a random sample. repInd Variable name or column number of variable indicating replicate ID. In a jack- knife procedure, this is the jackknife replicate variable. If NULL, no cluster struc- ture is assumed and standard errors are computed according to a random sample. jkfac Only applies if engine = "BIFIEsurvey". Argument is passed to BIFIE.data.jack and specifies the factor for multiplying jackknife replicate weights. repWgt Normally, replicate weights are created by repMean directly from PSU and repInd variables. Alternatively, if replicate weights are included in the data.frame, spec- ify the variable names or column number in the repWgt argument. nest Optional: name or column number of the nesting variable. Only applies in nested multiple imputed data sets. imp Optional: name or column number of the imputation variable. Only applies in multiple imputed data sets. groups Optional: vector of names or column numbers of one or more grouping vari- ables. group.splits Optional: If groups are defined, group.splits optionally specifies whether analysis should be done also in the whole group or overlying groups. See exam- ples for more details. 16 repMean group.differences.by Optional: Specifies variable group differences should be computed for. The corresponding variable must be included in the groups statement. Exception: choose ’wholePop’ if you want to estimate each’s group difference from the overall sample mean. See examples for further details. cross.differences Either a list of vectors, specifying the pairs of levels for which cross-level differ- ences should be computed. Alternatively, if TRUE, cross-level differences for all pairs of levels are computed. If FALSE, no cross-level differences are computed. (see example 2a, 3, and 4) crossDiffSE Method for standard error estimation for cross level differences, where groups are dependent. wec uses weighted effect coding, rep uses replication methods (bootstrap or jackknife) to estimate the standard error between the total mean and group-specific means. old does not account for dependent groups and treat the groups as if they were independent from each other. adjust Variable name or column number of variable(s) for which adjusted means should be computed. Non-numeric variables (factors) will be converted to 0/1 dichoto- mous variables. useEffectLiteR Logical: use the lavaan-wrapper EffectLiteR to compute adjusted means? Al- ternatively, adjusted means are computed by applying a simple linear regression model in each group, using the variables in adjust as independent variables. Afterwards, the coefficients are weighted with the (weighted) means of the inde- pendent variables. Standard errors for this procedure are received using the delta method by applying an augmented variance-covariance matrix which assumes zero covariances between independent variable means and regression coeffi- cients. We recommend to set useEffectLiteR = TRUE if no replication meth- ods are applied. When replication methods are used (jackknife-1, jackknife-2, BRR), we recommend to set useEffectLiteR = FALSE, because otherwise the estimation is very slow. nBoot Without replicates (i.e., for completely random samples), the rep method for standard error estimation for cross level differences needs a bootstrap. nBoot therefore specifies the number of bootstrap samples. This argument is only nec- essary, if crossDiffSE = "rep" and none of the replicate methods (JK1, JK2, or BRR) is applied. Otherwise, nBoot will be ignored. group.delimiter Character string which separates the group names in the output frame. trend Optional: name or column number of the trend variable. Note: Trend variable must have exact two levels. Levels for grouping variables must be equal in both ’sub populations’ partitioned by the trend variable. linkErr Optional: Either the name or column number of the linking error variable. If NULL, a linking error of 0 will be assumed in trend estimation. Alternatively, linking errors may be given as data.frame with following specifications: Two columns, named trendLevel1 and trendLevel2 which contain the levels of the trend variable. The contrasts between both values indicates which trend is meant. For only two measurement occasions, i.e. 2010 and 2015, trendLevel1 should be 2010, and trendLevel2 should be 2015. For three measurement occasions, i.e. 2010, 2015, and 2020, additional lines are necessary where repMean 17 trendLevel1 should be 2010, and trendLevel2 should be 2020, to mark the contrast between 2010 and 2020, and further additional lines are necessary where trendLevel1 should be 2015, and trendLevel2 should be 2020. The column depVar must include the name of the dependent variable. This string must correspond to the name of the dependent variable in the data. The col- umn parameter indicates the parameter the linking error belongs to. Column linkingError includes the linking error value. Providing linking error in a data.frame is necessary for more than two measurement occasions. See the ex- ample 3a for further details. dependent Variable name or column number of the dependent variable. na.rm Logical: Should cases with missing values be dropped? doCheck Logical: Check the data for consistency before analysis? If TRUE groups with in- sufficient data are excluded from analysis to prevent subsequent functions from crashing. engine Which package should be used for estimation? scale scaling constant for variance, for details, see help page of svrepdesign from the survey package rscales scaling constant for variance, for details, see help page of svrepdesign from the survey package mse Logical: If TRUE, compute variances based on sum of squares around the point estimate, rather than the mean of the replicates. See help page of svrepdesign from the survey package for further details. rho Shrinkage factor for weights in Fay’s method. If engine = "survey", argument is passed to the rho argument of the svrepdesign function from the survey package. See the corresponding help page for further details. If engine = "BIFIEsurvey", argument is passed to the fayfac argument of the BIFIE.data.jack function from the BIFIEsurvey package. See the corresponding help page for further details. For convenience, if rho = NULL (the default) and engine = "BIFIEsurvey" and type = "JK1", BIFIE.data.jack is called with jktype="JK_GROUP" −1 and fayfac = rho, where ρ = (Ncluster − 1) × Ncluster hetero Logical: Assume heteroscedastic variance for weighted effect coding? se_type The sort of standard error sought for cross level differences. Only applies if crossDiffSE == "wec" and hetero == TRUE and crossDiffSE.engine == "lm". See the help page of lm_robust from the estimatr package for further details. clusters Optional: Variable name or column number of cluster variable. Only necessary if weighted effecting coding should be performed using heteroscedastic vari- ances. See the help page of lm_robust from the estimatr package for further details. crossDiffSE.engine Software implementation used for estimating cross-level differences. Choices are either "lavaan" (required if stochasticGroupSites == "TRUE") or R func- tion lm. "lavaan" is the default. stochasticGroupSizes Logical: Assume stochastic group sizes for using weighted effect coding in cross-level differences? Note: To date, only crossDiffSE.engine = "lavaan" 18 repMean allows for stochastic group sizes. Stochastic group sizes are not yet implemented for any replication method (jackknife, BRR). verbose Logical: Show analysis information on console? progress Logical: Show progress bar on console? Details Function first creates replicate weights based on PSU and repInd variables (if defined) according to JK2 or BRR procedure as implemented in WesVar. According to multiple imputed data sets, a workbook with several analyses is created. The function afterwards serves as a wrapper for svymean called by svyby implemented in the ‘survey’ package. The results of the several analyses are then pooled according to Rubin’s rule. Value A list of data frames in the long format. The output can be summarized using the report function. The first element of the list is a list with either one (no trend analyses) or two (trend analyses) data frames with at least six columns each. For each subpopulation denoted by the groups statement, each parameter (i.e., mean, variance, or group differences) and each coefficient (i.e., the estimate and the corresponding standard error) the corresponding value is given. group Denotes the group an analysis belongs to. If no groups were specified and/or analysis for the whole sample were requested, the value of ‘group’ is ‘whole- Group’. depVar Denotes the name of the dependent variable in the analysis. modus Denotes the mode of the analysis. For example, if a JK2 analysis without sam- pling weights was conducted, ‘modus’ takes the value ‘jk2.unweighted’. If a analysis without any replicates but with sampling weights was conducted, ‘modus’ takes the value ‘weighted’. parameter Denotes the parameter of the regression model for which the corresponding value is given further. Amongst others, the ‘parameter’ column takes the values ‘mean’, ‘sd’, ‘var’ and ‘meanGroupDiff’ if group differences were requested. coefficient Denotes the coefficient for which the corresponding value is given further. Takes the values ‘est’ (estimate) and ‘se’ (standard error of the estimate). value The value of the parameter estimate in the corresponding group. If groups were specified, further columns which are denoted by the group names are added to the data frame. References te Grotenhuis, M., Pelzer, B., Eisinga, R., Nieuwenhuis, R., Schmidt-Catran, A., & Konig, R. (2017). When size matters: advantages of weighted effect coding in observational studies. Interna- tional Journal of Public Health. 62, 163–167. Sachse, K. A. & Haag, N. (2017). Standard errors for national trends in international large-scale assessments in the case of cross-national differential item functioning. Applied Measurement in Education, 30, (2), 102-116. http://dx.doi.org/10.1080/08957347.2017.1283315 repMean 19 Weirich, S., Hecht, M., Becker, B. et al. Comparing group means with the total mean in random samples, surveys, and large-scale assessments: A tutorial and software illustration. Behav Res (2021). https://doi.org/10.3758/s13428-021-01553-1 Examples data(lsa) ### Example 1: only means, SD and variances for each country ### We only consider domain 'reading' rd <- lsa[which(lsa[,"domain"] == "reading"),] ### We only consider the first "nest". rdN1 <- rd[which(rd[,"nest"] == 1),] ### First, we only consider year 2010 rdN1y10<- rdN1[which(rdN1[,"year"] == 2010),] ### mean estimation means1 <- repMean(datL = rdN1y10, ID="idstud", wgt="wgt", type = "JK2", PSU = "jkzone", repInd = "jkrep", imp="imp", groups = "country", dependent = "score", na.rm=FALSE, doCheck=TRUE, engine = "BIFIEsurvey") ### reporting function: the function does not know which content domain is being considered, ### so the user may add new columns in the output using the 'add' argument res1 <- report(means1, add = list(domain = "reading")) ### Example 1a: Additionally to example 1, we decide to estimate whether ### each country's mean differ significantly from the overall mean as well ### as from the individual means of the other contries means1a<- repMean(datL = rdN1y10, ID="idstud", wgt="wgt", type = "JK2", PSU = "jkzone", repInd = "jkrep", imp="imp", groups = "country", group.splits = 0:1, group.differences.by = "country", cross.differences = TRUE, dependent = "score", na.rm=FALSE, doCheck=TRUE, hetero=FALSE) res1a <- report(means1a, add = list(domain = "reading")) ### See that the means of 'countryA' and 'countryB' significantly differ from the overall mean. print(res1a[intersect(which(res1a[,"comparison"] == "crossDiff"), which(res1a[,"parameter"] == "mean")),], digits = 3) ### Example 2: Sex differences by country. Assume equally weighted cases by omitting ### 'wgt' argument. means2 <- repMean(datL = rdN1y10, ID="idstud", type = "JK2", PSU = "jkzone", repInd = "jkrep", imp="imp", groups = c("country", "sex"), group.splits = 0:2, group.differences.by="sex", dependent = "score", na.rm=FALSE, doCheck=TRUE, cross.differences =TRUE, crossDiffSE.engine= "lm") res2 <- report(means2,add = list(domain = "reading")) ### Example 2a: Additionally to example 2, we decide to estimate whether ### each country's mean differ significantly from the overall mean. (Note: by default, ### such cross level differences are estimated using 'weighted effect coding'. Use the ### 'crossDiffSE' argument to choose alternative methods.) Moreover, we estimate whether ### each country's sex difference differ significantly from the sex difference in the 20 repMean ### whole population. means2a<- repMean(datL = rdN1y10, ID="idstud", wgt="wgt", type = "JK2", PSU = "jkzone", repInd = "jkrep", imp="imp", groups = c("country", "sex"), group.splits = 0:2, group.differences.by="sex", cross.differences = list(c(0,1), c(0,2)), dependent = "score", na.rm=FALSE, doCheck=TRUE, crossDiffSE.engine= "lm", clusters = "idclass") res2a <- report(means2a,add = list(domain = "reading"), trendDiffs = TRUE) ### Third example: like example 2a, but using nested imputations of dependent variable, ### and additionally estimating trend: use 'rd' instead of 'rdN1y10' ### assume equally weighted cases by omitting 'wgt' argument ### ignoring jackknife by omitting 'type', 'PSU' and 'repInd' argument means3T<- repMean(datL = rd, ID="idstud", imp="imp", nest="nest", groups = c("country", "sex"), group.splits = 0:2, group.differences.by="sex", cross.differences = list(c(0,1), c(0,2)), dependent = "score", na.rm=FALSE, doCheck=TRUE, trend = "year", linkErr = "leScore", crossDiffSE = "wec", crossDiffSE.engine= "lavaan") res3T <- report(means3T, add = list(domain = "reading")) ### Example 3a: like example 3, but providing linking errors in an additional data.frame ### This is optional for two measurement occasions but mandatory if the analysis contains ### more than two measurement occasions linkErr<- data.frame ( trendLevel1 = 2010, trendLevel2 = 2015, depVar = "score", parameter = "mean", unique(lsa[,c("domain", "leScore")]), stringsAsFactors = FALSE) colnames(linkErr) <- car::recode(colnames(linkErr), "'leScore'='linkingError'") ### note that the linking errors for the specified domain have to be chosen via ### subsetting means3a<- repMean(datL = rd, ID="idstud", imp="imp", nest="nest", groups = c("country", "sex"), group.splits = 0:2, group.differences.by="sex", cross.differences = list(c(0,1), c(0,2)), dependent = "score", na.rm=FALSE, doCheck=TRUE, trend = "year", linkErr = linkErr[which(linkErr[,"domain"] == "reading"),], crossDiffSE = "wec", crossDiffSE.engine= "lavaan") res3a <- report(means3a, add = list(domain = "reading")) ### Fourth example: using a loop do analyse 'reading' and 'listening' comprehension ### in one function call. Again with group and cross differences and trends, and ### trend differences ### we use weights but omit jackknife analysis by omitting 'type', 'PSU' and 'repInd' ### argument means4T<- by ( data = lsa, INDICES = lsa[,"domain"], FUN = function (sub.dat) { repMean(datL = sub.dat, ID="idstud", wgt="wgt", imp="imp", nest="nest", groups = c("country", "sex"), group.splits = 0:2, group.differences.by="sex", cross.differences = list(c(0,1), c(0,2)), dependent = "score", na.rm=FALSE, doCheck=TRUE, trend = "year", linkErr = "leScore", crossDiffSE.engine= "lm") }) ret4T <- do.call("rbind", lapply(names(means4T), FUN = function ( domain ) { report(means4T[[domain]], trendDiffs = TRUE, add = list(domain = domain))})) ### Fifth example: compute adjusted means, also with trend estimation repMean 21 ### Note: all covariates must be numeric or 0/1 dichotomous rdN1[,"mignum"] <- as.numeric(rdN1[,"mig"]) rdN1[,"sexnum"] <- car::recode(rdN1[,"sex"], "'male'=0; 'female'=1", as.numeric=TRUE, as.factor=FALSE) means5 <- repMean(datL = rdN1, ID="idstud", wgt="wgt", type = "JK2", PSU = "jkzone", repInd = "jkrep", imp="imp", groups = "country", adjust = c("sexnum", "ses", "mignum"), useEffectLiteR = FALSE, dependent = "score", na.rm=FALSE, doCheck=TRUE, trend = "year", linkErr = "leScore") res5 <- report(means5, add = list(domain = "reading")) ## Not run: ############################################################################################ # Example 6: R code for running the PISA 2015 science example to compare group means # # with the total mean using weighted effect coding # ############################################################################################ # Warning: large PISA data set requires at least 16 GB free working memory (RAM): ### define necessary directories (note: writing permissions required) folder <- tempdir() ### download PISA 2015 zipped student questionnaire data (420 MB) to a folder with ### writing permissions download.file(url = "https://webfs.oecd.org/pisa/PUF_SPSS_COMBINED_CMB_STU_QQQ.zip", destfile = file.path(folder, "pisa2015.zip")) ### unzip PISA 2015 student questionnaire data (1.5 GB) to temporary folder zip::unzip(zipfile = file.path(folder, "pisa2015.zip"), files= "CY6_MS_CMB_STU_QQQ.sav", exdir=folder) ### read data pisa <- foreign::read.spss(file.path (folder, "CY6_MS_CMB_STU_QQQ.sav"), to.data.frame=TRUE, use.value.labels = FALSE, use.missings = TRUE) # dependent variables measure.vars <- paste0("PV", 1:10, "SCIE") ### choose desired variables and reshape into the long format # 'CNTSTUID' = individual student identifier # 'CNT' = country identifier # 'SENWT' = senate weight (assume a population of 5000 in each country) # 'W_FSTUWT' = final student weight # 'OECD' = dummy variable indicating which country is part of the OECD # 'W_FSTURWT' (1 to 80) = balanced repeated replicate weights # 'PV1SCIE' to 'PV10SCIE' = 10 plausible values of (latent) science performance pisaLong <- reshape2::melt(pisa, id.vars = c("CNTSTUID", "CNT", "SENWT", "W_FSTUWT", "OECD", paste0("W_FSTURWT", 1:80)), measure.vars = measure.vars, value.name = "value", variable.name="imp", na.rm=TRUE) ### choose OECD countries oecd <- pisaLong[which(pisaLong[,"OECD"] == 1),] 22 report ### analyze data ### analysis takes approximately 30 minutes on an Intel i5-6500 machine with 32 GB RAM means <- repMean( datL = oecd, # data.frame in the long format ID = "CNTSTUID", # student identifier dependent = "value", # the dependent variable in the data groups = "CNT", # the grouping variable wgt = "SENWT", # (optional) weighting variable. We use senate # weights (assume a population of 5000 in each # country) type = "Fay", # type of replication method. Corresponding to # the PISA sampling method, we use "Fay" rho = 0.5, # shrinkage factor for weights in Fay's method scale = NULL, # scaling constant for variance, set to NULL # according to PISA's sampling method rscales = NULL, # scaling constant for variance, set to NULL # according to PISA's sampling method repWgt = paste0("W_FSTURWT", 1:80), # the replicate weights, # provided by the OECD imp = "imp", # the imputation variable mse = FALSE, # if TRUE, compute variances based on sum of # squares around the point estimate, rather # than the mean of the replicates. group.splits = 0:1, # defining the 'levels' for which means should # be computed. 0:1 implies that means for the # whole sample (level 0) as well as for groups # (level 1) are computed cross.differences = TRUE, # defines whether (and which) cross level mean # differences should be computed. TRUE means # that all cross level mean differences are # computed crossDiffSE = "wec", # method for standard errors of mean # differences crossDiffSE.engine = "lm", # software implementation for standard # errors of mean differences hetero = TRUE, # assume heteroscedastic group variances stochasticGroupSizes = FALSE # assume fixed group sizes ) ### call a reporting function to generate user-friendly output results <- report(means, exclude = c("Ncases", "NcasesValid", "var", "sd")) ## End(Not run) report Reporting function for repMean, repTable, repQuantile, and repGlm report 23 Description Summarizes the output of the four main functions repMean,repTable, repQuantile, and repGlm, and provides a single data.frame with all results. Usage report(repFunOut, trendDiffs = FALSE, add = list(), exclude = c("NcasesValid", "var", "sampleSize"), printGlm = FALSE, round = TRUE, digits = 3, printDeviance = FALSE) Arguments repFunOut output of one of the four eatRep-functions. trendDiffs Logical: compute differences of trends? add Optional: additional columns for output. See examples of the jk2-functions exclude Which parameters should be excluded from reporting? printGlm Only relevant for repGlm: print summary on console? round Logical: should the results be rounded to a limited number of digits? digits How many digits should be used for rounding? printDeviance Only relevant for repGlm when other than the identical function is used as link function, and if printGlm is TRUE. Should the deviance information printed additionally? Note: To print deviance information, the argument poolMethod of the repGlm function must be set to "scalar". Value A data frame with at least nine columns. group Denotes the group an analysis belongs to. If no groups were specified and/or analysis for the whole sample were requested, the value of ‘group’ is ‘whole- Group’. depVar Denotes the name of the dependent variable in the analysis. modus Denotes the mode of the analysis. For example, if a JK2 regression analysis was conducted, ‘modus’ takes the value ‘JK2.glm’. If a mean analysis without any replicates was conducted, ‘modus’ takes the value ‘CONV.mean’. comparison Denotes whether group mean comparisons or cross-level comparisons were con- ducted. Without any comparisons, ‘comparison’ takes the value ‘NA’ parameter Denotes the parameter of the corresponding analysis. If regression analysis was applied, the regression parameter is given. Amongst others, the ‘parameter’ column takes the values ‘(Intercept)’ and ‘gendermale’ if ‘gender’ was the in- dependent variable, for instance. If mean analysis was applied, the ‘parameter’ column takes the values ‘mean’, ‘sd’, ‘var’, or ‘Nvalid’. See the examples of repMean,repTable, repQuantile, or repGlm for further details. depVar Denotes the name of the dependent variable (only if repGlm was called before) est Denotes the estimate of the corresponding analysis. se Denotes the standard error of the corresponding estimate. p Denotes the p value of the estimate. 24 repQuantile Author(s) Benjamin Becker, Sebastian Weirich Examples ### see examples of the eatRep main functions. repQuantile Replication methods (JK1, JK2 and BRR) for quantiles and trend esti- mation. Description Compute quantiles with standard errors for complex cluster designs with multiple imputed variables (e.g. plausible values) based on Jackknife (JK1, JK2) or balanced repeated replicates (BRR) proce- dure. Conceptually, the function combines replication methods and methods for multiple imputed data. Technically, this is a wrapper for the svyquantile() function of the survey package. Usage repQuantile(datL, ID, wgt = NULL, type = c("none", "JK2", "JK1", "BRR", "Fay"), PSU = NULL, repInd = NULL, repWgt = NULL, nest=NULL, imp=NULL, groups = NULL, group.splits = length(groups), cross.differences = FALSE, group.delimiter = "_", trend = NULL, linkErr = NULL, dependent, probs = c(0.25, 0.50, 0.75), na.rm = FALSE, nBoot = NULL, bootMethod = c("wSampling","wQuantiles") , doCheck = TRUE, scale = 1, rscales = 1, mse=TRUE, rho=NULL, verbose = TRUE, progress = TRUE) Arguments datL Data frame in the long format (i.e. each line represents one ID unit in one imputation of one nest) containing all variables for analysis. ID Variable name or column number of student identifier (ID) variable. ID variable must not contain any missing values. wgt Optional: Variable name or column number of weighting variable. If no weight- ing variable is specified, all cases will be equally weighted. type Defines the replication method for cluster replicates which is to be applied. Depending on type, additional arguments must be specified (e.g., PSU and/or repInd or repWgt). PSU Variable name or column number of variable indicating the primary sampling unit (PSU). When a jackknife procedure is applied, the PSU is the jackknife zone variable. If NULL, no cluster structure is assumed and standard errors are computed according to a random sample. repQuantile 25 repInd Variable name or column number of variable indicating replicate ID. In a jack- knife procedure, this is the jackknife replicate variable. If NULL, no cluster struc- ture is assumed and standard errors are computed according to a random sample. repWgt Normally, replicate weights are created by repQuantile directly from PSU and repInd variables. Alternatively, if replicate weights are included in the data.frame, specify the variable names or column number in the repWgt argument. nest Optional: name or column number of the nesting variable. Only applies in nested multiple imputed data sets. imp Optional: name or column number of the imputation variable. Only applies in multiple imputed data sets. groups Optional: vector of names or column numbers of one or more grouping vari- ables. group.splits Optional: If groups are defined, group.splits optionally specifies whether analysis should be done also in the whole group or overlying groups. See exam- ples for more details. cross.differences Either a list of vectors, specifying the pairs of levels for which cross-level dif- ferences should be computed. Alternatively, if TRUE, cross-level differences for all pairs of levels are computed. If FALSE, no cross-level differences are computed. (see examples 2a, 3, and 4 in the help file of the repMean function) group.delimiter Character string which separates the group names in the output frame. trend Optional: name or column number of the trend variable. Note: Trend variable must have exact two levels. Levels for grouping variables must be equal in both ’sub populations’ partitioned by the trend variable. linkErr Optional: name or column number of the linking error variable. If ’NULL’, a linking error of 0 will be assumed in trend estimation. Alternatively, the linking error may be given as a single scalar value (i.e. ’linkErr = 1.225’). dependent Variable name or column number of the dependent variable. probs Numeric vector with probabilities for which to compute quantiles. na.rm Logical: Should cases with missing values be dropped? nBoot Optional: Without replicates, standard error cannot be computed in a weighted sample. Alternatively, standard errors may be computed using the boot package. nBoot therefore specifies the number of bootstrap samples. If not specified, no standard errors will be given. In analyses containing replicates or samples without specifying person weights, nBoot will be ignored. bootMethod Optional: If standard error are computed in a bootstrap, two possible meth- ods may be applied. wSampling requests the function to draw nBoot weighted bootstrap samples for which unweighted quantiles are computed. wQuantiles requests the function to draw nBoot unweighted bootstrap samples for which weighted quantiles are computed. doCheck Logical: Check the data for consistency before analysis? If TRUE groups with in- sufficient data are excluded from analysis to prevent subsequent functions from crashing. 26 repQuantile scale scaling constant for variance, for details, see help page of svrepdesign from the survey package rscales scaling constant for variance, for details, see help page of svrepdesign from the survey package mse Logical: If TRUE, compute variances based on sum of squares around the point estimate, rather than the mean of the replicates. See help page of svrepdesign from the survey package for further details. rho Shrinkage factor for weights in Fay’s method. See help page of svrepdesign from the survey package for further details. verbose Logical: Show analysis information on console? progress Logical: Show progress bar on console? Details Function first creates replicate weights based on PSU and repInd variables according to JK2 or BRR procedure implemented in WesVar. According to multiple imputed data sets, a workbook with several analyses is created. The function afterwards serves as a wrapper for svyquantile called by svyby implemented in the survey package. The results of the several analyses are then pooled according to Rubins rule, which is adapted for nested imputations if the dependent argument implies a nested structure. Value A list of data frames in the long format. The output can be summarized using the report function. The first element of the list is a list with either one (no trend analyses) or two (trend analyses) data frames with at least six columns each. For each subpopulation denoted by the groups statement, each dependent variable, each parameter (i.e., the values of the corresponding categories of the dependent variable) and each coefficient (i.e., the estimate and the corresponding standard error) the corresponding value is given. group Denotes the group an analysis belongs to. If no groups were specified and/or analysis for the whole sample were requested, the value of ‘group’ is ‘whole- Group’. depVar Denotes the name of the dependent variable in the analysis. modus Denotes the mode of the analysis. For example, if a JK2 analysis without sam- pling weights was conducted, ‘modus’ takes the value ‘jk2.unweighted’. If a analysis without any replicates but with sampling weights was conducted, ‘modus’ takes the value ‘weighted’. parameter Denotes the parameter of the regression model for which the corresponding value is given further. For frequency tables, this is the value of the category of the dependent variable which relative frequency is given further. coefficient Denotes the coefficient for which the corresponding value is given further. Takes the values ‘est’ (estimate) and ‘se’ (standard error of the estimate). value The value of the parameter, i.e. the relative frequency or its standard error. If groups were specified, further columns which are denoted by the group names are added to the data frame. repTable 27 Examples data(lsa) ### Example 1: only means, SD and variances for each country ### We only consider domain 'reading' rd <- lsa[which(lsa[,"domain"] == "reading"),] ### We only consider the first "nest". rdN1 <- rd[which(rd[,"nest"] == 1),] ### First, we only consider year 2010 rdN1y10<- rdN1[which(rdN1[,"year"] == 2010),] ### First example: Computes percentile in a nested data structure for reading ### scores conditionally on country and for the whole group perzent <- repQuantile(datL = rd, ID = "idstud", wgt = "wgt", type = "JK2", PSU = "jkzone", repInd = "jkrep", imp = "imp", nest="nest", groups = "country", group.splits = c(0:1), dependent = "score", probs = seq(0.1,0.9,0.2) ) res <- report(perzent, add = list(domain = "reading")) ### Second example: Computes percentile for reading scores conditionally on country, ### use 100 bootstrap samples, assume no nested structure perzent <- repQuantile(datL = rdN1y10, ID = "idstud", wgt = "wgt", imp = "imp", groups = "country", dependent = "score", probs = seq(0.1,0.9,0.2), nBoot = 100 ) res <- report(perzent, add = list(domain = "reading")) repTable JK1, JK2 and BRR for frequency tables and trend estimation. Description Compute frequency tables for categorical variables (e.g. factors: dichotomous or polytomous) in complex cluster designs. Estimation of standard errors optionally takes the clustered structure and multiple imputed variables into account. To date, Jackknife-1 (JK1), Jackknife-2 (JK2) and Bal- anced repeated replicate (BRR) methods are implemented to account for clustered designs. Proce- dures of Rubin (1987) and Rubin (2003) are implemented to account for multiple imputed data and nested imputed data, if necessary. Conceptually, the function combines replication and imputation methods. Technically, this is a wrapper for the svymean function of the survey package. Usage repTable(datL, ID, wgt = NULL, type = c("none", "JK2", "JK1", "BRR", "Fay"), PSU = NULL, repInd = NULL, jkfac=NULL, repWgt = NULL, nest=NULL, imp=NULL, groups = NULL, group.splits = length(groups), group.differences.by = NULL, cross.differences = FALSE, crossDiffSE = c("wec", "rep","old"), nBoot = 100, chiSquare = FALSE, correct = TRUE, group.delimiter = "_", trend = NULL, linkErr = NULL, dependent, separate.missing.indicator = FALSE, 28 repTable na.rm=FALSE, expected.values = NULL, doCheck = TRUE, forceTable = FALSE, engine = c("survey", "BIFIEsurvey"), scale = 1, rscales = 1, mse=TRUE, rho=NULL, verbose = TRUE, progress = TRUE ) Arguments datL Data frame in the long format (i.e. each line represents one ID unit in one imputation of one nest) containing all variables for analysis. ID Variable name or column number of student identifier (ID) variable. ID variable must not contain any missing values. wgt Optional: Variable name or column number of weighting variable. If no weight- ing variable is specified, all cases will be equally weighted. type Defines the replication method for cluster replicates which is to be applied. Depending on type, additional arguments must be specified (e.g., PSU and/or repInd or repWgt). PSU Variable name or column number of variable indicating the primary sampling unit (PSU). When a jackknife procedure is applied, the PSU is the jackknife zone variable. If NULL, no cluster structure is assumed and standard errors are computed according to a random sample. repInd Variable name or column number of variable indicating replicate ID. In a jack- knife procedure, this is the jackknife replicate variable. If NULL, no cluster struc- ture is assumed and standard errors are computed according to a random sample. jkfac Only applies if engine = "BIFIEsurvey". Argument is passed to BIFIE.data.jack and specifies the factor for multiplying jackknife replicate weights. repWgt Normally, replicate weights are created by repTable directly from PSU and repInd variables. Alternatively, if replicate weights are included in the data.frame, specify the variable names or column number in the repWgt argument. nest Optional: name or column number of the nesting variable. Only applies in nested multiple imputed data sets. imp Optional: name or column number of the imputation variable. Only applies in multiple imputed data sets. groups Optional: vector of names or column numbers of one or more grouping vari- ables. group.splits Optional: If groups are defined, group.splits optionally specifies whether analysis should be done also in the whole group or overlying groups. See exam- ples for more details. group.differences.by Optional: Specifies one grouping variable for which a chi-square test should be applied. The corresponding variable must be included in the groups statement. If specified, the distribution of the dependent variable is compared between the groups. See examples for further details. cross.differences Either a list of vectors, specifying the pairs of levels for which cross-level dif- ferences should be computed. Alternatively, if TRUE, cross-level differences for all pairs of levels are computed. If FALSE, no cross-level differences are computed. (see examples 2a, 3, and 4 in the help file of the repMean function) repTable 29 crossDiffSE Method for standard error estimation for cross level differences, where groups are dependent. wec uses weighted effect coding, rep uses replication methods (bootstrap or jackknife) to estimate the standard error between the total mean and group-specific means. old does not account for dependent groups and treat the groups as if they were independent from each other. nBoot Without replicates (i.e., for completely random samples), the rep method for standard error estimation for cross level differences needs a bootstrap. nBoot therefore specifies the number of bootstrap samples. This argument is only nec- essary, if crossDiffSE = "rep" and none of the replicate methods (JK1, JK2, or BRR) is applied. Otherwise, nBoot will be ignored. chiSquare Logical. Applies only if group.differences.by was specified. Defines whether group differences should be represented in a chi square test or in (mean) differ- ences of each group’s relative frequency. Note: To date, chi square test is not available for engine = "BIFIEsurvey". correct Logical. Applies only if ’group.differences.by’ is requested without cluster replicates. A logical indicating whether to apply continuity correction when computing the test statistic for 2 by 2 tables. See help page of ’chisq.test’ for further details. group.delimiter Character string which separates the group names in the output frame. trend Optional: name or column number of the trend variable. Note: Trend variable must have exact two levels. Levels for grouping variables must be equal in both ’sub populations’ partitioned by the trend variable. linkErr Optional: Either the name or column number of the linking error variable. If NULL, a linking error of 0 will be assumed in trend estimation. Alterna- tively, linking errors may be given as data.frame with following specifications: Two columns, named trendLevel1 and trendLevel2 which contain the lev- els of the trend variable. The contrasts between both values indicates which trend is meant. For only two measurement occasions, i.e. 2010 and 2015, trendLevel1 should be 2010, and trendLevel2 should be 2015. For three measurement occasions, i.e. 2010, 2015, and 2020, additional lines are neces- sary where trendLevel1 should be 2010, and trendLevel2 should be 2020, to mark the contrast between 2010 and 2020, and further additional lines are nec- essary where trendLevel1 should be 2015, and trendLevel2 should be 2020. The column depVar must include the name of the dependent variable. This string must correspond to the name of the dependent variable in the data. The column parameter indicates the parameter the linking error belongs to. Col- umn linkingError includes the linking error value. Providing linking error in a data.frame is necessary for more than two measurement occasions. See the fourth example below for further details. dependent Variable name or column number of the dependent variable. separate.missing.indicator Logical. Should frequencies of missings in dependent variable be integrated? Note: That is only useful if missing occur as NA. If the dependent variable is coded as character, for example 'male', 'female', 'missing', separate miss- ing indicator is not necessary. 30 repTable na.rm Logical: Should cases with missing values be dropped? expected.values Optional. A vector of values expected in dependent variable. Recommend to left this argument empty. doCheck Logical: Check the data for consistency before analysis? If TRUE groups with in- sufficient data are excluded from analysis to prevent subsequent functions from crashing. forceTable Logical: Function decides internally whether the table or the mean function of survey is called. If the mean function is called, the polytomous dependent vari- able is converted to dichotomous indicator variables. If mean is called, group differences for each category of the polytomous dependent variable can be com- puted. If table is called, a chi square statistic may be computed. The argument allows to force the function either to call mean or table. engine Which package should be used for estimation? scale scaling constant for variance, for details, see help page of svrepdesign from the survey package rscales scaling constant for variance, for details, see help page of svrepdesign from the survey package mse Logical: If TRUE, compute variances based on sum of squares around the point estimate, rather than the mean of the replicates. See help page of svrepdesign from the survey package for further details. rho Shrinkage factor for weights in Fay’s method. If engine = "survey", argument is passed to the rho argument of the svrepdesign function from the survey package. See the corresponding help page for further details. If engine = "BIFIEsurvey", argument is passed to the fayfac argument of the BIFIE.data.jack function from the BIFIEsurvey package. See the corresponding help page for further details. For convenience, if rho = NULL (the default) and engine = "BIFIEsurvey" and type = "JK1", BIFIE.data.jack is called with jktype="JK_GROUP" −1 and fayfac = rho, where ρ = (Ncluster − 1) × Ncluster verbose Logical: Show analysis information on console? progress Logical: Show progress bar on console? Details Function first creates replicate weights based on PSU and repInd variables according to JK2 pro- cedure implemented in WesVar. According to multiple imputed data sets, a workbook with several analyses is created. The function afterwards serves as a wrapper for svymean called by svyby im- plemented in the survey package. Relative frequencies of the categories of the dependent variable are computed by the means of the dichotomous indicators (e.g. dummy variables) of each category. The results of the several analyses are then pooled according to Rubin’s rule, which is adapted for nested imputations if the dependent argument implies a nested structure. Value A list of data frames in the long format. The output can be summarized using the report function. The first element of the list is a list with either one (no trend analyses) or two (trend analyses) data repTable 31 frames with at least six columns each. For each subpopulation denoted by the groups statement, each dependent variable, each parameter (i.e., the values of the corresponding categories of the dependent variable) and each coefficient (i.e., the estimate and the corresponding standard error) the corresponding value is given. group Denotes the group an analysis belongs to. If no groups were specified and/or analysis for the whole sample were requested, the value of ‘group’ is ‘whole- Group’. depVar Denotes the name of the dependent variable in the analysis. modus Denotes the mode of the analysis. For example, if a JK2 analysis without sam- pling weights was conducted, ‘modus’ takes the value ‘jk2.unweighted’. If a analysis without any replicates but with sampling weights was conducted, ‘modus’ takes the value ‘weighted’. parameter Denotes the parameter of the regression model for which the corresponding value is given further. For frequency tables, this is the value of the category of the dependent variable which relative frequency is given further. coefficient Denotes the coefficient for which the corresponding value is given further. Takes the values ‘est’ (estimate) and ‘se’ (standard error of the estimate). value The value of the parameter, i.e. the relative frequency or its standard error. If groups were specified, further columns which are denoted by the group names are added to the data frame. References Rubin, D.B. (2003): Nested multiple imputation of NMES via partially incompatible MCMC. Sta- tistica Neerlandica 57, 1, 3–18. Examples data(lsa) ### Example 1: only means, SD and variances for each country ### subsetting: We only consider domain 'reading' rd <- lsa[which(lsa[,"domain"] == "reading"),] ### We only consider the first "nest". rdN1 <- rd[which(rd[,"nest"] == 1),] ### First, we only consider year 2010 rdN1y10<- rdN1[which(rdN1[,"year"] == 2010),] ### First example: Computes frequencies of polytomous competence levels (1, 2, 3, 4, 5) ### conditionally on country, using a chi-square test to decide whether the distribution ### varies between countries (it's an overall test, i.e. with three groups, df1=8). freq.tab1 <- repTable(datL = rdN1y10, ID = "idstud", wgt = "wgt", imp="imp", type = "JK2", PSU = "jkzone", repInd = "jkrep", groups = "country", group.differences.by = "country", dependent = "comp", chiSquare = TRUE) res1 <- report(freq.tab1, add = list ( domain = "reading" )) 32 repTable ### Second example: Computes frequencies of polytomous competence levels (1, 2, 3, 4, 5) ### conditionally on country. Now we test whether the frequency of each single category ### differs between pairs of countries (it's not an overall test ... repTable now ### calls repMean internally, using dummy variables freq.tab2 <- repTable(datL = rdN1y10, ID = "idstud", wgt = "wgt", imp="imp", type = "JK2", PSU = "jkzone", repInd = "jkrep", groups = "country", group.differences.by = "country", dependent = "comp", chiSquare = FALSE) res2 <- report(freq.tab2, add = list ( domain = "reading" )) ### Third example: trend estimation and nested imputation and 'by' loop ### (to date, only crossDiffSE = "old" works) freq.tab3 <- by ( data = lsa, INDICES = lsa[,"domain"], FUN = function (subdat) { repTable(datL = subdat, ID = "idstud", wgt = "wgt", imp="imp", nest = "nest", type = "JK2", PSU = "jkzone", repInd = "jkrep", groups = "country", group.differences.by = "country", group.splits = 0:1, cross.differences = TRUE, crossDiffSE = "old", dependent = "comp", chiSquare = FALSE, trend = "year", linkErr = "leComp") }) res3 <- do.call("rbind", lapply(names(freq.tab3), FUN = function (domain) { report(freq.tab3[[domain]], trendDiffs = TRUE, add = list ( domain = domain )) })) ### Fourth example: similar to example 3. trend estimation using a linking ### error data.frame linkErrs <- data.frame ( trendLevel1 = 2010, trendLevel2 = 2015, depVar = "comp", unique(lsa[,c("domain", "comp", "leComp")]), stringsAsFactors = FALSE) colnames(linkErrs) <- car::recode(colnames(linkErrs), "'comp'='parameter'; 'leComp'='linkingError'") freq.tab4 <- by ( data = lsa, INDICES = lsa[,"domain"], FUN = function (subdat) { repTable(datL = subdat, ID = "idstud", wgt = "wgt", type="none", imp="imp", nest = "nest", groups = "country", group.differences.by = "country", group.splits = 0:1, cross.differences = FALSE, dependent = "comp", chiSquare = FALSE, trend = "year", linkErr = linkErrs[which(linkErrs[,"domain"] == subdat[1,"domain"]),]) }) res4 <- do.call("rbind", lapply(names(freq.tab4), FUN = function (domain) { report(freq.tab4[[domain]], trendDiffs = TRUE, add = list ( domain = domain )) })) ### Fifth example: minimal example for three measurement occasions ### borrow data from the eatGADS package trenddat1 <- system.file("extdata", "trend_gads_2010.db", package = "eatGADS") trenddat2 <- system.file("extdata", "trend_gads_2015.db", package = "eatGADS") trenddat3 <- system.file("extdata", "trend_gads_2020.db", package = "eatGADS") trenddat <- eatGADS::getTrendGADS(filePaths = c(trenddat1, trenddat2, trenddat3), years = c(2010, 2015, 2020), fast=FALSE) dat <- eatGADS::extractData(trenddat) ### use template linking Error Object load(system.file("extdata", "linking_error.rda", package = "eatRep")) repTable 33 ### check consistency of data and linking error object check1 <- checkLEs(c(trenddat1, trenddat2, trenddat3), lErr) ### Analysis for reading comprehension freq.tab5 <- repTable(datL = dat[which(dat[,"dimension"] == "reading"),], ID = "idstud", type="none", imp="imp", dependent = "traitLevel", chiSquare = FALSE, trend = "year", linkErr = lErr[which(lErr[,"domain"] == "reading"),]) res5 <- report(freq.tab5, trendDiffs = TRUE, add = list ( domain = "reading" )) Index ∗ datasets lsa, 6 ∗ package eatRep-package, 2 BIFIE.data.jack, 13, 15, 17, 28, 30 BIFIE.twolevelreg, 12 checkLEs, 5 eatRep-package, 2 generateRandomJk1Zones, 6 jk2.glm (repGlm), 8 jk2.mean (repMean), 14 jk2.quantile (repQuantile), 24 jk2.table (repTable), 27 lm, 17 lm_robust, 10, 17 lsa, 6 repGlm, 3, 8, 22, 23 repLmer, 12 repMean, 3, 14, 22, 23, 25 report, 22 repQuantile, 3, 22, 23, 24 repTable, 3, 22, 23, 27 svrepdesign, 10, 17, 26, 30 svyby, 18, 26, 30 svyglm, 8, 10 svymean, 14, 18, 27, 30 svyquantile, 26 svyvar, 14 34
PSinference
cran
Package ‘PSinference’ July 19, 2023 Type Package Title Inference for Released Plug-in Sampling Single Synthetic Dataset Version 0.1.0 Maintainer Ricardo Moura <rp.moura@fct.unl.pt> Description Considering the singly imputed synthetic data generated via plug-in sampling un- der the multivariate normal model, draws inference procedures including the generalized vari- ance, the sphericity test, the test for independence between two subsets of vari- ables, and the test for the regression of one set of variables on the other. For more de- tails see Klein et al. (2021) <doi:10.1007/s13571-019-00215-9>. License GPL (>= 2) URL https://github.com/ricardomourarpm/PSinference Imports MASS, stats Encoding UTF-8 RoxygenNote 7.2.3 NeedsCompilation no Author Ricardo Moura [aut, cre] (<https://orcid.org/0000-0002-3003-9235>), Mina Norouzirad [aut] (<https://orcid.org/0000-0003-0311-6888>), Danial Mazarei [aut] (<https://orcid.org/0000-0002-3633-9298>), FCT, I.P. [fnd] (under the scope of the projects UIDB/00297/2020 and UIDP/00297/2020 (NovaMath)) Repository CRAN Date/Publication 2023-07-19 11:00:08 UTC R topics documented: canodist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 GVdist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Inddist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 partition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 simSynthData . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 Sphdist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Index 11 1 2 canodist canodist Canonical Empirical Distribution Description This function calculates the empirical distribution of the pivotal random variable that can be used to perform inferential procedures for the regression of one subset of variables on the other based on the released Single Synthetic data generated under Plug-in Sampling, assuming that the original dataset is normally distributed. Usage canodist(part, nsample, pvariates, iterations) Arguments part Number of partitions. nsample Sample size. pvariates Number of variables. iterations Number of iterations for simulating values from the distribution and finding the quantiles. Default is 10000. Details We define (|S ?12 (S ?22 )−1 − ∆)S ?22 (S ?12 )(S ?22 )−1 − ∆)> | T4? |∆ = |S ?11.2 | Pn where S ? = i=1 (vi − v̄)(vi − v̄)> , vi is the ith observation of the synthetic dataset, considering ? S partitioned as S 11 S ?12  ?  S? = . S ?21 S ?22 For ∆ = Σ12 Σ−1 ? 22 , where Σ is partitioned the same way as S its distribution is stochastic equiva- lent to |Ω12 Ω−1 22 Ω21 | |Ω11 − Ω12 Ω−1 22 Ω21 | where Ω ∼ Wp (n − 1, n−1 W ), W ∼ Wp (n − 1, Ip ) and Ω partitioned in the same way as S ? . To test H0 : ∆ = ∆0 , compute the value of T4? , Tf ? 4 , with the observed values and reject the null hypothesis if Tf? > t? 4 4,1−α for α-significance level, where t? is the γth percentile of T ? . 4,γ 4 Value a vector of length iterations that recorded the empirical distribution’s values. canodist 3 References Klein, M., Moura, R. and Sinha, B. (2021). Multivariate Normal Inference based on Singly Imputed Synthetic Data under Plug-in Sampling. Sankhya B 83, 273–287. Examples # generate original data library(MASS) n_sample = 100 p = 4 mu <- c(1,2,3,4) Sigma = matrix(c(1, 0.5, 0.1, 0.7, 0.5, 2, 0.4, 0.9, 0.1, 0.4, 3, 0.2, 0.7, 0.9, 0.2, 4), nr = 4, nc = 4, byrow = TRUE) df = mvrnorm(n_sample, mu = mu, Sigma = Sigma) # generate synthetic data df_s = simSynthData(df) #Decompose Sigma and Sstar part = 2 Sigma_12 = partition(Sigma,nrows = part, ncol = part)[[2]] Sigma_22 = partition(Sigma,nrows = part, ncol = part)[[4]] Delta0 = Sigma_12 %*% solve(Sigma_22) Sstar = cov(df_s) Sstar_11 = partition(Sstar,nrows = part, ncol = part)[[1]] Sstar_12 = partition(Sstar,nrows = part, ncol = part)[[2]] Sstar_21 = partition(Sstar,nrows = part, ncol = part)[[3]] Sstar_22 = partition(Sstar,nrows = part, ncol = part)[[4]] DeltaEst = Sstar_12 %*% solve(Sstar_22) Sstar11_2 = Sstar_11 - Sstar_12 %*% solve(Sstar_22) %*% Sstar_21 T4_obs = det((DeltaEst-Delta0)%*%Sstar_22%*%t(DeltaEst-Delta0))/det(Sstar11_2) T4 <- canodist(part = part, nsample = n_sample, pvariates = p, iterations = 10000) q95 <- quantile(T4, 0.95) T4_obs > q95 #False means that we don't have statistical evidences to reject Delta0 print(T4_obs) print(q95) # When the observed value is smaller than the 95% quantile, # we don't have statistical evidences to reject the Sphericity property. # # Note that the value is very close to zero 4 GVdist GVdist Generalized Variance Empirical Distribution Description This function calculates the empirical distribution of the pivotal random variable that can be used to perform inferential procedures for the Generalized Variance of the released Single Synthetic dataset generated under Plug-in Sampling, assuming that the original distribution is normally distributed. Usage GVdist(nsample, pvariates, iterations = 10000) Arguments nsample Sample size. pvariates Number of variables. iterations Number of iterations for simulating values from the distribution and finding the quantiles. Default is 10000. Details We define |S ∗ | T1? = (n − 1) , |Σ| Pn where S ? = > i=1 (vi − v̄)(vi − v̄) , Σ is the population covariance matrix and vi is the ith observation of the synthetic dataset. Its distribution is stochastic equivalent to Yn Yp χ2n−i χ2n−i i=1 i=1 where χ2n−i are all independent chi-square random variables. The (1 − α) level confidence interval for |Σ| is given by ? ? ! (n − 1)p |S̃ | (n − 1)p |S̃ | , t?1,1−α/2 t?1,α/2 ? where S̃ is the observed value of S ? and t?1,γ is the γth percentile of T1 . Value a vector of length iterations that recorded the empirical distribution’s values. References Klein, M., Moura, R. and Sinha, B. (2021). Multivariate Normal Inference based on Singly Imputed Synthetic Data under Plug-in Sampling. Sankhya B 83, 273–287. Inddist 5 Examples # Original data creation library(MASS) mu <- c(1,2,3,4) Sigma <- matrix(c(1, 0.5, 0.5, 0.5, 0.5, 1, 0.5, 0.5, 0.5, 0.5, 1, 0.5, 0.5, 0.5, 0.5, 1), nrow = 4, ncol = 4, byrow = TRUE) seed = 1 n_sample = 100 # Create original simulated dataset df = mvrnorm(n_sample, mu = mu, Sigma = Sigma) # Synthetic data created df_s = simSynthData(df) # Gather the 0.025 and 0.975 quantiles and construct confident interval for sigma^2 # Check that sigma^2 is inside in both cases p = dim(df_s)[2] T <- GVdist(100, p, 10000) q975 <- quantile(T, 0.975) q025 <- quantile(T, 0.025) left <- (n_sample-1)^p * det(cov(df_s)*(n_sample-1))/q975 right <- (n_sample-1)^p * det(cov(df_s)*(n_sample-1))/q025 cat(left,right,'\n') print(det(Sigma)) # The synthetic value is inside the confidence interval of GV Inddist Independence Empirical Distribution Description This function calculates the empirical distribution of the pivotal random variable that can be used to perform inferential procedures and test the independence of two subsets of variables based on the released Single Synthetic data generated under Plug-in Sampling, assuming that the original dataset is normally distributed. Usage Inddist(part, nsample, pvariates, iterations) 6 Inddist Arguments part Number of partitions. nsample Sample size. pvariates Number of variables. iterations Number of iterations for simulating values from the distribution and finding the quantiles. Default is 10000. Details We define |S ? | T3? = |S ?11 ||S ?22 | Pn where S ? = i=1 (vi − v̄)(vi − v̄)> , vi is the ith observation of the synthetic dataset, considering S ? partitioned as S 11 S ?12  ?  S? = . S ?21 S ?22 Under the assumption that Σ12 = 0, its distribution is stochastic equivalent to |Ω| |Ω11 ||Ω22 | where Ω ∼ Wp (n − 1, n−1 W ), W ∼ Wp (n − 1, Ip ) and Ω partitioned in the same way as S ? . To test H0 : Σ12 = 0, compute the value of T3? , Tf ? 3 , with the observed values and reject the null hypothesis if Tf? < t? for α-significance level, where t? is the γth percentile of T ? . 3 3,α 3,γ 3 Value a vector of length iterations that recorded the empirical distribution’s values. References Klein, M., Moura, R. and Sinha, B. (2021). Multivariate Normal Inference based on Singly Imputed Synthetic Data under Plug-in Sampling. Sankhya B 83, 273–287. Examples #generate original data with two independent subsets of variables library(MASS) n_sample = 100 p = 4 mu <- c(1,2,3,4) Sigma = matrix(c(1, 0.5, 0, 0, 0.5, 2, 0, 0, 0, 0, 3, 0.2, 0, 0, 0.2, 4), nr = 4, nc = 4, byrow = TRUE) df = mvrnorm(n_sample, mu = mu, Sigma = Sigma) # generate synthetic data df_s = simSynthData(df) partition 7 #Decompose Sstar in 4 parts part = 2 Sstar = cov(df_s) Sstar_11 = partition(Sstar,nrows = part, ncol = part)[[1]] Sstar_12 = partition(Sstar,nrows = part, ncol = part)[[2]] Sstar_21 = partition(Sstar,nrows = part, ncol = part)[[3]] Sstar_22 = partition(Sstar,nrows = part, ncol = part)[[4]] #Compute observed T3_star T3_obs = det(Sstar)/(det(Sstar_11)*det(Sstar_22)) alpha = 0.05 # colect the quantile from the distribution assuming independence between the two subsets T3 <- Inddist(part = part, nsample = n_sample, pvariates = p, iterations = 10000) q5 <- quantile(T3, alpha) T3_obs < q5 #False means that we don't have statistical evidences to reject independence print(T3_obs) print(q5) # Note that the value of the observed T3_obs is close to one as expected partition Split a matrix into blocks Description This function Split a matrix into a list of blocks (either by rows and columns). Usage partition(Matrix, nrows, ncols) Arguments Matrix a matrix to split . nrows positive integer indicating the number of rows blocks. ncols positive integer indicating the number of columns blocks. Value a list of partitioned submatrices 8 simSynthData Examples df = matrix(c(1,0.5,0,0, 0.5,2,0,0, 0,0,3,0.2, 0, 0, 0.2,4), nr = 4, nc = 4, byrow = TRUE) partition(df,2,2) simSynthData Plug-in Sampling Single Synthetic Dataset Generation Description This function is used to generate a single synthetic version of the original data via Plug-in Sampling. Usage simSynthData(X, n_imp = dim(X)[1]) Arguments X matrix or dataframe n_imp sample size Details Assume that X = (x1 , . . . , xn ) is the original data, assumed to be normally distributed, we compute x̄ as the sample mean and Σ̂ = S/(n − 1) as the sample covariance matrix, where S is the sample Wishart matrix. We generate V = (v1 , . . . , vn ), by drawing i.i.d. vi ∼ Np (x̄, Σ̂). Value a matrix of generated dataset References Klein, M., Moura, R. and Sinha, B. (2021). Multivariate Normal Inference based on Singly Imputed Synthetic Data under Plug-in Sampling. Sankhya B 83, 273–287. Sphdist 9 Examples library(MASS) n_sample = 1000 mu=c(0,0,0,0) Sigma=diag(1,4,4) # Create original simulated dataset df_o = mvrnorm(n_sample, mu, Sigma) # Create singly imputed synthetic dataset df_s = simSynthData(df_o) #Estimators synthetic mean_s <- colMeans(df_s) S_s <- (t(df_s)- mean_s) %*% t(t(df_s)- mean_s) # careful about this computation # mean_o is a column vector and if you are thinking as n X p matrices and # row vectors you should be aware of this. print(mean_s) print(S_s/(dim(df_s)[1]-1)) Sphdist Spherical Empirical Distribution Description This function calculates the empirical distribution of the pivotal random variable that can be used to perform the Sphericity test of the population covariance matrix Σ that is Σ = σ 2 Ip , based on the released Single Synthetic data generated under Plug-in Sampling, assuming that the original dataset is normally distributed. Usage Sphdist(nsample, pvariates, iterations) Arguments nsample Sample size. pvariates Number of variables. iterations Number of iterations for simulating values from the distribution and finding the quantiles. Default is 10000. Details We define 1 |S ? | p T2? = tr(S ? )/p Pn where S ? = i=1 (vi −v̄)(vi −v̄)> , vi is the ith observation of the synthetic dataset. For Σ = σ 2 Ip , its distribution is stochastic equivalent to 1 |Ω1 Ω2 | p tr(Ω1 Ω2 )/p 10 Sphdist Ip where Ω1 and Ω2 are Wishart random variables, Ω1 ∼ Wp (n − 1, n−1 ) is independent of Ω2 ∼ Wp (n − 1, Ip ). To test H0 : Σ = σ Ip , compute the observed value of T2? , Tf 2 ? 2 , with the observed values and reject the null hypothesis if T2 > t2,α for α-significance level, where t?2,γ is the γth f? ? percentile of T2? . Value a vector of length iterations that recorded the empirical distribution’s values. References Klein, M., Moura, R. and Sinha, B. (2021). Multivariate Normal Inference based on Singly Imputed Synthetic Data under Plug-in Sampling. Sankhya B 83, 273–287. Examples # Original data created library(MASS) mu <- c(1,2,3,4) Sigma <- matrix(c(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1), nrow = 4, ncol = 4, byrow = TRUE) seed = 1 n_sample = 100 # Create original simulated dataset df = mvrnorm(n_sample, mu = mu, Sigma = Sigma) # Sinthetic data created df_s = simSynthData(df) # Gather the 0.95 quantile p = dim(df_s)[2] T_sph <- Sphdist(nsample = n_sample, pvariates = p, iterations = 10000) q95 <- quantile(T_sph, 0.95) # Compute the observed value of T from the synthetic dataset S_star = cov(df_s*(n_sample-1)) T_obs = (det(S_star)^(1/p))/(sum(diag(S_star))/p) print(q95) print(T_obs) #Since the observed value is bigger than the 95% quantile, #we don't have statistical evidences to reject the Sphericity property. # #Note that the value is very close to one Index canodist, 2 GVdist, 4 Inddist, 5 partition, 7 simSynthData, 8 Sphdist, 9 11
deckgl
cran
Package ‘deckgl’ February 19, 2023 Title An R Interface to 'deck.gl' Version 0.3.0 Date 2023-02-19 Maintainer Stefan Kuethe <crazycapivara@gmail.com> Description Makes 'deck.gl' <https://deck.gl/>, a WebGL-powered open-source JavaScript framework for visual exploratory data analysis of large datasets, available within R via the 'htmlwid- gets' package. Furthermore, it supports basemaps from 'mapbox' <https://www.mapbox.com/> via 'mapbox-gl-js' <https://github.com/mapbox/mapbox-gl-js>. URL https://github.com/crazycapivara/deckgl/, https://crazycapivara.github.io/deckgl/ BugReports https://github.com/crazycapivara/deckgl/issues/ Depends R (>= 3.3) Imports htmlwidgets, htmltools, magrittr, base64enc, yaml, jsonlite, readr, tibble License MIT + file LICENSE Encoding UTF-8 LazyData true RoxygenNote 7.2.0 Suggests knitr, rmarkdown, testthat, rprojroot, sf, scales, RColorBrewer, shiny VignetteBuilder knitr NeedsCompilation no Author Stefan Kuethe [aut, cre] Repository CRAN Date/Publication 2023-02-19 20:30:02 UTC 1 2 R topics documented: R topics documented: add_arc_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 add_basemap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 add_bitmap_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 add_column_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 add_contour_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 add_control . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 add_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 add_geojson_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 add_great_circle_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 add_grid_cell_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 add_grid_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 add_h3_cluster_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 add_h3_hexagon_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 add_heatmap_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 add_hexagon_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 add_icon_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 add_json_editor . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 add_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 add_legend . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 add_legend_pal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 add_line_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 add_mapbox_basemap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 add_path_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 add_point_cloud_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 add_polygon_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 add_raster_tile_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 add_scatterplot_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 add_screen_grid_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 add_source . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 add_source_as_dep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 add_text_layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 bart_segments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 bart_stations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 deckgl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 deckgl-shiny . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 deckgl_proxy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 does_it_work . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 encode_icon_atlas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 get_color_to_rgb_array . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 get_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 get_first_element . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 get_last_element . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 get_position . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 get_property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 set_view_state . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 sf_bike_parking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 add_arc_layer 3 update_deckgl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 use_carto_style . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 use_contour_definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 use_default_icon_properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 use_icon_definition . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 use_tooltip . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 Index 47 add_arc_layer Add an arc layer to the deckgl widget Description The ArcLayer renders raised arcs joining pairs of source and target points, specified as latitude/longitude coordinates. Usage add_arc_layer(deckgl, data = NULL, properties = list(), ..., id = "arc-layer") Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/arc-layer Examples data("bart_segments") properties <- list( getWidth = 12, getSourcePosition = ~from_lng + from_lat, getTargetPosition = ~to_lng + to_lat, getSourceColor = "@=[Math.sqrt(inbound), 140, 0]", getTargetColor = "@=[Math.sqrt(outbound), 140, 0]", tooltip = use_tooltip( 4 add_bitmap_layer html = "{{from_name}} to {{to_name}}", style = "background: steelBlue; border-radius: 5px;" ) ) deck <- deckgl(zoom = 10, pitch = 35) %>% add_arc_layer(data = bart_segments, properties = properties) %>% add_control("Arc Layer", "top-left") %>% add_basemap() if (interactive()) deck add_basemap Add a basemap to the deckgl widget Description Add a basemap to the deckgl widget Usage add_basemap(deckgl, style = use_carto_style(), ...) Arguments deckgl deckgl widget style The style definition of the map conforming to the Mapbox Style Specification. ... not used add_bitmap_layer Add a bitmap layer to the deckgl widget Description Add a bitmap layer to the deckgl widget Usage add_bitmap_layer( deckgl, image = NULL, properties = list(), ..., id = "h3-hexagon-layer" ) add_column_layer 5 Arguments deckgl A deckgl widget object. image image properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. Examples image <- paste0( "https://raw.githubusercontent.com/", "uber-common/deck.gl-data/master/", "website/sf-districts.png" ) bounds <- c(-122.5190, 37.7045, -122.355, 37.829) deck <- deckgl() %>% add_bitmap_layer(image = image, bounds = bounds) %>% add_basemap() if (interactive()) deck add_column_layer Add a column layer to the deckgl widget Description The ColumnLayer can be used to render a heatmap of vertical cylinders. It renders a tesselated regular polygon centered at each given position (a "disk"), and extrude it in 3d. Usage add_column_layer( deckgl, data = NULL, properties = list(), ..., id = "column-layer" ) 6 add_contour_layer Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/column-layer Examples hexagon_centroids <- system.file("sample-data/centroids.csv", package = "deckgl") %>% read.csv() deck <- deckgl(zoom = 11, pitch = 35) %>% add_column_layer( data = hexagon_centroids, diskResolution = 12, getPosition = ~lng + lat, getElevation = ~value, getFillColor = "@=[48, 128, value * 255, 255]", elevationScale = 5000, radius = 250, extruded = TRUE, tooltip = "Value: {{value}}" ) %>% add_control("Column Layer", "bottom-left") %>% add_basemap() if (interactive()) deck add_contour_layer Add a contour layer to the deckgl widget Description The ContourLayer renders contour lines for a given threshold and cell size. Internally it implements Marching Squares algorithm to generate contour line segments and feeds them into LineLayer to render lines. add_contour_layer 7 Usage add_contour_layer( deckgl, data = NULL, properties = list(), ..., id = "contour-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/contour-layer Examples ## @knitr contour-layer data("sf_bike_parking") contours <- list( use_contour_definition( threshold = 1, color = c(255, 0, 0), stroke_width = 2 ), use_contour_definition( threshold = 5, color = c(0, 255, 0), stroke_width = 3 ), use_contour_definition( threshold = 15, color = c(0, 0, 255), stroke_width = 5 ) ) properties <- list( 8 add_control contours = contours, cellSize = 200, elevationScale = 4, getPosition = ~lng + lat ) deck <- deckgl(zoom = 10.5, pitch = 30) %>% add_contour_layer(data = sf_bike_parking, properties = properties) %>% add_control("Contour Layer") %>% add_basemap() if (interactive()) deck add_control Add a control to the widget Description Add a control to the widget Usage add_control(deckgl, html, pos = "top-right", style = NULL) Arguments deckgl A deckgl widget object. html The innerHTML of the element. pos The position of the control. Possible values are top-left, top-right, bottom-right and bottom-left. style A cssText string that will modefiy the default style of the element. Examples deck <- deckgl() %>% add_basemap() %>% add_control( "<h1>Blank Base Map</h1>", pos = "top-right", style = "background: #004080; color: white;" ) if (interactive()) deck add_data 9 add_data Add JavaScript data file Description EXPERIMENTAL Usage add_data(deckgl, data, var_name = "thanksForAllTheFish") Arguments deckgl deckgl widget data data object var_name JavaScript variable name used to make the data available add_geojson_layer Add a geojson layer to the deckgl widget Description The GeoJsonLayer takes in GeoJson formatted data and renders it as interactive polygons, lines and points. Usage add_geojson_layer( deckgl, data = NULL, properties = list(), ..., id = "geojson-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. 10 add_great_circle_layer See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/geojson-layer Examples geojson <- paste0( "https://raw.githubusercontent.com/", "uber-common/deck.gl-data/", "master/website/bart.geo.json" ) deck <- deckgl(zoom = 10, pickingRadius = 5) %>% add_geojson_layer( data = geojson, filled = TRUE, extruded = TRUE, getRadius = 100, lineWidthScale = 20, lineWidthMinPixels = 2, getLineWidth = 1, getLineColor = "@=properties.color || 'green'", getFillColor = c(160, 160, 180, 200), getElevation = 30, tooltip = JS("object => object.properties.name || object.properties.station") ) %>% add_basemap() if (interactive()) deck add_great_circle_layer Add a great circle layer to the deckgl widget Description The GreatCircleLayer is a variation of the ArcLayer. It renders flat arcs along the great circle joining pairs of source and target points, specified as latitude/longitude coordinates. Usage add_great_circle_layer( deckgl, data = NULL, properties = list(), ..., id = "great-circle-layer" ) add_grid_cell_layer 11 Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/great-circle-layer Examples ## @knitr great-circle-layer data("bart_segments") properties <- list( pickable = TRUE, getWidth = 12, getSourcePosition = ~from_lng + from_lat, getTargetPosition = ~to_lng + to_lat, getSourceColor = JS("d => [Math.sqrt(d.inbound), 140, 0]"), getTargetColor = JS("d => [Math.sqrt(d.outbound), 140, 0]"), getTooltip = "{{from_name}} to {{to_name}}" ) deck <- deckgl(zoom = 10, pitch = 35) %>% add_great_circle_layer(data = bart_segments, properties = properties) %>% add_control("Great Circle Layer") %>% add_basemap() if (interactive()) deck add_grid_cell_layer Add a grid cell layer to the deckgl widget Description The GridCellLayer can render a grid-based heatmap. It is a variation of the ColumnLayer. It takes the constant width / height of all cells and top-left coordinate of each cell. The grid cells can be given a height using the getElevation accessor. 12 add_grid_cell_layer Usage add_grid_cell_layer( deckgl, data = NULL, properties = list(), ..., id = "grid-cell-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/grid-cell-layer Examples hexagon_centroids <- system.file("sample-data/centroids.csv", package = "deckgl") %>% read.csv() deck <- deckgl(zoom = 11, pitch = 35) %>% add_grid_cell_layer( data = hexagon_centroids, getPosition = ~lng + lat, getElevation = ~value, getFillColor = "@=[48, 128, value * 255, 255]", elevationScale = 5000, cellSize = 250, extruded = TRUE, tooltip = "{{value}}" ) %>% add_mapbox_basemap() if (interactive()) deck add_grid_layer 13 add_grid_layer Add a grid layer to the deckgl widget Description The GridLayer renders a grid heatmap based on an array of points. It takes the constant size all each cell, projects points into cells. The color and height of the cell is scaled by number of points it contains. Usage add_grid_layer( deckgl, data = NULL, properties = list(), ..., id = "grid-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/grid-layer Examples data("sf_bike_parking") properties <- list( filter = "spaces > 4", visible = TRUE, extruded = TRUE, cellSize = 200, elevationScale = 4, getPosition = "@=[lng, lat]", #~lng + lat, colorRange = RColorBrewer::brewer.pal(6, "YlOrRd"), 14 add_h3_cluster_layer tooltip = "{{position.0}}, {{position.1}}<br/>Count: {{count}}" ) deck <- deckgl(zoom = 11, pitch = 45, bearing = 35, element_id = "grid-layer") %>% add_source("sf-bike-parking", sf_bike_parking) %>% add_grid_layer( source = "sf-bike-parking", properties = properties ) %>% add_control("Grid Layer") %>% add_basemap() %>% add_json_editor(wrap = 50, maxLines = 23) if (interactive()) deck add_h3_cluster_layer Add a h3 cluster layer to the deckgl widget Description Add a h3 cluster layer to the deckgl widget Usage add_h3_cluster_layer( deckgl, data = NULL, properties = list(), ..., id = "h3-cluster-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/h3-cluster-layer add_h3_hexagon_layer 15 Examples ## @knitr h3-cluster-layer data_url <- paste0( "https://raw.githubusercontent.com/uber-common/deck.gl-data/", "master/website/sf.h3clusters.json" ) # sample_data <- jsonlite::fromJSON(data_url, simplifyDataFrame = FALSE) sample_data <- data_url properties <- list( stroked = TRUE, filled = TRUE, extruded = FALSE, getHexagons = ~hexIds, getFillColor = JS("d => [255, (1 - d.mean / 500) * 255, 0]"), getLineColor = c(255, 255, 255), lineWidthMinPixels = 2, getTooltip = ~mean ) deck <- deckgl(zoom = 10.5, pitch = 20) %>% add_h3_cluster_layer(data = sample_data, properties = properties) %>% add_basemap() if (interactive()) deck add_h3_hexagon_layer Add a h3 hexagon layer to the deckgl widget Description Add a h3 hexagon layer to the deckgl widget Usage add_h3_hexagon_layer( deckgl, data = NULL, properties = list(), ..., id = "h3-hexagon-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. 16 add_heatmap_layer properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/h3-hexagon-layer Examples ## @knitr h3-hexagon-layer-layer h3_cells <- system.file("sample-data/h3-cells.csv", package = "deckgl") %>% read.csv() properties <- list( getHexagon = ~h3_index, getFillColor =JS("d => [255, (1 - d.count / 500) * 255, 0]"), getElevation = ~count, elevationScale = 20, getTooltip = "{{h3_index}}: {{count}}" ) deck <- deckgl(zoom = 11, pitch = 35) %>% add_h3_hexagon_layer(data = h3_cells, properties = properties) %>% add_control("H3 Hexagon Layer") %>% add_basemap() if (interactive()) deck add_heatmap_layer Add a heatmap layer to the deckgl widget Description The HeatmapLayer can be used to visualize spatial distribution of data. It internally implements Gaussian Kernel Density Estimation to render heatmaps. Usage add_heatmap_layer( deckgl, id = "heatmap-layer", data = NULL, properties = list(), ... ) add_hexagon_layer 17 Arguments deckgl A deckgl widget object. id The unique id of the layer. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/heatmap-layer Examples ## @knitr heatmap-layer data("sf_bike_parking") map <- deckgl() %>% add_heatmap_layer( data = sf_bike_parking, getPosition = ~lng + lat, getWeight = ~spaces ) %>% add_basemap() if (interactive()) map add_hexagon_layer Add a hexagon layer to the deckgl widget Description The HexagonLayer renders a hexagon heatmap based on an array of points. It takes the radius of hexagon bin, projects points into hexagon bins. The color and height of the hexagon is scaled by number of points it contains. Usage add_hexagon_layer( deckgl, data = NULL, properties = list(), ..., id = "hexagon-layer" ) 18 add_icon_layer Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/hexagon-layer Examples ## @knitr hexagon-layer data("sf_bike_parking") properties <- list( extruded = TRUE, radius = 200, elevationScale = 4, getPosition = ~lng + lat, colorRange = RColorBrewer::brewer.pal(6, "Oranges"), tooltip = " <p>{{position.0}}, {{position.1}}<p> <p>Count: {{points.length}}</p> <p>{{#points}}<div>{{address}}</div>{{/points}}</p> ", onClick = JS("obj => console.log(obj)"), autoHighlight = TRUE ) deck <- deckgl(zoom = 11, pitch = 45, bearing = 35) %>% add_hexagon_layer(data = sf_bike_parking, properties = properties) %>% add_control("Hexagon Layer", "top-left") %>% add_basemap() if (interactive()) deck add_icon_layer Add an icon layer to the deckgl widget Description The IconLayer renders raster icons at given coordinates. add_icon_layer 19 Usage add_icon_layer( deckgl, data = NULL, properties = use_default_icon_properties(), ..., id = "icon-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/icon-layer Examples ## @knitr icon-layer data("bart_stations") properties <- list( iconAtlas = encode_icon_atlas(), iconMapping = list(marker = use_icon_definition()), sizeScale = 10, getPosition = ~lng + lat, getIcon = JS("d => 'marker'"), getSize = 5, getColor = JS("d => [Math.sqrt(d.exits), 140, 0]"), getTooltip = "{{name}}<br/>{{address}}" ) deck <- deckgl(zoom = 10, pitch = 45) %>% add_icon_layer(data = bart_stations, properties = properties) %>% add_control("Icon Layer") %>% add_basemap() if (interactive()) deck 20 add_layer add_json_editor Add a JSON-editor to the deckgl widget Description Adds a Ace-editor in JSON mode to the map to interact with the layers of your deck instance. Usage add_json_editor(deckgl, ..., style = "width: 40%;", theme = "idle_fingers") Arguments deckgl A deckgl widget object. ... Optional args that are passed to the editor. See https://github.com/ajaxorg/ ace/wiki/Configuring-Ace for a list of available options. style A cssText string that will modefiy the default style of the container that holds the editor. theme The name of the theme used by the editor. add_layer Add any kind of layer to the deckgl widget Description Generic function to add any kind of layer to the deckgl widget. Usually you will not use this one but any of the add_*_layer functions instead. Usage add_layer( deckgl, class_name, data = NULL, properties = list(), ..., id = "hopeful-hopper", tooltip = NULL, source = NULL, filter = NULL ) add_legend 21 Arguments deckgl A deckgl widget object. class_name The name of the JavaScript layer class, e. g. ScatterplotLayer. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. tooltip A tooltip template that defines what should be displayed when the mouse enters an object. You can also pass a list with the properties html and style. See also use_tooltip. source The ID of the data source. See add_source. filter A filter expression that is applied to the data object. Value A deckgl widget object. add_legend Add a legend to the deckgl widget Description Add a legend to the deckgl widget Usage add_legend( deckgl, colors, labels, title = NULL, pos = "top-right", style = NULL, ... ) 22 add_legend_pal Arguments deckgl A deckgl widget object. colors The colors of the legend items. labels The labels corresponding to the colors of the legend items. title The title of the legend. pos The position of the control. Possible values are top-left, top-right, bottom-right and bottom-left. style A cssText string that will modefiy the default style of the element. ... not used add_legend_pal Add a legend to the deckgl widget using a palette func Description Add a legend to the deckgl widget using a palette func Usage add_legend_pal(deckgl, pal, ...) Arguments deckgl A deckgl widget object. pal A palette function that is used to create the legend elements (colors and labels) automatically. ... Parameters that are passed to add_legend. See Also col_numeric et cetera for how to create a palette function. add_line_layer 23 add_line_layer Add a line layer to the deckgl widget Description The LineLayer renders flat lines joining pairs of source and target points, specified as latitude/longitude coordinates. Usage add_line_layer( deckgl, data = NULL, properties = list(), ..., id = "line-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/line-layer Examples ## @knitr line-layer data("bart_segments") properties <- list( pickable = TRUE, getWidth = 12, getSourcePosition = ~from_lng + from_lat, getTargetPosition = ~to_lng + to_lat, getColor = JS("d => [Math.sqrt(d.inbound + d.outbound), 140, 0]"), tooltip = "{{from_name}}} to {{to_name}}" ) 24 add_path_layer deck <- deckgl(zoom = 10, pitch = 20) %>% add_line_layer(data = bart_segments, properties = properties) %>% add_basemap() %>% add_control("Line Layer") if (interactive()) deck add_mapbox_basemap Add a basemap from mapbox to the deckgl widget Description Add a basemap from mapbox to the deckgl widget Usage add_mapbox_basemap( deckgl, style = "mapbox://styles/mapbox/light-v9", token = Sys.getenv("MAPBOX_API_TOKEN") ) Arguments deckgl deckgl widget style map style token mapbox API access token Value deckgl widget add_path_layer Add a path layer to the deckgl widget Description The PathLayer takes in lists of coordinate points and renders them as extruded lines with mitering. Usage add_path_layer( deckgl, data = NULL, properties = list(), ..., id = "path-layer" ) add_point_cloud_layer 25 Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/path-layer Examples sample_data <- paste0( "https://raw.githubusercontent.com/", "uber-common/deck.gl-data/", "master/website/bart-lines.json" ) properties <- list( pickable = TRUE, widthScale = 20, widthMinPixels = 2, getPath = ~path, getColor = ~color, getWidth = 5, tooltip = ~name ) deck <- deckgl(pitch = 25, zoom = 10.5) %>% add_path_layer(data = sample_data, properties = properties) %>% add_basemap() %>% add_control("Path Layer") if (interactive()) deck add_point_cloud_layer Add a point cloud layer to the deckgl widget Description The PointCloudLayer takes in points with 3d positions, normals and colors and renders them as spheres with a certain radius. 26 add_point_cloud_layer Usage add_point_cloud_layer( deckgl, data = NULL, properties = list(), ..., id = "point-cloud-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/point-cloud-layer Examples ## @knitr point-cloud-layer sample_data <- paste0( "https://raw.githubusercontent.com/", "uber-common/deck.gl-data/", "master/website/pointcloud.json" ) properties <- list( pickable = TRUE, coordinateSystem = JS("deck.COORDINATE_SYSTEM.METER_OFFSETS"), coordinateOrigin = c(-122.4, 37.74), pointSize = 4, getPosition = ~position, getNormal = ~normal, getColor = ~color, lightSettings = list(), tooltip = "{{position.0}}, {{position.1}}" ) deck <- deckgl(pitch = 45, zoom = 10.5) %>% add_point_cloud_layer(data = sample_data, properties = properties) %>% add_basemap() %>% add_polygon_layer 27 add_control("Point Cloud Layer") if (interactive()) deck add_polygon_layer Add a polygon layer to the deckgl widget Description The PolygonLayer renders filled and/or stroked polygons. Usage add_polygon_layer( deckgl, data = NULL, properties = list(), ..., id = "polygon-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/polygon-layer Examples ## @knitr polygon-layer sample_data <- paste0( "https://raw.githubusercontent.com/", "uber-common/deck.gl-data/", "master/website/sf-zipcodes.json" ) properties <- list( 28 add_raster_tile_layer pickable = TRUE, stroked = TRUE, filled = TRUE, wireframe = TRUE, lineWidthMinPixels = 1, getPolygon = ~contour, getElevation = JS("d => d.population / d.area / 10"), getFillColor = JS("d => [d.population / d.area / 60, 140, 0]"), getLineColor = c(80, 80, 80), getLineWidth = 1, tooltip = "{{zipcode}}<br/>Population: {{population}}" ) deck <- deckgl(zoom = 11, pitch = 25) %>% add_polygon_layer(data = sample_data, properties = properties) %>% add_basemap() %>% add_control("Polygon Layer") if (interactive()) deck add_raster_tile_layer Add a raster tile layer to the deckgl widget Description EXPERIMENTAL, see https://deck.gl/#/examples/core-layers/tile-layer Usage add_raster_tile_layer( deckgl, id = "raster-tiles", tileServer = "https://c.tile.openstreetmap.org/", properties = list(), ... ) Arguments deckgl A deckgl widget object. id The unique id of the layer. tileServer base url of the tile server properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. add_scatterplot_layer 29 Examples ## @knitr raster-tile-layer tile_servers <- list( osm = "https://a.tile.openstreetmap.org/", carto_light = "https://cartodb-basemaps-a.global.ssl.fastly.net/light_all/", carto_dark = "https://cartodb-basemaps-a.global.ssl.fastly.net/dark_all/", stamen_toner = "http://a.tile.stamen.com/toner/" ) deck <- deckgl() %>% add_raster_tile_layer( tileServer = tile_servers$osm, pickable = TRUE, autoHighlight = TRUE, highlightColor = c(60, 60, 60, 40) ) if (interactive()) deck add_scatterplot_layer Add a scatterplot layer to the deckgl widget Description The ScatterplotLayer takes in paired latitude and longitude coordinated points and renders them as circles with a certain radius. Usage add_scatterplot_layer( deckgl, data = NULL, properties = list(), ..., id = "scatterplot-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. 30 add_screen_grid_layer See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/scatterplot-layer Examples data("bart_stations") properties <- list( getPosition = ~lng + lat, getRadius = "@=Math.sqrt(exits)", #JS("data => Math.sqrt(data.exits)"), radiusScale = 6, getFillColor = "@=code === 'LF' ? 'white': 'red'", #c(255, 140, 20), tooltip = "{{name}}" ) deck <- deckgl(zoom = 10.5, pitch = 35) %>% add_scatterplot_layer(data = bart_stations, properties = properties) %>% add_basemap() %>% add_control("Scatterplot Layer") if (interactive()) deck add_screen_grid_layer Add a screen grid layer to the deckgl widget Description The ScreenGridLayer takes in an array of latitude and longitude coordinated points, aggregates them into histogram bins and renders as a grid. Usage add_screen_grid_layer( deckgl, data = NULL, properties = list(), ..., id = "screen-grid-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. add_source 31 ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/screen-grid-layer Examples ## @knitr screen-grid-layer data("sf_bike_parking") properties <- list( opacity = 0.8, cellSizePixels = 50, colorRange = RColorBrewer::brewer.pal(6, "Blues"), getPosition = ~lng + lat, getWeight = ~spaces ) deck <- deckgl() %>% add_screen_grid_layer(data = sf_bike_parking, properties = properties) %>% add_basemap() %>% add_control("Screen Grid Layer") if (interactive()) deck add_source Add a data source to the deckgl widget Description Add a data source to the deckgl widget Usage add_source(deckgl, id, data) Arguments deckgl A deckgl widget object. id The unique id of the source. data The url to fetch data from or a data object. 32 add_source_as_dep Examples data("bart_stations") deckgl() %>% add_source("bart-stations", bart_stations) %>% add_scatterplot_layer( source = "bart-stations", getPosition = ~lng + lat, getFillColor = "steelblue", getRadius = 50, radiusScale = 6 ) %>% add_text_layer( source = "bart-stations", getPosition = ~lng + lat, getText = ~name, getSize = 15, sizeScale = 1.5, getColor = "white" ) %>% add_basemap() add_source_as_dep Add source as JavaScript dep Description Add source as JavaScript dep Usage add_source_as_dep(deckgl, id, data) Arguments deckgl A deckgl widget object. id The unique id of the source. data The url to fetch data from or a data object. add_text_layer 33 add_text_layer Add a text layer to the deckgl widget Description The TextLayer renders text labels on the map using texture mapping. Usage add_text_layer( deckgl, data = NULL, properties = list(), ..., id = "text-layer" ) Arguments deckgl A deckgl widget object. data The url to fetch data from or a data object. properties A named list of properties with names corresponding to the properties defined in the deckgl-api-reference for the given layer class. The properties param- eter can also be an empty list. In this case all props must be passed as named arguments. ... Named arguments that will be added to the properties object. Identical pa- rameters are overwritten. id The unique id of the layer. See Also https://deck.gl/#/documentation/deckgl-api-reference/layers/text-layer Examples ## @knitr text-layer data("bart_stations") deck <- deckgl(zoom = 10, pitch = 35) %>% add_text_layer( data = bart_stations, pickable = TRUE, getPosition = ~lng + lat, getText = ~name, getSize = 15, getAngle = 0, getTextAnchor = "middle", 34 bart_segments getAlignmentBaseline = "center", tooltip = "{{name}}<br/>{{address}}" ) %>% add_basemap(use_carto_style("voyager")) if (interactive()) deck bart_segments bart segments Description bart segments Usage bart_segments Format tibble with 45 rows and 8 variables: inbound number of inbound trips outbound number of outbound trips from_name name of source station from_lng longitude of source station from_lat latitude of source station to_name name of target station to_lng longitude of target station to_lat latitude of target station Source https://raw.githubusercontent.com/uber-common/deck.gl-data/master/website/bart-segments. json bart_stations 35 bart_stations bart stations Description bart stations Usage bart_stations Format tibble with 44 rows and 7 variables: name station name code two-letter station code address address entries number of entries exits number of exits lng longitude lat latitude Source https://raw.githubusercontent.com/uber-common/deck.gl-data/master/website/bart-stations. json deckgl Create a deckgl widget Description Create a deckgl widget Usage deckgl( latitude = 37.8, longitude = -122.45, zoom = 12, pitch = 0, bearing = 0, initial_view_state = NULL, 36 deckgl-shiny views = NULL, width = NULL, height = NULL, element_id = NULL, ... ) Arguments latitude The latitude of the initial view state. longitude The longitude of the initial view state. zoom The zoom level of the initial view state. pitch The pitch of the initial view state. bearing The bearing of the initial view state. initial_view_state The initial view state. If set, other view state arguments (longitude, latidude et cetera) are ignored. views A single View, or an array of View instances. If not supplied, a single MapView will be created. width The width of the widget. height The height of the widget. element_id The explicit id of the widget (usually not needed). ... Optional properties that are passed to the deck instance. Value deckgl widget See Also https://deck.gl/#/documentation/deckgl-api-reference/deck for optional properties that can be passed to the deck instance. deckgl-shiny Shiny bindings for deckgl Description Output and render functions for using deckgl within Shiny applications and interactive Rmd docu- ments. Usage deckglOutput(outputId, width = "100%", height = "400px") renderDeckgl(expr, env = parent.frame(), quoted = FALSE) deckgl_proxy 37 Arguments outputId output variable to read from width, height Must be a valid CSS unit (like '100%', '400px', 'auto') or a number, which will be coerced to a string and have 'px' appended. expr An expression that generates a deckgl env The environment in which to evaluate expr. quoted Is expr a quoted expression (with quote())? This is useful if you want to save an expression in a variable. deckgl_proxy Create a deckgl proxy object Description Creates a deckgl-like object that can be used to update a deckgl object that has already been ren- dered. Usage deckgl_proxy(shinyId, session = shiny::getDefaultReactiveDomain()) Arguments shinyId single-element character vector indicating the output ID of the deck to modify session the Shiny session object to which the deckgl widget belongs; usually the default value will suffice. does_it_work Check if everything works fine Description Check if everything works fine Usage does_it_work(token = NULL) Arguments token mapbox API access token 38 get_color_to_rgb_array encode_icon_atlas Encode atlas image to base64 Description Encode atlas image to base64 Usage encode_icon_atlas(filename = NULL) Arguments filename The filename of the atlas image. Value base64 encoded atlas image get_color_to_rgb_array Create a getColor data accessor Description Creates a JS method to retrieve the color of each object. The method parses the HEX color property of the data object to an rgb color array. Usage get_color_to_rgb_array(color_property) Arguments color_property property name of data object containing the HEX color Value JavaScript code evaluated on the client-side get_data 39 get_data Get data Description EXPERIMENTAL, usually used in conjunction with add_data Usage get_data(var_name = "thanksForAllTheFish") Arguments var_name JavaScript variable name get_first_element Create a data accessor retrieving the first element of an array Description Create a data accessor retrieving the first element of an array Usage get_first_element(property_name) Arguments property_name property name of data object Value JavaScript code evaluated on the client-side 40 get_position get_last_element Create a data accessor retrieving the last element of an array Description Create a data accessor retrieving the last element of an array Usage get_last_element(property_name) Arguments property_name property name of data object Value JavaScript code evaluated on the client-side get_position Create a getPosition data accessor Description Creates a JS method to retrieve the position of each object. Usage get_position(latitude = NULL, longitude = NULL, coordinates = NULL) Arguments latitude latitude property of data object longitude longitude property of data object coordinates coordinates property of data object (in this case latitude and longitude pa- rameters are ignored) Value JavaScript code evaluated on the client-side get_property 41 get_property Create a data accessor Description Creates a JS method to retrieve a given property of each object. Usage get_property(property_name) Arguments property_name property name of data object Value JavaScript code evaluated on the client-side set_view_state Set the view state of the map Description Set the view state of the map Usage set_view_state( deckgl, latitude = 37.8, longitude = -122.45, zoom = 12, pitch = 0, bearing = 0 ) Arguments deckgl A deckgl widget object. latitude The latitude of the view state. longitude The longitude of the view state. zoom The zoom level of the view state. pitch The pitch of the view state. bearing The bearing of the view state. 42 update_deckgl sf_bike_parking sf bike parking Description sf bike parking Usage sf_bike_parking Format tibble with 2520 rows and 5 variables: address address racks number of racks spaces number of spaces lng longitude lat latidude Source https://raw.githubusercontent.com/uber-common/deck.gl-data/master/website/sf-bike-parking. json update_deckgl Send commands to a deckgl instance in a Shiny app Description Send commands to a deckgl instance in a Shiny app Usage update_deckgl(proxy, ...) Arguments proxy deckgl proxy object ... unused See Also deckgl_proxy use_carto_style 43 use_carto_style Use a Carto style Description Use a Carto style Usage use_carto_style(theme = "dark-matter") Arguments theme The theme of the style, dark-matter, positron or voyager. use_contour_definition Create a contour definition Description Create a contour definition Usage use_contour_definition( threshold = 1, color = c(255, 255, 255), stroke_width = 1 ) Arguments threshold The threshold value used in contour generation. color The RGB color array used to render contour lines. stroke_width The width of the contour lines in pixels. 44 use_icon_definition use_default_icon_properties Use default icon properties Description Returns icon properties with default values for iconAtlas, iconMapping and getIcon, so that the default icon is used. Usage use_default_icon_properties( sizeScale = 15, getSize = 5, getColor = c(240, 140, 0) ) Arguments sizeScale icon size multiplier getSize height of each object (in pixels), if a number is provided, it is used as the size for all objects, if a function is provided, it is called on each object to retrieve its size getColor rgba color of each object, if an array is provided, it is used as the color for all objects if a function is provided, it is called on each object to retrieve its color use_icon_definition Create an icon definition on an atlas image Description Create an icon definition on an atlas image Usage use_icon_definition( x = 0, y = 0, width = 128, height = 128, anchor_x = (width/2), anchor_y = 128, mask = TRUE ) use_tooltip 45 Arguments x The x position of the icon on the atlas image. y The y position of the icon on the atlas image. width The width of the icon on the atlas image. height The height of the icon on the atlas image. anchor_x The horizontal position of the icon anchor. anchor_y the vertical position of the icon anchor. mask whether icon is treated as a transparency mask, if TRUE, user defined color is applied, if FALSE, pixel color from the image is applied use_tooltip Create a tooltip property Description Create a tooltip property Usage use_tooltip(html, style, ...) Arguments html The innerHTML of the element. style A cssText string that will modefiy the default style of the element. ... not used Tooltip template Syntax The tooltip string is a mustache template in which variable names are identified by the double curly brackets (mustache tags) that surround them. The variable names available to the template are given by deck.gl’s pickingInfo.object and vary by layer. See Also mustache for a complete syntax overwiew. 46 use_tooltip Examples data("bart_segments") props <- list( tooltip = use_tooltip( html = "{{from_name}} to {{to_name}}", style = "background: steelBlue; border-radius: 5px;" ) ) # The picking object of the hexagon layer offers # a property that contains the list of points of the hexagon. # You can iterate over this list as shown below. data("sf_bike_parking") html = " <p>{{position.0}}, {{position.1}}<p> <p>Count: {{points.length}}</p> <p>{{#points}}<div>{{address}}</div>{{/points}}</p> " Index ∗ datasets col_numeric, 22 bart_segments, 34 bart_stations, 35 deckgl, 35 sf_bike_parking, 42 deckgl-shiny, 36 deckgl_proxy, 37, 42 add_arc_layer, 3 deckglOutput (deckgl-shiny), 36 add_basemap, 4 does_it_work, 37 add_bitmap_layer, 4 encode_icon_atlas, 38 add_column_layer, 5 add_contour_layer, 6 get_color_to_rgb_array, 38 add_control, 8 get_data, 39 add_data, 9, 39 get_first_element, 39 add_geojson_layer, 9 get_last_element, 40 add_great_circle_layer, 10 get_position, 40 add_grid_cell_layer, 11 get_property, 41 add_grid_layer, 13 add_h3_cluster_layer, 14 renderDeckgl (deckgl-shiny), 36 add_h3_hexagon_layer, 15 add_heatmap_layer, 16 set_view_state, 41 add_hexagon_layer, 17 sf_bike_parking, 42 add_icon_layer, 18 update_deckgl, 42 add_json_editor, 20 use_carto_style, 43 add_layer, 20 use_contour_definition, 43 add_legend, 21, 22 use_default_icon_properties, 44 add_legend_pal, 22 use_icon_definition, 44 add_line_layer, 23 use_tooltip, 21, 45 add_mapbox_basemap, 24 add_path_layer, 24 add_point_cloud_layer, 25 add_polygon_layer, 27 add_raster_tile_layer, 28 add_scatterplot_layer, 29 add_screen_grid_layer, 30 add_source, 21, 31 add_source_as_dep, 32 add_text_layer, 33 bart_segments, 34 bart_stations, 35 47
tuneR
cran
Package ‘tuneR’ August 14, 2023 Version 1.4.5 Date 2023-08-14 Title Analysis of Music and Speech Depends R (>= 3.0.0) Encoding UTF-8 Suggests pastecs Imports signal, methods Description Analyze music and speech, extract features like MFCCs, handle wave files and their rep- resentation in various ways, read mp3, read midi, perform steps of a transcription, ... Also contains functions ported from the 'rastamat' 'Matlab' package. License GPL-2 | GPL-3 NeedsCompilation yes Author Uwe Ligges [aut, cre, cph] (<https://orcid.org/0000-0001-5875-6167>), Sebastian Krey [aut, cph], Olaf Mersmann [aut, cph], Sarah Schnackenberg [aut, cph], Guillaume Guénard [aut, cph] (for the 'pulse' functionality), Daniel P. W. Ellis [aut, cph] (functions ported from 'rastamat'), Underbit Technologies [aut, cph] (for the included 'libmad MPEG audio decoder library'), Andrea Preusser [ctb], Anita Thieler [ctb], Johanna Mielke [ctb], Claus Weihs [ctb], Brian D. Ripley [ctb], Matthias Heymann [ctb] (for ideas from the former 'sound' package) Maintainer Uwe Ligges <ligges@statistik.tu-dortmund.de> Repository CRAN Date/Publication 2023-08-14 15:50:02 UTC 1 2 R topics documented: R topics documented: Arith-methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 audspec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 bind . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 channel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 deltas . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 dolpc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 downsample . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 equalWave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 extractWave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 FF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 freqconv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 getMidiNotes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 length . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 lifter . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 lilyinput . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 lpc2cep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 MCnames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 melfcc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 melodyplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 Mono-Stereo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 nchannel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 normalize-methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 noSilence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 noteFromFF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 notenames . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 panorama . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 periodogram-methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 play-methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 plot-Wave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 plot-Wspec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 plot-WspecMat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 postaud . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 powspec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 prepComb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 quantize . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 quantplot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 readMidi . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 readMP3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 readWave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 show-WaveWspec-methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 smoother . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 spec2cep . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 summary-methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 tuneR . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 updateWave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 Wave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 Arith-methods 3 Wave-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 Waveforms . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 WaveMC . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 WaveMC-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56 WavPlayer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 writeWave . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 Wspec-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 WspecMat-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 [-methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61 Index 62 Arith-methods Arithmetics on Waves Description Methods for arithmetics on Wave and WaveMC objects Methods object = "Wave" An object of class Wave. object = "WaveMC" An object of class WaveMC. object = "numeric" For, e.g., adding a number to the whole Wave, e.g. useful for demeaning. object = "missing" For unary Wave operations. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also For the S3 generic: groupGeneric, Wave-class, Wave, WaveMC-class, WaveMC audspec Frequency band conversion Description Perform critical band analysis (see PLP), which means the reduction of the fourier frequencies of a signal’s powerspectrum to a reduced number of frequency bands in an auditory frequency scale. Usage audspec(pspectrum, sr = 16000, nfilts = ceiling(hz2bark(sr/2)) + 1, fbtype = c("bark", "mel", "htkmel", "fcmel"), minfreq = 0, maxfreq = sr/2, sumpower = TRUE, bwidth = 1) 4 audspec Arguments pspectrum Output of powspec, matrix with the powerspectrum of each time frame in its columns. sr Sample rate of the original recording. nfilts Number of filters/frequency bins in the auditory frequency scale. fbtype Used auditory frequency scale. minfreq Lowest frequency. maxfreq Highest frequency. sumpower If sumpower = TRUE, the frequency scale transformation is based on the power- spectrum, if sumpower = FALSE, it is based on its squareroot (absolute value of the spectrum) and squared afterwards. bwidth Modify the width of the frequency bands. Value aspectrum Matrix with the auditory spectrum of each time frame in its columns. wts Weight matrix for the frequency band conversion. Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/ See Also fft2melmx, fft2barkmx Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") pspectrum <- powspec(testsound@left, testsound@samp.rate) aspectrum <- audspec(pspectrum, testsound@samp.rate) bind 5 bind Concatenating Wave objects Description Generic function for concatenating objects of class Wave or WaveMC. Usage bind(object, ...) ## S4 method for signature 'Wave' bind(object, ...) ## S4 method for signature 'WaveMC' bind(object, ...) Arguments object, ... Objects of class Wave or class WaveMC, each of the same class and of the same kind (checked by equalWave), i.e. identical sampling rate, resolution (bit), and number of channels (for WaveMC, resp. stereo/mono for Wave). Value An object of class Wave or class WaveMC that corresponds to the class of the input. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also prepComb for preparing the concatenation, Wave-class, Wave, WaveMC-class, WaveMC, extractWave, stereo channel Channel conversion for Wave objects Description Convenient wrapper to extract one or more channels (or mirror channels) from an object of class Wave. Usage channel(object, which = c("both", "left", "right", "mirror")) 6 deltas Arguments object Object of class Wave. which Character indicating which channel(s) should be returned. Details For objects of WaveMC-class, channel selection can be performed by simple matrix indexing, e.g. WaveMCobject[,2] selects the second channel. Value Wave object including channels specified by which. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wave, Wave-class, mono, extractWave deltas Calculate delta features Description Calculate the deltas (derivatives) of a sequence of features using a w-point window with a simple linear slope. Usage deltas(x, w = 9) Arguments x Matrix of features. Every column represents one time frame. Each row is filtered separately. w Window width (usually odd). Details This function mirrors the delta calculation performed in HTKs ‘feacalc’. Value Returns a matrix of the delta features (one column per frame). dolpc 7 Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/ Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") m <- melfcc(testsound, frames_in_rows=FALSE) d <- deltas(m) dolpc (Perceptive) Linear Prediction Description Compute autoregressive model from spectral magnitude samples via Levinson-Durbin recursion. Usage dolpc(x, modelorder = 8) Arguments x Matrix of spectral magnitude samples (each sample/time frame in one column). modelorder Lag of the AR model. Value Returns a matrix of the normalized AR coefficients (depending on the input spectrum: LPC or PLP coefficients). Every column represents one time frame. Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/ See Also levinson 8 downsample Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") pspectrum <- powspec(testsound@left, testsound@samp.rate) aspectrum <- audspec(pspectrum, testsound@samp.rate)$aspectrum lpcas <- dolpc(aspectrum, 10) downsample Downsampling a Wave or WaveMC object Description Downsampling an object of class Wave or class WaveMC. Usage downsample(object, samp.rate) Arguments object Object of class Wave or class WaveMC. samp.rate Sampling rate the object is to be downsampled to. samp.rate must be in [2000, 192000]; typical values are 11025, 22050, and 44100 for CD quality. If the object’s sampling rate is already equal or smaller than samp.rate, the object will be returned unchanged. Value An object of class Wave or class WaveMC. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wave-class, Wave, WaveMC-class, WaveMC equalWave 9 equalWave Checking Wave objects Description Internal S4 generic function that checks for some kind of equality of objects of class Wave or class WaveMC. Usage equalWave(object1, object2) Arguments object1, object2 Object(s) of class Wave or class WaveMC (both of the same class). Value Does not return anything. It stops code execution with an error message indicating the problem if the objects are not of the same class (either Wave oder WaveMC) or if the two objects don’t have the same properties, i.e. identical sampling rate, resolution (bit), and number of channels (for WaveMC, resp. stereo/mono for Wave). Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also Wave-class, Wave, WaveMC-class, WaveMC extractWave Extractor for Wave and WaveMC objects Description Extractor function that allows to extract inner parts for Wave or WaveMC objects (interactively). Usage extractWave(object, from = 1, to = length(object), interact = interactive(), xunit = c("samples", "time"), ...) 10 extractWave Arguments object Object of class Wave or class WaveMC. from Sample number or time in seconds (see xunit) at which to start extraction. to Sample number or time in seconds (see xunit) at which to stop extraction. If to < from, object will be returned as is. interact Logical indicating whether to choose the range to be extracted interactively (if TRUE). See Section Details. xunit Character indicating which units are used to specify the range to be extracted (both in arguments from and to, and in the plot, if interact = TRUE). If xunit = "time", the unit is time in seconds, otherwise the number of samples. ... Parameters to be passed to the underlying plot function (plot-methods) if interact = TRUE. Details This function allows interactive selection of a range to be extracted from an object of class Wave or class WaveMC. The default is to use interactive selection if the current R session is interactive. In case of interactive selection, plot-methods plot the Wave or WaveMC object, and the user may click on the starting and ending points of his selection (given neither from nor to have been specified, see below). The cut-points are drawn and the corresponding selection will be returned in form of a Wave or WaveMC object. Setting interact = TRUE in a non-interactive session does not work. Setting arguments from or to explicitly means that the specified one does not need to be selected interactively, hence only the non-specified one will be selected interactively. Moreover, setting both from or to implies interact = FALSE. Value An object of class Wave or class WaveMC. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also Wave-class, Wave, WaveMC-class, WaveMC, bind, channel, mono Examples Wobj <- sine(440) # extracting the middle 0.5 seconds of that 1 sec. sound: Wobj2 <- extractWave(Wobj, from = 0.25, to = 0.75, xunit = "time") Wobj2 ## Not run: # or interactively: FF 11 Wobj2 <- extractWave(Wobj) ## End(Not run) FF Estimation of Fundamental Frequencies from a Wspec object Description Estimation of Fundamental Frequencies from an object of class Wspec. Additionally, some heuris- tics are used to distinguish silence, noise (and breathing for singers) from real tones. Usage FF(object, peakheight = 0.01, silence = 0.2, minpeak = 9, diapason = 440, notes = NULL, interest.frqs = seq(along = object@freq), search.par = c(0.8, 10, 1.3, 1.7)) FFpure(object, peakheight = 0.01, diapason = 440, notes = NULL, interest.frqs = seq(along = object@freq), search.par = c(0.8, 10, 1.3, 1.7)) Arguments object An object of class Wspec. peakheight The peak’s proportion of the maximal peak height to be considered for funda- mental frequency detection. The default (0.01) means peaks smaller than 0.02 times the maximal peak height are omitted. silence The maximum proportion of periodograms to be considered as silence or noise (such as breathing). The default (0.2) means that less than 20 out of 100 peri- odograms represent silence or noise. minpeak If more than minpeak peaks are considered for detection and passed argument peakheight, such periodograms are detected to be silence or noise (if silence > 0). diapason Frequency of diapason a, default is 440 (Hertz). notes Optional, a vector of integers indicating the notes (in halftones from diapason a) that are expected. By applying this restriction, the “detection error” might be reduced in some cases. interest.frqs Optional, either a vector of integers indicating the indices of (fundamental) fre- quencies in object that are expected, or one of the character strings "bass", "tenor", "alto" or "soprano". For these voice types, only typical frequency ranges are considered for detection. By applying this restriction, the “detection error” might be reduced in some cases. search.par Parameters to look for peaks: 12 freqconv 1. The first peak larger than peakheight * 'largest_peak' is taken. 2. Its frequency is multiplied by 1+search.par[1] Now, any larger peak be- tween the old peak and that value is taken, if (a) it exists and if (b) it is above the search.par[2]-th Fourier-Frequency. 3. Within the interval of frequencies 'current peak' * search.par[3:4], another high peak is looked for. If any high peak exists in that interval, it can be assumed we got the wrong partial and the ‘real’ fundamental frequency can be re-estimated from the next two partials. Details FFpure just estimates the fundamental frequencies for all periodograms contained in the object (of class Wspec). FF additionally uses some heuristics to distinguish silence, noise (and breathing for singers) from real tones. It is recommended to use the wrapper function FF rather than FFpure. If silence detecion can be omitted by specifying silence = 0. Value Vector of estimated fundamental frequencies (in Hertz) for each periodogram conatined in object. Note These functions are still in development and may be changed in due course. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wspec, periodogram (including an example), noteFromFF, and tuneR for a very complete example. freqconv Frequency scale conversion Description Perform frequency scale conversions between Hertz, Bark- and different variants von the Melscale. Usage bark2hz(z) hz2bark(f) hz2mel(f, htk = FALSE) mel2hz(z, htk = FALSE) getMidiNotes 13 Arguments f Frequency in Hertz z Frequency in the auditory frequency scale htk Use the HTK-Melscale (htk = TRUE) or Slaney’s Melscale from the Auditory Toolbox (htk = FALSE) Value The value of the input in the target frequency scale. Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/, Mal- colm Slaney: Auditory Toolbox Examples hz2bark(440) bark2hz(hz2bark(440)) hz2mel(440, htk = TRUE) mel2hz(hz2mel(440, htk = TRUE), htk = TRUE) hz2mel(440, htk = FALSE) mel2hz(hz2mel(440, htk = FALSE), htk = FALSE) getMidiNotes Extract note events from objects returned by readMidi Description Extract only note events from an object returned by the readMidi function. Usage getMidiNotes(x, ...) Arguments x A data.frame returned by the readMidi function. ... Further arguments are passed to the notenames function for extracting the hu- man readable note names rather than their integer representations. 14 length Value A data frame with columns time start time length length track track number channel channel number note note notename notename velocity note velocity Author(s) Uwe Ligges and Johanna Mielke See Also readMidi Examples content <- readMidi(system.file("example_files", "Bass_sample.mid", package="tuneR")) getMidiNotes(content) length S4 generic for length Description S4 generic for length. Methods x = "Wave" The length of the left channel (in samples) of this object of class Wave will be returned. x = "WaveMC" The length for each of the time series in the WaveMC will be returned. object = "ANY" For compatibility. See Also For the primitive: length lifter 15 lifter Liftering of cepstra Description Apply liftering to a matrix of cepstra. Usage lifter(x, lift = 0.6, inv = FALSE, htk = FALSE) Arguments x Matrix of cepstra, one sample/time frame per column. lift Liftering exponent/length. inv Invert the liftering (undo a previous liftering). htk Switch liftering type. Details If htk = FALSE, then perform xil if t, i = 1, . . . , nrow(x) liftering. If htk = TRUE, then perform HTK-style sin-curve liftering with length lift. Value Matrix of the liftered cepstra. Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/ Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") m <- melfcc(testsound, frames_in_rows=FALSE) unlm <- lifter(m, inv=TRUE) 16 lilyinput lilyinput Providing LilyPond compatible input Description A function (in development!) that writes a file to be processed by LilyPond by extracting the relevant information (e.g. pitch, length, ...) from columns of a data frame. The music notation software LilyPond can “transcribe” such an input file into sheet music. Usage lilyinput(X, file = "Rsong.ly", Major = TRUE, key = "c", clef = c("treble", "bass", "alto", "tenor"), time = "4/4", endbar = TRUE, midi = TRUE, tempo = "2 = 60", textheight = 220, linewidth = 150, indent = 0, fontsize = 14) Arguments X A data frame containing 4 named components (columns): • note: Integer - the notes’ pitch in halftones from diapason (a), i.e. 0 for diapason a, 3 for c’, ... • duration: Integer - denominator of lengths of the notes, e.g. 8 for a quaver. • punctate: Logical - whether to punctate a note. • slur: Logical - TRUE indicates to start a slur, or to end it. That means that the first, third, ... occurences of TRUE start slurps, while the second, fourth, ... occurences end slurps. Note that it is only possible to draw one slur at a time. file The file to be written for LilyPond’s input. Major Logical indicating major key (if TRUE) or minor key. key Keynote, necessary to set sharps/flats. clef Integer indicating the kind of clef, supported are "treble" (default), "bass", "alto", and "tenor". time Character indicating which meter to use, examples are: "3/4", "4/4". endbar Logical indicating whether to set an ending bar at the end of the sheet music. midi Logical indicating whether Midi output (by LilyPond) is desirable. tempo Character specifying the tempo to be used for the Midi file if midi = TRUE. The default, "2 = 60" indicates: 60 half notes per minute, whereas "4 = 90" indicates 90 quarters per minute. textheight Textheight of the sheet music to be written by LilyPond. linewidth Linewidth of the sheet music to be written by LilyPond. indent Indentation of the sheet music to be written by LilyPond. fontsize Fontsize of the sheet music to be written by LilyPond. lpc2cep 17 Details Details will be given when development has reached a stable stage ...! Value Nothing is returned, but a file is written. Note This function is in development!!! Everything (and in particular its user interface) is subject to change!!! Author(s) Andrea Preußer and Uwe Ligges <ligges@statistik.tu-dortmund.de> References The LilyPond development team (2005): LilyPond - The music typesetter. https://lilypond. org/, Version 2.7.20. Preußer, A., Ligges, U. und Weihs, C. (2002): Ein R Exportfilter für das Notations- und Midi- Programm LilyPond. Arbeitsbericht 35. Fachbereich Statistik, Universität Dortmund. (german) See Also quantMerge prepares the data to be written into the LilyPond format; quantize and quantplot generate another kind of plot; and exhaustive example is given in tuneR. lpc2cep LPC to cepstra conversion Description Convert the LPC coefficients in each column of a into frames of cepstra. Usage lpc2cep(a, nout = nrow(a)) Arguments a Matrix of LPC coefficients. nout Number of cepstra to produce. Value Matrix of cepstra (one column per time frame). 18 MCnames Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/ See Also spec2cep Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") pspectrum <- powspec(testsound@left, testsound@samp.rate) aspectrum <- audspec(pspectrum, testsound@samp.rate) lpcas <- dolpc(aspectrum$aspectrum, 8) cepstra <- lpc2cep(lpcas) MCnames Default channel ordering for multi channel wave files Description A data frame representing the default channel ordering with id, descriptive label, and abbreviated name for multi channel wave files. Format A data frame with 18 observations on the following 3 variables: id id of the channel label full label for the channel name abbreviated name for the channel Source Data derived from the technical documentation given at https://docs.microsoft.com/en-us/ windows-hardware/drivers/ddi/content/ksmedia/ns-ksmedia-waveformatextensible. References Microsoft Corporation (2018): WAVEFORMATEXTENSIBLE structure, https://docs.microsoft. com/en-us/windows-hardware/drivers/ddi/content/ksmedia/ns-ksmedia-waveformatextensible. Examples MCnames # the 18 predefined channels in a multi channel Wave file (WaveMC object) melfcc 19 melfcc MFCC Calculation Description Calculate Mel-frequency cepstral coefficients. Usage melfcc(samples, sr = samples@samp.rate, wintime = 0.025, hoptime = 0.01, numcep = 12, lifterexp = 0.6, htklifter = FALSE, sumpower = TRUE, preemph = 0.97, dither = FALSE, minfreq = 0, maxfreq = sr/2, nbands = 40, bwidth = 1, dcttype = c("t2", "t1", "t3", "t4"), fbtype = c("mel", "htkmel", "fcmel", "bark"), usecmp = FALSE, modelorder = NULL, spec_out = FALSE, frames_in_rows = TRUE) Arguments samples Object of Wave-class or WaveMC-class. Only the first channel will be used. sr Sampling rate of the signal. wintime Window length in sec. hoptime Step between successive windows in sec. numcep Number of cepstra to return. lifterexp Exponent for liftering; 0 = none. htklifter Use HTK sin lifter. sumpower If sumpower = TRUE the frequency scale transformation is based on the power- spectrum, if sumpower = FALSE it is based on its squareroot (absolute value of the spectrum) and squared afterwards. preemph Apply pre-emphasis filter [1 -preemph] (0 = none). dither Add offset to spectrum as if dither noise. minfreq Lowest band edge of mel filters (Hz). maxfreq Highest band edge of mel filters (Hz). nbands Number of warped spectral bands to use. bwidth Width of spectral bands in Bark/Mel. dcttype Type of DCT used - 1 or 2 (or 3 for HTK or 4 for feacalc). fbtype Auditory frequency scale to use: "mel", "bark", "htkmel", "fcmel". usecmp Apply equal-loudness weighting and cube-root compression (PLP instead of LPC). modelorder If modelorder > 0, fit a linear prediction (autoregressive-) model of this order and calculation of cepstra out of lpcas. spec_out Should matrices of the power- and the auditory-spectrum be returned. frames_in_rows Return time frames in rows instead of columns (original Matlab code). 20 melfcc Details Calculation of the MFCCs imlcudes the following steps: 1. Preemphasis filtering 2. Take the absolute value of the STFT (usage of Hamming window) 3. Warp to auditory frequency scale (Mel/Bark) 4. Take the DCT of the log-auditory-spectrum 5. Return the first ‘ncep’ components Value cepstra Cepstral coefficients of the input signal (one time frame per row/column) aspectrum Auditory spectrum (spectrum after transformation to Mel/Bark scale) of the sig- nal pspectrum Power spectrum of the input signal. lpcas If modelorder > 0, the linear prediction coefficients (LPC/PLP). Note The following non-default values nearly duplicate Malcolm Slaney’s mfcc (i.e. melfcc(d, 16000, wintime=0.016, lifterexp=0, minfreq=133.33, maxfreq=6855.6, sumpower=FALSE) =~= log(10) * 2 * mfcc(d, 16000) in the Auditory toolbox for Matlab). The following non-default values nearly duplicate HTK’s MFCC (i.e. melfcc(d, 16000, lifterexp=22, htklifter=TRUE, nbands=20, maxfreq=8000, sumpower=FALSE, fbtype="htkmel", dcttype="t3") =~= 2 * htkmelfcc(:,[13,[1:12]]) where HTK config has ‘PREEMCOEF = 0.97’, ‘NUM- CHANS = 20’, ‘CEPLIFTER = 22’, ‘NUMCEPS = 12’, ‘WINDOWSIZE = 250000.0’, ‘USE- HAMMING = T’, ‘TARGETKIND = MFCC_0’). For more detail on reproducing other programs’ outputs, see https://www.ee.columbia.edu/ ~dpwe/resources/matlab/rastamat/mfccs.html Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/ melodyplot 21 Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") m1 <- melfcc(testsound) #Use PLP features to calculate cepstra and output the matrices like the #original Matlab code (note: modelorder limits the number of cepstra) m2 <- melfcc(testsound, numcep=9, usecmp=TRUE, modelorder=8, spec_out=TRUE, frames_in_rows=FALSE) melodyplot Plotting a melody Description Plot a observed melody and (optional) an expected melody, as well as corresponding energy values (corresponding to the loudness of the sound). Usage melodyplot(object, observed, expected = NULL, bars = NULL, main = NULL, xlab = NULL, ylab = "note", xlim = NULL, ylim = NULL, observedtype = "l", observedcol = "red", expectedcol = "grey", gridcol = "grey", lwd = 2, las = 1, cex.axis = 0.9, mar = c(5, 4, 4, 4) + 0.1, notenames = NULL, thin = 1, silence = "silence", plotenergy = TRUE, ..., axispar = list(ax1 = list(side=1), ax2 = list(side=2), ax4 = list(side=4)), boxpar = list(), energylabel = list(text="energy", side=4, line=2.5, at=rg.s-0.25, las=3), energypar = list(), expectedpar = list(), gridpar = list(col=gridcol), observedpar = list(col=observedcol, type=observedtype, lwd=2, pch=15)) Arguments object An object of class Wspec. observed Observed notes, probably as a result from noteFromFF (or a smoothed ver- sion). This should correspond to the Wspec object. It can also be a matrix of k columns where those k notes in the same row are displayed at the same timepoint. expected Expected notes (optional; in order to compare results), same format as observed. bars Number of bars to be plotted (a virtual static segmentation takes place). If NULL (default), time rather than bars are used. main Main title of the plot. 22 melodyplot xlab, ylab Annotation of -/y-axes. xlim, ylim Range of x-/y-axis, where ylim must be an integer that represents the range of note heights that should be displayed. observedtype Type (either "p" for points or "l" for lines) used for representing observed notes. "l" (the default) is not sensible for polyphonic representations. observedcol Colour for the observed melody. expectedcol Colour for the expected melody. gridcol Colour of the grid. lwd Line width, see par for details. las Orientation of axis labels, see par for details. cex.axis Size of tick mark labels, see par for details. mar Margins of the plot, see par for details. notenames Optionally specify other notenames (character) for the y axis. thin Amount of thinning of notenames, i.e. only each thinth notename is displayed on the y-axis. silence Character string for label of the ‘silence’ (default) axis. plotenergy Logical (default: TRUE), whether to plot energy values in the bottom part of the plot. ... Additional graphical parameters to be passed to underlying plot function. axispar A named list of three other lists (ax1, ax2, and ax4) containing parameters passed to the corresponding axis calls for the three axis time (ax1), notes (ax2), and energy (ax4). boxpar A list of parameters to be passed to the box generating functions. energylabel A list of parameters to be passed to the energy-label generating mtext call. energypar A list of parameters to be passed to the lines function that draws the energy curve. expectedpar A list of parameters to be passed to the rect function that draws the rectangles for expected values. gridpar A list of parameters to be passed to the abline function that draws the grid lines. observedpar A list of parameters to be passed to the lines function that draws the observed values. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also noteFromFF, FF, quantplot; for an example, see the help in tuneR. Mono-Stereo 23 Mono-Stereo Converting (extracting, joining) stereo to mono and vice versa Description Functions to extract a channel from a stereo Wave object, and to join channels of two monophonic Wave objects to a stereophonic one. Usage mono(object, which = c("left", "right", "both")) stereo(left, right) Arguments object Object of class Wave. which Character, indicating whether the “left” or “right” channel should be extracted, or whether “both” channels should be averaged. left Object of class Wave containing monophonic sound, to be used for the left chan- nel. right Object of class Wave containing monophonic sound, to be used for the right chan- nel (if missing, the left channel is duplicated). If right is missing, stereo returns whether left is stereo (TRUE) or mono (FALSE). Details For objects of WaveMC-class, a mono channel can be created by simple matrix indexing, e.g. WaveMCobject[,2] selects the second channel. Value An object of class Wave. If argument right is missing in stereo, a logical values is returned that indicates whether left is stereo (TRUE) or mono (FALSE). Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wave-class, Wave 24 normalize-methods Examples Wobj <- sine(440) Wobj Wobj2 <- stereo(Wobj, Wobj) Wobj2 mono(Wobj2, "right") nchannel Number of channels Description Get the number of channels from a Wave or WaveMC object Usage nchannel(object) ## S4 method for signature 'Wave' nchannel(object) ## S4 method for signature 'WaveMC' nchannel(object) Arguments object Object of class Wave or class WaveMC. Value An integer, the number of channels given in the object. See Also Wave-class, WaveMC-class normalize-methods Rescale the range of values Description Centering and rescaling the waveform of a Wave or WaveMC object to a canonical interval corre- sponding to the Wave format (e.g. [-1, 1], [0, 254], [-32767, 32767], [-8388607, 8388607], or [-2147483647, 2147483647]). Usage normalize(object, unit = c("1", "8", "16", "24", "32", "64", "0"), center = TRUE, level = 1, rescale = TRUE, pcm = object@pcm) noSilence 25 Arguments object Object of class Wave or WaveMC. unit Unit to rescale to. "1" (default) for rescaling to numeric values in [-1, 1], "8" (i.e. 8-bit) for rescaling to integers in [0, 254], "16" (i.e. 16-bit) for rescaling to integers in [-32767, 32767], "24" (i.e. 24-bit) for rescaling to integers in [-8388607, 8388607], "32" (i.e. 32-bit) for rescaling either to integers in [-2147483647, 2147483647] (PCM Wave format if pcm=TRUE) or to numeric values in [-1, 1] (FLOAT_IEEE Wave format if pcm = FALSE), "64" (i.e. 64-bit) for rescaling to real values in [-1, 1] (FLOAT_IEEE Wave format), and "0" for not rescaling (hence only centering if center = TRUE). center If TRUE (default), values are centered around 0 (or 127 if unit = "8"). level Maximal percentage of the amplitude used for normalizing (default is 1). rescale Logical, whether to rescale to the maximal possible dynamic range. pcm Logical. By default, the pcm information from the object is kept. Otherwise, if TRUE, the object is coerced to the PCM Wave format. If FALSE, the object is coerced to the FLOAT_IEEE format, i.e. numeric values in [-1, 1]. Value An object containing the normalized data of the same class as the input object, i.e. either Wave or WaveMC. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg, based on code from Matthias Heymann’s former package ‘sound’. See Also writeWave, Wave-class, Wave, WaveMC-class, WaveMC noSilence Cut off silence from a Wave or WaveMC object Description Generic function to cut off silence or low noise at the beginning and/or at the end of an object of class Wave or class WaveMC. Usage noSilence(object, zero = 0, level = 0, where = c("both", "start", "end")) 26 noteFromFF Arguments object Object of class Wave or class WaveMC. zero The zero level (default: 0) at which ideal cut points are determined (see Details). A typical alternative would be 127 for 8 bit Wave or WaveMC objects. If zero = NA, the mean of the left Wave channel (for Wave, resp. the mean of the first channel for WaveMC) is taken as zero level. level Values in the interval between zero and zero - level/zero + level are con- sidered as silence. where One of "both" (default), "start", or "end" indicating at where to prepare the Wave or WaveMC object for concatenation. Details Silcence is removed at the locations given by where of the Wave or WaveMC object, where silence is defined such that (in both channels if stereo, in all channels if multichannel for WaveMC) all values are in the interval between zero - level and zero + level. All values before (or after, respectively) the first non-silent value are removed from the object. Value An object of class Wave or WaveMC. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg, based on code from Matthias Heymann’s former package ‘sound’. See Also silence, Wave-class, Wave, WaveMC-class, WaveMC, extractWave noteFromFF Deriving notes from frequencies Description Deriving notes from given (fundamental) frequencies. Usage noteFromFF(x, diapason = 440, roundshift = 0) notenames 27 Arguments x Fundamental frequency. diapason Frequency of diapason a, default is 440 (Hertz). roundshift Shift that indicates from here to round to the next integer (note). The default (0) is “classical” rounding as described in round. A higher value means that roundshift is added to the calculated real note value before rounding to an integer. This is useful if it is unclear that some instruments really shift the note in the center between two theoretical frequencies. Example: if x = 452 and diapason = 440, the internally calculated real value of 0.46583 is rounded to 0, but for roundshift = 0.1 we get 0.56583 and it is rounded to note 1. Details The formula used is simply round(12 * log(x / diapason, 2) + roundshift). Value An integer representing the (rounded) difference in halftones from diapason a, i.e. indicating the note that corresponds to fundamental frequency x given the value of diapason. For example: 0 indicates diapason a, 3: c’, 12: a’, . . . Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also FF, periodogram, and tuneR for a very complete example. notenames Generating note names from numbers Description A function that generates note names from numbers Usage notenames(notes, language = c("english", "german")) Arguments notes An interger values vector, where 0 corresponds to a’, notes below and above have to be specified in the corresponding halftone distance. language Language of the note names. Currently only english and german are supported. 28 panorama Value A character vector of note names. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> Examples notenames(c(-24, -12, 0, 12)) # octaves of a notenames(3:15) # chromaticism ## same in german: notenames(3:15, language = "german") panorama Narrow the Panorama of a Stereo Sample Description Generic function to narrow the panorama of a stereo Wave or WaveMC object. Usage panorama(object, pan = 1) Arguments object Object of class Wave or class WaveMC. pan Value in [-1,1] to narrow the panorama, see the Details below. The default (1) does not change anything. Details If abs(pan) < 1, mixtures of the two channels of the Wave or WaveMC objects are used for the left and the right channel of the returned Sample object if the object is of class Wave, resp. for the first and second channel of the returned Sample object if the object is of class WaveMC, so that they appear closer to the center. For pan = 0, both sounds are completely in the center (i.e. averaged). If pan < 0, the left and the right channel (for Wave objects, the first and the second channel for WaveMC objects) are interchanged. Value An object of class Wave or class WaveMC with the transformed panorama. periodogram-methods 29 Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg, based on code by Matthias Heymann See Also Wave-class, Wave, WaveMC-class, WaveMC periodogram-methods Periodogram (Spectral Density) Estimation on Wave objects Description This function estimates one or more periodograms (spectral densities) of the time series contained in an object of class Wave or WaveMC (or directly in a Wave file) using a window running through the time series (possibly with overlapping). It returns an object of class Wspec. Usage periodogram(object, ...) ## S4 method for signature 'WaveGeneral' periodogram(object, width = length(object), overlap = 0, starts = NULL, ends = NULL, taper = 0, normalize = TRUE, frqRange = c(-Inf, Inf), ...) ## S4 method for signature 'character' periodogram(object, width, overlap = 0, from = 1, to = Inf, units = c("samples", "seconds", "minutes", "hours"), downsample = NA, channel = c("left", "right"), pieces = 1, ...) Arguments object An object of class Wave, WaveMC, or a character string pointing to a Wave file. width A window of width ‘width’ running through the time series selects the samples from which the periodograms are to be calculated. overlap The window can be applied by each overlapping overlap samples. starts Start number (in samples) for a window. If not given, this value is derived from argument ends, or will be derived width and overlap. ends End number (in samples) for a window. If not given, this value is derived from argument starts, or will be derived from width and overlap. taper proportion of data to taper. See spec.pgram for details. normalize Logical; if TRUE (default), two steps will be applied: (i) the input signal will be normalized to amplitude max(abs(amplitude)) == 1, (ii) the resulting spec values will be normalized to sum up to one for each periodogram. 30 periodogram-methods frqRange Numeric vector of two elements indicating minimum and maximum of the fre- quency range that is to be stored in the resulting object. This is useful to reduce memory consumption. from Where to start reading in the Wave file, in units. to Where to stop reading in the Wave file, in units. units Units in which from and to is given, the default is “samples”, but can be set to time intervals such as “seconds”, see the Usage Section above. downsample Sampling rate the object is to be downsampled to. If NA, the default, no changes are applied. Otherwise downsample must be in [2000, 192000]; typical values are 11025, 22050, and 44100 for CD quality. See also downsample. channel Character, indicating whether the “left” or “right” channel should be extracted (see mono for details) - stereo processing is not yet implemented. pieces The Wave file will be read in in pieces steps in order to reduce the amount of required memory. ... Further arguments to be passed to the underlying function spec.pgram. Value An object of class Wspec is returned containing the following slots. freq Vector of frequencies at which the spectral density is estimated. See spectrum for details. (1) spec List of vectors or matrices of the spec values returned by spec.pgram at fre- quencies corresponding to freq. Each element of the list corresponds to one periodogram estimated from samples of the window beginning at start of the Wave or WaveMC object. kernel The kernel argument, or the kernel constructed from spans returned by spec.pgram. (1) df The distribution of the spectral density estimate can be approximated by a chi square distribution with df degrees of freedom. (1) taper The value of the taper argument. (1) width The value of the width argument. (1) overlap The value of the overlap argument. (1) normalize The value of the normalize argument. (1) starts If the argument starts was given in the call, its value. If the argument ends was given in the call, ‘ends - width’. If neither starts nor ends was given, the start points of all periodograms. In the latter case the start points are calculated from the arguments width and overlap. stereo Always FALSE (for back compatibility). (1) samp.rate Sampling rate of the underlying Wave or WaveMC object. (1) variance The variance of samples in each window, corresponding to amplitude / loudness of sound. periodogram-methods 31 energy The “energy” E, also an indicator for the amplitude / loudness of sound: X E(xI ) := 20 ∗ log10 |xj |, j∈I where I indicates the interval I := start[i]:end[i] for all i := 1, . . . , length(starts). Those slots marked with “(1)” contain the information once, because it is unique for all peri- odograms of estimated by the function call. Note Support for processing more than one channel of Wave or WaveMC objects has not yet been imple- mented. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also • for the resulting objects’ class: Wspec, • for plotting: plot-Wspec, • for the underlying periodogram calculations: spec.pgram, • for the input data class: Wave-class, Wave, WaveMC-class, WaveMC. Examples # constructing a Wave object (1 sec.) containing sinus sound with 440Hz: Wobj <- sine(440) Wobj # Calculate periodograms in windows of 4096 samples each - without # any overlap - resulting in an Wspec object that is printed: Wspecobj <- periodogram(Wobj, width = 4096) Wspecobj # Plot the first periodogram from Wspecobj: plot(Wspecobj) # Plot the third one and choose a reasonable xlim: plot(Wspecobj, which = 3, xlim = c(0, 1000)) # Mark frequency that has been generated before: abline(v = 440, col="red") # plot the spectrogram image(Wspecobj, ylim=c(0, 2000)) # same again with normalize = FALSE and with logarithmic y-axis plotted: Wspecobj2 <- periodogram(Wobj, width = 4096, normalize = FALSE) Wspecobj2 32 play-methods plot(Wspecobj2, which = 3, xlim = c(0, 1000), log="y") abline(v = 440, col="red") image(Wspecobj2, ylim=c(0, 2000), log="z") FF(Wspecobj) # all ~ 440 Hertz noteFromFF(FF(Wspecobj)) # all diapason a play-methods Playing Waves Description Plays wave files and objects of class Wave. Usage play(object, player, ...) Arguments object Either a filename pointing to a Wave file, or an object of class Wave or WaveMC. If the latter, it is written to a temporary file by writeWave, played by the chosen player, and deleted afterwards. player (Path to) a program capable of playing a wave file by invocation from the com- mand line. If under Windows and no player is given, “mplay32.exe” or “wm- player.exe” (if the former does not exists as under Windows 7) will be chosen as the default. ... Further arguments passed to the Wave file player. If no player and no further arguments are given under Windows, the default is: "/play /close". Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wave-class, WaveMC-class, Wave, WaveMC, writeWave, setWavPlayer plot-Wave 33 plot-Wave Plotting Wave objects Description Plotting objects of class Wave. Usage ## S4 method for signature 'Wave,missing' plot(x, info = FALSE, xunit = c("time", "samples"), ylim = NULL, main = NULL, sub = NULL, xlab = NULL, ylab = NULL, simplify = TRUE, nr = 2500, axes = TRUE, yaxt = par("yaxt"), las = 1, center = TRUE, ...) ## S4 method for signature 'WaveMC,missing' plot(x, info = FALSE, xunit = c("time", "samples"), ylim = NULL, main = NULL, sub = NULL, xlab = NULL, ylab = colnames(x), simplify = TRUE, nr = 2500, axes = TRUE, yaxt = par("yaxt"), las = 1, center = TRUE, mfrow = NULL, ...) plot_Wave_channel(x, xunit, ylim, xlab, ylab, main, nr, simplify, axes = TRUE, yaxt = par("yaxt"), las = 1, center = TRUE, ...) Arguments x Object of class Wave or WaveMC, respectively. info Logical, whether to include (written) information on the Wave or WaveMC object within the plot. xunit Character indicating which units are used for setting up user coordinates (see par) and x-axis labeling. If xunit = "time", the unit is time in seconds, other- wise the number of samples. ylim The y (amplitude) limits of the plot. main, sub A title / subtitle for the plot. xlab Label for x-axis. ylab Label for y-axis (on the right side of the plot). For WaveMC objects, this can be the default colnames(x) (i.e. channel names of the WaveMC object), NULL for “channel 1”, . . . , “channel nc” where nc is ncol(x), NA for no labels, or a character vector of labels (one element for each channel). For Wave objects, this can be de default “left channel” (for mono) or “left channel” and “right channel” (for stereo), NA for no labels, or a character vector of labels (one element for each channel). simplify Logical, whether the plot should be “simplified”. If TRUE (default), not all (thou- sand/millions/billions) of points (samples) of the Wave or WaveMC object are 34 plot-Wspec drawn, but the nr (see below) ranges (in form of segments) within nr windows of the time series. Plotting with simplify = FALSE may take several minutes (depending on the number of samples in the Wave or WaveMC) and output in any vector format may be really huge. nr Number of windows (segments) to be used approximately (an appropriate num- ber close to nr is selected) to simplify (see above) the plot. Only used if simplify = TRUE and the number of samples of the Wave or WaveMC object x is larger. axes Whether to plot axes, default is TRUE. yaxt How to plot the y-axis ("n" for no y-axis). las The style of the axis labels, default is las = 1 (always horizontal), see par for details. center Whether to plot with y-axes centered around 0 (or 127 if 8-bit), default is TRUE. mfrow A vector indicating the arrangement of the figures, see par for details. ... Further arguments to be passed to the underlying plot functions. Details Function plot_Wave_channel is a helper function to plot a single channel (left for a Wave object, first channel / first column of data slot of a WaveMC object); in particular it is not intended to be called by the user directly. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also Wave-class, Wave, WaveMC-class, WaveMC and tuneR plot-Wspec Plotting Wspec objects Description Plotting a periodogram contained in an object of class Wspec. Usage ## S4 method for signature 'Wspec,missing' plot(x, which = 1, type = "h", xlab = "Frequency", ylab = NULL, log = "", ...) plot-WspecMat 35 Arguments x Object of class Wspec. which Integer indicating which of the periodograms contained in object x to plot. De- fault is to plot the first one. type The default is to plot horizontal lines, rather than points. See plot.default for details. xlab, ylab Label for x-/y-axis. log Character - "x" if the x-axis is to be logarithmic, "y" if the y-axis is to be logarithmic (quite typical for some visualizations of periodograms), and "xy" or "yx" if both axes are to be logarithmic. ... Further arguments to be passed to the underlying plot functions. See plot.default for details. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also see Wspec, periodogram and tuneR for the constructor function and some examples. plot-WspecMat Plotting WspecMat objects Description Plotting a spectogram (image) of an object of class Wspec or WspecMat. Usage ## S4 method for signature 'WspecMat,missing' plot(x, xlab = "time", ylab = "Frequency", xunit = c("samples", "time"), log = "", ...) ## S4 method for signature 'Wspec' image(x, xlab = "time", ylab = "Frequency", xunit = c("samples", "time"), log = "", ...) Arguments x Object of class WspecMat (for plot) or Wspec (for image). xlab, ylab Label for x-/y-axis. xunit Character indicating which units are used to annotate the x-axis. If xunit = "time", the unit is time in seconds, otherwise the number of samples. log Character - "z" if the z values are to be logarithmic. ... Further arguments to be passed to the underlying image function. See image for details. 36 postaud Details Calling image on a Wspec object converts it to class WspecMat and calls the corresponding plot function. Calling plot on a WspecMat object generates an image with correct annotated axes. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also see image, Wspec, WspecMat, periodogram and tuneR for the constructor function and some ex- amples. postaud Equal loudness compression Description Do loudness equalization and cube root compression Usage postaud(x, fmax, fbtype = c("bark", "mel", "htkmel", "fcmel"), broaden = FALSE) Arguments x Matrix of spectra (output of audspec). fmax Maximum frequency im Hertz. fbtype Auditory frequency scale. broaden Use two additional frequency bands for calculation. Value x Matrix of the per sample/frame (columns) spectra after applying the frequency dependant loudness equalization and compression. eql Vector of the equal loudness curve. Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/, Hynek Hermansky powspec 37 See Also audspec, dolpc Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") pspectrum <- powspec(testsound@left, testsound@samp.rate) aspectrum <- audspec(pspectrum, testsound@samp.rate) paspectrum <- postaud(x = aspectrum$aspectrum, fmax = 5000, fbtype = "mel") powspec Powerspectrum Description Compute the powerspectrum of the input signal. Basically output a power spectrogram using a Hamming window. Usage powspec(x, sr = 8000, wintime = 0.025, steptime = 0.01, dither = FALSE) Arguments x Vector of samples. sr Sampling rate of the signal. wintime Window length in sec. steptime Step between successive windows in sec. dither Add offset to spectrum as if dither noise. Value Matrix, where each column represents a power spectrum for a given frame and each row represents a frequency. Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/ See Also specgram 38 prepComb Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") pspectrum <- powspec(testsound@left, testsound@samp.rate) prepComb Preparing the combination/concatenation of Wave or WaveMC objects Description Preparing objects of class Wave or class WaveMC for binding/combination/concatenation by removing small amounts at the beginning/end of the Wave or WaveMC in order to make the transition smooth by avoiding clicks. Usage prepComb(object, zero = 0, where = c("both", "start", "end")) Arguments object Object of class Wave or class WaveMC. zero The zero level (default: 0) at which ideal cut points are determined (see Details). A typical alternative would be 127 for 8 bit Wave or WaveMC objects. If zero = NA, the mean of the left Wave channel (for a Wave object) or the mean of the first channel (for a WaveMC object) is taken as zero level. where One of "both" (default), "start", or "end" indicating at where to prepare the Wave or WaveMC object for concatenation. Details This function is useful to prepare objects of class Wave or class WaveMC for binding/combination/concatenation. At the side(s) indicated by where small amounts of the Wave or WaveMC are removed in order to make the transition between two Waves or WaveMCs smooth (avoiding clicks). This is done by dropping all values at the beginning of a Wave or WaveMC before the first positive point after the zero level is crossed from negative to positive. Analogously, at the end of a Wave or WaveMC all points are cut after the last negative value before the last zero level crossing from negative to positive. Value An object of class Wave or class WaveMC. Note If stereo (for Wave), only the left channel is analyzed while the right channel will simply be cut at the same locations. If multi channel (for WaveMC), only the first channel is analyzed while all other channels will simply be cut at the same locations. quantize 39 Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg, based on code from Matthias Heymann’s former package ‘sound’. See Also bind, Wave-class, Wave, WaveMC-class, WaveMC, extractWave, and noSilence to cut off silence Examples Wobj1 <- sine(440, duration = 520) Wobj2 <- extractWave(sine(330, duration = 500), from = 110, to = 500) par(mfrow = c(2,1)) plot(bind(Wobj1, Wobj2), xunit = "samples") abline(v = 520, col = "red") # here is a "click"! # now remove the "click" by deleting a minimal amount of information: Wobj1 <- prepComb(Wobj1, where = "end") Wobj2 <- prepComb(Wobj2, where = "start") plot(bind(Wobj1, Wobj2), xunit = "samples") quantize Functions for the quantization of notes Description These functions apply (static) quantization of notes in order to produce sheet music by pressing the notes into bars. Usage quantize(notes, energy, parts) quantMerge(notes, minlength, barsize, bars) Arguments notes Series of notes, a vector of integers such as returned by noteFromFF. At least one argument (notes and/or energy) must be specified. energy Series of energy values, a vector of numerics such as corresponding components of a Wspec object. parts Number of outcoming parts. The notes vector is divided into parts bins, the outcome is a vector of the modes of all bins. minlength 1/(length of the shortest note). Example: if the shortest note is a quaver (1/8), set minlength = 8. barsize One bar contains barsize number of notes of length minlength. bars We expect bars number of bars. 40 quantplot Value quantize returns a list with components: notes Vector of length parts corresponding to the input data The data is binned and modes corresponding to the data in those bins are returned. energy Same as notes, but for the energy argument. quantMerge returns a data.frame with components: note integer representation of a note (see Arguments). duration 1/duration of a note (see minlength in Section Arguments), if punctuation = FALSE. punctuation Whether the note should be punctuated. If TRUE, the real duration is 1.5 times the duration given in duration. slur currently always FALSE, sensible processing is not yet implemented. It is supposed to indicate the beginning and ending positions of slurs. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also to get the input: noteFromFF, for plotting: quantplot, for further processing: lilyinput, to get notenames: notenames; for an example, see the help in tuneR. quantplot Plotting the quantization of a melody Description Plot an observed melody and (optional) an expected melody, as well as corresponding energy values (corresponding to the loudness of the sound) within a quantization grid. Usage quantplot(observed, energy = NULL, expected = NULL, bars, barseg = round(length(observed) / bars), main = NULL, xlab = NULL, ylab = "note", xlim = NULL, ylim = NULL, observedcol = "red", expectedcol = "grey", gridcol = "grey", lwd = 2, las = 1, cex.axis = 0.9, mar = c(5, 4, 4, 4) + 0.1, notenames = NULL, silence = "silence", plotenergy = TRUE, ..., axispar = list(ax1 = list(side=1), ax2 = list(side=2), ax4 = list(side=4)), boxpar = list(), energylabel = list(text="energy", side=4, line=2.5, at=rg.s-0.25, las=3), energypar = list(pch=20), quantplot 41 expectedpar = list(), gridpar = list(gridbar = list(col = 1), gridinner = list(col=gridcol)), observedpar = list(col=observedcol, pch=15)) Arguments observed Either a vector of observed notes resulting from some quantization, or a list with components notes (observed notes) and energy (corresponding energy values), e.g. the result from a call to quantize. energy A vector of energy values with same quantization as observed (overwrites any given energy values if observed is a list). expected Expected notes (optional; in order to compare results). bars Number of bars to be plotted (e.g. corresponding to quantize arguments). barseg Number of segments (minimal length notes) in each bar. main Main title of the plot. xlab, ylab Annotation of x-/y-axes. xlim, ylim Range of x-/y-axis. observedcol Colour for the observed notes. expectedcol Colour for the expected notes. gridcol Colour of the inner-bar grid. lwd Line width, see par for details. las Orientation of axis labels, see par for details. cex.axis Size of tick mark labels, see par for details. mar Margins of the plot, see par for details. notenames Optionally specify other notenames (character) for the y-axis. silence Character string for label of the ‘silence’ (default) axis. plotenergy Logical indicating whether to plot energy values in the bottom part of the plot (default is TRUE) if energy values are specified, and FALSE otherwise. ... Additional graphical parameters to be passed to underlying plot function. axispar A named list of three other lists (ax1, ax2, and ax4) containing parameters passed to the corresponding axis calls for the three axis time (ax1), notes (ax2), and energy (ax4). boxpar A list of parameters to be passed to the box generating functions. energylabel A list of parameters to be passed to the energy-label generating mtext call. energypar A list of parameters to be passed to the points function that draws the energy values. expectedpar A list of parameters to be passed to the rect function that draws the rectangles for expected values. gridpar A named list of two other lists (gridbar and gridinner) containing parameters passed to the abline functions that draw the grid lines (for bar separators and inner bar (note) separators). observedpar A list of parameters to be passed to the lines function that draws the observed values. 42 readMidi Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also noteFromFF, FF, melodyplot, quantize; for an example, see the help in tuneR. readMidi Read a MIDI file Description A MIDI file is read and returned in form of a structured data frame containing most event infor- mation (minus some meta events and minus all system events). For details about the represented information see the reference given below. Usage readMidi(file) Arguments file Filename of MIDI file. Value A data frame consisting of columns time Time or delta-time of the events, depending on the MIDI format. event A factor indicating the event. type An integer indicating the type of a “meta event”, otherwise NA. channel The channel number or NA if not applicable. parameter1 First parameter of an event, e.g. a representation for a note in a “note event”. parameter2 Second parameter of an event. parameterMetaSystem Information in a “meta event”, currently all meta events are converted to a char- acter representation (of hex, if all fails), but future versions may have more appropriate representations. track The track number. Please see the given reference about the MIDI file format about details. Note The data structure may be changed or extended in future versions. readMP3 43 Author(s) Uwe Ligges and Johanna Mielke References A good reference about the Midi file format can be found at http://www.music.mcgill.ca/~ich/ classes/mumt306/StandardMIDIfileformat.html. See Also The function getMidiNotes extracts a more readable representation of note events only. You may also want to read Wave (readWave) or MP3 (readMP3). Examples content <- readMidi(system.file("example_files", "Bass_sample.mid", package="tuneR")) str(content) content readMP3 Read an MPEG-2 layer 3 file into a Wave object Description A bare bones MPEG-2 layer 3 (MP3) file reader that returns the results as 16bit PCM data stored in a Wave object. Usage readMP3(filename) Arguments filename Filename of MP3 file. Value A Wave object. Note The decoder can currently only handle files which are either mono or stereo. This is a limitation of the Wave object and the underlying MAD decoder. Author(s) Olaf Mersmann <olafm@statistik.tu-dortmund.de> 44 readWave References The decoder source code is taken from the MAD library, see http://www.underbit.com/products/ mad/. See Also Wave Examples ## Not run: ## Requires an mp3 file named sample.mp3 in the current directory. mpt <- readMP3("sample.mp3") summary(mpt) ## End(Not run) readWave Reading Wave files Description Reading Wave files. Usage readWave(filename, from = 1, to = Inf, units = c("samples", "seconds", "minutes", "hours"), header = FALSE, toWaveMC = NULL) Arguments filename Filename of the file to be read. from Where to start reading (in order to save memory by reading wave file piecewise), in units. to Where to stop reading (in order to save memory by reading wave file piecewise), in units. units Units in which from and to is given, the default is "samples", but can be set to time intervals such as "seconds", see the Usage Section above. header If TRUE, just header information of the Wave file are returned, otherwise (the default) the whole Wave object. toWaveMC If TRUE, a WaveMC-class object is returned. If NULL (default) or FALSE and a non-extensible Wave file or an extensible Wave file with no other than the “FL” and “FR” channels is found, a Wave-class object is returned, otherwise a WaveMC-class object. show-WaveWspec-methods 45 Value An object of class Wave or WaveMC or a list containing just the header information if header = TRUE. If the latter, some experimental support for reading bext chunks in Broadcast Wave Format files is implemented, and the content is returned as an unprocessed string (character). Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also Wave-class, Wave, WaveMC-class, WaveMC, writeWave Examples Wobj <- sine(440) tdir <- tempdir() tfile <- file.path(tdir, "myWave.wav") writeWave(Wobj, filename = tfile) list.files(tdir, pattern = "\\.wav$") newWobj <- readWave(tfile) newWobj file.remove(tfile) show-WaveWspec-methods Showing objects Description Showing Wave, Wspec, and WspecMat objects. Methods object = "Wave" The Wave object is being shown. The number of samples, duration in seconds, Samplingrate (Hertz), Stereo / Mono, PCM / IEEE, and the resolution in bits are printed. Note that it does not make sense to print the whole channels containing several thousands or millions of samples. object = "WaveMC" The WaveMC object is being shown. The number of samples, duration in seconds, Samplingrate (Hertz), number of channels, PCM / IEEE, and the resolution in bits are printed. Note that it does not make sense to print the whole channels containing several thousands or millions of samples. object = "Wspec" The number of periodograms, Fourier frequencies, window width (used amount of data), amount of overlap of neighboring windows, and whether the periodogram(s) has/have been normalized will be printed. object = "WspecMat" The number of periodograms, Fourier frequencies, window width (used amount of data), amount of overlap of neighboring windows, and whether the periodogram(s) has/have been normalized will be printed. 46 smoother Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wave-class, Wave, WaveMC-class, WaveMC, Wspec, WspecMat, plot-methods, summary-methods, and periodogram for the constructor function and some examples smoother Meta Function for Smoothers Description Apply a smoother to estimated notes. Currently, only a running median (using decmedian in pack- age pastecs) is available. Usage smoother(notes, method = "median", order = 4, times = 2) Arguments notes Series of notes, a vector of integers such as returned by noteFromFF. method Currently, only a running 'median' (using decmedian in package pastecs) is available. order The window used for the running median corresponds to 2*order + 1. times The number of times the running median is applied (default: 2). Value The smoothed series of notes. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> spec2cep 47 spec2cep Spectra to Cepstra Conversion Description Calculate cepstra from spectral samples (in columns of spec) through Discrete Cosine Transforma- tion. Usage spec2cep(spec, ncep = 12, type = c("t2", "t1", "t3", "t4")) Arguments spec Input spectra (samples/time frames in columns). ncep Number of cepstra to return. type DCT Type. Value cep Matrix of resulting cepstra. dctm Returns the DCT matrix that spec was multiplied by to give cep. Author(s) Sebastian Krey <krey@statistik.tu-dortmund.de> References Daniel P. W. Ellis: https://www.ee.columbia.edu/~dpwe/resources/matlab/rastamat/ See Also lpc2cep Examples testsound <- normalize(sine(400) + sine(1000) + square(250), "16") pspectrum <- powspec(testsound@left, testsound@samp.rate) aspectrum <- audspec(pspectrum, testsound@samp.rate) cepstra <- spec2cep(aspectrum$aspectrum) 48 tuneR summary-methods Object Summaries Description summary is a generic function used to produce result summaries of the results of various model fitting functions. The function invokes particular methods which depend on the class of the first argument. Methods object = "ANY" Any object for which a summary is desired, dispatches to the S3 generic. object = "Wave" The Wave object is being shown and an additional summary of the Wave-object’s (one or two) channels is given. object = "WaveMC" The WaveMC object is being shown and an additional summary of the WaveMC- object’s channels is given. object = "Wspec" The Wspec object is being shown and as an additional output is given: df, taper (see spectrum) and for the underlying Wave object the number of channels and its sampling rate. object = "WspecMat" The WspecMat object is being shown and as an additional output is given: df, taper (see spectrum) and for the underlying Wave object the number of channels and its sampling rate. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also For the S3 generic: summary.default, plot-methods, Wave-class, Wave, WaveMC-class, WaveMC, Wspec, WspecMat, show tuneR tuneR Description tuneR, a collection of examples tuneR 49 Functions in tuneR tuneR consists of several functions to work with and to analyze Wave files. In the following ex- amples, some of the functions to generate some data (such as sine), to read and write Wave files (readWave, writeWave), to represent or construct (multi channel) Wave files (Wave, WaveMC), to transform Wave objects (bind, channel, downsample, extractWave, mono, stereo), and to play Wave objects are used. Other functions and classes are available to calculate several periodograms of a signal (periodogram, Wspec), to estimate the corresponding fundamental frequencies (FF, FFpure), to derive the cor- responding notes (noteFromFF), and to apply a smoother. Now, the melody and corresponding energy values can be plotted using the function melodyplot. A next step is the quantization (quantize) and a corresponding plot (quantplot) showing the note values for binned data. Moreover, a function called lilyinput (and a data-preprocessing function quantMerge) can prepare a data frame to be presented as sheet music by postprocessing with the music typesetting software LilyPond. Of course, print (show), plot and summary methods are available for most classes. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> with contributions from Sebastian Krey, Olaf Mers- mann, Sarah Schnackenberg, Andrea Preusser, Anita Thieler, and Claus Weihs, as well as code fragments and ideas from the former package sound by Matthias Heymann and functions from ‘rastamat’ by Daniel P. W. Ellis. The included parts of the libmad MPEG audio decoder library are authored by Underbit Technologies. Examples library("tuneR") # in a regular session, we are loading tuneR # constructing a mono Wave object (2 sec.) containing sinus # sound with 440Hz and folled by 220Hz: Wobj <- bind(sine(440), sine(220)) show(Wobj) plot(Wobj) # it does not make sense to plot the whole stuff plot(extractWave(Wobj, from = 1, to = 500)) ## Not run: play(Wobj) # listen to the sound ## End(Not run) tmpfile <- file.path(tempdir(), "testfile.wav") # write the Wave object into a Wave file (can be played with any player): writeWave(Wobj, tmpfile) # reading it in again: Wobj2 <- readWave(tmpfile) Wobjm <- mono(Wobj, "left") # extract the left channel # and downsample to 11025 samples/sec.: Wobjm11 <- downsample(Wobjm, 11025) # extract a part of the signal interactively (click for left/right limits): 50 updateWave ## Not run: Wobjm11s <- extractWave(Wobjm11) ## End(Not run) # or extract some values reproducibly Wobjm11s <- extractWave(Wobjm11, from=1000, to=17000) # calculating periodograms of sections each consisting of 1024 observations, # overlapping by 512 observations: WspecObject <- periodogram(Wobjm11s, normalize = TRUE, width = 1024, overlap = 512) # Let's look at the first periodogram: plot(WspecObject, xlim = c(0, 2000), which = 1) # or a spectrogram image(WspecObject, ylim = c(0, 1000)) # calculate the fundamental frequency: ff <- FF(WspecObject) print(ff) # derive note from FF given diapason a'=440 notes <- noteFromFF(ff, 440) # smooth the notes: snotes <- smoother(notes) # outcome should be 0 for diapason "a'" and -12 (12 halftones lower) for "a" print(snotes) # plot melody and energy of the sound: melodyplot(WspecObject, snotes) # apply some quantization (into 8 parts): qnotes <- quantize(snotes, WspecObject@energy, parts = 8) # an plot it, 4 parts a bar (including expected values): quantplot(qnotes, expected = rep(c(0, -12), each = 4), bars = 2) # now prepare for LilyPond qlily <- quantMerge(snotes, 4, 4, 2) qlily updateWave Update old Wave objects for use with new versions of tuneR Description Update old Wave objects generated with tuneR < 1.0.0 to the new class definition for use with new versions of the package. Usage updateWave(object) Arguments object An object of Wave-class. Wave 51 Details This function is only needed to convert Wave-class objects that have been saved with tuneR versions prior to 1.0-0 to match the new class definition. Value An object of Wave-class as implemented in tuneR versions >= 1.0-0. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also Wave-class, Wave Examples x <- sine(440) updateWave(x) Wave Constructors and coercion for class Wave objects Description Constructors and coercion for class Wave objects Usage Wave(left, ...) ## S4 method for signature 'numeric' Wave(left, right = numeric(0), samp.rate = 44100, bit = 16, pcm = TRUE, ...) Arguments left, right, samp.rate, bit, pcm See Section “Slots” on the help page Wave-class. Except for numeric, the argu- ment left can also be a matrix (1 or 2 columns), data.frame (1 or 2 columns), list (1 or 2 elements), or WaveMC (1 or 2 channels) object representing the chan- nels. ... Further arguments to be passed to the numeric method. Details The class definition has been extended in tuneR version 1.0-0. Saved objects of class Wave gener- ated with former versions can be updated with updateWave to match the new definition. 52 Wave-class Value An object of Wave-class. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wave-class, WaveMC-class, writeWave, readWave, updateWave Examples # constructing a Wave object (1 sec.) containing sinus sound with 440Hz: x <- seq(0, 2*pi, length = 44100) channel <- round(32000 * sin(440 * x)) Wobj <- Wave(left = channel) Wobj # or more easily: Wobj <- sine(440) Wave-class Class Wave Description Class “Wave”. Details The class definition has been extended in tuneR version 1.0-0. Saved objects of class Wave gener- ated with former versions can be updated with updateWave to match the new definition. Objects from the Class Objects can be created by calls of the form new("Wave", ...), or more conveniently using the function Wave. Slots left: Object of class "numeric" representing the left channel. right: Object of class "numeric" representing the right channel, NULL if mono. stereo: Object of class "logical" indicating whether this is a stereo (two channels) or mono representation. samp.rate: Object of class "numeric" - the sampling rate, e.g. 44100 for CD quality. bit: Object of class "numeric", common is 16 for CD quality, or 8 for a rather rough representa- tion. pcm: Object of class "logical" indicating whether this is a PCM or IEEE_FLOAT Wave format. Waveforms 53 Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wave, updateWave, and for multi channel Wave files see WaveMC-class Waveforms Create Wave Objects of Special Waveforms Description Create a Wave object of special waveform such as silcence, power law (white, red, pink, ...) noise, sawtooth, sine, square, and pulse. Usage noise(kind = c("white", "pink", "power", "red"), duration = samp.rate, samp.rate = 44100, bit = 1, stereo = FALSE, xunit = c("samples", "time"), alpha = 1, ...) pulse(freq, duration = samp.rate, from = 0, samp.rate = 44100, bit = 1, stereo = FALSE, xunit = c("samples", "time"), width = 0.1, plateau = 0.2, interval = 0.5, ...) sawtooth(freq, duration = samp.rate, from = 0, samp.rate = 44100, bit = 1, stereo = FALSE, xunit = c("samples", "time"), reverse = FALSE, ...) silence(duration = samp.rate, from = 0, samp.rate = 44100, bit = 1, stereo = FALSE, xunit = c("samples", "time"), ...) sine(freq, duration = samp.rate, from = 0, samp.rate = 44100, bit = 1, stereo = FALSE, xunit = c("samples", "time"), ...) square(freq, duration = samp.rate, from = 0, samp.rate = 44100, bit = 1, stereo = FALSE, xunit = c("samples", "time"), up = 0.5, ...) Arguments kind The kind of noise, “white”, “pink”, “power”, or “red” (these are not dB adjusted (!) but all except for “white” are linear decreasing on a log-log scale). Algorithm for generating power law noise is taken from Timmer and König (1995). freq The frequency (in Hertz) to be generated. duration Duration of the Wave in xunit. 54 Waveforms from Starting value of the Wave in xunit. samp.rate Sampling rate of the Wave. bit Resolution of the Wave and rescaling unit. This may be 1 (default) for rescaling to numeric values in [-1,1], 8 (i.e. 8-bit) for rescaling to integers in [0, 254], 16 (i.e. 16-bit) for rescaling to integers in [-32767, 32767], 24 (i.e. 24-bit) for rescaling to integers in [-8388607, 8388607], 32 (i.e. 32-bit) for rescaling either to integers in [-2147483647, 2147483647] (PCM Wave format if pcm = TRUE) or to numeric values in [-1, 1] (FLOAT_IEEE Wave format if pcm = FALSE), 64 (i.e. 64-bit) for rescaling to numeric values in [-1, 1] (FLOAT_IEEE Wave format), and 0 for not rescaling at all. These numbers are internally passed to normalize. The Wave slot bit will be set to 32 if bit = 0, bit = 1 or bit = 32. stereo Logical, if TRUE, a stereo sample will be generated. The right channel is identical to the left one for sawtooth, silence, sine, and square. For noise, both channel are independent. xunit Character indicating which units are used (both in arguments duration and from). If xunit = "time", the unit is time in seconds, otherwise the number of samples. alpha The power for the power law noise (defaults are 1 for pink and 1.5 for red noise) 1/f α . reverse Logical, if TRUE, the waveform will be mirrored vertically. up A number between 0 and 1 giving the percentage of the waveform at max value (= 1 - percentage of min value). width Relative pulses width: the proportion of time the amplitude is non-zero. plateau Relative plateau width: the proportion of the pulse width where amplitude is ±1. interval Relative interval between the up-going and down-going pulses with respect to the center of the wave period (0: immediatly after up-going, 1: center of the wave period). ... Further arguments to be passed to Wave through the internal function postWaveform. Value A Wave object. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, partly based on code from Matthias Hey- mann’s former package ‘sound’, Anita Thieler, Guillaume Guénard References J. Timmer and M. König (1995): On generating power law noise. Astron. Astrophys. 300, 707-710. WaveMC 55 See Also Wave-class, Wave, normalize, noSilence Examples Wobj <- sine(440, duration = 1000) Wobj2 <- noise(duration = 1000) Wobj3 <- pulse(220, duration = 1000) plot(Wobj) plot(Wobj2) plot(Wobj3) WaveMC Constructors and coercion for class WaveMC objects Description Constructors and coercion for class WaveMC objects Usage WaveMC(data, ...) ## S4 method for signature 'matrix' WaveMC(data = matrix(numeric(0), 0, 0), samp.rate = 44100, bit = 16, pcm = TRUE, ...) Arguments data Except for a numeric matrix, the argument data can also be a numeric vector (for one channel), data.frame (columns representing channels), list (elements containing numeric vectors that represent the channels), or Wave object. samp.rate, bit, pcm See Section “Slots” on the help page WaveMC-class. ... Further arguments to be passed to the matrix method. Value An object of WaveMC-class. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also WaveMC-class, Wave-class, writeWave, readWave 56 WaveMC-class Examples # constructing a WaveMC object (1 sec.) containing sinus sound with 440Hz: x <- seq(0, 2*pi, length = 44100) channel <- round(32000 * sin(440 * x)) WMCobj <- WaveMC(data = channel) WMCobj WaveMC-class Class WaveMC Description Class “WaveMC”. Details This class has been added in tuneR version 1.0-0 for representation and construction of multi chan- nel Wave files. Objects of class Wave can be transformed to the new class definition by calls of the form as(..., "WaveMC"). Coercion from the WaveMC class to the Wave-class works via as(..., "Wave") if there are no more than 2 channels. Coercing back to the Wave-class can be useful since some (very few) functions cannot yet deal with multi channel Wave objects. Note that also the Wave-class definition has been extended in tuneR version 1.0-0. For more details see Wave-class. Objects from the Class Objects can be created by calls of the form new("WaveMC", ...), or more conveniently using the function WaveMC. Slots .Data: Object of class "matrix" containing numeric data, where each column is representing one channel. Column names are the appropriate way to name different channels. The data object MCnames contains a data frame of standard names for channels in multi channel Wave files. samp.rate: Object of class "numeric" - the sampling rate, e.g. 44100 for CD quality. bit: Object of class "numeric", common is 16 for CD quality, or 8 for a rather rough representa- tion. pcm: Object of class "logical" indicating whether this is a PCM or IEEE_FLOAT Wave format. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also WaveMC, Wave-class, MCnames WavPlayer 57 WavPlayer Getting and setting the default player for Wave files Description Getting and setting the default player for Wave files Usage setWavPlayer(player) getWavPlayer() Arguments player Set the character string to call a Wave file player (including optional arguments) using options. Value getWavPlayer returns the character string that has been set by setWavPlayer. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also Wave-class, Wave, play writeWave Writing Wave files Description Writing Wave files. Usage writeWave(object, filename, extensible = TRUE) Arguments object Object of class Wave or WaveMC to be written to a Wave file. filename Filename of the file to be written. extensible If TRUE (default), an extensible Wave format file is written. If FALSE, a non- extensible Wave file is written. 58 writeWave Details It is only possible to write a non-extensible Wave format file for objects of class Wave or for objects of class WaveMC with one or two channels (mono or stereo). If the argument object is a Wave-class object, the channels are automatically chosen to be “FL” (for mono) or “FL” and “FR” (for stereo). The channel mask used to arrange the channel ordering in multi channel Wave files is written ac- cording to Microsoft standards as given in the data frame MCnames containing the first 18 stan- dard channels. In the case of writing a multi channel Wave file, the column names of the object object (colnames(object)) must be specified and must uniquely identify the channel ordering for WaveMC objects. The column names of the object of class WaveMC have to be a subset of the 18 standard channels and have to match the corresponding abbreviated names. (See MCnames for pos- sible channels and the abbreviated names: “FL”, “FR”, “FC”, “LF”, “BL”, “BR”, “FLC”, “FRC”, “BC”, “SL”, “SR”, “TC”, “TFL”, “TFC”, “TFR”, “TBL”, “TBC” and “TBR”). The function normalize can be used to transform and rescale data to an appropriate amplitude range for various Wave file formats (either pcm with 8-, 16-, 24- or 32-bit or IEEE_FLOAT with 32- or 64-bit). Value writeWave creates a Wave file, but returns nothing. Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de>, Sarah Schnackenberg See Also Wave-class, Wave, WaveMC-class, WaveMC, normalize, MCnames, readWave Examples Wobj <- sine(440) tdir <- tempdir() tfile <- file.path(tdir, "myWave.wav") writeWave(Wobj, filename = tfile) list.files(tdir, pattern = "\\.wav$") newWobj <- readWave(tfile) newWobj file.remove(tfile) Wspec-class 59 Wspec-class Class Wspec Description Class “Wspec” (Wave spectrums). Objects of this class represent a bunch of periodograms (see periodogram, each generated by spectrum) corresponding to one or several windows of one Wave or WaveMC object. Redundancy (e.g. same frequencies in each of the periodograms) will be omitted, hence reducing memory consumption. Details The subset function “[” extracts the selected elements of slots spec, starts, variance and energy and returns the other slots unchanged. Objects from the Class Objects can be created by calls of the form new("Wspec", ...), but regularly they will be created by calls to the function periodogram. Slots The following slots are defined. For details see the constructor function periodogram. freq: Object of class "numeric". spec: Object of class "list". kernel: Object of class "ANY". df: Object of class "numeric". taper: Object of class "numeric". width: Object of class "numeric". overlap: Object of class "numeric". normalize: Object of class "logical". starts: Object of class "numeric". stereo: Object of class "logical". samp.rate: Object of class "numeric". variance: Object of class "numeric". energy: Object of class "numeric". Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> 60 WspecMat-class See Also • the show, plot and summary methods, • for the constructor function and some examples: periodogram (and hence also spec.pgram, Wave-class, Wave, WaveMC-class, and WaveMC) • WspecMat for a similar class that represents the spectrum in form of a matrix. WspecMat-class Class WspecMat Description Class “WspecMat” (Wave spectrums as Matrix). Objects of this class represent a bunch of peri- odograms (see periodogram, each generated by spectrum) corresponding to one or several win- dows of one Wave or WaveMC object. Redundancy (e.g. same frequencies in each of the peri- odograms) will be omitted, hence reducing memory consumption. Details The subset function “[” extracts the selected elements of slots spec, starts, variance and energy and returns the other slots unchanged. Objects from the Class Objects can be created by calls of the form new("WspecMat", ...), but regularly they will be created from a Wspec object by calls such as as(Wspec_Object, "WspecMat"). Slots The following slots are defined. For details see the constructor function periodogram. freq: Object of class "numeric". spec: Object of class "matrix". kernel: Object of class "ANY". df: Object of class "numeric". taper: Object of class "numeric". width: Object of class "numeric". overlap: Object of class "numeric". normalize: Object of class "logical". starts: Object of class "numeric". stereo: Object of class "logical". samp.rate: Object of class "numeric". variance: Object of class "numeric". energy: Object of class "numeric". [-methods 61 Author(s) Uwe Ligges <ligges@statistik.tu-dortmund.de> See Also the show, plot and summary methods [-methods Extract or Replace Parts of an Object Description Operators act on objects to extract or replace subsets. See Also Extract for the S3 generic. Index ∗ CD quality readWave, 44 downsample, 8 show-WaveWspec-methods, 45 ∗ IO tuneR, 48 play-methods, 32 Wave, 51 readMidi, 42 Wave-class, 52 readMP3, 43 Waveforms, 53 readWave, 44 WaveMC, 55 writeWave, 57 WavPlayer, 57 ∗ LilyPond writeWave, 57 lilyinput, 16 Wspec-class, 59 ∗ MIDI WspecMat-class, 60 readMidi, 42 ∗ aplot ∗ MP3 plot-Wave, 33 readMP3, 43 ∗ arith ∗ WaveMC Arith-methods, 3 downsample, 8 ∗ bark noSilence, 25 audspec, 3 panorama, 28 freqconv, 12 prepComb, 38 ∗ bar WaveMC, 55 quantize, 39 WaveMC-class, 56 ∗ bin ∗ Wave quantize, 39 bind, 5 ∗ bit channel, 5 Wave, 51 downsample, 8 Wave-class, 52 equalWave, 9 WaveMC, 55 extractWave, 9 WaveMC-class, 56 FF, 11 ∗ cepstra Mono-Stereo, 23 lpc2cep, 17 normalize-methods, 24 spec2cep, 47 noSilence, 25 ∗ cepstrum noteFromFF, 26 melfcc, 19 panorama, 28 ∗ channel periodogram-methods, 29 channel, 5 play-methods, 32 Mono-Stereo, 23 plot-Wave, 33 panorama, 28 plot-Wspec, 34 Wave, 51 plot-WspecMat, 35 Wave-class, 52 prepComb, 38 WaveMC, 55 62 INDEX 63 WaveMC-class, 56 ∗ hplot ∗ classes melodyplot, 21 Wave-class, 52 plot-Wave, 33 WaveMC-class, 56 plot-Wspec, 34 Wspec-class, 59 plot-WspecMat, 35 WspecMat-class, 60 quantplot, 40 ∗ compression ∗ interface postaud, 36 lilyinput, 16 ∗ conversion play-methods, 32 audspec, 3 ∗ iplot freqconv, 12 extractWave, 9 lpc2cep, 17 ∗ levinson spec2cep, 47 dolpc, 7 ∗ cut ∗ liftering noSilence, 25 lifter, 15 ∗ datagen ∗ loudness Waveforms, 53 postaud, 36 ∗ datasets ∗ lpc MCnames, 18 dolpc, 7 ∗ declick lpc2cep, 17 prepComb, 38 melfcc, 19 ∗ deltas ∗ manip deltas, 6 bind, 5 ∗ documentation channel, 5 tuneR, 48 downsample, 8 ∗ durbin extractWave, 9 dolpc, 7 Mono-Stereo, 23 ∗ error normalize-methods, 24 equalWave, 9 noSilence, 25 ∗ f0 panorama, 28 FF, 11 prepComb, 38 noteFromFF, 26 ∗ median ∗ file smoother, 46 lilyinput, 16 ∗ melody readMidi, 42 melodyplot, 21 readMP3, 43 quantplot, 40 readWave, 44 ∗ mel writeWave, 57 audspec, 3 ∗ frequency freqconv, 12 audspec, 3 melfcc, 19 FF, 11 ∗ methods freqconv, 12 [-methods, 61 noteFromFF, 26 Arith-methods, 3 ∗ fundamental length, 14 FF, 11 play-methods, 32 noteFromFF, 26 plot-Wave, 33 ∗ hertz plot-Wspec, 34 freqconv, 12 plot-WspecMat, 35 64 INDEX show-WaveWspec-methods, 45 melodyplot, 21 summary-methods, 48 noteFromFF, 26 Wave, 51 quantplot, 40 WaveMC, 55 ∗ player ∗ mfcc play-methods, 32 melfcc, 19 WavPlayer, 57 ∗ misc ∗ plp smoother, 46 dolpc, 7 ∗ mono melfcc, 19 Mono-Stereo, 23 postaud, 36 Wave, 51 ∗ powerspectrum Wave-class, 52 powspec, 37 WaveMC, 55 ∗ print WaveMC-class, 56 show-WaveWspec-methods, 45 ∗ music summary-methods, 48 play-methods, 32 ∗ quantization plot-Wave, 33 quantize, 39 readMP3, 43 ∗ recursion readWave, 44 dolpc, 7 tuneR, 48 ∗ running Wave, 51 smoother, 46 Wave-class, 52 ∗ sample WaveMC, 55 Waveforms, 53 WaveMC-class, 56 ∗ sampling rate WavPlayer, 57 downsample, 8 writeWave, 57 Wave, 51 Wspec-class, 59 Wave-class, 52 WspecMat-class, 60 WaveMC, 55 ∗ noise WaveMC-class, 56 noSilence, 25 ∗ sampling ∗ note downsample, 8 lilyinput, 16 Wave, 51 melodyplot, 21 Wave-class, 52 noteFromFF, 26 WaveMC, 55 notenames, 27 WaveMC-class, 56 quantize, 39 ∗ silcence quantplot, 40 Waveforms, 53 ∗ periodogram ∗ silence FF, 11 noSilence, 25 noteFromFF, 26 ∗ smooth plot-Wspec, 34 smoother, 46 plot-WspecMat, 35 ∗ sound show-WaveWspec-methods, 45 play-methods, 32 tuneR, 48 readMP3, 43 Wspec-class, 59 readWave, 44 WspecMat-class, 60 Waveforms, 53 ∗ pitch WavPlayer, 57 FF, 11 writeWave, 57 INDEX 65 ∗ spectogram equalWave, 9 plot-WspecMat, 35 extractWave, 9 ∗ spectra Mono-Stereo, 23 spec2cep, 47 noSilence, 25 ∗ spectrum noteFromFF, 26 periodogram-methods, 29 notenames, 27 Wspec-class, 59 play-methods, 32 WspecMat-class, 60 prepComb, 38 ∗ speech quantize, 39 play-methods, 32 WavPlayer, 57 plot-Wave, 33 ∗ waveform readMP3, 43 Waveforms, 53 readWave, 44 [,ANY-method ([-methods), 61 Wave, 51 [,Wave-method (Wave), 51 Wave-class, 52 [,WaveMC-method (WaveMC), 55 WaveMC, 55 [,Wspec-method (Wspec-class), 59 WaveMC-class, 56 [,WspecMat-method (WspecMat-class), 60 WavPlayer, 57 [-methods, 61 writeWave, 57 Wspec-class, 59 abline, 22, 41 WspecMat-class, 60 Arith,numeric,Wave-method ∗ stereo (Arith-methods), 3 Arith,numeric,WaveMC-method Mono-Stereo, 23 (Arith-methods), 3 panorama, 28 Arith,Wave,missing-method Wave, 51 (Arith-methods), 3 Wave-class, 52 Arith,Wave,numeric-method WaveMC, 55 (Arith-methods), 3 WaveMC-class, 56 Arith,Wave,Wave-method (Arith-methods), ∗ tracking 3 FF, 11 Arith,WaveMC,numeric-method melodyplot, 21 (Arith-methods), 3 noteFromFF, 26 Arith,WaveMC,WaveMC-method quantplot, 40 (Arith-methods), 3 ∗ transcribe Arith-methods, 3 lilyinput, 16 audspec, 3, 36, 37 ∗ transcription axis, 22, 41 lilyinput, 16 melodyplot, 21 bark2hz (freqconv), 12 quantplot, 40 bind, 5, 10, 39, 49 ∗ ts bind,Wave-method (bind), 5 FF, 11 bind,WaveMC-method (bind), 5 melfcc, 19 periodogram-methods, 29 channel, 5, 10, 49 smoother, 46 coerce,data.frame,Wave-method (Wave), 51 ∗ utilities coerce,data.frame,WaveMC-method bind, 5 (WaveMC), 55 channel, 5 coerce,list,Wave-method (Wave), 51 downsample, 8 coerce,list,WaveMC-method (WaveMC), 55 66 INDEX coerce,matrix,Wave-method (Wave), 51 levinson, 7 coerce,matrix,WaveMC-method (WaveMC), 55 lifter, 15 coerce,numeric,Wave-method (Wave), 51 lilyinput, 16, 40, 49 coerce,numeric,WaveMC-method (WaveMC), lines, 22, 41 55 lpc2cep, 17, 47 coerce,Wave,data.frame-method (Wave), 51 coerce,Wave,matrix-method (Wave), 51 MCnames, 18, 56, 58 coerce,Wave,WaveMC-method (Wave), 51 mel2hz (freqconv), 12 coerce,WaveGeneral,list-method (Wave), melfcc, 19 51 melodyplot, 21, 42, 49 coerce,WaveMC,data.frame-method mono, 6, 10, 30, 49 (WaveMC), 55 mono (Mono-Stereo), 23 coerce,WaveMC,matrix-method (WaveMC), 55 Mono-Stereo, 23 coerce,WaveMC,Wave-method (WaveMC), 55 mtext, 22, 41 coerce,Wspec,WspecMat-method nchannel, 24 (WspecMat-class), 60 nchannel,Wave-method (nchannel), 24 decmedian, 46 nchannel,WaveMC-method (nchannel), 24 deltas, 6 noise (Waveforms), 53 dolpc, 7, 37 normalize, 54, 55, 58 downsample, 8, 30, 49 normalize (normalize-methods), 24 normalize,Wave-method equalWave, 5, 9 (normalize-methods), 24 Extract, 61 normalize,WaveMC-method extractWave, 5, 6, 9, 26, 39, 49 (normalize-methods), 24 normalize-methods, 24 FF, 11, 22, 27, 42, 49 noSilence, 25, 39, 55 FFpure, 49 noSilence,Wave-method (noSilence), 25 FFpure (FF), 11 noSilence,WaveMC-method (noSilence), 25 fft2barkmx, 4 noteFromFF, 12, 21, 22, 26, 39, 40, 42, 46, 49 fft2melmx, 4 notenames, 13, 27, 40 freqconv, 12 options, 57 getMidiNotes, 13, 43 panorama, 28 getWavPlayer (WavPlayer), 57 panorama,Wave-method (panorama), 28 groupGeneric, 3 panorama,WaveMC-method (panorama), 28 hz2bark (freqconv), 12 par, 22, 33, 34, 41 hz2mel (freqconv), 12 periodogram, 12, 27, 35, 36, 46, 49, 59, 60 periodogram (periodogram-methods), 29 image, 35, 36 periodogram,character-method image,ANY-method (plot-WspecMat), 35 (periodogram-methods), 29 image,Wspec-method (plot-WspecMat), 35 periodogram,WaveGeneral-method image-Wspec (plot-WspecMat), 35 (periodogram-methods), 29 interactive, 10 periodogram-methods, 29 play, 49, 57 length, 14, 14 play (play-methods), 32 length,ANY-method (length), 14 play,character-method (play-methods), 32 length,Wave-method (length), 14 play,WaveGeneral-method (play-methods), length,WaveMC-method (length), 14 32 INDEX 67 play-methods, 32 spec2cep, 18, 47 plot,Wave,missing-method (plot-Wave), 33 specgram, 37 plot,WaveMC,missing-method (plot-Wave), spectrum, 30, 48, 59, 60 33 square (Waveforms), 53 plot,Wspec,missing-method (plot-Wspec), stereo, 5, 49 34 stereo (Mono-Stereo), 23 plot,WspecMat,missing-method stop, 9 (plot-WspecMat), 35 summary,ANY-method (summary-methods), 48 plot-Wave, 33 summary,Wave-method (summary-methods), plot-Wspec, 34 48 plot-WspecMat, 35 summary,WaveMC-method plot.default, 35 (summary-methods), 48 plot_Wave_channel (plot-Wave), 33 summary,Wspec-method (summary-methods), points, 41 48 postaud, 36 summary,WspecMat-method powspec, 4, 37 (summary-methods), 48 prepComb, 5, 38 summary-methods, 48 pulse (Waveforms), 53 summary.default, 48 quantize, 17, 39, 41, 42, 49 tuneR, 12, 17, 22, 27, 34–36, 40, 42, 48 quantMerge, 17, 49 tuneR-package (tuneR), 48 quantMerge (quantize), 39 quantplot, 17, 22, 40, 40, 49 updateWave, 50, 51–53 readMidi, 13, 14, 42 Wave, 3, 5, 6, 8–10, 14, 23–26, 28–34, 38, 39, readMP3, 43, 43 43–46, 48, 49, 51, 51, 52–55, 57–60 readWave, 43, 44, 49, 52, 55, 58 Wave,ANY-method (Wave), 51 rect, 22, 41 Wave,data.frame-method (Wave), 51 round, 27 Wave,list-method (Wave), 51 Wave,matrix-method (Wave), 51 sawtooth (Waveforms), 53 Wave,numeric-method (Wave), 51 setWavPlayer, 32 Wave,WaveMC-method (Wave), 51 setWavPlayer (WavPlayer), 57 Wave-class, 3, 5, 6, 8–10, 19, 23–26, 29, 31, show, 48 32, 34, 39, 44–46, 48, 50–52, 52, show,Wave-method 55–58, 60 (show-WaveWspec-methods), 45 Waveforms, 53 show,WaveMC-method WaveMC, 3, 5, 8–10, 14, 24–26, 28–34, 38, 39, (show-WaveWspec-methods), 45 45, 46, 48, 49, 55, 56–60 show,Wspec-method WaveMC,ANY-method (WaveMC), 55 (show-WaveWspec-methods), 45 WaveMC,data.frame-method (WaveMC), 55 show,WspecMat-method WaveMC,list-method (WaveMC), 55 (show-WaveWspec-methods), 45 WaveMC,matrix-method (WaveMC), 55 show-WaveWspec-methods, 45 WaveMC,numeric-method (WaveMC), 55 silence, 26 WaveMC,Wave-method (WaveMC), 55 silence (Waveforms), 53 WaveMC-class, 3, 5, 6, 8–10, 19, 23–26, 29, sine, 49 31, 32, 34, 39, 44–46, 48, 52, 53, 55, sine (Waveforms), 53 56, 58, 60 smoother, 46, 49 WavPlayer, 57 spec.pgram, 29–31, 60 writeWave, 25, 32, 45, 49, 52, 55, 57 68 INDEX Wspec, 11, 12, 21, 30, 31, 35, 36, 39, 46, 48, 49, 60 Wspec (Wspec-class), 59 Wspec-class, 59 WspecMat, 35, 36, 46, 48, 60 WspecMat (WspecMat-class), 60 WspecMat-class, 60
KGode
cran
Package ‘KGode’ October 12, 2022 Title Kernel Based Gradient Matching for Parameter Inference in Ordinary Differential Equations Version 1.0.4 Author Mu Niu [aut, cre] Maintainer Mu Niu <mu.niu@glasgow.ac.uk> Description The kernel ridge regression and the gradient matching algorithm pro- posed in Niu et al. (2016) <https://proceedings.mlr.press/v48/niu16.html> and the warp- ing algorithm proposed in Niu et al. (2017) <DOI:10.1007/s00180-017-0753-z> are imple- mented for parameter inference in differential equations. Four schemes are provided for improv- ing parameter estimation in odes by using the odes regularisation and warping. Depends R (>= 3.2.0) License GPL (>= 2) Imports R6,pracma,pspline,mvtnorm,graphics Encoding UTF-8 RoxygenNote 7.2.1 NeedsCompilation no Repository CRAN Date/Publication 2022-08-19 14:00:08 UTC R topics documented: bootstrap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 crossv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 diagnostic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 Kernel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 MLP . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 ode . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 RBF . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 rkg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 rkg3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 rkhs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 third . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 1 2 bootstrap Warp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 warpfun . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 warpInitLen . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 Index 34 bootstrap The ’bootstrap’ function Description This function is used to perform bootstrap procedure to estimate parameter uncertainty. Usage bootstrap(kkk, y_no, ktype, K, ode_par, intp_data, www = NULL) Arguments kkk ode class object. y_no matrix(of size n_s*n_o) containing noisy observations. The row(of length n_s) represent the ode states and the column(of length n_o) represents the time points. ktype character containing kernel type. User can choose ’rbf’ or ’mlp’ kernel. K the number of bootstrap replicates to collect. ode_par a vector of ode parameters estimated using gradient matching. intp_data a list of interpolations produced by gradient matching for each ode state. www an optional warping object (if warping has been performed using warpfun). Details Arguments of the ’bootstrap’ function are ’ode’ class, noisy observation, kernel type, the set of parameters that have been estimated before using gradient matching, a list of interpolations for each of the ode state from gradient matching, and the warping object (if warping has been performed). It returns a vector of the median absolute standard deviations for each ode state, computed from the bootstrap replicates. Value return a vector of the median absolute deviation (MAD) for each ode state. Author(s) Mu Niu <mu.niu@glasgow.ac.uk> bootstrap 3 Examples ## Not run: require(mvtnorm) noise = 0.1 ## set the variance of noise SEED = 19537 set.seed(SEED) ## Define ode function, we use lotka-volterra model in this example. ## we have two ode states x[1], x[2] and four ode parameters alpha, beta, gamma and delta. LV_fun = function(t,x,par_ode){ alpha=par_ode[1] beta=par_ode[2] gamma=par_ode[3] delta=par_ode[4] as.matrix( c( alpha*x[1]-beta*x[2]*x[1] , -gamma*x[2]+delta*x[1]*x[2] ) ) } ## Define the gradient of ode function against ode parameters ## df/dalpha, df/dbeta, df/dgamma, df/ddelta where f is the differential equation. LV_grlNODE= function(par,grad_ode,y_p,z_p) { alpha = par[1]; beta= par[2]; gamma = par[3]; delta = par[4] dres= c(0) dres[1] = sum( -2*( z_p[1,]-grad_ode[1,])*y_p[1,]*alpha ) dres[2] = sum( 2*( z_p[1,]-grad_ode[1,])*y_p[2,]*y_p[1,]*beta) dres[3] = sum( 2*( z_p[2,]-grad_ode[2,])*gamma*y_p[2,] ) dres[4] = sum( -2*( z_p[2,]-grad_ode[2,])*y_p[2,]*y_p[1,]*delta) dres } ## create a ode class object kkk0 = ode$new(2,fun=LV_fun,grfun=LV_grlNODE) ## set the initial values for each state at time zero. xinit = as.matrix(c(0.5,1)) ## set the time interval for the ode numerical solver. tinterv = c(0,6) ## solve the ode numerically using predefined ode parameters. alpha=1, beta=1, gamma=4, delta=1. kkk0$solve_ode(c(1,1,4,1),xinit,tinterv) ## Add noise to the numerical solution of the ode model and use it as the noisy observation. n_o = max( dim( kkk0$y_ode) ) t_no = kkk0$t y_no = t(kkk0$y_ode) + rmvnorm(n_o,c(0,0),noise*diag(2)) ## Create a ode class object by using the simulation data we created from the ode numerical solver. ## If users have experiment data, they can replace the simulation data with the experiment data. ## Set initial value of ode parameters. init_par = rep(c(0.1),4) init_yode = t(y_no) init_t = t_no kkk = ode$new(1,fun=LV_fun,grfun=LV_grlNODE,t=init_t,ode_par= init_par, y_ode=init_yode ) ## The following examples with CPU or elapsed time > 10s 4 bootstrap ##Use function 'rkg' to estimate the ode parameters. The standard gradient matching method is coded ##in the the 'rkg' function. The parameter estimations are stored in the returned vector of 'rkg'. ## Choose a kernel type for 'rkhs' interpolation. Two options are provided 'rbf' and 'mlp'. ktype ='rbf' rkgres = rkg(kkk,y_no,ktype) ## show the results of ode parameter estimation using the standard gradient matching kkk$ode_par ## Perform bootstrap procedure to estimate the median absolute deviations of ode parameters # here we get the resulting interpolation from gradient matching using 'rkg' for each ode state bbb = rkgres$bbb nst = length(bbb) intp_data = list() for( i in 1:nst) { intp_data[[i]] = bbb[[i]]$predictT(bbb[[i]]$t)$pred } K = 12 # the number of bootstrap replicates mads = bootstrap(kkk, y_no, ktype, K, ode_par, intp_data) ## show the results of ode parameter estimation and its uncertainty ## using the standard gradient matching ode_par mads ############# gradient matching + ODE regularisation crtype='i' lam=c(10,1,1e-1,1e-2,1e-4) lamil1 = crossv(lam,kkk,bbb,crtype,y_no) lambdai1=lamil1[[1]] res = third(lambdai1,kkk,bbb,crtype) oppar = res$oppar ### do bootstrap here for gradient matching + ODE regularisation ode_par = oppar K = 12 intp_data = list() for( i in 1:nst) { intp_data[[i]] = res$rk3$rk[[i]]$predictT(bbb[[i]]$t)$pred } mads = bootstrap(kkk, y_no, ktype, K, ode_par, intp_data) ode_par mads ############# gradient matching + ODE regularisation + warping ###### warp state peod = c(6,5.3) #8#9.7 ## the guessing period eps= 1 ## the standard deviation of period fixlens=warpInitLen(peod,eps,rkgres) kkkrkg = kkk$clone() www = warpfun(kkkrkg,bbb,peod,eps,fixlens,y_no,kkkrkg$t) ### do bootstrap here for gradient matching + ODE regularisation + warping nst = length(bbb) crossv 5 K = 12 ode_par = www$wkkk$ode_par intp_data = list() for( i in 1:nst) { intp_data[[i]] = www$bbbw[[i]]$predictT(www$wtime[i, ])$pred } mads = bootstrap(kkk, y_no, ktype, K, ode_par, intp_data,www) ode_par mads ## End(Not run) crossv The ’crossv’ function Description This function is used to estimate the weighting parameter for ode regularisation using cross valida- tion. Usage crossv(lam, kkk, bbb, crtype, y_no, woption, resmtest, dtilda, fold) Arguments lam vector containing different choices of the weighting parameter of ode regulari- sation. kkk ’ode’ class object containing all information about the odes. bbb list of ’rkhs’ class object containing the interpolation for all ode states. crtype character containing the optimisation scheme type. User can choose ’i’ or ’3’. ’i’ is for fast iterative scheme and ’3’ for optimising the ode parameters and interpolation coefficients simultaneously. y_no matrix(of size n_s*n_o) containing noisy observations. The row(of length n_s) represent the ode states and the column(of length n_o) represents the time points. woption character containing the indication of using warping. If the warping scheme is done before using the ode regularisation, user can choose ’w’ otherwise just leave this option empty. resmtest vector(of length n_o) containing the warped time points. This variable is only used if user want to combine warping and the ode regularisation. dtilda vector(of length n_o) containing the gradient of warping function. This variable is only used if user want to combine warping and the ode regularisation. fold scalar indicating the folds of cross validation. 6 crossv Details Arguments of the ’crossv’ function are list of weighting parameter for ode regularisation, ’ode’ class objects, ’rkhs’ class objects, noisy observation, type of regularisation scheme, option of warping and the gradient of warping function. It return the interpolation for each of the ode states. The ode parameters are estimated using gradient matching, and the results are stored in the ’ode’ class as the ode_par attribute. Value return list containing : • lam - scalar containing the optimised weighting parameter. • ress -vector containing the cross validation error for all choices of weighting parameter. Author(s) Mu Niu <mu.niu@glasgow.ac.uk> Examples ## Not run: require(mvtnorm) noise = 0.1 SEED = 19537 set.seed(SEED) ## Define ode function, we use lotka-volterra model in this example. ## we have two ode states x[1], x[2] and four ode parameters alpha, beta, gamma and delta. LV_fun = function(t,x,par_ode){ alpha=par_ode[1] beta=par_ode[2] gamma=par_ode[3] delta=par_ode[4] as.matrix( c( alpha*x[1]-beta*x[2]*x[1] , -gamma*x[2]+delta*x[1]*x[2] ) ) } ## Define the gradient of ode function against ode parameters ## df/dalpha, df/dbeta, df/dgamma, df/ddelta where f is the differential equation. LV_grlNODE= function(par,grad_ode,y_p,z_p) { alpha = par[1]; beta= par[2]; gamma = par[3]; delta = par[4] dres= c(0) dres[1] = sum( -2*( z_p[1,]-grad_ode[1,])*y_p[1,]*alpha ) dres[2] = sum( 2*( z_p[1,]-grad_ode[1,])*y_p[2,]*y_p[1,]*beta) dres[3] = sum( 2*( z_p[2,]-grad_ode[2,])*gamma*y_p[2,] ) dres[4] = sum( -2*( z_p[2,]-grad_ode[2,])*y_p[2,]*y_p[1,]*delta) dres } ## create a ode class object kkk0 = ode$new(2,fun=LV_fun,grfun=LV_grlNODE) ## set the initial values for each state at time zero. xinit = as.matrix(c(0.5,1)) diagnostic 7 ## set the time interval for the ode numerical solver. tinterv = c(0,6) ## solve the ode numerically using predefined ode parameters. alpha=1, beta=1, gamma=4, delta=1. kkk0$solve_ode(c(1,1,4,1),xinit,tinterv) ## Add noise to the numerical solution of the ode model and use it as the noisy observation. n_o = max( dim( kkk0$y_ode) ) t_no = kkk0$t y_no = t(kkk0$y_ode) + rmvnorm(n_o,c(0,0),noise*diag(2)) ## create a ode class object by using the simulation data we created from the Ode numerical solver. ## If users have experiment data, they can replace the simulation data with the experiment data. ## set initial value of Ode parameters. init_par = rep(c(0.1),4) init_yode = t(y_no) init_t = t_no kkk = ode$new(1,fun=LV_fun,grfun=LV_grlNODE,t=init_t,ode_par= init_par, y_ode=init_yode ) ## The following examples with CPU or elapsed time > 10s ## Use function 'rkg' to estimate the Ode parameters. ktype ='rbf' rkgres = rkg(kkk,y_no,ktype) bbb = rkgres$bbb ############# gradient matching + third step crtype='i' ## using cross validation to estimate the weighting parameters of the ode regularisation lam=c(1e-4,1e-5) lamil1 = crossv(lam,kkk,bbb,crtype,y_no) lambdai1=lamil1[[1]] ## End(Not run) diagnostic The ’diagnostic’ function Description This function is used to perform diagnostic procedure to compute the residual and make diagnostic plots. Usage diagnostic(infer_list, index, type, qq_plot) Arguments infer_list a list of inference results including ode objects and inference objects. index the index of the ode states which the user want to do the diagnostic analysis. 8 diagnostic type character containing the type of inference methods. User can choose ’rkg’, ’third’, or ’warp’. qq_plot boolean variable, enable or disable the plotting function. Details Arguments of the ’diagnostic’ function are inference list , inference type, a list of interpolations for each of the ode state from gradient matching, and . It returns a vector of the median absolute standard deviations for each ode state. Value return list containing : • residual - vector containing residual. • interp - vector containing interpolation. Author(s) Mu Niu <mu.niu@glasgow.ac.uk> Examples ## Not run: require(mvtnorm) set.seed(SEED); SEED = 19537 FN_fun <- function(t, x, par_ode) { a = par_ode[1] b = par_ode[2] c = par_ode[3] as.matrix(c(c*(x[1]-x[1]^3/3 + x[2]),-1/c*(x[1]-a+b*x[2]))) } solveOde = ode$new(sample=2,fun=FN_fun) xinit = as.matrix(c(-1,-1)) tinterv = c(0,10) solveOde$solve_ode(par_ode=c(0.2,0.2,3),xinit,tinterv) n_o = max(dim(solveOde$y_ode)) noise = 0.01 y_no = t(solveOde$y_ode)+rmvnorm(n_o,c(0,0),noise*diag(2)) t_no = solveOde$t odem = ode$new(fun=FN_fun,grfun=NULL,t=t_no,ode_par=rep(c(0.1),3),y_ode=t(y_no)) ktype = 'rbf' rkgres = rkg(odem,y_no,ktype) rkgdiag = diagnostic( rkgres,1,'rkg',qq_plot=FALSE ) ## End(Not run) Kernel 9 Kernel The ’Kernel’ class object Description This a abstract class provide the kernel function and the 1st order derivative of rbf kernel function. Format R6Class object. Value an R6Class object which can be used for the rkhs interpolation. Methods kern(t1,t2) This method is used to calculate the kernel function given two one dimensional real inputs. dkd_kpar(t1,t2) This method is used to calculate the gradient of kernel function against the kernel hyper parameters given two one dimensional real inputs. dkdt(t1,t2) This method is used to calculate the 1st order derivative of kernel function given two one dimensional real inputs. Public fields k_par vector(of length n_hy) containing the hyper-parameter of kernel. n_hy is the length of kernel hyper parameters. Methods Public methods: • Kernel$new() • Kernel$greet() • Kernel$kern() • Kernel$dkd_kpar() • Kernel$dkdt() • Kernel$clone() Method new(): Usage: Kernel$new(k_par = NULL) Method greet(): Usage: 10 MLP Kernel$greet() Method kern(): Usage: Kernel$kern(t1, t2) Method dkd_kpar(): Usage: Kernel$dkd_kpar(t1, t2) Method dkdt(): Usage: Kernel$dkdt(t1, t2) Method clone(): The objects of this class are cloneable with this method. Usage: Kernel$clone(deep = FALSE) Arguments: deep Whether to make a deep clone. Author(s) Mu Niu, <mu.niu@glasgow.ac.uk> MLP The ’MLP’ class object Description This a R6 class. It inherits from ’kernel’ class. It provides the mlp kernel function and the 1st order derivative of mlp kernel function. Format R6Class object. Value an R6Class object which can be used for the rkhs interpolation. Super class KGode::Kernel -> MLP MLP 11 Methods Public methods: • MLP$greet() • MLP$set_k_par() • MLP$kern() • MLP$dkd_kpar() • MLP$dkdt() • MLP$clone() Method greet(): Usage: MLP$greet() Method set_k_par(): Usage: MLP$set_k_par(val) Method kern(): Usage: MLP$kern(t1, t2) Method dkd_kpar(): Usage: MLP$dkd_kpar(t1, t2) Method dkdt(): Usage: MLP$dkdt(t1, t2) Method clone(): The objects of this class are cloneable with this method. Usage: MLP$clone(deep = FALSE) Arguments: deep Whether to make a deep clone. Author(s) Mu Niu, <mu.niu@glasgow.ac.uk> 12 ode ode The ’ode’ class object Description This class provide all information about odes and methods for numerically solving odes. Format R6Class object. Value an R6Class object which can be used for gradient matching. Methods solve_ode(par_ode,xinit,tinterv) This method is used to solve ode numerically. optim_par(par,y_p,z_p) This method is used to estimate ode parameters by standard gradient matching. lossNODE(par,y_p,z_p) This method is used to calculate the mismatching between gradient of interpolation and gradient from ode. Public fields ode_par vector(of length n_p) containing ode parameters. n_p is the number of ode parameters. ode_fun function containing the ode function. t vector(of length n_o) containing time points of observations. n_o is the length of time points. Methods Public methods: • ode$new() • ode$greet() • ode$solve_ode() • ode$rmsfun() • ode$gradient() • ode$lossNODE() • ode$grlNODE() • ode$loss32NODE() • ode$grl32NODE() • ode$optim_par() • ode$clone() Method new(): ode 13 Usage: ode$new( sample = NULL, fun = NULL, grfun = NULL, t = NULL, ode_par = NULL, y_ode = NULL ) Method greet(): Usage: ode$greet() Method solve_ode(): Usage: ode$solve_ode(par_ode, xinit, tinterv) Method rmsfun(): Usage: ode$rmsfun(par_ode, state, M1, true_par) Method gradient(): Usage: ode$gradient(y_p, par_ode) Method lossNODE(): Usage: ode$lossNODE(par, y_p, z_p) Method grlNODE(): Usage: ode$grlNODE(par, y_p, z_p) Method loss32NODE(): Usage: ode$loss32NODE(par, y_p, z_p) Method grl32NODE(): Usage: ode$grl32NODE(par, y_p, z_p) Method optim_par(): Usage: ode$optim_par(par, y_p, z_p) Method clone(): The objects of this class are cloneable with this method. Usage: ode$clone(deep = FALSE) Arguments: deep Whether to make a deep clone. 14 RBF Author(s) Mu Niu, < mu.niu@glasgow.ac.uk> Examples noise = 0.1 ## set the variance of noise SEED = 19537 set.seed(SEED) ## Define ode function, we use lotka-volterra model in this example. ## we have two ode states x[1], x[2] and four ode parameters alpha, beta, gamma and delta. LV_fun = function(t,x,par_ode){ alpha=par_ode[1] beta=par_ode[2] gamma=par_ode[3] delta=par_ode[4] as.matrix( c( alpha*x[1]-beta*x[2]*x[1] , -gamma*x[2]+delta*x[1]*x[2] ) ) } ## Define the gradient of ode function against ode parameters ## df/dalpha, df/dbeta, df/dgamma, df/ddelta where f is the differential equation. LV_grlNODE= function(par,grad_ode,y_p,z_p) { alpha = par[1]; beta= par[2]; gamma = par[3]; delta = par[4] dres= c(0) dres[1] = sum( -2*( z_p[1,]-grad_ode[1,])*y_p[1,]*alpha ) dres[2] = sum( 2*( z_p[1,]-grad_ode[1,])*y_p[2,]*y_p[1,]*beta) dres[3] = sum( 2*( z_p[2,]-grad_ode[2,])*gamma*y_p[2,] ) dres[4] = sum( -2*( z_p[2,]-grad_ode[2,])*y_p[2,]*y_p[1,]*delta) dres } ## create a ode class object kkk0 = ode$new(2,fun=LV_fun,grfun=LV_grlNODE) ## set the initial values for each state at time zero. xinit = as.matrix(c(0.5,1)) ## set the time interval for the ode numerical solver. tinterv = c(0,6) ## solve the ode numerically using predefined ode parameters. alpha=1, beta=1, gamma=4, delta=1. kkk0$solve_ode(c(1,1,4,1),xinit,tinterv) ## Create another ode class object by using the simulation data from the ode numerical solver. ## If users have experiment data, they can replace the simulation data with the experiment data. ## set initial values for ode parameters. init_par = rep(c(0.1),4) init_yode = kkk0$y_ode init_t = kkk0$t kkk = ode$new(1,fun=LV_fun,grfun=LV_grlNODE,t=init_t,ode_par= init_par, y_ode=init_yode ) RBF The ’RBF’ class object RBF 15 Description This a R6 class. It inherits from ’kernel’ class. It provides the rbf kernel function and the 1st order derivative of rbf kernel function. Format R6Class object. Value an R6Class object which can be used for the rkhs interpolation. Super class KGode::Kernel -> RBF Methods Public methods: • RBF$greet() • RBF$set_k_par() • RBF$kern() • RBF$dkd_kpar() • RBF$dkdt() • RBF$clone() Method greet(): Usage: RBF$greet() Method set_k_par(): Usage: RBF$set_k_par(val) Method kern(): Usage: RBF$kern(t1, t2) Method dkd_kpar(): Usage: RBF$dkd_kpar(t1, t2) Method dkdt(): Usage: RBF$dkdt(t1, t2) Method clone(): The objects of this class are cloneable with this method. 16 rkg Usage: RBF$clone(deep = FALSE) Arguments: deep Whether to make a deep clone. Author(s) Mu Niu, <mu.niu@glasgow.ac.uk> rkg The ’rkg’ function Description This function is used to create ’rkhs’ class object and estimate ode parameters using standard gra- dient matching. Usage rkg(kkk, y_no, ktype) Arguments kkk ode class object. y_no matrix(of size n_s*n_o) containing noisy observations. The row(of length n_s) represent the ode states and the column(of length n_o) represents the time points. ktype character containing kernel type. User can choose ’rbf’ or ’mlp’ kernel. Details Arguments of the ’rkg’ function are ’ode’ class, noisy observation, and kernel type. It return the interpolation for each of the ode states. The Ode parameters are estimated using gradient matching, and the results are stored in the ’ode’ class as the ode_par attribute. Value return list containing : • intp - list containing interpolation for each ode state. • bbb - rkhs class objects for each ode state. Author(s) Mu Niu <mu.niu@glasgow.ac.uk> rkg 17 Examples ## Not run: require(mvtnorm) noise = 0.1 ## set the variance of noise SEED = 19537 set.seed(SEED) ## Define ode function, we use lotka-volterra model in this example. ## we have two ode states x[1], x[2] and four ode parameters alpha, beta, gamma and delta. LV_fun = function(t,x,par_ode){ alpha=par_ode[1] beta=par_ode[2] gamma=par_ode[3] delta=par_ode[4] as.matrix( c( alpha*x[1]-beta*x[2]*x[1] , -gamma*x[2]+delta*x[1]*x[2] ) ) } ## Define the gradient of ode function against ode parameters ## df/dalpha, df/dbeta, df/dgamma, df/ddelta where f is the differential equation. LV_grlNODE= function(par,grad_ode,y_p,z_p) { alpha = par[1]; beta= par[2]; gamma = par[3]; delta = par[4] dres= c(0) dres[1] = sum( -2*( z_p[1,]-grad_ode[1,])*y_p[1,]*alpha ) dres[2] = sum( 2*( z_p[1,]-grad_ode[1,])*y_p[2,]*y_p[1,]*beta) dres[3] = sum( 2*( z_p[2,]-grad_ode[2,])*gamma*y_p[2,] ) dres[4] = sum( -2*( z_p[2,]-grad_ode[2,])*y_p[2,]*y_p[1,]*delta) dres } ## create a ode class object kkk0 = ode$new(2,fun=LV_fun,grfun=LV_grlNODE) ## set the initial values for each state at time zero. xinit = as.matrix(c(0.5,1)) ## set the time interval for the ode numerical solver. tinterv = c(0,6) ## solve the ode numerically using predefined ode parameters. alpha=1, beta=1, gamma=4, delta=1. kkk0$solve_ode(c(1,1,4,1),xinit,tinterv) ## Add noise to the numerical solution of the ode model and use it as the noisy observation. n_o = max( dim( kkk0$y_ode) ) t_no = kkk0$t y_no = t(kkk0$y_ode) + rmvnorm(n_o,c(0,0),noise*diag(2)) ## Create a ode class object by using the simulation data we created from the ode numerical solver. ## If users have experiment data, they can replace the simulation data with the experiment data. ## Set initial value of ode parameters. init_par = rep(c(0.1),4) init_yode = t(y_no) init_t = t_no kkk = ode$new(1,fun=LV_fun,grfun=LV_grlNODE,t=init_t,ode_par= init_par, y_ode=init_yode ) ## The following examples with CPU or elapsed time > 10s 18 rkg3 ##Use function 'rkg' to estimate the ode parameters. The standard gradient matching method is coded ##in the the 'rkg' function. The parameter estimations are stored in the returned vector of 'rkg'. ## Choose a kernel type for 'rkhs' interpolation. Two options are provided 'rbf' and 'mlp'. ktype ='rbf' rkgres = rkg(kkk,y_no,ktype) ## show the results of ode parameter estimation using the standard gradient matching kkk$ode_par ## End(Not run) rkg3 The ’rkg3’ class object Description This class provides advanced gradient matching method by using the ode as a regularizer. Format R6Class object. Value an R6Class object which can be used for improving ode parameters estimation by using ode as a regularizer. Methods iterate(iter,innerloop,lamb) Iteratively updating ode parameters and interpolation regres- sion coefficients. witerate(iter,innerloop,dtilda,lamb) Iteratively updating ode parameters and the warped interpolation regression coefficients. full(par,lam) Updating ode parameters and rkhs interpolation regression coefficients simultane- ously. This method is slow but guarantee convergence. Public fields rk the ’rkhs’ class object containing the interpolation information for each state of the ode. ode_m the ’ode’ class object containing the information about the odes. Active bindings ode_m the ’ode’ class object containing the information about the odes. rkg3 19 Methods Public methods: • rkg3$new() • rkg3$greet() • rkg3$add() • rkg3$iterate() • rkg3$witerate() • rkg3$full() • rkg3$wfull() • rkg3$opfull() • rkg3$wopfull() • rkg3$cross() • rkg3$fullos() • rkg3$clone() Method new(): Usage: rkg3$new(rk = NULL, odem = NULL) Method greet(): Usage: rkg3$greet() Method add(): Usage: rkg3$add(x) Method iterate(): Usage: rkg3$iterate(iter, innerloop, lamb) Method witerate(): Usage: rkg3$witerate(iter, innerloop, dtilda, lamb) Method full(): Usage: rkg3$full(par, lam) Method wfull(): Usage: rkg3$wfull(par, lam, dtilda) Method opfull(): 20 rkhs Usage: rkg3$opfull(lam) Method wopfull(): Usage: rkg3$wopfull(lam, dtilda) Method cross(): Usage: rkg3$cross(lam, testX, testY) Method fullos(): Usage: rkg3$fullos(par) Method clone(): The objects of this class are cloneable with this method. Usage: rkg3$clone(deep = FALSE) Arguments: deep Whether to make a deep clone. Author(s) Mu Niu, <mu.niu@glasgow.ac.uk> rkhs The ’rkhs’ class object Description This class provide the interpolation methods using reproducing kernel Hilbert space. Format R6Class object. Value an R6Class object which can be used for doing interpolation using reproducing kernel Hilbert space. Methods predict() This method is used to make prediction on given time points skcross() This method is used to do cross-validation to estimate the weighting parameter lambda of L^2 norm. rkhs 21 Public fields y matrix(of size n_s*n_o) containing observation. t vector(of length n_o) containing time points for observation. b vector(of length n_o) containing coefficients of kernel or basis functions. lambda scalar containing the weighting parameter for L2 norm of the reproducing kernel Hilbert space. ker kernel class object containing kernel. Methods Public methods: • rkhs$new() • rkhs$greet() • rkhs$showker() • rkhs$predict() • rkhs$predictT() • rkhs$lossRK() • rkhs$grlossRK() • rkhs$numgrad() • rkhs$skcross() • rkhs$mkcross() • rkhs$loss11() • rkhs$grloss11() • rkhs$clone() Method new(): Usage: rkhs$new(y = NULL, t = NULL, b = NULL, lambda = NULL, ker = NULL) Method greet(): Usage: rkhs$greet() Method showker(): Usage: rkhs$showker() Method predict(): Usage: rkhs$predict() Method predictT(): Usage: 22 rkhs rkhs$predictT(testT) Method lossRK(): Usage: rkhs$lossRK(par, tl1, y_d, jitter) Method grlossRK(): Usage: rkhs$grlossRK(par, tl1, y_d, jitter) Method numgrad(): Usage: rkhs$numgrad(par, tl1, y_d, jitter) Method skcross(): Usage: rkhs$skcross(init, bounded) Method mkcross(): Usage: rkhs$mkcross(init) Method loss11(): Usage: rkhs$loss11(par, tl1, y_d, jitter) Method grloss11(): Usage: rkhs$grloss11(par, tl1, y_d, jitter) Method clone(): The objects of this class are cloneable with this method. Usage: rkhs$clone(deep = FALSE) Arguments: deep Whether to make a deep clone. Author(s) Mu Niu, <mu.niu@glasgow.ac.uk> rkhs 23 Examples ## Not run: require(mvtnorm) noise = 0.1 ## set the variance of noise SEED = 19537 set.seed(SEED) ## Define ode function, we use lotka-volterra model in this example. ## we have two ode states x[1], x[2] and four ode parameters alpha, beta, gamma and delta. LV_fun = function(t,x,par_ode){ alpha=par_ode[1] beta=par_ode[2] gamma=par_ode[3] delta=par_ode[4] as.matrix( c( alpha*x[1]-beta*x[2]*x[1] , -gamma*x[2]+delta*x[1]*x[2] ) ) } ## Define the gradient of ode function against ode parameters ## df/dalpha, df/dbeta, df/dgamma, df/ddelta where f is the differential equation. LV_grlNODE= function(par,grad_ode,y_p,z_p) { alpha = par[1]; beta= par[2]; gamma = par[3]; delta = par[4] dres= c(0) dres[1] = sum( -2*( z_p[1,]-grad_ode[1,])*y_p[1,]*alpha ) dres[2] = sum( 2*( z_p[1,]-grad_ode[1,])*y_p[2,]*y_p[1,]*beta) dres[3] = sum( 2*( z_p[2,]-grad_ode[2,])*gamma*y_p[2,] ) dres[4] = sum( -2*( z_p[2,]-grad_ode[2,])*y_p[2,]*y_p[1,]*delta) dres } ## create a ode class object kkk0 = ode$new(2,fun=LV_fun,grfun=LV_grlNODE) ## set the initial values for each state at time zero. xinit = as.matrix(c(0.5,1)) ## set the time interval for the ode numerical solver. tinterv = c(0,6) ## solve the ode numerically using predefined ode parameters. alpha=1, beta=1, gamma=4, delta=1. kkk0$solve_ode(c(1,1,4,1),xinit,tinterv) ## Add noise to the numerical solution of the ode model and use it as the noisy observation. n_o = max( dim( kkk0$y_ode) ) t_no = kkk0$t y_no = t(kkk0$y_ode) + rmvnorm(n_o,c(0,0),noise*diag(2)) ## Create a ode class object by using the simulation data we created from the ode numerical solver. ## If users have experiment data, they can replace the simulation data with the experiment data. ## Set initial value of ode parameters. init_par = rep(c(0.1),4) init_yode = t(y_no) init_t = t_no kkk = ode$new(1,fun=LV_fun,grfun=LV_grlNODE,t=init_t,ode_par= init_par, y_ode=init_yode ) ## The following examples with CPU or elapsed time > 5s ####### rkhs interpolation for the 1st state of ode using 'rbf' kernel 24 third ### set initial value of length scale of rbf kernel initlen = 1 aker = RBF$new(initlen) bbb = rkhs$new(t(y_no)[1,],t_no,rep(1,n_o),1,aker) ## optimise lambda by cross-validation ## initial value of lambda initlam = 2 bbb$skcross( initlam ) ## make prediction using the 'predict()' method of 'rkhs' class and plot against the time. plot(t_no,bbb$predict()$pred) ## End(Not run) third The ’third’ function Description This function is used to create ’rk3g’ class objects and estimate ode parameters using ode regularised gradient matching. Usage third(lam, kkk, bbb, crtype, woption, dtilda) Arguments lam scalar containing the weighting parameter of ode regularisation. kkk ’ode’ class object containing all information about the odes. bbb list of ’rkhs’ class object containing the interpolation for all ode states. crtype character containing the optimisation scheme type. User can choose ’i’ or ’3’. ’i’ is for fast iterative scheme and ’3’ for optimising the ode parameters and interpolation coefficients simultaneously. woption character containing the indication of using warping. If the warping scheme is done before using the ode regularisation, user can choose ’w’ otherwise just leave this option empty. dtilda vector(of length n_o) containing the gradient of warping function. This variable is only used if user want to combine warping and the ode regularisation. Details Arguments of the ’third’ function are ode regularisation weighting parameter, ’ode’ class objects, ’rkhs’ class objects, noisy observation, type of regularisation scheme, option of warping and the gradient of warping function. It return the interpolation for each of the ode states. The ode param- eters are estimated using gradient matching, and the results are stored in the ode_par attribute of ’ode’ class. third 25 Value return list containing : • oppar - vector(of length n_p) containing the ode parameters estimation. n_p is the length of ode parameters. • rk3 - list of ’rkhs’ class object containing the updated interpolation results. Author(s) Mu Niu <mu.niu@glasgow.ac.uk> Examples ## Not run: require(mvtnorm) noise = 0.1 SEED = 19537 set.seed(SEED) ## Define ode function, we use lotka-volterra model in this example. ## we have two ode states x[1], x[2] and four ode parameters alpha, beta, gamma and delta. LV_fun = function(t,x,par_ode){ alpha=par_ode[1] beta=par_ode[2] gamma=par_ode[3] delta=par_ode[4] as.matrix( c( alpha*x[1]-beta*x[2]*x[1] , -gamma*x[2]+delta*x[1]*x[2] ) ) } ## Define the gradient of ode function against ode parameters ## df/dalpha, df/dbeta, df/dgamma, df/ddelta where f is the differential equation. LV_grlNODE= function(par,grad_ode,y_p,z_p) { alpha = par[1]; beta= par[2]; gamma = par[3]; delta = par[4] dres= c(0) dres[1] = sum( -2*( z_p[1,]-grad_ode[1,])*y_p[1,]*alpha ) dres[2] = sum( 2*( z_p[1,]-grad_ode[1,])*y_p[2,]*y_p[1,]*beta) dres[3] = sum( 2*( z_p[2,]-grad_ode[2,])*gamma*y_p[2,] ) dres[4] = sum( -2*( z_p[2,]-grad_ode[2,])*y_p[2,]*y_p[1,]*delta) dres } ## create a ode class object kkk0 = ode$new(2,fun=LV_fun,grfun=LV_grlNODE) ## set the initial values for each state at time zero. xinit = as.matrix(c(0.5,1)) ## set the time interval for the ode numerical solver. tinterv = c(0,6) ## solve the ode numerically using predefined ode parameters. alpha=1, beta=1, gamma=4, delta=1. kkk0$solve_ode(c(1,1,4,1),xinit,tinterv) ## Add noise to the numerical solution of the ode model and use it as the noisy observation. n_o = max( dim( kkk0$y_ode) ) t_no = kkk0$t 26 Warp y_no = t(kkk0$y_ode) + rmvnorm(n_o,c(0,0),noise*diag(2)) ## create a ode class object by using the simulation data we created from the ode numerical solver. ## If users have experiment data, they can replace the simulation data with the experiment data. ## set initial value of Ode parameters. init_par = rep(c(0.1),4) init_yode = t(y_no) init_t = t_no kkk = ode$new(1,fun=LV_fun,grfun=LV_grlNODE,t=init_t,ode_par= init_par, y_ode=init_yode ) ## The following examples with CPU or elapsed time > 10s ## Use function 'rkg' to estimate the ode parameters. ktype ='rbf' rkgres = rkg(kkk,y_no,ktype) bbb = rkgres$bbb ############# gradient matching + ode regularisation crtype='i' ## using cross validation to estimate the weighting parameters of the ode regularisation lam=c(1e-4,1e-5) lamil1 = crossv(lam,kkk,bbb,crtype,y_no) lambdai1=lamil1[[1]] ## estimate ode parameters using gradient matching and ode regularisation res = third(lambdai1,kkk,bbb,crtype) ## display the ode parameter estimation. res$oppar ## End(Not run) Warp The ’Warp’ class object Description This class provide the warping method which can be used to warp the original signal to sinusoidal like signal. Format R6Class object. Value an R6Class object which can be used for doing interpolation using reproducing kernel Hilbert space. Warp 27 Methods warpsin(len ,lop,p0,eps) This method is used to warp the initial interpolation into a sinusoidal shape. slowWarp(lens,peod,eps) This method is used to find the optimised initial hyper parameters for the sigmoid basis function for each ode states. warpLossLen(par,lam,p0,eps) This method is used to implement the loss function for warping. It is called by the ’warpSin’ function. Public fields y matrix(of size n_s*n_o) containing observation. t vector(of length n_o) containing time points for observation. b vector(of length n_o) containing coefficients of kernel or basis functions. lambda scalar containing the weighting parameter for penalising the length of warped time span. ker kernel class object containing sigmoid basis function. Methods Public methods: • Warp$new() • Warp$greet() • Warp$showker() • Warp$warpLoss() • Warp$warpLossLen() • Warp$warpSin() • Warp$slowWarp() • Warp$clone() Method new(): Usage: Warp$new(y = NULL, t = NULL, b = NULL, lambda = NULL, ker = NULL) Method greet(): Usage: Warp$greet() Method showker(): Usage: Warp$showker() Method warpLoss(): Usage: Warp$warpLoss(par, len, p0, eps) 28 warpfun Method warpLossLen(): Usage: Warp$warpLossLen(par, lam, p0, eps) Method warpSin(): Usage: Warp$warpSin(len, lop, p0, eps) Method slowWarp(): Usage: Warp$slowWarp(lens, p0, eps) Method clone(): The objects of this class are cloneable with this method. Usage: Warp$clone(deep = FALSE) Arguments: deep Whether to make a deep clone. Author(s) Mu Niu, <mu.niu@glasgow.ac.uk> warpfun The ’warpfun’ function Description This function is used to produce the warping function and learning the interpolation in the warped time domain. Usage warpfun(kkkrkg, bbb, peod, eps, fixlens, y_no, testData, witer) Arguments kkkrkg ’ode’ class object. bbb list of ’rkhs’ class object. peod vector(of length n_s) containing the period of warped signal. n_s is the length of the ode states. eps vector(of length n_s) containing the uncertainty level of the period. n_s is the length of the ode states. fixlens vector(of length n_s) containing the initial values of the hyper parameters of sigmoid basis function. warpfun 29 y_no matrix(of size n_s*n_o) containing noisy observations. The row(of length n_s) represent the ode states and the column(of length n_o) represents the time points. testData vector(of size n_x) containing user defined time points which will be warped by the warping function. witer scale containing the number of iterations for optimising the hyper parameters of warping. Details Arguments of the ’warpfun’ function are ’ode’ class, ’rkhs’ class, period of warped signal, uncer- tainty level of the period, initial values of the hyper parameters for sigmoid basis function, noisy observations and the time points that user want to warped. It return the interpolation for each of the ode states. The ode parameters are estimated using gradient matching, and the results are stored in the ’ode’ class as the ode_par attribute. Value return list containing : • dtilda - vector(of length n_x) containing the gradients of warping function at user defined time points. • bbbw - list of ’rkhs’ class object containing the interpolation in warped time domain. • wtime - vector(of length n_x) containing the warped time points. • wfun - list of ’rkhs’ class object containing information about warping function. • wkkk - ’ode’ class object containing the result of parameter estimation using the warped signal and gradient matching. Author(s) Mu Niu <mu.niu@glasgow.ac.uk> Examples ## Not run: require(mvtnorm) noise = 0.1 SEED = 19537 set.seed(SEED) ## Define ode function, we use lotka-volterra model in this example. ## we have two ode states x[1], x[2] and four ode parameters alpha, beta, gamma and delta. LV_fun = function(t,x,par_ode){ alpha=par_ode[1] beta=par_ode[2] gamma=par_ode[3] delta=par_ode[4] as.matrix( c( alpha*x[1]-beta*x[2]*x[1] , -gamma*x[2]+delta*x[1]*x[2] ) ) } ## Define the gradient of ode function against ode parameters 30 warpfun ## df/dalpha, df/dbeta, df/dgamma, df/ddelta where f is the differential equation. LV_grlNODE= function(par,grad_ode,y_p,z_p) { alpha = par[1]; beta= par[2]; gamma = par[3]; delta = par[4] dres= c(0) dres[1] = sum( -2*( z_p[1,]-grad_ode[1,])*y_p[1,]*alpha ) dres[2] = sum( 2*( z_p[1,]-grad_ode[1,])*y_p[2,]*y_p[1,]*beta) dres[3] = sum( 2*( z_p[2,]-grad_ode[2,])*gamma*y_p[2,] ) dres[4] = sum( -2*( z_p[2,]-grad_ode[2,])*y_p[2,]*y_p[1,]*delta) dres } ## create a ode class object kkk0 = ode$new(2,fun=LV_fun,grfun=LV_grlNODE) ## set the initial values for each state at time zero. xinit = as.matrix(c(0.5,1)) ## set the time interval for the ode numerical solver. tinterv = c(0,6) ## solve the ode numerically using predefined ode parameters. alpha=1, beta=1, gamma=4, delta=1. kkk0$solve_ode(c(1,1,4,1),xinit,tinterv) ## Add noise to the numerical solution of the ode model and use it as the noisy observation. n_o = max( dim( kkk0$y_ode) ) t_no = kkk0$t y_no = t(kkk0$y_ode) + rmvnorm(n_o,c(0,0),noise*diag(2)) ## create a ode class object by using the simulation data we created from the Ode numerical solver. ## If users have experiment data, they can replace the simulation data with the experiment data. ## set initial value of Ode parameters. init_par = rep(c(0.1),4) init_yode = t(y_no) init_t = t_no kkk = ode$new(1,fun=LV_fun,grfun=LV_grlNODE,t=init_t,ode_par= init_par, y_ode=init_yode ) ## The following examples with CPU or elapsed time > 10s ## Use function 'rkg' to estimate the Ode parameters. ktype ='rbf' rkgres = rkg(kkk,y_no,ktype) bbb = rkgres$bbb ###### warp all ode states peod = c(6,5.3) ## the guessing period eps= 1 ## the uncertainty level of period ###### learn the initial value of the hyper parameters of the warping basis function fixlens=warpInitLen(peod,eps,rkgres) kkkrkg = kkk$clone() ## make a copy of ode class objects ##learn the warping function, warp data points and do gradient matching in the warped time domain. www = warpfun(kkkrkg,bbb,peod,eps,fixlens,y_no,kkkrkg$t) dtilda= www$dtilda ## gradient of warping function bbbw = www$bbbw ## interpolation in warped time domain warpInitLen 31 resmtest = www$wtime ## warped time points ##display the results of parameter estimation using gradient matching in the warped time domain. www$wkkk$ode_par ## End(Not run) warpInitLen The ’warpInitLen’ function Description This function is used to find the optmised initial value of the hyper parameter for the sigmoid basis function which is used for warping. Usage warpInitLen(peod, eps, rkgres, lens) Arguments peod vector(of length n_s) containing the period of warped signal. n_s is the length of the ode states. eps vector(of length n_s) containing the uncertainty level of the period. n_s is the length of the ode states. rkgres list containing interpolation and ’rkhs’ class objects for all ode states. lens vector(of length n_l) containing a list of hyper parameters of sigmoid basis func- tion. n_l is the length of user defined hyper parameters of the sigmoid basis functino. Details Arguments of the ’warpfun’ function are ’ode’ class, ’rkhs’ class, period of warped signal, uncer- tainty level of the period, initial values of the hyper parameters for sigmoid basis function, noisy observations and the time points that user want to warped. It return the interpolation for each of the ode states. The ode parameters are estimated using gradient matching, and the results are stored in the ’ode’ class as the ode_par attribute. Value return list containing : • wres- vector(of length n_s) contaning the optimised initial hyper parameters of sigmoid basis function for each ode states. Author(s) Mu Niu <mu.niu@glasgow.ac.uk> 32 warpInitLen Examples ## Not run: require(mvtnorm) noise = 0.1 SEED = 19537 set.seed(SEED) ## Define ode function, we use lotka-volterra model in this example. ## we have two ode states x[1], x[2] and four ode parameters alpha, beta, gamma and delta. LV_fun = function(t,x,par_ode){ alpha=par_ode[1] beta=par_ode[2] gamma=par_ode[3] delta=par_ode[4] as.matrix( c( alpha*x[1]-beta*x[2]*x[1] , -gamma*x[2]+delta*x[1]*x[2] ) ) } ## Define the gradient of ode function against ode parameters ## df/dalpha, df/dbeta, df/dgamma, df/ddelta where f is the differential equation. LV_grlNODE= function(par,grad_ode,y_p,z_p) { alpha = par[1]; beta= par[2]; gamma = par[3]; delta = par[4] dres= c(0) dres[1] = sum( -2*( z_p[1,]-grad_ode[1,])*y_p[1,]*alpha ) dres[2] = sum( 2*( z_p[1,]-grad_ode[1,])*y_p[2,]*y_p[1,]*beta) dres[3] = sum( 2*( z_p[2,]-grad_ode[2,])*gamma*y_p[2,] ) dres[4] = sum( -2*( z_p[2,]-grad_ode[2,])*y_p[2,]*y_p[1,]*delta) dres } ## create a ode class object kkk0 = ode$new(2,fun=LV_fun,grfun=LV_grlNODE) ## set the initial values for each state at time zero. xinit = as.matrix(c(0.5,1)) ## set the time interval for the ode numerical solver. tinterv = c(0,6) ## solve the ode numerically using predefined ode parameters. alpha=1, beta=1, gamma=4, delta=1. kkk0$solve_ode(c(1,1,4,1),xinit,tinterv) ## Add noise to the numerical solution of the ode model and use it as the noisy observation. n_o = max( dim( kkk0$y_ode) ) t_no = kkk0$t y_no = t(kkk0$y_ode) + rmvnorm(n_o,c(0,0),noise*diag(2)) ## create a ode class object by using the simulation data we created from the Ode numerical solver. ## If users have experiment data, they can replace the simulation data with the experiment data. ## set initial value of Ode parameters. init_par = rep(c(0.1),4) init_yode = t(y_no) init_t = t_no kkk = ode$new(1,fun=LV_fun,grfun=LV_grlNODE,t=init_t,ode_par= init_par, y_ode=init_yode ) ## The following examples with CPU or elapsed time > 10s warpInitLen 33 ## Use function 'rkg' to estimate the Ode parameters. ktype ='rbf' rkgres = rkg(kkk,y_no,ktype) bbb = rkgres$bbb ###### warp all ode states peod = c(6,5.3) ## the guessing period eps= 1 ## the uncertainty level of period ###### learn the initial value of the hyper parameters of the warping basis function fixlens=warpInitLen(peod,eps,rkgres) ## End(Not run) Index ∗ data Kernel, 9 MLP, 10 ode, 12 RBF, 14 rkg3, 18 rkhs, 20 Warp, 26 bootstrap, 2 crossv, 5 diagnostic, 7 Kernel, 9 KGode::Kernel, 10, 15 MLP, 10 ode, 12 R6Class, 9, 10, 12, 15, 18, 20, 26 RBF, 14 rkg, 16 rkg3, 18 rkhs, 20 third, 24 Warp, 26 warpfun, 28 warpInitLen, 31 34
bigalgebra
cran
Package ‘bigalgebra’ October 12, 2022 Type Package Title 'BLAS' and 'LAPACK' Routines for Native R Matrices and 'big.matrix' Objects Version 1.1.0 Date 2022-04-07 Depends bigmemory (>= 4.0.0) Imports methods LinkingTo bigmemory, BH, Rcpp Author Frederic Bertrand [cre, ctb] (<https://orcid.org/0000-0002-0837-8281>), Michael J. Kane [aut], Bryan Lewis [aut], John W. Emerson [aut] Maintainer Frederic Bertrand <frederic.bertrand@utt.fr> Description Provides arithmetic functions for R matrix and 'big.matrix' objects as well as func- tions for QR factorization, Cholesky factorization, General eigenvalue, and Singular value de- composition (SVD). A method matrix multiplication and an arithmetic method -for matrix addi- tion, matrix difference- allows for mixed type operation -a matrix class ob- ject and a big.matrix class object- and pure type operation for two big.matrix class objects. License LGPL-3 | Apache License 2.0 Encoding UTF-8 Copyright (C) 2014 Michael J. Kane, Bryan Lewis, and John W. Emerson LazyLoad yes NeedsCompilation yes RoxygenNote 7.1.1 URL https://fbertran.github.io/bigalgebra/, https://github.com/fbertran/bigalgebra/ BugReports https://github.com/fbertran/bigalgebra/issues/ Repository CRAN Date/Publication 2022-04-08 06:42:37 UTC 1 2 bigalgebra-package R topics documented: bigalgebra-package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 balgebra-methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 daxpy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 dcopy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 dgeev . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 dgemm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 dgeqrf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 dgesdd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 dpotrf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 dscal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 Index 17 bigalgebra-package Arithmetic routines for native R matrices and big.matrix objects. Description This package provides arithmetic functions for native R matrices and big.matrix objects. Details This package provides arithmetic functions for native R matrices and big.matrix objects. The package defines a number of global options that begin with bigalgebra. They include: Option Default value bigalgebra.temp_pattern "matrix_" bigalgebra.tempdir tempdir bigalgebra.mixed_arithmetic_returns_R_matrix TRUE bigalgebra.DEBUG FALSE The bigalgebra.tempdir option must be a function that returns a temporary directory path used to big matrix results of BLAS and LAPACK operations. The deault value is simply the default R tempdir function. The bigalgebra.temp_pattern is a name prefix for file names of generated big matrix objects output as a result of BLAS and LAPACK operations. The bigalgebra.mixed_arithmetic_returns_R_matrix option determines whether arithmetic operations involving an R matrix or vector and a big.matrix matrix or vector return a big matrix (when the option is FALSE), or return a normal R matrix (TRUE). The package is built, by default, with R’s native BLAS libraries, which use 32-bit signed integer indexing. The default build is limited to vectors of at most 2**31 - 1 entries and matrices with at most 2**31 - 1 rows and 2**31 - 1 columns (note that standard R matrices are limtied to 2**31 - 1 total entries). bigalgebra-package 3 The package includes a reference BLAS implementation that supports 64-bit integer indexing, re- laxing the limitation on vector lengths and matrix row and column limits. Installation of this pack- age with the 64-bit reference BLAS implementation may be performed from the command-line install: REFBLAS=1 R CMD INSTALL bigalgebra where "bigalgebra" is the source package (for example, bigalgebra_0.8.4.tar.gz). The package may also be build with user-supplied external BLAS and LAPACK libraries, in either 32- or 64-bit varieties. This is an advanced topic that requires additional Makevars modification, and may include adjustment of the low-level calling syntax depending on the library used. Feel free to contact us for help installing and running the package. Author(s) Frédéric Bertrand, Michael J. Kane, Bryan Lewis, John W. Emerson Maintainer: Frédéric Bertrand <frederic.bertrand@utt.fr> References https://www.netlib.org/blas/ https://www.netlib.org/lapack/ See Also bigmemory, big.matrix Examples # Testing the development of the user-friendly operators: # if you have any problems, please email us! - Jay & Mike 4/29/2010 library("bigmemory") A <- big.matrix(5,4, type="double", init=0, dimnames=list(NULL, c("alpha", "beta"))) B <- big.matrix(4,4, type="double", init=0, dimnames=list(NULL, c("alpha", "beta"))) C <- A D <- A[] print(C - D) # Compare the results (subtraction of an R matrix from a # big.matrix) # The next example illustrates mixing R and big.matrix objects. It returns by # default (see # options("bigalgebra.mixed_arithmetic_returns_R_matrix") D <- matrix(rnorm(16),4) E <- A 4 daxpy balgebra-methods Class "big.matrix" arithmetic methods Description Arithmetic operations for big.matrices Methods %*% signature{x="big.matrix", y="big.matrix"}: ... %*% signature{x="matrix", y="big.matrix"}: ... %*% signature{x="big.matrix", y="matrix"}: ... Arith signature{x="big.matrix", y="big.matrix"}: ... Arith signature{x="big.matrix", y="matrix"}: ... Arith signature{x="matrix", y="big.matrix"}: ... Arith signature{x="big.matrix", y="numeric"}: ... Arith signature{x="numeric", y="big.matrix"}: ... Notes Miscellaneous arithmetic methods for matrices and big.matrices. See also options("bigalgebra.mixed_arithmetic_retu Author(s) B. W. Lewis <blewis@illposed.net> daxpy BLAS daxpy functionality Description This function implements the function Y := A * X + Y where X and Y may be either native double- precision valued R matrices or numeric vectors, or double-precision valued big.matrix objects, and A is a scalar. Usage daxpy(A = 1, X, Y) Arguments A Optional numeric scalar value to scale the matrix X by, with a default value of 1. X Requried to be either a native R matrix or numeric vector, or a big.matrix object Y Optional native R matrix or numeric vector, or a big.matrix object daxpy 5 Details At least one of either X or Y must be a big.matrix. All values must be of type double (the only type presently supported by the bigalgebra package). This function is rarely necessary to use directly since the bigalgebra package defines standard arith- metic operations and scalar multiplication. It is more efficient to use daxpy directly when both scaling and matrix addition are required, in which case both operations are performed in one step. Value The output value depends on the classes of input values X and Y and on the value of the global option bigalgebra.mixed_arithmetic_returns_R_matrix. If X and Y are both big matrices, or Y is missing, options("bigalgebra.mixed_arithmetic_returns_R_matrix") is FALSE, then a big.matrix is returned. The returned big.matrix is backed by a temporary file mapping that will be deleted when the returned result is garbage collected by R (see the examples). Otherwise, a standard R matrix is returned. The dimensional shape of the output is taken from X. If input X is dimensionless (that is, lacks a dimension attribute), then the output is a column vector. Author(s) Michael J. Kane References https://www.netlib.org/blas/daxpy.f See Also bigmemory Examples require(bigmemory) A = matrix(1, nrow=3, ncol=2) B <- big.matrix(3, 2, type="double", init=0, dimnames=list(NULL, c("alpha", "beta")), shared=FALSE) C = B + B # C is a new big matrix D = A + B # D defaults to a regular R matrix, to change this, set the option: # options(bigalgebra.mixed_arithmetic_returns_R_matrix=FALSE) E = daxpy(A=1.0, X=B, Y=B) # Same kind of result as C print(C[]) print(D) print(E[]) # The C and E big.matrix file backings will be deleted when garbage collected: # (We enable debugging to see this explicitly) options(bigalgebra.DEBUG=TRUE) rm(C,E) gc() 6 dcopy dcopy Copy a vector. Description Copy double precision DX to double precision DY. For I = 0 to N-1, copy DX(LX+I*INCX) to DY(LY+I*INCY), where LX = 1 if INCX .GE. 0, else LX = 1+(1-N)*INCX, and LY is defined in a similar way using INCY. Usage dcopy(N = NULL, X, INCX = 1, Y, INCY = 1) Arguments N number of elements in input vector(s) X double precision vector with N elements INCX storage spacing between elements of DX Y double precision vector with N elements INCY storage spacing between elements of DY Value DY copy of vector DX (unchanged if N .LE. 0) References C. L. Lawson, R. J. Hanson, D. R. Kincaid and F. T. Krogh, Basic linear algebra subprograms for Fortran usage, Algorithm No. 539, Transactions on Mathematical Software 5, 3 (September 1979), pp. 308-323. Examples ## Not run: set.seed(4669) A = big.matrix(3, 2, type="double", init=1, dimnames=list(NULL, c("alpha", "beta")), shared=FALSE) B = big.matrix(3, 2, type="double", init=0, dimnames=list(NULL, c("alpha", "beta")), shared=FALSE) dcopy(X=A,Y=B) A[,]-B[,] # The big.matrix file backings will be deleted when garbage collected. rm(A,B) gc() ## End(Not run) dgeev 7 dgeev DGEEV computes eigenvalues and eigenvectors. Description DGEEV computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matri- ces. DGEEV computes for an N-by-N real nonsymmetric matrix A, the eigenvalues and, optionally, the left and/or right eigenvectors. The right eigenvector v(j) of A satisfies A * v(j) = lambda(j) * v(j) where lambda(j) is its eigenvalue. The left eigenvector u(j) of A satisfies u(j)**H * A = lambda(j) * u(j)**H where u(j)**H denotes the conjugate-transpose of u(j). The computed eigenvectors are normalized to have Euclidean norm equal to 1 and largest compo- nent real. Usage dgeev( JOBVL = "V", JOBVR = "V", N = NULL, A, LDA = NULL, WR, WI, VL, LDVL = NULL, VR = NULL, LDVR = NULL, WORK = NULL, LWORK = NULL ) Arguments JOBVL a character. = ’N’: left eigenvectors of A are not computed; = ’V’: left eigenvectors of A are computed. JOBVR a character. = ’N’: right eigenvectors of A are not computed; = ’V’: right eigenvectors of A are computed. N an integer. The order of the matrix A. N >= 0. A a matrix of dimension (LDA,N), the N-by-N matrix A. LDA an integer. The leading dimension of the matrix A. LDA >= max(1,N). 8 dgeev WR a vector of dimension (N). WR contain the real part of the computed eigen- values. Complex conjugate pairs of eigenvalues appear consecutively with the eigenvalue having the positive imaginary part first. WI a vector of dimension (N). WI contain the imaginary part of the computed eigen- values. Complex conjugate pairs of eigenvalues appear consecutively with the eigenvalue having the positive imaginary part first. VL a matrx of dimension (LDVL,N) If JOBVL = ’V’, the left eigenvectors u(j) are stored one after another in the columns of VL, in the same order as their eigenvalues. If JOBVL = ’N’, VL is not referenced. If the j-th eigenvalue is real, then u(j) = VL(:,j), the j-th column of VL. If the j-th and (j+1)-st eigenvalues form a complex conjugate pair, then u(j) = VL(:,j) + i*VL(:,j+1) and u(j+1) = VL(:,j) - i*VL(:,j+1). LDVL an integer. The leading dimension of the array VL. LDVL >= 1; if JOBVL = ’V’, LDVL >= N. VR a matrix of dimension (LDVR,N). If JOBVR = ’V’, the right eigenvectors v(j) are stored one after another in the columns of VR, in the same order as their eigenvalues. If JOBVR = ’N’, VR is not referenced. If the j-th eigenvalue is real, then v(j) = VR(:,j), the j-th column of VR. If the j-th and (j+1)-st eigenvalues form a complex conjugate pair, then v(j) = VR(:,j) + i*VR(:,j+1) and v(j+1) = VR(:,j) - i*VR(:,j+1). LDVR an integer. The leading dimension of the array VR. LDVR >= 1; if JOBVR = ’V’, LDVR >= N. WORK a matrix of dimension (MAX(1,LWORK)) LWORK an integer. The dimension of the array WORK.LWORK >= max(1,3*N), and if JOBVL = ’V’ or JOBVR = ’V’, LWORK >= 4*N. For good performance, LWORK must generally be larger. If LWORK = -1, then a workspace query is assumed; the routine only calculates the optimal size of the WORK array, returns this value as the first entry of the WORK array, and no error message related to LWORK is issued by XERBLA. Value WR, WI, VR, VL and Work. On exit, A has been overwritten. Examples ## Not run: set.seed(4669) A = matrix(rnorm(16),4) WR= matrix(0,nrow=4,ncol=1) WI= matrix(0,nrow=4,ncol=1) VL = matrix(0,ncol=4,nrow=4) eigen(A) dgeev(A=A,WR=WR,WI=WI,VL=VL) dgemm 9 VL WR WI rm(A,WR,WI,VL) A = as.big.matrix(matrix(rnorm(16),4)) WR= matrix(0,nrow=4,ncol=1) WI= matrix(0,nrow=4,ncol=1) VL = as.big.matrix(matrix(0,ncol=4,nrow=4)) eigen(A[,]) dgeev(A=A,WR=WR,WI=WI,VL=VL) VL[,] WR[,] WI[,] rm(A,WR,WI,VL) gc() ## End(Not run) dgemm Matrix Multiply Description This is function provides dgemm functionality, which DGEMM performs one of the matrix-matrix operations. C := ALPHA * op(A) * op(B) + BETA * C. Usage dgemm( TRANSA = "N", TRANSB = "N", M = NULL, N = NULL, K = NULL, ALPHA = 1, A, LDA = NULL, B, LDB = NULL, BETA = 0, C, LDC = NULL, COFF = 0 ) 10 dgemm Arguments TRANSA a character. TRANSA specifies the form of op( A ) to be used in the matrix multiplication as follows: TRANSA = ’N’ or ’n’, op( A ) = A. TRANSA = ’T’ or ’t’, op( A ) = A**T. TRANSA = ’C’ or ’c’, op( A ) = A**T. TRANSB a character. TRANSB specifies the form of op( B ) to be used in the matrix multiplication as follows: #’ TRANSA = ’N’ or ’n’, op( B ) = B. TRANSA = ’T’ or ’t’, op( B ) = B**T. TRANSA = ’C’ or ’c’, op( B ) = B**T. M an integer. M specifies the number of rows of the matrix op( A ) and of the matrix C. M must be at least zero. N an integer. N specifies the number of columns of the matrix op( B ) and of the matrix C. N must be at least zero. K an integer. K specifies the number of columns of the matrix op( A ) and the number of rows of the matrix op( B ). K must be at least zero. ALPHA a real number. Specifies the scalar alpha. A a matrix of dimension (LDA, ka), where ka is k when TRANSA = ’N’ or ’n’, and is m otherwise. Before entry with TRANSA = ’N’ or ’n’, the leading m by k part of the array A must contain the matrix A, otherwise the leading k by m part of the array A must contain the matrix A. LDA an integer. B a matrix of dimension ( LDB, kb ), where kb is n when TRANSB = ’N’ or ’n’, and is k otherwise. Before entry with TRANSB = ’N’ or ’n’, the leading k by n part of the array B must contain the matrix B, otherwise the leading n by k part of the array B must contain the matrix B. LDB an integer. BETA a real number. Specifies the scalar beta C a matrix of dimension ( LDC, N ). Before entry, the leading m by n part of the array C must contain the matrix C, except when beta is zero, in which case C need not be set on entry. On exit, the array C is overwritten by the m by n matrix ( alpha*op( A )*op( B ) + beta*C ). LDC an integer. COFF offset for C. Value Update C with the result. dgeqrf 11 Examples require(bigmemory) A = as.big.matrix(matrix(1, nrow=3, ncol=2)) B <- big.matrix(2, 3, type="double", init=-1, dimnames=list(NULL, c("alpha", "beta")), shared=FALSE) C = big.matrix(3, 3, type="double", init=1, dimnames=list(NULL, c("alpha", "beta", "gamma")), shared=FALSE) 2*A[,]%*%B[,]+0.5*C[,] E = dgemm(ALPHA=2.0, A=A, B=B, BETA=0.5, C=C) E[,] # Same result # The big.matrix file backings will be deleted when garbage collected. rm(A,B,C,E) gc() dgeqrf QR factorization Description DGEQRF computes a QR factorization of a real M-by-N matrix A: A = Q * R. Usage dgeqrf( M = NULL, N = NULL, A, LDA = NULL, TAU = NULL, WORK = NULL, LWORK = NULL ) Arguments M an integer. The number of rows of the matrix A. M >= 0. N an integer. The number of columns of the matrix A. N >= 0. A the M-by-N big matrix A. LDA an integer. The leading dimension of the array A. LDA >= max(1,M). TAU a min(M,N) matrix. The scalar factors of the elementary reflectors. WORK a (MAX(1,LWORK)) matrix. On exit, if INFO = 0, WORK(1) returns the opti- mal LWORK. LWORK an integer. The dimension of th array WORK. 12 dgesdd Value M-by-N big matrix A. The elements on and above the diagonal of the array contain the min(M,N)- by-N upper trapezoidal matrix R (R is upper triangular if m >= n); the elements below the diagonal, with the array TAU, represent the orthogonal matrix Q as a product of min(m,n) elementary reflec- tors. Examples ## Not run: #' hilbert <- function(n) { i <- 1:n; 1 / outer(i - 1, i, "+") } h9 <- hilbert(9); h9 qr(h9)$rank #--> only 7 qrh9 <- qr(h9, tol = 1e-10) qrh9$rank C <- as.big.matrix(h9) dgeqrf(A=C) # The big.matrix file backings will be deleted when garbage collected. rm(C) gc() ## End(Not run) dgesdd DGESDD computes the singular value decomposition (SVD) of a real matrix. Description DGESDD computes the singular value decomposition (SVD) of a real M-by-N matrix A, optionally computing the left and right singular vectors. If singular vectors are desired, it uses a divide-and- conquer algorithm. The SVD is written A = U * SIGMA * transpose(V) where SIGMA is an M-by-N matrix which is zero except for its min(m,n) diagonal elements, U is an M-by-M orthogonal matrix, and V is an N-by-N orthogonal matrix. The diagonal elements of SIGMA are the singular values of A; they are real and non-negative, and are returned in descending order. The first min(m,n) columns of U and V are the left and right singular vectors of A. Note that the routine returns VT = V**T, not V. Usage dgesdd( JOBZ = "A", M = NULL, N = NULL, A, dgesdd 13 LDA = NULL, S, U, LDU = NULL, VT, LDVT = NULL, WORK = NULL, LWORK = NULL ) Arguments JOBZ a character. Specifies options for computing all or part of the matrix U: = ’A’: all M columns of U and all N rows of V**T are returned in the arrays U and VT; = ’S’: the first min(M,N) columns of U and the first min(M,N) rows of V**T are returned in the arrays U and VT; = ’O’: If M >= N, the first N columns of U are overwritten on the array A and all rows of V**T are returned in the array VT; otherwise, all columns of U are returned in the array U and the first M rows of V**T are overwritten in the array A; = ’N’: no columns of U or rows of V**T are computed. M an integer. The number of rows of the input matrix A. M >= 0. N an integer. The number of columns of the input matrix A. N >= 0. A the M-by-N matrix A. LDA an integer. The leading dimension of the matrix A. LDA >= max(1,M). S a matrix of dimension (min(M,N)). The singular values of A, sorted so that S(i) >= S(i+1). U U is a matrx of dimension (LDU,UCOL) UCOL = M if JOBZ = ’A’ or JOBZ = ’O’ and M < N; UCOL = min(M,N) if JOBZ = ’S’. If JOBZ = ’A’ or JOBZ = ’O’ and M < N, U contains the M-by-M orthogonal matrix U; if JOBZ = ’S’, U contains the first min(M,N) columns of U (the left singular vectors, stored columnwise); if JOBZ = ’O’ and M >= N, or JOBZ = ’N’, U is not referenced. LDU an integer. The leading dimension of the matrix U. LDU >= 1; if JOBZ = ’S’ or ’A’ or JOBZ = ’O’ and M < N, LDU >= M. VT VT is matrix of dimension (LDVT,N) If JOBZ = ’A’ or JOBZ = ’O’ and M >= N, VT contains the N-by-N orthogonal matrix V**T; if JOBZ = ’S’, VT contains the first min(M,N) rows of V**T (the right singular vectors, stored rowwise); if JOBZ = ’O’ and M < N, or JOBZ = ’N’, VT is not referenced. 14 dgesdd LDVT an integer. The leading dimension of the matrix VT. LDVT >= 1; if JOBZ = ’A’ or JOBZ = ’O’ and M >= N, LDVT >= N; if JOBZ = ’S’, LDVT >= min(M,N). WORK a matrix of dimension (MAX(1,LWORK)) LWORK an integer. The dimension of the array WORK. LWORK >= 1. If LWORK = -1, a workspace query is assumed. The optimal size for the WORK array is calculated and stored in WORK(1), and no other work except argument checking is performed. Let mx = max(M,N) and mn = min(M,N). If JOBZ = ’N’, LWORK >= 3*mn + max( mx, 7*mn ). If JOBZ = ’O’, LWORK >= 3*mn + max( mx, 5*mn*mn + 4*mn ). If JOBZ = ’S’, LWORK >= 4*mn*mn + 7*mn. If JOBZ = ’A’, LWORK >= 4*mn*mn + 6*mn + mx. These are not tight minimums in all cases; see comments inside code. For good performance, LWORK should generally be larger; a query is recommended. Value IWORK an integer matrix dimension of (8*min(M,N)) A is updated. if JOBZ = ’O’, A is overwritten with the first N columns of U (the left singular vectors, stored columnwise) if M >= N; A is overwritten with the first M rows of V**T (the right singular vectors, stored rowwise) otherwise. if JOBZ .ne. ’O’, the contents of A are destroyed. INFO an integer = 0: successful exit. < 0: if INFO = -i, the i-th argument had an illegal value. > 0: DBDSDC did not converge, updating process failed. Examples ## Not run: set.seed(4669) A = matrix(rnorm(12),4,3) S = matrix(0,nrow=3,ncol=1) U = matrix(0,nrow=4,ncol=4) VT = matrix(0,ncol=3,nrow=3) dgesdd(A=A,S=S,U=U,VT=VT) S U VT rm(A,S,U,VT) A = as.big.matrix(matrix(rnorm(12),4,3)) S = as.big.matrix(matrix(0,nrow=3,ncol=1)) U = as.big.matrix(matrix(0,nrow=4,ncol=4)) VT = as.big.matrix(matrix(0,ncol=3,nrow=3)) dpotrf 15 dgesdd(A=A,S=S,U=U,VT=VT) S[,] U[,] VT[,] rm(A,S,U,VT) gc() ## End(Not run) dpotrf Cholesky factorization Description DPOTRF computes the Cholesky factorization of a real symmetric positive definite matrix A. The factorization has the form A = U**T * U, if UPLO = ’U’, or A = L * L**T, if UPLO = ’L’, where U is an upper triangular matrix and L is lower triangular. This is the block version of the algorithm, calling Level 3 BLAS. Usage dpotrf(UPLO = "U", N = NULL, A, LDA = NULL) Arguments UPLO a character. ’U’: Upper triangle of A is stored; ’L’: Lower triangle of A is stored. N an integer. The order of the matrix A. N >= 0. A a big.matrix, dimension (LDA,N). LDA an integer. Dimension of the array A. LDA >= max(1,N). Value updates the big matrix A with the result, INFO is an integer = 0: successful exit < 0: if INFO = -i, the i-th argument had an illegal value > 0: if INFO = i, the leading minor of order i is not positive definite, and the factorization could not be completed. Terms laying out of the computed triangle should be discarded. 16 dscal Examples set.seed(4669) A = matrix(rnorm(16),4) B = as.big.matrix(A %*% t(A)) C = A %*% t(A) chol(C) dpotrf(UPLO='U', N=4, A=B, LDA=4) D <- B[,] D[lower.tri(D)]<-0 D D-chol(C) t(D)%*%D-C #' # The big.matrix file backings will be deleted when garbage collected. rm(A,B,C,D) gc() dscal Scales a vector by a constant. Description Scales a vector by a constant. Usage dscal(N = NULL, ALPHA, Y, INCY = 1) Arguments N an integer. Number of elements in input vector(s) ALPHA a real number. The scalar alpha Y a big matrix to scale by ALPHA INCY an integer. Storage spacing between elements of Y. Value Update Y. Examples set.seed(4669) A = big.matrix(3, 2, type="double", init=1, dimnames=list(NULL, c("alpha", "beta")), shared=FALSE) dscal(ALPHA=2,Y=A) A[,] # The big.matrix file backings will be deleted when garbage collected. rm(A) gc() Index ∗ package bigalgebra-package, 2 %*%,big.matrix,big.matrix-method (balgebra-methods), 4 %*%,big.matrix,matrix-method (balgebra-methods), 4 %*%,matrix,big.matrix-method (balgebra-methods), 4 Arith,big.matrix,big.matrix-method (balgebra-methods), 4 Arith,big.matrix,matrix-method (balgebra-methods), 4 Arith,big.matrix,numeric-method (balgebra-methods), 4 Arith,matrix,big.matrix-method (balgebra-methods), 4 Arith,numeric,big.matrix-method (balgebra-methods), 4 balgebra-methods, 4 big.matrix, 2–4 bigalgebra (bigalgebra-package), 2 bigalgebra-package, 2 bigmemory, 3, 5 daxpy, 4 dcopy, 6 dgeev, 7 dgemm, 9 dgeqrf, 11 dgesdd, 12 dpotrf, 15 dscal, 16 matrix, 4 17
cosso
cran
Package ‘cosso’ March 8, 2023 Version 2.1-2 Date 2023-03-07 Title Fit Regularized Nonparametric Regression Models Using COSSO Penalty Description The COSSO regularization method automatically estimates and selects important function components by a soft-thresholding penalty in the context of smoothing spline ANOVA models. Implemented models include mean regression, quantile regression, logistic regression and the Cox regression models. License GPL (>= 2) Depends quadprog, Rglpk, parallel, glmnet NeedsCompilation no URL https://arxiv.org/abs/math/0702659 Author Hao Helen Zhang [aut, cph], Chen-Yen Lin [aut, cph], Isaac Ray [cre, ctb] Maintainer Isaac Ray <null@stat.tamu.edu> Repository CRAN Date/Publication 2023-03-08 09:30:09 UTC R topics documented: BUPA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 cosso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 ozone . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 plot.cosso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 predict.cosso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 SSANOVAwt . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 tune.cosso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 veteran . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 Index 14 1 2 cosso BUPA BUPA Liver Disorder Data Description 345 male patients’ blood test result and liver disorder status. Usage data(BUPA) Format CLASS 0: no liver disorder 1: liver disorder MCV mean corpuscular volume. minimum 65 and maximum 103 in original scale. ALKPHOS alkaline phosphotase. minimum 23 and maximum 138 in original scale. SGPT alamine aminotransferase. minimum 4 and maximum 155 in original scale. SGOT aspartate aminotransferase. minimum 5 and maximum 82 in original scale. GAMMAGT gamma-glutamyl transpeptidase. minimum 5 and maximum 297 in original scale. DRINKS number of alcoholic beverages drunk per day. minimum 0 and maximum 20 in original scale. Details All the variables, except for the response, have been scaled to [0,1] interval. To transform back to the original scale, use the formula: x = min + (max − min) ∗ z. Source Richard S. Forsyth at BUPA Medical Research Ltd. cosso Fit a generalized nonparametric model with cosso penalty Description A comprehensive method for fitting various type of regularized nonparametric regression models using cosso penalty. Fits mean, logistic, Cox and quantile regression. cosso 3 Usage cosso(x,y,tau,family=c("Gaussian","Binomial","Cox","Quantile"),wt=rep(1,ncol(x)), scale=FALSE,nbasis,basis.id,cpus) Arguments x input matrix; the number of rows is sample size, the number of columns is the data dimension. The range of input variables is scaled to [0,1] for continuous variables. Variables with less than 7 unique values will be considered as discrete variable. y response vector. Quantitative for family="Gaussian" or family="Quantile". For family="Binomial" should be a vector with two levels. For family="Cox", y should be a two-column matrix (or data frame) with columns named ’time’ and ’status’ tau the quantile to be estimated, a number strictly between 0 and 1. Argument re- quired when family="Quantile". family response type. Abbreviations are allowed. wt weights for predictors. Default is rep(1,ncol(x)) scale if TRUE, continuous predictors will be rescaled to [0,1] interval. Default is FALSE. nbasis number of "knots" to be selected. Ignored when basis.id is provided. basis.id index designating selected "knots". Argument is not valid for family="Quantile". cpus number of available processor units. Default is 1. If cpus>=2, parallelize task using "parallel" package. Recommended when either sample size or number of covariates is large. Argument is only valid for family="Cox" or family="Quantile". Details In the SS-ANOVA model framework, the regression function is assumed to have an additive form X p η(x) = b + ηj (x(j) ), j=1 where b denotes intercept and ηj denotes the main effect of the j-th covariate. For "Gaussian" response, the mean function is estimated by minimizing the objective function: X Xp Xp (yi − η(xi ))2 /nobs + λ0 θj−1 wj2 ||ηj ||2 , s.t. θj ≤ M. i j=1 j=1 For "Binomial" response, the log-odd function is estimated by minimizing the objective function: X p Xp −log − likelihood/nobs + λ0 θj−1 wj2 ||ηj ||2 , s.t. θj ≤ M. j=1 j=1 For "Quantile" regression model, the quantile function, is estimated by minimizing the objective function: X X p Xp ρτ (yi − η(xi ))/nobs + λ0 θj−1 wj2 ||ηj ||2 , s.t. θj ≤ M. i j=1 j=1 4 cosso For "Cox" regression model, the log-relative hazard function is estimated by minimizing the objec- tive function: Xp Xp −log − P artialLikelihood/nobs + λ0 θj−1 wj2 ||ηj ||2 , s.t. θj ≤ M. j=1 j=1 For identifiability sake, the intercept term in Cox model is absorbed into basline hazard, or equiva- lently set b = 0. For large data sets, we can reduce the computational load of the optimization problem by selecting a subset of the observations of size nbais as "knots", which reduces the dimension of the kernel matrices from nobs to nbasis. Unless specified via basis.id or nbasis, the default number of "knots" is max(40,12*nobs^(2/9)) for "Gaussian" and "Binomial" and max(35,11 * nobs^(2/9)) for "Cox". The weights can be specified based on either user’s own discretion or adaptively computed from initial function estimates. See Storlie et al. (2011) for more discussions. One possible choice is to specify the weights as the inverse L2 norm of initial function estimator, see SSANOVAwt. Value An object with S3 class "cosso". y the response vector. x the input matrix. Kmat a three-dimensional array containing kernel matrices for each input variables. wt weights for predictors. family type of regression model. basis.id indices of observations used as "knots". cpus number of cpu units used. Will be returned if family="Cox" or family="Quantile". tau the quantile to be estimated. Will be returned if family="Quantile". tune a list containing preliminary tuning result and L2-norm. Author(s) Hao Helen Zhang and Chen-Yen Lin References Lin, Y. and Zhang, H. H. (2006) "Component Selection and Smoothing in Smoothing Spline Anal- ysis of Variance Models", Annals of Statistics, 34, 2272–2297. Leng, C. and Zhang, H. H. (2006) "Model selection in nonparametric hazard regression", Nonpara- metric Statistics, 18, 417–429. Zhang, H. H. and Lin, Y. (2006) "Component Selection and Smoothing for Nonparametric Regres- sion in Exponential Families", Statistica Sinica, 16, 1021–1041. Storlie, C. B., Bondell, H. D., Reich, B. J. and Zhang, H. H. (2011) "Surface Estimation, Variable Selection, and the Nonparametric Oracle Property", Statistica Sinica, 21, 679–705. cosso 5 See Also plot.cosso, predict.cosso, tune.cosso Examples ## Gaussian set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*9,0,1),nc=9)) y=x[,1]+sin(2*pi*x[,2])+5*(x[,4]-0.4)^2+rnorm(200,0,1) G.Obj=cosso(x,y,family="Gaussian") plot.cosso(G.Obj,plottype="Path") ## Not run: ## Use all observations as knots set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*9,0,1),nc=9)) y=x[,1]+sin(2*pi*x[,2])+5*(x[,4]-0.4)^2+rnorm(200,0,1) G.Obj=cosso(x,y,family="Gaussian",nbasis=200) ## Clean up rm(list=ls()) ## Binomial set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*9,0,1),nc=9)) trueProb=1/(1+exp(-x[,1]-sin(2*pi*x[,2])-5*(x[,4]-0.4)^2)) y=rbinom(200,1,trueProb) B.Obj=cosso(x,y,family="Bin") ## Clean up rm(list=ls()) ## Cox set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*9,0,1),nc=9)) hazard=x[,1]+sin(2*pi*x[,2])+5*(x[,4]-0.4)^2 surTime=rexp(200,exp(hazard)) cenTime=rexp(200,exp(-hazard)*runif(1,4,6)) y=cbind(time=apply(cbind(surTime,cenTime),1,min),status=1*(surTime<cenTime)) C.obj=cosso(x,y,family="Cox",cpus=1) ## Try parallel computing C.obj=cosso(x,y,family="Cox",cpus=4) ## Clean up rm(list=ls()) ## Quantile set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*7,0,1),nc=7)) y=x[,1]+sin(2*pi*x[,2])+5*(x[,4]-0.4)^2+rt(200,3) Q.obj=cosso(x,y,0.3,family="Quan",cpus=1) 6 ozone ## Try parallel computing Q.obj=cosso(x,y,0.3,family="Quan",cpus=4) ## End(Not run) ozone Ozone pollution data in Los Angels, 1976 Description This is the ozone data used in Breiman and Friedman (1985). This dataset contains 330 observa- tions, and each observation is a daily measurement. Usage data(ozone) Format ozone Ozone reading temp Temperature (degree C). minimum 25 and maximum 93 in original scale. invHt Inversion base height (feet). minimum 111 and maximum 5000 in original scale. press Pressure gradient (mm Hg). minimum -69 and maximum 107 in original scale. vis Visibility (miles). minimum 0 and maximum 350 in original scale. milPress 500 millibar pressure height (m). minimum 5320 and maximum 5950 in original scale. hum Humidity (percent). minimum 19 and maximum 93. invTemp Inversion base temperature (degrees F). minimum -25 and maximum 332 in original scale. wind Wind speed (mph). minimum 0 and maximum 21 in original scale. Details All the variables, except for the response, have been scaled to [0,1] interval. To transform back to the original scale, use the formula: x = min + (max − min) ∗ z. Source Breiman, L. and Friedman, J. (1985), "Estimating Optimal Transformations for Multiple Regression and Correlation", Journal of the American Statistical Association, 80, 580–598. plot.cosso 7 plot.cosso Plot method for COSSO object Description Plot L2 norm solution path or main effects of selected functional components Usage ## S3 method for class 'cosso' plot(x,M,plottype =c("Path","Functionals"),eps=1e-7,...) Arguments x a cosso object. M a smoothing parameter value. Argument required when plottype="Functionals". plottype either Path (default) or Functionals. The Path plot shows the L2 norm path for each functional component as a function of smoothing parameter M. The Func- tional plot shows the estimated functional components for each input variable at a particular smoothing parameter M. Abbreviations are allowed. eps an effective zero, default is 1e-7. ... additional arguments for plot generic. Value NULL Author(s) Hao Helen Zhang and Chen-Yen Lin See Also predict.cosso Examples set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*7,0,1),nc=7)) trueProb=1/(1+exp(-x[,1]-sin(2*pi*x[,2])-5*(x[,4]-0.4)^2)) y=rbinom(200,1,trueProb) B.Obj=cosso(x,y,family="Bin") plot.cosso(B.Obj,plottype="Path") plot.cosso(B.Obj,M=2,plottype="Func") 8 predict.cosso predict.cosso Make predictions or extract coefficients from a cosso model Description Make prediction for future observations or extract the model parameters at a particular smoothing parameter. Usage ## S3 method for class 'cosso' predict(object,xnew,M,type=c("fit","coefficients","nonzero"),eps=1e-7,...) Arguments object a cosso object. xnew matrix of new values for x at which predictions are to be made. Object must be a matrix and have the same dimension as the training design points. Continuous variable will also have to be scaled to [0,1] interval. M a smoothing parameter value. M should be taken between 0 and p. If not pro- vided, a cross-validation procedure will be carried out to select an appropriate value. type if type="fit" (default), fitted values will be returned. If type="coefficients", model coefficients will be returned. Abbreviations are allowed. eps an effective zero, default is 1e-7 ... additional arguments for predict function. Value The object returned depends on type. When type="fit", predicted eta function value will be given at the new design points xnew. When type="coefficients", three sets of coefficients will be returned. Intercept the estimated intercept. If family="Cox", the intercept is zero. coefs the estimated coefficients for kernel representers. theta the estimated scale parameters for each functional component. When type="nonzero", a list of the indices of the nonconstant functional components will be returned. SSANOVAwt 9 Author(s) Hao Helen Zhang and Chen-Yen Lin See Also plot.cosso Examples ## Gaussian set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*7,0,1),nc=7)) y=x[,1]+sin(2*pi*x[,2])+5*(x[,4]-0.4)^2+rnorm(200,0,1) G.Obj=cosso(x,y,family="Gaussian") predict.cosso(G.Obj,M=2,type="nonzero") predict.cosso(G.Obj,xnew=x[1:3,],M=2,type="fit") ## Clean up rm(list=ls()) ## Not run: ## Binomial set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*9,0,1),nc=9)) trueProb=1/(1+exp(-x[,1]-sin(2*pi*x[,2])-5*(x[,4]-0.4)^2)) y=rbinom(200,1,trueProb) B.Obj=cosso(x,y,family="Bin") f.hat=predict.cosso(B.Obj,xnew=x,M=2,type="fit") prob.hat=1/(1+exp(-f.hat)) ## Clean up rm(list=ls()) ## End(Not run) SSANOVAwt Compute adaptive weights by fitting a SS-ANOVA model Description A preliminary estimate η̃ is first obtained by fitting a smoothing spline ANOVA model, and then use the inverse L2 -norm, ||η̃j ||−γ , as the initial weight for the j-th functional component. Usage SSANOVAwt(x,y,tau,family=c("Gaussian","Binomial","Cox","Quantile"),mscale=rep(1,ncol(x)), gamma=1,scale=FALSE,nbasis,basis.id,cpus) 10 SSANOVAwt Arguments x input matrix; the number of rows is sample size, the number of columns is the data dimension. The range of input variables is scaled to [0,1] for continuous variables. y response vector. Quantitative for family="Gaussian" or family="Quantile". For family="Binomial" should be a vector with two levels. For family="Cox", y should be a two-column matrix (data frame) with columns named ’time’ and ’status’ tau the quantile to be estimated, a number strictly between 0 and 1. Argument re- quired when family="Quantile". family response type. Abbreviations are allowed. mscale scale parameter for the Gram matrix associated with each function component. Default is rep(1,ncol(x)) gamma power of inverse L2 -norm. Default is 1. scale if TRUE, continuous predictors will be rescaled to [0,1] interval. Default is FALSE. nbasis number of "knots" to be selected. Ignored when basis.id is provided. basis.id index designating selected "knots". Argument is not valid if family="Quantile". cpus number of available processor units. Default is 1. If cpus>=2, parallelize task using "parallel" package. Recommended when either sample size or num- ber of covariates is large. Argument is not valid if family="Gaussian" or family="Binomial". Details The initial mean function is estimated via a smooothing spline objective function. In the SS- ANOVA model framework, the regression function is assumed to have an additive form Xp η(x) = b + ηj (x(j) ), j=1 where b denotes intercept and ηj denotes the main effect of the j-th covariate. For "Gaussian" response, the mean regression function is estimated by minimizing the objective function: X Xp (yi − η(xi ))2 /nobs + λ0 αj ||ηj ||2 . i j=1 where RSS is residual sum of squares. For "Binomial" response, the regression function is estimated by minimizing the objective func- tion: X p −log − likelihood/nobs + λ0 αj ||ηj ||2 j=1 For "Quantile" regression model, the quantile function, is estimated by minimizing the objective function: X X p ρ(yi − η(xi ))/nobs + λ0 αj ||ηj ||2 . i j=1 SSANOVAwt 11 For "Cox" regression model, the log-hazard function, is estimated by minimizing the objective function: X p −log − P artialLikelihood/nobs + λ0 αj ||ηj ||2 . j=1 The smoothing parameter λ0 is tuned by 5-fold Cross-Validation, if family="Gaussian", "Binomial" or "Quantile", and Approximate Cross-Validation, if family="Cox". But the smoothing parame- ters αj are given in the argument mscale. The adaptive weights are then fiven by ||η̃j ||−γ . Value wt The adaptive weights. Author(s) Hao Helen Zhang and Chen-Yen Lin References Storlie, C. B., Bondell, H. D., Reich, B. J. and Zhang, H. H. (2011) "Surface Estimation, Variable Selection, and the Nonparametric Oracle Property", Statistica Sinica, 21, 679–705. Examples ## Adaptive COSSO Model ## Binomial set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*7,0,1),nc=7)) trueProb=1/(1+exp(-x[,1]-sin(2*pi*x[,2])-5*(x[,4]-0.4)^2)) y=rbinom(200,1,trueProb) Binomial.wt=SSANOVAwt(x,y,family="Bin") ada.B.Obj=cosso(x,y,wt=Binomial.wt,family="Bin") ## Not run: ## Gaussian set.seed(20130310) x=cbind(rbinom(200,1,.7),matrix(runif(200*7,0,1),nc=7)) y=x[,1]+sin(2*pi*x[,2])+5*(x[,4]-0.4)^2+rnorm(200,0,1) Gaussian.wt=SSANOVAwt(designx,response,family="Gau") ada.G.Obj=cosso(x,y,wt=Gaussian.wt,family="Gaussian") ## End(Not run) 12 tune.cosso tune.cosso Tuning procedure for cosso Description Compute K-fold cross-validated score and plot cross-validated score against a grid values of smooth parameter M. Usage tune.cosso(object,folds=5,plot.it=TRUE) Arguments object a cosso object. folds number of folds for corss-validation. Default is 5. It is not recommended to use folds less than 4. plot.it if TRUE, plot the cross-validated score against a sequence values of M. Value OptM the optimal smoothing parameter for M. M used tuning grid points. cvm the mean cross-validated error/minus log-likelihood. cvsd estimate of standard error of cvm. Author(s) Hao Helen Zhang and Chen-Yen Lin See Also cosso, predict.cosso Examples ## Binomial set.seed(20130310) x=cbind(rbinom(150,1,.7),matrix(runif(150*5,0,1),nc=5)) trueProb=1/(1+exp(-x[,1]-sin(2*pi*x[,2])-5*(x[,4]-0.4)^2)) y=rbinom(150,1,trueProb) B.Obj=cosso(x,y,family="Bin",nbasis=30) tune.cosso(B.Obj,4,TRUE) veteran 13 veteran Veterans’ Administration Lung Cancer study Description Randomized trial of two treatment regimens for lung cancer. Usage data(veteran) Format time survival time status censoring status trt 0=standard 1=test celltype 1=squamous, 2=smallcell, 3=adeno, 4=large. karno Karnofsky performance score. minimum 10 and maximum 99 in original scale. diagtime months from diagnosis to randomization. minimum 1 and maximum 87 in original scale. age in years. minimum 34 and maximum 81 in original scale. prior prior therapy 0=no, 1=yes. Details All the variables, except for the response, have been scaled to [0,1] interval. To transform back to the original scale, use the formula: x = min + (max − min) ∗ z. Source Kalbfleisch, J. and Prentice, R.L. (2002), The Statistical Analysis of Failure Time Data (Second Edition) Wiley: New Jersey. Index BUPA, 2 cosso, 2, 12 ozone, 6 plot.cosso, 5, 7, 9 predict.cosso, 5, 7, 8, 12 SSANOVAwt, 4, 9 tune.cosso, 5, 12 veteran, 13 14
GB2
cran
Package ‘GB2’ October 12, 2022 Version 2.1.1 Date 2015-05-01 Title Generalized Beta Distribution of the Second Kind: Properties, Likelihood, Estimation Author Monique Graf <monique.p.n.graf@bluewin.ch>, De- sislava Nedyalkova <desislava.nedyalkova@gmail.com>. Maintainer Desislava Nedyalkova <desislava.nedyalkova@gmail.com> Depends R (>= 3.1.0) Imports cubature, hypergeo, laeken, numDeriv, stats, survey Suggests simFrame Description Package GB2 explores the Generalized Beta distribution of the second kind. Density, cu- mulative distribution function, quantiles and moments of the distributions are given. Func- tions for the full log-likelihood, the profile log-likelihood and the scores are provided. Formu- las for various indicators of inequality and poverty under the GB2 are imple- mented. The GB2 is fitted by the methods of maximum pseudo-likelihood estimation us- ing the full and profile log-likelihood, and non-linear least squares estimation of the model pa- rameters. Various plots for the visualization and analysis of the results are provided. Variance es- timation of the parameters is provided for the method of maximum pseudo-likelihood estima- tion. A mixture distribution based on the compounding property of the GB2 is presented (de- noted as ``compound'' in the documentation). This mixture distribution is based on the discretiza- tion of the distribution of the underlying random scale parameter. The discretiza- tion can be left or right tail. Density, cumulative distribution function, moments and quan- tiles for the mixture distribution are provided. The compound mixture distribution is fitted us- ing the method of maximum pseudo-likelihood estimation. The fit can also incorpo- rate the use of auxiliary information. In this new version of the package, the mixture case is com- plemented with new functions for variance estimation by linearization and comparative den- sity plots. License GPL (>= 2) NeedsCompilation no Repository CRAN Date/Publication 2022-06-22 05:53:16 UTC 1 2 Compound R topics documented: Compound . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 CompoundAuxDensPlot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 CompoundAuxFit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 CompoundAuxVarest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 CompoundDensPlot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 CompoundFit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 CompoundIndicators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 CompoundMoments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 CompoundQuantiles . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 CompoundVarest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Contindic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 Contprof . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 Fisk . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 gb2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 Gini . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 Indicators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 LogDensity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 LogLikelihood . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 MLfitGB2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 MLfullGB2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 MLprofGB2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 Moments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 NonlinearFit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 PlotsML . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 ProfLogLikelihood . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 RobustWeights . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 Thomae . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 Varest . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 Index 51 Compound Compound Distribution based on the Generalized Beta Distribution of the Second Kind Description Mixture distribution based on the compounding property of the GB2, in short "compound GB2". Decomposition of the GB2 distribution with respect to the left and right tail of the distribution. Calculation of the component densities and cumulative distribution functions. Calculation of the compound density function and the compound cumulative distribution function. Compound 3 Usage fg.cgb2(x, shape1, scale, shape2, shape3, pl0, decomp="r") dl.cgb2(x, shape1, scale, shape2, shape3, pl0, decomp="r") pl.cgb2(y, shape1, scale, shape2, shape3, pl0, decomp="r", tol=1e-05) dcgb2(x, shape1, scale, shape2, shape3, pl0, pl, decomp="r") pcgb2(y, shape1, scale, shape2, shape3, pl0, pl, decomp="r") prcgb2(y1, y2, shape1, scale, shape2, shape3, pl0, pl, decomp="r", tol=1e-08, debug=FALSE) Arguments x numeric; can be a vector. The value(s) at which the compound density and the component densities are calculated, x is positive. y numeric; can be a vector. The value(s) at which the compound distribution function and the component distribution functions are calculated. y1, y2 numeric values. shape1, scale ,shape2, shape3 numeric; positive parameters of the GB2 distribution. pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. pl numeric; a vector of fitted proportions. Sums to one. If pl is equal to pl0, we obtain the GB2 distribution. decomp string; specifying if the decomposition of the GB2 is done with respect to the right tail ("r") or the left tail ("l") of the distribution. By default, decomp = "r" - right tail decomposition. debug logical; By default, debug = FALSE. tol numeric; tolerance with default 0, meaning to iterate until additional terms do not change the partial sum. Details The number of components L is given by the length of the vector pl0. In our examples L = 3. Let N denote the length of the vector x. Function fg.cgb2 calculates the L gamma factors which multiply the GB2 density in order to obtain the component density f` . These component densities are calculated using the function dl.cgb2. Function pl.cgb2 calculates the corresponding L cumulative component distribution functions. Function dcgb2 calculates the resulting compound density function. Function pcgb2 calculates the compound cumulative distribution function for a vector of values y and function prcgb2, given 2 arguments y1 and y2, calculates the probability P (min(y1, y2) < Y < max(y1, y2)), where the random variable Y follows a compound GB2 distribution. Value fg.cgb2 returns a matrix of size N × L of the Gamma factors, dl.cgb2 returns a matrix of size N × L of component densities, pl.cgb2 returns a matrix containing the L component cdfs, dcgb2 returns a matrix of size N × 1 of the GB2 compound density function, pcgb2 returns a matrix of 4 Compound size N × 1 of the GB2 compound distribution function and prcgb2 returns a probability between 0 and 1. Author(s) Monique Graf and Desislava Nedyalkova References Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. Examples #\dontrun{ #\library{cubature} # GB2 parameters af <- 5 bf <- 20000 pf <- 0.45 qf <- 0.75 p0 <- rep(1/3,3) p1 <- c(0.37,0.43,0.2) # a vector of values x <- rep(20000*seq(1,2,length.out=9)) #Gamma components fg.cgb2(20000,af,bf,pf,qf,p0) fg.cgb2(Inf,af,bf,pf,qf,p0,"l") #Component densities dl.cgb2(x,af,bf,pf,qf,p0) dl.cgb2(20000,af,bf,pf,qf,p0,"l") #Component cdf pl.cgb2(25000,af,bf,pf,qf,p0) #Compound cdf pcgb2(x,af,bf,pf,qf,p0,p1) prcgb2(37000,38000,af,bf,pf,qf,p0,p1,"l") #} CompoundAuxDensPlot 5 CompoundAuxDensPlot Comparison of the compound GB2 and kernel densities by group Description Function dplot.cavgb2 produces a plot in which the compound and kernel (Epanechnikov) densi- ties are plotted by group. Usage dplot.cavgb2(group, x, shape1, scale, shape2, shape3, pl0, pl, w=rep(1,length(x)), xmax = max(x)*(2/3), ymax=2e-05, decomp="r", choicecol=1:length(levels(group)), xlab="") Arguments group numeric; a factor variable giving the group membership of each sampled unit. x numeric; can be a vector. The value(s) at which the density is calculated, used for the kernel estimate only. x is positive. shape1, scale, shape2, shape3 numeric; positive parameters of the GB2 distribution. On the plot they are de- notes as a, b, p, q and pl0 respectively. pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. pl numeric; a vector of fitted proportions (output of pkl.cavgb2). Sums to one. If pl is equal to pl0, we obtain the GB2 distribution. w numeric; weights. xmax numeric; scale on the horizontal axis. By default is equal to max(x) ∗ (2/3). ymax numeric; scale on the vertical axis. By default is equal to 2e-05. decomp string; specifying if the decomposition of the GB2 is done with respect to the right tail ("r") or the left tail ("l") of the distribution. By default, decomp = "r" - right tail decomposition. choicecol numeric vector of length the number of groups; defines the color with which the density curves will be plotted for each group. xlab string; label for x. The default is " ". Details The legend is placed interactively. Value dplot.cavgb2 plots a graph with two curves - the GB2 density, the compound GB2 per group and the corresponding kernel estimate. 6 CompoundAuxFit Author(s) Monique Graf and Desislava Nedyalkova CompoundAuxFit Fitting the Compound Distribution based on the GB2 by the Method of Pseudo Maximum Likelihood Estimation using Auxiliary Information Description Calculates the log-likelihood, the score functions of the log-likelihood and fits the compound dis- tribution based on the GB2 and using auxiliary information. Usage pkl.cavgb2(z, lambda) lambda0.cavgb2(pl0, z, w=rep(1, dim(z)[1])) logl.cavgb2(fac, z, lambda, w=rep(1, dim(fac)[1])) scores.cavgb2(fac, z, lambda, w=rep(1, dim(fac)[1])) ml.cavgb2(fac, z, lambda0, w = rep(1, dim(fac)[1]), maxiter = 100, fnscale=length(w)) Arguments z numeric; a matrix of auxiliary variables. lambda numeric; a matrix of parameters. pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. w numeric; vector of weights of length the number of rows of the matrix fac. By default w is a vector of 1. fac numeric; a matrix of Gamma factors. lambda0 numeric; a matrix of initial parameters. maxiter numeric; maximum number of iterations to perform. By default maxiter = 100. fnscale numeric; parameter of the optim function. By default fnscale is equal to the lenth of the vector of weights (value of fnscale in the preceding version of the package). Permits to solve some convergence problems (see optim). Details We model the probabilities p` with auxiliary variables. Let zk denote the vector of auxiliary infor- mation for unit k. This auxiliary information modifies the probabilities p` at the unit level. Denote by pk,` the weight of the density f` for unit k. For ` = 1, ..., L − 1, we pose a linear model for the log-ratio vk,` : XI log(pk,` /pk,L ) = vk,` = λ`i zki = zTk λ` . i=1 CompoundAuxFit 7 Function pkl.cavgb2 calculates the pk,` . Function lambda0.cavgb2 calculates the initial values λ`i , i = 1, ..., I, ` = 1, ..., L − 1 . Let X X z̄i = wk zki / wk k k be the mean value of the i-th explanatory variable. Writing I (0) (0) (0) (0) X log(p̂` /p̂L ) = v` = λ`i z̄i , i=1 (0) (0) we can choose λ`i = v` /(I z̄i ). Analogically to the ordinary fit of the compound distribution based Pon the GB2 CompoundFit, we express the log-likelihood as a weighted mean of log(f ) = log( (pk,` f` (xk )), evaluated at the data points, where f is the GB2 compound density. The scores are obtained as the weighted sums of the first derivatives of the log-likelihood, with respect to the parameters λ` , ` = 1, ..., L − 1, evaluated at the data points. Function ml.cavgb2 performs maxi- mum likelihood estimation through the general-purpose optimization function optim from package stats. The considered method of optimization is "BFGS" (optim). Once we have the fitted param- eters λ̂ we can deduce the fitted parameters vk` ˆ and pˆk` in function of z̄ and λ̂` . Value pkl.cavgb2 returns a matrix of probabilities. lambda0.cavgb2 returns a matrix of size I × L − 1. logl.cavgb2 returns the value of the pseudo log-likelihood. scores.cavgb2 returns the weighted sum of the scores of the log-likelihood. ml.cavgb2 returns a list containing two objects - the vector of fitted coefficients λˆ` and the output of the "BFGS" fit. Author(s) Monique Graf and Desislava Nedyalkova See Also optim Examples ## Not run: library(simFrame) data(eusilcP) # Stratified cluster sampling set.seed(12345) srss <- SampleControl(design = "region", grouping = "hid", size = c(200*3, 1095*3, 1390*3, 425*3, 820*3, 990*3, 400*3, 450*3, 230*3), k = 1) # Draw a sample s1 <- draw(eusilcP,srss) #names(s1) 8 CompoundAuxFit # Creation of auxiliary variables ind <- order(s1[["hid"]]) ss1 <- data.frame(hid=s1[["hid"]], region=s1[["region"]], hsize=s1[["hsize"]], peqInc=s1[["eqIncome"]], age=s1[["age"]], pw=s1[[".weight"]])[ind,] ss1[["child"]] <- as.numeric((ss1[["age"]]<=14)) ss1[["adult"]] <- as.numeric((ss1[["age"]]>=20)) sa <- aggregate(ss1[,c("child","adult")],list(ss1[["hid"]]),sum) names(sa)[1] <- "hid" sa[["children"]] <- as.numeric((sa[["child"]]>0)) sa[["single_a"]] <- as.numeric((sa[["adult"]]==1)) sa[["sa.ch"]] <- sa[["single_a"]]*sa[["children"]] sa[["ma.ch"]] <- (1-sa[["single_a"]])*sa[["children"]] sa[["nochild"]] <- 1-sa[["children"]] # New data set ns <- merge(ss1[,c("hid","region","hsize","peqInc","pw")], sa[,c("hid","nochild","sa.ch","ma.ch")], by="hid") # Ordering the data set ns <- ns[!is.na(ns$peqInc),] index <- order(ns$peqInc) ns <- ns[index,] # Truncate at 0 ns <- ns[ns$peqInc>0,] # income peqInc <- ns$peqInc # weights pw <- ns$pw # Adding the weight adjustment c1 <- 0.1 pwa <- robwts(peqInc,pw,c1,0.001)[[1]] corr <- mean(pw)/mean(pwa) pwa <- pwa*corr ns <- data.frame(ns, aw=pwa) # Empirical indicators with original weights emp.ind <- c(main.emp(peqInc, pw), main.emp(peqInc[ns[["nochild"]]==1], pw[ns[["nochild"]]==1]), main.emp(peqInc[ns[["sa.ch"]]==1], pw[ns[["sa.ch"]]==1]), main.emp(peqInc[ns[["ma.ch"]]==1], pw[ns[["ma.ch"]]==1])) # Matrix of auxiliary variables z <- ns[,c("nochild","sa.ch","ma.ch")] #unique(z) z <- as.matrix(z) # global GB2 fit, ML profile log-likelihood gl.fit <- profml.gb2(peqInc,pwa)$opt1 agl.fit <- gl.fit$par[1] bgl.fit <- gl.fit$par[2] CompoundAuxVarest 9 pgl.fit <- prof.gb2(peqInc,agl.fit,bgl.fit,pwa)[3] qgl.fit <- prof.gb2(peqInc,agl.fit,bgl.fit,pwa)[4] # Likelihood and convergence proflikgl <- -gl.fit$value convgl <- gl.fit$convergence # Fitted GB2 parameters and indicators profgb2.par <- c(agl.fit, bgl.fit, pgl.fit, qgl.fit) profgb2.ind <- main.gb2(0.6, agl.fit, bgl.fit, pgl.fit, qgl.fit) # Initial lambda and pl pl0 <- c(0.2,0.6,0.2) lambda0 <- lambda0.cavgb2(pl0, z, pwa) # left decomposition decomp <- "l" facgl <- fg.cgb2(peqInc, agl.fit, bgl.fit, pgl.fit, qgl.fit, pl0 ,decomp) fitcml <- ml.cavgb2(facgl, z, lambda0, pwa, maxiter=500) fitcml convcl <- fitcml[[2]]$convergence convcl lambdafitl <- fitcml[[1]] pglfitl <- pkl.cavgb2(diag(rep(1,3),lambdafitl) row.names(pglfitl) <- colnames(z) ## End(Not run) CompoundAuxVarest Variance Estimation under the Compound GB2 Distribution Using Auxiliary Information Description Calculation of variance estimates of the parameters of the compound GB2 distribution and of the estimated compound GB2 indicators under a complex survey design (see package survey). Usage scoreU.cavgb2(fac, z, lambda) scorez.cavgb2(U,z) varscore.cavgb2(SC, w=rep(1,dim(SC)[1])) desvar.cavgb2(data=data, SC=SC, ids=NULL, probs=NULL, strata = NULL, variables = NULL, fpc=NULL, nest = FALSE, check.strata = !nest, weights=NULL, pps=FALSE, variance=c("HT","YG")) hess.cavgb2(U, P, z, w=rep(1, dim(z)[1])) vepar.cavgb2(ml, Vsc, hess) veind.cavgb2(group, vepar, shape1, scale, shape2, shape3, pl0, P, decomp="r") 10 CompoundAuxVarest Arguments fac numeric; a matrix of Gamma factors. z numeric; a matrix of auxiliary variables. lambda numeric; a matrix of parameters. U numeric; a matrix of scores Uk,` (output of the scoreU.cavgb2 function). SC numeric; scores, output of scorez.cavgb2. w numeric; vector of extrapolation weights. By default w is a vector of 1. data dataset containing the design information per unit ids, probs, strata, variables, fpc, nest, check.strata, weights, pps, variance parameters of svydesign. P numeric; matrix of mixture probabilities (output of pkl.cavgb2). ml numeric; estimated values of the vector of v’s. Output of the ml.cavgb2 function (the second element in the list). Vsc numeric; 4 by 4 matrix. Variance of the scores SC, computed in varscore.cavgb2 or with the design information in desvar.cavgb2. hess numeric; Hessian (bread) for the sandwich variance estimate (output of hess.cavgb2). group numeric; a factor variable of the same length as the sample size giving the group membership in the special case when the auxiliary information defines group membership. vepar numeric; output of vepar.cavgb2. shape1, scale ,shape2, shape3 numeric; positive parameters of the GB2 distribution. pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. decomp string; specifying if the decomposition of the GB2 is done with respect to the right tail ("r") or the left tail ("l") of the distribution. Details The N × L matrix of fitted mixture probabilities P= (pk,` ) depends on the N × I matrix z of auxiliary variables. P has as many distinct rows as there are distinct rows in z. The N × L matrix of gamma factors fac= F , output of fg.cgb2 depends on the vector of initial probabilities p0,` only. The N × (L − 1) matrix of scores U is defined as ! F (k, `) U (k, `) = pk,` PL −1 . j=1 pk,j F (k, j) The linearized scores are the columns of a N × I(L − 1) matrix SC(k, I(` − 1) + i) = U (k, `) z(k, i). Function varscore.cavgb2 calculates the middle term of the sandwich variance estimator, that is the (I(L−1)×I(L−1)) estimated variance-covariance matrix of the I(L−1) weighted sums of the CompoundAuxVarest 11 columns of SC, without design information. desvar.cavgb2 calculates the design-based variance- covariance matrix of the I(L − 1) weighted sums of the columns of SC, invoking svydesign and svytotal of package survey. hess.cavgb2 calculates the Hessian (I(L − 1) × I(L − 1) matrix of second derivatives of the pseudo-log-likelihood with respect to the parameters). It should be nega- tive definite. If not, the maximum likelihood estimates are spurious. vepar.cavgb2 calculates the sandwich variance estimate of the vectorized matrix of parameters lambda. veind.cavgb2 calcu- lates estimates, std error, covariance and correlation matrices of the indicators under the compound GB2 with auxiliary variables in the particular case where the unique combinations of the auxiliary variables define a small number of groups. Group membership is specified by the vector group of length N . Value scoreU.cavgb2 returns a N ×(L−1) matrix of scores U. scorez.cavgb2 returns a N ×I(L−1) ma- trix whose columns are the linearized scores SC. varscore.cavgb2 returns the variance-covariance estimate of the weighted sums of scores SC, given by weighted cross products. desvar.cavgb2 returns a list of two elements. The first is the output of svytotal and the second is the design-based variance-covariance matrix of the weighted sums of the scores SC. hess.cavgb2 returns the ma- trix of second derivatives of the likelihood with respect to the parameters (bread for the sandwich variance estimate). vepar.cavgb2 returns a list of five elements - [["type"]] with value "param- eter", [["estimate"]] estimated parameters, [["stderr"]] corresponding standard errors, [["Vcov"]] variance -covariance matrix and [["Vcor"]] - correlation matrix. veind.cavgb2 returns a list of five elements: [["type"]] with value "indicator", followed by a list with as many arguments as length(levels(group)). Each argument is itself a list with 5 arguments: [["group"]] group name, [["estimate"]] estimated indicators under the compound GB2, [["stderr"]] corresponding standard errors, [["Vcov"]] variance -covariance matrix and [["Vcor"]] - correlation matrix. Author(s) Monique Graf and Desislava Nedyalkova References Davison, A. (2003), Statistical Models. Cambridge University Press. Freedman, D. A. (2006), On The So-Called "Huber Sandwich Estimator" and "Robust Standard Errors". The American Statistician, 60, 299–302. Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. Pfeffermann, D. and Sverchkov, M. Yu. (2003), Fitting Generalized Linear Models under Informa- tive Sampling. In, Skinner, C.J. and Chambers, R.L. (eds.). Analysis of Survey Data, chapter 12, 175–195. Wiley, New York. Examples ## Not run: # Example (following of example in CompoundAuxFit) # Scores U 12 CompoundDensPlot U <- scoreU.cavgb2(facgl, z, lambdafitl) # Scores multiplied by z SC <- scorez.cavgb2(U,z) # Naive variance estimate of sum of scores (Vsc <- varscore.cavgb2(SC,w=pwa)) # Design based variance of sum of scores (desv <- desvar.cavgb2(data=ns,SC=SC,id=~hid,strata=~region,weights=~pwa)) # Hessian hess <- hess.cavgb2(U,pglfitl,z,w=pwa) # 1. Sandwich variance-covariance matrix estimate of parameters using Vsc: Param1 <- vepar.cavgb2(fitcml,Vsc, hess) Param1 # 2. Sandwich variance-covariance matrix estimate of parameters using # the design variance: Param2 <- vepar.cavgb2(fitcml,desv$Vtheta, hess) Param2 # 3. Indicators and conditional variances : takes a long time! (Indic <- veind.cavgb2(group,Param2 ,agl.fit,bgl.fit,pgl.fit,qgl.fit, pl0, pglfitl, decomp="l") ) ## End(Not run) CompoundDensPlot Comparison of the GB2, compound GB2 and kernel densities Description Function dplot.cgb2 produces a plot in which the three densities are plotted. Usage dplot.cgb2(x,shape1, scale, shape2, shape3, pl0, pl, w=rep(1,length(x)), decomp="r", xmax = max(x)*(2/3), choicecol=1:3, kernel="epanechnikov", adjust=1, title=NULL, ylim=NULL) Arguments x numeric; can be a vector. The value(s) at which the density is calculated, used for the kernel estimate only. x is positive. shape1, scale ,shape2, shape3 numeric; positive parameters of the GB2 distribution. On the plot they are de- notes as a, codeb, p, q and pl0 respectively. CompoundFit 13 pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. pl numeric; a vector of mixture probabilities (output of ml.cgb2). Sums to one. If pl is equal to pl0, we obtain the GB2 distribution. w numeric; weights. decomp string; specifying if the decomposition of the GB2 is done with respect to the right tail ("r") or the left tail ("l") of the distribution. By default, decomp = "r" - right tail decomposition. xmax numeric; maximum x value to be plotted. choicecol numeric vector of length 3; defines the color with which the density curves will be plotted. adjust numeric; graphical parameter of the generic function density. title string; title of the plot. By default is equall to NULL (no title). ylim string; scaling of parameters. By default is equall to NULL (automatic scaling). kernel string; the kernel used for the kernel density estimate. The default value is "Epanechnikov" (see plot.density). Details The legend is placed interactively. Value dplot.cgb2 plots a graph with three curves - the GB2 density, the compound GB2 density and the corresponding kernel estimate Author(s) Monique Graf and Desislava Nedyalkova CompoundFit Fitting the Compound Distribution based on the GB2 by the Method of Maximum Likelihood Estimation Description Calculates the log-likelihood, the score functions of the log-likelihood, the weighted mean of scores, and fits the parameters of the Compound Distribution based on the GB2. Usage vofp.cgb2(pl) pofv.cgb2(vl) logl.cgb2(fac, pl, w=rep(1, dim(fac)[1])) scores.cgb2(fac, pl, w=rep(1, dim(fac)[1])) ml.cgb2(fac, pl0, w=rep(1, dim(fac)[1]), maxiter=100, fnscale=length(w)) 14 CompoundFit Arguments pl0 numeric; vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. pl numeric; vector of fitted proportions. Sums to one. If pl is equal to pl0, we obtain the GB2 distribution. fac numeric; matrix of Gamma factors (output of fac.cgb2. vl numeric; vector of parameters. Its length is equal to the length of pl - 1. w numeric; vector of weights of length the number of rows of the matrix fac. By default w is a vector of 1. maxiter numeric; maximum number of iterations to perform. By default maxiter = 100. fnscale numeric; an overall scaling parameter used in the function optim. By default it is equal to the length of the vector of weights w. Details There are only L − 1 parameters to estimate, because the probabilities p` sum to 1 (L is the di- mension of the vector of probailities p` ). Knowing this, we change the parameters p` to v` = log(p` /pL ), ` = 1, ..., L − 1. This calculation is done through the function vofp.cgb2. pofv.cgb2 calculates the p` inPfunction of the given v` . We express the log-likelihood as a weighted mean of log(f ) = log( (p` f` ), evaluated at the data points, where f is the GB2 compound density. If the weights are not available, then we suppose that w = 1. Analogically, the scores are ob- tained as weighted sums of the first derivatives of the log-likelihood, with respect to the parameters v` , ` = 1, ..., L − 1, evaluated at the data points. Function ml.cgb2 performs maximum like- lihood estimation through the general-purpose optimization function optim from package stats. The considered method of optimization is BFGS. Value vofp.cgb2 returns a vector of length L − 1, where L is the length of the vector p` . pofv.cgb2 returns a vector of length `. logl.cgb2 returns the value of the pseudo log-likelihood. scores.cgb2 returns a vector of the weighted mean of the scores of length L−1. ml.cgb2 returns a list containing two objects - the vector of fitted proportions pˆ` and the output of the BFGS fit. Author(s) Monique Graf and Desislava Nedyalkova See Also optim Examples ## Not run: # GB2 parameters: a <- 4 b <- 1950 p <- 0.8 CompoundIndicators 15 q <- 0.6 # Proportions defining the component densities: pl0 <- rep(1/3,3) # Mixture probabilities pl <- c(0.1,0.8,0.1) # Random generation: n <- 10000 set.seed(12345) x <- rcgb2(n,a,b,p,q,pl0,pl,decomp="l") # Factors in component densities fac <- fg.cgb2(x,a,b,p,q, pl0,decomp="l") # Estimate the mixture probabilities: estim <- ml.cgb2(fac,pl0) # estimated mixture probabilities: estim[[1]] #[1] 0.09724319 0.78415797 0.11859883 ## End(Not run) CompoundIndicators Indicators of Poverty and Social Exclusion under the Compound Dis- tribution based on the GB2 Description Functions to calculate four primary social welfare indicators under the compound GB2 distribu- tion, i.e. the at-risk-of-poverty threshold, the at-risk-of-poverty rate, the relative median at-risk-of- poverty gap, and the income quintile share ratio. Usage arpt.cgb2(prop, shape1, scale, shape2, shape3, pl0, pl, decomp="r") arpr.cgb2(prop, shape1, shape2, shape3, pl0, pl, decomp="r") rmpg.cgb2(arpr, shape1, shape2, shape3, pl0, pl, decomp="r") qsr.cgb2(shape1, shape2, shape3, pl0, pl, decomp="r") main.cgb2(prop, shape1, scale, shape2, shape3, pl0, pl, decomp="r") Arguments prop numeric; proportion (in general is set to 0.6). arpr numeric; the value of the at-risk-of-poverty rate. shape1,scale,shape2,shape3 numeric; positive parameters of the GB2 distribution. 16 CompoundIndicators pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. pl numeric; a vector of mixture probabilities. Sums to one. If pl = pl0 we obtain the GB2 distribution. decomp string; specifying if the decomposition of the GB2 is done with respect to the right tail ("r") or the left tail ("l") of the distribution. By default, decomp = "r" - right tail decomposition. Details The four indicators are described in details in the case of the GB2. The difference here is that we need to give an initial vector of proportions, fitted proportions and define for which decomposition (left or right) the indicators should be calculated. Value arpt.cgb2 gives the ARPT, arpr.cgb2 the ARPR, rmpg.cgb2 the RMPG, qsr.cgb2 gives the QSR and main.cgb2 calculates the median, the mean, the ARPR, the RMPG and the QSR under the compound GB2. Author(s) Monique Graf References Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. See Also arpr.gb2 for details on the welfare indicators under the GB2. Examples # GB2 parameters a <- 3.9 b <- 18873 p <- 0.97 q <- 1.03 # Proportions defining the component densities p0 <- rep(1/3,3) # Mixture probabilities pl <- c(0.39,0.26,0.35) # for the right discretization arpt <- arpt.cgb2(0.6, a, b, p, q, p0, pl) CompoundMoments 17 arpr <- arpr.cgb2(0.6, a, p, q, p0, pl) rmpg <- rmpg.cgb2(arpr, a, p, q, p0, pl) qsr <- qsr.cgb2(a, p, q, p0, pl) # for the left discretization arptleft <- arpt.cgb2(0.6, a, b, p, q, p0, pl, "l") CompoundMoments Moments of the Compound Distribution based on the GB2 Description These functions calculate the moment of order k and incomplete moment of order k of a GB2 compound random variable X as well as the moment of order k for each component density. Usage mkl.cgb2(k, shape1, scale, shape2, shape3, pl0, decomp="r") moment.cgb2(k, shape1, scale, shape2 ,shape3, pl0, pl, decomp="r") incompl.cgb2(x, k, shape1, scale, shape2, shape3, pl0, pl, decomp="r") Arguments x numeric; vector of quantiles. k numeric; order of the moment. shape1,scale,shape2,shape3 numeric; positive parameters of the GB2 distribution. pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. pl numeric; a vector of mixture probabilities. Sums to one. If pl = pl0 we obtain the GB2 distribution. decomp string; specifying if the decomposition of the GB2 is done with respect to the right tail ("r") or the left tail ("l") of the distribution. By default, decomp = "r" - right tail decomposition. Value mkl.cgb2 returns a vector of the moments of the component densities, moment.cgb2 returns the moment of order k and incompl.cgb2 - the incomplete moment of order k. Author(s) Monique Graf 18 CompoundQuantiles References Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. Examples #\dontrun{ #\library{cubature} # GB2 parameters af <- 5 bf <- 20000 pf <- 0.45 qf <- 0.75 p0 <- rep(1/3,3) p1 <- c(0.37,0.43,0.2) # moments for the component densities mkl.cgb2(1,af,bf,pf,qf,p0) mkl.cgb2(-1,af,bf,pf,qf,p0,"l") #Moment of order k moment.cgb2(0.5,af,bf,pf,qf,p0,p1) moment.cgb2(0.5,af,bf,pf,qf,p0,p1,"l") #Incomplete moment of order k incompl.cgb2(20000,1,af,bf,pf,qf,p0,p1) incompl.cgb2(20000,1,af,bf,pf,qf,p0,p1,"l") #} CompoundQuantiles Quantiles and random generation of the Compound Distribution based on the GB2 Description Calculation of the quantiles of a compound GB2 random variable. Random generation of compound GB2 variables. Usage qcgb2(prob, shape1, scale, shape2, shape3, pl0, pl, decomp="r", tol=1e-08, ff=1.5, debug=FALSE, maxiter=50) rcgb2(n, shape1, scale, shape2, shape3, pl0, pl, decomp="r", tol=1e-02, maxiter=100, debug = FALSE) CompoundQuantiles 19 Arguments prob numeric; vector of probabilities between 0 and 1. shape1,scale,shape2,shape3 numeric; positive parameters of the GB2 distribution. n numeric; number of observations. If length(n) > 1, the length is taken to be the number required. pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. pl numeric; a vector of mixture probabilities. Sums to one. If pl = pl0 we obtain the GB2 distribution. decomp string; specifying if the decomposition of the GB2 is done with respect to the right tail ("r") or the left tail ("l") of the distribution. By default, decomp = "r" - right tail decomposition. ff numeric; a tuning parameter. debug logical; By default, debug = FALSE. maxiter numeric; maximum number of iterations to perform. tol numeric; tolerance with default 0, meaning to iterate until additional terms do not change the partial sum. Value qcgb2 returns a vector of quantiles and rcgb2 return a vector of size n of GB2 compound random deviates. Author(s) Monique Graf and Desislava Nedyalkova References Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. Examples #\dontrun{ #\library{cubature} # GB2 parameters af <- 5 bf <- 20000 pf <- 0.45 qf <- 0.75 p0 <- rep(1/3,3) 20 CompoundVarest p1 <- c(0.37,0.43,0.2) #Quantiles qcgb2(0.5,af,bf,pf,qf,p0,p1) qcgb2(1,af,bf,pf,qf,p0,p1) qcgb2(c(0.5,0.8),af,bf,pf,qf,p0,p1) #Random generation rcgb2(10,af,bf,pf,qf,p0,p1) #} CompoundVarest Variance Estimation of the Compound GB2 Distribution Description Calculation of variance estimates of the parameters of the compound GB2 distribution and of the estimated compound GB2 indicators under cluster sampling. Usage scoreU.cgb2(fac, pl) varscore.cgb2(U, w=rep(1,dim(U)[1])) desvar.cgb2(data=data, U=U, ids=NULL, probs=NULL, strata = NULL, variables = NULL, fpc=NULL, nest = FALSE, check.strata = !nest, weights=NULL, pps=FALSE, variance=c("HT","YG")) hess.cgb2(U, pl, w=rep(1,dim(U)[1])) vepar.cgb2(ml, Vsc, hess) derivind.cgb2(shape1, scale, shape2, shape3, pl0, pl, prop=0.6, decomp="r") veind.cgb2(Vpar, shape1, scale, shape2, shape3, pl0, pl, decomp="r") Arguments fac numeric; matrix of Gamma factors (output of fac.cgb2. pl numeric; a vector of fitted mixture probabilities. Sums to one. If pl is equal to pl0, we obtain the GB2 distribution. U numeric; vector of scores. Output of the scoreU.cgb2 function. w numeric; vector of some extrapolation weights. By default w is a vector of 1. data dataset containing the design information per unit. ids, probs, strata, variables, fpc, nest, check.strata, weights, pps, variance parameters of svydesign. ml numeric; output of the ml.cgb2 function. A list with two components. First component: estimated mixture probabilities. Second component: list containing the output of optim. CompoundVarest 21 Vsc numeric; 4 by 4 matrix. hess numeric; Hessian (bread) for the sandwich variance estimate. shape1, scale ,shape2, shape3 numeric; positive parameters of the GB2 distribution. pl0 numeric; a vector of initial proportions defining the number of components and the weight of each component density in the decomposition. Sums to one. prop numeric; proportion (in general is set to 0.6). decomp string; specifying if the decomposition of the GB2 is done with respect to the right tail ("r") or the left tail ("l") of the distribution. Vpar numeric; 4 by 4 matrix. Output of the function vepar.cgb2. Details Function scoreU.cgb2 calculates the N × (L − 1) matrix of scores U is defined as ! F (k, `) U (k, `) = p` PL −1 , j=1 pj F (k, j) where p` , ` = 1, .., L is the vector of fitted mixture probabilities and F is the N ×L matrix of gamma factors, output of fg.cgb2. The linearized scores are the columns of U. They serve to compute the linearization approximation of the covariance matrix of the parameters v` = log(p` /pL ), ` = 1, ..., L − 1. Function varscore.cgb2 calculates the middle term of the sandwich variance estima- tor, that is the ((L − 1) × (L − 1)) estimated variance-covariance matrix of the (L − 1) weighted sums of the columns of U, without design information. desvar.cgb2 calculates the design-based variance-covariance matrix of the (L − 1) weighted sums of the columns of U, invoking svydesign and svytotal of package survey. hess.cgb2 calculates the Hessian ((L − 1) × (L − 1)) matrix of second derivatives of the pseudo-log-likelihood with respect to the parameters v` ). It should be negative definite. If not, the maximum likelihood estimates are spurious. vepar.cgb2 calculates the sandwich covariance matrix estimate of the vector of parameters v. veind.cgb2 calculates es- timates, standard error, covariance and correlation matrices of the indicators under the compound GB2. Value scoreU.cgb2 returns a N × (L − 1) matrix of scores <codeU. varscore.cgb2 returns the variance- covariance estimate of the weighted sums of scores U, given by weighted cross products. desvar.cgb2 returns a list of two elements. The first is the output of svytotal and the second is the design-based variance-covariance matrix of the weighted sums of the scores. hess.cgb2 returns the matrix of second derivatives of the likelihood with respect to the parameters (bread for the sandwich vari- ance estimate). vepar.cgb2 returns a list of five elements - [["type"]] with value "parameter", [["estimate"]] estimated parameters, [["stderr"]] corresponding standard errors, [["Vcov"]] variance -covariance matrix and [["Vcor"]] - correlation matrix. veind.cgb2 returns a list of five elements: [["type"]] with value "indicator", [["estimate"]] estimated indicators under the compound GB2, [["stderr"]] corresponding standard errors, [["Vcov"]] variance -covariance matrix and [["Vcor"]] - correlation matrix. Author(s) Monique Graf and Desislava Nedyalkova 22 Contindic References Davison, A. (2003), Statistical Models. Cambridge University Press. Freedman, D. A. (2006), On The So-Called "Huber Sandwich Estimator" and "Robust Standard Errors". The American Statistician, 60, 299–302. Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. Pfeffermann, D. and Sverchkov, M. Yu. (2003), Fitting Generalized Linear Models under Informa- tive Sampling. In, Skinner, C.J. and Chambers, R.L. (eds.). Analysis of Survey Data, chapter 12, 175–195. Wiley, New York. Examples ## Not run: # Example (following of example in CompoundFit) # Estimated mixture probabilities: (pl.hat <- estim[[1]]) # scores per unit U <- scoreU.cgb2(fac, pl.hat) # Conditional variances given a,b,p,q: # 1. Variance of sum of scores: (Vsc <- t(U) (Vsc <- varscore.cgb2(U)) # 2. sandwich variance-covariance matrix estimate of (v_1,v_2): (hess <- hess.cgb2(U,pl.hat)) (Parameters <- vepar.cgb2(estim, Vsc, hess)) # 3. Theoretical indicators (with mixture prob pl) decomp <- "r" (theoretical <- main.cgb2( 0.6,a,b,p,q,pl0, pl,decomp=decomp)) # Estimated indicators and conditional variances : takes a long time! (Indic <- veind.cgb2(Parameters,a,b,p,q, pl0, pl.hat, decomp="r") ) ## End(Not run) Contindic Sensitivity Analysis of Laeken Indicators on GB2 Parameters Description Produces a contour plot of an indicator for a given shape1. Contindic 23 Usage contindic.gb2(resol, shape1, shape21, shape22, shape31, shape32, fn, title, table=FALSE) Arguments resol numeric; number of grid points horizontally and vertically. shape1 numeric; positive parameter, first shape parameter of the GB2 distribution. shape21, shape22, shape31, shape32 numeric; limits on the positive parameters of the Beta distribution. fn string; the name of the function to be used for the calculation of the values to be plotted. title string; title of the plot. table boolean; if TRUE, a table containing the values of the function fn at the different grid points is printed. Details An indicator is defined as a function of three parameters. The shape parameter, shape1, is held fixed. The shape parameters shape2 and shape3 vary between shape21 and shape22, and shape31 and shape32, respectively. Value A contour plot of a given indicator for a fixed value of the shape parameter shape1. Author(s) Monique Graf See Also contour (package graphics) for more details on contour plots. Examples par(mfrow=c(2,2)) shape21 <- 0.3 shape31 <- 0.36 shape22 <- 1.5 shape32 <- 1.5 shape11 <- 2.7 shape12 <- 9.2 resol <- 11 rangea <- round(seq(shape11, shape12 ,length.out=4),digits=1) arpr <- function(shape1, shape2, shape3) 100*arpr.gb2(0.6, shape1, shape2, shape3) fonc <- "arpr" for (shape1 in rangea){ contindic.gb2(resol, shape1, shape21, shape22, shape31, shape32, arpr, "At-risk-of-poverty rate", table=TRUE) } 24 Contprof Contprof Contour Plot of the Profile Log-likelihood of the GB2 Distribution Description Produces a contour plot of the profile log-likelihood, which is a function of two parameters only. Usage contprof.gb2(z, w=rep(1,length(z)), resol, low=0.1, high=20) Arguments z numeric; vector of data values. w numeric; vector of weights. Must have the same length as z. By default w is a vector of 1. resol numeric; number of grid points horizontally and vertically. For better graph quality, we recommend a value of 100. low, high numeric; lower and upper factors for scale. Details The matrix containing the values to be plotted (NAs are allowed) is of size resol × resol. The locations of the grid lines at which the values of the profile log-likelihood are measured are equally- spaced values between low and high multiplied by the initial parameters. Value A contour plot of the profile log-likelihood. The initial Fisk estimate is added as point "F". Author(s) Monique Graf See Also fisk for the Fisk estimate, ProfLogLikelihood for the profile log-likelihood and contour (pack- age graphics) for more details on contour plots. Fisk 25 Fisk Parameters of the Fisk Distribution Description Calculation of the parameters a and b of the Fisk distribution, which is a GB2 distribution √ with p = q = 1. If m and v denote, respectively, the mean and variance of log(z), then â = π/ 3 ∗ v and b̂ = exp(m). Usage fisk(z, w=rep(1, length(z))) fiskh(z, w=rep(1, length(z)), hs=rep(1, length(z))) Arguments z numeric; vector of data values. w numeric; vector of weights. Must have the same length as z. By default w is a vector of 1. hs numeric; vector of household sizes. Must have the same length as z. By default hs is a vector of 1. Details Function fisk first calculates the mean and variance of log(z) and next the values of a and b under the Fisk distribution. Function fiskh first calculates the mean and variance of log(z), assuming a sample of households, and next the values of a and b under the Fisk distribution. Value fisk and fiskh return vectors of length 4 containing the estimated parameters a, eqnb, as well as p = 1 and q = 1. Author(s) Monique Graf References Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. See Also optim for the general-purpose optimization 26 gb2 Examples library(laeken) data(eusilc) # Income inc <- as.vector(eusilc$eqIncome) # Weights w <- eusilc$rb050 #Fisk parameters fpar <- fisk(inc, w) gb2 The Generalized Beta Distribution of the Second Kind Description Density, distribution function, quantile function and random generation for the Generalized beta distribution of the second kind with parameters a, b, p and q. Usage dgb2(x, shape1, scale, shape2, shape3) pgb2(x, shape1, scale, shape2, shape3) qgb2(prob, shape1, scale, shape2, shape3) rgb2(n, shape1, scale, shape2, shape3) Arguments x numeric; vector of quantiles. shape1 numeric; positive parameter. scale numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. prob numeric; vector of probabilities. n numeric; number of observations. If length(n) > 1, the length is taken to be the number required. Details The Generalized Beta distribution of the second kind with parameters shape1 = a, scale = b, shape2 = p and shape3 = q has density a(x/b)ap−1 f (x) = bB(p, q)(1 + (x/b)a )p+q Gini 27 for a > 0, b > 0, p > 0 and q > 0, where B(p, q) is the Beta function (beta). If Z follows a Beta distribution with parameters p and q and z y= , 1−z then x = b ∗ y 1/a follows the GB2 distribution. Value dgb2 gives the density, pgb2 the distribution function, qgb2 the quantile function, and rgb2 gener- ates random deviates. Author(s) Monique Graf References Kleiber, C. and Kotz, S. (2003) Statistical Size Distributions in Economics and Actuarial Sciences, chapter 6. Wiley, Ney York. McDonald, J. B. (1984) Some generalized functions for the size distribution of income. Economet- rica, 52, 647–663. See Also beta for the Beta function and dbeta for the Beta distribution. Examples a <- 3.9 b <- 18873 p <- 0.97 q <- 1.03 x <- qgb2(0.6, a, b, p, q) y <- dgb2(x, a, b, p, q) Gini Computation of the Gini Coefficient for the GB2 Distribution and its Particular Cases. Description Computes the Gini coefficient for the GB2 distribution using the function gb2.gini. Computes the Gini coefficient for the Beta Distribution of the Second Kind, Dagum and Singh-Maddala distribu- tions. 28 Indicators Usage gini.gb2(shape1, shape2, shape3) gini.b2(shape2, shape3) gini.dag(shape1, shape2) gini.sm(shape1, shape3) Arguments shape1 numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. Value The Gini coefficient. Author(s) Monique Graf References Kleiber, C. and Kotz, S. (2003) Statistical Size Distributions in Economics and Actuarial Sciences, chapter 6. Wiley, Ney York. McDonald, J. B. (1984) Some generalized functions for the size distribution of income. Economet- rica, 52, 647–663. See Also gb2.gini Indicators Monetary Laeken Indicators under the GB2 Description Functions to calculate four primary social welfare indicators under the GB2, i.e. the at-risk-of- poverty threshold, the at-risk-of-poverty rate, the relative median at-risk-of-poverty gap, and the income quintile share ratio. Usage arpt.gb2(prop, shape1, scale, shape2, shape3) arpr.gb2(prop, shape1, shape2, shape3) rmpg.gb2(arpr, shape1, shape2, shape3) qsr.gb2(shape1, shape2, shape3) main.gb2(prop, shape1, scale, shape2, shape3) main2.gb2(prop, shape1, scale, shape12, shape13) Indicators 29 Arguments prop numeric; proportion (in general is set to 0.6). arpr numeric; the value of the at-risk-of-poverty rate. shape1 numeric; positive parameter. scale numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. shape12 numeric; the product of the two parameters shape1 and shape2. shape13 numeric; the product of the two parameters shape1 and shape3. Details In June 2006, the Social Protection Committee, which is a group of officials of the European Com- misiion, adopts a set of common indicators for the social protection and social inclusion process. It consists of a portfolio of 14 overarching indicators (+11 context indicators) meant to reflect the overarching objectives (a) "social cohesion" and (b) "interaction with the Lisbon strategy for growth and jobs (launched in 2000) objectives"; and of three strand portfolios for social inclusion, pensions, and health and long-term care. The at-risk-of-poverty threshold (or ARPT) is defined as 60% of the median national equivalized income. The at-risk-of-poverty rate (or ARPR) is defined as the share of persons with an equivalised dispos- able income below the ARPT. The relative median at-risk-of-poverty gap (or RMPG) is defined as the difference between the me- dian equivalised income of persons below the ARPT and the ARPT itself, expressed as a percentage of the ARPT. The income quintile share ratio (or QSR) is defined as the ratio of total income received by the 20% of the country’s population with the highest income (top quintile) to that received by the 20% of the country’s population with the lowest income (lowest quintile). Let x0.5 be the median of a GB2 with parameters shape1 = a, scale = b, shape2 = p and shape3 = q. Then, ARP T (a, b, p, q) = 0.6x0.5 The ARPR being scale-free, b can be chosen arbitrarily and can be fixed to 1. The QSR is calculated with the help of the incomplete moments of order 1. main.gb2 and main2.gb2 return a vector containing the following set of GB2 indicators: the me- dian, the mean, the ARPR, the RMPG, the QSR and the Gini coefficient. The only difference is in the input parameters. Value arpt.gb2 gives the ARPT, arpr.gb2 the ARPR, rmpg.gb2 the RMPG, and qsr.gb2 calculates the QSR. main.gb2 returns a vector containing the median of the distribution, the mean of the distribution, the ARPR, the RMPG, the QSR and the Gini coefficient. main2.gb2 produces the same output as main.gb2. 30 LogDensity Author(s) Monique Graf References https://ec.europa.eu/social/main.jsp?langId=en&catId=750 See Also qgb2, incompl.gb2 Examples a <- 3.9 b <- 18873 p <- 0.97 q <- 1.03 ap <- a*p aq <- a*q arpt <- arpt.gb2(0.6, a, b, p, q) arpr <- arpr.gb2(0.6, a, p, q) rmpg <- rmpg.gb2(arpr, a, p, q) qsr <- qsr.gb2(a, p, q) ind1 <- main.gb2(0.6, a, b, p, q) ind2 <- main2.gb2(0.6, a, b, ap, aq) LogDensity Log Density of the GB2 Distribution Description Calculates the log density of the GB2 distribution for a single value or a vector of values. Calculates the first- and second-order partial derivatives of the log density evaluated at a single value. Usage logf.gb2(x, shape1, scale, shape2, shape3) dlogf.gb2(xi, shape1, scale, shape2, shape3) d2logf.gb2(xi, shape1, scale, shape2, shape3) Arguments xi numeric; a data value. x numeric; a vector of data values. shape1 numeric; positive parameter. scale numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. LogLikelihood 31 Details We calculate log(f (x, θ)), where f is the GB2 density with parameters shape1 = a, scale = b, shape2 = p and shape3 = q, θ is the parameter vector. We calculate the first- and second-order partial derivatives of log(f (x, θ)) with respect to the parameter vector θ. Value Depending on the input logf.gb2 gives the log density for a single value or a vector of val- ues. dlogf.gb2 gives the vector of the four first-order partial derivatives of the log density and d2logf.gb2 gives the 4 × 4 matrix of second-order partial derivatives of the log density. Author(s) Desislava Nedyalkova References Brazauskas, V. (2002) Fisher information matrix for the Feller-Pareto distribution. Statistics & Probability Letters, 59, 159–167. LogLikelihood Full Log-likelihood of the GB2 Distribution Description Calculates the log-likelihood, the score functions of the log-likelihood and the Fisher information matrix based on all four parameters of the GB2 distribution. Usage loglp.gb2(x, shape1, scale, shape2, shape3, w=rep(1, length(x))) loglh.gb2(x, shape1, scale, shape2, shape3, w=rep(1, length(x)), hs=rep(1, length(x))) scoresp.gb2(x, shape1, scale, shape2, shape3, w=rep(1, length(x))) scoresh.gb2(x, shape1, scale, shape2, shape3, w=rep(1, length(x)), hs=rep(1, length(x))) info.gb2(shape1, scale, shape2, shape3) Arguments x numeric; vector of data values. shape1 numeric; positive parameter. scale numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. w numeric; vector of weights. Must have the same length as x. By default w is a vector of 1. hs numeric; vector of household sizes. Must have the same length as x. By default hs is a vector of 1. 32 MLfitGB2 Details We express the log-likelihood as a weighted mean of log(f ), evaluated at the data points, where f is the GB2 density with parameters shape1 = a, scale = b, shape2 = p and shape3 = q. If the weights are not available, then we suppose that w = 1. loglp.gb2 calculates the log-likelihood in the case where the data is a sample of persons and loglh.gb2 is adapted for a sample of households. Idem for the scores, which are obtained as weighted sums of the first derivatives of log(f ) with respect to the GB2 parameters, evaluated at the data points. The Fisher information matrix of the GB2 was obtained by Brazauskas (2002) and is expressed in terms of the second derivatives of the log-likelihood with respect to the GB2 parameters. Author(s) Monique Graf References Brazauskas, V. (2002) Fisher information matrix for the Feller-Pareto distribution. Statistics & Probability Letters, 59, 159–167. Kleiber, C. and Kotz, S. (2003) Statistical Size Distributions in Economics and Actuarial Sciences, chapter 6. Wiley, Ney York. MLfitGB2 Fitting the GB2 by the Method of Maximum Likelihood Estimation and Comparison of the Fitted Indicators with the Empirical Indicators Description The function mlfit.gb2 makes a call to ml.gb2 and profml.gb2. Estimates of the GB2 parameters are calculated using maximum likelihood estimation based on the full and profile log-likelihoods. Empirical estimates of the set of primary indicators of poverty and social inclusion are calculated using the function main.emp (see package laeken) and these estimates are compared with the indicators calculated with the GB2 fitted parameters using the function main.gb2. Usage main.emp(z, w=rep(1, length(z))) mlfit.gb2(z, w=rep(1, length(z))) Arguments z numeric; vector of data values. w numeric; vector of weights. Must have the same length as z. By default w is a vector of 1. MLfitGB2 33 Value A list containing three different objects. The first is a data frame with the values of the fitted pa- rameters for the full log-likelihood and the profile log-likelihood, the values of the two likelihoods, the values of the GB2 estimates of the indicators and the values of the empirical estimates of the indicators. The second and third objects are, respectively, the fit using the full log-likelihood and the fit using the profile log-likelihood. Author(s) Monique Graf and Desislava Nedyalkova See Also optim , ml.gb2, profml.gb2 Examples # An example of using the function mlfit.gb2 # See also the examples of ml.gb2 and mlprof.gb2 ## Not run: library(laeken) data(eusilc) # Income inc <- as.vector(eusilc$eqIncome) # Weights w <- eusilc$rb050 # Data set d <- data.frame(inc, w) d <- d[!is.na(d$inc),] # Truncate at 0 inc <- d$inc[d$inc > 0] w <- d$w[d$inc > 0] # ML fit m1 <- mlfit.gb2(inc,w) # GB2 fitted parameters and indicators through maximum likelihood estimation m1[[1]] # The fit using the full log-likelihood m1[[2]] # The fit using the profile log-likelihood m1[[3]] # ML fit, when no weights are avalable m2 <- mlfit.gb2(inc) # Results 34 MLfullGB2 m2[[1]] ## End(Not run) MLfullGB2 Maximum Likelihood Estimation of the GB2 Based on the Full Log- likelihood Description Performs maximum pseudo-likelihood estimation through the general-purpose optimisation func- tion optim from package stats. Two methods of optimization are considered: BFGS and L-BFGS- B (see optim documentation for more details). Initial values of the parameters to be optimized over (a, b, p and q) are given from the Fisk distribution and p = q = 1. The function to be maximized by optim is the negative of the full log-likelihood and the gradient is equal to the negative of the scores, respectively for the case of a sample of persons and a sample of households. Usage ml.gb2(z, w=rep(1, length(z)), method=1, hess=FALSE) mlh.gb2(z, w=rep(1, length(z)), hs=rep(1, length(z)), method=1, hess = FALSE) Arguments z numeric; vector of data values. w numeric; vector of weights. Must have the same length as z. By default w is a vector of 1. hs numeric; vector of household sizes. Must have the same length as z. By default hs is a vector of 1. method numeric; the method to be used by optim. By default, codemethod = 1 and the used method is BFGS. If method = 2, method L-BFGS-B is used. hess logical; By default, hess = FALSE, the hessian matrix is not calculated. Details Function ml.gb2 performs maximum likelihood estimation through the general-purpose optimiza- tion function optim from package stats, based on the full log-likelihood calculated in a sample of persons. Function mlh.gb2 performs maximum likelihood estimation through the general-purpose optimization function optim from package stats, based on the full log-likelihood calculated in a sample of households. Value ml.gb2 and mlh.gb2 return a list with 1 argument: opt1 for the output of the BFGS fit or opt2 for the output of the L-BFGS fit. Further values are given by the values of optim. MLfullGB2 35 Author(s) Monique Graf References Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. See Also optim for the general-purpose optimization and fisk for the Fisk distribution. Examples ## Not run: library(laeken) data(eusilc) # Income inc <- as.vector(eusilc$eqIncome) # Weights w <- eusilc$rb050 # Data set d <- data.frame(inc, w) d <- d[!is.na(d$inc),] # Truncate at 0 inc <- d$inc[d$inc > 0] w <- d$w[d$inc > 0] # Fit using the full log-likelihood fitf <- ml.gb2(inc, w) # Fitted GB2 parameters af <- fitf$par[1] bf <- fitf$par[2] pf <- fitf$par[3] qf <- fitf$par[4] # Likelihood flik <- fitf$value # If we want to compare the indicators # GB2 indicators indicf <- round(main.gb2(0.6,af,bf,pf,qf), digits=3) # Empirical indicators indice <- round(main.emp(inc,w), digits=3) 36 MLprofGB2 # Plots plotsML.gb2(inc,af,bf,pf,qf,w) ## End(Not run) MLprofGB2 Maximum Likelihood Estimation of the GB2 Based on the Profile Log- likelihood Description profml.gb2 performs maximum likelihood estimation based on the profile log-likelihood through the general-purpose optimisation function optim from package stats. Usage profml.gb2(z, w=rep(1, length(z)), method=1, hess = FALSE) Arguments z numeric; vector of data values. w numeric; vector of weights. Must have the same length as z. By default w is a vector of 1. method numeric; the method to be used by optim. By default, codemethod = 1 and the used method is BFGS. If method = 2, method L-BFGS-B is used. hess logical; By default, hess = FALSE, the hessian matrix is not calculated. Details Two methods are considered: BFGS and L-BFGS-B (see optim documentation for more details). Initial values of the parameters to be optimized over (a and b) are given from the Fisk distribution. The function to be maximized by optim is the negative of the profile log-likelihood (proflogl.gb2) and the gradient is equal to the negative of the scores (profscores.gb2). Value A list with 1 argument: opt1 for the output of the BFGS fit or opt2 for the output of the L-BFGS fit. Further values are given by the values of optim. Author(s) Monique Graf References Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. Moments 37 See Also optim for the general-purpose optimization, link{ml.gb2} for the fit using the full log-likelihood and fisk for the Fisk distribution. Examples library(laeken) data(eusilc) # Income inc <- as.vector(eusilc$eqIncome) # Weights w <- eusilc$rb050 # Data set d <- data.frame(inc,w) d <- d[!is.na(d$inc),] # Truncate at 0 inc <- d$inc[d$inc > 0] w <- d$w[d$inc > 0] # Fit using the profile log-likelihood fitp <- profml.gb2(inc, w)$opt1 # Fitted GB2 parameters ap <- fitp$par[1] bp <- fitp$par[2] pp <- prof.gb2(inc, ap, bp, w)[3] qp <- prof.gb2(inc, ap, bp, w)[4] # Profile log-likelihood proflik <- fitp$value # If we want to compare the indicators ## Not run: # GB2 indicators indicp <- round(main.gb2(0.6,ap,bp,pp,qp), digits=3) # Empirical indicators indice <- round(main.emp(inc,w), digits=3) ## End(Not run) # Plots ## Not run: plotsML.gb2(inc,ap,bp,pp,qp,w) Moments Moments and Other Properties of a GB2 Random Variable 38 Moments Description These functions calculate the moments of order k and incomplete moments of order k of a GB2 random variable X as well as the expectation, the variance, the kurtosis and the skewness of log(X). Usage moment.gb2(k, shape1, scale, shape2, shape3) incompl.gb2(x, k, shape1, scale, shape2, shape3) el.gb2(shape1, scale, shape2, shape3) vl.gb2(shape1, shape2, shape3) sl.gb2(shape2, shape3) kl.gb2(shape2, shape3) Arguments x numeric; vector of quantiles. k numeric; order of the moment. shape1 numeric; positive parameter. scale numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. Details Let X be a random variable following a GB2 distribution with parameters shape1 = a, scale = b, shape2 = p and shape3 = q. Moments and incomplete moments of X exist only for −ap ≤ k ≤ aq. Moments are given by Γ(p + k/a)Γ(q − k/a) E(X k ) = bk Γ(p)Γ(q) This expression, when considered a function of k, can be viewed as the moment-generating function of Y = log(X). Thus, it is useful to compute the moments of log(X), which are needed for deriving, for instance, the Fisher information matrix of the GB2 distribution. Moments of log(X) exist for all k. Value moment.gb2 gives the moment of order k, incompl.gb2 gives the incomplete moment of order k, El.gb2 gives the expectation of log(X), vl.gb2 gives the variance of log(X), sl.gb2 gives the skewness of log(X), kl.gb2 gives the kurtosis of log(X). Author(s) Monique Graf References Kleiber, C. and Kotz, S. (2003) Statistical Size Distributions in Economics and Actuarial Sciences, chapter 6. Wiley, Ney York. NonlinearFit 39 See Also gamma for the Gamma function and related functions (digamma, trigamma and psigamma). Examples a <- 3.9 b <- 18873 p <- 0.97 q <- 1.03 k <- 2 x <- qgb2(0.6, a, b, p, q) moment.gb2(k, a, b, p, q) incompl.gb2(x, k, a, b, p, q) vl.gb2(a, p, q) kl.gb2(p, q) NonlinearFit Fitting the GB2 by Minimizing the Distance Between a Set of Empiri- cal Indicators and Their GB2 Expressions Description Fitting the parameters of the GB2 distribution by optimizing the squared weighted distance between a set of empirical indicators, i.e. the median, the ARPR, the RMPG, the QSR and the Gini coeffi- cient, and the GB2 indicators using nonlinear least squares (function nls from package stats). Usage nlsfit.gb2(med, ei4, par0=c(1/ei4[4],med,1,1), cva=1, bound1=par0[1]*max(0.2,1-2*cva), bound2=par0[1]*min(2,1+2*cva), ei4w=1/ei4) Arguments med numeric; the empirical median. ei4 numeric; the values of the empirical indicators. par0 numeric; vector of initial values for the GB2 parameters a, b, p and q. The de- fault is to take a equal to the inverse of the empirical Gini coefficient, b equal to the empirical median and p = q = 1. cva numeric; the coefficient of variation of the ML estimate of the parameter a. The default value is 1. bound1, bound2 numeric; the lower and upper bounds for the parameter a in the algorithm. The default values are 0.2∗a0 and 2∗a0 , where a0 is the initial value of the parameter a. ei4w numeric; vector of weights of to be passed to the nls function. The default values are the inverse of the empirical indicators. 40 NonlinearFit Details We consider the following set of indicators A = (median, ARP R, RM P G, QSR, Gini) and their corresponding GB2 expressions AGB2 . We fit the parameters of the GB2 in two consecutive steps. In the first step, we use the set of indicators, excluding the median, and their corresponding expressions in function of a, ap and aq. The bounds for a are defined in function of the coefficient of variation of the fitted parameter ˆ(a). The nonlinear model that is passed to nls is given by: X4 ci (Aempir,i − AGB2,i (a, ap, aq))2 , i=1 where the weights ci take the differing scales into account and are given by the vector ei4w. ap and aq are bounded so that the constraints for the existence of the moments of the GB2 distribution and the excess for calculating the Gini coefficient are fulfilled, i.e. ap ≥ 1 and aq ≥ 2. In the second step, only the the parameter b is estimated, optimizing the weighted square difference between the empirical median and the GB2 median in function of the already obtained NLS parameters a, p and q. Value nlsfit.gb2 returns a list of three values: the fitted GB2 parameters, the first fitted object and the second fitted object. Author(s) Monique Graf and Desislava Nedyalkova See Also nls, Thomae, moment.gb2 Examples # Takes long time to run, as it makes a call to the function ml.gb2 ## Not run: library(laeken) data(eusilc) # Personal income inc <- as.vector(eusilc$eqIncome) # Sampling weights w <- eusilc$rb050 # Data set d <- data.frame(inc, w) d <- d[!is.na(d$inc),] # Truncate at 0 d <- d[d$inc > 0,] PlotsML 41 inc <- d$inc w <- d$w # ML fit, full log-likelihood fitf <- ml.gb2(inc, w)$opt1 # Estimated parameters af <- fitf$par[1] bf <- fitf$par[2] pf <- fitf$par[3] qf <- fitf$par[4] gb2.par <- c(af, bf, pf, qf) # Empirical indicators indicEMP <- main.emp(inc, w) indicEMP <- c(indicEMP[1],indicEMP[3:6]) indicE <- round(indicEMP, digits=3) # Nonlinear fit nn <- nlsfit.gb2(indicEMP[1,3:6],indicEMP[3:6]) an <- nn[[1]][1] bn <- nn[[1]][2] pn <- nn[[1]][3] qn <- nn[[1]][4] # GB2 indicators indicNLS <- c(main.gb2(0.6, an, bn, pn, qn)[1], main.gb2(0.6, an, bn, pn, qn)[3:6]) indicML <- c(main.gb2(0.6, af, bf, pf, qf)[1], main.gb2(0.6, af, bf, pf, qf)[3:6]) indicN <- round(indicNLS, digits=3) indicM <- round(indicML, digits=3) # Likelihoods nlik <- loglp.gb2(inc, an, bn, pn, qn, w) mlik <- loglp.gb2(inc, af, bf, pf, qf, w) # Results type=c("Emp. est", "NLS", "ML full") results <- data.frame(type=type, median=c(indicE[1], indicN[1], indicM[1]), ARPR=c(indicE[2], indicN[2], indicM[2]), RMPG=c(indicE[3], indicN[3], indicM[3]), QSR =c(indicE[4], indicN[4], indicM[4]), GINI=c(indicE[5], indicN[5], indicM[5]), likelihood=c(NA, nlik, mlik), a=c(NA, an, af), b=c(NA, bn, bf) ,p=c(NA, pn, pf), q=c(NA, qn, qf)) ## End(Not run) 42 ProfLogLikelihood PlotsML Cumulative Distribution Plot and Kernel Density Plot for the Fitted GB2 Description Function plotsML.gb2 produces two plots. The first is a plot of the empirical cumulative distribu- tion function versus the fitted cumulative distibution function. The second is a plot of the kernel density versus the fitted GB2 density. Function saveplot saves locally the produced plot. Usage plotsML.gb2(z, shape1, scale, shape2, shape3, w=rep(1,length(z))) saveplot(name, pathout) Arguments z numeric; vector of data values. w numeric; vector of weights. Must have the same length as z. By default w is a vector of 1. shape1 numeric; positive parameter. scale numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. name string; the name of the plot. pathout string; the path of the folder or device where the plot will be saved. Details The used kernel is "Epanechnikov" (see plot). Author(s) Monique Graf and Desislava Nedyalkova ProfLogLikelihood Profile Log-likelihood of the GB2 Distribution Description Expression of the parameters shape2 = p and shape3 = q of the GB2 distribution as functions of shape1 = a and scale = b, profile log-likelihood of the GB2 distribution, scores of the profile log-likelihood. RobustWeights 43 Usage prof.gb2(x, shape1, scale, w=rep(1, length(x))) proflogl.gb2(x, shape1, scale, w=rep(1, length(x))) profscores.gb2(x, shape1, scale, w=rep(1, length(x))) Arguments x numeric; vector of data values. shape1 numeric; positive parameter. scale numeric; positive parameter. w numeric; vector of weights. Must have the same length as x. By default w is a vector of 1. Details Using the full log-likelihood equations for the GB2 distribution, the parameters p and q can be estimated as functions of a and b. These functions are plugged into the log-likelihood expression, which becomes a function of a and b only. This is obtained by reparametrizing the GB2, i.e. we set p r = p+q and s = p + q. More details can be found in Graf (2009). Value prof returns a vector containing the values of r, s, p, q as well as two other parameters used in the calculation of the profile log-likelihood and its first derivatives. proflogl.gb2 returns the value of the profile log-likelihood and profscores.gb2 returns the vector of the first derivatives of the profile log-likelihhod with respect to a and b. Author(s) Monique Graf and Desislava Nedyalkova References Graf, M. (2009) The Log-Likelihood of the Generalized Beta Distribution of the Second Kind. working paper, SFSO. RobustWeights Robustification of the sampling weights Description Calculation of a Huber-type correction factor by which the vector of weights is multiplied. Usage robwts(x, w=rep(1,length(x)), c=0.01, alpha=0.001) 44 Thomae Arguments x numeric; vector of data values. w numeric; vector of weights. Must have the same length as x. By default w is a vector of 1. c numeric; a constant which can take different values, e.g. 0.01,0.02. By default c = 0.1. alpha numeric; a probability in the interval (0, 1). By default alpha = 0.001. Details If x denotes the observed value and xα the α-th qiantile of the Fisk distribution, then we define our scale as: x1−α xα d= − b b . Next, the correction factor is calculated as follows:    d d corr = max c, min 1, , |b/x − 1| |x/b − 1| Value robwts returns a list of two elements: the vector of correction factors by which the weights are multiplied and the vector of corrected (robustified) weights. Author(s) Monique Graf References Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. Thomae Maximum Excess Representation of a Generalized Hypergeometric Function Using Thomae’s Theorem Description Defines Thomae’s arguments from the upper (U) and lower (L) parameters of a 3 F2 (U, L; 1). Com- putes the optimal combination leading to the maximum excess. Computes the optimal combination of Thomae’s arguments and calculates the optimal representation of the 3 F2 (U, L; 1) using the genhypergeo_series function from package hypergeo. Computes the Gini coefficient for the GB2 distribution, using Thomae’s theorem. Thomae 45 Usage ULg(U, L) combiopt(g) Thomae(U, L, lB, tol, maxiter, debug) gb2.gini(shape1, shape2, shape3, tol=1e-08, maxiter=10000, debug=FALSE) Arguments U numeric; vector of length 3 giving the upper arguments of the generalized hy- pergeometric function 3 F2 . L numeric; vector of length 2 giving the lower arguments of the generalized hy- pergeometric function 3 F2 . g numeric; vector of Thomae’s permuting arguments. lB numeric; ratio of beta functions (a common factor in the expression of the Gini coefficient under the GB2). shape1 numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. tol numeric; tolerance with default 0, meaning to iterate until additional terms do not change the partial sum. maxiter numeric; maximum number of iterations to perform. debug boolean; if TRUE, returns the list of changes to the partial sum. Details Internal use only. More details can be found in Graf (2009). Value ULg returns a list containing Thomae’s arguments and the excess, combiopt gives the optimal com- bination of Thomae’s arguments, Thomae returns the optimal representation of the 3 F2 (U, L; 1), gb2.gini returns the value of the Gini coefficient under the GB2. Author(s) Monique Graf References Graf, M. (2009) An Efficient Algorithm for the Computation of the Gini coefficient of the Gen- eralized Beta Distribution of the Second Kind. ASA Proceedings of the Joint Statistical Meetings, 4835–4843. American Statistical Association (Alexandria, VA). McDonald, J. B. (1984) Some generalized functions for the size distribution of income. Economet- rica, 52, 647–663. See Also genhypergeo_series, gini.gb2 46 Varest Varest Variance Estimation of the Parameters of the GB2 Distribution Description Calculation of variance estimates of the estimated GB2 parameters and the estimated GB2 indicators under cluster sampling. Usage varscore.gb2(x, shape1, scale, shape2, shape3, w=rep(1,length(x)), hs=rep(1,length(x))) vepar.gb2(x, Vsc, shape1, scale, shape2, shape3, w=rep(1,length(x)), hs=rep(1,length(x))) derivind.gb2(shape1, scale, shape2, shape3) veind.gb2(Vpar, shape1, scale, shape2, shape3) Arguments x numeric; vector of data values. Vsc numeric; 4 by 4 matrix. shape1 numeric; positive parameter. scale numeric; positive parameter. shape2, shape3 numeric; positive parameters of the Beta distribution. w numeric; vector of weights. Must have the same length as x. By default w is a vector of 1. hs numeric; vector of household sizes. Must have the same length as x. By default w is a vector of 1. Vpar numeric; 4 by 4 matrix. Details Knowing the first and second derivatives of log(f ), and using the sandwich variance estimator (see Freedman (2006)), the calculation of the variance estimates of the GB2 parameters is straightfor- ward. Vsc is a square matrix of size the number of parameters, e.g. the estimated design variance- covariance matrix of the estimated parameters. We know that the GB2 estimates of the Laeken indicators are functions of the GB2 parameters. In this case, the variance estimates of the fitted indicators are obtained using the delta method. The function veind.gb2 uses Vpar, the sandwich variance estimator of the vector of parameters, in order to obtain the sandwich variance estimator of the indicators. More details can be found in Graf and Nedyalkova (2011). Value varscore.gb2 calculates the middle term of the sandwich variance estimator under simple ran- dom cluster sampling. vepar.gb2 returns a list of two elements: the estimated variance-covariance matrix of the estimated GB2 parameters and the second-order partial derivative of the pseudo log- likelihood function. The function veind.gb2 returns the estimated variance-covariance matrix of the estimated GB2 indicators. derivind.gb2 calculates the numerical derivatives of the GB2 indi- cators and is for internal use only. Varest 47 Author(s) Monique Graf and Desislava Nedyalkova References Davison, A. (2003), Statistical Models. Cambridge University Press. Freedman, D. A. (2006), On The So-Called "Huber Sandwich Estimator" and "Robust Standard Errors". The American Statistician, 60, 299–302. Graf, M., Nedyalkova, D., Muennich, R., Seger, J. and Zins, S. (2011) AMELI Deliverable 2.1: Parametric Estimation of Income Distributions and Indicators of Poverty and Social Exclusion. Technical report, AMELI-Project. Pfeffermann, D. and Sverchkov, M. Yu. (2003), Fitting Generalized Linear Models under Informa- tive Sampling. In, Skinner, C.J. and Chambers, R.L. (eds.). Analysis of Survey Data, chapter 12, 175–195. Wiley, New York. Examples # An example of variance estimation of the GB2 parameters, # using the dataset "eusilcP" from the R package simFrame. # Takes long time to run ## Not run: library(survey) library(simFrame) data(eusilcP) # Draw a sample from eusilcP # 1-stage simple random cluster sampling of size 6000 (cluster = household) # directly, #s <- draw(eusilcP[, c("hid", "hsize", "eqIncome")], grouping = "hid", size = 6000) # or setting up 250 samples, and drawing the first one. # This sample setup can be used for running a simulation. set.seed(12345) scs <- setup(eusilcP, grouping = "hid", size = 6000, k = 250) s <- draw(eusilcP[, c("region", "hid", "hsize", "eqIncome")], scs, i=1) # The number of observations (persons) in eusilcP (58654 persons) \dontrun{N <- dim(eusilcP)[1]} # The number of households in eusilcP (25000 households) Nh <- length(unique(eusilcP$hid)) # Survey design corresponding to the drawn sample sdo = svydesign(id=~hid, fpc=rep(Nh,nrow(s)), data=s) \dontrun{summary(sdo)} # Truncated sample (truncate at 0) s <- s[!is.na(s$eqIncome),] str <- s[s$eqIncome > 0, ] eqInc <- str$eqIncome 48 Varest w <- str$.weight # Designs for the truncated sample sdotr <- subset(sdo, eqIncome >0) sddtr = svydesign(id=~hid, strata=~region, fpc=NULL, weights=~.weight, data=str) \dontrun{summary(sdotr)} \dontrun{summary(sddtr)} # Fit by maximum likelihood fit <- ml.gb2(eqInc,w)$opt1 af <- fit$par[1] bf <- fit$par[2] pf <- fit$par[3] qf <- fit$par[4] mlik <- -fit$value # Estimated parameters and indicators, empirical indicators gb2.par <- round(c(af, bf, pf, qf), digits=3) emp.ind <- main.emp(eqInc, w) gb2.ind <- main.gb2(0.6, af, bf, pf, qf) # Scores scores <- matrix(nrow=length(eqInc), ncol=4) for (i in 1:length(eqInc)){ scores[i,] <- dlogf.gb2(eqInc[i], af, bf, pf, qf) } # Data on households only sh <- unique(str) heqInc <- sh$eqIncome hw <- sh$.weight hhs <- sh$hsize hs <- as.numeric(as.vector(hhs)) # Variance of the scores VSC <- varscore.gb2(heqInc, af, bf, pf, qf, hw, hs) # Variance of the scores using the explicit designs, and package survey DV1 <- vcov(svytotal(~scores[,1]+scores[,2]+scores[,3]+scores[,4], design=sdotr)) DV2 <- vcov(svytotal(~scores[,1]+scores[,2]+scores[,3]+scores[,4], design=sddtr)) # Estimated variance-covariance matrix of the parameters af, bf, pf and qf VCMP <- vepar.gb2(heqInc, VSC, af, bf, pf, qf, hw, hs)[[1]] DVCMP1 <- vepar.gb2(heqInc, DV1, af, bf, pf, qf, hw, hs)[[1]] DVCMP2 <- vepar.gb2(heqInc, DV2, af, bf, pf, qf, hw, hs)[[1]] \dontrun{diag(DVCMP1)/diag(VCMP)} \dontrun{diag(DVCMP2)/diag(VCMP)} \dontrun{diag(DV1)/diag(VSC)} \dontrun{diag(DV2)/diag(VSC)} # Standard errors of af, bf, pf and qf se.par <- sqrt(diag(VCMP)) Varest 49 sed1.par <- sqrt(diag(DVCMP1)) sed2.par <- sqrt(diag(DVCMP2)) # Estimated variance-covariance matrix of the indicators (VCMI) VCMI <- veind.gb2(VCMP, af, bf, pf, qf) DVCMI1 <- veind.gb2(DVCMP1, af, bf, pf, qf) DVCMI2 <- veind.gb2(DVCMP2, af, bf, pf, qf) # Standard errors and confidence intervals varest.ind <- diag(VCMI) se.ind <- sqrt(varest.ind) lci.ind <- gb2.ind - 1.96*se.ind uci.ind <- gb2.ind + 1.96*se.ind inCI <- as.numeric(lci.ind <= emp.ind & emp.ind <= uci.ind) # under the sampling design sdotr varestd1.ind <- diag(DVCMI1) sed1.ind <- sqrt(varestd1.ind) lcid1.ind <- gb2.ind - 1.96*sed1.ind ucid1.ind <- gb2.ind + 1.96*sed1.ind inCId1 <- as.numeric(lcid1.ind <= emp.ind & emp.ind <= ucid1.ind) #under the sampling design sddtr varestd2.ind <- diag(DVCMI2) sed2.ind <- sqrt(varestd2.ind) lcid2.ind <- gb2.ind - 1.96*sed2.ind ucid2.ind <- gb2.ind + 1.96*sed2.ind inCId2 <- as.numeric(lcid2.ind <= emp.ind & emp.ind <= ucid2.ind) #coefficients of variation .par (parameters), .ind (indicators) cv.par <- se.par/gb2.par names(cv.par) <- c("am","bm","pm","qm") cvd1.par <- sed1.par/gb2.par names(cvd1.par) <- c("am","bm","pm","qm") cvd2.par <- sed2.par/gb2.par names(cvd2.par) <- c("am","bm","pm","qm") cv.ind <- se.ind/gb2.ind cvd1.ind <- sed1.ind/gb2.ind cvd2.ind <- sed2.ind/gb2.ind #results res <- data.frame(am = af, bm = bf, pm = pf, qm = qf, lik = mlik, median = gb2.ind[[1]], mean = gb2.ind[[2]], ARPR = gb2.ind[[3]], RMPG = gb2.ind[[4]], QSR = gb2.ind[[5]], Gini = gb2.ind[[6]], emedian = emp.ind[[1]], emean = emp.ind[[2]], eARPR = emp.ind[[3]], eRMPG = emp.ind[[4]], eQSR = emp.ind[[5]], eGini = emp.ind[[6]], cva = cv.par[1], cvb = cv.par[2], cvp= cv.par[3], cvq = cv.par[4], cvd1a = cvd1.par[1], cvd1b = cvd1.par[2], cvd1p= cvd1.par[3], cvd1q = cvd1.par[4], cvd2a = cvd2.par[1], cvd2b = cvd2.par[2], cvd2p= cvd2.par[3], cvd2q = cvd2.par[4], 50 Varest cvmed = cv.ind[[1]], cvmean = cv.ind[[2]], cvARPR = cv.ind[[3]], cvRMPG = cv.ind[[4]], cvQSR = cv.ind[[5]], cvGini = cv.ind[[6]], cvd1med = cvd1.ind[[1]], cvd1mean = cvd1.ind[[2]], cvd1ARPR = cvd1.ind[[3]], cvd1RMPG = cvd1.ind[[4]], cvd1QSR = cvd1.ind[[5]], cvd1Gini = cvd1.ind[[6]], cvd2med = cvd2.ind[[1]], cvd2mean = cvd2.ind[[2]], cvd2ARPR = cvd2.ind[[3]], cvd2RMPG = cvd2.ind[[4]], cvd2QSR = cvd2.ind[[5]], cvd2Gini = cvd2.ind[[6]]) res <- list(parameters = data.frame(am = af, bm = bf, pm = pf, qm = qf, lik = mlik), cv.parameters.naive = cv.par, cv.parameters.design1 = cvd1.par, cv.parameters.design2 = cvd2.par, GB2.indicators = gb2.ind, emp.indicators = emp.ind, cv.indicators.naive = cv.ind, cv.indicators.design1 = cvd1.ind, cv.indicators.design2 = cvd2.ind) res \dontrun{inCI} ## End(Not run) Index ∗ distribution CompoundAuxVarest, 9 Compound, 2 CompoundDensPlot, 12 CompoundAuxFit, 6 CompoundFit, 7, 13 CompoundAuxVarest, 9 CompoundIndicators, 15 CompoundFit, 13 CompoundMoments, 17 CompoundIndicators, 15 CompoundQuantiles, 18 CompoundMoments, 17 CompoundVarest, 20 CompoundQuantiles, 18 Contindic, 22 CompoundVarest, 20 contindic.gb2 (Contindic), 22 Contprof, 24 contour, 23, 24 Fisk, 25 Contprof, 24 gb2, 26 contprof.gb2 (Contprof), 24 Gini, 27 Indicators, 28 d2logf.gb2 (LogDensity), 30 LogDensity, 30 dbeta, 27 LogLikelihood, 31 dcgb2 (Compound), 2 MLfitGB2, 32 density, 13 MLfullGB2, 34 derivind.cgb2 (CompoundVarest), 20 MLprofGB2, 36 derivind.gb2 (Varest), 46 Moments, 37 desvar.cavgb2, 10 NonlinearFit, 39 desvar.cavgb2 (CompoundAuxVarest), 9 PlotsML, 42 desvar.cgb2 (CompoundVarest), 20 ProfLogLikelihood, 42 dgb2 (gb2), 26 Thomae, 44 dl.cgb2 (Compound), 2 Varest, 46 dlogf.gb2 (LogDensity), 30 ∗ dplot.cavgb2 (CompoundAuxDensPlot), 5 Compound, 2 dplot.cgb2 (CompoundDensPlot), 12 NonlinearFit, 39 el.gb2 (Moments), 37 arpr.cgb2 (CompoundIndicators), 15 arpr.gb2 (Indicators), 28 fg.cgb2 (Compound), 2 arpt.cgb2 (CompoundIndicators), 15 Fisk, 25 arpt.gb2 (Indicators), 28 fisk, 24, 35, 37 fisk (Fisk), 25 beta, 27 fiskh (Fisk), 25 combiopt (Thomae), 44 gamma, 39 Compound, 2 gb2, 26 CompoundAuxDensPlot, 5 gb2.gini, 27, 28 CompoundAuxFit, 6 gb2.gini (Thomae), 44 51 52 INDEX genhypergeo_series, 45 nlsfit.gb2 (NonlinearFit), 39 Gini, 27 NonlinearFit, 39 gini.b2 (Gini), 27 gini.dag (Gini), 27 optim, 6, 7, 14, 25, 33, 35, 37 gini.gb2, 45 gini.gb2 (Gini), 27 pcgb2 (Compound), 2 gini.sm (Gini), 27 pgb2 (gb2), 26 pkl.cavgb2, 5 hess.cavgb2 (CompoundAuxVarest), 9 pkl.cavgb2 (CompoundAuxFit), 6 hess.cgb2 (CompoundVarest), 20 pl.cgb2 (Compound), 2 plot, 42 incompl.cgb2 (CompoundMoments), 17 plot.density, 13 incompl.gb2, 30 PlotsML, 41 incompl.gb2 (Moments), 37 plotsML.gb2 (PlotsML), 42 Indicators, 28 pofv.cgb2 (CompoundFit), 13 info.gb2 (LogLikelihood), 31 prcgb2 (Compound), 2 prof.gb2 (ProfLogLikelihood), 42 kl.gb2 (Moments), 37 proflogl.gb2, 36 lambda0.cavgb2 (CompoundAuxFit), 6 proflogl.gb2 (ProfLogLikelihood), 42 LogDensity, 30 ProfLogLikelihood, 24, 42 logf.gb2 (LogDensity), 30 profml.gb2, 33 logl.cavgb2 (CompoundAuxFit), 6 profml.gb2 (MLprofGB2), 36 logl.cgb2 (CompoundFit), 13 profscores.gb2, 36 loglh.gb2 (LogLikelihood), 31 profscores.gb2 (ProfLogLikelihood), 42 LogLikelihood, 31 loglp.gb2 (LogLikelihood), 31 qcgb2 (CompoundQuantiles), 18 qgb2, 30 main.cgb2 (CompoundIndicators), 15 qgb2 (gb2), 26 main.emp (MLfitGB2), 32 qsr.cgb2 (CompoundIndicators), 15 main.gb2, 32 qsr.gb2 (Indicators), 28 main.gb2 (Indicators), 28 main2.gb2 (Indicators), 28 rcgb2 (CompoundQuantiles), 18 mkl.cgb2 (CompoundMoments), 17 rgb2 (gb2), 26 ml.cavgb2 (CompoundAuxFit), 6 rmpg.cgb2 (CompoundIndicators), 15 ml.cgb2, 13 rmpg.gb2 (Indicators), 28 ml.cgb2 (CompoundFit), 13 RobustWeights, 43 ml.gb2, 33 robwts (RobustWeights), 43 ml.gb2 (MLfullGB2), 34 mlfit.gb2 (MLfitGB2), 32 saveplot (PlotsML), 42 MLfitGB2, 32 scores.cavgb2 (CompoundAuxFit), 6 MLfullGB2, 34 scores.cgb2 (CompoundFit), 13 mlh.gb2 (MLfullGB2), 34 scoresh.gb2 (LogLikelihood), 31 MLprofGB2, 36 scoresp.gb2 (LogLikelihood), 31 moment.cgb2 (CompoundMoments), 17 scoreU.cavgb2 (CompoundAuxVarest), 9 moment.gb2, 40 scoreU.cgb2 (CompoundVarest), 20 moment.gb2 (Moments), 37 scorez.cavgb2 (CompoundAuxVarest), 9 Moments, 37 sl.gb2 (Moments), 37 survey, 9, 11, 21 nls, 40 svydesign, 10, 20 INDEX 53 Thomae, 40, 44 ULg (Thomae), 44 Varest, 46 varscore.cavgb2 (CompoundAuxVarest), 9 varscore.cgb2 (CompoundVarest), 20 varscore.gb2 (Varest), 46 veind.cavgb2 (CompoundAuxVarest), 9 veind.cgb2 (CompoundVarest), 20 veind.gb2 (Varest), 46 vepar.cavgb2 (CompoundAuxVarest), 9 vepar.cgb2 (CompoundVarest), 20 vepar.gb2 (Varest), 46 vl.gb2 (Moments), 37 vofp.cgb2 (CompoundFit), 13
SpatialML
cran
Package ‘SpatialML’ October 12, 2022 Version 0.1.5 Date 2022-09-02 Type Package Title Spatial Machine Learning Author Stamatis Kalogirou [aut, cre], Stefanos Georganos [aut, ctb] Maintainer Stamatis Kalogirou <stamatis@lctools.science> Depends R (>= 4.1.0), ranger (>= 0.13.1), caret Description Implements a spatial extension of the random forest algorithm (Georganos et al. (2019) <doi:10.1080/10106049.2019.1595177>). Allows for a geographically weighted random forest regression including a function to find the optical bandwidth. (Georganos and Kalogirou (2022) <https://www.mdpi.com/2220-9964/11/9/471>). License GPL (>= 2) Encoding UTF-8 LazyData true URL http://lctools.science/ NeedsCompilation no Repository CRAN Date/Publication 2022-09-02 07:20:15 UTC R topics documented: grf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 grf.bw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 Income . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 predict.grf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 random.test.data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 rf.mtry.optim . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Index 13 1 2 grf grf Geographically Weighted Random Forest Description This function refers to a local version of the popular Random Forest algorithm. Usage grf(formula, dframe, bw, kernel, coords, ntree=500, mtry=NULL, importance="impurity", nthreads = NULL, forests = TRUE, weighted = TRUE, print.results=TRUE, ...) Arguments formula the local model to be fitted using the same syntax used in the ranger function of the R package ranger. This is a string that is passed to the sub-models’ ranger function. For more details look at the class formula. dframe a numeric data frame of at least two suitable variables (one dependent and one independent) bw a positive number that may be an integer in the case of an "adaptive kernel" or a real in the case of a "fixed kernel". In the first case, the integer denotes the number of nearest neighbours, whereas in the latter case the real number refers to the bandwidth (in meters if the coordinates provided are Cartesian). kernel the kernel to be used in the regression. Options are "adaptive" or "fixed". coords a numeric matrix or data frame of two columns giving the X,Y coordinates of the observations ntree an integer referring to the number of trees to grow for each of the local random forests. mtry Number of variables randomly sampled as candidates at each split. Note that the default values is p/3, where p is number of variables in the formula importance Feature importance of the dependent variables used as input at the random forest. Default value is "impurity" which refers to the Gini index for classification and the variance of the responses for regression. nthreads Number of threads. Default is number of CPUs available. The argument passes to both rnager and predict functions. forests a option to save and export (TRUE) or not (FALSE) all the local forests weighted if TRUE the algorithm calculates Geographically Weighted Random Forest us- ing the case.weights option of the packare ranger. If FALSE it will calculate local random forests without weighting each observation in the local data set. print.results a option to print in the console (TRUE) or not (FALSE) the summary of the analysis ... further arguments passed to the ranger function grf 3 Details Geographically Weighted Random Forest (GRF) is a spatial analysis method using a local version of the famous Machine Learning algorithm. It allows for the investigation of the existence of spatial non-stationarity, in the relationship between a dependent and a set of independent variables. The latter is possible by fitting a sub-model for each observation in space, taking into account the neigh- bouring observations. This technique adopts the idea of the Geographically Weighted Regression, Kalogirou (2003). The main difference between a tradition (linear) GWR and GRF is that we can model non-stationarity coupled with a flexible non-linear model which is very hard to overfit due to its bootstrapping nature, thus relaxing the assumptions of traditional Gaussian statistics. Essen- tially, it was designed to be a bridge between machine learning and geographical models, combining inferential and explanatory power. Additionally, it is suited for datasets with numerous predictors, due to the robust nature of the random forest algorithm in high dimensionality. Value Global.Model A ranger object of the global random forest model Locations a numeric matrix or data frame of two columns giving the X,Y coordinates of the observations Local.Variable.Importance a numeric data frame with the local feature importance for each predictor in each local random forest model LGofFit a numeric data frame with residuals and local goodness of fit statistics. Forests all local forests. lModelSummary Local Model Summary and goodness of fit statistics. Warning Large datasets may take long to calibrate. A high number of observations may result in a volumi- nous forests output. Note This function is under development. There should be improvements in future versions of the pack- age SpatialML. Any suggestion is welcome! Author(s) Stamatis Kalogirou <stamatis@lctools.science>, Stefanos Georganos <sgeorgan@ulb.ac.be> References Stefanos Georganos, Tais Grippa, Assane Niang Gadiaga, Catherine Linard, Moritz Lennert, Sabine Vanhuysse, Nicholus Odhiambo Mboga, Eléonore Wolff & Stamatis Kalogirou (2019) Geographi- cal Random Forests: A Spatial Extension of the Random Forest Algorithm to Address Spatial Het- erogeneity in Remote Sensing and Population Modelling, Geocarto International, DOI: 10.1080/10106049.2019.1595177 Georganos, S. and Kalogirou, S. (2022) A Forest of Forests: A Spatially Weighted and Computa- tionally Efficient Formulation of Geographical Random Forests. ISPRS, International Journal of Geo-Information, 2022, 11, 471. <https://www.mdpi.com/2220-9964/11/9/471> 4 grf.bw See Also predict.grf Examples ## Not run: RDF <- random.test.data(10,10,3) Coords<-RDF[ ,4:5] grf <- grf(dep ~ X1 + X2, dframe=RDF, bw=10, kernel="adaptive", coords=Coords) ## End(Not run) data(Income) Coords<-Income[ ,1:2] grf <- grf(Income01 ~ UnemrT01 + PrSect01, dframe=Income, bw=60, kernel="adaptive", coords=Coords) grf.bw Geographically Weighted Random Forest optimal bandwidth selection Description This function finds the optimal bandwidth for the Geographically Weighted Random Forest algo- rithm using an exhaustive approach. Usage grf.bw(formula, dataset, kernel="adaptive", coords, bw.min = NULL, bw.max = NULL, step = 1, trees=500, mtry=NULL, importance="impurity", nthreads = 1, forests = FALSE, weighted = TRUE, ...) Arguments formula the local model to be fitted using the same syntax used in the ranger function of the R package ranger. This is a string that is passed to the sub-models’ ranger function. For more details look at the class formula. dataset a numeric data frame of at least two suitable variables (one dependent and one independent) kernel the kernel to be used in the regression. Options are "adaptive" (default) or "fixed". coords a numeric matrix or data frame of two columns giving the X,Y coordinates of the observations bw.min an integer referring to the minimum bandwidth that evaluation starts. bw.max an integer referring to the maximum bandwidth that evaluation ends. grf.bw 5 step an integer referring to the step for each iteration of the evaluation between the min and the max bandwidth. Default value is 1. trees an integer referring to the number of trees to grow for each of the local random forests. mtry the number of variables randomly sampled as candidates at each split. Note that the default values is p/3, where p is number of variables in the formula importance feature importance of the dependent variables used as input at the random forest. Default value is "impurity" which refers to the Gini index for classification and the variance of the responses for regression. nthreads Number of threads. Default is number of CPUs available. The argument passes to both ranger and predict functions. forests a option to save and export (TRUE) or not (FALSE) all the local forests. Default value is FALSE. weighted if TRUE the algorithm calculates Geographically Weighted Random Forest us- ing the case.weights option of the package ranger. If FALSE it will calculate local random forests without weighting each observation in the local data set. ... further arguments passed to the grf and ranger functions Details Geographically Weighted Random Forest (GRF) is a spatial analysis method using a local version of the famous Machine Learning algorithm. It allows for the investigation of the existence of spatial non-stationarity, in the relationship between a dependent and a set of independent variables. The latter is possible by fitting a sub-model for each observation in space, taking into account the neigh- bouring observations. This technique adopts the idea of the Geographically Weighted Regression, Kalogirou (2003). The main difference between a tradition (linear) GWR and GRF is that we can model non-stationarity coupled with a flexible non-linear model which is very hard to over-fit due to its bootstrapping nature, thus relaxing the assumptions of traditional Gaussian statistics. Essen- tially, it was designed to be a bridge between machine learning and geographical models, combining inferential and explanatory power. Additionally, it is suited for datasets with numerous predictors, due to the robust nature of the random forest algorithm in high dimensionality. This function is a first attempt to find the optimal bandwidth for the grf. It uses an exhaustive approach, i.e. it tests sequential nearest neighbour bandwidths within a range and with a user defined step, and returns a list of goodness of fit statistics. It chooses the best bandwidth based on the maximum R2 value of the local model. Future versions of this function will include heuristic methods to find the optimal bandwidth using algorithms such as optim. Value tested.bandwidths A table with the tested bandwidths and the corresponding R2 of three model configurations: Local that refers to predictions based on the local (grf) model only; Mixed that refers to predictions that equally combine local (grf) and global (rf) model predictors; and Low.Local that refers to a prediction based on the combination of the local model predictors with a weight of 0.25 and the global model predictors with a weight of 0.75). best.bw Best bandwidth based on the local model predictions. 6 grf.bw Warning Large datasets may take long time to evaluate the optimal bandwidth. Note This function is under development. There should be improvements in future versions of the pack- age SpatialML. Any suggestion is welcome! Author(s) Stamatis Kalogirou <stamatis@lctools.science>, Stefanos Georganos <sgeorgan@ulb.ac.be> References Stefanos Georganos, Tais Grippa, Assane Niang Gadiaga, Catherine Linard, Moritz Lennert, Sabine Vanhuysse, Nicholus Odhiambo Mboga, Eléonore Wolff and Stamatis Kalogirou (2019) Geograph- ical Random Forests: A Spatial Extension of the Random Forest Algorithm to Address Spatial Het- erogeneity in Remote Sensing and Population Modelling, Geocarto International, DOI: 10.1080/10106049.2019.1595177 Georganos, S. and Kalogirou, S. (2022) A Forest of Forests: A Spatially Weighted and Computa- tionally Efficient Formulation of Geographical Random Forests. ISPRS, International Journal of Geo-Information, 2022, 11, 471. <https://www.mdpi.com/2220-9964/11/9/471> See Also grf Examples ## Not run: RDF <- random.test.data(8,8,3) Coords<-RDF[ ,4:5] bw.test <- grf.bw(dep ~ X1 + X2, RDF, kernel="adaptive", coords=Coords, bw.min = 20, bw.max = 23, step = 1, forests = FALSE, weighted = TRUE) ## End(Not run) data(Income) Coords<-Income[ ,1:2] bwe <-grf.bw(Income01 ~ UnemrT01 + PrSect01, Income, kernel="adaptive", coords=Coords, bw.min = 30, bw.max = 80, step = 1, forests = FALSE, weighted = TRUE) grf <- grf(Income01 ~ UnemrT01 + PrSect01, dframe=Income, bw=bwe$Best.BW, kernel="adaptive", coords=Coords) Income 7 Income Mean household income at lcoal authorities in Greece in 2011 Description Municipality centroids and socioeconomic variables aggregated to the new local authority geogra- phy in Greece (Programme Kallikratis). Usage data(Income) Format A data frame with 325 observations on the following 5 variables. X a numeric vector of x coordinates Y a numeric vector of y coordinates UnemrT01 a numeric vector of total unemployment rate in 2001 (Census) PrSect01 a numeric vector of the proportion of economically active working in the primary finan- cial sector (mainly agriculture; fishery; and forestry in 2001 (Census)) Foreig01 a numeric vector of proportion of people who do not have the Greek citizenship in 2001 (Census) Income01 a numeric vector of mean recorded household income (in Euros) earned in 2001 and declared in 2002 tax forms Details The X,Y coordinates refer to the geometric centroids of the new 325 Municipalities in Greece (Programme Kallikratis) in 2011. Source The original shapefile of the corresponding polygons is available from the Hellenic Statistical Au- thority (EL.STAT.) at http://www.statistics.gr/el/digital-cartographical-data. The population, employment, citizenship and employment sector data is available from the Hellenic Statistical Authority (EL.STAT.) at http://www.statistics.gr/en/home but were aggregated to the new municipalities by the author. The income data are available from the General Secretariat of Information Systems in Greece at http://www.gsis.gr/ at the postcode level of geography and were aggregated to the new municipalities by the author. 8 predict.grf References Kalogirou, S., and Hatzichristos, T. (2007). A spatial modelling framework for income estimation. Spatial Economic Analysis, 2(3), 297-316. https://www.tandfonline.com/doi/abs/10.1080/ 17421770701576921 Kalogirou, S. (2010). Spatial inequalities in income and post-graduate educational attainment in Greece. Journal of Maps, 6(1), 393-400.https://www.tandfonline.com/doi/abs/10.4113/ jom.2010.1095 Kalogirou, S. (2013) Testing geographically weighted multicollinearity diagnostics, GISRUK 2013, Department of Geography and Planning, School of Environmental Sciences, University of Liver- pool, Liverpool, UK, 3-5 April 2013. http://gisc.gr/?mdocs-file=1140&mdocs-url=false Examples data(Income) boxplot(Income$Income01) hist(Income$PrSect01) predict.grf Predict Method for Geographical Random Forest Description Prediction of test data using the geographical random forest. Usage ## S3 method for class 'grf' predict(object, new.data, x.var.name, y.var.name, local.w=1, global.w=0,...) Arguments object an object that created by the function grf that includes all local forests. new.data a data frame containing new data. x.var.name the name of the variable with X coordinates. y.var.name the name of the variable with Y coordinates. local.w weight of the local model predictor allowing semi-local predictions. Default value is 1. global.w weight of the global model predictor allowing semi-local predictions. Default value is 0. ... for other arguments passed to the generic predict functions. For example you may pass here the number of threats Details A Geographical Random Forest prediction on unknown data. The nearest local random forest model in coordinate space is used to predict in each unknown y-variable location. predict.grf 9 Value vector of predicted values Note This function is under development. There should be improvements in future versions of the pack- age SpatialML. Any suggestion is welcome! Author(s) Stamatis Kalogirou <stamatis@lctools.science>, Stefanos Georganos <sgeorgan@ulb.ac.be> References Stefanos Georganos, Tais Grippa, Assane Niang Gadiaga, Catherine Linard, Moritz Lennert, Sabine Vanhuysse, Nicholus Odhiambo Mboga, Eléonore Wolff & Stamatis Kalogirou (2019) Geographi- cal Random Forests: A Spatial Extension of the Random Forest Algorithm to Address Spatial Het- erogeneity in Remote Sensing and Population Modelling, Geocarto International, DOI: 10.1080/10106049.2019.1595177 See Also grf Examples ## Not run: RDF <- random.test.data(10,10,3) Coords<-RDF[ ,4:5] grf <- grf(dep ~ X1 + X2, dframe=RDF, bw=10, kernel="adaptive", coords=Coords) RDF.Test <- random.test.data(2,2,3) predict.grf(grf, RDF.Test, x.var.name="X", y.var.name="Y", local.w=1, global.w=0) ## End(Not run) #Load the sample data data(Income) #Create the vector of XY coordinates Coords<-Income[,1:2] #Fit local model grf <- grf(Income01 ~ UnemrT01 + PrSect01, dframe=Income, bw=60, kernel="adaptive", coords=Coords) #Create New Random Data - XY coordinates inside the sample data map extend x<-runif(20, min = 142498, max = 1001578) y<-runif(20, min = 3855768, max = 4606754) u<-runif(20, min = 5, max = 50) 10 random.test.data p<-runif(20, min = 0, max = 100) f<-runif(20, min = 2, max = 30) df2<-data.frame(X=x, Y= y, UnemrT01=u, PrSect01=p, Foreig01=f) #Make predictions using the local model predict.grf(grf, df2, x.var.name="X", y.var.name="Y", local.w=1, global.w=0) random.test.data Radmom data generator Description Generates datasets with random data for modelling including a dependent variable, independent variables and X,Y coordinates. Usage random.test.data(nrows = 10, ncols = 10, vars.no = 3, dep.var.dis = "normal", xycoords = TRUE) Arguments nrows an integer referring to the number of rows for a regular grid ncols an integer referring to the number of columns for a regular grid vars.no an integer referring to the number of independent variables dep.var.dis a character referring to the distribution of the dependent variable. Options are "normal" (default) and "poisson" xycoords a logical value indicating whether X,Y coordinates will be created (default) or not. Details The creation of a random dataset was necessary here to provide examples to some functions. How- ever, random datasets may be used in simulation studies. Value a dataframe Author(s) Stamatis Kalogirou <stamatis@lctools.science> Examples RDF <- random.test.data(12,12,3) rf.mtry.optim 11 rf.mtry.optim Optimal mtry Description This function calculates the optimal mtry for a given Random Forest (RF) model in a specified range of values. The optimal mtry value can then be used in the grf model. Usage rf.mtry.optim(formula, dataset, min.mtry=NULL, max.mtry=NULL, mtry.step, cv.method="repeatedcv", cv.folds=10, ...) Arguments formula the model to be fitted using the function train of the R package caret. dataset a numeric data frame of at least two suitable variables (one dependent and one independent) min.mtry the minimum mtry value for its optimisation (function expand.grid) max.mtry the maximum mtry value for its optimisation (function expand.grid) mtry.step the step in the sequence of mtry values for its optimisation (function expand.grid) cv.method the resampling method in the function trainControl of the R package caret. Default option is "repeatedcv" and alternative option is "cv". cv.folds the number of folds (argument "number" in the function trainControl). De- fault value is 10) ... additional arguments affecting the function trainControl) Details Based on the train function of the caret package, this function sets up a grid of tuning param- eters for a number of random forest routines, fits each model and calculates a resampling based performance measure to choose the best mtry value. Value A list is returned of class train as in the function train in the caret package. Note This function is under development. Author(s) Stamatis Kalogirou <stamatis@lctools.science>, Stefanos Georganos <sgeorgan@ulb.ac.be> 12 rf.mtry.optim References Kuhn, M. (2008). Building Predictive Models in R Using the caret Package. Journal of Statistical Software, 28(5), 1 - 26. doi: <http://dx.doi.org/10.18637/jss.v028.i05> Georganos, S. and Kalogirou, S. (2022) A Forest of Forests: A Spatially Weighted and Computa- tionally Efficient Formulation of Geographical Random Forests. ISPRS, International Journal of Geo-Information, 2022, 11, 471. <https://www.mdpi.com/2220-9964/11/9/471> Examples data(Income) Coords <- Income[ ,1:2] results <- rf.mtry.optim(Income01 ~ UnemrT01 + PrSect01, Income) Index ∗ Greek Municipalities Income, 7 ∗ Income Income, 7 ∗ datasets Income, 7 ∗ local random forest predict.grf, 8 ∗ predictive analytics grf, 2 grf.bw, 4 ∗ random data random.test.data, 10 ∗ spatial random forest grf, 2 grf.bw, 4 formula, 2, 4 grf, 2, 6, 9 grf.bw, 4 Income, 7 predict.grf, 4, 8 random.test.data, 10 ranger, 2, 4 rf.mtry.optim, 11 13
jtdm
cran
Package ‘jtdm’ September 25, 2023 Type Package Title Joint Modelling of Functional Traits Version 0.1-1 Description Fitting and analyzing a Joint Trait Distribution Model. The Joint Trait Distribu- tion Model is implemented in the Bayesian framework using conjugate priors and posteri- ors, thus guaranteeing fast inference. In particular the package computes joint probabili- ties and multivariate confidence intervals, and enables the investigation of how they de- pend on the environment through partial response curves. The method implemented by the pack- age is described in Poggiato et al. (2023) <doi:10.1111/geb.13706>. License GPL-3 Encoding UTF-8 LazyData true Imports ggforce, mniw, mvtnorm, parallel, stats, utils, ggplot2, gridExtra, reshape2 RoxygenNote 7.2.3 Depends R (>= 3.5.0) URL https://github.com/giopogg/jtdm, https://giopogg.github.io/jtdm/ VignetteBuilder knitr BugReports https://github.com/giopogg/jtdm/issues Suggests knitr, rmarkdown, devtools NeedsCompilation no Author Giovanni Poggiato [aut, cre, cph] (<https://orcid.org/0000-0003-1957-9764>) Maintainer Giovanni Poggiato <giov.poggiato@gmail.com> Repository CRAN Date/Publication 2023-09-25 09:50:06 UTC 1 2 ellipse_plot R topics documented: ellipse_plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 getB . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 get_sigma . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 global . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 joint_trait_prob . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 joint_trait_prob_gradient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 jtdmCV . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 jtdm_fit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 jtdm_predict . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 partial_response . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 plot.jtdm_fit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 summary.jtdm_fit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 X . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 Y . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 Index 17 ellipse_plot Partial response curve of the pairwise most suitable community-level strategy and of the pairwise envelop of possible community-level strat- egy Description Partial response curve of the pairwise most suitable community-level strategy and of the pairwise envelop of possible community-level strategy. In order to build the response curve, the function builds a dataframe where the focal variable varies along a gradient and the other (non-focal) vari- ables are fixed to their mean (but see FixX parameter for fixing non-focal variables to user-defined values). The chosen traits are specified in indexTrait. Then uses the jtdm_predict function to com- pute the most suitable community-level strategy and the residual covariance matrix to build the envelop of possible CWM combinations. Usage ellipse_plot( m, indexGradient, indexTrait, FullPost = FALSE, grid.length = 20, FixX = NULL, confL = 0.95 ) getB 3 Arguments m a model fitted with jtdm_fit indexGradient The name (as specified in the column names of X) of the focal variable. indexTrait A vector of the two names (as specified in the column names of Y) containing the two (or more!) traits we want to compute the community level strategy of. FullPost If FullPost = TRUE, the function returns samples from the predictive distribution of joint probabilities. If FullPost= FALSE, joint probabilities are computed only using the posterior mean of the parameters. grid.length The number of points along the gradient of the focal variable. Default to 20 (which ensures a fair visualization). FixX Optional. A parameter to specify the value to which non-focal variables are fixed. This can be useful for example if we have some categorical variables (e.g. forest vs meadows) and we want to obtain the partial response curve for a given value of the variable. It has to be a list of the length and names of the columns of X. For example, if the columns of X are "MAT","MAP","Habitat" and we want to fix "Habitat" to 1, then FixX=list(MAT=NULL,MAP=NULL,Habitat=1.). De- fault to NULL. confL The confidence level of the confidence ellipse (i.e. of the envelop of possible community-level strategies). Default is 0.95. Value Plot of the partial response curve of the pairwise most suitable community-level strategy and of the pairwise envelop of possible community-level strategy Examples data(Y) data(X) # Short MCMC to obtain a fast example: results are unreliable ! m = jtdm_fit(Y=Y, X=X, formula=as.formula("~GDD+FDD+forest"), sample = 1000) # plot the pairwise SLA-LNC partial response curve along the GDD gradient ellipse_plot(m,indexTrait = c("SLA","LNC"),indexGradient="GDD") # plot the pairwise SLA-LNC partial response curve along the GDD gradient # in forest (i.e. when forest=1) ellipse_plot(m,indexTrait = c("SLA","LNC"),indexGradient="GDD", FixX=list(GDD=NULL,FDD=NULL,forest=1)) getB Get the inferred regression coefficients 4 get_sigma Description Get the samples from the posterior distribution of the regression coefficient matrix B, together with the posterior mean and quantiles. The regression coefficient matrix B is a matrix where the number of rows is defined by the number of traits that are modeled, and the number of columns is the number of columns of the matrix m$X (the number of explanatory variables after transformation via formula) Usage getB(m) Arguments m a model fitted with jtdm_fit Value A list containing: Bsamples Sample from the posterior distribution of the regression coefficient matrix. It is an array where the first dimension is the number of traits, the second the number of columns in m$X (the number of variables after transformation via formula) and the third the number of MCMC samples. Bmean Posterior mean of the regression coefficient matrix. Bq975,Bq025 97.5% and 0.25% posterior quantiles of the regression coefficient matrix. Examples data(Y) data(X) m = jtdm_fit(Y=Y, X=X, formula=as.formula("~GDD+FDD+forest"), sample = 1000) # get the inferred regression coefficients B=getB(m) get_sigma Get the inferred residual covariance matrix Description Get the samples from the posterior distribution of the residual covariance matrix, together with the posterior mean and quantiles. Usage get_sigma(m) global 5 Arguments m a model fitted with jtdm_fit Value A list containing: Ssamples Sample from the posterior distribution of the residual covariance matrix. It is an array where the first two dimensions are the rows and columns of the matrix, and the third dimensions are the samples from the posterior distribution Smean Posterior mean of the residual covariance matrix. Sq975,Sq025 97.5% and 0.25% posterior quantiles of the residual covariance matrix. Examples data(Y) data(X) # Short MCMC to obtain a fast example: results are unreliable ! m = jtdm_fit(Y=Y, X=X, formula=as.formula("~GDD+FDD+forest"), sample = 1000) # get the inferred residual covariance Sigma =get_sigma(m) global Global Description Declare global variables joint_trait_prob Computes joint probabilities. Description Computes the joint probability of CWM traits in regions in the community-trait space specified by bounds and in sites specified in Xnew. Usage joint_trait_prob( m, indexTrait, bounds, Xnew = NULL, FullPost = FALSE, samples = NULL, parallel = FALSE ) 6 joint_trait_prob Arguments m a model fitted with jtdm_fit indexTrait A vector of the names (as specified in the column names of Y) of the two (or more!) traits we want to compute the joint probabilities of. bounds The parameter to specify a region in the community-trait space where the func- tion computes the joint probabilities of traits. It is a list of the length of "index- Trait", each element of the list is a vector of length two. The vector represents the inferior and superior bounds of the region for the specified trait. For exam- ple, if we consider two traits, bounds=list(c(10,Inf),c(10,Inf)) corresponds to the region in the community-trait space where both traits both take values greater than 10. Xnew Optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used. FullPost If FullPost = TRUE, the function returns samples from the predictive distribu- tion of joint probabilities, thus allowing the computation of credible intervals. If FullPost= FALSE, joint probabilities are computed only using the posterior mean of the parameters. FullPost cannot be equal to "mean" here. samples Optional, default to NULL, only works when FullPost=FALSE. Defines the number of posterior samples to compute the posterior distribution of joint prob- abilities. Needs to be between 1 the total number of samples drawn from the posterior distribution. parallel Optional, only works when FullPost = TRUE. When parallel = TRUE, the func- tion uses mclapply to parallelise the calculation of the posterior distribution joint probabilities. Details This function is time consuming when FullPost = TRUE. Consider setting parallel = TRUE and/or to set samples to a value smaller than the total number of posterior samples . Value A list containing: PROBsamples Samples from the posterior distribution of the joint probability.NULL if Full- Post=FALSE. PROBmean Posterior mean of the joint probability. PROBq975,PROBq025 97.5% and 0.25% posterior quantiles of the joint probability. NULL if Full- Post=FALSE. Examples data(Y) data(X) #We sample only few samples from the posterior in order to reduce # the computational time of the examples. joint_trait_prob_gradient 7 #Increase the number of samples to obtain robust results m = jtdm_fit(Y = Y, X = X, formula = as.formula("~GDD+FDD+forest"), sample = 10) # Compute probability of SLA and LNC to be joint-high at sites in the studies joint = joint_trait_prob(m, indexTrait = c("SLA","LNC"), bounds = list(c(mean(Y[,"SLA"]),Inf), c(mean(Y[,"SLA"]),Inf)), FullPost = TRUE) joint_trait_prob_gradient Computes partial response curves of joint probabilities Description Computes the partial responses curves of joint probability of CWM traits as a function of a focal variable. The regions in which joint probabilities are computed are specified by bounds. In order to build the response curve, the function builds a dataframe where the focal variable varies along a gradient and the other (non-focal) variables are fixed to their mean (but see FixX parameter for fixing non-focal variables to user-defined values). Then, uses joint_trait_prob to compute the joint probability in these dataset. Usage joint_trait_prob_gradient( m, indexTrait, indexGradient, bounds, grid.length = 200, XFocal = NULL, FixX = NULL, FullPost = FALSE, samples = NULL, parallel = FALSE ) Arguments m A model fitted with jtdm_fit indexTrait A vector of the names (as specified in the column names of Y) of the two (or more!) traits we want to compute the joint probabilities of. indexGradient The name (as specified in the column names of X) of the focal variable. bounds The parameter to specify a region in the community-trait space where the func- tion computes the joint probabilities of traits. It is a list of the length of "index- Trait", each element of the list is a vector of length two. The vector represents the inferior and superior bounds of the region for the specified trait. For exam- ple, if we consider two traits, bounds=list(c(10,Inf),c(10,Inf)) corresponds to the region in the community-trait space where both traits both take values greater than 10. 8 joint_trait_prob_gradient grid.length The number of points along the gradient of the focal variable. Default to 200. XFocal Optional. A gradient of the focal variable provided by the user. If provided, the function will used this gradient instead of building a regular one. Default to NULL. FixX Optional. A parameter to specify the value to which non-focal variables are fixed. This can be useful for example if we have some categorical variables (e.g. forest vs meadows) and we want to obtain the partial response curve for a given value of the variable. It has to be a list of the length and names of the columns of X. For example, if the columns of X are "MAT","MAP","Habitat" and we want to fix "Habitat" to 1, then FixX=list(MAT=NULL,MAP=NULL,Habitat=1.). De- fault to NULL. FullPost If FullPost = TRUE, the function returns samples from the predictive distribu- tion of joint probabilities, thus allowing the computation of credible intervals. If FullPost= FALSE, joint probabilities are computed only using the posterior mean of the parameters. FullPost cannot be equal to "mean" here. samples Optional, default to NULL, only works when FullPost=FALSE. Defines the number of samples to compute the posterior distribution of joint probabilities. Needs to be between 1 the total number of samples drawn from the posterior distribution. parallel Optional, only works when FullPost = TRUE. When TRUE, the function uses mclapply to parallelise the calculation of the posterior distribution joint proba- bilities. Details This function is time consuming when FullPost = TRUE. Consider setting parallel = TRUE and/or to set samples to a value smaller than the total number of posterior samples. Value A list containing: GradProbssamples Sample from the posterior distribution of the joint probability along the gradi- ent. It is a vector whose length is the number of posterior samples. NULL if FullPost=FALSE. GradProbsmean Posterior mean of the joint probability along the gradient. GradProbsq975,GradProbsq025 97.5% and 0.25% posterior quantiles of the joint probability along the gradient. NULL if FullPost=FALSE. gradient The gradient of the focal variable built by the function. Examples data(Y) data(X) # We sample only few samples from the posterior in order to reduce # the computational time of the examples. jtdmCV 9 # Increase the number of samples to obtain robust results m = jtdm_fit(Y = Y, X = X, formula = as.formula("~GDD+FDD+forest"), sample = 10) # Compute probability of SLA and LNC to be joint-high at sites in the studies # Compute the joint probability of SLA and LNC # to be joint-high along the GDD gradient joint = joint_trait_prob_gradient(m,indexTrait = c("SLA","LNC"), indexGradient = "GDD", bounds = list(c(mean(Y[,"SLA"]),Inf),c(mean(Y[,"SLA"]),Inf)), FullPost = TRUE) # Compute the joint probability of SLA and LNC to be joint-high along the # GDD gradient when forest = 1 (i.e. in forests) joint = joint_trait_prob_gradient(m, indexTrait = c("SLA","LNC"), indexGradient = "GDD", bounds = list(c(mean(Y[,"SLA"]),Inf), c(mean(Y[,"SLA"]),Inf)), FixX = list(GDD = NULL, FDD = NULL, forest = 1), FullPost = TRUE) jtdmCV K-fold cross validation predictions and goodness of fit metrics Description Run K-fold cross validation predictions of the model m on a specified dataset. Usage jtdmCV(m, K = 5, sample = 1000, partition = NULL) Arguments m a model fitted with jtdm_fit K The number of folds of the K-fold cross validation sample Number of samples from the posterior distribution. Since we sample from the exact posterior distribution, the number of samples is relative lower than MCMC samplers. As a rule of thumb, 1000 samples should provide correct inference. partition A partition of the dataset specified by the user. It is a vector (whose length are the number of sites), where each element specifies the fold index of the site. Value A list containing: Pred Sample from the posterior predictive distribution in cross validation. It is an array where the first dimension is the number of sites in Xnew, the second is the number of traits modeled and the third the number of MCMC samples. NULL if FullPost=FALSE. 10 jtdm_fit PredMean Posterior mean of posterior predictive distribution in cross validation. Predq975,Predq025 97.5% and 0.25% posterior quantiles of the posterior predictive distribution in cross validation. NULL if FullPost=FALSE. R2 R squared of predictions in cross validation. RMSE Root square mean error between squared of predictions in cross validation. Examples data(Y) data(X) m = jtdm_fit(Y=Y, X=X, formula=as.formula("~GDD+FDD+forest"), sample = 1000) # Run 3-fold cross validation on m pred = jtdmCV(m, K = 5, sample = 1000) jtdm_fit Fitting joint trait distribution models Description jtdm_fit is used to fit a Joint trait distribution model. Requires the response variable Y (the sites x traits matrix) and the explanatory variables X.This function samples from the posterior distribution of the parameters, which has been analytically determined. Therefore, there is no need for classical MCMC convergence checks. Usage jtdm_fit(Y, X, formula, sample = 1000) Arguments Y The sites x traits matrix containing community (weighted) means of each trait at each site. X The design matrix, i.e. sites x predictor matrix containing the value of each explanatory variable (e.g. the environmental conditions) at each site. formula An object of class "formula" (or one that can be coerced to that class): a sym- bolic description of the model to be fitted. The details of model specification are given under ’Details’. sample Number of samples from the posterior distribution. Since we sample from the exact posterior distribution, the number of samples is relative lower than MCMC samplers. As a rule of thumb, 1000 samples should provide correct inference. Details A formula has an implied intercept term. To remove this use either y ~ x - 1 or y ~ 0 + x. See formula for more details of allowed formulae. jtdm_predict 11 Value A list containing: model An object of class "jtdm_fit", containing the samples from the posterior distri- bution of the regression coefficients (B) and residual covariance matrix (Sigma), together with the likelihood of the model. Y A numeric vector of standard errors on parameters X_raw The design matrix specified as input X The design matrix transformed as specified in formula formula The formula specified as input Examples data(Y) data(X) m = jtdm_fit(Y = Y, X = X, formula = as.formula("~GDD+FDD+forest"), sample = 1000) jtdm_predict Predict method for joint trait distribution model Description Obtains predictions from a fitted joint trait distribution model and optionally computes their R squared and root mean square error (RMSE) Usage jtdm_predict( m = m, Xnew = NULL, Ynew = NULL, validation = FALSE, FullPost = "mean" ) Arguments m a model fitted with jtdm_fit Xnew optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used Ynew Optional. The observed response variables at sites specified in Xnew. It is used to compute goodness of fit metrics when validation= T. validation boolean parameter to decide whether we want to compute goodness of fit mea- sures. If true, then Ynew is needed. 12 partial_response FullPost The type of predictions to be obtain. If FullPost = TRUE, the function returns samples from the predictive distribution, the credible intervals are thus the pre- dictive credible interval. If FullPost="mean", the function computes the poste- rior distribution of the regression term BXnew), i.e., classical credible inter- vals. If FullPost=FALSE, the function only returns the posterior mean of the regression term (BmeanXnew), i.e., no credible intervals. Details To obtain a full assessment of the posterior distribution, the function should be ran with Full- Post=TRUE, although this can be time consuming. FullPost="mean" is used to compute partial response curves, while FullPost=FALSE is used to compute goodness of fit metrics. Value A list containing: Pred Sample from the posterior distribution of the posterior predictive distribution. It is an array where the first dimension is the number of sites in Xnew, the second is the number of traits modelled and the third the number of MCMC samples. NULL if FullPost=FALSE. PredMean Posterior mean of posterior predictive distribution Predq975,Predq025 97.5% and 0.25% posterior quantiles of the posterior predictive distribution. NULL if FullPost=FALSE. R2 R squared of predictions (squared Pearson correlation between Ynew and the predictions). NULL if validation=FALSE. RMSE Root square mean error between squared of predictions. NULL if validation=FALSE. Examples data(Y) data(X) m = jtdm_fit(Y = Y, X = X, formula=as.formula("~GDD+FDD+forest"), sample = 1000) # marginal predictions of traits in the sites of X pred = jtdm_predict(m) partial_response Computes and plots the trait-environment relationship of a given CWM trait and a given environmental variable Description Computes and plots the trait-environment relationship of a given CWM trait and a focal environ- mental variable. In order to build the response curve, the function builds a dataframe where the focal environmental variable varies along a gradient and the other (non-focal) variables are fixed to their mean (but see FixX parameter for fixing non-focal variables to user-defined values). partial_response 13 Usage partial_response( m, indexGradient, indexTrait, XFocal = NULL, grid.length = 200, FixX = NULL, FullPost = "mean" ) Arguments m a model fitted with jtdm_fit indexGradient The name (as specified in the column names of X) of the focal variable. indexTrait The name (as specified in the column names of Y) of the focal trait. XFocal Optional. A gradient of the focal variable provided by the user. If provided, the function will used this gradient instead of building a regular one. Default to NULL. grid.length The number of points along the gradient of the focal variable. Default to 200. FixX Optional. A parameter to specify the value to which non-focal variables are fixed. This can be useful for example if we have some categorical variables (e.g. forest vs meadows) and we want to obtain the partial response curve for a given value of the variable. It has to be a list of the length and names of the columns of X. For example, if the columns of X are "MAT","MAP","Habitat" and we want to fix "Habitat" to 1, then FixX=list(MAT=NULL,MAP=NULL,Habitat=1.). De- fault to NULL. FullPost The type of predictions to be obtain. If FullPost = TRUE, the function re- turns samples from the predictive distribution. If FullPost="mean", the function computes the posterior distribution of the regression term B%*%X). Default to "mean", here FullPost cannot be FALSE. Value A list containing: p A plot of the trait-environment relationship. predictions A data frame containing the predicted trait-environmental relationships includ- ing the gradient of the focal environmental variable, mean trait predictions and quantiles (can be useful to code customized plot). Examples data(Y) data(X) # Short MCMC to obtain a fast example: results are unreliable ! m = jtdm_fit(Y=Y, X=X, formula=as.formula("~GDD+FDD+forest"), sample = 1000) 14 plot.jtdm_fit # SLA-GDD relationship plot = partial_response(m,indexGradient="GDD",indexTrait="SLA") plot$p # SLA-GDD relationship in forest (i.e. when forest=1) plot = partial_response(m,indexGradient="GDD",indexTrait="SLA", FixX=list(GDD=NULL,FDD=NULL,forest=1)) plot$p plot.jtdm_fit Plots the parameters of a fitted jtdm Description Plots the regression coefficients and covariance matrix of a fitted jtdm Usage ## S3 method for class 'jtdm_fit' plot(x, ...) Arguments x a model fitted with jtdm_fit ... additional arguments Value A plot of the regression coefficients and covariance matrix of the fitted model Author(s) Giovanni Poggiato Examples data(Y) data(X) m = jtdm_fit(Y=Y, X=X, formula=as.formula("~GDD+FDD+forest"), sample = 1000) plot(m) summary.jtdm_fit 15 summary.jtdm_fit Prints the summary of a fitted jtdm Description Prints the summary of a fitted jtdm Usage ## S3 method for class 'jtdm_fit' summary(object, ...) Arguments object a model fitted with jtdm_fit ... additional arguments Value A printed summary of the fitted jtdm Author(s) Giovanni Poggiato Examples data(Y) data(X) m = jtdm_fit(Y=Y, X=X, formula=as.formula("~GDD+FDD+forest"), sample = 1000) summary(m) X Site x environmental covariates dataset Description Includes the Growing Degree Days (GDD) during the growing season and Freezing Degree Days (FDD) during the growing season averaged over the period 1989-2019 Usage data(X) data(X) 16 Y Format A matrix Author(s) Orchamp consortium Examples data(X) Y Site x CWM traits dataset Description A site x CWM traits dataset computed using pinpoint abundances of plants and species mean Usage data(Y) Format A matrix Author(s) Orchamp Consortium Examples data(Y) Index ∗ datasets X, 15 Y, 16 ellipse_plot, 2 get_sigma, 4 getB, 3 global, 5 joint_trait_prob, 5 joint_trait_prob_gradient, 7 jtdm_fit, 10 jtdm_predict, 11 jtdmCV, 9 partial_response, 12 plot.jtdm_fit, 14 summary.jtdm_fit, 15 X, 15 Y, 16 17
spinyReg
cran
Package ‘spinyReg’ October 14, 2022 Type Package Title Sparse Generative Model and Its EM Algorithm Version 0.1-0 Date 2015-09-05 Author Charles Bouveyron, Julien Chiquet, Pierre Latouche, Pierre-Alexandre Mattei Maintainer Julien Chiquet <julien.chiquet@gmail.com> Description Implements a generative model that uses a spike-and-slab like prior distribution obtained by multiplying a deterministic binary vector. Such a model allows an EM algorithm, optimizing a type-II log-likelihood. License GPL (>= 2) Imports methods Repository CRAN Repository/R-Forge/Project spinyreg Repository/R-Forge/Revision 11 Repository/R-Forge/DateTimeStamp 2015-09-07 10:50:53 Date/Publication 2015-09-07 18:18:03 NeedsCompilation no R topics documented: spinyReg . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 spinyreg-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Index 4 1 2 spinyReg spinyReg spinyReg Description Computethe path of solution of a spinyReg fit. Usage spinyreg(X, Y, alpha = 0.1, gamma = 1, z = rep(1, ncol(X)), intercept = TRUE, normalize = TRUE, verbose = 1, recovery = TRUE, maxit = 1000, eps = 1e-10) Arguments X matrix of features. Do NOT include intercept. Y matrix of responses. alpha numeric scalar; prior value for the alpha parameter (see the model’s details). Default is 0.1. gamma numeric scalar; prior value for the gamma parameter (see the model’s details). Default is 1. z numeric vector; prior support of active variable. Default is rep(1,p), meaning all variable activated intercept logical; indicates if a vector of intercepts should be included in the model. De- fault is TRUE. normalize logical; indicates if predictor variables should be normalized to have unit L2 norm before fitting. Default is TRUE. verbose integer; activate verbose mode from ’0’ (nothing) to ’2’ (detailed output). should be included in the model. Default is TRUE. recovery logical; indicates if the full path of models should be inspected for model selec- tion. Default is TRUE. maxit integer; the maximal number of iteration (i.e. number of alternated optimization between each parameter) in the Expectation/Maximization algorithm. eps a threshold for convergence. Default is 1e-10. Value an object with class spinyreg, see the documentation page spinyreg for details. See Also See also spinyreg. spinyreg-class 3 Examples ## Not run: data <- read.table(file="http://statweb.stanford.edu/~tibs/ElemStatLearn/datasets/prostate.data") x <- data[, 1:8] y <- data[, 9] out <- spinyreg(x,y,verbose=2) ## End(Not run) spinyreg-class Class "spinyreg" Description Class of object returned by the spinyreg function. Slots coefficients: numeric vector of coefficients with respect to the original input. Contains the intercept if the model owns any. alpha: numeric scalar. gamma: numeric scalar. normx: Vector (class "numeric") containing the square root of the sum of squares of each column of the design matrix. residuals: Vector of residuals. r.squared: scalar giving the coefficient of determination. fitted: Vector of fitted values. monitoring: List (class "list") which contains various indicators dealing with the optimization process. intercept: Logical which indicates if a intercept is included in the model. Methods This class comes with the usual predict(object, newx, ...), fitted(object, ...), residuals(object, ...), coefficients(object, ...), print(object, ...) and show(object) generic (undocu- mented) methods. Index ∗ class spinyreg-class, 3 ∗ models, spinyReg, 2 ∗ regression spinyReg, 2 coefficients,spinyreg-method (spinyreg-class), 3 fitted,spinyreg-method (spinyreg-class), 3 predict,spinyreg-method (spinyreg-class), 3 print,spinyreg-method (spinyreg-class), 3 residuals,spinyreg-method (spinyreg-class), 3 show,spinyreg-method (spinyreg-class), 3 spinyReg, 2 spinyreg, 2 spinyreg (spinyReg), 2 spinyreg-class, 3 4
RProbSup
cran
Package ‘RProbSup’ October 12, 2022 Type Package Title Calculates Probability of Superiority Version 3.0 Author John Ruscio Maintainer John Ruscio <ruscio@tcnj.edu> Description The A() function calculates the A statistic, a nonparametric measure of effect size for two independent groups that’s also known as the probability of superiority (Ruscio, 2008), along with its standard error and a confidence interval constructed using bootstrap methods (Ruscio & Mullen, 2012). Optional arguments can be specified to calculate variants of the A statistic developed for other research designs (e.g., related samples, more than two independent groups or related samples; Ruscio & Gera, 2013). <DOI:10.1037/1082-989X.13.1.19>. <DOI:10.1080/00273171.2012.658329>. <DOI:10.1080/00273171.2012.738184>. License MIT + file LICENSE Encoding UTF-8 LazyData true NeedsCompilation no Repository CRAN Date/Publication 2020-10-19 04:40:06 UTC R topics documented: A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 A1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 A2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 AAD1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 AAD2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 AAPD1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 AAPD2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1 2 A CalcA1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 CalcA2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 CalcAAD1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 CalcAAD2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 CalcAAPD1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 CalcAAPD2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 CalcIK1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 CalcIK2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 CalcOrd1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 CalcOrd2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 IK1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 IK2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Ord1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 Ord2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 RemoveMissing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Index 24 A A Description Calculates probability of superiority (A), its standard error, and a confidence interval. Usage A(data, design = 1, statistic = 1, weights = FALSE, w = 0, w1 = 0, w2 = 0, increase = FALSE, ref = 1, r = 0, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) Arguments data For a between subjects design, a matrix of cases (rows) by scores (column 1) and group codes (column 2). For a within subjects design, a matrix of scores with each sample in its own column (matrix). design Design of experiment (scalar, default = 1 (for between subjects design), user can also call 2 (for within subjects design)). statistic Statistic to be calculated (scalar, default = 1 (A), user can also call 2 (A.AAD), 3 (A.AAPD), 4 (A.IK), or 5 (A.Ord)). weights Whether to assign weights to cases (default = FALSE); if set to TRUE, data contains case weights in final column. w Weights for cases (vector; default = 0). w1 Weights for cases in group 1 (vector; default = 0). w2 Weights for cases in group 2 (vector; default = 0). A1 3 increase Set to TRUE if scores are predicted to increase with group codes (default = FALSE). ref Reference group (to compare to all others) (scalar, default = 1). r Vector of proportions (vector, default = 0, represents equal proportions). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile)). seed Random number seed (scalar, default = 1). Value Returns list object with the following elements: A : A statistic (scalar). SE : Standard error of A (scalar). ci.lower : Lower bound of confidence interval (scalar). ci.upper : Upper bound of confi- dence interval (scalar). conf.level : Confidence level (scalar). n.bootstrap : Number of bootstrap samples (scalar). boot.method : Bootstrap method ("BCA" or "percentile"). n : Sample size (after missing data removed; scalar). n.missing : Number of cases of missing data, removed listewise (scalar). Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) data <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) A(data, 1, 2) A1 A1 Description Calculates the standard error and constructs a confidence interval for the A statistic using bootstrap methods. Usage A1(y1, y2, weights = FALSE, w1 = 0, w2 = 0, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) 4 A2 Arguments y1 Scores for group 1 (vector). y2 Scores for group 2 (vector). weights Whether to weight cases (default = FALSE). w1 Weights for cases in group 1 (optional) (vector, default is 0). w2 Weights for cases in group 2 (optional) (vector, default is 0). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples #Example used in Ruscio and Mullen (2012) y1 <- c(6, 7, 8, 7, 9, 6, 5, 4, 7, 8, 7, 6, 9, 5, 4) y2 <- c(4, 3, 5, 3, 6, 2, 2, 1, 6, 7, 4, 3, 2, 4, 3) A1(y1, y2) A2 A2 Description Calculates the standard error and constructs a confidence interval for the A statistic for two corre- lated samples using bootstrap methods. Usage A2(y1, y2, weights = FALSE, w = 0, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) AAD1 5 Arguments y1 Scores for group 1 (vector). y2 Scores for group 2 (vector). weights Whether to weight cases (default = FALSE). w Weights for cases in group 1 (optional) (vector, default is 0). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples y1 <- c(6, 7, 8, 7, 9, 6, 5, 4, 7, 8, 7, 6, 9, 5, 4) y2 <- c(7, 5, 6, 7, 6, 4, 3, 5, 4, 5, 4, 5, 7, 4, 5) A2(y1, y2) AAD1 AAD1 Description Calculates the confidence interval for the A statistic for the average absolute deviation for two or more groups. Usage AAD1(y, r = 0, weights = FALSE, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) 6 AAD2 Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). r Vector of proportions (default = 0, represents equal proportions) (vector). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) AAD1(y) AAD2 AAD2 Description Calculates the confidence interval for the A statistic for the average absolute deviation for two or more correlated samples. Usage AAD2(y, r = 0, weights = FALSE, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) AAPD1 7 Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). r Vector of proportions (default = 0, represents equal proportions) (vector). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(x1, x2, x3) AAD2(y) AAPD1 AAPD1 Description Calculates the confidence interval for the A statistic for the average absolute paired deviation for two or more groups. Usage AAPD1(y, weights = FALSE, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) 8 AAPD2 Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) AAPD1(y) AAPD2 AAPD2 Description Calculates the confidence interval for the A statistic for the average absolute paired deviation for two or more correlated samples. Usage AAPD2(y, weights = FALSE, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) CalcA1 9 Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(x1, x2, x3) AAPD2(y) CalcA1 CalcA1 Description Calculates the A statistic for 2 groups. Usage CalcA1(y1, y2, weights = FALSE, w1 = 0, w2 = 0) 10 CalcA2 Arguments y1 Scores for group 1 (vector). y2 Scores for group 2 (vector). weights Whether to weight cases (default = FALSE). w1 Weights for cases in group 1 (optional) (vector, default is 0). w2 Weights for cases in group 2 (optional) (vector, default is 0). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples #Example used in Ruscio and Mullen (2012) y1 <- c(6, 7, 8, 7, 9, 6, 5, 4, 7, 8, 7, 6, 9, 5, 4) y2 <- c(4, 3, 5, 3, 6, 2, 2, 1, 6, 7, 4, 3, 2, 4, 3) CalcA1(y1, y2) CalcA2 CalcA2 Description Calculates the A statistic for 2 correlated samples. Usage CalcA2(y1, y2, weights = FALSE, w = 0) Arguments y1 Scores for variable 1 (vector). y2 Scores for variable 2 (vector). weights Whether to weight cases (default = FALSE). w Weights (optional) (vector, default is 0). Value a The A statistic. CalcAAD1 11 Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples y1 <- c(6, 7, 8, 7, 9, 6, 5, 4, 7, 8, 7, 6, 9, 5, 4) y2 <- c(7, 5, 6, 7, 6, 4, 3, 5, 4, 5, 4, 5, 7, 4, 5) CalcA2(y1, y2) CalcAAD1 CalcAAD1 Description Calculates the A statistic for the average absolute deviation for two or more groups. Note: This function is not meant to be called by the user, but it is called by AAD1. Usage CalcAAD1(y, r = 0, weights = FALSE) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). r Vector of proportions (default = 0, represents equal proportions) (vector). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) 12 CalcAAD2 Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) CalcAAD1(y) CalcAAD2 CalcAAD2 Description Calculates the A statistic for the average absolute deviation for two or more correlated samples. Note: This function is not meant to be called by the user, but it is called by AAD2. Usage CalcAAD2(y, r = 0, weights = FALSE) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). r Vector of proportions (default = 0, represents equal proportions) (vector). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(x1, x2, x3) CalcAAD2(y) CalcAAPD1 13 CalcAAPD1 CalcAAPD1 Description Calculates the A statistic for the average absolute paired deviation for two or more groups. Note: This function is not meant to be called by the user, but it is called by AAPD1. Usage CalcAAPD1(y, weights = FALSE) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) AAPD1(y) 14 CalcAAPD2 CalcAAPD2 CalcAAPD2 Description Calculates the A statistic for the average absolute paired deviation for two or more correlated sam- ples. Note: This function is not meant to be called by the user, but it is called by AAPD2. Usage CalcAAPD2(y, weights = FALSE) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(x1, x2, x3) AAPD2(y) CalcIK1 15 CalcIK1 CalcIK1 Description Calculates the A statistic while singling out one group for two or more groups. Note: This function is not meant to be called by the user, but it is called by IK1. Usage CalcIK1(y, ref = 1, weights = FALSE) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). ref Reference group (to compare to all others) (scalar, default = 1). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) CalcIK1(y) 16 CalcIK2 CalcIK2 CalcIK2 Description Calculates the A statistic while singling out one group for two or more correlated samples. Note: This function is not meant to be called by the user, but it is called by IK2. Usage CalcIK2(y, ref = 1, weights = FALSE) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). ref Reference group (to compare to all others) (scalar, default = 1). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(x1, x2, x3) CalcIK2(y) CalcOrd1 17 CalcOrd1 CalcOrd1 Description Calculates the ordinal comparison of the A statistic for two or more groups. Note: This function is not meant to be called by the user, but it is called by AOrd1. Usage CalcOrd1(y, weights = FALSE, increase = FALSE) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). increase Set to TRUE if scores are predicted to increase with group codes (default = FALSE). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) CalcOrd1(y) 18 CalcOrd2 CalcOrd2 CalcOrd2 Description Calculates the ordinal comparison of the A statistic for two or more correlated samples. Note: This function is not meant to be called by the user, but it is called by AOrd2. Usage CalcOrd2(y, weights = FALSE, increase = FALSE) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). increase Set to TRUE if scores are predicted to increase with group codes (default = FALSE). Value a The A statistic. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(x1, x2, x3) CalcOrd2(y) IK1 19 IK1 IK1 Description Calculates the confidence interval for the A statistic while singling out one group for two or more groups. Usage IK1(y, ref = 1, weights = FALSE, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). ref Reference group (to compare to all others) (scalar, default = 1). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) IK1(y) 20 IK2 IK2 IK2 Description Calculates the confidence interval for the A statistic while singling out one group for two or more correlated samples. Usage IK2(y, ref = 1, weights = FALSE, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). ref Reference group (to compare to all others) (scalar, default = 1). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(x1, x2, x3) IK2(y) Ord1 21 Ord1 Ord1 Description Calculates the confidence interval for the ordinal comparison of the A statistic for two or more groups. Usage Ord1(y, weights = FALSE, increase = FALSE, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). increase Set to TRUE if scores are predicted to increase with group codes (default = FALSE). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(c(x1, x2, x3), c(rep(1, 25), rep(2, 25), rep(3, 25))) Ord1(y) 22 Ord2 Ord2 Ord2 Description Calculates the confidence interval for the ordinal comparison of the A statistic for two or more correlated samples. Usage Ord2(y, weights = FALSE, increase = FALSE, n.bootstrap = 1999, conf.level = .95, ci.method = 1, seed = 1) Arguments y Matrix of cases (rows) by scores (column 1) and group codes (column 2) (ma- trix). weights Weight of each case. Set to TRUE to weight cases; if so, column 3 contains case weights (default = FALSE). increase Set to TRUE if scores are predicted to increase with group codes (default = FALSE). n.bootstrap Number of bootstrap samples (scalar, default = 1999). conf.level Confidence level (scalar, default = .95). ci.method Method used to construct confidence interval (scalar, default = 1 (for BCA), user can also call 2 (for percentile). seed Random number seed (scalar, default = 1). Value A vector containing the A statistic, its estimated standard error, and the upper and lower bounds of the confidence interval. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- rnorm(25) x2 <- x1 - rnorm(25, mean = 1) x3 <- x2 - rnorm(25, mean = 1) y <- cbind(x1, x2, x3) Ord2(y) RemoveMissing 23 RemoveMissing RemoveMissing Description Checks for missing data and performs listwise deletion if any is detected. Usage RemoveMissing(data) Arguments data For a between subjects design, a matrix of cases (rows) by scores (column 1) and group codes (column 2). For a within subjects design, a matrix of scores with each sample in its own column (matrix). Value Data matrix with any missing data removed using listwise deletion of cases. Author(s) John Ruscio References Ruscio (2008) & Ruscio and Mullen (2012) & Ruscio and Gera (2013) Examples x1 <- c(rnorm(25), NA) x2 <- x1 - rnorm(26, mean = 1) x3 <- x2 - rnorm(26, mean = 1) data <- cbind(c(x1, x2, x3), c(rep(1, 26), rep(2, 26), rep(3, 26))) A(data, 1, 2) Index A, 2 A1, 3 A2, 4 AAD1, 5 AAD2, 6 AAPD1, 7 AAPD2, 8 CalcA1, 9 CalcA2, 10 CalcAAD1, 11 CalcAAD2, 12 CalcAAPD1, 13 CalcAAPD2, 14 CalcIK1, 15 CalcIK2, 16 CalcOrd1, 17 CalcOrd2, 18 IK1, 19 IK2, 20 Ord1, 21 Ord2, 22 RemoveMissing, 23 24
hint
cran
Package ‘hint’ October 13, 2022 Type Package Title Tools for Hypothesis Testing Based on Hypergeometric Intersection Distributions Version 0.1-3 Date 2022-02-01 Author Alex T. Kalinka Maintainer Alex T. Kalinka <alex.t.kalinka@gmail.com> Description Hypergeometric Intersection distributions are a broad group of distributions that describe the probability of picking intersections when drawing independently from two (or more) urns containing variable numbers of balls belonging to the same n categories. <arXiv:1305.0717>. License GPL (>= 2) URL https://github.com/alextkalinka/hint Imports graphics, grDevices Encoding UTF-8 LazyLoad yes NeedsCompilation yes Repository CRAN RoxygenNote 7.1.2 Suggests testthat (>= 3.0.0) Config/testthat/edition 3 Date/Publication 2022-02-02 14:40:02 UTC R topics documented: add.distr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 Binomialintersection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 hint.dist.test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 hint.test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1 2 Binomialintersection Hyperdistinct . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Hyperintersection . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 plot.hint.test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 plotDistr . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 print.hint.test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 Index 12 add.distr add.distr Description This function will add one or more distributions or hypothesis tests to an existing plot. Usage add.distr(..., cols = "blue", test.cols = "red") Arguments ... One or more distributions or objects of class hint.test. cols A character string vector naming the colours of the distributions. If length(cols) is less than the number of distributions, the colours will be recycled. Defaults to "blue". test.cols A character string vector naming the colours to use for the regions in which the cumulative probability of the hypothesis test was derived (if it exists). If length(test.cols) is less than the number of distributions, the colours will be re- cycled. Defaults to "red". Value Plots to the current device. Binomialintersection The Binomial Intersection Distribution Description Density, distribution function, quantile function and random generation for the binomial intersection distribution. Binomialintersection 3 Usage dbint(n, A, range = NULL, log = FALSE) pbint(n, A, vals, upper.tail = TRUE, log.p = FALSE) qbint(p, n, A, upper.tail = TRUE, log.p = FALSE) rbint(num = 5, n, A) Arguments n An integer specifying the number of categories in the urns. A A vector of integers specifying the numbers of balls drawn from each urn. The length of the vector equals the number of urns. range A vector of integers specifying the intersection sizes for which probabilities (dhint) or cumulative probabilites (phint) should be computed (can be a single number). If range is NULL (default) then probabilities will be returned over the entire range of possible values. log Logical. If TRUE, probabilities p are given as log(p). Defaults to FALSE. vals A vector of integers specifying the intersection sizes for which probabilities (dhint) or cumulative probabilites (phint) should be computed (can be a single number). If range is NULL (default) then probabilities will be returned over the entire range of possible values. upper.tail Logical. If TRUE, probabilities are P(X >= v), else P(X <= v). Defaults to TRUE. log.p Logical. If TRUE, probabilities p are given as log(p). Defaults to FALSE. p A probability between 0 and 1. num An integer specifying the number of random numbers to generate. Defaults to 5. Details The binomial intersection distribution is given by   N −1 !v N −1 !b−v b Y Y P (X = v|N ) = pi 1− pi v i=1 i=1 where b gives the sample size which is smallest. This is an approximation for the hypergeometric intersection distribution when n is large and b is small relative to the samples taken from the N − 1 other urns. Examples ## Generate the distribution of intersections sizes: dd <- dbint(20, c(10, 12, 11, 14)) ## Restrict the range of intersections. 4 hint.dist.test dd <- dbint(20, c(10, 12), range = 0:5) ## Generate cumulative probabilities. pp <- pbint(29, c(15, 8), vals = 5) pp <- pbint(29, c(15, 8), vals = 2, upper.tail = FALSE) ## Extract quantiles: qq <- qbint(0.15, 23, c(12, 10)) ## Generate random samples from Binomial intersection distributions. rr <- rbint(num = 10, 18, c(9, 14)) hint.dist.test hint.dist.test Description Tests whether the absolute distance between two intersection sizes would be expected by chance, i.e. whether they fall into opposite tails of their respective Hypergeometric Intersection distributions. Usage hint.dist.test(d, n1, A1, n2, A2, q1 = 0, q2 = 0, alternative = "greater") Arguments d A positive integer specifying the observed distance to be tested. n1 An integer specifying the number of categories in the urns for the first distribu- tion. A1 An integer vector specifying the number of balls drawn from urns for the first distribution. n2 An integer specifying the number of categories in the urns for the second distri- bution. A2 An integer vector specifying the number of balls drawn from the urns for the second distribution. q1 An integer specifying the number of categories with duplicates in the second urn of the first distribution. If 0 then the symmetric, singleton case is computed, oth- erwise the asymmetric, duplicates case is computed (see Hyperintersection). q2 An integer specifying the number of categories with duplicates in the second urn of the second distribution. If 0 then the symmetric, singleton case is computed, otherwise the asymmetric, duplicates case is computed (see Hyperintersection). alternative A characer string specifying the hypothesis to be tested. Can be one of "greater", "less", or "two.sided". Details The distribution of absolute distances between two hypergeometric intersection sizes is given by |Dd | X P (X = d) = P (v1i |n1 , a1 , b1 , ...) · P (v2i |n2 , a2 , b2 , ...) {v1 ,v2 }i ∈Dd where Dd is the set of pairs of intersection sizes, {v1 , v2 }, with absolute differences of size d. hint.test 5 Value An object of class hint.dist.test, which is a list containing the following components: • parameters An integer vector giving the parameter values. • p.value A numerical value giving the p-value associated with the test. • alternative A character string naming the hypothesis that was tested. hint.test hint.test Description Apply the hypergeometric intersection test to categorical data to test for enrichment or depletion of intersections between two samples. Usage hint.test(cats, draw1, draw2, alternative = "greater") Arguments cats A data frame or matrix with 3 columns; the first gives the category identifier, and the second and third give the number of balls belonging to this category in the first and second urns respectively. draw1 A vector of objects corresponding to the categories given in cats drawn from the first urn. draw2 A vector of objects corresponding to the categories given in cats drawn from the second urn. alternative A characer string specifying the hypothesis to be tested. Can be one of "greater", "less", or "two.sided". Details The hypergeometric intersection distributions describe the distribution of intersection sizes when sampling without replacement from two separate urns in which reside balls belonging to the same n object categories (see Hyperintersection). Value An object of class hint.test, which is a list containing the following components: • parameters An integer vector giving the parameter values. • p.value A numerical value giving the p-value associated with the test. • alternative A character string naming the hypothesis that was tested. 6 Hyperdistinct References Kalinka, A. T. (2013). The probability of drawing intersections: extending the hypergeometric distribution. arXiv.1305.0717 Hyperdistinct Drawing Distinct Categories from a Single Urn Description Density, distribution function, quantile function and random generation for the distribution of dis- tinct categories drawn from a single urn in which there are duplicates in q of the categories. Usage dhydist(n, a, q, range = NULL, log = FALSE) phydist(n, a, q, vals, upper.tail = TRUE, log.p = FALSE) qhydist(p, n, a, q, upper.tail = TRUE, log.p = FALSE) rhydist(num = 5, n, a, q) Arguments n An integer specifying the number of categories in the urn. a An integer specifying the number of balls drawn from the urn. q An integer specifying the number of categories in the urn which have duplicate members. range A vector of integers specifying the intersection sizes for which probabilities (dhydist) or cumulative probabilites (phydist) should be computed (can be a single number). If range is NULL (default) then probabilities will be returned over the entire range of possible values. log Logical. If TRUE, probabilities p are given as log(p). Defaults to FALSE. vals A vector of integers specifying the intersection sizes for which probabilities (dhydist) or cumulative probabilites (phydist) should be computed (can be a single number). If range is NULL (default) then probabilities will be returned over the entire range of possible values. upper.tail Logical. If TRUE, probabilities are P(X >= c), else P(X <= c). Defaults to TRUE. log.p Logical. If TRUE, probabilities p are given as log(p). Defaults to FALSE. p A probability between 0 and 1. num An integer specifying the number of random numbers to generate. Defaults to 5. Hyperintersection 7 Examples ## Generate the distribution of distinct categories drawn from a single urn. dd <- dhydist(20, 10, 12) ## Restrict the range of intersections. dd <- dhydist(20, 10, 12, range = 5:10) ## Generate cumulative probabilities. pp <- phydist(29, 15, 8, vals = 5) pp <- phydist(29, 15, 8, vals = 2, upper.tail = FALSE) ## Extract quantiles: qq <- qhydist(0.15, 23, 12, 10) ## Generate random samples based on this distribution. rr <- rhydist(num = 10, 18, 9, 12) Hyperintersection The Hypergeometric Intersection Family of Distributions Description The Hypergeometric Intersection Family of Distributions Usage dhint(n, A, q = 0, range = NULL, approx = FALSE, log = FALSE, verbose = TRUE) phint(n, A, q = 0, vals, upper.tail = TRUE, log.p = FALSE) qhint(p, n, A, q = 0, upper.tail = TRUE, log.p = FALSE) rhint(num = 5, n, A, q = 0) Arguments n An integer specifying the number of categories in the urns. A A vector of integers specifying the numbers of balls drawn from each urn. The length of the vector equals the number of urns. q An integer specifying the number of categories in the second urn which have duplicate members. If q is 0 (default) then the symmetrical, singleton case is computed, otherwise the asymmetrical, duplicates case is computed (see De- tails). range A vector of integers specifying the intersection sizes for which probabilities (dhint) or cumulative probabilites (phint) should be computed (can be a single number). If range is NULL (default) then probabilities will be returned over the entire range of possible values. approx Logical. If TRUE, a binomial approximation will be used to generate the distri- bution. log Logical. If TRUE, probabilities p are given as log(p). Defaults to FALSE. 8 Hyperintersection verbose Logical. If TRUE, progress of calculation in the asymmetric, duplicates case is printed to the screen. vals A vector of integers specifying the intersection sizes for which probabilities (dhint) or cumulative probabilites (phint) should be computed (can be a single number). If range is NULL (default) then probabilities will be returned over the entire range of possible values. upper.tail Logical. If TRUE, probabilities are P(X >= c), else P(X <= c). Defaults to TRUE. log.p Logical. If TRUE, probabilities p are given as log(p). Defaults to FALSE. p A probability between 0 and 1. num An integer specifying the number of random numbers to generate. Defaults to 5. Details The hypergeometric intersection distributions describe the distribution of intersection sizes when sampling without replacement from two separate urns in which reside balls belonging to the same n object categories. In the simplest case when there is exactly one ball in each category in each urn (symmetrical, singleton case), then the distribution is hypergeometric: a n−a   v b−v P (X = v) = n  b When there are three urns, the distribution is given by a a−v n−a n−v−i P    v i i P (X = v) = b−v−i n n  c−v b c If, however, we allow duplicates in q ≤ n of the categories in the second urn, then the distribution of intersection sizes is described by the following variant of the hypergeometric: α X β X l           X n−q q q−l n−v−q+l l n+q−a−m−j n n+q P (X = v) = / m=0 j=0 v−l l m a−v−m j b−v a b l=0 Value ‘dhint‘, ‘phint‘, and ‘qhint‘ return a data frame with two columns: v, the intersection size, and p, the associated p-values. ‘rhint‘ returns an integer vector of random samples based on the hyperge- ometric intersection distribution. References Kalinka, A. T. (2013). The probability of drawing intersections: extending the hypergeometric distribution. arXiv.1305.0717 plot.hint.test 9 Examples ## Generate the distribution of intersections sizes without duplicates: dd <- dhint(20, c(10, 12)) ## Restrict the range of intersections. dd <- dhint(20, c(10, 12), range = 0:5) ## Allow duplicates in q of the categories in the second urn: dd <- dhint(35, c(15, 11), 22, verbose = FALSE) ## Generate cumulative probabilities. pp <- phint(29, c(15, 8), vals = 5) pp <- phint(29, c(15, 8), vals = 2, upper.tail = FALSE) pp <- phint(29, c(15, 8), 23, vals = 2) ## Extract quantiles: qq <- qhint(0.15, 23, c(12, 10)) qq <- qhint(0.15, 23, c(12, 10), 18) ## Generate random samples from Hypergeometric intersection distributions. rr <- rhint(num = 10, 18, c(9, 14)) rr <- rhint(num = 10, 22, c(11, 17), 12) plot.hint.test plot.hint.test Description This function visualises the results of a Hypergeometric Intersection test. Usage ## S3 method for class 'hint.test' plot(x, ...) Arguments x An object of class ‘hint.test‘. ... Additional arguments to be passed to ‘plot‘. Details Plots the relevant Hypergeometric Intersection distribution as a segment plot, and highlights the region where the observed statistic falls, i.e. the region from which the probability is computed (two.sided tests are visualised in one tail, the one with the smallest density). This can be especially useful for pedagogical purposes. Value Plots to the current device. 10 plotDistr plotDistr plotDistr Description Plot a distribution or visualise the result of a hypothesis test. Usage plotDistr( distr, col = "black", test.col = "red", xlim = NULL, ylim = NULL, xlab = "Intersection size (v)", ylab = "Probability", add = FALSE, ... ) Arguments distr A data frame or matrix in which the first column gives random variable values, and the second gives probabilities. Can also be a vector (in which case random variables of 0:length(distr) will be automatically assigned, or an object of class hint.test. col A character string naming the colour to use for the distribution. Defaults to "black". test.col A character string naming the colour to use for the region in which the cumu- lative probability of the hypothesis test was derived (if it exists). Defaults to "red". xlim A vector of two numbers giving the range for the x-axis. If NULL (default), then this is determined by the maximum and minimum values in distr. ylim A vector of two numbers giving the range for the y-axis. If NULL (default), then this is determined by the maximum and minimum values in distr. xlab A character string giving a label for the x-axis. Deafults to "Intersection size (v)". ylab A character string giving a label for the y-axis. Deafults to "Probability". add Logical. Whether the plot will be added to an existing plot or not. Defaults to FALSE. ... Additional arguments to be passed to plot. print.hint.test 11 Details Visualising the results of a hypothesis test may often be of interest, but can be especially useful for pedagogical purposes. Value Plots to the current device. print.hint.test print.hint.test Description Prints the resuls of ‘hint.test‘. Usage ## S3 method for class 'hint.test' print(x, ...) Arguments x An object of class ‘hint.test‘. ... Additional arguments to be passed to ‘print‘. Value Prints output to the console. Index add.distr, 2 Binomialintersection, 2 dbint (Binomialintersection), 2 dhint (Hyperintersection), 7 dhydist (Hyperdistinct), 6 hint.dist.test, 4 hint.test, 5 Hyperdistinct, 6 Hyperintersection, 4, 5, 7 pbint (Binomialintersection), 2 phint (Hyperintersection), 7 phydist (Hyperdistinct), 6 plot.hint.test, 9 plotDistr, 10 print.hint.test, 11 qbint (Binomialintersection), 2 qhint (Hyperintersection), 7 qhydist (Hyperdistinct), 6 rbint (Binomialintersection), 2 rhint (Hyperintersection), 7 rhydist (Hyperdistinct), 6 12
qkerntool
cran
Package ‘qkerntool’ October 13, 2022 Title Q-Kernel-Based and Conditionally Negative Definite Kernel-Based Machine Learning Tools Version 1.19 Description Nonlinear machine learning tool for classification, clustering and dimensionality reduction. It integrates 12 q-kernel functions and 15 conditional negative definite kernel functions and includes the q-kernel and conditional negative definite kernel version of density-based spatial clustering of applications with noise, spectral clustering, generalized discriminant analysis, principal component analysis, multidimensional scaling, locally linear embedding, sammon's mapping and t-Distributed stochastic neighbor embedding. Depends R (>= 3.0.1) Imports stats, class, graphics, methods License GPL (>= 2) Encoding UTF-8 LazyData true Maintainer Yusen Zhang <yusenzhang@126.com> RoxygenNote 6.1.0 NeedsCompilation no Author Yusen Zhang [aut, cre] (<https://orcid.org/0000-0003-3842-1153>), Daolin Pang [ctb], Jinghao Wang [ctb], Jialin Zhang [ctb] Repository CRAN Date/Publication 2019-04-13 23:02:44 UTC R topics documented: as.cndkernmatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 as.qkernmatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 bases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1 2 as.cndkernmatrix blkdiag . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 cndkernel-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 cndkernmatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 cnds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 Eucdist . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 mfeat_pix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 qkdbscan . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 qkdbscan-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 qkernel-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 qkernmatrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 qkgda . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 qkgda-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 qkIsomap . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 qkIsomap-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 qkLLE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 qkLLE-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 qkMDS . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 qkMDS-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 qkpca . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 qkpca-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 qkprc-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 qkspecc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 qkspecc-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 qkspeclust . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 qsammon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 qsammon-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 qtSNE . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 qtSNE-class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 Index 59 as.cndkernmatrix Assing cndkernmatrix class to matrix objects Description as.cndkernmatrix in package qkerntool can be used to create the cndkernmatrix class to matrix objects representing a CND kernel matrix. These matrices can then be used with the cndkernmatrix interfaces which most of the functions in qkerntool support. Usage ## S4 method for signature 'matrix' as.cndkernmatrix(x, center = FALSE) Arguments x matrix to be assigned the cndkernmatrix class center center the cndkernel matrix in feature space (default: FALSE) as.qkernmatrix 3 Author(s) Yusen Zhang <yusenzhang@126.com> See Also cndkernmatrix,qkernmatrix Examples ## Create the data x <- rbind(matrix(rnorm(10),,2),matrix(rnorm(10,mean=3),,2)) y <- matrix(c(rep(1,5),rep(-1,5))) ### Use as.cndkernmatrix to label the cov. matrix as a CND kernel matrix ### which is eq. to using a linear kernel K <- as.cndkernmatrix(crossprod(t(x))) K as.qkernmatrix Assing qkernmatrix class to matrix objects Description as.qkernmatrix in package qkerntool can be used to create the qkernmatrix class to matrix objects representing a q kernel matrix. These matrices can then be used with the qkernmatrix interfaces which most of the functions in qkerntool support. Usage ## S4 method for signature 'matrix' as.qkernmatrix(x, center = FALSE) Arguments x matrix to be assigned the qkernmatrix class center center the kernel matrix in feature space (default: FALSE) Author(s) Yusen Zhang <yusenzhang@126.com> 4 bases See Also qkernmatrix,cndkernmatrix Examples ## Create the data x <- rbind(matrix(rnorm(10),,2),matrix(rnorm(10,mean=3),,2)) y <- matrix(c(rep(1,5),rep(-1,5))) ### Use as.qkernmatrix to label the cov. matrix as a qkernel matrix ### which is eq. to using a linear kernel K <- as.qkernmatrix(crossprod(t(x))) K bases qKernel Functions Description The kernel generating functions provided in qkerntool. 2 2 0 The Non Linear Kernel k(x, y) = 2(1−q) 1 (q −α||x|| + q −α||y|| − 2q −αx y ). 2 1 The Gaussian kernel k(x, y) = 1−q (1 − q (||x−y|| /σ) ). 1 The Laplacian Kernel k(x, y) = 1−q (1 − q (||x−y||/σ) ). ||x−y||2 1 1−q (1√− q The Rational Quadratic Kernel k(x, y) = ||x−y||2 +c ). 1 c ||x−y||2 +c The Multiquadric Kernel k(x, y) = 1−q (q −q ). 1 −√ 1 − 1c The Inverse Multiquadric Kernel k(x, y) = 1−q (q −q ||x−y||2 +c ). θ ||x−y|| − ||x−y|| sin The Wave Kernel k(x, y) = 1−q 1 (q −1 − q θ ). 1 ( d The d Kernel k(x, y) = 1−q [1 − q ||x − y|| )]. 1 The Log Kernel k(x, y) = 1−q [1 − q l n(||x − y||d + 1)]. 1 1 −1 − The Cauchy Kernel k(x, y) = 1−q (q − q 1+||x−y||2 /σ ). P 2 The Chi-Square Kernel k(x, y) = 1−q 1 (1 − q 2(x−y) /(x+y)γ ). 1 − The Generalized T-Student Kernel k(x, y) = 1−q 1 (q −1 − q 1+||x−y||d ). Usage rbfbase(sigma=1,q=0.8) nonlbase(alpha = 1,q = 0.8) bases 5 laplbase(sigma = 1, q = 0.8) ratibase(c = 1, q = 0.8) multbase(c = 1, q = 0.8) invbase(c = 1, q = 0.8) wavbase(theta = 1,q = 0.8) powbase(d = 2, q = 0.8) logbase(d = 2, q = 0.8) caubase(sigma = 1, q = 0.8) chibase(gamma = 1, q = 0.8) studbase(d = 2, q = 0.8) Arguments q for all the qkernel function. sigma for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". alpha for the Non Linear qkernel function "nonlbase". c for the Rational Quadratic qkernel function "ratibase" , the Multiquadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". theta for the Wave qkernel function "wavbase". d for the d qkernel function "powbase" , the Log qkernel function "logbase" and the Generalized T-Student qkernel function "studbase". gamma for the Chi-Square qkernel function "chibase". Details The kernel generating functions are used to initialize a kernel function which calculates the kernel function value between two feature vectors in a Hilbert Space. These functions can be passed as a qkernel argument on almost all functions in qkerntool(e.g., qkgda, qkpca etc). Value Return an S4 object of class qkernel which extents the function class. The resulting function implements the given kernel calculating the kernel function value between two vectors. qpar a list containing the kernel parameters (hyperparameters) used. The kernel parameters can be accessed by the qpar function. Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernmatrix, cndkernmatrix 6 blkdiag Examples qkfunc <- rbfbase(sigma=1,q=0.8) qkfunc qpar(qkfunc) ## create two vectors x <- rnorm(10) y <- rnorm(10) ## calculate dot product qkfunc(x,y) blkdiag Block diagonal concatenation of matrix Description Y = BLKDIAG(A,B,...) produces diag(A,B,...) Usage blkdiag(x) Arguments x a list of matrix Value E - Block diagonal concatenation of matrix Author(s) Yusen Zhang <yusenzhang@126.com> cndkernel-class 7 cndkernel-class Class "cndkernel" "nonlkernel" "polykernel" "rbfkernel" "laplkernel" Description The built-in kernel classes in qkerntool Objects from the Class Objects can be created by calls of the form new("nonlkernel"), new{"polykernel"}, new{"rbfkernel"}, new{"laplkernel"}, new{"anokernel"}, new{"ratikernel"}, new{"multkernel"}, new{"invkernel"}, new{"wavkernel"}, new{"powkernel"}, new{"logkernel"}, new{"caukernel"}, new{"chikernel"}, new{"studkernel"},new{"norkernel"} or by calling the nonlcnd,polycnd, rbfcnd, laplcnd, anocnd, raticnd, multcnd, invcnd, wavcnd, powcnd, logcnd, caucnd, chicnd, studcnd, norcnd functions etc.. Slots .Data: Object of class "function" containing the kernel function qpar: Object of class "list" containing the kernel parameters Methods cndkernmatrix signature(kernel = "rbfkernel", x ="matrix"): computes the kernel matrix Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernmatrix,cndkernmatrix Examples cndkfunc <- rbfcnd(gamma = 1) cndkfunc qpar(cndkfunc) ## create two vectors x <- rnorm(10) y <- rnorm(10) cndkfunc(x,y) 8 cndkernmatrix cndkernmatrix CND Kernel Matrix functions Description cndkernmatrix calculates the kernel matrix Kij = k(xi , xj ) or Kij = k(xi , yj ). Usage ## S4 method for signature 'cndkernel' cndkernmatrix(cndkernel, x, y = NULL) Arguments cndkernel the cndkernel function to be used to calculate the CND kernel matrix. This has to be a function of class cndkernel, i.e. which can be generated either one of the build in kernel generating functions (e.g., rbfcnd nonlcnd etc.) or a user defined function of class cndkernel taking two vector arguments and returning a scalar. x a data matrix to be used to calculate the kernel matrix. y second data matrix to calculate the kernel matrix. Details Common functions used during kernel based computations. The cndkernel parameter can be set to any function, of class cndkernel, which computes the kernel function value in feature space between two vector arguments. qkerntool provides more than 10 CND kernel functions which can be initialized by using the following functions: • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Gaussian cndkernel function • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd d cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function (see example.) cnds 9 Value cndkernmatrix returns a conditionally negative definite matrix with a zero diagonal element. Author(s) Yusen Zhang <yusenzhang@126.com> See Also nonlbase, rbfbase, laplbase, ratibase, multbase, invbase, wavbase, powbase, logbase, caubase, chibase, studbase Examples ## use the iris data data(iris) dt <- as.matrix(iris[ ,-5]) ## initialize cndkernel function lapl <- laplcnd(gamma = 1) lapl ## calculate cndkernel matrix cndkernmatrix(lapl, dt) cnds CND Kernel Functions Description The kernel generating functions provided in qkerntool. The Non Linear Kernel k(x, y) = [exp(α||x||2 ) + exp(α||y||2 ) − 2exp(αx0 y)]/2. The Polynomial kernel k(x, y) = [(α||x||2 + c)d + (α||y||2 + c)d − 2(αx0 y + c)d ]/2. The Gaussian kernel k(x, y) = 1 − exp(−||x − y||2 /γ). The Laplacian Kernel k(x, y) = 1 −P exp(−||x − y||/γ). The ANOVA Kernel k(x, y) = n − exp(−σ(x − y)2 )d . The Rational Quadratic Kernel k(x, p y) = ||x − y||2 /(||x − y||2 + c). The Multiquadric Kernel k(x, y) = (||x − y||2 + cp 2 ) − c. The Inverse Multiquadric Kernel k(x, y) = 1/c − 1/ ||x − y||2 + c2 . θ The Wave Kernel k(x, y) = 1 − ||x−y|| sin ||x−y|| θ . d The d Kernel k(x, y) = ||x − y|| . The Log Kernel k(x, y) = log(||x − y||d + 1). The Cauchy Kernel k(x, y) = 1 −P 1/(1 + ||x − y||2 /γ). The Chi-Square Kernel k(x, y) = 2(x − y)2 /(x + y). The Generalized T-Student Kernel k(x, y) = 1 − 1/(1 + ||x − y||d ). The normal Kernel k(x, y) = ||x − y||2 . 10 cnds Usage nonlcnd(alpha = 1) polycnd(d = 2, alpha = 1, c = 1) rbfcnd(gamma = 1) laplcnd(gamma = 1) anocnd(d = 2, sigma = 1) raticnd(c = 1) multcnd(c = 1) invcnd(c = 1) wavcnd(theta = 1) powcnd(d = 2) logcnd(d = 2) caucnd(gamma = 1) chicnd( ) studcnd(d = 2) norcnd() Arguments alpha for the Non Linear cndkernel function "nonlcnd" and the Polynomial cndkernel function "polycnd". gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". sigma for the ANOVA cndkernel function "anocnd". theta for the Wave cndkernel function "wavcnd". c for the Rational Quadratic cndkernel function "raticnd", the Polynomial cndker- nel function "polycnd", the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel function "invcnd". d for the Polynomial cndkernel function "polycnd", the ANOVA cndkernel func- tion "anocnd", the cndkernel function "powcnd", the Log cndkernel function "logcnd" and the Generalized T-Student cndkernel function "studcnd". Details The kernel generating functions are used to initialize a kernel function which calculates the kernel function value between two feature vectors in a Hilbert Space. These functions can be passed as a qkernel argument on almost all functions in qkerntool. Value Return an S4 object of class cndkernel which extents the function class. The resulting function implements the given kernel calculating the kernel function value between two vectors. qpar a list containing the kernel parameters (hyperparameters) used. The kernel parameters can be accessed by the qpar function. Eucdist 11 Author(s) Yusen Zhang <yusenzhang@126.com> See Also cndkernmatrix, qkernmatrix Examples cndkfunc <- rbfcnd(gamma = 1) cndkfunc qpar(cndkfunc) ## create two vectors x <- rnorm(10) y <- rnorm(10) ## calculate dot product cndkfunc(x,y) Eucdist Computes the Euclidean(square Euclidean) distance matrix Description Eucdist Computes the Euclidean(square Euclidean) distance matrix. Arguments x (NxD) matrix (N samples, D features) y (MxD) matrix (M samples, D features) sEuclidean can be TRUE or FALSE, FALSE to Compute the Euclidean distance matrix. Value E - (MxN) Euclidean (square Euclidean) distances between vectors in x and y Author(s) Yusen Zhang <yusenzhang@126.com> 12 mfeat_pix Examples ### data(iris) testset <- sample(1:150,20) x <- as.matrix(iris[-testset,-5]) y <- as.matrix(iris[testset,-5]) ## res0 <- Eucdist(x) res1 <- Eucdist(x, x, sEuclidean = FALSE) res2 <- Eucdist(x, y = NULL, sEuclidean = FALSE) res3 <- Eucdist(x, x, sEuclidean = TRUE) res4 <- Eucdist(x, y = NULL) res5 <- Eucdist(x, sEuclidean = FALSE) mfeat_pix mfeat_pix dataset Description This dataset consists of features of handwritten numerals (‘0’–‘9’) extracted from a collection of Dutch utility maps. 200 patterns per class (for a total of 2,000 patterns) have been digitized in binary images. This dataset is about 240 pixel averages in 2 x 3 windows Usage data("mfeat_pix") Format A data frame with 2000 observations on the following 240 variables. Source https://archive.ics.uci.edu/ml/datasets/Multiple+Features Examples data(mfeat_pix) qkdbscan 13 qkdbscan qKernel-DBSCAN density reachability and connectivity clustering Description Similiar to the Density-Based Spatial Clustering of Applications with Noise(or DBSCAN) algo- rithm, qKernel-DBSCAN is a density-based clustering algorithm that can be applied under both linear and non-linear situations. Usage ## S4 method for signature 'matrix' qkdbscan(x, kernel = "rbfbase", qpar = list(sigma = 0.1, q = 0.9), eps = 0.25, MinPts = 5, hybrid = TRUE, seeds = TRUE, showplot = FALSE, countmode = NULL, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qkdbscan(x, eps = 0.25, MinPts = 5, seeds = TRUE, showplot = FALSE, countmode = NULL, ...) ## S4 method for signature 'qkernmatrix' qkdbscan(x, eps = 0.25, MinPts = 5, seeds = TRUE, showplot = FALSE, countmode = NULL, ...) ## S4 method for signature 'qkdbscan' predict(object, data, newdata = NULL, predict.max = 1000, ...) Arguments x the data matrix indexed by row, or a kernel matrix of cndkernmatrix or qkernmatrix. kernel the kernel function used in training and predicting. This parameter can be set to any function, of class kernel, which computes a kernel function value between two vector arguments. qkerntool provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase Power qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function 14 qkdbscan • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd Power cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar the list of hyper-parameters (kernel parameters). This is a list which contains the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma, q for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". • alpha, q for the Non Linear qkernel function "nonlbase". • c, q for the Rational Quadratic qkernel function "ratibase" , the Multi- quadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". • theta, q for the Wave qkernel function "wavbase". • d, q for the Power qkernel function "powbase" , the Log qkernel function "logbase" and the Generalized T-Student qkernel function "studbase". • alpha for the Non Linear cndkernel function "nonlcnd". • power, alpha, c for the Polynomial cndkernel function "polycnd". • gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". • power, sigma for the ANOVA cndkernel function "anocnd". • c for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel func- tion "invcnd". • theta for the Wave cndkernel function "wavcnd". • power for the Power cndkernel function "powcnd" , the Log cndkernel func- tion "logcnd" and the Generalized T-Student cndkernel function "studcnd". Hyper-parameters for user defined kernels can be passed through the qpar pa- rameter as well. qkdbscan 15 eps reachability distance, see Ester et al. (1996). (default:0.25) MinPts reachability minimum number of points, see Ester et al.(1996).(default : 5) hybrid whether the algothrim expects raw data but calculates partial distance matrices, can be TRUE or FALSE seeds can be TRUE or FALSE, FALSE to not include the isseed-vector in the dbscan- object. showplot whether to show the plot or not, can be TRUE or FALSE na.action a function to specify the action to be taken if NAs are found. The default action is na.omit, which leads to rejection of cases with missing values on any required variable. An alternative is na.fail, which causes an error if NA cases are found. (NOTE: If given, this argument must be named.) countmode NULL or vector of point numbers at which to report progress. object object of class dbscan. data matrix or data.frame. newdata matrix or data.frame with raw data to predict. predict.max max. batch size for predictions. ... Further arguments transferred to plot methods. Details The data can be passed to the qkdbscan function in a matrix, in addition qkdbscan also supports input in the form of a kernel matrix of class qkernmatrix or class cndkernmatrix. Value predict(qkdbscan-method) gives out a vector of predicted clusters for the points in newdata. qkdbscan gives out an S4 object which is a LIST with components clust integer vector coding cluster membership with noise observations (singletons) coded as 0 eps parameter eps MinPts parameter MinPts kcall the function call cndkernf the kernel function used xmatrix the original data matrix all the slots of the object can be accessed by accessor functions. Note The predict function can be used to embed new data on the new space. Author(s) Yusen Zhang <yusenzhang@126.com> 16 qkdbscan-class References Martin Ester, Hans-Peter Kriegel, Joerg Sander, Xiaowei Xu(1996). A Density-Based Algorithm for Discovering Clusters in Large Spatial Databases with Noise Institute for Computer Science, University of Munich. Proceedings of 2nd International Conference on Knowledge Discovery and Data Mining (KDD-96) See Also qkernmatrix, cndkernmatrix Examples # a simple example using the iris data(iris) test <- sample(1:150,20) x<- as.matrix(iris[-test,-5]) ds <- qkdbscan (x,kernel="laplbase",qpar=list(sigma=3.5,q=0.8),eps=0.15, MinPts=5,hybrid = FALSE) plot(ds,x) emb <- predict(ds, x, as.matrix(iris[test,-5])) points(iris[test,], col= as.integer(1+emb)) qkdbscan-class Class "qkdbscan" Description The qkernel-DBSCAN class. Objects of class "qkdbscan" Objects can be created by calls of the form new("qkdbscan", ...). or by calling the qkdbscan function. Slots clust: Object of class "vector" containing the cluster membership of the samples eps: Object of class "numeric" containing the reachability distance MinPts: Object of class "numeric" containing the reachability minimum number of points isseed: Object of class "logical" containing the logical vector indicating whether a point is a seed (not border, not noise) qkernel-class 17 Methods clust signature(object = "qkdbscan"): returns the cluster membership kcall signature(object = "qkdbscan"): returns the performed call cndkernf signature(object = "qkdbscan"): returns the used kernel function eps signature(object = "qkdbscan"): returns the reachability distance MinPts signature(object = "qkdbscan"): returns the reachability minimum number of points predict signature(object = "qkdbscan"): embeds new data xmatrix signature(object = "qkdbscan"): returns the used data matrix Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernel-class, cndkernel-class Examples # a simple example using the iris data x<- as.matrix(iris[,-5]) ds <- qkdbscan (x,kernel="laplbase",qpar=list(sigma=3.5,q=0.8),eps=0.15, MinPts=5,hybrid = FALSE) # print the results clust(ds) eps(ds) MinPts(ds) cndkernf(ds) xmatrix(ds) kcall(ds) qkernel-class Class "qkernel" "rbfqkernel" "nonlqkernel" "laplqkernel" "ratiqker- nel" Description The built-in kernel classes in qkerntool 18 qkernmatrix Objects from the Class Objects can be created by calls of the form new("rbfqkernel"), new{"nonlqkernel"}, new{"laplqkernel"}, new{"ratiqkernel"}, new{"multqkernel"}, new{"invqkernel"}, new{"wavqkernel"}, new{"powqkernel"}, new{"logqkernel"}, new{"cauqkernel"}, new{"chiqkernel"}, new{"studqkernel"} or by calling the rbfbase, nonlbase, laplbase, ratibase, multbase, invbase, wavbase, powbase, logbase, caubase, chibase, studbase functions etc.. Slots .Data: Object of class "function" containing the kernel function qpar: Object of class "list" containing the kernel parameters Methods qkernmatrix signature(kernel = "rbfqkernel", x = "matrix"): computes the qkernel matrix Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernmatrix,cndkernmatrix Examples qkfunc <- rbfbase(sigma=1,q=0.8) qkfunc qpar(qkfunc) ## create two vectors x <- rnorm(10) y <- rnorm(10) ## calculate dot product qkfunc(x,y) qkernmatrix qKernel Matrix functions Description qkernmatrix calculates the qkernel matrix Kij = k(xi , xj ) or Kij = k(xi , yj ). qkernmatrix 19 Usage ## S4 method for signature 'qkernel' qkernmatrix(qkernel, x, y = NULL) Arguments qkernel the kernel function to be used to calculate the qkernel matrix. This has to be a function of class qkernel, i.e. which can be generated either one of the build in kernel generating functions (e.g., rbfbase etc.) or a user defined function of class qkernel taking two vector arguments and returning a scalar. x a data matrix to be used to calculate the kernel matrix y second data matrix to calculate the kernel matrix Details Common functions used during kernel based computations. The qkernel parameter can be set to any function, of class qkernel, which computes the kernel function value in feature space between two vector arguments. qkerntool provides more than 10 qkernel functions which can be initialized by using the following functions: • nonlbase Non Linear qkernel function • rbfbase Gaussian qkernel function • laplbase Laplacian qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase d qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function (see example.) Value qkernmatrix returns a conditionally negative definite matrix with a zero diagonal element. Author(s) Yusen Zhang <yusenzhang@126.com> 20 qkgda See Also nonlcnd, rbfcnd,polycnd,laplcnd, anocnd, raticnd, multcnd, invcnd, wavcnd, powcnd, logcnd, caucnd, chicnd, studcnd Examples data(iris) dt <- as.matrix(iris[ ,-5]) ## initialize kernel function rbf <- rbfbase(sigma = 1.4, q=0.8) rbf ## calculate qkernel matrix qkernmatrix(rbf, dt) qkgda qKernel Generalized Discriminant Analysis Description The qkernel Generalized Discriminant Analysis is a method that deals with nonlinear discriminant analysis using kernel function operator. Usage ## S4 method for signature 'matrix' qkgda(x, label, kernel = "rbfbase", qpar = list(sigma = 0.1, q = 0.9), features = 0, th = 1e-4, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qkgda(x, label, features = 0, th = 1e-4, na.action = na.omit, ...) ## S4 method for signature 'qkernmatrix' qkgda(x, label, features = 0, th = 1e-4, ...) Arguments x the data matrix indexed by row, or a kernel matrix of cndkernmatrix or qkernmatrix. label The original labels of the samples. kernel the kernel function used in training and predicting. This parameter can be set to any function, of class kernel, which computes a kernel function value between two vector arguments. qkerntool provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" qkgda 21 • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase Power qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd Power cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar the list of hyper-parameters (kernel parameters). This is a list which contains the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma, q for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". • alpha, q for the Non Linear qkernel function "nonlbase". • c, q for the Rational Quadratic qkernel function "ratibase" , the Multi- quadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". • theta, q for the Wave qkernel function "wavbase". • d, q for the Power qkernel function "powbase" , the Log qkernel function "logbase" and the Generalized T-Student qkernel function "studbase". • alpha for the Non Linear cndkernel function "nonlcnd". • d, alpha, c for the Polynomial cndkernel function "polycnd". • gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". 22 qkgda • d, sigma for the ANOVA cndkernel function "anocnd". • c for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel func- tion "invcnd". • theta for the Wave cndkernel function "wavcnd". • d for the Power cndkernel function "powcnd" , the Log cndkernel function "logcnd" and the Generalized T-Student cndkernel function "studcnd". Hyper-parameters for user defined kernels can be passed through the qpar pa- rameter as well. features Number of features (principal components) to return. (default: 0 , all) th the value of the eigenvalue under which principal components are ignored (only valid when features = 0). (default : 0.0001) na.action A function to specify the action to be taken if NAs are found. The default action is na.omit, which leads to rejection of cases with missing values on any required variable. An alternative is na.fail, which causes an error if NA cases are found. (NOTE: If given, this argument must be named.) ... additional parameters Details The qkernel Generalized Discriminant Analysis method provides a mapping of the input vectors into high dimensional feature space, generalizing the classical Linear Discriminant Analysis to non-linear discriminant analysis. The data can be passed to the qkgda function in a matrix, in addition qkgda also supports input in the form of a kernel matrix of class qkernmatrix or class cndkernmatrix. Value An S4 object containing the eigenvectors and their normalized projections, along with the corre- sponding eigenvalues and the original function. prj The normalized projections on eigenvectors) eVal The corresponding eigenvalues eVec The corresponding eigenvectors kcall The formula of the function called cndkernf The kernel function used xmatrix The original data matrix all the slots of the object can be accessed by accessor functions. Note The predict function can be used to embed new data on the new space Author(s) Yusen Zhang <yusenzhang@126.com> qkgda-class 23 References 1.Baudat, G, and F. Anouar: Generalized discriminant analysis using a kernel approach Neural Computation 12.10(2000),2385 2.Deng Cai, Xiaofei He, and Jiawei Han: Speed Up Kernel Discriminant Analysis The VLDB Journal,January,2011,vol.20, no.1,21-33. See Also qkernmatrix, cndkernmatrix Examples Iris <- data.frame(rbind(iris3[,,1], iris3[,,2], iris3[,,3]), Sp = rep(c("1","2","3"), rep(50,3))) testset <- sample(1:150,20) train <- as.matrix(iris[-testset,-5]) test <- as.matrix(iris[testset,-5]) Sp = rep(c("1","2","3"), rep(50,3)) labels <-as.numeric(Sp) trainlabel <- labels[-testset] testlabel <- labels[testset] kgda1 <- qkgda(train, label=trainlabel, kernel = "ratibase", qpar = list(c=1,q=0.9),features = 2) prj(kgda1) eVal(kgda1) eVec(kgda1) kcall(kgda1) # xmatrix(kgda1) #print the principal component vectors prj(kgda1) #plot the data projection on the components plot(kgda1@prj,col=as.integer(train), xlab="1st Principal Component",ylab="2nd Principal Component") qkgda-class Class "qkgda" Description The qkernel Generalized Discriminant Analysis class Objects of class "qkgda" Objects can be created by calls of the form new("qkgda", ...). or by calling the qkgda function. 24 qkgda-class Slots prj: Object of class "matrix" containing the normalized projections on eigenvectors eVal: Object of class "matrix" containing the corresponding eigenvalues eVec: Object of class "matrix" containing the corresponding eigenvectors label: Object of class "matrix" containing the categorical variables that the categorical data be assigned to one of the categories Methods prj signature(object = "qkgda"): returns the normalized projections eVal signature(object = "qkgda"): returns the eigenvalues eVec signature(object = "qkgda"): returns the eigenvectors kcall signature(object = "qkgda"): returns the performed call cndkernf signature(object = "qkgda"): returns the used kernel function predict signature(object = "qkgda"): embeds new data xmatrix signature(object = "qkgda"): returns the used data matrix Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernel-class, cndkernel-class Examples Iris <- data.frame(rbind(iris3[,,1], iris3[,,2], iris3[,,3]), Sp = rep(c("1","2","3"), rep(50,3))) testset <- sample(1:150,20) train <- as.matrix(iris[-testset,-5]) test <- as.matrix(iris[testset,-5]) Sp = rep(c("1","2","3"), rep(50,3)) labels <-as.numeric(Sp) trainlabel <- labels[-testset] testlabel <- labels[testset] kgda1 <- qkgda(train, label=trainlabel, kernel = "ratibase", qpar = list(c=1,q=0.9),features = 2) prj(kgda1) eVal(kgda1) eVec(kgda1) cndkernf(kgda1) kcall(kgda1) qkIsomap 25 qkIsomap qKernel Isometric Feature Mapping Description Computes the Isomap embedding as introduced in 2000 by Tenenbaum, de Silva and Langford. Usage ## S4 method for signature 'matrix' qkIsomap(x, kernel = "rbfbase", qpar = list(sigma = 0.1, q = 0.9), dims = 2, k, mod = FALSE, plotResiduals = FALSE, verbose = TRUE, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qkIsomap(x, dims = 2, k, mod = FALSE, plotResiduals = FALSE, verbose = TRUE, na.action = na.omit, ...) ## S4 method for signature 'qkernmatrix' qkIsomap(x, dims = 2, k, mod = FALSE, plotResiduals = FALSE, verbose = TRUE, na.action = na.omit, ...) Arguments x N x D matrix (N samples, D features) or a kernel matrix of cndkernmatrix or qkernmatrix. kernel the kernel function used in training and predicting. This parameter can be set to any function, of class kernel, which computes a kernel function value between two vector arguments. qkerntool provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase Power qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" 26 qkIsomap • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd Power cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar the list of hyper-parameters (kernel parameters). This is a list which contains the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma, q for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". • alpha, q for the Non Linear qkernel function "nonlbase". • c, q for the Rational Quadratic qkernel function "ratibase" , the Multi- quadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". • theta, q for the Wave qkernel function "wavbase". • d, q for the Power qkernel function "powbase" , the Log qkernel function "logbase" and the Generalized T-Student qkernel function "studbase". • alpha for the Non Linear cndkernel function "nonlcnd". • d, alpha, c for the Polynomial cndkernel function "polycnd". • gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". • d, sigma for the ANOVA cndkernel function "anocnd". • c for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel func- tion "invcnd". • theta for the Wave cndkernel function "wavcnd". • d for the Power cndkernel function "powcnd" , the Log cndkernel function "logcnd" and the Generalized T-Student cndkernel function "studcnd". Hyper-parameters for user defined kernels can be passed through the qpar pa- rameter as well. dims vector containing the target space dimension(s) k number of neighbours mod use modified Isomap algorithm plotResiduals show a plot with the residuals between the high and the low dimensional data verbose show a summary of the embedding procedure at the end qkIsomap 27 na.action A function to specify the action to be taken if NAs are found. The default action is na.omit, which leads to rejection of cases with missing values on any required variable. An alternative is na.fail, which causes an error if NA cases are found. (NOTE: If given, this argument must be named.) ... additional parameters Details The qkIsomap is a nonlinear dimension reduction technique, that preserves global properties of the data. That means, that geodesic distances between all samples are captured best in the low dimensional embedding. This R version is based on the Matlab implementation by Tenenbaum and uses Floyd’s Algorithm to compute the neighbourhood graph of shortest distances, when calculating the geodesic distances. A modified version of the original Isomap algorithm is included. It respects nearest and farthest neighbours. To estimate the intrinsic dimension of the data, the function can plot the residuals between the high and the low dimensional data for a given range of dimensions. Value qkIsomap gives out an S4 object which is a LIST with components prj a N x dim matrix (N samples, dim features) with the reduced input data (list of several matrices if more than one dimension was specified). dims the dimension of the target space. Residuals the residual variances for all dimensions. eVal the corresponding eigenvalues. eVec the corresponding eigenvectors. cndkernf the kernel function used. kcall The formula of the function called all the slots of the object can be accessed by accessor functions. Author(s) Yusen Zhang <yusenzhang@126.com> References Tenenbaum, J. B. and de Silva, V. and Langford, J. C., "A global geometric framework for nonlinear dimensionality reduction.", 2000; Matlab code is available at http://waldron.stanford.edu/~isomap/ 28 qkIsomap-class Examples # another example using the iris data(iris) testset <- sample(1:150,20) train <- as.matrix(iris[-testset,-5]) labeltrain<- as.integer(iris[-testset,5]) test <- as.matrix(iris[testset,-5]) # ratibase(c=1,q=0.8) d_low = qkIsomap(train, kernel = "ratibase", qpar = list(c=1,q=0.8), dims=2, k=5, plotResiduals = TRUE) #plot the data projection on the components plot(prj(d_low),col=labeltrain, xlab="1st Principal Component",ylab="2nd Principal Component") prj(d_low) dims(d_low) Residuals(d_low) eVal(d_low) eVec(d_low) kcall(d_low) cndkernf(d_low) qkIsomap-class qKernel Isomap embedding Description The qKernel Isometric Feature Mapping class Objects of class "qkIsomap" Objects can be created by calls of the form new("qkIsomap", ...). or by calling the qkIsomap function. Slots prj: Object of class "matrix" containing the Nxdim matrix (N samples, dim features) with the reduced input data (list of several matrices if more than one dimension specified) dims: Object of class "numeric" containing the dimension of the target space (default 2) connum: Object of class "numeric" containing the number of connected components in graph Residuals: Object of class "vector" containing the residual variances for all dimensions eVal: Object of class "vector" containing the corresponding eigenvalues eVec: Object of class "vector" containing the corresponding eigenvectors qkIsomap-class 29 Methods prj signature(object = "qkIsomap"): returns the Nxdim matrix (N samples, dim features) dims signature(object = "qkIsomap"): returns the dimension Residuals signature(object = "qkIsomap"): returns the residual variances eVal signature(object = "qkIsomap"): returns the eigenvalues eVec signature(object = "qkIsomap"): returns the eigenvectors xmatrix signature(object = "qkIsomap"): returns the used data matrix kcall signature(object = "qkIsomap"): returns the performed call cndkernf signature(object = "qkIsomapa"): returns the used kernel function Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernel-class, cndkernel-class, qkIsomap Examples # another example using the iris data data(iris) testset <- sample(1:150,20) train <- as.matrix(iris[-testset,-5]) labeltrain<- as.integer(iris[-testset,5]) test <- as.matrix(iris[testset,-5]) # ratibase(c=1,q=0.8) d_low = qkIsomap(train, kernel = "ratibase", qpar = list(c=1,q=0.8), dims=2, k=5, plotResiduals = TRUE) #plot the data projection on the components plot(prj(d_low),col=labeltrain, xlab="1st Principal Component",ylab="2nd Principal Component") prj(d_low) dims(d_low) Residuals(d_low) eVal(d_low) eVec(d_low) kcall(d_low) cndkernf(d_low) 30 qkLLE qkLLE qKernel Locally Linear Embedding Description Computes the qkernel Locally Linear Embedding Usage ## S4 method for signature 'matrix' qkLLE(x, kernel = "rbfbase", qpar = list(sigma = 0.1, q = 0.9), dims = 2, k, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qkLLE(x, dims = 2, k, na.action = na.omit, ...) ## S4 method for signature 'qkernmatrix' qkLLE(x, dims = 2, k, na.action = na.omit,...) Arguments x N x D matrix (N samples, D features) or a kernel matrix of cndkernmatrix or qkernmatrix. kernel the kernel function used in training and predicting. This parameter can be set to any function, of class kernel, which computes a kernel function value between two vector arguments. qkerntool provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase Power qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function qkLLE 31 • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd Power cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar the list of hyper-parameters (kernel parameters). This is a list which contains the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma, q for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". • alpha, q for the Non Linear qkernel function "nonlbase". • c, q for the Rational Quadratic qkernel function "ratibase" , the Multi- quadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". • theta, q for the Wave qkernel function "wavbase". • d, q for the Power qkernel function "powbase" , the Log qkernel function "logbase" and the Generalized T-Student qkernel function "studbase". • alpha for the Non Linear cndkernel function "nonlcnd". • power, alpha, c for the Polynomial cndkernel function "polycnd". • gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". • power, sigma for the ANOVA cndkernel function "anocnd". • c for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel func- tion "invcnd". • theta for the Wave cndkernel function "wavcnd". • power for the Power cndkernel function "powcnd" , the Log cndkernel func- tion "logcnd" and the Generalized T-Student cndkernel function "studcnd". Hyper-parameters for user defined kernels can be passed through the qpar pa- rameter as well. dims dimension of the target space k the number of nearest neighbours. na.action A function to specify the action to be taken if NAs are found. The default action is na.omit, which leads to rejection of cases with missing values on any required variable. An alternative is na.fail, which causes an error if NA cases are found. (NOTE: If given, this argument must be named.) ... additional parameters 32 qkLLE Details The qkernel Locally Linear Embedding (qkLLE) preserves local properties of the data by represent- ing each sample in the data by a linear combination of its k nearest neighbours with each neighbour weighted independently. qkLLE finally chooses the low-dimensional representation that best pre- serves the weights in the target space. It is an extension of Locally Linear Embedding (LLE) with qkernel method. Value It returns an S4 object containing the principal component vectors along with the corresponding eigenvalues. prj a matrix with the reduced input data dims dimension of the target space eVal The corresponding eigenvalues eVec The corresponding eigenvectors cndkernf the kernel function used all the slots of the object can be accessed by accessor functions. Author(s) Yusen Zhang <yusenzhang@126.com> References Roweis, Sam T. and Saul, Lawrence K., "Nonlinear Dimensionality Reduction by Locally Linear Embedding",2000; Examples ## S4 method for signature 'matrix' data(iris) testset <- sample(1:150,20) train <- as.matrix(iris[-testset,-5]) labeltrain<- as.integer(iris[-testset,5]) test <- as.matrix(iris[testset,-5]) plot(train ,col=labeltrain, xlab="1st Principal Component",ylab="2nd Principal Component") # ratibase(c=1,q=0.8) d_low <- qkLLE(train, kernel = "ratibase", qpar = list(c=1,q=0.8), dims=2, k=5) #plot the data projection on the components plot(prj(d_low),col=labeltrain, xlab="1st Principal Component",ylab="2nd Principal Component") ## S4 method for signature 'qkernmatrix' # ratibase(c=0.1,q=0.8) qkfunc <- ratibase(c=0.1,q=0.8) ktrain1 <- qkernmatrix(qkfunc,train) d_low <- qkLLE(ktrain1, dims = 2, k=5) qkLLE-class 33 #plot the data projection on the components plot(prj(d_low),col=labeltrain, xlab="1st Principal Component",ylab="2nd Principal Component") qkLLE-class Class "qkLLE" Description The qKernel Locally Linear Embedding class Objects of class "qkLLE" Objects can be created by calls of the form new("qkLLE", ...). or by calling the qkLLE function. Slots prj: Object of class "matrix" containing the reduced input data dims: Object of class "numeric" containing the dimension of the target space (default 2) eVal: Object of class "vector" containing the corresponding eigenvalues eVec: Object of class "matrix" containing the corresponding eigenvectors Methods prj signature(object = "qkLLE"): returns the reduced input data dims signature(object = "qkLLE"): returns the dimension eVal signature(object = "qkLLE"): returns the eigenvalues eVec signature(object = "qkLLE"): returns the eigenvectors xmatrix signature(object = "qkLLE"): returns the used data matrix kcall signature(object = "qkLLE"): returns the performed call cndkernf signature(object = "qkLLE"): returns the used kernel function Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernel-class, cndkernel-class 34 qkMDS Examples ## S4 method for signature 'matrix' data(iris) testset <- sample(1:150,20) train <- as.matrix(iris[-testset,-5]) labeltrain<- as.integer(iris[-testset,5]) test <- as.matrix(iris[testset,-5]) plot(train ,col=labeltrain, xlab="1st Principal Component",ylab="2nd Principal Component") # ratibase(c=1,q=0.8) d_low <- qkLLE(train, kernel = "ratibase", qpar = list(c=1,q=0.8), dims=2, k=5) #plot the data projection on the components plot(prj(d_low),col=labeltrain,xlab="1st Principal Component",ylab="2nd Principal Component") ## S4 method for signature 'qkernmatrix' # ratibase(c=0.1,q=0.8) qkfunc <- ratibase(c=0.1,q=0.8) ktrain1 <- qkernmatrix(qkfunc,train) d_low <- qkLLE(ktrain1, dims = 2, k=5) #plot the data projection on the components plot(prj(d_low),col=labeltrain,xlab="1st Principal Component",ylab="2nd Principal Component") qkMDS qKernel Metric Multi-Dimensional Scaling Description The qkernel Metric Multi-Dimensional Scaling is a nonlinear form of Metric Multi-Dimensional Scaling Usage ## S4 method for signature 'matrix' qkMDS(x, kernel = "rbfbase", qpar = list(sigma = 0.1, q = 0.9), dims = 2, plotResiduals = FALSE, verbose = TRUE, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qkMDS(x, dims = 2,plotResiduals = FALSE, verbose = TRUE, na.action = na.omit, ...) ## S4 method for signature 'qkernmatrix' qkMDS(x, dims = 2,plotResiduals = FALSE, verbose = TRUE, na.action = na.omit, ...) Arguments x N x D matrix (N samples, D features) or a kernel matrix of cndkernmatrix or qkernmatrix. qkMDS 35 kernel the kernel function used in training and predicting. This parameter can be set to any function, of class kernel, which computes a kernel function value between two vector arguments. qkerntool provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase Power qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd Power cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar the list of hyper-parameters (kernel parameters). This is a list which contains the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma, q for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". • alpha, q for the Non Linear qkernel function "nonlbase". • c, q for the Rational Quadratic qkernel function "ratibase" , the Multi- quadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". • theta, q for the Wave qkernel function "wavbase". 36 qkMDS • d, q for the Power qkernel function "powbase" , the Log qkernel function "logbase" and the Generalized T-Student qkernel function "studbase". • alpha for the Non Linear cndkernel function "nonlcnd". • d, alpha, c for the Polynomial cndkernel function "polycnd". • gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". • d, sigma for the ANOVA cndkernel function "anocnd". • c for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel func- tion "invcnd". • theta for the Wave cndkernel function "wavcnd". • d for the Power cndkernel function "powcnd" , the Log cndkernel function "logcnd" and the Generalized T-Student cndkernel function "studcnd". Hyper-parameters for user defined kernels can be passed through the qpar pa- rameter as well. dims vector containing the target space dimension(s) plotResiduals show a plot with the residuals between the high and the low dimensional data verbose show a summary of the embedding procedure at the end na.action A function to specify the action to be taken if NAs are found. The default action is na.omit, which leads to rejection of cases with missing values on any required variable. An alternative is na.fail, which causes an error if NA cases are found. (NOTE: If given, this argument must be named.) ... additional parameters Details There are several versions of non-metric multidimensional scaling in R, but qkerntool offers the following unique combination of using qKernel methods Value qkMDS gives out an S4 object which is a LIST with components prj a N x dim matrix (N samples, dim features) with the reduced input data (list of several matrices if more than one dimension was specified). dims the dimension of the target space. Residuals the residual variances for all dimensions. eVal the corresponding eigenvalues. eVec the corresponding eigenvectors. cndkernf the kernel function used. kcall The formula of the function called all the slots of the object can be accessed by accessor functions. qkMDS-class 37 Author(s) Yusen Zhang <yusenzhang@126.com> References Kruskal, J.B. 1964a. Multidimensional scaling by optimizing goodness-of-fit to a nonmetric hy- pothesis. Psychometrika 29, 1–28. Examples # another example using the iris data(iris) testset <- sample(1:150,20) train <- as.matrix(iris[-testset,-5]) labeltrain<- as.integer(iris[-testset,5]) test <- as.matrix(iris[testset,-5]) # ratibase(c=1,q=0.8) d_low = qkMDS(train, kernel = "ratibase", qpar = list(c=1,q=0.9),dims = 2, plotResiduals = TRUE) #plot the data projection on the components plot(prj(d_low),col=labeltrain, xlab="1st Principal Component",ylab="2nd Principal Component") prj(d_low) dims(d_low) Residuals(d_low) eVal(d_low) eVec(d_low) kcall(d_low) cndkernf(d_low) qkMDS-class qKernel Metric Multi-Dimensional Scaling Description The qkernel Metric Multi-Dimensional Scaling class Objects of class "qkMDS" Objects can be created by calls of the form new("qkMDS", ...). or by calling the qkMDS function. Slots prj: Object of class "matrix" containing the Nxdim matrix (N samples, dim features) with the reduced input data (list of several matrices if more than one dimension specified) dims: Object of class "numeric" containing the dimension of the target space (default 2) connum: Object of class "numeric" containing the number of connected components in graph 38 qkMDS-class Residuals: Object of class "vector" containing the residual variances for all dimensions eVal: Object of class "vector" containing the corresponding eigenvalues eVec: Object of class "vector" containing the corresponding eigenvectors Methods prj signature(object = "qkMDS"): returns the Nxdim matrix (N samples, dim features) dims signature(object = "qkMDS"): returns the dimension Residuals signature(object = "qkMDS"): returns the residual variances eVal signature(object = "qkMDS"): returns the eigenvalues eVec signature(object = "qkMDS"): returns the eigenvectors xmatrix signature(object = "qkMDS"): returns the used data matrix kcall signature(object = "qkMDS"): returns the performed call cndkernf signature(object = "qkMDS"): returns the used kernel function Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernel-class, cndkernel-class, qkMDS Examples # another example using the iris data(iris) testset <- sample(1:150,20) train <- as.matrix(iris[-testset,-5]) labeltrain<- as.integer(iris[-testset,5]) test <- as.matrix(iris[testset,-5]) # ratibase(c=1,q=0.8) d_low = qkMDS(train, kernel = "ratibase", qpar = list(c=1,q=0.8), dims=2, plotResiduals = TRUE) #plot the data projection on the components plot(prj(d_low),col=labeltrain, xlab="1st Principal Component",ylab="2nd Principal Component") prj(d_low) dims(d_low) Residuals(d_low) eVal(d_low) eVec(d_low) kcall(d_low) cndkernf(d_low) qkpca 39 qkpca qKernel Principal Components Analysis Description The qkernel Principal Components Analysis is a nonlinear form of principal component analysis. Usage ## S4 method for signature 'formula' qkpca(x, data = NULL, na.action, ...) ## S4 method for signature 'matrix' qkpca(x, kernel = "rbfbase", qpar = list(sigma = 0.1, q = 0.9), features = 0, th = 1e-4, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qkpca(x, features = 0, th = 1e-4, ...) ## S4 method for signature 'qkernmatrix' qkpca(x, features = 0, th = 1e-4, ...) Arguments x the data matrix indexed by row, a formula describing the model or a kernel matrix of cndkernmatrix or qkernmatrix. data an optional data frame containing the variables in the model (when using a for- mula). kernel the kernel function used in training and predicting. This parameter can be set to any function, of class kernel, which computes a kernel function value between two vector arguments. qkerntool provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase d qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" 40 qkpca • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd power cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar the list of hyper-parameters (kernel parameters). This is a list which contains the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma, q for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". • alpha, q for the Non Linear qkernel function "nonlbase". • c, q for the Rational Quadratic qkernel function "ratibase" , the Multi- quadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". • theta, q for the Wave qkernel function "wavbase". • d, q for the d qkernel function "powbase" , the Log qkernel function "log- base" and the Generalized T-Student qkernel function "studbase". • alpha for the Non Linear cndkernel function "nonlcnd". • d, alpha, c for the Polynomial cndkernel function "polycnd". • gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". • d, sigma for the ANOVA cndkernel function "anocnd". • c for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel func- tion "invcnd". • theta for the Wave cndkernel function "wavcnd". • d for the power cndkernel function "powcnd" , the Log cndkernel function "logcnd" and the Generalized T-Student cndkernel function "studcnd". Hyper-parameters for user defined kernels can be passed through the qpar pa- rameter as well. features Number of features (principal components) to return. (default: 0 , all) th the value of the eigenvalue under which principal components are ignored (only valid when features = 0). (default : 0.0001) na.action A function to specify the action to be taken if NAs are found. The default action is na.omit, which leads to rejection of cases with missing values on any required variable. An alternative is na.fail, which causes an error if NA cases are found. (NOTE: If given, this argument must be named.) qkpca 41 ... additional parameters Details Using kernel functions one can efficiently compute principal components in high-dimensional fea- ture spaces, related to input space by some non-linear map. The data can be passed to the qkpca function in a matrix, in addition qkpca also supports input in the form of a kernel matrix of class qkernmatrix or class cndkernmatrix. Value An S4 object containing the principal component vectors along with the corresponding eigenvalues. pcv a matrix containing the principal component vectors (column wise) eVal The corresponding eigenvalues rotated The original data projected (rotated) on the principal components cndkernf the kernel function used xmatrix The original data matrix all the slots of the object can be accessed by accessor functions. Note The predict function can be used to embed new data on the new space Author(s) Yusen Zhang <yusenzhang@126.com> References Schoelkopf B., A. Smola, K.-R. Mueller : Nonlinear component analysis as a kernel eigenvalue problem Neural Computation 10, 1299-1319 http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.29.1366 See Also qkernmatrix, cndkernmatrix Examples # another example using the iris data data(iris) test <- sample(1:150,20) qkpc <- qkpca(~.,data=iris[-test,-5],kernel="rbfbase", qpar=list(sigma=50,q=0.8),features=2) # print the principal component vectors 42 qkpca-class pcv(qkpc) #plot the data projection on the components plot(rotated(qkpc),col=as.integer(iris[-test,5]), xlab="1st Principal Component",ylab="2nd Principal Component") # embed remaining points emb <- predict(qkpc,iris[test,-5]) points(emb,col=as.integer(iris[test,5])) qkpca-class Class "qkpca" Description The qkernel Principal Components Analysis class Objects of class "qkpca" Objects can be created by calls of the form new("qkpca", ...). or by calling the qkpca function. Slots pcv: Object of class "matrix" containing the principal component vectors eVal: Object of class "vector" containing the corresponding eigenvalues rotated: Object of class "matrix" containing the projection of the data on the principal compo- nents Methods eVal signature(object = "qkpca"): returns the eigenvalues pcv signature(object = "qkpca"): returns the principal component vectors predict signature(object = "qkpca"): embeds new data rotated signature(object = "qkpca"): returns the projected data xmatrix signature(object = "qkpca"): returns the used data matrix kcall signature(object = "qkpca"): returns the performed call cndkernf signature(object = "qkpca"): returns the used kernel function Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkernel-class, cndkernel-class qkprc-class 43 Examples # another example using the iris data data(iris) test <- sample(1:150,20) qkpc <- qkpca(~.,iris[-test,-5], kernel = "rbfbase", qpar = list(sigma = 50, q = 0.8), features = 2) # print the principal component vectors pcv(qkpc) rotated(qkpc) cndkernf(qkpc) eVal(qkpc) xmatrix(qkpc) names(eVal(qkpc)) qkprc-class Class "qkprc" Description The qKernel Prehead class Objects of class "qkprc" Objects from the class cannot be created directly but only contained in other classes. Slots cndkernf: Object of class "kfunction" containing the kernel function used qpar: Object of class "list" containing the kernel parameters used xmatrix: Object of class "input" containing the data matrix used ymatrix: Object of class "input" containing the data matrix used kcall: Object of class "ANY" containing the function call terms: Object of class "ANY" containing the function terms n.action: Object of class "ANY" containing the action performed on NA Methods cndkernf signature(object = "qkprc"): returns the used kernel function xmatrix signature(object = "qkprc"): returns the used data matrix ymatrix signature(object = "qkprc"): returns the used data matrix kcall signature(object = "qkprc"): returns the performed call Author(s) Yusen Zhang <yusenzhang@126.com> 44 qkspecc See Also qkernel-class, cndkernel-class qkspecc qkernel spectral Clustering Description A qkernel spectral clustering algorithm. Clustering is performed by embedding the data into the subspace of the eigenvectors of a graph Laplacian matrix. Usage ## S4 method for signature 'matrix' qkspecc(x,kernel = "rbfbase", qpar = list(sigma = 2, q = 0.9), Nocent=NA, normalize="symmetric", maxk=20, iterations=200, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qkspecc(x, Nocent=NA, normalize="symmetric", maxk=20,iterations=200, ...) ## S4 method for signature 'qkernmatrix' qkspecc(x, Nocent=NA, normalize="symmetric", maxk=20,iterations=200, ...) Arguments x the matrix of data to be clustered or a kernel Matrix of class qkernmatrix or cndkernmatrix. kernel the kernel function used in computing the affinity matrix. This parameter can be set to any function, of class kernel, which computes a kernel function value be- tween two vector arguments. kernlab provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase d qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function qkspecc 45 • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd d cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar a character string or the list of hyper-parameters (kernel parameters). The de- fault character string list(sigma = 2, q = 0.9) uses a heuristic to determine a suitable value for the width parameter of the RBF kernel. The second option "local" (local scaling) uses a more advanced heuristic and sets a width param- eter for every point in the data set. This is particularly useful when the data incorporates multiple scales. A list can also be used containing the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma, q for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". • alpha, q for the Non Linear qkernel function "nonlbase". • c, q for the Rational Quadratic qkernel function "ratibase" , the Multi- quadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". • theta, q for the Wave qkernel function "wavbase". • d, q for the d qkernel function "powbase" , the Log qkernel function "log- base" and the Generalized T-Student qkernel function "studbase". • alpha for the Non Linear cndkernel function "nonlcnd". • d, alpha, c for the Polynomial cndkernel function "polycnd". • gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". • d, sigma for the ANOVA cndkernel function "anocnd". • c for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel func- tion "invcnd". • theta for the Wave cndkernel function "wavcnd". 46 qkspecc • d for the d cndkernel function "powcnd" , the Log cndkernel function "logcnd" and the Generalized T-Student cndkernel function "studcnd". where length is the length of the strings considered, lambda the decay factor and nor- malized a logical parameter determining if the kernel evaluations should be normalized. Hyper-parameters for user defined kernels can be passed through the qpar pa- rameter as well. Nocent the number of clusters. normalize Normalisation of the Laplacian ("none", "symmetric" or "random-walk"). maxk If k is NA, an upper bound for the automatic estimation. Defaults to 20. iterations the maximum number of iterations allowed. na.action the action to perform on NA. ... additional parameters. Details The qkernel spectral clustering works by embedding the data points of the partitioning problem into the subspace of the eigenvectors corresponding to the k smallest eigenvalues of the graph Laplacian matrix. Using a simple clustering method like kmeans on the embedded points usually leads to good performance. It can be shown that qkernel spectral clustering methods boil down to graph partitioning. The data can be passed to the qkspecc function in a matrix, in addition qkspecc also supports input in the form of a kernel matrix of class qkernmatrix or cndkernmatrix. Value An S4 object of class qkspecc which extends the class vector containing integers indicating the cluster to which each point is allocated. The following slots contain useful information clust The cluster assignments eVec The corresponding eigenvector eVal The corresponding eigenvalues ymatrix The eigenvectors corresponding to the k smallest eigenvalues of the graph Lapla- cian matrix. Author(s) Yusen Zhang <yusenzhang@126.com> References Andrew Y. Ng, Michael I. Jordan, Yair Weiss On Spectral Clustering: Analysis and an Algorithm Neural Information Processing Symposium 2001 qkspecc-class 47 See Also qkernmatrix, cndkernmatrix, qkpca Examples data("iris") x=as.matrix(iris[,-5]) qspe <- qkspecc(x,kernel = "rbfbase", qpar = list(sigma = 10, q = 0.9), Nocent=3, normalize="symmetric", maxk=15, iterations=1200) plot(x, col = clust(qspe)) qkfunc <- nonlbase(alpha=1/15,q=0.8) Ktrain <- qkernmatrix(qkfunc, x) qspe <- qkspecc(Ktrain, Nocent=3, normalize="symmetric", maxk=20) plot(x, col = clust(qspe)) qkspecc-class Class "qkspecc" Description The qKernel Spectral Clustering Class Objects from the Class Objects can be created by calls of the form new("qkspecc", ...). or by calling the function qkspecc. Slots clust: Object of class "vector" containing the cluster assignments eVec: Object of class "matrix" containing the corresponding eigenvector in each cluster eVal: Object of class "vector" containing the corresponding eigenvalue for each cluster withinss: Object of class "vector" containing the within-cluster sum of squares for each cluster Methods clust signature(object = "qkspecc"): returns the cluster assignments eVec signature(object = "qkspecc"): returns the corresponding eigenvector in each cluster eVal signature(object = "qkspecc"): returns the corresponding eigenvalue for each cluster xmatrix signature(object = "qkspecc"): returns the original data matrix or a kernel Matrix ymatrix signature(object = "qkspecc"): returns The eigenvectors corresponding to the k small- est eigenvalues of the graph Laplacian matrix. cndkernf signature(object = "qkspecc"): returns the used kernel function kcall signature(object = "qkspecc"): returns the performed call 48 qkspeclust Author(s) Yusen Zhang <yusenzhang@126.com> See Also qkspecc, qkernel-class, cndkernel-class Examples ## Cluster the iris data set. data("iris") x=as.matrix(iris[,-5]) qspe <- qkspecc(x,kernel = "rbfbase", qpar = list(sigma = 10, q = 0.9), Nocent=3, normalize="symmetric", maxk=15, iterations=1200) clust(qspe) eVec(qspe) eVal(qspe) xmatrix(qspe) ymatrix(qspe) cndkernf(qspe) qkspeclust qkernel spectral Clustering Description This is also a qkernel spectral clustering algorithm which uses three ways to assign labels after the laplacian embedding: kmeans, hclust and dbscan. Usage ## S4 method for signature 'qkspecc' qkspeclust(x, clustmethod = "kmeans", Nocent=NULL,iterations=NULL, hmethod=NULL,eps = NULL, MinPts = NULL) Arguments x object of class qkspecc. clustmethod the strategy to use to assign labels in the embedding space. There are three ways to assign labels after the laplacian embedding: kmeans, hclust and dbscan. Nocent the number of clusters iterations the maximum number of iterations allowed for "kmeans". hmethod the agglomeration method for "hclust". This should be (an unambiguous ab- breviation of) one of "ward.D", "ward.D2", "single", "complete", "average" (= UPGMA), "mcquitty" (= WPGMA), "median" (= WPGMC) or "centroid" (= UPGMC). qkspeclust 49 eps Reachability distance for "dbscan". MinPts Reachability minimum no. of points for "dbscan". Details The qkernel spectral clustering works by embedding the data points of the partitioning problem into the subspace of the eigenvectors corresponding to the k smallest eigenvalues of the graph Laplacian matrix. Using the simple clustering methods like kmeans, hclust and dbscan on the embedded points usually leads to good performance. It can be shown that qkernel spectral clustering methods boil down to graph partitioning. Value An S4 object of class qkspecc which extends the class vector containing integers indicating the cluster to which each point is allocated. The following slots contain useful information clust The cluster assignments eVec The corresponding eigenvector eVal The corresponding eigenvalues xmatrix The original data matrix ymatrix The real valued matrix of eigenvectors corresponding to the k smallest eigenval- ues of the graph Laplacian matrix cndkernf The kernel function used Author(s) Yusen Zhang <yusenzhang@126.com> References Andrew Y. Ng, Michael I. Jordan, Yair Weiss On Spectral Clustering: Analysis and an Algorithm Neural Information Processing Symposium 2001 See Also qkernmatrix, cndkernmatrix, qkspecc-class, qkspecc Examples data("iris") x=as.matrix(iris[ ,-5]) qspe <- qkspecc(x,kernel = "rbfbase", qpar = list(sigma = 90, q = 0.9), Nocent=3, normalize="symmetric", maxk=15,iterations=1200) plot(x, col = clust(qspe)) 50 qsammon qspec <- qkspeclust(qspe,clustmethod = "hclust", Nocent=3, hmethod="ward.D2") plot(x, col = clust(qspec)) plot(qspec) qsammon qKernel Sammon Mapping Description The qkernel Sammon Mapping is an implementation for Sammon mapping, one of the earliest dimension reduction techniques that aims to find low-dimensional embedding that preserves pair- wise distance structure in high-dimensional data space. qsammon is a nonlinear form of Sammon Mapping. Usage ## S4 method for signature 'matrix' qsammon(x, kernel = "rbfbase", qpar = list(sigma = 0.5, q = 0.9), dims = 2, Initialisation = 'random', MaxHalves = 20, MaxIter = 500, TolFun = 1e-7, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qsammon(cndkernel, x, k, dims = 2, Initialisation = 'random', MaxHalves = 20,MaxIter = 500, TolFun = 1e-7, ...) ## S4 method for signature 'qkernmatrix' qsammon(qkernel, x, k, dims = 2, Initialisation = 'random', MaxHalves = 20, MaxIter = 500, TolFun = 1e-7, ...) Arguments x the data matrix indexed by row or a kernel matrix of cndkernmatrix or qkernmatrix. kernel the kernel function used in training and predicting. This parameter can be set to any function, of class kernel, which computes a kernel function value between two vector arguments. qkerntool provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function qsammon 51 • wavbase Wave qkernel function • powbase d qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd d cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar the list of hyper-parameters (kernel parameters). This is a list which contains the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma, q for the Radial Basis qkernel function "rbfbase" , the Laplacian qkernel function "laplbase" and the Cauchy qkernel function "caubase". • alpha, q for the Non Linear qkernel function "nonlbase". • c, q for the Rational Quadratic qkernel function "ratibase" , the Multi- quadric qkernel function "multbase" and the Inverse Multiquadric qkernel function "invbase". • theta, q for the Wave qkernel function "wavbase". • d, q for the d qkernel function "powbase" , the Log qkernel function "log- base" and the Generalized T-Student qkernel function "studbase". • alpha for the Non Linear cndkernel function "nonlcnd". • d, alpha, c for the Polynomial cndkernel function "polycnd". • gamma for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". • d, sigma for the ANOVA cndkernel function "anocnd". • c for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel function "multcnd" and the Inverse Multiquadric cndkernel func- tion "invcnd". • theta for the Wave cndkernel function "wavcnd". 52 qsammon • d for the d cndkernel function "powcnd" , the Log cndkernel function "logcnd" and the Generalized T-Student cndkernel function "studcnd". Hyper-parameters for user defined kernels can be passed through the qpar pa- rameter as well. qkernel the kernel function to be used to calculate the qkernel matrix. cndkernel the cndkernel function to be used to calculate the CND kernel matrix. k the dimension of the original data. dims Number of features to return. (default: 2) Initialisation "random" or "pca"; the former performs fast random projection and the latter performs standard PCA (default : "random") MaxHalves maximum number of step halvings. (default : 20) MaxIter the maximum number of iterations allowed. (default : 500) TolFun relative tolerance on objective function. (default : 1e-7) na.action A function to specify the action to be taken if NAs are found. The default action is na.omit, which leads to rejection of cases with missing values on any required variable. An alternative is na.fail, which causes an error if NA cases are found. (NOTE: If given, this argument must be named.) ... additional parameters Details Using kernel functions one can efficiently compute principal components in high-dimensional fea- ture spaces, related to input space by some non-linear map. The data can be passed to the qsammon function in a matrix, in addition qsammon also supports input in the form of a kernel matrix of class qkernmatrix or class cndkernmatrix. Value dimRed The matrix whose rows are embedded observations. kcall The function call contained cndkernf The kernel function used all the slots of the object can be accessed by accessor functions. Author(s) Yusen Zhang <yusenzhang@126.com> References Sammon, J.W. (1969) A Nonlinear Mapping for Data Structure Analysis. IEEE Transactions on Computers, C-18 5:401-409. See Also qkernmatrix, cndkernmatrix qsammon-class 53 Examples data(iris) train <- as.matrix(iris[,1:4]) labeltrain<- as.integer(iris[,5]) ## S4 method for signature 'matrix' kpc2 <- qsammon(train, kernel = "rbfbase", qpar = list(sigma = 2, q = 0.9), dims = 2, Initialisation = 'pca', TolFun = 1e-5) plot(dimRed(kpc2), col = as.integer(labeltrain)) cndkernf(kpc2) qsammon-class Class "qsammon" Description The qKernel Sammon Mapping class Objects of class "qsammon" Objects can be created by calls of the form new("qsammon", ...). or by calling the qsammon function. Slots dimRed: Object of class "matrix" containing the matrix whose rows are embedded observations cndkernf: Object of class "function" containing the kernel function used kcall: Object of class "ANY" containing the function call Methods dimRed signature(object = "qsammon"): returns the matrix whose rows are embedded obser- vations kcall signature(object = "qsammon"): returns the performed call cndkernf signature(object = "qsammon"): returns the used kernel function Author(s) Yusen Zhang <yusenzhang@126.com> See Also qsammon 54 qtSNE Examples data(iris) train <- as.matrix(iris[,1:4]) labeltrain<- as.integer(iris[,5]) ## S4 method for signature 'matrix' qkpc <- qsammon(train, kernel = "rbfbase", qpar = list(sigma = 0.5, q = 0.9), dims = 2, Initialisation = 'pca', MaxHalves = 50) cndkernf(qkpc) dimRed(qkpc) kcall(qkpc) qtSNE qKernel t-Distributed Stochastic Neighbor Embedding Description Wrapper for the qkernel t-distributed stochastic neighbor embeddingg. qtSNE is a method for constructing a low dimensional embedding of high-dimensional data, distances or similarities. Usage ## S4 method for signature 'matrix' qtSNE(x,kernel = "rbfbase", qpar = list(sigma = 0.1, q = 0.9), initial_config = NULL, no_dims=2, initial_dims=30, perplexity=30, max_iter= 1300, min_cost=0, epoch_callback=NULL, epoch=100, na.action = na.omit, ...) ## S4 method for signature 'cndkernmatrix' qtSNE(x,initial_config = NULL, no_dims=2, initial_dims=30, perplexity=30, max_iter = 1000, min_cost=0, epoch_callback=NULL,epoch=100) ## S4 method for signature 'qkernmatrix' qtSNE(x,initial_config = NULL, no_dims=2, initial_dims=30, perplexity=30, max_iter = 1000, min_cost=0, epoch_callback=NULL,epoch=100) Arguments x the matrix of data to be clustered or a kernel Matrix of class qkernmatrix or cndkernmatrix. kernel the kernel function used in computing the affinity matrix. This parameter can be set to any function, of class kernel, which computes a kernel function value be- tween two vector arguments. kernlab provides the most popular kernel functions which can be used by setting the kernel parameter to the following strings: • rbfbase Radial Basis qkernel function "Gaussian" • nonlbase Non Linear qkernel function • laplbase Laplbase qkernel function • ratibase Rational Quadratic qkernel function qtSNE 55 • multbase Multiquadric qkernel function • invbase Inverse Multiquadric qkernel function • wavbase Wave qkernel function • powbase Power qkernel function • logbase Log qkernel function • caubase Cauchy qkernel function • chibase Chi-Square qkernel function • studbase Generalized T-Student qkernel function • nonlcnd Non Linear cndkernel function • polycnd Polynomial cndkernel function • rbfcnd Radial Basis cndkernel function "Gaussian" • laplcnd Laplacian cndkernel function • anocnd ANOVA cndkernel function • raticnd Rational Quadratic cndkernel function • multcnd Multiquadric cndkernel function • invcnd Inverse Multiquadric cndkernel function • wavcnd Wave cndkernel function • powcnd Power cndkernel function • logcnd Log cndkernel function • caucnd Cauchy cndkernel function • chicnd Chi-Square cndkernel function • studcnd Generalized T-Student cndkernel function The kernel parameter can also be set to a user defined function of class kernel by passing the function name as an argument. qpar a character string or the list of hyper-parameters (kernel parameters). The de- fault character string list(sigma = 2, q = 0.9) uses a heuristic to determine a suitable value for the width parameter of the RBF kernel. The second option "local" (local scaling) uses a more advanced heuristic and sets a width param- eter for every point in the data set. This is particularly useful when the data incorporates multiple scales. A list can also be used containing the parameters to be used with the kernel function. Valid parameters for existing kernels are : • sigma for the Radial Basis qkernel function "rbfbase" , the Laplacian qker- nel function "laplbase" the Cauchy qkernel function "caubase" and for the ANOVA cndkernel function "anocnd". • alpha for the Non Linear qkernel function "nonlbase",for the Non Linear cndkernel function "nonlcnd",and for the Polynomial cndkernel function "polycnd". • c for the Rational Quadratic qkernel function "ratibase" , the Multiquadric qkernel function "multbase", the Inverse Multiquadric qkernel function "in- vbase",for the Polynomial cndkernel function "polycnd",for the Rational Quadratic cndkernel function "raticnd" , the Multiquadric cndkernel func- tion "multcnd" and the Inverse Multiquadric cndkernel function "invcnd". 56 qtSNE • d for qkernel function "powbase" , the Log qkernel function "logbase", the Generalized T-Student qkernel function "studbase", for the Polynomial cnd- kernel function "polycnd", for the ANOVA cndkernel function "anocnd",for the d cndkernel function "powcnd" , the Log cndkernel function "logcnd" and the Generalized T-Student cndkernel function "studcnd". • theta for the Wave qkernel function "wavbase" and for the Wave cndkernel function "wavcnd". • gamma for the Chi-Square qkernel function "chibase",for the Radial Basis cndkernel function "rbfcnd" and the Laplacian cndkernel function "laplcnd" and the Cauchy cndkernel function "caucnd". • q For all qkernel Function. where length is the length of the strings con- sidered, lambda the decay factor and normalized a logical parameter deter- mining if the kernel evaluations should be normalized. Hyper-parameters for user defined kernels can be passed through the qkpar pa- rameter as well. initial_config An intitial configure about x (default: NULL) no_dims the dimension of the resulting embedding. (default: 2) initial_dims The number of dimensions to use in reduction method. (default: 30) perplexity Perplexity parameter max_iter Number of iterations (default: 1300) min_cost The minimum cost for every object after the final iteration epoch_callback A callback function used after each epoch (an epoch here means a set number of iterations) epoch The interval of the number of iterations displayed (default: 100) na.action the action to perform on NA ... Other arguments that can be passed to qtSNE Details When the initial_config argument is specified, the algorithm will automatically enter the final mo- mentum stage. This stage has less large scale adjustment to the embedding, and is intended for small scale tweaking of positioning. This can greatly speed up the generation of embeddings for various similar X datasets, while also preserving overall embedding orientation. Value qtSNE gives out an S4 object which is a LIST with components dimRed Matrix containing the new representations for the objects after qtSNE cndkernf The kernel function used Author(s) Yusen Zhang <yusenzhang@126.com> qtSNE-class 57 References Maaten, L. Van Der, 2014. Accelerating t-SNE using Tree-Based Algorithms. Journal of Machine Learning Research, 15, p.3221-3245. van der Maaten, L.J.P. & Hinton, G.E., 2008. Visualizing High-Dimensional Data Using t-SNE. Journal of Machine Learning Research, 9, pp.2579-2605. Examples ## Not run: #use iris data set data(iris) testset <- sample(1:150,20) train <- as.matrix(iris[,1:4]) colors = rainbow(length(unique(iris$Species))) names(colors) = unique(iris$Species) #for matrix ecb = function(x,y){ plot(x,t='n'); text(x,labels=iris$Species, col=colors[iris$Species]) } kpc2 <- qtSNE(train, kernel = "rbfbase", qpar = list(sigma=1,q=0.8), epoch_callback = ecb, perplexity=10, max_iter = 500) ## End(Not run) qtSNE-class Class "qtSNE" Description An S4 Class for qtSNE. Details The qtSNE is a method that uses Qkernel t-Distributed Stochastic Neighborhood Embedding be- tween the distance matrices in high and low-dimensional space to embed the data. The method is very well suited to visualize complex structures in low dimensions. Objects from the Class Objects can be created by calls of the form new("qtSNE", ...). or by calling the function qtSNE. Slots dimRed Matrix containing the new representations for the objects after qtSNE cndkernf The kernel function used 58 qtSNE-class Method dimRed signature(object="qtSNE"): return a new representation matrix cndkernf signature(object="qtSNE"): return the kernel used Author(s) Yusen Zhang <yusenzhang@126.com> References Maaten, L. van der, 2014. Accelerating t-SNE using Tree-Based Algorithms. Journal of Machine Learning Research 15, 3221-3245. van der Maaten, L., Hinton, G., 2008. Visualizing Data using t-SNE. J. Mach. Learn. Res. 9, 2579-2605. See Also qtSNE Examples ## Not run: #use iris data set data(iris) testset <- sample(1:150,20) train <- as.matrix(iris[,1:4]) colors = rainbow(length(unique(iris$Species))) names(colors) = unique(iris$Species) #for matrix ecb = function(x,y){ plot(x,t='n'); text(x,labels=iris$Species, col=colors[iris$Species]) } kpc2 <- qtSNE(train, kernel = "rbfbase", qpar = list(sigma=1,q=0.8), epoch_callback = ecb, perplexity=10, max_iter = 500) #cndernf cndkernf(kpc2) #dimRed plot(dimRed(kpc2),col=train) ## End(Not run) Index ∗ algebra as.cndkernmatrix,matrix-method cndkernmatrix, 8 (as.cndkernmatrix), 2 qkernmatrix, 18 as.cndkernmatrix-methods ∗ array (as.cndkernmatrix), 2 cndkernmatrix, 8 as.qkernmatrix, 3 qkernmatrix, 18 as.qkernmatrix,matrix-method ∗ classes (as.qkernmatrix), 3 cndkernel-class, 7 as.qkernmatrix-methods qkdbscan-class, 16 (as.qkernmatrix), 3 qkernel-class, 17 qkgda-class, 23 bases, 4 qkIsomap-class, 28 blkdiag, 6 qkLLE-class, 33 caubase, 9 qkMDS-class, 37 caubase (bases), 4 qkpca-class, 42 caucnd, 20 qkprc-class, 43 caucnd (cnds), 9 qkspecc-class, 47 caukernel-class (cndkernel-class), 7 qsammon-class, 53 cauqkernel-class (qkernel-class), 17 ∗ classif chibase, 9 qkgda, 20 chibase (bases), 4 ∗ cluster chicnd, 20 qkdbscan, 13 chicnd (cnds), 9 qkpca, 39 chikernel-class (cndkernel-class), 7 qkspecc, 44 chiqkernel-class (qkernel-class), 17 qkspeclust, 48 clust (qkdbscan-class), 16 qsammon, 50 clust,qkdbscan-method (qkdbscan-class), ∗ datasets 16 mfeat_pix, 12 clust,qkspecc-method (qkspecc-class), 47 ∗ methods clust<- (qkdbscan-class), 16 as.cndkernmatrix, 2 clust<-,qkdbscan-method as.qkernmatrix, 3 (qkdbscan-class), 16 ∗ symbolmath clust<-,qkspecc-method (qkspecc-class), bases, 4 47 cnds, 9 cndkernel-class, 7 cndkernf (qkprc-class), 43 anocnd, 20 cndkernf,qkprc-method (qkprc-class), 43 anocnd (cnds), 9 cndkernf<- (qkprc-class), 43 anokernel-class (cndkernel-class), 7 cndkernf<-,qkprc-method (qkprc-class), as.cndkernmatrix, 2 43 59 60 INDEX cndkernmatrix, 3–5, 7, 8, 11, 18, 23, 41, 47, cndkernmatrix.multkernel 49, 52 (cndkernmatrix), 8 cndkernmatrix,anokernel-method cndkernmatrix.nonlkernel (cndkernmatrix), 8 (cndkernmatrix), 8 cndkernmatrix,caukernel-method cndkernmatrix.norkernel (cndkernmatrix), 8 (cndkernmatrix), 8 cndkernmatrix,chikernel-method cndkernmatrix.polykernel (cndkernmatrix), 8 (cndkernmatrix), 8 cndkernmatrix,cndkernel-method cndkernmatrix.powkernel (cndkernmatrix), 8 (cndkernmatrix), 8 cndkernmatrix,invkernel-method cndkernmatrix.ratikernel (cndkernmatrix), 8 (cndkernmatrix), 8 cndkernmatrix,laplkernel-method cndkernmatrix.rbfkernel (cndkernmatrix), 8 (cndkernmatrix), 8 cndkernmatrix,logkernel-method cndkernmatrix.studkernel (cndkernmatrix), 8 (cndkernmatrix), 8 cndkernmatrix,multkernel-method cndkernmatrix.wavkernel (cndkernmatrix), 8 (cndkernmatrix), 8 cndkernmatrix,nonlkernel-method cnds, 9 (cndkernmatrix), 8 connum (qkIsomap-class), 28 cndkernmatrix,norkernel-method connum,qkIsomap-method (cndkernmatrix), 8 (qkIsomap-class), 28 cndkernmatrix,polykernel-method connum,qkMDS-method (qkMDS-class), 37 (cndkernmatrix), 8 connum<- (qkIsomap-class), 28 cndkernmatrix,powkernel-method connum<-,qkIsomap-method (cndkernmatrix), 8 (qkIsomap-class), 28 connum<-,qkMDS-method (qkMDS-class), 37 cndkernmatrix,ratikernel-method (cndkernmatrix), 8 dimRed (qsammon-class), 53 cndkernmatrix,rbfkernel-method dimRed,qsammon-method (qsammon-class), (cndkernmatrix), 8 53 cndkernmatrix,studkernel-method dimRed,qtSNE-method (qtSNE-class), 57 (cndkernmatrix), 8 dimRed<- (qsammon-class), 53 cndkernmatrix,wavkernel-method dimRed<-,qsammon-method (cndkernmatrix), 8 (qsammon-class), 53 cndkernmatrix-class (as.cndkernmatrix), dimRed<-,qtSNE-method (qtSNE-class), 57 2 dims (qkIsomap-class), 28 cndkernmatrix.anokernel dims,qkIsomap-method (qkIsomap-class), (cndkernmatrix), 8 28 cndkernmatrix.caukernel dims,qkLLE-method (qkLLE-class), 33 (cndkernmatrix), 8 dims,qkMDS-method (qkMDS-class), 37 cndkernmatrix.chikernel dims<- (qkIsomap-class), 28 (cndkernmatrix), 8 dims<-,qkIsomap-method cndkernmatrix.invkernel (qkIsomap-class), 28 (cndkernmatrix), 8 dims<-,qkLLE-method (qkLLE-class), 33 cndkernmatrix.laplkernel dims<-,qkMDS-method (qkMDS-class), 37 (cndkernmatrix), 8 cndkernmatrix.logkernel eps (qkdbscan-class), 16 (cndkernmatrix), 8 eps,qkdbscan-method (qkdbscan-class), 16 INDEX 61 eps<- (qkdbscan-class), 16 isseed,qkdbscan-method eps<-,qkdbscan-method (qkdbscan-class), (qkdbscan-class), 16 16 isseed<- (qkdbscan-class), 16 Eucdist, 11 isseed<-,qkdbscan-method Eucdist,matrix-method (Eucdist), 11 (qkdbscan-class), 16 eVal (qkgda-class), 23 eVal,qkgda-method (qkgda-class), 23 kcall (qkprc-class), 43 eVal,qkIsomap-method (qkIsomap-class), kcall,qkprc-method (qkprc-class), 43 28 kcall<- (qkprc-class), 43 eVal,qkLLE-method (qkLLE-class), 33 kcall<-,qkprc-method (qkprc-class), 43 eVal,qkMDS-method (qkMDS-class), 37 kfunction-class (qkernel-class), 17 eVal,qkpca-method (qkpca-class), 42 eVal,qkspecc-method (qkspecc-class), 47 label (qkgda-class), 23 eVal<- (qkgda-class), 23 label,qkgda-method (qkgda-class), 23 eVal<-,qkgda-method (qkgda-class), 23 label<- (qkgda-class), 23 eVal<-,qkIsomap-method label<-,qkgda-method (qkgda-class), 23 (qkIsomap-class), 28 laplbase, 9 eVal<-,qkLLE-method (qkLLE-class), 33 laplbase (bases), 4 eVal<-,qkMDS-method (qkMDS-class), 37 laplcnd, 20 eVal<-,qkpca-method (qkpca-class), 42 laplcnd (cnds), 9 eVal<-,qkspecc-method (qkspecc-class), laplkernel-class (cndkernel-class), 7 47 laplqkernel-class (qkernel-class), 17 eVec (qkgda-class), 23 logbase, 9 eVec,qkgda-method (qkgda-class), 23 logbase (bases), 4 eVec,qkIsomap-method (qkIsomap-class), logcnd, 20 28 logcnd (cnds), 9 eVec,qkLLE-method (qkLLE-class), 33 logkernel-class (cndkernel-class), 7 logqkernel-class (qkernel-class), 17 eVec,qkMDS-method (qkMDS-class), 37 eVec,qkspecc-method (qkspecc-class), 47 mfeat_pix, 12 eVec<- (qkgda-class), 23 MinPts (qkdbscan-class), 16 eVec<-,qkgda-method (qkgda-class), 23 MinPts,qkdbscan-method eVec<-,qkIsomap-method (qkdbscan-class), 16 (qkIsomap-class), 28 MinPts<- (qkdbscan-class), 16 eVec<-,qkLLE-method (qkLLE-class), 33 MinPts<-,qkdbscan-method eVec<-,qkMDS-method (qkMDS-class), 37 (qkdbscan-class), 16 eVec<-,qkspecc-method (qkspecc-class), multbase, 9 47 multbase (bases), 4 multcnd, 20 fun (qsammon-class), 53 multcnd (cnds), 9 multkernel-class (cndkernel-class), 7 input-class (qkernel-class), 17 multqkernel-class (qkernel-class), 17 invbase, 9 invbase (bases), 4 n.action (qkprc-class), 43 invcnd, 20 n.action,qkprc-method (qkprc-class), 43 invcnd (cnds), 9 n.action<- (qkprc-class), 43 invkernel-class (cndkernel-class), 7 n.action<-,qkprc-method (qkprc-class), invqkernel-class (qkernel-class), 17 43 isseed (qkdbscan-class), 16 nonlbase, 9 62 INDEX nonlbase (bases), 4 qkernmatrix, 3–5, 7, 11, 16, 18, 18, 23, 41, nonlcnd, 20 47, 49, 52 nonlcnd (cnds), 9 qkernmatrix,cauqkernel-method nonlkernel-class (cndkernel-class), 7 (qkernmatrix), 18 nonlqkernel-class (qkernel-class), 17 qkernmatrix,chiqkernel-method norcnd (cnds), 9 (qkernmatrix), 18 norkernel-class (cndkernel-class), 7 qkernmatrix,invqkernel-method (qkernmatrix), 18 pcv (qkpca-class), 42 qkernmatrix,laplqkernel-method pcv,qkpca-method (qkpca-class), 42 (qkernmatrix), 18 pcv<- (qkpca-class), 42 qkernmatrix,logqkernel-method pcv<-,qkpca-method (qkpca-class), 42 (qkernmatrix), 18 plot (qkdbscan-class), 16 qkernmatrix,multqkernel-method plot,qkdbscan-method (qkdbscan-class), (qkernmatrix), 18 16 qkernmatrix,nonlqkernel-method plot,qkspecc-method (qkspecc-class), 47 (qkernmatrix), 18 polycnd, 20 qkernmatrix,powqkernel-method polycnd (cnds), 9 (qkernmatrix), 18 polykernel-class (cndkernel-class), 7 qkernmatrix,qkernel-method powbase, 9 (qkernmatrix), 18 powbase (bases), 4 qkernmatrix,ratiqkernel-method powcnd, 20 (qkernmatrix), 18 powcnd (cnds), 9 qkernmatrix,rbfqkernel-method powkernel-class (cndkernel-class), 7 (qkernmatrix), 18 powqkernel-class (qkernel-class), 17 qkernmatrix,studqkernel-method predict,qkdbscan-method (qkdbscan), 13 (qkernmatrix), 18 predict,qkgda-method (qkgda), 20 qkernmatrix,wavqkernel-method predict,qkpca-method (qkpca), 39 (qkernmatrix), 18 print,qkdbscan-method (qkdbscan), 13 qkernmatrix-class (as.qkernmatrix), 3 prj (qkgda-class), 23 qkernmatrix.cauqkernel (qkernmatrix), 18 prj,qkgda-method (qkgda-class), 23 qkernmatrix.chiqkernel (qkernmatrix), 18 prj,qkIsomap-method (qkIsomap-class), 28 qkernmatrix.invqkernel (qkernmatrix), 18 prj,qkLLE-method (qkLLE-class), 33 prj,qkMDS-method (qkMDS-class), 37 qkernmatrix.laplqkernel (qkernmatrix), prj<- (qkgda-class), 23 18 prj<-,qkgda-method (qkgda-class), 23 qkernmatrix.logqkernel (qkernmatrix), 18 prj<-,qkIsomap-method (qkIsomap-class), qkernmatrix.multqkernel (qkernmatrix), 28 18 prj<-,qkLLE-method (qkLLE-class), 33 qkernmatrix.nonlqkernel (qkernmatrix), prj<-,qkMDS-method (qkMDS-class), 37 18 qkernmatrix.powqkernel (qkernmatrix), 18 qkdbscan, 13 qkernmatrix.ratiqkernel (qkernmatrix), qkdbscan,cndkernmatrix-method 18 (qkdbscan), 13 qkernmatrix.rbfqkernel (qkernmatrix), 18 qkdbscan,matrix-method (qkdbscan), 13 qkernmatrix.studqkernel (qkernmatrix), qkdbscan,qkernmatrix-method (qkdbscan), 18 13 qkernmatrix.wavqkernel (qkernmatrix), 18 qkdbscan-class, 16 qkgda, 20 qkernel-class, 17 qkgda,cndkernmatrix-method (qkgda), 20 INDEX 63 qkgda,matrix-method (qkgda), 20 qsammon-class, 53 qkgda,qkernmatrix-method (qkgda), 20 qtSNE, 54, 58 qkgda-class, 23 qtSNE,cndkernmatrix-method (qtSNE), 54 qkIsomap, 25, 29 qtSNE,matrix-method (qtSNE), 54 qkIsomap,cndkernmatrix-method qtSNE,qkernmatrix-method (qtSNE), 54 (qkIsomap), 25 qtSNE-class, 57 qkIsomap,matrix-method (qkIsomap), 25 qkIsomap,qkernmatrix-method (qkIsomap), ratibase, 9 25 ratibase (bases), 4 raticnd, 20 qkIsomap-class, 28 raticnd (cnds), 9 qkLLE, 30 ratikernel-class (cndkernel-class), 7 qkLLE,cndkernmatrix-method (qkLLE), 30 ratiqkernel-class (qkernel-class), 17 qkLLE,matrix-method (qkLLE), 30 rbfbase, 9 qkLLE,qkernmatrix-method (qkLLE), 30 rbfbase (bases), 4 qkLLE-class, 33 rbfcnd, 20 qkMDS, 34, 38 rbfcnd (cnds), 9 qkMDS,cndkernmatrix-method (qkMDS), 34 rbfkernel-class (cndkernel-class), 7 qkMDS,matrix-method (qkMDS), 34 rbfqkernel-class (qkernel-class), 17 qkMDS,qkernmatrix-method (qkMDS), 34 Residuals (qkIsomap-class), 28 qkMDS-class, 37 Residuals,qkIsomap-method qkpca, 39, 47 (qkIsomap-class), 28 qkpca,cndkernmatrix-method (qkpca), 39 Residuals,qkMDS-method (qkMDS-class), 37 qkpca,formula-method (qkpca), 39 Residuals<- (qkIsomap-class), 28 qkpca,matrix-method (qkpca), 39 Residuals<-,qkIsomap-method qkpca,qkernmatrix-method (qkpca), 39 (qkIsomap-class), 28 qkpca-class, 42 Residuals<-,qkMDS-method (qkMDS-class), qkprc-class, 43 37 qkspecc, 44, 48, 49 rotated (qkpca-class), 42 qkspecc,cndkernmatrix-method (qkspecc), rotated,qkpca-method (qkpca-class), 42 44 rotated<- (qkpca-class), 42 qkspecc,matrix-method (qkspecc), 44 rotated<-,qkpca-method (qkpca-class), 42 qkspecc,qkernmatrix-method (qkspecc), 44 qkspecc-class, 47 show,cndkernel-method qkspeclust, 48 (cndkernel-class), 7 qkspeclust,qkspecc-method (qkspeclust), show,qkernel-method (qkernel-class), 17 48 show,qkspecc-method (qkspecc), 44 qpar (qkprc-class), 43 studbase, 9 qpar,cndkernel-method studbase (bases), 4 (cndkernel-class), 7 studcnd, 20 qpar,qkernel-method (qkernel-class), 17 studcnd (cnds), 9 qpar,qkprc-method (qkprc-class), 43 studkernel-class (cndkernel-class), 7 qpar<- (qkprc-class), 43 studqkernel-class (qkernel-class), 17 qpar<-,qkprc-method (qkprc-class), 43 terms (qkprc-class), 43 qsammon, 50, 53 terms,qkprc-method (qkprc-class), 43 qsammon,cndkernmatrix-method (qsammon), terms<- (qkprc-class), 43 50 terms<-,qkprc-method (qkprc-class), 43 qsammon,matrix-method (qsammon), 50 qsammon,qkernmatrix-method (qsammon), 50 wavbase, 9 64 INDEX wavbase (bases), 4 wavcnd, 20 wavcnd (cnds), 9 wavkernel-class (cndkernel-class), 7 wavqkernel-class (qkernel-class), 17 withinss (qkspecc-class), 47 withinss,qkspecc-method (qkspecc-class), 47 withinss<- (qkspecc-class), 47 withinss<-,qkspecc-method (qkspecc-class), 47 xmatrix (qkprc-class), 43 xmatrix,qkprc-method (qkprc-class), 43 xmatrix<- (qkprc-class), 43 xmatrix<-,qkprc-method (qkprc-class), 43 ymatrix (qkprc-class), 43 ymatrix,qkprc-method (qkprc-class), 43 ymatrix<- (qkprc-class), 43 ymatrix<-,qkprc-method (qkprc-class), 43
tidyAML
cran
Package ‘tidyAML’ April 20, 2023 Title Automatic Machine Learning with 'tidymodels' Version 0.0.2 Description The goal of this package will be to provide a simple interface for automatic ma- chine learning that fits the 'tidymodels' framework. The intention is to work for regres- sion and classification problems with a simple verb framework. License MIT + file LICENSE Encoding UTF-8 RoxygenNote 7.2.3 URL https://github.com/spsanderson/tidyAML BugReports https://github.com/spsanderson/tidyAML/issues Depends parsnip, R (>= 3.4.0) Suggests knitr, rmarkdown, roxygen2, stats, tibble, stringr, utils, recipes VignetteBuilder knitr Imports magrittr, rlang (>= 0.4.11), purrr (>= 0.3.5), dplyr (>= 1.0.10), rsample (>= 1.1.0), workflows (>= 1.1.2), forcats, workflowsets NeedsCompilation no Author Steven Sanderson [aut, cre, cph] Maintainer Steven Sanderson <spsanderson@gmail.com> Repository CRAN Date/Publication 2023-04-20 13:40:02 UTC R topics documented: core_packages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 create_model_spec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 create_splits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 create_workflow_set . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 extract_model_spec . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1 2 core_packages extract_wflw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 extract_wflw_fit . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 extract_wflw_pred . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 fast_classification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 fast_classification_parsnip_spec_tbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 fast_regression . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 fast_regression_parsnip_spec_tbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 get_model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 install_deps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 internal_make_fitted_wflw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 internal_make_spec_tbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 internal_make_wflw . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 internal_make_wflw_predictions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 internal_set_args_to_tune . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 load_deps . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 make_classification_base_tbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 make_regression_base_tbl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 match_args . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 Index 26 core_packages Functions to Install all Core Libraries Description Lists the core packages necessary to run all potential modeling algorithms. Usage core_packages() Details Lists the core packages necessary to run all potential modeling algorithms. Value A character vector Author(s) Steven P. Sanderson II, MPH See Also Other Utility: create_splits(), create_workflow_set(), fast_classification_parsnip_spec_tbl(), fast_regression_parsnip_spec_tbl(), install_deps(), load_deps(), match_args() create_model_spec 3 Examples core_packages() create_model_spec Generate Model Specification calls to parsnip Description Creates a list/tibble of parsnip model specifications. Usage create_model_spec( .parsnip_eng = list("lm"), .mode = list("regression"), .parsnip_fns = list("linear_reg"), .return_tibble = TRUE ) Arguments .parsnip_eng The input must be a list. The default for this is set to all. This means that all of the parsnip linear regression engines will be used, for example lm, or glm. You can also choose to pass a c() vector like c('lm', 'glm') .mode The input must be a list. The default is ’regression’ .parsnip_fns The input must be a list. The default for this is set to all. This means that all of the parsnip linear regression functions will be used, for example linear_reg(), or cubist_rules. You can also choose to pass a c() vector like c("linear_reg","cubist_rules") .return_tibble The default is TRUE. FALSE will return a list object. Details Creates a list/tibble of parsnip model specifications. With this function you can generate a list/tibble output of any model specification and engine you choose that is supported by the parsnip ecosys- tem. Value A list or a tibble. Author(s) Steven P. Sanderson II, MPH 4 create_splits See Also Other Model_Generator: fast_classification(), fast_regression() Examples create_model_spec( .parsnip_eng = list("lm","glm","glmnet","cubist"), .parsnip_fns = list( rep( "linear_reg", 3), "cubist_rules" ) ) create_model_spec( .parsnip_eng = list("lm","glm","glmnet","cubist"), .parsnip_fns = list( rep( "linear_reg", 3), "cubist_rules" ), .return_tibble = FALSE ) create_splits Utility Create Splits Object Description Create a splits object. Usage create_splits(.data, .split_type = "initial_split", .split_args = NULL) Arguments .data The data being passed to make a split on .split_type The default is "initial_split", you can pass any other split type from the rsample library. .split_args The default is NULL in order to use the default split arguments. If you want to pass other arguments then must pass a list with the parameter name and the argument. Details Create a splits object that returns a list object of both the splits object itself and the splits type. This function supports all splits types from the rsample package. create_workflow_set 5 Value A list object Author(s) Steven P. Sanderson II, MPH See Also Other Utility: core_packages(), create_workflow_set(), fast_classification_parsnip_spec_tbl(), fast_regression_parsnip_spec_tbl(), install_deps(), load_deps(), match_args() Examples create_splits(mtcars, .split_type = "vfold_cv") create_workflow_set Create a Workflow Set Object Description Create a workflow set object tibble from a model spec tibble. Usage create_workflow_set(.model_tbl = NULL, .recipe_list = list(), .cross = TRUE) Arguments .model_tbl The model table that is generated from a function like fast_regression_parsnip_spec_tbl(). The model spec column will be grabbed automatically as the class of the object must be tidyaml_base_tbl .recipe_list Provide a list of recipes here that will get added to the workflow set object. .cross The default is TRUE, can be set to FALSE. This is passed to the cross parameter as an argument to the workflow_set() function. Details Create a workflow set object/tibble from a model spec tibble where the object class type is tidyaml_base_tbl. This function will take in a list of recipes and will grab the model specifi- cations from the base tibble to create the workflow sets object. You can also supply the logical of TRUE/FALSe the .cross parameter which gets passed to the corresponding parameter as an argumnt to the workflowsets::workflow_set() function. Value A list object of workflows. 6 extract_model_spec Author(s) Steven P. Sanderson II, MPH See Also https://workflowsets.tidymodels.org/ Other Utility: core_packages(), create_splits(), fast_classification_parsnip_spec_tbl(), fast_regression_parsnip_spec_tbl(), install_deps(), load_deps(), match_args() Examples library(recipes) rec_obj <- recipe(mpg ~ ., data = mtcars) spec_tbl <- fast_regression_parsnip_spec_tbl( .parsnip_fns = "linear_reg", .parsnip_eng = c("lm","glm") ) create_workflow_set( spec_tbl, list(rec_obj) ) extract_model_spec Extract A Model Specification Description Extract a model specification from a tidyAML model tibble. Usage extract_model_spec(.data, .model_id = NULL) Arguments .data The model table that must have the class tidyaml_mod_spec_tbl. .model_id The model number that you want to select, Must be an integer or sequence of integers, ie. 1 or c(1,3,5) or 1:2 Details This function allows you to get a model specification or more from a tibble with a class of "tidyaml_mod_spec_tbl". It allows you to select the model by the .model_id column. You can call the model id’s by an inte- ger or a sequence of integers. extract_wflw 7 Value A tibble with the chosen model specification(s). Author(s) Steven P. Sanderson II, MPH See Also Other Extractor: extract_wflw_fit(), extract_wflw_pred(), extract_wflw(), get_model() Examples library(recipes) rec_obj <- recipe(mpg ~ ., data = mtcars) spec_tbl <- fast_regression_parsnip_spec_tbl( .parsnip_fns = "linear_reg", .parsnip_eng = c("lm","glm") ) extract_model_spec(spec_tbl, 1) extract_model_spec(spec_tbl, 1:2) extract_wflw Extract A Model Workflow Description Extract a model workflow from a tidyAML model tibble. Usage extract_wflw(.data, .model_id = NULL) Arguments .data The model table that must have the class tidyaml_mod_spec_tbl. .model_id The model number that you want to select, Must be an integer or sequence of integers, ie. 1 or c(1,3,5) or 1:2 Details This function allows you to get a model workflow or more from a tibble with a class of "tidyaml_mod_spec_tbl". It allows you to select the model by the .model_id column. You can call the model id’s by an inte- ger or a sequence of integers. 8 extract_wflw_fit Value A tibble with the chosen model workflow(s). Author(s) Steven P. Sanderson II, MPH See Also Other Extractor: extract_model_spec(), extract_wflw_fit(), extract_wflw_pred(), get_model() Examples library(recipes) rec_obj <- recipe(mpg ~ ., data = mtcars) frt_tbl <- fast_regression(mtcars, rec_obj, .parsnip_eng = c("lm","glm"), .parsnip_fns = "linear_reg") extract_wflw(frt_tbl, 1) extract_wflw(frt_tbl, 1:2) extract_wflw_fit Extract A Model Fitted Workflow Description Extract a model fitted workflow from a tidyAML model tibble. Usage extract_wflw_fit(.data, .model_id = NULL) Arguments .data The model table that must have the class tidyaml_mod_spec_tbl. .model_id The model number that you want to select, Must be an integer or sequence of integers, ie. 1 or c(1,3,5) or 1:2 Details This function allows you to get a model fitted workflow or more from a tibble with a class of "tidyaml_mod_spec_tbl". It allows you to select the model by the .model_id column. You can call the model id’s by an integer or a sequence of integers. Value A tibble with the chosen model workflow(s). extract_wflw_pred 9 Author(s) Steven P. Sanderson II, MPH See Also Other Extractor: extract_model_spec(), extract_wflw_pred(), extract_wflw(), get_model() Examples library(recipes) rec_obj <- recipe(mpg ~ ., data = mtcars) frt_tbl <- fast_regression(mtcars, rec_obj, .parsnip_eng = c("lm","glm"), .parsnip_fns = "linear_reg") extract_wflw_fit(frt_tbl, 1) extract_wflw_fit(frt_tbl, 1:2) extract_wflw_pred Extract A Model Workflow Predictions Description Extract a model workflow predictions from a tidyAML model tibble. Usage extract_wflw_pred(.data, .model_id = NULL) Arguments .data The model table that must have the class tidyaml_mod_spec_tbl. .model_id The model number that you want to select, Must be an integer or sequence of integers, ie. 1 or c(1,3,5) or 1:2 Details This function allows you to get a model workflow predictions or more from a tibble with a class of "tidyaml_mod_spec_tbl". It allows you to select the model by the .model_id column. You can call the model id’s by an integer or a sequence of integers. Value A tibble with the chosen model workflow(s). Author(s) Steven P. Sanderson II, MPH 10 fast_classification See Also Other Extractor: extract_model_spec(), extract_wflw_fit(), extract_wflw(), get_model() Examples library(recipes) rec_obj <- recipe(mpg ~ ., data = mtcars) frt_tbl <- fast_regression(mtcars, rec_obj, .parsnip_eng = c("lm","glm"), .parsnip_fns = "linear_reg") extract_wflw_pred(frt_tbl, 1) extract_wflw_pred(frt_tbl, 1:2) fast_classification Generate Model Specification calls to parsnip Description Creates a list/tibble of parsnip model specifications. Usage fast_classification( .data, .rec_obj, .parsnip_fns = "all", .parsnip_eng = "all", .split_type = "initial_split", .split_args = NULL ) Arguments .data The data being passed to the function for the classification problem .rec_obj The recipe object being passed. .parsnip_fns The default is ’all’ which will create all possible classification model specifica- tions supported. .parsnip_eng the default is ’all’ which will create all possible classification model specifica- tions supported. .split_type The default is ’initial_split’, you can pass any type of split supported by rsample .split_args The default is NULL, when NULL then the default parameters of the split type will be executed for the rsample split type. fast_classification_parsnip_spec_tbl 11 Details With this function you can generate a tibble output of any classification model specification and it’s fitted workflow object. Per recipes documentation explicitly with step_string2factor() it is encouraged to mutate your predictor into a factor before you create your recipe. Value A list or a tibble. Author(s) Steven P. Sanderson II, MPH See Also Other Model_Generator: create_model_spec(), fast_regression() Examples library(recipes, quietly = TRUE) library(dplyr, quietly = TRUE) df <- mtcars %>% mutate(cyl = as.factor(cyl)) rec_obj <- recipe(cyl ~ ., data = df) fct_tbl <- fast_classification( .data = df, .rec_obj = rec_obj, .parsnip_eng = c("glm","LiblineaR")) glimpse(fct_tbl) fast_classification_parsnip_spec_tbl Utility Classification call to parsnip Description Creates a tibble of parsnip classification model specifications. Usage fast_classification_parsnip_spec_tbl( .parsnip_fns = "all", .parsnip_eng = "all" ) 12 fast_regression Arguments .parsnip_fns The default for this is set to all. This means that all of the parsnip classifica- tion functions will be used, for example bag_mars(), or bart(). You can also choose to pass a c() vector like c("barg_mars","bart") .parsnip_eng The default for this is set to all. This means that all of the parsnip classification engines will be used, for example earth, or dbarts. You can also choose to pass a c() vector like c('earth', 'dbarts') Details Creates a tibble of parsnip classification model specifications. This will create a tibble of 32 dif- ferent classification model specifications which can be filtered. The model specs are created first and then filtered out. This will only create models for classification problems. To find all of the supported models in this package you can visit https://www.tidymodels.org/find/parsnip/ Value A tibble with an added class of ’fst_class_spec_tbl’ Author(s) Steven P. Sanderson II, MPH See Also Other Utility: core_packages(), create_splits(), create_workflow_set(), fast_regression_parsnip_spec_tbl() install_deps(), load_deps(), match_args() Examples fast_classification_parsnip_spec_tbl(.parsnip_fns = "logistic_reg") fast_classification_parsnip_spec_tbl(.parsnip_eng = c("earth","dbarts")) fast_regression Generate Model Specification calls to parsnip Description Creates a list/tibble of parsnip model specifications. fast_regression 13 Usage fast_regression( .data, .rec_obj, .parsnip_fns = "all", .parsnip_eng = "all", .split_type = "initial_split", .split_args = NULL ) Arguments .data The data being passed to the function for the regression problem .rec_obj The recipe object being passed. .parsnip_fns The default is ’all’ which will create all possible regression model specifications supported. .parsnip_eng the default is ’all’ which will create all possible regression model specifications supported. .split_type The default is ’initial_split’, you can pass any type of split supported by rsample .split_args The default is NULL, when NULL then the default parameters of the split type will be executed for the rsample split type. Details With this function you can generate a tibble output of any regression model specification and it’s fitted workflow object. Value A list or a tibble. Author(s) Steven P. Sanderson II, MPH See Also Other Model_Generator: create_model_spec(), fast_classification() Examples library(recipes, quietly = TRUE) library(dplyr, quietly = TRUE) rec_obj <- recipe(mpg ~ ., data = mtcars) frt_tbl <- fast_regression(mtcars, rec_obj, .parsnip_eng = c("lm","glm"), .parsnip_fns = "linear_reg") glimpse(frt_tbl) 14 fast_regression_parsnip_spec_tbl fast_regression_parsnip_spec_tbl Utility Regression call to parsnip Description Creates a tibble of parsnip regression model specifications. Usage fast_regression_parsnip_spec_tbl(.parsnip_fns = "all", .parsnip_eng = "all") Arguments .parsnip_fns The default for this is set to all. This means that all of the parsnip linear regres- sion functions will be used, for example linear_reg(), or cubist_rules. You can also choose to pass a c() vector like c("linear_reg","cubist_rules") .parsnip_eng The default for this is set to all. This means that all of the parsnip linear regression engines will be used, for example lm, or glm. You can also choose to pass a c() vector like c('lm', 'glm') Details Creates a tibble of parsnip regression model specifications. This will create a tibble of 46 different regression model specifications which can be filtered. The model specs are created first and then filtered out. This will only create models for regression problems. To find all of the supported models in this package you can visit https://www.tidymodels.org/find/parsnip/ Value A tibble with an added class of ’fst_reg_spec_tbl’ Author(s) Steven P. Sanderson II, MPH See Also Other Utility: core_packages(), create_splits(), create_workflow_set(), fast_classification_parsnip_spec_t install_deps(), load_deps(), match_args() Examples fast_regression_parsnip_spec_tbl(.parsnip_fns = "linear_reg") fast_regression_parsnip_spec_tbl(.parsnip_eng = c("lm","glm")) get_model 15 get_model Get a Model Description Get a model from a tidyAML model tibble. Usage get_model(.data, .model_id = NULL) Arguments .data The model table that must have the class tidyaml_mod_spec_tbl. .model_id The model number that you want to select, Must be an integer or sequence of integers, ie. 1 or c(1,3,5) or 1:2 Details This function allows you to get a model or models from a tibble with a class of "tidyaml_mod_spec_tbl". It allows you to select the model by the .model_id column. You can call the model id’s by an inte- ger or a sequence of integers. Value A tibble with the chosen models. Author(s) Steven P. Sanderson II, MPH See Also Other Extractor: extract_model_spec(), extract_wflw_fit(), extract_wflw_pred(), extract_wflw() Examples library(recipes) rec_obj <- recipe(mpg ~ ., data = mtcars) spec_tbl <- fast_regression_parsnip_spec_tbl( .parsnip_fns = "linear_reg", .parsnip_eng = c("lm","glm") ) get_model(spec_tbl, 1) get_model(spec_tbl, 1:2) 16 internal_make_fitted_wflw install_deps Functions to Install all Core Libraries Description Installs all dependencies in the core_packages() function. Usage install_deps() Details Installs all dependencies in the core_packages() function. Value No return value, called for side effects Author(s) Steven P. Sanderson II, MPH See Also Other Utility: core_packages(), create_splits(), create_workflow_set(), fast_classification_parsnip_spec_t fast_regression_parsnip_spec_tbl(), load_deps(), match_args() Examples ## Not run: install_deps() ## End(Not run) internal_make_fitted_wflw Internals Safely Make a Fitted Workflow from Model Spec tibble Description Safely Make a fitted workflow from a model spec tibble. Usage internal_make_fitted_wflw(.model_tbl, .splits_obj) internal_make_fitted_wflw 17 Arguments .model_tbl The model table that is generated from a function like fast_regression_parsnip_spec_tbl(), must have a class of "tidyaml_mod_spec_tbl". This is meant to be used after the function internal_make_wflw() has been run and the tibble has been saved. .splits_obj The splits object from the auto_ml function. It is internal to the auto_ml_ func- tion. Details Create a fitted parnsip model from a workflow object. Value A list object of workflows. Author(s) Steven P. Sanderson II, MPH See Also Other Internals: internal_make_spec_tbl(), internal_make_wflw_predictions(), internal_make_wflw(), internal_set_args_to_tune(), make_classification_base_tbl(), make_regression_base_tbl() Examples library(recipes, quietly = TRUE) library(dplyr, quietly = TRUE) mod_spec_tbl <- fast_regression_parsnip_spec_tbl( .parsnip_eng = c("lm","glm","gee"), .parsnip_fns = "linear_reg" ) rec_obj <- recipe(mpg ~ ., data = mtcars) splits_obj <- create_splits(mtcars, "initial_split") mod_tbl <- mod_spec_tbl %>% mutate(wflw = internal_make_wflw(mod_spec_tbl, rec_obj)) internal_make_fitted_wflw(mod_tbl, splits_obj) 18 internal_make_spec_tbl internal_make_spec_tbl Internals Make a Model Spec tibble Description Make a Model Spec tibble. Usage internal_make_spec_tbl(.data) Arguments .data This is the data that should be coming from inside of the regression/classification to parsnip spec functions. Details Make a Model Spec tibble. Value A model spec tbl. Author(s) Steven P. Sanderson II, MPH See Also Other Internals: internal_make_fitted_wflw(), internal_make_wflw_predictions(), internal_make_wflw(), internal_set_args_to_tune(), make_classification_base_tbl(), make_regression_base_tbl() Examples make_regression_base_tbl() %>% internal_make_spec_tbl() make_classification_base_tbl() %>% internal_make_spec_tbl() internal_make_wflw 19 internal_make_wflw Internals Safely Make Workflow from Model Spec tibble Description Safely Make a workflow from a model spec tibble. Usage internal_make_wflw(.model_tbl, .rec_obj) Arguments .model_tbl The model table that is generated from a function like fast_regression_parsnip_spec_tbl(), must have a class of "tidyaml_mod_spec_tbl". .rec_obj The recipe object that is going to be used to make the workflow object. Details Create a model specification tibble that has a workflows::workflow() list column. Value A list object of workflows. Author(s) Steven P. Sanderson II, MPH See Also Other Internals: internal_make_fitted_wflw(), internal_make_spec_tbl(), internal_make_wflw_predictions(), internal_set_args_to_tune(), make_classification_base_tbl(), make_regression_base_tbl() Examples library(recipes, quietly = TRUE) library(dplyr, quietly = TRUE) mod_spec_tbl <- fast_regression_parsnip_spec_tbl( .parsnip_eng = c("lm","glm","gee"), .parsnip_fns = "linear_reg" ) rec_obj <- recipe(mpg ~ ., data = mtcars) internal_make_wflw(mod_spec_tbl, rec_obj) 20 internal_make_wflw_predictions internal_make_wflw_predictions Internals Safely Make Predictions on a Fitted Workflow from Model Spec tibble Description Safely Make predictions on a fitted workflow from a model spec tibble. Usage internal_make_wflw_predictions(.model_tbl, .splits_obj) Arguments .model_tbl The model table that is generated from a function like fast_regression_parsnip_spec_tbl(), must have a class of "tidyaml_mod_spec_tbl". This is meant to be used after the function internal_make_fitted_wflw() has been run and the tibble has been saved. .splits_obj The splits object from the auto_ml function. It is internal to the auto_ml_ func- tion. Details Create predictions on a fitted parnsip model from a workflow object. Value A list object of workflows. Author(s) Steven P. Sanderson II, MPH See Also Other Internals: internal_make_fitted_wflw(), internal_make_spec_tbl(), internal_make_wflw(), internal_set_args_to_tune(), make_classification_base_tbl(), make_regression_base_tbl() Examples library(recipes, quietly = TRUE) library(dplyr, quietly = TRUE) mod_spec_tbl <- fast_regression_parsnip_spec_tbl( .parsnip_eng = c("lm","glm","gee"), .parsnip_fns = "linear_reg" ) internal_set_args_to_tune 21 rec_obj <- recipe(mpg ~ ., data = mtcars) splits_obj <- create_splits(mtcars, "initial_split") mod_tbl <- mod_spec_tbl %>% mutate(wflw = internal_make_wflw(mod_spec_tbl, rec_obj)) mod_fitted_tbl <- mod_tbl %>% mutate(fitted_wflw = internal_make_fitted_wflw(mod_tbl, splits_obj)) internal_make_wflw_predictions(mod_fitted_tbl, splits_obj) internal_set_args_to_tune Internals Make a Tunable Model Specification Description Make a tuned model specification object. Usage internal_set_args_to_tune(.model_tbl) Arguments .model_tbl The model table that is generated from a function like fast_regression_parsnip_spec_tbl(), must have a class of "tidyaml_mod_spec_tbl". Details This will take a model specification that is created from a function like fast_regression_parsnip_spec_tbl() and update the model_spec args to tune::tune(). This is done dynamically, meaning you do not need to know the names of the parameters inside of the model specification. Value A list object of workflows. Author(s) Steven P. Sanderson II, MPH See Also Other Internals: internal_make_fitted_wflw(), internal_make_spec_tbl(), internal_make_wflw_predictions(), internal_make_wflw(), make_classification_base_tbl(), make_regression_base_tbl() 22 load_deps Examples library(dplyr) mod_tbl <- fast_regression_parsnip_spec_tbl() mod_tbl$model_spec[[1]] updated_mod_tbl <- mod_tbl %>% mutate(model_spec = internal_set_args_to_tune(mod_tbl)) updated_mod_tbl$model_spec[[1]] load_deps Functions to Install all Core Libraries Description Load all the core packages necessary to run all potential modeling algorithms. Usage load_deps() Details Load all the core packages necessary to run all potential modeling algorithms. Value No return value, called for side effects Author(s) Steven P. Sanderson II, MPH See Also Other Utility: core_packages(), create_splits(), create_workflow_set(), fast_classification_parsnip_spec_t fast_regression_parsnip_spec_tbl(), install_deps(), match_args() Examples ## Not run: load_deps() ## End(Not run) make_classification_base_tbl 23 make_classification_base_tbl Internals Make Base Classification Tibble Description Creates a base tibble to create parsnip classification model specifications. Usage make_classification_base_tbl() Details Creates a base tibble to create parsnip classification model specifications. Value A tibble Author(s) Steven P. Sanderson II, MPH See Also Other Internals: internal_make_fitted_wflw(), internal_make_spec_tbl(), internal_make_wflw_predictions(), internal_make_wflw(), internal_set_args_to_tune(), make_regression_base_tbl() Examples make_classification_base_tbl() make_regression_base_tbl Internals Make Base Regression Tibble Description Creates a base tibble to create parsnip regression model specifications. Usage make_regression_base_tbl() 24 match_args Details Creates a base tibble to create parsnip regression model specifications. Value A tibble Author(s) Steven P. Sanderson II, MPH See Also Other Internals: internal_make_fitted_wflw(), internal_make_spec_tbl(), internal_make_wflw_predictions(), internal_make_wflw(), internal_set_args_to_tune(), make_classification_base_tbl() Examples make_regression_base_tbl() match_args Match function arguments Description Match a functions arguments. Usage match_args(f, args) Arguments f The parsnip function such as "linear_reg" as a string and without the paren- theses. args The arguments you want to supply to f Details Match a functions arguments, the bad ones passed will be rejected but the remaining passing ones will be returned. Value A list of matched arguments. match_args 25 Author(s) Steven P. Sanderson II, MPH See Also Other Utility: core_packages(), create_splits(), create_workflow_set(), fast_classification_parsnip_spec_t fast_regression_parsnip_spec_tbl(), install_deps(), load_deps() Examples library(parsnip) match_args( f = "linear_reg", args = list( mode = "regression", engine = "lm", trees = 1, mtry = 1 ) ) Index ∗ Extractor fast_classification, 4, 10, 13 extract_model_spec, 6 fast_classification_parsnip_spec_tbl, extract_wflw, 7 2, 5, 6, 11, 14, 16, 22, 25 extract_wflw_fit, 8 fast_regression, 4, 11, 12 extract_wflw_pred, 9 fast_regression_parsnip_spec_tbl, 2, 5, get_model, 15 6, 12, 14, 16, 22, 25 ∗ Internals fast_regression_parsnip_spec_tbl(), 21 internal_make_fitted_wflw, 16 internal_make_spec_tbl, 18 get_model, 7–10, 15 internal_make_wflw, 19 internal_make_wflw_predictions, 20 install_deps, 2, 5, 6, 12, 14, 16, 22, 25 internal_set_args_to_tune, 21 internal_make_fitted_wflw, 16, 18–21, 23, make_classification_base_tbl, 23 24 make_regression_base_tbl, 23 internal_make_spec_tbl, 17, 18, 19–21, 23, ∗ Model_Generator 24 create_model_spec, 3 internal_make_wflw, 17, 18, 19, 20, 21, 23, fast_classification, 10 24 fast_regression, 12 internal_make_wflw_predictions, 17–19, ∗ Utility 20, 21, 23, 24 core_packages, 2 internal_set_args_to_tune, 17–20, 21, 23, create_splits, 4 24 create_workflow_set, 5 load_deps, 2, 5, 6, 12, 14, 16, 22, 25 fast_classification_parsnip_spec_tbl, 11 make_classification_base_tbl, 17–21, 23, fast_regression_parsnip_spec_tbl, 24 14 make_regression_base_tbl, 17–21, 23, 23 install_deps, 16 match_args, 2, 5, 6, 12, 14, 16, 22, 24 load_deps, 22 match_args, 24 workflows::workflow(), 19 workflowsets::workflow_set(), 5 core_packages, 2, 5, 6, 12, 14, 16, 22, 25 create_model_spec, 3, 11, 13 create_splits, 2, 4, 6, 12, 14, 16, 22, 25 create_workflow_set, 2, 5, 5, 12, 14, 16, 22, 25 extract_model_spec, 6, 8–10, 15 extract_wflw, 7, 7, 9, 10, 15 extract_wflw_fit, 7, 8, 8, 10, 15 extract_wflw_pred, 7–9, 9, 15 26
Rtropical
cran
Package ‘Rtropical’ October 12, 2022 Title Data Analysis Tools over Space of Phylogenetic Trees Using Tropical Geometry Version 1.2.1 Maintainer Houjie Wang <wanghoujie6688@gmail.com> Description Process phylogenetic trees with tropical support vector machine and principal compo- nent analysis defined with tropical geometry. Details about tropical support vector ma- chine are available in : Tang, X., Wang, H. & Yoshida, R. (2020) <arXiv:2003.00677>. De- tails about tropical principle component analysis are avail- able in : Page, R., Yoshida, R. & Zhang L. (2020) <doi:10.1093/bioinformatics/btaa564> and Yoshida, R., Zhang, L. & Zhan 018-0493-4>. License GPL-3 Encoding UTF-8 LazyData true RoxygenNote 7.1.1 Imports ape, lpSolve, lpSolveAPI, parallel, Rfast, RcppAlgos, caret Depends R (>= 3.5.0) Suggests rmarkdown, knitr, e1071, testthat (>= 3.0.0) URL https://github.com/HoujieWang/Rtropical VignetteBuilder knitr Config/testthat/edition 3 NeedsCompilation no Author Houjie Wang [aut, cre], Kaizhang Wang [aut], Grady Weyenberg [aut], Xiaoxian Tang [aut], Ruriko Yoshida [aut] Repository CRAN Date/Publication 2021-11-09 18:50:08 UTC 1 2 all_trees R topics documented: all_trees . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 apicomplexa . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 as.matrix.multiPhylo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 as.vector.phylo . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 coef.cv.tropsvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 coef.tropsvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 cv.tropsvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 lungfish . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 plot.troppca . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 predict.cv.tropsvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 predict.tropsvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 read.nexus.to.data.matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 read.tree.to.data.matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 sim_trees . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 summary.cv.tropsvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 tropdet . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 tropFW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 troppca.linsp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 troppca.linsp2poly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 troppca.poly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 tropproj.linsp . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 tropproj.poly . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 tropsvm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Index 21 all_trees Simulated Tree Data with Different Proximity Parameter Value Description Simulated Tree Data with Different Proximity Parameter Value Usage data(all_trees) Format A list of length 12 with each element a sublist containing an ape multiPhylo object with 300 rooted trees on 5 tips and the tree categories. apicomplexa 3 apicomplexa Apicomplexa gene trees sample data set. Description Apicomplexa gene trees sample data set. Usage apicomplexa Format An ape multiPhylo object with 268 rooted trees on 8 tips. Source Chih-Horng Kuo, John P. Wares, Jessica C. Kissinger. The Apicomplexan Whole-Genome Phy- logeny: An Analysis of Incongruence among Gene Trees Molecular Biology and Evolution, Volume 25, Issue 12, December 2008, Pages 2689–2698. as.matrix.multiPhylo Vectorize a Set of Phylognetic Trees Description Unifies tip labels of all phylogenetic trees in multiPhylo object the same as the first tree and returns the cophenetic distance of their corresponding chronogram. Usage ## S3 method for class 'multiPhylo' as.matrix(x, tipOrder = x[[1]]$tip.label, parallel = FALSE, ncores = 2, ...) Arguments x an object of class multiPhylo tipOrder a numeric vector of order of leaf names to which all trees in the multiPhylo object will unified. If not specified on purpose, the tip order of the first tree will be used. parallel a logical value indicating if parallel computing should be used. (default: FALSE) ncores a numeric value indicating the number of threads utilized for multi-cored CPUs. (default: 2) ... Not used. Other arguments to as.vector 4 as.vector.phylo Value A data matrix with each row a vector representation of a chronogram. Each element of the vector is the distance between two leaves. Examples data(apicomplexa) data <- as.matrix(apicomplexa[1: 10]) # matrixize first ten trees as.vector.phylo Vectorize a Phylogenetic Tree Description Computes the cophenetic distance and outputs them in a vector of a phylogenetic tree in phylo object Usage ## S3 method for class 'phylo' as.vector(x, mode = "any") Arguments x A object of class phylo mode The same as base::as.vector. But only numeric output in vector form is accepted for other functions in Rtropical Value A vector with its elements the distance between two leaves of the tree. Examples library(ape) tree <- rcoal(5) tree_vec <- as.vector(tree) coef.cv.tropsvm 5 coef.cv.tropsvm Extract Optimal Tropical Hyperplane from a cv.tropsvm object Description Obtain the optimal tropical hyperplane in the form of vectors from a cv.tropsvm object. Usage ## S3 method for class 'cv.tropsvm' coef(object, ...) Arguments object a fitted "cv.tropsvm" object. ... Not used. Other arguments. Value An output of the apex of the fitted optimal tropical hyperplane. coef.tropsvm Extract Optimal Tropical Hyperplane from a tropsvm object Description Obtain the optimal tropical hyperplane in the form of vectors from a tropsvm object. Usage ## S3 method for class 'tropsvm' coef(object, ...) Arguments object a fitted "tropsvm" object. ... Not used. Other arguments. Value An output of the apex of the fitted optimal tropical hyperplane. 6 cv.tropsvm cv.tropsvm Cross-Validation for Tropical Support Vector Machines Description Conduct k-fold cross validation for tropsvm and return an object "cv.tropsvm". Usage cv.tropsvm(x, y, parallel = FALSE, nfold = 10, nassignment = 10, ncores = 2) Arguments x a data matrix, of dimension nobs x nvars; each row is an observation vector. y a response vector with one label for each row/component of x. parallel a logical value indicating if parallel computing should be used. (default: FALSE) nfold a numeric value of the number of data folds for cross-validation. (default: 10) nassignment a numeric value indicating the size of the parameter grid of assignments. (de- fault: 10) ncores a numeric value indicating the number of threads utilized for multi-cored CPUs. (default: 2) Value object with S3 class cv.tropsvm containing the fitted model, including: apex The negative apex of the fitted optimal tropical hyperplane. assignment The best assignment tuned by cross-validation. index The best classification method tuned by cross-validation. levels The name of each category, consistent with categories in y. accuracy The validation accuracy for each fold. nfold The number of folds used in cross-validation. See Also summary, predict, coef and the tropsvm function. Examples # data generation library(Rfast) set.seed(101) e <- 20 n <- 10 lungfish 7 N <- 10 s <- 5 x <- rbind( rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(n, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) y <- as.factor(c(rep(1, n), rep(2, n))) newx <- rbind( rmvnorm(N, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(N, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) newy <- as.factor(rep(c(1, 2), each = N)) # train the tropical svm cv_tropsvm_fit <- cv.tropsvm(x, y, parallel = FALSE) summary(cv_tropsvm_fit) coef(cv_tropsvm_fit) # test with new data pred <- predict(cv_tropsvm_fit, newx) # check with accuracy table(pred, newy) # compute testing accuracy sum(pred == newy) / length(newy) lungfish Coelacanths genome and transcriptome data Description Coelacanths genome and transcriptome data Usage lungfish Format An ape multiPhylo object with 1193 rooted trees on 10 tips. Source Tom M. W. Nye, Xiaoxian Tang, Grady Weyenberg and Ruriko Yoshida. Principal component analysis and the locus of the Fréchet mean in the space of phylogenetic trees, Biometrika, Volume 104, Issue 4, December 2017, Pages 901–922. 8 predict.cv.tropsvm plot.troppca Plot the Tropical Principal Components with Data Projections Description Visualize the second order tropical principle components in troppca as a tropical triangle with projections on a two-dimensional plot via tropical isometry. Usage ## S3 method for class 'troppca' plot(x, plab = NULL, fw = FALSE, ...) Arguments x a fitted troppca object. plab a vector of labels of all points in the given data matrix. Not needed for unlabeled data. (default: NULL) fw a logical variable to determine if to add Fermat-Weber point of the data projec- tion. (default: FALSE) ... Not used. Other arguments to plot Value plot.troppca does not return anything other than the plot. predict.cv.tropsvm Predict Method for Tropical Support Vector Machines based on Cross- Validation Description Predicts values based upon a model trained by cv.tropsvm. Usage ## S3 method for class 'cv.tropsvm' predict(object, newx, ...) Arguments object a fitted "cv.tropsvm" object. newx a data matrix, of dimension nobs x nvars used as testing data. ... Not used. Other arguments to predict. predict.tropsvm 9 Value A vector of predicted values of a vector of labels. See Also summary, coef and the cv.tropsvm function. Examples # data generation library(Rfast) e <- 20 n <- 10 N <- 10 s <- 5 x <- rbind( rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(n, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) y <- as.factor(c(rep(1, n), rep(2, n))) newx <- rbind( rmvnorm(N, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(N, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) newy <- as.factor(rep(c(1, 2), each = N)) # train the tropical svm cv_tropsvm_fit <- cv.tropsvm(x, y, parallel = FALSE) # test with new data pred <- predict(cv_tropsvm_fit, newx) # check with accuracy table(pred, newy) # compute testing accuracy sum(pred == newy) / length(newy) predict.tropsvm Predict Method for Tropical Support Vector Machines Description Predicts values based upon a model trained by tropsvm. Usage ## S3 method for class 'tropsvm' predict(object, newx, ...) 10 predict.tropsvm Arguments object a fitted tropsvm object. newx a data matrix, of dimension nobs x nvars used as testing data. ... Not used. Other arguments to predict. Value A vector of predicted values of a vector of labels. See Also summary, coef and the tropsvm function. Examples # data generation library(Rfast) e <- 100 n <- 10 N <- 10 s <- 5 x <- rbind( rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(n, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) y <- as.factor(c(rep(1, n), rep(2, n))) newx <- rbind( rmvnorm(N, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(N, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) newy <- as.factor(rep(c(1, 2), each = N)) # train the tropical svm tropsvm_fit <- tropsvm(x, y, auto.assignment = TRUE, ind = 1) # test with new data pred <- predict(tropsvm_fit, newx) # check with accuracy table(pred, newy) # compute testing accuracy sum(pred == newy) / length(newy) read.nexus.to.data.matrix 11 read.nexus.to.data.matrix Read NEXUS-formatted trees from two categories into a data matrix Description Read NEXUS-formatted trees from two categories into a data matrix Usage read.nexus.to.data.matrix(data.file1, data.file2) Arguments data.file1 A data set with trees from one category. data.file2 A data set with trees from the other category. Value A data matrix with the first x rows corresponding the x trees in the first file and the last y rows are the trees from the second file. read.tree.to.data.matrix Read Newick-formatted trees in two categories into a data matrix Description Read Newick-formatted trees in two categories into a data matrix Usage read.tree.to.data.matrix(data.file1, data.file2) Arguments data.file1 A file containing trees in Newick form in a category. data.file2 A file containing trees in Newick form in an assumed different category. Value read.tree.to.data.matrix has the same return as read.nexus.to.data.matrix. 12 summary.cv.tropsvm sim_trees Simulated Tree Data Description Simulated Tree Data Usage data(sim_trees) Format An ape multiPhylo object with 300 rooted trees on 5 tips. summary.cv.tropsvm Summarize an Analysis of Cross-Validated Tropical Support Vector Machine Description Return a summary with a more detailed explanation of the object "cv.tropsvm". Usage ## S3 method for class 'cv.tropsvm' summary(object, ...) Arguments object a fitted "cv.tropsvm" object. ... Not used. Other arguments to summary. Value A summary of the crucial information of a tropical support vector machine is printed, including the selected best assignment and classification methods and the validation accuracy of each data fold. The summary section of classification methods specifies the sectors and their intersections used to classify points of two different categories. See Also predict, coef and the cv.tropsvm function. tropdet 13 Examples # data generation library(Rfast) e <- 20 n <- 10 N <- 10 s <- 5 x <- rbind( rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(n, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) y <- as.factor(c(rep(1, n), rep(2, n))) newx <- rbind( rmvnorm(N, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(N, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) newy <- as.factor(rep(c(1, 2), each = N)) # train the tropical svm with cross-validation cv_tropsvm_fit <- cv.tropsvm(x, y, parallel = FALSE) summary(cv_tropsvm_fit) tropdet Tropical Determinant of a Matrix Description Compute the tropical determinant for a given matrix. This is equivalent to solving an assignment problem. Usage tropdet(x) Arguments x a square matrix Value The determinant of the given matrix, Examples R <- matrix(sample(1:9, 9), nrow = 3) tropdet(R) 14 troppca.linsp tropFW Tropical Fermat-Weber Point Description Compute the tropical Fermat-Weber (FW) point for a given data matrix. The FW point minimizes the summed tropical distance to the trees described in the data matrix. Usage tropFW(x) Arguments x a data matrix, of dimension nobs x nvars; each row is an observation vector. Value A list containing: fw The fermat-weber point. distsum The sum of distance from each observation to the fermat-weber point. Examples x <- matrix(rnorm(100), ncol = 10) tropFW(x) troppca.linsp Tropical Principal Component Analysis by Tropical Linear Space Description Approximate the principal component as a tropical linear space for a given data matrix and returns the results as an object of class troppca. Usage troppca.linsp(x, pcs = 2, iteration = list(), ncores = 2) troppca.linsp2poly 15 Arguments x a data matrix, of size n x e, with each row an observation vector. e is the dimen- sion of the tropical space pcs a numeric value indicating the order of principal component. (default: 2) iteration a list with arguments controlling the iteration of the algorithm. exhaust a logical variable indicating if to iterate over all possible combinations of the linear space based on the given data matrix x. If FALSE, please input a number of iteration for niter. If TRUE, please enter 0 for niter and this function will iterate over all possible combinations of linear space. This could be time consuming when x is large. (default: FALSE) niter a numeric variable indicating the number of iterations. (default: 100) ncores a numeric value indicating the number of threads utilized for multi-cored CPUs. (default: 2) Value A list of S3 class "troppca", including: pc The principal component as a tropical linear space obj The tropical PCA objective, the sum of tropical distance from each point to the projection. projection The projections of all data points. type The geometry of principal component. Examples library(Rfast) n <- 100 e <- 10 sig2 <- 1 x <- rbind(rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(sig2, e))) troppca_fit <- troppca.linsp(x) troppca.linsp2poly Tropical Principal Component Analysis by Polytope Converted from Linear Space Description Approximate the principal component as a tropical polytope converted from tropical linear space for a given data matrix via MCMC and return the results as an object of class troppca. 16 troppca.poly Usage troppca.linsp2poly(x, pcs = 2, nsample = 1000, ncores = 2) Arguments x a data matrix, of size n x e, with each row an observation vector. e is the dimen- sion of the tropical space#’ pcs a numeric value indicating the order of principal component. (default: 2) nsample a numeric value indicating the number of samples of MCMC. (default: 1000) ncores a numeric value indicating the number of threads utilized for multi-cored CPUs. (default: 2) Value A list of S3 class "troppca", including: pc The principal component as a tropical linear space obj The tropical PCA objective, the sum of tropical distance from each point to the projection. projection The projections of all data points. type The geometry of principal component. Examples library(Rfast) n <- 50 e <- 50 s <- 5 x <- rbind( rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(n, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) troppca_fit <- troppca.linsp2poly(x) troppca.poly Tropical Principal Component Analysis by Tropical Polytope Description Approximates the principal component as a tropical polytope for a given data matrix via MCMC and return the results as an object of class troppca. tropproj.linsp 17 Usage troppca.poly(x, pcs = 2, nsample = 1000, ncores = 2) Arguments x a data matrix, of size n x e, with each row an observation vector. e is the dimen- sion of the tropical space#’ pcs a numeric value indicating the order of principal component. (default: 2) nsample a numeric value indicating the number of samples of MCMC. (default: 1000) ncores a numeric value indicating the number of threads utilized for multi-cored CPUs. (default: 2) Value A list of S3 class "troppca", including: pc The principal component as a tropical linear space obj The tropical PCA objective, the sum of tropical distance from each point to the projection. projection The projections of all data points. type The geometry of principal component. Examples library(Rfast) n <- 50 e <- 50 s <- 5 x <- rbind( rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(n, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) troppca_fit <- troppca.poly(x) plot(troppca_fit) tropproj.linsp Projection on Tropical Linear Space Description Compute projection of data points on a given tropical linear space. 18 tropproj.poly Usage tropproj.linsp(x, V) Arguments x a data matrix, of size n x e, with each row an observation. V a data matrix, of dimension s x e, with each row a basis of tropical linear space. e is the dimension of the tropical space and s is the dimension of the linear space. Value A matrix of projections of all data points. Examples library(Rfast) n <- 100 e <- 10 sig2 <- 1 s <- 3 x <- rbind(rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(sig2, e))) V <- matrix(runif(s * e, -10, 10), nrow = s, ncol = e) x_proj <- tropproj.linsp(x, V) head(x_proj) tropproj.poly Projection on Tropical Polytope Description Project a point onto a given tropical polytope. Usage tropproj.poly(x, tconv) Arguments x a data vector, of length e. tconv a data matrix, of size e x s, with each column a vertex of the tropical polytope. e is the dimension of the tropical space and s is the number of vertices of the polytope Value A projected vector on the given tropical polytope. tropsvm 19 Examples # Generate a tropical polytope consisting of three trees each with 5 leaves library(ape) pltp <- sapply(1:3, function(i) { as.vector(rcoal(5)) }) # Generate an observation and vectorize it tree <- rcoal(5) tree_vec <- as.vector(tree) tropproj.poly(tree_vec, pltp) tropsvm Tropical Support Vector Machines Description Fit a discriminative two-class classifier via linear programming defined by the tropical hyperplane which maximizes the minimum tropical distance from data points to itself in order to separate the data points into sectors (half-spaces) in the tropical projective torus. Usage tropsvm(x, y, auto.assignment = FALSE, assignment = NULL, ind = 1) Arguments x a data matrix, of dimension nobs x nvars; each row is an observation vector. y a response vector with one label for each row/component of x. auto.assignment a logical value indicating if to provide an assignment manually. If FALSE, an input is required, otherwise the function automatically finds a good assign- ment.(default: FALSE) assignment a numeric vector of length 4 indicating the sectors of tropical hyperplane that the data will be assigned to. The first and third elements in the assignment are the coordinates of an observed point in data matrix x believed from the first category where the maximum and second maximum of the vector addition between the fitted optimal tropical hyperplane and the point itself are achieved. The mean- ings for the second and the fourth element in the assignment are the same but for the points in the second category. Namely, the first and second values in the assignment are the indices of sectors where the two point clouds are assigned. Not needed when auto.assignment = TRUE. (default: NULL) ind a numeric value or a numeric vector ranging from 1 to 70 indicating which clas- sification method to be used. There are 70 different classification methods. De- tails of a given method can be retrieved by summary. The different classification methods are proposed to resolve the issue when points fall on the intersections of sectors. Users can have personal choices if better knowledge is assumed. (default: 1) 20 tropsvm Value An object with S3 class tropsvm containing the fitted model, including: apex The negative apex of the fitted optimal tropical hyperplane. assignment The user-input or auto-found assignment. index The user-input classification method. levels The name of each category, consistent with categories in y. See Also predict, coef and the cv.tropsvm function. Examples # data generation library(Rfast) e <- 100 n <- 10 N <- 100 s <- 10 x <- rbind( rmvnorm(n, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(n, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) y <- as.factor(c(rep(1, n), rep(2, n))) newx <- rbind( rmvnorm(N, mu = c(5, -5, rep(0, e - 2)), sigma = diag(s, e)), rmvnorm(N, mu = c(-5, 5, rep(0, e - 2)), sigma = diag(s, e)) ) newy <- as.factor(rep(c(1, 2), each = N)) # train the tropical svm tropsvm_fit <- tropsvm(x, y, auto.assignment = TRUE, ind = 1) coef(tropsvm_fit) # test with new data pred <- predict(tropsvm_fit, newx) # check with accuracy table(pred, newy) # compute testing accuracy sum(pred == newy) / length(newy) Index ∗ datasets all_trees, 2 apicomplexa, 3 lungfish, 7 sim_trees, 12 all_trees, 2 apicomplexa, 3 as.matrix.multiPhylo, 3 as.vector.phylo, 4 coef.cv.tropsvm, 5 coef.tropsvm, 5 cv.tropsvm, 6 lungfish, 7 plot.troppca, 8 predict.cv.tropsvm, 8 predict.tropsvm, 9 read.nexus.to.data.matrix, 11 read.tree.to.data.matrix, 11 sim_trees, 12 summary.cv.tropsvm, 12 tropdet, 13 tropFW, 14 troppca.linsp, 14 troppca.linsp2poly, 15 troppca.poly, 16 tropproj.linsp, 17 tropproj.poly, 18 tropsvm, 19 21
cspp
cran
Package ‘cspp’ December 17, 2022 Type Package Title A Tool for the Correlates of State Policy Project Data Version 0.3.3 Author Caleb Lucas (https://caleblucas.com/) and Joshua McCrain (http://joshuamccrain.com/) Maintainer Caleb Lucas <calebjlucas@gmail.com> Description A tool that imports, subsets, visualizes, and exports the Correlates of State Pol- icy Project dataset assembled by Marty P. Jordan and Matt Grossmann (2020) <http: //ippsr.msu.edu/public-policy/correlates-state-policy>. The Correlates data con- tains over 2000 variables across more than 100 years that pertain to state politics and pol- icy in the United States. Users with only a basic understanding of R can sub- set this data across multiple dimensions, export their search results, create map visualiza- tions, export the citations associated with their searches, and more. License GPL (>= 3) Encoding UTF-8 LazyData true Language en-US Depends R (>= 2.10), dplyr(>= 1.0.0) Imports stringr, readr, tidyselect, ggplot2, mapproj, rlang, haven, purrr, csppData, ggcorrplot RoxygenNote 7.2.3 Suggests knitr, rmarkdown, testthat, ggraph, igraph VignetteBuilder knitr NeedsCompilation no Repository CRAN Date/Publication 2022-12-17 00:20:02 UTC R topics documented: corr_plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 generate_map . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1 2 corr_plot get_cites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 get_cspp_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 get_network_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 get_var_info . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 map_example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 network_data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 network_vars . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 plot_panel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 var_names_db . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 Index 14 corr_plot Create correlation plots of CSPP data Description corr_plot takes CSPP data from get_cspp_data and returns either a correlation matrix or corre- lation plot. Usage corr_plot( data = NULL, vars = NULL, summarize = TRUE, labels = TRUE, label_size = 3, colors = c("#6D9EC1", "#FFFFFF", "#E46726"), cor_matrix = FALSE ) Arguments data A dataframe. If data is generated by get_cspp_data function, the function can automatically parse the dataframe. Otherwise, this function will attempt to make a correlation plot or matrix from all numeric variables within the passed dataframe. vars Default is NULL. If left NULL, uses all variables within the passed dataframe. Otherwise, must be a character vector. The dataframe is subset based on vari- ables listed. summarize Default is TRUE. If TRUE, and if the variable st is present, the function will create state specific averages for each variable in the dataframe. If FALSE, the function will generate the correlation matrix and plot for all values in the dataset. labels Default is TRUE. If TRUE, the correlation plot will include labels for the corre- lation value. If FALSE, no labels will be present. label_size Default is 3. Controls the size of the font for labels. generate_map 3 colors Specify the colors to be used in the correlation plot. Must include three values in a character vector format. The default values are ‘c("#6D9EC1", "#FFFFFF", "#E46726")‘. cor_matrix Default is FALSE. If set to TRUE, instead of returning a ggplot object that is a correlation plot, returns a correlation matrix. This is particularly useful if you want to customize the output with ggcorrplot. Details This function is a wrapper that passes a dataframe to the ggcorrplot::ggcorrplot function which generates correlation heat plots. Value ggplot2 object or correlation matrix See Also ggcorrplot Examples corr_plot(data = get_cspp_data(), vars = c("pollib_median", "innovatescore_boehmkeskinner", "citi6013", "ranney4_control", "h_diffs"), cor_matrix = FALSE) generate_map Generate map visualizations (choropleths) of CSPP data Description generate_map takes CSPP data from get_cspp_data and plots the values of numeric variables on the map of the U.S. It can also plot individual states or sets of states. Arguments cspp_data Dataframe generated by get_cspp_data which must include the variable state. If there are multiple years of data per state, by default the most recent year is used in creating the map unless average_years is set to TRUE. Default is NULL and returns the most recent year’s poptotal data as an example map. var_name Specify the variable from the dataset passed to cspp_data to plot on the map. If left blank, the first variable that is not "year", "st", "state", "state_fips", or "state_icspr" is used. Default is NULL. average_years Default is FALSE. If TRUE, averages over all of the years per state in the dataframe to produce a value to plot on the map. If the type of the variable in var_name is not numeric, will reset this parameter to FALSE. 4 generate_map drop_NA_states Choose whether to drop states at the map generating stage which have NA val- ues. Default is FALSE and states with missing data will be filled grey. If set to TRUE, states will have no fill in the plot. If you’re passing a dataframe subset to certain states, set this to TRUE. poly_args Default is list(color = "#666666", size = .5). Changes the aesthetics of how the states look when plotted. The fill of each state can be manually changed through ggplot’s scale_fill_ (see examples). See geom_polygon for other options to pass to this argument. Details Note: due to complications with plotting Alaska and Hawaii, this package currently does not support plotting these two states. This function is general in the sense that it will produce a ggplot-style map for any dataframe passed to it with the proper formatting. Any dataframe that has at least three columns, with the first two a numeric ‘year‘ column and a state name as a string, and the final column the value to be plotted, will work with this function. Value Returns a ggplot object. See examples for how to work with this object. See Also get_cspp_data, get_cites, get_var_info Examples ## default map with total population generate_map() ## pass specific variables # returns average over all non NA years in the data generate_map(get_cspp_data(var_category = "demographics"), var_name = "pctpopover65") ## add additional ggplot options generate_map(get_cspp_data(var_category = "demographics"), var_name = "pctpopover65", poly_args = list(color = "black"), drop_NA_states = FALSE) + ggplot2::scale_fill_gradient(low = "white", high = "red") + ggplot2::theme(legend.position = "none") + ggplot2::ggtitle("% Population Over 65") ## plot specific states # drop_NA_states set to TRUE plots only those states library(dplyr) generate_map(get_cspp_data(var_category = "demographics") %>% get_cites 5 dplyr::filter(st %in% c("NC", "VA", "SC")), var_name = "pctpopover65", poly_args = list(color = "black"), drop_NA_states = TRUE) + ggplot2::scale_fill_gradient(low = "white", high = "red") + ggplot2::theme(legend.position = "none") + ggplot2::ggtitle("% Population Over 65") ## pass specific variables and years # returns average over set of years provided library(dplyr) generate_map(get_cspp_data(var_category = "demographics") %>% dplyr::filter(year %in% seq(2001, 2010))) # returns average over set of years provided library(dplyr) generate_map(get_cspp_data(var_category = "demographics") %>% dplyr::filter(year %in% seq(2001, 2010))) get_cites Get citations for CSPP variables Description get_cites retrieves citations for variables in the CSPP dataset. Users can print the citations to the console, save them as dataframes, and write them to multiple file types (csv, txt). Citations can be written in one of multiple formats (plaintext, bib). Supply variable names that need to be cited with the var_names argument. The function prints user-supplied variable names that do not match any in the CSPP dataset by default (print_nomatch). The function also returns the citation for the cspp package and the CSPP dataset as a whole. We request you cite both if you use this package for your research. Usage get_cites( var_names, write_out = FALSE, file_path = NULL, format = "bib", print_cites = FALSE, print_nomatch = TRUE ) Arguments var_names Default is NULL. Takes a character string. Should be one or more variables from the CSPP dataset. A citation for each variable is returned. 6 get_cspp_data write_out Default is FALSE. Takes a logical. If FALSE the function does not write the citations out to a file. file_path Default is NULL. Takes a character string. If write_out = T then the file will be saved to this filepath. format Default is bib. Takes a character string. If write_out = T then the resulting file will be in this format. User must supply "bib", "csv", or "txt". print_cites Default is FALSE. Takes a logical value. If TRUE then the function prints the citations to the console. print_nomatch Default is TRUE. Takes a logical value. If FALSE then the function does not print variables the user supplied that had no match in CSPP. See Also get_cspp_data, get_var_info, generate_map Examples get_cites("poptotal") ## Not run: get_cites(var_names = "poptotal", write_out = TRUE, file_path = "~/path/to/file.csv", format = "csv") ## End(Not run) get_cspp_data Load CSPP data into the R environment Description get_cspp_data loads either a full or subsetted version of the full CSPP dataset into the R environ- ment as a dataframe. Usage get_cspp_data( vars = NULL, var_category = NULL, states = NULL, years = NULL, core = FALSE, output = NULL, path = "" ) get_cspp_data 7 Arguments vars Default is NULL. If left blank, returns all variables within the dataset. Takes a string or vector of strings. See get_var_info for pulling variable names and get_cites for citations of specific variables and datasets. Names of variables must be exact matches to variables in the dataset. var_category Default is NA. If left blank, returns all datasets. Takes a string or vector of strings. Options are one of, or a combination of: "demographics", "economic-fiscal", "government", "elections", "policy_ideology", "criminal justice", "education", "healthcare", "welfare", "rights", "environment", "drug-alcohol", "gun control", "labor", "transportation", "misc. regulation" states Default is NULL. If left blank, returns all states. Takes a string or vector of strings of state abbreviations. Use state.abb to load state abbreviations into the R environment. years Default is NULL. If left blank, returns all years. Coverage begins at 1900 and runs to 2019. However, coverage depends on the specific variable – see get_var_info. Input can be a vector of years (or a singular year), such as c(2000, 2001, 2002, 2012) or seq(2000, 2012). core Default is FALSE. If TRUE, merge the core CSPP data (approximately 70 com- mon and important variables) with the search result. output Default is NULL. One of "csv", "dta", "rdata". Optional parameter for writing the resulting dataframe to a file. path The directory to write the file to. Default is blank, so writes to working directory. Exclude final slash: e.g., path = "dir1/dir2" See Also get_var_info, get_cites, generate_map Examples ## returns full dataset data <- get_cspp_data() ## use variable names from get_var_info data <- get_cspp_data(vars = get_var_info(var_names="pctpop")$variable) ## return subsets # note: this returns the specific variables listed as well as those in the # var_category argument data <- get_cspp_data(vars = c("sess_length", "hou_majority", "term_length"), var_category = "demographics", states = c("NC", "VA", "GA"), years = seq(1995, 2004)) 8 get_network_data get_network_data Get state networks data Description network_data returns a dataframe of the state networks data compiled by the Correlates of State Policy Project. The dataframe is in an edge list format, with each row a state dyad combination. The merge argument allows the direct merging of a dataframe generated by the get_cspp_data function. Usage get_network_data(category = NULL, merge_data = NULL) Arguments category A category within the networks data. Default is NULL. If left blank, returns the full state networks data. Category options are "Distance Travel Migration", "Economic", "Political", "Policy", "Demographic". merge_data Default is NULL. Takes a dataframe object in the format generated by get_cspp_data. The function merges this dataframe into the network data by state. If the merge dataframe has multiple observations per state, this function averages over all values per state as long as the variables are numeric. If the dataframe passed has multiple values per state and some are not numeric, only numeric variables are merged. Details The network dataframe that results is directed, with variables directed towards the state in the State1 column. For instance, the IncomingFlights variable is the number of flights from State2 with a destination in State1. Value A dataframe formatted as an edge list. See Also For more information on the construction of the network data as well as a full codebook see http: //ippsr.msu.edu/public-policy/state-networks. Examples # Load full network data: network.df <- get_network_data() # Network data for subset of categories: get_var_info 9 network.df <- get_network_data(category = c("Economic", "Political")) # Merge in data from get_cspp_data() network.df <- get_network_data(category = "Distance Travel Migration", merge_data = get_cspp_data(vars = c("sess_length", "hou_majority"), years = seq(1999, 2000))) get_var_info Get information regarding the CSPP variables Description get_var_info retrieves information regarding variables in the CSPP dataset. The information available includes: the years each variable is observed in the data; a short and long description of each variable; the source and citation for each variable; and a general category that describes each variable. Usage get_var_info( var_names = NULL, categories = NULL, related_to = NULL, exact = FALSE ) Arguments var_names Default is NULL. Takes a character string. If left blank the function does not subset by variable name. categories Default is NULL. Takes a character string. If left blank the function does not subset by category. related_to Default is NULL. Takes a character string. If the user supplies a character string, the function searches the other relevant fields (variable name, short/long descrip- tion, and source) for string and returns either exact or partial matches depending on the value of the exact argument. exact Default is FALSE. If true, exact matches for the other supplied arguments are used. If TRUE, then partial matches are also returned. Details Users can request this information regarding specific variables or all the variables within a specific category. Users can request exact matches of their supplied arguments or allow partial matches with the exact argument. Users can also search all these relevant fields (variable name, short/long description, source) for a keyword/s with the supply a string related_to argument to identify variables related to a topic of interest. Specifying no arguments returns all the information for all the variables in the CSPP dataset. 10 map_example See Also get_cspp_data, get_cites, generate_map Examples # returns all variable information get_var_info() # searches all columns for non-exact matches of "pop" and "fem" get_var_info(related_to = c("pop","femal")) get_var_info(categories = "demographics") # returns non-exact matches for variables with "pop" and that have "femal" anywhere in the row get_var_info(var_names = "pop", related_to = "femal") map_example Sample Dataset for Working with generate_map() Description A dataframe to create a sample map using the generate_map function. The variable plotted is population. Usage map_example Format An object of class tbl_df (inherits from tbl, data.frame) with 51 rows and 3 columns. Details @name map_example @docType data @usage data(map_example) @keywords datasets network_data 11 network_data State Network data (IPPSR) Description The State Networks dataset is a compilation of many state-to-state relational variables, including measures of shared borders, travel and trade between states, and demographic characteristics of state populations collected by Shayla Olson (2020) and Marty P. Jordan and Matt Grossmann (2020) <http://ippsr.msu.edu/public-policy/state-networks>. Usage network_data Format An object of class tbl_df (inherits from tbl, data.frame) with 2550 rows and 120 columns. Details @name network_data @docType data @usage data(network_data) @keywords datasets network_vars State Network (IPPSR) Dataset Variable Names Description A dataset of the the names of the variables in the IPPSR state networks data. Usage network_vars Format An object of class data.frame with 118 rows and 2 columns. Details @name network_vars @docType data @usage data(network_vars) @keywords datasets 12 plot_panel plot_panel Generate time series plots of CSPP data Description plot_panel takes CSPP data from get_cspp_data and plots the values of the passed variable name in a time series (grid or line) format. Usage plot_panel( cspp_data = NULL, var_name = NULL, years = NULL, colors = c("#b3a4a4", "#8f3838", "#dbdbdb") ) Arguments cspp_data Dataframe generated by get_cspp_data which must include the variable st. var_name Specific variable within the dataframe passed to ‘cspp_data‘ to plot. If left NULL, will automatically plot the first variable after state identifiers. years Specify years within the passed dataframe to plot. If left NULL, will plot all years for which not all observations have missing values. Takes a vector of years. colors Specify the colors to be used in a grid plot. Must include three values in a charac- ter vector format. The default values are ‘c("#b3a4a4", "#8f3838", "#dbdbdb")‘. If the variable plotted is dichotomous, the first color is the non-treated value and the second color is the treated value. The third color is the value for NA. If plot- ting a continuous variable, the first color is the low end of the gradient and the second value is the high end of the gradient. See scale_fill_gradient. Details This function will take any dataframe consisting of the variables ‘year‘ and ‘st‘ plus one other variable. Value ggplot2 object See Also get_var_info, get_cites, generate_map var_names_db 13 Examples # dichotomous variable cspp <- get_cspp_data(vars = c("drugs_medical_marijuana")) plot_panel(cspp) # change colors and years plot_panel(cspp, colors = c("white", "blue", "black"), years = seq(1980, 2000)) # continuous variable with missing data: continuous_data <- get_cspp_data(vars = c("h_diffs")) plot_panel(continuous_data, colors = c("white", "dodgerblue", "#eeeeee")) # add ggplot2 features library(ggplot2) plot_panel(continuous_data, colors = c("white", "dodgerblue", "#eeeeee")) + theme(legend.position = "none") + ggplot2::ggtitle("Continuous variable") var_names_db Correlates of State Policy Project Dataset (IPPSR) Variable Names Description A dataframe of all variable names, their descriptions, and sources in the Correlates of State Policy Project Dataset. Usage var_names_db Format An object of class data.frame with 2179 rows and 3 columns. Details @name var_names_db @docType data @usage data(var_names_db) @keywords datasets Index ∗ datasets map_example, 10 network_data, 11 network_vars, 11 var_names_db, 13 corr_plot, 2 generate_map, 3, 6, 7, 10, 12 geom_polygon, 4 get_cites, 4, 5, 7, 10, 12 get_cspp_data, 2–4, 6, 6, 8, 10, 12 get_network_data, 8 get_var_info, 4, 6, 7, 9, 12 map_example, 10 network_data, 11 network_vars, 11 plot_panel, 12 scale_fill_gradient, 12 var_names_db, 13 14
tidyhydat
cran
Package ‘tidyhydat’ April 4, 2023 Title Extract and Tidy Canadian 'Hydrometric' Data Version 0.6.0 Description Provides functions to access historical and real-time national 'hydrometric' data from Water Survey of Canada data sources (<https: //dd.weather.gc.ca/hydrometric/csv/> and <https://collaboration.cmc.ec.gc.ca/cmc/hydrometrics/ www/>) and then applies tidy data principles. License Apache License (== 2.0) | file LICENSE URL https://docs.ropensci.org/tidyhydat/, https://github.com/ropensci/tidyhydat/ BugReports https://github.com/ropensci/tidyhydat/issues/ Depends R (>= 3.4.0) Imports cli (>= 1.0.0), crayon (>= 1.3.4), DBI (>= 0.7), dbplyr (>= 1.1.0), dplyr (>= 0.7.4), httr (>= 1.3.1), lubridate (>= 1.6.0), rappdirs (>= 0.3.1), readr (>= 1.1.1), rlang (>= 0.1.2), RSQLite (>= 2.0), tidyr (>= 0.7.1) Suggests ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), covr Config/testthat/edition 3 VignetteBuilder knitr Encoding UTF-8 LazyData true RoxygenNote 7.2.3 NeedsCompilation no Author Sam Albers [aut, cre] (<https://orcid.org/0000-0002-9270-7884>), David Hutchinson [ctb], Dewey Dunnington [ctb], Ryan Whaley [ctb], Province of British Columbia [cph], Government of Canada [dtc], Luke Winslow [rev] (Reviewed for rOpenSci), Laura DeCicco [rev] (Reviewed for rOpenSci) 1 2 R topics documented: Maintainer Sam Albers <sam.albers@gmail.com> Repository CRAN Date/Publication 2023-04-04 16:00:06 UTC R topics documented: allstations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 download_hydat . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 hy_agency_list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 hy_annual_instant_peaks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 hy_annual_stats . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 hy_daily . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 hy_daily_flows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 hy_daily_levels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 hy_data_symbols . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 hy_data_types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 hy_datum_list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 hy_dir . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 hy_monthly_flows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 hy_monthly_levels . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 hy_plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 hy_reg_office_list . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 hy_remote . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 hy_sed_daily_loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 hy_sed_daily_suscon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 hy_sed_monthly_loads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 hy_sed_monthly_suscon . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 hy_sed_samples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 hy_sed_samples_psd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 hy_set_default_db . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 hy_src . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 hy_stations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 hy_stn_data_coll . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 hy_stn_data_range . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 hy_stn_datum_conv . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 hy_stn_datum_unrelated . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 hy_stn_op_schedule . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 hy_stn_regulation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 hy_stn_remarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 hy_test_db . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 hy_version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44 param_id . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 pull_station_number . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 realtime_add_local_datetime . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 realtime_daily_mean . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 realtime_dd . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 allstations 3 realtime_plot . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 realtime_stations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 realtime_ws . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52 search_stn_name . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54 Index 55 allstations All Canadian stations Description A shorthand to avoid having always call hy_stations or realtime_stations. Populated by both realtime and historical data from HYDAT. Usage allstations Format A tibble with 5 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number STATION_NAME Official name for station identification PROV_TERR_STATE_LOC The province, territory or state in which the station is located HYD_STATUS Current status of discharge or level monitoring in the hydrometric network REAL_TIME Logical. Indicates if a station has the capacity to deliver data in real-time or near real-time LATITUDE North-South Coordinates of the gauging station in decimal degrees LONGITUDE East-West Coordinates of the gauging station in decimal degrees station_tz Timezone of station calculated using the lutz package based on LAT/LONG of stations standard_offset Offset from UTC of local standard time Source HYDAT, Meteorological Service of Canada datamart 4 hy_agency_list download_hydat Download and set the path to HYDAT Description Download the HYDAT sqlite database. This database contains all the historical hydrometric data for Canada’s integrated hydrometric network. The function will check for a existing sqlite file and won’t download the file if the same version is already present. Usage download_hydat(dl_hydat_here = NULL, ask = TRUE) Arguments dl_hydat_here Directory to the HYDAT database. The path is chosen by the rappdirs package and is OS specific and can be view by hy_dir(). This path is also supplied automatically to any function that uses the HYDAT database. A user specified path can be set though this is not the advised approach. It also downloads the database to a directory specified by hy_dir(). ask Whether to ask (as TRUE/FALSE) if HYDAT should be downloaded. If FALSE the keypress question is skipped. Examples ## Not run: download_hydat() ## End(Not run) hy_agency_list hy_agency_list function Description AGENCY look-up Table Usage hy_agency_list(hydat_path = NULL) Arguments hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. hy_annual_instant_peaks 5 Value A tibble of agencies Source HYDAT See Also Other HYDAT functions: hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_agency_list() ## End(Not run) hy_annual_instant_peaks Extract annual max/min instantaneous flows and water levels from HY- DAT database Description Provides wrapper to turn the ANNUAL_INSTANT_PEAKS table in HYDAT into a tidy data frame of instantaneous flows and water levels. station_number and prov_terr_state_loc can both be supplied. Usage hy_annual_instant_peaks( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_year = NULL, end_year = NULL ) 6 hy_annual_instant_peaks Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_year First year of the returned record end_year Last year of the returned record Value A tibble of hy_annual_instant_peaks. Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: ## Multiple stations province not specified hy_annual_instant_peaks(station_number = c("08NM083", "08NE102")) ## Multiple province, station number not specified hy_annual_instant_peaks(prov_terr_state_loc = c("AB", "YT")) ## End(Not run) hy_annual_stats 7 hy_annual_stats Extract annual statistics information from the HYDAT database Description Provides wrapper to turn the ANNUAL_STATISTICS table in HYDAT into a tidy data frame of annual statistics. Statistics provided include MEAN, MAX and MIN on an annual basis. Usage hy_annual_stats( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_year = "ALL", end_year = "ALL" ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_year First year of the returned record end_year Last year of the returned record Format A tibble with 8 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Parameter Parameter being measured. Only possible values are FLOW and LEVEL Year Year of record. Sum_stat Summary statistic being used. Value Value of the measurement. If Parameter equals FLOW the units are m^3/s. If Parameter equals LEVEL the units are metres. Date Observation date. Formatted as a Date class. MEAN is a annual summary and therefore has an NA value for Date. Symbol Measurement/river conditions 8 hy_daily Value A tibble of hy_annual_stats. Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: ## Multiple stations province not specified hy_annual_stats(station_number = c("08NM083", "05AE027")) ## Multiple province, station number not specified hy_annual_stats(prov_terr_state_loc = c("AB", "SK")) ## End(Not run) hy_daily Extract all daily water level and flow measurements Description A thin wrapper around hy_daily_flows and ‘hy_daily_levels“ that returns a data frames that con- tains both parameters. All arguments are passed directly to these functions. Usage hy_daily( station_number = NULL, prov_terr_state_loc = NULL, hydat_path = NULL, ... ) hy_daily 9 Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. ... See hy_daily_flows() arguments Format A tibble with 5 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Date Observation date. Formatted as a Date class. Parameter Parameter being measured. Value Discharge value. The units are m^3/s. Symbol Measurement/river conditions Value A tibble of daily flows and levels Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_daily(station_number = c("02JE013", "08MF005")) ## End(Not run) 10 hy_daily_flows hy_daily_flows Extract daily flows information from the HYDAT database Description Provides wrapper to turn the DLY_FLOWS table in HYDAT into a tidy data frame of daily flows. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. That is a large tibble for hy_daily_flows. Usage hy_daily_flows( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL, symbol_output = "code" ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. symbol_output Set whether the raw code, or the english or the french translations are out- putted. Default value is code. Format A tibble with 5 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Date Observation date. Formatted as a Date class. Parameter Parameter being measured. Only possible value is Flow Value Discharge value. The units are m^3/s. Symbol Measurement/river conditions hy_daily_levels 11 Value A tibble of daily flows Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: # download_hydat() hy_daily_flows( station_number = c("08MF005"), start_date = "1996-01-01", end_date = "2000-01-01" ) hy_daily_flows(prov_terr_state_loc = "PE") ## End(Not run) hy_daily_levels Extract daily levels information from the HYDAT database Description Provides wrapper to turn the DLY_LEVELS table in HYDAT into a tidy data frame. The primary value returned by this function is discharge. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. That is a large vector for hy_daily_levels. Usage hy_daily_levels( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL, 12 hy_daily_levels symbol_output = "code" ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. symbol_output Set whether the raw code, or the english or the french translations are out- putted. Default value is code. Format A tibble with 5 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Date Observation date. Formatted as a Date class. Parameter Parameter being measured. Only possible value is Level Value Level value. The units are metres. Symbol Measurement/river conditions Value A tibble of daily levels Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() hy_data_symbols 13 Examples ## Not run: hy_daily_levels( station_number = c("02JE013", "08MF005"), start_date = "1996-01-01", end_date = "2000-01-01" ) hy_daily_levels(prov_terr_state_loc = "PE") ## End(Not run) hy_data_symbols DATA SYMBOLS look-up table Description A look table for data symbols Usage hy_data_symbols Format A tibble with 5 rows and 3 variables: SYMBOL_ID Symbol code SYMBOL_EN Description of Symbol (English) SYMBOL_FR Description of Symbol (French) Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() 14 hy_datum_list hy_data_types DATA TYPES look-up table Description A look table for data types Usage hy_data_types Format A tibble with 5 rows and 3 variables: DATA_TYPE Data type code DATA_TYPE_EN Descriptive data type (English) DATA_TYPE_FR Descriptive data type (French) Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() hy_datum_list Extract datum list from HYDAT database Description DATUM look-up Table Usage hy_datum_list(hydat_path = NULL) hy_dir 15 Arguments hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. Value A tibble of DATUMS Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_datum_list() ## End(Not run) hy_dir Output OS-independent path to the HYDAT sqlite database Description Provides the download location for download_hydat in an OS independent manner. Usage hy_dir(...) Arguments ... arguments potentially passed to rappdirs::user_data_dir 16 hy_monthly_flows Examples ## Not run: hy_dir() ## End(Not run) hy_monthly_flows Extract monthly flows information from the HYDAT database Description Tidy data of monthly flows information from the monthly_flows HYDAT table. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. That is a large vector for hy_monthly_flows. Usage hy_monthly_flows( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. hy_monthly_flows 17 Format A tibble with 8 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Year Year of record. Month Numeric month value Full_Month Logical value is there is full record from Month No_days Number of days in that month Sum_stat Summary statistic being used. Value Value of the measurement in m^3/s. Date_occurred Observation date. Formatted as a Date class. MEAN is a annual summary and therefore has an NA value for Date. Value A tibble of monthly flows. Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_monthly_flows( station_number = c("02JE013", "08MF005"), start_date = "1996-01-01", end_date = "2000-01-01" ) hy_monthly_flows(prov_terr_state_loc = "PE") ## End(Not run) 18 hy_monthly_levels hy_monthly_levels Extract monthly levels information from the HYDAT database Description Tidy data of monthly river or lake levels information from the DLY_LEVELS HYDAT table. station_number and prov_terr_state_loc can both be supplied. If both are omitted all val- ues from the hy_stations table are returned. That is a large vector for hy_monthly_levels. Usage hy_monthly_levels( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. Format A tibble with 8 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Year Year of record. Month Numeric month value Full_month Logical value is there is full record from Month No_days Number of days in that month Sum_stat Summary statistic being used. hy_plot 19 Value Value of the measurement in metres. Date_occurred Observation date. Formatted as a Date class. MEAN is a annual summary and therefore has an NA value for Date. Value A tibble of monthly levels. Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_monthly_levels( station_number = c("02JE013", "08MF005"), start_date = "1996-01-01", end_date = "2000-01-01" ) hy_monthly_levels(prov_terr_state_loc = "PE") ## End(Not run) hy_plot This function is deprecated in favour of generic plot methods Description This is an easy way to visualize a single station using base R graphics. More complicated plotting needs should consider using ggplot2. Inputting more 5 stations will result in very busy plots and longer load time. Legend position will sometimes overlap plotted points. Usage hy_plot( station_number = NULL, Parameter = c("Flow", "Level", "Suscon", "Load") ) 20 hy_reg_office_list Arguments station_number A (or several) seven digit Water Survey of Canada station number. Parameter Parameter of interest. Either "Flow" or "Level". hy_reg_office_list Extract regional office list from HYDAT database Description OFFICE look-up Table Usage hy_reg_office_list(hydat_path = NULL) Arguments hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. Value A tibble of offices Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_reg_office_list() ## End(Not run) hy_remote 21 hy_remote Get the version date of HYDAT that is current on the ECCC website Description Retrieve the date of the HYDAT version available for download. Usage hy_remote() hy_sed_daily_loads Extract daily sediment load information from the HYDAT database Description Provides wrapper to turn the SED_DLY_LOADS table in HYDAT into a tidy data frame of daily sediment load information. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. That is a large vector for hy_sed_daily_loads. Usage hy_sed_daily_loads( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. 22 hy_sed_daily_suscon Format A tibble with 4 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Date Observation date. Formatted as a Date class. Parameter Parameter being measured. Only possible value is Load Value Discharge value. The units are tonnes. Value A tibble of daily suspended sediment loads Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_sed_daily_loads(prov_terr_state_loc = "PE") ## End(Not run) hy_sed_daily_suscon Extract daily suspended sediment concentration information from the HYDAT database Description Provides wrapper to turn the SED_DLY_SUSCON table in HYDAT into a tidy data frame of daily suspended sediment concentration information. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. That is a large vector for hy_sed_daily_suscon. hy_sed_daily_suscon 23 Usage hy_sed_daily_suscon( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL, symbol_output = "code" ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. symbol_output Set whether the raw code, or the english or the french translations are out- putted. Default value is code. Format A tibble with 5 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Date Observation date. Formatted as a Date class. Parameter Parameter being measured. Only possible value is Suscon Value Discharge value. The units are mg/l. Symbol Measurement/river conditions Value A tibble of daily suspended sediment concentration Source HYDAT 24 hy_sed_monthly_loads See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_sed_daily_suscon(station_number = "01CE003") ## End(Not run) hy_sed_monthly_loads Extract monthly flows information from the HYDAT database Description Tidy data of monthly loads information from the SED_DLY_LOADS HYDAT table. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. That is a large vector for hy_sed_monthly_loads. Usage hy_sed_monthly_loads( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. hy_sed_monthly_loads 25 start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. Format A tibble with 8 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Year Year of record. Month Numeric month value Full_Month Logical value is there is full record from Month No_days Number of days in that month Sum_stat Summary statistic being used. Value Value of the measurement in tonnes. Date_occurred Observation date. Formatted as a Date class. MEAN is a annual summary and therefore has an NA value for Date. Value A tibble of monthly sediment loads. Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_sed_monthly_loads(station_number = "01CE003") ## End(Not run) 26 hy_sed_monthly_suscon hy_sed_monthly_suscon Extract monthly flows information from the HYDAT database Description Tidy data of monthly suspended sediment concentration information from the SED_DLY_SUSCON HYDAT table. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. That is a large vector for hy_sed_monthly_suscon. Usage hy_sed_monthly_suscon( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. Format A tibble with 8 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Year Year of record. Month Numeric month value Full_Month Logical value is there is full record from Month No_days Number of days in that month Sum_stat Summary statistic being used. hy_sed_samples 27 Value Value of the measurement in mg/l. Date_occurred Observation date. Formatted as a Date class. MEAN is a annual summary and therefore has an NA value for Date. Value A tibble of monthly suspended sediment concentrations. Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_sed_monthly_suscon(station_number = "08MF005") ## End(Not run) hy_sed_samples Extract instantaneous sediment sample information from the HYDAT database Description Provides wrapper to turn the hy_sed_samples table in HYDAT into a tidy data frame of instan- taneous sediment sample information. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. That is a large vector for hy_sed_samples. Usage hy_sed_samples( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL ) 28 hy_sed_samples Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. Format A tibble with 19 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number SED_DATA_TYPE Contains the type of sampling method used in collecting sediment for a station Date Contains the time to the nearest minute of when the sample was taken SAMPLE_REMARK_CODE Descriptive Sediment Sample Remark in English TIME_SYMBOL An "E" symbol means the time is an estimate only FLOW Contains the instantaneous discharge in cubic metres per second at the time the sample was taken SYMBOL_EN Indicates a condition where the daily mean has a larger than expected error SAMPLER_TYPE Contains the type of measurement device used to take the sample SAMPLING_VERTICAL_LOCATION The location on the cross-section of the river at which the single sediment samples are collected. If one of the standard locations is not used the distance in meters will be shown SAMPLING_VERTICAL_EN Indicates sample location relative to the regular measurement cross- section or the regular sampling site TEMPERATURE Contains the instantaneous water temperature in Celsius at the time the sample was taken CONCENTRATION_EN Contains the instantaneous concentration sampled in milligrams per litre SV_DEPTH2 Depth 2 for split vertical depth integrating (m) Value A tibble of instantaneous sediment samples data hy_sed_samples_psd 29 Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_sed_samples(station_number = "01CA004") ## End(Not run) hy_sed_samples_psd Extract instantaneous sediment sample particle size distribution infor- mation from the HYDAT database Description Provides wrapper to turn the hy_sed_samples_psd table in HYDAT into a tidy data frame of instan- taneous sediment sample particle size distribution. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations() table are returned. That is a large vector for hy_sed_samples_psd. Usage hy_sed_samples_psd( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL, start_date = NULL, end_date = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. 30 hy_sed_samples_psd prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. start_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. end_date Leave blank if all dates are required. Date format needs to be in YYYY-MM- DD. Date is inclusive. Format A tibble with 5 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number SED_DATA_TYPE Contains the type of sampling method used in collecting sediment for a station Date Contains the time to the nearest minute of when the sample was taken PARTICLE_SIZE Particle size (mm) PERCENT Contains the percentage values for indicated particle sizes for samples collected Value A tibble of sediment sample particle size data Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_sed_samples_psd(station_number = "01CA004") ## End(Not run) hy_set_default_db 31 hy_set_default_db Set the default database path Description For many reasons, it may be convenient to set the default database location to somewhere other than the global default. Users may wish to use a previously downloaded version of the database for reproducibility purposes, store hydat somewhere other than hy_dir(). Usage hy_set_default_db(hydat_path = NULL) Arguments hydat_path The path to the a HYDAT sqlite3 database file (e.g., hy_test_db) Value returns the previous value of hy_default_db. Examples ## Not run: # set default to the test database hy_set_default_db(hy_test_db()) # get the default value hy_default_db() # set back to the default db location hy_set_default_db(NULL) ## End(Not run) hy_src Open a connection to the HYDAT database Description This function gives low-level access to the underlying HYDAT database used by other functions. Many of these tables are too large to load into memory, so it is best to use dplyr to dplyr::filter() them before using dplyr::collect() to read them into memory. 32 hy_src Usage hy_src(hydat_path = NULL) hy_src_disconnect(src) Arguments hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. src A as returned by hy_src(). Value A SQLite DBIConnection See Also download_hydat() Examples ## Not run: library(dplyr) # src is a src_sqlite src <- hy_src(hydat_path = hy_test_db()) src_tbls(src) # to get a table, use dplyr::tbl() tbl(src, "STATIONS") # one you're sure the results are what you want # get a data.frame using collect() tbl(src, "STATIONS") %>% filter(PROV_TERR_STATE_LOC == "BC") %>% collect() # close the connection to the database hy_src_disconnect(src) ## End(Not run) hy_stations 33 hy_stations Extract station information from the HYDAT database Description Provides wrapper to turn the hy_stations table in HYDAT into a tidy data frame of station infor- mation. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. This is the entry point for most analyses is tidyhydat as establish the stations for consideration is likely the first step in many instances. Usage hy_stations( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. Format A tibble with 15 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number STATION_NAME Official name for station identification PROV_TERR_STATE_LOC The province, territory or state in which the station is located REGIONAL_OFFICE_ID The identifier of the regional office responsible for the station. Links to hy_reg_office_list HYD_STATUS Current status of discharge or level monitoring in the hydrometric network SED_STATUS Current status of sediment monitoring in the hydrometric network LATITUDE North-South Coordinates of the gauging station in decimal degrees LONGITUDE East-West Coordinates of the gauging station in decimal degrees DRAINAGE_AREA_GROSS The total surface area that drains to the gauge site (km^2) 34 hy_stations DRAINAGE_AREA_EFFECT The portion of the drainage basin that contributes runoff to the gauge site, calculated by subtracting any noncontributing portion from the gross drainage area (km^2) RHBN Logical. Reference Hydrometric Basin Network station. The Reference Hydrometric Basin Network (RHBN) is a sub-set of the national network that has been identified for use in the detection, monitoring, and assessment of climate change. REAL_TIME Logical. Indicates if a station has the capacity to deliver data in real-time or near real-time CONTRIBUTOR_ID Unique ID of an agency that contributes data to the HYDAT database. The agency is non-WSC and non WSC funded OPERATOR_ID Unique ID of an agency that operates a hydrometric station DATUM_ID Unique ID for a datum Value A tibble of stations and associated metadata Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: ## Multiple stations province not specified hy_stations(station_number = c("08NM083", "08NE102")) ## Multiple province, station number not specified hy_stations(prov_terr_state_loc = c("AB", "YT")) ## End(Not run) hy_stn_data_coll 35 hy_stn_data_coll Extract station data collection from HYDAT database Description hy_stn_data_coll look-up Table Usage hy_stn_data_coll( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. Format A tibble with 6 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number DATA_TYPE The type of data Year_from First year of use Year_to Last year of use MEASUREMENT The sampling method used in the collection of sediment data or the type of the gauge used in the collection of the hydrometric data OPERATION The schedule of station operation for the collection of sediment or hydrometric data Value A tibble of hy_stn_data_coll Source HYDAT 36 hy_stn_data_range See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_stn_data_coll(station_number = c("02JE013", "08MF005")) ## End(Not run) hy_stn_data_range Extract station data range from HYDAT database Description hy_stn_data_range look-up Table Usage hy_stn_data_range( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. hy_stn_datum_conv 37 Format A tibble with 6 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number DATA_TYPE Code for the type of data SED_DATA_TYPE Code for the type of instantaneous sediment data Year_from First year of use Year_to Last year of use RECORD_LENGTH Number of years of data available in the HYDAT database Value A tibble of hy_stn_data_range Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_op_schedule(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_stn_data_range(station_number = c("02JE013", "08MF005")) ## End(Not run) hy_stn_datum_conv Extract station datum conversions from HYDAT database Description hy_stn_datum_conv look-up Table 38 hy_stn_datum_conv Usage hy_stn_datum_conv( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. Format A tibble with 4 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number DATUM_FROM Identifying a datum from which water level is being converted DATUM_TO Identifying a datum to which water level is being converted CONVERSTION_FACTOR The conversion factor applied to water levels referred to one datum to obtain water levels referred to another datum Value A tibble of hy_stn_datum_conv Examples ## Not run: hy_stn_datum_conv(station_number = c("02JE013", "08MF005")) ## End(Not run) hy_stn_datum_unrelated 39 hy_stn_datum_unrelated Extract station datum unrelated from HYDAT database Description hy_stn_datum_unrelated look-up Table Usage hy_stn_datum_unrelated( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. Format A tibble with 4 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number DATUM_ID Unique code identifying a datum Year_from First year of use Year_to Last year of use Value A tibble of hy_stn_datum_unrelated Examples ## Not run: hy_stn_datum_unrelated() ## End(Not run) 40 hy_stn_op_schedule hy_stn_op_schedule Extract station operation schedule from HYDAT database Description hy_stn_op_schedule look-up Table Usage hy_stn_op_schedule( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. Format A tibble with 6 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number DATA_TYPE The type of data Year Year of operation schedule Month_from First month of use Month_to Last month of use Value A tibble of hy_stn_op_schedule Source HYDAT hy_stn_regulation 41 See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_regulation(), hy_version() Examples ## Not run: hy_stn_op_schedule(station_number = c("02JE013")) ## End(Not run) hy_stn_regulation Extract station regulation from the HYDAT database Description Provides wrapper to turn the hy_stn_regulation table in HYDAT into a tidy data frame of station regulation. station_number and prov_terr_state_loc can both be supplied. If both are omitted all values from the hy_stations table are returned. Usage hy_stn_regulation( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. 42 hy_stn_remarks Format A tibble with 4 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Year_from First year of use Year_to Last year of use REGULATED logical Value A tibble of stations, years of regulation and the regulation status Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_version() Examples ## Not run: ## Multiple stations province not specified hy_stn_regulation(station_number = c("08NM083", "08NE102")) ## Multiple province, station number not specified hy_stn_regulation(prov_terr_state_loc = c("AB", "YT")) ## End(Not run) hy_stn_remarks Extract station remarks from HYDAT database Description hy_stn_remarks look-up Table hy_stn_remarks 43 Usage hy_stn_remarks( station_number = NULL, hydat_path = NULL, prov_terr_state_loc = NULL ) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. Format A tibble with 4 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number REMARK_TYPE Type of Remark Year Year of the remark REMARK Remark Value A tibble of hy_stn_remarks Examples ## Not run: hy_stn_remarks(station_number = c("02JE013", "08MF005")) ## End(Not run) 44 hy_version hy_test_db Get the location of the HYDAT database Description The full HYDAT database needs to be downloaded from download_hydat, but for testing purposes, a small test database is included in this package. Use hydat_path = hy_test_db() in hy_* functions to explicitly use the test database; use hydat_path = hy_downloaded_db() to explicitly use the full, most recent downloaded database (this is also the path returned by hy_default_db()). Usage hy_test_db() hy_downloaded_db() hy_default_db() Value The file location of a HYDAT database. See Also hy_src, hy_set_default_db. Examples ## Not run: hy_test_db() hy_downloaded_db() hy_default_db() ## End(Not run) hy_version Extract version number from HYDAT database Description A function to get version number of hydat Usage hy_version(hydat_path = NULL) param_id 45 Arguments hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. Value version number and release date Source HYDAT See Also Other HYDAT functions: hy_agency_list(), hy_annual_instant_peaks(), hy_annual_stats(), hy_daily_flows(), hy_daily_levels(), hy_daily(), hy_data_symbols, hy_data_types, hy_datum_list(), hy_monthly_flows(), hy_monthly_levels(), hy_reg_office_list(), hy_sed_daily_loads(), hy_sed_daily_suscon(), hy_sed_monthly_loads(), hy_sed_monthly_suscon(), hy_sed_samples_psd(), hy_sed_samples(), hy_stations(), hy_stn_data_coll(), hy_stn_data_range(), hy_stn_op_schedule(), hy_stn_regulation() Examples ## Not run: hy_version() ## End(Not run) param_id Parameter ID Description A tibble of parameter id codes and their corresponding explanation/description specific to the ECCC webservice Usage param_id 46 plot Format A tibble with 8 rows and 7 variables: Parameter Numeric parameter code Code Letter parameter code Name_En Code name in English Name_En Code name in French Unit Parameter units plot Plot historical and realtime data Description This method plots either daily time series data from HYDAT or realtime data from the datamart. These plots are intended to be convenient and quick methods to visualize hydrometric data. Usage ## S3 method for class 'hy' plot(x = NULL, ...) ## S3 method for class 'realtime' plot(x = NULL, Parameter = c("Flow", "Level"), ...) Arguments x Object created by either a hy_daily_* or realtime_dd data retrieval function ... passed to plot() Parameter Parameter of interest. Either "Flow" or "Level". Defaults to "Flow". Methods (by class) • plot(realtime): plot.realtime Examples ## Not run: # One station fraser <- hy_daily_flows("08MF005") plot(fraser) ## End(Not run) ## Not run: # One station pull_station_number 47 fraser_realtime <- realtime_dd("08MF005") plot(fraser_realtime) ## End(Not run) pull_station_number Convenience function to pull station number from tidyhydat functions Description This function mimics dplyr::pull to avoid having to always type dplyr::pull(STATION_NUMBER). Instead we can now take advantage of autocomplete. This can be used with realtime_ and hy_ functions. Usage pull_station_number(.data) Arguments .data A table of data Value A vector of station_numbers Examples ## Not run: hy_stations(prov_terr_state_loc = "PE") %>% pull_station_number() %>% hy_annual_instant_peaks() ## End(Not run) 48 realtime_daily_mean realtime_add_local_datetime Add local datetime column to realtime tibble Description Adds local_datetime and tz_used columns based on either the most common timezone in the original data or a user supplied timezone. This function is meant to used in a pipe with the realtime_dd() function. Usage realtime_add_local_datetime(.data, set_tz = NULL) Arguments .data Tibble created by realtime_dd set_tz A timezone string in the format of OlsonNames() Details Date from realtime_dd is supplied in UTC which is the easiest format to work with across timezones. This function does not change Date from UTC. Rather station_tz specifies the lo- cal timezone name and is useful in instances where realtime_add_local_datetime adjusts lo- cal_datetime to a common timezone that is not the station_tz. This function is most useful when all stations exist within the same timezone. Examples ## Not run: realtime_dd(c("08MF005", "02LA004")) %>% realtime_add_local_datetime() ## End(Not run) realtime_daily_mean Calculate daily means from higher resolution realtime data Description This function is meant to be used within a pipe as a means of easily moving from higher resolution data to daily means. realtime_dd 49 Usage realtime_daily_mean(.data, na.rm = FALSE) Arguments .data A data argument that is designed to take only the output of realtime_dd na.rm a logical value indicating whether NA values should be stripped before the com- putation proceeds. Examples ## Not run: realtime_dd("08MF005") %>% realtime_daily_mean() ## End(Not run) realtime_dd Download a tibble of realtime river data from the last 30 days from the Meteorological Service of Canada datamart Description Download realtime river data from the last 30 days from the Meteorological Service of Canada (MSC) datamart. The function will prioritize downloading data collected at the highest resolution. In instances where data is not available at high (hourly or higher) resolution daily averages are used. Currently, if a station does not exist or is not found, no data is returned. Usage realtime_dd(station_number = NULL, prov_terr_state_loc = NULL) Arguments station_number A seven digit Water Survey of Canada station number. If this argument is omit- ted, the value of prov_terr_state_loc is returned. prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. 50 realtime_dd Format A tibble with 8 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number PROV_TERR_STATE_LOC The province, territory or state in which the station is located Date Observation date and time for last thirty days. Formatted as a POSIXct class in UTC for consistency. Parameter Parameter being measured. Only possible values are Flow and Level Value Value of the measurement. If Parameter equals Flow the units are m^3/s. If Parameter equals Level the units are metres. Grade reserved for future use Symbol reserved for future use Code quality assurance/quality control flag for the discharge station_tz Station timezone based on tidyhydat::allstations$station_tz Value A tibble of water flow and level values. The date and time of the query (in UTC) is also stored as an attribute. See Also Other realtime functions: realtime_stations(), realtime_ws() Examples ## Not run: ## Download from multiple provinces realtime_dd(station_number = c("01CD005", "08MF005")) ## To download all stations in Prince Edward Island: pei <- realtime_dd(prov_terr_state_loc = "PE") ## Access the time of query attributes(pei)$query_time ## End(Not run) realtime_plot 51 realtime_plot Convenience function to plot realtime data Description This is an easy way to visualize a single station using base R graphics. More complicated plotting needs should consider using ggplot2. Inputting more 5 stations will result in very busy plots and longer load time. Legend position will sometimes overlap plotted points. Usage realtime_plot(station_number = NULL, Parameter = c("Flow", "Level")) Arguments station_number A seven digit Water Survey of Canada station number. Can only be one value. Parameter Parameter of interest. Either "Flow" or "Level". Defaults to "Flow". Value A plot of recent realtime values Examples ## Not run: ## One station realtime_plot("08MF005") ## Multiple stations realtime_plot(c("07EC002", "01AD003")) ## End(Not run) realtime_stations Download a tibble of active realtime stations Description An up to date dataframe of all stations in the Realtime Water Survey of Canada hydrometric network operated by Environment and Climate Change Canada Usage realtime_stations(prov_terr_state_loc = NULL) 52 realtime_ws Arguments prov_terr_state_loc Province, state or territory. If this argument is omitted, the value of station_number is returned. See unique(allstations$prov_terr_state_loc). Will also ac- cept CA to return only Canadian stations. Format A tibble with 6 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number STATION_NAME Official name for station identification LATITUDE North-South Coordinates of the gauging station in decimal degrees LONGITUDE East-West Coordinates of the gauging station in decimal degrees PROV_TERR_STATE_LOC The province, territory or state in which the station is located TIMEZONE Timezone of the station See Also Other realtime functions: realtime_dd(), realtime_ws() Examples ## Not run: ## Available inputs for prov_terr_state_loc argument: unique(realtime_stations()$prov_terr_state_loc) realtime_stations(prov_terr_state_loc = "BC") realtime_stations(prov_terr_state_loc = c("QC", "PE")) ## End(Not run) realtime_ws Download realtime data from the ECCC web service Description Function to actually retrieve data from ECCC web service. The maximum number of days that can be queried depends on other parameters being requested. If one station is requested, 18 months of data can be requested. If you continually receiving errors when invoking this function, reduce the number of observations (via station_number, parameters or dates) being requested. realtime_ws 53 Usage realtime_ws( station_number, parameters = NULL, start_date = Sys.Date() - 30, end_date = Sys.Date() ) Arguments station_number Water Survey of Canada station number. parameters parameter ID. Can take multiple entries. Parameter is a numeric code. See param_id for some options though undocumented parameters may be imple- mented. Defaults to Water level provisional, Secondary water level, Tertiary water level, Discharge Provisional, Discharge, sensor, Water temperature, Sec- ondary water temperature, Accumulated precipitation start_date Accepts either YYYY-MM-DD or YYYY-MM-DD HH:MM:SS. If only start date is supplied (i.e. YYYY-MM-DD) values are returned from the start of that day. Defaults to 30 days before current date. Time is supplied in UTC. end_date Accepts either YYYY-MM-DD or YYYY-MM-DD HH:MM:SS. If only a date is supplied (i.e. YYYY-MM-DD) values are returned from the end of that day. Defaults to current date. Time is supplied in UTC. Format A tibble with 6 variables: STATION_NUMBER Unique 7 digit Water Survey of Canada station number Date Observation date and time. Formatted as a POSIXct class as UTC for consistency. Name_En Code name in English Value Value of the measurement. Unit Value units Grade future use Symbol future use Approval future use Parameter Numeric parameter code Code Letter parameter code See Also Other realtime functions: realtime_dd(), realtime_stations() 54 search_stn_name Examples ## Not run: ws_08 <- realtime_ws( station_number = c("08NL071", "08NM174"), parameters = c(47, 5) ) fivedays <- realtime_ws( station_number = c("08NL071", "08NM174"), parameters = c(47, 5), end_date = Sys.Date(), # today start_date = Sys.Date() - 5 # five days ago ) ## End(Not run) search_stn_name A search function for hydrometric station name or number Description Use this search function when you only know the partial station name or want to search. Usage search_stn_name(search_term, hydat_path = NULL) search_stn_number(search_term, hydat_path = NULL) Arguments search_term Only accepts one word. hydat_path The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call. Value A tibble of stations that match the search_term Examples ## Not run: search_stn_name("Cowichan") search_stn_number("08HF") ## End(Not run) Index ∗ HYDAT functions download_hydat(), 32 hy_agency_list, 4 dplyr::collect(), 31 hy_annual_instant_peaks, 5 dplyr::filter(), 31 hy_annual_stats, 7 hy_daily, 8 hy_agency_list, 4, 6, 8, 9, 11–15, 17, 19, 20, hy_daily_flows, 10 22, 24, 25, 27, 29, 30, 34, 36, 37, 41, hy_daily_levels, 11 42, 45 hy_data_symbols, 13 hy_annual_instant_peaks, 5, 5, 8, 9, 11–15, hy_data_types, 14 17, 19, 20, 22, 24, 25, 27, 29, 30, 34, hy_datum_list, 14 36, 37, 41, 42, 45 hy_monthly_flows, 16 hy_annual_stats, 5, 6, 7, 9, 11–15, 17, 19, hy_monthly_levels, 18 20, 22, 24, 25, 27, 29, 30, 34, 36, 37, hy_reg_office_list, 20 41, 42, 45 hy_sed_daily_loads, 21 hy_daily, 5, 6, 8, 8, 11–15, 17, 19, 20, 22, 24, hy_sed_daily_suscon, 22 25, 27, 29, 30, 34, 36, 37, 41, 42, 45 hy_sed_monthly_loads, 24 hy_daily_flows, 5, 6, 8, 9, 10, 12–15, 17, 19, hy_sed_monthly_suscon, 26 20, 22, 24, 25, 27, 29, 30, 34, 36, 37, hy_sed_samples, 27 41, 42, 45 hy_sed_samples_psd, 29 hy_daily_flows(), 9 hy_stations, 33 hy_daily_levels, 5, 6, 8, 9, 11, 11, 13–15, hy_stn_data_coll, 35 17, 19, 20, 22, 24, 25, 27, 29, 30, 34, hy_stn_data_range, 36 36, 37, 41, 42, 45 hy_stn_op_schedule, 40 hy_data_symbols, 5, 6, 8, 9, 11, 12, 13, 14, hy_stn_regulation, 41 15, 17, 19, 20, 22, 24, 25, 27, 29, 30, hy_version, 44 34, 36, 37, 41, 42, 45 ∗ datasets hy_data_types, 5, 6, 8, 9, 11–13, 14, 15, 17, allstations, 3 19, 20, 22, 24, 25, 27, 29, 30, 34, 36, hy_data_symbols, 13 37, 41, 42, 45 hy_data_types, 14 hy_datum_list, 5, 6, 8, 9, 11–14, 14, 17, 19, param_id, 45 20, 22, 24, 25, 27, 29, 30, 34, 36, 37, ∗ realtime functions 41, 42, 45 realtime_dd, 49 hy_default_db, 31 realtime_stations, 51 hy_default_db (hy_test_db), 44 realtime_ws, 52 hy_dir, 15 hy_dir(), 4 allstations, 3 hy_downloaded_db (hy_test_db), 44 hy_monthly_flows, 5, 6, 8, 9, 11–15, 16, 19, download_hydat, 4, 4, 6, 7, 9, 10, 12, 15, 16, 20, 22, 24, 25, 27, 29, 30, 34, 36, 37, 18, 20, 21, 23, 24, 26, 28, 29, 32, 33, 41, 42, 45 35, 36, 38–41, 43–45, 54 hy_monthly_levels, 5, 6, 8, 9, 11–15, 17, 18, 55 56 INDEX 20, 22, 24, 25, 27, 29, 30, 34, 36, 37, hy_test_db, 31, 44 41, 42, 45 hy_version, 5, 6, 8, 9, 11–15, 17, 19, 20, 22, hy_plot, 19 24, 25, 27, 29, 30, 34, 36, 37, 41, 42, hy_reg_office_list, 5, 6, 8, 9, 11–15, 17, 44 19, 20, 22, 24, 25, 27, 29, 30, 33, 34, 36, 37, 41, 42, 45 param_id, 45 hy_remote, 21 plot, 46 hy_sed_daily_loads, 5, 6, 8, 9, 11–15, 17, plot(), 46 19, 20, 21, 24, 25, 27, 29, 30, 34, 36, pull_station_number, 47 37, 41, 42, 45 realtime_add_local_datetime, 48 hy_sed_daily_suscon, 5, 6, 8, 9, 11–15, 17, realtime_daily_mean, 48 19, 20, 22, 22, 25, 27, 29, 30, 34, 36, realtime_dd, 49, 52, 53 37, 41, 42, 45 realtime_plot, 51 hy_sed_monthly_loads, 5, 6, 8, 9, 11–15, 17, realtime_stations, 50, 51, 53 19, 20, 22, 24, 24, 27, 29, 30, 34, 36, realtime_ws, 50, 52, 52 37, 41, 42, 45 hy_sed_monthly_suscon, 5, 6, 8, 9, 11–15, search_stn_name, 54 17, 19, 20, 22, 24, 25, 26, 29, 30, 34, search_stn_number (search_stn_name), 54 36, 37, 41, 42, 45 src_sqlite, 4, 6, 7, 9, 10, 12, 15, 16, 18, 20, hy_sed_samples, 5, 6, 8, 9, 11–15, 17, 19, 20, 21, 23, 24, 26, 28, 29, 32, 33, 35, 36, 22, 24, 25, 27, 27, 30, 34, 36, 37, 41, 38–41, 43, 45, 54 42, 45 hy_sed_samples_psd, 5, 6, 8, 9, 11–15, 17, 19, 20, 22, 24, 25, 27, 29, 29, 34, 36, 37, 41, 42, 45 hy_set_default_db, 31, 44 hy_src, 31, 44 hy_src(), 32 hy_src_disconnect (hy_src), 31 hy_stations, 5, 6, 8, 9, 11–15, 17, 19, 20, 22, 24, 25, 27, 29, 30, 33, 36, 37, 41, 42, 45 hy_stations(), 29 hy_stn_data_coll, 5, 6, 8, 9, 11–15, 17, 19, 20, 22, 24, 25, 27, 29, 30, 34, 35, 37, 41, 42, 45 hy_stn_data_range, 5, 6, 8, 9, 11–15, 17, 19, 20, 22, 24, 25, 27, 29, 30, 34, 36, 36, 41, 42, 45 hy_stn_datum_conv, 37 hy_stn_datum_unrelated, 39 hy_stn_op_schedule, 5, 6, 8, 9, 11–15, 17, 19, 20, 22, 24, 25, 27, 29, 30, 34, 36, 37, 40, 42, 45 hy_stn_regulation, 5, 6, 8, 9, 11–15, 17, 19, 20, 22, 24, 25, 27, 29, 30, 34, 36, 37, 41, 41, 45 hy_stn_remarks, 42
beam
go
beam 0.7.0 documentation [beam](index.html#document-index) stable * [About BEAM](index.html#document-about) + [Overview](index.html#overview) + [MATSim Integration](index.html#matsim-integration) - [BeamMobSim](index.html#beammobsim) - [AgentSim](index.html#agentsim) - [PhysSim](index.html#physsim) - [R5 Router](index.html#r5-router) - [MATSim Events](index.html#matsim-events) + [Resource Markets](index.html#resource-markets) + [Dynamic Within-Day Planning](index.html#dynamic-within-day-planning) + [Rich Modal Choice](index.html#rich-modal-choice) + [Plug-in Electric Vehicle Modeling with BEAM](index.html#plug-in-electric-vehicle-modeling-with-beam) + [Contact Information](index.html#contact-information) + [Reports and Papers](index.html#reports-and-papers) + [References](index.html#references) * [User’s Guide](index.html#document-users) + [Getting Started](index.html#getting-started) - [System Requirements](index.html#system-requirements) - [Prerequisites :](index.html#prerequisites) - [GIT-LFS Configuration](index.html#git-lfs-configuration) - [Installing BEAM](index.html#installing-beam) - [Running BEAM](index.html#running-beam) - [Running BEAM with Intellij IDE](index.html#running-beam-with-intellij-ide) - [Scenarios](index.html#scenarios) - [Inputs](index.html#inputs) - [Outputs](index.html#outputs) - [Model Config](index.html#model-config) + [Experiment Manager](index.html#experiment-manager) + [Calibration](index.html#calibration) - [Optimization-based Calibration Principles](index.html#optimization-based-calibration-principles) - [SigOpt Setup](index.html#sigopt-setup) - [Configuration](index.html#configuration) - [Execution](index.html#execution) - [Manage Experiment](index.html#manage-experiment) + [Timezones and GTFS](index.html#timezones-and-gtfs) + [Converting a MATSim Scenario to Run with BEAM](index.html#converting-a-matsim-scenario-to-run-with-beam) - [Conversion Instructions](index.html#conversion-instructions) * [Developer’s Guide](index.html#document-developers) + [Repositories](index.html#repositories) + [Configuration](index.html#configuration) + [Environment Variables](index.html#environment-variables) + [GIT-LFS timeout - how to proceed](index.html#git-lfs-timeout-how-to-proceed) + [Keeping Production Data out of Master Branch](index.html#keeping-production-data-out-of-master-branch) + [Automated Cloud Deployment](index.html#automated-cloud-deployment) - [AWS EC2 Start](index.html#aws-ec2-start) - [AWS EC2 Stop](index.html#aws-ec2-stop) + [Performance Monitoring](index.html#performance-monitoring) - [Beam Metrics Utility (MetricsSupport)](index.html#beam-metrics-utility-metricssupport) - [Beam Metrics Configuration](index.html#beam-metrics-configuration) - [Setup Docker as Metric Backend](index.html#setup-docker-as-metric-backend) + [Tagging Tests for Periodic CI](index.html#tagging-tests-for-periodic-ci) + [Instructions for forking BEAM](index.html#instructions-for-forking-beam) + [Scala tips](index.html#scala-tips) - [Scala Collection](index.html#scala-collection) - [Use lazy logging](index.html#use-lazy-logging) * [BeamAgents](index.html#document-agents) + [Person Agents](index.html#person-agents) + [Ride Hail Agents](index.html#ride-hail-agents) + [Transit Driver Agents](index.html#transit-driver-agents) * [Behaviors](index.html#document-behaviors) + [Mode Choice](index.html#mode-choice) - [Multinomial Logit Mode Choice](index.html#multinomial-logit-mode-choice) - [Latent Class Mode Choice](index.html#latent-class-mode-choice) + [Parking](index.html#parking) + [Refueling](index.html#refueling) * [Event Specifications](index.html#document-events) + [MATSim Events](index.html#matsim-events) - [ActivityStartEvent](index.html#activitystartevent) - [ActivityEndEvent](index.html#activityendevent) - [PersonDepartureEvent](index.html#persondepartureevent) - [PersonArrivalEvent](index.html#personarrivalevent) - [PersonEntersVehicleEvent](index.html#personentersvehicleevent) - [PersonLeavesVehicleEvent](index.html#personleavesvehicleevent) + [BEAM Events](index.html#beam-events) - [ModeChoiceEvent](index.html#modechoiceevent) - [PathTraversalEvent](index.html#pathtraversalevent) * [Model Inputs](index.html#document-inputs) + [Configuration file](index.html#configuration-file) - [Config Options](index.html#config-options) * [Model Outputs](index.html#document-outputs) + [File: /modeChoice.csv](index.html#file-modechoice-csv) + [File: /referenceModeChoice.csv](index.html#file-referencemodechoice-csv) + [File: /realizedMode.csv](index.html#file-realizedmode-csv) + [File: /rideHailRevenue.csv](index.html#file-ridehailrevenue-csv) + [File: /ITERS/it.0/0.averageTravelTimes.csv](index.html#file-iters-it-0-0-averagetraveltimes-csv) + [File: /ITERS/it.0/0.energyUse.png.csv](index.html#file-iters-it-0-0-energyuse-png-csv) + [File: /ITERS/it.0/0.physsimLinkAverageSpeedPercentage.csv](index.html#file-iters-it-0-0-physsimlinkaveragespeedpercentage-csv) + [File: /ITERS/it.0/0.physsimFreeFlowSpeedDistribution.csv](index.html#file-iters-it-0-0-physsimfreeflowspeeddistribution-csv) + [File: /ITERS/it.0/0.rideHailWaitingStats.csv](index.html#file-iters-it-0-0-ridehailwaitingstats-csv) + [File: /ITERS/it.0/0.rideHailIndividualWaitingTimes.csv](index.html#file-iters-it-0-0-ridehailindividualwaitingtimes-csv) + [File: /ITERS/it.0/0.rideHailSurgePriceLevel.csv](index.html#file-iters-it-0-0-ridehailsurgepricelevel-csv) + [File: /ITERS/it.0/0.rideHailRevenue.csv](index.html#file-iters-it-0-0-ridehailrevenue-csv) + [File: /ITERS/it.0/0.tazRideHailSurgePriceLevel.csv](index.html#file-iters-it-0-0-tazridehailsurgepricelevel-csv) + [File: /ITERS/it.0/0.rideHailWaitingSingleStats.csv](index.html#file-iters-it-0-0-ridehailwaitingsinglestats-csv) + [File: /ITERS/it.0/0.rideHailInitialLocation.csv](index.html#file-iters-it-0-0-ridehailinitiallocation-csv) + [File: /stopwatch.txt](index.html#file-stopwatch-txt) + [File: /scorestats.txt](index.html#file-scorestats-txt) + [File: /summaryStats.txt](index.html#file-summarystats-txt) + [File: /ITERS/it.0/0.countsCompare.txt](index.html#file-iters-it-0-0-countscompare-txt) + [File: /ITERS/it.0/0.events.csv](index.html#file-iters-it-0-0-events-csv) + [File: /ITERS/it.0/0.legHistogram.txt](index.html#file-iters-it-0-0-leghistogram-txt) + [File: /ITERS/it.0/0.rideHailTripDistance.csv](index.html#file-iters-it-0-0-ridehailtripdistance-csv) + [File: /ITERS/it.0/0.tripDuration.txt](index.html#file-iters-it-0-0-tripduration-txt) + [File: /ITERS/it.0/0.biasErrorGraphData.txt](index.html#file-iters-it-0-0-biaserrorgraphdata-txt) + [File: /ITERS/it.0/0.biasNormalizedErrorGraphData.txt](index.html#file-iters-it-0-0-biasnormalizederrorgraphdata-txt) * [Protocols](index.html#document-protocols) + [Trip Planning](index.html#trip-planning) - [RoutingRequests](index.html#routingrequests) - [ChoosesMode](index.html#choosesmode) + [Traveling](index.html#traveling) - [Driver](index.html#driver) - [Traveler](index.html#traveler) + [Household](index.html#household) - [Escort](index.html#escort) + [RideHailing](index.html#ridehailing) - [Inquiry](index.html#inquiry) - [Reserve](index.html#reserve) + [Transit](index.html#transit) + [Refueling](index.html#refueling) + [Modify Passenger Schedule Manager](index.html#modify-passenger-schedule-manager) * [DevOps Guide](index.html#document-devops) + [Git LFS](index.html#git-lfs) - [Setup git-lfs Server](index.html#setup-git-lfs-server) + [Jenkins](index.html#jenkins) - [Setup Jenkins Server](index.html#setup-jenkins-server) - [Setup Jenkins Slave](index.html#setup-jenkins-slave) - [Configure Jenkins Master](index.html#configure-jenkins-master) - [Configure Jenkins Jobs](index.html#configure-jenkins-jobs) - [Configure Periodic Jobs](index.html#configure-periodic-jobs) - [References](index.html#references) + [Automated Cloud Deployment](index.html#automated-cloud-deployment) - [Automatic Image (AMI) Update](index.html#automatic-image-ami-update) [beam](index.html#document-index) * [Docs](index.html#document-index) » * beam 0.7.0 documentation * [Edit on GitHub](https://github.com/colinsheppard/beam/blob/7255d94749e4556bab8ee7b604d2500de36a7150/docs/index.rst) --- Welcome to BEAM docs[¶](#welcome-to-beam-docs "Permalink to this headline") =========================================================================== BEAM extends the [Multi-Agent Transportation Simulation Framework (MATSim)](<http://www.matsim.org/>) to enable powerful and scalable analysis of urban transportation systems. Contents: About BEAM[¶](#about-beam "Permalink to this headline") ------------------------------------------------------- ### Overview[¶](#overview "Permalink to this headline") BEAM stands for Behavior, Energy, Autonomy, and Mobility. The model is being developed as a framework for a series of research studies in sustainable transportation at Lawrence Berkeley National Laboratory and the UC Berkeley Institute for Transportation Studies. BEAM is an extension to the MATSim (Multi-Agent Transportation Simulation) model, where agents employ reinforcement learning across successive simulated days to maximize their personal utility through plan mutation (exploration) and selecting between previously executed plans (exploitation). The BEAM model shifts some of the behavioral emphasis in MATSim from across-day planning to within-day planning, where agents dynamically respond to the state of the system during the mobility simulation. In BEAM, agents can plan across all major modes of travel including driving, walking, biking, transit, and transportation network companies (TNCs). These key features are summarized here and described in further detail below: * **MATSim Integration** BEAM leverages the MATSim modeling framework[1], an open source simulation tool with a vibrant community of global developers. MATSim is extensible (BEAM is one of those extensions) which allows modelers to utilize a large suite of tools and plug-ins to serve their research and analytical interests. * **Resource Markets** While BEAM can be used as a tool for modeling and analyzing the detailed operations of a transportation system, it is designed primarily as an approach to modeling resource markets in the transportation sector. The transportation system is composed of several sets of mobility resources that are in limited supply (e.g. road capacities, vehicle seating, TNC fleet availability, refueling infrastructure). By adopting the MATSim utility maximization approach to achieving user equilibrium for traffic modeling, BEAM is able to find the corresponding equilibrium point across all resource markets of interest. * **Dynamic Within-Day Planning** Because BEAM places a heavy emphasis on within-day planning, it is possible to simulate modern mobility services in a manner that reflects the emerging transportation system. For example, a virtual TNC in BEAM responds to customer inquiries by reporting the wait time for a ride, which the BEAM agents consider in their decision on what service or mode to use. * **Rich Modal Choice** BEAM’s mode choice model is structured so that agents select modal strategies (e.g. “car” versus “walk to transit” versus “TNC”) for each tour prior to the simulation day, but resolve the outcome of these strategies within the day (e.g. route selection, standard TNC versus pooled, etc.). BEAM currently supports a simple multinomial logit choice model and a more advanced model is under development and will be fully supported by Spring 2018. * **Transportation Network Companies** TNCs are already changing the mobility landscape and as driverless vehicles come online, the economics of these services will improve substantially. In BEAM, TNCs are modeled as a fleet of taxis controlled by a centralized manager that responds to requests from customers and dispatches vehicles accordingly. In 2018, BEAM will be extended to simulate the behavioral processes of TNC drivers as well as implement control algorithms designed to optimize fleets of fully automated vehicles. * **Designed for Scale** BEAM is written primarily in Scala and leverages the [Akka](https://akka.io/) library for currency which implements the [Actor Model of Computation](<https://en.wikipedia.org/wiki/Actor_model>). This approach simplifies the process of deploying transportation simulations at full scale and utilizing high performance computing resources. BEAM has been designed to integrate with Amazon Web Services including a framework to automatically deploy simulation runs to the cloud. ### MATSim Integration[¶](#matsim-integration "Permalink to this headline") [MATSim](http://www.matsim.org/) is a well established agent-based transportation simulation framework with hundreds of users and developers worldwide. BEAM leverages much of the overall structure and conventions of MATSim, but replaces several facilities with new software. The most important of these are the Mobility Simulation and Router. #### BeamMobSim[¶](#beammobsim "Permalink to this headline") When BEAM is executed, the MATSim engine manages loading of most data (population, households, vehicles, and the network used by PhysSim) as well as executing the MobSim -> Scoring -> Replanning iterative loop. BEAM takes over the MobSim, replacing the legacy MobSim engines (i.e. QSim) with the BeamMobSim. ![_images/matsim-loop.png](_images/matsim-loop.png) The BeamMobSim is composed of two simulators, the **AgentSim** and the **PhysSim**. These simulators are related to each other and to the router as illustrated in the following diagram: ![_images/beam-structure-med.png](_images/beam-structure-med.png) #### AgentSim[¶](#agentsim "Permalink to this headline") The AgentSim is designed to execute the daily plans of the population, allowing the agents to dynamically resolve how limited transportation resources are allocated (see [Resource Markets](#resource-markets)). All movements in the AgentSim occur via “teleportation” as discrete events. In other words, given a route and a travel time, an agent simply schedules herself to “arrive” at the destination accordingly. When this occurs, a PathTraversal Event is thrown – one for each vehicle movement, not necessarily each passenger movement – which is used by the PhysSim to simulate traffic flow, resolve congestion, and update travel times in the router so that in future iterations, agents will teleport according to travel times that are consistent with network congestion. #### PhysSim[¶](#physsim "Permalink to this headline") The PhysSim simulates traffic on the road network. The underlying simulation engine is based on the Java Discrete Event Queue Simulator ([JDEQSim](https://www.researchgate.net/publication/239925133_Performance_Improvements_for_Large_Scale_Traffic_Simula-_tion_in_MATSim)) from the MATSim framework. The JDEQSim then simulates traffic flow through the system and updated the Router with new network travel times for use in subsequent iterations. JDEQSim was designed as a MobSim engine for MATSim, so it is capable of simulating activities and movements through the network. In BEAM, we use JDEQSim within PhysSim as purely a **vehicle** movement simulator. As PathTraversalEvents are received by the PhysSim, a set of MATSim Plans are created, with one plan for each vehicle in the AgentSim. These plans include “Activities” but they are just dummy activities that bracket the movement of each vehicle. Currently, PhySim and AgentSim run serially, one after another. This is due to the fact that the PhySim is substantially faster to run than the AgentSim, because the PhysSim does not need to do any routing calculations. As improvements to AgentSim reduce run times, future versions of BEAM will likely allow AgentSim and PhysSim to run concurrently, or even be run in a tightly coupled manner where each teleportation in AgentSim is replaced with a direct simulation of the propagation of vehicles through the network by the PhysSim. #### R5 Router[¶](#r5-router "Permalink to this headline") BEAM uses the [R5 routing engine](https://github.com/conveyal/r5) to accomplish multi-modal routing. Agents from BEAM make request of the router, and the results of the routing calculation are then transformed into objects that are directly usable by the BEAM agents to choose between alternative routes and move throughout the system. #### MATSim Events[¶](#matsim-events "Permalink to this headline") BEAM adopts the MATSim convention of throwing events that correspond to key moments in the agent’s day. But in BEAM, there are two separate event managers, one for the ActorSim and another for the PhySim. The standard events output file (e.g. 0.events.csv) comes from the AgentSim, but in the outputs directory, you will also find an events file from the PhysSim (e.g. 0.physSimEvents.xml.gz). The events from AgentSim pertain to agents while the events in PhysSim pertain to vehicles. This is an important distinction. The following MATSim events are thrown within the AgentSim: * ActivityEndEvent * PersonDepartureEvent * PersonEntersVehicleEvent * PersonLeavesVehicleEvent * PersonArrivalEvent * ActivityStartEvent The following MATSim events are thrown within the PhysSim: * ActivityEndEvent - these are dummy activities that bracket every vehicle movement * PersonDepartureEvent - should be interpreted as **vehicle** departure * LinkEnterEvent * Wait2LinkEvent / VehicleEntersTraffic * LinkLeaveEvent * PersonArrivalEvent - should be interpreted as **vehicle** arrival * ActivityStartEvent - these are dummy activities that bracket every vehicle movement Extensions and modules written to observe the above MATSim events can be seamlessly integrated with BEAM in a read-only manner (i.e. for analysis, summary, visualization purposes). However, extensions that are designed to accomplish “within-day” replanning in MATSim will not be directly compatible with BEAM. This is because BEAM already does extensive “within-day” replanning in a manner that is substantially different from QSim. In addition to the standard MATSim events described above, BEAM throws additional events that correspond to the act of choosing a Mode (ModeChoiceEvent) and of vehicle movements through the network (PathTraversalEvent). All events (both MATSim and BEAM-specific) and their field descriptions are described in further detail in [Event Specifications](index.html#event-specifications). ### Resource Markets[¶](#resource-markets "Permalink to this headline") ![_images/resource-markets.png](_images/resource-markets.png) While BEAM can be used as a tool for modeling and analyzing the detailed operations of a transportation system, it is designed primarily as an approach to modeling resource markets in the transportation sector. The transportation system is composed of several sets of mobility resources that are in limited supply (e.g. road capacities, vehicle seating, TNC fleet availability, refueling infrastructure). With the exception of road capacities, all resources in BEAM are explicitly modeled. For example, there are a finite number of seats available on transit vehicles and there are a finite number of TNC drivers. As resources are utilized by travelers, they become unavailable to other travelers. This resource competition is resolved dynamically within the AgentSim, making it impossible for multiple agents to simultaneously utilize the same resource. The degree to which agents use resources is determined both by resource availability and traveler behavior. As the supply of TNC drivers becomes limited, the wait times for hailing a ride increase, which leads to lower utility scores in the mode choice process and therefore reduced consumption of that resource. By adopting the MATSim utility maximization approach to achieving user equilibrium for traffic modeling, BEAM is able to find the corresponding equilibrium point across all resource markets of interest. Each agent maximizes her utility through the replanning process (which occurs outside the simulation day) as well as within the day through dynamic choice processes (e.g. choosing mode based on with-in day evaluation of modal alternatives). Ultimately, the combined outcome of running BEAM over successive iterations is a system equilibrium that balances the trade-offs between all resources in the system. In the figure above, the resource markets that are functioning in BEAM v0.5 are boxed in blue. Future versions of BEAM (planned for 2018) will include the additional resources boxed in red. ### Dynamic Within-Day Planning[¶](#dynamic-within-day-planning "Permalink to this headline") Because BEAM places a heavy emphasis on within-day planning, it is possible to simulate modern mobility services in a manner that reflects the emerging transportation system. For example, a virtual TNC in BEAM responds to customer inquiries by reporting the wait time for a ride, which the BEAM agents consider in their decision on what service or mode to use. ### Rich Modal Choice[¶](#rich-modal-choice "Permalink to this headline") BEAM’s mode choice model is structured so that agents select modal strategies (e.g. “car” versus “walk to transit” versus “TNC”) for each tour prior to the simulation day, but resolve the outcome of these strategies within the day (e.g. route selection, standard TNC versus pooled, etc.). BEAM currently supports a simple multinomial logit choice model and a more advanced model is under development and will be fully supported by Spring 2018. ### Plug-in Electric Vehicle Modeling with BEAM[¶](#plug-in-electric-vehicle-modeling-with-beam "Permalink to this headline") In 2016, BEAM was originally developed to simulate personally-owned plug-in electric vehicles (PEVs), with an emphasis on detailed representation of charging infrastructure and driver behavior around charging. In 2017, BEAM underwent a major revision, designed to simulate all modes of travel and to prepare the software for scalability and extensibility. We therefore no longer support the “PEV Only” version of BEAM, though the codebase is still available on the BEAM Github repository under the branch [pev-only](https://github.com/LBNL-UCB-STI/beam/tree/pev-only). In 2018, PEVs will be re-implemented in BEAM following the new framework. In addition, BEAM will support modeling the refueling of fleets of electrified TNCs. The key features of the “PEV Only” version of BEAM are summarized here and described in further detail in reports linked below. * **Detailed Representation of Charging Infrastructure** In BEAM, individual chargers are explicitly represented in the region of interest. Chargers are organized as sites that can have multiple charging points which can have multiple plugs of any plug type. The plug types are defined by their technical characteristics (i.e. power capacity, price, etc.) and their compatibility with vehicles types (e.g. Tesla chargers vs. CHAdeMO vs. SAE). Physical access to chargers is also represented explicitly, i.e., charging points can only be accessed by a limited number of parking spaces. Chargers are modeled as queues, which can be served in an automated fashion (vehicle B begins charging as soon as vehicle A ends) or manually by sending notifications to agents that it is their turn to begin a charging session. * **Robust Behavioral Modeling** The operational decisions made by PEV drivers are modeled using discrete choice models, which can be parameterized based on the outcomes of stated preference surveys or reveled preference analyses. For example, the decision of whether and where to charge is currently modeled in BEAM as a nested logit choice that considers a variety of factors including the location, capacity, and price of all chargers within a search radius in addition to the state of charge of the PEV and features of the agent’s future mobility needs for the day. The utility functions for the model are in part based on empirical work by Wen et al.[2] who surveyed PEV drivers and analyzed the factors that influence their charging decisions. ### Contact Information[¶](#contact-information "Permalink to this headline") Primary Technical Contacts: Colin Sheppard [colin.sheppard@lbl.gov](mailto:colin.sheppard%40lbl.gov) Rashid Waraich [rwaraich@lbl.gov](mailto:rwaraich%40lbl.gov) ### Reports and Papers[¶](#reports-and-papers "Permalink to this headline") “Modeling Plug-in Electric Vehicle Trips, Charging Demand and Infrastructure”. ### References[¶](#references "Permalink to this headline") 1. Horni, A., Nagel, K. and Axhausen, K.W. (eds.) 2016 [The Multi-Agent Transport Simulation MATSim](http://www.matsim.org/the-book). London: Ubiquity Press. DOI: <http://dx.doi.org/10.5334/baw>. License: CC-BY 4.0. 2. Wen, Y., MacKenzie, D. & Keith, D. Modeling the Charging Choices of Battery Electric Vehicle Drivers Using Stated Preference Data. TRB Proc. Pap. No 16-5618 User’s Guide[¶](#user-s-guide "Permalink to this headline") ----------------------------------------------------------- ### Getting Started[¶](#getting-started "Permalink to this headline") The following guide is designed as a demonstration of using BEAM and involves running the model on a scaled population and transportation system. This is the ideal place to familiarize yourself with the basics of configuring and running BEAM as well as doing small scale tests and analysis. For more advanced utilization or to contribute to the BEAM project, see the [Developer’s Guide](index.html#developers-guide). #### System Requirements[¶](#system-requirements "Permalink to this headline") * At least 8GB RAM * Windows, Mac OSX, Linux * Java Runtime Environment or Java Development Kit 1.8 * To verify your JRE: <https://www.java.com/en/download/help/version_manual.xml> * To download JRE 1.8 (AKA JRE 8): <http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html> * We also recommend downloading the VIA vizualization app and obtaining a free or paid license: <https://simunto.com/via/> * Git and Git-LFS #### Prerequisites :[¶](#prerequisites "Permalink to this headline") **Install Java** BEAM requires Java 1.8 JDK / JRE to be installed. If a different version of java is already installed on your system, please upgrade the version to 1.8. See this [link](https://www.java.com/en/download/help/version_manual.xml) for steps to check the current version of your JRE. If java is not already installed on your system , please follow this [download manual](https://www.java.com/en/download/manual.jsp) to install java on your system. Please note that BEAM is currently compatible only with Java 1.8 and is not compatible with any of the older or recent versions. **Install Gradle** BEAM uses [gradle](https://gradle.org) as its build tool. If gradle is not already installed, check this [gradle installation guide](https://gradle.org/install) for steps on how to download and install gradle. Once gradle is successfully installed , verify the installation by running the command ``` gradle ``` #### GIT-LFS Configuration[¶](#git-lfs-configuration "Permalink to this headline") The installation process for git-lfs client([v2.3.4](https://github.com/git-lfs/git-lfs/releases/tag/v2.3.4), latest installer has some issue with node-git-lfs) is very simple. For detailed documentation please consult [github guide](https://help.github.com/articles/installing-git-large-file-storage/) for Mac, windows and Linux. To verify successful installation, run following command: ``` $ git lfs install Git LFS initialized. ``` To confirm that you have installed the correct version of client run the following command: ``` $ git lfs env ``` It will print out the installed version, and please make sure it is git-lfs/2.3.4. To update the text pointers with the actual contents of files, run the following command (if it requests credentials, use any username and leave the password empty): ``` $ git lfs pull Git LFS: (98 of 123 files) 343.22 MB / 542.18 MB ``` **Installing git lfs on windows :** With Git LFS windows installation, it is common to have the wrong version of git-lfs installed, because in these latest git client version on windows, git lfs comes packaged with the git client. When installing the git client one needs to uncheck git lfs installation. If mistakenly you installed git lfs with the git client, the following steps are needed to correct it (uninstalling git lfs and installing the required version does not work…): > > * Uninstall git > * Install the git client (uncheck lfs installation) > * Install git lfs version 2.3.4 separately > > > Another alternative to above is to get the old git-lfs.exe from the release archives and replace the executable found in [INSTALL PATH]\mingw6\bin and [INSTALL PATH]\cmd, where the default installation path usually is C:\Program Files\Git #### Installing BEAM[¶](#installing-beam "Permalink to this headline") Clone the beam repository: ``` git clone git@github.com:LBNL-UCB-STI/beam.git ``` Change directories into that repository: ``` cd beam ``` Now checkout the latest stable version of BEAM, v0.7.0: ``` git checkout v0.7.0 ``` Run the gradle command to compile BEAM, this will also downloaded all required dependencies automatically: ``` gradle classes ``` Now you’re ready to run BEAM! #### Running BEAM[¶](#running-beam "Permalink to this headline") Inside of the respository is a folder ‘test/input’ containing several scenarios and configurations you can experiment with. The simplest, smallest, and fastest is the beamville scenario (described below). Try to run beamville with this command: ``` ./gradlew :run -PappArgs="['--config', 'test/input/beamville/beam.conf']" ``` The BEAM application by default sets max RAM allocation to 140g (see **maxRAM** setting in gradle.properties). This needs to be adjusted based on the available memory on your system. The max allocatable RAM value can be overriden by setting the environment variable **MAXRAM** to the required value. On Ubuntu , the environment variable can be set using the below command : ``` export MAXRAM=10g ``` where 10g = 10GB Similarly on windows it can be set using the below command : ``` setx MAXRAM="10g" ``` The outputs are written to the ‘output’ directory, should see results appear in a sub-folder called “beamville\_%DATE\_TIME%”. Optionally you can also run BEAM from your favourite IDE . Check the below section on how to configure and run BEAM using Intellij IDEA. #### Running BEAM with Intellij IDE[¶](#running-beam-with-intellij-ide "Permalink to this headline") IntelliJ IDEA community edition is an open source IDE available for free. It can be downloaded from [here](https://www.jetbrains.com/idea/download/#section=windows) After successful download , run the executable and follow the installation wizard to install Intellij IDEA. When running the IDE for the first time , it asks to import previous settings (if any) from a local path, if no previous settings to choose , select “Do not import settings” and click Ok. **Importing BEAM project into IDE** Once the IDE is successfully installed , proceed with the below steps to import BEAM into the IDE. 1. Open the IDE and agree to the privacy policy and continue (Optional) IDEA walks you through some default configurations set up here . In case you want to skip these steps , choose “Skip and install defaults” and go to step 2 * Select a UI theme of choice and go to Next: Default Plugins * Select only the required plugins (gradle , java are mandatory) and disable the others and go to Next:Feature plugins * Install scala and click “Start using Intellij IDEA” 2. In the welcome menu , select “Import Project” and provide the location of the locally cloned BEAM project 3. Inside the import project screen, select “Import project from external model” and choose “Gradle” from the available and click Next 4. Click Finish. The project should now be successfully imported into the IDE and a build should be initiated automatically. If no build is triggered automatically , you can manually trigger one by going to Build > Build Project. **Installing scala plugin** If optional configuration in step 1 of above section was skipped , scala plugin will not be added automatically . To manually enable scala plugin go to File > Settings > Plugins. Search for scala plugin and click Install. **Setting up scala SDK** Since BEAM is built with java/scala . A scala sdk module needs to be configured to run BEAM. Check the below steps on how to add a scala module to IDEA \* Go to File > Project Settings > Global Libraries \* Click + and select Scala SDK \* Select the required scala SDK from the list , if no SDK found click Create. \* Click “Browse” and select the scala home path or click “Download” (choose 2.12.x version) **Running BEAM from IDE** BEAM requires some arguments to be specified during run-time like the scenario configuration. These configuration settings can be added as a run configuration inside the IDE. Steps to add a new configuration : * Go to Run > Edit Configurations * Click + and from the templates list and select “Application” * Fill in the following values + Main Class : beam.sim.RunBeam + VM options : -Xmx8g + Program Arguments : –config test/input/beamville/beam.conf (this runs beaamville scenario, changes the folder path to run a different scenario) + Working Directory : /home/beam/BEAM + Environment Variables : PWD=/home/beam/BEAM + use submodule of path : beam.beam.main * Click Ok to save the configuration. To add a configuration for a different scenario , follow the above steps and change the folder path to point to the required scenario in program arguments #### Scenarios[¶](#scenarios "Permalink to this headline") We have provided two scenarios for you to explore under the test/input directory. The beamville test scenario is a toy network consisting of a 4 x 4 block gridded road network, a light rail transit agency, a bus transit agency, and a population of ~50 agents. ![_images/beamville-net.png](_images/beamville-net.png) The sf-light scenario is based on the City of San Francisco, including the SF Muni public transit service and a range of sample populations from 1000 to 25,000 agents. ![_images/sf-light.png](_images/sf-light.png) #### Inputs[¶](#inputs "Permalink to this headline") For more detailed inputs documentation, see [Model Inputs](index.html#model-inputs). BEAM follows the [MATSim convention](http://archive.matsim.org/docs) for most of the inputs required to run a simulation, though some inputs files can alternatively be provided in CSV instead of XML format. Also, the road network and transit system inputs are based on the [R5 requirements](https://github.com/conveyal/r5). The following is a brief overview of the minimum requirements needed to conduct a BEAM run. * A configuration file (e.g. beam.conf) * The person population and corresponding attributes files (e.g. population.xml and populationAttributes.xml) * The household population and corresponding attributes files (e.g. households.xml and householdAttributes.xml) * The personal vehicle fleet (e.g. vehicles.csv) * The definition of vehicle types including for personal vehicles and the public transit fleet (e.g. vehicleTypes.csv) * A directory containing network and transit data used by R5 (e.g. r5/) * The open street map network (e.g. r5/beamville.osm) * GTFS archives, one for each transit agency (e.g. r5/bus.zip) #### Outputs[¶](#outputs "Permalink to this headline") At the conclusion of a BEAM run using the default beamville scenario, the output files in the should look like this when the run is complete: ![_images/beamville-outputs.png](_images/beamville-outputs.png) Each iteration of the run produces a sub-folder under the ITERS directory. Within these, several automatically generated outputs are written including plots of modal usage, TNC dead heading, and energy consumption by mode. In addition, raw outputs are available in the two events file (one from the AgentSim and one from the PhysSim, see [MATSim Events](index.html#matsim-events) for more details), titled %ITER%.events.csv and %ITER%.physSimEvents.xml.gz respectively. #### Model Config[¶](#model-config "Permalink to this headline") To get started, we will focus your attention on a few of the most commonly used and useful configuration parameters that control beam: ``` # Ride Hailing Params beam.agentsim.agents.rideHail.initialization.procedural.numDriversAsFractionOfPopulation=0.05 beam.agentsim.agents.rideHail.defaultCostPerMile=1.25 beam.agentsim.agents.rideHail.defaultCostPerMinute=0.75 # Scaling and Tuning Params; 1.0 results in no scaling beam.agentsim.tuning.transitCapacity = 0.2 beam.agentsim.tuning.transitPrice = 1.0 beam.agentsim.tuning.tollPrice = 1.0 beam.agentsim.tuning.rideHailPrice = 1.0 ``` * numDriversAsFractionOfPopulation - Defines the # of ride hailing drivers to create. Drivers begin the simulation located at or near the homes of existing agents, uniformly distributed. * defaultCostPerMile - One component of the 2 part price of ride hail calculation. * defaultCostPerMinute - One component of the 2 part price of ride hail calculation. * transitCapacity - Scale the number of seats per transit vehicle… actual seats are rounded to nearest whole number. Applies uniformly to all transit vehilces. * transitPrice - Scale the price of riding on transit. Applies uniformly to all transit trips. * tollPrice - Scale the price to cross tolls. * rideHailPrice - Scale the price of ride hailing. Applies uniformly to all trips and is independent of defaultCostPerMile and defaultCostPerMinute described above. I.e. price = (costPerMile + costPerMinute)\*rideHailPrice ### Experiment Manager[¶](#experiment-manager "Permalink to this headline") BEAM features a flexible experiment manager which allows users to conduct multi-factorial experiments with minimal configuration. The tool is powered by Jinja templates ( see more <http://jinja.pocoo.org/docs/2.10/>). We have created two example experiments to demonstrate how to use the experiment manager. The first is a simple 2-factorial experiment that varies some parameters of scientific interest. The second involves varying parameters of the mode choice model as one might do in a calibration exercise. In any experiment, we seek to vary the parameters of BEAM systematically and producing results in an organized, predicable location to facilitate post-processing. For the two factor experiment example, we only need to vary the contents of the BEAM config file (beam.conf) in order to achieve the desired anlaysis. Lets start from building your experiment definitions in experiment.yml ( see example in test/input/beamville/example-experiment/experiment.yml). experiment.yml is a YAML config file which consists of 3 sections: header, defaultParams, and factors. The Header defines the basic properties of the experiment, the title, author, and a path to the configuration file (paths should be relative to the project root): ``` title: Example-Experiment author: MyName beamTemplateConfPath: test/input/beamville/beam.conf ``` The Default Params are used to override any parameters from the BEAM config file for the whole experiment. These values can, in turn, be overridden by factor levels if specified. This section is mostly a convenient way to ensure certain parameters take on specific values without modifying the BEAM config file in use. Experiments consist of ‘factors’, which are a dimension along which you want to vary parameters. Each instance of the factor is a level. In our example, one factor is “transitCapacity” consisting of two levels, “Low” and “High”. You can think about factors as of main influencers (or features) of simulation model while levels are discrete values of each factor. Factors can be designed however you choose, including adding as many factors or levels within those factors as you want. E.g. to create a 3 x 3 experimental design, you would set three levels per factor as in the example below: ``` factors: - title: transitCapacity levels: - name: Low params: beam.agentsim.tuning.transitCapacity: 0.01 - name: Base params: beam.agentsim.tuning.transitCapacity: 0.05 - name: High params: beam.agentsim.tuning.transitCapacity: 0.1 - title: ridehailNumber levels: - name: Low params: beam.agentsim.agents.rideHail.numDriversAsFractionOfPopulation: 0.001 - name: Base params: beam.agentsim.agents.rideHail.numDriversAsFractionOfPopulation: 0.01 - name: High params: beam.agentsim.agents.rideHail.numDriversAsFractionOfPopulation: 0.1 ``` Each level and the baseScenario defines params, or a set of key,value pairs. Those keys are either property names from beam.conf or placeholders from any template config files (see below for an example of this). Param names across factors and template files must be unique, otherwise they will overwrite each other. In our second example (see directory test/input/beamville/example-calibration/), we have added a template file modeChoiceParameters.xml.tpl that allows us to change the values of parameters in BEAM input file modeChoiceParameters.xml. In the experiment.yml file, we have defined 3 factors with two levels each. One level contains the property mnl\_ride\_hail\_intercept, which appears in modeChoiceParameters.xml.tpl as {{ mnl\_ride\_hail\_intercept }}. This placeholder will be replaced during template processing. The same is true for all properties in the defaultParams and under the facts. Placeholders for template files must NOT contain the dot symbol due to special behaviour of Jinja. However it is possible to use the full names of properties from beam.conf (which *do* include dots) if they need to be overridden within this experiment run. Also note that mnl\_ride\_hail\_intercept appears both in the level specification and in the baseScenario. When using a template file (versus a BEAM Config file), each level can only override properties from Default Params section of experiment.yml. Experiment generation can be run using following command: ``` gradle -PmainClass=beam.experiment.ExperimentGenerator -PappArgs="['--experiments', 'test/input/beamville/example-experiment/experiment.yml']" execute ``` It’s better to create a new sub-folder folder (e.g. ‘calibration’ or ‘experiment-1’) in your data input directory and put both templates and the experiment.yml there. The ExperimentGenerator will create a sub-folder next to experiment.yml named runs which will include all of the data needed to run the experiment along with a shell script to execute a local run. The generator also creates an experiments.csv file next to experiment.yml with a mapping between experimental group name, the level name and the value of the params associated with each level. Within each run sub-folder you will find the generated BEAM config file (based on beamTemplateConfPath), any files from the template engine (e.g. modeChoiceParameters.xml) with all placeholders properly substituted, and a runBeam.sh executable which can be used to execute an individual simulation. The outputs of each simulation will appear in the output subfolder next to runBeam.sh ### Calibration[¶](#calibration "Permalink to this headline") This section describes calibrating BEAM simulation outputs to achieve real-world targets (e.g., volumetric traffic counts, mode splits, transit boarding/alighting, etc.). A large number of parameters affect simulation behavior in complex ways such that grid-search tuning methods would be extremely time-consuming. Instead, BEAM uses [SigOpt](http://sigopt.com), which uses Bayesian optimization to rapidly tune scenarios as well as analyze the sensitivity of target metrics to parameters. #### Optimization-based Calibration Principles[¶](#optimization-based-calibration-principles "Permalink to this headline") At a high level, the SigOpt service seeks to find the *optimal value*, \(p^\*\) of an *objective*, \(f\_0: \mathbb{R}^n\rightarrow\mathbb{R}\), which is a function of a vector of *decision variables* \(x\in\mathbb{R}^n\) subject to *constraints*, \(f\_i: \mathbb{R}^n\rightarrow\mathbb{R}, i=1,\ldots,m\). In our calibration problem, \(p^\*\) represents the value of a *metric* representing an aggregate measure of some deviation of simulated values from real-world values. Decision variables are hyperparameters defined in the .conf file used to configure a BEAM simulation. The constraints in this problem are the bounds within which it is believed that the SigOpt optimization algorithm should search. The calibration problem is solved by selecting values of the hyperparameters that minimize the output of the objective function. Operationally, for each calibration attempt, BEAM creates an Experiment using specified Parameter variables, their Bounds`s, and the number of workers (applicable only when using parallel calibration execution) using the SigOpt API. The experiment is assigned a unique ID and then receives a `Suggestion (parameter values to simulate) from the SigOpt API, which assigns a value for each Parameter. Once the simulation has completed, the metric (an implementation of the beam.calibration.api.ObjectiveFunction interface) is evaluated, providing an Observation to the SigOpt API. This completes one iteration of the calibration cycle. At the start of the next iteration new Suggestion is returned by SigOpt and the simulation is re-run with the new parameter values. This process continues for the number of iterations specified in a command-line argument. > > Note: that this is a different type of iteration from the number of iterations of a run of BEAM itself. > Users may wish to run BEAM for several iterations of the co-evolutionary plan modification loop prior to > evaluating the metric. #### SigOpt Setup[¶](#sigopt-setup "Permalink to this headline") Complete the following steps in order to prepare your simulation scenarios for calibration with SigOpt: 1. [Sign up](http://sigopt.com/pricing) for a SigOpt account (note that students and academic researchers may be able to take advantage of [educational pricing](http://sigopt.com/edu) options). 2. [Log-in](http://app.sigopt.com/login) to the SigOpt web interface. 3. Under the [API Tokens](http://app.sigopt.com/tokens/info) menu, retrieve the **API Token** and **Development Token** add the tokens as environmental variables in your execution environment with the keys SIGOPT\_API\_TOKEN and SIGOPT\_DEV\_API\_TOKEN. #### Configuration[¶](#configuration "Permalink to this headline") ##### Prepare YML File[¶](#prepare-yml-file "Permalink to this headline") Configuring a BEAM scenario for calibration proceeds in much the same way as it does for an experiment using the [Experiment Manager](#experiment-manager). In fact, with some minor adjustments, the YAML text file used to define experiments has the same general structure as the one used to specify tuning hyperparameters and ranges for calibration (see example file beam/test/input/beamville/example-calibration/experiment.yml): ``` title: this is the name of the SigOpt experiment beamTemplateConfPath: the config file to be used for the experiments modeChoiceTemplate: mode choice template file numWorkers: this defines for a remote run, how many parallel runs should be executed (number of machines to be started) params: ### ---- run template env variables ---#### EXPERIMENT\_MAX\_RAM: 16g (might be removed in future) S3\_OUTPUT\_PATH\_SUFFIX: "sf-light" (might be removed in future) DROP\_OUTPUT\_ONCOMPLETE: "true" (might be removed in future) IS\_PARALLEL: "false" (might be removed in future) runName: instance name for remote run beamBranch: branch name beamCommit: commit hash deployMode: "execute" executeClass: "beam.calibration.RunCalibration" beamBatch: "false" shutdownWait: "15" shutdownBehavior: "stop" s3Backup: "true" maxRAM: "140g" region: "us-west-2" instanceType: "m4.16xlarge" ``` The major exceptions are the following: * Factors may have only a single numeric parameter, which may (at the moment) only take two levels (High and Low). These act as bounds on the values that SigOpt will try for a particular decision variable. * The level of parallelism is controlled by a new parameter in the header called numberOfWorkers. Setting its value above 1 permits running calibrations in parallel in response to multiple concurrent open Suggestions. ##### Create Experiment[¶](#create-experiment "Permalink to this headline") Use beam.calibration.utils.CreateExperiment to create a new SigOpt experiment. Two inputs are needed for this: a YAML file and a benchmark.csv file (this second parameter might be removed in the near future, as not needed). After running the script you should be able to see the newly created experiment in the SigOpt web interface and the experiment id is also printed out in the console. ##### Set in Config[¶](#set-in-config "Permalink to this headline") One must also select the appropriate implementation of the ObjectiveFunction interface in the .conf file pointed to in the YAML, which implicitly defines the metric and input files. Several example implementations are provided such as ModeChoiceObjectiveFunction. This implementation compares modes used at the output of the simulation with benchmark values. To optimize this objective, it is necessary to have a set of comparison benchmark values, which are placed in the same directory as other calibration files: ``` beam.calibration.objectiveFunction = "ModeChoiceObjectiveFunction_AbsolutErrorWithPreferrenceForModeDiversity" beam.calibration.mode.benchmarkFileLoc=${beam.inputDirectory}"/calibration/benchmark.csv" ``` (Needed for scoring funtions which try to match mode share). #### Execution[¶](#execution "Permalink to this headline") Execution of a calibration experiment requires running the beam.calibration.RunCalibration class using the following arguments: | `--experiments` | production/application-sfbay/calibration/experiment\_counts\_calibration.yml | | `--benchmark` | Location of the benchmark file (production/applicaion-sfbay/calibration/benchmark.csv) | | `--num\_iters` | Number of SigOpt iterations to be conducted (in series). | | `--experiment\_id` | | | If an experimentID has already been defined, add it here to continue an experiment or put | “None” to start a new experiment. | `--run\_type` | Can be local or remote | #### Manage Experiment[¶](#manage-experiment "Permalink to this headline") As the number of open suggestions for an experiment is limited (10 in our case), we sometimes might need to cleanup suggestions maually using beam.calibration.utils.DeleteSuggestion script to both delete specific and all open suggestions (e.g. if there was an exception during all runs and need to restart). ### Timezones and GTFS[¶](#timezones-and-gtfs "Permalink to this headline") There is a subtle requirement in BEAM related to timezones that is easy to miss and cause problems. BEAM uses the R5 router, which was designed as a stand-alone service either for doing accessibility analysis or as a point to point trip planner. R5 was designed with public transit at the top of the developers’ minds, so they infer the time zone of the region being modeled from the “timezone” field in the “agency.txt” file in the first GTFS data archive that is parsed during the network building process. Therefore, if no GTFS data is provided to R5, it cannot infer the locate timezone and it then assumes UTC. Meanwhile, there is a parameter in beam, “beam.routing.baseDate” that is used to ensure that routing requests to R5 are send with the appropriate timestamp. This allows you to run BEAM using any sub-schedule in your GTFS archive. I.e. if your base date is a weekday, R5 will use the weekday schedules for transit, if it’s a weekend day, then the weekend schedules will be used. The time zone in the baseDate parameter (e.g. for PST one might use “2016-10-17T00:00:00-07:00”) must match the time zone in the GTFS archive(s) provided to R5. As a default, we provide a “dummy” GTFS data archive that is literally empty of any transit schedules, but is still a valid GTFS archive. This archive happens to have a time zone of Los Angeles. You can download a copy of this archive here: <https://www.dropbox.com/s/2tfbhxuvmep7wf7/dummy.zip?dl=1> But in general, if you use your own GTFS data for your region, then you may need to change this baseDate parameter to reflect the local time zone there. Look for the “timezone” field in the “agency.txt” data file in the GTFS archive. The date specified by the baseDate parameter must fall within the schedule of all GTFS archives included in the R5 sub-directory. See the “calendar.txt” data file in the GTFS archive and make sure your baseDate is within the “start\_date” and “end\_date” fields folder across all GTFS inputs. If this is not the case, you can either change baseDate or you can change the GTFS data, expanding the date ranges… the particular dates chosen are arbitrary and will have no other impact on the simulation results. One more word of caution. If you make changes to GTFS data, then make sure your properly zip the data back into an archive. You do this by selecting all of the individual text files and then right-click-compress. Do not compress the folder containing the GTFS files, if you do this, R5 will fail to read your data and will do so without any warning or errors. Finally, any time you make a changes to either the GTFS inputs or the OSM network inputs, then you need to delete the file “network.dat” under the “r5” sub-directory. This will signal to the R5 library to re-build the network. ### Converting a MATSim Scenario to Run with BEAM[¶](#converting-a-matsim-scenario-to-run-with-beam "Permalink to this headline") The following MATSim input data are required to complete the conversion process: * Matsim network file: (e.g. network.xml) * Matsim plans (or population) file: (e.g. population.xml) * A download of OpenStreetMap data for a region that includes your region of interest. Should be in pbf format. For North American downloads: <http://download.geofabrik.de/north-america.html> The following inputs are optional and only recommended if your MATSim scenario has a constrained vehicle stock (i.e. not every person owns a vehicle): * Matsim vehicle definition (e.g. vehicles.xml) * Travel Analysis Zone shapefile for the region, (e.g. as can be downloaded from <https://www.census.gov/geo/maps-data/data/cbf/cbf_taz.html>) Finally, this conversion can only be done with a clone of the full BEAM repository. Gradle commands will **not** work with releases: <https://github.com/LBNL-UCB-STI/beam/releases> #### Conversion Instructions[¶](#conversion-instructions "Permalink to this headline") Note that we use the MATSim Sioux Falls scenario as an example. The data for this scenario are already in the BEAM repository under “test/input/siouxfalls”. We recommend that you follow the steps in this guide with that data to produce a working BEAM Sioux Falls scenario and then attempt to do the process with your own data. 1. Create a folder for your scenario in project directory under test/input (e.g: test/input/siouxfalls) 2. Create a sub-directory to your scenario directory and name it “conversion-input” (exact name required) 3. Create a another sub-directory and name it “r5”. 4. Copy the MATSim input data to the conversion-input directory. 5. Copy the BEAM config file from test/input/beamville/beam.conf into the scenario directory and rename to your scenario (e.g. test/input/siouxfalls/siouxfalls.conf) 6. Make the following edits to siouxfalls.conf (or your scenario name, replace Sioux Falls names below with appropriate names from your case): * Do a global search/replace and search for “beamville” and replace with your scenario name (e.g. “siouxfalls”). * matsim.conversion.scenarioDirectory = “test/input/siouxfalls” * matsim.conversion.populationFile = “Siouxfalls\_population.xml” (just the file name, assumed to be under conversion-input) * matsim.conversion.matsimNetworkFile = “Siouxfalls\_network\_PT.xml” (just the file name, assumed to be under conversion-input) * matsim.conversion.generateVehicles = true (If true – common – the conversion will use the population data to generate default vehicles, one per agent) * matsim.conversion.vehiclesFile = “Siouxfalls\_vehicles.xml” (optional, if generateVehicles is false, specify the matsim vehicles file name, assumed to be under conversion-input) * matsim.conversion.defaultHouseholdIncome (an integer to be used for default household incomes of all agents) * matsim.conversion.osmFile = “south-dakota-latest.osm.pbf” (the Open Street Map source data file that should be clipped to the scenario network, assumed to be under conversion-input) * matsim.conversion.shapeConfig.shapeFile (file name shape file package, e.g: for shape file name tz46\_d00, there should be following files: tz46\_d00.shp, tz46\_d00.dbf, tz46\_d00.shx) * matsim.conversion.shapeConfig.tazIdFieldName (e.g. “TZ46\_D00\_I”, the field name of the TAZ ID in the shape file) * beam.spatial.localCRS = “epsg:26914” (the local EPSG CRS used for distance calculations, should be in units of meters and should be the CRS used in the network, population and shape files) * beam.routing.r5.mNetBuilder.toCRS = “epsg:26914” (same as above) * beam.spatial.boundingBoxBuffer = 10000 (meters to pad bounding box around the MATSim network when clipping the OSM network) * The BEAM parameter beam.routing.baseDate has a time zone (e.g. for PST one might use “2016-10-17T00:00:00-07:00”). This time zone must match the time zone in the GTFS data provided to the R5 router. As a default, we provide the latest GTFS data from the City of Sioux Falls (“siouxareametro-sd-us.zip”. downloaded from transitland.org) with a timezone of America/Central. But in general, if you use your own GTFS data for your region, then you may need to change this baseDate parameter to reflect the local time zone there. Look for the “timezone” field in the “agency.txt” data file in the GTFS archive. Finally, the date specified by the baseDate parameter must fall within the schedule of all GTFS archives included in the R5 sub-directory. See the “calendar.txt” data file in the GTFS archive and make sure your baseDate is within the “start\_date” and “end\_date” fields folder across all GTFS inputs. If this is not the case, you can either change baseDate or you can change the GTFS data, expanding the date ranges… the particular dates chosen are arbitrary and will have no other impact on the simulation results. 8. Run the conversion tool * Open command line in beam root directory and run the following command, replace [/path/to/conf/file] with the path to your config file: gradlew matsimConversion -PconfPath=[/path/to/conf/file] The tool should produce the following outputs: * householdAttributes.xml * households.xml * population.xml * populationAttributes.xml * taz-centers.csv * transitVehicles.xml * vehicles.xml 9. Run OSMOSIS The console output should contain a command for the osmosis tool, a command line utility that allows you manipulate OSM data. If you don’t have osmosis installed, download and install from: <https://wiki.openstreetmap.org/wiki/Osmosis> Copy the osmosis command generated by conversion tool and run from the command line from within the BEAM project directory: > > osmosis –read-pbf file=/path/to/osm/file/south-dakota-latest.osm.pbf –bounding-box top=43.61080226522504 left=-96.78138443934351 bottom=43.51447260628691 right=-96.6915507011093 completeWays=yes completeRelations=yes clipIncompleteEntities=true –write-pbf file=/path/to/dest-osm.pbf 10. Run BEAM * Main class to execute: beam.sim.RunBeam * VM Options: -Xmx2g (or more if a large scenario) * Program arguments, path to beam config file from above, (e.g. –config “test/input/siouxfalls/siouxfalls.conf”) * Environment variables: PWD=/path/to/beam/folder Developer’s Guide[¶](#developer-s-guide "Permalink to this headline") --------------------------------------------------------------------- ### Repositories[¶](#repositories "Permalink to this headline") The beam repository on github [is here.](https://github.com/LBNL-UCB-STI/beam) The convention for merging into the master branch is that master needs to be pass all tests and at least one other active BEAM developer needs to review your changes before merging. Please do this by creating a pull request from any new feature branches into master. We also encourage you to create pull requests early in your development cycle which gives other’s an opportunity to observe and/or provide feedback in real time. When you are ready for a review, invite one or more through the pull request. Please use the following naming convention for feature branches, “<initials-or-username>/<descriptive-feature-branch-name>”. Adding the issue number is also helpful, e.g.: cjrs/issue112-update-docs An example workflow for contributing a new feature beam might look like this: * create a new branch off of master (e.g. cjrs/issue112-update-docs) * push and create a pull request right away * work in cjrs/issue112-update-docs * get it to compile, pass tests * request reviews from pull request * after reviews and any subsequent iterations, merge into master and close pull request * delete feature branch unless continued work to happy imminently on same feature branch The pev-only and related feature branches hold a previous version of BEAM (v0.1.X) which is incompatible with master but is still used for modeling and analysis work. ### Configuration[¶](#configuration "Permalink to this headline") We use [typesafe config](https://github.com/typesafehub/config) for our configuration parser and we use the [tscfg](https://github.com/carueda/tscfg) utility for generating typesafe container class for our config that we can browse with auto-complete while developing. Then you can make a copy of the config template under: ``` src/main/resources/config-template.conf ``` and start customizing the configurations to your use case. To add new parameters or change the structure of the configuration class itself, simply edit the config-template.conf file and run the gradle task: ``` gradle generateConfig ``` This will generate a new class src/main/scala/beam/metasim/config/BeamConfig.scala which will reflect the new structure and parameters. ### Environment Variables[¶](#environment-variables "Permalink to this headline") BEAM supports using an environment variable to optionally specify a directory to write outputs. This is not required. Depending on your operating system, the manner in which you want to run the BEAM application or gradle tasks, the specific place where you set these variables will differ. To run from the command line, add these statements to your .bash\_profile file: ``` export BEAM_OUTPUT=/path/to/your/preferred/output/destination/` ``` To run from IntelliJ as an “Application”, edit the “Environment Variables” field in your Run Configuration to look like this: ``` BEAM\_OUTPUT="/path/to/your/preferred/output/destination/" ``` Finally, if you want to run the gradle tasks from IntelliJ in OS X, you need to configure your variables as launch tasks by creating a plist file for each. The files should be located under `~/Library/LaunchAgents/` and look like the following. Note that after creating the files you need to log out / log in to OS X and you can’t Launch IntelliJ automatically on log-in because the LaunchAgents might not complete in time. File: `~/Library/LaunchAgents/setenv.BEAM\_OUTPUT.plist`: ``` <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Label</key> <string>setenv.BEAM_OUTPUT</string> <key>ProgramArguments</key> <array> <string>/bin/launchctl</string> <string>setenv</string> <string>BEAM_OUTPUT</string> <string>/path/to/your/preferred/output/destination/</string> </array> <key>RunAtLoad</key> <true/> <key>ServiceIPC</key> <false/> </dict> </plist> ``` ### GIT-LFS timeout - how to proceed[¶](#git-lfs-timeout-how-to-proceed "Permalink to this headline") Sometimes it is possible to face a timeout issue when trying to push huge files. The steps below can be followed: 1. Connect to some EC2 server inside the same Amazon S3 region: us-east-2 2. Copy the file to the server using scp: ``` $ scp -i mykey.pem somefile.txt remote_username@machine.us-east-2.compute.amazonaws.com:/tmp ``` 3. Clone the repository as usual (make sure git and git-lfs are properly installed) 4. Just push the files as usual ### Keeping Production Data out of Master Branch[¶](#keeping-production-data-out-of-master-branch "Permalink to this headline") Production versus test data. Any branch beginning with “production” or “application” will contain data in the “production/” subfolder. This data should stay in that branch and not be merged into master. To keep the data out, the easiest practice is to simply keep merges one-way from master into the production branch and not vice versa. However, sometimes troubleshooting / debugging / development happens on a production branch. The cleanest way to get changes to source code or other non-production files back into master is the following. Checkout your production branch: ``` git checkout production-branch ``` Bring branch even with master: ``` git merge master ``` Resolve conflicts if needed Capture the files that are different now between production and master: ``` git diff --name-only HEAD master > diff-with-master.txt ``` You have created a file “diff-with-master.txt” containing a listing of every file that is different. IMPORTANT!!!! – Edit the file diff-with-master.txt and remove all production-related data (this typically will be all files underneath “production” sub-directory. Checkout master: ``` git checkout master ``` Create a new branch off of master, this is where you will stage the files to then merge back into master: ``` git checkout -b new-branch-with-changes-4ci ``` Do a file by file checkout of all differing files from production branch onto master: ``` cat diff-with-master.txt | xargs git checkout production-branch -- ``` Note, if any of our diffs include the deletion of a file on your production branch, then you will need to remove (i.e. with “git remove” these before you do the above “checkout” step and you should also remove them from the diff-with-master.txt”). If you don’t do this, you will see an error message (“did not match any file(s) known to git.”) and the checkout command will not be completed. Finally, commit the files that were checked out of the production branch, push, and go create your pull request! ### Automated Cloud Deployment[¶](#automated-cloud-deployment "Permalink to this headline") > > This functionality is available for core BEAM development team with Amazon Web Services access privileges. Please contact [Colin](mailto:colin.sheppard%40lbl.gov) for access to capability. To run a BEAM simulation or experiment on amazon ec2, use following command with some optional parameters: ``` gradle deploy -P[beamConfigs | beamExperiments]=config-or-experiment-file ``` The command will start an ec2 instance based on the provided configurations and run all simulations in serial. At the end of each simulation/experiment, outputs are uploaded to a public Amazon S3 [bucket](https://s3.us-east-2.amazonaws.com/beam-outputs/). To run each each simulation/experiment parallel on separate instances, set beamBatch to false. For customized runs, you can also use following parameters that can be specified from command line: * **beamBranch**: To specify the branch for simulation, current source branch will be used as default branch. * **beamCommit**: The commit SHA to run simulation. use HEAD if you want to run with latest commit, default is HEAD. * **beamConfigs**: A comma , separated list of beam.conf files. It should be relative path under the project home. You can create branch level defaults by specifying the branch name with .configs suffix like master.configs. Branch level default will be used if beamConfigs is not present. * **beamExperiments**: A comma , separated list of experiment.yml files. It should be relative path under the project home.You can create branch level defaults same as configs by specifying the branch name with .experiments suffix like master.experiments. Branch level default will be used if beamExperiments is not present. beamConfigs has priority over this, in other words, if both are provided then beamConfigs will be used. * **beamBatch**: Set to false in case you want to run as many instances as number of config/experiment files. Default is true. * **region**: Use this parameter to select the AWS region for the run, all instances would be created in specified region. Default region is us-east-2. * **shutdownWait**: As simulation ends, ec2 instance would automatically terminate. In case you want to use the instance, please specify the wait in minutes, default wait is 30 min. If any of the above parameter is not specified at the command line, then default values are assumed for optional parameters. These default values are specified in [gradle.properties](https://github.com/LBNL-UCB-STI/beam/blob/master/gradle.properties) file. To run a batch simulation, you can specify multiple configuration files separated by commas: ``` gradle deploy -PbeamConfigs=test/input/beamville/beam.conf,test/input/sf-light/sf-light.conf ``` Similarly for experiment batch, you can specify comma-separated experiment files: ``` gradle deploy -PbeamExperiments=test/input/beamville/calibration/transport-cost/experiments.yml,test/input/sf-light/calibration/transport-cost/experiments.yml ``` For demo and presentation material, please follow the [link](https://goo.gl/Db37yM) on google drive. #### AWS EC2 Start[¶](#aws-ec2-start "Permalink to this headline") To maintain ec2 instances, there are some utility tasks that reduce operation cost tremendously. You can start already available instances using a simple start gradle task under aws module. You can specify one or more instance ids by a comma saturated list as instanceIds argument. Below is syntax to use the command: ``` cd aws gradle start -PinstanceIds=<InstanceID1>[,<InstanceID2>] ``` As a result of task, instance DNS would be printed on the console. #### AWS EC2 Stop[¶](#aws-ec2-stop "Permalink to this headline") Just like starting instance, you can also stop already running instances using a simple stop gradle task under aws module. You can specify one or more instance ids by a comma saturated list as instanceIds argument. Below is syntax to use the command: ``` cd aws gradle stop -PinstanceIds=<InstanceID1>[,<InstanceID2>] ``` ### Performance Monitoring[¶](#performance-monitoring "Permalink to this headline") Beam uses [Kamon](http://kamon.io) as a performance monitoring framework. It comes with a nice API to instrument your application code for metric recoding. Kamon also provide many different pingable recorders like Log Reporter, StatsD, InfluxDB etc. You can configure your desired recorder with project configurations under Kamon/metrics section. When you start the application it will measure the instrumented components and recorder would publish either to console or specified backend where you can monitor/analyse the metrics. #### Beam Metrics Utility (MetricsSupport)[¶](#beam-metrics-utility-metricssupport "Permalink to this headline") Beam provides metric utility as part of performance monitoring framework using Kamon API. It makes developers life very easy, all you need is to extend your component from beam.sim.metrics.MetricsSupport trait and call your desired utility. As you extend the trait, it will add some handy entity recorder methods in your component, to measure the application behaviour. By using MetricSupport you measure following different metricises. > > * Count occurrences or number of invocation: > > > > ``` > countOccurrence("number-of-routing-requests", Metrics.VerboseLevel) > > ``` > > > In this example first argument of countOccurrence is the name of entity you want to record and second is the metric level. It is the simplest utility and just counts and resets to zero upon each flush. you can use it for counting errors or occurrences of specifics events. > > > * Execution time of some expression, function call or component: > > > > ``` > latency("time-to-calculate-route", Metrics.RegularLevel) { > calcRoute(request) > } > > ``` > > > In this snippet, first two arguments are same as of countOccurrence. Next, it takes the actual piece of code/expression for which you want to measure the execution time/latency. In the example above we are measuring the execution time to calculate a router in R5RoutingWorker, we named the entity as “request-router-time” and set metric level to Metrics.RegularLevel. When this method executes your entity recorder record the metrics and log with provided name. > > > #### Beam Metrics Configuration[¶](#beam-metrics-configuration "Permalink to this headline") After instrumenting your code you need configure your desired metric level, recorder backends and other Kamon configurations in your project configuration file (usually beam.conf). Update your metrics configurations as below: ``` beam.metrics.level = "verbose" kamon { trace { level = simple-trace } metric { #tick-interval = 5 seconds filters { trace.includes = [ "\*\*" ] akka-actor { includes = [ "beam-actor-system/user/router/\*\*", "beam-actor-system/user/worker-\*" ] excludes = [ "beam-actor-system/system/\*\*", "beam-actor-system/user/worker-helper" ] } akka-dispatcher { includes = [ "beam-actor-system/akka.actor.default-dispatcher" ] } } } statsd { hostname = 127.0.0.1 # replace with your container in case local loop didn't work port = 8125 } influxdb { hostname = 18.216.21.254 # specify InfluxDB server IP port = 8089 protocol = "udp" } modules { #kamon-log-reporter.auto-start = yes #kamon-statsd.auto-start = yes #kamon-influxdb.auto-start = yes } } ``` Make sure to update the **host** and **port** for StatsD or InfluxDB (either one(or both) of them you are using) with its relevant the server IP address in the abode config. Other then IP address you also need to confirm few thing in your environment like. * beam.metrics.level would not be pointing to the value off. * kamon-statsd.auto-start = yes, under kamon.modules. * build.gradle(Gradle build script) has kamon-statsd, kamon-influxdb or kamon-log-reporter available as dependencies, based on your kamon.modules settings and desired backend/logger. #### Setup Docker as Metric Backend[¶](#setup-docker-as-metric-backend "Permalink to this headline") Kamon’s [StatsD](http://kamon.io/documentation/0.6.x/kamon-statsd/overview/) reporter enables beam to publish matrices to a verity of backends. [Graphite](http://graphite.wikidot.com/) as the StatsD backend and [Grafana](http://grafana.org/) to create beautiful dashboards build a very good monitoring ecosystem. To make environment up and running in a few minutes, use Kamon’s provided docker image (beam dashboard need to import) from [docker hub](https://hub.docker.com/u/kamon/) or build using Dockerfile and supporting configuration files available in metrics directory under beam root. All you need is to install few prerequisite like docker, docker-compose, and make. To start a container you just need to run the following command in metrics directory (available at root of beam project): ``` $ make up ``` With the docker container following services start and exposes the listed ports: * 80: the Grafana web interface. * 81: the Graphite web port * 2003: the Graphite data port * 8125: the StatsD port. * 8126: the StatsD administrative port. Now your docker container is up and required components are configured, all you need to start beam simulation. As simulation starts, kamon would load its modules and start publishing metrics to the StatsD server (running inside the docker container). In your browser open <http://localhost:80> (or with IP you located in previous steps). Login with the default username (admin) and password (admin), open existing beam dashboard (or create a new one). If you get the docker image from docker hub, you need to import the beam dashboard from metrics/grafana/dashboards directory. * To import a dashboard open dashboard search and then hit the import button. * From here you can upload a dashboard json file, as upload complete the import process will let you change the name of the dashboard, pick graphite as data source. * A new dashboard will appear in dashboard list. Open beam dashboard (or what ever the name you specified while importing) and start monitoring different beam module level matrices in a nice graphical interface. To view the container log: ``` $ make tail ``` To stop the container: ``` $ make down ``` Cloud visualization services become more popular nowadays and save much effort and energy to prepare an environment. In future we are planing to use [Datadog](https://www.datadoghq.com/) (a cloud base monitoring and analytic platform) with beam. [Kamon Datadog integration](http://kamon.io/documentation/kamon-datadog/0.6.6/overview/) is the easiest way to have something (nearly) production ready. ##### How to get Docker IP?[¶](#how-to-get-docker-ip "Permalink to this headline") Docker with VirtualBox on macOS/Windows: use docker-machine IP instead of localhost. To find the docker container IP address, first you need to list the containers to get container id using: ``` $ docker ps ``` Then use the container id to find IP address of your container. Run the following command by providing container id in following command by replacing YOUR\_CONTAINER\_ID: ``` $ docker inspect YOUR_CONTAINER_ID ``` Now at the bottom, under NetworkSettings, locate IP Address of your docker container. ### Tagging Tests for Periodic CI[¶](#tagging-tests-for-periodic-ci "Permalink to this headline") ScalaTest allows you to define different test categories by tagging your tests. These tags categorise tests in different sets. And later you can filter these set of tests by specifying these tags with your build tasks. Beam also provide a custom tag Periodic to mark your tests for periodic CI runs. As you mark the test with this tag, your test would be included automatically into execution set and become the part of next scheduled run. It also be excluded immediately for regular gradle test task and CI. Follow the example below to tag your test with Periodic tag: ``` behavior of "Trajectory" it should "interpolate coordinates" taggedAs Periodic in { ... } ``` This code marks the test with com.beam.tags.Periodic tag. You can also specify multiple tags as a comma separated parameter list in taggedAs method. Following code demonstrate the use of multiple tags: ``` "The agentsim" must { ... "let everybody walk when their plan says so" taggedAs (Periodic, Slow) in { ... } ... } ``` You can find details about scheduling a continuous integration build under DevOps section [Configure Periodic Jobs](http://beam.readthedocs.io/en/latest/devops.html#configure-periodic-jobs). ### Instructions for forking BEAM[¶](#instructions-for-forking-beam "Permalink to this headline") These instructions are based on [this page](https://confluence.atlassian.com/bitbucket/current-limitations-for-git-lfs-with-bitbucket-828781638.html) 1. Clone BEAM repo ``` git clone https://github.com/LBNL-UCB-STI/beam cd beam ``` When asked for user name and password for LFS server (<http://52.15.173.229:8080>) enter anything but do not leave them blank. 2. Fetch Git LFS files ``` git lfs fetch origin ``` Many tutorials on cloning Git LFS repos say one should use ``` git lfs fetch --all origin ``` However, in BEAM this represents over 15 GB data and often fails. 3. Add new origin ``` git remote add new-origin <URL to new repo> ``` 4. Create internal master branch, master branch will used to track public repo ``` git branch master-internal git checkout master-internal ``` 5. Update .lfsconfig to have only the new LFS repo ``` [lfs] url = <URL to new LFS repo> ``` Note: for Bitbucket, the <URL to new LFS repo> is <URL to new repo>/info/lfs 6. Commit changes ``` git commit --all ``` 7. Push to new repo ``` git push new-origin --all ``` **There will be errors saying that many files are missing (LFS upload missing objects). That is OK.** Note As of this writing, the repo has around 250 MB LFS data. However, the push fails if the LFS server sets a low limit on LFS data. For example, it fails for Bitbucket free which sets a limit of 1 GB LFS data 8. Set master-internal as default branch in the repository’s website. 9. Clone the new repo ``` git clone <URL to new repo> cd <folder of new repo> ``` Note Cloning might take a few minutes since the repo is quite large. If everything turned out well, the cloning process should not ask for the credentials for BEAM’s LFS server (<http://52.15.173.229:8080>). 10. Add public repo as upstream remote ``` git remote add upstream https://github.com/LBNL-UCB-STI/beam ``` 11. Set master branch to track public remote and pull latest changes ``` git fetch upstream git checkout -b master upstream/master git pull ``` ### Scala tips[¶](#scala-tips "Permalink to this headline") #### Scala Collection[¶](#scala-collection "Permalink to this headline") ##### Use `mutable` buffer instead of `immutable var`:[¶](#use-mutable-buffer-instead-of-immutable-var "Permalink to this headline") ``` // Before var buffer = scala.collection.immutable.Vector.empty[Int] buffer = buffer :+ 1 buffer = buffer :+ 2 // After val buffer = scala.collection.mutable.ArrayBuffer.empty[Int] buffer += 1 buffer += 2 ``` **Additionally note that, for the best performance, use mutable inside of methods, but return an immutable** > > val mutableList = scala.collection.mutable.MutableList(1,2) > mutableList += 3 > mutableList.toList //returns scala.collection.immutable.List > > > > > > > //or return mutableList but explicitly set the method return type to > > //a common, assumed immutable one from scala.collection (more dangerous) > > > ##### Don’t create temporary collections, use [view](https://www.scala-lang.org/blog/2017/11/28/view-based-collections.html):[¶](#dont-create-temporary-collections-use-view "Permalink to this headline") ``` val seq: Seq[Int] = Seq(1, 2, 3, 4, 5) // Before seq.map(x => x + 2).filter(x => x % 2 == 0).sum // After seq.view.map(x => x + 2).filter(x => x % 2 == 0).sum ``` ##### Don’t emulate `collectFirst` and `collect`:[¶](#dont-emulate-collectfirst-and-collect "Permalink to this headline") ``` // collectFirst // Get first number >= 4 val seq: Seq[Int] = Seq(1, 2, 10, 20) val predicate: Int => Boolean = (x: Int) => { x >= 4 } // Before seq.filter(predicate).headOption // After seq.collectFirst { case num if predicate(num) => num } // collect // Get first char of string, if it's longer than 3 val s: Seq[String] = Seq("C#", "C++", "C", "Scala", "Haskel") val predicate: String => Boolean = (s: String) => { s.size > 3 } // Before s.filter(predicate).map { s => s.head } // After s.collect { case curr if predicate(curr) => curr.head } ``` ##### Prefer `nonEmpty` over `size > 0`:[¶](#prefer-nonempty-over-size-0 "Permalink to this headline") ``` //Before (1 to x).size > 0 //After (1 to x).nonEmpty //nonEmpty shortcircuits as soon as the first element is encountered ``` ##### Prefer not to use `\_1, \_2,...` for `Tuple` to improve readability:[¶](#prefer-not-to-use-1-2-for-tuple-to-improve-readability "Permalink to this headline") ``` // Get odd elements of sequence s val predicate: Int => Boolean = (idx: Int) => { idx % 2 == 1 } val s: Seq[String] = Seq("C#", "C++", "C", "Scala", "Haskel") // Before s.zipWithIndex.collect { case x if predicate(x._2) => x._1 // what is _1 or _2 ?? } // After s.zipWithIndex.collect { case (s, idx) if predicate(idx) => s } // Use destructuring bindings to extract values from tuple val tuple = ("Hello", 5) // Before val str = tuple._1 val len = tuple._2 // After val (str, len) = tuple ``` ##### Great article about [Scala Collection tips and tricks](https://pavelfatin.com/scala-collections-tips-and-tricks/#sequences-rewriting), must read[¶](#great-article-about-scala-collection-tips-and-tricks-must-read "Permalink to this headline") #### Use lazy logging[¶](#use-lazy-logging "Permalink to this headline") When you log, prefer to use API which are lazy. If you use `scala logging`, you have [it for free](https://github.com/lightbend/scala-logging#scala-logging-). When use `ActorLogging` in Akka, you should not use [string interpolation](https://docs.scala-lang.org/overviews/core/string-interpolation.html), but use method with replacement arguments: ``` // Before log.debug(s"Hello: $name") // After log.debug("Hello: {}", name) ``` BeamAgents[¶](#beamagents "Permalink to this headline") ------------------------------------------------------- BEAM is composed of Actors. Some of these Actors are BeamAgents. BeamAgents inherit the Akka FSM trait which provides a domain-specific language for programming agent actions as a finite state machine. *How are BeamAgents different from Actors?* In general, we reserve “BeamAgent” (also referred to as “Agent”) for entities in the simulation that exhibit agency. I.e. they don’t just change state but they have some degree of control or autonomy over themselves or other Agents. A Person or a Manager is a Agent, but a Vehicle is only a tool used by Agents, so it is not a BeamAgent in BEAM. Also, only BeamAgents can schedule callbacks with the BeamAgentScheduler. So any entity that needs to schedule itself (or be scheduled by other entities) to execute some process at a defined time within the simulation should be designed as a BeamAgent. Programming a BeamAgent involves constructing a finite state machine and the corresponding logic that responds to Akka messages from different states and then optionally transitions between states. ### Person Agents[¶](#person-agents "Permalink to this headline") ### Ride Hail Agents[¶](#ride-hail-agents "Permalink to this headline") ### Transit Driver Agents[¶](#transit-driver-agents "Permalink to this headline") Behaviors[¶](#behaviors "Permalink to this headline") ----------------------------------------------------- Person Agents in BEAM exhibit several within-day behaviors that govern their use of the transportation system. ### Mode Choice[¶](#mode-choice "Permalink to this headline") The most prominent behavior is mode choice. Mode choice can be specified either exogensously as a field in the persons plans, or it can be selected during replanning, or it can remain unset and be selected within the day. Within day mode choice is selected based on the attributes of the first trip of each tour. Once a mode is selected for the tour, the person attempts to stick with that mode for the duration of the tour. In all cases (whether mode is specified before the day or chosen within the day) person agents use WALK as a fallback option throughout if constraints otherwise prevent their previously determined mode from being possible for any given trip. E.g. if a person is in the middle of a RIDE\_HAIL tour, but the Ride Hail Manager is unable to match a driver to the person, then the person will walk. In BEAM the following modes are considers: * Walk * Bike * Drive (alone) * Walk to Transit * Drive to Transit (Park and Ride) * Ride Hail * Ride Hail to/from Transit There are two mode choice models that are possible within BEAM. #### Multinomial Logit Mode Choice[¶](#multinomial-logit-mode-choice "Permalink to this headline") The first is a simple multinomial logit choice model that has the following form for modal alternative j: V\_j = ASC\_j + Beta\_cost \* cost + Beta\_time \* time + Beta\_xfer \* num\_transfers The ASC (alternative specific constant) parameters as well as the Beta parameters can be configured in the BEAM configuration file and default to the following values: beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.cost = -1.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.time = -0.0047 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.transfer = -1.4 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.car\_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.walk\_transit\_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.drive\_transit\_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.ride\_hail\_transit\_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.ride\_hail\_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.walk\_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.bike\_intercept = 0.0 #### Latent Class Mode Choice[¶](#latent-class-mode-choice "Permalink to this headline") ### Parking[¶](#parking "Permalink to this headline") In BEAM, parking is issued at the granularity of a Traffic Analysis Zone (TAZ). Upon initialization, parking alternatives are read in from the CSV file listed in the BEAM config parameter *beam.agentsim.taz.parking*. Each row identifies the attributes of a parking alternative for a given TAZ, of which a given combination of attributes should be unique. Parking attributes include the following: | attribute | values | | --- | --- | | *parkingType* | Workplace, Public, Residential | | *pricingModel* | FlatFee, Block | | *chargingType* | NoCharger, Level1, Level2, DCFast, UltraFast | | *numStalls* | *integer* | | *feeInCents* | *integer* | | *reservedFor* | Any, RideHailManager | BEAM agents seek parking mid-tour, from within a leg of their trip. A search is run which starts at the trip destination and expands outward, seeking to find the closest TAZ centers with increasing search radii. Agents will pick the closest and cheapest parking alternative with attributes which match their use case. The location can be overridden for ride hail agents using the config parameter *beam.agentsim.agents.rideHail.refuelLocationType*, which may be set to “AtRequestLocation” or “AtTAZCenter”. The following should be considered when configuring a set of parking alternatives. The default behavior is to provide a nearly unbounded number of parking stalls for each combination of attributes, per TAZ, for the public, and provide no parking alternatives for ride hail agents. This behavior can be overridden manually by providing replacement values in the parking configuration file. Parking which is *reservedFor* a RideHailManager should only appear as *Workplace* parking. Free parking can be instantiated by setting *feeInCents* to zero. *numStalls* should be non-negative. Charging behavior is currently implemented for ride hail agents only. the *chargingType* attribute will result in the following charger power in kW: | *chargingType* | kW | | --- | --- | | NoCharger | 0.0 | | Level1 | 1.5 | | Level2 | 6.7 | | DCFast | 50.0 | | UltraFast | 250.0 | ### Refueling[¶](#refueling "Permalink to this headline") Event Specifications[¶](#event-specifications "Permalink to this headline") --------------------------------------------------------------------------- For an overview of events, including compatibility with MATSim, see [MATSim Events](index.html#matsim-events). The following lists each field in each event with some brief descriptions and contextual information where necessary. ### MATSim Events[¶](#matsim-events "Permalink to this headline") The following MATSim events are thrown within the AgentSim: #### ActivityStartEvent[¶](#activitystartevent "Permalink to this headline") * Time - Time of the start of the activity. * Activity Type - String denoting the type of activity (e.g. “Home” or “Work”) * Person - Person ID of the person agent engaged in the activity. * Link - Link ID of the nearest link to the activity location * Facility - Facility ID (unused in BEAM) #### ActivityEndEvent[¶](#activityendevent "Permalink to this headline") * Time - Time of the end of the activity. * Activity Type - String denoting the type of activity (e.g. “Home” or “Work”) * Person - Person ID of the person agent engaged in the activity. * Link - Link ID of the nearest link to the activity location * Facility - Facility ID (unused in BEAM) #### PersonDepartureEvent[¶](#persondepartureevent "Permalink to this headline") * Time - Time of the person departure. * Person - Person ID of the person departing. * Leg Mode - String denoting the trip mode of the trip to be attempted (trip mode is the overall mode of the trip, which is different than the mode of individual sub-legs of the trip, e.g. a trip with leg mode TRANSIT might have sub-legs of mode WALK, BUS, SUBWAY, WALK). * Link - Link ID of the nearest link to the departure location. #### PersonArrivalEvent[¶](#personarrivalevent "Permalink to this headline") * Time - Time of the person arrival. * Person - Person ID of the person arriving. * Leg Mode - String denoting the trip mode of the trip completed (trip mode is the overall mode of the trip, which is different than the mode of individual sub-legs of the trip, e.g. a trip with leg mode TRANSIT might have sub-legs of mode WALK, BUS, SUBWAY, WALK). * Link - Link ID of the nearest link to the arrival location. #### PersonEntersVehicleEvent[¶](#personentersvehicleevent "Permalink to this headline") * Time - Time of the vehicle entry. * Person - Person ID of the person entering the vehicle. * Vehicle - Vehicle ID of the vehicle being entered. #### PersonLeavesVehicleEvent[¶](#personleavesvehicleevent "Permalink to this headline") * Time - Time of the vehicle exit. * Person - Person ID of the person exiting the vehicle. * Vehicle - Vehicle ID of the vehicle being exited. ### BEAM Events[¶](#beam-events "Permalink to this headline") These events are specific to BEAM and are thrown within the AgentSim: #### ModeChoiceEvent[¶](#modechoiceevent "Permalink to this headline") Note that this event corresponds to the moment of choosing a mode, if mode choice is occurring dynamically within the day. If mode choice occurs outside of the simulation day, then this event is not thrown. Also, the time of choosing mode is not always the same as the departure time. * Time - Time of the mode choice. * Person - Person ID of the person making the mode choice. * Mode - The chosen trip mode (e.g. WALK\_TRANSIT or CAR) * Expected Maximum Utility - The logsum from the utility function used to evalute modal alternatives. If the mode choice model is not a random utility based model, then this will be left blank. * Location - Link ID of the nearest location. * Available Alternatives - Comma-separated list of the alternatives considered by the agent during the mode choice process. * Persona Vehicle Available - Boolean denoting whether this agent had a personal vehicle availalbe to them during the mode choice process. * Length - the length of the chosen trip in meters. * Tour index - the index of the chosen trip within the current tour of the agent (e.g. 0 means the first trip of the tour, 1 is the second trip, etc.) #### PathTraversalEvent[¶](#pathtraversalevent "Permalink to this headline") A Path Traversal is any time a vehicle moves within the BEAM AgentSim. * Length - Length of the movement in meters. * Fuel - fuel consumed during the movement in Joules. * Num Passengers - the number of passengers on board during the vehicle movement (the driver does not count as a passenger). * Links - Comma-separated list of link IDs indicating the path taken. * Mode - the sub-leg mode of the traversal (e.g. BUS or CAR or SUBWAY). * Departure Time - the time of departure. * Arrival Time - the time of arrival. * Vehicle - the ID of the vehilce making the movement. * Vehicle Type - String indicating the type of vehicle. * Start X - X coordinate of the starting location of the movement. Coordinates are output in WGS (lat/lon). * Start Y - Y coordinate of the starting location of the movement. Coordinates are output in WGS (lat/lon). * End X - X coordinate of the ending location of the movement. Coordinates are output in WGS (lat/lon). * End Y - Y coordinate of the ending location of the movement. Coordinates are output in WGS (lat/lon). * End Leg Fuel Level - Amount of fuel (in Joules) remaining in the vehicle at the end of the movement. Model Inputs[¶](#model-inputs "Permalink to this headline") ----------------------------------------------------------- ### Configuration file[¶](#configuration-file "Permalink to this headline") The BEAM configuration file controls where BEAM will source input data and the value of parameters. To see an example of the latest version of this file: <https://github.com/LBNL-UCB-STI/beam/blob/master/test/input/beamville/beam.conf> As of Fall 2018, BEAM is still under rapid development. So the configuration file will continue to evolve. Particularly, it should be expected that new parameters will be created to contol new model features and old configuration options may be modified, simplied, or eliminated. Furthermore, the BEAM configuration file contains a hybrid between parameters from MATSim (see namespace matsim in the config file). Not all of the matsim parameters are used by BEAM. Only the specific MATSim parameters described in this document are relevant. Modifying the other parameters will have no impact. In future releases of BEAM, the irrelevant parameters will be removed. In order to see example configuration options for a particular release of BEAM replace master in the above URL with the version number, e.g. for Version v0.6.2 go to this link: <https://github.com/LBNL-UCB-STI/beam/blob/v0.6.2/test/input/beamville/beam.conf> BEAM follows the [MATSim convention](http://archive.matsim.org/docs) for most of the inputs required to run a simulation, though specifying the road network and transit system is based on the [R5 requirements](https://github.com/conveyal/r5). Refer to these external documntation for details on the following inputs. * The person population and corresponding attributes files (e.g. population.xml and populationAttributes.xml) * The household population and corresponding attributes files (e.g. households.xml and householdAttributes.xml) * A directory containing network and transit data used by R5 (e.g. r5/) * The open street map network (e.g. r5/beamville.osm) * GTFS archives, one for each transit agency (e.g. r5/bus.zip) #### Config Options[¶](#config-options "Permalink to this headline") The following is a list of the most commonly used configuration options in approximate order of apearance in the beamville example config file (order need not be preserved so it is ok to rearrange options). A complete listing will be added to this documentation soon General parameters: ``` beam.agentsim.simulationName = "beamville" beam.agentsim.numAgents = 100 beam.agentsim.thresholdForWalkingInMeters = 1000 beam.agentsim.thresholdForMakingParkingChoiceInMeters = 100 beam.agentsim.schedulerParallelismWindow = 30 beam.agentsim.timeBinSize = 3600 ``` * simulationName: Used as a prefix when creating an output directory to store simulation results. * numAgents: This will limit the number of PersonAgents created in the simulation agents will be . Note that the number of agents is also limited by the total number of “person” elements in the population file specified by matsim.modules.plans.inputPlansFile. In other words, if there are 100 people in the plans and numAgents is set to 50, then 50 PersonAgents will be created. If numAgents is >=100, then 100 PersonAgents will be created. Sampling to a smaller number of agents is accomplished by sampling full households until the desired number of PersonAgents is reached. This keeps the household structure intact. * thresholdForWalkingInMeters: Used to determine whether a PersonAgent needs to route a walking path through the network to get to a parked vehicle. If the vehicle is closer than thresholdForWalkingInMeters in Euclidean distance, then the walking trip is assumed to be instantaneous. Note, for performance reasons, we do not recommend values for this threshold less than 100m. * thresholdForMakingParkingChoiceInMeters: Similar to thresholdForWalkingInMeters, this threshold determines the point in a driving leg when the PersonAgent initiates the parking choice processes. So for 1000m, the agent will drive until she is <=1km from the destination and then seek a parking space. * schedulerParallelismWindow: This controls the discrete event scheduling window used by BEAM to achieve within-day parallelism. The units of this parameter are in seconds and the larger the window, the better the performance of the simulation, but the less chronologically accurate the results will be. * timeBinSize: For most auto-generated output graphs and tables, this parameter will control the resolution of time-varying outputs. Mode choice parameters: ``` beam.agentsim.agents.modalBehaviors.modeChoiceClass = "ModeChoiceMultinomialLogit" beam.agentsim.agents.modalBehaviors.defaultValueOfTime = 8.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.transfer = -1.4 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.car_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.walk_transit_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.drive_transit_intercept = 2.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.ride_hail_transit_intercept = 0.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.ride_hail_intercept = -1.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.walk_intercept = -3.0 beam.agentsim.agents.modalBehaviors.mulitnomialLogit.params.bike_intercept = 0.0 beam.agentsim.agents.modalBehaviors.lccm.paramFile = ${beam.inputDirectory}"/lccm-long.csv" #Toll params beam.agentsim.toll.file=${beam.inputDirectory}"/toll-prices.csv" ``` * modeChoiceClass: Selects the choice algorithm to be used by agents to select mode when faced with a choice. Default of ModeChoiceMultinomialLogit is recommended but other algorithms include ModeChoiceMultinomialLogit ModeChoiceTransitIfAvailable ModeChoiceDriveIfAvailable ModeChoiceRideHailIfAvailable ModeChoiceUniformRandom ModeChoiceLCCM. * defaultValueOfTime: This value of time is used by the ModeChoiceMultinomialLogit choice algorithm unless the value of time is specified in the populationAttributes file. * params.transfer: Constant utility (where 1 util = 1 dollar) of making transfers during a transit trip. * params.car\_intercept: Constant utility (where 1 util = 1 dollar) of driving. * params.walk\_transit\_intercept: Constant utility (where 1 util = 1 dollar) of walking to transit. * params.drive\_transit\_intercept: Constant utility (where 1 util = 1 dollar) of driving to transit. * params.ride\_hail\_transit\_intercept: Constant utility (where 1 util = 1 dollar) of taking ride hail to/from transit. * params.ride\_hail\_intercept: Constant utility (where 1 util = 1 dollar) of taking ride hail. * params.walk\_intercept: Constant utility (where 1 util = 1 dollar) of walking. * params.bike\_intercept: Constant utility (where 1 util = 1 dollar) of biking. * lccm.paramFile: if modeChoiceClass is set to ModeChoiceLCCM this must point to a valid file with LCCM parameters. Otherwise, this parameter is ignored. * toll.file: File path to a file with static road tolls. Note, this input will change in future BEAM release where time-varying tolls will possible. Vehicles and Population: ``` #BeamVehicles Params beam.agentsim.agents.vehicles.beamFuelTypesFile = ${beam.inputDirectory}"/beamFuelTypes.csv" beam.agentsim.agents.vehicles.beamVehicleTypesFile = ${beam.inputDirectory}"/vehicleTypes.csv" beam.agentsim.agents.vehicles.beamVehiclesFile = ${beam.inputDirectory}"/vehicles.csv" ``` * useBikes: simple way to disable biking, set to true if vehicles file does not contain any data on biking. * beamFuelTypesFile: configure fuel fuel pricing. * beamVehicleTypesFile: configure vehicle properties including seating capacity, length, fuel type, fuel economy, and refueling parameters. * beamVehiclesFile: replacement to legacy MATSim vehicles.xml file. This must contain an Id and vehicle type for every vehicle id contained in households.xml. TAZs, Scaling, and Physsim Tuning: ``` #TAZ params beam.agentsim.taz.file=${beam.inputDirectory}"/taz-centers.csv" beam.agentsim.taz.parking = ${beam.inputDirectory}"/parking/taz-parking-default.csv" # Scaling and Tuning Params beam.agentsim.tuning.transitCapacity = 0.1 beam.agentsim.tuning.transitPrice = 1.0 beam.agentsim.tuning.tollPrice = 1.0 beam.agentsim.tuning.rideHailPrice = 1.0 # PhysSim Scaling Params beam.physsim.flowCapacityFactor = 0.0001 beam.physsim.storageCapacityFactor = 0.0001 beam.physsim.writeMATSimNetwork = false beam.physsim.ptSampleSize = 1.0 beam.physsim.jdeqsim.agentSimPhysSimInterfaceDebugger.enabled = false beam.physsim.skipPhysSim = false ``` * agentsim.taz.file: path to a file specifying the centroid of each TAZ. For performance BEAM approximates TAZ boundaries based on a nearest-centroid approach. The area of each centroid (in m^2) is also necessary to approximate average travel distances within each TAZ (used in parking choice process). * taz.parking: path to a file specifying the parking and charging infrastructure. If any TAZ contained in the taz file is not specified in the parking file, then ulimited free parking is assumed. * tuning.transitCapacity: Scale the number of seats per transit vehicle… actual seats are rounded to nearest whole number. Applies uniformly to all transit vehilces. * tuning.transitPrice: Scale the price of riding on transit. Applies uniformly to all transit trips. * tuning.tollPrice: Scale the price to cross tolls. * tuning.rideHailPrice: Scale the price of ride hailing. Applies uniformly to all trips and is independent of defaultCostPerMile and defaultCostPerMinute described above. I.e. price = (costPerMile + costPerMinute)\*rideHailPrice * physsim.flowCapacityFactor: Flow capacity parameter used by JDEQSim for traffic flow simulation. * physsim.storageCapacityFactor: Storage capacity parameter used by JDEQSim for traffic flow simulation. * physsim.writeMATSimNetwork: A copy of the network used by JDEQSim will be written to outputs folder (typically only needed for debugging). * physsim.ptSampleSize: A scaling factor used to reduce the seating capacity of all transit vehicles. This is typically used in the context of running a partial sample of the population, it is advisable to reduce the capacity of the transit vehicles, but not necessarily proportionately. This should be calibrated. * agentSimPhysSimInterfaceDebugger.enabled: Enables special debugging output. * skipPhysSim: Turns off the JDEQSim traffic flow simulation. If set to true, then network congestion will not change from one iteration to the next. Typically this is only used for debugging issues that are unrelated to the physsim. Warm Mode: ``` ################################################################## # Warm Mode ################################################################## beam.warmStart.enabled = false #PATH TYPE OPTIONS: PARENT\_RUN, ABSOLUTE\_PATH #PARENT\_RUN: can be a director or zip archive of the output directory (e.g. like what get's stored on S3). We should also be able to specify a URL to an S3 output. #ABSOLUTE\_PATH: a directory that contains required warm stats files (e.g. linkstats and eventually a plans). beam.warmStart.pathType = "PARENT\_RUN" beam.warmStart.path = "https://s3.us-east-2.amazonaws.com/beam-outputs/run149-base\_\_2018-06-27\_20-28-26\_2a2e2bd3.zip" ``` * warmStart.enabled: Allows you to point to the output of a previous BEAM run and the network travel times and final plan set from that run will be loaded and used to start a new BEAM run. * beam.warmStart.pathType: See above for descriptions. * beam.warmStart.path: path to the outputs to load. Can we a path on the local computer or a URL in which case outputs will be downloaded. Ride hail management: ``` ################################################################## # RideHail ################################################################## # Ride Hailing General Params beam.agentsim.agents.rideHail.numDriversAsFractionOfPopulation=0.1 beam.agentsim.agents.rideHail.defaultCostPerMile=1.25 beam.agentsim.agents.rideHail.defaultCostPerMinute=0.75 beam.agentsim.agents.rideHail.vehicleTypeId="BEV" beam.agentsim.agents.rideHail.refuelThresholdInMeters=5000.0 beam.agentsim.agents.rideHail.refuelLocationType="AtRequestLocation" # SurgePricing parameters beam.agentsim.agents.rideHail.surgePricing.surgeLevelAdaptionStep=0.1 beam.agentsim.agents.rideHail.surgePricing.minimumSurgeLevel=0.1 # priceAdjustmentStrategy(KEEP\_PRICE\_LEVEL\_FIXED\_AT\_ONE | CONTINUES\_DEMAND\_SUPPLY\_MATCHING) beam.agentsim.agents.rideHail.surgePricing.priceAdjustmentStrategy="KEEP\_PRICE\_LEVEL\_FIXED\_AT\_ONE" beam.agentsim.agents.rideHail.rideHailManager.radiusInMeters=5000 # initialLocation(HOME | UNIFORM\_RANDOM | ALL\_AT\_CENTER | ALL\_IN\_CORNER) beam.agentsim.agents.rideHail.initialLocation.name="HOME" beam.agentsim.agents.rideHail.initialLocation.home.radiusInMeters=10000 # allocationManager(DEFAULT\_MANAGER | REPOSITIONING\_LOW\_WAITING\_TIMES | EV\_MANAGER) beam.agentsim.agents.rideHail.allocationManager.name="EV\_MANAGER" beam.agentsim.agents.rideHail.allocationManager.timeoutInSeconds=300 beam.agentsim.agents.rideHail.allocationManager.randomRepositioning.repositioningShare=0.2 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.repositionCircleRadisInMeters=3000.0 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.minimumNumberOfIdlingVehiclesThreshholdForRepositioning=1 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.percentageOfVehiclesToReposition=1.0 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.timeWindowSizeInSecForDecidingAboutRepositioning=1200 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.allowIncreasingRadiusIfDemandInRadiusLow=true beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.minDemandPercentageInRadius=0.1 # repositioningMethod(TOP\_SCORES | KMEANS) beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.repositioningMethod="TOP\_SCORES" beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.keepMaxTopNScores=5 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.minScoreThresholdForRepositioning=0.00001 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.distanceWeight=0.01 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.waitingTimeWeight=4.0 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.demandWeight=4.0 beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes.produceDebugImages=true beam.agentsim.agents.rideHail.iterationStats.timeBinSizeInSec=3600 ``` * numDriversAsFractionOfPopulation - Defines the # of ride hailing drivers to create, this ration is multiplied by the parameter beam.agentsim.numAgents to determine the actual number of drivers to create. Drivers begin the simulation located at or near the homes of existing agents, uniformly distributed. * defaultCostPerMile - One component of the 2 part price of ride hail calculation. * defaultCostPerMinute - One component of the 2 part price of ride hail calculation. * vehicleTypeId: What vehicle type is used for ride hail vehicles. This is primarily relevant for when allocationManager is EV\_MANAGER. * refuelThresholdInMeters: One the fuel level (state of charge for EVs) of the vehicle falls below the level corresponding to this parameter, the EV\_MANAGER will dispatch the vehicle to refuel. Note, do not make this value greate than 80% of the total vehicle range to avoid complications associated with EV fast charging. * refuelLocationType: One of AtRequestLocation or AtTAZCenter which controls whether the vehicle is assumed to charge at the it’s present location (AtRequestLocation) or whether it will drive to a nearby charging depot (AtTAZCenter). * allocationManager.name: Controls whether fleet management is simple (DEFAULT\_MANAGER for no repositioning, no refueling), includes repositioing (REPOSITIONING\_LOW\_WAITING\_TIMES) or includes both repositioning and refueling (EV\_MANAGER) * allocationManager.timeoutInSeconds: How frequently does the manager make fleet repositioning decisions. * beam.agentsim.agents.rideHail.allocationManager.repositionLowWaitingTimes: All of these parameters control the details of repositioning, more documentation will be posted for these soon. Model Outputs[¶](#model-outputs "Permalink to this headline") ------------------------------------------------------------- ### File: /modeChoice.csv[¶](#file-modechoice-csv "Permalink to this headline") Classname: ModeChosenAnalysisObject | field | description | | --- | --- | | iterations | iteration number | | car | Car chosen as travel mode | | drive\_transit | Drive to transit chosen as travel mode | | ride\_hail | Ride Hail chosen as travel mode | | walk | Walk chosen as travel mode | | walk\_transit | Walk to transit chosen as travel mode | ### File: /referenceModeChoice.csv[¶](#file-referencemodechoice-csv "Permalink to this headline") Classname: ModeChosenAnalysisObject | field | description | | --- | --- | | iterations | Bike chosen as travel mode | | bike | iteration number | | car | Car chosen as travel mode | | drive\_transit | Drive to transit chosen as travel mode | | ride\_hail | Ride Hail chosen as travel mode | | ride\_hail\_transit | Ride Hail to transit chosen as travel mode | | walk | Walk chosen as travel mode | | walk\_transit | Walk to transit chosen as travel mode | ### File: /realizedMode.csv[¶](#file-realizedmode-csv "Permalink to this headline") Classname: RealizedModeAnalysisObject | field | description | | --- | --- | | car | Car chosen as travel mode | | drive\_transit | Drive to transit chosen as travel mode | | other | Other modes of travel chosen | | ride\_hail | Ride Hail chosen as travel mode | | walk | Walk chosen as travel mode | | walk\_transit | Walk to transit chosen as travel mode | ### File: /rideHailRevenue.csv[¶](#file-ridehailrevenue-csv "Permalink to this headline") Classname: RideHailRevenueAnalysisObject | field | description | | --- | --- | | iteration # | iteration number | | revenue | Revenue generated from ride hail | ### File: /ITERS/it.0/0.averageTravelTimes.csv[¶](#file-iters-it-0-0-averagetraveltimes-csv "Permalink to this headline") Classname: PersonTravelTimeAnalysisObject | field | description | | --- | --- | | Mode | Travel mode chosen | | Hour,\* | Average time taken to travel by the chosen mode during the given hour of the day | ### File: /ITERS/it.0/0.energyUse.png.csv[¶](#file-iters-it-0-0-energyuse-png-csv "Permalink to this headline") Classname: FuelUsageAnalysisObject | field | description | | --- | --- | | Modes | Mode of travel chosen by the passenger | | Bin\_\* | Energy consumed by the vehicle while travelling by the chosen mode within the given time bin | ### File: /ITERS/it.0/0.physsimLinkAverageSpeedPercentage.csv[¶](#file-iters-it-0-0-physsimlinkaveragespeedpercentage-csv "Permalink to this headline") Classname: PhyssimCalcLinkSpeedStatsObject | field | description | | --- | --- | | Bin | A given time slot within a day | | AverageLinkSpeed | The average speed at which a vehicle can travel across the network during the given time bin | ### File: /ITERS/it.0/0.physsimFreeFlowSpeedDistribution.csv[¶](#file-iters-it-0-0-physsimfreeflowspeeddistribution-csv "Permalink to this headline") Classname: PhyssimCalcLinkSpeedDistributionStatsObject | field | description | | --- | --- | | freeSpeedInMetersPerSecond | The possible full speed at which a vehicle can drive through the given link (in m/s) | | numberOfLinks | Total number of links in the network that allow vehicles to travel with speeds up to the given free speed | | linkEfficiencyInPercentage | Average speed efficiency recorded by the the given network link in a day | | numberOfLinks | Total number of links having the corresponding link efficiency | ### File: /ITERS/it.0/0.rideHailWaitingStats.csv[¶](#file-iters-it-0-0-ridehailwaitingstats-csv "Permalink to this headline") Classname: RideHailWaitingAnalysisObject | field | description | | --- | --- | | Waiting Time | The time spent by a passenger waiting for a ride hail | | Hour | Hour of the day | | Count | Frequencies of times spent waiting for a ride hail during the entire day | ### File: /ITERS/it.0/0.rideHailIndividualWaitingTimes.csv[¶](#file-iters-it-0-0-ridehailindividualwaitingtimes-csv "Permalink to this headline") Classname: RideHailWaitingAnalysisObject | field | description | | --- | --- | | timeOfDayInSeconds | Time of a day in seconds | | personId | Unique id of the passenger travelling by the ride hail | | rideHailVehicleId | Unique id of the ride hail vehicle | | waitingTimeInSeconds | Time spent by the given passenger waiting for the arrival of the given ride hailing vehicle | ### File: /ITERS/it.0/0.rideHailSurgePriceLevel.csv[¶](#file-iters-it-0-0-ridehailsurgepricelevel-csv "Permalink to this headline") Classname: GraphSurgePricingObject | field | description | | --- | --- | | PriceLevel | Travel fare charged by the ride hail in the given hour | | Hour | Hour of the day | ### File: /ITERS/it.0/0.rideHailRevenue.csv[¶](#file-iters-it-0-0-ridehailrevenue-csv "Permalink to this headline") Classname: GraphSurgePricingObject | field | description | | --- | --- | | Revenue | Revenue earned by ride hail in the given hour | | Hour | Hour of the day | ### File: /ITERS/it.0/0.tazRideHailSurgePriceLevel.csv[¶](#file-iters-it-0-0-tazridehailsurgepricelevel-csv "Permalink to this headline") Classname: GraphSurgePricingObject | field | description | | --- | --- | | TazId | TAZ id | | DataType | Type of data , can be “priceLevel” or “revenue” | | Value | Value of the given data type , can indicate either price Level or revenue earned by the ride hail in the given hour | | Hour | Hour of the day | ### File: /ITERS/it.0/0.rideHailWaitingSingleStats.csv[¶](#file-iters-it-0-0-ridehailwaitingsinglestats-csv "Permalink to this headline") Classname: RideHailingWaitingSingleAnalysisObject | field | description | | --- | --- | | WaitingTime(sec) | Time spent by a passenger on waiting for a ride hail | | Hour\* | Hour of the day | ### File: /ITERS/it.0/0.rideHailInitialLocation.csv[¶](#file-iters-it-0-0-ridehailinitiallocation-csv "Permalink to this headline") Classname: BeamMobsim | field | description | | --- | --- | | rideHailAgentID | Unique id of the given ride hail agent | | xCoord | X co-ordinate of the starting location of the ride hail | | yCoord | Y co-ordinate of the starting location of the ride hail | ### File: /stopwatch.txt[¶](#file-stopwatch-txt "Permalink to this headline") Classname: StopWatchOutput | field | description | | --- | --- | | Iteration | Iteration number | | BEGIN iteration | Begin time of the iteration | | BEGIN iterationStartsListeners | Time at which the iteration start event listeners started | | END iterationStartsListeners | Time at which the iteration start event listeners ended | | BEGIN replanning | Time at which the replanning event started | | END replanning | Time at which the replanning event ended | | BEGIN beforeMobsimListeners | Time at which the beforeMobsim event listeners started | | BEGIN dump all plans | Begin dump all plans | | END dump all plans | End dump all plans | | END beforeMobsimListeners | Time at which the beforeMobsim event listeners ended | | BEGIN mobsim | Time at which the mobsim run started | | END mobsim | Time at which the mobsim run ended | | BEGIN afterMobsimListeners | Time at which the afterMobsim event listeners started | | END afterMobsimListeners | Time at which the afterMobsim event listeners ended | | BEGIN scoring | Time at which the scoring event started | | END scoring | Time at which the scoring event ended | | BEGIN iterationEndsListeners | Time at which the iteration ends event listeners ended | | BEGIN compare with counts | Time at which compare with counts started | | END compare with counts | Time at which compare with counts ended | | END iteration | Time at which the iteration ended | ### File: /scorestats.txt[¶](#file-scorestats-txt "Permalink to this headline") Classname: ScoreStatsOutput | field | description | | --- | --- | | ITERATION | Iteration number | | avg. EXECUTED | Average of the total execution time for the given iteration | | avg. WORST | Average of worst case time complexities for the given iteration | | avg. AVG | Average of average case time complexities for the given iteration | | avg. BEST | Average of best case time complexities for the given iteration | ### File: /summaryStats.txt[¶](#file-summarystats-txt "Permalink to this headline") Classname: SummaryStatsOutput ### File: /ITERS/it.0/0.countsCompare.txt[¶](#file-iters-it-0-0-countscompare-txt "Permalink to this headline") Classname: CountsCompareOutput | field | description | | --- | --- | | Link Id | Iteration number | | Count | Time taken by the agent to travel in a crowded transit | | Station Id | Amount of diesel consumed in megajoule | | Hour | Amount of food consumed in megajoule | | MATSIM volumes | Amount of electricity consumed in megajoule | | Relative Error | Amount of gasoline consumed in megajoule | | Normalized Relative Error | Time at which the beforeMobsim event listeners started | | GEH | GEH | ### File: /ITERS/it.0/0.events.csv[¶](#file-iters-it-0-0-events-csv "Permalink to this headline") Classname: EventOutput | field | description | | --- | --- | | person | Person(Agent) Id | | vehicle | vehicle id | | time | Start time of the vehicle | | type | Type of the event | | fuel | Type of fuel used in the vehicle | | duration | Duration of the travel | | cost | Cost of travel | | location.x | X co-ordinate of the location | | location.y | Y co-ordinate of the location | | parking\_type | Parking type chosen by the vehicle | | pricing\_model | Pricing model | | charging\_type | Charging type of the vehicle | | parking\_taz | Parking TAZ | | distance | Distance between source and destination | | location | Location of the vehicle | | mode | Mode of travel | | currentTourMode | Current tour mode | | expectedMaximumUtility | Expected maximum utility of the vehicle | | availableAlternatives | Available alternatives for travel for the passenger | | personalVehicleAvailable | Whether the passenger possesses a personal vehicle | | tourIndex | Tour index | | facility | Facility availed by the passenger | | departTime | Time of departure of the vehicle | | originX | X ordinate of the passenger origin point | | originY | Y ordinate of the passenger origin point | | destinationX | X ordinate of the passenger destination point | | destinationY | Y ordinate of the passenger destination point | | fuelType | Fuel type of the vehicle | | num\_passengers | Num of passengers travelling in the vehicle | | links | Number of links in the network | | departure\_time | Departure time of the vehicle | | arrival\_time | Arrival time of the vehicle | | vehicle\_type | Type of vehicle | | capacity | Total capacity of the vehicle | | start.x | X ordinate of the start point | | start.y | Y ordinate of the start point | | end.x | X ordinate of the vehicle end point | | end.y | Y ordinate of the vehicle end point | | end\_leg\_fuel\_level | Fuel level at the end of the travel | | seating\_capacity | Seating capacity of the vehicle | | costType | Type of cost of travel incurred on the passenger | ### File: /ITERS/it.0/0.legHistogram.txt[¶](#file-iters-it-0-0-leghistogram-txt "Permalink to this headline") Classname: LegHistogramOutput | field | description | | --- | --- | | time | Time | | time | Time | | departures\_all | Total number of departures on all modes | | arrivals\_all | Total number of arrivals on all modes | | duration | Duration of travel | | stuck\_all | Total number of travels that got stuck on all modes | | en-route\_all | Total number of travels by all modes | | departures\_car | Total number of departures by car | | arrivals\_car | Total number of departures by car | | stuck\_car | Total number of travels that got stuck while travelling by car | | en-route\_car | Total number of travels made by car | | departures\_drive\_transit | Total number of departures by drive to transit | | arrivals\_drive\_transit | Total number of arrivals by drive to transit | | stuck\_drive\_transit | Total number of travels that got stuck while travelling by drive to transit | | en-route\_drive\_transit | Total number of travels made by drive to transit | | departures\_ride\_hail | Total number of departures by ride hail | | arrivals\_ride\_hail | Total number of arrivals by ride hail | | stuck\_ride\_hail | Total number of travels that got stuck while travelling by ride hail | | en-route\_ride\_hail | Total number of travels made by ride hail | | departures\_walk | Total number of departures on foot | | arrivals\_walk | Total number of arrivals on foot | | stuck\_walk | Total number of travels that got stuck while travelling on foot | | en-route\_walk | Total number of travels made on foot | | departures\_walk\_transit | Total number of departures by walk to transit | | arrivals\_walk\_transit | Total number of arrivals by walk to transit | | stuck\_walk\_transit | Total number of travels that got stuck while travelling by walk to transit | | en-route\_walk\_transit | Total number of travels made by walk to transit | ### File: /ITERS/it.0/0.rideHailTripDistance.csv[¶](#file-iters-it-0-0-ridehailtripdistance-csv "Permalink to this headline") Classname: RideHailTripDistanceOutput | field | description | | --- | --- | | hour | Hour of the day | | numPassengers | Number of passengers travelling in the ride hail | | vkt | Total number of kilometers travelled by the ride hail vehicle | ### File: /ITERS/it.0/0.tripDuration.txt[¶](#file-iters-it-0-0-tripduration-txt "Permalink to this headline") Classname: TripDurationOutput | field | description | | --- | --- | | pattern | Pattern | | (5\*i)+ | Value | ### File: /ITERS/it.0/0.biasErrorGraphData.txt[¶](#file-iters-it-0-0-biaserrorgraphdata-txt "Permalink to this headline") Classname: BiasErrorGraphDataOutput | field | description | | --- | --- | | hour | Hour of the day | | mean relative error | Mean relative error | | mean bias | Mean bias value | ### File: /ITERS/it.0/0.biasNormalizedErrorGraphData.txt[¶](#file-iters-it-0-0-biasnormalizederrorgraphdata-txt "Permalink to this headline") Classname: BiasNormalizedErrorGraphDataOutput | field | description | | --- | --- | | hour | Hour of the day | | mean normalized relative error | Mean normalized relative error | | mean bias | Mean bias value | Protocols[¶](#protocols "Permalink to this headline") ----------------------------------------------------- Because BEAM is implemented using the Actor framework and simulations are executed asynchronously, there are many communications protocols between Actors and Agents that must be specified and followed. The following describes the key protocols with diagrams and narrative. ### Trip Planning[¶](#trip-planning "Permalink to this headline") #### RoutingRequests[¶](#routingrequests "Permalink to this headline") One of the more familiar protocols, any Actor can consult the router service for routing information by sending a RoutingRequest and receiving a RoutingResponse. ![_images/ProtocolRoutingRequest.png](_images/ProtocolRoutingRequest.png) The RoutingRequest message contains: * Departure Window * Origin / Destination * Transit Modes to Consider * Vehicles to Consider (their Id, Location, Mode) * The Id of the Person for whom the request is ultimately made The RoutingResponse message contains: * A vector of EmbodiedBeamTrips EmbodiedBeamTrips contain: * A trip classifer (i.e. the overall mode for the trip which is restricted to WALK, BIKE, CAR, RIDE\_HAIL, TRANSIT) * A vector of EmbodiedBeamLegs EmbodiedBeamLegs contain: * A BeamLeg * A BeamVehicle Id * As Driver Boolean * Optional PassengerSchedule * Cost * UnbecomeDriveOnCompletion Boolean BeamLegs contain: * Start time * Mode (this is a more specific mode for Transit, e.g. SUBWAY or BUS) * Duration * BeamPath containing the path used through the network. BeamPaths contain: * Vector of link Ids * Optional transit stop info (for any Transit leg, the boarding and alighting stop) * A trajectory resolver which is resposible for translating the linkIds into coordinates BeamTransitSegments contain: * Origin stop * Destination stop #### ChoosesMode[¶](#choosesmode "Permalink to this headline") The mode choice protocol involves gathering information, making a choice, confirming reservations if necessary, and then adapting if the chosen trip cannot be executed. ![_images/ProtocolChoosesMode.png](_images/ProtocolChoosesMode.png) *Gathering Information* 1. The Person receives the BeginModeChoiceTrigger from the scheduler. 2. Person sends a MobilityStatusInquiry to thier Household. 3. Household returns a MobilityStatusResponse. Based on this response, the person optionally includes vehicles in the ReservationRequest sent to the Router. 4. Person sends a ReservationRequest to the Router. 5. Person sends a RideHailInquiry to the RideHailManager. 6. Person schedules a FinalizeModeChoiceTrigger to occur in the future (respresenting non-zero time to make a choice). 7. Person stays in ChoosingMode state until all results are recieved: RoutingResponse, RideHailingInquiryResponse, FinalizeModeChoiceTrigger. With each response, the data is stored locally for use in the mode choice. *Choosing and Reserving* 1. The Person evaluates the ModeChoiceCalculator which returns a chosen itinerary (in the form of an EmboidedBeamTrip) from the list of possible alternatives. 2. If a reservation is required to accomplish the chosen itinerary, the person sends ReservationRequest to all drivers in the itinerary (in the case of a transit trip) or a ReserveRide message to the RideHailManager in the case of a ride hail trip). 3. If reservation requests were sent, the Person waits (still in ChoosingMode state) for all responses to be returned. If any response is negative, the Person removes the chosen itinerary from their choice set, sends RemovePassengerFromTrip messagse to all drivers in the trip (if transit) and begins the mode choice process anew. 4. If all reservation responses are received and positive or if the trip does not require reservations at all, the person releases any reserved personal vehicles by sending ReleaseVehicleReservation messags to the Household and a ResourceIsAvailableNotification to themself, the Person throws a PersonDepartureEvent and finally schedules a PersonDepartureTrigger to occur at the departure time of the trip. ### Traveling[¶](#traveling "Permalink to this headline") When a PersonAgent travels, she may transition from being a driver of a vehicle to being a passenger of a vehicle. The protocol for being a driver of a vehicle is listed separately below because that logic is implemented in its own trait (DrivesVehicle) to allow BeamAgents other than PersonAgents to drive vehicles. Some agents (e.g. TransitDrivers) may not be Persons and therefore do not “travel” but they do of course operate a vehicle and move around with it. #### Driver[¶](#driver "Permalink to this headline") [![_images/DrivesVehicleFSM.png](_images/DrivesVehicleFSM.png)](_images/DrivesVehicleFSM.png) ![_images/ProtocolDriving.png](_images/ProtocolDriving.png) *Starting Leg* 1. The Driver receives a StartLegTrigger from the Waiting state. 2. The Driver schedules NotifyLegStartTriggers for each rider in the PassengerSchedule associated with the current BeamLeg. 3. The Driver creates a list of borders from the PassengerSchedule associated with the BeamLeg to track which agents have yet to board the vehicle. 4. When all expected BoardVehicle messages are recieved by the Driver, the Driver schedules an EndLegTrigger and transitions to the Moving state. *Ending Leg* 1. The Driver receives an EndLegTrigger from the Moving state. 2. The Driver schedules NotifyLegEndTriggers for all riders in the PassengerSchedule associated with the current BeamLeg. 3. The Driver creates a list of alighters from the PassengerSchedule associated with the BeamLeg to track which agents have yet to alight the vehicle. 4. When all expected AlightingConfirmation messages are recieved from the vehicle, the Driver publishes a PathTraversalEvent and proceeds with the following steps. 5. If the Driver has more legs in the PassengerSchedule, she schedules a StartLegTrigger based on the start time of that BeamLeg. 6. Else the Driver schedules a PassengerScheduleEmptyTrigger to execute in the current tick. 7. The Driver transitions to the Waiting state. #### Traveler[¶](#traveler "Permalink to this headline") ![_images/PersonAgentFSM.png](_images/PersonAgentFSM.png) ![_images/ProtocolTraveling.png](_images/ProtocolTraveling.png) *Starting Trip* 1. The PersonAgent receives a PersonDepartureTrigger from the scheduler while in Waiting state. She executes the ProcessNextLeg Method described below. *ProcessNextLeg Method* The following protocol is used more than once by the traveler so it is defined here as a function with no arguments. 1. The Person checks the value of \_currentEmbodiedLeg to see if unbecomeDriverOnCompletion is set to TRUE, if so, then the Person sends an UnbecomeDriver message to her vehicle and updates her \_currentVehicle accordingly. 2. If there are no more legs in the EbmodiedBeamTrip, the PersonAgent either schedules the ActivityEndTrigger and transitions to the PerformingActivity state or, if there are no remaining activities in the person’s plan, she transitions to the Finished state and schedules no further triggers. 3. If there are more legs in the EmbodiedBeamTrip, the PersonAgent processes the next leg in the trip. If asDriver for the next leg is FALSE, then the Person transitions to Waiting state and does nothing further. 4. If asDriver is true for the next leg, the Person creates a temporary passenger schedule for the next leg and sends it along with a BecomeDriver or a ModifyPassnegerSchedule message, depending on whether this person is already the driver of the vehicle or if becoming the driver for the first time. 5. The person stays in the current state (which could be Waiting or Moving depending on the circumstances). *Driving Mission Completed* 1. The PersonAgent receives a PassengerScheduleEmptyTrigger from the scheduler which indicates that as a driver, this Person has finished all legs in her PassengerSchedule. 2. The PersonAgent executes the ProcessNextLeg method. *Notify Start Leg* 1. The PersonAgent receives a NotifyLegStartTrigger. 2. If the private field \_currentEmbodiedLeg is non-empty or if the leg referred to in the trigger does not match the Person’s next leg or if the Person’s next leg has asDriver set to TRUE, this Person has received the NotifyLegStartTrigger too early, so she reschedules the NotifyLegStartTrigger to occur in the current tick, allowing other messages in her Actor mailbox to be processed first. 3. Otherwise, the PersonAgent sends an BoardVehicle message to the driver contained in the EmbodiedBeamLeg unless she is already a passenger in that vehicle. 4. The PersonAgent transitions to the Moving state. *Notify End Leg* 1. The PersonAgent receives a NotifyLegEndTrigger. 2. If the private field \_currentEmbodiedLeg is empty or the currentBeamLeg does not match the leg associated with the Trigger, this Person has received the NotifyLegEndTrigger too early, so she reschedules the NotifyLegEndTrigger to occur in the current tick, allowing other messages in her Actor mailbox to be processed first. 3. If another EmbodiedBeamLeg exists in her EmbodiedBeamTrip AND the BeamVehicle associated with the next EmbodiedBeamTrip is identical to the curren BeamVehicle, then she does nothing other than update her internal state to note the end of the leg and transition to Waiting. 4. Else she sends the current driver an AlightVehicle message and executes the ProcessNextLegModule method. ### Household[¶](#household "Permalink to this headline") During initialization, we execute the rank and escort heuristc. Escorts and household vehicles are assigned to members. 1. The PersonAgent retrieves mobility status from her Household using a MobilityStatusInquiry message. 2. Household returns a MobilityStatusReponse message which notifies the person about two topics: a) whether she is an escortee (e.g. a child), an estorter (e.g. a parent), or traveling alone; b) the Id and location of at most one Car and at most one Bike that the person may use for their tour. 3. If the PersonAgent is an escortee, then she will enter a waiting state until she receives a AssignTrip message from her escorter which contains the BeamTrip that she will follow, at which point she schedules a PersonDepartureTrigger. 4. Else the PersonAgent goes through the mode choice process. After choosing a BeamTrip, she sends an appropriate BeamTrip to her escortees using the AssignTrip message. 5. The PersonAgent sends a VehicleConfirmationNotice to the Household, confirming whether or not she is using the Car or Bike. The Household will use this information to offer unused vehicles as options to subsequent household members. #### Escort[¶](#escort "Permalink to this headline") ### RideHailing[¶](#ridehailing "Permalink to this headline") The process of hailing a ride from a TNC is modeled after the real-world experience: ![_images/ProtocolRideHailing.png](_images/ProtocolRideHailing.png) 1. The PersonAgent inquires about the availability and pricing of the service using a RideHailingInquiry message. 2. The RideHailingManager responds with a RideHailingInquiryResponse. 3. The PersonAgent may choose to use the ride hailing service in the mode choice process. 4. The PersonAgent sends a ReserveRide message attempting to book the service. 5. The RideHailingManager responds with a ReservationResponse which either confirms the reservation or notifies that the resource is unavailable. #### Inquiry[¶](#inquiry "Permalink to this headline") The RideHailingInquiry message contains: * inquiryId * customerId * pickUpLocation * departAt time * destinationLocation The RideHailingInquiryResponse message contains: * inquiryId * a Vector of TravelProposals * an optional ReservationError Each TravelProposal contains: * RideHailingAgentLocation * Time to Customer * estimatedPrice * estimatedTravelTime * Route to customer * Route from origin to destination #### Reserve[¶](#reserve "Permalink to this headline") The ReserveRide message contains: * inquiryId * customerId in the form of a VehiclePersonId * pickUpLocation * departAt time * destinationLocation) The ReservationResponse message contains the request Id and either a ReservationError or f the reservation is successfull, a ReserveConfirmInfo object with the following: * DepartFrom BeamLeg. * ArriveTo BeamLeg. * PassengerVehicleId object containin the passenger and vehicle Ids. * Vector of triggers to schedule. ### Transit[¶](#transit "Permalink to this headline") Transit itineraries are returned by the router in the Trip Planning Protocol. In order to follow one of these itineraries, the PersonAgent must reserve a spot on the transit vehicle according to the following protocol: ![_images/ProtocolVehicleReservation.png](_images/ProtocolVehicleReservation.png) 1. PersonAgent sends ReservationRequest to the Driver. 2. The BeamVehicle forwards the reservation request to the Driver of the vehicle. The driver is responsible for managing the schedule and accepting/rejecting reservations from customers. 3. The Driver sends a ReservationConfirmation directly to the PersonAgent. 4. When the BeamVehicle makes it to the confirmed stop for boarding, the Driver sends a BoardingNotice to the PersonAgent. 5. The PersonAgent sends an BoardVehicle message to the Driver. 7. Also, concurrently, when the BeamVehicle is at the stop, the Driver sends an AlightingNotice to all passengers registered to alight at that stop. 8. Notified passengers send an AlightVehicle message to the Driver. Because the reservation process ensures that vehicles will not exceed capacity, the Driver need not send an acknowledgement to the PersonAgent. ### Refueling[¶](#refueling "Permalink to this headline") ??? ### Modify Passenger Schedule Manager[¶](#modify-passenger-schedule-manager "Permalink to this headline") This protocol is deep into the weeds of the Ride Hail Manager but important for understanding how reservations and reposition requests are managed. ![_images/ProtocolRideHailPassengerScheduleManager.png](_images/ProtocolRideHailPassengerScheduleManager.png) DevOps Guide[¶](#devops-guide "Permalink to this headline") ----------------------------------------------------------- ### Git LFS[¶](#git-lfs "Permalink to this headline") #### Setup git-lfs Server[¶](#setup-git-lfs-server "Permalink to this headline") 1. From the AWS Management Console, launch the Amazon EC2 instance from an Amazon Machine Image (AMI) that has Ubuntu 64-bit as base operating system. 2. Choose a security group that will allow SSH access as well as port 8080 to access your git lfs server. You should only enable ingress from the IP addresses you wish to allow access to your server. 3. On AWS Management Console go to Services menu from top bar and open the Amazon S3 console. 4. Click Create Bucket, it will opens a new dialog window. 6. On the Name and region tab, provide appropriate name (should be DNS compliant) and desired region, then Click Next button in the bottom. 7. Leave Set properties as is and click Next again. 8. On Set Permissions tab, set read and write access for your git-lfs user. and Click next. 9. Verify your settings on Review tab. If you want to change something, choose Edit. If your current settings are correct, choose Create bucket. 10. Connect to the ec2 instance via SSH. 11. Add NodeSource APT repository for Debian-based distributions repository AND the PGP key for verifying packages: > > $ curl -sL <https://deb.nodesource.com/setup_6.x> | sudo -E bash - 12. Install Node.js from the Debian-based distributions repository: > > $ sudo apt-get install -y nodejs 13. To confirm that Node.js was successfully installed on your system, you can run the following command: > > $ node -v If Node is installed, this command should print out something like this: > > v6.9.1 14. To get the most up-to-date npm, you can run the command: > > $ sudo npm install npm –global 15. Next, you can directly install git-lfs server using node package manager by executing following command: > > $ sudo npm install node-git-lfs 16. Git LFS server offers two method of configuration, via environment variable or configuration file. At this step you have to define some environment variables to configure the server: > > * LFS\_BASE\_URL - URL of the LFS server - **required** > * LFS\_PORT - HTTP portal of the LFS server, default to 3000 - **required** > * LFS\_STORE\_TYPE - Object store type, can be either s3 (for AWS S3) or grid (for MongoDB GridFS), default to s3 - **required** > * LFS\_AUTHENTICATOR\_TYPE - Authenticator type, can be basic (for basic username and password), none (for no authentication), default to none - **required** > * LFS\_AUTHENTICATOR\_USERNAME - Username - **required** > * LFS\_AUTHENTICATOR\_PASSWORD - Password - **required** > * AWS\_ACCESS\_KEY - AWS access key - **required** > * AWS\_SECRET\_KEY - AWS secret key - **required** > * LFS\_STORE\_S3\_BUCKET - AWS S3 bucket - **required** > * LFS\_STORE\_S3\_ENDPOINT - AWS S3 endpoint, normally this will be set by region > * LFS\_STORE\_S3\_REGION - AWS S3 region > > > Set Aws access key, secret ky and s3 details based on previous steps. 17. Now start git lfs server: > > $ node-git-lfs 18. At the end, create file named .lfsconfig in you repository with following contents, update host and port based on your environment. > > > [lfs] > url = “<http://host:port/LBNL-UCB-STI/beam.git>” > batch = true > access = basic > > This will setup everything you need to setup and install a custom gitl-lfs server on Amazon instance and github repository will start pointing to the your custom server. There is no special installation or requirement for the clint, only thing that you need is to provide lfs user name and password on you client when you pull your contents for the first time. ### Jenkins[¶](#jenkins "Permalink to this headline") #### Setup Jenkins Server[¶](#setup-jenkins-server "Permalink to this headline") 1. From the AWS Management Console, launch the Amazon EC2 instance from an Amazon Machine Image (AMI) that has Ubuntu 64-bit as base operating system. 2. Choose a security group that will allow SSH access as well as port 8080, 80 and 443 to access your Jenkins dashboard. You should only enable ingress from the IP addresses you wish to allow access to your server. 3. Connect to the instance via SSH. 4. Add oracle java apt repository: ``` $ sudo add-apt-repository ppa:webupd8team/java ``` 5. Run commands to update system package index and install Java installer script: ``` $ sudo apt update; sudo apt install oracle-java8-installer ``` 6. Add the repository key to the system: ``` $ wget -q -O - https://pkg.jenkins.io/debian/jenkins-ci.org.key | sudo apt-key add - . ``` 7. Append the Debian package repository address to the server’s sources: ``` $ echo deb https://pkg.jenkins.io/debian-stable binary/ | sudo tee /etc/apt/sources.list.d/jenkins.list ``` 8. Run update so that apt-get will use the new repository: ``` $ sudo apt-get update ``` 9. Install Jenkins and its dependencies, including Java: ``` $ sudo apt-get install jenkins ``` 10. Start Jenkins: ``` $ sudo service jenkins start ``` 11. Verify that it started successfully: ``` $ sudo service jenkins status ``` 12. If everything went well, the beginning of the output should show that the service is active and configured to start at boot: > > jenkins.service - LSB: Start Jenkins at boot time > Loaded: loaded (/etc/init.d/jenkins; bad; vendor preset: enabled) > Active:active (exited) since Thu 2017-04-20 16:51:13 UTC; 2min 7s ago > Docs: man:systemd-sysv-generator(8) 13. To set up installation, visit Jenkins on its default port, 8080, using the server domain name or IP address: > > <http://ip_address_of_ec2_instance:8080> An “Unlock Jenkins” screen would appear, which displays the location of the initial password ![image0](_images/jenkins-unlock.png) 14. In the terminal window, use the cat command to display the password: ``` $ sudo cat /var/lib/jenkins/secrets/initialAdminPassword ``` 15. Copy the 32-character alphanumeric password from the terminal and paste it into the “Administrator password” field, then click “Continue”. ![image1](_images/jenkins-customize.png) 16. Click the “Install suggested plugins” option, which will immediately begin the installation process. ![image2](_images/jenkins-plugins.png) 17. When the installation is complete, it prompt to set up the first administrative user. It’s possible to skip this step and continue as admin using the initial password used above, but its batter to take a moment to create the user. ![image3](_images/jenkins-ready.png) 18. Once the first admin user is in place, you should see a “Jenkins is ready!” confirmation screen. ![image4](_images/jenkins-first-admin.png) 19. Click “Start using Jenkins” to visit the main Jenkins dashboard. ![image5](_images/jenkins-using.png) At this point, Jenkins has been successfully installed. 20. Update your package lists and install Nginx: ``` $ sudo apt-get install nginx ``` 21. To check successful installation run: ``` $ nginx -v ``` 22. Move into the proper directory where you want to put your certificates: ``` $ cd /etc/nginx ``` 23. Generate a certificate: ``` $ sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/nginx/cert.key -out /etc/nginx/cert.crt ``` 24. Next you will need to edit the default Nginx configuration file: ``` $ sudo vi /etc/nginx/sites-enabled/default ``` 25. Update the file with following contents: > > > server { > listen 80; > return 301 <https://$host$request_uri>; > > } > > > > server { > listen 443; > server\_name beam-ci.tk; > > > ssl\_certificate /etc/nginx/cert.crt; > ssl\_certificate\_key /etc/nginx/cert.key; > > > ssl on; > ssl\_session\_cache builtin:1000 shared:SSL:10m; > ssl\_protocols TLSv1 TLSv1.1 TLSv1.2; > ssl\_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4; > ssl\_prefer\_server\_ciphers on; > > > access\_log /var/log/nginx/jenkins.access.log; > > > > location / { > proxy\_set\_header Host $host; > proxy\_set\_header X-Real-IP $remote\_addr; > proxy\_set\_header X-Forwarded-For $proxy\_add\_x\_forwarded\_for; > proxy\_set\_header X-Forwarded-Proto $scheme; > > > # Fix the “It appears that your reverse proxy set up is broken” error. > proxy\_pass <http://localhost:8080>; > proxy\_read\_timeout 90; > > > proxy\_redirect <http://localhost:8080> <https://beam-ci.tk>; > > > > > } > > > > > } > > > 26. For Jenkins to work with Nginx, you need to update the Jenkins config to listen only on the localhost interface instead of all (0.0.0.0), to ensure traffic gets handled properly. This is an important step because if Jenkins is still listening on all interfaces, then it will still potentially be accessible via its original port (8080). 27. Modify the /etc/default/jenkins configuration file to make these adjustments: ``` $ sudo vi /etc/default/jenkins ``` 28. Locate the JENKINS\_ARGS line and update it to look like the following: ``` $ JENKINS_ARGS="--webroot=/var/cache/$NAME/war --httpListenAddress=127.0.0.1 --httpPort=$HTTP_PORT -ajp13Port=$AJP_PORT" ``` 29. Then go ahead and restart Jenkins: ``` $ sudo service jenkins restart ``` 30. After that restart Nginx: ``` $ sudo service nginx restart ``` You should now be able to visit your domain using either HTTP or HTTPS, and the Jenkins site will be served securely. You will see a certificate warning because you used a self-signed certificate. 31. Next you install certbot to setup nginx with as CA certificate. Certbot team maintains a PPA. Once you add it to your list of repositories all you’ll need to do is apt-get the following packages: ``` $ sudo add-apt-repository ppa:certbot/certbot ``` 32. Run apt update: ``` $ sudo apt-get update ``` 33. Install certbot for Nginx: ``` $ sudo apt-get install python-certbot-nginx ``` 34. Get a certificate and have Certbot edit Nginx configuration automatically, run the following command: ``` $ sudo certbot –nginx ``` 35. The Certbot packages on your system come with a cron job that will renew your certificates automatically before they expire. Since Let’s Encrypt certificates last for 90 days, it’s highly advisable to take advantage of this feature. You can test automatic renewal for your certificates by running this command: ``` $ sudo certbot renew –dry-run ``` 36. Restart Nginx: ``` $ sudo service nginx restart ``` 37. Go to AWS management console and update the Security Group associated with jenkins server by removing the port 8080, that you added in step 2. #### Setup Jenkins Slave[¶](#setup-jenkins-slave "Permalink to this headline") Now configure a Jenkins slave for pipeline configuration. You need the slave AMI to spawn automatic EC2 instance on new build jobs. 1. Create Amazon EC2 instance from an Amazon Machine Image (AMI) that has Ubuntu 64-bit as base operating system. 2. Choose a security group that will allow only SSH access to your master (and temporarily for your personal system). 3. Connect to the instance via SSH. 4. Add oracle java apt repository and git-lfs: ``` $ sudo add-apt-repository ppa:webupd8team/java* $ sudo curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash* ``` 5. Run commands to update system package index: ``` $ sudo apt update ``` 6. Install Java and other dependency components, there is no need to install any jenkins component or service. Jenkins automatically deploy an agent as it initiates the build: ``` $ sudo apt install git docker oracle-java8-installer git-lfs=2.3.4 ``` 7. SSH master that you created in last topic and from inside master again ssh your newly created slave, just to test the communication: ``` $ ssh ubuntu@<slave_ip_address> ``` 8. In EC2 Instances pane, click on your Jenkins slave instance you just configure, and create a new image. ![image6](_images/ami-step1.png) 9. On Create Image dialog, name the image and select “Delete on Termination”. It makes slave instance disposable, if there are any build artifacts, job should save them, that will send them to your master. ![image7](_images/ami-step2.png) 10. Once image creation process completes, just copy the AMI ID, you need it for master configuration. ![image8](_images/ami-step3.png) 11. Update the Slave security group and remove all other IP addresses except master. You should only enable ingress from the IP addresses you wish to allow access to your slave. ![image9](_images/ami-step4.png) 12. At the end drop slave instance, its not needed anymore. #### Configure Jenkins Master[¶](#configure-jenkins-master "Permalink to this headline") Now start configuring Jenkins master, so it can spawn new slave instance on demand. 1. Once Master and Slave are setup, login to Jenkins server administrative console as admin. 2. On the left-hand side, click Manage Jenkins, and then click Manage Plugins. 3. Click on the Available tab, and then enter Amazon EC2 plugin at the top right. ![image10](_images/jenkins-ec2-plugin.png) 3. Select the checkbox next to Amazon EC2 plugin, and then click Install without restart. 4. Once the installation is done, click Go back to the top page. 4. On the sidebar, click on Credentials, hover (global) for finding the sub menu and add a credential. ![image11](_images/jenkins-credential1.png) 6. Choose AWS Credentials, and limit the scope to System, complete the form, if you make an error, Jenkins will add an error below the secret key. Jenkins uses access key ID and secret access key to interface with Amazon EC2. ![image12](_images/jenkins-credential3.png) 7. Click on Manage Jenkins, and then Configure System. 8. Scroll all the way down to the section that says Cloud. 9. Click Add a new cloud, and select Amazon EC2. A collection of new fields appears. ![image13](_images/jenkins-cloud1.png) 10. Select Amazon EC2 Credentials that you just created. EC2 Key Pair’s Private key is a key generated when creating a new EC2 image on AWS. ![image14](_images/jenkins-cloud2.png) 11. Complete the form, choose a Region, Instance Type, label and set Idle termination time. If the slave becomes idle during this time, the instance will be terminated. ![image15](_images/jenkins-cloud3.png) 12. In order for Jenkins to watch GitHub projects, you will need to create a Personal Access Token in your GitHub account. Now go to GitHub and signing into your account and click on user icon in the upper-right hand corner and select Settings from the drop down menu. ![image16](_images/github-step1.png) 13. On Settings page, locate the Developer settings section on the left-hand menu and go to Personal access tokens and click on Generate new token button. ![image17](_images/github-step2.png) 14. In the Token description box, add a description that will allow you to recognize it later. ![image18](_images/github-step3.png) 15. In the Select scopes section, check the repo:status, repo:public\_repo and admin:org\_hook boxes. These will allow Jenkins to update commit statuses and to create webhooks for the project. If you are using a private repository, you will need to select the general repo permission instead of the repo sub items. ![image19](_images/github-step4.png) 16. When you are finished, click Generate token at the bottom. 17. You will be redirected back to the Personal access tokens index page and your new token will displayed. ![image20](_images/github-step5.png) 18. Copy the token now so that you can reference it later. Now that you have a token, you need to add it to your Jenkins server so it can automatically set up webhooks. Log into your Jenkins web interface using the administrative account you configured during installation. 19. On Jenkins main dashboard, click Credentials in the left hand menu. ![image21](_images/jenkins-menu.png) 20. Click the arrow next to (global) within the Jenkins scope. In the box that appears, click Add credentials. ![image22](_images/jenkins-credential1.png) 21. From Kind drop down menu, select Secret text. In the Secret field, paste your GitHub personal access token. Fill out the Description field so that you will be able to identify this entry at a later date and press OK button in the bottom. ![image23](_images/jenkins-credential2.png) 22. Jenkins dashboard, click Manage Jenkins in the left hand menu and then click Configure System. ![image24](_images/jenkins-config.png) 23. Find the section with title GitHub. Click the Add GitHub Server button and then select GitHub Server. ![image25](_images/jenkins-github1.png) 24. In the Credentials drop down menu, select your GitHub personal access token that you added in the last section. ![image26](_images/jenkins-github2.png) 25. Click the Test connection button. Jenkins will make a test API call to your account and verify connectivity. On successful connectivity click Save. #### Configure Jenkins Jobs[¶](#configure-jenkins-jobs "Permalink to this headline") Once Jenkins is installed on master and its configured with slave, cloud and github. The only thing we need now, before configuring the jobs, is to install a set of plugins. 1. On the left-hand side of Jenkins dashboard, click Manage Jenkins, and then click Manage Plugins. 2. Click on the Available tab, and then enter plugin name at the top right to install following set of plugins. * Gradle Plugin: This plugin allows Jenkins to invoke Gradle build scripts directly. * Build Timeout: This plugin allows builds to be automatically terminated after the specified amount of time has elapsed. * HTML5 Notifier Plugin: The HTML5 Notifier Plugin provides W3C Web Notifications support for builds. * Notification Plugin: you can notify on deploying, on master failure/back to normal, etc. * HTTP Request Plugin: This plugin sends a http request to a url with some parameters. * embeddable-build-status: Fancy but I love to have a status badge on my README * Timestamper: It adds time information in our build output. * AnsiColor: Because some tools (lint, test) output string with bash color and Jenkins do not render the color without it. * Green Balls: Because green is better than blue! 3. Back in the main Jenkins dashboard, click New Item in the left hand menu: 4. Enter a name for your new pipeline in the Enter an item name field. Afterwards, select Freestyle Project as the item type and Click the OK button at the bottom to move on. ![image27](_images/jenkins-pipeline0.png) 5. On the next screen, specify Project name and description. ![image28](_images/jenkins-pipeline1.png) 6. Then check the GitHub project box. In the Project url field that appears, enter your project’s GitHub repository URL. ![image29](_images/jenkins-pipeline2.png) 7. In the HTML5 Notification Configuration section left uncheck Skip HTML5 Notifications? Checkbox, to receive browser notifications against our builds ![image30](_images/jenkins-pipeline3.png) 8. To configure Glip Notifications with Jenkins build you need to configure notification endpoint under Job Notification section. Select JSON in Format drop-down, HTML in Protocol and to obtain end point URL follow steps 8.1 through 8.3. ![image31](_images/jenkins-pipeline4.png) > > 8.1. Open Glip and go to your desired channel where you want to receive notifications and then click top right button for Conversation Settings. It will open a menu, click Add Integration menu item. ![image32](_images/glip-notification1.png) > > 8.2. On Add Integration dialog search Jenkins and click on the Jenkins Integration option. ![image33](_images/glip-notification2.png) > > 8.3. A new window would appear with integration steps, copy the URL from this window and use in the above step. ![image34](_images/glip-notification3.png) 9. At the end of notification section check Execute concurrent build if necessary and Restrict where this project can run and specify the label that we mentioned in last section while configuring master. ![image35](_images/jenkins-pipeline5.png) 10. In Source Code Management specify the beam github url against Repository URL and select appropriate credentials. Put \*\* for all branches, to activate build for all available bit hub branches. ![image36](_images/jenkins-pipeline6.png) 11. Next, in the Build Triggers section, check the GitHub hook trigger for GITScm polling box. ![image37](_images/jenkins-pipeline7.png) 12. Under Build Environment section, click Abort build if it’s stuck and specify the timeout. Enable timestamps to Console output and select xterm in ANSI color option and in the end specify the build name pattern for more readable build names. ![image38](_images/jenkins-pipeline8.png) 13. Last but not least, in Build section add a gradle build step, check Use Gradle Wrapper and specify the gralde task for build. ![image39](_images/jenkins-pipeline9.png) #### Configure Periodic Jobs[¶](#configure-periodic-jobs "Permalink to this headline") You can schedule any Jenkins job to run periodically based on provided schedule. To configure periodic build follow the steps below: 1. First click on Configure menu item from menu on left hand side of Job/Project home page. 2. On the next (configuration) page, go to Build Triggers section. ![image40](_images/jenkins-periodic-build1.png) 3. Click on check box labeled Build periodically to enable the option. It will expand and ask for Schedule with a warning message some thing like, No schedules so will never run. ![image41](_images/jenkins-periodic-build2.png) 4. You have to specify a schedule by following the similar syntax of cron job as a line consists of 5 fields separated by TAB or whitespace: MINUTE HOUR DOM MONTH DOW * MINUTE Minutes within the hour (0–59) * HOUR The hour of the day (0–23) * DOM The day of the month (1–31) * MONTH The month (1–12) * DOW The day of the week (0–7) where 0 and 7 are Sunday. To schedule once daily every 24 hours for only 5 working days, we need to specify some thing like: ``` H 0 \* \* 1-5 ``` ![image42](_images/jenkins-periodic-build3.png) As you specify the schedule, warning would be replaced with a descriptive schedule. 5. Save the configurations and now you have setup job to run periodically. #### References[¶](#references "Permalink to this headline") <https://d0.awsstatic.com/whitepapers/DevOps/Jenkins_on_AWS.pdf> <https://www.digitalocean.com/community/tutorials/how-to-configure-nginx-with-ssl-as-a-reverse-proxy-for-jenkins> <https://www.digitalocean.com/community/tutorials/how-to-set-up-continuous-integration-pipelines-in-jenkins-on-ubuntu-16-04> <https://jmaitrehenry.ca/2016/08/04/how-to-install-a-jenkins-master-that-spawn-slaves-on-demand-with-aws-ec2> ### Automated Cloud Deployment[¶](#automated-cloud-deployment "Permalink to this headline") #### Automatic Image (AMI) Update[¶](#automatic-image-ami-update "Permalink to this headline") In Automated Cloud Deployment capability, there is a baseline image (AMI) that used to instantiate new EC2 instance. It contains copy of git repository and gradle dependency libraries. All of these are outdated in few days due to active development of BEAM. And when we start instance from an outdated image it take additional time to update them before starting the simulation/run. This process help Cloud Automatic Deployment to keep up to date image for fast execution. To trigger this update process a Cloud Watch Event is setup with one week frequency. This event triggers an AWS Lambda (named updateDependencies) and lambda then starts an instance from the outdated image with instructions to update the image with latest LFS files for pre configured branches (these branches are mentioned in its environment variables that we can configure easily without any change in lambda code). One LFS files and gradle dependencies are updated in the new instance, the instance invoke a new lambda (named updateBeamAMI) to take its new image. This new lambda creates an image of the instance, terminate the instance and update this new image id to Automated Cloud Deployment process for future use. This process is designed to get latest LFS files from different branches. To add a new branch or update existing one, an environment variable named BRANCHES need to update with space as branch name delimiter. Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html)
goldilocks
go
Goldilocks 0.1.1 documentation [Goldilocks](index.html#document-index) stable * [Goldilocks](index.html#document-readme) * [Installation](index.html#document-installation) * [Command Line Usage](index.html#document-cli) * [Basic Package Usage](index.html#document-basic) * [Advanced Package Usage](index.html#document-advanced) * [Exporting](index.html#document-exporting) * [Plotting](index.html#document-plotting) * [Custom Strategies](index.html#document-custom) * [Examples](index.html#document-example) * [Contributing](index.html#document-contributing) * [Credits](index.html#document-authors) * [History](index.html#document-changelog) [Goldilocks](index.html#document-index) * [Docs](index.html#document-index) » * Goldilocks 0.1.1 documentation * [Edit on GitHub](https://github.com/SamStudio8/goldilocks/blob/3bd08ae9bb42c6683ff27d44ae259731925809b4/docs/index.rst) --- Welcome to Goldilocks’s documentation![¶](#welcome-to-goldilocks-s-documentation "Permalink to this headline") ============================================================================================================== Contents: Goldilocks[¶](#goldilocks "Permalink to this headline") ------------------------------------------------------- [![https://badge.fury.io/py/goldilocks.png](https://badge.fury.io/py/goldilocks.png)](http://badge.fury.io/py/goldilocks) [![https://travis-ci.org/SamStudio8/goldilocks.png?branch=master](https://travis-ci.org/SamStudio8/goldilocks.png?branch=master)](https://travis-ci.org/SamStudio8/goldilocks) [![https://coveralls.io/repos/SamStudio8/goldilocks/badge.png?branch=master](https://coveralls.io/repos/SamStudio8/goldilocks/badge.png?branch=master)](https://coveralls.io/r/SamStudio8/goldilocks) [![Join the chat at https://gitter.im/SamStudio8/goldilocks](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/SamStudio8/goldilocks?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Locating genomic regions that are “just right”. * Documentation: <http://goldilocks.readthedocs.org>. ### What is it?[¶](#what-is-it "Permalink to this headline") **Goldilocks** is a Python package providing functionality for locating ‘interesting’ genomic regions for some definition of ‘interesting’. You can import it to your scripts, pass it sequence data and search for subsequences that match some criteria across one or more samples. Goldilocks was developed to support our work in the investigation of quality control for genetic sequencing. It was used to quickly locate regions on the human genome that expressed a desired level of variability, which were “just right” for later variant calling and comparison. The package has since been made more flexible and can be used to find regions of interest based on other criteria such as GC-content, density of target k-mers, defined confidence metrics and missing nucleotides. ### What can I use it for?[¶](#what-can-i-use-it-for "Permalink to this headline") Given some genetic sequences (from one or more samples, comprising of one or more chromosomes), Goldilocks will shard each chromosome in to subsequences of a desired size which may or may not overlap as required. For each chromosome from each sample, each subsequence or ‘region’ is passed to the user’s chosen strategy. The strategy simply defines what is of interest to the user in a language that Goldilocks can understand. Goldilocks is currently packaged with the following strategies: | Strategy | Census Description | | --- | --- | | GCRatioStrategy | Calculate GC-ratio for subregions across the genome. | | NucleotideCounterStrategy | Count given nucleotides for subregions across the genome. | | MotifCounterStrategy | Search for one or more particular motifs of interest of any and varying size in subregions across the genome. | | ReferenceConsensusStrategy | Calculate the (dis)similarity to a given reference across the genome. | | PositionCounterStrategy | Given a list of base locations, calculate density of those locations over subregions across the genome. | Once all regions have been ‘censused’, the results may be sorted by one of four mathematical operations: max, min, median and mean. So you may be interested in subregions of your sequence(s) that feature the most missing nucleotides, or subregions that contain the mean or median number of SNPs or the lowest GC-ratio. ### Why should I use it?[¶](#why-should-i-use-it "Permalink to this headline") Goldilocks is hardly the first tool capable of calculating GC-content across a genome, or to find k-mers of interest, or SNP density, so why should you use it as part of your bioinformatics pipeline? Whilst not the first program to be able to conduct these tasks, it is the first to be capable of doing them all together, sharing the same interfaces. Every strategy can quickly be swapped with another by changing one line of your code. Every strategy returns regions in the same format and so you need not waste time munging data to fit the rest of your pipeline. Strategies are also customisable and extendable, those even vaguely familiar with Python should be able to construct a strategy to meet their requirements. Goldilocks is maintained, documented and tested, rather than that hacky perl script that you inherited years ago from somebody who has now left your lab. ### Requirements[¶](#requirements "Permalink to this headline") To use; * numpy * matplotlib (for plotting) To test; * tox * pytest For coverage; * nose * python-coveralls ### Installation[¶](#installation "Permalink to this headline") ``` $ pip install goldilocks ``` ### Citation[¶](#citation "Permalink to this headline") Please cite us so we can continue to make useful software! ``` Nicholls, S. M., Clare, A., & Randall, J. C. (2016). Goldilocks: a tool for identifying genomic regions that are "just right." Bioinformatics (2016) 32 (13): 2047-2049. doi:10.1093/bioinformatics/btw116 ``` ``` @article{Nicholls01072016, author = {Nicholls, Samuel M. and Clare, Amanda and Randall, Joshua C.}, title = {Goldilocks: a tool for identifying genomic regions that are ‘just right’}, volume = {32}, number = {13}, pages = {2047-2049}, year = {2016}, doi = {10.1093/bioinformatics/btw116}, URL = {http://bioinformatics.oxfordjournals.org/content/32/13/2047.abstract}, eprint = {http://bioinformatics.oxfordjournals.org/content/32/13/2047.full.pdf+html}, journal = {Bioinformatics} } ``` ### License[¶](#license "Permalink to this headline") Goldilocks is distributed under the MIT license, see LICENSE. Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- At the command line: ``` $ pip install goldilocks ``` Or, if you have virtualenvwrapper installed: ``` $ mkvirtualenv goldilocks $ pip install goldilocks ``` Command Line Usage[¶](#command-line-usage "Permalink to this headline") ----------------------------------------------------------------------- Goldilocks is also packaged with a basic command line tool to demonstrate some of its capabilities and to provide access to base functionality without requiring users to author a script of their own. For more complicated queries, you’ll need to import Goldilocks as a package to a script of your own. But for simple use-cases the tool might be enough for you. ### Usage[¶](#usage "Permalink to this headline") Goldilocks is invoked as follows: ``` goldilocks <strategy> <sort-op> [--tracks TRACK1 [TRACK2 ...]] -l LENGTH -s STRIDE [-@ THREADS] FAIDX1 [FAIDX2 ...] ``` Where a strategy is a census strategy listed as available... ``` $ goldilocks list Available Strategies * gc * ref * motif * nuc ``` ...and a sort operation is one of: * max * min * mean * median * none ### Example[¶](#example "Permalink to this headline") Tabulate all regions and their associated counts of nucleotides A, C, G, T and N. Window size 100Kbp, overlap 50Kbp. Census will spawn 4 processes. Regions in table will be sorted by co-ordinate: ``` goldilocks nuc none --tracks A C G T N -l 100000 -s 50000 -@ 4 /store/ref/hs37d5.fa.fai ``` Tabulate all regions and their associated GC-content. Same parameters as previous example but table will be sorted by maximum GC-content descending: ``` goldilocks gc max -l 100000 -s 50000 -@ 4 /store/ref/hs37d5.fa.fai ``` Basic Package Usage[¶](#basic-package-usage "Permalink to this headline") ------------------------------------------------------------------------- The following example assumes basic Python programming experience (and that you have installed Goldilocks), skip to the end if you think you know what you’re doing. ### Importing[¶](#importing "Permalink to this headline") To use Goldilocks you will need to import the [`goldilocks.goldilocks.Goldilocks`](index.html#goldilocks.goldilocks.Goldilocks "goldilocks.goldilocks.Goldilocks") class and your desired census strategy (e.g. NucleotideCounterStrategy) from [`goldilocks.strategies`](index.html#module-goldilocks.strategies "goldilocks.strategies") to your script: ``` from goldilocks import Goldilocks from goldilocks.strategies import NucleotideCounterStrategy ``` ### Providing Sequence Data as Dictionary[¶](#providing-sequence-data-as-dictionary "Permalink to this headline") If you do not have FASTA files, the [`goldilocks.goldilocks.Goldilocks`](index.html#goldilocks.goldilocks.Goldilocks "goldilocks.goldilocks.Goldilocks") class allows you to provide sequence data in the following structure: ``` sequence\_data = { "sample\_name\_or\_identifier": { "chr\_name\_or\_number": "my\_actual\_sequence", } } ``` For example: ``` sequence\_data = { "my\_sample": { 2: "NANANANANA", "one": "CATCANCAT", "X": "GATTACAGATTACAN" }, "my\_other\_sample": { 2: "GANGANGAN", "one": "TATANTATA", "X": "GATTACAGATTACAN" } } ``` The sequences are stored in a nested structure of Python dictionaries, each key of the sequence\_data dictionary represents the name or an otherwise unique identifier for a particular sample (e.g. “my\_sample”, “my\_other\_sample”), the value is a dictionary whose own keys represent chromosome names or numbers [[1]](#id3) and the corresponding values are the sequences themselves as a string [[2]](#id4). Regardless of how the chromosomes are identified, they must match across samples if one wishes to make comparisons across samples. | [[1]](#id1) | Goldilocks has no preference for use of numbers or strings for chromosome names but it would be sensible to use numbers where possible for cases where you might wish to sort by chromosome. | | [[2]](#id2) | In future it is planned that sequences may be further nested in a dictionary to fully support polyploid species. | ### Providing Sequence Data as FASTA[¶](#providing-sequence-data-as-fasta "Permalink to this headline") If your sequences are in FASTA format, you must first index them with samtools faidx, then for each sample, pass the path to the index to Goldilocks in the following structure: ``` sequence\_data = { "my\_sequence": {"file": "/path/to/fastaidx/1.fa.fai"}, "my\_other\_sequence": {"file": "/path/to/fastaidx/2.fa.fai"}, "my\_other\_other\_sequence": {"file": "/path/to/fastaidx/3.fa.fai"}, } ``` When supplying sequences in this format, note the following: > > * is\_faidx=True must be passed to the Goldilocks constructor (see below), > * It is assumed that the FASTA will be in the same directory with the same name as its index, just without the ”.fai” extension, > * The key in the sequence data dictionary for each sample, must be file, > * The i-th sequence in each FASTA will be censused together, thus the order in which your sequences appear matters. > > > It is anticipated in future these assumptions will be circumvented by additional options to the Goldilocks constructor. To specify the is\_faidx argument, call the constructor like so: ``` g = Goldilocks(NucleotideCounterStrategy(["N"]), sequence\_data, length=3, stride=1, is\_faidx=True) ``` Now Goldilocks will know to expect to open these file values as FASTA indexes, not sequence data! ### Conducting a Census[¶](#conducting-a-census "Permalink to this headline") Once you have organised your sequence data in to the appropriate structure, you may conduct the census with Goldilocks by passing your strategy (e.g. NucleotideCounterStrategy) and sequence data to the imported [`goldilocks.goldilocks.Goldilocks`](index.html#goldilocks.goldilocks.Goldilocks "goldilocks.goldilocks.Goldilocks") class: ``` g = Goldilocks(NucleotideCounterStrategy(["N"]), sequence\_data, length=3, stride=1) ``` Make sure you add the brackets after the name of the imported strategy, this ‘creates’ a usuable strategy for Goldilocks to work with. For each chromosome (i.e. ‘one’, ‘X’ and 2) Goldilocks will split each sequence from the corresponding chromosome in each of the two example samples in to triplets of bases (as our specified region length is 3) with an offset of 1 (as our stride is 1). For example, chromosome “one” of “my\_sample” will be split as follows: ``` CAT ATC TCA CAN ANC NCA CAT ``` In our example, the NucleotideCounterStrategy will then count the number of N bases that appear in each split, for each sample, for each chromosome. ### Getting the Regions[¶](#getting-the-regions "Permalink to this headline") Once the census is complete, you can extract all of the censused regions directly from your Goldilocks object. The example below demonstrates the format of the returned regions dictionary for the example data above: ``` > g.regions { 0: { 'chr': 2, 'ichr': 0, 'pos_end': 3, 'pos_start': 1, 'group_counts': { 'my_sample': {'default': 2}, 'my_other_sample': {'default': 1}, 'total': {'default': 3} }, } ... 27: { 'chr': 'one', 'ichr': 6, 'pos_end': 9, 'pos_start': 7, 'group_counts': { 'my_sample': {'default': 0}, 'my_other_sample': {'default': 0}, 'total': {'default': 0} }, } } ``` The returned structure is a dictionary whose keys represent the id of each region, with values corresponding to a dictionary of metadata for that particular id. The id is assigned incrementally (starting at 0) as each region is encountered by Goldilocks during the census and isn’t particularly important. Each region dictionary has the following metadata [[3]](#id6): | Key | Value | | --- | --- | | id | A unique id assigned to the region by Goldilocks | | chr | The chromosome the region appeared on (as found in the input data) | | ichr | This region is the ichr-th to appear on this chromosome (0-indexed) | | pos\_start | The 1-indexed base of the sequence where the region begins (inclusive) | | pos\_end | The 1-indexed base of the sequence where the region ends (inclusive) | | [[3]](#id5) | Goldilocks used to feature a group\_counts dictionary as part of the region metadata as shown in the example above, this was removed as it duplicated data stored in the group\_counts variable in the Goldilocks object needlessly. It has not been removed in the example output above as it helps explain what regions represent. | In the example output above, the first (0th) censused region appears on chromosome 2 [[4]](#id9) and includes bases 1-3. It is the first (0th) region to appear on this chromosome and over those three bases, the corresponding subsequence for “my\_sample” contained 2 N bases and the corresponding subsequence for “my\_other\_sample” contained 1. In total, over both samples, on chromosome 2, over bases 1-3, 3 N bases appeared. The last region, region 27 (28th) appears on chromosome “one” [[5]](#id10) and includes bases 7-9. It is the seventh (6th by 0-index) found on this chromosome and over those three bases neither of the two samples contained an N base. | [[4]](#id7) | As numbers are ordered before strings like “one” and “X” in Python. | | [[5]](#id8) | As “X” is ordered before “one” in Python. | ### Sorting Regions[¶](#sorting-regions "Permalink to this headline") Following a census, Goldilocks allows you to sort the regions found by four mathematical operations: max, min, mean and median. ``` g\_max = g.query("max") g\_min = g.query("min") g\_mean = g.query("mean") g\_median = g.query("median") ``` The result of a query is the original [`goldilocks.goldilocks.Goldilocks`](index.html#goldilocks.goldilocks.Goldilocks "goldilocks.goldilocks.Goldilocks") object with masked and sorted internal data. You can view a table-based representation of the regions with [`goldilocks.goldilocks.Goldilocks.export\_meta()`](index.html#goldilocks.goldilocks.Goldilocks.export_meta "goldilocks.goldilocks.Goldilocks.export_meta"). ``` > g_max.export_meta(sep='\t', group="total") [NOTE] Filtering values between 0.00 and 3.00 (inclusive) [NOTE] 28 processed, 28 match search criteria, 0 excluded, 0 limit chr pos_start pos_end total_default 2 1 3 3.0 2 3 5 3.0 2 5 7 3.0 2 7 9 3.0 2 2 4 2.0 2 4 6 2.0 2 6 8 2.0 2 8 10 2.0 X 13 15 2.0 one 4 6 2.0 one 5 7 2.0 one 3 5 1.0 one 6 8 1.0 X 1 3 0.0 X 2 4 0.0 X 3 5 0.0 X 4 6 0.0 X 5 7 0.0 X 6 8 0.0 X 7 9 0.0 X 8 10 0.0 X 9 11 0.0 X 10 12 0.0 X 11 13 0.0 X 12 14 0.0 one 1 3 0.0 one 2 4 0.0 one 7 9 0.0 ``` Note the regions in g\_max are now sorted by the number of N bases that appeared. Ties are currently resolved by the region that was seen first (has the lowest id). ### Setting Number of Processes[¶](#setting-number-of-processes "Permalink to this headline") Goldilocks supports multiprocessing and can spawn some number of additional processes to perform the census steps before aggregating all the region counters and answering queries. To specify the number of processes Goldilocks should use, specify a processes argument to the constructor: ``` g = Goldilocks(NucleotideCounterStrategy(["N"]), sequence\_data, length=3, stride=1, processes=4) ``` ### Full Example[¶](#full-example "Permalink to this headline") Census an example sequence for appearance of ‘N’ bases: ``` from goldilocks import Goldilocks from goldilocks.strategies import NucleotideCounterStrategy sequence\_data = { "my\_sample": { 2: "NANANANANA", "one": "CATCANCAT", "X": "GATTACAGATTACAN" }, "my\_other\_sample": { 2: "GANGANGAN", "one": "TATANTATA", "X": "GATTACAGATTACAN" } } g = Goldilocks(NucleotideCounterStrategy(["N"]), sequence\_data, length=3, stride=1, processes=4) g\_max\_n\_bases = g.query("max") g\_min\_n\_bases = g.query("min") g\_median\_n\_bases = g.query("median") g\_mean\_n\_bases = g.query("mean") ``` Advanced Package Usage[¶](#advanced-package-usage "Permalink to this headline") ------------------------------------------------------------------------------- The following assumes basic Python programming experience (and that you have installed Goldilocks and familiarised yourself with the basics), skip to the end if you think you know what you’re doing. ### Filtering Regions[¶](#filtering-regions "Permalink to this headline") #### Group[¶](#group "Permalink to this headline") By default when returning region data the “total” group is used, in our running example of counting missing nucleotides, this would represent the total number of ‘N’ bases seen in sequence data across each sample in the same genomic region on the same chromosome. But if you are more interested in a particular sample: ``` g.query("max", group="my\_sample") ``` #### Track[¶](#track "Permalink to this headline") When using tracks (for strategies that calculate multiple distinct values for each genomic region - such as different nucleotide bases or k-mers), you may wish to extract regions based on scores for a certain track: ``` g.query("max", track="AAA") ``` #### Absolute distance[¶](#absolute-distance "Permalink to this headline") You may be interested in regions within some distance of the mean: ``` g.query("mean", acutal\_distance=10) ``` #### Percentile distance[¶](#percentile-distance "Permalink to this headline") Or perhaps the “top 10%”, or the “middle 25%” around the mean: ``` g.query("max", percentile\_distance=10) g.query("mean", percentile\_distance=25) ``` When not using max or min, by default both actual and percentile differences calculate ‘around’ the mean or median value instead. If you’d like to control this behaviour you can specify a direction: Let’s fetch regions that have values falling within 25% above or below the mean respectively: ``` g.query("mean", percentile\_distance=25, direction=1) g.query("mean", percentile\_distance=25, direction=-1) ``` #### Multiple criteria[¶](#multiple-criteria "Permalink to this headline") You can of course use these at the same time (though actual and percentile distances are mutually exclusive), let’s fetch the top 10% of regions that contain the most “AAA” k-mers for all chromosomes in a hypothetical sample called “my\_sample”: ``` g.query("max", group="my\_sample", track="N", percentile\_distance=10) ``` ### Excluding Regions[¶](#excluding-regions "Permalink to this headline") The filter function also allows users to specify a dictionary of exclusion criteria. #### Starting position[¶](#starting-position "Permalink to this headline") To filter regions based on the 1-indexed starting position greater than or equal to 3: ``` g.query("min", exclusions={ "start\_gte": 3, }) ``` #### Ending position[¶](#ending-position "Permalink to this headline") To filter regions based on the 1-indexed ending position less than or equal to 9: ``` g.query("min", exclusions={ "end\_lte": 9, }) ``` #### Chromosome[¶](#chromosome "Permalink to this headline") You can filter regions that appear on particular chromosomes completely by providing a list: ``` g.query("min", exclusions={ "chr": ["X", 6], }) ``` #### Value of another count group[¶](#value-of-another-count-group "Permalink to this headline") When using groups, one may wish to exclude results where the value of another group is less than the one selected by the query. For example, for each region the following would result in regions where the count for my-other-sample is greater than my-sample: ``` g.query("min", group="my-sample", exclusions={ "region\_group\_lte": "my-other-sample", }) ``` #### Multiple Criteria[¶](#id1 "Permalink to this headline") You may want to use such exclusion criteria at the same time. Let’s say we have a bunch of sequence data from a species whose chromosomes all feature centromeres between bases 500-1000. Let’s ignore regions from that area. Let’s also exclude anything from chromosome ‘G’. If a single one of these criteria are true, a region will be excluded: ``` g.query("mean", exclusions={ "start\_gte": 500, "end\_lte": 1000, "chr": ['G'], }) ``` What if you want to exclude based on multiple criteria that should all be true? Let’s exclude regions that start before or on base 100 on chromosome X or Y [[1]](#id4). Note the use of use\_and=True! [[2]](#id5) ``` g.query("mean", exclusions={ "start\_lte": 100, "chr": ['X', 'Y'], }, use\_and=True) ``` #### Chromosome specific criteria[¶](#chromosome-specific-criteria "Permalink to this headline") Finally applying exclusions across all chromosomes might seem quite naive, what if we want to ignore centromeres on a real species? Introducing chromosome dependent exclusions; the syntax is the same as previously, just the exclusions dictionary is a dictionary of dictionaries with keys representing each chromosome. Note the use of use\_chrom=True: ``` g.query("median", exclusions={ "one": { "start\_lte": 3, "end\_gte": 4 }, 2: { "start\_gte": 9 }, "X": { "chr": True }}, use\_chrom=True) ``` It is important to note that currently Goldilocks does not sanity check the contents of the exclusions dictionary including the spelling of exclusion names or whether you have correctly set use\_chrom if you are providing chromosome specific filtering. However, on this latter point, if Goldilocks detects a key in the exclusions dictionary matches the name of a chromosome, it will print a warning (but continue regardless). | [[1]](#id2) | Support for chromosome matching is still ‘or’ based even when using use\_and=True, a region can’t appear on more than one chromosome and so this seemed a more natural and useful behaviour. | | [[2]](#id3) | Apart from the above caveat on chromosome matching always being or-based, currently there is no support for more complicated queries such as exclude if (statement1 and statement2) or statement3. It’s or, or and on all criteria! | ### Limiting Regions[¶](#limiting-regions "Permalink to this headline") One may also limit the number of results returned by Goldilocks: ``` g.query("mean", limit=10) ``` ### Full Example[¶](#full-example "Permalink to this headline") Almost all of these options can be used together! Let’s finish off our examples by finding the top 5 regions that are within an absolute distance of 1.0 from the maximum number of ‘N’ bases seen across all subsequences over the ‘my\_sample’ sample. We’ll exclude any region that appears on chromosome “one” and any regions on chromosome 2 that start on a base position greater than or equal to 5 *and* end on a base position less than or equal to 10. Although when filtering the default track is indeed ‘default’, we’ve explicity set that here too.: ``` g.query("max", group="my_sample", track="default", actual_distance=1, exclusions={ 2: { "start_gte": 5, "end_lte": 10 }, "one": { "chr":True } }, use_chrom=True, use_and=True, limit=5 ).export_meta(sep="\t") [NOTE] Filtering values between 1.00 and 2.00 (inclusive) [NOTE] 28 processed, 12 match search criteria, 7 excluded, 5 limit chr pos_start pos_end my_other_sample_default my_sample_default 2 1 3 1.0 2.0 2 3 5 1.0 2.0 2 2 4 1.0 1.0 2 4 6 1.0 1.0 X 13 15 1.0 1.0 ``` Exporting[¶](#exporting "Permalink to this headline") ----------------------------------------------------- Goldilocks provides functions for the exporting of all censused regions metadata or for filtered regions resulting from a query. The examples below follow on from the basic usage instructions earlier in the documentation. ### Census Data[¶](#census-data "Permalink to this headline") For a given sample one may export basic metadata for all regions that included sequence data from that particular sample. The header is as follows: | Key | Value | | --- | --- | | id | A unique id assigned to the region by Goldilocks | | track1 | The value for the region as calculated by the strategy used. By default if a list of tracks is not specified when the strategy is created, there will be just one track named ‘default’. For the majority of ‘basic’ strategies this will be the case. | | [track2 ... trackN] | Optional further fields will appear for additional tracks, the column header will feature the name of the track. For example, a k-mer counting strategy would feature a column for each k-mer specified to the strategy. | | chr | The chromosome the region appeared on (as found in the input data) | | pos\_start | The 1-indexed base of the sequence where the region begins (inclusive) | | pos\_end | The 1-indexed base of the sequence where the region ends (inclusive) | Using the my\_sample data: ``` ... g.export_meta("my_sample", sep="\t") id default chr pos_start pos_end 0 2 2 1 3 1 1 2 2 4 2 2 2 3 5 3 1 2 4 6 4 2 2 5 7 5 1 2 6 8 6 2 2 7 9 7 1 2 8 10 8 0 X 1 3 9 0 X 2 4 10 0 X 3 5 11 0 X 4 6 12 0 X 5 7 13 0 X 6 8 14 0 X 7 9 15 0 X 8 10 16 0 X 9 11 17 0 X 10 12 18 0 X 11 13 19 0 X 12 14 20 1 X 13 15 21 0 one 1 3 22 0 one 2 4 23 0 one 3 5 24 1 one 4 6 25 1 one 5 7 26 1 one 6 8 27 0 one 7 9 ``` ### FASTA[¶](#fasta "Permalink to this headline") From any sorting or filtering operation on censused regions, a new Goldilocks object is returned, providing function to output filtered sequence data to FASTA format. Following on from the example introduced earlier, the example below shows the subsequences of my\_sample in the FASTA format, ordered by their appearance in the filtered candidates list, from the highest number of ‘N’ bases, to the lowest. ``` ... candidates = g.query("max", group="my_sample") candidates.export_fasta("my_sample") >my_sample|Chr2|Pos1:3 NAN >my_sample|Chr2|Pos3:5 NAN >my_sample|Chr2|Pos5:7 NAN >my_sample|Chr2|Pos7:9 NAN >my_sample|Chr2|Pos2:4 ANA >my_sample|Chr2|Pos4:6 ANA >my_sample|Chr2|Pos6:8 ANA >my_sample|Chr2|Pos8:10 ANA >my_sample|ChrX|Pos13:15 CAN >my_sample|Chrone|Pos4:6 CAN >my_sample|Chrone|Pos5:7 ANC >my_sample|Chrone|Pos6:8 NCA >my_sample|ChrX|Pos1:3 GAT >my_sample|ChrX|Pos2:4 ATT >my_sample|ChrX|Pos3:5 TTA >my_sample|ChrX|Pos4:6 TAC >my_sample|ChrX|Pos5:7 ACA >my_sample|ChrX|Pos6:8 CAG >my_sample|ChrX|Pos7:9 AGA >my_sample|ChrX|Pos8:10 GAT >my_sample|ChrX|Pos9:11 ATT >my_sample|ChrX|Pos10:12 TTA >my_sample|ChrX|Pos11:13 TAC >my_sample|ChrX|Pos12:14 ACA >my_sample|Chrone|Pos1:3 CAT >my_sample|Chrone|Pos2:4 ATC >my_sample|Chrone|Pos3:5 TCA >my_sample|Chrone|Pos7:9 CAT ``` Plotting[¶](#plotting "Permalink to this headline") --------------------------------------------------- ### Scatter Graphs[¶](#scatter-graphs "Permalink to this headline") #### Simple Plot[¶](#simple-plot "Permalink to this headline") After executing a census one can use the `plot` function to create a scatter graph of results. The `x` axis is the location along the genome (with ordered chromosomes or contigs appearing sequentially) and the `y` axis is the value of the censused region according to the strategy used. The example below plots GC content ratio across the first three chromosomes of the `hs37d5` reference sequence, with a window size of 100,000 and a step or overlap of 50,000. Note that the plot title may be specified with the `title` keyword argument. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy sequence\_data = { "my\_sequence": {"file": "/store/ref/hs37d5.1-3.fa.fai"}, } g = Goldilocks(GCRatioStrategy(), sequence\_data, length="100K", stride="50K", is\_faidx=True) g.plot(title="GC Content over hs37d5 Chr1-3") ``` [![_images/5-1-1.png](_images/5-1-1.png)](_images/5-1-1.png) ### Line Graphs[¶](#line-graphs "Permalink to this headline") #### Plot multiple contigs or chromosomes from one sample[¶](#plot-multiple-contigs-or-chromosomes-from-one-sample "Permalink to this headline") For long genomes or a census with a small window size, simple plots as shown in the previous section can appear too crowded and thus difficult to extract information from. One can instead plot, for a given input sample, a panel of census region data, by chromosome by specifying the name of the sample as the first parameter to the `plot` function as per the example below: ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy sequence\_data = { "hs37d5": {"file": "/store/ref/hs37d5.1-3.fa.fai"}, "GRCh38": {"file": "/store/ref/Homo\_sapiens.GRCh38.dna.chromosome.1-3.fa.fai"}, } g = Goldilocks(GCRatioStrategy(), sequence\_data, length="1M", stride="250K", is\_faidx=True) g.plot("hs37d5", title="GC Content over hs37d5 Chr1-3") ``` [![_images/5-2-1.png](_images/5-2-1.png)](_images/5-2-1.png) Note that both the `x` and `y` axes are shared between all panels to avoid the automatic creation of graphics with the potential to mislead readers on a first glance by not featuring the same axes ticks. #### Plot a contig or chromosome from multiple samples[¶](#plot-a-contig-or-chromosome-from-multiple-samples "Permalink to this headline") By default, data within the census is aggregated by region across all input samples (in the `sequence\_data` dictionary) for the entire genome. However, one may be interested in comparisons across samples, rather than between chromosomes in a single sample. One can plot the census results for a specific contig or chromosome for each of the input samples, by specifying the `chrom` keyword argument to the `plot` function. Take note that the argument refers to the sequence that appears as the i’th contig of each of the input FASTA and not the actual name or identifier of the chromosome itself. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy sequence\_data = { "hs37d5": {"file": "/store/ref/hs37d5.1.fa.fai"}, "GRCh38": {"file": "/store/ref/Homo\_sapiens.GRCh38.dna.chromosome.1.fa.fai"}, } g = Goldilocks(GCRatioStrategy(), sequence\_data, length="1M", stride="250K", is\_faidx=True) g.plot(chrom=1, title="GC Content over Chr1") ``` [![_images/5-2-2.png](_images/5-2-2.png)](_images/5-2-2.png) ### Histograms[¶](#histograms "Permalink to this headline") #### Simple profile (binning) plot[¶](#simple-profile-binning-plot "Permalink to this headline") Rather than inspection of individual data points, one may want to know how census data behaves as a whole. The `plot` function provides functionality to *profile* the results of a census through a histogram. Users can do this by providing a list of bins to the `bins` keyword argument of the `plot` function, following a census. The example below shows the distribution of GC content ratio across the `hs37d5` reference sequence for all 100Kbp regions (and step of 50Kbp). The `x` axis is the bin and the `y` axis represents the number of censused regions that fell into a particular bin. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy sequence\_data = { "my\_sequence": {"file": "/store/ref/hs37d5.fa.fai"} } g = Goldilocks(GCRatioStrategy(), sequence\_data, length="100K", stride="50K", is\_faidx=True) g.plot(bins=[0.0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0], title="GC Content Profile of hs37d5" ) ``` [![_images/5-3-1.png](_images/5-3-1.png)](_images/5-3-1.png) #### Simpler profile (binning) plot[¶](#simpler-profile-binning-plot "Permalink to this headline") It’s trivial to select some sensible bins for the plotting of GC content as we know that the value for each region must fall between 0 and 1. However, many strategies will have an unknown minimum and maximum value and it can thus be difficult to select a suitable binning strategy without resorting to trial and error. Thus the `plot` function permits a single integer to be provided to the `bins` keyword instead of a list. This will automatically create \(N+1\) equally sized bins (reserving a special bin for 0.0) between 0 and the maximum observed value for the census. It is also possible to manually set the size of the largest bin with the `bin\_max` keyword argument. The following example creates the same graph as the previous subsection, but without explicitly providing a list of bins. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy sequence\_data = { "my\_sequence": {"file": "/store/ref/hs37d5.fa.fai"}, } g = Goldilocks(GCRatioStrategy(), sequence\_data, length="100K", stride="50K", is\_faidx=True) g.plot(bins=10, bin\_max=1.0, title="GC Content Profile of hs37d5") ``` #### Proportional bin plot[¶](#proportional-bin-plot "Permalink to this headline") Often it can be useful to compare the size of bins in terms of their proportion rather than raw counts alone. This can be accomplished by specifying `prop=True` to `plot`. The `y` axis is now the percentage of all regions that were placed in a particular bin instead of the raw count. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy sequence\_data = { "my\_sequence": {"file": "/store/ref/hs37d5.fa.fai"} } g = Goldilocks(GCRatioStrategy(), sequence\_data, length="100K", stride="50K", is\_faidx=True) g.plot(bins=10, bin\_max=1.0, prop=True, title="GC Content Profile of hs37d5") ``` [![_images/5-3-3.png](_images/5-3-3.png)](_images/5-3-3.png) #### Bin multiple contigs or chromosomes from one sample[¶](#bin-multiple-contigs-or-chromosomes-from-one-sample "Permalink to this headline") As demonstrated with the line plots earlier, one may also specify a sample name as the first parameter to `plot` to create a figure with each contig or chromosome’s histogram on an individual panel. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy sequence\_data = { "my\_sequence": {"file": "/store/ref/hs37d5.1-3.fa.fai"} } g = Goldilocks(GCRatioStrategy(), sequence\_data, length="100K", stride="50K", is\_faidx=True) g.plot("my\_sequence", bins=10, bin\_max=1.0, prop=True, title="GC Content Profiles of hs37d5 Chrs 1-3") ``` [![_images/5-3-4.png](_images/5-3-4.png)](_images/5-3-4.png) #### Bin a contig or chromosome from multiple samples[¶](#bin-a-contig-or-chromosome-from-multiple-samples "Permalink to this headline") Similarly, one may want to profile a single contig or chromosome between each input group as previously demonstrated by the line graphs. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy sequence\_data = { "hs37d5": {"file": "/store/ref/hs37d5.1.fa.fai"}, "GRCh38": {"file": "/store/ref/Homo\_sapiens.GRCh38.dna.chromosome.1.fa.fai"} } g = Goldilocks(GCRatioStrategy(), sequence\_data, length="100K", stride="50K", is\_faidx=True) g.plot(chrom=1, bins=10, bin\_max=1.0, prop=True, title="GC Content Profiles over Chr 1") ``` [![_images/5-3-5.png](_images/5-3-5.png)](_images/5-3-5.png) ### Advanced[¶](#advanced "Permalink to this headline") #### Plot data from multiple counting tracks from one sample’s chromosomes[¶](#plot-data-from-multiple-counting-tracks-from-one-samples-chromosomes "Permalink to this headline") The examples thus far have demonstrated plotting the results of a strategy responsible for counting one interesting property. But strategies are capable of counting multiple targets of interest simultaneously. Of course, one may wish to plot the results of all tracks rather than just the totals - especially for cases such as nucleotide counting where the sum of all counts will typically equal the size of the census region! The `plot` function accepts a list of track names to plot via the `tracks` keyword argument. Each counting track is then drawn on the same panel for the appropriate chromosome. A suitable legend is automatically placed at the top of the figure. ``` from goldilocks import Goldilocks from goldilocks.strategies import NucleotideCounterStrategy sequence\_data = { "hs37d5": {"file": "/store/ref/hs37d5.1-3.fa.fai"}, } g = Goldilocks(NucleotideCounterStrategy(["A", "C", "G", "T", "N"]), sequence\_data, length="1M", stride="500K", is\_faidx=True, processes=4) g.plot(group="hs37d5", prop=True, tracks=["A", "C", "G", "T", "N"]) ``` [![_images/5-4-1.png](_images/5-4-1.png)](_images/5-4-1.png) Note that `prop` is not a required argument, but can still be used with the `tracks` list to plot counts proportionally. #### Plot data from multiple counting tracks for one chromosome across many samples[¶](#plot-data-from-multiple-counting-tracks-for-one-chromosome-across-many-samples "Permalink to this headline") As previously demonstrated, one can use the `chrom` keyword argument for `plot` to create a figure featuring a panel per input sample, displaying census results for a particular chromosome. Similarly, this feature is supported when plotting multiple tracks with the `tracks` keyword. ``` from goldilocks import Goldilocks from goldilocks.strategies import NucleotideCounterStrategy sequence\_data = { "hs37d5": {"file": "/store/ref/hs37d5.1.fa.fai"}, "GRCh38": {"file": "/store/ref/Homo\_sapiens.GRCh38.dna.chromosome.1.fa.fai"}, } g = Goldilocks(NucleotideCounterStrategy(["A", "C", "G", "T", "N"]), sequence\_data, length="1M", stride="500K", is\_faidx=True, processes=4) g.plot(chrom=1, prop=True, tracks=["A", "C", "G", "T", "N"]) ``` [![_images/5-4-2.png](_images/5-4-2.png)](_images/5-4-2.png) ### Integration with external plotting tools[¶](#integration-with-external-plotting-tools "Permalink to this headline") #### ggplot2[¶](#ggplot2 "Permalink to this headline") Plotting packages such as `ggplot2` favour ``melted” input. The figure below was created using data from Goldilocks as part of our quality control study, the scatter plot compares the density of SNPs between the GWAS and SNP chip studies across the human genome. [![_images/megabase_plot.png](_images/megabase_plot.png)](_images/megabase_plot.png) #### Circos[¶](#circos "Permalink to this headline") Goldilocks has an output format specifically designed to output information for use with the ``popular and pretty” `circos` visualisation tool. Below is an example of a figure that can be generated from data gathered by Goldilocks. The figure visualises the selection of regions from our original quality control study. The Python script used to generate the data and the Circos configuration follow. [![_images/circos_latest.png](_images/circos_latest.png)](_images/circos_latest.png) [![_images/circos_chr3-paper-col.png](_images/circos_chr3-paper-col.png)](_images/circos_chr3-paper-col.png) Python script ``` from goldilocks import Goldilocks from goldilocks.strategies import PositionCounterStrategy sequence\_data = { "gwas": {"file": "/encrypt/ngsqc/vcf/cd-seq.vcf.q"}, "ichip": {"file": "/encrypt/ngsqc/vcf/cd-ichip.vcf.q"}, } g = Goldilocks(PositionCounterStrategy(), sequence\_data, length="1M", stride="500K", is\_pos\_file=True) # Query for regions that meet all criteria across both sample groups # The output file goldilocks.circ is used to plot the yellow triangular indicators g.query("median", percentile\_distance=20, group="gwas", exclusions={"chr": [6]}) g.query("max", percentile\_distance=5, group="ichip") g.export\_meta(fmt="circos", group="total", value\_bool=True, chr\_prefix="hs", to="goldilocks.circ") # Reset the regions selected and saved by queries g.reset\_candidates() # Export all region counts for both groups individually # The -all.circ files are used to plot the scatter plots and heatmaps g.export\_meta(fmt="circos", group="gwas", chr\_prefix="hs", to="gwas-all.circ") g.export\_meta(fmt="circos", group="ichip", chr\_prefix="hs", to="ichip-all.circ") # Export region counts for the groups where the criteria are met # The -candidates.circ files are used to plot the yellow 'bricks' that # appear between the two middle heatmaps g.query("median", percentile\_distance=20, group="gwas") g.export\_meta(fmt="circos", group="gwas", to="gwas-candidates.circ") g.reset\_candidates() g.query("max", percentile\_distance=5, group="ichip") g.export\_meta(fmt="circos", group="ichip", to="ichip-candidates.circ") g.reset\_candidates() ``` Circos configuration ``` # circos.conf <colors> gold = 255, 204, 0 </colors> karyotype = data/karyotype/karyotype.human.hg19.txt chromosomes_units = 1000000 chromosomes_display_default = no chromosomes = hs3; <ideogram> <spacing> default = 0.01r break = 2u </spacing> # Ideogram position, fill and outline radius = 0.9r thickness = 80p fill = yes stroke_color = dgrey stroke_thickness = 3p # Bands show_bands = yes band_transparency = 4 fill_bands = yes band_stroke_thickness = 2 band_stroke_color = white # Labels show_label = no label_font = default label_radius = 1r + 75p label_size = 72 label_parallel = yes label_case = upper </ideogram> # Ticks show_ticks = yes show_tick_labels = yes <ticks> label_font = default radius = dims(ideogram,radius_outer) label_offset = 5p orientation = out label_multiplier = 1e-6 color = black chromosomes_display_default = yes <tick> spacing = 1u size = 10p thickness = 3p color = lgrey show_label = no </tick> <tick> spacing = 5u size = 20p thickness = 5p color = dgrey show_label = yes label_size = 24p label_offset = 0p format = %d </tick> <tick> spacing = 10u size = 30p thickness = 5p color = black show_label = yes label_size = 40p label_offset = 5p format = %d </tick> </ticks> track_width = 0.05 track_pad = 0.02 track_start = 0.95 <plots> <plot> type = scatter file = goldilocks.circ r1 = 0.98r r0 = 0.95r orientation = out glyph = triangle #glyph_rotation = 180 glyph_size = 50p color = gold stroke_thickness = 2p stroke_color = black min = 0 max = 1 </plot> <plot> type = scatter file = gwas-all.circ r1 = 0.95r r0 = 0.80r fill = no fill_color = black color = black_a1 stroke_color = black glyph = circle glyph_size = 12 <backgrounds> <background> color = vlgrey y0 = 207 </background> <background> color = vlgrey y1 = 207 y0 = 179 </background> <background> color = gold y1 = 179 y0 = 148 </background> <background> color = vlgrey y1 = 145 y0 = 122 </background> <background> color = vlgrey y1 = 122 y0 = 0 </background> </backgrounds> <axes> <axis> color = white thickness = 1 spacing = 0.05r </axis> </axes> <rules> <rule> condition = var(value) < 1 show = no </rule> </rules> </plot> <plot> type = heatmap file = gwas-all.circ # color list color = grey,vvlblue,vlblue,lblue,blue,dblue,vdblue,vvdblue,black r1 = 0.80r r0 = 0.75r scale_log_base = 0.75 color_mapping = 2 min = 1 max = 267 # 95% </plot> <plot> type = tile layers_overflow = collapse file = gwas-candidates.circ r1 = 0.7495r r0 = 0.73r orientation = in layers = 1 margin = 0.0u thickness = 30p padding = 8p color = gold stroke_thickness = 0 stroke_color = gold </plot> <plot> type = tile layers_overflow = collapse file = ichip-candidates.circ r1 = 0.73r r0 = 0.70r orientation = out layers = 1 margin = 0.0u thickness = 30p padding = 8p color = gold stroke_color = gold </plot> <plot> type = heatmap file = ichip-all.circ # color list color = grey,vvlgreen,vlgreen,lgreen,green,dgreen,vdgreen,vvdgreen,black r1 = 0.70r r0 = 0.65r min = 1 max = 1097.71 # 99% color_mapping = 2 scale_log_base = 0.2 </plot> <plot> type = scatter file = ichip-all.circ r1 = 0.65r r0 = 0.50r orientation = in fill_color = black stroke_color = black glyph = circle glyph_size = 12 color = black_a1 <backgrounds> <background> color = gold y0 = 379 </background> <background> color = vlgrey y1 = 379 y0 = 49 </background> <background> color = vlgrey y1 = 49 y0 = 0 </background> </backgrounds> <axes> <axis> color = white thickness = 1 spacing = 0.05r </axis> </axes> <rules> <rule> condition = var(value) < 1 show = no </rule> </rules> </plot> </plots> ################################################################ # The remaining content is standard and required. It is imported # from default files in the Circos distribution. # # These should be present in every Circos configuration file and # overridden as required. To see the content of these files, # look in etc/ in the Circos distribution. <image> # Included from Circos distribution. <<include etc/image.conf>> </image> # RGB/HSV color definitions, color lists, location of fonts, fill patterns. # Included from Circos distribution. <<include etc/colors_fonts_patterns.conf>> # Debugging, I/O an dother system parameters # Included from Circos distribution. <<include etc/housekeeping.conf>> anti_aliasing* = no ``` Custom Strategies[¶](#custom-strategies "Permalink to this headline") --------------------------------------------------------------------- One of the major features of Goldilocks is its extensibility. Strategies are both easily customisable and interchangeable, as they all share a common interface. This interface also provides a platform for users with some knowledge of Python to construct their own custom census rules. One such example follows below: ### A Simple ORF Finder[¶](#a-simple-orf-finder "Permalink to this headline") #### Code Sample[¶](#code-sample "Permalink to this headline") ``` # Import Goldilocks and the BaseStrategy class from goldilocks import Goldilocks from goldilocks.strategies import BaseStrategy # Define a new class for your custom strategy that inherits from BaseStrategy class MyCustomSimpleORFCounterStrategy(BaseStrategy): # Initialising function boilerplate, required to set-up some properties of the census def \_\_init\_\_(self, tracks=None, min\_codons=1): # Initialise the custom class with super super(MyCustomSimpleORFCounterStrategy, self).\_\_init\_\_( tracks=range(0,3), # Use range to specify a counter for # each of the three possible forward # reading frames in which to search # to search for open reading frames label="Forward Open Reading Frames" # Y-Axis Plot Label ) self.MIN\_CODONS = min\_codons # This function defines the actual behaviour of a census for a given region # of sequence and the current counting track (one of three reading frames) def census(self, sequence, track\_frame, \*\*kwargs): STARTS = ["ATG"] STOPS = ["TAA", "TGA", "TAG"] CODON\_SIZE = 3 # Split input sequence into codons. Open a frame if a START is found # and increment the ORF counter if a STOP is encountered afterward orfs = orf\_open = 0 for i in xrange(track\_frame, len(sequence), CODON\_SIZE): codon = sequence[i:i+CODON\_SIZE].upper() if codon in STARTS and orf\_open == 0: orf\_open = 1 elif codon in STOPS and orf\_open > 0: if orf\_open > self.MIN\_CODONS: orfs += 1 orf\_open = 0 elif orf\_open > 0: orf\_open += 1 return orfs # Organise and execute the census sequence\_data = { "hs37d5": {"file": "/store/ref/hs37d5.1-3.fa.fai"} } g = Goldilocks(MyCustomSimpleORFCounterStrategy(min\_codons=30), sequence\_data, length="1M", stride="1M", is\_faidx=True, processes=4) ``` #### Implementation Description[¶](#implementation-description "Permalink to this headline") Strategies are defined as Python classes, inheriting from the `BaseStrategy` class found in the `goldilocks.strategies` subpackage. The class requires just two function definitions to be compliant with the shared interface; `\_\_init\_\_`: the class initializer that takes care of the setup of the strategy’s internals via the `BaseStrategy` parent class, and `census`: the function actually responsible for the behaviour of the strategy itself. The example presented is a very simple open reading frame counter. It searches the three forward frames for start codons that are then followed by one of the three stop codons. The ``tracks” in this example are the three possible frames. Note on line 9 that our `\_\_init\_\_` provides a default argument for `tracks` of `None`. Thus this particular strategy does not need the `tracks` argument. Instead, the track list is provided by the strategy itself, and passed to the `BaseStrategy` `\_\_init\_\_` (line 12), forcing tracks to be the list [0, 1, 2]. The elements of this list are used as an integer offset from which to begin splitting input DNA sequences when conducting the census later, which is why on this occasion we don’t want to allow the user to specify their own tracks. Other strategies, such as the included `NucleotideCounterStrategy` just pass the `tracks` argument from the user through to the super `\_\_init\_\_`. For a given array of `sequence` data and a frame offset (`track\_frame`), the `census` function splits the sequence into nucleotide triplets from the offset and searches for open reading frames. A subsequence is considered an ORF by this strategy if the ATG START codon is encountered and later followed by any STOP codon. Our example finishes with the familiar specification of the location of input sequence data and the construction of the census itself. Here we specify a census of all 1Mbp regions with no overlap (that is, the stride is equal to the size of the regions) and instantiate our new `MyCustomSimpleORFCounterStrategy` with a keyword requiring valid ORFs to be at least 30 codons in length (excluding start and stop). Every strategy’s `census` function is expected to return a numerical result that can be used to rank and sort regions, in this scenario, `census` returns the number of ORFs found. Note also, strategies may specify any number of keyword arguments that are not found in the `BaseStrategy`. In our example, `min\_codons` can be set by a user to specify how many codons must lie between an opening and closing codon to be counted as an open reading frame. We store this value as a member of the strategy object on line 18 and use it on line 35 to ensure the `orfs` counter is only incremented when the length of the current open reading frame has exceeded the provided threshold. One could store any number of configurable parameters inside of the strategy class in this fashion. This framework allows one to increase the complexity of strategies while still providing a friendly and interchangeable interface for end users. Examples[¶](#examples "Permalink to this headline") --------------------------------------------------- The following includes some simple examples of what Goldilocks can be used for. ### Example One[¶](#example-one "Permalink to this headline") Read a pair of 1-indexed base position lists and output all regions falling within 2 of the maximum count of positions in regions across both, in a table. ``` from goldilocks import Goldilocks from goldilocks.strategies import PositionCounterStrategy data = { "my\_positions": { 1: [1,2,5,10,15,15,18,25,30,50,51,52,53,54,55,100] }, "my\_other\_positions": { 1: [1,3,5,7,9,12,15,21,25,51,53,59,91,92,93,95,99,100] } } g = Goldilocks(PositionCounterStrategy(), data, is\_pos=True, length=10, stride=1) g.query("max", actual\_distance=2).export\_meta(sep="\t", group="total") ``` ### Example Two[¶](#example-two "Permalink to this headline") Read a short sequence, census GC-ratio and output the top 5 regions as FASTA. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy data = { "my\_sequence": { 1: "ACCGAGAGATTT" } } g = Goldilocks(GCRatioStrategy(), data, 3, 1) g.query("max", limit=5).export\_fasta() ``` ### Example Three[¶](#example-three "Permalink to this headline") Read a short sequence and census the appearance of the “AAA” and “CCC” motif. Output a table of regions with the most occurrences of CCC (and at least one) and another table of regions featuring the most appearances of both motifs. Output only the maximum region (actual\_distance = 0) displaying both motifs to FASTA. ``` from goldilocks import Goldilocks from goldilocks.strategies import MotifCounterStrategy data = { "my\_sequence": { 1: "CCCAAACCCGGGCCCGGGAGAAACCC" } } g = Goldilocks(MotifCounterStrategy(["AAA", "CCC"]), data, 9, 1) g.query("max", track="CCC", gmin=1).export\_meta(sep="\t") g.query("max", group="total").export\_meta(sep="\t", group="total", track="default") g.query("max", group="total", actual\_distance=0).export\_fasta() ``` ### Example Four[¶](#example-four "Permalink to this headline") Read two samples of three short chromosomes and search for ‘N’ nucleotides. List and export a FASTA of regions that contain at least one N, sorted by number of N’s appearing across both samples. Below, an example of complex filtering. ``` from goldilocks import Goldilocks from goldilocks.strategies import NucleotideCounterStrategy data = { "sample\_one": { 1: "ANAGGGANACAN", 2: "ANAGGGANACAN", 3: "ANANNNANACAN", 4: "NNNNAANNAANN" }, "sample\_two": { 1: "ANAGGGANACAN", 2: "ANAGGGANACAN", 3: "ANANNNANACAN", 4: "NNNANNAANNAA" } } g = Goldilocks(NucleotideCounterStrategy(["N"]), data, 3, 1) g\_max = g.query("max", gmin=1) g\_max.export\_meta(sep="\t") g\_max.export\_fasta() g.query("min", gmin = 1, exclusions={ # Filter any region with a starting position <= 3 or >= 10 "start\_lte": 3, "start\_gte": 10, # Filter any regions on Chr1 1: { "chr": True }, # Filter NO regions on Chr2 # NOTE: This also prevents the superexclusions above being applied. 2: { "chr": False }, # Filter any region on Chr3 with an ending postion >= 9 3: { "start\_lte": 5 # NOTE: This overrides the start\_lte applied above } }, use\_chrom=True).export\_meta(sep="\t") ``` ### Example Five[¶](#example-five "Permalink to this headline") Read in four simple chromosomes from one sample and census the GC ratio. Plot both a scatter plot of all censused regions over both of the provided samples with position over the x-axis and value on the y-axis. Produce a second plot drawing a panel with a line graph for each chromosome with the same axes but data from one sample only. For the combined result of both samples and chromosomes, organise the result of the census for each region into desired bins and plot the result as a histogram. Repeat the process for the my\_sequence sample and produce a panelled histogram for each chromosome. ``` from goldilocks import Goldilocks from goldilocks.strategies import GCRatioStrategy data = { "my\_sequence": { 1: "ANAGGGANACANANAGGGANACANANAGGGANACANANAGGGANACANANAGGGACGCGCGCGGGGANACAN"\*500, 2: "ANAGGCGCGCNANAGGGANACGCGGGGCCCGACANANAGGGANACANANAGGGACGCGCGCGCGCCCGACAN"\*500, 3: "ANAGGCGCGCNANAGGGANACGCGGGGCCCGACANANAGGGANACANANAGGGACGCGCGCGCGCCCGACAN"\*500, 4: "GCGCGCGCGCGCGCGCGGGGGGGGGCGCCGCCNNNNNNNNNNNNNNNNGCGCGCGCGCGCGCGNNNNNNNNN"\*500 }, "my\_same\_sequence": { 1: "ANAGGGANACANANAGGGANACANANAGGGANACANANAGGGANACANANAGGGACGCGCGCGGGGANACAN"\*500, 2: "ANAGGCGCGCNANAGGGANACGCGGGGCCCGACANANAGGGANACANANAGGGACGCGCGCGCGCCCGACAN"\*500, 3: "ANAGGCGCGCNANAGGGANACGCGGGGCCCGACANANAGGGANACANANAGGGACGCGCGCGCGCCCGACAN"\*500, 4: "GCGCGCGCGCGCGCGCGGGGGGGGGCGCCGCCNNNNNNNNNNNNNNNNGCGCGCGCGCGCGCGNNNNNNNNN"\*500 } } g = Goldilocks(GCRatioStrategy(), data, 50, 10) g.plot() g.plot("my\_sequence") g.profile(bins=[0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0]) g.profile("my\_sequence", bins=[0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0]) ``` ### Example Six[¶](#example-six "Permalink to this headline") Read a set of simple chromosomes from two samples and tabulate the top 10% of regions demonstrating the worst consensus to the given reference over both samples. Plot the lack of consensus as line graphs for each chromosome, for each sample, then over all chromosomes for all samples on one graph. ``` from goldilocks import Goldilocks from goldilocks.strategies import ReferenceConsensusStrategy data = { "first\_sample": { 1: "NNNAANNNNNCCCCCNNNNNGGGGGNNNNNTTTTTNNNNNAAAAANNNNNCCCCCNNNNNGGGGGNNNNNTTTTTNNNNN", 2: "NNNNNCCCCCNNNNNTTTTTNNNNNAAAAANNNNNGGGGGNNNNNCCCCCNNNNNTTTTTNNNNNAAAAANNNNNGGGGN" }, "second\_sample": { 1: "NNNNNNNNNNCCCCCCCCCCNNNNNNNNNNTTTTTTTTTTNNNNNNNNNNCCCCCCCCCCNNNNNNNNNNTTTTTTTTTT", 2: "NNCCCCCCCCNNNNNNNNNNAAAAAAAAAANNNNNNNNNNCCCCCCCCCCNNNNNNNNNNAAAAAAAAAANNNNNNNNNN" } } ref = { 1: "AAAAAAAAAACCCCCCCCCCGGGGGGGGGGTTTTTTTTTTAAAAAAAAAACCCCCCCCCCGGGGGGGGGGTTTTTTTTTT", 2: "CCCCCCCCCCTTTTTTTTTTAAAAAAAAAAGGGGGGGGGGCCCCCCCCCCTTTTTTTTTTAAAAAAAAAAGGGGGGGGGG" } g = Goldilocks(ReferenceConsensusStrategy(reference=ref, polarity=-1), data, stride=10, length=10) g.query("max", percentile\_distance=10).export\_meta(group="total", track="default") g.plot("first\_sample") g.plot("second\_sample") g.plot() ``` ### Example Seven[¶](#example-seven "Permalink to this headline") Read a pair of 1-indexed base position lists from two samples. Sort regions with the least number of marked positions on Sample 1 and subsort by max marked positions in Sample 2. ``` from goldilocks import Goldilocks from goldilocks.strategies import PositionCounterStrategy data = { "my\_positions": { 1: [1,2,3,4,5,6,7,8,9,10, 11,13,15,17,19, 21, 31,39, 41] }, "other\_positions": { 1: [21,22,23,24,25,26,27,28, 31,33,39, 41,42,43,44,45,46,47,48,49,50] } } g = Goldilocks(PositionCounterStrategy(), data, is\_pos=True, length=10, stride=5) g.query("max", group="my\_positions").query("max", group="other\_positions").export\_meta(sep="\t") ``` Contributing[¶](#contributing "Permalink to this headline") ----------------------------------------------------------- Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. You can contribute in many ways: ### Types of Contributions[¶](#types-of-contributions "Permalink to this headline") #### Report Bugs[¶](#report-bugs "Permalink to this headline") Report bugs at <https://github.com/samstudio8/goldilocks/issues>. If you are reporting a bug, please include: * Your operating system name and version. * Any details about your local setup that might be helpful in troubleshooting. * Detailed steps to reproduce the bug. #### Fix Bugs[¶](#fix-bugs "Permalink to this headline") Look through the GitHub issues for bugs. Anything tagged with “bug” is open to whoever wants to implement it. #### Implement Features[¶](#implement-features "Permalink to this headline") Look through the GitHub issues for features. Anything tagged with “feature” is open to whoever wants to implement it. #### Write Documentation[¶](#write-documentation "Permalink to this headline") Goldilocks could always use more documentation, whether as part of the official Goldilocks docs, in docstrings, or even on the web in blog posts, articles, and such. #### Submit Feedback[¶](#submit-feedback "Permalink to this headline") The best way to send feedback is to file an issue at <https://github.com/samstudio8/goldilocks/issues>. If you are proposing a feature: * Explain in detail how it would work. * Keep the scope as narrow as possible, to make it easier to implement. * Remember that this is a volunteer-driven project, and that contributions are welcome :) ### Get Started![¶](#get-started "Permalink to this headline") Ready to contribute? Here’s how to set up goldilocks for local development. 1. Fork the goldilocks repo on GitHub. 2. Clone your fork locally: ``` $ git clone git@github.com:your_name_here/goldilocks.git ``` 3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development: ``` $ mkvirtualenv goldilocks $ cd goldilocks/ $ python setup.py develop ``` 4. Create a branch for local development: ``` $ git checkout -b name-of-your-bugfix-or-feature ``` Now you can make your changes locally. 5. When you’re done making changes, check that your changes pass flake8 and the tests, including testing other Python versions with tox: ``` $ flake8 goldilocks tests $ python setup.py test $ tox ``` To get flake8 and tox, just pip install them into your virtualenv. 6. Commit your changes and push your branch to GitHub: ``` $ git add . $ git commit -m "Your detailed description of your changes." $ git push origin name-of-your-bugfix-or-feature ``` 7. Submit a pull request through the GitHub website. ### Pull Request Guidelines[¶](#pull-request-guidelines "Permalink to this headline") Before you submit a pull request, check that it meets these guidelines: 1. The pull request should include tests. 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst. 3. The pull request should work for Python 2.6, 2.7, and 3.3, 3.4, and for PyPy. Check <https://travis-ci.org/samstudio8/goldilocks/pull_requests> and make sure that the tests pass for all supported Python versions. ### Tips[¶](#tips "Permalink to this headline") To run a subset of tests: ``` $ python -m unittest tests.test_goldilocks ``` Credits[¶](#credits "Permalink to this headline") ------------------------------------------------- ### Development Lead[¶](#development-lead "Permalink to this headline") * Sam Nicholls <[sam@samnicholls.net](mailto:sam%40samnicholls.net)> ### Contributors[¶](#contributors "Permalink to this headline") None yet. Why not be the first? History[¶](#history "Permalink to this headline") ------------------------------------------------- ### 0.1.1 (2016-07-07)[¶](#id1 "Permalink to this headline") * Updated citation. Please cite us! <3 * [PR:ar0ch] Add lowercase matching in GCRatioStrategy Fixes ‘feature’ where lowercase letters are ignored by GCRatioStrategy. ### 0.1.0 (2016-03-08)[¶](#id2 "Permalink to this headline") * Goldilocks is published software! ### 0.0.83-beta[¶](#beta "Permalink to this headline") * -l and -s CLI arguments and corresponding length and stride parameters to Goldilocks constructor now support SI suffixes: K, M, G, T. util module contains parse\_si\_bp used to parse option strings and return the number of bases for length and stride. * Add length and stride to x-axis label of plots. * Add ignore\_query option to plot to override new default behaviour of plot that only plots points for regions remaining after a call to query. * Remove profile function, use plot with bins=N instead. * Add binning to plot to reduce code duplication. * Add chrom kwarg to plot to allow plotting of a single chromosome across multiple input genomes. * Fix support for plotting data from multiple contigs or chromosomes of a single input genome when provided as a FASTA. * Add ignore\_query kwarg to plot for ignoring the results of a query on the Goldilocks object when performing a plot afterwards. * Bins no longer have to be specified manually, use bins=N, this will create N+1 bins (a special 0 bin is reserved) between 0 and the largest observed value unless bin\_max is also provided. * Bins may have a hard upper limit set with bin\_max. This will override the default of the largest observed value regardless of whether bin\_max is smaller. * Plots can now be plotted proportionally with prop=True. * Improve labels for plotting. * Reduce duplication of plotting code inside plot. * Share Y axis across plot panels to prevent potentially misleading default plots. * Reduce duplication of code used for outputting metadata: * Add fmt kwarg to export\_meta that permits one of: + bed BED format (compulsory fields only) + circos A format compatible with the circos plotting tool + melt A format that will suit import to an R dataframe without the need for additional munging with reshape2 + table A plain tabular format that will suit for quick outputs with some munging * Remove print\_melt, use export\_meta with fmt=melt. * Add is\_pos\_file kwarg to Goldilocks, allows user to specify position based variants in the format CHRtPOS or CHR:POS in a newline delimited file. * Changed required idx key to file in sequence dictionaries. * Added custom strategy and plotting examples to the documentation. * The Goldilocks class is now imported as from goldilocks import Goldilocks. * The textwrap.wrap function is used to write out FASTA more cleanly. * A serious regression in the parsing of FASTA files introduced by v0.0.80 has been closed. * Improved plotting functionality for co-plotting groups, tracks of chromosome has been introduced. Tracks can now be plotted together on the same panel by providing their names as a list to the tracks keyword. * reset\_candidates allows users to “reset” the Goldilocks object after a query or sort has been performed on the regions. ### 0.0.82 (2016-01-29)[¶](#id3 "Permalink to this headline") * Changed example to use MotifCounterStrategy over removed KMerCounterStrategy. * Fix runtime NameError preventing PositionCounterStrategy from executing correctly. * Fix runtime NameError preventing ReferenceConsensusStrategy from executing correctly. * Add default count track to PositionCounterStrategy to prevent accidental multiple counting issue encountered when couting with the default track. * Add LICENSE * Paper accepted for press! ### 0.0.81 (2016-01-29)[¶](#id4 "Permalink to this headline") * Fix versioning error. ### 0.0.80 (2015-08-10)[¶](#id5 "Permalink to this headline") * Added multiprocessing capabilities during census step. * Added a simple command line interface. * Removed prepare-evaluate paradigm from strategies and now perform counts directly on input data in one step. * Skip slides (and set all counts to 0) if their end\_pos falls outside of the region on that particular genome’s chromosome/contig. * Rename KMerCounterStrategy to MotifCounterStrategy * Fixed bug causing use\_and to not work as expected for chromosomes not explicitly listed in the exceptions dict when also using use\_chrom. * Support use of FASTA files which must be supplied with a samtools faidx style index. * Stopped supporting Python 3 due to incompatability with buffer and memoryview. * Prevent query from deep copying itself on return. Note this means that a query will alter the original Goldilocks object. * Now using a 3D numpy matrix to store counters with memory shared to support multiprocessing during census. * Removed StrategyValue as these cannot be stored in shared memory. This makes ratio-based strategies a bit of a hack currently (but still work...) * tldr; Goldilocks is at least 2-4x faster than previously, even without multiprocessing ### 0.0.71 (2015-07-11)[¶](#id6 "Permalink to this headline") * Officially add MIT license to repository. * Deprecate \_filter. * Update and tidy examples.py. * is\_seq argument to initialisation removed and replaced with is\_pos. * Use is\_pos to indicate the expected input is positional, not sequence. * Force use of PositionCounterStrategy when is\_pos is True. * Sequence data now read in to 0-indexed arrays to avoid the overhead of string re-allocation by having to append a padding character to the beginning of very long strings. * Region metadata continues to use 1-indexed positions for user output. * VariantCounterStrategy now PositionCounterStrategy. * PositionCounterStrategy expects 1-indexed lists of positions; prepare populates the listed locations with 1 and then evaluate returns the sum as before. * test\_regression2 updated to account for converting 1-index to 0-index when manually handling the sequence for expected results. * query accepts gmax and gmin arguments to filter candidate regions by the group-track value. * CandidateList removed and replaced with simply returning a new Goldilocks. ### 0.0.6 (2015-06-23)[¶](#id7 "Permalink to this headline") * Goldilocks.sorted\_regions stores a list of region ids to represent the result of a sorting operation following a call to query. * Regions in Goldilocks.regions now always have a copy of their “id” as a key. * \_\_check\_exclusions now accepts a group and track for more complex exclusion-based operations. * region\_group\_lte and region\_group\_gte added to usable exclusion fields to remove regions where the value of the desired group/track combination is less/greater than or equal to the value of the group/track set by the current query. * query now returns a new Goldilocks instance, rather than a CandidateList. * Goldilocks.candidates property now allows access to regions, this property will maintain the order of sorted\_regions if it has one. * export\_meta now allows group=None * CandidateList class deleted. * Test data that is no longer used has been deleted. * Scripts for generating test data added to test\_gen/ directory. * Tests updated to reflect the fact CandidateList lists are no longer returned by query. * \_filter is to be deprecated in favour of query by 0.0.7 ### Beta (2014-10-08)[¶](#beta-2014-10-08 "Permalink to this headline") * Massively updated! Compatability with previous versions very broken. * Software retrofitted to be much more flexible to support a wider range of problems. ### 0.0.2 (2014-08-18)[¶](#id8 "Permalink to this headline") * Remove incompatible use of print ### 0.0.1 (2014-08-18)[¶](#id9 "Permalink to this headline") * Initial package Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html)
reaper
go
Reaper v0.0.1-alpha documentation Reaper[¶](#reaper "Permalink to this headline") =============================================== Reaper is a PyQt5 GUI that scrapes Facebook, Twitter, Reddit and Youtube apis using the Python package `socialreaper` . To use Reaper, install `socialreaper` and `PyQt5`, then run `reaper.py` Adding API Keys[¶](#adding-api-keys "Permalink to this headline") ================================================================= Facebook[¶](#facebook "Permalink to this headline") --------------------------------------------------- Navigate to <https://developers.facebook.com/tools/explorer> From the My Apps menu select Add a New App. Fill in the details and choose the category Apps for Pages. Navigate to <https://developers.facebook.com/tools/explorer> and change the application to the name of your new app. Click Get User Access Token under the Get Token menu. Click Get Access Token. Test the new token by making an example query in the GET field like `wikipedia/posts`. Extend the access token expiry time by clicking the blue i icon next to the Access Token field. Click Open in Access Token Tool. Click Extend Access Token. Copy the new access token into the Api Key field in Reaper’s authentication. Twitter[¶](#twitter "Permalink to this headline") ------------------------------------------------- Navigate to <https://apps.twitter.com/> Click Create New App. Fill in the details and create the new app. Click the Keys and Access Tokens tab. Click Create my Access Token. Copy Consumer Key (API Key), Consumer Secret (API Secret), Access Token, Access Token Secret into their respective fields in Reaper’s authentication. Reddit[¶](#reddit "Permalink to this headline") ----------------------------------------------- Navigate to <https://www.reddit.com/prefs/apps/> Click create another app. Fill in the details and select script as the application type. Copy the app id (the string underneath the application’s name), and secret into their respective fields in Reaper’s authentication. Youtube[¶](#youtube "Permalink to this headline") ------------------------------------------------- Navigate to <http://console.developers.google.com/> Create a new project. Click Youtube Data Api. Next to the Youtube Data Api V3, click Enable. Click the Create credentials button. Select Other UI as the location you will be calling from. Select Public Data. Click What credentials do I need. Copy the api key into Reaper’s authentication. ### Related Topics * [Documentation overview](index.html#document-index) ### Quick search ©2017, Adam Smith. | Powered by [Sphinx 1.6.5](http://sphinx-doc.org/) & [Alabaster 0.7.10](https://github.com/bitprophet/alabaster)
secure
go
secure.py 0.3.0 documentation secure.py[¶](#secure-py "Permalink to this headline") ===================================================== [![version](https://img.shields.io/pypi/v/secure.svg)](https://pypi.org/project/secure/) [![Python 3](https://img.shields.io/badge/python-3-blue.svg)](https://www.python.org/downloads/) [![license](https://img.shields.io/pypi/l/secure.svg)](https://pypi.org/project/secure/) [![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) secure.py 🔒 is a lightweight package that adds optional security headers for Python web frameworks. Supported Python web frameworks:[¶](#supported-python-web-frameworks "Permalink to this headline") -------------------------------------------------------------------------------------------------- [aiohttp](https://docs.aiohttp.org), [Bottle](https://bottlepy.org), [CherryPy](https://cherrypy.org), [Django](https://www.djangoproject.com), [Falcon](https://falconframework.org), [FastAPI](https://fastapi.tiangolo.com), [Flask](http://flask.pocoo.org), [hug](http://www.hug.rest), [Masonite](https://docs.masoniteproject.com), [Pyramid](https://trypyramid.com), [Quart](https://pgjones.gitlab.io/quart/), [Responder](https://python-responder.org), [Sanic](https://sanicframework.org), [Starlette](https://www.starlette.io/), [Tornado](https://www.tornadoweb.org/) Install[¶](#install "Permalink to this headline") ------------------------------------------------- **pip**: ``` $ pip install secure ``` **Pipenv**: ``` $ pipenv install secure ``` After installing secure.py: ``` import secure secure\_headers = secure.Secure() ``` Documentation[¶](#documentation "Permalink to this headline") ------------------------------------------------------------- ### Secure Headers[¶](#secure-headers "Permalink to this headline") Security Headers are HTTP response headers that, when set, can enhance the security of your web application by enabling browser security policies. You can assess the security of your HTTP response headers at [securityheaders.com](https://securityheaders.com) *Recommendations used by secure,py and more information regarding security headers can be found at the* [OWASP Secure Headers Project](https://www.owasp.org/index.php/OWASP_Secure_Headers_Project) *.* #### Server[¶](#server "Permalink to this headline") Contain information about server software **Default Value:** `NULL` *(obfuscate server information, not included by default)* #### Strict-Transport-Security (HSTS)[¶](#strict-transport-security-hsts "Permalink to this headline") Ensure application communication is sent over HTTPS **Default Value:** `max-age=63072000; includeSubdomains` #### X-Frame-Options (XFO)[¶](#x-frame-options-xfo "Permalink to this headline") Disable framing from different origins (clickjacking defense) **Default Value:** `SAMEORIGIN` #### X-XSS-Protection[¶](#x-xss-protection "Permalink to this headline") Enable browser cross-site scripting filters **Default Value:** `0` #### X-Content-Type-Options[¶](#x-content-type-options "Permalink to this headline") Prevent MIME-sniffing **Default Value:** `nosniff` #### Content-Security-Policy (CSP)[¶](#content-security-policy-csp "Permalink to this headline") Prevent cross-site injections **Default Value:** `script-src 'self'; object-src 'self'` *(not included by default)*\* #### Referrer-Policy[¶](#referrer-policy "Permalink to this headline") Enable full referrer if same origin, remove path for cross origin and disable referrer in unsupported browsers **Default Value:** `no-referrer` #### Cache-control[¶](#cache-control "Permalink to this headline") Prevent cacheable HTTPS response **Default Value:** `no-cache` #### Permissions-Policy[¶](#permissions-policy "Permalink to this headline") Disable browser features and APIs **Default Value:** accelerometer=(), ambient-light-sensor=(), autoplay=(),camera=(), encrypted-media=(), fullscreen=(),geolocation=(), gyroscope=(), magnetometer=(),microphone=(); midi=(), payment=(), picture-in-picture=(), speaker=(), sync-xhr=(), usb=(), vr=()” *(not included by default)* **Additional information:** * The `Strict-Transport-Security` (HSTS) header will tell the browser to **only** utilize secure HTTPS connections for the domain, and in the default configuration, including all subdomains. The HSTS header requires trusted certificates and users will unable to connect to the site if using self-signed or expired certificates. The browser will honor the HSTS header for the time directed in the `max-age` attribute *(default = 2 years)*, and setting the `max-age` to `0` will disable an already set HSTS header. Use the `hsts=False` option to not include the HSTS header in Secure Headers. * The `Content-Security-Policy` (CSP) header can break functionality and can (and should) be carefully constructed, use the `csp=True` option to enable default values. #### Usage[¶](#usage "Permalink to this headline") `secure\_headers.framework(response)` **Default HTTP response headers:** ``` Strict-Transport-Security: max-age=63072000; includeSubdomains X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0 X-Content-Type-Options: nosniff Referrer-Policy: no-referrer, strict-origin-when-cross-origin Cache-control: no-cache, no-store, must-revalidate, max-age=0 Pragma: no-cache Expires: 0 ``` #### Options[¶](#options "Permalink to this headline") You can toggle the setting of headers with default values by passing `True` or `False` and override default values by passing a string to the following options: * `server` - set the Server header, e.g. `Server=“Secure”` *(string / bool / SecurePolicies, default=False)* * `hsts` - set the Strict-Transport-Security header *(string / bool / SecurePolicies, default=True)* * `xfo` - set the X-Frame-Options header *(string / bool / SecurePolicies, default=True)* * `xxp` - set the X-XSS-Protection header *(string / bool / SecurePolicies, default=True)* * `content` - set the X-Content-Type-Options header *(string / bool / SecurePolicies, default=True)* * `csp` - set the Content-Security-Policy *(string / bool / SecurePolicies, default=False)* \* * `referrer` - set the Referrer-Policy header *(string / bool / SecurePolicies, default=True)* * `cache` - set the Cache-control and Pragma headers *(string / bool / SecurePolicies, default=True)* * `feature` - set the Feature-Policy header *(SecurePolicies / string / bool / SecurePolicies, default=False)* **Example:** ``` from secure import SecureHeaders secure\_headers = SecureHeaders(csp=True, hsts=False, xfo="DENY") . . . secure\_headers.framework(response) ``` ### Policy Builder[¶](#policy-builder "Permalink to this headline") #### ContentSecurityPolicy()[¶](#contentsecuritypolicy "Permalink to this headline") **Directives:** `base\_uri(sources)`, `child\_src(sources)`, `connect\_src(sources)`, `default\_src(sources)`, `font\_src(sources)`, `form\_action(sources)`, `frame\_ancestors(sources)`, `frame\_src(sources)`, `img\_src(sources)`, `manifest\_src(sources)`, `media\_src(sources)`, `object\_src(sources)`, `plugin\_types(types)`, `report\_to(json\_object)`, `report\_uri(uri)`, `require\_sri\_for(values)`, `sandbox(values)`, `script\_src(sources)`, `style\_src(sources)`, `upgrade\_insecure\_requests()`, `worker\_src(sources)` **Example:** ``` csp\_policy = ( secure.ContentSecurityPolicy() .default\_src("'none'") .base\_uri("'self'") .connect\_src("'self'", "api.spam.com") .frame\_src("'none'") .img\_src("'self'", "static.spam.com") ) secure\_headers = secure.Secure(csp=csp\_policy) # default-src 'none'; base-uri 'self'; connect-src 'self' api.spam.com; frame-src 'none'; img-src 'self' static.spam.com ``` *You can check the effectiveness of your CSP Policy at the* [CSP Evaluator](https://csp-evaluator.withgoogle.com) #### StrictTransportSecurity()[¶](#stricttransportsecurity "Permalink to this headline") **Directives:** `include\_subDomains()`, `max\_age(seconds)`, `preload()` **Example:** ``` hsts\_value = ( secure.StrictTransportSecurity() .include\_subdomains() .preload() .max\_age(2592000) ) secure\_headers = secure.Secure(hsts=hsts\_value) # includeSubDomains; preload; max-age=2592000 ``` #### XFrameOptions()[¶](#xframeoptions "Permalink to this headline") **Directives:** `allow\_from(uri)`, `deny()`, `sameorigin()` **Example:** ``` xfo\_value = secure.XFrameOptions().deny() secure\_headers = secure.Secure(xfo=xfo\_value) # deny ``` #### ReferrerPolicy()[¶](#referrerpolicy "Permalink to this headline") **Directives:** `no\_referrer()`, `no\_referrer\_when\_downgrade()`, `origin()`, `origin\_when\_cross\_origin()`, `same\_origin()`, `strict\_origin()`, `strict\_origin\_when\_cross\_origin()`, `unsafe\_url()` **Example:** ``` referrer = secure.ReferrerPolicy().strict\_origin() secure\_headers = secure.Secure(referrer=referrer).headers() # strict-origin ``` #### PermissionsPolicy()[¶](#permissionspolicy "Permalink to this headline") **Directives:** `accelerometer(allowlist)`, `ambient\_light\_sensor(allowlist)`, `autoplay(allowlist)`, `camera(allowlist)`, `document\_domain(allowlist)`, `encrypted\_media(allowlist)`, `fullscreen(allowlist)`, `geolocation(allowlist)`, `gyroscope(allowlist)`, `magnetometer(allowlist)`, `microphone(allowlist)`, `midi(allowlist)`, `payment(allowlist)`, `picture\_in\_picture(allowlist)`, `speaker(allowlist)`, `sync\_xhr(allowlist)`, `usb(allowlist)`, `Values(allowlist)`, `vr(allowlist)` **Example:** ``` permissions = ( secure.PermissionsPolicy().geolocation("self", '"spam.com"').vibrate() ) secure\_headers = secure.Secure(permissions=permissions).headers() # geolocation=(self "spam.com"), vibrate=() ``` #### CacheControl()[¶](#cachecontrol "Permalink to this headline") **Directives:** `immutable()`, `max\_age(seconds)`, `max\_stale(seconds)`, `min\_fresh(seconds)`, `must\_revalidate()`, `no\_cache()`, `no\_store()`, `no\_transform()`, `only\_if\_cached()`, `private()`, `proxy\_revalidate()`, `public()`, `s\_maxage(seconds)`, `stale\_if\_error(seconds)`, `stale\_while\_revalidate(seconds)`, **Example:** ``` cache = secure.CacheControl().no\_cache() secure\_headers = secure.Secure(cache=cache).headers() # no-store ``` #### Usage[¶](#usage "Permalink to this headline") **Example:** ``` import uvicorn from fastapi import FastAPI import secure app = FastAPI() server = secure.Server().set("Secure") csp = ( secure.ContentSecurityPolicy() .default\_src("'none'") .base\_uri("'self'") .connect\_src("'self'" "api.spam.com") .frame\_src("'none'") .img\_src("'self'", "static.spam.com") ) hsts = secure.StrictTransportSecurity().include\_subdomains().preload().max\_age(2592000) referrer = secure.ReferrerPolicy().no\_referrer() permissions\_value = ( secure.PermissionsPolicy().geolocation("self", "'spam.com'").vibrate() ) cache\_value = secure.CacheControl().must\_revalidate() secure\_headers = secure.Secure( server=server, csp=csp, hsts=hsts, referrer=referrer, permissions=permissions\_value, cache=cache\_value, ) @app.middleware("http") async def set\_secure\_headers(request, call\_next): response = await call\_next(request) secure\_headers.framework.fastapi(response) return response @app.get("/") async def root(): return {"message": "Secure"} if \_\_name\_\_ == "\_\_main\_\_": uvicorn.run(app, port=8081, host="localhost") . . . ``` Response Headers: ``` server: Secure strict-transport-security: includeSubDomains; preload; max-age=2592000 x-frame-options: SAMEORIGIN x-xss-protection: 0 x-content-type-options: nosniff content-security-policy: default-src 'none'; base-uri 'self'; connect-src 'self'api.spam.com; frame-src 'none'; img-src 'self' static.spam.com referrer-policy: no-referrer cache-control: must-revalidate permissions-policy: geolocation=(self 'spam.com'), vibrate=() ``` ### Supported Frameworks[¶](#supported-frameworks "Permalink to this headline") #### Framework Agnostic[¶](#framework-agnostic "Permalink to this headline") Return Dictionary of Headers: `secure\_headers.headers()` **Example:** ``` secure\_headers.framework.headers(csp=True, feature=True) ``` **Return Value:** `{'Strict-Transport-Security': 'max-age=63072000; includeSubdomains', 'X-Frame-Options': 'SAMEORIGIN', 'X-XSS-Protection': '0', 'X-Content-Type-Options': 'nosniff', 'Content-Security-Policy': "script-src 'self'; object-src 'self'", 'Referrer-Policy': 'no-referrer, strict-origin-when-cross-origin', 'Cache-control': 'no-cache, no-store, must-revalidate', 'Pragma': 'no-cache', 'Feature-Policy': "accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; camera 'none'; encrypted-media 'none';fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none';payment 'none'; picture-in-picture 'none'; speaker 'none'; sync-xhr 'none'; usb 'none'; vr 'none';"}` #### aiohttp[¶](#aiohttp "Permalink to this headline") `secure\_headers.framework.aiohttp(resp)` **Example:** ``` from aiohttp import web from aiohttp.web import middleware import secure secure\_headers = secure.Secure() . . . @middleware async def set\_secure\_headers(request, handler): resp = await handler(request) secure\_headers.framework.aiohttp(resp) return resp . . . app = web.Application(middlewares=[set\_secure\_headers]) . . . ``` #### Bottle[¶](#bottle "Permalink to this headline") `secure\_headers.framework.bottle(response)` **Example:** ``` from bottle import route, run, response, hook import secure secure\_headers = secure.Secure() . . . @hook("after\_request") def set\_secure\_headers(): secure\_headers.framework.bottle(response) . . . ``` #### CherryPy[¶](#cherrypy "Permalink to this headline") `"tools.response\_headers.headers": secure\_headers.framework.cherrypy()` **Example:** CherryPy [Application Configuration](http://docs.cherrypy.org/en/latest/config.html#application-config): ``` import cherrypy import secure secure\_headers = secure.Secure() . . . config = { "/": { "tools.response\_headers.on": True, "tools.response\_headers.headers": secure\_headers.framework.cherrypy(), } } . . . ``` #### Django[¶](#django "Permalink to this headline") `secure\_headers.framework.django(response)` **Example:** Django [Middleware Documentation](https://docs.djangoproject.com/en/2.1/topics/http/middleware/): ``` # securemiddleware.py import secure secure\_headers = secure.Secure() . . . def set\_secure\_headers(get\_response): def middleware(request): response = get\_response(request) secure\_headers.framework.django(response) return response return middleware . . . ``` ``` # settings.py ... MIDDLEWARE = [ 'app.securemiddleware.set\_secure\_headers' ] ... ``` #### FastAPI[¶](#fastapi "Permalink to this headline") `secure\_headers.framework.falcon(resp)` **Example:** ``` from fastapi import FastAPI import secure secure\_headers = secure.Secure() . . . @app.middleware("http") async def set\_secure\_headers(request, call\_next): response = await call\_next(request) secure\_headers.framework.fastapi(response) return response . . . ``` #### Falcon[¶](#falcon "Permalink to this headline") `secure\_headers.framework.falcon(resp)` **Example:** ``` import falcon import secure secure\_headers = secure.Secure() . . . class SetSecureHeaders(object): def process\_request(self, req, resp): secure\_headers.framework.falcon(resp) . . . app = api = falcon.API(middleware=[SetSecureHeaders()]) . . . ``` #### Flask[¶](#flask "Permalink to this headline") `secure\_headers.framework.flask(response)` **Example:** ``` from flask import Flask, Response import secure secure\_headers = secure.Secure() app = Flask(\_\_name\_\_) . . . @app.after\_request def set\_secure\_headers(response): secure\_headers.framework.flask(response) return response . . . ``` #### hug[¶](#hug "Permalink to this headline") `secure\_headers.framework.hug(response)` **Example:** ``` import hug import secure secure\_headers = secure.Secure() . . . @hug.response\_middleware() def set\_secure\_headers(request, response, resource): secure\_headers.framework.hug(response) . . . ``` #### Masonite[¶](#masonite "Permalink to this headline") `secure\_headers.framework.masonite(self.request)` **Example:** Masonite [Middleware](https://docs.masoniteproject.com/advanced/middleware#creating-middleware): ``` # SecureMiddleware.py from masonite.request import Request import secure secure\_headers = secure.Secure() class SecureMiddleware: def \_\_init\_\_(self, request: Request): self.request = request def before(self): secure\_headers.framework.masonite(self.request) . . . ``` ``` # middleware.py ... HTTP\_MIDDLEWARE = [ SecureMiddleware, ] ... ``` #### Pyramid[¶](#pyramid "Permalink to this headline") Pyramid [Tween](https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/hooks.html#registering-tweens): ``` def set\_secure\_headers(handler, registry): def tween(request): response = handler(request) secure\_headers.framework.pyramid(response) return response return tween ``` **Example:** ``` from pyramid.config import Configurator from pyramid.response import Response import secure secure\_headers = secure.Secure() . . . def set\_secure\_headers(handler, registry): def tween(request): response = handler(request) secure\_headers.framework.pyramid(response) return response return tween . . . config.add\_tween(".set\_secure\_headers") . . . ``` #### Quart[¶](#quart "Permalink to this headline") `secure\_headers.framework.quart(response)` **Example:** ``` from quart import Quart, Response import secure secure\_headers = secure.Secure() app = Quart(\_\_name\_\_) . . . @app.after\_request async def set\_secure\_headers(response): secure\_headers.framework.quart(response) return response . . . ``` #### Responder[¶](#responder "Permalink to this headline") `secure\_headers.framework.responder(resp)` **Example:** ``` import responder import secure secure\_headers = secure.Secure() api = responder.API() . . . @api.route(before\_request=True) def set\_secure\_headers(req, resp): secure\_headers.framework.responder(resp) . . . ``` You should use Responder’s [built in HSTS](https://python-responder.org/en/latest/tour.html#hsts-redirect-to-https) and pass the `hsts=False` option. #### Sanic[¶](#sanic "Permalink to this headline") `secure\_headers.framework.sanic(response)` **Example:** ``` from sanic import Sanic import secure secure\_headers = secure.Secure() app = Sanic() . . . @app.middleware("response") async def set\_secure\_headers(request, response): secure\_headers.framework.sanic(response) . . . ``` *To set Cross Origin Resource Sharing (CORS) headers, please see* [sanic-cors](https://github.com/ashleysommer/sanic-cors) *.* #### Starlette[¶](#starlette "Permalink to this headline") `secure\_headers.framework.starlette(response)` **Example:** ``` from starlette.applications import Starlette import uvicorn import secure secure\_headers = secure.Secure() app = Starlette() . . . @app.middleware("http") async def set\_secure\_headers(request, call\_next): response = await call\_next(request) secure\_headers.framework.starlette(response) return response . . . ``` #### Tornado[¶](#tornado "Permalink to this headline") `secure\_headers.framework.tornado(self)` **Example:** ``` import tornado.ioloop import tornado.web import secure secure\_headers = secure.Secure() . . . class BaseHandler(tornado.web.RequestHandler): def set\_default\_headers(self): secure\_headers.framework.tornado(self) . . . ``` ### Resources[¶](#resources "Permalink to this headline") #### Frameworks[¶](#frameworks "Permalink to this headline") * [aiohttp](https://github.com/aio-libs/aiohttp) - Asynchronous HTTP client/server framework for asyncio and Python * [Bottle](https://github.com/bottlepy/bottle) - A fast and simple micro-framework for python web-applications. * [CherryPy](https://github.com/cherrypy/cherrypy) - A pythonic, object-oriented HTTP framework. * [Django](https://github.com/django/django/) - The Web framework for perfectionists with deadlines. * [Falcon](https://github.com/falconry/falcon) - A bare-metal Python web API framework for building high-performance microservices, app backends, and higher-level frameworks. * [Flask](https://github.com/pallets/flask) - The Python micro framework for building web applications. * [hug](https://github.com/timothycrosley/hug) - Embrace the APIs of the future. Hug aims to make developing APIs as simple as possible, but no simpler. * [Masonite](https://github.com/MasoniteFramework/masonite) - The Modern And Developer Centric Python Web Framework. * [Pyramid](https://github.com/Pylons/pyramid) - A Python web framework * [Quart](https://gitlab.com/pgjones/quart) - A Python ASGI web microframework. * [Responder](https://github.com/kennethreitz/responder) - A familiar HTTP Service Framework * [Sanic](https://github.com/huge-success/sanic) - An Async Python 3.5+ web server that’s written to go fast * [Starlette](https://github.com/encode/starlette) - The little ASGI framework that shines. ✨ * [Tornado](https://github.com/tornadoweb/tornado) - A Python web framework and asynchronous networking library, originally developed at FriendFeed. #### General[¶](#general "Permalink to this headline") * [OWASP - Secure Headers Project](https://www.owasp.org/index.php/OWASP_Secure_Headers_Project) * [OWASP - Session Management Cheat Sheet](https://www.owasp.org/index.php/Session_Management_Cheat_Sheet#Cookies) * [Mozilla Web Security](https://infosec.mozilla.org/guidelines/web_security) * [securityheaders.com](https://securityheaders.com) #### Policies[¶](#policies "Permalink to this headline") * **CSP:** [CSP Cheat Sheet | Scott Helme](https://scotthelme.co.uk/csp-cheat-sheet/), [Content-Security-Policy | MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy), [Content Security Policy Cheat Sheet | OWASP](https://www.owasp.org/index.php/Content_Security_Policy_Cheat_Sheet), [Content Security Policy CSP Reference & Examples](https://content-security-policy.com) * **XXP:** [X-XSS-Protection | MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection) * **XFO:** [X-Frame-Options | MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) * **HSTS:** [Strict-Transport-Security | MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security), [HTTP Strict Transport Security Cheat Sheet | OWASP](https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet) * **Referrer:** [A new security header: Referrer Policy | Scott Helme](https://scotthelme.co.uk/a-new-security-header-referrer-policy/), [Referrer-Policy | MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy) * **Feature:** [A new security header: Feature Policy | Scott Helme](https://scotthelme.co.uk/a-new-security-header-feature-policy/), [Feature-Policy | MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy), [Introduction to Feature Policy | Google Developers](https://developers.google.com/web/updates/2018/06/feature-policy) * **Cache:** [Cache-Control | MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control) Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html) [secure.py](index.html#document-index) ====================================== ### Navigation Contents: * [Secure Headers](index.html#document-headers) * [Policy Builder](index.html#document-policies) * [Supported Frameworks](index.html#document-frameworks) * [Resources](index.html#document-resources) ### Related Topics * [Documentation overview](index.html#document-index) ### Quick search ©2021, Caleb Kinney. | Powered by [Sphinx 1.8.5](http://sphinx-doc.org/) & [Alabaster 0.7.12](https://github.com/bitprophet/alabaster)
cortex
go
Cortex2.0 documentation [Cortex2.0](index.html#document-index) latest User Documentation * [Installation](index.html#document-install) * [Getting Started](index.html#document-getting_started) * [cortex](index.html#document-modules) * [Develop](index.html#document-develop) * [Custom demos](index.html#document-build) * [A walkthrough a custom classifier:](index.html#a-walkthrough-a-custom-classifier) * [Defining losses and results](index.html#defining-losses-and-results) * [Visualization](index.html#visualization) * [Putting it together](index.html#putting-it-together) [Cortex2.0](index.html#document-index) * [Docs](index.html#document-index) » * Cortex2.0 documentation * [Edit on GitHub](https://github.com/rdevon/cortex2.0/blob/master/docs/source/index.rst) --- Welcome to Cortex2.0[¶](#welcome-to-cortex2-0 "Permalink to this headline") =========================================================================== Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- ### Prerequisites[¶](#prerequisites "Permalink to this headline") #### Visdom[¶](#visdom "Permalink to this headline") ``` $pip install visdom ``` ### From Source[¶](#from-source "Permalink to this headline") ``` $git clone https://github.com/rdevon/cortex2.0.git $cd cortex2.0 $pip install . ``` Getting Started[¶](#getting-started "Permalink to this headline") ----------------------------------------------------------------- ### Configuration[¶](#configuration "Permalink to this headline") The first thing to do is to set up the config.yaml. This file is user-specific (it got tracked at some point, so I need to fix this), and will tell cortex everything user-specific regarding data locations, visualation, and outputs. ``` $ rm -rf ~/.cortex.yml $ cortex setup ``` #### Configuration File Example[¶](#configuration-file-example "Permalink to this headline") Located at `~/.cortex.yml` ``` torchvision\_data\_path: /data/milatmp1/hjelmdev/data/ data\_paths: { Imagenet-12: /data/lisa/data/ImageNet2012\_jpeg, CelebA: /tmp/hjelmdev/CelebA}viz: { font: /usr/share/fonts/truetype/liberation/LiberationSerif-Regular.ttf, server: 'http://132.204.26.180'} out\_path: /data/milatmp1/hjelmdev/outs/ ``` These are as follows: * torchvision\_data\_path: the path to all torchvision-specific datasets (details can be found in torchvision.datasets) * data\_paths: user-specified custom datasets. Currently, only support is for image folders (a la imagenet), but other dataset types (e.g., text) are planned in the near-future. * vis: visdom specific arguments. * out\_path: Out path for experiment outputs #### Usage[¶](#usage "Permalink to this headline") > > cortex –help #### Built-ins[¶](#built-ins "Permalink to this headline") | setup: | Setup cortex configuration. | | GAN: | Generative adversarial network. | | VAE: | Variational autoencoder. | | AdversarialAutoencoder: | | | Adversarial Autoencoder. | | ALI: | Adversarially learned inference. | | ImageClassification: | | | Basic image classifier. | | GAN\_MINE: | GAN + MINE. | #### Options[¶](#options "Permalink to this headline") | `-h, --help` | show this help message and exit | | `-o OUT\_PATH, --out\_path OUT\_PATH` | | | Output path directory. All model results will go here. If a new directory, a new one will be created, as long as parent exists. | | `-n NAME, --name NAME` | | | Name of the experiment. If given, base name of output directory will be –name. If not given, name will be the base name of the –out\_path | | `-r RELOAD, --reload RELOAD` | | | Path to model to reload. | | `-M LOAD\_MODELS, --load\_models LOAD\_MODELS` | | | Path to model to reload. Does not load args, info, etc | | `-m META, --meta META` | | | TODO | | `-c CONFIG\_FILE, --config\_file CONFIG\_FILE` | | | Configuration yaml file. See exps/ for examples | | `-k, --clean` | Cleans the output directory. This cannot be undone! | | `-v VERBOSITY, --verbosity VERBOSITY` | | | Verbosity of the logging. (0, 1, 2) | | `-d DEVICE, --device DEVICE` | | | TODO | #### Usage Example[¶](#usage-example "Permalink to this headline") To run an experiment. ``` cortex GAN --d.source CIFAR10 --d.copy\_to\_local ``` #### Custom models[¶](#custom-models "Permalink to this headline") It is possible to run experiments with custom models made with Pytorch under the Cortex framework. For doing so, the model has to be added to the demos folder under the root of the project. You can have a look to the given demo autoencoder and classifier already implemented. The main difference is that, rather than registering the plugins, the run function of main.py has to be called. For example, ``` if \_\_name\_\_ == '\_\_main\_\_': classifier = MyClassifier() run(model=classifier) ``` To run an experiment with a custom model. ``` python my\_model.py --d.source <Dataset> --d.copy\_to\_local ``` cortex[¶](#cortex "Permalink to this headline") ----------------------------------------------- ### cortex package[¶](#cortex-package "Permalink to this headline") #### Subpackages[¶](#subpackages "Permalink to this headline") #### Submodules[¶](#submodules "Permalink to this headline") #### cortex.main module[¶](#cortex-main-module "Permalink to this headline") #### cortex.plugins module[¶](#cortex-plugins-module "Permalink to this headline") #### Module contents[¶](#module-contents "Permalink to this headline") Develop[¶](#develop "Permalink to this headline") ------------------------------------------------- ### Documentation[¶](#documentation "Permalink to this headline") Make sure that the cortex package is installed and configured. For development purpose, if you are making changes to documentation, for example modifications inside docstrings or changes in some .rst files #### Building Documentation[¶](#building-documentation "Permalink to this headline") To build the documentation, the docs.py script under the root of the project is facilitating the process. Before making a Pull Request to the remote repository, you should run the script. ``` $ python docs.py ``` #### Serving Documentation Locally[¶](#serving-documentation-locally "Permalink to this headline") If you want to have a look at your changes before making a Pull Request on GitHub, it is possible to serve locally the generated html files. ``` $ cd docs/build/html $ python -m http.server 8000 --bind 127.0.0.1 ``` Custom demos[¶](#custom-demos "Permalink to this headline") ----------------------------------------------------------- While cortex has built-in functionality, but it is meant to meant to be used with your own modules. An example of making a model that works with cortex can be found at: <https://github.com/rdevon/cortex/blob/master/demos/demo_classifier.py> and <https://github.com/rdevon/cortex/blob/master/demos/demo_custom_ae.py> Documentation on the API can be found here: <https://github.com/rdevon/cortex/blob/master/cortex/plugins.py> For instance, the demo autoencoder can be used as: ``` python cortex/demos/demo\_custom\_ae.py --help ``` A walkthrough a custom classifier:[¶](#a-walkthrough-a-custom-classifier "Permalink to this headline") ------------------------------------------------------------------------------------------------------ Let’s look a little more closely at the autoencoder demo above to see what’s going on. cortex relies on using and overriding methods of plugins classes. First, let’s look at the methods, `build`, `routine`, and `visualize`. These are special methods for the plugin that can be overridden to change the behavior of your model for your needs. The signature of these functions look like: ``` def build(self, dim\_z=64, dim\_encoder\_out=64): ... def routine(self, inputs, targets, ae\_criterion=F.mse\_loss): ... def visualize(self, inputs, targets): ... ``` Each of these functions have arguments and keyword arguments. Note that the keyword arguments showed up in the help in the above example. This is part of the functionality of cortex: it manages your hyperparameters to these functions, organizes them, and provides command line control automatically. Even the docstrings are used in the command line, so other users can get the usage docs directly from there. The arguments are *data*, which are to be manipulated as needed in those methods. These are for the most part handled automatically, but all of these methods can be used as normal functions as well. ### Building models[¶](#building-models "Permalink to this headline") The `build` function takes the hyperparameters and sets networks. ``` class Autoencoder(nn.Module): def \_\_init\_\_(self, encoder, decoder): super(Autoencoder, self).\_\_init\_\_() self.encoder = encoder self.decoder = decoder def forward(self, x, nonlinearity=None): encoded = self.encoder(x) decoded = self.decoder(encoded) return decoded ... def build(self, dim\_z=64, dim\_encoder\_out=64): encoder = nn.Sequential( nn.Linear(28, 256), nn.ReLU(True), nn.Linear(256, 28), nn.ReLU(True)) decoder = nn.Sequential( nn.Linear(28, 256), nn.ReLU(True), nn.Linear(256, 28), nn.Sigmoid()) self.nets.ae = Autoencoder(encoder, decoder) ``` All that’s being done here is the hyperparameters are being used to create an instance of an `nn.Module` subclass, which is being added to the set of “nets”. Note that they keyword `ae` is very important, as this is going to be how you retrieve your nets and define their losses farther down. Also note that cortex *only* currently supports `nn.Module` subclasses from Pytorch. Defining losses and results[¶](#defining-losses-and-results "Permalink to this headline") ----------------------------------------------------------------------------------------- Adding losses and results from your model is easy, just compute your graph given you models and data, then add the losses and results by setting those members: ``` def routine(self, inputs, targets, ae\_criterion=F.mse\_loss): encoded = self.nets.ae.encoder(inputs) outputs = self.nets.ae.decoder(encoded) r\_loss = ae\_criterion( outputs, inputs, size\_average=False) / inputs.size(0) self.losses.ae = r\_loss ``` Additional results can be added similarly. For instance, in the demo classifier: ``` def routine(self, inputs, targets, criterion=nn.CrossEntropyLoss()): ... classifier = self.nets.classifier outputs = classifier(inputs) predicted = torch.max(F.log\_softmax(outputs, dim=1).data, 1)[1] loss = criterion(outputs, targets) correct = 100. \* predicted.eq( targets.data).cpu().sum() / targets.size(0) self.losses.classifier = loss self.results.accuracy = correct ``` Visualization[¶](#visualization "Permalink to this headline") ------------------------------------------------------------- Cortex allows for visualization using visdom, and this can be defined in a similar way as above: ``` def visualize(self, images, inputs, targets): predicted = self.predict(inputs) self.add\_image(images.data, labels=(targets.data, predicted.data), name='gt\_pred') ``` See the ModelPlugin API for more more details. Putting it together[¶](#putting-it-together "Permalink to this headline") ------------------------------------------------------------------------- Finally, we can specify default arguments: ``` defaults = dict( data=dict( batch\_size=dict(train=64, test=64), inputs=dict(inputs='images')), optimizer=dict(optimizer='Adam', learning\_rate=1e-4), train=dict(save\_on\_lowest='losses.ae')) ``` and then add `cortex.main.run` to `\_\_main\_\_`: ``` if \_\_name\_\_ == '\_\_main\_\_': autoencoder = AE() run(model=autoencoder) ``` And that’s it. cortex also allows for lower-level functions to be overridden (e.g., train\_step, eval\_step, train\_loop, etc) with more customizability coming soon. For more examples of usage, see the built-in models: <https://github.com/rdevon/cortex/tree/master/cortex/built_ins/models>
resource
go
Resource 1 documentation [Resource](index.html#document-index)   [Resource](index.html#document-index) * [Docs](index.html#document-index) » * Resource 1 documentation * [Edit on GitHub](https://github.com/RussellLuo/resource/blob/master/docs/index.rst) --- Welcome to Resource’s documentation![¶](#welcome-to-resource-s-documentation "Permalink to this headline") ========================================================================================================== Contents: Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [*Index*](genindex.html) * [*Module Index*](py-modindex.html) * [*Search Page*](search.html)
gauge
go
Gauge 0.0.2 documentation Gauge[¶](#gauge "Permalink to this headline") ============================================= [![Documentation Status](https://readthedocs.org/projects/gauge/badge/?version=latest)](https://gauge.readthedocs.io/en/stable/?badge=latest) Low-overhead streaming (or continuous) OpenTracing-compatible Python profiler. Quick links[¶](#quick-links "Permalink to this headline") --------------------------------------------------------- | Documentation | <https://gauge.readthedocs.io/en/stable/> | | Issue tracker | <https://github.com/AndreiPashkin/gauge/issues/> | Why another profiler?[¶](#why-another-profiler "Permalink to this headline") ---------------------------------------------------------------------------- The idea is to make a profiler which would be able to continuously *stream* the profile data to monitoring software (like [Jaeger](https://www.jaegertracing.io/) or [Elastic APM](https://www.elastic.co/apm/)) and also, have low-performance overhead so that it would be possible to deploy it on production. So it would be possible to monitor the performance of a microservice or some other long-running application in real-time over a long period and explore historical performance data. Currently, no open-source alternatives exist that are able to do that. Features[¶](#features "Permalink to this headline") --------------------------------------------------- * OpenTracing compatibility. Specifically with the following APMs: + [Elastic APM](https://www.elastic.co/apm/) (after [this fix](https://github.com/elastic/apm-agent-python/pull/824) is merged). + [Jaeger](https://www.jaegertracing.io/). * Very low overhead with 100 / samples per second sampling frequency. * Supports generators/coroutines. Compatibility[¶](#compatibility "Permalink to this headline") ------------------------------------------------------------- Currently, the project targets only CPython 3.5+. It is intended to be compatible with all major operating systems, but currently only tested on Ubuntu Linux. Project status[¶](#project-status "Permalink to this headline") --------------------------------------------------------------- Project in alpha stage of development and is actively worked on. It just passed the state where the main functionality is working more or less correctly and it is possible to actually install it and use. How does it work?[¶](#how-does-it-work "Permalink to this headline") -------------------------------------------------------------------- The profiler exploits [\_PyThread\_CurrentFrames()](https://github.com/python/cpython/blob/8ecc0c4d390d03de5cd2344aa44b69ed02ffe470/Python/pystate.c#L1155) function of CPython’s C-API which provides reasonable performance. This function is called with defined frequency in a background thread which collects raw data which is in turn aggregated and exported to somewhere in another background thread which is activated with a much lower frequency. Alternatives[¶](#alternatives "Permalink to this headline") ----------------------------------------------------------- | Profiler | Is low-overhead? | Is streaming? | Is commercial? | Is Open-Source? | Has permissive license? | | --- | --- | --- | --- | --- | --- | | [DataDog profiler](https://docs.datadoghq.com/tracing/profiler/getting_started/?tab=python) | Yes | Yes | Yes | No | | | [Py-Spy](https://github.com/benfred/py-spy) | Yes | No | No | Yes | Yes | | [Austin](https://github.com/P403n1x87/austin) | Yes | No | No | Yes | No | Documentation[¶](#documentation "Permalink to this headline") ------------------------------------------------------------- ### Usage[¶](#usage "Permalink to this headline") #### Installation[¶](#installation "Permalink to this headline") Gauge can be installed as a regular Python package. Currently, it is not published on PyPI so you have to clone [the repository](https://github.com/AndreiPashkin/gauge/) to install it. ##### Prerequisites[¶](#prerequisites "Permalink to this headline") * [CMake](https://cmake.org/) above 3.14. * Some sort of C++ 14 compatible compiler. * CPython 3.5+. * CPython’s headers. On recent Debian/Ubuntu version you would be able to install everything necessary with similar commands: ``` sudo apt-get update sudo apt-get install build-essential cmake python3.8 python3.8-dev ``` These exact commands work on Ubuntu 18.04 for example. ##### Installation steps[¶](#installation-steps "Permalink to this headline") 1. Clone the project from [the GitHub repo](https://github.com/AndreiPashkin/gauge/). 2. Execute `python setup.py install`. Warning The project doesn’t store C++ dependency libraries in the repository like some others do, instead - it downloads them on demand. Downloading can take some time so don’t be surprised to find yourself waiting a little bit during installation. That’s it. #### Quickstart[¶](#quickstart "Permalink to this headline") Gauge built on three types of entities - collectors, aggregators, exporters. Collectors - collect raw data about execution, aggregators - aggregate them, exporters - push them to somewhere (monitor software). To instantiate the profiler implementations of these entities has to be combined. ##### Minimal example[¶](#minimal-example "Permalink to this headline") ``` import gauge from elasticapm import Client from elasticapm.contrib.opentracing import Tracer client = Client({ 'SERVICE\_NAME': 'my-service', }) tracer = Tracer(client\_instance=client) collector = gauge.SamplingCollector() aggregator = gauge.SpanAggregator() collector.subscribe(aggregator) exporter = gauge.OpenTracingExporter(tracer=tracer) aggregator.subscribe(exporter) collector.start() # ... work work work collector.stop() aggregator.finish\_open\_spans() client.close() ``` ### Development[¶](#development "Permalink to this headline") This chapter is dedicated to those who dared to write some code for this project. #### Development environment[¶](#development-environment "Permalink to this headline") Here is how to create a local development environment: > > 1. First of all install everything described in [Prerequisites](index.html#prerequisites). > 2. In addition to that, a developer needs to install a debug-build of > CPython. It is better to use it when developing extensions for CPython - > you’ll get meaningful errors messages in case of reference-counting > errors for example. > > > On Ubuntu 18.04 it could be done with the following command: > > > > ``` > sudo apt-get install python3.8-dbg > > ``` > 3. Install [Tox](https://tox.readthedocs.io/en/latest/) with version above 3. > 4. Use Tox to deploy the development virtualenv: > > > > ``` > tox -edev > > ``` > 5. Activate the development virtualenv: `. .tox/dev/bin/activate`. > > > This is it. #### Architecture overview[¶](#architecture-overview "Permalink to this headline") Gauge is built upon three main entities - collectors, aggregators, exporters. * Collectors - collect raw data which is just snapshots of the current state of execution. * Aggregators - aggregate the raw data collected by the collector. The task of an aggregator is to turn a collection of raw snapshots into something meaningful: > > > + Spans - potentially incomplete calls with start and end represented as > separate objects). > + Calls - complete calls with known start and end. > + Statistics - summary aggregated data (like it’s done in PStats module in > Python’s standard library). > * Exporters - the task of the exporters is to simply save data or push it to some kind of remote monitoring service. #### Commit message format[¶](#commit-message-format "Permalink to this headline") * First line - 50 symbols max. in the imperative mood, conforming to punctuation rules of the English language. * Subsequent lines - 72 symbols max. * Optionally - comma-separated list of referenced issues/PRs on the last line of the message body, preceded by an empty line. ##### Example good commit message[¶](#example-good-commit-message "Permalink to this headline") ``` Add foo() method into Bar class. foo() does a really important thing and this makes Bar even more awesome. #42, #36, #11 ``` #### Contribution guide[¶](#contribution-guide "Permalink to this headline") Nothing complex for now - just create an issue on the issue tracker or comment on the existing one and then make a pull request ;) Indices and tables[¶](#indices-and-tables "Permalink to this headline") ----------------------------------------------------------------------- * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html) [Gauge](index.html#document-index) ================================== ### Navigation Contents: * [Introduction](index.html#document-index) * [Usage](index.html#document-Usage) * [Development](index.html#document-Development) ### Related Topics * [Documentation overview](index.html#document-index) ### Quick search ©2020, Andrei Pashkin. | Powered by [Sphinx 1.8.5](http://sphinx-doc.org/) & [Alabaster 0.7.12](https://github.com/bitprophet/alabaster)
merlin
go
Merlin Documentation Release 1.11.0 The Merlin Development Team Oct 09, 2023 CONTENTS 1 Merlin Overview 3 1.1 Tutorial . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.2 Getting Started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 1.3 FAQ . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 1.4 Command line . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 1.5 Workflows . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76 1.6 Workflow Specification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 1.7 Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84 1.8 Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90 1.9 Merlin Server . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98 1.10 Celery . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102 1.11 Virtual environments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 1.12 Spack . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 106 1.13 Contributing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107 1.14 Docker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110 i ii Merlin Documentation, Release 1.11.0 Merlin is a tool for running machine learning based workflows. The goal of Merlin is to make it easy to build, run, and process the kinds of large scale HPC workflows needed for cognitive simulation. CONTENTS 1 Merlin Documentation, Release 1.11.0 2 CONTENTS CHAPTER ONE MERLIN OVERVIEW Merlin is a distributed task queuing system, designed to allow complex HPC workflows to scale to large numbers of simulations (we’ve done 100 Million on the Sierra Supercomputer). Why would you want to run that many simulations? To become your own Big Data generator. Data sets of this size can be large enough to train deep neural networks that can mimic your HPC application, to be used for such things as design optimization, uncertainty quantification and statistical experimental inference. Merlin’s been used to study inertial confinement fusion, extreme ultraviolet light generation, structural mechanics and atomic physics, to name a few. How does it work? In essence, Merlin coordinates complex workflows through a persistent external queue server that lives outside of your HPC systems, but that can talk to nodes on your cluster(s). As jobs spin up across your ecosystem, workers on those allocations pull work from a central server, which coordinates the task dependencies for your workflow. Since this coordination is done via direct connections to the workers (i.e. not through a file system), your workflow can scale to very large numbers of workers, which means a very large number of simulations with very little overhead. Furthermore, since the workers pull their instructions from the central server, you can do a lot of other neat things, like having multiple batch allocations contribute to the same work (think surge computing), or specialize workers to different machines (think CPU workers for your application and GPU workers that train your neural network). Another neat feature is that these workers can add more work back to central server, which enables a variety of dynamic workflows, such as may be necessary for the intelligent sampling of design spaces or reinforcement learning tasks. Merlin does all of this by leveraging some key HPC and cloud computing technologies, building off open source components. It uses maestro to provide an interface for describing workflows, as well as for defining workflow task dependencies. It translates those dependencies into concrete tasks via celery, which can be configured for a variety of backend technologies (rabbitmq and redis are currently supported). Although not a hard dependency, we encourage the use of flux for interfacing with HPC batch systems, since it can scale to a very large number of jobs. The integrated system looks a little something like this: 3 Merlin Documentation, Release 1.11.0 For more details, check out the rest of the documentation. Need help? merlin@llnl.gov 1.1 Tutorial Estimated time • 3 hours Grab your laptop and coffee, and dive into this 7-module tutorial to become a Merlin expert. This hands-on tutorial introduces Merlin through some example workflows. In it, you will install Merlin on your local machine, stand up a virtual server and run both a simple workflow and a quasi-real-life physicsy simulation that couples a physics application with visualization and machine learning. You’ll also learn how to use some advanced features and help make Merlin better. Finally we offer some tips and tricks for porting and scaling up your application. 1.1.1 0. Before you start It will be helpful to have these steps already completed before you start the tutorial modules: • Make sure you have python 3.6 or newer. • Make sure you have pip version 22.3 or newer. • You can upgrade pip to the latest version with: pip install --upgrade pip 4 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 • OR you can upgrade to a specific version with: pip install --upgrade pip==x.y.z • Make sure you have GNU make tools and compilers. • (OPTIONAL) Install docker. • Download OpenFOAM image with: docker pull cfdengine/openfoam • Download redis image with: docker pull redis 1.1.2 Introduction This module introduces you to Merlin, some of the technology behind it, and how it works. Prerequisites • Curiosity Estimated time • 20 minutes You will learn • What Merlin is and why you might consider it • Why it was built and what are some target use cases • How it is designed and what the underlying tech is Table of Contents: • What is Merlin? • Why Merlin? What’s the need? • How can Merlin run so many simulations? • So what exactly does Merlin do? • How is it designed? • What is in this Tutorial? 1.1. Tutorial 5 Merlin Documentation, Release 1.11.0 What is Merlin? Summary Merlin is a toolkit designed to enable HPC-focused simulation workflows with distributed cloud compute technologies. This helps simulation workflows push to immense scale. (Like 100 million.) At its core, Merlin translates a text-based, command-line focused workflow description into a set of discrete tasks. These tasks live on a centralized broker (e.g. a separate server) that persists outside of your HPC batch allocation. Autonomous workers in different allocations (even on different machines) can then connect to this server, pull off and execute these tasks asynchronously. Why Merlin? What’s the need? That sounds complicated. Why would you care to do this? The short answer: machine learning The longer answer: machine learning and data science are becoming an integral part of scientific inquiry. The problem is that machine learning models are data hungry: it takes lots and lots of simulations to train machine learning models on their outputs. Unfortunately HPC systems were designed to execute a few large hero simulations, not many smaller simulations. Naively pushing standard HPC workflow tools to hundreds of thousands and millions of simulations can lead to some serious problems. Workflows, applications and machines are becoming more complex, but subject matter experts need to devote time and attention to their applications and often require fine command-line level control. Furthermore, they rarely have the time to devote to learning workflow systems. With the expansion of data-driven computing, the HPC scientist needs to be able to run more simulations through complex multi-component workflows. Merlin targets HPC workflows that require many simulations. These include: Table 1: Merlin Targeted Use Cases Emulator building Running enough simulations to build an emulator (or “surrogate model”) of an expen- sive computer code, such as needed for uncertainty quantification Iterative sampling Executing some simulations and then choosing new ones to run based on the results obtained thus far Active learning Iteratively sampling coupled with emulator building to efficiently train a machine learning model Design optimization Using a computer code to optimize a model design, perhaps robustly or under uncer- tainty Reinforcement learning Building a machine learning model by subsequently exposing it to lots of trials, giving it a reward/penalty for the outcomes of those trials Hierarchical simulation Running low-fidelity simulations to inform which higher fidelity simulations to execute Heterogeneous workflows Workflows that require different steps to execute on different hardware and/or systems Many scientific and engineering problems require running lots of simulations. But accomplishing these tasks effectively in an unstable bleeding edge HPC environment can be dicey. The tricks that work for 100 simulations won’t work for 10 thousand, let alone 100 million. We made Merlin to make high-frequency extreme scale computing easy. 6 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 How can Merlin run so many simulations? The good news is that distributed cloud compute technology has really pushed the frontier of scalability. Merlin helps bring this tech to traditional scientific HPC. Traditionally, HPC workflow systems tie workflow steps to HPC resources and coordinate the execution of tasks and management of resources one of two ways: Table 2: Traditional HPC Workflow Philosophies External Coordination • Separate batch jobs for each task • External daemon tracks dependencies and jobs • Progress monitored with periodic polling (of files or batch system) Internal Coordination • Multiple tasks bundled into larger batch jobs • Internal daemon tracks dependencies and re- sources • Progress monitored via polling (of filesystem or message passing) External coordination ties together independent batch jobs each executing workflow sub-tasks with an external mon- itor. This monitor could be a daemon or human that monitors either the batch or file system via periodic polling and orchestrates task launch dependencies. External coordination can tailor the resources to the task, but cannot easily run lots of concurrent simulations (since batch systems usually limit the number of jobs a user can queue at once). Internal coordination puts the monitor within a larger batch job that allocates resources inside that job for the specific tasks at hand. Internal coordination can run many more concurrent tasks by bundling smaller jobs into larger jobs, but cannot tailor the resources to the task at hand. This precludes workflows that, for instance, require one step on CPU hardware and another on a GPU machine. Instead of tying resources to tasks, Merlin does this: 1.1. Tutorial 7 Merlin Documentation, Release 1.11.0 Table 3: Merlin’s Workflow Philosophy Centralized Coordination of Producers & Consumers • Batch jobs and workers decoupled from tasks • Centralized queues visible to multiple jobs • Progress and dependencies handled via direct worker connections to central message server and results database Merlin decouples workflow tasks from workflow resources. Merlin avoids a command-and-control approach to HPC resource management for a workflow. Instead of having the workflow coordinator ask for and manage HPC resources and tasks, the Merlin coordinator just manages tasks. Task- agnostic resources can then independently connect (and disconnect) to the coordinator. In Merlin, this producer-consumer workflow happens through two commands: merlin run <workflow file> (producer) and merlin run-worker <workflow file> (consumer). The merlin run command populates the central queue(s) with work to do and the merlin run-worker command drains the queue(s) by executing the task instructions. Each new instance of merlin run-worker creates a new consumer. These consumers can exist on different machines in different batch allocations, anywhere that can see the central server. Likewise merlin run can populate the queue from any system that can see the queue server, including other workers. In principle, this means a researcher can push new work onto an already running batch allocation of workers, or re-direct running jobs to work on higher-priority work. The benefits of producer-consumer workflows The increased flexibility that comes from decoupling what HPC applications you run from where you run them can be extremely enabling. Merlin allows you to • Scale to very large number of simulations by avoiding common HPC bottlenecks • Automatically take advantage of free nodes to process your workflow faster • Create iterative workflows, like as needed for active machine learning • Dynamically add more tasks to already-running jobs • Have cross-machine and cross-batch-job workflows, with different steps executing on different resources, but still coordinated The producer-consumer approach to workflows allows for increased flexibility and scalability. For this reason it has become a mainstay of cloud-compute microservices, which allow for extremely distributed asynchronous computing. 8 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Many asynchronous task and workflow systems exist, but the majority are focused around this microservices model, where a system is set up (and managed) by experts that build a single workflow. This static workflow gets tested and hardened and exists as a service for their users (e.g. an event on a website triggers a discrete set of tasks). HPC, and in particular scientific HPC brings its own set of challenges that make a direct application of microservices to HPC workflows challenging. Table 4: Challenges for bringing microservices to scientific HPC Work- flows Challenge Requirement Workflows can change from day-to-day as researchers Workflows need to be dynamic, not static. explore new simulations, configurations, and questions. Workflow components are usually different executables, Workflows need to intuitively support multiple lan- pre- and post-processing scripts and data aggregation guages. steps written in different languages. These components often need command-line-level con- Workflows need to support shell syntax and environment trol of task instructions. variables. Components frequently require calls to a batch system Workflows need a natural way to launch parallel jobs scheduler for parallel job execution. that use more resources then a single worker. Tasks can independently create large quantities of data. Dataflow models could be bottlenecks. Workflows should take advantage of parallel file systems. HPC systems (in particular leadership class machines) Workflows need to be able to restart, retry and rerun can experience unforeseen outages. failed steps without needing to run the entire workflow. Merlin was built specifically to address the challenges of porting microservices to HPC simulations. So what exactly does Merlin do? Merlin wraps a heavily tested and well used asynchronous task queuing library in a skin and syntax that is natural for HPC simulations. In essence, we extend maestro by hooking it up to celery. We leverage maestro’s HPC-friendly workflow description language and translate it to discrete celery tasks. Why not just plain celery? Celery is extremely powerful, but this power can be a barrier for many science and engineering subject matter experts, who might not be python coders. While this may not be an issue for web developers, it presents a serious challenge to many scientists who are used to running their code from a shell command line. By wrapping celery commands in maestro steps, we not only create a familiar environment for users (since maestro steps look like shell commands), but we also create structure around celery dependencies. Maestro also has interfaces to common batch schedulers (e.g. slurm and flux)[*]_ for parallel job control. So why Merlin and not just plain maestro? The main reason: to run lots of simulations for machine learning applications. Basically Merlin scales maestro. Maestro follows an external coordinator model. Maestro workflow DAGs (directed acyclic graphs) need to be unrolled (concretized) ahead of time, so that batch dependencies can be calculated and managed. This graph problem becomes very expensive as the number of tasks approaches a few hundred. (Not to mention most batch systems will prevent a user from queuing more than a few hundred concurrent batch jobs.) In other words, using maestro alone to run thousands of simulations is not practical. But with celery, we can dynamically create additional tasks. This means that the DAG can get unrolled by the very same workers that will execute the tasks, offering a natural parallelism (i.e. much less waiting before starting the work). What does this mean in practice? Merlin can quickly queue a lot of simulations. 1.1. Tutorial 9 Merlin Documentation, Release 1.11.0 How quickly? The figure below shows task queuing rates when pushing a simple workflow on the Quartz Supercomputer to 40 million samples. This measures how quickly simulation ensembles of various sample sizes can get enqueued. As you can see, by exploiting celery’s dynamic task queuing (tasks that create tasks), Merlin can enqueue hundreds of thousands of simulations per second. These jobs can then be consumed in parallel, at a rate that depends on the number of workers you have. Furthermore, this ability to dynamically add tasks to the queue means that workflows can become more flexible and responsive. A worker executing a step can launch additional workflows without having to stand up resources to execute and monitor the execution of those additional steps. The only downside to being able to enqueue work this quickly is the inability of batch schedulers to keep up. This is why we recommend pairing Merlin with flux, which results in a scalable but easy-to-use workflow system: • Maestro describes the workflow tasks • Merlin orchestrates the task executions • Flux schedules the HPC resources Here’s an example of how Merlin, maestro and flux can all work together to launch a workflow on multiple machines. 10 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 The scientist describes her workflow with a maestro-like <workflow file>. Her workflow consists of two steps: 1. Run many parallel CPU-only jobs, varying her simulation parameters of interest 2. Use a GPU to train a deep learning model on the results of those simulations She then types merlin run <workflow file>, which translates that maestro file into celery commands and sends those tasks to two separate queues on a centralized server (one for CPU work and one for GPU work). She then launches a batch allocation on the CPU machine, which contains the command merlin run-workers <workflow file> --steps 1. Workers start up under flux, pull work from the server’s CPU queue and call flux to launch the parallel simulations asynchronously. She also launches a separate batch request on the GPU machine with merlin run-workers <workflow file> --steps 2. These workers connect to the central queue associated with the GPU step. When the simulations in step 1 finish, step 2 will automatically start. In this fashion, Merlin allows the scientist to coordinate a highly scalable asynchronous multi-machine heterogeneous workflow. This is of course a simple example, but it does show how the producer-consumer philosophy in HPC workflows can be quite enabling. Merlin’s goal is to make it easy for HPC-focused subject matter experts to take advantage of the advances in cloud computing. How is it designed? Merlin leverages a number of open source technologies, developed and battle-hardened in the world of distributed computing. We decided to do this instead of having to build, test and maintain stand-alone customized (probably buggy) versions of software that will probably not be as fully featured. There are differing philosophies on how much third-party software to rely upon. On the one hand, building our system off ubiquitous open source message passing libraries increases the confidence in our software stack’s performance, especially at scale (for instance, celery is robust enough to keep Instagram running). However, doing so means that when something breaks deep down, it can be difficult to fix (if at all). Indeed if there’s an underlying “feature” that we’d like to work around, we could be stuck. Furthermore, the complexity of the software stack can be quite large, 1.1. Tutorial 11 Merlin Documentation, Release 1.11.0 such that our team couldn’t possibly keep track of it all. These are valid concerns; however, we’ve found it much easier to quickly develop a portable system with a small team by treating (appropriately chosen) third party libraries as underlying infrastructure. (Sure you could build and use your own compiler, but should you?) Merlin manages the increased risk that comes with relying on software that is out of our control by: 1. Building modular software that can easily be reconfigured / swapped for other tech 2. Participating as developers for those third-party packages upon which rely (for instance we often kick enhance- ments and bug fixes to maestro) 3. Using continuous integration and testing to catch more errors as they occur This section talks about some of those underlying technologies, what they are, and why they were chosen. A brief technical dive into some underlying tech Merlin extends maestro with celery, which in turn can be configured to interface with a variety of message queue brokers and results backends. In practice, we like to use RabbitMQ and Redis for our broker and backend respectively, because of their features and reliability, especially at scale. Table 5: Key Merlin Tech Components Component Reasoning maestro shell-like workflow descriptions, batch system interfaces celery highly scalable, supports multiple brokers and backends RabbitMQ resilience, support for multiple users and queues Redis database speed, scalability cryptography secure Redis results flux (optional) portability and scalability of HPC resource allocation The different components interact to populate and drain the message queue broker of workflow tasks. When a call is made to merlin run, maestro turns the workflow description (composed of “steps” with “parameters” and “samples”) into a task dependency graph. Merlin translates this graph into discrete celery task commands*0 0 The flux and slurm interfaces used by Merlin differ from the versions bundled with maestro to decouple job launching from batch submission. 12 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Calls to merlin run-worker cause celery workers to connect to both the message broker and results database. The workers pull tasks from the broker and begin to execute the instructions therein. When finished, a worker posts the results (task status metadata, such as “SUCCESS” or “FAIL”) to the results database and automatically grabs another task from the queue. When additional workers come along (through other explicit calls to merlin run-worker), they connect to the broker and help out with the workflow. Multiple vs. Single Queues RabbitMQ brokers can have multiple distinct queues. To take advantage of this feature, Merlin lets you assign workflow steps and workers to different queues. (Steps must be assigned to a single queue, but workers can connect to multiple queues at once.) The advantage of a single queue is simplicity, both in workflow design and scalability. However, having multiple queues allows for prioritization of work (the express checkout lane at the grocery store) and customization of workers (specialized assembly line workers tailored for a specific task). What is in this Tutorial? This tutorial will show you how to: • Install Merlin and test that it works correctly • Build a basic workflow and scale it up, introducing you to Merlin’s syntax and how it differs from maestro. • Run a “real” physics simulation based workflow, with post-processing of results, visualization and machine learning. • Use Merlin’s advanced features to do things like interface with batch systems, distribute a workflow across machines and dynamically add new samples to a running workflow. • Contribute to Merlin, through code enhancements and bug reports. • Port your own application, with tips and tricks for building and scaling up workflows. 1.1.3 Installation Prerequisites • shell (bash, csh, etc, if running on Windows, use a linux container) • python3 >= python3.6 • pip3 • wget • build tools (make, C/C++ compiler) • (OPTIONAL) docker (required for Module 4: Run a Real Simulation) • (OPTIONAL) file editor for docker config file editing Estimated time • 20 minutes You will learn • How to install merlin in a virtual environment using pip. 1.1. Tutorial 13 Merlin Documentation, Release 1.11.0 • How to install a container platform eg. singularity, docker, or podman. • How to configure merlin. • How to test/verify the installation. Table of Contents: • Installing Merlin – Redis Server • Configuring Merlin • Checking/Verifying Installation • (OPTIONAL) Docker Advanced Installation – RabbitMQ Server – Redis TLS Server This section details the steps necessary to install merlin and its dependencies. Merlin will then be configured for the local machine and the configuration will be checked to ensure a proper installation. Installing Merlin A merlin installation is required for the subsequent modules of this tutorial. Once merlin is installed, it requires servers to operate. While you are able to host your own servers, we will use merlin’s containerized servers in this tutorial. However, if you prefer to host your own servers you can host a redis server that is accessible to your current machine. Your computer/organization may already have a redis server available you can use, please check with your local system administrator. Create a virtualenv using python3 to install merlin. python3 -m venv --prompt merlin merlin_venv Activate the virtualenv. source merlin_venv/bin/activate or source merlin_venv/bin/activate.csh The (merlin) <shell prompt> will appear after activating. You should upgrade pip and setuptools before proceeding. pip3 install setuptools pip -U Install merlin through pip. pip3 install merlin Check to make sure merlin installed correctly. which merlin 14 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 You should see that it was installed in your virtualenv, like so: ~/<path_to_virtualenv>/merlin_venv/bin/merlin If this is not the output you see, you may need to restart your virtualenv and try again. When you are done with the virtualenv you can deactivate it using deactivate, but leave the virtualenv activated for the subsequent steps. deactivate Redis Server A redis server is required for the celery results backend server, this same server can also be used for the celery broker. We will be using merlin’s containerized server however we will need to download one of the supported container platforms avaliable. For the purpose of this tutorial we will be using singularity. # Update and install singularity dependencies apt-get update && apt-get install -y \ build-essential \ libssl-dev \ uuid-dev \ libgpgme11-dev \ squashfs-tools \ libseccomp-dev \ pkg-config # Download dependency go wget https://go.dev/dl/go1.18.1.linux-amd64.tar.gz # Extract go into local tar -C /usr/local -xzf go1.18.1.linux-amd64.tar.gz # Remove go tar file rm go1.18.1.linux-amd64.tar.gz # Update PATH to include go export PATH=$PATH:/usr/local/go/bin # Download singularity wget https://github.com/sylabs/singularity/releases/download/v3.9.9/singularity-ce-3.9.9. ˓→tar.gz # Extract singularity tar -xzf singularity-ce-3.9.9.tar.gz # Configure and install singularity cd singularity-ce-3.9.9 ./mconfig && \ make -C ./builddir && \ sudo make -C ./builddir install 1.1. Tutorial 15 Merlin Documentation, Release 1.11.0 Configuring Merlin Merlin requires a configuration script for the celery interface. Run this configuration method to create the app.yaml configuration file. merlin config --broker redis The merlin config command above will create a file called app.yaml in the ~/.merlin directory. If you are running a redis server locally then you are all set, look in the ~/.merlin/app.yaml file to see the configuration, it should look like the configuration below. broker: name: redis server: localhost port: 6379 db_num: 0 results_backend: name: redis server: localhost port: 6379 db_num: 0 More detailed information on configuring Merlin can be found in the configuration section. Checking/Verifying Installation First launch the merlin server containers by using the merlin server commands merlin server init merlin server start A subdirectory called merlin_server/ will have been created in the current run directory. This contains all of the proper configuration for the server containers merlin creates. Configuration can be done through the merlin server config command, however users have the flexibility to edit the files directly in the directory. Additionally an precon- figured app.yaml file has been created in the merlin_server/ subdirectory to utilize the merlin server containers . To use it locally simply copy it to the run directory with a cp command. cp ./merlin_server/app.yaml . You can also make this server container your main server configuration by replacing the one located in your home directory. Make sure you make back-ups of your current app.yaml file in case you want to use your previous configura- tions. Note: since merlin servers are created locally on your run directory you are allowed to create multiple instances of merlin server with their unique configurations for different studies. Simply create different directories for each study and run merlin server init in each directory to create an instance for each. mv ~/.merlin/app.yaml ~/.merlin/app.yaml.bak cp ./merlin_server/app.yaml ~/.merlin/ The merlin info command will check that the configuration file is installed correctly, display the server configuration strings, and check server access. merlin info If everything is set up correctly, you should see: 16 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 . . . Merlin Configuration ------------------------- config_file | <user home>/.merlin/app.yaml is_debug | False merlin_home | <user home>/.merlin merlin_home_exists | True broker server | redis://localhost:6379/0 results server | redis://localhost:6379/0 Checking server connections: ---------------------------- broker server connection: OK results server connection: OK Python Configuration ------------------------- . . . (OPTIONAL) Docker Advanced Installation RabbitMQ Server This optional section details the setup of a rabbitmq server for merlin. A rabbitmq server can be started to provide the broker, the redis server will still be required for the backend. Merlin is configured to use ssl encryption for all communication with the rabbitmq server. An ssl server requires ssl certificates to encrypt the communication through the python ssl module python ssl . This tutorial can use self-signed certificates created by the user for use in the rabbitmq server. The rabbitmq server uses Transport Layer Security (TLS) (often known as “Secure Sockets Layer”). Information on rabbitmq with TLS can be found here: rabbit TLS A set of self-signed keys is created through the tls-gen package. These keys are then copied to a common directory for use in the rabbitmq server and python. git clone https://github.com/michaelklishin/tls-gen.git cd tls-gen/basic make CN=my-rabbit CLIENT_ALT_NAME=my-rabbit SERVER_ALT_NAME=my-rabbit make verify mkdir -p ${HOME}/merlinu/cert_rabbitmq cp result/* ${HOME}/merlinu/cert_rabbitmq The rabbitmq docker service can be added to the previous docker-compose.yml file. version: '3' networks: (continues on next page) 1.1. Tutorial 17 Merlin Documentation, Release 1.11.0 (continued from previous page) mernet: driver: bridge services: redis: image: 'redis:latest' container_name: my-redis ports: - "6379:6379" networks: - mernet rabbitmq: image: rabbitmq:3-management container_name: my-rabbit tty: true ports: - "15672:15672" - "15671:15671" - "5672:5672" - "5671:5671" environment: - RABBITMQ_SSL_CACERTFILE=/cert_rabbitmq/ca_certificate.pem - RABBITMQ_SSL_KEYFILE=/cert_rabbitmq/server_key.pem - RABBITMQ_SSL_CERTFILE=/cert_rabbitmq/server_certificate.pem - RABBITMQ_SSL_VERIFY=verify_none - RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=false - RABBITMQ_DEFAULT_USER=merlinu - RABBITMQ_DEFAULT_VHOST=/merlinu - RABBITMQ_DEFAULT_PASS=guest volumes: - ~/merlinu/cert_rabbitmq:/cert_rabbitmq networks: - mernet merlin: image: 'llnl/merlin' container_name: my-merlin tty: true volumes: - ~/merlinu/:/home/merlinu networks: - mernet When running the rabbitmq broker server, the config can be created with the default merlin config command. If you have already run the previous command then remove the ~/.merlin/app.yaml or ~/merlinu/.merlin/app.yaml file , and run the merlin config command again. merlin config The app.yaml file will need to be edited to add the rabbitmq settings in the broker section of the app.yaml file. The server: should be changed to my-rabbit. The rabbitmq server will be accessed on the default TLS port, 5671. 18 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 broker: name: rabbitmq server: my-rabbit password: ~/.merlin/rabbit.pass results_backend: name: redis server: my-redis port: 6379 db_num: 0 To complete the config create a file ~/merlinu/.merlin/rabbit.pass and add the password guest. The aliases defined previously can be used with this set of docker containers. Redis TLS Server This optional section details the setup of a redis server with TLS for merlin. The reddis TLS configuration can be found in the Security with redis section. A newer redis (version 6 or greater) must be used to enable TLS. A set of self-signed keys is created through the tls-gen package. These keys are then copied to a common directory for use in the redis server and python. git clone https://github.com/michaelklishin/tls-gen.git cd tls-gen/basic make CN=my-redis CLIENT_ALT_NAME=my-redis SERVER_ALT_NAME=my-redis make verify mkdir -p ${HOME}/merlinu/cert_redis cp result/* ${HOME}/merlinu/cert_redis The configuration below does not use client verification --tls-auth-clients no so the ssl files do not need to be defined as shown in the Security with redis section. version: '3' networks: mernet: driver: bridge services: redis: image: 'redis' container_name: my-redis command: - --port 0 - --tls-port 6379 - --tls-ca-cert-file /cert_redis/ca_certificate.pem - --tls-key-file /cert_redis/server_key.pem - --tls-cert-file /cert_redis/server_certificate.pem - --tls-auth-clients no ports: - "6379:6379" volumes: (continues on next page) 1.1. Tutorial 19 Merlin Documentation, Release 1.11.0 (continued from previous page) - "~/merlinu/cert_redis:/cert_redis" networks: - mernet rabbitmq: image: rabbitmq:3-management container_name: my-rabbit tty: true ports: - "15672:15672" - "15671:15671" - "5672:5672" - "5671:5671" volumes: - "~/merlinu/rabbbitmq.conf:/etc/rabbitmq/rabbitmq.conf" - "~/merlinu/cert_rabbitmq:/cert_rambbitmq" networks: - mernet The rabbitmq.conf file contains the configuration, including ssl, for the rabbitmq server. default_vhost = /merlinu default_user = merlinu default_pass = guest listeners.ssl.default = 5671 ssl.options.ccertfile = /cert_rabbitmq/ca_certificate.pem ssl.options.certfile = /cert_rabbitmq/server_certificate.pem ssl.options.keyfile = /cert_rabbitmq/server_key.pem ssl.options.verify = verify_none ssl.options.fail_if_no_peer_cert = false Once this docker-compose file is run, the merlin app.yaml file is changed to use the redis TLS server rediss instead of redis. 1.1.4 Hello, World! This hands-on module walks through the steps of building and running a simple merlin workflow. Prerequisites • Module 2: Installation Estimated time • 30 minutes You will learn • The components of a merlin workflow specification. • How to run a simple merlin workflow. 20 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 • How to interpret the results of your workflow. Table of Contents: • Get Example Files • Specification File – Section: description – Section: global.parameters – Section: study • Try It! • Run Distributed! • Using Samples Get Example Files merlin example is a command line tool that makes it easy to get a basic workflow up and running. To see a list of all the examples provided with merlin you can run: $ merlin example list For this tutorial we will be using the hello example. Run the following commands: $ merlin example hello $ cd hello/ This will create and move into directory called hello, which contains these files: • my_hello.yaml – this spec file is partially blank. You will fill in the gaps as you follow this module’s steps. • hello.yaml – this is a complete spec without samples. You can always reference it as an example. • hello_samples.yaml – same as before, but with samples added. • make_samples.py – this is a small python script that generates samples. • requirements.txt – this is a text file listing this workflow’s python dependencies. Specification File Central to Merlin is something called a specification file, or a “spec” for short. The spec defines all aspects of your workflow. The spec is formatted in yaml. If you’re unfamiliar with yaml, it’s worth reading up on for a few minutes. Warning: Stray whitespace can break yaml; make sure your indentation is consistent. Let’s build our spec piece by piece. For each spec section listed below, fill in the blank yaml entries of my_hello.yaml with the given material. 1.1. Tutorial 21 Merlin Documentation, Release 1.11.0 Section: description Just what it sounds like. Name and briefly summarize your workflow. description: name: hello world workflow description: say hello in 2 languages Section: global.parameters Global parameters are constants that you want to vary across simulations. Steps that contain a global parameter or depend on other steps that contain a global parameter are run for each index over parameter values. The label is the pattern for a filename that will be created for each value. global.parameters: GREET: values : ["hello","hola"] label : GREET.%% WORLD: values : ["world","mundo"] label : WORLD.%% Note: %% is a special token that defines where the value in the label is placed. In this case the parameter labels will be GREET.hello, GREET.hola, etc. The label can take a custom text format, so long as the %% token is included to be able to substitute the parameter’s value in the appropriate place. So this will give us 1) an English result, and 2) a Spanish one (you could add as many more languages as you want, as long as both parameters hold the same number of values). Section: study This is where you define workflow steps. While the convention is to list steps as sequentially as possible, the only factor in determining step order is the dependency directed acyclic graph (DAG) created by the depends field. study: - name: step_1 description: say hello run: cmd: echo "$(GREET), $(WORLD)!" - name: step_2 description: print a success message run: cmd: print("Hurrah, we did it!") depends: [step_1] shell: /usr/bin/env python3 Note: The - denotes a list item in YAML. To add elements, simply add new elements prefixed with a hyphen 22 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 $(GREET) and $(WORLD) expand the global parameters separately into their two values. .. $(step_1.workspace) gets the path to step_1. The default value for shell is /bin/bash. In step_2 we override this to use python instead. Steps must be defined as nodes in a DAG, so no cyclical dependencies are allowed. Our step DAG currently looks like this: Since our global parameters have 2 values, this is actually what the DAG looks like: It looks like running step_2 twice is redundant. Instead of doing that, we can collapse it back into a single step, by having it wait for both parameterized versions of step_1 to finish. Add _* to the end of the step name in step_1’s depend entry. Go from this: depends: [step_1] . . . to this: depends: [step_1_*] Now the DAG looks like this: 1.1. Tutorial 23 Merlin Documentation, Release 1.11.0 Your full hello world spec my_hello.yaml should now look like this (an exact match of hello.yaml): description: name: hello description: a very simple merlin workflow global.parameters: GREET: values : ["hello","hola"] label : GREET.%% WORLD: values : ["world","mundo"] label : WORLD.%% study: - name: step_1 description: say hello run: cmd: echo "$(GREET), $(WORLD)!" - name: step_2 description: print a success message run: cmd: print("Hurrah, we did it!") depends: [step_1_*] shell: /usr/bin/env python3 The order of the spec sections doesn’t matter. Note: At this point, my_hello.yaml is still maestro-compatible. The primary difference is that maestro won’t un- derstand anything in the merlin block, which we will still add later. If you want to try it, run: $ maestro run my_hello.yaml 24 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Try It! First, we’ll run merlin locally. On the command line, run: $ merlin run --local my_hello.yaml If your spec is bugless, you should see a few messages proclaiming successful step completion, like this (for now we’ll ignore the warning): * *~~~~~ *~~*~~~* __ __ _ _ / ~~~~~ | \/ | | (_) ~~~~~ | \ / | ___ _ __| |_ _ __ ~~~~~* | |\/| |/ _ \ '__| | | '_ \ *~~~~~~~ | | | | __/ | | | | | | | ~~~~~~~~~~ |_| |_|\___|_| |_|_|_| |_| *~~~~~~~~~~~ ~~~*~~~* Machine Learning for HPC Workflows [2020-02-07 09:35:49: WARNING] Workflow specification missing encouraged 'merlin' section! Run 'merlin example' for examples. Using default configuration with no sampling. [2020-02-07 09:35:49: INFO] Study workspace is 'hello_20200207-093549'. [2020-02-07 09:35:49: INFO] Reading app config from file ~/.merlin/app.yaml [2020-02-07 09:35:49: INFO] Calculating task groupings from DAG. [2020-02-07 09:35:49: INFO] Converting graph to celery tasks. [2020-02-07 09:35:49: INFO] Launching tasks. [2020-02-07 09:35:49: INFO] Executing step 'step1_HELLO.hello' in 'hello_20200207-093549/ ˓→step1/HELLO.hello'... [2020-02-07 09:35:54: INFO] Step 'step1_HELLO.hello' in 'hello_20200207-093549/step1/ ˓→HELLO.hello' finished successfully. [2020-02-07 09:35:54: INFO] Executing step 'step2_HELLO.hello' in 'hello_20200207-093549/ ˓→step2/HELLO.hello'... [2020-02-07 09:35:59: INFO] Step 'step2_HELLO.hello' in 'hello_20200207-093549/step2/ ˓→HELLO.hello' finished successfully. [2020-02-07 09:35:59: INFO] Executing step 'step1_HELLO.hola' in 'hello_20200207-093549/ ˓→step1/HELLO.hola'... [2020-02-07 09:36:04: INFO] Step 'step1_HELLO.hola' in 'hello_20200207-093549/step1/ ˓→HELLO.hola' finished successfully. [2020-02-07 09:36:04: INFO] Executing step 'step2_HELLO.hola' in 'hello_20200207-093549/ ˓→step2/HELLO.hola'... [2020-02-07 09:36:09: INFO] Step 'step2_HELLO.hola' in 'hello_20200207-093549/step2/ ˓→HELLO.hola' finished successfully. Great! But what happened? We can inspect the output directory to find out. Look for a directory named hello_<TIMESTAMP>. That’s your output directory. Within, there should be a directory for each step of the workflow, plus one called merlin_info. The whole file tree looks like this: 1.1. Tutorial 25 Merlin Documentation, Release 1.11.0 A lot of stuff, right? Here’s what it means: • The 3 yaml files inside merlin_info/ are called the provenance specs. They are copies of the original spec that was run, some showing under-the-hood variable expansions. • MERLIN_FINISHED files indicate that the step ran successfully. • .sh files contain the command for the step. • .out files contain the step’s stdout. Look at one of these, and it should contain your “hello” message. • .err files contain the step’s stderr. Hopefully empty, and useful for debugging. Run Distributed! Important: Before trying this, make sure you’ve properly set up your merlin config file app.yaml. Run $ merlin info for information on your merlin configuration. Now we will run the same workflow, but in parallel on our task server: $ merlin run my_hello.yaml If your merlin configuration is set up correctly, you should see something like this: * *~~~~~ *~~*~~~* __ __ _ _ (continues on next page) 26 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) / ~~~~~ | \/ | | (_) ~~~~~ | \ / | ___ _ __| |_ _ __ ~~~~~* | |\/| |/ _ \ '__| | | '_ \ *~~~~~~~ | | | | __/ | | | | | | | ~~~~~~~~~~ |_| |_|\___|_| |_|_|_| |_| *~~~~~~~~~~~ ~~~*~~~* Machine Learning for HPC Workflows [2020-02-07 13:06:23: WARNING] Workflow specification missing encouraged 'merlin' section! Run 'merlin example' for examples. Using default configuration with no sampling. [2020-02-07 13:06:23: INFO] Study workspace is 'studies/simple_chain_20200207-130623'. [2020-02-07 13:06:24: INFO] Reading app config from file ~/.merlin/app.yaml [2020-02-07 13:06:25: INFO] broker: amqps://user:******@broker:5671//user [2020-02-07 13:06:25: INFO] backend: redis://user:******@backend:6379/0 [2020-02-07 13:06:25: INFO] Calculating task groupings from DAG. [2020-02-07 13:06:25: INFO] Converting graph to celery tasks. [2020-02-07 13:06:25: INFO] Launching tasks. That means we have launched our tasks! Now we need to launch the workers that will complete those tasks. Run this: $ merlin run-workers my_hello.yaml Here’s the expected merlin output message for running workers: * *~~~~~ *~~*~~~* __ __ _ _ / ~~~~~ | \/ | | (_) ~~~~~ | \ / | ___ _ __| |_ _ __ ~~~~~* | |\/| |/ _ \ '__| | | '_ \ *~~~~~~~ | | | | __/ | | | | | | | ~~~~~~~~~~ |_| |_|\___|_| |_|_|_| |_| *~~~~~~~~~~~ ~~~*~~~* Machine Learning for HPC Workflows [2020-02-07 13:14:38: INFO] Launching workers from 'hello.yaml' [2020-02-07 13:14:38: WARNING] Workflow specification missing encouraged 'merlin' section! Run 'merlin example' for examples. Using default configuration with no sampling. [2020-02-07 13:14:38: INFO] Starting celery workers [2020-02-07 13:14:38: INFO] ['celery worker -A merlin -n default_worker.%%h -l INFO -Q␣ ˓→merlin'] Immediately after that, this will pop up: -------------- celery@worker_name.%machine770 v4.4.0 (cliffs) --- ***** ----- -- ******* ---- Linux-3.10.0-1062.9.1.1chaos.ch6.x86_64-x86_64-with-redhat-7.7-Maipo␣ (continues on next page) 1.1. Tutorial 27 Merlin Documentation, Release 1.11.0 (continued from previous page) ˓→ 2020-02-12 09:53:10 - *** --- * --- - ** ---------- [config] - ** ---------- .> app: merlin:0x2aaab20619e8 - ** ---------- .> transport: amqps://user:**@server:5671//user - ** ---------- .> results: redis://user:**@server:6379/0 - *** --- * --- .> concurrency: 36 (prefork) -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker) --- ***** ----- -------------- [queues] .> merlin exchange=merlin(direct) key=merlin [tasks] . merlin.common.tasks.add_merlin_expanded_chain_to_chord . merlin.common.tasks.expand_tasks_with_samples . merlin.common.tasks.merlin_step . merlin:chordfinisher . merlin:queue_merlin_study [2020-02-12 09:53:11,549: INFO] Connected to amqps://user:**@server:5671//user [2020-02-12 09:53:11,599: INFO] mingle: searching for neighbors [2020-02-12 09:53:12,807: INFO] mingle: sync with 2 nodes [2020-02-12 09:53:12,807: INFO] mingle: sync complete [2020-02-12 09:53:12,835: INFO] celery@worker_name.%machine770 ready. You may not see all of the info logs listed after the Celery C is displayed. If you’d like to see them you can change the merlin workers’ log levels with the --worker-args tag: $ merlin run-workers --worker-args "-l INFO" my_hello.yaml The terminal you ran workers in is now being taken over by Celery, the powerful task queue library that merlin uses internally. The workers will continue to report their task status here until their tasks are complete. Workers are persistent, even after work is done. Send a stop signal to all your workers with this command: $ merlin stop-workers . . . and a successful worker stop will look like this, with the name of specific worker(s) reported: $ merlin stop-workers * *~~~~~ *~~*~~~* __ __ _ _ / ~~~~~ | \/ | | (_) ~~~~~ | \ / | ___ _ __| |_ _ __ ~~~~~* | |\/| |/ _ \ '__| | | '_ \ *~~~~~~~ | | | | __/ | | | | | | | ~~~~~~~~~~ |_| |_|\___|_| |_|_|_| |_| *~~~~~~~~~~~ ~~~*~~~* Machine Learning for HPC Workflows (continues on next page) 28 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) [2020-03-06 09:20:08: INFO] Stopping workers... [2020-03-06 09:20:08: INFO] Reading app config from file .merlin/app.yaml [2020-03-06 09:20:08: INFO] broker: amqps://user:******@server:5671//user [2020-03-06 09:20:08: INFO] backend: redis://mlsi:******@server:6379/0 all_workers: ['celery@default_worker.%machine'] spec_worker_names: [] workers_to_stop: ['celery@default_worker.%machine'] [2020-03-06 09:20:10: INFO] Sending stop to these workers: ['celery@default_worker. ˓→%machine'] Using Samples It’s a little boring to say “hello world” in just two different ways. Let’s instead say hello to many people! To do this, we’ll need samples. Specifically, we’ll change WORLD from a global parameter to a sample. While parameters are static, samples are generated dynamically, and can be more complex data types. In this case, WORLD will go from being “world” or “mundo” to being a randomly-generated name. First, we remove the global parameter WORLD so it does not conflict with our new sample. Parameters now look like this: global.parameters: GREET: values : ["hello", "hola"] label : GREET.%% Now add these yaml sections to your spec: env: variables: N_SAMPLES: 3 This makes N_SAMPLES into a user-defined variable that you can use elsewhere in your spec. merlin: samples: generate: cmd: python3 $(SPECROOT)/make_samples.py --filepath=$(MERLIN_INFO)/samples. ˓→csv --number=$(N_SAMPLES) file: $(MERLIN_INFO)/samples.csv column_labels: [WORLD] This is the merlin block, an exclusively merlin feature. It provides a way to generate samples for your workflow. In this case, a sample is the name of a person. For simplicity we give column_labels the name WORLD, just like before. It’s also important to note that $(SPECROOT) and $(MERLIN_INFO) are reserved variables. The $(SPECROOT) variable is a shorthand for the directory path of the spec file and the $(MERLIN_INFO) variable is a shorthand for the directory holding the provenance specs and sample generation results. More information on Merlin variables can be found on the variables page. 1.1. Tutorial 29 Merlin Documentation, Release 1.11.0 It’s good practice to shift larger chunks of code to external scripts. At the same location of your spec, make a new file called make_samples.py: import argparse import names import numpy as np # argument parsing parser = argparse.ArgumentParser(description="Make some samples (names of people).") parser.add_argument("--number", type=int, action="store", help="the number of samples␣ ˓→you want to make") parser.add_argument("--filepath", type=str, help="output file") args = parser.parse_args() # sample making all_names = np.loadtxt(names.FILES["first:female"], dtype=str, usecols=0) selected_names = np.random.choice(all_names, size=args.number) result = "" name_list = list(selected_names) result = "\n".join(name_list) with open(args.filepath, "w") as f: f.write(result) Since our environment variable N_SAMPLES is set to 3, this sample-generating command should churn out 3 different names. Before we can run this, we must install the script’s external python library dependencies (names: a simple package that generates random names, and numpy: a scientific computing package): $ pip3 install -r requirements.txt Here’s our DAG with samples: 30 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Here’s your new and improved my_hello.yaml, which now should match hello_samples.yaml: description: name: hello_samples description: a very simple merlin workflow, with samples env: variables: N_SAMPLES: 3 global.parameters: GREET: values : ["hello","hola"] label : GREET.%% study: - name: step_1 description: say hello run: cmd: echo "$(GREET), $(WORLD)!" - name: step_2 description: print a success message run: cmd: print("Hurrah, we did it!") depends: [step_1_*] shell: /usr/bin/env python3 merlin: samples: generate: cmd: python3 $(SPECROOT)/make_samples.py --filepath=$(MERLIN_INFO)/samples. ˓→csv --number=$(N_SAMPLES) file: $(MERLIN_INFO)/samples.csv column_labels: [WORLD] Run the workflow again! Once finished, this is what the insides of step_1 look like: 1.1. Tutorial 31 Merlin Documentation, Release 1.11.0 • Numerically-named directories like 00, 01, and 02 are sample directories. Instead of storing sample output in a single flattened location, merlin stores them in a tree-like sample index, which helps get around file system constraints when working with massive amounts of data. Lastly, let’s flex merlin’s muscle a bit and scale up our workflow to 1000 samples. To do this, you could internally change the value in the spec from 3 to 1000. OR you could just run this: $ merlin run my_hello.yaml --vars N_SAMPLES=1000 $ merlin run-workers my_hello.yaml Once again, to send a warm stop signal to your workers, run: $ merlin stop-workers Congratulations! You concurrently greeted 1000 friends in English and Spanish! 1.1.5 Run a Real Simulation Summary This module aims to do a parameter study on a well-known benchmark problem for viscous incompressible fluid flow. Prerequisites • Module 0: Before you start • Module 2: Installation • Module 3: Hello World Estimated time • 60 minutes You will learn • How to run the simulation OpenFOAM, using merlin. • How to use machine learning on OpenFOAM results, using merlin. Table of Contents: • Introduction – Before Moving On • Specification file – Variables 32 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 – Samples and scripts – Setting up – Running the simulation – Combining outputs – Machine Learning and visualization – Putting it all together • Run the workflow Introduction We aim to do a parameter study on the lid-driven cavity problem. Fig. 1: Fig 1. Lid-driven cavity problem setup Fig. 2: Fig 2. Example of a flow in steady state In this problem, we have a viscous fluid within a square cavity that has three non-slip walls and one moving wall (moving lid). We are interested in learning how varying the viscosity and lid speed affects the average enstrophy and kinetic energy of the fluid after it reaches steady state. We will be using the velocity squared as a proxy for kinetic energy. This module will be going over: • Setting up our inputs using the merlin block • Running multiple simulations in parallel • Combining the outputs of these simulations into a an array • Predictive modeling and visualization 1.1. Tutorial 33 Merlin Documentation, Release 1.11.0 Before Moving On check that the virtual environment with merlin installed is activated and that redis server is set up using this command: $ merlin info This is covered more in depth here: Checking/Verifying Installation There are two ways to do this example: with docker and without docker. To go through the version with docker, get the necessary files for this module by running: $ merlin example openfoam_wf $ cd openfoam_wf/ For the version without docker you should run: $ merlin example openfoam_wf_no_docker $ cd openfoam_wf_no_docker/ Note: From here on, this tutorial will focus solely on the docker version of running openfoam. However, the docker version of this tutorial is almost identical to the no docker version. If you’re using the no docker version of this tutorial you can still follow along but check the openfoam_no_docker_template.yaml file in each step to see what differs. In the openfoam_wf directory you should see the following: • openfoam_wf.yaml – this spec file is partially blank. You will fill in the gaps as you follow this module’s steps. • openfoam_wf_template.yaml – this is a complete spec file. You can always reference it as an example. • scripts – This directory contains all the necessary scripts for this module. – We’ll be exploring these scripts as we go with the tutorial. • requirements.txt – this is a text file listing this workflow’s python dependencies. To start, open openfoam_wf.yaml using your favorite text editor. It should look something like this: Listing 1: openfoam_wf.yaml description: name: openfoam_wf description: | A parameter study that includes initializing, running, post-processing, collecting, learning and visualizing OpenFOAM runs using docker. env: variables: OUTPUT_PATH: SCRIPTS: (continues on next page) 34 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Fig. 3: Fig 3. openfoam_wf directory structure 1.1. Tutorial 35 Merlin Documentation, Release 1.11.0 (continued from previous page) N_SAMPLES: merlin: samples: generate: cmd: | file: column_labels: resources: workers: nonsimworkers: args: -l INFO --concurrency <INPUT CONCURRENCY HERE> steps: simworkers: args: -l INFO --concurrency <INPUT CONCURRENCY HERE> --prefetch- ˓→multiplier 1 -Ofair steps: study: - name: setup description: | Installs necessary python packages and imports the cavity directory from the docker container run: cmd: | - name: sim_runs description: | Edits the Lidspeed and viscosity then runs OpenFOAM simulation using the icoFoam solver run: cmd: | depends: task_queue: simqueue - name: combine_outputs description: | Combines the outputs of the previous step run: cmd: | depends: - name: learn description: | Learns the output of the openfoam simulations using input parameters and outputs error visualization from the experiment run: cmd: | (continues on next page) 36 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) depends: Specification file We are going to build a spec file that produces this DAG: Fig. 4: Fig 4. Module 4 DAG Variables First we specify some variables to make our life easier. Locate the env block in our yaml spec env: variables: OUTPUT_PATH: ./openfoam_wf_output SCRIPTS: N_SAMPLES: The OUTPUT_PATH variable is set to tell merlin where you want your output directory to be. The default is <spec_name>_<TIMESTAMP> which in our case would simply be openfoam_wf_<TIMESTAMP> We’ll fill out the next two variables as we go. 1.1. Tutorial 37 Merlin Documentation, Release 1.11.0 Samples and scripts One merlin best practice is to copy any scripts your workflow may use from your SPECROOT directory into the MERLIN_INFO directory. This is done to preserve the original scripts in case they are modified during the time merlin is running. We will do that first. We will put this in the merlin sample generation section, since it runs before anything else. Edit the merlin block to look like the following: merlin: samples: generate: cmd: | cp -r $(SPECROOT)/scripts $(MERLIN_INFO)/ # Generates the samples python $(MERLIN_INFO)/scripts/make_samples.py -n 10 -outfile=$(MERLIN_ ˓→INFO)/samples file: $(MERLIN_INFO)/samples.npy column_labels: [LID_SPEED, VISCOSITY] We will be using the scripts directory a lot so we’ll set the variable SCRIPTS to $(MERLIN_INFO)/scripts for con- venience. We would also like to have a more central control over the number of samples generated so we’ll create an N_SAMPLES variable: env: variables: OUTPUT_PATH: ./openfoam_wf_output SCRIPTS: $(MERLIN_INFO)/scripts N_SAMPLES: 10 and update the merlin block to be: merlin: samples: generate: cmd: | cp -r $(SPECROOT)/scripts $(MERLIN_INFO)/ # Generates the samples python $(SCRIPTS)/make_samples.py -n N_SAMPLES -outfile=$(MERLIN_INFO)/ ˓→samples file: $(MERLIN_INFO)/samples.npy column_labels: [LID_SPEED, VISCOSITY] Just like in the Using Samples step of the hello world module, we generate samples using the merlin block. We are only concerned with how the variation of two initial conditions, lidspeed and viscosity, affects outputs of the system. These are the column_labels. The make_samples.py script is designed to make log uniform random samples. Now, we can move on to the steps of our study block. 38 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Setting up Our first step in our study block is concerned with making sure we have all the required python packages for this workflow. The specific packages are found in the requirements.txt file. We will also need to copy the lid driven cavity deck from the OpenFOAM docker container and adjust the write controls. This last part is scripted already for convenience. Locate the setup step in the study block and edit it to look like the following: study: - name: setup description: | Installs necessary python packages and imports the cavity directory from the docker container run: cmd: | pip install -r $(SPECROOT)/requirements.txt # Set up the cavity directory in the MERLIN_INFO directory source $(SCRIPTS)/cavity_setup.sh $(MERLIN_INFO) This step does not need to be parallelized so we will assign it to lower concurrency (a setting that controls how many workers can be running at the same time) Locate the resources section in the merlin block and edit the concurrency and add the setup step: resources: workers: nonsimworkers: args: -l INFO --concurrency 1 steps: [setup] Running the simulation Moving on to the sim_runs step, we want to: 1. Copy the cavity deck from the MERLIN_INFO directory into each of the current step’s subdirectories 2. Edit the default input values (lidspeed and viscosity) in these cavity decks using the sed command 3. Run the simulation using the run_openfoam executable through the OpenFOAM docker container 4. Post-process the results (also using the run_openfoam executable) This part should look like: - name: sim_runs description: | Edits the Lidspeed and viscosity then runs OpenFOAM simulation using the icoFoam solver run: cmd: | cp -r $(MERLIN_INFO)/cavity cavity/ cd cavity (continues on next page) 1.1. Tutorial 39 Merlin Documentation, Release 1.11.0 (continued from previous page) ## Edits default values for viscosity and lidspeed with # values specified by samples section of the merlin block sed -i '' "18s/.*/nu [0 2 -1 0 0 0 0] $(VISCOSITY);/" constant/ ˓→transportProperties sed -i '' "26s/.*/ value uniform ($(LID_SPEED) 0 0);/" 0/U cd .. cp $(SCRIPTS)/run_openfoam . # Creating a unique OpenFOAM docker container for each sample and using it to␣ ˓→run the simulation CONTAINER_NAME='OPENFOAM_ICO_$(MERLIN_SAMPLE_ID)' docker container run -ti --rm -v $(pwd):/cavity -w /cavity --name=${CONTAINER_ ˓→NAME} cfdengine/openfoam ./run_openfoam $(LID_SPEED) docker wait ${CONTAINER_NAME} depends: [setup] task_queue: simqueue This step runs many simulations in parallel so it would run faster if we assign it a worker with a higher concurrency. Navigate back to the resources section in the merlin block resources: workers: nonsimworkers: args: -l INFO --concurrency 1 steps: [setup] simworkers: args: -l INFO --concurrency 10 --prefetch-multiplier 1 -Ofair steps: [sim_runs] The quantities of interest are the average enstrophy and kinetic energy at each cell. The enstrophy is calculated through an OpenFOAM post processing function of the the flow fields while the kinetic energy is approximated by calculated using the square of the velocity vector at each grid point. The velocity field is normally outputted normally as a result of running the default solver for this particular problem. The run_openfoam executable calculates the appropriate timestep deltaT so that we have a Courant number of less than 1. It also uses the icoFoam solver on the cavity decks and gives us VTK files that are helpful for visualizing the flow fields using visualization tools such as VisIt or ParaView. Combining outputs Navigate to the next step in our study block combine_outputs. The purpose of this step is to extracts the data from each of the simulation runs from the previous step (sim_runs) and combines it for future use. The combine_outputs.py script in the $(SCRIPTS) directory is provided for convenience. It takes two inputs. The first informs it of the base directory of the sim_runs directory and the second specifies the subdirectories for each run. The script then goes into each of the directories and combines the velocity and enstrophy for each timestep of each run in a .npz file. - name: combine_outputs description: Combines the outputs of the previous step run: (continues on next page) 40 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) cmd: | python $(SCRIPTS)/combine_outputs.py -data $(sim_runs.workspace) -merlin_paths ˓→$(MERLIN_PATHS_ALL) depends: [sim_runs_*] This step depends on all the previous step’s simulation runs which is why we have the star. However, it does not need to be parallelized so we assign it to the nonsimworkers in the workers section of the merlin block. workers: nonsimworkers: args: -l INFO --concurrency 1 steps: [setup, combine_outputs] Machine Learning and visualization In the learn step, we want to: 1. Post-process the .npz file from the previous step. 2. Learn the mapping between our inputs and chosen outputs 3. Graph important features The provided learn.py script does all the above and outputs the trained sklearn model and a png of the graphs plotted in the current directory. - name: learn description: Learns the output of the openfoam simulations using input parameters run: cmd: | python $(SCRIPTS)/learn.py -workspace $(MERLIN_WORKSPACE) depends: [combine_outputs] This step is also dependent on the previous step for the .npz file and will only need one worker therefore we will: nonsimworkers: args: -l INFO --concurrency 1 steps: [setup, combine_outputs, learn] Putting it all together By the end, your openfoam_wf.yaml should look like the template version in the same directory: Listing 2: openfoam_wf_template.yaml description: name: openfoam_wf_template description: | A parameter study that includes initializing, running, post-processing, collecting, learning and visualizing OpenFOAM runs using docker. (continues on next page) 1.1. Tutorial 41 Merlin Documentation, Release 1.11.0 (continued from previous page) env: variables: OUTPUT_PATH: ./openfoam_wf_output SCRIPTS: $(MERLIN_INFO)/scripts N_SAMPLES: 100 merlin: samples: generate: cmd: | cp -r $(SPECROOT)/scripts $(MERLIN_INFO)/ # Generates the samples python $(SCRIPTS)/make_samples.py -n $(N_SAMPLES) -outfile=$(MERLIN_ ˓→INFO)/samples file: $(MERLIN_INFO)/samples.npy column_labels: [LID_SPEED, VISCOSITY] resources: workers: nonsimworkers: args: -l INFO --concurrency 1 steps: [setup, combine_outputs, learn] simworkers: args: -l INFO --concurrency 10 --prefetch-multiplier 1 -Ofair steps: [sim_runs] study: - name: setup description: | Installs necessary python packages and imports the cavity directory from the docker container run: cmd: | pip install -r $(SPECROOT)/requirements.txt # Set up the cavity directory in the MERLIN_INFO directory source $(SCRIPTS)/cavity_setup.sh $(MERLIN_INFO) - name: sim_runs description: | Edits the Lidspeed and viscosity then runs OpenFOAM simulation using the icoFoam solver run: cmd: | cp -r $(MERLIN_INFO)/cavity cavity/ cd cavity ## Edits default values for viscosity and lidspeed with (continues on next page) 42 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) # values specified by samples section of the merlin block sed -i '' "18s/.*/nu [0 2 -1 0 0 0 0] $(VISCOSITY);/"␣ ˓→constant/transportProperties sed -i '' "26s/.*/ value uniform ($(LID_SPEED) 0 0);/" 0/U cd .. cp $(SCRIPTS)/run_openfoam . # Creating a unique OpenFOAM docker container for each sample and using it␣ ˓→to run the simulation CONTAINER_NAME='OPENFOAM_ICO_$(MERLIN_SAMPLE_ID)' docker container run -ti --rm -v $(pwd):/cavity -w /cavity --name=$ ˓→{CONTAINER_NAME} cfdengine/openfoam ./run_openfoam $(LID_SPEED) docker wait ${CONTAINER_NAME} depends: [setup] task_queue: simqueue - name: combine_outputs description: Combines the outputs of the previous step run: cmd: | python $(SCRIPTS)/combine_outputs.py -data $(sim_runs.workspace) -merlin_ ˓→paths $(MERLIN_PATHS_ALL) depends: [sim_runs_*] - name: learn description: Learns the output of the openfoam simulations using input parameters run: cmd: | python $(SCRIPTS)/learn.py -workspace $(MERLIN_WORKSPACE) depends: [combine_outputs] Run the workflow Now that you are done with the Specification file, use the following commands from inside the openfoam_wf directory to run the workflow on our task server. Note: Running with fewer samples is the one of the best ways to debug $ merlin run openfoam_wf.yaml $ merlin run-workers openfoam_wf.yaml But wait! We realize that 10 samples is not enough to train a good model. We would like to restart with 100 samples instead of 10 (should take about 6 minutes): After sending the workers to start on their queues, we need to first stop the workers: $ merlin stop-workers --spec openfoam_wf.yaml 1.1. Tutorial 43 Merlin Documentation, Release 1.11.0 Note: • The –spec flag only stops workers from a specific YAML spec We stopped these tasks from running but if we were to run the workflow again (with 100 samples instead of 10), we would continue running the 10 samples first! This is because the queues are still filled with the previous attempt’s tasks. We need to purge these queues first in order to repopulate them with the appropriate tasks. This is where we use the merlin purge command: $ merlin purge openfoam_wf.yaml Now we are free to repopulate the queues with the 100 samples: $ merlin run openfoam_wf.yaml --vars N_SAMPLES=100 $ merlin run-workers openfoam_wf.yaml To see your results, look inside the learn output directory. You should see a png that looks like this: 44 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Related articles • https://cfd.direct/openfoam/user-guide/v6-cavity/ • https://www.cfdengine.com/blog/how-to-install-openfoam-anywhere-with-docker/ 1.1. Tutorial 45 Merlin Documentation, Release 1.11.0 1.1.6 Advanced Topics Prerequisites • Module 2: Installation • Module 3: Hello World • Module 4: Running a Real Simulation • Python virtual environment containing the following packages – merlin – pandas – faker – maestrowf Estimated time • 15 minutes You will learn • Run workflows using HPC batch schedulers • Distribute workflows across multiple batch allocations and machines • Setup iterative workflow specs suited for optimization and dynamic sampling applications Table of Contents: • Setup • Interfacing with HPC systems • Multi-machine workflows • Dynamic task queuing and sampling Setup The code for the following examples can be obtained from command line, invoking: merlin example hpc_demo This will copy the three merlin workflow specifications from this section and the supporting python scripts. Each specification may need some modification to adapt it to the batch scheduler you will be using. In addition, the dynamic sampling workflow will need an additional modification to set the path of the virtual environment, which is set as a variable in the env block. 46 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Interfacing with HPC systems Another block is added to the merlin workflow specification when running on HPC systems, the batch block. This block contains information about the batch scheduler system such as batch type, batch queue to use, and banks to charge to. There are additional optional arguments for addressing any special configurations or launch command arguments, varying based on batch type. In addition, the shell type used by each steps cmd scripts can be specified here. The number of nodes in a batch allocation can be defined here, but it will be overridden in the worker config. batch: # Required keys: type: flux bank: testbank queue: pbatch # Optional keys: flux_path: <optional path to flux bin> flux_start_opts: <optional flux start options> flux_exec_workers: <optional, flux argument to launch workers on all nodes. (True)> launch_pre: <Any configuration needed before the srun or jsrun launch> launch_args: <Optional extra arguments for the parallel launch command> worker_launch: <Override the parallel launch defined in merlin> shell: <the interpreter to use for the script after the shebang> # e.g. /bin/bash, /bin/tcsh, python, /usr/bin/env perl, etc. nodes: <num nodes> # The number of nodes to use for all workers This can be overridden in the workers config. If this is unset the number of nodes will be queried from the environment, failing that, the number of nodes will be set to 1. Inside the study step specifications are a few additional keys that become more useful on HPC systems: nodes, procs, and task_queue. Adding on the actual study steps to the above batch block specifies the actual resources each steps processes will take. study: - name: sim-runs description: Run simulations run: cmd: $(LAUNCHER) echo "$(VAR1) $(VAR2)" > simrun.out nodes: 4 procs: 144 task_queue: sim_queue - name: post-process description: Post-Process simulations on second allocation run: cmd: | cd $(runs1.workspace)/$(MERLIN_SAMPLE_PATH) $(LAUNCHER) <parallel-post-proc-script> nodes: 1 procs: 36 (continues on next page) 1.1. Tutorial 47 Merlin Documentation, Release 1.11.0 (continued from previous page) depends: [sim-runs] task_queue: post_proc_queue In addition to the batch block is the resources section inside the merlin block. This can be used to put together custom celery workers. Here you can override batch types and node counts on a per worker basis to accommodate steps with different resource requirements. In addition, this is where the task_queue becomes useful, as it groups the different allocation types, which can be assigned to each worker here by specifying step names. Arguments to celery itself can also be defined here with the args key. Of particular interest will be: --concurrency <num_threads> --prefetch-multiplier <num_tasks> -0 fair Concurrency can be used to run multiple workers in an allocation, thus is recommended to be set to the number of simulations or step work items that fit into the number of nodes in the batch allocation in which these workers are spawned. Note that some schedulers, such as flux, can support more jobs than the node has resources for. This may not impact the throughput, but it can prevent over-subscription errors that might otherwise stop the workflow. The prefetch multiplier is more related to packing in tasks into the time of the allocation. For long running tasks it is recommended to set this to 1. For short running tasks, this can reduce overhead from talking to the rabbit servers by requesting <num_threads> x <num_tasks> tasks at a time from the server. The -0 fair option enables workers running tasks from different queues to run on the same allocation. The example block below extends the previous with workers configured for long running simulation jobs as well as shorter running post processing tasks that can cohabit an allocation merlin: resources: task_server: celery overlap: False # Customize workers workers: simworkers: args: --concurrency 1 steps: [sim-runs] nodes: 4 machines: [host1] postworkers: args: --concurrency 4 --prefetch-multiplier 2 steps: [post-proc-runs] nodes: 1 machines: [host1] Putting it all together with the parameter blocks we have an HPC batch enabled study specification. In this demo workflow, sample_names generates one many single core jobs, with concurrency set to 36 for this particular machine that has 36 cores per node. The collect step on the other hand consists of a single job that uses all cores on the node, and is assigned to a queue that has a concurrency of 1. 48 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 description: name: hpc_demo description: Demo running a workflow on HPC machines env: variables: OUTPUT_PATH: ./name_studies # Collect individual sample files into one for further processing COLLECT: $(SPECROOT)/sample_collector.py # Process single iterations' results POST_PROC: $(SPECROOT)/sample_processor.py # Process all iterations CUM_POST_PROC: $(SPECROOT)/cumulative_sample_processor.py # Number of threads for post proc scripts POST_NPROCS: 36 PYTHON: <INSERT PATH TO VIRTUALENV HERE> batch: type: flux bank: testbank queue: pdebug shell: /bin/bash nodes: 1 ######################################## # Study definition ######################################## study: - name: sample_names description: Record samples from the random name generator run: cmd: | $(LAUNCHER) echo "$(NAME)" $(LAUNCHER) echo "$(NAME)" > name_sample.out nodes: 1 procs: 1 task_queue: name_queue - name: collect description: Collect all samples generated run: cmd: | echo $(MERLIN_GLOB_PATH) echo $(sample_names.workspace) ls $(sample_names.workspace)/$(MERLIN_GLOB_PATH)/name_sample.out | xargs ˓→$(PYTHON) $(COLLECT) -out collected_samples.txt --np $(POST_NPROCS) nodes: 1 (continues on next page) 1.1. Tutorial 49 Merlin Documentation, Release 1.11.0 (continued from previous page) procs: 1 depends: [sample_names_*] task_queue: post_proc_queue - name: post-process description: Post-Process collection of samples, counting occurrences of unique␣ ˓→names run: cmd: | $(PYTHON) $(POST_PROC) $(collect.workspace)/collected_samples.txt --results␣ ˓→iter_$(ITER)_results.json nodes: 1 procs: 1 depends: [collect] task_queue: post_proc_queue ######################################## # Worker and sample configuration ######################################## merlin: resources: task_server: celery overlap: False workers: nameworkers: args: --concurrency 36 --prefetch-multiplier 3 steps: [sample_names] nodes: 1 machines: [borax, quartz] postworkers: args: --concurrency 1 --prefetch-multiplier 1 steps: [post-process] nodes: 1 machines: [borax, quartz] ################################################### samples: column_labels: [NAME] file: $(MERLIN_INFO)/samples.csv generate: cmd: | $(PYTHON) $(SPECROOT)/faker_sample.py -n 200 -outfile=$(MERLIN_INFO)/samples.csv 50 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Multi-machine workflows Spreading this workflow across multiple machines is a simple modification of the above workflow: simply add addi- tional host names to the machines list in the worker config. A caveat for this feature is that all host systems will need to have access to the same workspace/filesystem. The following resource block demonstrates usage of one host for larger simulation steps, and a second host for the smaller post processing steps. In this case you simply need an alloc on each host, and can simply execute run-workers on each, with run only needed once up front to send the tasks to the queue server. Dynamic task queuing and sampling Iterative workflows, such as optimization or machine learning, can be implemented in merlin via recursive workflow specifications that use dynamic task queuing. The example spec below is a simple implementation of this using an iteration counter $(ITER) and a predetermined limit, $(MAX_ITER) to limit the number of times to generate new samples and spawn a new instantiation of the workflow. The iteration counter takes advantage of the ability to override workflow variables on the command line. description: name: dynamic_sampling_demo description: Demo dynamic sampling workflow env: variables: OUTPUT_PATH: ./name_studies ITER_OUTPUT: $(SPECROOT)/$(OUTPUT_PATH)/iter_outputs # Iteration and cumulative␣ ˓→results COLLECT: $(SPECROOT)/sample_collector.py POST_PROC: $(SPECROOT)/sample_processor.py # Process single iterations' results CUM_POST_PROC: $(SPECROOT)/cumulative_sample_processor.py # Process all iterations POST_NPROCS: 36 # Number of threads for post proc scripts PYTHON: /usr/WS2/white242/merlin_dev_2/venv_merlin_py3_7/bin/python ITER: 1 MAX_ITER: 10 batch: type: flux bank: testbank queue: pdebug shell: /bin/bash nodes: 1 ######################################## # Study definition ######################################## study: - name: sample_names description: Record samples from the random name generator run: cmd: | $(LAUNCHER) echo "$(NAME)" $(LAUNCHER) echo "$(NAME)" > name_sample.out nodes: 1 procs: 1 (continues on next page) 1.1. Tutorial 51 Merlin Documentation, Release 1.11.0 (continued from previous page) task_queue: name_queue - name: collect description: Collect all samples generated run: cmd: | echo $(MERLIN_GLOB_PATH) echo $(sample_names.workspace) ls $(sample_names.workspace)/$(MERLIN_GLOB_PATH)/name_sample.out | xargs ˓→$(PYTHON) $(COLLECT) -out collected_samples.txt --np $(POST_NPROCS) nodes: 1 procs: 1 depends: [sample_names_*] task_queue: post_proc_queue - name: post-process description: Post-Process collection of samples, counting occurrences of unique␣ ˓→names run: cmd: | $(PYTHON) $(POST_PROC) $(collect.workspace)/collected_samples.txt --results ˓→$(ITER_OUTPUT)/iter_$(ITER)_results.json nodes: 1 procs: 1 depends: [collect] task_queue: post_proc_queue - name: run-more-samples description: Generate new set of samples and rerun, or generate some descriptive␣ ˓→plots/statistics run: cmd: | if [ $(ITER) -ge $(MAX_ITER) ] ; then echo "done" $(PYTHON) $(CUM_POST_PROC) $(ITER_OUTPUT)/iter_*_results.json --np $(POST_ ˓→NPROCS) --hardcopy $(ITER_OUTPUT)/cumulative_results.png else next_iter=$(ITER) ((next_iter=next_iter+1)) echo "Starting iteration " $next_iter cd $(SPECROOT) merlin run $(SPECROOT)/faker_demo.yaml --vars ITER=$next_iter fi nodes: 1 procs: 1 depends: [post-process] task_queue: post_proc_queue (continues on next page) 52 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) ######################################## # Worker and sample configuration ######################################## merlin: resources: task_server: celery overlap: False # Customize workers NOTE: abuse this for scaling study: prefetch mult increase # - celery->rabbit query overhead for fast jobs workers: nameworkers: args: --concurrency 36 --prefetch-multiplier 3 steps: [sample_names] nodes: 1 machines: [borax, quartz] # NOTE: specifying wrong step leaves orphaned queue -> purge first! # also, invalid host name appears to fail silently postworkers: args: --concurrency 1 --prefetch-multiplier 1 steps: [post-process] nodes: 1 machines: [borax, quartz] ################################################### samples: column_labels: [NAME] file: $(MERLIN_INFO)/samples.csv generate: cmd: | $(PYTHON) $(SPECROOT)/faker_sample.py -n 200 -outfile=$(MERLIN_INFO)/samples. ˓→csv This workflow specification is intended to be invoke within an allocation of nodes on your HPC cluster, e.g. within and sxterm. The last step to queue up new samples for the next iteration, merlin run faker_demo.yaml ..., only doesn’t need to also call run-workers since the workers from the first instantiation are still alive. Thus the new samples will immediately start processing on the existing allocation. Another change in this workflow relative to the single stage version is managing the workspaces and outputs. The strategy used here is to create a new directory for collecting each iterations final outputs, $(ITER_OUTPUT), facilitating collective post processing at the end without having to worry about traversing into each iterations’ local workspaces. The workflow itself isn’t doing anything practical; it’s simply repeatedly sampling from a fake name generator in an attempt to count the number of unique names that are possible. The figure below shows results from running 20 iterations, with the number of unique names faker can generate appearing to be slightly more than 300. 1.1. Tutorial 53 Merlin Documentation, Release 1.11.0 1.1.7 Contribute to Merlin Estimated time • 10 minutes You will learn • How to post issues to the merlin repo. • Guidelines for contributing to merlin. Table of Contents: • Issues – Bug Reports – Feature Requests – Questions 54 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 • Contributing Issues Found a bug? Have an idea? Or just want to ask a question? Create a new issue on GitHub. Bug Reports To report a bug, simply navigate to Issues, click “New Issue”, then click “Bug report”. Then simply fill out a few fields such as “Describe the bug” and “Expected behavior”. Try to fill out every field as it will help us figure out your bug sooner. Feature Requests We are still adding new features to merlin. To suggest one, simply navigate to Issues, click “New Issue”, then click “Feature request”. Then fill out a few fields such as “What problem is this feature looking to solve?” Questions Note: Who knows? Your question may already be answered in the FAQ. We encourage questions to be asked in a collaborative setting: on GitHub, direct any questions to General Questions in Issues. Any questions can also be sent to merlin@llnl.gov. Contributing Merlin is an open source project, so contributions are welcome. Contributions can be anything from bugfixes, docu- mentation, or even new core features. Contributing to Merlin is easy! Just send us a pull request from your fork. Before you send it, summarize your change in the [Unreleased] section of CHANGELOG.md and make sure develop is the destination branch. We also appreciate squash commits before pull requests are merged. Merlin uses a rough approximation of the Git Flow branching model. The develop branch contains the latest contribu- tions, and main is always tagged and points to the latest stable release. If you’re a contributor, try to test and run on develop. That’s where all the magic is happening (and where we hope bugs stop). More detailed information on contributing can be found on the Contributing page. 1.1. Tutorial 55 Merlin Documentation, Release 1.11.0 1.1.8 Port Your Own Application Prerequisites • Module 2: Installation • Module 3: Hello World • Module 4: Running a Real Simulation Estimated time • 15 minutes You will learn • Tips for building workflows • Tips for scaling • Debugging Table of Contents: • Tips for porting your app, building workflows • Tips for debugging your workflows • Tips for scaling workflows • Misc tips Tips for porting your app, building workflows The first step of building a new workflow, or porting an existing app to a workflow, is to describe it as a set of discrete, and ideally focused steps. Decoupling the steps and making them generic when possible will facilitate more rapid composition of future workflows. This will also require mapping out the dependencies and parameters that get passed between/shared across these steps. Setting up a template using tools such as cookiecutter can be useful for more production style workflows that will be frequently reused. Additionally, make use of the built-in examples accessible from the merlin command line with merlin example. Use dry runs merlin run --dry --local to prototype without actually populating task broker’s queues. Similarly, once the dry run prototype looks good, try it on a small number of parameters before throwing millions at it. Merlin inherits much of the input language and workflow specification philosophy from Maestro. Thus a good first step is to learn to use that tool. As seen in the Module 5: Advanced Topics there are also use cases that combine Merlin and Maestro. Make use of exit keys such as MERLIN_RESTART or MERLIN_RETRY in your step logic. 56 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Tips for debugging your workflows The scripts defined in the workflow steps are also written to the output directories; this is a useful debugging tool as it can both catch parameter and variable replacement errors, as well as provide a quick way to reproduce, edit, and retry the step offline before fixing the step in the workflow specification. The <stepname>.out and <stepname>.err files log all of the output to catch any runtime errors. Additionally, you may need to grep for 'WARNING' and 'ERROR' in the worker logs. When a bug crops up in a running study with many parameters, there are a few other commands to make use of. Rather than trying to spam Ctrl-c to kill all the workers, you will want to instead use merlin stop-workers --spec <workflow_name>.yaml to stop the workers for that workflow. This should then be followed up with merlin purge <workflow_name>.yaml to clear out the task queue to prevent the same buggy tasks from continuing to run the next time run-workers is invoked. Tips for scaling workflows Most of the worst bottlenecks you’ll encounter when scaling up your workflow are caused by the file system. This can be caused by using too much space or too many files, even in a single workflow if you’re not careful. There is a certain number of inodes created just based upon the sample counts even without accounting for the steps being executed. This can be mitigated by avoiding reading/writing to the file system when possible. If file creation is unavoidable, you may need to consider adding cleanup steps to your workflow: dynamically pack up the previous step in a tarball, transfer to another file system or archival system, or even just delete files. Misc tips Avoid reliance upon storage at the $(SPECROOT) level. This is particularly dangerous if using symlinks as it can violate the provenance of what was run, possibly ruining the utility of the dataset that was generated. It is preferred to make local copies of any input decks and supporting scripts and data sets inside the workflows’ workspace. This of course has limits, regarding shared/system libraries that any programs running in the steps may need; alternate means of recording this information in a log file or something similar may be needed in this case. 1.2 Getting Started 1.2.1 Quick Start pip3 install merlin All set up? See the Merlin Commands section for using merlin. Check out the Tutorial! 1.2.2 Developer Setup The developer setup can be done via pip or via make. This section will cover how to do both. Additionally, there is an alternative method to setup merlin on supercomputers. See the Spack section for more details. 1.2. Getting Started 57 Merlin Documentation, Release 1.11.0 Pip Setup To install with the additional developer dependencies, use: pip3 install "merlin[dev]" or: pip3 install -e "git+https://github.com/LLNL/merlin.git@develop#egg=merlin[dev]" Make Setup Visit the Merlin repository on github. Create a fork of the repo and clone it onto your system. Change directories into the merlin repo: $ cd merlin/ Install Merlin with the developer dependencies: $ make install-dev This will create a virtualenv, start it, and install Merlin and it’s dependencies for you. More documentation about using Virtualenvs with Merlin can be found at Using Virtualenvs with Merlin. We can make sure it’s installed by running: $ merlin --version If you don’t see a version number, you may need to restart your virtualenv and try again. Configuring Merlin Once Merlin has been installed, the installation needs to be configured. Documentation for merlin configuration is in the Configuring Merlin section. That’s it. To start running Merlin see the Merlin Workflows. (Optional) Testing Merlin Warning: With python 3.6 you may see some tests fail and a unicode error presented. To fix this, you need to reset the LC_ALL environment variable to en_US.utf8. If you have make installed and the Merlin repository cloned, you can run the test suite provided in the Makefile by running: $ make tests This will run both the unit tests suite and the end-to-end tests suite. If you’d just like to run the unit tests you can run: 58 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 $ make unit-tests Similarly, if you’d just like to run the end-to-end tests you can run: $ make e2e-tests 1.2.3 Custom Setup This section documents how to install Merlin without using the Makefile. This setup is more complicated; however, allows for more customization of the setup configurations. Clone the Merlin repository: git clone https://github.com/LLNL/merlin.git Create a virtualenv Merlin uses virtualenvs to manage package dependencies which can be installed via Pip, Python’s default package manager. More documentation about using Virtualenvs with Merlin can be found at Using Virtualenvs with Merlin. To create a new virtualenv and activate it: $ python3 -m venv venv_merlin_$SYS_TYPE_py3_6 $ source venv_merlin_$SYS_TYPE_py3/bin/activate # Or activate.csh for .cshrc Install Python Package Dependencies Merlin uses Pip to manage Python dependencies. Merlin dependencies can be found in the requirements directory in the Merlin repository. To install the standard set of dependencies run: (merlin3_7) $ pip install -r requirements.txt This will install all the required dependencies for Merlin and development development dependencies. Installing Merlin Merlin can be installed in editable mode. From within the Merlin repository: (merlin3_7) $ pip install -e . Any changes made to the Merlin source code should automatically reflect in the virtualenv. Tip: If changes to Merlin’s source code do not reflect when running Merlin try running pip install -e . from within the Merlin repository. 1.2. Getting Started 59 Merlin Documentation, Release 1.11.0 1.3 FAQ Frequently Asked Questions • General – What is Merlin? – Where can I get help with Merlin? • Setup & Installation – How can I build Merlin? – Do I have to build Merlin? – What are the setup instructions at LLNL? – How do I reconfigure for different servers? • Component Technology – What underlying libraries does Merlin use? – What security features are in Merlin? – What is celery? – What is maestro? • Designing and Building Workflows – Where are some example workflows? – How do I launch a workflow? – How do I describe workflows in Merlin? – What is a DAG? – What if my workflow can’t be described by a DAG? – How do I implement workflow looping / iteration? – Can steps be restarted? – How do I put a time delay in before a restart or retry? – I have a long running batch task that needs to restart, what should I do? – How do I mark a step failure? – What fields can be added to steps? – How do I specify the language used in a step? • Running Workflows – How do I set up a workspace without executing step scripts? – How do I start workers? – How do I see what workers are connected? – How do I stop workers? – How do I re-run failed steps in a workflow? 60 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 – What tasks are in my queue? – How do I purge tasks? – Why is stuff still running after I purge? – Why am I running old tasks? – Where do tasks get run? – Can I run different steps from my workflow on different machines? – What is Slurm? – What is LSF? – What is flux? – What is PBS? – How do I use flux on LC? – What is LAUNCHER? – How do I use LAUNCHER? – What is level_max_dirs? – What is pgen? – Where can I learn more about merlin? 1.3.1 General What is Merlin? Merlin is a distributed task queue system designed to facilitate the large scale execution of HPC ensembles, like those needed to build machine learning models of complex simulations. Where can I get help with Merlin? In addition to this documentation, the Merlin developers can be reached at merlin@llnl.gov. You can also reach out to the merlin user group mailing list: merlin-users@listserv.llnl.gov. 1.3.2 Setup & Installation How can I build Merlin? Merlin can be installed via pip in a python virtual environment or via spack. See Getting started. 1.3. FAQ 61 Merlin Documentation, Release 1.11.0 Do I have to build Merlin? If you’re at LLNL and want to run on LC, you can use one of the public deployments. For more information, check out the LLNL access page in confluence. What are the setup instructions at LLNL? See “Do I have to build Merlin” How do I reconfigure for different servers? The server configuration is set in ~/.merlin/app.yaml. Details can be found here. 1.3.3 Component Technology What underlying libraries does Merlin use? • Celery – What is celery? • Maestro – What is maestro? What security features are in Merlin? Merlin encrypts network traffic of step results, implying that all results are encrypted with a unique user-based key, which is auto-generated and placed in ~/.merlin/. This allows for multiple users to share a results database. This is important since some backends, like redis do not allow for multiple distinct users. What is celery? Celery is an asynchronous task/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. See Celery’s GitHub page and Celery’s website for more details. What is maestro? Maestro is a tool and library for specifying and conducting general workflows. See Maestro’s GitHub page for more details. 62 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.3.4 Designing and Building Workflows yaml specification file Where are some example workflows? $ merlin example list How do I launch a workflow? To launch a workflow locally, use merlin run --local <spec>. To launch a distributed workflow, use merlin run-workers <spec>, and merlin run <spec>. These may be done in any order. How do I describe workflows in Merlin? A Merlin workflow is described with a yaml specification file. What is a DAG? DAG is an acronym for ‘directed acyclic graph’. This is the way your workflow steps are represented as tasks. What if my workflow can’t be described by a DAG? There are certain workflows that cannot be explicitly defined by a single DAG; however, in our experience, many can. Furthermore, those workflows that cannot usually do employ DAG sub-components. You probably can gain much of the functionality you want by combining a DAG with control logic return features (like step restart and additional calls to merlin run). How do I implement workflow looping / iteration? Combining exit $(MERLIN_RETRY) with max_retries can allow you to loop a single step. Entire workflow looping / iteration can be accomplished by finishing off your DAG with a final step that makes another call to merlin run. Can steps be restarted? Yes. To build this into a workflow, use exit $(MERLIN_RETRY) within a step to retry a failed cmd section. The max number of retries in given step can be specified with the max_retries field. Alternatively, use exit $(MERLIN_RESTART) to run the optional <step>.run.restart section. To delay a retry or restart directive, add the retry_delay field to the step. Note: retry_delay only works in server mode (ie not --local mode). To restart failed steps after a workflow is done running, see How do I re-run failed steps in a workflow?. 1.3. FAQ 63 Merlin Documentation, Release 1.11.0 How do I put a time delay in before a restart or retry? Add the retry_delay field to the step. This specifies how many seconds before the task gets run after the restart. Set this value to large enough for your problem to finish. See the merlin example restart_delay example for syntax. Note: retry_delay only works in server mode (ie not --local mode). I have a long running batch task that needs to restart, what should I do? Before your allocation ends, use $(MERLIN_RESTART) or $(MERLIN_RETRY) but with a retry_delay on your step for longer that your allocation has left. The server will hold onto the step for that long (in seconds) before releasing it, allowing your batch allocation to end without the worker grabbing the step right away. For instance, your step could look something like this name: batch_task description: A long running task that needs to restart run: cmd: | # Run my code, but end 60 seconds before my allocation my_code --end_early 60s if [ -e restart_needed_flag ]; then exit $(MERLIN_RESTART) fi retry_delay: 120 # wait at least 2 minutes before restarting How do I mark a step failure? Each step is ultimately designated as: * a success $(MERLIN_SUCCESS) – writes a MERLIN_FINISHED file to the step’s workspace directory * a soft failure $(MERLIN_SOFT_FAIL) – allows the workflow to continue * a hard failure $(MERLIN_HARD_FAIL) – stops the whole workflow by shutting down all workers on that step Normally this happens behinds the scenes, so you don’t need to worry about it. To hard-code this into your step logic, use a shell command such as exit $(MERLIN_HARD_FAIL). Note: The $(MERLIN_HARD_FAIL) exit code will shutdown all workers connected to the queue associated with the failed step. To shutdown all workers use the $(MERLIN_STOP_WORKERS) exit code To rerun all failed steps in a workflow, see How do I re-run failed steps in a workflow?. If you really want a previously successful step to be re-run, you can first manually remove the MERLIN_FINISHED file. 64 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 What fields can be added to steps? Steps have a name, description, and run field, as shown below. name: <string> description: <string> run: cmd: <shell command for this step> Also under run, the following fields are optional: run: depends: <list of step names> task_queue: <task queue name for this step> shell: <e.g., /bin/bash, /usr/bin/env python3> max_retries: <integer> retry_delay: <integer: seconds> nodes: <integer> procs: <integer> How do I specify the language used in a step? You can add the field shell under the run portion of your step to change the language you write your step in. The default is /bin/bash, but you can do things like /usr/bin/env python as well. Use merlin example feature_demo to see an example of this. 1.3.5 Running Workflows $ merlin run <yaml file> For more details, see Merlin commands. How do I set up a workspace without executing step scripts? $ merlin run --dry <yaml file> How do I start workers? $ merlin run-workers <yaml file> 1.3. FAQ 65 Merlin Documentation, Release 1.11.0 How do I see what workers are connected? $ merlin query-workers This command gives you fine control over which workers you’re looking for via a regex on their name, the queue names associated with workers, or even by providing the name of a spec file where workers are defined. For more info, see Searching for any workers (merlin query-workers). How do I stop workers? Interactively outside of a workflow (e.g. at the command line), you can do this with $ merlin stop-workers This gives you fine control over which kinds of workers to stop, for instance via a regex on their name, or the queue names you’d like to stop. From within a step, you can exit with the $(MERLIN_STOP_WORKERS) code, which will issue a time-delayed call to stop all of the workers, or with the $(MERLIN_HARD_FAIL) directive, which will stop all workers connected to the current step. This helps prevent the suicide race condition where a worker could kill itself before removing the step from the workflow, causing the command to be left there for the next worker and creating a really bad loop. You can of course call merlin stop-workers from within a step, but be careful to make sure the worker executing it won’t be stopped too. For more tricks, see Stopping workers (merlin stop-workers). How do I re-run failed steps in a workflow? $ merlin restart <spec> What tasks are in my queue? How do I purge tasks? $ merlin purge <yaml file> Why is stuff still running after I purge? You probably have workers executing tasks. Purging removes them from the server queue, but any currently running or reserved tasks are being held by the workers. You need to shut down these workers first: $ merlin stop-workers $ merlin purge <yaml file> 66 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Why am I running old tasks? You might have old tasks in your queues. Try merlin purge <yaml>. You might also have rogue workers. To find out, try merlin query-workers. Where do tasks get run? Can I run different steps from my workflow on different machines? Yes. Under the merlin block you can specify which machines your workers are allowed on. In order for this to work, you must then use merlin run-workers separately on each of the specified machines. merlin: resources: workers: worker_name: machines: [hostA, hostB, hostC] What is Slurm? A job scheduler. See Slurm documentation . What is LSF? Another job scheduler. See IBM’s LSF documentation . What is flux? Flux is a hierarchical scheduler and launcher for parallel simulations. It allows the user to specify the same launch command that will work on different HPC clusters with different default schedulers such as SLURM or LSF. Merlin versions earlier than 1.9.2 used the non-flux native scheduler to launch a flux instance. Subsequent merlin versions can launch the merlin workers using a native flux scheduler. More information can be found at the Flux web page. Older versions of flux may need the --mpi=none argument if flux is launched on a system using the SLURM scheduler. This argument can be added in the launch_args variable in the batch section. batch: type: flux launch_args: --mpi=none What is PBS? Another job scheduler. See Portable Batch System . This functionality is only available to launch a flux scheduler. 1.3. FAQ 67 Merlin Documentation, Release 1.11.0 How do I use flux on LC? The --mpibind=off option is currently required when using flux with a slurm launcher on LC toss3 systems. Set this in the batch section as shown in the example below. batch: type: flux launch_args: --mpibind=off What is LAUNCHER? $LAUNCHER is a reserved word that may be used in a step command. It serves as an abstraction to launch a job with parallel schedulers like What is Slurm?, What is LSF?, and What is flux?. How do I use LAUNCHER? Instead of this: run: cmd: srun -N 1 -n 3 python script.py Do something like this: batch: type: slurm run: cmd: $(LAUNCHER) python script.py nodes: 1 procs: 3 The arguments the LAUNCHER syntax will use: procs: The total number of MPI tasks nodes: The total number of MPI nodes walltime: The total walltime of the run (hh:mm:ss or mm:ss or ss) (not available in lsf) cores per task: The number of hardware threads per MPI task gpus per task: The number of GPUs per MPI task SLURM specific run flags: slurm: Verbatim flags only for the srun parallel launch (srun -n <nodes> -n <procs> <slurm>) FLUX specific run flags: flux: Verbatim flags for the flux parallel launch (flux mini run <flux>) LSF specific run flags: bind: Flag for MPI binding of tasks on a node (default: -b rs) num resource set: Number of resource sets launch_distribution: The distribution of resources (default: plane:{procs/nodes}) lsf: Verbatim flags only for the lsf parallel launch (jsrun . . . <lsf>) 68 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 What is level_max_dirs? level_max_dirs is an optional field that goes under the merlin.samples section of a yaml spec. It caps the number of sample directories that can be generated at a single level of a study’s sample hierarchy. This is useful for getting around filesystem constraints when working with massive amounts of data. Defaults to 25. What is pgen? pgen stands for “parameter generator”. It’s a way to override the parameters in the global.parameters spec section, instead generating them programatically with a python script. Merlin offers the same pgen functionality as Maestro. See this guide for details on using pgen. It’s a Maestro doc, but the exact same flags can be used in conjunction with merlin run. Where can I learn more about merlin? Check out our paper on arXiv. 1.4 Command line The merlin executable defines a number of commands to create tasks, launch workers to run the tasks and remove tasks from the task server. The tasks are communicated to a task server, or broker, that are then requested by workers on an allocation to run. The celery python module is used to implement the tasks and worker functionality. 1.4.1 Help (merlin --help) Descriptions of the Merlin commands are outputted when the -h or --help commands are used. $ merlin [<command name>] --help 1.4.2 Version (merlin --version) See the version by using the --version or -v flag. $ merlin --version 1.4.3 Log Level (merlin -lvl debug) More information, generally pertaining to bugs, can be output by increasing the logging level using the -lvl or --level argument. Options for the level argument are: debug, info, warning, error. $ merlin -lvl debug run <input.yaml> 1.4. Command line 69 Merlin Documentation, Release 1.11.0 1.4.4 Create the Config File (merlin config) Create a default config file in the ${HOME}/.merlin directory using the config command. This file can then be edited for your system configuration. $ merlin config [--task_server] [--output_dir <dir>] [--broker <rabbitmq|redis>] The --task_server option will select the appropriate configuration for the given task server. Currently only celery is implemented. The --output_dir or -o will output the configuration in the given directory. This file can then be edited and copied into ${HOME}/.merlin. The --broker command will write the initial app.yaml config file for a rabbitmq or redis broker. The default is rabbitmq. The backend will be redis in both cases. The redis backend in the rabbitmq config shows the use on encryption for the backend. 1.4.5 Generate working examples (merlin example) If you want to run an example workflow, use Merlin’s merlin example: $ merlin example list This will list the available example workflows and a description for each one. To select one: $ merlin example <example_name> This will copy the example workflow to the current working directory. It is possible to specify another path to copy to. $ merlin example <example_name> -p path/to/dir If the specified directory does not exist Merlin will automatically create it. This will generate the example workflow at the specified location, ready to be run. 1.4.6 Information (merlin info) Information about your merlin and python configuration can be printed out by using the info command. This is helpful for debugging. Included in this command is a server check which will check for server connections. The connection check will timeout after 60 seconds. $ merlin info 1.4.7 Monitor (merlin monitor) Batch submission scripts may not keep the batch allocation alive if there is not a blocking process in the submission script. The merlin monitor command addresses this by providing a blocking process that checks for tasks in the queues every (sleep) seconds. When the queues are empty, the blocking process will exit and allow the allocation to end. $ merlin monitor <input.yaml> [--steps <steps>] [--vars <VARIABLES=<VARIABLES>>] [-- ˓→sleep <duration>][--task_server celery] 70 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Use the --steps option to identify specific steps in the specification that you want to query. The --vars option will specify desired Merlin variable values to override those found in the specification. The list is space-delimited and should be given after the input yaml file. Example: --vars LEARN=path/to/new_learn.py EPOCHS=3 The --sleep argument is the duration in seconds between checks for workers. The default is 60 seconds. The only currently available option for --task_server is celery, which is the default when this flag is excluded. The monitor function will check for celery workers for up to 10*(sleep) seconds before monitoring begins. The loop happens when the queue(s) in the spec contain tasks, but no running workers are detected. This is to protect against a failed worker launch. 1.4.8 Purging Tasks (merlin purge) Once the merlin run command succeeds, the tasks are now on the task server waiting to be run by the workers. If you would like to remove the tasks from the server, then use the purge command. Attention: Any tasks reserved by workers will not be purged from the queues. All workers must be first stopped so the tasks can be returned to the task server and then they can be purged. You probably want to use merlin stop-workers first. To purge all tasks in all queues defined by the workflow yaml file from the task server, run: $ merlin purge <input.yaml> [-f] [--steps <steps>] [--vars <VARIABLES=<VARIABLES>>] This will ask you if you would like to remove the tasks, you can use the -f option if you want to skip this. If you have different queues in your workflow yaml file, you can choose which queues are purged by using the --steps argument and giving a space-delimited list of steps. $ merlin purge <input.yaml> --steps step1 step2 The --vars option will specify desired Merlin variable values to override those found in the specification. The list is space-delimited and should be given after the input yaml file. Example: --vars QUEUE_NAME=new_queue EPOCHS=3 1.4.9 Searching for any workers (merlin query-workers) If you want to see all workers that are currently connected to the task server you can use: $ merlin query-workers This will broadcast a command to all connected workers and print the names of any that respond and the queues they’re attached to. This is useful for interacting with workers, such as via merlin stop-workers --workers. The --queues option will look for workers associated with the names of the queues you provide here. For example, if you want to see the names of all workers attached to the queues named demo and merlin you would use: merlin query-workers --queues demo merlin The --spec option will query for workers defined in the spec file you provide. For example, if simworker and nonsimworker are defined in a spec file called example_spec.yaml then to query for these workers you would use: 1.4. Command line 71 Merlin Documentation, Release 1.11.0 merlin query-workers --spec example_spec.yaml The --workers option will query for workers based on the worker names you provide here. For example, if you wanted to query a worker named step_1_worker you would use: merlin query-workers --workers step_1_worker This flag can also take regular expressions as input. For instance, if you had several workers running but only wanted to find the workers whose names started with step you would use: merlin query-workers --workers ^step 1.4.10 Restart the workflow (merlin restart) To restart a previously started merlin workflow, use the restart command and the path to root of the merlin workspace that was generated during the previously run workflow. This will define the tasks and queue them on the task server also called the broker. $ merlin restart [--local] <path/to/workspace_timestamp> Merlin currently writes file called MERLIN_FINISHED to the directory of each step that was finished successfully. It uses this to determine which steps to skip during execution of a workflow. The --local option will run tasks sequentially in your current shell. 1.4.11 Run the workflow (merlin run) To run the merlin workflow use the run command and the path to the input yaml file <input.yaml>. This will define the tasks and queue them on the task server also called the broker. $ merlin run [--local] <input.yaml> [--vars <VARIABLES=<VARIABLES>>] [--samplesfile ˓→<SAMPLES_FILE>] [--dry] The --local option will run tasks sequentially in your current shell. The --vars option will specify desired Merlin variable values to override those found in the specification. The list is space-delimited and should be given after the input yaml file. Example: --vars LEARN=path/to/new_learn.py EPOCHS=3 The --samplesfile will allow the user to specify a file containing samples. Valid choices: .npy, .csv, .tab. Should be given after the input yaml file. The --no-errors option is used for testing, it will silence the errors thrown when flux is not present. 72 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Dry Run ‘Dry run’ means telling workers to create a study’s workspace and all of its necessary subdirectories and scripts (with variables expanded) without actually executing the scripts. To dry-run a workflow, use --dry: $ merlin run --local --dry <input.yaml> In a distributed fashion: $ merlin run --dry <input.yaml> ; merlin run-workers <input.yaml> You can also specify dry runs from the workflow specification file: batch: dry_run: True If you wish to execute a workflow after dry-running it, simply use restart. 1.4.12 Run the Workers (merlin run-workers) The tasks queued on the broker are run by a collection of workers. These workers can be run local in the current shell or in parallel on a batch allocation. The workers are launched using the run-workers command which reads the configuration for the worker launch from the <input.yaml> file. The batch and merlin resources section are both used to configure the worker launch. The top level batch section can be overridden in the merlin workers resource section. Parallel workers should be scheduled using the system’s batch scheduler. Once the workers are running, tasks from the broker will be processed. To launch workers for your workflow: $ merlin run-workers [--echo] <input.yaml> [--worker-args <worker args>] [--steps ˓→<WORKER_STEPS>] [--vars <VARIABLES=<VARIABLES>>] The --echo option will echo the celery workers run command to stdout and not run any workers. The --worker-args option will pass the values, in quotes, to the celery workers. Should be given after the input yaml file. The --steps option is the specific steps in the input yaml file you want to run the corresponding workers. The default is ‘all’ steps. Should be given after the input yaml file. The --vars option will specify desired Merlin variable values to override those found in the specification. The list is space-delimited and should be given after the input yaml file. Example: --vars LEARN=path/to/new_learn.py EPOCHS=3 An example of launching a simple celery worker using srun: $ srun -n 1 celery -A merlin worker -l INFO A parallel batch allocation launch is configured to run a single worker process per node. This worker process will then launch a number of worker threads to process the tasks. The number of threads can be configured by the users and will be the number of parallel jobs that can be run at once on the allocation plus threads for any non-parallel tasks. If there are 36 cores on a node and all the tasks are single core, the user may want to start 36 threads per node. If the parallel jobs uses 8 tasks, then the user should run 4 or 5 threads. For the celery workers the number of threads is set using the --concurrency argument, see the Configuring celery workers section. A full SLURM batch submission script to run the workflow on 4 nodes is shown below. 1.4. Command line 73 Merlin Documentation, Release 1.11.0 #!/bin/bash #SBATCH -N 4 #SBATCH -J Merlin #SBATCH -t 30:00 #SBATCH -p pdebug #SBATCH --mail-type=ALL #SBATCH -o merlin_workers_%j.out # Assumes you are run this in the same dir as the yaml file. YAML_FILE=input.yaml # Source the merlin virtualenv source <path to merlin venv>/bin/activate # Remove all tasks from the queues for this run. #merlin purge -f ${YAML_FILE} # Submit the tasks to the task server merlin run ${YAML_FILE} # Print out the workers command merlin run-workers ${YAML_FILE} --echo # Run the workers on the allocation merlin run-workers ${YAML_FILE} # Delay until the workers cease running merlin monitor 1.4.13 Status (merlin status) $ merlin status <input.yaml> [--steps <steps>] [--vars <VARIABLES=<VARIABLES>>] [--csv ˓→<csv file>] [--task_server celery] Use the --steps option to identify specific steps in the specification that you want to query. The --vars option will specify desired Merlin variable values to override those found in the specification. The list is space-delimited and should be given after the input yaml file. Example: --vars LEARN=path/to/new_learn.py EPOCHS=3 The --csv option takes in a filename, to dump status reports to. The only currently available option for --task_server is celery, which is the default when this flag is excluded. 74 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.4.14 Stopping workers (merlin stop-workers) To send out a stop signal to some or all connected workers, use: $ merlin stop-workers [--spec <input.yaml>] [--queues <queues>] [--workers <regex>] [-- ˓→task_server celery] The default behavior will send a stop to all connected workers across all workflows, having them shutdown softly. The --spec option targets only workers named in the merlin block of the spec file. The --queues option allows you to pass in the names of specific queues to stop. For example: # Stop all workers on these queues, no matter their name $ merlin stop-workers --queues queue1 queue2 The --workers option allows you to pass in regular expressions of names of workers to stop: # Stop all workers whose name matches this pattern, no matter the queue # Note the ".*" convention at the start, per regex $ merlin stop-workers --workers ".*@my_other_host*" The only currently available option for --task_server is celery, which is the default when this flag is excluded. Attention: If you’ve named workers identically (you shouldn’t) only one might get the signal. In this case, you can send it again. 1.4.15 Hosting Local Server (merlin server) To create a local server for merlin to connect to. Merlin server creates and configures a server on the current directory. This allows multiple instances of merlin server to exist for different studies or uses. The init subcommand initalizes a new instance of merlin server. The status subcommand checks to the status of the merlin server. The start subcommand starts the merlin server. The stop subcommand stops the merlin server. The restart subcommand performs stop command followed by a start command on the merlin server. The config subcommand edits configurations for the merlin server. There are multiple flags to allow for different configurations. • The -ip IPADDRESS, --ipaddress IPADDRESS option set the binded IP address for merlin server. • The -p PORT, --port PORT option set the binded port for merlin server. • The -pwd PASSWORD, --password PASSWORD option set the password file for merlin server. • The --add-user USER PASSWORD option add a new user for merlin server. • The --remove-user REMOVE_USER option remove an exisiting user from merlin server. • The -d DIRECTORY, --directory DIRECTORY option set the working directory for merlin server. • The -ss SNAPSHOT_SECONDS, --snapshot-seconds SNAPSHOT_SECONDS option set the number of sec- onds before each snapshot. 1.4. Command line 75 Merlin Documentation, Release 1.11.0 • The -sc SNAPSHOT_CHANGES, --snapshot-changes SNAPSHOT_CHANGES option set the number of database changes before each snapshot. • The -sf SNAPSHOT_FILE, --snapshot-file SNAPSHOT_FILE option set the name of snapshots. • The -am APPEND_MODE, --append-mode APPEND_MODE option set the appendonly mode. Options are al- ways, everysec, no. • The -af APPEND_FILE, --append-file APPEND_FILE option set the filename for server append/change file. More information can be found on Merlin Server 1.5 Workflows The Merlin package provides a few example workflows. These may be useful in seeing how the software works, and in designing your own workflow. This section provides documentation on running these Merlin workflow examples. 1.5.1 Overview List the built-in Merlin workflow examples with merlin example list. The Merlin team is working on adding a more diverse array of example workflows like these. In particular, look at the .yaml files within these directories. These are known as Merlin specifications, and are foundational to determining a workflow. 1.5.2 Get started with the demo ensemble Merlin provides a demo workflow that highlights some features of the software. Tip: Have at least two terminals open; one to monitor workers, and the other to provide them tasks. Create your workflow example: $ merlin example feature_demo To run the distributed version of feature_demo, run the following: $ merlin run feature_demo/feature_demo.yaml This will queue the tasks to the configured broker. To process the queued tasks, use the run-workers Merlin CLI command. Adding this command to a parallel batch submission script will launch the workers in parallel. $ merlin run-workers feature_demo/feature_demo.yaml 76 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.6 Workflow Specification The merlin input file or spec file is separated into several sections. An annotated version is given below. Note: The Merlin input file is a yaml file and must adhere to yaml syntax. The yaml spec relies on the indentation in the file. The input file can take a number of variables, beyond the examples shown here. For a complete list and descriptions of the variables, see Variables. #################################### # Description Block (Required) #################################### # The description block is where the description of the study is placed. This # section is meant primarily for documentation purposes so that when a # specification is passed to other users they can glean a general understanding # of what this study is meant to achieve. #------------------------------- # Required keys: # name - Name of the study # description - Description of what this study does. #------------------------------- # NOTE: You can add other keys to this block for custom documentation. Merlin # currently only looks for the required set. #################################### description: description: Run a scan through Merlin name: MERLIN #################################### # Batch Block (Required) #################################### # The batch system to use for each allocation #------------------------------- # Required keys: # type - The scheduler type to use (local|slurm|flux|lsf) # bank - The allocation bank # queue - The batch queue #################################### batch: type: flux bank: testbank queue: pbatch flux_path: <optional path to flux bin> flux_start_opts: <optional flux start options> flux_exec: <optional, flux exec command to launch workers on all nodes if using flux and flux_exec_workers is True (flux exec) > flux_exec_workers: <optional, flux argument to launch workers on all nodes. (True)> launch_pre: <Any configuration needed before the srun or jsrun launch> launch_args: <Optional extra arguments for the parallel launch command> (continues on next page) 1.6. Workflow Specification 77 Merlin Documentation, Release 1.11.0 (continued from previous page) worker_launch: <Override the parallel launch defined in merlin> shell: <the interpreter to use for the script after the shebang> # e.g. /bin/bash, /bin/tcsh, python, /usr/bin/env perl, etc. nodes: <num nodes> # The number of nodes to use for all workers This can be overridden in the workers config. If this is unset the number of nodes will be queried from the environment, failing that, the number of nodes will be set to 1. walltime: The total walltime of the batch allocation (hh:mm:ss or mm:ss or ss) ##################################### # Environment Block #################################### # The environment block is where items describing the study's environment are # defined. This includes static information that the study needs to know about # and dependencies that the workflow requires for execution. #------------------------------- # NOTE: This block isn't strictly required as a study may not depend on anything. ######################################################################## env: #------------------------------- # Variables #------------------------------- # Values that the workflow substitutes into steps and are similar in # concept to Unix environment variables. These variables are not dependent # on values in the environment and so are more portable. # # Note that variables defined here can alter the runtime shell # variable definitions. # Do not define a variable named "shell" here. #------------------------------- variables: # Set a custom output path for the study workspace. This path is where # Merlin will place all temporary files, state files, and any output. # The resulting path is usually a timestamped folder within OUTPUT_PATH # and in this case would be # './sample_output/merlin/merlin_sample1_<timestamp>'. # NOTE: If not specified, # OUTPUT_PATH is assumed to be the path where Merlin was launched from. OUTPUT_PATH: ./sample_output/merlin # OUTPUT_PATH is a keyword # variable that Merlin looks for # to replace with the study # directory created for the # ensemble #################################### # Study Block (Required) #################################### # The study block is where the steps in the workflow are defined. This section # of the specification represents the unexpanded set of tasks that the study # is composed of. (continues on next page) 78 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) # # # A description of what gets turned into tasks and what type of task # would be a good addition # # study lists the various steps, each of which has these fields # name: step name # description: what the step does # run: # cmd: the command to run for multilines use cmd: | # The $(LAUNCHER) macro can be used to substitute a parallel launcher # based on the batch:type:. # It will use the nodes and procs values for the task. # task_queue: the queue to assign the step to (optional. default: merlin) # shell: the shell to use for the command (eg /bin/bash /usr/bin/env python) # (optional. default: /bin/bash) # depends: a list of steps this step depends upon (ie parents) # procs: The total number of MPI tasks # nodes: The total number of MPI nodes # walltime: The total walltime of the run (hh:mm:ss, mm:ss or ss) (not available in␣ ˓→lsf) # cores per task: The number of hardware threads per MPI task # gpus per task: The number of GPUs per MPI task # SLURM specific run flags: # slurm: Verbatim flags only for the srun parallel launch (srun -n <nodes> -n <procs> ˓→<slurm>) # FLUX specific run flags: # flux: Verbatim flags for the flux parallel launch (flux mini run <flux>) # LSF specific run flags: # bind: Flag for MPI binding of tasks on a node # num resource set: Number of resource sets # launch_distribution : The distribution of resources (default: plane:{procs/nodes}) # exit_on_error: Flag to exit on error (default: 1) # lsf: Verbatim flags only for the lsf parallel launch (jsrun ... <lsf> ####################################################################### study: - name: runs1 description: Run on alloc1 run: cmd: $(LAUNCHER) echo "$(VAR1) $(VAR2)" > simrun.out nodes: 1 procs: 1 task_queue: queue1 shell: /bin/bash - name: post-process description: Post-Process runs on alloc1 run: cmd: | cd $(runs1.workspace)/$(MERLIN_SAMPLE_PATH) <post-process> nodes: 1 (continues on next page) 1.6. Workflow Specification 79 Merlin Documentation, Release 1.11.0 (continued from previous page) procs: 1 depends: [runs1] task_queue: queue1 - name: runs2 description: Run on alloc2 run: cmd: | touch learnrun.out $(LAUNCHER) echo "$(VAR1) $(VAR2)" >> learnrun.out exit $(MERLIN_RETRY) # some syntax to send a retry error code nodes: 1 procs: 1 task_queue: lqueue max_retries: 3 # maximum number of retries retry_delay: 10 # delay retry for N seconds (default 1) batch: type: <override the default batch type> - name: monitor description: Monitor on alloc1 run: cmd: date > monitor.out nodes: 1 procs: 1 task_queue: mqueue #################################### # Parameter Block (Required) #################################### # The parameter block contains all the things we'd like to vary in the study. # Currently, there are two modes of operating in the specification: # 1. If a parameter block is specified, the study is expanded and considered a # parameterized study. # 2. If a parameter block is not specified, the study is treated as linear and # the resulting study is not expanded. # # There are three keys per parameter: # 1. A list of values that the parameter takes. # 2. A label that represents a "pretty printed" version of the parameter. The # parameter values is specified by the '%%' moniker (for example, for SIZE -- # when SIZE is equal to 10, the label will be 'SIZE.10'). To access the label # for SIZE, for example, the token '$(SIZE.label)' is used. # Labels can take one of two forms: A single string with the '%%' marker or # a list of per value labels (must be the same length as the list of values). # # NOTE: A specified parameter does not necessarily have to be used in every step # or at all. If a parameter is specified and not used, it simply will not be # factored into expansion or the naming of expanded steps or their workspaces. # NOTE: You can also specify custom generation of parameters using a Python # file containing the definition of a function as follows: # (continues on next page) 80 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) # 'def get_custom_generator():' # # The 'get_custom_generator' function is required to return a ParameterGenerator # instance populated with custom filled values. In order to use the file, simply # call Merlin using 'merlin run <specification path>'. ######################################################################## global.parameters: STUDY: label: STUDY.%% values: [MERLIN1, MERLIN2] SIZE: values : [10, 20] label : SIZE.%% ITERATIONS: values : [10, 20] label : ITER.%% #################################### # Merlin Block (Required) #################################### # The merlin specific block will add any configuration to # the DAG created by the study description. # including task server config, data management and sample definitions. # # merlin will replace all SPECROOT instances with the directory where # the input yaml was run. ####################################################################### merlin: #################################### # Resource definitions # # Define the task server configuration and workers to run the tasks. # #################################### resources: task_server: celery # Flag to determine if multiple workers can pull tasks # from overlapping queues. (default = False) overlap: False # Customize workers. Workers can have any user-defined name (e.g., simworkers,␣ ˓→learnworkers). workers: simworkers: args: <celery worker args> <optional> steps: [runs1, post-process, monitor] # [all] when steps is omitted nodes: <Number of nodes for this worker or batch num nodes> # A list of machines to run the given steps can be specified # in the machines keyword. <optional> # A full OUTPUT_PATH and the steps argument are required (continues on next page) 1.6. Workflow Specification 81 Merlin Documentation, Release 1.11.0 (continued from previous page) # when using this option. Currently all machines in the # list must have access to the OUTPUT_PATH. machines: [host1, host2] learnworkers: args: <celery worker args> <optional> steps: [runs2] nodes: <Number of nodes for this worker or batch num nodes> # An optional batch section in the worker can override the # main batch config. This is useful if other workers are running # flux, but some component of the workflow requires the native # scheduler or cannot run under flux. Another possibility is to # have the default type as local and workers needed for flux or # slurm steps. batch: type: local machines: [host3] ################################################### # Sample definitions # # samples file can be one of # .npy (numpy binary) # .csv (comma delimited: '#' = comment line) # .tab (tab/space delimited: '#' = comment line) ################################################### samples: column_labels: [VAR1, VAR2] file: $(SPECROOT)/samples.npy generate: cmd: | python $(SPECROOT)/make_samples.py -dims 2 -n 10 -outfile=$(INPUT_PATH)/samples. ˓→npy "[(1.3, 1.3, 'linear'), (3.3, 3.3, 'linear')]" level_max_dirs: 25 #################################### # User Block (Optional) #################################### # The user block allows other variables in the workflow file to be propagated # through to the workflow (including in variables .partial.yaml and .expanded.yaml). # User block uses yaml anchors, which defines a chunk of configuration and use # their alias to refer to that specific chunk of configuration elsewhere. ####################################################################### user: study: run: hello: &hello_run cmd: | python3 $(HELLO) -outfile hello_world_output_$(MERLIN_SAMPLE_ID).json ˓→$(X0) $(X1) $(X2) max_retries: 1 collect: &collect_run (continues on next page) 82 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) cmd: | echo $(MERLIN_GLOB_PATH) echo $(hello.workspace) ls $(hello.workspace)/X2.$(X2)/$(MERLIN_GLOB_PATH)/hello_world_output_*. ˓→json > files_to_collect.txt spellbook collect -outfile results.json -instring "$(cat files_to_ ˓→collect.txt)" translate: &translate_run cmd: spellbook translate -input $(collect.workspace)/results.json -output␣ ˓→results.npz -schema $(FEATURES) learn: &learn_run cmd: spellbook learn -infile $(translate.workspace)/results.npz make_samples: &make_samples_run cmd: spellbook make-samples -n $(N_NEW) -sample_type grid -outfile grid_ ˓→$(N_NEW).npy predict: &predict_run cmd: spellbook predict -infile $(make_new_samples.workspace)/grid_$(N_NEW). ˓→npy -outfile prediction_$(N_NEW).npy -reg $(learn.workspace)/random_forest_reg.pkl verify: &verify_run cmd: | if [[ -f $(learn.workspace)/random_forest_reg.pkl && -f $(predict. ˓→workspace)/prediction_$(N_NEW).npy ]] then touch FINISHED exit $(MERLIN_SUCCESS) else exit $(MERLIN_SOFT_FAIL) fi python3: run: &python3_run cmd: | print("OMG is this in python?") print("Variable X2 is $(X2)") shell: /usr/bin/env python3 python2: run: &python2_run cmd: | print "OMG is this in python2? Change is bad." print "Variable X2 is $(X2)" shell: /usr/bin/env python2 1.6. Workflow Specification 83 Merlin Documentation, Release 1.11.0 1.7 Configuration This section provides documentation for configuring Merlin’s connections with task servers and results backends. 1.7.1 Merlin server configuration Merlin works best configuring celery to run with a RabbitMQ broker and a redis backend. Merlin uses celery chords which require a results backend be configured. The Amqp (rpc Rabbitmq) server does not support chords but the Redis, Database, Memcached and more, support chords. Merlin’s configuration is controlled by an app.yaml file, such as the one below: celery: # directory where Merlin looks for the following: # mysql-ca-cert.pem rabbit-client-cert.pem rabbit-client-key.pem redis.pass certs: /path/to/celery/config broker: # can be rabbitmq, redis, rediss, or redis+sock name: rabbitmq #username: # defaults to your username unless changed here password: ~/.merlin/rabbit-password # server URL server: server.domain.com ### for rabbitmq connections ### #vhost: # defaults to your username unless changed here ### for redis+sock connections ### #socketname: the socket name your redis connection can be found on. #path: The path to the socket. ### for redis/rediss connections ### #port: The port number redis is listening on (default 6379) #db_num: The data base number to connect to. # ssl security #keyfile: /var/ssl/private/client-key.pem #certfile: /var/ssl/amqp-server-cert.pem #ca_certs: /var/ssl/myca.pem # This is optional and can be required, optional or none # (required is the default) #cert_reqs: required results_backend: # Can be redis,rediss, mysql, db+ or memcached server # Only a few of these are directly configured by merlin name: redis dbname: dbname username: username (continues on next page) 84 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) # name of file where redis password is stored. password: redis.pass server: server.domain.com # merlin will generate this key if it does not exist yet, # and will use it to encrypt all data over the wire to # your redis server. encryption_key: ~/.merlin/encrypt_data_key port: 6379 db_num: 0 # ssl security #keyfile: /var/ssl/private/client-key.pem #certfile: /var/ssl/amqp-server-cert.pem #ca_certs: /var/ssl/myca.pem # This is optional and can be required, optional or none # (required is the default) #cert_reqs: required The default location for the app.yaml is in the merlin repo under the merlin/config directory. This default can be overridden by files in one of two other locations. The current working directory is first checked for the app.yaml file, then the user’s ~/.merlin directory is checked. broker/name: can be rabbitmq, redis, or redis+sock. As their names imply, rabbitmq will use RabbitMQ as a task broker (preferred for multi user configurations), redis will use redis as a task broker, and redis+sock will connect to a redis task broker using a socket. 1.7.2 Broker: rabbitmq, amqps, amqp Merlin constructs the following connection string from the relevant options in the broker section of the app.yaml file. If the port argument is not defined, the default rabbitmq TLS port, 5671, will be used. See the Security with RabbitMQ section for more info about security with this broker. When the broker is amqp, the default port will be 5672. The prototype url for this configuration is: {conn}://{username}:{password}@{server}:{port}/{vhost} Here conn is amqps (with ssl) when name is rabbitmq or amqps and amqp (without ssl) when name is amqp. broker: name: rabbitmq #username: # defaults to your username unless changed here password: ~/.merlin/rabbit-password # server URL server: server.domain.com #vhost: # defaults to your username unless changed here 1.7. Configuration 85 Merlin Documentation, Release 1.11.0 1.7.3 Broker: redis Merlin constructs the following connection string from the relevant options in the broker section of the app.yaml file. The prototype url for this configuration is: redis://:{password}@{server}:{port}/{db_num} broker: name: redis server: localhost port: 6379 1.7.4 Broker: rediss Newer versions of Redis (version 6 or greater) can be configured with ssl. The rediss name is used to enable this support. See the Security with redis section for more info. The prototype url for this configuration is: rediss://:{password}@{server}:{port}/{db_num} broker: name: rediss server: localhost port: 6379 1.7.5 Broker: redis+socket Merlin constructs the following connection string from the relevant options in the broker section of the app.yaml file. The prototype url for this configuration is: redis+socket://{path}?virtual_host={db_num} broker: name: redis+socket path: /tmp/username/redis.sock db_num: 0 86 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.7.6 Broker: url A url option is available to specify the broker connection url, in this case the server name is ignored. The url must include all the entire connection url except the ssl if the broker name is recognized by the ssl processing system. Currently the ssl system will only configure the Rabbitmq and Redis servers. The prototype url for this configuration is: {url} broker: url: redis://localhost:6379/0 1.7.7 Broker: Security Security with RabbitMQ Merlin can only be configured to communicate with RabbitMQ over an SSL connection and does not permit use of a RabbitMQ server configured without SSL. The default value of the broker_use_ssl keyword is True. The keys can be given in the broker config as show below. broker: # can be redis, redis+sock, or rabbitmq name: rabbitmq #username: # defaults to your username unless changed here password: ~/.merlin/rabbit-password # server URL server: server.domain.com ### for rabbitmq, redis+sock connections ### #vhost: # defaults to your username unless changed here # ssl security keyfile: /var/ssl/private/client-key.pem certfile: /var/ssl/amqp-server-cert.pem ca_certs: /var/ssl/myca.pem # This is optional and can be required, optional or none # (required is the default) cert_reqs: required This results in a value for broker_use_ssl given below: broker_use_ssl = { 'keyfile': '/var/ssl/private/client-key.pem', 'certfile': '/var/ssl/amqp-server-cert.pem', 'ca_certs': '/var/ssl/myca.pem', 'cert_reqs': ssl.CERT_REQUIRED } 1.7. Configuration 87 Merlin Documentation, Release 1.11.0 Security with redis The same ssl config and resulting ssl_use_broker can be used with the rediss:// url when using a redis server version 6 or greater with ssl. broker: name: rediss #username: # defaults to your username unless changed here # server URL server: server.domain.com port: 6379 db_num: 0 # ssl security keyfile: /var/ssl/private/client-key.pem certfile: /var/ssl/amqp-server-cert.pem ca_certs: /var/ssl/myca.pem # This is optional and can be required, optional or none # (required is the default) cert_reqs: required The resulting broker_use_ssl configuration for a rediss server is given below. broker_use_ssl = { 'ssl_keyfile': '/var/ssl/private/client-key.pem', 'ssl_certfile': '/var/ssl/amqp-server-cert.pem', 'ssl_ca_certs': '/var/ssl/myca.pem', 'ssl_cert_reqs': ssl.CERT_REQUIRED } 1.7.8 Results backend: redis Merlin constructs the following connection string from relevant options in the results_backend section of the app.yaml file. The prototype url for this configuration is: redis://:{password}{server}:{port}/{db_num} results_backend: name: redis server: localhost port: 6379 88 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.7.9 Results backend: rediss Newer versions of Redis (version 6 or greater) can be configured with ssl. The rediss name is used to enable this support. See the Security with redis section for more info. The prototype url for this configuration is: rediss://:{password}{server}:{port}/{db_num} results_backend: name: rediss server: localhost port: 6379 1.7.10 Results backend: url A url option is available to specify the results connection url, in this case the server name is ignored. The url must include the entire connection url including the ssl configuration. The prototype url for this configuration is: {url} results_backend: url: redis://localhost:6379/0 The url option can also be used to define a server that is not explicitly handled by the merlin configuration system. results_backend: url: db+postgresql://scott:tiger@localhost/mydatabase Resolving password fields The results_backend/password is interpreted in the following way. First, it is treated as an absolute path to a file containing your backend password. If that path doesn’t exist, it then looks for a file of that name under the directory defined under celery/certs. If that file doesn’t exist, it then looks treats results_backend/password as the password itself. The broker/password is simply the full path to a file containing your password for the user defined by broker/ username. 1.7. Configuration 89 Merlin Documentation, Release 1.11.0 1.7.11 Results backend: Security Security with redis Redis versions less than 6 do not natively support multiple users or SSL. We address security concerns here by redefining the core celery routine that communicates with redis to encrypt all data it sends to redis and then decrypt anything it receives. Each user should have their own encryption key as defined by results_backend/encryption_key in the app.yaml file. Merlin will generate a key if that key does not yet exist. Redis versions 6 or greater can use the ssl keys as in the broker section. The ssl config with redis (rediss) in the results backend is the placed in the redis_backend_use_ssl celery argument. The values in this argument are the same as the broker. redis_backend_use_ssl = { 'ssl_keyfile': '/var/ssl/private/client-key.pem', 'ssl_certfile': '/var/ssl/amqp-server-cert.pem', 'ssl_ca_certs': '/var/ssl/myca.pem', 'ssl_cert_reqs': ssl.CERT_REQUIRED } 1.8 Variables There are a number of variables which can be placed in a merlin input .yaml file that can control workflow execution, such as via string expansion and control flow. Note: Only user variables and OUTPUT_PATH may be reassigned or overridden from the command line. 1.8.1 Directory structure context The directory structure of merlin output looks like this: SPECROOT <spec.yaml> ... OUTPUT_PATH MERLIN_WORKSPACE MERLIN_INFO <name>.orig.yaml <name>.partial.yaml <name>.expanded.yaml <step_name>.workspace WORKSPACE 90 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.8. Variables 91 Merlin Documentation, Release 1.11.0 1.8.2 Reserved variables Table 6: Study variables that Merlin uses. May be referenced within a specification file, but not reassigned or overridden. Variable Description Example Expansion $(SPECROOT) Directory path of the specification file. /globalfs/user/ ˓→merlin_workflows $(OUTPUT_PATH) Directory path the study output will be written to. If not defined will default to the current working directory. ./studies May be reassigned or overridden. $(MERLIN_TIMESTAMP) The time a study began. May be used as a unique iden- tifier. "YYYYMMDD-HHMMSS" $(MERLIN_WORKSPACE) Output directory generated by a study at OUTPUT_PATH. Ends with MERLIN_TIMESTAMP. $(OUTPUT_PATH)/ ˓→ensemble_name_ ˓→$(MERLIN_ ˓→TIMESTAMP) $(WORKSPACE) The workspace directory for a single step. $(OUTPUT_PATH)/ ˓→ensemble_name_ ˓→$(MERLIN_ ˓→TIMESTAMP)/step_ ˓→name/`` $(MERLIN_INFO) Directory within MERLIN_WORKSPACE that holds the provenance specs and sample generation results. Com- $(MERLIN_WORKSPACE)/ monly used to hold samples.npy. ˓→merlin_info/ $(MERLIN_SAMPLE_ID) Sample index in an ensemble 0 1 2 3 $(MERLIN_SAMPLE_PATH) Path in the sample directory tree to a sample’s directory, i.e. where the task is actually run. /0/0/0/ /0/0/1/ /0/ ˓→0/2/ /0/0/3/ $(MERLIN_GLOB_PATH) All of the directories in a simulation tree as a glob (*) string /*/*/*/* $(MERLIN_PATHS_ALL) A space delimited string of all of the paths; can be used as is in bash for loop for instance with: 0/0/0 for path in $(MERLIN_PATHS_ALL) 0/0/1 do 0/0/2 ls $path 0/0/3 done $(MERLIN_SAMPLE_VECTOR)Vector of merlin sample values $(SAMPLE_COLUMN_1) ˓→$(SAMPLE_COLUMN_ ˓→2) ... $(MERLIN_SAMPLE_NAMES) Names of merlin sample values 92 Chapter 1. Merlin Overview SAMPLE_COLUMN_1␣ ˓→SAMPLE_COLUMN_2 .. ˓→. Merlin Documentation, Release 1.11.0 The LAUNCHER and VLAUNCHER Variables $(LAUNCHER) is a special case of a reserved variable since it’s value can be changed. It serves as an abstraction to launch a job with parallel schedulers like slurm, lsf , and flux and it can be used within a step command. For example, say we start with this run cmd inside our step: run: cmd: srun -N 1 -n 3 python script.py We can modify this to use the $(LAUNCHER) variable like so: batch: type: slurm run: cmd: $(LAUNCHER) python script.py nodes: 1 procs: 3 In other words, the $(LAUNCHER) variable would become srun -N 1 -n 3. Similarly, the $(VLAUNCHER) variable behaves similarly to the $(LAUNCHER) variable. The key distinction lies in its source of information. Instead of drawing certain configuration options from the run section of a step, it retrieves spe- cific shell variables. These shell variables are automatically generated by Merlin when you include the $(VLAUNCHER) variable in a step command, but they can also be customized by the user. Currently, the following shell variables are: Table 7: VLAUNCHER Variables Variable Description Default ${MERLIN_NODES} The number of nodes 1 ${MERLIN_PROCS} The number of tasks/procs 1 ${MERLIN_CORES} The number of cores per task/proc 1 ${MERLIN_GPUS} The number of gpus per task/proc 0 Let’s say we have the following defined in our yaml file: batch: type: flux run: cmd: | MERLIN_NODES=4 MERLIN_PROCS=2 MERLIN_CORES=8 MERLIN_GPUS=2 $(VLAUNCHER) python script.py The $(VLAUNCHER) variable would be substituted to flux run -N 4 -n 2 -c 8 -g 2. 1.8. Variables 93 Merlin Documentation, Release 1.11.0 1.8.3 User variables Variables defined by a specification file in the env section, as in this example: env: variables: ID: 42 EXAMPLE_VAR: hello As long as they’re defined in order, you can nest user variables like this: env: variables: EXAMPLE_VAR: hello WORKER_NAME: $(EXAMPLE_VAR)_worker Like all other Merlin variables, user variables may be used anywhere (as a yaml key or value) within a specification as below: cmd: echo "$(EXAMPLE_VAR), world!" ... $(WORKER_NAME): args: ... If you want to programmatically define the study name, you can include variables in the description.name field as long as it makes a valid filename: description: name: my_$(EXAMPLE_VAR)_study_$(ID) description: example of programmatic study name The above would produce a study called my_hello_study_42. 1.8.4 Environment variables Merlin expands Unix environment variables for you. The values of the user variables below would be expanded: env: variables: MY_HOME: ~/ MY_PATH: $PATH USERNAME: ${USER} However, Merlin leaves environment variables found in shell scripts (think cmd and restart) alone. So this step: - name: step1 description: an example run: cmd: echo $PATH ; echo $(MY_PATH) . . . would be expanded as: 94 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 - name: step1 description: an example run: cmd: echo $PATH ; echo /an/example/:/path/string/ 1.8. Variables 95 Merlin Documentation, Release 1.11.0 96 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.8.5 Step return variables Table 8: Special return code variables for task steps. Variable Description Example Usage $(MERLIN_SUCCESS) This step was successful. Keep going to the next task. Default step behavior if no exit code given. echo "hello, world!" exit $(MERLIN_ ˓→SUCCESS) $(MERLIN_RESTART) Run this step’s restart command, or re-run cmd if restart is absent. The default maximum number of run: retries+restarts for any given step is 30. You can over- cmd: | ride this by adding a max_retries field under the run touch my_file. field in the specification. Issues a warning. Default will ˓→txt retry in 1 second. To override the delay time, specify echo "hi mom!"␣ retry_delay. ˓→>> my_file.txt exit $(MERLIN_ ˓→RESTART) restart: | echo "bye, mom! ˓→" >> my_file.txt max_retries: 23 retry_delay: 10 $(MERLIN_RETRY) Retry this step’s cmd command. The default maximum number of retries for any given step is 30. You can over- run: ride this by adding a max_retries field under the run cmd: | field in the specification. Issues a warning. Default will touch my_file. retry in 1 second. To override the delay time, specify ˓→txt retry_delay. echo "hi mom!"␣ ˓→>> my_file.txt exit $(MERLIN_ ˓→RETRY) max_retries: 23 retry_delay: 10 $(MERLIN_SOFT_FAIL) Mark this step as a failure, note in the warning log but keep going. Unknown return codes get translated to soft echo "Uh-oh, this␣ fails, so that they can be logged. ˓→sample didn't work ˓→" exit $(MERLIN_SOFT_ ˓→FAIL) $(MERLIN_HARD_FAIL) Something went terribly wrong and I need to stop the whole workflow. Raises a HardFailException and echo "Oh no, we've␣ stops all workers connected to that step. Workers will ˓→created skynet!␣ stop after a 60 second delay to allow the step to be ac- ˓→Abort!" knowledged by the server. exit $(MERLIN_HARD_ ˓→FAIL) Note: Workers in isolated parts of the workflow not consuming from the bad step will continue. You can stop all workers with $(MERLIN_STOP_WORKERS). $(MERLIN_STOP_WORKERS) Launch a task to stop all active workers. To allow the 1.8. Variables current task to finish and acknowledge the results to the # send a signal to␣ 97 server, will happen in 60 seconds. ˓→all workers to␣ ˓→stop exit $(MERLIN_STOP_ Merlin Documentation, Release 1.11.0 1.9 Merlin Server The merlin server command allows users easy access to containerized broker and results servers for merlin workflows. This allows users to run merlin without a dedicated external server. The main configuration will be stored in the subdirectory called “server/” by default in the main merlin configuration “~/.merlin”. However different server images can be created for different use cases or studies just by simplying creating a new directory to store local configuration files for merlin server instances. Below is an example of how merlin server can be utilized. First create and navigate into a directory to store your local merlin configuration for a specific use case or study. mkdir study1/ cd study1/ Afterwards you can instantiate merlin server in this directory by running merlin server init A main server configuration will be created in the ~/.merlin/server and a local configuration will be created in a subdi- rectory called “merlin_server/” We should expect the following files in each directory ~/study1$ ls ~/.merlin/server/ docker.yaml merlin_server.yaml podman.yaml singularity.yaml ~/study1$ ls merlin_server ~/study1$ ls merlin_server/ redis.conf redis_latest.sif The main configuration in “~/.merlin/server” deals with defaults and technical commands that might be used for setting up the merlin server local configuration and its containers. Each container has their own configuration file to allow users to be able to switch between different containerized services freely. The local configuration “merlin_server” folder contains configuration files specific to a certain use case or run. In the case above you can see that we have a redis singularity container called “redis_latest.sif” with the redis configuration file called “redis.conf”. This redis configuration will allow the user to configurate redis to their specified needs without have to manage or edit the redis container. When the server is run this configuration will be dynamically read, so settings can be changed between runs if needed. Once the merlin server has been initialized in the local directory the user will be allowed to run other merlin server commands such as “run, status, stop” to interact with the merlin server. A detailed list of commands can be found in the Merlin Server Commands page. Note: Running “merlin server init” again will NOT override any exisiting configuration that the users might have set or edited. By running this command again any missing files will be created for the users with exisiting defaults. HOWEVER it is highly advised that users back up their configuration in case an error occurs where configuration files are overriden. 98 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.9.1 Merlin Server Configuration Below are a sample list of configurations for the merlin server command Main Configuration ~/.merlin/server/ merlin_server.yaml container: # Select the format for the recipe e.g. singularity, docker, podman (currently␣ ˓→singularity is the only working option.) format: singularity # The image name image: redis_latest.sif # The url to pull the image from url: docker://redis # The config file config: redis.conf # Subdirectory name to store configurations Default: merlin_server/ config_dir: merlin_server/ # Process file containing information regarding the redis process pfile: merlin_server.pf process: # Command for determining the process of the command status: pgrep -P {pid} #ps -e | grep {pid} # Command for killing process kill: kill {pid} singularity.yaml singularity: command: singularity # init_command: \{command} .. (optional or default) run_command: \{command} run {image} {config} stop_command: kill # \{command} (optional or kill default) pull_command: \{command} pull {image} {url} Local Configuration merlin_server/ redis.conf bind 127.0.0.1 -::1 protected-mode yes port 6379 logfile "" dir ./ ... see documentation on redis configuration here for more detail merlin_server.pf 1.9. Merlin Server 99 Merlin Documentation, Release 1.11.0 bits: '64' commit: '00000000' hostname: ubuntu image_pid: '1111' mode: standalone modified: '0' parent_pid: 1112 port: '6379' version: 6.2.6 1.9.2 Merlin Server Commands Merlin server has a list of commands for interacting with the broker and results server. These commands allow the user to manage and monitor the exisiting server and create instances of servers if needed. Initializing Merlin Server (merlin server init) The merlin server init command creates configurations for merlin server commands. A main merlin sever configuration subdirectory is created in “~/.merlin/server” which contains configuration for local merlin configuration, and configurations for different containerized services that merlin server supports, which includes singularity (docker and podman implemented in the future). A local merlin server configuration subdirectory called “merlin_server/” will also be created when this command is run. This will contain a container for merlin server and associated configuration files that might be used to start the server. For example, for a redis server a “redis.conf” will contain settings which will be dynamically loaded when the redis server is run. This local configuration will also contain information about currently running containers as well. Note: If there is an exisiting subdirectory containing a merlin server configuration then only missing files will be replaced. However it is recommended that users backup their local configurations. Checking Merlin Server Status (merlin server status) Displays the current status of the merlin server. Starting up a Merlin Server (merlin server start) Starts the container located in the local merlin server configuration. Note: If this command seems to hang and never release control back to you, follow these steps: 1. Kill the command with Ctrl+C 2. Run either export LC_ALL="C.UTF-8" or export LC_ALL="C" 3. Re-run the merlin server start command 100 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 Stopping an exisiting Merlin Server (merlin server stop) Stop any exisiting container being managed and monitored by merlin server. Restarting a Merlin Server instance (merlin server restart) Restarting an existing container that is being managed and monitored by merlin server. Configurating Merlin Server instance (merlin server config) Place holder for information regarding merlin server config command Possible Flags -ip IPADDRESS, --ipaddress IPADDRESS Set the binded IP address for the merlin server container. (default: None) -p PORT, --port PORT Set the binded port for the merlin server container. (default: None) -pwd PASSWORD, --password PASSWORD Set the password file to be used for merlin server container. (default: None) --add-user ADD_USER ADD_USER Create a new user for merlin server instance. (Provide both username and password) (default: None) --remove-user REMOVE_USER Remove an exisiting user. (default: None) -d DIRECTORY, --directory DIRECTORY Set the working directory of the merlin server container. (default: None) -ss SNAPSHOT_SECONDS, --snapshot-seconds SNAPSHOT_SECONDS Set the number of seconds merlin server waits before checking if a snapshot is needed. (default: None) -sc SNAPSHOT_CHANGES, --snapshot-changes SNAPSHOT_CHANGES Set the number of changes that are required to be made to the merlin server before a snapshot is made. (default: None) -sf SNAPSHOT_FILE, --snapshot-file SNAPSHOT_FILE Set the snapshot filename for database dumps. (default: None) -am APPEND_MODE, --append-mode APPEND_MODE The appendonly mode to be set. The avaiable options are always, everysec, no. (default: None) -af APPEND_FILE, --append-file APPEND_FILE Set append only filename for merlin server container. (default: None) 1.9. Merlin Server 101 Merlin Documentation, Release 1.11.0 1.10 Celery Merlin uses Celery, a Python based distributed task management system. Merlin uses Celery to queue work which is processed by Celery workers. Merlin queues tasks to the broker which receives and routes tasks. Merlin by default is configured to use RabbitMQ. Celery has many functions, it defines the interface to the task broker, the backend results database and the workers that will run the tasks. The broker and backend are configured through the app.yaml file. A configuration for the rabbit ampq server is shown below. celery: # directory where Merlin looks for the following: # mysql-ca-cert.pem rabbit-client-cert.pem rabbit-client-key.pem redis.pass certs: /path/to/celery/config broker: # can be rabbitmq, redis, rediss, or redis+sock name: rabbitmq #username: # defaults to your username unless changed here password: ~/.merlin/rabbit-password # server URL server: server.domain.com ### for rabbitmq connections ### #vhost: # defaults to your username unless changed here ### for redis+sock connections ### #socketname: the socket name your redis connection can be found on. #path: The path to the socket. ### for redis/rediss connections ### #port: The port number redis is listening on (default 6379) #db_num: The data base number to connect to. # ssl security #keyfile: /var/ssl/private/client-key.pem #certfile: /var/ssl/amqp-server-cert.pem #ca_certs: /var/ssl/myca.pem # This is optional and can be required, optional or none # (required is the default) #cert_reqs: required results_backend: # Can be redis,rediss, mysql, db+ or memcached server # Only a few of these are directly configured by merlin name: redis dbname: dbname username: username # name of file where redis password is stored. (continues on next page) 102 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 (continued from previous page) password: redis.pass server: server.domain.com # merlin will generate this key if it does not exist yet, # and will use it to encrypt all data over the wire to # your redis server. encryption_key: ~/.merlin/encrypt_data_key port: 6379 db_num: 0 # ssl security #keyfile: /var/ssl/private/client-key.pem #certfile: /var/ssl/amqp-server-cert.pem #ca_certs: /var/ssl/myca.pem # This is optional and can be required, optional or none # (required is the default) #cert_reqs: required The default location for the app.yaml is in the merlin repo under the config directory. This default can be overridden by files in one of two other locations. The current working directory is first checked for the app.yaml file, then the user’s ~/.merlin directory is checked. The celery command needs application configuration for the specific module that includes celery, this is specified using the -A <module> syntax. All celery commands should include the -A argument. celery -A merlin The merlin run command will define the tasks from the steps in the yaml file and then send them to the broker through the celery broker interface. If these tasks are no longer needed or are incorrect, they can be purged by using one of these commands: celery -A merlin -Q <queue list> purge # This is the equivalent of merlin purge <yaml file> e.g. celery -A merlin -Q merlin,queue2,queue3 purge or with rabbitmq: celery -A merlin amqp queue.purge <queue name> e.g. celery -A merlin amqp queue.purge merlin a third option with rabbitmq is deleting the queue celery -A merlin amqp queue.delete <queue> e.g. celery -A merlin amqp queue.delete merlin 1.10. Celery 103 Merlin Documentation, Release 1.11.0 1.10.1 Configuring celery workers The common configurations used for the celery workers in the celery workers guide are not the best for HPC applica- tions. Here are some parameters you may want to use for HPC specific workflows. These options can be altered by setting the args for an entry of type worker in the merlin resources section. The number of threads to use on each node of the HPC allocation is set through the --concurrency keyword. A good choice for this is the number of simulations that can be run per node. celery -A merlin worker --concurrency <num threads> e.g. # If the HPC simulation is a simple 1D short running sim # then on Lassen you might want to use all Hardware threads. celery -A merlin worker --concurrency 160 # If the HPC simulation will take the whole node you may want # to limit this to only a few threads. celery -A merlin worker --concurrency 2 The --prefetch-multiplier argument sets how many tasks are requested from the task server per worker thread. If --concurrency is 2 and --prefetch-multiplier is 3, then 6 tasks will be requested from the task server by the worker threads. Since HPC tasks are generally not short running tasks, the recommendation is to set this to 1. celery -A merlin worker --prefetch-multiplier <num_tasks> e.g. celery -A merlin worker --prefetch-multiplier 1 The -O fair option is another parameter used for long running celery tasks. With this set, celery will only send tasks to threads that are available to run them. celery -A merlin worker -O fair The -n option allows the workers to be given a unique name so multiple workers running tasks from different queues may share the allocation resources. The names are automatically set to <queue name>.%h, where <queue name> is from the task_queue config or merlin (default) and %h will resolve to the hostname of the compute node. celery -A merlin worker -n <name> e.g. celery -A merlin worker -n merlin.%h or celery -A merlin worker -n queue_1.%h On the toss3 nodes, the CPU affinity can be set for the worker processes. This is enabled by setting the environment variable CELERY_AFFINIITY to the number of CPUs to skip. e.g. export CELERY_AFFINIITY=4 This will skip 4 CPUs between each celery worker thread. 104 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.11 Virtual environments This section provides a quick reference for using virtual environments for the Merlin project. 1.11.1 Creating a virtual environment To create a new virtual environment: $ python3 -m venv venv Caution: A virtual environment will need to be created for each system type. It’s recommended to name the virtual environment venv_<system> to make it easier to switch between them. This documentation will use venv for simplicity to reference the virtual environment. Tip: Virtual environments provide an isolated environment for working on Python projects to avoid dependency conflicts. Activating a Virtualenv Once the virtual environment is created it can be activated like so: $ source venv/bin/activate (venv) $ This will set the Python and Pip path to the virtual environment at venv/bin/python and venv/bin/pip respectively. The virtual environment name should now display in the terminal, which means it is active. Any calls to pip will install to the virtual environment. Tip: To verify that Python and Pip are pointing to the virtual environment, run $ which python and $ which pip. Deactivating a Virtualenv Virtualenvs can be exited via the following: (venv) $ deactivate $ 1.11. Virtual environments 105 Merlin Documentation, Release 1.11.0 1.12 Spack The virtualenv method is not the only method to install merlin in a separate python install. The spack method will build python and all required modules for a specific set of configuration options. These options include the compiler version, system type and python version. Merlin will then be installed in this specific version allowing for multiple python versions on a single system without the need for a virtualenv. The py-merlin package builds with python3.6+. 1.12.1 Checkout spack Get the latest version of spack from Github. This is independent from merlin so make sure merlin and spack are in separate directories. git clone https://github.com/spack/spack.git # The merlin spack package is in the develop branch git checkout develop 1.12.2 Setup spack cd to spack directory Source the setup-env.sh or setup-env.csh. This will put spack in your path and setup module access for later use. This should be done every time the modules are used. source ./share/spack/setup-env.sh Add compilers if you haven’t already: spack compiler add To see the compilers. spack compiler list 1.12.3 Build merlin Build merlin, this will take a long time, be prepared to wait. It will build python and all python modules merlin needs including numpy. spack install py-merlin The build will be done with the default compiler, in general this is the newest gcc compiler. You can choose a different compiler by using the % syntax, this will create an entirely separate build and module. spack install py-merlin%gcc@7.1.0 A different python version can be specified as part of the package config. To build merlin with python-3.6.8 you would type: spack install py-merlin^python@3.6.8 A tree of all of the packages and their dependencies needed to build the merlin package can be shown by using the spec keyword. 106 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 spack spec py-merlin 1.12.4 Activate merlin To use merlin you can activate the module. spack activate py-merlin or spack activate py-merlin%gcc@7.1.0 or spack activate py-merlin^python@3.6.8 1.12.5 Load python The associated python module can then be loaded into your environment, this will only work if you have sourced the setup-env.sh or setup-env.csh. module avail python example: ------ <path to>/spack/share/spack/modules/linux-rhel7-x86_64 ------- python-3.6.8-gcc-8.1.0-4ilk3kn (L) This will give you a list, the spack version will have a long hash associated with the name. module load python-3.6.8-<compiler>-<hash> e.g. module load python-3.6.8-gcc-8.1.0-4ilk3kn At this point the module specific python, merlin, maestro and celery will all be in your path. 1.13 Contributing Welcome to the Merlin developer documentation! This section provides instructions for contributing to Merlin. 1.13.1 Getting Started Follow the Getting Started documentation to setup your Merlin development environment. Once your development is setup create a branch: $ git checkout -b feature/<username>/description Note: Other common types of branches besides feature are: bugfix, hotfix, or refactor. 1.13. Contributing 107 Merlin Documentation, Release 1.11.0 Select the branch type that best represents the development. Merlin follows a gitflow workflow. Updates to the develop branch are made via pull requests. 1.13.2 Developer Guide This section provides Merlin’s guide for contributing features/bugfixes to Merlin. 1.13.3 Pull Request Checklist Warning: All pull requests must pass make tests prior to consideration! To expedite review, please ensure that pull requests • Are from a meaningful branch name (e.g. feature/my_name/cool_thing) • Are being merged into the appropriate branch • Include testing for any new features – unit tests in tests/unit – integration tests in tests/integration • Include descriptions of the changes – a summary in the pull request – details in CHANGELOG.md • Ran make fix-style to adhere to style guidelines • Pass make tests; output included in pull request • Increment version number appropriately – in CHANGELOG.md – in merlin.__init__.py • Have squashed commits 1.13.4 Testing All pull requests must pass unit and integration tests. To ensure that they do run $ make tests 108 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.13.5 Python Code Style Guide This section documents Merlin’s style guide. Unless otherwise specified, PEP-8 is the preferred coding style and PEP- 0257 for docstrings. Note: make fix-style will automatically fix any style issues. Merlin has style checkers configured. They can be run from the Makefile: $ make check-style 1.13.6 Adding New Features to YAML Spec File In order to conform to Maestro’s verification format introduced in Maestro v1.1.7, we now use json schema validation to verify our spec file. If you are adding a new feature to Merlin that requires a new block within the yaml spec file or a new property within a block, then you are going to need to update the merlinspec.json file located in the merlin/spec/ directory. You also may want to add additional verifications within the specification.py file located in the same directory. Note: If you add custom verifications beyond the pattern checking that the json schema checks for, then you should also add tests for this verification in the test_specification.py file located in the merlin/tests/unit/spec/ directory. Follow the steps for adding new tests in the docstring of the TestCustomVerification class. Adding a New Property To add a new property to a block in the yaml file, you need to create a template for that property and place it in the correct block in merlinspec.json. For example, say I wanted to add a new property called example that’s an integer within the description block. I would modify the description block in the merlinspec.json file to look like this: "DESCRIPTION": { "type": "object", "properties": { "name": {"type": "string", "minLength": 1}, "description": {"type": "string", "minLength": 1}, "example": {"type": "integer", "minimum": 1} }, "required": ["name", "description"] } If you need help with json schema formatting, check out the step-by-step getting started guide. That’s all that’s required of adding a new property. If you want to add your own custom verifications make sure to create unit tests for them (see the note above for more info). 1.13. Contributing 109 Merlin Documentation, Release 1.11.0 Adding a New Block Adding a new block is slightly more complicated than adding a new property. You will not only have to update the merlinspec.json schema file but also add calls to verify that block within specification.py. To add a block to the json schema, you will need to define the template for that entire block. For example, if I wanted to create a block called country with two properties labeled name and population that are both required, it would look like so: "COUNTRY": { "type": "object", "properties": { "name": {"type": "string", "minLength": 1}, "population": { "anyOf": [ {"type": "string", "minLength": 1}, {"type": "integer", "minimum": 1} ] } }, "required": ["name", "capital"] } Here, name can only be a string but population can be both a string and an integer. For help with json schema formatting, check out the step-by-step getting started guide. The next step is to enable this block in the schema validation process. To do this we need to: 1. Create a new method called verify_<your_block_name>() within the MerlinSpec class 2. Call the YAMLSpecification.validate_schema() method provided to us via Maestro in your new method 3. Add a call to verify_<your_block_name>() inside the verify() method If you add your own custom verifications on top of this, please add unit tests for them. 1.14 Docker Merlin has a simple Dockerfile description for running a container with all requirements installed. 1.14.1 Build the container The docker container can be built by building in the top level merlin directory. docker build -t merlin . This will create a merlin:latest image in your docker image collection with a user “merlinu” and a WORKDIR set to /home/merlinu. docker images 110 Chapter 1. Merlin Overview Merlin Documentation, Release 1.11.0 1.14.2 Run the container The container can be run in detached mode to provide both the merlin and celery commands docker run --rm -td --name my-merlin merlin alias merlin="docker exec my-merlin merlin" alias celery="docker exec my-merlin celery" Examples can be run through docker containers by first starting a server for the broker and backend. The server can be a redis or rabbitmq , for this demonstration a redis server will be used. The backend will always be a redis server. docker pull redis docker run -d -p 6379:6379 --name my-redis redis A local output directory can be defined by using the --volume docker arguments. It is recommended that a fixed directory be used for the --volume argument. The merlin docker container is linked to the redis server above by using the --link option. # Create local working directory mkdir $HOME/merlinu cd $HOME/merlinu docker pull llnl/merlin docker run --rm -td --name my-merlin --link my-redis --volume "$HOME/merlinu":/home/ ˓→merlinu llnl/merlin alias merlin="docker exec my-merlin merlin" alias celery="docker exec my-merlin celery" # Create the $HOME/merlinu/.merlin/app.yaml using redis merlin config --broker redis <edit $HOME/merlinu/.merlin/app.yaml and change the broker and backend server: variables␣ ˓→to my-redis> # Copy an example to the local dir merlin example feature_demo # Run a test run without workers merlin run feature_demo/feature_demo.yaml --dry --local # Define the tasks and load them on the broker merlin run feature_demo/feature_demo.yaml # Start workers to pull tasks from the server and run them in the container merlin run-workers feature_demo/feature_demo.yaml A shell can started in the container by using the --entrypoint command. If the user would like to examine the container contents, they can use a shell as the entry point. docker run --rm -ti --volume "$HOME/merlinu":/home/merlinu --entrypoint="/bin/bash"␣ ˓→merlin 1.14. Docker 111
redis
go
redis-py 2.10.5 documentation [redis-py](#) 3.5.3 [redis-py](#) * » * redis-py 2.10.5 documentation * [Edit on GitHub](https://github.com/redis/redis-py/blob/3.5.3/docs/index) --- Welcome to redis-py’s documentation![¶](#welcome-to-redis-py-s-documentation "Permalink to this headline") ========================================================================================================== Indices and tables[¶](#indices-and-tables "Permalink to this headline") ----------------------------------------------------------------------- * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html) Contents:[¶](#contents "Permalink to this headline") ---------------------------------------------------- *exception* redis.AuthenticationError[[source]](_modules/redis/exceptions.html#AuthenticationError)[¶](#redis.AuthenticationError "Permalink to this definition") *exception* redis.AuthenticationWrongNumberOfArgsError[[source]](_modules/redis/exceptions.html#AuthenticationWrongNumberOfArgsError)[¶](#redis.AuthenticationWrongNumberOfArgsError "Permalink to this definition") An error to indicate that the wrong number of args were sent to the AUTH command *class* redis.BlockingConnectionPool(*max\_connections=50*, *timeout=20*, *connection\_class=<class 'redis.connection.Connection'>*, *queue\_class=<class 'queue.LifoQueue'>*, *\*\*connection\_kwargs*)[[source]](_modules/redis/connection.html#BlockingConnectionPool)[¶](#redis.BlockingConnectionPool "Permalink to this definition") Thread-safe blocking connection pool: ``` >>> from redis.client import Redis >>> client = Redis(connection\_pool=BlockingConnectionPool()) ``` It performs the same function as the default `:py:class: ~redis.connection.ConnectionPool` implementation, in that, it maintains a pool of reusable connections that can be shared by multiple redis clients (safely across threads if required). The difference is that, in the event that a client tries to get a connection from the pool when all of connections are in use, rather than raising a `:py:class: ~redis.exceptions.ConnectionError` (as the default `:py:class: ~redis.connection.ConnectionPool` implementation does), it makes the client wait (“blocks”) for a specified number of seconds until a connection becomes available. Use `max\_connections` to increase / decrease the pool size: ``` >>> pool = BlockingConnectionPool(max\_connections=10) ``` Use `timeout` to tell it either how many seconds to wait for a connection to become available, or to block forever: > > # Block forever. > >>> pool = BlockingConnectionPool(timeout=None) > > > # Raise a `ConnectionError` after five seconds if a connection is > # not available. > >>> pool = BlockingConnectionPool(timeout=5) > > > disconnect()[[source]](_modules/redis/connection.html#BlockingConnectionPool.disconnect)[¶](#redis.BlockingConnectionPool.disconnect "Permalink to this definition") Disconnects all connections in the pool. get\_connection(*command\_name*, *\*keys*, *\*\*options*)[[source]](_modules/redis/connection.html#BlockingConnectionPool.get_connection)[¶](#redis.BlockingConnectionPool.get_connection "Permalink to this definition") Get a connection, blocking for `self.timeout` until a connection is available from the pool. If the connection returned is `None` then creates a new connection. Because we use a last-in first-out queue, the existing connections (having been returned to the pool after the initial `None` values were added) will be returned before `None` values. This means we only create new connections when we need to, i.e.: the actual number of connections will only increase in response to demand. make\_connection()[[source]](_modules/redis/connection.html#BlockingConnectionPool.make_connection)[¶](#redis.BlockingConnectionPool.make_connection "Permalink to this definition") Make a fresh connection. release(*connection*)[[source]](_modules/redis/connection.html#BlockingConnectionPool.release)[¶](#redis.BlockingConnectionPool.release "Permalink to this definition") Releases the connection back to the pool. *exception* redis.BusyLoadingError[[source]](_modules/redis/exceptions.html#BusyLoadingError)[¶](#redis.BusyLoadingError "Permalink to this definition") *exception* redis.ChildDeadlockedError[[source]](_modules/redis/exceptions.html#ChildDeadlockedError)[¶](#redis.ChildDeadlockedError "Permalink to this definition") Error indicating that a child process is deadlocked after a fork() *class* redis.Connection(*host='localhost'*, *port=6379*, *db=0*, *password=None*, *socket\_timeout=None*, *socket\_connect\_timeout=None*, *socket\_keepalive=False*, *socket\_keepalive\_options=None*, *socket\_type=0*, *retry\_on\_timeout=False*, *encoding='utf-8'*, *encoding\_errors='strict'*, *decode\_responses=False*, *parser\_class=<class 'redis.connection.PythonParser'>*, *socket\_read\_size=65536*, *health\_check\_interval=0*, *client\_name=None*, *username=None*)[[source]](_modules/redis/connection.html#Connection)[¶](#redis.Connection "Permalink to this definition") Manages TCP communication to and from a Redis server can\_read(*timeout=0*)[[source]](_modules/redis/connection.html#Connection.can_read)[¶](#redis.Connection.can_read "Permalink to this definition") Poll the socket to see if there’s data that can be read. check\_health()[[source]](_modules/redis/connection.html#Connection.check_health)[¶](#redis.Connection.check_health "Permalink to this definition") Check the health of the connection with a PING/PONG connect()[[source]](_modules/redis/connection.html#Connection.connect)[¶](#redis.Connection.connect "Permalink to this definition") Connects to the Redis server if not already connected disconnect()[[source]](_modules/redis/connection.html#Connection.disconnect)[¶](#redis.Connection.disconnect "Permalink to this definition") Disconnects from the Redis server on\_connect()[[source]](_modules/redis/connection.html#Connection.on_connect)[¶](#redis.Connection.on_connect "Permalink to this definition") Initialize the connection, authenticate and select a database pack\_command(*\*args*)[[source]](_modules/redis/connection.html#Connection.pack_command)[¶](#redis.Connection.pack_command "Permalink to this definition") Pack a series of arguments into the Redis protocol pack\_commands(*commands*)[[source]](_modules/redis/connection.html#Connection.pack_commands)[¶](#redis.Connection.pack_commands "Permalink to this definition") Pack multiple commands into the Redis protocol read\_response()[[source]](_modules/redis/connection.html#Connection.read_response)[¶](#redis.Connection.read_response "Permalink to this definition") Read the response from a previously sent command send\_command(*\*args*, *\*\*kwargs*)[[source]](_modules/redis/connection.html#Connection.send_command)[¶](#redis.Connection.send_command "Permalink to this definition") Pack and send a command to the Redis server send\_packed\_command(*command*, *check\_health=True*)[[source]](_modules/redis/connection.html#Connection.send_packed_command)[¶](#redis.Connection.send_packed_command "Permalink to this definition") Send an already packed command to the Redis server *exception* redis.ConnectionError[[source]](_modules/redis/exceptions.html#ConnectionError)[¶](#redis.ConnectionError "Permalink to this definition") *class* redis.ConnectionPool(*connection\_class=<class 'redis.connection.Connection'>*, *max\_connections=None*, *\*\*connection\_kwargs*)[[source]](_modules/redis/connection.html#ConnectionPool)[¶](#redis.ConnectionPool "Permalink to this definition") Generic connection pool disconnect(*inuse\_connections=True*)[[source]](_modules/redis/connection.html#ConnectionPool.disconnect)[¶](#redis.ConnectionPool.disconnect "Permalink to this definition") Disconnects connections in the pool If `inuse\_connections` is True, disconnect connections that are current in use, potentially by other threads. Otherwise only disconnect connections that are idle in the pool. *classmethod* from\_url(*url*, *db=None*, *decode\_components=False*, *\*\*kwargs*)[[source]](_modules/redis/connection.html#ConnectionPool.from_url)[¶](#redis.ConnectionPool.from_url "Permalink to this definition") Return a connection pool configured from the given URL. For example: ``` redis://[[username]:[password]]@localhost:6379/0 rediss://[[username]:[password]]@localhost:6379/0 unix://[[username]:[password]]@/path/to/socket.sock?db=0 ``` Three URL schemes are supported: * ``redis://` <<https://www.iana.org/assignments/uri-schemes/prov/redis>>`\_ creates a normal TCP socket connection * ``rediss://` <<https://www.iana.org/assignments/uri-schemes/prov/rediss>>`\_ creates a SSL wrapped TCP socket connection * `unix://` creates a Unix Domain Socket connection There are several ways to specify a database number. The parse function will return the first specified option: > > 1. A `db` querystring option, e.g. redis://localhost?db=0 > 2. If using the redis:// scheme, the path argument of the url, e.g. > redis://localhost/0 > 3. The `db` argument to this function. > > > If none of these options are specified, db=0 is used. The `decode\_components` argument allows this function to work with percent-encoded URLs. If this argument is set to `True` all `%xx` escapes will be replaced by their single-character equivalents after the URL has been parsed. This only applies to the `hostname`, `path`, `username` and `password` components. Any additional querystring arguments and keyword arguments will be passed along to the ConnectionPool class’s initializer. The querystring arguments `socket\_connect\_timeout` and `socket\_timeout` if supplied are parsed as float values. The arguments `socket\_keepalive` and `retry\_on\_timeout` are parsed to boolean values that accept True/False, Yes/No values to indicate state. Invalid types cause a `UserWarning` to be raised. In the case of conflicting arguments, querystring arguments always win. get\_connection(*command\_name*, *\*keys*, *\*\*options*)[[source]](_modules/redis/connection.html#ConnectionPool.get_connection)[¶](#redis.ConnectionPool.get_connection "Permalink to this definition") Get a connection from the pool get\_encoder()[[source]](_modules/redis/connection.html#ConnectionPool.get_encoder)[¶](#redis.ConnectionPool.get_encoder "Permalink to this definition") Return an encoder based on encoding settings make\_connection()[[source]](_modules/redis/connection.html#ConnectionPool.make_connection)[¶](#redis.ConnectionPool.make_connection "Permalink to this definition") Create a new connection release(*connection*)[[source]](_modules/redis/connection.html#ConnectionPool.release)[¶](#redis.ConnectionPool.release "Permalink to this definition") Releases the connection back to the pool *exception* redis.DataError[[source]](_modules/redis/exceptions.html#DataError)[¶](#redis.DataError "Permalink to this definition") *exception* redis.InvalidResponse[[source]](_modules/redis/exceptions.html#InvalidResponse)[¶](#redis.InvalidResponse "Permalink to this definition") *exception* redis.PubSubError[[source]](_modules/redis/exceptions.html#PubSubError)[¶](#redis.PubSubError "Permalink to this definition") *exception* redis.ReadOnlyError[[source]](_modules/redis/exceptions.html#ReadOnlyError)[¶](#redis.ReadOnlyError "Permalink to this definition") *class* redis.Redis(*host='localhost'*, *port=6379*, *db=0*, *password=None*, *socket\_timeout=None*, *socket\_connect\_timeout=None*, *socket\_keepalive=None*, *socket\_keepalive\_options=None*, *connection\_pool=None*, *unix\_socket\_path=None*, *encoding='utf-8'*, *encoding\_errors='strict'*, *charset=None*, *errors=None*, *decode\_responses=False*, *retry\_on\_timeout=False*, *ssl=False*, *ssl\_keyfile=None*, *ssl\_certfile=None*, *ssl\_cert\_reqs='required'*, *ssl\_ca\_certs=None*, *ssl\_check\_hostname=False*, *max\_connections=None*, *single\_connection\_client=False*, *health\_check\_interval=0*, *client\_name=None*, *username=None*)[[source]](_modules/redis/client.html#Redis)[¶](#redis.Redis "Permalink to this definition") Implementation of the Redis protocol. This abstract class provides a Python interface to all Redis commands and an implementation of the Redis protocol. Connection and Pipeline derive from this, implementing how the commands are sent and received to the Redis server acl\_cat(*category=None*)[[source]](_modules/redis/client.html#Redis.acl_cat)[¶](#redis.Redis.acl_cat "Permalink to this definition") Returns a list of categories or commands within a category. If `category` is not supplied, returns a list of all categories. If `category` is supplied, returns a list of all commands within that category. acl\_deluser(*username*)[[source]](_modules/redis/client.html#Redis.acl_deluser)[¶](#redis.Redis.acl_deluser "Permalink to this definition") Delete the ACL for the specified `username` acl\_genpass()[[source]](_modules/redis/client.html#Redis.acl_genpass)[¶](#redis.Redis.acl_genpass "Permalink to this definition") Generate a random password value acl\_getuser(*username*)[[source]](_modules/redis/client.html#Redis.acl_getuser)[¶](#redis.Redis.acl_getuser "Permalink to this definition") Get the ACL details for the specified `username`. If `username` does not exist, return None acl\_list()[[source]](_modules/redis/client.html#Redis.acl_list)[¶](#redis.Redis.acl_list "Permalink to this definition") Return a list of all ACLs on the server acl\_load()[[source]](_modules/redis/client.html#Redis.acl_load)[¶](#redis.Redis.acl_load "Permalink to this definition") Load ACL rules from the configured `aclfile`. Note that the server must be configured with the `aclfile` directive to be able to load ACL rules from an aclfile. acl\_save()[[source]](_modules/redis/client.html#Redis.acl_save)[¶](#redis.Redis.acl_save "Permalink to this definition") Save ACL rules to the configured `aclfile`. Note that the server must be configured with the `aclfile` directive to be able to save ACL rules to an aclfile. acl\_setuser(*username*, *enabled=False*, *nopass=False*, *passwords=None*, *hashed\_passwords=None*, *categories=None*, *commands=None*, *keys=None*, *reset=False*, *reset\_keys=False*, *reset\_passwords=False*)[[source]](_modules/redis/client.html#Redis.acl_setuser)[¶](#redis.Redis.acl_setuser "Permalink to this definition") Create or update an ACL user. Create or update the ACL for `username`. If the user already exists, the existing ACL is completely overwritten and replaced with the specified values. `enabled` is a boolean indicating whether the user should be allowed to authenticate or not. Defaults to `False`. `nopass` is a boolean indicating whether the can authenticate without a password. This cannot be True if `passwords` are also specified. `passwords` if specified is a list of plain text passwords to add to or remove from the user. Each password must be prefixed with a ‘+’ to add or a ‘-’ to remove. For convenience, the value of `add\_passwords` can be a simple prefixed string when adding or removing a single password. `hashed\_passwords` if specified is a list of SHA-256 hashed passwords to add to or remove from the user. Each hashed password must be prefixed with a ‘+’ to add or a ‘-’ to remove. For convenience, the value of `hashed\_passwords` can be a simple prefixed string when adding or removing a single password. `categories` if specified is a list of strings representing category permissions. Each string must be prefixed with either a ‘+’ to add the category permission or a ‘-’ to remove the category permission. `commands` if specified is a list of strings representing command permissions. Each string must be prefixed with either a ‘+’ to add the command permission or a ‘-’ to remove the command permission. `keys` if specified is a list of key patterns to grant the user access to. Keys patterns allow ‘\*’ to support wildcard matching. For example, ‘\*’ grants access to all keys while ‘cache:[\*](#id1)’ grants access to all keys that are prefixed with ‘cache:’. `keys` should not be prefixed with a ‘~’. `reset` is a boolean indicating whether the user should be fully reset prior to applying the new ACL. Setting this to True will remove all existing passwords, flags and privileges from the user and then apply the specified rules. If this is False, the user’s existing passwords, flags and privileges will be kept and any new specified rules will be applied on top. `reset\_keys` is a boolean indicating whether the user’s key permissions should be reset prior to applying any new key permissions specified in `keys`. If this is False, the user’s existing key permissions will be kept and any new specified key permissions will be applied on top. `reset\_passwords` is a boolean indicating whether to remove all existing passwords and the ‘nopass’ flag from the user prior to applying any new passwords specified in ‘passwords’ or ‘hashed\_passwords’. If this is False, the user’s existing passwords and ‘nopass’ status will be kept and any new specified passwords or hashed\_passwords will be applied on top. acl\_users()[[source]](_modules/redis/client.html#Redis.acl_users)[¶](#redis.Redis.acl_users "Permalink to this definition") Returns a list of all registered users on the server. acl\_whoami()[[source]](_modules/redis/client.html#Redis.acl_whoami)[¶](#redis.Redis.acl_whoami "Permalink to this definition") Get the username for the current connection append(*key*, *value*)[[source]](_modules/redis/client.html#Redis.append)[¶](#redis.Redis.append "Permalink to this definition") Appends the string `value` to the value at `key`. If `key` doesn’t already exist, create it with a value of `value`. Returns the new length of the value at `key`. bgrewriteaof()[[source]](_modules/redis/client.html#Redis.bgrewriteaof)[¶](#redis.Redis.bgrewriteaof "Permalink to this definition") Tell the Redis server to rewrite the AOF file from data in memory. bgsave()[[source]](_modules/redis/client.html#Redis.bgsave)[¶](#redis.Redis.bgsave "Permalink to this definition") Tell the Redis server to save its data to disk. Unlike save(), this method is asynchronous and returns immediately. bitcount(*key*, *start=None*, *end=None*)[[source]](_modules/redis/client.html#Redis.bitcount)[¶](#redis.Redis.bitcount "Permalink to this definition") Returns the count of set bits in the value of `key`. Optional `start` and `end` paramaters indicate which bytes to consider bitfield(*key*, *default\_overflow=None*)[[source]](_modules/redis/client.html#Redis.bitfield)[¶](#redis.Redis.bitfield "Permalink to this definition") Return a BitFieldOperation instance to conveniently construct one or more bitfield operations on `key`. bitop(*operation*, *dest*, *\*keys*)[[source]](_modules/redis/client.html#Redis.bitop)[¶](#redis.Redis.bitop "Permalink to this definition") Perform a bitwise operation using `operation` between `keys` and store the result in `dest`. bitpos(*key*, *bit*, *start=None*, *end=None*)[[source]](_modules/redis/client.html#Redis.bitpos)[¶](#redis.Redis.bitpos "Permalink to this definition") Return the position of the first bit set to 1 or 0 in a string. `start` and `end` difines search range. The range is interpreted as a range of bytes and not a range of bits, so start=0 and end=2 means to look at the first three bytes. blpop(*keys*, *timeout=0*)[[source]](_modules/redis/client.html#Redis.blpop)[¶](#redis.Redis.blpop "Permalink to this definition") LPOP a value off of the first non-empty list named in the `keys` list. If none of the lists in `keys` has a value to LPOP, then block for `timeout` seconds, or until a value gets pushed on to one of the lists. If timeout is 0, then block indefinitely. brpop(*keys*, *timeout=0*)[[source]](_modules/redis/client.html#Redis.brpop)[¶](#redis.Redis.brpop "Permalink to this definition") RPOP a value off of the first non-empty list named in the `keys` list. If none of the lists in `keys` has a value to RPOP, then block for `timeout` seconds, or until a value gets pushed on to one of the lists. If timeout is 0, then block indefinitely. brpoplpush(*src*, *dst*, *timeout=0*)[[source]](_modules/redis/client.html#Redis.brpoplpush)[¶](#redis.Redis.brpoplpush "Permalink to this definition") Pop a value off the tail of `src`, push it on the head of `dst` and then return it. This command blocks until a value is in `src` or until `timeout` seconds elapse, whichever is first. A `timeout` value of 0 blocks forever. bzpopmax(*keys*, *timeout=0*)[[source]](_modules/redis/client.html#Redis.bzpopmax)[¶](#redis.Redis.bzpopmax "Permalink to this definition") ZPOPMAX a value off of the first non-empty sorted set named in the `keys` list. If none of the sorted sets in `keys` has a value to ZPOPMAX, then block for `timeout` seconds, or until a member gets added to one of the sorted sets. If timeout is 0, then block indefinitely. bzpopmin(*keys*, *timeout=0*)[[source]](_modules/redis/client.html#Redis.bzpopmin)[¶](#redis.Redis.bzpopmin "Permalink to this definition") ZPOPMIN a value off of the first non-empty sorted set named in the `keys` list. If none of the sorted sets in `keys` has a value to ZPOPMIN, then block for `timeout` seconds, or until a member gets added to one of the sorted sets. If timeout is 0, then block indefinitely. client\_getname()[[source]](_modules/redis/client.html#Redis.client_getname)[¶](#redis.Redis.client_getname "Permalink to this definition") Returns the current connection name client\_id()[[source]](_modules/redis/client.html#Redis.client_id)[¶](#redis.Redis.client_id "Permalink to this definition") Returns the current connection id client\_kill(*address*)[[source]](_modules/redis/client.html#Redis.client_kill)[¶](#redis.Redis.client_kill "Permalink to this definition") Disconnects the client at `address` (ip:port) client\_kill\_filter(*\_id=None*, *\_type=None*, *addr=None*, *skipme=None*)[[source]](_modules/redis/client.html#Redis.client_kill_filter)[¶](#redis.Redis.client_kill_filter "Permalink to this definition") Disconnects client(s) using a variety of filter options :param id: Kills a client by its unique ID field :param type: Kills a client by type where type is one of ‘normal’, ‘master’, ‘slave’ or ‘pubsub’ :param addr: Kills a client by its ‘address:port’ :param skipme: If True, then the client calling the command will not get killed even if it is identified by one of the filter options. If skipme is not provided, the server defaults to skipme=True client\_list(*\_type=None*)[[source]](_modules/redis/client.html#Redis.client_list)[¶](#redis.Redis.client_list "Permalink to this definition") Returns a list of currently connected clients. If type of client specified, only that type will be returned. :param \_type: optional. one of the client types (normal, master, > > replica, pubsub) > > > client\_pause(*timeout*)[[source]](_modules/redis/client.html#Redis.client_pause)[¶](#redis.Redis.client_pause "Permalink to this definition") Suspend all the Redis clients for the specified amount of time :param timeout: milliseconds to pause clients client\_setname(*name*)[[source]](_modules/redis/client.html#Redis.client_setname)[¶](#redis.Redis.client_setname "Permalink to this definition") Sets the current connection name client\_unblock(*client\_id*, *error=False*)[[source]](_modules/redis/client.html#Redis.client_unblock)[¶](#redis.Redis.client_unblock "Permalink to this definition") Unblocks a connection by its client id. If `error` is True, unblocks the client with a special error message. If `error` is False (default), the client is unblocked using the regular timeout mechanism. config\_get(*pattern='\*'*)[[source]](_modules/redis/client.html#Redis.config_get)[¶](#redis.Redis.config_get "Permalink to this definition") Return a dictionary of configuration based on the `pattern` config\_resetstat()[[source]](_modules/redis/client.html#Redis.config_resetstat)[¶](#redis.Redis.config_resetstat "Permalink to this definition") Reset runtime statistics config\_rewrite()[[source]](_modules/redis/client.html#Redis.config_rewrite)[¶](#redis.Redis.config_rewrite "Permalink to this definition") Rewrite config file with the minimal change to reflect running config config\_set(*name*, *value*)[[source]](_modules/redis/client.html#Redis.config_set)[¶](#redis.Redis.config_set "Permalink to this definition") Set config item `name` with `value` dbsize()[[source]](_modules/redis/client.html#Redis.dbsize)[¶](#redis.Redis.dbsize "Permalink to this definition") Returns the number of keys in the current database debug\_object(*key*)[[source]](_modules/redis/client.html#Redis.debug_object)[¶](#redis.Redis.debug_object "Permalink to this definition") Returns version specific meta information about a given key decr(*name*, *amount=1*)[[source]](_modules/redis/client.html#Redis.decr)[¶](#redis.Redis.decr "Permalink to this definition") Decrements the value of `key` by `amount`. If no key exists, the value will be initialized as 0 - `amount` decrby(*name*, *amount=1*)[[source]](_modules/redis/client.html#Redis.decrby)[¶](#redis.Redis.decrby "Permalink to this definition") Decrements the value of `key` by `amount`. If no key exists, the value will be initialized as 0 - `amount` delete(*\*names*)[[source]](_modules/redis/client.html#Redis.delete)[¶](#redis.Redis.delete "Permalink to this definition") Delete one or more keys specified by `names` dump(*name*)[[source]](_modules/redis/client.html#Redis.dump)[¶](#redis.Redis.dump "Permalink to this definition") Return a serialized version of the value stored at the specified key. If key does not exist a nil bulk reply is returned. echo(*value*)[[source]](_modules/redis/client.html#Redis.echo)[¶](#redis.Redis.echo "Permalink to this definition") Echo the string back from the server eval(*script*, *numkeys*, *\*keys\_and\_args*)[[source]](_modules/redis/client.html#Redis.eval)[¶](#redis.Redis.eval "Permalink to this definition") Execute the Lua `script`, specifying the `numkeys` the script will touch and the key names and argument values in `keys\_and\_args`. Returns the result of the script. In practice, use the object returned by `register\_script`. This function exists purely for Redis API completion. evalsha(*sha*, *numkeys*, *\*keys\_and\_args*)[[source]](_modules/redis/client.html#Redis.evalsha)[¶](#redis.Redis.evalsha "Permalink to this definition") Use the `sha` to execute a Lua script already registered via EVAL or SCRIPT LOAD. Specify the `numkeys` the script will touch and the key names and argument values in `keys\_and\_args`. Returns the result of the script. In practice, use the object returned by `register\_script`. This function exists purely for Redis API completion. execute\_command(*\*args*, *\*\*options*)[[source]](_modules/redis/client.html#Redis.execute_command)[¶](#redis.Redis.execute_command "Permalink to this definition") Execute a command and return a parsed response exists(*\*names*)[[source]](_modules/redis/client.html#Redis.exists)[¶](#redis.Redis.exists "Permalink to this definition") Returns the number of `names` that exist expire(*name*, *time*)[[source]](_modules/redis/client.html#Redis.expire)[¶](#redis.Redis.expire "Permalink to this definition") Set an expire flag on key `name` for `time` seconds. `time` can be represented by an integer or a Python timedelta object. expireat(*name*, *when*)[[source]](_modules/redis/client.html#Redis.expireat)[¶](#redis.Redis.expireat "Permalink to this definition") Set an expire flag on key `name`. `when` can be represented as an integer indicating unix time or a Python datetime object. flushall(*asynchronous=False*)[[source]](_modules/redis/client.html#Redis.flushall)[¶](#redis.Redis.flushall "Permalink to this definition") Delete all keys in all databases on the current host. `asynchronous` indicates whether the operation is executed asynchronously by the server. flushdb(*asynchronous=False*)[[source]](_modules/redis/client.html#Redis.flushdb)[¶](#redis.Redis.flushdb "Permalink to this definition") Delete all keys in the current database. `asynchronous` indicates whether the operation is executed asynchronously by the server. *classmethod* from\_url(*url*, *db=None*, *\*\*kwargs*)[[source]](_modules/redis/client.html#Redis.from_url)[¶](#redis.Redis.from_url "Permalink to this definition") Return a Redis client object configured from the given URL For example: ``` redis://[[username]:[password]]@localhost:6379/0 rediss://[[username]:[password]]@localhost:6379/0 unix://[[username]:[password]]@/path/to/socket.sock?db=0 ``` Three URL schemes are supported: * ``redis://` <<http://www.iana.org/assignments/uri-schemes/prov/redis>>`\_ creates a normal TCP socket connection * ``rediss://` <<http://www.iana.org/assignments/uri-schemes/prov/rediss>>`\_ creates a SSL wrapped TCP socket connection * `unix://` creates a Unix Domain Socket connection There are several ways to specify a database number. The parse function will return the first specified option: > > 1. A `db` querystring option, e.g. redis://localhost?db=0 > 2. If using the redis:// scheme, the path argument of the url, e.g. > redis://localhost/0 > 3. The `db` argument to this function. > > > If none of these options are specified, db=0 is used. Any additional querystring arguments and keyword arguments will be passed along to the ConnectionPool class’s initializer. In the case of conflicting arguments, querystring arguments always win. geoadd(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.geoadd)[¶](#redis.Redis.geoadd "Permalink to this definition") Add the specified geospatial items to the specified key identified by the `name` argument. The Geospatial items are given as ordered members of the `values` argument, each item or place is formed by the triad longitude, latitude and name. geodist(*name*, *place1*, *place2*, *unit=None*)[[source]](_modules/redis/client.html#Redis.geodist)[¶](#redis.Redis.geodist "Permalink to this definition") Return the distance between `place1` and `place2` members of the `name` key. The units must be one of the following : m, km mi, ft. By default meters are used. geohash(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.geohash)[¶](#redis.Redis.geohash "Permalink to this definition") Return the geo hash string for each item of `values` members of the specified key identified by the `name` argument. geopos(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.geopos)[¶](#redis.Redis.geopos "Permalink to this definition") Return the positions of each item of `values` as members of the specified key identified by the `name` argument. Each position is represented by the pairs lon and lat. georadius(*name*, *longitude*, *latitude*, *radius*, *unit=None*, *withdist=False*, *withcoord=False*, *withhash=False*, *count=None*, *sort=None*, *store=None*, *store\_dist=None*)[[source]](_modules/redis/client.html#Redis.georadius)[¶](#redis.Redis.georadius "Permalink to this definition") Return the members of the specified key identified by the `name` argument which are within the borders of the area specified with the `latitude` and `longitude` location and the maximum distance from the center specified by the `radius` value. The units must be one of the following : m, km mi, ft. By default `withdist` indicates to return the distances of each place. `withcoord` indicates to return the latitude and longitude of each place. `withhash` indicates to return the geohash string of each place. `count` indicates to return the number of elements up to N. `sort` indicates to return the places in a sorted way, ASC for nearest to fairest and DESC for fairest to nearest. `store` indicates to save the places names in a sorted set named with a specific key, each element of the destination sorted set is populated with the score got from the original geo sorted set. `store\_dist` indicates to save the places names in a sorted set named with a specific key, instead of `store` the sorted set destination score is set with the distance. georadiusbymember(*name*, *member*, *radius*, *unit=None*, *withdist=False*, *withcoord=False*, *withhash=False*, *count=None*, *sort=None*, *store=None*, *store\_dist=None*)[[source]](_modules/redis/client.html#Redis.georadiusbymember)[¶](#redis.Redis.georadiusbymember "Permalink to this definition") This command is exactly like `georadius` with the sole difference that instead of taking, as the center of the area to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial index represented by the sorted set. get(*name*)[[source]](_modules/redis/client.html#Redis.get)[¶](#redis.Redis.get "Permalink to this definition") Return the value at key `name`, or None if the key doesn’t exist getbit(*name*, *offset*)[[source]](_modules/redis/client.html#Redis.getbit)[¶](#redis.Redis.getbit "Permalink to this definition") Returns a boolean indicating the value of `offset` in `name` getrange(*key*, *start*, *end*)[[source]](_modules/redis/client.html#Redis.getrange)[¶](#redis.Redis.getrange "Permalink to this definition") Returns the substring of the string value stored at `key`, determined by the offsets `start` and `end` (both are inclusive) getset(*name*, *value*)[[source]](_modules/redis/client.html#Redis.getset)[¶](#redis.Redis.getset "Permalink to this definition") Sets the value at key `name` to `value` and returns the old value at key `name` atomically. hdel(*name*, *\*keys*)[[source]](_modules/redis/client.html#Redis.hdel)[¶](#redis.Redis.hdel "Permalink to this definition") Delete `keys` from hash `name` hexists(*name*, *key*)[[source]](_modules/redis/client.html#Redis.hexists)[¶](#redis.Redis.hexists "Permalink to this definition") Returns a boolean indicating if `key` exists within hash `name` hget(*name*, *key*)[[source]](_modules/redis/client.html#Redis.hget)[¶](#redis.Redis.hget "Permalink to this definition") Return the value of `key` within the hash `name` hgetall(*name*)[[source]](_modules/redis/client.html#Redis.hgetall)[¶](#redis.Redis.hgetall "Permalink to this definition") Return a Python dict of the hash’s name/value pairs hincrby(*name*, *key*, *amount=1*)[[source]](_modules/redis/client.html#Redis.hincrby)[¶](#redis.Redis.hincrby "Permalink to this definition") Increment the value of `key` in hash `name` by `amount` hincrbyfloat(*name*, *key*, *amount=1.0*)[[source]](_modules/redis/client.html#Redis.hincrbyfloat)[¶](#redis.Redis.hincrbyfloat "Permalink to this definition") Increment the value of `key` in hash `name` by floating `amount` hkeys(*name*)[[source]](_modules/redis/client.html#Redis.hkeys)[¶](#redis.Redis.hkeys "Permalink to this definition") Return the list of keys within hash `name` hlen(*name*)[[source]](_modules/redis/client.html#Redis.hlen)[¶](#redis.Redis.hlen "Permalink to this definition") Return the number of elements in hash `name` hmget(*name*, *keys*, *\*args*)[[source]](_modules/redis/client.html#Redis.hmget)[¶](#redis.Redis.hmget "Permalink to this definition") Returns a list of values ordered identically to `keys` hmset(*name*, *mapping*)[[source]](_modules/redis/client.html#Redis.hmset)[¶](#redis.Redis.hmset "Permalink to this definition") Set key to value within hash `name` for each corresponding key and value from the `mapping` dict. hscan(*name*, *cursor=0*, *match=None*, *count=None*)[[source]](_modules/redis/client.html#Redis.hscan)[¶](#redis.Redis.hscan "Permalink to this definition") Incrementally return key/value slices in a hash. Also return a cursor indicating the scan position. `match` allows for filtering the keys by pattern `count` allows for hint the minimum number of returns hscan\_iter(*name*, *match=None*, *count=None*)[[source]](_modules/redis/client.html#Redis.hscan_iter)[¶](#redis.Redis.hscan_iter "Permalink to this definition") Make an iterator using the HSCAN command so that the client doesn’t need to remember the cursor position. `match` allows for filtering the keys by pattern `count` allows for hint the minimum number of returns hset(*name*, *key=None*, *value=None*, *mapping=None*)[[source]](_modules/redis/client.html#Redis.hset)[¶](#redis.Redis.hset "Permalink to this definition") Set `key` to `value` within hash `name`, `mapping` accepts a dict of key/value pairs that that will be added to hash `name`. Returns the number of fields that were added. hsetnx(*name*, *key*, *value*)[[source]](_modules/redis/client.html#Redis.hsetnx)[¶](#redis.Redis.hsetnx "Permalink to this definition") Set `key` to `value` within hash `name` if `key` does not exist. Returns 1 if HSETNX created a field, otherwise 0. hstrlen(*name*, *key*)[[source]](_modules/redis/client.html#Redis.hstrlen)[¶](#redis.Redis.hstrlen "Permalink to this definition") Return the number of bytes stored in the value of `key` within hash `name` hvals(*name*)[[source]](_modules/redis/client.html#Redis.hvals)[¶](#redis.Redis.hvals "Permalink to this definition") Return the list of values within hash `name` incr(*name*, *amount=1*)[[source]](_modules/redis/client.html#Redis.incr)[¶](#redis.Redis.incr "Permalink to this definition") Increments the value of `key` by `amount`. If no key exists, the value will be initialized as `amount` incrby(*name*, *amount=1*)[[source]](_modules/redis/client.html#Redis.incrby)[¶](#redis.Redis.incrby "Permalink to this definition") Increments the value of `key` by `amount`. If no key exists, the value will be initialized as `amount` incrbyfloat(*name*, *amount=1.0*)[[source]](_modules/redis/client.html#Redis.incrbyfloat)[¶](#redis.Redis.incrbyfloat "Permalink to this definition") Increments the value at key `name` by floating `amount`. If no key exists, the value will be initialized as `amount` info(*section=None*)[[source]](_modules/redis/client.html#Redis.info)[¶](#redis.Redis.info "Permalink to this definition") Returns a dictionary containing information about the Redis server The `section` option can be used to select a specific section of information The section option is not supported by older versions of Redis Server, and will generate ResponseError keys(*pattern='\*'*)[[source]](_modules/redis/client.html#Redis.keys)[¶](#redis.Redis.keys "Permalink to this definition") Returns a list of keys matching `pattern` lastsave()[[source]](_modules/redis/client.html#Redis.lastsave)[¶](#redis.Redis.lastsave "Permalink to this definition") Return a Python datetime object representing the last time the Redis database was saved to disk lindex(*name*, *index*)[[source]](_modules/redis/client.html#Redis.lindex)[¶](#redis.Redis.lindex "Permalink to this definition") Return the item from list `name` at position `index` Negative indexes are supported and will return an item at the end of the list linsert(*name*, *where*, *refvalue*, *value*)[[source]](_modules/redis/client.html#Redis.linsert)[¶](#redis.Redis.linsert "Permalink to this definition") Insert `value` in list `name` either immediately before or after [`where`] `refvalue` Returns the new length of the list on success or -1 if `refvalue` is not in the list. llen(*name*)[[source]](_modules/redis/client.html#Redis.llen)[¶](#redis.Redis.llen "Permalink to this definition") Return the length of the list `name` lock(*name*, *timeout=None*, *sleep=0.1*, *blocking\_timeout=None*, *lock\_class=None*, *thread\_local=True*)[[source]](_modules/redis/client.html#Redis.lock)[¶](#redis.Redis.lock "Permalink to this definition") Return a new Lock object using key `name` that mimics the behavior of threading.Lock. If specified, `timeout` indicates a maximum life for the lock. By default, it will remain locked until release() is called. `sleep` indicates the amount of time to sleep per loop iteration when the lock is in blocking mode and another client is currently holding the lock. `blocking\_timeout` indicates the maximum amount of time in seconds to spend trying to acquire the lock. A value of `None` indicates continue trying forever. `blocking\_timeout` can be specified as a float or integer, both representing the number of seconds to wait. `lock\_class` forces the specified lock implementation. `thread\_local` indicates whether the lock token is placed in thread-local storage. By default, the token is placed in thread local storage so that a thread only sees its token, not a token set by another thread. Consider the following timeline: > > > time: 0, thread-1 acquires my-lock, with a timeout of 5 seconds.thread-1 sets the token to “abc” > > > > time: 1, thread-2 blocks trying to acquire my-lock using theLock instance. > > > > time: 5, thread-1 has not yet completed. redis expires the lockkey. > > > > time: 5, thread-2 acquired my-lock now that it’s available.thread-2 sets the token to “xyz” > > > > time: 6, thread-1 finishes its work and calls release(). if thetoken is *not* stored in thread local storage, then > thread-1 would see the token value as “xyz” and would be > able to successfully release the thread-2’s lock. > > > > > In some use cases it’s necessary to disable thread local storage. For example, if you have code where one thread acquires a lock and passes that lock instance to a worker thread to release later. If thread local storage isn’t disabled in this case, the worker thread won’t see the token set by the thread that acquired the lock. Our assumption is that these cases aren’t common and as such default to using thread local storage. lpop(*name*)[[source]](_modules/redis/client.html#Redis.lpop)[¶](#redis.Redis.lpop "Permalink to this definition") Remove and return the first item of the list `name` lpush(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.lpush)[¶](#redis.Redis.lpush "Permalink to this definition") Push `values` onto the head of the list `name` lpushx(*name*, *value*)[[source]](_modules/redis/client.html#Redis.lpushx)[¶](#redis.Redis.lpushx "Permalink to this definition") Push `value` onto the head of the list `name` if `name` exists lrange(*name*, *start*, *end*)[[source]](_modules/redis/client.html#Redis.lrange)[¶](#redis.Redis.lrange "Permalink to this definition") Return a slice of the list `name` between position `start` and `end` `start` and `end` can be negative numbers just like Python slicing notation lrem(*name*, *count*, *value*)[[source]](_modules/redis/client.html#Redis.lrem)[¶](#redis.Redis.lrem "Permalink to this definition") Remove the first `count` occurrences of elements equal to `value` from the list stored at `name`. The count argument influences the operation in the following ways:count > 0: Remove elements equal to value moving from head to tail. count < 0: Remove elements equal to value moving from tail to head. count = 0: Remove all elements equal to value. lset(*name*, *index*, *value*)[[source]](_modules/redis/client.html#Redis.lset)[¶](#redis.Redis.lset "Permalink to this definition") Set `position` of list `name` to `value` ltrim(*name*, *start*, *end*)[[source]](_modules/redis/client.html#Redis.ltrim)[¶](#redis.Redis.ltrim "Permalink to this definition") Trim the list `name`, removing all values not within the slice between `start` and `end` `start` and `end` can be negative numbers just like Python slicing notation memory\_purge()[[source]](_modules/redis/client.html#Redis.memory_purge)[¶](#redis.Redis.memory_purge "Permalink to this definition") Attempts to purge dirty pages for reclamation by allocator memory\_stats()[[source]](_modules/redis/client.html#Redis.memory_stats)[¶](#redis.Redis.memory_stats "Permalink to this definition") Return a dictionary of memory stats memory\_usage(*key*, *samples=None*)[[source]](_modules/redis/client.html#Redis.memory_usage)[¶](#redis.Redis.memory_usage "Permalink to this definition") Return the total memory usage for key, its value and associated administrative overheads. For nested data structures, `samples` is the number of elements to sample. If left unspecified, the server’s default is 5. Use 0 to sample all elements. mget(*keys*, *\*args*)[[source]](_modules/redis/client.html#Redis.mget)[¶](#redis.Redis.mget "Permalink to this definition") Returns a list of values ordered identically to `keys` migrate(*host*, *port*, *keys*, *destination\_db*, *timeout*, *copy=False*, *replace=False*, *auth=None*)[[source]](_modules/redis/client.html#Redis.migrate)[¶](#redis.Redis.migrate "Permalink to this definition") Migrate 1 or more keys from the current Redis server to a different server specified by the `host`, `port` and `destination\_db`. The `timeout`, specified in milliseconds, indicates the maximum time the connection between the two servers can be idle before the command is interrupted. If `copy` is True, the specified `keys` are NOT deleted from the source server. If `replace` is True, this operation will overwrite the keys on the destination server if they exist. If `auth` is specified, authenticate to the destination server with the password provided. move(*name*, *db*)[[source]](_modules/redis/client.html#Redis.move)[¶](#redis.Redis.move "Permalink to this definition") Moves the key `name` to a different Redis database `db` mset(*mapping*)[[source]](_modules/redis/client.html#Redis.mset)[¶](#redis.Redis.mset "Permalink to this definition") Sets key/values based on a mapping. Mapping is a dictionary of key/value pairs. Both keys and values should be strings or types that can be cast to a string via str(). msetnx(*mapping*)[[source]](_modules/redis/client.html#Redis.msetnx)[¶](#redis.Redis.msetnx "Permalink to this definition") Sets key/values based on a mapping if none of the keys are already set. Mapping is a dictionary of key/value pairs. Both keys and values should be strings or types that can be cast to a string via str(). Returns a boolean indicating if the operation was successful. object(*infotype*, *key*)[[source]](_modules/redis/client.html#Redis.object)[¶](#redis.Redis.object "Permalink to this definition") Return the encoding, idletime, or refcount about the key parse\_response(*connection*, *command\_name*, *\*\*options*)[[source]](_modules/redis/client.html#Redis.parse_response)[¶](#redis.Redis.parse_response "Permalink to this definition") Parses a response from the Redis server persist(*name*)[[source]](_modules/redis/client.html#Redis.persist)[¶](#redis.Redis.persist "Permalink to this definition") Removes an expiration on `name` pexpire(*name*, *time*)[[source]](_modules/redis/client.html#Redis.pexpire)[¶](#redis.Redis.pexpire "Permalink to this definition") Set an expire flag on key `name` for `time` milliseconds. `time` can be represented by an integer or a Python timedelta object. pexpireat(*name*, *when*)[[source]](_modules/redis/client.html#Redis.pexpireat)[¶](#redis.Redis.pexpireat "Permalink to this definition") Set an expire flag on key `name`. `when` can be represented as an integer representing unix time in milliseconds (unix time \* 1000) or a Python datetime object. pfadd(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.pfadd)[¶](#redis.Redis.pfadd "Permalink to this definition") Adds the specified elements to the specified HyperLogLog. pfcount(*\*sources*)[[source]](_modules/redis/client.html#Redis.pfcount)[¶](#redis.Redis.pfcount "Permalink to this definition") Return the approximated cardinality of the set observed by the HyperLogLog at key(s). pfmerge(*dest*, *\*sources*)[[source]](_modules/redis/client.html#Redis.pfmerge)[¶](#redis.Redis.pfmerge "Permalink to this definition") Merge N different HyperLogLogs into a single one. ping()[[source]](_modules/redis/client.html#Redis.ping)[¶](#redis.Redis.ping "Permalink to this definition") Ping the Redis server pipeline(*transaction=True*, *shard\_hint=None*)[[source]](_modules/redis/client.html#Redis.pipeline)[¶](#redis.Redis.pipeline "Permalink to this definition") Return a new pipeline object that can queue multiple commands for later execution. `transaction` indicates whether all commands should be executed atomically. Apart from making a group of operations atomic, pipelines are useful for reducing the back-and-forth overhead between the client and server. psetex(*name*, *time\_ms*, *value*)[[source]](_modules/redis/client.html#Redis.psetex)[¶](#redis.Redis.psetex "Permalink to this definition") Set the value of key `name` to `value` that expires in `time\_ms` milliseconds. `time\_ms` can be represented by an integer or a Python timedelta object pttl(*name*)[[source]](_modules/redis/client.html#Redis.pttl)[¶](#redis.Redis.pttl "Permalink to this definition") Returns the number of milliseconds until the key `name` will expire publish(*channel*, *message*)[[source]](_modules/redis/client.html#Redis.publish)[¶](#redis.Redis.publish "Permalink to this definition") Publish `message` on `channel`. Returns the number of subscribers the message was delivered to. pubsub(*\*\*kwargs*)[[source]](_modules/redis/client.html#Redis.pubsub)[¶](#redis.Redis.pubsub "Permalink to this definition") Return a Publish/Subscribe object. With this object, you can subscribe to channels and listen for messages that get published to them. pubsub\_channels(*pattern='\*'*)[[source]](_modules/redis/client.html#Redis.pubsub_channels)[¶](#redis.Redis.pubsub_channels "Permalink to this definition") Return a list of channels that have at least one subscriber pubsub\_numpat()[[source]](_modules/redis/client.html#Redis.pubsub_numpat)[¶](#redis.Redis.pubsub_numpat "Permalink to this definition") Returns the number of subscriptions to patterns pubsub\_numsub(*\*args*)[[source]](_modules/redis/client.html#Redis.pubsub_numsub)[¶](#redis.Redis.pubsub_numsub "Permalink to this definition") Return a list of (channel, number of subscribers) tuples for each channel given in `\*args` randomkey()[[source]](_modules/redis/client.html#Redis.randomkey)[¶](#redis.Redis.randomkey "Permalink to this definition") Returns the name of a random key readonly()[[source]](_modules/redis/client.html#Redis.readonly)[¶](#redis.Redis.readonly "Permalink to this definition") Enables read queries for a connection to a Redis Cluster replica node readwrite()[[source]](_modules/redis/client.html#Redis.readwrite)[¶](#redis.Redis.readwrite "Permalink to this definition") Disables read queries for a connection to a Redis Cluster slave node register\_script(*script*)[[source]](_modules/redis/client.html#Redis.register_script)[¶](#redis.Redis.register_script "Permalink to this definition") Register a Lua `script` specifying the `keys` it will touch. Returns a Script object that is callable and hides the complexity of deal with scripts, keys, and shas. This is the preferred way to work with Lua scripts. rename(*src*, *dst*)[[source]](_modules/redis/client.html#Redis.rename)[¶](#redis.Redis.rename "Permalink to this definition") Rename key `src` to `dst` renamenx(*src*, *dst*)[[source]](_modules/redis/client.html#Redis.renamenx)[¶](#redis.Redis.renamenx "Permalink to this definition") Rename key `src` to `dst` if `dst` doesn’t already exist restore(*name*, *ttl*, *value*, *replace=False*)[[source]](_modules/redis/client.html#Redis.restore)[¶](#redis.Redis.restore "Permalink to this definition") Create a key using the provided serialized value, previously obtained using DUMP. rpop(*name*)[[source]](_modules/redis/client.html#Redis.rpop)[¶](#redis.Redis.rpop "Permalink to this definition") Remove and return the last item of the list `name` rpoplpush(*src*, *dst*)[[source]](_modules/redis/client.html#Redis.rpoplpush)[¶](#redis.Redis.rpoplpush "Permalink to this definition") RPOP a value off of the `src` list and atomically LPUSH it on to the `dst` list. Returns the value. rpush(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.rpush)[¶](#redis.Redis.rpush "Permalink to this definition") Push `values` onto the tail of the list `name` rpushx(*name*, *value*)[[source]](_modules/redis/client.html#Redis.rpushx)[¶](#redis.Redis.rpushx "Permalink to this definition") Push `value` onto the tail of the list `name` if `name` exists sadd(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.sadd)[¶](#redis.Redis.sadd "Permalink to this definition") Add `value(s)` to set `name` save()[[source]](_modules/redis/client.html#Redis.save)[¶](#redis.Redis.save "Permalink to this definition") Tell the Redis server to save its data to disk, blocking until the save is complete scan(*cursor=0*, *match=None*, *count=None*, *\_type=None*)[[source]](_modules/redis/client.html#Redis.scan)[¶](#redis.Redis.scan "Permalink to this definition") Incrementally return lists of key names. Also return a cursor indicating the scan position. `match` allows for filtering the keys by pattern `count` provides a hint to Redis about the number of keys toreturn per batch. `\_type` filters the returned values by a particular Redis type.Stock Redis instances allow for the following types: HASH, LIST, SET, STREAM, STRING, ZSET Additionally, Redis modules can expose other types as well. scan\_iter(*match=None*, *count=None*, *\_type=None*)[[source]](_modules/redis/client.html#Redis.scan_iter)[¶](#redis.Redis.scan_iter "Permalink to this definition") Make an iterator using the SCAN command so that the client doesn’t need to remember the cursor position. `match` allows for filtering the keys by pattern `count` provides a hint to Redis about the number of keys toreturn per batch. `\_type` filters the returned values by a particular Redis type.Stock Redis instances allow for the following types: HASH, LIST, SET, STREAM, STRING, ZSET Additionally, Redis modules can expose other types as well. scard(*name*)[[source]](_modules/redis/client.html#Redis.scard)[¶](#redis.Redis.scard "Permalink to this definition") Return the number of elements in set `name` script\_exists(*\*args*)[[source]](_modules/redis/client.html#Redis.script_exists)[¶](#redis.Redis.script_exists "Permalink to this definition") Check if a script exists in the script cache by specifying the SHAs of each script as `args`. Returns a list of boolean values indicating if if each already script exists in the cache. script\_flush()[[source]](_modules/redis/client.html#Redis.script_flush)[¶](#redis.Redis.script_flush "Permalink to this definition") Flush all scripts from the script cache script\_kill()[[source]](_modules/redis/client.html#Redis.script_kill)[¶](#redis.Redis.script_kill "Permalink to this definition") Kill the currently executing Lua script script\_load(*script*)[[source]](_modules/redis/client.html#Redis.script_load)[¶](#redis.Redis.script_load "Permalink to this definition") Load a Lua `script` into the script cache. Returns the SHA. sdiff(*keys*, *\*args*)[[source]](_modules/redis/client.html#Redis.sdiff)[¶](#redis.Redis.sdiff "Permalink to this definition") Return the difference of sets specified by `keys` sdiffstore(*dest*, *keys*, *\*args*)[[source]](_modules/redis/client.html#Redis.sdiffstore)[¶](#redis.Redis.sdiffstore "Permalink to this definition") Store the difference of sets specified by `keys` into a new set named `dest`. Returns the number of keys in the new set. sentinel(*\*args*)[[source]](_modules/redis/client.html#Redis.sentinel)[¶](#redis.Redis.sentinel "Permalink to this definition") Redis Sentinel’s SENTINEL command. sentinel\_get\_master\_addr\_by\_name(*service\_name*)[[source]](_modules/redis/client.html#Redis.sentinel_get_master_addr_by_name)[¶](#redis.Redis.sentinel_get_master_addr_by_name "Permalink to this definition") Returns a (host, port) pair for the given `service\_name` sentinel\_master(*service\_name*)[[source]](_modules/redis/client.html#Redis.sentinel_master)[¶](#redis.Redis.sentinel_master "Permalink to this definition") Returns a dictionary containing the specified masters state. sentinel\_masters()[[source]](_modules/redis/client.html#Redis.sentinel_masters)[¶](#redis.Redis.sentinel_masters "Permalink to this definition") Returns a list of dictionaries containing each master’s state. sentinel\_monitor(*name*, *ip*, *port*, *quorum*)[[source]](_modules/redis/client.html#Redis.sentinel_monitor)[¶](#redis.Redis.sentinel_monitor "Permalink to this definition") Add a new master to Sentinel to be monitored sentinel\_remove(*name*)[[source]](_modules/redis/client.html#Redis.sentinel_remove)[¶](#redis.Redis.sentinel_remove "Permalink to this definition") Remove a master from Sentinel’s monitoring sentinel\_sentinels(*service\_name*)[[source]](_modules/redis/client.html#Redis.sentinel_sentinels)[¶](#redis.Redis.sentinel_sentinels "Permalink to this definition") Returns a list of sentinels for `service\_name` sentinel\_set(*name*, *option*, *value*)[[source]](_modules/redis/client.html#Redis.sentinel_set)[¶](#redis.Redis.sentinel_set "Permalink to this definition") Set Sentinel monitoring parameters for a given master sentinel\_slaves(*service\_name*)[[source]](_modules/redis/client.html#Redis.sentinel_slaves)[¶](#redis.Redis.sentinel_slaves "Permalink to this definition") Returns a list of slaves for `service\_name` set(*name*, *value*, *ex=None*, *px=None*, *nx=False*, *xx=False*, *keepttl=False*)[[source]](_modules/redis/client.html#Redis.set)[¶](#redis.Redis.set "Permalink to this definition") Set the value at key `name` to `value` `ex` sets an expire flag on key `name` for `ex` seconds. `px` sets an expire flag on key `name` for `px` milliseconds. `nx` if set to True, set the value at key `name` to `value` onlyif it does not exist. `xx` if set to True, set the value at key `name` to `value` onlyif it already exists. `keepttl` if True, retain the time to live associated with the key.(Available since Redis 6.0) set\_response\_callback(*command*, *callback*)[[source]](_modules/redis/client.html#Redis.set_response_callback)[¶](#redis.Redis.set_response_callback "Permalink to this definition") Set a custom Response Callback setbit(*name*, *offset*, *value*)[[source]](_modules/redis/client.html#Redis.setbit)[¶](#redis.Redis.setbit "Permalink to this definition") Flag the `offset` in `name` as `value`. Returns a boolean indicating the previous value of `offset`. setex(*name*, *time*, *value*)[[source]](_modules/redis/client.html#Redis.setex)[¶](#redis.Redis.setex "Permalink to this definition") Set the value of key `name` to `value` that expires in `time` seconds. `time` can be represented by an integer or a Python timedelta object. setnx(*name*, *value*)[[source]](_modules/redis/client.html#Redis.setnx)[¶](#redis.Redis.setnx "Permalink to this definition") Set the value of key `name` to `value` if key doesn’t exist setrange(*name*, *offset*, *value*)[[source]](_modules/redis/client.html#Redis.setrange)[¶](#redis.Redis.setrange "Permalink to this definition") Overwrite bytes in the value of `name` starting at `offset` with `value`. If `offset` plus the length of `value` exceeds the length of the original value, the new value will be larger than before. If `offset` exceeds the length of the original value, null bytes will be used to pad between the end of the previous value and the start of what’s being injected. Returns the length of the new string. shutdown(*save=False*, *nosave=False*)[[source]](_modules/redis/client.html#Redis.shutdown)[¶](#redis.Redis.shutdown "Permalink to this definition") Shutdown the Redis server. If Redis has persistence configured, data will be flushed before shutdown. If the “save” option is set, a data flush will be attempted even if there is no persistence configured. If the “nosave” option is set, no data flush will be attempted. The “save” and “nosave” options cannot both be set. sinter(*keys*, *\*args*)[[source]](_modules/redis/client.html#Redis.sinter)[¶](#redis.Redis.sinter "Permalink to this definition") Return the intersection of sets specified by `keys` sinterstore(*dest*, *keys*, *\*args*)[[source]](_modules/redis/client.html#Redis.sinterstore)[¶](#redis.Redis.sinterstore "Permalink to this definition") Store the intersection of sets specified by `keys` into a new set named `dest`. Returns the number of keys in the new set. sismember(*name*, *value*)[[source]](_modules/redis/client.html#Redis.sismember)[¶](#redis.Redis.sismember "Permalink to this definition") Return a boolean indicating if `value` is a member of set `name` slaveof(*host=None*, *port=None*)[[source]](_modules/redis/client.html#Redis.slaveof)[¶](#redis.Redis.slaveof "Permalink to this definition") Set the server to be a replicated slave of the instance identified by the `host` and `port`. If called without arguments, the instance is promoted to a master instead. slowlog\_get(*num=None*)[[source]](_modules/redis/client.html#Redis.slowlog_get)[¶](#redis.Redis.slowlog_get "Permalink to this definition") Get the entries from the slowlog. If `num` is specified, get the most recent `num` items. slowlog\_len()[[source]](_modules/redis/client.html#Redis.slowlog_len)[¶](#redis.Redis.slowlog_len "Permalink to this definition") Get the number of items in the slowlog slowlog\_reset()[[source]](_modules/redis/client.html#Redis.slowlog_reset)[¶](#redis.Redis.slowlog_reset "Permalink to this definition") Remove all items in the slowlog smembers(*name*)[[source]](_modules/redis/client.html#Redis.smembers)[¶](#redis.Redis.smembers "Permalink to this definition") Return all members of the set `name` smove(*src*, *dst*, *value*)[[source]](_modules/redis/client.html#Redis.smove)[¶](#redis.Redis.smove "Permalink to this definition") Move `value` from set `src` to set `dst` atomically sort(*name*, *start=None*, *num=None*, *by=None*, *get=None*, *desc=False*, *alpha=False*, *store=None*, *groups=False*)[[source]](_modules/redis/client.html#Redis.sort)[¶](#redis.Redis.sort "Permalink to this definition") Sort and return the list, set or sorted set at `name`. `start` and `num` allow for paging through the sorted data `by` allows using an external key to weight and sort the items.Use an “\*” to indicate where in the key the item value is located `get` allows for returning items from external keys rather than thesorted data itself. Use an “\*” to indicate where in the key the item value is located `desc` allows for reversing the sort `alpha` allows for sorting lexicographically rather than numerically `store` allows for storing the result of the sort intothe key `store` `groups` if set to True and if `get` contains at least twoelements, sort will return a list of tuples, each containing the values fetched from the arguments to `get`. spop(*name*, *count=None*)[[source]](_modules/redis/client.html#Redis.spop)[¶](#redis.Redis.spop "Permalink to this definition") Remove and return a random member of set `name` srandmember(*name*, *number=None*)[[source]](_modules/redis/client.html#Redis.srandmember)[¶](#redis.Redis.srandmember "Permalink to this definition") If `number` is None, returns a random member of set `name`. If `number` is supplied, returns a list of `number` random members of set `name`. Note this is only available when running Redis 2.6+. srem(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.srem)[¶](#redis.Redis.srem "Permalink to this definition") Remove `values` from set `name` sscan(*name*, *cursor=0*, *match=None*, *count=None*)[[source]](_modules/redis/client.html#Redis.sscan)[¶](#redis.Redis.sscan "Permalink to this definition") Incrementally return lists of elements in a set. Also return a cursor indicating the scan position. `match` allows for filtering the keys by pattern `count` allows for hint the minimum number of returns sscan\_iter(*name*, *match=None*, *count=None*)[[source]](_modules/redis/client.html#Redis.sscan_iter)[¶](#redis.Redis.sscan_iter "Permalink to this definition") Make an iterator using the SSCAN command so that the client doesn’t need to remember the cursor position. `match` allows for filtering the keys by pattern `count` allows for hint the minimum number of returns strlen(*name*)[[source]](_modules/redis/client.html#Redis.strlen)[¶](#redis.Redis.strlen "Permalink to this definition") Return the number of bytes stored in the value of `name` substr(*name*, *start*, *end=- 1*)[[source]](_modules/redis/client.html#Redis.substr)[¶](#redis.Redis.substr "Permalink to this definition") Return a substring of the string at key `name`. `start` and `end` are 0-based integers specifying the portion of the string to return. sunion(*keys*, *\*args*)[[source]](_modules/redis/client.html#Redis.sunion)[¶](#redis.Redis.sunion "Permalink to this definition") Return the union of sets specified by `keys` sunionstore(*dest*, *keys*, *\*args*)[[source]](_modules/redis/client.html#Redis.sunionstore)[¶](#redis.Redis.sunionstore "Permalink to this definition") Store the union of sets specified by `keys` into a new set named `dest`. Returns the number of keys in the new set. swapdb(*first*, *second*)[[source]](_modules/redis/client.html#Redis.swapdb)[¶](#redis.Redis.swapdb "Permalink to this definition") Swap two databases time()[[source]](_modules/redis/client.html#Redis.time)[¶](#redis.Redis.time "Permalink to this definition") Returns the server time as a 2-item tuple of ints: (seconds since epoch, microseconds into this second). touch(*\*args*)[[source]](_modules/redis/client.html#Redis.touch)[¶](#redis.Redis.touch "Permalink to this definition") Alters the last access time of a key(s) `\*args`. A key is ignored if it does not exist. transaction(*func*, *\*watches*, *\*\*kwargs*)[[source]](_modules/redis/client.html#Redis.transaction)[¶](#redis.Redis.transaction "Permalink to this definition") Convenience method for executing the callable func as a transaction while watching all keys specified in watches. The ‘func’ callable should expect a single argument which is a Pipeline object. ttl(*name*)[[source]](_modules/redis/client.html#Redis.ttl)[¶](#redis.Redis.ttl "Permalink to this definition") Returns the number of seconds until the key `name` will expire type(*name*)[[source]](_modules/redis/client.html#Redis.type)[¶](#redis.Redis.type "Permalink to this definition") Returns the type of key `name` unlink(*\*names*)[[source]](_modules/redis/client.html#Redis.unlink)[¶](#redis.Redis.unlink "Permalink to this definition") Unlink one or more keys specified by `names` unwatch()[[source]](_modules/redis/client.html#Redis.unwatch)[¶](#redis.Redis.unwatch "Permalink to this definition") Unwatches the value at key `name`, or None of the key doesn’t exist wait(*num\_replicas*, *timeout*)[[source]](_modules/redis/client.html#Redis.wait)[¶](#redis.Redis.wait "Permalink to this definition") Redis synchronous replication That returns the number of replicas that processed the query when we finally have at least `num\_replicas`, or when the `timeout` was reached. watch(*\*names*)[[source]](_modules/redis/client.html#Redis.watch)[¶](#redis.Redis.watch "Permalink to this definition") Watches the values at keys `names`, or None if the key doesn’t exist xack(*name*, *groupname*, *\*ids*)[[source]](_modules/redis/client.html#Redis.xack)[¶](#redis.Redis.xack "Permalink to this definition") Acknowledges the successful processing of one or more messages. name: name of the stream. groupname: name of the consumer group. [\*](#id3)ids: message ids to acknowlege. xadd(*name*, *fields*, *id='\*'*, *maxlen=None*, *approximate=True*)[[source]](_modules/redis/client.html#Redis.xadd)[¶](#redis.Redis.xadd "Permalink to this definition") Add to a stream. name: name of the stream fields: dict of field/value pairs to insert into the stream id: Location to insert this record. By default it is appended. maxlen: truncate old stream members beyond this size approximate: actual stream length may be slightly more than maxlen xclaim(*name*, *groupname*, *consumername*, *min\_idle\_time*, *message\_ids*, *idle=None*, *time=None*, *retrycount=None*, *force=False*, *justid=False*)[[source]](_modules/redis/client.html#Redis.xclaim)[¶](#redis.Redis.xclaim "Permalink to this definition") Changes the ownership of a pending message. name: name of the stream. groupname: name of the consumer group. consumername: name of a consumer that claims the message. min\_idle\_time: filter messages that were idle less than this amount of milliseconds message\_ids: non-empty list or tuple of message IDs to claim idle: optional. Set the idle time (last time it was delivered) of the > > message in ms > > > time: optional integer. This is the same as idle but instead of arelative amount of milliseconds, it sets the idle time to a specific Unix time (in milliseconds). retrycount: optional integer. set the retry counter to the specifiedvalue. This counter is incremented every time a message is delivered again. force: optional boolean, false by default. Creates the pending messageentry in the PEL even if certain specified IDs are not already in the PEL assigned to a different client. justid: optional boolean, false by default. Return just an array of IDsof messages successfully claimed, without returning the actual message xdel(*name*, *\*ids*)[[source]](_modules/redis/client.html#Redis.xdel)[¶](#redis.Redis.xdel "Permalink to this definition") Deletes one or more messages from a stream. name: name of the stream. [\*](#id5)ids: message ids to delete. xgroup\_create(*name*, *groupname*, *id='$'*, *mkstream=False*)[[source]](_modules/redis/client.html#Redis.xgroup_create)[¶](#redis.Redis.xgroup_create "Permalink to this definition") Create a new consumer group associated with a stream. name: name of the stream. groupname: name of the consumer group. id: ID of the last item in the stream to consider already delivered. xgroup\_delconsumer(*name*, *groupname*, *consumername*)[[source]](_modules/redis/client.html#Redis.xgroup_delconsumer)[¶](#redis.Redis.xgroup_delconsumer "Permalink to this definition") Remove a specific consumer from a consumer group. Returns the number of pending messages that the consumer had before it was deleted. name: name of the stream. groupname: name of the consumer group. consumername: name of consumer to delete xgroup\_destroy(*name*, *groupname*)[[source]](_modules/redis/client.html#Redis.xgroup_destroy)[¶](#redis.Redis.xgroup_destroy "Permalink to this definition") Destroy a consumer group. name: name of the stream. groupname: name of the consumer group. xgroup\_setid(*name*, *groupname*, *id*)[[source]](_modules/redis/client.html#Redis.xgroup_setid)[¶](#redis.Redis.xgroup_setid "Permalink to this definition") Set the consumer group last delivered ID to something else. name: name of the stream. groupname: name of the consumer group. id: ID of the last item in the stream to consider already delivered. xinfo\_consumers(*name*, *groupname*)[[source]](_modules/redis/client.html#Redis.xinfo_consumers)[¶](#redis.Redis.xinfo_consumers "Permalink to this definition") Returns general information about the consumers in the group. name: name of the stream. groupname: name of the consumer group. xinfo\_groups(*name*)[[source]](_modules/redis/client.html#Redis.xinfo_groups)[¶](#redis.Redis.xinfo_groups "Permalink to this definition") Returns general information about the consumer groups of the stream. name: name of the stream. xinfo\_stream(*name*)[[source]](_modules/redis/client.html#Redis.xinfo_stream)[¶](#redis.Redis.xinfo_stream "Permalink to this definition") Returns general information about the stream. name: name of the stream. xlen(*name*)[[source]](_modules/redis/client.html#Redis.xlen)[¶](#redis.Redis.xlen "Permalink to this definition") Returns the number of elements in a given stream. xpending(*name*, *groupname*)[[source]](_modules/redis/client.html#Redis.xpending)[¶](#redis.Redis.xpending "Permalink to this definition") Returns information about pending messages of a group. name: name of the stream. groupname: name of the consumer group. xpending\_range(*name*, *groupname*, *min*, *max*, *count*, *consumername=None*)[[source]](_modules/redis/client.html#Redis.xpending_range)[¶](#redis.Redis.xpending_range "Permalink to this definition") Returns information about pending messages, in a range. name: name of the stream. groupname: name of the consumer group. min: minimum stream ID. max: maximum stream ID. count: number of messages to return consumername: name of a consumer to filter by (optional). xrange(*name*, *min='-'*, *max='+'*, *count=None*)[[source]](_modules/redis/client.html#Redis.xrange)[¶](#redis.Redis.xrange "Permalink to this definition") Read stream values within an interval. name: name of the stream. start: first stream ID. defaults to ‘-‘, > > meaning the earliest available. > > > finish: last stream ID. defaults to ‘+’,meaning the latest available. count: if set, only return this many items, beginning with theearliest available. xread(*streams*, *count=None*, *block=None*)[[source]](_modules/redis/client.html#Redis.xread)[¶](#redis.Redis.xread "Permalink to this definition") Block and monitor multiple streams for new data. streams: a dict of stream names to stream IDs, where > > IDs indicate the last ID already seen. > > > count: if set, only return this many items, beginning with theearliest available. block: number of milliseconds to wait, if nothing already present. xreadgroup(*groupname*, *consumername*, *streams*, *count=None*, *block=None*, *noack=False*)[[source]](_modules/redis/client.html#Redis.xreadgroup)[¶](#redis.Redis.xreadgroup "Permalink to this definition") Read from a stream via a consumer group. groupname: name of the consumer group. consumername: name of the requesting consumer. streams: a dict of stream names to stream IDs, where > > IDs indicate the last ID already seen. > > > count: if set, only return this many items, beginning with theearliest available. block: number of milliseconds to wait, if nothing already present. noack: do not add messages to the PEL xrevrange(*name*, *max='+'*, *min='-'*, *count=None*)[[source]](_modules/redis/client.html#Redis.xrevrange)[¶](#redis.Redis.xrevrange "Permalink to this definition") Read stream values within an interval, in reverse order. name: name of the stream start: first stream ID. defaults to ‘+’, > > meaning the latest available. > > > finish: last stream ID. defaults to ‘-‘,meaning the earliest available. count: if set, only return this many items, beginning with thelatest available. xtrim(*name*, *maxlen*, *approximate=True*)[[source]](_modules/redis/client.html#Redis.xtrim)[¶](#redis.Redis.xtrim "Permalink to this definition") Trims old messages from a stream. name: name of the stream. maxlen: truncate old stream messages beyond this size approximate: actual stream length may be slightly more than maxlen zadd(*name*, *mapping*, *nx=False*, *xx=False*, *ch=False*, *incr=False*)[[source]](_modules/redis/client.html#Redis.zadd)[¶](#redis.Redis.zadd "Permalink to this definition") Set any number of element-name, score pairs to the key `name`. Pairs are specified as a dict of element-names keys to score values. `nx` forces ZADD to only create new elements and not to update scores for elements that already exist. `xx` forces ZADD to only update scores of elements that already exist. New elements will not be added. `ch` modifies the return value to be the numbers of elements changed. Changed elements include new elements that were added and elements whose scores changed. `incr` modifies ZADD to behave like ZINCRBY. In this mode only a single element/score pair can be specified and the score is the amount the existing score will be incremented by. When using this mode the return value of ZADD will be the new score of the element. The return value of ZADD varies based on the mode specified. With no options, ZADD returns the number of new elements added to the sorted set. zcard(*name*)[[source]](_modules/redis/client.html#Redis.zcard)[¶](#redis.Redis.zcard "Permalink to this definition") Return the number of elements in the sorted set `name` zcount(*name*, *min*, *max*)[[source]](_modules/redis/client.html#Redis.zcount)[¶](#redis.Redis.zcount "Permalink to this definition") Returns the number of elements in the sorted set at key `name` with a score between `min` and `max`. zincrby(*name*, *amount*, *value*)[[source]](_modules/redis/client.html#Redis.zincrby)[¶](#redis.Redis.zincrby "Permalink to this definition") Increment the score of `value` in sorted set `name` by `amount` zinterstore(*dest*, *keys*, *aggregate=None*)[[source]](_modules/redis/client.html#Redis.zinterstore)[¶](#redis.Redis.zinterstore "Permalink to this definition") Intersect multiple sorted sets specified by `keys` into a new sorted set, `dest`. Scores in the destination will be aggregated based on the `aggregate`, or SUM if none is provided. zlexcount(*name*, *min*, *max*)[[source]](_modules/redis/client.html#Redis.zlexcount)[¶](#redis.Redis.zlexcount "Permalink to this definition") Return the number of items in the sorted set `name` between the lexicographical range `min` and `max`. zpopmax(*name*, *count=None*)[[source]](_modules/redis/client.html#Redis.zpopmax)[¶](#redis.Redis.zpopmax "Permalink to this definition") Remove and return up to `count` members with the highest scores from the sorted set `name`. zpopmin(*name*, *count=None*)[[source]](_modules/redis/client.html#Redis.zpopmin)[¶](#redis.Redis.zpopmin "Permalink to this definition") Remove and return up to `count` members with the lowest scores from the sorted set `name`. zrange(*name*, *start*, *end*, *desc=False*, *withscores=False*, *score\_cast\_func=<class 'float'>*)[[source]](_modules/redis/client.html#Redis.zrange)[¶](#redis.Redis.zrange "Permalink to this definition") Return a range of values from sorted set `name` between `start` and `end` sorted in ascending order. `start` and `end` can be negative, indicating the end of the range. `desc` a boolean indicating whether to sort the results descendingly `withscores` indicates to return the scores along with the values. The return type is a list of (value, score) pairs `score\_cast\_func` a callable used to cast the score return value zrangebylex(*name*, *min*, *max*, *start=None*, *num=None*)[[source]](_modules/redis/client.html#Redis.zrangebylex)[¶](#redis.Redis.zrangebylex "Permalink to this definition") Return the lexicographical range of values from sorted set `name` between `min` and `max`. If `start` and `num` are specified, then return a slice of the range. zrangebyscore(*name*, *min*, *max*, *start=None*, *num=None*, *withscores=False*, *score\_cast\_func=<class 'float'>*)[[source]](_modules/redis/client.html#Redis.zrangebyscore)[¶](#redis.Redis.zrangebyscore "Permalink to this definition") Return a range of values from the sorted set `name` with scores between `min` and `max`. If `start` and `num` are specified, then return a slice of the range. `withscores` indicates to return the scores along with the values. The return type is a list of (value, score) pairs score\_cast\_func` a callable used to cast the score return value zrank(*name*, *value*)[[source]](_modules/redis/client.html#Redis.zrank)[¶](#redis.Redis.zrank "Permalink to this definition") Returns a 0-based value indicating the rank of `value` in sorted set `name` zrem(*name*, *\*values*)[[source]](_modules/redis/client.html#Redis.zrem)[¶](#redis.Redis.zrem "Permalink to this definition") Remove member `values` from sorted set `name` zremrangebylex(*name*, *min*, *max*)[[source]](_modules/redis/client.html#Redis.zremrangebylex)[¶](#redis.Redis.zremrangebylex "Permalink to this definition") Remove all elements in the sorted set `name` between the lexicographical range specified by `min` and `max`. Returns the number of elements removed. zremrangebyrank(*name*, *min*, *max*)[[source]](_modules/redis/client.html#Redis.zremrangebyrank)[¶](#redis.Redis.zremrangebyrank "Permalink to this definition") Remove all elements in the sorted set `name` with ranks between `min` and `max`. Values are 0-based, ordered from smallest score to largest. Values can be negative indicating the highest scores. Returns the number of elements removed zremrangebyscore(*name*, *min*, *max*)[[source]](_modules/redis/client.html#Redis.zremrangebyscore)[¶](#redis.Redis.zremrangebyscore "Permalink to this definition") Remove all elements in the sorted set `name` with scores between `min` and `max`. Returns the number of elements removed. zrevrange(*name*, *start*, *end*, *withscores=False*, *score\_cast\_func=<class 'float'>*)[[source]](_modules/redis/client.html#Redis.zrevrange)[¶](#redis.Redis.zrevrange "Permalink to this definition") Return a range of values from sorted set `name` between `start` and `end` sorted in descending order. `start` and `end` can be negative, indicating the end of the range. `withscores` indicates to return the scores along with the values The return type is a list of (value, score) pairs `score\_cast\_func` a callable used to cast the score return value zrevrangebylex(*name*, *max*, *min*, *start=None*, *num=None*)[[source]](_modules/redis/client.html#Redis.zrevrangebylex)[¶](#redis.Redis.zrevrangebylex "Permalink to this definition") Return the reversed lexicographical range of values from sorted set `name` between `max` and `min`. If `start` and `num` are specified, then return a slice of the range. zrevrangebyscore(*name*, *max*, *min*, *start=None*, *num=None*, *withscores=False*, *score\_cast\_func=<class 'float'>*)[[source]](_modules/redis/client.html#Redis.zrevrangebyscore)[¶](#redis.Redis.zrevrangebyscore "Permalink to this definition") Return a range of values from the sorted set `name` with scores between `min` and `max` in descending order. If `start` and `num` are specified, then return a slice of the range. `withscores` indicates to return the scores along with the values. The return type is a list of (value, score) pairs `score\_cast\_func` a callable used to cast the score return value zrevrank(*name*, *value*)[[source]](_modules/redis/client.html#Redis.zrevrank)[¶](#redis.Redis.zrevrank "Permalink to this definition") Returns a 0-based value indicating the descending rank of `value` in sorted set `name` zscan(*name*, *cursor=0*, *match=None*, *count=None*, *score\_cast\_func=<class 'float'>*)[[source]](_modules/redis/client.html#Redis.zscan)[¶](#redis.Redis.zscan "Permalink to this definition") Incrementally return lists of elements in a sorted set. Also return a cursor indicating the scan position. `match` allows for filtering the keys by pattern `count` allows for hint the minimum number of returns `score\_cast\_func` a callable used to cast the score return value zscan\_iter(*name*, *match=None*, *count=None*, *score\_cast\_func=<class 'float'>*)[[source]](_modules/redis/client.html#Redis.zscan_iter)[¶](#redis.Redis.zscan_iter "Permalink to this definition") Make an iterator using the ZSCAN command so that the client doesn’t need to remember the cursor position. `match` allows for filtering the keys by pattern `count` allows for hint the minimum number of returns `score\_cast\_func` a callable used to cast the score return value zscore(*name*, *value*)[[source]](_modules/redis/client.html#Redis.zscore)[¶](#redis.Redis.zscore "Permalink to this definition") Return the score of element `value` in sorted set `name` zunionstore(*dest*, *keys*, *aggregate=None*)[[source]](_modules/redis/client.html#Redis.zunionstore)[¶](#redis.Redis.zunionstore "Permalink to this definition") Union multiple sorted sets specified by `keys` into a new sorted set, `dest`. Scores in the destination will be aggregated based on the `aggregate`, or SUM if none is provided. *exception* redis.RedisError[[source]](_modules/redis/exceptions.html#RedisError)[¶](#redis.RedisError "Permalink to this definition") *exception* redis.ResponseError[[source]](_modules/redis/exceptions.html#ResponseError)[¶](#redis.ResponseError "Permalink to this definition") *class* redis.SSLConnection(*ssl\_keyfile=None*, *ssl\_certfile=None*, *ssl\_cert\_reqs='required'*, *ssl\_ca\_certs=None*, *ssl\_check\_hostname=False*, *\*\*kwargs*)[[source]](_modules/redis/connection.html#SSLConnection)[¶](#redis.SSLConnection "Permalink to this definition") redis.StrictRedis[¶](#redis.StrictRedis "Permalink to this definition") alias of [`redis.client.Redis`](#redis.Redis "redis.client.Redis") *exception* redis.TimeoutError[[source]](_modules/redis/exceptions.html#TimeoutError)[¶](#redis.TimeoutError "Permalink to this definition") *class* redis.UnixDomainSocketConnection(*path=''*, *db=0*, *username=None*, *password=None*, *socket\_timeout=None*, *encoding='utf-8'*, *encoding\_errors='strict'*, *decode\_responses=False*, *retry\_on\_timeout=False*, *parser\_class=<class 'redis.connection.PythonParser'>*, *socket\_read\_size=65536*, *health\_check\_interval=0*, *client\_name=None*)[[source]](_modules/redis/connection.html#UnixDomainSocketConnection)[¶](#redis.UnixDomainSocketConnection "Permalink to this definition") *exception* redis.WatchError[[source]](_modules/redis/exceptions.html#WatchError)[¶](#redis.WatchError "Permalink to this definition") redis.from\_url(*url*, *db=None*, *\*\*kwargs*)[[source]](_modules/redis/utils.html#from_url)[¶](#redis.from_url "Permalink to this definition") Returns an active Redis client generated from the given database URL. Will attempt to extract the database id from the path url fragment, if none is provided.
optimization
go
Surrogate optimizer Release 0.0.0 Oct 06, 2020 Contents: 1 app 1 1.1 core package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.1.1 Submodules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.1.2 Module contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.2 datamod package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.2.1 Submodules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.2.2 Module contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 1.3 metamod package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3.1 Submodules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 1.3.2 Module contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 1.4 optimod package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 1.4.1 Submodules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 1.4.2 Module contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 1.5 run module . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 1.6 visumod package . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 1.6.1 Submodules . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 1.6.2 Module contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 2 Indices and tables 35 Python Module Index 37 Index 39 i ii CHAPTER 1 app 1.1 core package 1.1.1 Submodules core.model module This modules sets up the overall properties of the model. core.model.evaluators A dictionary of available evaluators. Type dict class core.model.Model Bases: object This is the core class of the framework. evaluator The selected evaluator. Type object range_in Input parameter allowable ranges. Type np.array dim_in Number of input dimensions. Type int dim_out Number of output dimensions. Type int 1 Surrogate optimizer, Release 0.0.0 n_const Number of constraints. Type int n_obj Number of objectives. Type int Notes The ranges need to be specified if direct evaluation. core.optimization module Module containing the optimization surrogate. core.optimization.ref_points Reference points for benchmark problems. Type dict class core.optimization.Optimization(model) Bases: object The class to define the optimization problem. model The model object. Type core.Model iterations Number of optimization iterations. Type int converged Convergence status. Type bool algorithm Optization algorithm object. termination Termination object. n_const NUmber of constraints. Type int ref_point Reference point for hypervolume calculation. Type np.array direct Whether a direct optimization is performed. Type bool 2 Chapter 1. app Surrogate optimizer, Release 0.0.0 range_in Input parameter allowable ranges. Type np.array function Function used to evaluate the candidates. problem Problem object. Type datamod.problems.Custom surrogate Surrogate object. Type core.Surrogate res Results object. Type pymoo.model.result.Result optimization_stats Optimization benchmark statistics. Type dict optimum_model Candidates evaluated by the original model. Type np.array optimum_surrogate Candidates evaluated by the surrogate. Type np.array error_measure Maximum of the error metrics. Type float error Benchmark percent error. Type np.array benchmark() Determine the benchmark optimization accuracy. optimize() Wrapper function to perform optimization. plot_results() Plot the optimized candidates. report() Report the optimal solutions and their verification accuracy. set_problem(surrogate) Wrapper function to set the problem. Parameters surrogate (core.Surrogate) – Surrogate object. 1.1. core package 3 Surrogate optimizer, Release 0.0.0 Notes Direct optimization does not normalize. verify() Wrapper function to verify the optimized solutions. core.settings module This module provides auxiliary functions to handle settings and files writing and loading. core.settings.settings A shared dictionary of settings accross the framework. Type dict core.settings.ask_to_overwrite(path, id_current, text) Parameters • path (str) – Path to the already defined results folder. • id_current (int) – ID of the problem to be solved. • text (str) – Reason for everwriting. core.settings.check_valid_settings() Check if valid settings are used. core.settings.dump_json(file, data) Writes a JSON file. Parameters • file (str) – Path and name of the file to be written. • data (dict) – The data to be saved. core.settings.dump_object(name, *args) Pickle dumps the given objects. Parameters • name (str) – Path and name of the target file. • args (any) – Any object to be pickle dumped. core.settings.get_input_from_id(problem_id, problem_folder) Get filename from problem ID. Parameters • problem_id (int) – ID of the problem to be solved. • problem_folder (str) – Directory which contains the input files. Returns Path to the input file of the requested ID. Return type file (str) core.settings.get_results_folders() Retrieves all current results folders. Returns Path to the directory with result folders. all_result_folder (list): List of all results folders. Return type data_folder (str) 4 Chapter 1. app Surrogate optimizer, Release 0.0.0 core.settings.load_json(file) Read a JSON file. Parameters file (str) – Path and name of the file to be loaded. Returns The loaded data. Return type data (dict) core.settings.load_object(name) Loads the pickled object. Parameters name (str) – Path and name of the file to load. Returns The loaded object. Return type obj (any) core.settings.make_workfolder(file, fresh) Initialize the workdirectory. Parameters • file (str) – Path and name of the current input file. • fresh (bool) – Whether this is a new problem to be solved. Returns Path to the current results data folder. Return type folder_path (str) core.settings.restart_check(id_current, file) Parameters • id_current (int) – ID of the problem to be solved. • file (str) – Path and name of the current input file. Notes For load_surrogate, only checking that the problem name is the same. core.settings.update_settings(problem_id) Updates the shared settings dictionary with the settings specified in the input file. Parameters problem_id (int) – ID of the problem to be solved. core.surrogate module This module handles the surrogate’s training. core.surrogate.max_samples maximum number of training samples above which the training is stopped as unsuccessful Type int class core.surrogate.Surrogate(model) Bases: object The class to define the surrogate. model The model object. 1.1. core package 5 Surrogate optimizer, Release 0.0.0 Type core.Model name Name of the surrogate. Type str trained Whether the surrogate is trained. Type bool diverging Whether the amount of training samples has exceeded the maximal allowable. Type bool hp_optimized Whether the hyperparameters of the surrogate have been optimized. Type bool optimized_to_samples Amount of training samples during last hyperparameter optimization. Type int reoptimization_ratio Sample increase ratio for reoptimization. Type float no_samples Current number of training samples. Type int sampling_iterations Number of training iterations. Type int convergence_metric Dictionary of convergence metrics. Type dict file Path to the training database. Type str verification_file Path to the verification database. Type str verification Verfication samples. Type datamod.get_data data Training samples. Type datamod.get_data 6 Chapter 1. app Surrogate optimizer, Release 0.0.0 range_norm Range of validity in normalized coordinates. Type np.array surrogates List of cross validation surrogates. Type list surrogate Surrogate trained on all available data. Type object samples New input samples in the current iteration. Type np.array best_hp Optimal hyperparameters. Type kerastuner.engine.hyperparameters.HyperParameters accuracy Benchmark accuracy statistics. Type dict append_verification() Add verification results to database. check_convergence() Check the convergence of the surrogate’s training. evaluate_samples(verify=False) Wrapper function to call the evaluted problem solver. Parameters verify (bool) – whether this is a verification run load_results(verify=False) Wrapper function to load the results from the results file Parameters verify (bool) – whether this is a verification run optimize_hyperparameters() Wrapper function to optimize the surrogate’s hyperparameters. plot_response(inputs, output, density=30, constants=None, iteration=None) Plot the model’s response based on the surrogate. Parameters • inputs (list) – Input dimensions to plot. • output (int) – Output dimension to plot. • density (int) – Sampling density of the reponse plot. • constants (list) – Values of the fixed input dimensions. • iteration (int) – Iteration number. reload() Reloads the surrogate. 1.1. core package 7 Surrogate optimizer, Release 0.0.0 report() Plot the convergence metric and report on the trained surrogate. sample() Wrapper function to obtain the new sample points. Notes Be careful with geometric, grows fast. If non-adaptive sampling is used, adaptive must be set to None. save() Saves the surrogate. train() Wrapper function to (re)train the surrogate. 1.1.2 Module contents 1.2 datamod package 1.2.1 Submodules datamod.evaluator module Contains the classes to evaluate the new samples, typically using an external software. class datamod.evaluator.Evaluator Bases: object General evaluator class. save_results Function to write the results into the results database. iteration Iteration number. Type int generate_results(samples, file, iteration, verify) Generate the response and save the result to the database. Parameters • samples (np.array) – Samples to evaluate. • file (str) – Path and name of the database file. • iteration (int) – Iteration number. • verify (bool) – Whether this is a verification evaluation. class datamod.evaluator.EvaluatorANSYS Bases: datamod.evaluator.Evaluator Evaluate the samples using ANSYS. ansys_project_folder Path to the folder of the ANSYS project. 8 Chapter 1. app Surrogate optimizer, Release 0.0.0 Type str input_param_name Names of the input parameters. Type list setup ANSYS settings. Type dict valid_licences Licences required for running ANSYS: Type list can_run_ansys(minimal_amount=2) Determine whether there is a sufficient amount of available licenses to run the simulation. Parameters minimal_amount (int) – Minimal required amount of available licenses. Returns Whether it is possible to run ANSYS or not. Return type status (bool) Notes Returns True whenever at least one license is available. check_licenses() Request the license server for infomation about license usage. Returns Licence names with the number of unused licenses. Return type license_status (dict) evaluate(samples, verify) Evaluate the samples. Parameters • samples (np.array) – Samples to evaluate. • verify (bool) – Whether this is a verification evaluation. Returns Output values at the samples. Return type results (np.array) get_info() Get information about the problem. Returns Input parameter allowable ranges. dim_in (int): Number of input dimensions. dim_out (int): Number of output dimensions. n_constr (int): Number of constraints. Return type range_in (np.array) scrape_license_info(line) Extract the number of available ANSYS licenses. Parameters line (str) – Line containing the license usage information. Returns Name of the license. available (int): Number of available unused licenses. Return type license_name (str) 1.2. datamod package 9 Surrogate optimizer, Release 0.0.0 class datamod.evaluator.EvaluatorANSYSAPDL Bases: datamod.evaluator.EvaluatorANSYS Evaluate the samples through ANSYS APDL. Notes Not documented thorougly as it is a dev version for the particular problem. call_ansys() Evaluate the requested input files. evaluate(samples, verify) Evaluate the samples. Parameters • samples (np.array) – Samples to evaluate. • verify (bool) – Whether this is a verification evaluation. Returns Output values at the samples. Return type response (np.array) get_results(verify) Retrieve the results from text files. Parameters verify (bool) – Whether this is a verification evaluation. Returns Output values at the samples. Return type response (np.array) update_input(samples) Update the unput files. Parameters samples (np.array) – Input samples to evaluate. class datamod.evaluator.EvaluatorANSYSWB Bases: datamod.evaluator.EvaluatorANSYS Evaluate the samples through ANSYS Workbench. workbench_project Path and name to the ANSYS workbench project. Type str template Path and name to the journal file template. Type str output Path and name to the newly created journal folder. Type str iteration Iteration number. Type int call_ansys() Evaluate the requested input files. 10 Chapter 1. app Surrogate optimizer, Release 0.0.0 evaluate(samples, verify) Evaluate the samples. Parameters • samples (np.array) – Samples to evaluate. • verify (bool) – Whether this is a verification evaluation. Returns Output values at the samples. Return type results (np.array) Notes A trick with iterations get_results(verify) Retrieve the results from CSV files. Parameters verify (bool) – Whether this is a verification evaluation. Returns Output values at the samples. Return type response (np.array) update_input(samples) Create an input journal from the template. Parameters samples (np.array) – Samples to evaluate. class datamod.evaluator.EvaluatorBenchmark Bases: datamod.evaluator.Evaluator Evaluate a benchmark problem on the given sample. problem Benchmark problem. results List of values requested from the problem. Type list evaluate(samples, verify) Evaluate the samples. Parameters • samples (np.array) – Samples to evaluate. • verify (bool) – Whether this is a verification evaluation. Returns Output values at the samples. Return type response (np.array) Warning: Return_values_of in problem.evaluate doesn’t work - Pymoo implementation problem. get_info() Get information about the benchmark problem. 1.2. datamod package 11 Surrogate optimizer, Release 0.0.0 Returns Input parameter allowable ranges. dim_in (int): Number of input dimensions. dim_out (int): Number of output dimensions. n_constr (int): Number of constraints. Return type range_in (np.array) Notes return_values_of is wrongly implemented in pymoo class datamod.evaluator.EvaluatorData Bases: datamod.evaluator.Evaluator Obtain the response from a data file. source_file Path and name of the data file. Type str evaluate(samples, verify) Evaluate the samples. Parameters • samples (np.array) – Samples to evaluate. • verify (bool) – Whether this is a verification evaluation. Returns Output values at the samples. Return type response (np.array) get_info() Load information about a data-defined problem. Returns Input parameter allowable ranges. dim_in (int): Number of input dimensions. dim_out (int): Number of output dimensions. n_constr (int): Number of constraints. Return type range_in (np.array) get_samples(no_samples, no_new_samples) Get the coordinates of the new samples. Returns Coordinates of the new samples. Return type samples(np.array) class datamod.evaluator.RealoadNotAnEvaluator Bases: datamod.evaluator.Evaluator Just a programming convenience when reloading a surrogate, doesnt evaluate anything in fact. get_info() Get information about the problem. Returns Input parameter allowable ranges. dim_in (int): Number of input dimensions. dim_out (int): Number of output dimensions. n_constr (int): Number of constraints. Return type range_in (np.array) 12 Chapter 1. app Surrogate optimizer, Release 0.0.0 datamod.problems module Function definitions. This module contains function definitions. datamod.problems.problems Classes of the custom defined problems. Type dict class datamod.problems.CubicSquared Bases: pymoo.model.problem.Problem Squared function. class datamod.problems.Custom(function, xl, xu, n_obj, n_constr) Bases: pymoo.model.problem.Problem Class for custom built problems using a surrogate. function The response function. class datamod.problems.GettingStarted Bases: pymoo.model.problem.Problem Pymoo example problem. References http://pymoo.org/getting_started.html class datamod.problems.MatlabPeaks Bases: pymoo.model.problem.Problem MATLAB peaks function definition. References https://www.mathworks.com/help/matlab/ref/peaks.html class datamod.problems.Squared Bases: pymoo.model.problem.Problem Squared function. datamod.results module This module contains functions to handle the results database. datamod.results.append_verification_to_database(file, verification_file) Appends the results from the verification to the training database. Parameters • file (str) – Path and name of the training database file. • verification_file (str) – Path and name of the verification database file. 1.2. datamod package 13 Surrogate optimizer, Release 0.0.0 datamod.results.header_names(dim_in, n_obj, n_const) Determines the header names. Parameters • dim_in (int) – Number of input dimensions. • n_const (int) – Number of constraints. • n_obj (int) – Number of objectives. Returns Header names. Return type headers (list) datamod.results.load_results(file) Loads the data from the result database. Parameters file (str) – Path and name of the database file. Returns Number of input dimensions. col_names (np.array): Name if stored variables. data (np.array): Samples. Return type dim_in (int) datamod.results.make_data_file(file, dim_in, n_obj, n_constr) Initialize the results file header. Parameters • file (str) – Path and name of the database file. • dim_in (int) – Number of input dimensions. • n_const (int) – Number of constraints. • n_obj (int) – Number of objectives. datamod.results.make_response_files(folder, dim_in, n_obj, n_constr) Sets up the training and verification database files. Parameters • folder (str) – Path to the current results data folder. • dim_in (int) – Number of input dimensions. • n_const (int) – Number of constraints. • n_obj (int) – Number of objectives. Returns List of the database files paths. Return type files (list) datamod.results.write_results(file, inputs, outputs) Write the samples to the database. Parameters • inputs (np.array) – Input coordinates. • outputs (np.array) – Output coordinates. 14 Chapter 1. app Surrogate optimizer, Release 0.0.0 datamod.sampling module This is the sampling module. This module provides sampling methods. datamod.sampling.adaptive_methods Exploration and exploitation criteria for adaptive sampling methods. Type dict datamod.sampling.sample_bounds Sampling range. Type tuple datamod.sampling.samplings Defined sampling classes. Type dict class datamod.sampling.Halton(**kwargs) Bases: smt.sampling_methods.sampling_method.SamplingMethod Halton sampling. References https://gist.github.com/tupui/cea0a91cc127ea3890ac0f002f887bae datamod.sampling.determine_samples(no_samples, dim_in) Determine the number of new samples. Parameters • dim_in (int) – Number of input dimensions. • no_samples (int) – number of current samples. Returns Number of new samples. Return type new_samples (int) datamod.sampling.resample_adaptive(points_new, surrogates, data, range_in, iteration) Determine the coordinates of the new samples using an adaptive DoE. Parameters • points_new (int) – Number of new samples. • range_in (np.array) – Range of input variables. • surrogates (list) – Surrogates from cross-validation. • data (datamod.get_data) – Training samples. • range_in – Range of input variables. • iteration (int) – Iteration number. Returns Coordinates of the new samples. Return type coordinates (np.array) datamod.sampling.resample_static(points_new, points_now, range_in) Determine the coordinates of the new samples using a static DoE. 1.2. datamod package 15 Surrogate optimizer, Release 0.0.0 Parameters • points_new (int) – Number of new samples. • points_now (int) – number of current samples. • range_in (np.array) – Range of input variables. Returns Coordinates of the new samples. Return type coordinates (np.array) datamod.sampling.response_grid(density, inputs, ranges) Returns a grid of samples with the desired ranges. Parameters • density (int) – Density of the samples plot. • inputs (list) – Input dimensions to plot. • ranges (np.array) – Range of input variables. Returns Grid samples. Return type sample_desired (np.array) datamod.sampling.sample(name, points, n_dim) Sampling on a unit hypercube - typically [-1,1], using a selected DoE. Parameters • name (str) – Sampling strategy. • points (int) – Number of requested samples. • n_dim (int) – Number of input dimensions. Returns New samples. Return type samples (np.array) Raises NameError – if the sampling is not defined. Notes Grid actually doesn’t make full grid. datamod.sampling.sample_adaptive(data, samples, predictions, no_points_new, iteration) Sampling using an adaptive DoE. Parameters • data (datamod.get_data) – Training samples. • samples (np.array) – Proposed samples. • predictions (np.array) – Predictions of the surrogates from cross-validation. • no_points_new (int) – Number of new samples. • iteration (int) – Iteration number. Returns Normalized coordinates of the new samples. Return type candidates (np.array) 16 Chapter 1. app Surrogate optimizer, Release 0.0.0 datamod.sampling.scale_samples(range_in, samples) Scales the samples to the desired range. Parameters • range_in (np.array) – Range of input variables. • samples (np.array) – Samples to be scaled. Returns Coordinates of the new samples. Return type coordinates (np.array) 1.2.2 Module contents Data handling module. The aim of the datamod package is to handle the data. class datamod.get_data(file) Bases: object Import data from an external file. dim_in Number of input dimensions. Type int col_names Names of columns. Type list dim_out Number of output dimensions. Type int coordinates Samples coordinates. Type np.array response Sample response. Type np.array input Normalized input samples. Type np.array output Normalized output samples. Type np.array norm_in Input normalization factors. Type np.array norm_out Output normalization factors. 1.2. datamod package 17 Surrogate optimizer, Release 0.0.0 Type np.array range_in Range of the input data. Type np.array range_out Range of the output data. Type np.array datamod.get_range(data) Determine the range of the data. Parameters data (np.array) – Data to analyze. Returns Ranges of the given data. Return type ranges (np.array) datamod.load_problem(name) Load a pre-defined benchmark problem. Parameters name (str) – Name of the desired problem. Returns Benchmark problem. range_in (np.array): Input parameter allowable ranges. dim_in (int): Number of input dimensions. dim_out (int): Number of output dimensions. n_constr (int): Number of constraints. Return type problem () datamod.normalize(data) Normalize the data to the [-1,1] range. Parameters data (np.array) – Data to normalize. datamod.scale(data, ranges) Scale data from [-1,1] range to original range. Parameters • data (np.array) – Data to scale. • ranges (np.array) – Normalization ranges. Returns (np.array): data_scale: Scaled data. 1.3 metamod package 1.3.1 Submodules metamod.ANN module Custom ANN definition. This module contains the definition of an ANN comptable with the SMT Toolbox. class metamod.ANN.ANN_base(**kwargs) Bases: smt.surrogate_models.surrogate_model.SurrogateModel ANN general class. 18 Chapter 1. app Surrogate optimizer, Release 0.0.0 tbd Settings to be declared. Type dict_keys log_dir Directory to store the ANN model. Type str validation_points Validation points. Type dict optimized Whether the hyperparameters have been optimized. Type bool set_validation_values(xt, yt, name=None) Set validation data (values). Parameters • xt (np.ndarray[nt, nx] or np.ndarray[nt]) – The input values for the nt training points. • yt (np.ndarray[nt, ny] or np.ndarray[nt]) – The output values for the nt training points. • name (str or None) – An optional label for the group of training points being set. This is only used in special situations (e.g., multi-fidelity applications). write_stats(dictionary_as_list, name) Writes the statistics about the surrogate’s training. Parameters • dictionary_as_list (list) – Training statistics. • name (str) – Name of the file to be written. metamod.ANN_pt module Custom ANN definition using TensorFlow. This module contains the definition of an ANN comptable with the SMT Toolbox. metamod.ANN_pt.activations Available activation functions. Type dict metamod.ANN_pt.initializers Available kernel initializers. Type dict 1.3. metamod package 19 Surrogate optimizer, Release 0.0.0 Notes Keras tuner logs are not stored in data due to max path length issues in kerastuner. See also: PyTorch documentation - https://pytorch.org/docs/stable/index.html class metamod.ANN_pt.ANN_pt(**kwargs) Bases: metamod.ANN.ANN_base ANN class. name Name of the surrogate model. Type str model The model of the ANN. early_stop Number of training epchs before early stopping. Type int build_hypermodel(hp) Build the hypermodel of the ANN with Keras Tuner hyperparameters. Parameters hp (kerastuner.engine.hyperparameters.HyperParameters) – Hyperparameters. Returns The model of the ANN. Return type model () Notes No kernel regularizers implemented so far. See also: Keras Tuner documentation: https://keras-team.github.io/keras-tuner/ pretrain(inputs, outputs, iteration) Optimize the hyperparameters of the ANN. Parameters • inputs (np.array) – All input data. • outputs (np.array) – All output data. • iteration (int) – Iteration number. Returns Optimal hyperparameters. Return type best_hp (kerastuner.engine.hyperparameters.HyperParameters) Notes Optimization objective fixed on val_loss. 20 Chapter 1. app Surrogate optimizer, Release 0.0.0 save() Save the ANN into an external file. class metamod.ANN_pt.SparseModel(neurons_hyp, activation_hyp, kernel_regularizer, in_dim, lay- ers_hyp, out_dim, init, bias_init) Bases: torch.nn.modules.module.Module Defines an ANN with a subnetwork for each output. activation Activation function. Type function subnetworks Neural network. early_stopping(history, metric, tolerance, patience) Check whether the early stopping condition has been met. Parameters • history (metamod.ANN_pt.TrainHistory) – Metrics history during the train- ing. • metric (str) – Early stopping decision metric. • tolerance (float) – Early stopping tolerance. • patience (int) – Early stopping patience. Returns Whether to early stop the training. Return type stop (bool) fit(epochs, train_in, train_out, test_in=None, test_out=None, optimizing=False) Train the ANN. Parameters • epochs (int) – • train_in (torch.Tensor) – Train input data. • train_out (torch.Tensor) – Train output data. • test_in (torch.Tensor) – Test input data. • test_out (torch.Tensor) – Test output data. • optimizing (bool) – Whether this is an optimization run. Returns Metrics history during the training. Return type history (metamod.ANN_pt.TrainHistory) forward(x) Forward-pass throught the network. Parameters x (torch.Tensor) – Input tensor. Returns Output tensor. Return type out (torch.Tensor) class metamod.ANN_pt.TrainHistory Bases: object This class stored the metrics history. 1.3. metamod package 21 Surrogate optimizer, Release 0.0.0 history Stores training and validation losses. Type dict store(loss, loss_eval=None) metamod.ANN_pt.swish(x) Swish activation function. Parameters x (torch.Tensor) – Weighted inputs. Returns Neuron’s activations. Return type activation (torch.Tensor) metamod.ANN_tf module Custom ANN definition using TensorFlow. This module contains the definition of an ANN comptable with the SMT Toolbox Notes Keras tuner logs are not stored in data due to max path length issues in kerastuner. See also: Tensorflow Keras documentation - https://www.tensorflow.org/api_docs/python/tf/keras class metamod.ANN_tf.ANN(**kwargs) Bases: metamod.ANN.ANN_base ANN class. name Name of the surrogate model. Type str model The model of the ANN. early_stop Number of training epchs before early stopping. Type int build_dense_model(neurons_hyp, activation_hyp, kernel_regularizer, in_dim, layers_hyp, out_dim) Defines an fully connected ANN. Parameters • neurons_hyp (int) – Number of neurons per layer. • activation_hyp (str) – Activation function name. • () (kernel_regularizer) – • in_dim (int) – Number of input dimensions. • layers_hyp (int) – Number of hidden layers. • out_dim (int) – Number of output dimensions. 22 Chapter 1. app Surrogate optimizer, Release 0.0.0 Returns The model of the ANN. Return type model () build_hypermodel(hp) General claass to build the ANN using TensorFlow with Keras Tuner hyperparameters defined. Parameters hp (kerastuner.engine.hyperparameters.HyperParameters) – Hyperparameters. Returns The model of the ANN. Return type model () Notes Hyperparameters initialized using default values in config file. build_sparse_model(neurons_hyp, activation_hyp, kernel_regularizer, in_dim, layers_hyp, out_dim) Defines an ANN with a subnetwork for each output. Parameters • neurons_hyp (int) – Number of neurons per layer. • activation_hyp (str) – Activation function name. • () (kernel_regularizer) – • in_dim (int) – Number of input dimensions. • layers_hyp (int) – Number of hidden layers. • out_dim (int) – Number of output dimensions. Returns The model of the ANN. Return type model () get_callbacks() Set-up the requiested callbacks to be entered into the model. Returns A list of callbacks. Return type callbacks (list) Notes MyStopping is never used. pretrain(inputs, outputs, iteration) Optimize the hyperparameters of the ANN. Parameters • inputs (np.array) – All input data. • outputs (np.array) – All output data. • iteration (int) – Iteration number. Returns Optimal hyperparameters. Return type best_hp (kerastuner.engine.hyperparameters.HyperParameters) 1.3. metamod package 23 Surrogate optimizer, Release 0.0.0 Notes Optimization objective fixed on val_loss. prune_model(model, target_sparsity) Extends the ANN’s model with priuning layers. Parameters • () (model) – The model of the ANN. • target_sparsity (float) – Target constant sparsity of the network. Returns The model of the ANN. Return type model () Notes Only constant sparsity active. save() Save the ANN into an external file. metamod.deploy module Module to assist the deployment of the surrogate. metamod.deploy.get_input_coordinates(density, requested_dims, range_norm) Obtain the grid samples. Parameters • density (int) – Sampling density of the reponse plot. • requested_dims (list) – Input dimensions to plot. • range_norm (np.array) – Range of validity in normalized coordinates. Returns Grid samples. Return type samples (np.array) metamod.deploy.get_plotting_coordinates(density, requested_dims, dim_in, normaliza- tion_factors, range_norm, constants) Obtain the grid samples for plotting. Parameters • density (int) – Sampling density of the reponse plot. • requested_dims (list) – Input dimensions to plot. • dim_in (int) – Number of input dimensions. • normalization_factors (np.array) – Input normalization factors. • range_norm (np.array) – Range of validity in normalized coordinates. • constants (list) – Values of the fixed input dimensions. Returns Grid samples. Return type samples (np.array) 24 Chapter 1. app Surrogate optimizer, Release 0.0.0 metamod.performance module Module to access the performance of the surrogate. metamod.performance.defined_metrics Available metrics. Type dict metamod.performance.RMSE(*args, **kwargs) Returns the root mean squared error. metamod.performance.benchmark_accuracy(surrogate) Parameters surrogate (core.Surrogate) – Trained surrogate. Returns Benchmark accuracy statistics. Return type diffs (dict) metamod.performance.check_convergence(metrics) Checks whether the metric meets the convergence criterion. Parameters metrics (list) – List of the convergence metrics for each iteration. Returns Convergence status. Return type trained (bool) Notes Need to add convergence if data is loaded and there is no more data to load metamod.performance.convergence_operator() Obtain either greater than or lower than operator based on the convergence metric type. Returns Direction logical operator. Return type op (function) metamod.performance.evaluate_metrics(inputs, outputs, predict) Evaluates surrogate accuracy metrics based on test samples. Parameters • inputs (np.array) – Test samples. • outputs (np.array) – Test response. • predict (SurrogateModel.predict_values) – Surrogate’s prediction method. Returns Surrogate accuracy metrics. Return type metrics (dict) metamod.performance.report_divergence() Report the problem ID if the surrogate training fails to converge with the maximal amount of training samples. metamod.performance.retrieve_metric(surrogates) Calculates the mean and variance of the assessed metric. Parameters surrogates (list) – List of cross validation surrogates. Returns Mean and variance of the assessed metric. Return type output_metrics (dict) 1.3. metamod package 25 Surrogate optimizer, Release 0.0.0 metamod.validation module This module provides cross-validation splitting techniques. metamod.validation.split_methods CV validation techniques. Type dict metamod.validation.invalid_param() Raise error if validation parameter is invalid. Raises NameError – if validation parameter is invalid. metamod.validation.set_validation(validation, param) Select the desired validation technique model. Parameters • validation (str) – Validation technique name. • param (float/int) – Validation technique parameter. Returns Indices for the split. Return type split (np.array) metamod.validation.split_holdout(param) Select the desired validation technique model. Parameters param (float) – Holdout ratio. Returns Indices for the split. Return type split (np.array) metamod.validation.split_kfold(param) Select the desired validation technique model. Parameters param (int) – Number of splits. Returns Indices for the split. Return type split (np.array) metamod.validation.split_rlt(param) Select the desired validation technique model. Parameters param (float) – Holdout ratio. Returns Indices for the split. Return type split (np.array) 1.3.2 Module contents Surrogate package. The aim of the metamod package is to produce and run a surrogate model. metamod.cross_validate(data, iteration, best_hp) Train the defined surrogate on the provided data. Parameters • data (datamod.get_data) – Training samples. 26 Chapter 1. app Surrogate optimizer, Release 0.0.0 • iteration (int) – Iteration number. • best_hp (kerastuner.engine.hyperparameters.HyperParameters) – Optimal hyperparameters. Returns List of cross validation surrogates. Return type surrogates (list) metamod.optimize_hyperparameters(data, iteration) Train the defined surrogate on the provided data. Parameters • data (datamod.get_data) – Training samples. • iteration (int) – Iteration number. Returns Optimal hyperparameters. Return type best_hp (kerastuner.engine.hyperparameters.HyperParameters) metamod.reload_info() Get information about the problem. Returns Input parameter allowable ranges. dim_in (int): Number of input dimensions. dim_out (int): Number of output dimensions. n_constr (int): Number of constraints. Return type range_in (np.array) metamod.set_surrogate(name, dim_in, dim_out) Select the desired surrogate model. Parameters • name (str) – Name of the surrogate. • dim_in (int) – Number of input dimensions. • dim_out (int) – Number of output dimensions. Returns Initialized surrogate model. Return type surrogate (object) Raises NameError – If the surrogate is not defined- metamod.train_surrogate(data, best_hp) Parameters • data (datamod.get_data) – Training samples. • best_hp (kerastuner.engine.hyperparameters.HyperParameters) – Optimal hyperparameters. Returns Surroggate trained on all training samples. Return type model (object) 1.4 optimod package 1.4.1 Submodules 1.4. optimod package 27 Surrogate optimizer, Release 0.0.0 optimod.performance module Module to access the performance of the optimization. optimod.performance.calculate_hypervolume(data, ref_point) Text. Parameters • data (np.array) – Pareto front. • ref_point (np.array) – Reference point. Returns Hypervolume size. Return type hv (float) optimod.performance.verify_results(results, surrogate) Text. Parameters • results (np.array) – Pareto set results. • surrogate (core.Surrogate) – Surrogate object. Returns Set of verification indices. Return type idx (np.array) optimod.termination module Module to provide the termination object. optimod.termination.default_termination(n_obj, params) Text. Parameters • n_obj (int) – Number of objectives. • params (list) – Termination parameters. Returns Termination object. Return type termination () 1.4.2 Module contents Optimization package. The aim of the optimod package is to perform optimization. optimod.get_operator(name, setup) Text. Parameters • name (str) – Operator name to retrieve. • setup (dict) – Optimization setup parameters. Returns Retrieved operator. Return type operator () 28 Chapter 1. app Surrogate optimizer, Release 0.0.0 optimod.set_algorithm(name, no_obj, setup) Text. Parameters • name (str) – Name of the optimization algorithm. • n_obj (int) – Number of objectives. • setup (dict) – Optimization setup parameters. Returns Optization algorithm object. Return type algorithm () optimod.set_optimization(no_obj) Set the selected optimization technique. Parameters n_obj (int) – Number of objectives. Returns Optization algorithm object. termination (): Termination object. Return type algorithm () optimod.solve_problem(problem, algorithm, termination, direct) Solve the defined problem. Parameters • problem (datamod.problems.Custom) – Problem to solve. • () (termination) – Optimization algorithm. • () – Termination method. • direct (bool) – Whether this is a direct optimization run. Returns Results object. Return type res (pymoo.model.result.Result) Notes Save_history will work with ANN surrogate from Tensorflow only if line 290 in site- packagespymoomodellgorithm is changed from deepcopy to copy. Optional seed not implemented. optimod.unnormalize_res(res, norm_in, norm_out) Unnormliazes results. Parameters • res (pymoo.model.result.Result) – Results object (unnormalized). • norm_in (np.array) – Input normalization factors. • norm_out (np.array) – Output normalization factors. Returns Results object (normalized). Return type res (pymoo.model.result.Result) Notes Implemented for: F,X. 1.4. optimod package 29 Surrogate optimizer, Release 0.0.0 1.5 run module This is the main module of the framework. run.problem_ids List of problem IDs to solve. Type list run.model Model object. Type core.Model run.build_surrogate Whether to build a surrogate. Type bool run.load_surrogate Whether to load a surrogate. Type bool run.train_from_data Whether to train from data. Type bool run.perform_optimization Whether to perform optimization. Type bool run.surrogate Surrogate object. Type core.Surrogate run.optimization Optimization object. Type core.Optimization run.optimize(surrogate) Optimization. Parameters surrogate (core.Surrogate/None) – The surrogate object run.reload_surrogate() Reloads a saved surrogate model. run.train_surrogate() Training of the surrogate model. 1.6 visumod package 1.6.1 Submodules 30 Chapter 1. app Surrogate optimizer, Release 0.0.0 visumod.plots module This module provides the actual plots. visumod.plots.adaptive_candidates(candidates, data, iteration) Plot the adapative sampling candidate points. Parameters • candidates (np.array) – Candidate samples. • data (np.array) – Combined adaptive sampling metric. • iteration (int) – Iteration number. visumod.plots.curve(data, name, labels, units, lower_bound=False) A curve plot. Parameters • data (np.array) – Data to plot. • name (str) – Filename. • labels (list) – Axis labels. • units (list) – Units of plotted quantities. • lower_bound (bool) – Whether to put a lower plot bound at 0. visumod.plots.get_blackblue_cmap() Get a custom black-blue colormap. Returns Defined colormap. Return type newmap (matplotlib.colors.LinearSegmentedColormap) visumod.plots.get_plot_args(data, label) Get plot arguments. Parameters • data (np.array) – Data to plot. • label (str) – Variable name for label. Returns Plot arguments. Return type plot_args (dict) visumod.plots.heatmap(correlation) A heatmap plot. Parameters correlation (np.array) – Correlation matrix. visumod.plots.learning_curves(training_loss, validation_loss, data_train, prediction_train, data_test, prediction_test, progress) A 2-figure plot of learning curves and plot correlations. Parameters • training_loss (list) – Loss history on the training data. • validation_loss (list) – Loss history on the testing data. • () (prediction_test) – Training output data. • () – Training output prediction. 1.6. visumod package 31 Surrogate optimizer, Release 0.0.0 • () – Testing output data. • () – Testing output prediction. • progress (list) – Training progress status. visumod.plots.pareto_fronts(pf_true, pf_calc) A scatter plot of Pareto fronts comparison. Parameters • pf_true (np.array) – True Pareto front. • pf_calc (np.array) – Calculated Pareto front. visumod.plots.pcp(data, name) A parallel component plot. Parameters • data (np.array) – Data to plot. • name (str) – Filename. visumod.plots.save_figure(name, plot=None, iteration=None) Save the given figure. Parameters • name (str) – Filename. • () (plot) – Pymoo plot obejct. • iteration (int) – Iteration number. visumod.plots.scatter(data, name, lower_bound=False, compare=False) A scatter plot. Parameters • data (np.array) – Data to plot. • name (str) – Filename. • lower_bound (bool) – Whether to put a lower plot bound at 0. • compare (bool) – Whetther this is a surrogate comparison plot. visumod.plots.scatter_pymoo(data, name, label=None, **kwargs) Plot either a scatter, curve or surface plot. Parameters • data (np.array) – Data to plot. • name (str) – Visualization type. • label (str) – Variable name for label. Notes Surface plot not used. visumod.plots.surface_pymoo(data, iteration) A surface plot using Pymoo. Parameters 32 Chapter 1. app Surrogate optimizer, Release 0.0.0 • data (np.array) – Data to plot. • iteration (int) – Iteration number. 1.6.2 Module contents This is the visualization module. visumod.compare_pareto_fronts(pf_true, pf_calc) Compare 2D Pareto fronts. Parameters • pf_true (np.array) – True Pareto front. • pf_calc (np.array) – Calculated Pareto front. visumod.compare_surrogate(inputs, outputs, predict, iteration) Plot the comparison of raw data and surrogate response. Parameters • inputs (np.array) – Input data. • outputs (np.array) – Output data. • predict (method) – Predict method of the surrogate. • iteration (int) – Iteration number. visumod.correlation_heatmap(predict, dim_in) Plot the correleation heatmap between variables. Parameters • predict (method) – Predict method of the surrogate. • dim_in (int) – Number of input dimensions. visumod.plot_adaptive_candidates(candidates, data, iteration) Plot candidates for adaptive sampling. Parameters • candidates (np.array) – Candidate samples. • data (np.array) – Combined adaptive sampling metric. • iteration (int) – Iteration number. visumod.plot_raw(data, iteration, normalized=False) Plot either a scatter, curve or surface plot. Parameters • data (np.array) – Raw data samples. • iteration (int) – Iteration number. • normalized (bool) – Whether the data is normalized. 1.6. visumod package 33 Surrogate optimizer, Release 0.0.0 Notes Surface plot not used yet. visumod.plot_training_history(history, train_in, train_out, test_in, test_out, predict, progress) Plot the evolution of the training and testing error. Parameters • history (tensorflow.python.keras.callbacks.History/metamod. ANN_pt.TrainHistory) – Metrics history during the training. • train_in (np.array/torch.Tensor) – Training input data. • train_out (np.array/torch.Tensor) – Training output data. • test_in (np.array/torch.Tensor) – Testing input data. • test_out (np.array/torch.Tensor) – Testing output data. • predict (method) – Predict method of the surrogate. • progress (list) – Training progress status. visumod.sample_size_convergence(metrics) Plot the sample size convergence. Parameters metrics (dict) – Dictionary of convergence metrics. visumod.surrogate_response(inputs, outputs, iteration) Plot the surrogate response. Parameters • inputs (np.array) – Input data. • outputs (np.array) – Output to plot. • iteration (int) – Iteration number. visumod.vis_design_space(data, iteration) Visualize the design space in design coordinates. Parameters • res (pymoo.model.result.Result) – Results object. • iteration (int) – Iteration number. visumod.vis_objective_space(data, iteration) Visualize the design space in objective coordinates. Parameters • res (pymoo.model.result.Result) – Results object. • iteration (int) – Iteration number. visumod.vis_objective_space_pcp(data, iteration) Visualize the design space in objective coordinates with the parallel coordinates plot. Parameters • data (np.array) – Multidimensional Pareto front. • iteration (int) – Iteration number. 34 Chapter 1. app CHAPTER 2 Indices and tables • genindex • modindex • search 35 Surrogate optimizer, Release 0.0.0 36 Chapter 2. Indices and tables Python Module Index c core, 8 core.model, 1 core.optimization, 2 core.settings, 4 core.surrogate, 5 d datamod, 17 datamod.evaluator, 8 datamod.problems, 13 datamod.results, 13 datamod.sampling, 15 m metamod, 26 metamod.ANN, 18 metamod.ANN_pt, 19 metamod.ANN_tf, 22 metamod.deploy, 24 metamod.performance, 25 metamod.validation, 26 o optimod, 28 optimod.performance, 28 optimod.termination, 28 r run, 30 v visumod, 33 visumod.plots, 31 37 Surrogate optimizer, Release 0.0.0 38 Python Module Index Index A C accuracy (core.surrogate.Surrogate attribute), 7 calculate_hypervolume() (in module opti- activation (metamod.ANN_pt.SparseModel at- mod.performance), 28 tribute), 21 call_ansys() (data- activations (in module metamod.ANN_pt), 19 mod.evaluator.EvaluatorANSYSAPDL adaptive_candidates() (in module vi- method), 10 sumod.plots), 31 call_ansys() (data- adaptive_methods (in module datamod.sampling), mod.evaluator.EvaluatorANSYSWB method), 15 10 algorithm (core.optimization.Optimization attribute), can_run_ansys() (data- 2 mod.evaluator.EvaluatorANSYS method), ANN (class in metamod.ANN_tf ), 22 9 ANN_base (class in metamod.ANN), 18 check_convergence() (core.surrogate.Surrogate ANN_pt (class in metamod.ANN_pt), 20 method), 7 ansys_project_folder (data- check_convergence() (in module meta- mod.evaluator.EvaluatorANSYS attribute), mod.performance), 25 8 check_licenses() (data- append_verification() mod.evaluator.EvaluatorANSYS method), (core.surrogate.Surrogate method), 7 9 append_verification_to_database() (in check_valid_settings() (in module module datamod.results), 13 core.settings), 4 ask_to_overwrite() (in module core.settings), 4 col_names (datamod.get_data attribute), 17 compare_pareto_fronts() (in module visumod), B 33 benchmark() (core.optimization.Optimization compare_surrogate() (in module visumod), 33 method), 3 converged (core.optimization.Optimization attribute), benchmark_accuracy() (in module meta- 2 mod.performance), 25 convergence_metric (core.surrogate.Surrogate at- best_hp (core.surrogate.Surrogate attribute), 7 tribute), 6 build_dense_model() (metamod.ANN_tf.ANN convergence_operator() (in module meta- method), 22 mod.performance), 25 build_hypermodel() (metamod.ANN_pt.ANN_pt coordinates (datamod.get_data attribute), 17 method), 20 core (module), 8 build_hypermodel() (metamod.ANN_tf.ANN core.model (module), 1 method), 23 core.optimization (module), 2 build_sparse_model() (metamod.ANN_tf.ANN core.settings (module), 4 method), 23 core.surrogate (module), 5 build_surrogate (in module run), 30 correlation_heatmap() (in module visumod), 33 cross_validate() (in module metamod), 26 39 Surrogate optimizer, Release 0.0.0 CubicSquared (class in datamod.problems), 13 EvaluatorBenchmark (class in datamod.evaluator), curve() (in module visumod.plots), 31 11 Custom (class in datamod.problems), 13 EvaluatorData (class in datamod.evaluator), 12 evaluators (in module core.model), 1 D data (core.surrogate.Surrogate attribute), 6 F datamod (module), 17 file (core.surrogate.Surrogate attribute), 6 datamod.evaluator (module), 8 fit() (metamod.ANN_pt.SparseModel method), 21 datamod.problems (module), 13 forward() (metamod.ANN_pt.SparseModel method), datamod.results (module), 13 21 datamod.sampling (module), 15 function (core.optimization.Optimization attribute), 3 default_termination() (in module opti- function (datamod.problems.Custom attribute), 13 mod.termination), 28 defined_metrics (in module meta- G mod.performance), 25 generate_results() (data- determine_samples() (in module data- mod.evaluator.Evaluator method), 8 mod.sampling), 15 get_blackblue_cmap() (in module visumod.plots), dim_in (core.model.Model attribute), 1 31 dim_in (datamod.get_data attribute), 17 get_callbacks() (metamod.ANN_tf.ANN method), dim_out (core.model.Model attribute), 1 23 dim_out (datamod.get_data attribute), 17 get_data (class in datamod), 17 direct (core.optimization.Optimization attribute), 2 get_info() (datamod.evaluator.EvaluatorANSYS diverging (core.surrogate.Surrogate attribute), 6 method), 9 dump_json() (in module core.settings), 4 get_info() (datamod.evaluator.EvaluatorBenchmark dump_object() (in module core.settings), 4 method), 11 get_info() (datamod.evaluator.EvaluatorData E method), 12 early_stop (metamod.ANN_pt.ANN_pt attribute), 20 get_info() (datamod.evaluator.RealoadNotAnEvaluator early_stop (metamod.ANN_tf.ANN attribute), 22 method), 12 early_stopping() (metamod.ANN_pt.SparseModel get_input_coordinates() (in module meta- method), 21 mod.deploy), 24 error (core.optimization.Optimization attribute), 3 get_input_from_id() (in module core.settings), 4 error_measure (core.optimization.Optimization at- get_operator() (in module optimod), 28 tribute), 3 get_plot_args() (in module visumod.plots), 31 evaluate() (datamod.evaluator.EvaluatorANSYS get_plotting_coordinates() (in module meta- method), 9 mod.deploy), 24 evaluate() (datamod.evaluator.EvaluatorANSYSAPDL get_range() (in module datamod), 18 method), 10 get_results() (data- evaluate() (datamod.evaluator.EvaluatorANSYSWB mod.evaluator.EvaluatorANSYSAPDL method), 11 method), 10 evaluate() (datamod.evaluator.EvaluatorBenchmark get_results() (data- method), 11 mod.evaluator.EvaluatorANSYSWB method), evaluate() (datamod.evaluator.EvaluatorData 11 method), 12 get_results_folders() (in module core.settings), evaluate_metrics() (in module meta- 4 mod.performance), 25 get_samples() (datamod.evaluator.EvaluatorData evaluate_samples() (core.surrogate.Surrogate method), 12 method), 7 GettingStarted (class in datamod.problems), 13 Evaluator (class in datamod.evaluator), 8 evaluator (core.model.Model attribute), 1 H EvaluatorANSYS (class in datamod.evaluator), 8 Halton (class in datamod.sampling), 15 EvaluatorANSYSAPDL (class in datamod.evaluator), header_names() (in module datamod.results), 13 9 heatmap() (in module visumod.plots), 31 EvaluatorANSYSWB (class in datamod.evaluator), 10 history (metamod.ANN_pt.TrainHistory attribute), 21 40 Index Surrogate optimizer, Release 0.0.0 hp_optimized (core.surrogate.Surrogate attribute), 6 name (metamod.ANN_pt.ANN_pt attribute), 20 name (metamod.ANN_tf.ANN attribute), 22 I no_samples (core.surrogate.Surrogate attribute), 6 initializers (in module metamod.ANN_pt), 19 norm_in (datamod.get_data attribute), 17 input (datamod.get_data attribute), 17 norm_out (datamod.get_data attribute), 17 input_param_name (data- normalize() (in module datamod), 18 mod.evaluator.EvaluatorANSYS attribute), 9 O invalid_param() (in module metamod.validation), Optimization (class in core.optimization), 2 26 optimization (in module run), 30 iteration (datamod.evaluator.Evaluator attribute), 8 optimization_stats iteration (datamod.evaluator.EvaluatorANSYSWB (core.optimization.Optimization attribute), attribute), 10 3 iterations (core.optimization.Optimization at- optimize() (core.optimization.Optimization method), tribute), 2 3 optimize() (in module run), 30 L optimize_hyperparameters() learning_curves() (in module visumod.plots), 31 (core.surrogate.Surrogate method), 7 load_json() (in module core.settings), 4 optimize_hyperparameters() (in module meta- load_object() (in module core.settings), 5 mod), 27 load_problem() (in module datamod), 18 optimized (metamod.ANN.ANN_base attribute), 19 load_results() (core.surrogate.Surrogate method), optimized_to_samples (core.surrogate.Surrogate 7 attribute), 6 load_results() (in module datamod.results), 14 optimod (module), 28 load_surrogate (in module run), 30 optimod.performance (module), 28 log_dir (metamod.ANN.ANN_base attribute), 19 optimod.termination (module), 28 optimum_model (core.optimization.Optimization at- M tribute), 3 make_data_file() (in module datamod.results), 14 optimum_surrogate make_response_files() (in module data- (core.optimization.Optimization attribute), mod.results), 14 3 make_workfolder() (in module core.settings), 5 output (datamod.evaluator.EvaluatorANSYSWB MatlabPeaks (class in datamod.problems), 13 attribute), 10 max_samples (in module core.surrogate), 5 output (datamod.get_data attribute), 17 metamod (module), 26 metamod.ANN (module), 18 P metamod.ANN_pt (module), 19 pareto_fronts() (in module visumod.plots), 32 metamod.ANN_tf (module), 22 pcp() (in module visumod.plots), 32 metamod.deploy (module), 24 perform_optimization (in module run), 30 metamod.performance (module), 25 plot_adaptive_candidates() (in module vi- metamod.validation (module), 26 sumod), 33 Model (class in core.model), 1 plot_raw() (in module visumod), 33 model (core.optimization.Optimization attribute), 2 plot_response() (core.surrogate.Surrogate model (core.surrogate.Surrogate attribute), 5 method), 7 model (in module run), 30 plot_results() (core.optimization.Optimization model (metamod.ANN_pt.ANN_pt attribute), 20 method), 3 model (metamod.ANN_tf.ANN attribute), 22 plot_training_history() (in module visumod), 34 N pretrain() (metamod.ANN_pt.ANN_pt method), 20 n_const (core.model.Model attribute), 1 pretrain() (metamod.ANN_tf.ANN method), 23 n_const (core.optimization.Optimization attribute), 2 problem (core.optimization.Optimization attribute), 3 n_obj (core.model.Model attribute), 2 problem (datamod.evaluator.EvaluatorBenchmark at- name (core.surrogate.Surrogate attribute), 6 tribute), 11 problem_ids (in module run), 30 Index 41 Surrogate optimizer, Release 0.0.0 problems (in module datamod.problems), 13 save_results (datamod.evaluator.Evaluator at- prune_model() (metamod.ANN_tf.ANN method), 24 tribute), 8 scale() (in module datamod), 18 R scale_samples() (in module datamod.sampling), 16 range_in (core.model.Model attribute), 1 scatter() (in module visumod.plots), 32 range_in (core.optimization.Optimization attribute), 2 scatter_pymoo() (in module visumod.plots), 32 range_in (datamod.get_data attribute), 18 scrape_license_info() (data- range_norm (core.surrogate.Surrogate attribute), 6 mod.evaluator.EvaluatorANSYS method), range_out (datamod.get_data attribute), 18 9 RealoadNotAnEvaluator (class in data- set_algorithm() (in module optimod), 28 mod.evaluator), 12 set_optimization() (in module optimod), 29 ref_point (core.optimization.Optimization attribute), set_problem() (core.optimization.Optimization 2 method), 3 ref_points (in module core.optimization), 2 set_surrogate() (in module metamod), 27 reload() (core.surrogate.Surrogate method), 7 set_validation() (in module metamod.validation), reload_info() (in module metamod), 27 26 reload_surrogate() (in module run), 30 set_validation_values() (meta- reoptimization_ratio (core.surrogate.Surrogate mod.ANN.ANN_base method), 19 attribute), 6 settings (in module core.settings), 4 report() (core.optimization.Optimization method), 3 setup (datamod.evaluator.EvaluatorANSYS attribute), 9 report() (core.surrogate.Surrogate method), 7 solve_problem() (in module optimod), 29 report_divergence() (in module meta- source_file (datamod.evaluator.EvaluatorData at- mod.performance), 25 tribute), 12 res (core.optimization.Optimization attribute), 3 SparseModel (class in metamod.ANN_pt), 21 resample_adaptive() (in module data- split_holdout() (in module metamod.validation), mod.sampling), 15 26 resample_static() (in module datamod.sampling), split_kfold() (in module metamod.validation), 26 15 split_methods (in module metamod.validation), 26 response (datamod.get_data attribute), 17 split_rlt() (in module metamod.validation), 26 response_grid() (in module datamod.sampling), 16 Squared (class in datamod.problems), 13 restart_check() (in module core.settings), 5 store() (metamod.ANN_pt.TrainHistory method), 22 results (datamod.evaluator.EvaluatorBenchmark at- subnetworks (metamod.ANN_pt.SparseModel at- tribute), 11 tribute), 21 retrieve_metric() (in module meta- surface_pymoo() (in module visumod.plots), 32 mod.performance), 25 Surrogate (class in core.surrogate), 5 RMSE() (in module metamod.performance), 25 surrogate (core.optimization.Optimization attribute), run (module), 30 3 surrogate (core.surrogate.Surrogate attribute), 7 S surrogate (in module run), 30 sample() (core.surrogate.Surrogate method), 8 surrogate_response() (in module visumod), 34 sample() (in module datamod.sampling), 16 surrogates (core.surrogate.Surrogate attribute), 7 sample_adaptive() (in module datamod.sampling), swish() (in module metamod.ANN_pt), 22 16 sample_bounds (in module datamod.sampling), 15 T sample_size_convergence() (in module vi- tbd (metamod.ANN.ANN_base attribute), 18 sumod), 34 template (datamod.evaluator.EvaluatorANSYSWB at- samples (core.surrogate.Surrogate attribute), 7 tribute), 10 sampling_iterations (core.surrogate.Surrogate termination (core.optimization.Optimization at- attribute), 6 tribute), 2 samplings (in module datamod.sampling), 15 train() (core.surrogate.Surrogate method), 8 save() (core.surrogate.Surrogate method), 8 train_from_data (in module run), 30 save() (metamod.ANN_pt.ANN_pt method), 20 train_surrogate() (in module metamod), 27 save() (metamod.ANN_tf.ANN method), 24 train_surrogate() (in module run), 30 save_figure() (in module visumod.plots), 32 trained (core.surrogate.Surrogate attribute), 6 42 Index Surrogate optimizer, Release 0.0.0 TrainHistory (class in metamod.ANN_pt), 21 U unnormalize_res() (in module optimod), 29 update_input() (data- mod.evaluator.EvaluatorANSYSAPDL method), 10 update_input() (data- mod.evaluator.EvaluatorANSYSWB method), 11 update_settings() (in module core.settings), 5 V valid_licences (data- mod.evaluator.EvaluatorANSYS attribute), 9 validation_points (metamod.ANN.ANN_base at- tribute), 19 verification (core.surrogate.Surrogate attribute), 6 verification_file (core.surrogate.Surrogate at- tribute), 6 verify() (core.optimization.Optimization method), 4 verify_results() (in module opti- mod.performance), 28 vis_design_space() (in module visumod), 34 vis_objective_space() (in module visumod), 34 vis_objective_space_pcp() (in module vi- sumod), 34 visumod (module), 33 visumod.plots (module), 31 W workbench_project (data- mod.evaluator.EvaluatorANSYSWB attribute), 10 write_results() (in module datamod.results), 14 write_stats() (metamod.ANN.ANN_base method), 19 Index 43
yao
go
Kent Yao’s Blog Sugar 发布 0.1.0 Kent Yao 2021 年 01 月 27 日 Contents: 1 Indices and tables 1 i ii CHAPTER 1 Indices and tables • genindex • modindex • search 1
scrape
go
Scrape 0.1a3 documentation ### Navigation * [Scrape 0.1a3 documentation](index.html#document-index) » [[S]crape](_images/scrape_logo2.png) - the Documentation[¶](#shdr-the-documentation "Permalink to this headline") ================================================================================================================= [S]crape is a tool developed to help researchers extract selective data from web publications. It is particularly useful for serial web publications which have similar structure over many issues. You interactively develop a selection and extraction set of commands, and run them across a series of issues, generating output (JSON or CSV). [[S]crape](_images/scrape_logo2.png) Overview[¶](#shdr-overview "Permalink to this headline") --------------------------------------------------------------------------------------------- ### Context[¶](#context "Permalink to this headline") [![[S]crape](_images/scrape_logo2.png)](_images/scrape_logo2.png) operates within the following environment: ![[S]crape Context](_images/graphviz-5b80bd82137457c5d465f221bd1045db439506e5.png) ### Modes of Operation[¶](#modes-of-operation "Permalink to this headline") You operate [S]crape in one of two ways: > > * interactively; > * batch; > > > [S]crape starts and opens targets through a browser [[1]](#id3), and gets it’s data from that browser. You can interactively highlight sections in the browser and scrape will give you unambiguous code to select that data. As with a *Google* search, skill will help make the search term (xpath or css selector) more general, yet specific enough to return your desired result. Inspect results as you work interactively until you are satisfied and then save a range of commands from your history to develop your script. At anytime you can load and run scripts against an opened target. Thus you build up a complete script incrementally. In batch mode, you can automatically run it over a pattern or list of targets. You can test your scripts interactively in headless mode (that is, without a browser). You can also run batch either with a browser, or headless. ### Knowledge You Should Have[¶](#knowledge-you-should-have "Permalink to this headline") You should have a general understanding of *HTML* and *CSS* structure and form. You don’t need to know much, but you should be able to understand and recognize what you are looking at when looking at small portions of web page source, and have an understanding of what type of thing you are trying to extract, i.e. path, attribute, or text. You will need some basic understanding of [XPATH](http://www.w3schools.com/xpath/xpath_syntax.asp) syntax and [CSS Selectors](http://www.w3schools.com/cssref/css_selectors.asp) as you will be using these to describe what you are looking for. When manually highlighting something in your browser, [S]crape will return an *XPATH*. Often a *CSS selector* is both shorter and more accurately selective. [S]crape allows you to view context near your selection. This makes it easy to pick a different form of selector and test it before saving it to your script. ### [[S]crape](_images/scrape_logo2.png) Shell[¶](#isp-shell "Permalink to this headline") In interactive use, [S]crape is similar to a typical command shell, such as `sh` or `bash`, or `cmd` on Windows. In command interpreters, there are typically built-in commands and a way to execute external commands. Shells also provide variables, and some sort of program control. [S]crape has a rich set of built-in commands, and allows calling external commands through your system’s shell. You can also add built-in commands by writing extensions to [S]crape in Python (*plugins*). Since [S]crape outputs tables [[2]](#tables), variable names are like table column names. This means every variable in [S]crape is a list (you can think of them as arrays), and every table an associative array of variables. In fact, you can save the result of your [S]crape as either `csv`, `json` or `yaml`. There are other important kinds of variables in [S]crape. | vars: | Output variables are the normal variables, and are used to specify output table column names. | | local: | Local variables are similar to output variables, only they are omitted from tables. These are used for intermediate results. Local variables have scope per output table. | | global: | These variables persist across output table changes. | [S]crape is least like shells in that there is no familiar loop control. This simplifies traversing an *HTML* tree and extracting data. Instead of looping, you traverse to locations in the XPATH tree of the input file. We refer to selected (current) XPATH locations as *nodes*. Typical [S]crape operation involves traversing a document’s tree, extracting selected content from those nodes, and repeating. In place of program control, you control which nodes you search from. Multiple nodes can be active (for example all the list items of some part of the document), so scripts tend to be rather short. Some general control mechanisms [S]crape provides are: | root: | Normally, navigation through the document is incremental. This sets the root of the tree to the starting `<html>` tag. When the root of the document tree is set, it’s children are the active children, so in this case, normally `<head>` and `<body>` tags will be *current* starting nodes. | | body: | This resets the root node to the `<body>` tag. | | grab: | [S]crape opens a browser when it starts, and communicates with it. `grab` gets a highlited region from your browser, giving you an `xpath` to it. | A majority of [S]crape commands involve selecting a node using an xpath selector, a css-selector, or a combination of path and text search. The remaining commands deal with interactive use (history, view variables, run scripts, save or load scripts), and outputing results (tables). --- Footnotes | [[1]](#id1) | [S]crape uses a [Selenium](http://seleniumhg.org) Client Driver to run your browser. At this time [S]crape only supports Firefox. | | [[2]](#id2) | [S]crape was initially designed to output CSV, but this is a bit too restricting. For one thing, to change the view of the data (the order of way the data is populated into columns, the number and contents of tables) one would need to re-scrape the source. This is why you have a choice of saving variables as JSON or YAML also. Then, you could rebuild, re-shape your tables from your saved data source. | [[S]crape](_images/scrape_logo2.png) Installation[¶](#shdr-installation "Permalink to this headline") ----------------------------------------------------------------------------------------------------- [![[S]crape](_images/scrape_logo2.png)](_images/scrape_logo2.png) requires the following: > > * a recent version of [python](http://python.org/download/releases/) 2.7 > * a recent version of [Firefox](http://www.mozilla.org/firefox) [[1]](#browser) > > > Installing [S]crape will install or upgrade the following python libraries: > > * argparse > * lxml > * cssselect > * PyYAML > * selenium > * [S]crape‘s version of envoy > * a [S]crape plugin library > > > Installation requires you have a compiler on your machine. For Linux systems, this should already be the case. For Macintosh OS/X systems, downloaded Xcode free from the [Mac App Store](https://itunes.apple.com/us/app/xcode/id497799835) (also install the command line tools). Alternatively, you may be able to install just the command-line tools (see <https://github.com/kennethreitz/osx-gcc-installer> - we have not tried this). For Windows platforms, this is not a straightforward process. See the `MS Windows` section at <http://lxml.de/installation.html>. ### Installing [[S]crape](_images/scrape_logo2.png)[¶](#installing-isp "Permalink to this headline") Prerequisites: * [python](http://python.org/download/releases/) 2.7 * a recent version of [Firefox](http://www.mozilla.org/firefox) **Recommended:** * [virtualenv](https://pypi.python.org/pypi/virtualenv) * [pip](http://www.pip-installer.org/) I suggest you use python’s `virtualenv`, particularly your first time with [S]crape (see [virtualenv](https://pypi.python.org/pypi/virtualenv)). This will ensure you have an isolated, clean python install of [S]crape to start. Once you have this working, you may consider installing this your system’s python site-libraries. To properly use `virtualenv`, you’ll need `pip`. Ensure you have `pip` installed: ``` $ which pip ``` If you don’t have pip installed, then install it: ``` $ easy_install pip ``` If you do have pip, be sure it’s up-to-date: ``` $ pip install --upgrade pip ``` Todo Have yet to debug the scrape.gz install file (installation does not mirror setup.py). Now, install the current version of [S]crape. Currently, you must do this from sources. Clone a copy of [S]crape and run setup.py: ``` $ hg clone ssh://hg@bitbucket.org/yarko/scrape $ cd scrape $ python setup.py install ``` --- Footnotes | [[1]](#id1) | Firefox is the only browser officially supported for [S]crape. As an alternative, you may try a current version of [Chrome](http://www.google.com/chrome), but note that you will need to download a [chrome-webdriver](https://code.google.com/p/chromedriver/). For some combinations of versions of Chrome, chrome-webdriver and selenium, timeouts didn’t properly work. For some medical journal sites with continuous stream advertising, Chrome would not respond (would never return when called from scrape). | Tutorials[¶](#id1 "Permalink to this headline") ----------------------------------------------- Select the tutorials which are appropriate for what you want to do. To start, I recommend you follow the installation checkout and tutorial on this page, followed by the example PyCon project. These brief tutorials will introduce the concepts and strategies for using scrape, as well as give an overview of some of the most useful commands. ![[S]crape tutorials](_images/graphviz-1a584fa556b22fe87b08ee9e8ad17a12546f2160.png) ### Introduction to [S]crape[¶](#introduction-to-sp "Permalink to this headline") #### Getting Started[¶](#getting-started "Permalink to this headline") ##### Overview[¶](#overview "Permalink to this headline") ##### Introduction[¶](#introduction "Permalink to this headline") We’ll start by making sure you have [S]crape installed. To start, I’ll assume you have installed [S]crape in a `virtualenv`. [Activate](https://pypi.python.org/pypi/virtualenv) the virtual environment where you have installed [S]crape, and run `scrape`: ``` $ scrape http://scrape.readthedocs.org ``` This should start [S]crape and open its documentation in Firefox [[2]](#fox). > > > > > > [![_images/webdriver.png](_images/webdriver.png)](_images/webdriver.png) > > > > > * your Firefox should have “WebDriver” displayed in the lower-right; > > > + this indicates that this Firefox is being controlled from [S]crape. > * you should see a log of the plugins registered (scrape comes distributed with one - `affiliations`); > > > + if you don’t see `scrape: INFO - ...registering plugins:` in your [S]crape shell, then likely something is incomplete in your installation. You can continue with the exercises, but you will need to install plugins when you need them.[![_images/startup-prompt.png](_images/startup-prompt.png)](_images/startup-prompt.png) > > > At the `[S]crape >>>` prompt type the following: ``` [S]crape >>> help ``` > > [![_images/help.png](_images/help.png)](_images/help.png) > [S]crape gives you access to an HTML file or web page. It does this by parsing your web page into a *tree* of HTML *nodes*. You then traverse the tree of nodes, scraping the information you want from a selected nodes. [S]crape starts by setting the root node of your HTML page [[1]](#root) to the `<html>` node. Let’s show the contents of the current node: ``` [S]crape >>> show node ``` You should see the source for the two subnodes (children) of the `<html>` tag, the `<head>` and `<body>` tags of the [S]crape document page. This is the content of the document, rooted at `html` [[3]](#blank). Just to confirm, lets count the current number of selected nodes: ``` [S]crape >>> nodes ``` When you will be looking at larger, more verbose selections, it can also be helpful to review just the tags of the selected nodes: ``` [S]crape >>> tags ``` The general starategy for using [S]crape is: > > * select a scrape target (a web page); > * declare a table name (which will hold a set of variables); > * navigate the web page’s tree; > * declare a variable to collect information; > * capture the desired information; > * repeat as desired; > * save a table to a file; > * lastly, save your interactive commands to a script to run later. > > > When looking a [S]crape target, it’s useful to also open the source view. When you are starting with a new page, you can easily search the various tags and attributes of the `html` elements. Do that now - right-click on your webpage, and select `View Page Source`. For this tutorial, we’ll save the headers to develop an outline for this page. The outline we’d like to make consists of the headers, `Contents:`, `Alternatives`, and so forth. In your source window, search for `Contents:`. > > [![_images/h2.png](_images/h2.png)](_images/h2.png) > `Contents:` is in an `<h2>` tag, as is `Alternatives`; this looks like a reasonable target for our scrape. [S]crape provides a simplified interface to the libxml2 library, so that most of the information you will find about `xpath` selectors and `cssselectors` will work as you expect. [S]crape also combines, extends and adds other commands for interactive use. For example, `find\_by\_text` will search nodes selected by an xpath expression for a string. You might like view <http://www.w3schools.com/xpath/xpath_syntax.asp> for reference during this tutorial. Let’s find the subheadings on our target page to see if this will give us the page outline we’d like: ``` [S]crape >>> findall .//h2 [S]crape >>> show node ``` This should find all the `<H2>` nodes under the current node. More than one node is found - `show` displays all of the currently selected nodes. > > [![_images/showh2.png](_images/showh2.png)](_images/showh2.png) > There are four active nodes, as verified by: ``` [S]crape >>> nodes ``` The text of these nodes seems like it would serve nicely as an outline, so lets capture those. First, declare a table name and a variable to collect output (if you don’t declare a table name, the default is `scrape\_table`). Setting `var my\_name` will select a variable to collect data. The variable does not need to exist (it will be created). If you change tables before you’ve saved their output, they are stored so you can later add to their variables (and output). ``` [S]crape >>> table outline [S]crape >>> var topics ``` When you save the output from this table, it will be saved in a file `outline.csv`. You can also save the output as `json` or `yaml`. Once you save a table, its values are emptied. So far, this table has one column - one variable. To see what the various variables of a table currently have, we issue the `show out` command to show pending output (the current table’s contents). [S]crape variables are lists of values. Varible names are shown with a colon (`my\_var:`), and their values are shown preceded by a ‘-‘. The `text` command will collect text contents of the currently selected `HTML` nodes into the current variable. ``` [S]crape >>> show out [S]crape >>> text [S]crape >>> show out ``` > > [![_images/topics.png](_images/topics.png)](_images/topics.png) > There was no output pending prior to the `text` command. If you wanted to save this now, the `table` command (with no argument) will output the current table to a `csv` file with the same name (if one already exsits, it will not be overwritten; the name will be numerically extended). If you want to save your script for later, look at your history. Only scrape commands which act on pages are saved in history. You can choose which parts of history you save to a script file. ``` [S]crape >>> history [S]crape >>> help save ``` If you’d like, save your script now. You can edit saved [S]crape scripts with a text editor. You can add comments, which begin with ‘#’ and extend to the end of the line. There is an alternate form for selecting tables and variables, which may help the commands in your script (and what they apply to) stand out. If you’d like, in place of: ``` table outline var topics ``` you can equivalently write: ``` [ outline ] < topics > ``` To exit [S]crape, see `help EOF`. After our brief interactive session with [S]crape, here’s what our script looks like: ``` ## # [S]crape script to get outline of a page # # - gets the text of <h2> headings; # [ outline ] < topics > findall .//h2 text table # save outline.csv ``` ###### Summary[¶](#summary "Permalink to this headline") In this introductory tutorial, we’ve > > * shown one way to select nodes; > * defined tables and variables; > * saved selected content; > * saved a [S]crape script; > > > Please continue with the next tutorial. Happy [![[S]crape](_images/scrape_logo2.png)](_images/scrape_logo2.png) ing! --- Footnotes | [[1]](#id2) | You can easily set to the root of the document at any time to either the entire document, or the body - see `help doc` and `help body`. | | [[2]](#id1) | Be sure you’ve installed [S]crape and a current Firefox browser. | | [[3]](#id3) | Note that when you look at an empty page (`about:blank`), scrape will create a minimal parse tree for you (`<html><head/><body/></head>`). | ### Developing a Project[¶](#developing-a-project "Permalink to this headline") This is the second tutorial in a series. From the introductory tutorial, we saw how to select a destination (file or URL). Initially, it’s also beneficial to view the destination’s source along with the browser window. You can either search for what interests you in the source window, or use `inspect element` to get to the item that interests you. Once you’ve quickly found the item of interest, you can start trying various tree traversal commands to get to related items in [S]crape, view the nodes found, and save some part of their content in [S]crape variables for output. You can also save your script activity into a script, which you can edit and run later in [S]crape. In this tutorial we’ll see how to backtrack and make corrections. We’ll also see how the various [S]crape commands behave when applied to multiple nodes. Note *A word about* [S]crape ing *public sites*: Be a *Good Citizen*! * avoid repeatedly hitting a site, and loading its servers; * always check for copyright, and observe fair use doctrines. #### PyCon Volunteer Reporting[¶](#pycon-volunteer-reporting "Permalink to this headline") Here’s our project: the US PyCon 2013 Conference is coming up. PyCon is a community conference and depends heavily on voluneers. We want to track how many volunteers we still need for session staff [[1]](#sessstaff). The conference site lists the sessions and staff on <http://us.pycon.org/2013/schedule/sessions>. Since this will likely change dynamically, we’ll use a snapshot version we saved, just as you would when first developing a script (in order to spare repeatedly hitting a site’s servers). Having a static copy will also make it easier to follow along with the tutorial (also, after the conference, there will be no unfulfilled needs, so the web data won’t be as interesting): > > * download [`tutorial2.zip`](_downloads/tutorial2.zip). > > > #### Getting Oriented with [S]crape Commands[¶](#getting-oriented-with-s-commands "Permalink to this headline") Let’s review what we’ve learned so far. When you open [S]crape with a `URL`, [S]crape opens the url in a browser and parses it into a tree of nodes held in scrape. These nodes are what you navigate. Using xpath and cssselect you select nodes and extract data. The ability to inspect aspects during the process is useful, as well as being able to run scripts in batch. In this tutorial we’ll introduce some of the rhyme and reason behind [S]crape. Since [S]crape has over 60 commands, let’s start by describing some structure around the commands (we will only introduce some of them in this tutorial). ![[S]crape Context](_images/graphviz-5b80bd82137457c5d465f221bd1045db439506e5.png) [S]crape commands affect each of these areas. Most of the action happens in the hub - in [S]crape itself. The type of commands in [S]crape are: > > * navigation > * content extraction (capturing) > * interaction > * settings > * variables > > > #### A Starting Strategy[¶](#a-starting-strategy "Permalink to this headline") The first time you open a target `URL` it can be useful to open the page’s source from the browser (I have them side-by-side at first). To open the page source right-click in the browser page: [![_images/page_source.png](_images/page_source.png)](_images/page_source.png) For smaller pages, it can be useful to search in the source for what interested you in the browser. For larger pages, it can sometimes be easier to simply highlight what interests you in the web page, and use the [S]crape `grab` command to give you a small context. From there, it can be easier to search for the larger context in the source window, so you can get a good view of the context around your interest. Let’s do that now. Unzip the tutorial file (I’ve replaced the >1M in images with a single pixel gif to keep things manageable). You should have a file `sessions.html` and a directory `sessions\_files`. Assuming you’ve unzipped in the current directory run `scrape`: ``` $ scrape sessions.html ``` To orient ourselves, use a few of the interaction commands from the *Introductory Tutorial*: ``` [S]crape >>> nodes 2 [S]crape >>> tags ['head', 'body'] [S]crape >>> ``` In this case, we are not concerned with any of the meta-data which might be in the `<head/>`: ``` [S]crape >>> body [S]crape >>> nodes 7 [S]crape >>> tags ['header', 'div', 'script', 'script', 'script', 'script', 'div'] [S]crape >>> ``` Looking at our browser window, the sessions are named and listed as visual blocks. Here are the parts interesting for our task: [![_images/session_view1.png](_images/session_view1.png)](_images/session_view1.png) Scrolling to the bottom of the browser page, we see there are 42 sessions. We can see that each session has a `Session Chair` and a `Session Runner`. If no one has signed up, the page shows: `No volunteers signed up`. We need a total of 84 volunteers. We’ll need to gather information after the session name (e.g. `Session #1`). Unfortunately, there’s a lot of `HTML` code for headers, sponsors, and so forth - but let’s go to our browser’s source window and search for `Sessions`. It looks like our info is all contained in an `HTML` list. [![_images/list_view1.png](_images/list_view1.png)](_images/list_view1.png) Let’s just start by seeing what happens when we try to get the list of sessions. If we try findclass: ``` [S]crape >>> findclass unstyled [S]crape >>> nodes 43 [S]crape >>> ``` It looks like we might have gotten the 42 session (their content looks to be held in `<ul class="unstyled">` lists), and the outermost list holding them. You can look at what was selected with `show node`, but it’s a little easier to digest at this point in the browser-source window. This is close to what we wanted, but not quite. #### Adjusting Course[¶](#adjusting-course "Permalink to this headline") If you use further [S]crape navigation commands (such as *findclass*), they will act from each of the currently selected nodes. We’re not where we want to be, so let’s back up: ``` [S]crape >>> body ``` Some smaller ways you can back up in the tree: > > * doc, or root (aliases) > * getprevious > * getparent > > > See the *help* for these, and experiment with them. Now, let’s try a couple of other commands to see if you can get to the 42 nodes of interest (look for hints in the browser-source view). Here are a few examples (I’ll omit the output, so be sure to follow along at your computer): ``` [S]crape >>> flindclass unstyled [S]crape >>> nodes [S]crape >>> tags [S]crape >>> body [S]crape >>> help cssselect [S]crape >>> cssselect div.box-content ul.unstyled [S]crape >>> nodes [S]crape >>> tags ``` There are a couple of ways to get to what we want (you may find others). Cssselectors are easy to write and powerful. Xpath expressions are explicit and functional (if you learn xpath expressions, you can take advantage of that knowledge for navigating `XML` documents also). I find that either `cssselect h1+ul.unstyled` or `find .//ul[@class='unstyled']` work. The css expression says: > > *get all the elements* `ul` *which immediately follow an* `h1`, *and which have class* `unstyled`. The xpath expression says: > > *get the next (single)* `ul` *node with class* `unstyled`. The `.//tag\_name` form says look anywhere (any depth) under the current node. I prefer the xpath expression - for this case, it seems more suitable, closer to what we intend. ``` [S]crape >>> body [S]crape >>> find .//ul[@class="unstyled"] [S]crape >>> nodes [S]crape >>> show node ``` This looks like the spot we were interested in, in the browser-source. #### Saving Output[¶](#saving-output "Permalink to this headline") So that we can have context, let’s collect the session name. Let’s also scrape the text of the first `ul` under that - the session volunteers. I want to have 42 names, and 42 pieces of volunteer information. Thus we can determine which sessions have needs. The first `ul` under each session name will do this for us. First, lets try to select the sessions. From the last `show` command, we can see *Session #42*. ``` [S]crape >>> findall ./li [S]crape >>> nodes [S]crape >>> show ``` Note that findall has a single `'/'` - this will find only direct children of our current `ul` node. Now lets get our session names: ``` [S]crape >>> find ./a [S]crape >>> nodes [S]crape >>> show ``` We use find (not findall) because we only want the first `a` tag under each of our 42 nodes. This time, the *show* command is a joy to look at - it’s clear that we have the session names, that our 42 nodes are indeed exactly what we want. The text of these nodes contain the session names we want. We’re ready to setup some variables: ``` [S]crape >>> [sessions_table] [S]crape >>> <session> [S]crape >>> text [S]crape >>> show out ``` We have our 42 session names waiting to be output. But still we need to add information about the volunteer status of each. Thankfully, we have the browser-source window to refer to. We can see that after the `<a>` containing our session names we want the `ul` nodes which are the first children of the `div` tag following `li`. The **getnext** command will get the next sibling node (the `div` we want). From there we will get the `ul` directly under: ``` [S]crape >>> getnext [S]crape >>> nodes # confirm [S]crape >>> show [S]crape >>> find ./ul [S]crape >>> nodes # still looks good ``` Where *text* will get the text inside the tag (up to the next child tag), text\_content will get *all* the text inside a tag, even that inside other enclosed nodes. We’re ready to save the status of the volunteers - we’ll put this in a *volunteer* variable. ``` [S]crape >>> <volunteer> [S]crape >>> text_content [S]crape >>> show out ``` There is a good deal of *white space*, but we’ll easily deal with that outside of scrape. I think the form of *show out* (yaml) would be easy to read into a python script which will do the counting. ``` [S]crape >>> yaml sessions.yaml ``` You could have also saved this as either *json* or *csv* (the latter using the *table* command). Either json or yaml is convenient for loading into python data structures. I chose yaml because it is easy on the eyes when viewing the scraped data file. #### Running Another Day[¶](#running-another-day "Permalink to this headline") We’ll need to run this script quite often to keep the current volunteer needs up to date, so we’ll need to save our script. Have a look at your history: ``` [S]crape >>> history ``` Notice that history shows your navigation commands, but not your interactive insepction commands. Scripts are saved from this command history, so inspection commands are not stored there. You could edit your script file (comments start with `'#'`), and eliminate any false starts, and test the edited result, or you could select which part of your history to save, and go from there. You decide: ``` [S]crape >>> help save [S]crape >>> save sessions.scrape ``` Before you exit [S]crape, edit your file, and test it by running it against the current page (I use the *gvim* editor; you should use your favorite): ``` [S]crape >>> clear volunteers session # clear variables [S]crape >>> show out # should now have no output pending [S]crape >>> load sessions.scrape [S]crape >>> show out ``` Loading a script runs it against the current document tree. You can run your script in *headless* mode: ``` $ scrape -H -s sessions.scrape http://us.pycon.org/2013/schedule/sessions ``` I leave it to you to develop a script to count and report on volunteer needs, based on *sessions.yaml*. Mine was under 12 lines of python. Whatever you use for postprocessing, you can also run it from your *sessions.scrape* by adding something like this to the bottom of your script: ``` # after saving your yaml / json / csv file: !python my_script.py sessions.yaml ``` #### Summary[¶](#summary "Permalink to this headline") After this exercise, your script should look similar: ``` ## Count volunteer signups for PyCon Sessions # # open http://us.pycon.org/2013/schedule/sessions/ # body # I save to a different name than this table, which would be default; [s_table] find .//ul[@class='unstyled'] findall ./li find ./a <session> # column1: the session name text getnext find ./ul <txt> # column2: who's signed up to staff the session; text_content yaml sessions !python session_volunteer_counter.py sessions.yaml ``` Let’s look at which commands in [S]crape we used: > > * navigation: > + body > + cssselect > + find > + findall > + findclass > + getnext > * capturing: > + text > + text\_content > * interaction: > + help > + history > + nodes > + show > + show out > + tags > * settings: > + headless (-H) > * variables: > + clear > + “[...]”, or table > + “<...>”, or var > * output: > + yaml > * scripts: > + load > + save > * shell: > + ”!”, or shell > > > Happy [![[S]crape](_images/scrape_logo2.png)](_images/scrape_logo2.png) ing! --- Footnotes | [[1]](#id1) | Session staff consist of chairs and runners. Chairs introduce speakers, manage questions and keep track of time. Runners get speakers to their talk on time and ensure they have everything they need. A typical session consists of 3 talks. Sessions run simultaneously in multiple rooms. | ### [*Introduction to [S]crape*](index.html#document-tutorials/intro)[¶](#introduction-to-s-crape "Permalink to this headline") > > The [*“Getting Started” Tutorial*](index.html#document-tutorials/intro) > will help you confirm your installation, and > introduce the basic [![[S]crape](_images/scrape_logo2.png)](_images/scrape_logo2.png) concepts. ### [*Developing a Project*](index.html#document-tutorials/pycon)[¶](#developing-a-project "Permalink to this headline") > > In this [*Intermediate Tutorial*](index.html#document-tutorials/pycon), > we’ll look at using [![[S]crape](_images/scrape_logo2.png)](_images/scrape_logo2.png) to report on volunteers > signed up for running talks at a national conference. > In the process, will look at the different groups > of commands in [![[S]crape](_images/scrape_logo2.png)](_images/scrape_logo2.png) and introduce some > useful patterns for developing scripts. Copyright Notice[¶](#copyright-notice "Permalink to this headline") ------------------------------------------------------------------- Copyright (c) 2013, The University of Chicago. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: > > * Redistributions of source code must retain the above copyright > notice, this list of conditions and the following disclaimer. > * Redistributions in binary form must reproduce the above > copyright notice, this list of conditions and the following > disclaimer in the documentation and/or other materials provided > with the distribution. > * Neither the name of The University of Chicago nor the names > of its contributors may be used to endorse or promote products > derived from this software without specific prior written > permission. > > > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [*Overview*](index.html#document-overview)[¶](#overview "Permalink to this headline") ------------------------------------------------------------------------------------- > > What’s involved, required knowledge, and the basic modes of operation. [*Installation*](index.html#document-installation)[¶](#installation "Permalink to this headline") ------------------------------------------------------------------------------------------------- > > Software and browser requirements. [*Tutorials*](index.html#document-tutorials/contents)[¶](#tutorials "Permalink to this headline") ------------------------------------------------------------------------------------------------- > > Get started with a concrete examples. Alternatives[¶](#alternatives "Permalink to this headline") ----------------------------------------------------------- Examples of just some of the alternatives to [S]crape include: > > * [scrapy](http://doc.scrapy.org) > * [twill](http://twill.idyll.org) > * [dryscrape](http://dryscrape.readthedocs.org) > * [django-dynamic-scraper](http://django-dynamic-scraper.readthedocs.org) > > > You can also look through the *notable tools* section on [Wikipedia](http://www.wikipedia.org/wiki/Web_scraping). Many of these are either not interactive, or are programmers libraries or toolkits. [S]crape is an interactive script development tool which, with a modicum of knowledge, is both powerful and simple. [S]crape scripts use [S]crape commands, shell commands, and commands provided by extensions. [*Copyright Notice*](index.html#document-LICENSE)[¶](#license "Permalink to this headline") ------------------------------------------------------------------------------------------- > > This license applies to the program, [![[S]crape](_images/scrape_logo2.png)](_images/scrape_logo2.png), and its documentation. Work in Progress[¶](#work-in-progress "Permalink to this headline") ------------------------------------------------------------------- This document is currently a work-in-progress. Here are a list of known items left to do: Todo Have yet to debug the scrape.gz install file (installation does not mirror setup.py). (The [*original entry*](index.html#index-0) is located in /home/docs/checkouts/readthedocs.org/user\_builds/scrape/checkouts/latest/source/installation.rst, line 92.) Indices and tables[¶](#indices-and-tables "Permalink to this headline") ----------------------------------------------------------------------- * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html) Please enable JavaScript to view the [comments powered by Disqus.](http://disqus.com/?ref_noscript) [comments powered by Disqus](http://disqus.com) ### [Table Of Contents](index.html#document-index) * [Overview](index.html#document-overview) + [Context](index.html#context) + [Modes of Operation](index.html#modes-of-operation) + [Knowledge You Should Have](index.html#knowledge-you-should-have) + [Shell](index.html#isp-shell) * [Installation](index.html#document-installation) + [Installing](index.html#installing-isp) * [Tutorials](index.html#document-tutorials/contents) + [Introduction to [S]crape](index.html#document-tutorials/intro) - [Getting Started](index.html#getting-started) * [Overview](index.html#overview) * [Introduction](index.html#introduction) + [Summary](index.html#summary) + [Developing a Project](index.html#document-tutorials/pycon) - [PyCon Volunteer Reporting](index.html#pycon-volunteer-reporting) - [Getting Oriented with [S]crape Commands](index.html#getting-oriented-with-s-commands) - [A Starting Strategy](index.html#a-starting-strategy) - [Adjusting Course](index.html#adjusting-course) - [Saving Output](index.html#saving-output) - [Running Another Day](index.html#running-another-day) - [Summary](index.html#summary) + [`Introduction to [S]crape`](index.html#introduction-to-s-crape) + [`Developing a Project`](index.html#developing-a-project) * [Copyright Notice](index.html#document-LICENSE) ### Quick search Enter search terms or a module, class or function name. ### Edit this document! Anyone with a Github account can edit and submit changes directly through the Web. 1. Click to edit: [Scrape 0.1a3 documentation](https://github.com/yarko/scrapedoc/blob/master/source/index.rst) 2. **Edit** using GitHub's editor in your web browser (click 'Edit' tab on the top right) 3. Fill in the **Commit message** the bottom of the page describing *why* you made the changes. If you've completed your changes, press the **Propose file change** button. 4. If you've completed your changes, click **Send a pull request**. 5. Your changes are now queued for review under the project's [Pull requests](https://github.com/yarko/scrapedoc/pulls) tab on GitHub! For an introduction to the documentation format see [the reST primer](http://docutils.sourceforge.net/docs/user/rst/quickstart.html). ### Navigation * [Scrape 0.1a3 documentation](index.html#document-index) » © Copyright 2012-2013, Yarko Tymciurak, and The University of Chicago. Created using [Sphinx](http://sphinx.pocoo.org/) 1.3.1. Built by [ReadTheDocs.org](https://readthedocs.org)
ecs
go
Search — Entity-Component-System 0.1 documentation ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](index.html) » Search ====== Please activate JavaScript to enable the search functionality. From here you can search these documents. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing fewer words won't appear in the result list. ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](index.html) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. Index — Entity-Component-System 0.1 documentation ### Navigation * [index](# "General Index") * [modules](py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](index.html) » Index ===== [**A**](#A) | [**C**](#C) | [**D**](#D) | [**E**](#E) | [**N**](#N) | [**P**](#P) | [**R**](#R) | [**S**](#S) | [**U**](#U) A - | | | | --- | --- | | [add\_component() (ecs.managers.EntityManager method)](api.html#ecs.managers.EntityManager.add_component) | [add\_system() (ecs.managers.SystemManager method)](api.html#ecs.managers.SystemManager.add_system) | C - | | | | --- | --- | | [Component (class in ecs.models)](api.html#ecs.models.Component) [component\_for\_entity() (ecs.managers.EntityManager method)](api.html#ecs.managers.EntityManager.component_for_entity) | [create\_entity() (ecs.managers.EntityManager method)](api.html#ecs.managers.EntityManager.create_entity) | D - | | | | --- | --- | | [database (ecs.managers.EntityManager attribute)](api.html#ecs.managers.EntityManager.database) | [DuplicateSystemTypeError](api.html#ecs.exceptions.DuplicateSystemTypeError) | E - | | | | --- | --- | | [ecs.\_\_init\_\_ (module)](api.html#module-ecs.__init__) [ecs.exceptions (module)](api.html#module-ecs.exceptions) [ecs.managers (module)](api.html#module-ecs.managers) | [ecs.models (module)](api.html#module-ecs.models) [Entity (class in ecs.models)](api.html#ecs.models.Entity) [EntityManager (class in ecs.managers)](api.html#ecs.managers.EntityManager) | N - | | | --- | | [NonexistentComponentTypeForEntity](api.html#ecs.exceptions.NonexistentComponentTypeForEntity) | P - | | | --- | | [pairs\_for\_type() (ecs.managers.EntityManager method)](api.html#ecs.managers.EntityManager.pairs_for_type) | R - | | | | --- | --- | | [remove\_component() (ecs.managers.EntityManager method)](api.html#ecs.managers.EntityManager.remove_component) [remove\_entity() (ecs.managers.EntityManager method)](api.html#ecs.managers.EntityManager.remove_entity) | [remove\_system() (ecs.managers.SystemManager method)](api.html#ecs.managers.SystemManager.remove_system) | S - | | | | --- | --- | | [System (class in ecs.models)](api.html#ecs.models.System) [SystemManager (class in ecs.managers)](api.html#ecs.managers.SystemManager) | [systems (ecs.managers.SystemManager attribute)](api.html#ecs.managers.SystemManager.systems) | U - | | | --- | | [update() (ecs.managers.SystemManager method)](api.html#ecs.managers.SystemManager.update) [(ecs.models.System method)](api.html#ecs.models.System.update) | ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](# "General Index") * [modules](py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](index.html) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. API Documentation — Entity-Component-System 0.1 documentation ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [previous](index.html "Entity-Component-System") | * [Entity-Component-System 0.1 documentation](index.html) » API Documentation[¶](#api-documentation "Permalink to this headline") ===================================================================== ecs Package[¶](#module-ecs.__init__ "Permalink to this headline") ----------------------------------------------------------------- An entity system in Python. [exceptions](http://docs.python.org/library/exceptions.html#exceptions "(in Python v2.7)") Module[¶](#module-ecs.exceptions "Permalink to this headline") --------------------------------------------------------------------------------------------------------------------------------------------------------- Exceptions that may be raised. *exception* ecs.exceptions.DuplicateSystemTypeError(*system\_type*)[[source]](_modules/ecs/exceptions.html#DuplicateSystemTypeError)[¶](#ecs.exceptions.DuplicateSystemTypeError "Permalink to this definition") Bases: exceptions.Exception Error indicating that the system type already exists in the system manager. | Parameters: | **system\_type** (type) – type of the system | *exception* ecs.exceptions.NonexistentComponentTypeForEntity(*entity\_instance*, *component\_type*)[[source]](_modules/ecs/exceptions.html#NonexistentComponentTypeForEntity)[¶](#ecs.exceptions.NonexistentComponentTypeForEntity "Permalink to this definition") Bases: exceptions.Exception Error indicating that a component type does not exist for a certain entity. | Parameters: | * **entity** (Entity) – entity without component type * **component\_type** (type) – component type not in entity | managers Module[¶](#module-ecs.managers "Permalink to this headline") --------------------------------------------------------------------- Entity and System Managers. *class* ecs.managers.EntityManager[[source]](_modules/ecs/managers.html#EntityManager)[¶](#ecs.managers.EntityManager "Permalink to this definition") Provide database-like access to components based on an entity key. add\_component(*entity\_id*, *component\_instance*)[[source]](_modules/ecs/managers.html#EntityManager.add_component)[¶](#ecs.managers.EntityManager.add_component "Permalink to this definition") Add a component to the database and associates it with the given entity\_id. entity\_id can be an [ecs.models.Entity](#ecs.models.Entity "ecs.models.Entity") object or a plain int. | Parameters: | * **entity\_id** (int or [ecs.models.Entity](#ecs.models.Entity "ecs.models.Entity")) – GUID of the entity * **component\_instance** ([ecs.models.Component](#ecs.models.Component "ecs.models.Component")) – component to add to the entity | component\_for\_entity(*entity\_id*, *component\_type*)[[source]](_modules/ecs/managers.html#EntityManager.component_for_entity)[¶](#ecs.managers.EntityManager.component_for_entity "Permalink to this definition") Return the instance of component\_type for the entity\_id from the database. | Parameters: | * **entity\_id** (int) – entity GUID * **component\_type** (type) – a type of created component | | Returns: | list of (entity\_id, component\_instance) tuples | | Return type: | tuple of (int, [ecs.models.Component](#ecs.models.Component "ecs.models.Component")) | | Raises : | NonexistentComponentTypeForEntity when component\_type does not exist on entity\_instance | create\_entity()[[source]](_modules/ecs/managers.html#EntityManager.create_entity)[¶](#ecs.managers.EntityManager.create_entity "Permalink to this definition") Return a new entity instance with the current lowest GUID value. Does not store a reference to it, and does not make any entries in the database referencing it. | Returns: | the new entity | | Return type: | [ecs.models.Entity](#ecs.models.Entity "ecs.models.Entity") | database[[source]](_modules/ecs/managers.html#EntityManager.database)[¶](#ecs.managers.EntityManager.database "Permalink to this definition") Get this manager’s database. Direct modification is not permitted. | Returns: | the database | | Return type: | [dict](http://docs.python.org/library/stdtypes.html#dict "(in Python v2.7)") | pairs\_for\_type(*component\_type*)[[source]](_modules/ecs/managers.html#EntityManager.pairs_for_type)[¶](#ecs.managers.EntityManager.pairs_for_type "Permalink to this definition") Return a list of (entity\_id, component\_instance) tuples for all entities in the database possessing a component of component\_type. Return an empty list if there are no components of this type in the database. Can use in a loop like this, where Renderable is a component type: ``` for entity, renderable\_component in entity\_manager.pairs\_for\_type(Renderable): pass # do something ``` | Parameters: | **component\_type** (type) – a type of created component | | Returns: | list of (entity\_id, component\_instance) tuples | | Return type: | tuple of (int, [ecs.models.Component](#ecs.models.Component "ecs.models.Component")) | remove\_component(*entity\_id*, *component\_type*)[[source]](_modules/ecs/managers.html#EntityManager.remove_component)[¶](#ecs.managers.EntityManager.remove_component "Permalink to this definition") Remove the component of component\_type associated with entity\_id from the database. Doesn’t do any kind of data-teardown. It is up to the system calling this code to do that. In the future, a callback system may be used to implement type-specific destructors. | Parameters: | * **entity\_id** (int) – GUID of the entity * **component\_type** ([ecs.models.Component](#ecs.models.Component "ecs.models.Component")) – component to remove from the entity | remove\_entity(*entity\_id*)[[source]](_modules/ecs/managers.html#EntityManager.remove_entity)[¶](#ecs.managers.EntityManager.remove_entity "Permalink to this definition") Remove all components from the database that are associated with entity\_id, with the side-effect that the entity is also no longer in the database. | Parameters: | **entity\_id** (int) – entity GUID | *class* ecs.managers.SystemManager[[source]](_modules/ecs/managers.html#SystemManager)[¶](#ecs.managers.SystemManager "Permalink to this definition") A container and manager for [ecs.models.System](#ecs.models.System "ecs.models.System") objects. add\_system(*system\_instance*)[[source]](_modules/ecs/managers.html#SystemManager.add_system)[¶](#ecs.managers.SystemManager.add_system "Permalink to this definition") Add a [ecs.models.System](#ecs.models.System "ecs.models.System") instance to the manager. | Parameters: | **system\_instance** ([ecs.models.System](#ecs.models.System "ecs.models.System")) – instance of a system | remove\_system(*system\_type*)[[source]](_modules/ecs/managers.html#SystemManager.remove_system)[¶](#ecs.managers.SystemManager.remove_system "Permalink to this definition") Tell the manager to no longer run the system of this type. | Parameters: | **system\_type** (type) – type of system to remove | systems[[source]](_modules/ecs/managers.html#SystemManager.systems)[¶](#ecs.managers.SystemManager.systems "Permalink to this definition") Get this manager’s list of systems. | Returns: | system list | | Return type: | list of [ecs.models.System](#ecs.models.System "ecs.models.System") | update(*dt*)[[source]](_modules/ecs/managers.html#SystemManager.update)[¶](#ecs.managers.SystemManager.update "Permalink to this definition") Run all systems in order, for this frame. | Parameters: | **dt** (float) – delta time, or elapsed time for this frame | models Module[¶](#module-ecs.models "Permalink to this headline") ----------------------------------------------------------------- Entity, Component, and System classes. *class* ecs.models.Component[[source]](_modules/ecs/models.html#Component)[¶](#ecs.models.Component "Permalink to this definition") Class from which all components should derive. *class* ecs.models.Entity(*guid*)[[source]](_modules/ecs/models.html#Entity)[¶](#ecs.models.Entity "Permalink to this definition") Encapsulation of a GUID to use in the entity database. | Parameters: | **guid** (int) – globally unique identifier | *class* ecs.models.System[[source]](_modules/ecs/models.html#System)[¶](#ecs.models.System "Permalink to this definition") An object that represents an operation on a set of objects from the game database. The [update()](#ecs.models.System.update "ecs.models.System.update") method must be implemented. update(*dt*)[[source]](_modules/ecs/models.html#System.update)[¶](#ecs.models.System.update "Permalink to this definition") Run the system for this frame. This method is called by the system manager, and is where the functionality of the system is implemented. | Parameters: | **dt** (float) – delta time, or elapsed time for this frame | ### [Table Of Contents](index.html) * [API Documentation](#) + [ecs Package](#module-ecs.__init__) + [exceptions Module](#module-ecs.exceptions) + [managers Module](#module-ecs.managers) + [models Module](#module-ecs.models) #### Previous topic [Entity-Component-System](index.html "previous chapter") ### This Page * [Show Source](_sources/api.txt) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [previous](index.html "Entity-Component-System") | * [Entity-Component-System 0.1 documentation](index.html) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. Entity-Component-System — Entity-Component-System 0.1 documentation ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [next](api.html "API Documentation") | * [Entity-Component-System 0.1 documentation](#) » Entity-Component-System[¶](#entity-component-system "Permalink to this headline") ================================================================================= * [API Documentation](api.html) + [ecs Package](api.html#module-ecs.__init__) + [exceptions Module](api.html#module-ecs.exceptions) + [managers Module](api.html#module-ecs.managers) + [models Module](api.html#module-ecs.models) #### Next topic [API Documentation](api.html "next chapter") ### This Page * [Show Source](_sources/index.txt) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [next](api.html "API Documentation") | * [Entity-Component-System 0.1 documentation](#) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. Python Module Index — Entity-Component-System 0.1 documentation ### Navigation * [index](genindex.html "General Index") * [modules](# "Python Module Index") | * [Entity-Component-System 0.1 documentation](index.html) » Python Module Index =================== [**e**](#cap-e) | | | | | --- | --- | --- | | | | | | | **e** | | | - | ecs | | | | [ecs.\_\_init\_\_](api.html#module-ecs.__init__) | | | | [ecs.exceptions](api.html#module-ecs.exceptions) | | | | [ecs.managers](api.html#module-ecs.managers) | | | | [ecs.models](api.html#module-ecs.models) | | ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](genindex.html "General Index") * [modules](# "Python Module Index") | * [Entity-Component-System 0.1 documentation](index.html) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. Overview: module code — Entity-Component-System 0.1 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](../index.html) » All modules for which code is available ======================================= * [ecs.exceptions](ecs/exceptions.html) * [ecs.managers](ecs/managers.html) * [ecs.models](ecs/models.html) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](../index.html) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. ecs.managers — Entity-Component-System 0.1 documentation ### Navigation * [index](../../genindex.html "General Index") * [modules](../../py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](../../index.html) » * [Module code](../index.html) » Source code for ecs.managers ============================ ``` """Entity and System Managers.""" from ecs.exceptions import ( NonexistentComponentTypeForEntity, DuplicateSystemTypeError) from ecs.models import Entity [[docs]](../../api.html#ecs.managers.EntityManager)class EntityManager(object): """Provide database-like access to components based on an entity key.""" def \_\_init\_\_(self): self.\_database = {} self.\_next\_guid = 0 @property [[docs]](../../api.html#ecs.managers.EntityManager.database) def database(self): """Get this manager's database. Direct modification is not permitted. :return: the database :rtype: :class:`dict` """ return self.\_database [[docs]](../../api.html#ecs.managers.EntityManager.create_entity) def create\_entity(self): """Return a new entity instance with the current lowest GUID value. Does not store a reference to it, and does not make any entries in the database referencing it. :return: the new entity :rtype: :class:`ecs.models.Entity` """ entity = Entity(self.\_next\_guid) self.\_next\_guid += 1 return entity [[docs]](../../api.html#ecs.managers.EntityManager.add_component) def add\_component(self, entity\_id, component\_instance): """Add a component to the database and associates it with the given ``entity\_id``. ``entity\_id`` can be an :class:`ecs.models.Entity` object or a plain :class:`int`. :param entity\_id: GUID of the entity :type entity\_id: :class:`int` or :class:`ecs.models.Entity` :param component\_instance: component to add to the entity :type component\_instance: :class:`ecs.models.Component` """ component\_type = type(component\_instance) if component\_type not in self.\_database: self.\_database[component\_type] = {} self.\_database[component\_type][entity\_id] = component\_instance [[docs]](../../api.html#ecs.managers.EntityManager.remove_component) def remove\_component(self, entity\_id, component\_type): """Remove the component of ``component\_type`` associated with ``entity\_id`` from the database. Doesn't do any kind of data-teardown. It is up to the system calling this code to do that. In the future, a callback system may be used to implement type-specific destructors. :param entity\_id: GUID of the entity :type entity\_id: :class:`int` :param component\_type: component to remove from the entity :type component\_type: :class:`ecs.models.Component` """ try: del self.\_database[component\_type][entity\_id] if self.\_database[component\_type] == {}: del self.\_database[component\_type] except KeyError: pass [[docs]](../../api.html#ecs.managers.EntityManager.pairs_for_type) def pairs\_for\_type(self, component\_type): """Return a list of ``(entity\_id, component\_instance)`` tuples for all entities in the database possessing a component of ``component\_type``. Return an empty list if there are no components of this type in the database. Can use in a loop like this, where ``Renderable`` is a component type: .. code-block:: python for entity, renderable\_component in \ entity\_manager.pairs\_for\_type(Renderable): pass # do something :param component\_type: a type of created component :type component\_type: :class:`type` :return: list of ``(entity\_id, component\_instance)`` tuples :rtype: :class:`tuple` of (:class:`int`, :class:`ecs.models.Component`) """ try: return self.\_database[component\_type].items() except KeyError: return [] [[docs]](../../api.html#ecs.managers.EntityManager.component_for_entity) def component\_for\_entity(self, entity\_id, component\_type): """Return the instance of ``component\_type`` for the ``entity\_id`` from the database. :param entity\_id: entity GUID :type entity\_id: :class:`int` :param component\_type: a type of created component :type component\_type: :class:`type` :return: list of ``(entity\_id, component\_instance)`` tuples :rtype: :class:`tuple` of (:class:`int`, :class:`ecs.models.Component`) :raises: :exc:`NonexistentComponentTypeForEntity` when \ ``component\_type`` does not exist on ``entity\_instance`` """ try: return self.\_database[component\_type][entity\_id] except KeyError: raise NonexistentComponentTypeForEntity( entity\_id, component\_type) [[docs]](../../api.html#ecs.managers.EntityManager.remove_entity) def remove\_entity(self, entity\_id): """Remove all components from the database that are associated with ``entity\_id``, with the side-effect that the entity is also no longer in the database. :param entity\_id: entity GUID :type entity\_id: :class:`int` """ # Don't use iterkeys(), otherwise we will get a RuntimeError about # mutating the length of the dictionary at runtime. for comp\_type in self.\_database.keys(): try: del self.\_database[comp\_type][entity\_id] if self.\_database[comp\_type] == {}: del self.\_database[comp\_type] except KeyError: pass [[docs]](../../api.html#ecs.managers.SystemManager)class SystemManager(object): """A container and manager for :class:`ecs.models.System` objects.""" def \_\_init\_\_(self): self.\_systems = [] self.\_system\_types = {} # Allow getting the list of systems but not directly setting it. @property [[docs]](../../api.html#ecs.managers.SystemManager.systems) def systems(self): """Get this manager's list of systems. :return: system list :rtype: :class:`list` of :class:`ecs.models.System` """ return self.\_systems [[docs]](../../api.html#ecs.managers.SystemManager.add_system) def add\_system(self, system\_instance): """Add a :class:`ecs.models.System` instance to the manager. :param system\_instance: instance of a system :type system\_instance: :class:`ecs.models.System` """ system\_type = type(system\_instance) if system\_type in self.\_system\_types: raise DuplicateSystemTypeError(system\_type) self.\_system\_types[system\_type] = system\_instance self.\_systems.append(system\_instance) [[docs]](../../api.html#ecs.managers.SystemManager.remove_system) def remove\_system(self, system\_type): """Tell the manager to no longer run the system of this type. :param system\_type: type of system to remove :type system\_type: :class:`type` """ self.\_systems.remove(self.\_system\_types[system\_type]) del self.\_system\_types[system\_type] [[docs]](../../api.html#ecs.managers.SystemManager.update) def update(self, dt): """Run all systems in order, for this frame. :param dt: delta time, or elapsed time for this frame :type dt: :class:`float` """ # Iterating over a list of systems instead of values in a dictionary is # noticeably faster. We maintain a list in addition to a dictionary # specifically for this purpose. for system in self.\_systems: system.update(dt) ``` ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../../genindex.html "General Index") * [modules](../../py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](../../index.html) » * [Module code](../index.html) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. ecs.models — Entity-Component-System 0.1 documentation ### Navigation * [index](../../genindex.html "General Index") * [modules](../../py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](../../index.html) » * [Module code](../index.html) » Source code for ecs.models ========================== ``` """Entity, Component, and System classes.""" from \_\_future\_\_ import print\_function from abc import ABCMeta, abstractmethod [[docs]](../../api.html#ecs.models.Entity)class Entity(object): """Encapsulation of a GUID to use in the entity database.""" def \_\_init\_\_(self, guid): """:param guid: globally unique identifier :type guid: :class:`int` """ self.\_guid = guid def \_\_str\_\_(self): """Stringify. :return: GUID as a string :rtype: :class:`str` """ return str(self.\_guid) def \_\_hash\_\_(self): """Hash function for this object. :return: the hash value :rtype: :class:`int` """ return self.\_guid def \_\_eq\_\_(self, other): """Equality method. :param other: other entity :type other: :class:`Entity` :return: ``True`` if equal :rtype: :class:`bool` """ return self.\_guid == hash(other) [[docs]](../../api.html#ecs.models.Component)class Component(object): """Class from which all components should derive.""" pass [[docs]](../../api.html#ecs.models.System)class System(object): """An object that represents an operation on a set of objects from the game database. The :meth:`update` method must be implemented. """ \_\_metaclass\_\_ = ABCMeta @abstractmethod [[docs]](../../api.html#ecs.models.System.update) def update(self, dt): """Run the system for this frame. This method is called by the system manager, and is where the functionality of the system is implemented. :param dt: delta time, or elapsed time for this frame :type dt: :class:`float` """ print("System's update() method was called " "with time delta of {}".format(dt)) ``` ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../../genindex.html "General Index") * [modules](../../py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](../../index.html) » * [Module code](../index.html) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. ecs.exceptions — Entity-Component-System 0.1 documentation ### Navigation * [index](../../genindex.html "General Index") * [modules](../../py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](../../index.html) » * [Module code](../index.html) » Source code for ecs.exceptions ============================== ``` """Exceptions that may be raised.""" [[docs]](../../api.html#ecs.exceptions.NonexistentComponentTypeForEntity)class NonexistentComponentTypeForEntity(Exception): """Error indicating that a component type does not exist for a certain entity.""" def \_\_init\_\_(self, entity\_instance, component\_type): """:param entity: entity without component type :type entity: :class:`Entity` :param component\_type: component type not in entity :type component\_type: :class:`type` """ self.entity\_instance = entity\_instance self.component\_type = component\_type def \_\_str\_\_(self): return "Nonexistent component type: `{0}' for entity: `{1}'".format( self.component\_type.\_\_name\_\_, self.entity\_instance) [[docs]](../../api.html#ecs.exceptions.DuplicateSystemTypeError)class DuplicateSystemTypeError(Exception): """Error indicating that the system type already exists in the system manager.""" def \_\_init\_\_(self, system\_type): """:param system\_type: type of the system :type system\_type: :class:`type` """ self.system\_type = system\_type def \_\_str\_\_(self): return "Duplicate system type: `{0}'".format(self.system\_type.\_\_name\_\_) ``` ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../../genindex.html "General Index") * [modules](../../py-modindex.html "Python Module Index") | * [Entity-Component-System 0.1 documentation](../../index.html) » * [Module code](../index.html) » © Copyright 2013 Kevin Ward, Sean Fisk. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3.
httpstream
go
HTTPStream — HTTPStream 1.1.0 documentation ### Navigation * [index](genindex/ "General Index") * [HTTPStream 1.1.0 documentation](#) » HTTPStream[¶](#httpstream "Permalink to this headline") ======================================================= HTTPStream is a simple and pragmatic HTTP client library for Python that provides support for incremental JSON document retrieval and RFC 6570 URI Templates. Resources[¶](#resources "Permalink to this headline") ----------------------------------------------------- A resource is an entity that exists on a distributed system, such as the World Wide Web, and is identified by a URI. Commonly associated with the REST architectural style, web resources are objects upon which HTTP methods like GET and POST can be actioned. HTTPStream is built around a core [Resource](#httpstream.Resource "httpstream.Resource") class that embodies the concept of the web resource and instances can be constructed by simply using the URI by which they are uniquely identified: ``` >>> from httpstream import Resource >>> resource = Resource("http://example.com/foo/bar") ``` Although the Resource class can be used directly, applications may alternatively either inherit from or wrap this class to provide more meaningful naming: ``` from httpstream import Resource class InheritedMailbox(Resource): def \_\_init\_\_(self, uri): Resource.\_\_init\_\_(self, uri) def deliver(self, message): self.post(message) class WrappedMailbox(object): def \_\_init\_\_(self, uri): self.\_resource = Resource(uri) def deliver(self, message): self.\_resource.post(message) ``` For simple HTTP access, resources can of course be created and used in an immediate inline context: ``` >>> from httpstream import Resource >>> results = Resource("https://api.duckduckgo.com/?q=neo4j&format=json").get().content ``` Methods such as [get](#httpstream.Resource.get "httpstream.Resource.get") return a file-like [Response](#httpstream.Response "httpstream.Response") object. The response content can be either iterated through or retrieved at once: ``` resource = Resource("http://example.com/") # print each line of the response in turn with resource.get() as response: for line in response: print line # print the entire response content at once with resource.get() as response: print response.content ``` *class* httpstream.Resource(*uri*)[¶](#httpstream.Resource "Permalink to this definition") A web resource identified by a URI. get(*headers=None*, *redirect\_limit=5*, *\*\*kwargs*)[¶](#httpstream.Resource.get "Permalink to this definition") Issue a GET request to this resource. | Parameters: | * **headers** (*dict*) – headers to be included in the request (optional) * **redirect\_limit** – maximum number of redirects to be handled automatically (optional, default=5) * **product** – name or (name, version) tuple for the client product to be listed in the User-Agent header (optional) * **chunk\_size** – number of bytes to retrieve per chunk (optional, default=4096) | | Returns: | file-like Response object from which content can be read | put(*body=None*, *headers=None*, *\*\*kwargs*)[¶](#httpstream.Resource.put "Permalink to this definition") Issue a PUT request to this resource. post(*body=None*, *headers=None*, *\*\*kwargs*)[¶](#httpstream.Resource.post "Permalink to this definition") Issue a POST request to this resource. delete(*headers=None*, *\*\*kwargs*)[¶](#httpstream.Resource.delete "Permalink to this definition") Issue a DELETE request to this resource. head(*headers=None*, *redirect\_limit=5*, *\*\*kwargs*)[¶](#httpstream.Resource.head "Permalink to this definition") Issue a HEAD request to this resource. resolve(*reference*, *strict=True*)[¶](#httpstream.Resource.resolve "Permalink to this definition") Resolve a URI reference against the URI for this resource, returning a new resource represented by the new target URI. Implicit Resources[¶](#implicit-resources "Permalink to this headline") ----------------------------------------------------------------------- A shorthand is also available for implicit resource creation: ``` >>> from httpstream import get >>> results = get("https://api.duckduckgo.com/?q=neo4j&format=json").content ``` httpstream.get(*uri*, *headers=None*, *redirect\_limit=5*, *\*\*kwargs*)[¶](#httpstream.get "Permalink to this definition") httpstream.put(*uri*, *body=None*, *headers=None*, *\*\*kwargs*)[¶](#httpstream.put "Permalink to this definition") httpstream.post(*uri*, *body=None*, *headers=None*, *\*\*kwargs*)[¶](#httpstream.post "Permalink to this definition") httpstream.delete(*uri*, *headers=None*, *\*\*kwargs*)[¶](#httpstream.delete "Permalink to this definition") httpstream.head(*uri*, *headers=None*, *redirect\_limit=5*, *\*\*kwargs*)[¶](#httpstream.head "Permalink to this definition") Resource Templates[¶](#resource-templates "Permalink to this headline") ----------------------------------------------------------------------- ``` >>> from httpstream import ResourceTemplate >>> searcher = ResourceTemplate("https://api.duckduckgo.com/?q={query}&format=json") >>> results = searcher.expand(query="neo4j").get().content ``` *class* httpstream.ResourceTemplate(*uri\_template*)[¶](#httpstream.ResourceTemplate "Permalink to this definition") expand(*\*\*values*)[¶](#httpstream.ResourceTemplate.expand "Permalink to this definition") Expand this template into a full URI using the values provided. uri\_template[¶](#httpstream.ResourceTemplate.uri_template "Permalink to this definition") The URI template string of this resource template. Requests & Responses[¶](#requests-responses "Permalink to this headline") ------------------------------------------------------------------------- HTTPStream defines four types of response objects. A standard Response is generated on receipt of a 2xx status code and a ClientError and ServerError may be raised on receipt of 4xx and 5xx statuses respectively. The fourth response type is Redirection which is generally consumed internally but may also be returned under certain circumstances. Response objects are file-like and as such may be read or iterated through The iter\_lines and iter\_json methods may be used to step through known types of content. The response object itself may also be iterated directly and an appropriate type of iterator is selected depending on the type of content available. The example below shows how to print each line of textual content as it is received: ``` >>> for line in res.get(): ... print line ``` *class* httpstream.Request(*method*, *uri*, *body=None*, *headers=None*)[¶](#httpstream.Request "Permalink to this definition") body[¶](#httpstream.Request.body "Permalink to this definition") Content of the request. headers[¶](#httpstream.Request.headers "Permalink to this definition") Dictionary of headers attached to the request. method *= None*[¶](#httpstream.Request.method "Permalink to this definition") HTTP method of this request submit(*redirect\_limit=0*, *product=None*, *\*\*response\_kwargs*)[¶](#httpstream.Request.submit "Permalink to this definition") Submit this request and return a [Response](#httpstream.Response "httpstream.Response") object. uri[¶](#httpstream.Request.uri "Permalink to this definition") URI of the request. *class* httpstream.Response(*http*, *uri*, *request*, *response*, *\*\*kwargs*)[¶](#httpstream.Response "Permalink to this definition") File-like object allowing consumption of an HTTP response. chunk\_size *= None*[¶](#httpstream.Response.chunk_size "Permalink to this definition") Default chunk size for this response close()[¶](#httpstream.Response.close "Permalink to this definition") Close the response, discarding all remaining content and releasing the underlying connection object. closed[¶](#httpstream.Response.closed "Permalink to this definition") Indicates whether or not the response is closed. content[¶](#httpstream.Response.content "Permalink to this definition") Fetch all content, returning a value appropriate for the content type. content\_length[¶](#httpstream.Response.content_length "Permalink to this definition") The length of content as provided by the Content-Length header field. If the content is chunked, this returns None. content\_type[¶](#httpstream.Response.content_type "Permalink to this definition") The type of content as provided by the Content-Type header field. encoding[¶](#httpstream.Response.encoding "Permalink to this definition") The content character set encoding. headers[¶](#httpstream.Response.headers "Permalink to this definition") The response headers. is\_chunked[¶](#httpstream.Response.is_chunked "Permalink to this definition") Indicates whether or not the content is chunked. is\_json[¶](#httpstream.Response.is_json "Permalink to this definition") Indicates whether or not the content is JSON. is\_text[¶](#httpstream.Response.is_text "Permalink to this definition") Indicates whether or not the content is text. is\_tsj[¶](#httpstream.Response.is_tsj "Permalink to this definition") Indicates whether or not the content is tab-separated JSON. iter\_chunks(*chunk\_size=None*)[¶](#httpstream.Response.iter_chunks "Permalink to this definition") Iterate through the content as chunks of text. Chunk sizes may vary slightly from that specified due to multi-byte characters. If no chunk size is specified, a default of 4096 is used. iter\_json()[¶](#httpstream.Response.iter_json "Permalink to this definition") Iterate through the content as individual JSON values. iter\_lines(*keep\_ends=False*)[¶](#httpstream.Response.iter_lines "Permalink to this definition") Iterate through the content as lines of text. iter\_tsj()[¶](#httpstream.Response.iter_tsj "Permalink to this definition") Iterate through the content as lines of tab-separated JSON. json[¶](#httpstream.Response.json "Permalink to this definition") Fetch all content, decoding from JSON and returning the decoded value. read(*size=None*)[¶](#httpstream.Response.read "Permalink to this definition") Fetch some or all of the response content, returning as a bytearray. reason[¶](#httpstream.Response.reason "Permalink to this definition") The reason phrase attached to this response. request[¶](#httpstream.Response.request "Permalink to this definition") The Request object which preceded this response. status\_code[¶](#httpstream.Response.status_code "Permalink to this definition") The status code of the response text[¶](#httpstream.Response.text "Permalink to this definition") Fetches all content as a string. tsj[¶](#httpstream.Response.tsj "Permalink to this definition") Fetches all content, decoding from tab-separated JSON and returning the decoded values. uri[¶](#httpstream.Response.uri "Permalink to this definition") The URI from which the response came. *class* httpstream.Redirection(*http*, *uri*, *request*, *response*, *\*\*kwargs*)[¶](#httpstream.Redirection "Permalink to this definition") Bases: httpstream.http.Response *class* httpstream.ClientError(*http*, *uri*, *request*, *response*, *\*\*kwargs*)[¶](#httpstream.ClientError "Permalink to this definition") Bases: exceptions.Exception, httpstream.http.Response *class* httpstream.ServerError(*http*, *uri*, *request*, *response*, *\*\*kwargs*)[¶](#httpstream.ServerError "Permalink to this definition") Bases: exceptions.Exception, httpstream.http.Response Incremental JSON Parsing[¶](#incremental-json-parsing "Permalink to this headline") ----------------------------------------------------------------------------------- *class* httpstream.JSONStream(*source*)[¶](#httpstream.JSONStream "Permalink to this definition") Streaming JSON decoder. This class both expects Unicode input and will produce Unicode output. httpstream.assembled(*iterable*)[¶](#httpstream.assembled "Permalink to this definition") Returns a JSON-derived value from a set of key-value pairs as produced by the JSONStream process. This operates in a similar way to the built-in dict function. Internally, this uses the merged function on each pair to build the return value. ``` >>> data = [ ... (("drink",), "lemonade"), ... (("cutlery", 0), "knife"), ... (("cutlery", 1), "fork"), ... (("cutlery", 2), "spoon"), ... ] >>> assembled(data) {'cutlery': ['knife', 'fork', 'spoon'], 'drink': 'lemonade'} ``` | Parameters: | **iterable** – key-value pairs to be merged into assembled value | httpstream.grouped(*iterable*, *level=1*)[¶](#httpstream.grouped "Permalink to this definition") URIs[¶](#uris "Permalink to this headline") ------------------------------------------- *class* httpstream.URI(*value*)[¶](#httpstream.URI "Permalink to this definition") Uniform Resource Identifier. See also [RFC 3986](http://tools.ietf.org/html/rfc3986) absolute\_path\_reference[¶](#httpstream.URI.absolute_path_reference "Permalink to this definition") The path, query and fragment parts of this URI or None if undefined. **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \_______________________________________/ | absolute_path_reference ``` | Returns: | combined string values of path, query and fragment parts or None | | Return type: | percent-encoded string or None | authority[¶](#httpstream.URI.authority "Permalink to this definition") The authority part of this URI or None if undefined. **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \__________________/ | authority ``` | Return type: | Authority instance or None | fragment[¶](#httpstream.URI.fragment "Permalink to this definition") The *fragment* part of this URI or None if undefined. **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \_____/ | fragment ``` | Returns: | | | Return type: | unencoded string or None | hierarchical\_part[¶](#httpstream.URI.hierarchical_part "Permalink to this definition") The authority and path parts of this URI or None if undefined. **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \___________________________________/ | hierarchical_part ``` | Returns: | combined string values of authority and path parts or None | | Return type: | percent-encoded string or None | host[¶](#httpstream.URI.host "Permalink to this definition") The *host* part of this URI or None if undefined. ``` >>> URI(None).host None >>> URI("").host None >>> URI("http://example.com").host 'example.com' >>> URI("http://example.com:8080/data").host 'example.com' ``` **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \_________/ | host ``` | Returns: | | | Return type: | unencoded string or None | host\_port[¶](#httpstream.URI.host_port "Permalink to this definition") The *host* and *port* parts of this URI separated by a colon or None if both are undefined. ``` >>> URI(None).host\_port None >>> URI("").host\_port None >>> URI("http://example.com").host\_port 'example.com' >>> URI("http://example.com:8080/data").host\_port 'example.com:8080' >>> URI("http://bob@example.com:8080/data").host\_port 'example.com:8080' ``` **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \______________/ | host_port ``` | Returns: | | | Return type: | percent-encoded string or None | path[¶](#httpstream.URI.path "Permalink to this definition") The *path* part of this URI or None if undefined. **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \_______________/ | path ``` | Returns: | | | Return type: | Path instance or None | port[¶](#httpstream.URI.port "Permalink to this definition") The *port* part of this URI or None if undefined. ``` >>> URI(None).port None >>> URI("").port None >>> URI("http://example.com").port None >>> URI("http://example.com:8080/data").port 8080 ``` **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \__/ | port ``` | Returns: | | | Return type: | integer or None | query[¶](#httpstream.URI.query "Permalink to this definition") The *query* part of this URI or None if undefined. **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \_____________/ | query ``` | Return type: | Query instance or None | resolve(*reference*, *strict=True*)[¶](#httpstream.URI.resolve "Permalink to this definition") Transform a reference relative to this URI to produce a full target URI. See also [RFC 3986 § 5.2.2](http://tools.ietf.org/html/rfc3986#section-5.2.2) scheme[¶](#httpstream.URI.scheme "Permalink to this definition") The scheme part of this URI or None if undefined. **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \___/ | scheme ``` | Return type: | unencoded string or None | string[¶](#httpstream.URI.string "Permalink to this definition") The full percent-encoded string value of this URI or None if undefined. ``` >>> URI(None).string None >>> URI("").string '' >>> URI("http://example.com").string 'example.com' >>> URI("foo/bar").string 'foo/bar' >>> URI("http://bob@example.com:8080/data/report.html?date=2000-12-25#summary").string 'http://bob@example.com:8080/data/report.html?date=2000-12-25#summary' ``` **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \___________________________________________________________________/ | string ``` | Return type: | percent-encoded string or None | Note Unlike string, the \_\_str\_\_ method will always return a string, even when the URI is undefined; in this case, an empty string is returned instead of None. user\_info[¶](#httpstream.URI.user_info "Permalink to this definition") The user information part of this URI or None if undefined. **Component Definition:** ``` https://bob@example.com:8080/data/report.html?date=2000-12-25#summary \_/ | user_info ``` | Returns: | string value of user information part or None | | Return type: | unencoded string or None | *class* httpstream.Authority(*string*)[¶](#httpstream.Authority "Permalink to this definition") A host name plus optional port and user information detail. **Syntax** authority := [ user\_info "@" ] host [ ":" port ] See also [RFC 3986 § 3.2](http://tools.ietf.org/html/rfc3986#section-3.2) host[¶](#httpstream.Authority.host "Permalink to this definition") The host part of this authority component, an empty string if host is empty or None if undefined. ``` >>> Authority(None).host None >>> Authority("").host '' >>> Authority("example.com").host 'example.com' >>> Authority("example.com:8080").host 'example.com' >>> Authority("bob@example.com").host 'example.com' >>> Authority("bob@example.com:8080").host 'example.com' ``` | Returns: | | host\_port[¶](#httpstream.Authority.host_port "Permalink to this definition") The host and port parts of this authority component or None if undefined. ``` >>> Authority(None).host\_port None >>> Authority("").host\_port '' >>> Authority("example.com").host\_port 'example.com' >>> Authority("example.com:8080").host\_port 'example.com:8080' >>> Authority("bob@example.com").host\_port 'example.com' >>> Authority("bob@example.com:8080").host\_port 'example.com:8080' ``` | Returns: | | port[¶](#httpstream.Authority.port "Permalink to this definition") The port part of this authority component or None if undefined. ``` >>> Authority(None).port None >>> Authority("").port None >>> Authority("example.com").port None >>> Authority("example.com:8080").port 8080 >>> Authority("bob@example.com").port None >>> Authority("bob@example.com:8080").port 8080 ``` | Returns: | | string[¶](#httpstream.Authority.string "Permalink to this definition") The full string value of this authority component or :py:const:`None if undefined. ``` >>> Authority(None).string None >>> Authority("").string '' >>> Authority("example.com").string 'example.com' >>> Authority("example.com:8080").string 'example.com:8080' >>> Authority("bob@example.com").string 'bob@example.com' >>> Authority("bob@example.com:8080").string 'bob@example.com:8080' ``` | Returns: | | user\_info[¶](#httpstream.Authority.user_info "Permalink to this definition") The user information part of this authority component or None if undefined. ``` >>> Authority(None).user\_info None >>> Authority("").user\_info None >>> Authority("example.com").user\_info None >>> Authority("example.com:8080").user\_info None >>> Authority("bob@example.com").user\_info 'bob' >>> Authority("bob@example.com:8080").user\_info 'bob' ``` | Returns: | | *class* httpstream.Path(*string*)[¶](#httpstream.Path "Permalink to this definition") remove\_dot\_segments()[¶](#httpstream.Path.remove_dot_segments "Permalink to this definition") Implementation of RFC3986, section 5.2.4 segments[¶](#httpstream.Path.segments "Permalink to this definition") string[¶](#httpstream.Path.string "Permalink to this definition") with\_trailing\_slash()[¶](#httpstream.Path.with_trailing_slash "Permalink to this definition") without\_trailing\_slash()[¶](#httpstream.Path.without_trailing_slash "Permalink to this definition") *class* httpstream.Query(*string*)[¶](#httpstream.Query "Permalink to this definition") *classmethod* decode(*string*)[¶](#httpstream.Query.decode "Permalink to this definition") *classmethod* encode(*iterable*)[¶](#httpstream.Query.encode "Permalink to this definition") string[¶](#httpstream.Query.string "Permalink to this definition") URI Templates[¶](#uri-templates "Permalink to this headline") ------------------------------------------------------------- *class* httpstream.URITemplate(*template*)[¶](#httpstream.URITemplate "Permalink to this definition") A URI Template is a compact sequence of characters for describing a range of Uniform Resource Identifiers through variable expansion. This class exposes a full implementation of RFC6570. expand(*\*\*values*)[¶](#httpstream.URITemplate.expand "Permalink to this definition") Expand into a URI using the values supplied string[¶](#httpstream.URITemplate.string "Permalink to this definition") See also [RFC 6570](http://tools.ietf.org/html/rfc6570) Percent Encoding[¶](#percent-encoding "Permalink to this headline") ------------------------------------------------------------------- Percent encoding is used within URI components to allow inclusion of certain characters which are not within a permitted set. httpstream.percent\_encode(*data*, *safe=None*)[¶](#httpstream.percent_encode "Permalink to this definition") Percent encode a string of data, optionally keeping certain characters unencoded. httpstream.percent\_decode(*data*)[¶](#httpstream.percent_decode "Permalink to this definition") Percent decode a string of data. See also [RFC 3986 § 2.1](http://tools.ietf.org/html/rfc3986#section-2.1) Errors[¶](#errors "Permalink to this headline") ----------------------------------------------- *exception* httpstream.NetworkAddressError(*message*, *host\_port=None*)[¶](#httpstream.NetworkAddressError "Permalink to this definition") host\_port[¶](#httpstream.NetworkAddressError.host_port "Permalink to this definition") *exception* httpstream.SocketError(*code*, *host\_port=None*)[¶](#httpstream.SocketError "Permalink to this definition") code[¶](#httpstream.SocketError.code "Permalink to this definition") host\_port[¶](#httpstream.SocketError.host_port "Permalink to this definition") *exception* httpstream.RedirectionError(*\*args*, *\*\*kwargs*)[¶](#httpstream.RedirectionError "Permalink to this definition") [![Logo](_static/httpstream.190x46.png)](#) ### [Table Of Contents](#) * [HTTPStream](#) + [Resources](#resources) + [Implicit Resources](#implicit-resources) + [Resource Templates](#resource-templates) + [Requests & Responses](#requests-responses) + [Incremental JSON Parsing](#incremental-json-parsing) + [URIs](#uris) + [URI Templates](#uri-templates) + [Percent Encoding](#percent-encoding) + [Errors](#errors) ### This Page * [Show Source](_sources/index.txt) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](genindex/ "General Index") * [HTTPStream 1.1.0 documentation](#) » © Copyright 2013, Nigel Small. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. Index — HTTPStream 1.1.0 documentation ### Navigation * [index](# "General Index") * [HTTPStream 1.1.0 documentation](../) » Index ===== [**A**](#A) | [**B**](#B) | [**C**](#C) | [**D**](#D) | [**E**](#E) | [**F**](#F) | [**G**](#G) | [**H**](#H) | [**I**](#I) | [**J**](#J) | [**M**](#M) | [**N**](#N) | [**P**](#P) | [**Q**](#Q) | [**R**](#R) | [**S**](#S) | [**T**](#T) | [**U**](#U) | [**W**](#W) A - | | | | --- | --- | | [absolute\_path\_reference (httpstream.URI attribute)](../#httpstream.URI.absolute_path_reference) [assembled() (in module httpstream)](../#httpstream.assembled) | [Authority (class in httpstream)](../#httpstream.Authority) [authority (httpstream.URI attribute)](../#httpstream.URI.authority) | B - | | | --- | | [body (httpstream.Request attribute)](../#httpstream.Request.body) | C - | | | | --- | --- | | [chunk\_size (httpstream.Response attribute)](../#httpstream.Response.chunk_size) [ClientError (class in httpstream)](../#httpstream.ClientError) [close() (httpstream.Response method)](../#httpstream.Response.close) [closed (httpstream.Response attribute)](../#httpstream.Response.closed) | [code (httpstream.SocketError attribute)](../#httpstream.SocketError.code) [content (httpstream.Response attribute)](../#httpstream.Response.content) [content\_length (httpstream.Response attribute)](../#httpstream.Response.content_length) [content\_type (httpstream.Response attribute)](../#httpstream.Response.content_type) | D - | | | | --- | --- | | [decode() (httpstream.Query class method)](../#httpstream.Query.decode) | [delete() (httpstream.Resource method)](../#httpstream.Resource.delete) [(in module httpstream)](../#httpstream.delete) | E - | | | | --- | --- | | [encode() (httpstream.Query class method)](../#httpstream.Query.encode) [encoding (httpstream.Response attribute)](../#httpstream.Response.encoding) | [expand() (httpstream.ResourceTemplate method)](../#httpstream.ResourceTemplate.expand) [(httpstream.URITemplate method)](../#httpstream.URITemplate.expand) | F - | | | --- | | [fragment (httpstream.URI attribute)](../#httpstream.URI.fragment) | G - | | | | --- | --- | | [get() (httpstream.Resource method)](../#httpstream.Resource.get) [(in module httpstream)](../#httpstream.get) | [grouped() (in module httpstream)](../#httpstream.grouped) | H - | | | | --- | --- | | [head() (httpstream.Resource method)](../#httpstream.Resource.head) [(in module httpstream)](../#httpstream.head) [headers (httpstream.Request attribute)](../#httpstream.Request.headers) [(httpstream.Response attribute)](../#httpstream.Response.headers) [hierarchical\_part (httpstream.URI attribute)](../#httpstream.URI.hierarchical_part) | [host (httpstream.Authority attribute)](../#httpstream.Authority.host) [(httpstream.URI attribute)](../#httpstream.URI.host) [host\_port (httpstream.Authority attribute)](../#httpstream.Authority.host_port) [(httpstream.NetworkAddressError attribute)](../#httpstream.NetworkAddressError.host_port) [(httpstream.SocketError attribute)](../#httpstream.SocketError.host_port) [(httpstream.URI attribute)](../#httpstream.URI.host_port) | I - | | | | --- | --- | | [is\_chunked (httpstream.Response attribute)](../#httpstream.Response.is_chunked) [is\_json (httpstream.Response attribute)](../#httpstream.Response.is_json) [is\_text (httpstream.Response attribute)](../#httpstream.Response.is_text) [is\_tsj (httpstream.Response attribute)](../#httpstream.Response.is_tsj) | [iter\_chunks() (httpstream.Response method)](../#httpstream.Response.iter_chunks) [iter\_json() (httpstream.Response method)](../#httpstream.Response.iter_json) [iter\_lines() (httpstream.Response method)](../#httpstream.Response.iter_lines) [iter\_tsj() (httpstream.Response method)](../#httpstream.Response.iter_tsj) | J - | | | | --- | --- | | [json (httpstream.Response attribute)](../#httpstream.Response.json) | [JSONStream (class in httpstream)](../#httpstream.JSONStream) | M - | | | --- | | [method (httpstream.Request attribute)](../#httpstream.Request.method) | N - | | | --- | | [NetworkAddressError](../#httpstream.NetworkAddressError) | P - | | | | --- | --- | | [Path (class in httpstream)](../#httpstream.Path) [path (httpstream.URI attribute)](../#httpstream.URI.path) [percent\_decode() (in module httpstream)](../#httpstream.percent_decode) [percent\_encode() (in module httpstream)](../#httpstream.percent_encode) | [port (httpstream.Authority attribute)](../#httpstream.Authority.port) [(httpstream.URI attribute)](../#httpstream.URI.port) [post() (httpstream.Resource method)](../#httpstream.Resource.post) [(in module httpstream)](../#httpstream.post) [put() (httpstream.Resource method)](../#httpstream.Resource.put) [(in module httpstream)](../#httpstream.put) | Q - | | | | --- | --- | | [Query (class in httpstream)](../#httpstream.Query) | [query (httpstream.URI attribute)](../#httpstream.URI.query) | R - | | | | --- | --- | | [read() (httpstream.Response method)](../#httpstream.Response.read) [reason (httpstream.Response attribute)](../#httpstream.Response.reason) [Redirection (class in httpstream)](../#httpstream.Redirection) [RedirectionError](../#httpstream.RedirectionError) [remove\_dot\_segments() (httpstream.Path method)](../#httpstream.Path.remove_dot_segments) [Request (class in httpstream)](../#httpstream.Request) | [request (httpstream.Response attribute)](../#httpstream.Response.request) [resolve() (httpstream.Resource method)](../#httpstream.Resource.resolve) [(httpstream.URI method)](../#httpstream.URI.resolve) [Resource (class in httpstream)](../#httpstream.Resource) [ResourceTemplate (class in httpstream)](../#httpstream.ResourceTemplate) [Response (class in httpstream)](../#httpstream.Response) | S - | | | | --- | --- | | [scheme (httpstream.URI attribute)](../#httpstream.URI.scheme) [segments (httpstream.Path attribute)](../#httpstream.Path.segments) [ServerError (class in httpstream)](../#httpstream.ServerError) [SocketError](../#httpstream.SocketError) | [status\_code (httpstream.Response attribute)](../#httpstream.Response.status_code) [string (httpstream.Authority attribute)](../#httpstream.Authority.string) [(httpstream.Path attribute)](../#httpstream.Path.string) [(httpstream.Query attribute)](../#httpstream.Query.string) [(httpstream.URI attribute)](../#httpstream.URI.string) [(httpstream.URITemplate attribute)](../#httpstream.URITemplate.string) [submit() (httpstream.Request method)](../#httpstream.Request.submit) | T - | | | | --- | --- | | [text (httpstream.Response attribute)](../#httpstream.Response.text) | [tsj (httpstream.Response attribute)](../#httpstream.Response.tsj) | U - | | | | --- | --- | | [URI (class in httpstream)](../#httpstream.URI) [uri (httpstream.Request attribute)](../#httpstream.Request.uri) [(httpstream.Response attribute)](../#httpstream.Response.uri) [uri\_template (httpstream.ResourceTemplate attribute)](../#httpstream.ResourceTemplate.uri_template) | [URITemplate (class in httpstream)](../#httpstream.URITemplate) [user\_info (httpstream.Authority attribute)](../#httpstream.Authority.user_info) [(httpstream.URI attribute)](../#httpstream.URI.user_info) | W - | | | | --- | --- | | [with\_trailing\_slash() (httpstream.Path method)](../#httpstream.Path.with_trailing_slash) | [without\_trailing\_slash() (httpstream.Path method)](../#httpstream.Path.without_trailing_slash) | [![Logo](../_static/httpstream.190x46.png)](../) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](# "General Index") * [HTTPStream 1.1.0 documentation](../) » © Copyright 2013, Nigel Small. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. Overview: module code — HTTPStream 1.1.0 documentation ### Navigation * [index](../genindex/ "General Index") * [HTTPStream 1.1.0 documentation](../) » All modules for which code is available ======================================= * [httpstream](httpstream/) [![Logo](../_static/httpstream.190x46.png)](../) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex/ "General Index") * [HTTPStream 1.1.0 documentation](../) » © Copyright 2013, Nigel Small. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. httpstream — HTTPStream 1.1.0 documentation ### Navigation * [index](../../genindex/ "General Index") * [HTTPStream 1.1.0 documentation](../../) » * [Module code](../) » Source code for httpstream ========================== ``` #!/usr/bin/env python # -\*- coding: utf-8 -\*- # Copyright 2013, Nigel Small # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. """ HTTPStream """ \_\_author\_\_ = "Nigel Small" \_\_copyright\_\_ = "2013, Nigel Small" \_\_email\_\_ = "nigel@nigelsmall.com" \_\_license\_\_ = "Apache License, Version 2.0" \_\_version\_\_ = "1.1.0" from .http import \* from .jsonstream import \* from .uri import \* ``` [![Logo](../../_static/httpstream.190x46.png)](../../) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../../genindex/ "General Index") * [HTTPStream 1.1.0 documentation](../../) » * [Module code](../) » © Copyright 2013, Nigel Small. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3. Search — HTTPStream 1.1.0 documentation ### Navigation * [index](../genindex/ "General Index") * [HTTPStream 1.1.0 documentation](../) » Search ====== Please activate JavaScript to enable the search functionality. From here you can search these documents. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing fewer words won't appear in the result list. [![Logo](../_static/httpstream.190x46.png)](../) ### Navigation * [index](../genindex/ "General Index") * [HTTPStream 1.1.0 documentation](../) » © Copyright 2013, Nigel Small. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3.
color
go
color latest documentation [color](index.html#document-index) latest [color](index.html#document-index) * [Docs](index.html#document-index) » * color latest documentation * [Edit on GitHub](https://github.com/zoranf/Color-Toggle-Plugin/blob/develop/docs/index.rst) --- [INDEX](#id1)[¶](#index "Permalink to this headline") ===================================================== Contents * [INDEX](#index)
bunkerized-nginx
go
bunkerized-nginx v1.3.2 documentation [bunkerized-nginx](#) latest Contents * [Introduction](index.html#document-introduction) * [Integrations](index.html#document-integrations) * [Quickstart guide](index.html#document-quickstart_guide) * [Special folders](index.html#document-special_folders) * [Security tuning](index.html#document-security_tuning) * [Web UI](index.html#document-web_ui) * [List of environment variables](index.html#document-environment_variables) * [Troubleshooting](index.html#document-troubleshooting) * [Plugins](index.html#document-plugins) [bunkerized-nginx](#) * » * bunkerized-nginx v1.3.2 documentation * [Edit on GitHub](https://github.com/bunkerity/bunkerized-nginx/blob/v1.3.2/docs/index) --- bunkerized-nginx official documentation[¶](#bunkerized-nginx-official-documentation "Permalink to this heading") ================================================================================================================ Introduction[¶](#introduction "Permalink to this heading") ---------------------------------------------------------- ![](https://github.com/bunkerity/bunkerized-nginx/blob/master/docs/img/logo.png?raw=true) > > Make security by default great again ! > > > bunkerized-nginx is a web server based on the notorious nginx and focused on security. It integrates into existing environments (Linux, Docker, Swarm, Kubernetes, …) to make your web services “secured by default” without any hassle. The security best practices are automatically applied for you while keeping control of every settings to meet your own use case. ![](https://github.com/bunkerity/bunkerized-nginx/blob/master/docs/img/overview.png?raw=true) Non-exhaustive list of features : * HTTPS support with transparent Let’s Encrypt automation * State-of-the-art web security : HTTP security headers, prevent leaks, TLS hardening, … * Integrated ModSecurity WAF with the OWASP Core Rule Set * Automatic ban of strange behaviors * Antibot challenge through cookie, javascript, captcha or recaptcha v3 * Block TOR, proxies, bad user-agents, countries, … * Block known bad IP with DNSBL * Prevent bruteforce attacks with rate limiting * Plugins system for external security checks (ClamAV, CrowdSec, …) * Easy to configure with environment variables or web UI * Seamless integration into existing environments : Linux, Docker, Swarm, Kubernetes, … Fooling automated tools/scanners : ![](https://github.com/bunkerity/bunkerized-nginx/blob/master/docs/img/demo.gif?raw=true) You can find a live demo at <https://demo-nginx.bunkerity.com>, feel free to do some security tests. Integrations[¶](#integrations "Permalink to this heading") ---------------------------------------------------------- ### Docker[¶](#docker "Permalink to this heading") You can get official prebuilt Docker images of bunkerized-nginx for x86, x64, armv7 and aarch64/arm64 architectures on Docker Hub : ``` $ docker pull bunkerity/bunkerized-nginx ``` Or you can build it from source if you wish : ``` $ git clone https://github.com/bunkerity/bunkerized-nginx.git $ cd bunkerized-nginx $ docker build -t bunkerized-nginx . ``` To use bunkerized-nginx as a Docker container you have to pass specific environment variables, mount volumes and redirect ports to make it accessible from the outside. ![](https://github.com/bunkerity/bunkerized-nginx/blob/master/docs/img/docker.png?raw=true) To demonstrate the use of the Docker image, we will create a simple “Hello World” static file that will be served by bunkerized-nginx. **One important thing to know is that the container runs as an unprivileged user with UID and GID 101. The reason behind this behavior is the security : in case a vulnerability is exploited the attacker won’t have full privileges inside the container. But there is also a downside because bunkerized-nginx (heavily) make use of volumes, you will need to adjust the rights on the host.** First create the environment on the host : ``` $ mkdir bunkerized-hello bunkerized-hello/www bunkerized-hello/certs $ cd bunkerized-hello $ chown root:101 www certs $ chmod 750 www $ chmod 770 certs ``` The www folder will contain our static files that will be served by bunkerized-nginx. Whereas the certs folder will store the automatically generated Let’s Encrypt certificates. Let’s create a dummy static page into the www folder : ``` $ echo "Hello bunkerized World !" > www/index.html $ chown root:101 www/index.html $ chmod 740 www/index.html ``` It’s time to run the container : ``` $ docker run \ -p 80:8080 \ -p 443:8443 \ -v "${PWD}/www:/www:ro" \ -v "${PWD}/certs:/etc/letsencrypt" \ -e SERVER\_NAME=www.example.com \ -e AUTO\_LETS\_ENCRYPT=yes \ bunkerity/bunkerized-nginx ``` Or if you prefer docker-compose : ``` version: '3' services: mybunkerized: image: bunkerity/bunkerized-nginx ports: - 80:8080 - 443:8443 volumes: - ./www:/www:ro - ./certs:/etc/letsencrypt environment: - SERVER\_NAME=www.example.com - AUTO\_LETS\_ENCRYPT=yes ``` Important things to note : * Replace www.example.com with your own domain (it must points to your server IP address if you want Let’s Encrypt to work) * Automatic Let’s Encrypt is enabled thanks to `AUTO\_LETS\_ENCRYPT=yes` (since the default is `AUTO\_LETS\_ENCRYPT=no` you can remove the environment variable to disable Let’s Encrypt) * The container is exposing TCP/8080 for HTTP and TCP/8443 for HTTPS * The /www volume is used to deliver static files and can be mounted as read-only for security reason * The /etc/letsencrypt volume is used to store certificates and must be mounted as read/write Inspect the container logs until bunkerized-nginx is started then visit http(s)://www.example.com to confirm that everything is working as expected. This example is really simple but, as you can see in the [list of environment variables](https://bunkerized-nginx.readthedocs.io/en/latest/environment_variables.html), you may get a lot of environment variables depending on your use case. To make things cleanier, you can write the environment variables to a file : ``` $ cat variables.env SERVER\_NAME=www.example.com AUTO\_LETS\_ENCRYPT=yes ``` And load the file when creating the container : ``` $ docker run ... --env-file "${PWD}/variables.env" ... bunkerity/bunkerized-nginx ``` Or if you prefer docker-compose : ``` ... services: mybunkerized: ... env\_file: - ./variables.env ... ... ``` ### Docker autoconf[¶](#docker-autoconf "Permalink to this heading") The downside of using environment variables is that the container needs to be recreated each time there is an update which is not very convenient. To counter that issue, you can use another image called bunkerized-nginx-autoconf which will listen for Docker events and automatically configure bunkerized-nginx instance in real time without recreating the container. Instead of defining environment variables for the bunkerized-nginx container, you simply add labels to your web services and bunkerized-nginx-autoconf will “automagically” take care of the rest. ![](https://github.com/bunkerity/bunkerized-nginx/blob/master/docs/img/autoconf-docker.png?raw=true) First of all, you will need a network to allow communication between bunkerized-nginx and your web services : ``` $ docker network create services-net ``` We will also make use of a named volume to share the configuration between autoconf and bunkerized-nginx : ``` $ docker volume create bunkerized-vol ``` You can now create the bunkerized-nginx container : ``` $ docker run \ --name mybunkerized \ -l bunkerized-nginx.AUTOCONF \ --network services-net \ -p 80:8080 \ -p 443:8443 \ -v "${PWD}/www:/www:ro" \ -v "${PWD}/certs:/etc/letsencrypt" \ -v bunkerized-vol:/etc/nginx \ -e MULTISITE=yes \ -e SERVER\_NAME= \ -e AUTO\_LETS\_ENCRYPT=yes \ bunkerity/bunkerized-nginx ``` The autoconf one can now be started : ``` $ docker run \ --name myautoconf \ --volumes-from mybunkerized:rw \ -v /var/run/docker.sock:/var/run/docker.sock:ro \ bunkerity/bunkerized-nginx-autoconf ``` Here is the docker-compose equivalent : ``` version: '3' services: mybunkerized: image: bunkerity/bunkerized-nginx restart: always ports: - 80:8080 - 443:8443 volumes: - ./certs:/etc/letsencrypt - ./www:/www:ro - bunkerized-vol:/etc/nginx environment: - SERVER\_NAME= - MULTISITE=yes - AUTO\_LETS\_ENCRYPT=yes labels: - "bunkerized-nginx.AUTOCONF" networks: - services-net myautoconf: image: bunkerity/bunkerized-nginx-autoconf restart: always volumes\_from: - mybunkerized volumes: - /var/run/docker.sock:/var/run/docker.sock:ro depends\_on: - mybunkerized volumes: bunkerized-vol: networks: services-net: name: services-net ``` Important things to note : * autoconf is generating config files and other artefacts for the bunkerized-nginx, they need to share the same volumes * autoconf must have access to the Docker socket in order to get events, access to labels and send SIGHUP signal (reload order) to bunkerized-nginx * bunkerized-nginx must have the bunkerized-nginx.AUTOCONF label * bunkerized-nginx must be started in [multisite mode](https://bunkerized-nginx.readthedocs.io/en/latest/quickstart_guide.html#multisite) with the `MULTISITE=yes` environment variable * When setting the `SERVER\_NAME` environment variable to an empty value, bunkerized-nginx won’t generate any web service configuration at startup * The `AUTO\_LETS\_ENCRYPT=yes` will be applied to all subsequent web service configuration, unless overriden by the web service labels Check the logs of both autoconf and bunkerized-nginx to see if everything is working as expected. You can now create a new web service and add environment variables as labels with the `bunkerized-nginx.` prefix to let the autoconf service “automagically” do the configuration for you : ``` $ docker run \ --name myservice \ --network services-net \ -l bunkerized-nginx.SERVER_NAME=www.example.com \ -l bunkerized-nginx.USE_REVERSE_PROXY=yes \ -l bunkerized-nginx.REVERSE_PROXY_URL=/ \ -l bunkerized-nginx.REVERSE_PROXY_HOST=http://myservice \ tutum/hello-world ``` docker-compose equivalent : ``` version: "3" services: myservice: image: tutum/hello-world networks: services-net: aliases: - myservice labels: - "bunkerized-nginx.SERVER\_NAME=www.example.com" - "bunkerized-nginx.USE\_REVERSE\_PROXY=yes" - "bunkerized-nginx.REVERSE\_PROXY\_URL=/" - "bunkerized-nginx.REVERSE\_PROXY\_HOST=http://myservice" networks: services-net: external: name: services-net ``` Please note that if you want to override the `AUTO\_LETS\_ENCRYPT=yes` previously defined in the bunkerized-nginx container, you simply need to add the `bunkerized-nginx.AUTO\_LETS\_ENCRYPT=no` label. Look at the logs of both autoconf and bunkerized-nginx to check if the configuration has been generated and loaded by bunkerized-nginx. You should now be able to visit http(s)://www.example.com. When your container is not needed anymore, you can delete it as usual. The autoconf should get the event and generate the configuration again. ### Docker Swarm[¶](#docker-swarm "Permalink to this heading") The deployment and configuration is very similar to the “Docker autoconf” one but with services instead of containers. A service based on the bunkerized-nginx-autoconf image needs to be scheduled on a manager node (don’t worry it doesn’t expose any network port for obvious security reasons). This service will listen for Docker Swarm events like service creation or deletion and generate the configuration according to the labels of each service. Once configuration generation is done, the bunkerized-nginx-autoconf service will send the configuration files and a reload order to all the bunkerized-nginx tasks so they can apply the new configuration. If you need to deliver static files (e.g., html, images, css, js, …) a shared folder accessible from all bunkerized-nginx instances is needed (you can use a storage system like NFS, GlusterFS, CephFS on the host or a [Docker volume plugin](https://docs.docker.com/engine/extend/)). ![](https://github.com/bunkerity/bunkerized-nginx/blob/master/docs/img/swarm.png?raw=true) In this setup we will deploy bunkerized-nginx in global mode on all workers and autoconf as a single replica on a manager. First of all, you will need to create 2 networks, one for the communication between bunkerized-nginx and autoconf and the other one for the communication between bunkerized-nginx and the web services : ``` $ docker network create -d overlay --attachable bunkerized-net $ docker network create -d overlay --attachable services-net ``` We can now start the bunkerized-nginx as a service : ``` $ docker service create \ --name mybunkerized \ --mode global \ --constraint node.role==worker \ -l bunkerized-nginx.AUTOCONF \ --network bunkerized-net \ -p published=80,target=8080,mode=host \ -p published=443,target=8443,mode=host \ -e SWARM\_MODE=yes \ -e USE\_API=yes \ -e API\_URI=/ChangeMeToSomethingHardToGuess \ -e SERVER\_NAME= \ -e MULTISITE=yes \ -e AUTO\_LETS\_ENCRYPT=yes \ bunkerity/bunkerized-nginx $ docker service update \ --network-add services-net \ mybunkerized ``` Once bunkerized-nginx has been started you can start the autoconf as a service : ``` $ docker service create \ --name myautoconf \ --replicas 1 \ --constraint node.role==manager \ --network bunkerized-net \ --mount type=bind,source=/var/run/docker.sock,destination=/var/run/docker.sock,ro \ --mount type=volume,source=cache-vol,destination=/cache \ --mount type=volume,source=certs-vol,destination=/etc/letsencrypt \ -e SWARM\_MODE=yes \ -e API\_URI=/ChangeMeToSomethingHardToGuess \ bunkerity/bunkerized-nginx-autoconf ``` Or do the same with docker-compose if you wish : ``` version: '3.8' services: nginx: image: bunkerity/bunkerized-nginx ports: - published: 80 target: 8080 mode: host protocol: tcp - published: 443 target: 8443 mode: host protocol: tcp environment: - SWARM\_MODE=yes - USE\_API=yes - API\_URI=/ChangeMeToSomethingHardToGuess # must match API\_URI from autoconf - MULTISITE=yes - SERVER\_NAME= - AUTO\_LETS\_ENCRYPT=yes networks: - bunkerized-net - services-net deploy: mode: global placement: constraints: - "node.role==worker" # mandatory label labels: - "bunkerized-nginx.AUTOCONF" autoconf: image: bunkerity/bunkerized-nginx-autoconf volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - cache-vol:/cache - certs-vol:/etc/letsencrypt environment: - SWARM\_MODE=yes - API\_URI=/ChangeMeToSomethingHardToGuess # must match API\_URI from nginx networks: - bunkerized-net deploy: replicas: 1 placement: constraints: - "node.role==manager" # This will create the networks for you networks: bunkerized-net: driver: overlay attachable: true name: bunkerized-net services-net: driver: overlay attachable: true name: services-net # And the volumes too volumes: cache-vol: certs-vol: ``` Check the logs of both autoconf and bunkerized-nginx services to see if everything is working as expected. You can now create a new service and add environment variables as labels with the `bunkerized-nginx.` prefix to let the autoconf service “automagically” do the configuration for you : ``` $ docker service create \ --name myservice \ --constraint node.role==worker \ --network services-net \ -l bunkerized-nginx.SERVER_NAME=www.example.com \ -l bunkerized-nginx.USE_REVERSE_PROXY=yes \ -l bunkerized-nginx.REVERSE_PROXY_URL=/ \ -l bunkerized-nginx.REVERSE_PROXY_HOST=http://myservice \ tutum/hello-world ``` docker-compose equivalent : ``` version: "3" services: myservice: image: tutum/hello-world networks: - services-net deploy: placement: constraints: - "node.role==worker" labels: - "bunkerized-nginx.SERVER\_NAME=www.example.com" - "bunkerized-nginx.USE\_REVERSE\_PROXY=yes" - "bunkerized-nginx.REVERSE\_PROXY\_URL=/" - "bunkerized-nginx.REVERSE\_PROXY\_HOST=http://myservice" networks: services-net: external: name: services-net ``` Please note that if you want to override the `AUTO\_LETS\_ENCRYPT=yes` previously defined in the bunkerized-nginx service, you simply need to add the `bunkerized-nginx.AUTO\_LETS\_ENCRYPT=no` label. Look at the logs of both autoconf and bunkerized-nginx to check if the configuration has been generated and loaded by bunkerized-nginx. You should now be able to visit http(s)://www.example.com. When your service is not needed anymore, you can delete it as usual. The autoconf should get the event and generate the configuration again. ### Kubernetes[¶](#kubernetes "Permalink to this heading") **This integration is still in beta, please fill an issue if you find a bug or have an idea on how to improve it.** The bunkerized-nginx-autoconf acts as an Ingress Controller and connects to the k8s API to get cluster events and generate a new configuration when it’s needed. Once the configuration is generated, the Ingress Controller sends the configuration files and a reload order to the bunkerized-nginx instances running in the cluster. If you need to deliver static files (e.g., html, images, css, js, …) a shared folder accessible from all bunkerized-nginx instances is needed (you can use a storage system like NFS, GlusterFS, CephFS on the host or a [Kubernetes Volume that supports ReadOnlyMany access](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes)). ![](https://github.com/bunkerity/bunkerized-nginx/blob/master/docs/img/kubernetes.png?raw=true) The first step to do is to declare the RBAC authorization that will be used by the Ingress Controller to access the Kubernetes API. A ready-to-use declaration is available here : ``` apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: bunkerized-nginx-ingress-controller rules: - apiGroups: [""] resources: ["services", "pods"] verbs: ["get", "watch", "list"] - apiGroups: ["extensions"] resources: ["ingresses"] verbs: ["get", "watch", "list"] --- apiVersion: v1 kind: ServiceAccount metadata: name: bunkerized-nginx-ingress-controller --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: bunkerized-nginx-ingress-controller subjects: - kind: ServiceAccount name: bunkerized-nginx-ingress-controller namespace: default apiGroup: "" roleRef: kind: ClusterRole name: bunkerized-nginx-ingress-controller apiGroup: rbac.authorization.k8s.io ``` Next, you can deploy bunkerized-nginx as a DaemonSet : ``` apiVersion: apps/v1 kind: DaemonSet metadata: name: bunkerized-nginx labels: app: bunkerized-nginx spec: selector: matchLabels: name: bunkerized-nginx template: metadata: labels: name: bunkerized-nginx # this label is mandatory bunkerized-nginx: "yes" spec: containers: - name: bunkerized-nginx image: bunkerity/bunkerized-nginx ports: - containerPort: 8080 hostPort: 80 - containerPort: 8443 hostPort: 443 env: - name: KUBERNETES\_MODE value: "yes" - name: DNS\_RESOLVERS value: "coredns.kube-system.svc.cluster.local" - name: USE\_API value: "yes" - name: API\_URI value: "/ChangeMeToSomethingHardToGuess" - name: SERVER\_NAME value: "" - name: MULTISITE value: "yes" --- apiVersion: v1 kind: Service metadata: name: bunkerized-nginx-service # this label is mandatory labels: bunkerized-nginx: "yes" # this annotation is mandatory annotations: bunkerized-nginx.AUTOCONF: "yes" spec: clusterIP: None selector: name: bunkerized-nginx ``` You can now deploy the autoconf which will act as the ingress controller : ``` apiVersion: v1 kind: PersistentVolumeClaim metadata: name: pvc-nginx spec: accessModes: - ReadWriteOnce resources: requests: storage: 5Gi --- apiVersion: apps/v1 kind: Deployment metadata: name: bunkerized-nginx-ingress-controller labels: app: bunkerized-nginx-autoconf spec: replicas: 1 selector: matchLabels: app: bunkerized-nginx-autoconf template: metadata: labels: app: bunkerized-nginx-autoconf spec: serviceAccountName: bunkerized-nginx-ingress-controller volumes: - name: vol-nginx persistentVolumeClaim: claimName: pvc-nginx initContainers: - name: change-data-dir-permissions command: - chown - -R - 101:101 - /etc/letsencrypt - /cache image: busybox volumeMounts: - name: vol-nginx mountPath: /etc/letsencrypt subPath: letsencrypt - name: vol-nginx mountPath: /cache subPath: cache securityContext: runAsNonRoot: false runAsUser: 0 runAsGroup: 0 containers: - name: bunkerized-nginx-autoconf image: bunkerity/bunkerized-nginx-autoconf env: - name: KUBERNETES\_MODE value: "yes" - name: API\_URI value: "/ChangeMeToSomethingHardToGuess" volumeMounts: - name: vol-nginx mountPath: /etc/letsencrypt subPath: letsencrypt - name: vol-nginx mountPath: /cache subPath: cache ``` Check the logs of both bunkerized-nginx and autoconf deployments to see if everything is working as expected. You can now deploy your web service and make it accessible from within the cluster : ``` apiVersion: apps/v1 kind: Deployment metadata: name: myapp labels: app: myapp spec: replicas: 1 selector: matchLabels: app: myapp template: metadata: labels: app: myapp spec: containers: - name: myapp image: containous/whoami --- apiVersion: v1 kind: Service metadata: name: myapp spec: type: ClusterIP selector: app: myapp ports: - protocol: TCP port: 80 targetPort: 80 ``` Last but not least, it’s time to define your Ingress resource to make your web service publicly available : ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: bunkerized-nginx-ingress # this label is mandatory labels: bunkerized-nginx: "yes" annotations: # add any global and default environment variables here as annotations with the "bunkerized-nginx." prefix # examples : #bunkerized-nginx.AUTO\_LETS\_ENCRYPT: "yes" #bunkerized-nginx.USE\_ANTIBOT: "javascript" #bunkerized-nginx.REDIRECT\_HTTP\_TO\_HTTPS: "yes" #bunkerized-nginx.www.example.com\_REVERSE\_PROXY\_WS: "yes" #bunkerized-nginx.www.example.com\_USE\_MODSECURITY: "no" spec: tls: - hosts: - www.example.com rules: - host: "www.example.com" http: paths: - pathType: Prefix path: "/" backend: service: name: myapp port: number: 80 ``` Check the logs to see if the configuration has been generated and bunkerized-nginx reloaded. You should be able to visit http(s)://www.example.com. Note that an alternative would be to add annotations directly to your services (a common use-case is for [PHP applications](https://bunkerized-nginx.readthedocs.io/en/latest/quickstart_guide.html#php-applications) because the Ingress resource is only for reverse proxy) without editing the Ingress resource : ``` apiVersion: v1 kind: Service metadata: name: myapp # this label is mandatory labels: bunkerized-nginx: "yes" annotations: bunkerized-nginx.SERVER\_NAME: "www.example.com" bunkerized-nginx.AUTO\_LETS\_ENCRYPT: "yes" bunkerized-nginx.USE\_REVERSE\_PROXY: "yes" bunkerized-nginx.REVERSE\_PROXY\_URL: "/" bunkerized-nginx.REVERSE\_PROXY\_HOST: "http://myapp.default.svc.cluster.local" spec: type: ClusterIP selector: app: myapp ports: - protocol: TCP port: 80 targetPort: 80 ``` ### Linux[¶](#linux "Permalink to this heading") **This integration is still in beta, please fill an issue if you find a bug or have an idea on how to improve it.** List of supported Linux distributions : * Debian buster (10) * Ubuntu focal (20.04) * CentOS 7 * Fedora 34 * Arch Linux Unlike containers, Linux integration can be tedious because bunkerized-nginx has a bunch of dependencies that need to be installed before we can use it. Fortunately, we provide a helper script to make the process easier and automatic. Once installed, the configuration is really simple, all you have to do is to edit the `/opt/bunkerized-nginx/variables.env` configuration file and run the `bunkerized-nginx` command to apply it. First of all you will need to install bunkerized-nginx. The recommended way is to use the official installer script : ``` $ curl -fsSL https://github.com/bunkerity/bunkerized-nginx/releases/download/v1.3.2/linux-install.sh -o /tmp/bunkerized-nginx.sh ``` Before executing it, you should also check the signature : ``` $ curl -fsSL https://github.com/bunkerity/bunkerized-nginx/releases/download/v1.3.2/linux-install.sh.asc -o /tmp/bunkerized-nginx.sh.asc $ gpg --auto-key-locate hkps://keys.openpgp.org --locate-keys contact@bunkerity.com $ gpg --verify /tmp/bunkerized-nginx.sh.asc /tmp/bunkerized-nginx.sh ``` You can now install bunkerized-nginx (and take a coffee because it may take a while) : ``` $ chmod +x /tmp/bunkerized-nginx.sh $ /tmp/bunkerized-nginx.sh ``` To demonstrate the configuration on Linux, we will create a simple “Hello World” static file that will be served by bunkerized-nginx. Static files are stored inside the `/opt/bunkerized-nginx/www` folder and the unprivileged nginx user must have read access on it : ``` $ echo "Hello bunkerized World !" > /opt/bunkerized-nginx/www/index.html $ chown root:nginx /opt/bunkerized-nginx/www/index.html $ chmod 740 /opt/bunkerized-nginx/www/index.html ``` Here is the example configuration file that needs to be written at `/opt/bunkerized-nginx/variables.env` : ``` HTTP_PORT=80 HTTPS_PORT=443 DNS_RESOLVERS=8.8.8.8 8.8.4.4 SERVER_NAME=www.example.com AUTO_LETS_ENCRYPT=yes ``` Important things to note : * Replace www.example.com with your own domain (it must points to your server IP address if you want Let’s Encrypt to work) * Automatic Let’s Encrypt is enabled thanks to `AUTO\_LETS\_ENCRYPT=yes` (since the default is `AUTO\_LETS\_ENCRYPT=no` you can remove the environment variable to disable Let’s Encrypt) * The default values for `HTTP\_PORT` and `HTTPS\_PORT` are `8080` and `8443` hence the explicit declaration with standard ports values * Replace the `DNS\_RESOLVERS` value with your own DNS resolver(s) if you need nginx to resolve internal DNS requests (e.g., reverse proxy to an internal service) You can now apply the configuration by running the **bunkerized-nginx** command : ``` $ bunkerized-nginx ``` Visit http(s)://www.example.com to confirm that everything is working as expected. Quickstart guide[¶](#quickstart-guide "Permalink to this heading") ------------------------------------------------------------------ ### Reverse proxy[¶](#reverse-proxy "Permalink to this heading") The following environment variables can be used to deploy bunkerized-nginx as a reverse proxy in front of your web services : * `USE\_REVERSE\_PROXY` : activate/deactivate the reverse proxy mode * `REVERSE\_PROXY\_URL` : public path prefix * `REVERSE\_PROXY\_HOST` : full address of the proxied service Here is a basic example : ``` SERVER_NAME=www.example.com USE_REVERSE_PROXY=yes REVERSE_PROXY_URL=/ REVERSE_PROXY_HOST=http://my-service.example.local:8080 ``` If you have multiple web services you can configure multiple reverse proxy rules by appending a number to the environment variables names : ``` SERVER_NAME=www.example.com USE_REVERSE_PROXY=yes REVERSE_PROXY_URL_1=/app1 REVERSE_PROXY_HOST_1=http://app1.example.local:8080 REVERSE_PROXY_URL_2=/app2 REVERSE_PROXY_HOST_2=http://app2.example.local:8080 ``` #### Docker[¶](#docker "Permalink to this heading") When using Docker, the recommended way is to create a network so bunkerized-nginx can communicate with the web service using the container name : ``` $ docker network create services-net $ docker run -d \ --name myservice \ --network services-net \ tutum/hello-world $ docker run -d \ --network services-net \ -p 80:8080 \ -p 443:8443 \ -v "${PWD}/certs:/etc/letsencrypt" \ -e SERVER\_NAME=www.example.com \ -e AUTO\_LETS\_ENCRYPT=yes \ -e USE\_REVERSE\_PROXY=yes \ -e REVERSE\_PROXY\_URL=/ \ -e REVERSE\_PROXY\_HOST=http://myservice \ bunkerity/bunkerized-nginx ``` docker-compose equivalent : ``` version: '3' services: mybunkerized: image: bunkerity/bunkerized-nginx ports: - 80:8080 - 443:8443 volumes: - ./certs:/etc/letsencrypt environment: - SERVER\_NAME=www.example.com - AUTO\_LETS\_ENCRYPT=yes - USE\_REVERSE\_PROXY=yes - REVERSE\_PROXY\_URL=/ - REVERSE\_PROXY\_HOST=http://myservice networks: - services-net depends\_on: - myservice myservice: image: tutum/hello-world networks: - services-net networks: services-net: ``` #### Docker autoconf[¶](#docker-autoconf "Permalink to this heading") When the Docker autoconf stack is running, you simply need to start the container hosting your web service and add the environment variables as labels : ``` $ docker run -d \ --name myservice \ --network services-net \ -l bunkerized-nginx.SERVER_NAME=www.example.com \ -l bunkerized-nginx.USE_REVERSE_PROXY=yes \ -l bunkerized-nginx.REVERSE_PROXY_URL=/ \ -l bunkerized-nginx.REVERSE_PROXY_HOST=http://myservice \ tutum/hello-world ``` docker-compose equivalent : ``` version: '3' services: myservice: image: tutum/hello-world networks: services-net: aliases: - myservice labels: - bunkerized-nginx.SERVER\_NAME=www.example.com - bunkerized-nginx.USE\_REVERSE\_PROXY=yes - bunkerized-nginx.REVERSE\_PROXY\_URL=/ - bunkerized-nginx.REVERSE\_PROXY\_HOST=http://myservice networks: services-net: external: name: services-net ``` #### Docker Swarm[¶](#docker-swarm "Permalink to this heading") When the Docker Swarm stack is running, you simply need to start the Swarm service hosting your web service and add the environment variables as labels : ``` $ docker service create \ --name myservice \ --network services-net \ --constraint node.role==worker \ -l bunkerized-nginx.SERVER_NAME=www.example.com \ -l bunkerized-nginx.USE_REVERSE_PROXY=yes \ -l bunkerized-nginx.REVERSE_PROXY_URL=/ \ -l bunkerized-nginx.REVERSE_PROXY_HOST=http://myservice \ tutum/hello-world ``` docker-compose equivalent : ``` version: '3' services: myservice: image: tutum/hello-world networks: services-net: aliases: - myservice deploy: placement: constraints: - "node.role==worker" labels: - bunkerized-nginx.SERVER\_NAME=www.example.com - bunkerized-nginx.USE\_REVERSE\_PROXY=yes - bunkerized-nginx.REVERSE\_PROXY\_URL=/ - bunkerized-nginx.REVERSE\_PROXY\_HOST=http://myservice networks: services-net: external: name: services-net ``` #### Kubernetes[¶](#kubernetes "Permalink to this heading") Example deployment and service declaration : ``` apiVersion: apps/v1 kind: Deployment metadata: name: myservice labels: app: myservice spec: replicas: 1 selector: matchLabels: app: myservice template: metadata: labels: app: myservice spec: containers: - name: myservice image: tutum/hello-world --- apiVersion: v1 kind: Service metadata: name: myservice spec: type: ClusterIP selector: app: myservice ports: - protocol: TCP port: 80 targetPort: 80 ``` The most straightforward way to add a reverse proxy in the Kubernetes cluster is to declare it in the Ingress resource : ``` apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: bunkerized-nginx-ingress # this label is mandatory labels: bunkerized-nginx: "yes" spec: tls: - hosts: - www.example.com rules: - host: "www.example.com" http: paths: - pathType: Prefix path: "/" backend: service: name: myservice port: number: 80 ``` An alternative “hackish” way is to use environment variables as annotations prefixed with “bunkerized-nginx.” inside the Service resource of your web service : ``` apiVersion: v1 kind: Service metadata: name: myservice # this label is mandatory labels: bunkerized-nginx: "yes" annotations: bunkerized-nginx.SERVER\_NAME: "www.example.com" bunkerized-nginx.AUTO\_LETS\_ENCRYPT: "yes" bunkerized-nginx.USE\_REVERSE\_PROXY: "yes" bunkerized-nginx.REVERSE\_PROXY\_URL: "/" bunkerized-nginx.REVERSE\_PROXY\_HOST: "http://myservice.default.svc.cluster.local" spec: type: ClusterIP selector: app: myservice ports: - protocol: TCP port: 80 targetPort: 80 ``` #### Linux[¶](#linux "Permalink to this heading") Example of a basic configuration file : ``` HTTP_PORT=80 HTTPS_PORT=443 DNS_RESOLVERS=8.8.8.8 8.8.4.4 SERVER_NAME=www.example.com AUTO_LETS_ENCRYPT=yes USE_REVERSE_PROXY=yes REVERSE_PROXY_URL=/ # Local proxied application REVERSE_PROXY_HOST=http://127.0.0.1:8080 # Remote proxied application #REVERSE_PROXY_HOST=http://service.example.local:8080 ``` ### PHP applications[¶](#php-applications "Permalink to this heading") The following environment variables can be used to configure bunkerized-nginx in front of PHP-FPM web applications : * `REMOTE\_PHP` : host/ip of a remote PHP-FPM instance * `REMOTE\_PHP\_PATH` : absolute path containing the PHP files (from the remote instance perspective) * `LOCAL\_PHP` : absolute path of the local unix socket used by a local PHP-FPM instance * `LOCAL\_PHP\_PATH` : absolute path containing the PHP files (when using local instance) Here is a basic example with a remote instance : ``` SERVER_NAME=www.example.com REMOTE_PHP=my-php.example.local REMOTE_PHP_PATH=/var/www/html ``` And another example with a local instance : ``` SERVER_NAME=www.example.com LOCAL_PHP=/var/run/php7-fpm.sock LOCAL_PHP_PATH=/opt/bunkerized-nginx/www ``` #### Docker[¶](#id1 "Permalink to this heading") When using Docker, the recommended way is to create a network so bunkerized-nginx can communicate with the PHP-FPM instance using the container name : ``` $ docker network create services-net $ docker run -d \ --name myservice \ --network services-net \ -v "${PWD}/www:/app" \ php:fpm $ docker run -d \ --network services-net \ -p 80:8080 \ -p 443:8443 \ -v "${PWD}/www:/www:ro" \ -v "${PWD}/certs:/etc/letsencrypt" \ -e SERVER\_NAME=www.example.com \ -e AUTO\_LETS\_ENCRYPT=yes \ -e REMOTE\_PHP=myservice \ -e REMOTE\_PHP\_PATH=/app \ bunkerity/bunkerized-nginx ``` docker-compose equivalent : ``` version: '3' services: mybunkerized: image: bunkerity/bunkerized-nginx ports: - 80:8080 - 443:8443 volumes: - ./www:/www:ro - ./certs:/etc/letsencrypt environment: - SERVER\_NAME=www.example.com - AUTO\_LETS\_ENCRYPT=yes - REMOTE\_PHP=myservice - REMOTE\_PHP\_PATH=/app networks: - services-net depends\_on: - myservice myservice: image: php:fpm networks: - services-net volumes: - ./www:/app networks: services-net: ``` #### Docker autoconf[¶](#id2 "Permalink to this heading") When the Docker autoconf stack is running, you simply need to start the container hosting your PHP-FPM instance and add the environment variables as labels : ``` $ docker run -d \ --name myservice \ --network services-net \ -v "${PWD}/www/www.example.com:/app" \ -l bunkerized-nginx.SERVER_NAME=www.example.com \ -l bunkerized-nginx.REMOTE_PHP=myservice \ -l bunkerized-nginx.REMOTE_PHP_PATH=/app \ php:fpm ``` ``` version: '3' services: myservice: image: php:fpm volumes: - ./www/www.example.com:/app networks: services-net: aliases: - myservice labels: - bunkerized-nginx.SERVER\_NAME=www.example.com - bunkerized-nginx.REMOTE\_PHP=myservice - bunkerized-nginx.REMOTE\_PHP\_PATH=/app networks: services-net: external: name: services-net ``` #### Docker Swarm[¶](#id3 "Permalink to this heading") When the Docker Swarm stack is running, you simply need to start the Swarm service hosting your PHP-FPM instance and add the environment variables as labels : ``` $ docker service create \ --name myservice \ --constraint node.role==worker \ --network services-net \ --mount type=bind,source=/shared/www/www.example.com,destination=/app \ -l bunkerized-nginx.SERVER_NAME=www.example.com \ -l bunkerized-nginx.REMOTE_PHP=myservice \ -l bunkerized-nginx.REMOTE_PHP_PATH=/app \ php:fpm ``` docker-compose equivalent : ``` version: "3" services: myservice: image: php:fpm networks: services-net: aliases: - myservice volumes: - /shared/www/www.example.com:/app deploy: placement: constraints: - "node.role==worker" labels: - "bunkerized-nginx.SERVER\_NAME=www.example.com" - "bunkerized-nginx.REMOTE\_PHP=myservice" - "bunkerized-nginx.REMOTE\_PHP\_PATH=/app" networks: services-net: external: name: services-net ``` #### Kubernetes[¶](#id4 "Permalink to this heading") You need to use environment variables as annotations prefixed with `bunkerized-nginx.` inside the Service resource of your PHP-FPM instance : ``` apiVersion: apps/v1 kind: Deployment metadata: name: myservice labels: app: myservice spec: replicas: 1 selector: matchLabels: app: myservice template: metadata: labels: app: myservice spec: containers: - name: myservice image: php:fpm volumeMounts: - name: php-files mountPath: /app volumes: - name: php-files hostPath: path: /shared/www/www.example.com type: Directory --- apiVersion: v1 kind: Service metadata: name: myservice # this label is mandatory labels: bunkerized-nginx: "yes" annotations: bunkerized-nginx.SERVER\_NAME: "www.example.com" bunkerized-nginx.AUTO\_LETS\_ENCRYPT: "yes" bunkerized-nginx.REMOTE\_PHP: "myservice.default.svc.cluster.local" bunkerized-nginx.REMOTE\_PHP\_PATH: "/app" spec: type: ClusterIP selector: app: myservice ports: - protocol: TCP port: 9000 targetPort: 9000 ``` #### Linux[¶](#id5 "Permalink to this heading") Example of a basic configuration file : ``` HTTP_PORT=80 HTTPS_PORT=443 DNS_RESOLVERS=8.8.8.8 8.8.4.4 SERVER_NAME=www.example.com AUTO_LETS_ENCRYPT=yes # Case 1 : the PHP-FPM instance is on the same machine # you just need to adjust the socket path LOCAL_PHP=/run/php/php7.3-fpm.sock LOCAL_PHP_PATH=/opt/bunkerized-nginx/www # Case 2 : the PHP-FPM instance is on another machine #REMOTE_PHP=myapp.example.local #REMOTE_PHP_PATH=/app ``` Don’t forget that bunkerized-nginx runs as an unprivileged user/group both named `nginx`. When using a local PHP-FPM instance, you will need to take care of the rights and permissions of the socket and web files. For example, if your PHP-FPM is running as the `www-data` user, you can create a new group called `web-users` and add `nginx` and `www-data` into it : ``` $ groupadd web-users $ usermod -a -G web-users nginx $ usermod -a -G web-users www-data ``` Once it’s done, you will need to tweak your PHP-FPM configuration file (e.g., `/etc/php/7.3/fpm/pool.d/www.conf`) to edit the default group of the processes and the permissions of the socket file : ``` [www] ... user = www-data group = web-users ... listen = /run/php/php7.3-fpm.sock listen.owner = www-data listen.group = web-users listen.mode = 0660 ... ``` Last but not least, you will need to edit the permissions of `/opt/bunkerized-nginx/www` to make sure that nginx can read and PHP-FPM can write (in case your PHP app needs it) : ``` $ chown root:web-users /opt/bunkerized-nginx/www $ chmod 750 /opt/bunkerized-nginx/www $ find /opt/bunkerized-nginx/www/* -exec chown www-data:nginx {} \; $ find /opt/bunkerized-nginx/www/* -type f -exec chmod 740 {} \; $ find /opt/bunkerized-nginx/www/* -type d -exec chmod 750 {} \; ``` ### Multisite[¶](#multisite "Permalink to this heading") If you have multiple services to protect, the easiest way to do it is by enabling the “multisite” mode. When using multisite, bunkerized-nginx will create one server block per server defined in the `SERVER\_NAME` environment variable. You can configure each servers independently by adding the server name as a prefix. Here is an example : ``` SERVER_NAME=app1.example.com app2.example.com MULTISITE=yes app1.example.com_USE_REVERSE_PROXY=yes app1.example.com_REVERSE_PROXY_URL=/ app1.example.com_REVERSE_PROXY_HOST=http://app1.example.local:8080 app2.example.com_REMOTE_PHP=app2.example.local app2.example.com_REMOTE_PHP_PATH=/var/www/html ``` When using the multisite mode, some [special folders](https://bunkerized-nginx.readthedocs.io/en/latest/special_folders.html) must have a specific structure with subfolders named the same as the servers defined in the `SERVER\_NAME` environment variable. Let’s take the **app2.example.com** as an example : if some static files need to be served by nginx, you need to place them under **www/app2.example.com**. #### Docker[¶](#id6 "Permalink to this heading") When using Docker, the recommended way is to create a network so bunkerized-nginx can communicate with the web services using the container name : ``` $ docker network create services-net $ docker run -d \ --name myapp1 \ --network services-net \ tutum/hello-world $ docker run -d \ --name myapp2 \ --network services-net \ -v "${PWD}/www/app2.example.com:/app" \ php:fpm $ docker run -d \ --network services-net \ -p 80:8080 \ -p 443:8443 \ -v "${PWD}/www:/www:ro" \ -v "${PWD}/certs:/etc/letsencrypt" \ -e "SERVER\_NAME=app1.example.com app2.example.com" \ -e MULTISITE=yes \ -e AUTO\_LETS\_ENCRYPT=yes \ -e app1.example.com_USE_REVERSE_PROXY=yes \ -e app1.example.com_REVERSE_PROXY_URL=/ \ -e app1.example.com_REVERSE_PROXY_HOST=http://myapp1 \ -e app2.example.com_REMOTE_PHP=myapp2 \ -e app2.example.com_REMOTE_PHP_PATH=/app \ bunkerity/bunkerized-nginx ``` docker-compose equivalent : ``` version: '3' services: mybunkerized: image: bunkerity/bunkerized-nginx ports: - 80:8080 - 443:8443 volumes: - ./www:/www:ro - ./certs:/etc/letsencrypt environment: - SERVER\_NAME=app1.example.com app2.example.com - MULTISITE=yes - AUTO\_LETS\_ENCRYPT=yes - app1.example.com\_USE\_REVERSE\_PROXY=yes - app1.example.com\_REVERSE\_PROXY\_URL=/ - app1.example.com\_REVERSE\_PROXY\_HOST=http://myapp1 - app2.example.com\_REMOTE\_PHP=myapp2 - app2.example.com\_REMOTE\_PHP\_PATH=/app networks: - services-net depends\_on: - myapp1 - myapp2 myapp1: image: tutum/hello-world networks: - services-net myapp2: image: php:fpm volumes: - ./www/app2.example.com:/app networks: - services-net networks: services-net: ``` #### Docker autoconf[¶](#id7 "Permalink to this heading") **The multisite feature must be activated when using the Docker autoconf integration.** When the Docker autoconf stack is running, you simply need to start the containers hosting your web services and add the environment variables as labels : ``` $ docker run -d \ --name myapp1 \ --network services-net \ -l bunkerized-nginx.SERVER_NAME=app1.example.com \ -l bunkerized-nginx.USE_REVERSE_PROXY=yes \ -l bunkerized-nginx.REVERSE_PROXY_URL=/ \ -l bunkerized-nginx.REVERSE_PROXY_HOST=http://myapp1 \ tutum/hello-world $ docker run -d \ --name myapp2 \ --network services-net \ -v "${PWD}/www/app2.example.com:/app" \ -l bunkerized-nginx.SERVER_NAME=app2.example.com \ -l bunkerized-nginx.REMOTE_PHP=myapp2 \ -l bunkerized-nginx.REMOTE_PHP_PATH=/app \ php:fpm ``` docker-compose equivalent : ``` version: '3' services: myapp1: image: tutum/hello-world networks: services-net: aliases: - myapp1 labels: - bunkerized-nginx.SERVER\_NAME=app1.example.com - bunkerized-nginx.USE\_REVERSE\_PROXY=yes - bunkerized-nginx.REVERSE\_PROXY\_URL=/ - bunkerized-nginx.REVERSE\_PROXY\_HOST=http://myapp1 myapp2: image: php:fpm networks: services-net: aliases: - myapp2 volumes: - ./www/app2.example.com:/app labels: - bunkerized-nginx.SERVER\_NAME=app2.example.com - bunkerized-nginx.REMOTE\_PHP=myapp2 - bunkerized-nginx.REMOTE\_PHP\_PATH=/app networks: services-net: external: name: services-net ``` #### Docker Swarm[¶](#id8 "Permalink to this heading") **The multisite feature must be activated when using the Docker Swarm integration.** When the Docker Swarm stack is running, you simply need to start the Swarm service hosting your web services and add the environment variables as labels : ``` $ docker service create \ --name myapp1 \ --network services-net \ --constraint node.role==worker \ -l bunkerized-nginx.SERVER_NAME=app1.example.com \ -l bunkerized-nginx.USE_REVERSE_PROXY=yes \ -l bunkerized-nginx.REVERSE_PROXY_URL=/ \ -l bunkerized-nginx.REVERSE_PROXY_HOST=http://myapp1 \ tutum/hello-world $ docker service create \ --name myapp2 \ --constraint node.role==worker \ --network services-net \ --mount type=bind,source=/shared/www/app2.example.com,destination=/app \ -l bunkerized-nginx.SERVER_NAME=app2.example.com \ -l bunkerized-nginx.REMOTE_PHP=myapp2 \ -l bunkerized-nginx.REMOTE_PHP_PATH=/app \ php:fpm ``` docker-compose equivalent : ``` version: "3" services: myapp1: image: tutum/hello-world networks: services-net: aliases: - myapp1 deploy: placement: constraints: - "node.role==worker" labels: - bunkerized-nginx.SERVER\_NAME=app1.example.com - bunkerized-nginx.USE\_REVERSE\_PROXY=yes - bunkerized-nginx.REVERSE\_PROXY\_URL=/ - bunkerized-nginx.REVERSE\_PROXY\_HOST=http://myapp1 myapp2: image: php:fpm networks: services-net: aliases: - myapp2 volumes: - /shared/www/app2.example.com:/app deploy: placement: constraints: - "node.role==worker" labels: - "bunkerized-nginx.SERVER\_NAME=app2.example.com" - "bunkerized-nginx.REMOTE\_PHP=myapp2" - "bunkerized-nginx.REMOTE\_PHP\_PATH=/app" networks: services-net: external: name: services-net ``` #### Kubernetes[¶](#id9 "Permalink to this heading") **The multisite feature must be activated when using the Kubernetes integration.** ``` apiVersion: apps/v1 kind: Deployment metadata: name: myapp1 labels: app: myapp1 spec: replicas: 1 selector: matchLabels: app: myapp1 template: metadata: labels: app: myapp1 spec: containers: - name: myapp1 image: tutum/hello-world --- apiVersion: v1 kind: Service metadata: name: myapp1 # this label is mandatory labels: bunkerized-nginx: "yes" annotations: bunkerized-nginx.SERVER\_NAME: "app1.example.com" bunkerized-nginx.AUTO\_LETS\_ENCRYPT: "yes" bunkerized-nginx.USE\_REVERSE\_PROXY: "yes" bunkerized-nginx.REVERSE\_PROXY\_URL: "/" bunkerized-nginx.REVERSE\_PROXY\_HOST: "http://myapp1.default.svc.cluster.local" spec: type: ClusterIP selector: app: myapp1 ports: - protocol: TCP port: 80 targetPort: 80 --- apiVersion: apps/v1 kind: Deployment metadata: name: myapp2 labels: app: myapp2 spec: replicas: 1 selector: matchLabels: app: myapp2 template: metadata: labels: app: myapp2 spec: containers: - name: myapp2 image: php:fpm volumeMounts: - name: php-files mountPath: /app volumes: - name: php-files hostPath: path: /shared/www/app2.example.com type: Directory --- apiVersion: v1 kind: Service metadata: name: myapp2 # this label is mandatory labels: bunkerized-nginx: "yes" annotations: bunkerized-nginx.SERVER\_NAME: "app2.example.com" bunkerized-nginx.AUTO\_LETS\_ENCRYPT: "yes" bunkerized-nginx.REMOTE\_PHP: "myapp2.default.svc.cluster.local" bunkerized-nginx.REMOTE\_PHP\_PATH: "/app" spec: type: ClusterIP selector: app: myapp2 ports: - protocol: TCP port: 9000 targetPort: 9000 ``` #### Linux[¶](#id10 "Permalink to this heading") Example of a basic configuration file : ``` HTTP_PORT=80 HTTPS_PORT=443 DNS_RESOLVERS=8.8.8.8 8.8.4.4 SERVER_NAME=app1.example.com app2.example.com MULTISITE=yes AUTO_LETS_ENCRYPT=yes app1.example.com_USE_REVERSE_PROXY=yes app1.example.com_REVERSE_PROXY_URL=/ # Local proxied application app1.example.com_REVERSE_PROXY_HOST=http://127.0.0.1:8080 # Remote proxied application #app1.example.com_REVERSE_PROXY_HOST=http://service.example.local:8080 # If the PHP-FPM instance is on the same machine # you just need to adjust the socket path app2.example.com_LOCAL_PHP=/run/php/php7.3-fpm.sock app2.example.com_LOCAL_PHP_PATH=/opt/bunkerized-nginx/www/app2.example.com # Else if the PHP-FPM instance is on another machine #app2.example.com_REMOTE_PHP=myapp.example.local #app2.example.com_REMOTE_PHP_PATH=/app ``` Don’t forget that bunkerized-nginx runs as an unprivileged user/group both named `nginx`. When using a local PHP-FPM instance, you will need to take care of the rights and permissions of the socket and web files. See the Linux section of PHP application for more information. Special folders[¶](#special-folders "Permalink to this heading") ---------------------------------------------------------------- Please note that bunkerized-nginx runs as an unprivileged user (UID/GID 101 when using the Docker image) and you should set the rights on the host accordingly to the files and folders on your host. ### Multisite[¶](#multisite "Permalink to this heading") When the special folder “supports” the multisite mode, you can create subfolders named as the server names used in the configuration. When doing it only the subfolder files will be “used” by the corresponding web service. ### Web files[¶](#web-files "Permalink to this heading") This special folder is used by bunkerized-nginx to deliver static files. The typical use case is when you have a PHP application that also contains static assets like CSS, JS and images. Location (container) : `/www` Location (Linux) : `/opt/bunkerized-nginx/www` Multisite : `yes` Read-only : `yes` Examples : * [Basic website with PHP](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/basic-website-with-php) * [Multisite basic](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/multisite-basic) ### http configurations[¶](#http-configurations "Permalink to this heading") This special folder contains .conf files that will be loaded by nginx at http context. The typical use case is when you need to add custom directives into the `http { }` block of nginx. Location (container) : `/http-confs` Location (Linux) : `/opt/bunkerized-nginx/http-confs` Multisite : `no` Read-only : `yes` Examples : * [Load balancer](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/load-balancer) ### server configurations[¶](#server-configurations "Permalink to this heading") This special folder contains .conf files that will be loaded by nginx at server context. The typical use case is when you need to add custom directives into the `server { }` block of nginx. Location (container) : `/server-confs` Location (Linux) : `/opt/bunkerized-nginx/server-confs` Multisite : `yes` Read-only : `yes` Examples : * [Wordpress](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/wordpress) * [Multisite custom confs](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/multisite-custom-confs) ### ModSecurity configurations[¶](#modsecurity-configurations "Permalink to this heading") This special folder contains .conf files that will be loaded by ModSecurity after the OWASP Core Rule Set is loaded. The typical use case is to edit loaded CRS rules to avoid false positives. Location (container) : `/modsec-confs` Location (Linux) : `/opt/bunkerized-nginx/modsec-confs` Multisite : `yes` Read-only : `yes` Examples : * [Wordpress](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/wordpress) * [Multisite custom confs](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/multisite-custom-confs) ### CRS configurations[¶](#crs-configurations "Permalink to this heading") This special folder contains .conf file that will be loaded by ModSecurity before the OWASP Core Rule Set is loaded. The typical use case is when you want to specify exclusions for the CRS. Location (container) : `/modsec-crs-confs` Location (Linux) : `/opt/bunkerized-nginx/modsec-crs-confs` Multisite : `yes` Read-only : `yes` Examples : * [Wordpress](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/wordpress) * [Multisite custom confs](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/multisite-custom-confs) ### Cache[¶](#cache "Permalink to this heading") This special folder is used to cache some data like blacklists and avoid downloading them again if it is not necessary. The typical use case is to avoid the overhead when you are testing bunkerized-nginx in a container and you have to recreate it multiple times. Location (container) : `/cache` Location (Linux) : `/opt/bunkerized-nginx/cache` Multisite : `no` Read-only : `no` ### Plugins[¶](#plugins "Permalink to this heading") This special folder is the placeholder for the plugins loaded by bunkerized-nginx. See the [plugins section](https://bunkerized-nginx.readthedocs.io/en/latest/plugins.html) for more information. Location (container) : `/plugins` Location (Linux) : `/opt/bunkerized-nginx/plugins` Multisite : `no` Read-only : `no` ### ACME challenge[¶](#acme-challenge "Permalink to this heading") This special folder is used as the web root for Let’s Encrypt challenges. The typical use case is to share the same folder when you are using bunkerized-nginx in a clustered environment like Docker Swarm or Kubernetes. Location (container) : `/acme-challenge` Location (Linux) : `/opt/bunkerized-nginx/acme-challenge` Multisite : `no` Read-only : `no` Security tuning[¶](#security-tuning "Permalink to this heading") ---------------------------------------------------------------- bunkerized-nginx comes with a set of predefined security settings that you can (and you should) tune to meet your own use case. ### Miscellaneous[¶](#miscellaneous "Permalink to this heading") Here is a list of miscellaneous environment variables related more or less to security : * `MAX\_CLIENT\_SIZE=10m` : maximum size of client body * `ALLOWED\_METHODS=GET|POST|HEAD` : list of HTTP methods that clients are allowed to use * `DISABLE\_DEFAULT\_SERVER=no` : enable/disable the default server (i.e. : should your server respond to unknown Host header ?) * `SERVER\_TOKENS=off` : enable/disable sending the version number of nginx ### HTTPS[¶](#https "Permalink to this heading") #### Settings[¶](#settings "Permalink to this heading") Here is a list of environment variables and the corresponding default value related to HTTPS : * `LISTEN\_HTTP=yes` : you can set it to `no` if you want to disable HTTP access * `REDIRECT\_HTTP\_TO\_HTTPS=no` : enable/disable HTTP to HTTPS redirection * `HTTPS\_PROTOCOLS=TLSv1.2 TLSv1.3` : list of TLS versions to use * `HTTP2=yes` : enable/disable HTTP2 when HTTPS is enabled * `COOKIE\_AUTO\_SECURE\_FLAG=yes` : enable/disable adding Secure flag when HTTPS is enabled * `STRICT\_TRANSPORT\_SECURITY=max-age=31536000` : force users to visit the website in HTTPS (more info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy)) #### Let’s Encrypt[¶](#let-s-encrypt "Permalink to this heading") Using Let’s Encrypt with the `AUTO\_LETS\_ENCRYPT=yes` environment variable is the easiest way to add HTTPS supports to your web services if they are connected to internet and you have public DNS A record(s). You can also set the `EMAIL\_LETS\_ENCRYPT` environment variable if you want to receive notifications from Let’s Encrypt like expiration alerts. #### Custom certificate(s)[¶](#custom-certificate-s "Permalink to this heading") If you have security constraints (e.g., local network, custom PKI, …) you can use custom certificates of your choice and tell bunkerized-nginx to use them with the following environment variables : * `USE\_CUSTOM\_HTTPS=yes` * `CUSTOM\_HTTPS\_CERT=/path/inside/container/to/cert.pem` * `CUSTOM\_HTTPS\_KEY=/path/inside/container/to/key.pem` Here is a an example on how to use custom certificates : ``` $ ls /etc/ssl/my-web-app cert.pem key.pem $ docker run -p 80:8080 \ -p 443:8443 \ -v /etc/ssl/my-web-app:/certs:ro \ -e USE\_CUSTOM\_HTTPS=yes \ -e CUSTOM\_HTTPS\_CERT=/certs/cert.pem \ -e CUSTOM\_HTTPS\_KEY=/certs/key.pem \ ... bunkerity/bunkerized-nginx ``` Please note that if you have one or more intermediate certificate(s) in your chain of trust, you will need to provide the bundle to `CUSTOM\_HTTPS\_CERT` (more info [here](https://nginx.org/en/docs/http/configuring_https_servers.html#chains)). You can reload the certificate(s) (i.e., in case of a renewal) by sending a reload order to bunkerized-nginx. Docker reload : ``` docker kill --signal=SIGHUP my-container ``` Swarm and Kubernetes reload (repeat for each node) : ``` $ curl http://node-local-ip:80/api-uri/reload ``` Linux reload : ``` $ /usr/sbin/nginx -s reload ``` #### Self-signed certificate[¶](#self-signed-certificate "Permalink to this heading") This method is not recommended in production but can be used to quickly deploy HTTPS for testing purposes. Just use the `GENERATE\_SELF\_SIGNED\_SSL=yes` environment variable and bunkerized-nginx will generate a self-signed certificate for you : ``` $ docker run -p 80:8080 \ -p 443:8443 \ -e GENERATE\_SELF\_SIGNED\_SSL=yes \ ... bunkerity/bunkerized-nginx ``` ### Headers[¶](#headers "Permalink to this heading") Some important HTTP headers related to client security are sent with a default value. Sometimes it can break a web application or can be tuned to provide even more security. The complete list is available [here](https://bunkerized-nginx.readthedocs.io/en/latest/environment_variables.html#security-headers). You can also remove headers (e.g., too verbose ones) by using the `REMOVE\_HEADERS` environment variable which takes a list of header name separated with space (default value = `Server X-Powered-By X-AspNet-Version X-AspNetMvc-Version`). If you want to keep your application headers and tell bunkerized-nginx to not override it, just set the corresponding environment variable to an empty value (e.g., `CONTENT\_SECURITY\_POLICY=`, `PERMISSIONS\_POLICY=`, …). ### ModSecurity[¶](#modsecurity "Permalink to this heading") ModSecurity is integrated and enabled by default alongside the OWASP Core Rule Set within bunkerized-nginx. To change this behaviour you can use the `USE\_MODSECURITY=no` or `USE\_MODSECURITY\_CRS=no` environment variables. We strongly recommend to keep both ModSecurity and the OWASP Core Rule Set enabled. The only downsides are the false positives that may occur. But they can be fixed easily and the CRS team maintains a list of exclusions for common application (e.g., wordpress, nextcloud, drupal, cpanel, …). Tuning the CRS with bunkerized-nginx is pretty simple : you can add configuration before and after the rules are loaded. You just need to mount your .conf files into the `/modsec-crs-confs` (before CRS is loaded) and `/modsec-confs` (after CRS is loaded) volumes. If you are using Linux integration the [special folders](https://bunkerized-nginx.readthedocs.io/en/latest/special_folders.html) are `/opt/bunkerized-nginx/modsec-confs` and `/opt/bunkerized-nginx/modsec-crs-confs`. Here is a Docker example to illustrate it : ``` $ cat /data/exclusions-crs/wordpress.conf SecAction \ "id:900130,\ phase:1,\ nolog,\ pass,\ t:none,\ setvar:tx.crs\_exclusions\_wordpress=1" $ cat /data/tuning-crs/remove-false-positives.conf SecRule REQUEST_FILENAME "/wp-admin/admin-ajax.php" "id:1,ctl:ruleRemoveByTag=attack-xss,ctl:ruleRemoveByTag=attack-rce" SecRule REQUEST_FILENAME "/wp-admin/options.php" "id:2,ctl:ruleRemoveByTag=attack-xss" SecRule REQUEST_FILENAME "^/wp-json/yoast" "id:3,ctl:ruleRemoveById=930120" $ docker run -p 80:8080 \ -p 443:8443 \ -v /data/exclusions-crs:/modsec-crs-confs:ro \ -v /data/tuning-crs:/modsec-confs:ro \ ... bunkerity/bunkerized-nginx ``` ### Bad behaviors detection[¶](#bad-behaviors-detection "Permalink to this heading") When attackers search for and/or exploit vulnerabilities they might generate some suspicious HTTP status codes that a “regular” user won’t generate within a period of time. If we detect that kind of behavior we can ban the offending IP address and force the attacker to come with a new one. That kind of security measure is implemented and enabled by default in bunkerized-nginx. Here is the list of the related environment variables and their default value : * `USE\_BAD\_BEHAVIOR=yes` : enable/disable “bad behavior” detection and automatic ban of IP * `BAD\_BEHAVIOR\_STATUS\_CODES=400 401 403 404 405 429 444` : the list of HTTP status codes considered as “suspicious” * `BAD\_BEHAVIOR\_THRESHOLD=10` : the number of “suspicious” HTTP status codes required before we ban the corresponding IP address * `BAD\_BEHAVIOR\_BAN\_TIME=86400` : the duration time (in seconds) of the ban * `BAD\_BEHAVIOR\_COUNT\_TIME=60` : the duration time (in seconds) to wait before resetting the counter of “suspicious” HTTP status codes for a given IP ### Antibot challenge[¶](#antibot-challenge "Permalink to this heading") Attackers will certainly use automated tools to exploit/find some vulnerabilities on your web services. One countermeasure is to challenge the users to detect if they look like a bot. It might be effective against script kiddies or “lazy” attackers. You can use the `USE\_ANTIBOT` environment variable to add that kind of checks whenever a new client is connecting. The available challenges are : `cookie`, `javascript`, `captcha` and `recaptcha`. More info [here](https://bunkerized-nginx.readthedocs.io/en/latest/environment_variables.html#antibot). ### External blacklists[¶](#external-blacklists "Permalink to this heading") #### Distributed[¶](#distributed "Permalink to this heading") **This feature is in beta and will be improved regularly.** You can benefit from a distributed blacklist shared among all of the bunkerized-nginx users. Each time a bunkerized-nginx instance detect a bad request, the offending IP is sent to a remote API and will enrich a database. An extract of the top malicious IP is downloaded on a periodic basis and integrated into bunkerized-nginx as a blacklist. This feature is controlled with the `USE\_REMOTE\_API=yes` environment variable. **To avoid poisoning, in addition to the various security checks made by the API we only mark IP as bad in the database if it has been seen by one of our honeypots under our control.** #### DNSBL[¶](#dnsbl "Permalink to this heading") Automatic checks on external DNS BlackLists are enabled by default with the `USE\_DNSBL=yes` environment variable. The list of DNSBL zones is also configurable, you just need to edit the `DNSBL\_LIST` environment variable which contains the following value by default `bl.blocklist.de problems.dnsbl.sorbs.net sbl.spamhaus.org xbl.spamhaus.org`. #### User-Agents[¶](#user-agents "Permalink to this heading") Sometimes script kiddies or lazy attackers don’t put a “legitimate” value inside the **User-Agent** HTTP header so we can block them. This is controlled with the `BLOCK\_USER\_AGENT=yes` environment variable. The blacklist is composed of two files from [here](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list) and [here](https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/master/raw/Crawlers.txt). If a legitimate User-Agent is blacklisted, you can use the `WHITELIST\_USER\_AGENT` while still keeping the `BLOCK\_USER\_AGENT=yes` (more info [here](https://bunkerized-nginx.readthedocs.io/en/latest/environment_variables.html#custom-whitelisting)). #### TOR exit nodes[¶](#tor-exit-nodes "Permalink to this heading") Blocking TOR exit nodes might not be a good decision depending on your use case. We decided to enable it by default with the `BLOCK\_TOR\_EXIT\_NODE=yes` environment variable. If privacy is a concern for you and/or your clients, you can override the default value (i.e : `BLOCK\_TOR\_EXIT\_NODE=no`). Please note that you have a concrete example on how to use bunkerized-nginx with a .onion hidden service [here](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/tor-hidden-service). #### Proxies[¶](#proxies "Permalink to this heading") This list contains IP addresses and networks known to be open proxies (downloaded from [here](https://iplists.firehol.org/files/firehol_proxies.netset)). Unless privacy is important for you and/or your clients, you should keep the default environment variable `BLOCK\_PROXIES=yes`. #### Abusers[¶](#abusers "Permalink to this heading") This list contains IP addresses and networks known to be abusing (downloaded from [here](https://iplists.firehol.org/files/firehol_abusers_30d.netset)). You can control this feature with the `BLOCK\_ABUSERS` environment variable (default : `yes`). #### Referrers[¶](#referrers "Permalink to this heading") This list contains bad referrers domains known for spamming (downloaded from [here](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list)). If one value is found inside the **Referer** HTTP header, request will be blocked. You can control this feature with the `BLOCK\_REFERRER` environment variable (default = `yes`). ### Limiting[¶](#limiting "Permalink to this heading") #### Requests[¶](#requests "Permalink to this heading") To limit bruteforce attacks or rate limit access to your API you can use the “request limit” feature so attackers will be limited to X request(s) within a period of time for the same resource. That kind of protection might be useful against other attacks too (e.g., blind SQL injection). Here is the list of related environment variables and their default value : * `USE\_LIMIT\_REQ=yes` : enable/disable request limiting * `LIMIT\_REQ\_URL=` : the URL you want to protect, use `/` to apply the limit for all URL * `LIMIT\_REQ\_RATE=1r/s` : the rate to apply for the resource, valid period are : `s` (second), `m` (minute), `h` (hour) and `d` (day) * `LIMIT\_REQ\_BURST=5 : the number of request tu put in a queue before effectively rejecting requests * `LIMIT\_REQ\_DELAY=1` : the number of seconds to wait before we proceed requests in queue Please note that you can apply different rate to different URL by appending a number as suffix (more info [here](https://bunkerized-nginx.readthedocs.io/en/latest/environment_variables.html#requests-limiting)). #### Connections[¶](#connections "Permalink to this heading") Opening too many connections from the same IP address might be considered as suspicious (unless it’s a shared IP and everyone is sending requests to your web service). It can be a dos/ddos attempt too. Bunkerized-nginx levarages the [ngx\_http\_conn\_module](http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html) from nginx to prevent users opening too many connections. Here is the list of related environment variables and their default value : * `USE\_LIMIT\_CONN=yes` : enable disable connection limiting * `LIMIT\_CONN\_MAX=50` : maximum number of connections per IP ### Country[¶](#country "Permalink to this heading") If the location of your clients is known, you may want to add another security layer by whitelisting or blacklisting some countries. You can use the `BLACKLIST\_COUNTRY` or `WHITELIST\_COUNTRY` environment variables depending on your approach. They both take a list of 2 letters country code separated with space. ### Authentication[¶](#authentication "Permalink to this heading") You can quickly protect sensitive resources (e.g. : admin panels) by requiring HTTP authentication. Here is the list of related environment variables and their default value : * `USE\_AUTH\_BASIC=no` : enable/disable auth basic * `AUTH\_BASIC\_LOCATION=sitewide` : location of the sensitive resource (e.g. `/admin`) or `sitewide` to force authentication on the whole service * `AUTH\_BASIC\_USER=changeme` : the username required * `AUTH\_BASIC\_PASSWORD=changeme` : the password required * `AUTH\_BASIC\_TEXT=Restricted area` : the text that will be displayed to the user Please note that bunkerized-nginx also supports [Authelia](https://github.com/authelia/authelia) for authentication (see the corresponding [environment variables](https://bunkerized-nginx.readthedocs.io/en/latest/environment_variables.html#authelia) and a [full example](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/authelia)). ### Whitelisting[¶](#whitelisting "Permalink to this heading") Adding extra security can sometimes trigger false positives. Also, it might be not useful to do the security checks for specific clients because we decided to trust them. Bunkerized-nginx supports two types of whitelist : by IP address and by reverse DNS. Here is the list of related environment variables and their default value : * `USE\_WHITELIST\_IP=yes` : enable/disable whitelisting by IP address * `WHITELIST\_IP\_LIST=23.21.227.69 40.88.21.235 50.16.241.113 50.16.241.114 50.16.241.117 50.16.247.234 52.204.97.54 52.5.190.19 54.197.234.188 54.208.100.253 54.208.102.37 107.21.1.8` : list of IP addresses and/or network CIDR blocks to whitelist (default contains the IP addresses of the [DuckDuckGo crawler](https://help.duckduckgo.com/duckduckgo-help-pages/results/duckduckbot/)) * `USE\_WHITELIST\_REVERSE=yes` : enable/disable whitelisting by reverse DNS * `WHITELIST\_REVERSE\_LIST=.googlebot.com .google.com .search.msn.com .crawl.yahoot.net .crawl.baidu.jp .crawl.baidu.com .yandex.com .yandex.ru .yandex.net` : the list of reverse DNS suffixes to trust (default contains the list of major search engines crawlers) ### Blacklisting[¶](#blacklisting "Permalink to this heading") Sometimes it isn’t necessary to spend some resources for a particular client because we know for sure that he is malicious. Bunkerized-nginx nginx supports two types of blacklisting : by IP address and by reverse DNS. Here is the list of related environment variables and their default value : * `USE\_BLACKLIST\_IP=yes` : enable/disable blacklisting by IP address * `BLACKLIST\_IP\_LIST=` : list of IP addresses and/or network CIDR blocks to blacklist * `USE\_BLACKLIST\_REVERSE=yes` : enable/disable blacklisting by reverse DNS * `BLACKLIST\_REVERSE\_LIST=.shodan.io` : the list of reverse DNS suffixes to never trust ### Plugins[¶](#plugins "Permalink to this heading") Some security features can be added through the plugins system (e.g., ClamAV, CrowdSec, …). You will find more info in the [plugins section](https://bunkerized-nginx.readthedocs.io/en/latest/plugins.html). ### Container hardening[¶](#container-hardening "Permalink to this heading") You will find a ready to use docker-compose.yml file focused on container hardening [here](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/hardened). #### Drop capabilities[¶](#drop-capabilities "Permalink to this heading") By default, bunkerized-nginx runs as non-root user inside the container and should not use any of the default [capabilities](https://docs.docker.com/engine/security/#linux-kernel-capabilities) allowed by Docker. You can safely remove all capabilities to harden the container : ``` docker run ... --drop-cap=all ... bunkerity/bunkerized-nginx ``` #### No new privileges[¶](#no-new-privileges "Permalink to this heading") Bunkerized-nginx should never tries to gain additional privileges through setuid/setgid executables. You can safely add the **no-new-privileges** [security configuration](https://docs.docker.com/engine/reference/run/#security-configuration) when creating the container : ``` docker run ... --security-opt no-new-privileges ... bunkerity/bunkerized-nginx ``` #### Read-only[¶](#read-only "Permalink to this heading") Since the locations where bunkerized-nginx needs to write are known, we can run the container with a read-only root file system and only allow writes to specific locations by adding volumes and a tmpfs mount : ``` docker run ... --read-only --tmpfs /tmp -v cache-vol:/cache -v conf-vol:/etc/nginx -v /path/to/web/files:/www:ro -v /where/to/store/certificates:/etc/letsencrypt bunkerity/bunkerized-nginx ``` #### User namespace remap[¶](#user-namespace-remap "Permalink to this heading") Another hardening trick is [user namespace remapping](https://docs.docker.com/engine/security/userns-remap/) : it allows you to map the UID/GID of users inside a container to another UID/GID on the host. For example, you can map the user nginx with UID/GID 101 inside the container to a non-existent user with UID/GID 100101 on the host. Let’s assume you have the /etc/subuid and /etc/subgid files like this : ``` user:100000:65536 ``` It means that everything done inside the container will be remapped to UID/GID 100101 (100000 + 101) on the host. Please note that you must set the rights on the volumes (e.g. : /etc/letsencrypt, /www, …) according to the remapped UID/GID : ``` $ chown root:100101 /path/to/letsencrypt $ chmod 770 /path/to/letsencrypt $ docker run ... -v /path/to/letsencrypt:/etc/letsencrypt ... bunkerity/bunkerized-nginx ``` Web UI[¶](#web-ui "Permalink to this heading") ---------------------------------------------- ### Overview[¶](#overview "Permalink to this heading") ![](https://github.com/bunkerity/bunkerized-nginx/blob/master/docs/img/web-ui.gif?raw=true) ### Usage[¶](#usage "Permalink to this heading") The web UI has its own set of environment variables to configure it : * `ADMIN\_USERNAME` and `ADMIN\_PASSWORD` : credentials for accessing the web UI * `ABSOLUTE\_URI` : the full public URI that points to the web UI * `API\_URI` : path of the bunkerized-nginx API (must match the corresponding `API\_URI` of the bunkerized-nginx instance) * `DOCKER\_HOST` : Docker API endpoint address (default = `unix:///var/run/docker.sock`) Since the web UI is a web service itself, we can use bunkerized-nginx as a reverse proxy in front of it. **Using the web UI in a Docker environment exposes a security risk because you need to mount the Docker API socket into the web UI container. It’s highly recommended to use a middleware like [tecnativa/docker-socket-proxy](https://github.com/Tecnativa/docker-socket-proxy) to reduce the risk as much as possible.** **You need to apply the security best practices because the web UI contains code and that code might be vulnerable : complex admin password, hard to guess public URI, network isolation from others services, HTTPS only, …** #### Docker[¶](#docker "Permalink to this heading") First of all, we will need to setup two networks one for ui communication and the other one for the services : ``` $ docker network create ui-net $ docker network create services-net ``` We also need a volume to shared the generated configuration from the web UI to the bunkerized-nginx instances : ``` $ docker volume create bunkerized-vol ``` Next we will create the “Docker API proxy” container that will be in the front of the Docker socket and deny access to sensitive things : ``` $ docker run -d \ --name my-docker-proxy \ --network ui-net \ -v /var/run/docker.sock:/var/run/docker.sock:ro \ -e CONTAINERS=1 \ -e SWARM=1 \ -e SERVICES=1 \ tecnativa/docker-socket-proxy ``` We can now create the web UI container based on bunkerized-nginx-ui image : ``` $ docker run -d \ --name my-bunkerized-ui \ --network ui-net \ -v bunkerized-vol:/etc/nginx \ -e ABSOLUTE\_URI=https://admin.example.com/admin-changeme/ \ -e DOCKER\_HOST=tcp://my-docker-proxy:2375 \ -e API\_URI=/ChangeMeToSomethingHardToGuess \ -e ADMIN\_USERNAME=admin \ -e ADMIN\_PASSWORD=changeme \ bunkerity/bunkerized-nginx-ui ``` Last but not least, you need to start the bunkerized-nginx and configure it as a reverse proxy for the web UI web service : ``` $ docker create \ --name my-bunkerized \ --network ui-net \ -p 80:8080 \ -p 443:8443 \ -v bunkerized-vol:/etc/nginx \ -v "${PWD}/certs:/etc/letsencrypt" \ -e SERVER\_NAME=admin.example.com \ -e MULTISITE=yes \ -e USE\_API=yes \ -e API\_URI=/ChangeMeToSomethingHardToGuess \ -e AUTO\_LETS\_ENCRYPT=yes \ -e REDIRECT\_HTTP\_TO\_HTTPS=yes \ -e admin.example.com_USE_REVERSE_PROXY=yes \ -e admin.example.com_REVERSE_PROXY_URL=/admin-changeme/ \ -e admin.example.com_REVERSE_PROXY_HOST=http://my-bunkerized-ui:5000 \ -e "admin.example.com\_REVERSE\_PROXY\_HEADERS=X-Script-Name /admin-changeme" \ -e admin.example.com_USE_MODSECURITY=no \ -l bunkerized-nginx.UI \ bunkerity/bunkerized-nginx $ docker network connect services-net my-bunkerized $ docker start my-bunkerized ``` The web UI should now be accessible at https://admin.example.com/admin-changeme/. docker-compose equivalent : ``` version: '3' services: my-bunkerized: image: bunkerity/bunkerized-nginx restart: always depends\_on: - my-bunkerized-ui networks: - services-net - ui-net ports: - 80:8080 - 443:8443 volumes: - ./letsencrypt:/etc/letsencrypt - bunkerized-vol:/etc/nginx environment: - SERVER\_NAME=admin.example.com # replace with your domain - MULTISITE=yes - USE\_API=yes - API\_URI=/ChangeMeToSomethingHardToGuess # change it to something hard to guess + must match API\_URI from myui service - AUTO\_LETS\_ENCRYPT=yes - REDIRECT\_HTTP\_TO\_HTTPS=yes - admin.example.com\_USE\_REVERSE\_PROXY=yes - admin.example.com\_REVERSE\_PROXY\_URL=/admin-changeme/ # change it to something hard to guess - admin.example.com\_REVERSE\_PROXY\_HOST=http://my-bunkerized-ui:5000 - admin.example.com\_REVERSE\_PROXY\_HEADERS=X-Script-Name /admin-changeme # must match REVERSE\_PROXY\_URL - admin.example.com\_USE\_MODSECURITY=no labels: - "bunkerized-nginx.UI" my-bunkerized-ui: image: bunkerity/bunkerized-nginx-ui restart: always depends\_on: - my-docker-proxy networks: - ui-net volumes: - bunkerized-vol:/etc/nginx environment: - ABSOLUTE\_URI=https://admin.example.com/admin-changeme/ # change it to your full URI - DOCKER\_HOST=tcp://my-docker-proxy:2375 - API\_URI=/ChangeMeToSomethingHardToGuess # must match API\_URI from bunkerized-nginx - ADMIN\_USERNAME=admin # change it to something hard to guess - ADMIN\_PASSWORD=changeme # change it to a good password my-docker-proxy: image: tecnativa/docker-socket-proxy restart: always networks: - ui-net volumes: - /var/run/docker.sock:/var/run/docker.sock:ro environment: - CONTAINERS=1 - SWARM=1 - SERVICES=1 networks: ui-net: services-net: name: services-net volumes: bunkerized-vol: ``` #### Linux[¶](#linux "Permalink to this heading") First of all, you need to edit the web UI configuration file located at `/opt/bunkerized-nginx/ui/variables.env` : ``` ABSOLUTE_URI=https://admin.example.com/admin-changeme/ DOCKER_HOST= ADMIN_USERNAME=admin ADMIN_PASSWORD=changeme ``` Make sure that the web UI service is automatically started on boot : ``` $ systemctl enable bunkerized-nginx-ui ``` Now you can start the web UI service : ``` $ systemctl start bunkerized-nginx-ui ``` Edit the bunkerized-nginx configurations located at `/opt/bunkerized-nginx/variables.env` : ``` HTTP_PORT=80 HTTPS_PORT=443 DNS_RESOLVERS=8.8.8.8 8.8.4.4 SERVER_NAME=admin.example.com MULTISITE=yes AUTO_LETS_ENCRYPT=yes REDIRECT_HTTP_TO_HTTPS=yes admin.example.com_USE_REVERSE_PROXY=yes admin.example.com_REVERSE_PROXY_URL=/admin-changeme/ # Local bunkerized-nginx-ui admin.example.com_REVERSE_PROXY_HOST=http://127.0.0.1:5000 # Remote bunkerized-nginx-ui #REVERSE_PROXY_HOST=http://service.example.local:5000 admin.example.com_REVERSE_PROXY_HEADERS=X-Script-Name /admin-changeme admin.example.com_USE_MODSECURITY=no ``` And run the `bunkerized-nginx` command to apply changes : ``` $ bunkerized-nginx ``` The web UI should now be accessible at https://admin.example.com/admin-changeme/. List of environment variables[¶](#list-of-environment-variables "Permalink to this heading") -------------------------------------------------------------------------------------------- ### nginx[¶](#nginx "Permalink to this heading") #### Misc[¶](#misc "Permalink to this heading") `MULTISITE` Values : *yes* | *no* Default value : *no* Context : *global* When set to *no*, only one server block will be generated. Otherwise one server per host defined in the `SERVER\_NAME` environment variable will be generated. Any environment variable tagged as *multisite* context can be used for a specific server block with the following format : *host\_VARIABLE=value*. If the variable is used without the host prefix it will be applied to all the server blocks (but still can be overriden). `SERVER\_NAME` Values : *<first name> <second name> …* Default value : *www.bunkerity.com* Context : *global*, *multisite* Sets the host names of the webserver separated with spaces. This must match the Host header sent by clients. Useful when used with `MULTISITE=yes` and/or `AUTO\_LETSENCRYPT=yes` and/or `DISABLE\_DEFAULT\_SERVER=yes`. `MAX\_CLIENT\_SIZE` Values : *0* | *Xm* Default value : *10m* Context : *global*, *multisite* Sets the maximum body size before nginx returns a 413 error code. Setting to 0 means “infinite” body size. `ALLOWED\_METHODS` Values : *allowed HTTP methods separated with | char* Default value : *GET|POST|HEAD* Context : *global*, *multisite* Only the HTTP methods listed here will be accepted by nginx. If not listed, nginx will close the connection. `DISABLE\_DEFAULT\_SERVER` Values : *yes* | *no* Default value : *no* Context : *global* If set to yes, nginx will only respond to HTTP request when the Host header match a FQDN specified in the `SERVER\_NAME` environment variable. For example, it will close the connection if a bot access the site with direct ip. `SERVE\_FILES` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, nginx will serve files from /www directory within the container. A use case to not serving files is when you setup bunkerized-nginx as a reverse proxy. `DNS\_RESOLVERS` Values : *<two IP addresses separated with a space>* Default value : *127.0.0.11* Context : *global* The IP addresses of the DNS resolvers to use when performing DNS lookups. `ROOT\_FOLDER` Values : *<any valid path to web files>* Default value : */www* Context : *global* The default folder where nginx will search for web files. Don’t change it unless you know what you are doing. `ROOT\_SITE\_SUBFOLDER` Values : *<any valid directory name>* Default value : Context : *global*, *multisite* The subfolder where nginx will search for site web files. `LOG\_FORMAT` Values : *<any values accepted by the log\_format directive>* Default value : *$host $remote\_addr - $remote\_user [$time\_local] “$request” $status $body\_bytes\_sent “$http\_referer” “$http\_user\_agent”* Context : *global* The log format used by nginx to generate logs. More info [here](http://nginx.org/en/docs/http/ngx_http_log_module.html#log_format). `LOG\_LEVEL` Values : *debug, info, notice, warn, error, crit, alert, or emerg* Default value : *info* Context : *global* The level of logging : *debug* means more logs and *emerg* means less logs. More info [here](https://nginx.org/en/docs/ngx_core_module.html#error_log). `HTTP\_PORT` Values : *<any valid port greater than 1024>* Default value : *8080* Context : *global* The HTTP port number used by nginx inside the container. `HTTPS\_PORT` Values : *<any valid port greater than 1024>* Default value : *8443* Context : *global* The HTTPS port number used by nginx inside the container. `WORKER\_CONNECTIONS` Values : *<any positive integer>* Default value : 1024 Context : *global* Sets the value of the [worker\_connections](https://nginx.org/en/docs/ngx_core_module.html#worker_connections) directive. `WORKER\_RLIMIT\_NOFILE` Values : *<any positive integer>* Default value : 2048 Context : *global* Sets the value of the [worker\_rlimit\_nofile](https://nginx.org/en/docs/ngx_core_module.html#worker_rlimit_nofile) directive. `WORKER\_PROCESSES` Values : *<any positive integer or auto>* Default value : auto Context : *global* Sets the value of the [worker\_processes](https://nginx.org/en/docs/ngx_core_module.html#worker_processes) directive. `INJECT\_BODY` Values : *<any HTML code>* Default value : Context : *global*, *multisite* Use this variable to inject any HTML code you want before the </body> tag (e.g. : `\<script src="https://..."\>`) `REDIRECT\_TO` Values : *<any valid absolute URI>* Default value : Context : *global*, *multisite* Use this variable if you want to redirect one server to another (e.g., redirect apex to www : `REDIRECT\_TO=https://www.example.com`). `REDIRECT\_TO\_REQUEST\_URI` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* When set to yes and `REDIRECT\_TO` is set it will append the requested path to the redirection (e.g., https://example.com/something redirects to https://www.example.com/something). `CUSTOM\_HEADER` Values : *<HeaderName: HeaderValue>* Default value : Context : *global*, *multisite* Add custom HTTP header of your choice to clients. You can add multiple headers by appending a number as a suffix of the environment variable : `CUSTOM\_HEADER\_1`, `CUSTOM\_HEADER\_2`, `CUSTOM\_HEADER\_3`, … #### Information leak[¶](#information-leak "Permalink to this heading") `SERVER\_TOKENS` Values : *on* | *off* Default value : *off* Context : *global* If set to on, nginx will display server version in Server header and default error pages. `REMOVE\_HEADERS` Values : <*list of headers separated with space*> Default value : *Server X-Powered-By X-AspNet-Version X-AspNetMvc-Version* Context : *global*, *multisite* List of header to remove when sending responses to clients. #### Custom error pages[¶](#custom-error-pages "Permalink to this heading") `ERRORS` Values : *<error1=/page1 error2=/page2>* Default value : Context : *global*, *multisite* Use this kind of environment variable to define custom error page depending on the HTTP error code. Replace errorX with HTTP code. Example : `ERRORS=404=/404.html 403=/403.html` the /404.html page will be displayed when 404 code is generated (same for 403 and /403.html page). The path is relative to the root web folder. #### HTTP basic authentication[¶](#http-basic-authentication "Permalink to this heading") `USE\_AUTH\_BASIC` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* If set to yes, enables HTTP basic authentication at the location `AUTH\_BASIC\_LOCATION` with user `AUTH\_BASIC\_USER` and password `AUTH\_BASIC\_PASSWORD`. `AUTH\_BASIC\_LOCATION` Values : *sitewide* | */somedir* | *<any valid location>* Default value : *sitewide* Context : *global*, *multisite* The location to restrict when `USE\_AUTH\_BASIC` is set to *yes*. If the special value *sitewide* is used then auth basic will be set at server level outside any location context. `AUTH\_BASIC\_USER` Values : *<any valid username>* Default value : *changeme* Context : *global*, *multisite* The username allowed to access `AUTH\_BASIC\_LOCATION` when `USE\_AUTH\_BASIC` is set to yes. `AUTH\_BASIC\_PASSWORD` Values : *<any valid password>* Default value : *changeme* Context : *global*, *multisite* The password of `AUTH\_BASIC\_USER` when `USE\_AUTH\_BASIC` is set to yes. `AUTH\_BASIC\_TEXT` Values : *<any valid text>* Default value : *Restricted area* Context : *global*, *multisite* The text displayed inside the login prompt when `USE\_AUTH\_BASIC` is set to yes. #### Reverse proxy[¶](#reverse-proxy "Permalink to this heading") `USE\_REVERSE\_PROXY` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* Set this environment variable to *yes* if you want to use bunkerized-nginx as a reverse proxy. `REVERSE\_PROXY\_URL` Values : <*any valid location path*> Default value : Context : *global*, *multisite* Only valid when `USE\_REVERSE\_PROXY` is set to *yes*. Let’s you define the location path to match when acting as a reverse proxy. You can set multiple url/host by adding a suffix number to the variable name like this : `REVERSE\_PROXY\_URL\_1`, `REVERSE\_PROXY\_URL\_2`, `REVERSE\_PROXY\_URL\_3`, … `REVERSE\_PROXY\_HOST` Values : <*any valid proxy\_pass value*> Default value : Context : *global*, *multisite* Only valid when `USE\_REVERSE\_PROXY` is set to *yes*. Let’s you define the proxy\_pass destination to use when acting as a reverse proxy. You can set multiple url/host by adding a suffix number to the variable name like this : `REVERSE\_PROXY\_HOST\_1`, `REVERSE\_PROXY\_HOST\_2`, `REVERSE\_PROXY\_HOST\_3`, … `REVERSE\_PROXY\_WS` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* Only valid when `USE\_REVERSE\_PROXY` is set to *yes*. Set it to *yes* when the corresponding `REVERSE\_PROXY\_HOST` is a WebSocket server. You can set multiple url/host by adding a suffix number to the variable name like this : `REVERSE\_PROXY\_WS\_1`, `REVERSE\_PROXY\_WS\_2`, `REVERSE\_PROXY\_WS\_3`, … `REVERSE\_PROXY\_BUFFERING` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* Only valid when `USE\_REVERSE\_PROXY` is set to *yes*. Set it to *yes* then the [proxy\_buffering](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffering) directive will be set to `on` or `off` otherwise. You can set multiple url/host by adding a suffix number to the variable name like this : `REVERSE\_PROXY\_BUFFERING\_1`, `REVERSE\_PROXY\_BUFFERING\_2`, `REVERSE\_PROXY\_BUFFERING\_3`, … `REVERSE\_PROXY\_KEEPALIVE` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* Only valid when `USE\_REVERSE\_PROXY` is set to *yes*. Set it to *yes* to enable keepalive connections with the backend (needs a HTTP 1.1 backend) or *no* otherwise. You can set multiple url/host by adding a suffix number to the variable name like this : `REVERSE\_PROXY\_KEEPALIVE\_1`, `REVERSE\_PROXY\_KEEPALIVE\_2`, `REVERSE\_PROXY\_KEEPALIVE\_3`, … `REVERSE\_PROXY\_HEADERS` Values : *<list of custom headers separated with a semicolon like this : header1 value1;header2 value2…>* Default value : Context : *global*, *multisite* Only valid when `USE\_REVERSE\_PROXY` is set to *yes*. You can set multiple url/host by adding a suffix number to the variable name like this : `REVERSE\_PROXY\_HEADERS\_1`, `REVERSE\_PROXY\_HEADERS\_2`, `REVERSE\_PROXY\_HEADERS\_3`, … `PROXY\_REAL\_IP` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* Set this environment variable to *yes* if you’re using bunkerized-nginx behind a reverse proxy. This means you will see the real client address instead of the proxy one inside your logs. Security tools will also then work correctly. `PROXY\_REAL\_IP\_FROM` Values : *<list of trusted IP addresses and/or networks separated with spaces>* Default value : *192.168.0.0/16 172.16.0.0/12 10.0.0.0/8* Context : *global*, *multisite* When `PROXY\_REAL\_IP` is set to *yes*, lets you define the trusted IPs/networks allowed to send the correct client address. `PROXY\_REAL\_IP\_HEADER` Values : *X-Forwarded-For* | *X-Real-IP* | *custom header* Default value : *X-Forwarded-For* Context : *global*, *multisite* When `PROXY\_REAL\_IP` is set to *yes*, lets you define the header that contains the real client IP address. `PROXY\_REAL\_IP\_RECURSIVE` Values : *on* | *off* Default value : *on* Context : *global*, *multisite* When `PROXY\_REAL\_IP` is set to *yes*, setting this to *on* avoid spoofing attacks using the header defined in `PROXY\_REAL\_IP\_HEADER`. #### Compression[¶](#compression "Permalink to this heading") `USE\_GZIP` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* When set to *yes*, nginx will use the gzip algorithm to compress responses sent to clients. `GZIP\_COMP\_LEVEL` Values : <*any integer between 1 and 9*> Default value : *5* Context : *global*, *multisite* The gzip compression level to use when `USE\_GZIP` is set to *yes*. `GZIP\_MIN\_LENGTH` Values : <*any positive integer*> Default value : *1000* Context : *global*, *multisite* The minimum size (in bytes) of a response required to compress when `USE\_GZIP` is set to *yes*. `GZIP\_TYPES` Values : <*list of mime types separated with space*> Default value : *application/atom+xml application/javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/eot font/opentype font/otf font/truetype image/svg+xml image/vnd.microsoft.icon image/x-icon image/x-win-bitmap text/css text/javascript text/plain text/xml* Context : *global*, *multisite* List of response MIME type required to compress when `USE\_GZIP` is set to *yes*. `USE\_BROTLI` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* When set to *yes*, nginx will use the brotli algorithm to compress responses sent to clients. `BROTLI\_COMP\_LEVEL` Values : <*any integer between 1 and 9*> Default value : *5* Context : *global*, *multisite* The brotli compression level to use when `USE\_BROTLI` is set to *yes*. `BROTLI\_MIN\_LENGTH` Values : <*any positive integer*> Default value : *1000* Context : *global*, *multisite* The minimum size (in bytes) of a response required to compress when `USE\_BROTLI` is set to *yes*. `BROTLI\_TYPES` Values : <*list of mime types separated with space*> Default value : *application/atom+xml application/javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/eot font/opentype font/otf font/truetype image/svg+xml image/vnd.microsoft.icon image/x-icon image/x-win-bitmap text/css text/javascript text/plain text/xml* Context : *global*, *multisite* List of response MIME type required to compress when `USE\_BROTLI` is set to *yes*. #### Cache[¶](#cache "Permalink to this heading") `USE\_CLIENT\_CACHE` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* When set to *yes*, clients will be told to cache some files locally. `CLIENT\_CACHE\_EXTENSIONS` Values : <*list of extensions separated with |*> Default value : *jpg|jpeg|png|bmp|ico|svg|tif|css|js|otf|ttf|eot|woff|woff2* Context : *global*, *multisite* List of file extensions that clients should cache when `USE\_CLIENT\_CACHE` is set to *yes*. `CLIENT\_CACHE\_CONTROL` Values : <*Cache-Control header value*> Default value : *public, max-age=15552000* Context : *global*, *multisite* Content of the [Cache-Control](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control) header to send when `USE\_CLIENT\_CACHE` is set to *yes*. `CLIENT\_CACHE\_ETAG` Values : *on* | *off* Default value : *on* Context : *global*, *multisite* Whether or not nginx will send the [ETag](https://en.wikipedia.org/wiki/HTTP_ETag) header when `USE\_CLIENT\_CACHE` is set to *yes*. `USE\_OPEN\_FILE\_CACHE` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* When set to *yes*, nginx will cache open fd, existence of directories, … See [open\_file\_cache](http://nginx.org/en/docs/http/ngx_http_core_module.html#open_file_cache). `OPEN\_FILE\_CACHE` Values : <*any valid open\_file\_cache parameters*> Default value : *max=1000 inactive=20s* Context : *global*, *multisite* Parameters to use with open\_file\_cache when `USE\_OPEN\_FILE\_CACHE` is set to *yes*. `OPEN\_FILE\_CACHE\_ERRORS` Values : *on* | *off* Default value : *on* Context : *global*, *multisite* Whether or not nginx should cache file lookup errors when `USE\_OPEN\_FILE\_CACHE` is set to *yes*. `OPEN\_FILE\_CACHE\_MIN\_USES` Values : <\*any valid integer \*> Default value : *2* Context : *global*, *multisite* The minimum number of file accesses required to cache the fd when `USE\_OPEN\_FILE\_CACHE` is set to *yes*. `OPEN\_FILE\_CACHE\_VALID` Values : <*any time value like Xs, Xm, Xh, …*> Default value : *30s* Context : *global*, *multisite* The time after which cached elements should be validated when `USE\_OPEN\_FILE\_CACHE` is set to *yes*. `USE\_PROXY\_CACHE` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* When set to *yes*, nginx will cache responses from proxied applications. See [proxy\_cache](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache). `PROXY\_CACHE\_PATH\_ZONE\_SIZE` Values : <*any valid size like Xk, Xm, Xg, …*> Default value : *10m* Context : *global*, *multisite* Maximum size of cached metadata when `USE\_PROXY\_CACHE` is set to *yes*. `PROXY\_CACHE\_PATH\_PARAMS` Values : <*any valid parameters to proxy\_cache\_path directive*> Default value : *max\_size=100m* Context : *global*, *multisite* Parameters to use for [proxy\_cache\_path](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_path) directive when `USE\_PROXY\_CACHE` is set to *yes*. `PROXY\_CACHE\_METHODS` Values : <*list of HTTP methods separated with space*> Default value : *GET HEAD* Context : *global*, *multisite* The HTTP methods that should trigger a cache operation when `USE\_PROXY\_CACHE` is set to *yes*. `PROXY\_CACHE\_MIN\_USES` Values : <*any positive integer*> Default value : *2* Context : *global*, *multisite* The minimum number of requests before the response is cached when `USE\_PROXY\_CACHE` is set to *yes*. `PROXY\_CACHE\_KEY` Values : <*list of variables*> Default value : *$scheme$host$request\_uri* Context : *global*, *multisite* The key used to uniquely identify a cached response when `USE\_PROXY\_CACHE` is set to *yes*. `PROXY\_CACHE\_VALID` Values : <*status=time list separated with space*> Default value : *200=10m 301=10m 302=1h* Context : *global*, *multisite* Define the caching time depending on the HTTP status code (list of status=time separated with space) when `USE\_PROXY\_CACHE` is set to *yes*. `PROXY\_NO\_CACHE` Values : <*list of variables*> Default value : *$http\_authorization* Context : *global*, *multisite* Conditions that must be met to disable caching of the response when `USE\_PROXY\_CACHE` is set to *yes*. `PROXY\_CACHE\_BYPASS` Values : <*list of variables*> Default value : *$http\_authorization* Context : *global*, *multisite* Conditions that must be met to bypass the cache when `USE\_PROXY\_CACHE` is set to *yes*. ### HTTPS[¶](#https "Permalink to this heading") #### Let’s Encrypt[¶](#let-s-encrypt "Permalink to this heading") `AUTO\_LETS\_ENCRYPT` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* If set to yes, automatic certificate generation and renewal will be setup through Let’s Encrypt. This will enable HTTPS on your website for free. You will need to redirect the 80 port to 8080 port inside container and also set the `SERVER\_NAME` environment variable. `EMAIL\_LETS\_ENCRYPT` Values : *contact@yourdomain.com* Default value : *contact@first-domain-in-server-name* Context : *global*, *multisite* Define the contact email address declare in the certificate. `USE\_LETS\_ENCRYPT\_STAGING` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* When set to yes, it tells certbot to use the [staging environment](https://letsencrypt.org/docs/staging-environment/) for Let’s Encrypt certificate generation. Useful when you are testing your deployments to avoid being rate limited in the production environment. #### HTTP[¶](#http "Permalink to this heading") `LISTEN\_HTTP` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to no, nginx will not in listen on HTTP (port 80). Useful if you only want HTTPS access to your website. `REDIRECT\_HTTP\_TO\_HTTPS` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* If set to yes, nginx will redirect all HTTP requests to HTTPS. #### Custom certificate[¶](#custom-certificate "Permalink to this heading") `USE\_CUSTOM\_HTTPS` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* If set to yes, HTTPS will be enabled with certificate/key of your choice. `CUSTOM\_HTTPS\_CERT` Values : *<any valid path inside the container>* Default value : Context : *global*, *multisite* Full path of the certificate or bundle file to use when `USE\_CUSTOM\_HTTPS` is set to yes. If your chain of trust contains one or more intermediate certificate(s), you will need to bundle them into a single file (more info [here](https://nginx.org/en/docs/http/configuring_https_servers.html#chains)). `CUSTOM\_HTTPS\_KEY` Values : *<any valid path inside the container>* Default value : Context : *global*, *multisite* Full path of the key file to use when `USE\_CUSTOM\_HTTPS` is set to yes. #### Self-signed certificate[¶](#self-signed-certificate "Permalink to this heading") `GENERATE\_SELF\_SIGNED\_SSL` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* If set to yes, HTTPS will be enabled with a container generated self-signed certificate. `SELF\_SIGNED\_SSL\_EXPIRY` Values : *integer* Default value : *365* (1 year) Context : *global*, *multisite* Needs `GENERATE\_SELF\_SIGNED\_SSL` to work. Sets the expiry date for the self generated certificate. `SELF\_SIGNED\_SSL\_COUNTRY` Values : *text* Default value : *Switzerland* Context : *global*, *multisite* Needs `GENERATE\_SELF\_SIGNED\_SSL` to work. Sets the country for the self generated certificate. `SELF\_SIGNED\_SSL\_STATE` Values : *text*, *multisite* Default value : *Switzerland* Context : *global*, *multisite* Needs `GENERATE\_SELF\_SIGNED\_SSL` to work. Sets the state for the self generated certificate. `SELF\_SIGNED\_SSL\_CITY` Values : *text* Default value : *Bern* Context : *global*, *multisite* Needs `GENERATE\_SELF\_SIGNED\_SSL` to work. Sets the city for the self generated certificate. `SELF\_SIGNED\_SSL\_ORG` Values : *text* Default value : *AcmeInc* Context : *global*, *multisite* Needs `GENERATE\_SELF\_SIGNED\_SSL` to work. Sets the organisation name for the self generated certificate. `SELF\_SIGNED\_SSL\_OU` Values : *text* Default value : *IT* Context : *global*, *multisite* Needs `GENERATE\_SELF\_SIGNED\_SSL` to work. Sets the organisitional unit for the self generated certificate. `SELF\_SIGNED\_SSL\_CN` Values : *text* Default value : *bunkerity-nginx* Context : *global*, *multisite* Needs `GENERATE\_SELF\_SIGNED\_SSL` to work. Sets the CN server name for the self generated certificate. #### Misc[¶](#id1 "Permalink to this heading") `HTTP2` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, nginx will use HTTP2 protocol when HTTPS is enabled. `HTTPS\_PROTOCOLS` Values : *TLSv1.2* | *TLSv1.3* | *TLSv1.2 TLSv1.3* Default value : *TLSv1.2 TLSv1.3* Context : *global*, *multisite* The supported version of TLS. We recommend the default value *TLSv1.2 TLSv1.3* for compatibility reasons. ### ModSecurity[¶](#modsecurity "Permalink to this heading") `USE\_MODSECURITY` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, the ModSecurity WAF will be enabled. You can include custom rules by adding .conf files into the /modsec-confs/ directory inside the container (i.e : through a volume). `USE\_MODSECURITY\_CRS` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, the [OWASP ModSecurity Core Rule Set](https://coreruleset.org/) will be used. It provides generic rules to detect common web attacks. You can customize the CRS (i.e. : add WordPress exclusions) by adding custom .conf files into the /modsec-crs-confs/ directory inside the container (i.e : through a volume). Files inside this directory are included before the CRS rules. If you need to tweak (i.e. : SecRuleUpdateTargetById) put .conf files inside the /modsec-confs/ which is included after the CRS rules. `MODSECURITY\_SEC\_AUDIT\_ENGINE` Values : *On* | *Off* | *RelevantOnly* Default value : *RelevantOnly* Context : *global*, *multisite* Sets the value of the [SecAuditEngine directive](https://github.com/SpiderLabs/ModSecurity/wiki/Reference-Manual-%28v2.x%29#SecAuditEngine) of ModSecurity. ### Security headers[¶](#security-headers "Permalink to this heading") If you want to keep your application headers and tell bunkerized-nginx to not override it, just set the corresponding environment variable to an empty value (e.g., `CONTENT\_SECURITY\_POLICY=`, `PERMISSIONS\_POLICY=`, …). `X\_FRAME\_OPTIONS` Values : *DENY* | *SAMEORIGIN* | *ALLOW-FROM https://www.website.net* Default value : *DENY* Context : *global*, *multisite* Policy to be used when the site is displayed through iframe. Can be used to mitigate clickjacking attacks. More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options). `X\_XSS\_PROTECTION` Values : *0* | *1* | *1; mode=block* Default value : *1; mode=block* Context : *global*, *multisite* Policy to be used when XSS is detected by the browser. Only works with Internet Explorer. More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection). `X\_CONTENT\_TYPE\_OPTIONS` Values : *nosniff* Default value : *nosniff* Context : *global*, *multisite* Tells the browser to be strict about MIME type. More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Content-Type-Options). `REFERRER\_POLICY` Values : *no-referrer* | *no-referrer-when-downgrade* | *origin* | *origin-when-cross-origin* | *same-origin* | *strict-origin* | *strict-origin-when-cross-origin* | *unsafe-url* Default value : *no-referrer* Context : *global*, *multisite* Policy to be used for the Referer header. More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy). `FEATURE\_POLICY` Values : *<directive> <allow list>* Default value : *accelerometer ‘none’; ambient-light-sensor ‘none’; autoplay ‘none’; battery ‘none’; camera ‘none’; display-capture ‘none’; document-domain ‘none’; encrypted-media ‘none’; fullscreen ‘none’; geolocation ‘none’; gyroscope ‘none’; magnetometer ‘none’; microphone ‘none’; midi ‘none’; payment ‘none’; picture-in-picture ‘none’; publickey-credentials-get ‘none’; sync-xhr ‘none’; usb ‘none’; wake-lock ‘none’; web-share ‘none’; xr-spatial-tracking ‘none”* Context : *global*, *multisite* Tells the browser which features can be used on the website. More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Feature-Policy). `PERMISSIONS\_POLICY` Values : *feature=(allow list)* Default value : *accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), display-capture=(), document-domain=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), interest-cohort=(), magnetometer=(), microphone=(), midi=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=()* Context : *global*, *multisite* Tells the browser which features can be used on the website. More info [here](https://www.w3.org/TR/permissions-policy-1/). `COOKIE\_FLAGS` Values : *\* HttpOnly* | *MyCookie secure SameSite=Lax* | *…* Default value : *\* HttpOnly SameSite=Lax* Context : *global*, *multisite* Adds some security to the cookies set by the server. Accepted value can be found [here](https://github.com/AirisX/nginx_cookie_flag_module). `COOKIE\_AUTO\_SECURE\_FLAG` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* When set to *yes*, the *secure* will be automatically added to cookies when using HTTPS. `STRICT\_TRANSPORT\_SECURITY` Values : *max-age=expireTime [; includeSubDomains] [; preload]* Default value : *max-age=31536000* Context : *global*, *multisite* Tells the browser to use exclusively HTTPS instead of HTTP when communicating with the server. More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security). `CONTENT\_SECURITY\_POLICY` Values : *<directive 1>; <directive 2>; …* Default value : *object-src ‘none’; frame-ancestors ‘self’; form-action ‘self’; block-all-mixed-content; sandbox allow-forms allow-same-origin allow-scripts allow-popups allow-downloads; base-uri ‘self’;* Context : *global*, *multisite* Policy to be used when loading resources (scripts, forms, frames, …). More info [here](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy). ### Blocking[¶](#blocking "Permalink to this heading") #### Antibot[¶](#antibot "Permalink to this heading") `USE\_ANTIBOT` Values : *no* | *cookie* | *javascript* | *captcha* | *recaptcha* Default value : *no* Context : *global*, *multisite* If set to another allowed value than *no*, users must complete a “challenge” before accessing the pages on your website : * *cookie* : asks the users to set a cookie * *javascript* : users must execute a javascript code * *captcha* : a text captcha must be resolved by the users * *recaptcha* : use [Google reCAPTCHA v3](https://developers.google.com/recaptcha/intro) score to allow/deny users `ANTIBOT\_URI` Values : *<any valid uri>* Default value : */challenge* Context : *global*, *multisite* A valid and unused URI to redirect users when `USE\_ANTIBOT` is used. Be sure that it doesn’t exist on your website. `ANTIBOT\_SESSION\_SECRET` Values : *random* | *<32 chars of your choice>* Default value : *random* Context : *global*, *multisite* A secret used to generate sessions when `USE\_ANTIBOT` is set. Using the special *random* value will generate a random one. Be sure to use the same value when you are in a multi-server environment (so sessions are valid in all the servers). `ANTIBOT\_RECAPTCHA\_SCORE` Values : *<0.0 to 1.0>* Default value : *0.7* Context : *global*, *multisite* The minimum score required when `USE\_ANTIBOT` is set to *recaptcha*. `ANTIBOT\_RECAPTCHA\_SITEKEY` Values : *<public key given by Google>* Default value : Context : *global*, *multisite* The sitekey given by Google when `USE\_ANTIBOT` is set to *recaptcha*. `ANTIBOT\_RECAPTCHA\_SECRET` Values : *<private key given by Google>* Default value : Context : *global*, *multisite* The secret given by Google when `USE\_ANTIBOT` is set to *recaptcha*. #### Distributed blacklist[¶](#distributed-blacklist "Permalink to this heading") `USE\_REMOTE\_API` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, the instance will participate into the distributed blacklist shared among all other instances. The blacklist will be automaticaly downloaded on a periodic basis. `REMOTE\_API\_SERVER` Values : *<any valid full URL>* Default value : Context : *global* Full URL of the remote API used for the distributed blacklist. #### External blacklists[¶](#external-blacklists "Permalink to this heading") `BLOCK\_USER\_AGENT` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, block clients with “bad” user agent. Blacklist can be found [here](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-user-agents.list) and [here](https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/master/raw/Crawlers.txt). `BLOCK\_TOR\_EXIT\_NODE` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* Is set to yes, will block known TOR exit nodes. Blacklist can be found [here](https://iplists.firehol.org/?ipset=tor_exits). `BLOCK\_PROXIES` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* Is set to yes, will block known proxies. Blacklist can be found [here](https://iplists.firehol.org/?ipset=firehol_proxies). `BLOCK\_ABUSERS` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* Is set to yes, will block known abusers. Blacklist can be found [here](https://iplists.firehol.org/?ipset=firehol_abusers_30d). `BLOCK\_REFERRER` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* Is set to yes, will block known bad referrer header. Blacklist can be found [here](https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list). #### DNSBL[¶](#dnsbl "Permalink to this heading") `USE\_DNSBL` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to *yes*, DNSBL checks will be performed to the servers specified in the `DNSBL\_LIST` environment variable. `DNSBL\_LIST` Values : *<list of DNS zones separated with spaces>* Default value : *bl.blocklist.de problems.dnsbl.sorbs.net sbl.spamhaus.org xbl.spamhaus.org* Context : *global*, *multisite* The list of DNSBL zones to query when `USE\_DNSBL` is set to *yes*. #### CrowdSec[¶](#crowdsec "Permalink to this heading") `USE\_CROWDSEC` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* If set to *yes*, [CrowdSec](https://github.com/crowdsecurity/crowdsec) will be enabled. Please note that you need a CrowdSec instance running see example [here](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/crowdsec). `CROWDSEC\_HOST` Values : *<full URL to the CrowdSec instance API>* Default value : Context : *global* The full URL to the CrowdSec API. `CROWDSEC\_KEY` Values : *<CrowdSec bouncer key>* Default value : Context : *global* The CrowdSec key given by *cscli bouncer add BouncerName*. #### Custom whitelisting[¶](#custom-whitelisting "Permalink to this heading") `USE\_WHITELIST\_IP` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to *yes*, lets you define custom IP addresses to be whitelisted through the `WHITELIST\_IP\_LIST` environment variable. `WHITELIST\_IP\_LIST` Values : *<list of IP addresses and/or network CIDR blocks separated with spaces>* Default value : *23.21.227.69 40.88.21.235 50.16.241.113 50.16.241.114 50.16.241.117 50.16.247.234 52.204.97.54 52.5.190.19 54.197.234.188 54.208.100.253 54.208.102.37 107.21.1.8* Context : *global*, *multisite* The list of IP addresses and/or network CIDR blocks to whitelist when `USE\_WHITELIST\_IP` is set to *yes*. The default list contains IP addresses of the [DuckDuckGo crawler](https://help.duckduckgo.com/duckduckgo-help-pages/results/duckduckbot/). `USE\_WHITELIST\_REVERSE` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to *yes*, lets you define custom reverse DNS suffixes to be whitelisted through the `WHITELIST\_REVERSE\_LIST` environment variable. `WHITELIST\_REVERSE\_LIST` Values : *<list of reverse DNS suffixes separated with spaces>* Default value : *.googlebot.com .google.com .search.msn.com .crawl.yahoot.net .crawl.baidu.jp .crawl.baidu.com .yandex.com .yandex.ru .yandex.net* Context : *global*, *multisite* The list of reverse DNS suffixes to whitelist when `USE\_WHITELIST\_REVERSE` is set to *yes*. The default list contains suffixes of major search engines. `WHITELIST\_USER\_AGENT` Values : *<list of regexes separated with spaces>* Default value : Context : *global*, *multisite* Whitelist user agent from being blocked by `BLOCK\_USER\_AGENT`. `WHITELIST\_URI` Values : *<list of URI separated with spaces>* Default value : Context : *global*, *multisite* URI listed here have security checks like bad user-agents, bad IP, … disabled. Useful when using callbacks for example. #### Custom blacklisting[¶](#custom-blacklisting "Permalink to this heading") `USE\_BLACKLIST\_IP` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to *yes*, lets you define custom IP addresses to be blacklisted through the `BLACKLIST\_IP\_LIST` environment variable. `BLACKLIST\_IP\_LIST` Values : *<list of IP addresses and/or network CIDR blocks separated with spaces>* Default value : Context : *global*, *multisite* The list of IP addresses and/or network CIDR blocks to blacklist when `USE\_BLACKLIST\_IP` is set to *yes*. `USE\_BLACKLIST\_REVERSE` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to *yes*, lets you define custom reverse DNS suffixes to be blacklisted through the `BLACKLIST\_REVERSE\_LIST` environment variable. `BLACKLIST\_REVERSE\_LIST` Values : *<list of reverse DNS suffixes separated with spaces>* Default value : *.shodan.io* Context : *global*, *multisite* The list of reverse DNS suffixes to blacklist when `USE\_BLACKLIST\_REVERSE` is set to *yes*. #### Requests limiting[¶](#requests-limiting "Permalink to this heading") `USE\_LIMIT\_REQ` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, the amount of HTTP requests made by a user for a given resource will be limited during a period of time. `LIMIT\_REQ\_URL` Values : *<any valid url>* Default value : Context : *global*, *multisite* The URL where you want to apply the request limiting. Use special value of `/` to apply it globally for all URL. You can set multiple rules by adding a suffix number to the variable name like this : `LIMIT\_REQ\_URL\_1`, `LIMIT\_REQ\_URL\_2`, `LIMIT\_REQ\_URL\_3`, … `LIMIT\_REQ\_RATE` Values : *Xr/s* | *Xr/m* | *Xr/h* | *Xr/d* Default value : *1r/s* Context : *global*, *multisite* The rate limit to apply when `USE\_LIMIT\_REQ` is set to *yes*. Default is 1 request to the same URI and from the same IP per second. Possible value are : `s` (second), `m` (minute), `h` (hour) and `d` (day)). You can set multiple rules by adding a suffix number to the variable name like this : `LIMIT\_REQ\_RATE\_1`, `LIMIT\_REQ\_RATE\_2`, `LIMIT\_REQ\_RATE\_3`, … `LIMIT\_REQ\_BURST` Values : *<any valid integer>* Default value : *5* Context : *global*, *multisite* The number of requests to put in queue before rejecting requests. You can set multiple rules by adding a suffix number to the variable name like this : `LIMIT\_REQ\_BURST\_1`, `LIMIT\_REQ\_BURST\_2`, `LIMIT\_REQ\_BURST\_3`, … `LIMIT\_REQ\_DELAY` Values : *<any valid float>* Default value : *1* Context : *global*, *multisite* The number of seconds to wait before requests in queue are processed. Values like `0.1`, `0.01` or `0.001` are also accepted. You can set multiple rules by adding a suffix number to the variable name like this : `LIMIT\_REQ\_DELAY\_1`, `LIMIT\_REQ\_DELAY\_2`, `LIMIT\_REQ\_DELAY\_3`, … `LIMIT\_REQ\_CACHE` Values : *Xm* | *Xk* Default value : *10m* Context : *global* The size of the cache to store information about request limiting. #### Connections limiting[¶](#connections-limiting "Permalink to this heading") `USE\_LIMIT\_CONN` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, the number of connections made by an ip will be limited during a period of time. (ie. very small/weak ddos protection) More info connections limiting [here](http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html). `LIMIT\_CONN\_MAX` Values : *<any valid integer>* Default value : *50* Context : *global*, *multisite* The maximum number of connections per ip to put in queue before rejecting requests. `LIMIT\_CONN\_CACHE` Values : *Xm* | *Xk* Default value : *10m* Context : *global* The size of the cache to store information about connection limiting. #### Countries[¶](#countries "Permalink to this heading") `BLACKLIST\_COUNTRY` Values : *<country code 1> <country code 2> …* Default value : Context : *global*, *multisite* Block some countries from accessing your website. Use 2 letters country code separated with space. `WHITELIST\_COUNTRY` Values : *<country code 1> <country code 2> …* Default value : Context : *global*, *multisite* Only allow specific countries accessing your website. Use 2 letters country code separated with space. ### PHP[¶](#php "Permalink to this heading") `REMOTE\_PHP` Values : *<any valid IP/hostname>* Default value : Context : *global*, *multisite* Set the IP/hostname address of a remote PHP-FPM to execute .php files. `REMOTE\_PHP\_PATH` Values : *<any valid absolute path>* Default value : */app* Context : *global*, *multisite* The path where the PHP files are located inside the server specified in `REMOTE\_PHP`. `LOCAL\_PHP` Values : *<any valid absolute path>* Default value : Context : *global*, *multisite* Set the absolute path of the unix socket file of a local PHP-FPM instance to execute .php files. `LOCAL\_PHP\_PATH` Values : *<any valid absolute path>* Default value : */app* Context : *global*, *multisite* The path where the PHP files are located inside the server specified in `LOCAL\_PHP`. ### Bad behavior[¶](#bad-behavior "Permalink to this heading") `USE\_BAD\_BEHAVIOR` Values : *yes* | *no* Default value : *yes* Context : *global*, *multisite* If set to yes, bunkerized-nginx will block users getting too much “suspicious” HTTP codes in a period of time. `BAD\_BEHAVIOR\_STATUS\_CODES` Values : *<HTTP status codes separated with space>* Default value : *400 401 403 404 405 429 444* Context : *global*, *multisite* List of HTTP status codes considered as “suspicious”. `BAD\_BEHAVIOR\_THRESHOLD` Values : *<any positive integer>* Default value : *10* Context : *global*, *multisite* The number of “suspicious” HTTP status code before the corresponding IP is banned. `BAD\_BEHAVIOR\_BAN\_TIME` Values : *<any positive integer>* Default value : *86400* Context : *global*, *multisite* The duration time (in seconds) of a ban when the corresponding IP has reached the `BAD\_BEHAVIOR\_THRESHOLD`. `BAD\_BEHAVIOR\_COUNT\_TIME` Values : *<any positive integer>* Default value : *60* Context : *global*, *multisite* The duration time (in seconds) before the counter of “suspicious” HTTP is reset. ### Authelia[¶](#authelia "Permalink to this heading") `USE\_AUTHELIA` Values : *yes* | *no* Default value : *no* Context : *global*, *multisite* Enable or disable [Authelia](https://www.authelia.com/) support. See the [authelia example](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/authelia) for more information on how to setup Authelia with bunkerized-nginx. `AUTHELIA\_BACKEND` Values : *<any valid http(s) address>* Default value : Context : *global*, *multisite* The public Authelia address that users will be redirect to when they will be asked to login (e.g. : `https://auth.example.com`). `AUTHELIA\_UPSTREAM` Values : *<any valid http(s) address>* Default value : Context : *global*, *multisite* The private Authelia address when doing requests from nginx (e.g. : http://my-authelia.local:9091). `AUTHELIA\_MODE` Values : *portal* | *auth-basic* Default value : *portal* Context : *global*, *multisite* Choose authentication mode : show a web page (`portal`) or a simple auth basic prompt (`auth-basic`). ### misc[¶](#id2 "Permalink to this heading") `SWARM\_MODE` Values : *yes* | *no* Default value : *no* Context : *global* Only set to *yes* when you use *bunkerized-nginx* with Docker Swarm integration. `KUBERNETES\_MODE` Values : *yes* | *no* Default value : *no* Context : *global* Only set to *yes* when you use bunkerized-nginx with Kubernetes integration. `USE\_API` Values : *yes* | *no* Default value : *no* Context : *global* Only set to *yes* when you use bunkerized-nginx with Swarm/Kubernetes integration or with the web UI. `API\_URI` Values : *random* | *<any valid URI path>* Default value : *random* Context : *global* Only set to *yes* when you use bunkerized-nginx with Swarm/Kubernetes integration or with the web UI. `API\_WHITELIST\_IP` Values : *<list of IP/CIDR separated with space>* Default value : *192.168.0.0/16 172.16.0.0/12 10.0.0.0/8* Context : *global* List of IP/CIDR block allowed to send API order using the `API\_URI` uri. `USE\_REDIS` Undocumented. Reserved for future use. `REDIS\_HOST` Undocumented. Reserved for future use. Troubleshooting[¶](#troubleshooting "Permalink to this heading") ---------------------------------------------------------------- ### Logs[¶](#logs "Permalink to this heading") When troubleshooting, the logs are your best friends. We try our best to provide user-friendly logs to help you understand what happened. If you are using container based integrations, you can get the logs using your manager/orchestrator (e.g., docker logs, docker service logs, kubectl logs, …). For Linux integration, everything is stored inside the `/var/log` folder. You can edit the `LOG\_LEVEL` environment variable to increase or decrease the verbosity of logs with the following values : `debug`, `info`, `notice`, `warn`, `error`, `crit`, `alert` or `emerg` (with `debug` being the most verbose level). ### Permissions[¶](#permissions "Permalink to this heading") Don’t forget that bunkerized-nginx runs as an unprivileged user with UID/GID 101 when using container based integrations or simply the `nginx` user on Linux. Double check the permissions of files and folders for each special folders (see the [volumes list](https://bunkerized-nginx.readthedocs.io/en/latest/special_folders.html)). ### ModSecurity[¶](#modsecurity "Permalink to this heading") The OWASP Core Rule Set can sometimes leads to false positives. Here is what you can do : * Check if your application has exclusions rules (e.g : wordpress, nextcloud, drupal, …) * Edit the matched rules to exclude some parameters, URIs, … * Remove the matched rules if editing it is too much a hassle Some additional resources : * [Wordpress example](https://github.com/bunkerity/bunkerized-nginx/tree/master/examples/wordpress) * [Handling false positive](https://www.netnea.com/cms/apache-tutorial-8_handling-false-positives-modsecurity-core-rule-set/) * [Adding exceptions and tuning](https://coreruleset.org/docs/exceptions.html) ### Bad behavior[¶](#bad-behavior "Permalink to this heading") The [bad behavior](https://bunkerized-nginx.readthedocs.io/en/latest/security_tuning.html#bad-behaviors-detection) feature comes with a set of status codes considered as “suspicious”. You may need to tweak the corresponding list to avoid false positives within your application. ### Whitelisting[¶](#whitelisting "Permalink to this heading") It’s a common case that a bot gets flagged as suspicious and can’t access your website. Instead of disabling the corresponding security feature(s) we recommend a whitelisting approach. Here is a list of environment variables you can use : * `WHITELIST\_IP\_LIST` * `WHITELIST\_REVERSE\_LIST` * `WHITELIST\_URI` * `WHITELIST\_USER\_AGENT` More information [here](https://bunkerized-nginx.readthedocs.io/en/latest/environment_variables.html#custom-whitelisting). Plugins[¶](#plugins "Permalink to this heading") ------------------------------------------------ Bunkerized-nginx comes with a plugin system that lets you extend the core with extra security features. ### Official plugins[¶](#official-plugins "Permalink to this heading") * [ClamAV](https://github.com/bunkerity/bunkerized-nginx-clamav) : automatically scan uploaded files and deny access if a virus is detected * [CrowdSec](https://github.com/bunkerity/bunkerized-nginx-crowdsec) : CrowdSec bouncer integration within bunkerized-nginx ### Community plugins[¶](#community-plugins "Permalink to this heading") If you have made a plugin and want it to be listed here, feel free to [create a pull request](https://github.com/bunkerity/bunkerized-nginx/pulls) and edit that section. ### Use a plugin[¶](#use-a-plugin "Permalink to this heading") The generic way of using a plugin consists of : * Download the plugin into your local drive (e.g., git clone) * Edit the settings inside the plugin.json files (e.g., myplugin/plugin.json) * If you are using a container based integration, you need to mount it to the [plugins special folder](https://bunkerized-nginx.readthedocs.io/en/latest/special_folders.html#plugins) inside the container (e.g., /where/is/myplugin:/plugins/myplugin) * If you are using Linux integration, copy the downloaded plugin folder to the [plugins special folder](https://bunkerized-nginx.readthedocs.io/en/latest/special_folders.html#plugins) (e.g., cp -r myplugin /plugins) To check if the plugin is loaded you should see log entries like that : ``` 2021/06/05 09:19:47 [error] 104#104: [PLUGINS] *NOT AN ERROR* plugin MyPlugin/1.0 has been loaded ``` ### Write a plugin[¶](#write-a-plugin "Permalink to this heading") A plugin is composed of a plugin.json which contains metadata (e.g. : name, settings, …) and a set of LUA files for the plugin code. #### plugin.json[¶](#plugin-json "Permalink to this heading") ``` { "id": "myplugin", "name": "My Plugin", "description": "Short description of my plugin.", "version": "1.0", "settings": { "MY\_SETTING": "value1", "ANOTHER\_SETTING": "value2", } } ``` The `id` value is really important because it must match the subfolder name inside the `plugins` volume. Choose one which isn’t already used to avoid conflicts. Settings names and default values can be choosen freely. There will be no conflict when you retrieve them because they will be prefixed with your plugin id (e.g. : `myplugin\_MY\_SETTING`). #### Main code[¶](#main-code "Permalink to this heading") ``` local M = {} local logger = require "logger" -- this function will be called at startup -- the name MUST be init without any argument function M.init () -- the logger.log function lets you write into the logs -- only ERROR level is available in init() logger.log(ngx.ERR, "MyPlugin", "\*NOT AN ERROR\* init called") -- here is how to retrieve a setting local my\_setting = ngx.shared.plugins\_data:get("pluginid\_MY\_SETTING") logger.log(ngx.ERR, "MyPlugin", "\*NOT AN ERROR\* my\_setting = " .. my\_setting) return true end -- this function will be called for each request -- the name MUST be check without any argument function M.check () -- the logger.log function lets you write into the logs logger.log(ngx.NOTICE, "MyPlugin", "check called") -- here is how to retrieve a setting local my\_setting = ngx.shared.plugins\_data:get("pluginid\_MY\_SETTING") -- a dummy example to show how to block a request if my\_setting == "block" then ngx.exit(ngx.HTTP\_FORBIDDEN) end end return M ``` That file must have the same name as the `id` defined in the plugin.json with a .lua suffix (e.g. : `myplugin.lua`). Under the hood, bunkerized-nginx uses the [lua nginx module](https://github.com/openresty/lua-nginx-module) therefore you should be able to access to the whole **ngx.\*** functions. #### Dependencies[¶](#dependencies "Permalink to this heading") Since the core already uses some external libraries you can use it in your own plugins too (see the [compile.sh](https://github.com/bunkerity/bunkerized-nginx/blob/master/compile.sh) file and the [core lua files](https://github.com/bunkerity/bunkerized-nginx/tree/master/lua)). In case you need to add dependencies, you can do it by placing the corresponding files into the same folder of your main plugin code. Here is an example with a file named **dependency.lua** : ``` local M = {} function M.my\_function () return "42" end return M ``` To include it from you main code you will need to prefix it with your plugin id like that : ``` ... local my\_dependency = require "pluginid.dependency" function M.check () ... local my\_value = my\_dependency.my\_function() ... end ... ```
elastic
go
Elastic v5.1.0 documentation [Elastic](index.html#document-index) stable * [Physical Principles](index.html#document-intro) + [Elasticity of crystals](index.html#elasticity-of-crystals) + [Numerical derivation of elastic matrix](index.html#numerical-derivation-of-elastic-matrix) + [Crystal symmetry and elastic matrix derivation](index.html#crystal-symmetry-and-elastic-matrix-derivation) * [Installation](index.html#document-cli-usage) + [Conda](index.html#conda) + [PyPi](index.html#pypi) + [Manual](index.html#manual) + [Testing](index.html#testing) * [Usage](index.html#usage) * [Library usage](index.html#document-lib-usage) + [Simple Parallel Calculation](index.html#simple-parallel-calculation) + [Birch-Murnaghan Equation of State](index.html#birch-murnaghan-equation-of-state) + [Calculation of the elastic tensor](index.html#calculation-of-the-elastic-tensor) * [Implementation](index.html#document-modules) + [Modules](index.html#modules) - [Parallel Calculator Module](index.html#parallel-calculator-module) - [Elastic Module](index.html#elastic-module) * [Indices and tables](index.html#document-endmatter) * [References](index.html#references) [Elastic](index.html#document-index) * [Docs](index.html#document-index) » * Elastic v5.1.0 documentation * [Edit on GitHub](https://github.com/jochym/Elastic/blob/09fb7f2e9e2d0780cac7b6c900582a32e4bd070d/docs/source/index.rst) --- Calculation of elastic properties of crystals[¶](#calculation-of-elastic-properties-of-crystals "Permalink to this headline") ============================================================================================================================= [![https://zenodo.org/badge/doi/10.5281/zenodo.18759.svg](https://zenodo.org/badge/doi/10.5281/zenodo.18759.svg)](http://dx.doi.org/10.5281/zenodo.18759) --- **New version 5.0 released** The new version is API *incompatible* with the previous versions. It provides a new command line utility as the main user interface to the package - which hoppefully will broaden the user base byond python users. --- Elastic is a set of python routines for calculation of elastic properties of crystals (elastic constants, equation of state, sound velocities, etc.). It is a fifth version of the in-house code I have written over several years and is implemented as a extension to the [ASE](https://wiki.fysik.dtu.dk/ase/) system and a script providing interface to the library not requiring knowledge of python or ASE system. The code was a basis for some of my publications and was described briefly in these papers. The code was available to anyone, presented at our [Workshop on ab initio Calculations in Geosciences](http://wolf.ifj.edu.pl/workshop/work2008/) and used by some of my co-workers but was never properly published with full documentation, project page etc. In 2010, I have decided to re-implement elastic as a module for the [ASE](https://wiki.fysik.dtu.dk/ase/) system and publish it properly under the GPL as versions 3 and 4. Later, in 2017, needs of users nudged me into implementing the command-line front-end to the library which is included with version 5.0 of the package. The version 5.0 also changes API of the library from mix-in class to the set of simple functions providing functionality of the module. The workflow of the package was also changed to prepare data - calculate - post-process style, which is better suited to serious research work. The source code started live on the [launchpad project page](https://launchpad.net/elastic) and later in 2014 moved to the [github repository](https://github.com/jochym/Elastic) with corresponding [elastic web page](https://jochym.github.io/Elastic/) and on-line documentation placed at [Elastic website](http://wolf.ifj.edu.pl/elastic/) (you are probably reading from it already). The project is free software and I welcome patches, ideas and other feedback. Physical Principles[¶](#physical-principles "Permalink to this headline") ------------------------------------------------------------------------- Elastic is based on the standard elasticity theory (see [[LL]](index.html#ll) for the detailed introduction) and *finite deformation* approach to the calculation of elastic tensor of the crystal. I have described basic physical principles on which the code rests in my habilitation thesis. Here I will include slightly edited second chapter of the thesis introducing the method and some implementation details. ### Elasticity of crystals[¶](#elasticity-of-crystals "Permalink to this headline") The classical, linear theory of elasticity of crystalline materials has been formulated already in the 18th and 19th century by Cauchy, Euler, Poisson, Young and many other great mathematicians and physicists of that time. The standard textbook formulation (e.g. classical book by Landau et al. [[LL]](index.html#ll)) can be, in principle, directly used as a basis for numerical determination of the elastic tensor and other mechanical properties of the crystal. Nevertheless, practical implementation of these formulas have some non-obvious aspects, worthy of explicit presentation. The *finite deformation* method developed and used in the mentioned papers [[TiC]](index.html#tic), [[ZrC]](index.html#zrc) is based on the fundamental relationship between stress and strain of the solid crystalline body with a particular symmetry. This is a simple tensor equation, sometimes called generalised *Hook’s law* (in standard tensor notation): \[\sigma\_{\lambda\xi} = C\_{\lambda\xi\mu\nu} s\_{\mu\nu}\] This formula simply states that the stress in the crystal \(\sigma\_{\lambda\xi}\) is a linear function of the strain \(s\_{\mu\nu}\) incurred by its deformation, and the elasticity tensor \(C\_{\lambda\xi\mu\nu}\) is just a tensor proportionality coefficient. The Greek indexes run through coordinates x, y, z. The elasticity tensor inherits symmetries of the crystal and has some intrinsic symmetries of its own. Therefore, only a small number of its components are independent. This fact leads to customary representation of this entity in the form of the matrix with components assigned according to Voight’s notation. Thus, instead of the rank-4 three dimensional tensor we have \(6 \times 6\) matrix \(C\_{ij}\) where the indexes \(i, j = 1 \ldots 6\). The stress and strain tensors are represented as six-dimensional vectors. The symmetries of the elastic tensor are directly translated into symmetries of the \(C\_{ij}\) matrix. The Voight’s notation is commonly used in tensor calculus. For this particular case we can write it as an index assignment where each pair of Greek indexes is replaced with a corresponding Latin index (i, j, k, l, m, n): xx=1, yy=2, zz=3, yz=4, xz=5, xy=6. While this convention makes presentation of elastic constants much easier - since it is just a square table of numbers - it slightly complicates algebraic procedures as we lose the simplicity of the tensor formalism. Every class of crystal implies, through its symmetry, a different number of independent elements in the \(C\_{ij}\) matrix. For example, the cubic lattice has just three independent elements in the elastic matrix: \(C\_{11}, C\_{12}, C\_{44}\), and the matrix itself has the following shape: \[\begin{split}\left[\begin{array}{cccccc} C\_{11} & C\_{12} & C\_{12} & 0 & 0 & 0\\ C\_{12} & C\_{11} & C\_{12} & 0 & 0 & 0\\ C\_{12} & C\_{12} & C\_{11} & 0 & 0 & 0\\ 0 & 0 & 0 & C\_{44} & 0 & 0\\ 0 & 0 & 0 & 0 & C\_{44} & 0\\ 0 & 0 & 0 & 0 & 0 & C\_{44}\end{array}\right]\end{split}\] Less symmetric crystals have, naturally, a higher number of independent elastic constants and lower symmetry of the \(C\_{ij}\) matrix (see [[LL]](index.html#ll) for full introduction to theory of elasticity). ### Numerical derivation of elastic matrix[¶](#numerical-derivation-of-elastic-matrix "Permalink to this headline") Numerical derivation of the \(C\_{ij}\) matrix may be approached in many different ways. Basically, we can employ the same methods as used effectively in experimental work. From all experimental procedures we can select three classes which are relevant to our discussion: 1. Based on the measured sound velocity, including various methods based on determination of lattice dynamics of the crystal. 2. Based on the strain-energy relation. 3. Based on the measured stress-strain relations for some particular, simple strains. While the first method is frequently used in laboratory measurements, it is not direct and is not well suited to numerical derivation. For example, you can measure the tangent of all acoustic branches of phonon dispersion curves in several directions to get enough data points to solve the set of equations for most of the independent components of the \(C\_{ij}\) matrix. The tangent of the acoustic branch is connected with the sound velocity and with components of elastic matrix by a set of equations of the general form: \[\varrho v\_{k}^{2}=L(C\_{ij})\] where \(L(C\_{ij})\) is a linear combination of independent components of elastic tensor, \(v\_{k}\) is a long-wave sound velocity in particular direction, which is equivalent to the slope of the acoustic branch of phonon dispersion curve in this direction, and \(\varrho\) is crystal density. Full set of these equations for the cubic crystal is included in [[TiC]](index.html#tic). Unfortunately, it is difficult and non-practical to use this method to obtain more then few of the simplest of components, since the numerical properties of the non-linear formulas involved lead to the error pile-up in the results. It is particularly susceptible to errors in long-wave sound velocities – due to the quadratic function in above equation. Unfortunately, these asymptotic velocities are particularly weakly constrained by most of available computational methods. The same formulas can also be used to obtain elastic matrix from straight-forward sound velocity measurements. The same unfavourable numerical properties lead to high demands on accuracy of the measurements – but in this case these requirements could be quite easily met in experiment since sound velocity can be measured with very high precision. The second method is not practical for laboratory measurements - it is not easy to accurately measure energy of the deformed crystal. Furthermore, the strain-energy relation is non-linear and we need to extract a derivative of the function – the procedure is quite complex, needs more data points and is prone to errors. The third method is well suited for experimental work as well as computational derivation of the elastic matrix. The numerical properties of the formulas – being just a set of linear equations – are well known and provide stable and well-controlled error propagation. Furthermore, while the sound velocity is not directly accessible to computational quantum mechanical methods, the stresses induced by strains on the crystal are almost universally provided by DFT based programs and often do not require any additional computational effort. The comparison of these methods used for computational derivation of the elastic matrix is included in [[TiC]](index.html#tic), [[ZrC]](index.html#zrc). The comparison shows that the finite deformation (stress-strain) method compares favourably to the pure energy-derivative method. The results clearly show that the strain–stress relationship approach described here is much better suited for computational derivation of elastic matrix and provides lower error level than other two methods. ### Crystal symmetry and elastic matrix derivation[¶](#crystal-symmetry-and-elastic-matrix-derivation "Permalink to this headline") As mentioned above, the symmetry of the crystal determines the number and position of independent components of the \(C\_{ij}\) matrix. Therefore, the stress-strain relation is effectively modified by the symmetry of the case by a simple fact that most, of the coefficients are not independent from one another. We aim to derive the complete set of \(C\_{ij}\) elements from the set of computational or experimental measurements of strain and stress tensors \(s^{a}\), \(\sigma^{a}\) where the upper Latin index a numbers a calculation/experiment setup. In the case described here the “measurement” is a particular computational setup with the crystal deformed in various ways in order to provide enough data points to derive all independent components of the \(C\_{ij}\) matrix. The set of necessary deformations can be determined by the symmetry of the crystal and contains tetragonal and sheer deformations along some or all axis – as the symmetry of the case dictates. To improve the accuracy of the results the deformations may be of different sizes (typically 0.1-1% in length or 0.1-1 degree in angle). Having a set of calculation data \(\{s^{a}, \sigma^{a}\}\), we can rewrite generalised Hook’s law to form a set of linear equations (in Voight notation for \(i,j\) indexes): \(C\_{ij}s\_{j}^{a}=\sigma\_{i}^{a}\). This set can be further transformed for each symmetry case to the form in which the independent components of the \(C\_{ij}\) matrix create a vector of unknowns and the symmetry relations and strains \(s\_{j}^{a}\) create a new equation matrix \(S\). \(S\_{ju}(s^{a})C\_{u}=\sigma\_{j}^{a}\). The \(S(s)\) matrix is a linear function of the strain vector s with all symmetry relations taken into account. The index a runs over all data sets we have in the calculation while index u runs over all independent components of the \(C\_{ij}\) matrix. For the cubic crystal the above equation takes explicit form: \[\begin{split}\left[\begin{array}{ccc} s\_{1} & s\_{2}+s\_{3} & 0\\ s\_{2} & s\_{1}+s\_{3} & 0\\ s\_{3} & s\_{1}+s\_{2} & 0\\ 0 & 0 & 2s\_{4}\\ 0 & 0 & 2s\_{5}\\ 0 & 0 & 2s\_{6}\end{array}\right]^{a}\left[\begin{array}{c} C\_{11}\\ C\_{12}\\ C\_{44}\end{array}\right]=\left[\begin{array}{c} \sigma\_{1}\\ \sigma\_{2}\\ \sigma\_{3}\\ \sigma\_{4}\\ \sigma\_{5}\\ \sigma\_{6}\end{array}\right]^{a}.\end{split}\] Note the a index of S and \(\sigma\), which creates a set of \(n\times6\) linear equations for 3 unknowns \(\left[C\_{11},C\_{12},C\_{44}\right]\), where n is a number of independent calculations of stresses incurred in crystal by strains. In principle, the above relations could be expressed in the non-symmetry specific form with either a full set of indexes and the symmetry information encoded in the single matrix of constant elements or even in the pure tensor formulation with the four-index elastic tensor \(C\) and two-index stress and strain tensors. While this type of formulation is definitely more regular and sometimes easier to manipulate in formal transformations, it is not very useful for numerical calculations or writing computer code – multi-dimensional arrays are difficult to manipulate and are prone to many trivial notation errors. Thus, it is better to split the general formula to crystal classes with different number of \(C\_{ij}\) components (i.e. length of the \(C\_{u}\) vector) and separate shape of the \(S\) matrix. This is an approach used by Elastic. For example, in the orthorhombic crystal the vector of independent \(C\_{ij}\) components has nine elements and the S matrix is a \(9\times6\) one: \[\begin{split}\left[\begin{array}{ccccccccc} s\_{1} & 0 & 0 & s\_{2} & s\_{3} & 0 & 0 & 0 & 0\\ 0 & s\_{2} & 0 & s\_{1} & 0 & s\_{3} & 0 & 0 & 0\\ 0 & 0 & s\_{3} & 0 & s\_{1} & s\_{2} & 0 & 0 & 0\\ 0 & 0 & 0 & 0 & 0 & 0 & 2s\_{4} & 0 & 0\\ 0 & 0 & 0 & 0 & 0 & 0 & 0 & 2s\_{5} & 0\\ 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 2s\_{6}\end{array}\right]^{a}\left[\begin{array}{c} C\_{11}\\ C\_{22}\\ C\_{33}\\ C\_{12}\\ C\_{13}\\ C\_{23}\\ C\_{44}\\ C\_{55}\\ C\_{66}\end{array}\right]=\left[\begin{array}{c} \sigma\_{1}\\ \sigma\_{2}\\ \sigma\_{3}\\ \sigma\_{4}\\ \sigma\_{5}\\ \sigma\_{6}\end{array}\right]^{a}.\end{split}\] The elements of the matrix S have direct relation to the terms of expansion of the elastic free energy as a function of deformation (strain tensor) F(s). For example, the orthorhombic equation can be derived from the free energy formula (see [[LL]](index.html#ll) for derivation): \[\begin{split}F(s) = \frac{1}{2}C\_{11}s\_{1}^{2}+ \frac{1}{2}C\_{22}s\_{2}^{2}+ \frac{1}{2}C\_{33}s\_{3}^{2}+ C\_{12}s\_{1}s\_{2}+C\_{13}s\_{1}s\_{3}+C\_{23}s\_{2}s\_{3}+ \\ 2C\_{44}s\_{4}^{2}+2C\_{55}s\_{5}^{2}+2C\_{66}s\_{6}^{2}\end{split}\] The elements of the S matrix are simply coefficients of first derivatives of the F(s) over respective strain components. Alternatively, we can rewrite the S(s) matrix in the compact form as a mixed derivative: \[S\_{iu}=A\frac{\partial^{2}F}{\partial s\_{i}\partial C\_{u}},\] where A is a multiplier taking into account the double counting of the off-diagonal components in the free energy formula (see note at the end of the exercises in [[LL]](index.html#ll)). The multiplier \(A=1\) for \(i \leq 4\), and \(1/2\) otherwise. The above general formula turns out to be quite helpful in less trivial cases of trigonal or hexagonal classes. For instance, the hexagonal elastic free energy (see [[LL]](index.html#ll) for rather lengthy formula) leads to the following set of equations: \[\begin{split}\left[\begin{array}{ccccc} s\_{1} & 0 & s\_{2} & s\_{3} & 0\\ s\_{2} & 0 & s\_{1} & s\_{3} & 0\\ 0 & s\_{3} & 0 & s\_{1}+s\_{2} & 0\\ 0 & 0 & 0 & 0 & 2s\_{4}\\ 0 & 0 & 0 & 0 & 2s\_{5}\\ s\_{6} & 0 & -s\_{6} & 0 & 0\end{array}\right]^{a}\left[\begin{array}{c} C\_{11}\\ C\_{33}\\ C\_{12}\\ C\_{13}\\ C\_{44}\end{array}\right]=\left[\begin{array}{c} \sigma\_{1}\\ \sigma\_{2}\\ \sigma\_{3}\\ \sigma\_{4}\\ \sigma\_{5}\\ \sigma\_{6}\end{array}\right]^{a}.\end{split}\] The set of linear equations, with calculated strains and stresses inserted into the \(S^{a}\) matrix and \(\sigma^{a}\) vector, could be constructed for any crystal – only the form of the S matrix and the length of the \(C\_{u}\) vector will be different for each symmetry. The set of equations is usually over-determined. Therefore, it cannot be solved in the strict linear-algebra sense since no exact solution could exist. Nevertheless, this set of equations can be solved in approximate sense – i.e. minimising the length of the residual vector of the solution. Fortunately, a very clever algorithm capable of dealing with just this type of linear equations has been known for a long time. It is called Singular Value Decomposition [[SVD]](index.html#svd). Not only does it provide the approximate solution minimising the residual vector of the equation but also is stable against numerically ill-conditioned equations or equations which provide too little data to determine all components of the solution. The SVD provides also some indication of the quality of the obtained solution in the form of the vector of singular values, which could be used to judge whether the solution is well-determined. It is a well known algorithm and its implementations are available in every self-respecting numerical linear algebra library. The implementation used in the Elastic code is the one included in the Scientific Python library [SciPy](http://www.scipy.org/). Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- [![https://anaconda.org/conda-forge/elastic/badges/version.svg](https://anaconda.org/conda-forge/elastic/badges/version.svg)](https://anaconda.org/conda-forge/elastic) [![https://anaconda.org/conda-forge/elastic/badges/installer/conda.svg](https://anaconda.org/conda-forge/elastic/badges/installer/conda.svg)](https://conda.anaconda.org/conda-forge) [![https://anaconda.org/conda-forge/elastic/badges/platforms.svg](https://anaconda.org/conda-forge/elastic/badges/platforms.svg)](https://anaconda.org/conda-forge/elastic) ### Conda[¶](#conda "Permalink to this headline") The installation procedure is quite simple if you use, *highly recommended* [conda package manager](http://conda.pydata.org/miniconda.html): ``` conda install -c conda-forge elastic ``` The above command installs elastic with all dependencies into your current conda environment. If you want to add my anaconda.org channel into your conda installation you need to run following command: ``` conda config --add channels conda-forge ``` The above method has additional benefit of providing current installation of ASE and spglib libraries. ### PyPi[¶](#pypi "Permalink to this headline") The package is published simultaneously on conda and pypi. The second recommended way to install elastic is with pip: ``` pip install elastic ``` which should install the package and all its dependencies. Note that the number of dependencies is rather large and some of them are fairly large. Most of them, however, are just standard scientific python packages - almost all are present in standard anaconda install. ### Manual[¶](#manual "Permalink to this headline") To install the code *pedestrian way* you need to install following python packages (most, if not all, are available in major linux distributions): * [SciPy and NumPy](http://www.scipy.org/) libraries * [matplotlib](http://matplotlib.org/) (not strictly required, but needed for testing and plotting) * [ASE](https://wiki.fysik.dtu.dk/ase/) system * [spglib](https://atztogo.github.io/spglib/) space group library * Some ASE calculator (VASP, GPAW, abinit, …), but be warned that for now the code was developed using VASP only. I will be happy to help you extending it to other calculators. The code can be used without supported ASE calculator using command line interface and external, independent calculation tool. This is highly system-dependent and I am unable to provide detailed support for this type of install - I use conda install of ASE/elastic myself! Some legacy [installation guides](https://github.com/jochym/qe-doc/blob/master/Installation.ipynb) which may help you with manual process could be find at the [QE-doc project pages](https://jochym.github.io/qe-doc/). Essentially, you need to clone the repository and run: ``` python setup.py install ``` in the main directory. But this is really not recommended way to install. Use it at your own risk and if you know what you are doing. ### Testing[¶](#testing "Permalink to this headline") The simplest verification if everything works is just using the `elastic` utility to see the help screen: ``` elastic --help ``` or version of the package: ``` elastic --version ``` Additionally the whole package has a set of unittests based on hypothesis package. The tests are self-contained and do not require any external packages like DFT programs (e.g. VASP). You can run these tests by executing following command in the source directory: ``` python -m unittest discover -s test -b ``` Usage[¶](#usage "Permalink to this headline") --------------------------------------------- Starting from ver. 5.0, the command line utility `elastic` is a primary interface to the package and the direct python programming with the library is relegated to non-standard calculations. The basic calculation scheme can be summarized with the following list: * Prepare the basic structure data in the form of VASP POSCAR file or abinit input file. Support for other programs can be added relatively easily. Contact the author if you need it. The structure should be fully optimized represent what you consider to be ground state of the system. * run `elastic` on the structure to generate deformed structures probing the properties of the system: ``` elastic -v --cij gen -n 5 -s 2 POSCAR ``` which generates a set of deformed systems named `cij\_XXX.POSCAR`, where `XXX` is replaced by numbers with 000 corresponding to undisturbed structure. * run your DFT program (VASP, abinit, etc.) on all systems. This step depends on your particular system, and you need to handle it yourself. You need to make sure that for each system the internal degrees of freedom are optimized and full stress tensor gets calculated. Example bash script handling this task on my cluster looks like this: ``` #!/bin/bash # Command to run vasp in current directory RUN\_VASP="/opt/bin/run-vasp541" for s in $\* ; do d=${s%%.POSCAR} echo -n $d ": " mkdir calc-$d ( cd calc-$d ln -s ../INCAR ../KPOINTS ../POTCAR ../vasprun.conf . ln -s ../$s POSCAR $RUN\_VASP ) done ``` This produces a set of directories: `calc-cij\_XXX` with completed single-point calculations. * run `elastic` again to post-process the calculations. We do that by feeding it with output from the DFT calculations. Remember to put undisturbed structure at the first position: ``` elastic -v --cij proc calc-cij_000/vasprun.xml calc-cij_*/vasprun.xml ``` You can test this procedure using data provided as a reference in the `tests/data` directory. If you run the script on the provided data you should get following output: ``` elastic -v --cij proc calc-cij\_000/vasprun.xml calc-cij\_\*/vasprun.xml Cij solution ------------------------------ Solution rank: 3 Square of residuals: 0.00053 Relative singular values: 1.0000 0.7071 0.6354 Elastic tensor (GPa): C\_11 C\_12 C\_44 ------------------------------ 321.15 95.88 143.44 ``` The data provided correspond to cubic MgO crystal. The DFT calculation setup is tuned to provide quick results for testing and *should not* be used as a guide for production calculations. You *need* to determine proper calculation setup for your system. Library usage[¶](#library-usage "Permalink to this headline") ------------------------------------------------------------- ### Simple Parallel Calculation[¶](#simple-parallel-calculation "Permalink to this headline") Once you have everything installed and running you can run your first real calculation. The first step is to import the modules to your program (the examples here use VASP calculator) ``` from ase.spacegroup import crystal import ase.units as units import numpy import matplotlib.pyplot as plt from parcalc import ClusterVasp, ParCalculate from elastic import get\_pressure, BMEOS, get\_strain from elastic import get\_elementary\_deformations, scan\_volumes from elastic import get\_BM\_EOS, get\_elastic\_tensor ``` next we need to create our example MgO crystal: ``` a = 4.194 cryst = crystal(['Mg', 'O'], [(0, 0, 0), (0.5, 0.5, 0.5)], spacegroup=225, cellpar=[a, a, a, 90, 90, 90]) ``` We need a calculator for our job, here we use VASP and ClusterVasp defined in the parcalc module. You can probably replace this calculator by any other ASE calculator but this was not tested yet. Thus let us define the calculator: ``` # Create the calculator running on one, eight-core node. # This is specific to the setup on my cluster. # You have to adapt this part to your environment calc = ClusterVasp(nodes=1, ppn=8) # Assign the calculator to the crystal cryst.set\_calculator(calc) # Set the calculation parameters calc.set(prec = 'Accurate', xc = 'PBE', lreal = False, nsw=30, ediff=1e-8, ibrion=2, kpts=[3,3,3]) # Set the calculation mode first. # Full structure optimization in this case. # Not all calculators have this type of internal minimizer! calc.set(isif=3) ``` Finally, run our first calculation. Obtain relaxed structure and residual pressure after optimization: ``` print("Residual pressure: %.3f bar" % ( get\_pressure(cryst.get\_stress()))) ``` ``` Residual pressure: 0.000 bar ``` If this returns proper pressure (close to zero) we can use the obtained structure for further calculations. For example we can scan the volume axis to obtain points for equation of state fitting. This will demonstrate the ability to run several calculations in parallel - if you have a cluster of machines at your disposal this will speed up the calculation considerably. ``` # Lets extract optimized lattice constant. # MgO is cubic so a is a first diagonal element of lattice matrix a=cryst.get\_cell()[0,0] # Clean up the directory calc.clean() systems=[] # Iterate over lattice constant in the +/-5% range for av in numpy.linspace(a\*0.95,a\*1.05,5): systems.append(crystal(['Mg', 'O'], [(0, 0, 0), (0.5, 0.5, 0.5)], spacegroup=225, cellpar=[av, av, av, 90, 90, 90])) # Define the template calculator for this run # We can use the calc from above. It is only used as a template. # Just change the params to fix the cell volume calc.set(isif=2) # Run the calculation for all systems in sys in parallel # The result will be returned as list of systems res res=ParCalculate(systems,calc) # Collect the results v=[] p=[] for s in res : v.append(s.get\_volume()) p.append(get\_pressure(s.get\_stress())) # Plot the result (you need matplotlib for this plt.plot(v,p,'o') plt.show() ``` ``` Workers started: 5 ``` ![_images/lib-usage_9_1.png](_images/lib-usage_9_1.png) ### Birch-Murnaghan Equation of State[¶](#birch-murnaghan-equation-of-state "Permalink to this headline") Let us now use the tools provided by the modules to calculate equation of state for the crystal and verify it by plotting the data points against fitted EOS curve. The EOS used by the module is a well established Birch-Murnaghan formula (P - pressure, V - volume, B - parameters): \[P(V)= \frac{B\_0}{B'\_0}\left[ \left({\frac{V}{V\_0}}\right)^{-B'\_0} - 1 \right]\] Now we repeat the setup and optimization procedure from the example 1 above but using a new Crystal class (see above we skip this part for brevity). Then comes a new part (IDOF - Internal Degrees of Freedom): ``` # Switch to cell shape+IDOF optimizer calc.set(isif=4) # Calculate few volumes and fit B-M EOS to the result # Use +/-3% volume deformation and 5 data points deform=scan\_volumes(cryst, n=5,lo=0.97,hi=1.03) # Run the calculations - here with Cluster VASP res=ParCalculate(deform,calc) # Post-process the results fit=get\_BM\_EOS(cryst, systems=res) # Get the P(V) data points just calculated pv=numpy.array(cryst.pv) # Sort data on the first column (V) pv=pv[pv[:, 0].argsort()] # Print just fitted parameters print("V0=%.3f A^3 ; B0=%.2f GPa ; B0'=%.3f ; a0=%.5f A" % ( fit[0], fit[1]/units.GPa, fit[2], pow(fit[0],1./3))) v0=fit[0] # B-M EOS for plotting fitfunc = lambda p, x: numpy.array([BMEOS(xv,p[0],p[1],p[2]) for xv in x]) # Ranges - the ordering in pv is not guarateed at all! # In fact it may be purely random. x=numpy.array([min(pv[:,0]),max(pv[:,0])]) y=numpy.array([min(pv[:,1]),max(pv[:,1])]) # Plot the P(V) curves and points for the crystal # Plot the points plt.plot(pv[:,0]/v0,pv[:,1]/units.GPa,'o') # Mark the center P=0 V=V0 plt.axvline(1,ls='--') plt.axhline(0,ls='--') # Plot the fitted B-M EOS through the points xa=numpy.linspace(x[0],x[-1],20) plt.plot(xa/v0,fitfunc(fit,xa)/units.GPa,'-') plt.title('MgO pressure vs. volume') plt.xlabel('$V/V\_0$') plt.ylabel('P (GPa)') plt.show() ``` ``` Workers started: 5 V0=74.233 A^3 ; B0=168.19 GPa ; B0'=4.270 ; a0=4.20275 A ``` ![_images/lib-usage_12_1.png](_images/lib-usage_12_1.png) If you set up everything correctly you should obtain fitted parameters printed out in the output close to: \[V\_0 = 73.75 \text{ A}^3 \quad B\_0 = 170 \text{ GPa} \quad B'\_0 = 4.3 \quad a\_0 = 4.1936 \text{ A}\] ### Calculation of the elastic tensor[¶](#calculation-of-the-elastic-tensor "Permalink to this headline") Finally let us calculate an elastic tensor for the same simple cubic crystal - magnesium oxide (MgO). For this we need to create the crystal and optimize its structure (see :ref:`parcalc` above). Once we have an optimized structure we can switch the calculator to internal degrees of freedom optimization (IDOF) and calculate the elastic tensor: ``` # Switch to IDOF optimizer calc.set(isif=2) # Create elementary deformations systems = get\_elementary\_deformations(cryst, n=5, d=0.33) # Run the stress calculations on deformed cells res = ParCalculate(systems, calc) # Elastic tensor by internal routine Cij, Bij = get\_elastic\_tensor(cryst, systems=res) print("Cij (GPa):", Cij/units.GPa) ``` ``` Workers started: 10 Cij (GPa): [ 338.46921273 103.64272667 152.2150523 ] ``` To make sure we are getting the correct answer let us make the calculation for \(C\_{11}, C\_{12}\) by hand. We will deform the cell along a (x) axis by +/-0.2% and fit the \(3^{rd}\) order polynomial to the stress-strain data. The linear component of the fit is the element of the elastic tensor: ``` from elastic.elastic import get\_cart\_deformed\_cell # Create 10 deformation points on the a axis systems = [] for d in numpy.linspace(-0.2,0.2,10): systems.append(get\_cart\_deformed\_cell(cryst, axis=0, size=d)) # Calculate the systems and collect the stress tensor for each system r = ParCalculate(systems, cryst.calc) ss=[] for s in r: ss.append([get\_strain(s, cryst), s.get\_stress()]) ss=numpy.array(ss) lo=min(ss[:,0,0]) hi=max(ss[:,0,0]) mi=(lo+hi)/2 wi=(hi-lo)/2 xa=numpy.linspace(mi-1.1\*wi,mi+1.1\*wi, 50) ``` ``` Workers started: 10 ``` ``` # Make a plot plt.plot(ss[:,0,0],ss[:,1,0]/units.GPa,'.') plt.plot(ss[:,0,0],ss[:,1,1]/units.GPa,'.') plt.axvline(0,ls='--') plt.axhline(0,ls='--') # Now fit the polynomials to the data to get elastic constants # C11 component f=numpy.polyfit(ss[:,0,0],ss[:,1,0],3) c11=f[-2]/units.GPa # Plot the fitted function plt.plot(xa,numpy.polyval(f,xa)/units.GPa,'-', label='$C\_{11}$') # C12 component f=numpy.polyfit(ss[:,0,0],ss[:,1,1],3) c12=f[-2]/units.GPa # Plot the fitted function plt.plot(xa,numpy.polyval(f,xa)/units.GPa,'-', label='$C\_{12}$') plt.xlabel('Relative strain') plt.ylabel('Stress componnent (GPa)') plt.title('MgO, strain-stress relation ($C\_{11}, C\_{12}$)') plt.legend(loc='best') # Here are the results. They should agree with the results # of the internal routine. print('C11 = %.3f GPa, C12 = %.3f GPa => K= %.3f GPa' % ( c11, c12, (c11+2\*c12)/3)) plt.show() ``` ``` C11 = 325.005 GPa, C12 = 102.441 GPa => K= 176.629 GPa ``` ![_images/lib-usage_18_1.png](_images/lib-usage_18_1.png) If you set up everything correctly you should obtain fitted parameters printed out in the output close to: ``` Cij (GPa): [ 340 100 180] ``` With the following result of fitting: ``` C11 = 325 GPa, C12 = 100 GPa => K= 180 GPa ``` The actual numbers depend on the details of the calculations setup but should be fairly close to the above results. Implementation[¶](#implementation "Permalink to this headline") --------------------------------------------------------------- Elastic is implemented as an extension module to [ASE](https://wiki.fysik.dtu.dk/ase/) system The Elastic package provides, basically, one main python module and one auxiliary module ([Parallel Calculator Module](#par-calc-mod)) which can be useful outside of the scope of the main code. The [Parallel Calculator Module](#par-calc-mod) is not distributed separately but can be just placed by itself somewhere in your python path and used with any part of the ASE. I hope it will be incorporated in the main project sometime in the future. ### Modules[¶](#modules "Permalink to this headline") #### Parallel Calculator Module[¶](#parallel-calculator-module "Permalink to this headline") Parallel calculator module is an extension of the standard [ASE](https://wiki.fysik.dtu.dk/ase/) calculator working in the parallel cluster environment. It is very useful in all situations where you need to run several, independent calculations and you have a large cluster of machines at your disposal (probably with some queuing system). This implementation uses VASP but the code can be easily adapted for use with other ASE calculators with minor changes. The final goal is to provide a universal module for parallel calculator execution in the cluster environment. The SIESTA code by Georgios Tritsaris <[gtritsaris@seas.harvard.edu](mailto:gtritsaris%40seas.harvard.edu)> Not fully tested after merge. *class* `parcalc.parcalc.``ClusterAims`(*nodes=1*, *ppn=8*, *\*\*kwargs*)[[source]](_modules/parcalc/parcalc.html#ClusterAims)[¶](#parcalc.parcalc.ClusterAims "Permalink to this definition") Encapsulating Aims calculator for the cluster environment. *class* `parcalc.parcalc.``ClusterSiesta`(*nodes=1*, *ppn=8*, *\*\*kwargs*)[[source]](_modules/parcalc/parcalc.html#ClusterSiesta)[¶](#parcalc.parcalc.ClusterSiesta "Permalink to this definition") Siesta calculator. Not fully tested by me - so this should be considered beta quality. Nevertheless it is based on working implementation *class* `parcalc.parcalc.``ClusterVasp`(*nodes=1*, *ppn=8*, *block=True*, *ncl=False*, *\*\*kwargs*)[[source]](_modules/parcalc/parcalc.html#ClusterVasp)[¶](#parcalc.parcalc.ClusterVasp "Permalink to this definition") Adaptation of VASP calculator to the cluster environment where you often have to make some preparations before job submission. You can easily adapt this class to your particular environment. It is also easy to use this as a template for other type of calculator. `calc_finished`()[[source]](_modules/parcalc/parcalc.html#ClusterVasp.calc_finished)[¶](#parcalc.parcalc.ClusterVasp.calc_finished "Permalink to this definition") Check if the lockfile is in the calculation directory. It is removed by the script at the end regardless of the success of the calculation. This is totally tied to implementation and you need to implement your own scheme! `calculate`(*atoms*)[[source]](_modules/parcalc/parcalc.html#ClusterVasp.calculate)[¶](#parcalc.parcalc.ClusterVasp.calculate "Permalink to this definition") Blocking/Non-blocking calculate method If we are in blocking mode we just run, wait for the job to end and read in the results. Easy … The non-blocking mode is a little tricky. We need to start the job and guard against it reading back possible old data from the directory - the queuing system may not even started the job when we get control back from the starting script. Thus anything we read after invocation is potentially garbage - even if it is a converged calculation data. We handle it by custom run function above which raises an exception after submitting the job. This skips post-run processing in the calculator, preserves the state of the data and signals here that we need to wait for results. `clean`()[[source]](_modules/parcalc/parcalc.html#ClusterVasp.clean)[¶](#parcalc.parcalc.ClusterVasp.clean "Permalink to this definition") Method which cleans up after a calculation. The default files generated by Vasp will be deleted IF this method is called. `prepare_calc_dir`()[[source]](_modules/parcalc/parcalc.html#ClusterVasp.prepare_calc_dir)[¶](#parcalc.parcalc.ClusterVasp.prepare_calc_dir "Permalink to this definition") Prepare the calculation directory for VASP execution. This needs to be re-implemented for each local setup. The following code reflects just my particular setup. `run`()[[source]](_modules/parcalc/parcalc.html#ClusterVasp.run)[¶](#parcalc.parcalc.ClusterVasp.run "Permalink to this definition") Blocking/Non-blocing run method. In blocking mode it just runs parent run method. In non-blocking mode it raises the \_\_NonBlockingRunException to bail out of the processing of standard calculate method (or any other method in fact) and signal that the data is not ready to be collected. `parcalc.parcalc.``ParCalculate`(*systems*, *calc*, *cleanup=True*, *block=True*, *prefix='Calc\_'*)[[source]](_modules/parcalc/parcalc.html#ParCalculate)[¶](#parcalc.parcalc.ParCalculate "Permalink to this definition") Run calculators in parallel for all systems. Calculators are executed in isolated processes and directories. The resulting objects are returned in the list (one per input system). *class* `parcalc.parcalc.``RemoteCalculator`(*restart=None*, *ignore\_bad\_restart\_file=False*, *label=None*, *atoms=None*, *calc=None*, *block=False*, *\*\*kwargs*)[[source]](_modules/parcalc/parcalc.html#RemoteCalculator)[¶](#parcalc.parcalc.RemoteCalculator "Permalink to this definition") Remote calculator based on ASE calculator class. This class is only involved with the machanics of remotly executing the software and transporting the data. The calculation is delegated to the actual calculator class. *classmethod* `ParallelCalculate`(*syslst, properties=['energy'], system\_changes=['positions', 'numbers', 'cell', 'pbc', 'initial\_charges', 'initial\_magmoms']*)[[source]](_modules/parcalc/parcalc.html#RemoteCalculator.ParallelCalculate)[¶](#parcalc.parcalc.RemoteCalculator.ParallelCalculate "Permalink to this definition") Run a series of calculations in parallel using (implicitely) some remote machine/cluster. The function returns the list of systems ready for the extraction of calculated properties. `read_results`()[[source]](_modules/parcalc/parcalc.html#RemoteCalculator.read_results)[¶](#parcalc.parcalc.RemoteCalculator.read_results "Permalink to this definition") Read energy, forces, … from output file(s). `run_calculation`(*atoms=None, properties=['energy'], system\_changes=['positions', 'numbers', 'cell', 'pbc', 'initial\_charges', 'initial\_magmoms']*)[[source]](_modules/parcalc/parcalc.html#RemoteCalculator.run_calculation)[¶](#parcalc.parcalc.RemoteCalculator.run_calculation "Permalink to this definition") Internal calculation executor. We cannot use FileIOCalculator directly since we need to support remote execution. This calculator is different from others. It prepares the directory, launches the remote process and raises the exception to signal that we need to come back for results when the job is finished. `write_input`(*atoms=None, properties=['energy'], system\_changes=['positions', 'numbers', 'cell', 'pbc', 'initial\_charges', 'initial\_magmoms']*)[[source]](_modules/parcalc/parcalc.html#RemoteCalculator.write_input)[¶](#parcalc.parcalc.RemoteCalculator.write_input "Permalink to this definition") Write input file(s). `parcalc.parcalc.``work_dir`(*\*args*, *\*\*kwds*)[[source]](_modules/parcalc/parcalc.html#work_dir)[¶](#parcalc.parcalc.work_dir "Permalink to this definition") Context menager for executing commands in some working directory. Returns to the previous wd when finished. Usage: >>> with work\_dir(path): … subprocess.call(‘git status’) #### Elastic Module[¶](#elastic-module "Permalink to this headline") Elastic is a module for calculation of \(C\_{ij}\) components of elastic tensor from the strain-stress relation. The strain components here are ordered in standard way which is different to ordering in previous versions of the code (up to 4.0). The ordering is: \(u\_{xx}, u\_{yy}, u\_{zz}, u\_{yz}, u\_{xz}, u\_{xy}\). The general ordering of \(C\_{ij}\) components is (except for triclinic symmetry and taking into account customary names of constants - e.g. \(C\_{16} \rightarrow C\_{14}\)): \[C\_{11}, C\_{22}, C\_{33}, C\_{12}, C\_{13}, C\_{23}, C\_{44}, C\_{55}, C\_{66}, C\_{16}, C\_{26}, C\_{36}, C\_{45}\] The functions with the name of bravais lattices define the symmetry of the \(C\_{ij}\) matrix. The matrix is N columns by 6 rows where the columns corespond to independent elastic constants of the given crystal, while the rows corespond to the canonical deformations of a crystal. The elements are the second partial derivatives of the free energy formula for the crystal written down as a quadratic form of the deformations with respect to elastic constant and deformation. *Note:* The elements for deformations \(u\_{xy}, u\_{xz}, u\_{yz}\) have to be divided by 2 to properly match the usual definition of elastic constants. See: [[LL]](index.html#ll) L.D. Landau, E.M. Lifszyc, “Theory of elasticity” There is some usefull summary also at: [ScienceWorld](http://scienceworld.wolfram.com/physics/Elasticity.html) --- `elastic.elastic.``get_BM_EOS`(*cryst*, *systems*)[[source]](_modules/elastic/elastic.html#get_BM_EOS)[¶](#elastic.elastic.get_BM_EOS "Permalink to this definition") Calculate Birch-Murnaghan Equation of State for the crystal. The B-M equation of state is defined by: \[P(V)= \frac{B\_0}{B'\_0}\left[ \left({\frac{V}{V\_0}}\right)^{-B'\_0} - 1 \right]\] It’s coefficients are estimated using n single-point structures ganerated from the crystal (cryst) by the scan\_volumes function between two relative volumes. The BM EOS is fitted to the computed points by least squares method. The returned value is a list of fitted parameters: \(V\_0, B\_0, B\_0'\) if the fit succeded. If the fitting fails the `RuntimeError('Calculation failed')` is raised. The data from the calculation and fit is stored in the bm\_eos and pv members of cryst for future reference. You have to provide properly optimized structures in cryst and systems list. | Parameters: | * **cryst** – Atoms object, basic structure * **systems** – A list of calculated structures | | Returns: | tuple of EOS parameters \(V\_0, B\_0, B\_0'\). | `elastic.elastic.``get_bulk_modulus`(*cryst*)[[source]](_modules/elastic/elastic.html#get_bulk_modulus)[¶](#elastic.elastic.get_bulk_modulus "Permalink to this definition") Calculate bulk modulus using the Birch-Murnaghan equation of state. The EOS must be previously calculated by get\_BM\_EOS routine. The returned bulk modulus is a \(B\_0\) coefficient of the B-M EOS. The units of the result are defined by ASE. To get the result in any particular units (e.g. GPa) you need to divide it by ase.units.<unit name>: ``` get\_bulk\_modulus(cryst)/ase.units.GPa ``` | Parameters: | **cryst** – ASE Atoms object | | Returns: | float, bulk modulus \(B\_0\) in ASE units. | `elastic.elastic.``get_cart_deformed_cell`(*base\_cryst*, *axis=0*, *size=1*)[[source]](_modules/elastic/elastic.html#get_cart_deformed_cell)[¶](#elastic.elastic.get_cart_deformed_cell "Permalink to this definition") Return the cell deformed along one of the cartesian directions Creates new deformed structure. The deformation is based on the base structure and is performed along single axis. The axis is specified as follows: 0,1,2 = x,y,z ; sheers: 3,4,5 = yz, xz, xy. The size of the deformation is in percent and degrees, respectively. | Parameters: | * **base\_cryst** – structure to be deformed * **axis** – direction of deformation * **size** – size of the deformation | | Returns: | new, deformed structure | `elastic.elastic.``get_cij_order`(*cryst*)[[source]](_modules/elastic/elastic.html#get_cij_order)[¶](#elastic.elastic.get_cij_order "Permalink to this definition") Give order of of elastic constants for the structure | Parameters: | **cryst** – ASE Atoms object | | Returns: | Order of elastic constants as a tuple of strings: C\_ij | `elastic.elastic.``get_deformed_cell`(*base\_cryst*, *axis=0*, *size=1*)[[source]](_modules/elastic/elastic.html#get_deformed_cell)[¶](#elastic.elastic.get_deformed_cell "Permalink to this definition") Return the cell (with atoms) deformed along one cell parameter (0,1,2 = a,b,c ; 3,4,5 = alpha,beta,gamma) by size percent or size degrees (axis/angles). `elastic.elastic.``get_elastic_tensor`(*cryst*, *systems*)[[source]](_modules/elastic/elastic.html#get_elastic_tensor)[¶](#elastic.elastic.get_elastic_tensor "Permalink to this definition") Calculate elastic tensor of the crystal. The elastic tensor is calculated from the stress-strain relation and derived by fitting this relation to the set of linear equations build from the symmetry of the crystal and strains and stresses of the set of elementary deformations of the unit cell. It is assumed that the crystal is converged and optimized under intended pressure/stress. The geometry and stress on the cryst is taken as the reference point. No additional optimization will be run. Structures in cryst and systems list must have calculated stresses. The function returns tuple of \(C\_{ij}\) elastic tensor, raw Birch coefficients \(B\_{ij}\) and fitting results: residuals, solution rank, singular values returned by numpy.linalg.lstsq. | Parameters: | * **cryst** – Atoms object, basic structure * **systems** – list of Atoms object with calculated deformed structures | | Returns: | tuple(\(C\_{ij}\) float vector, tuple(\(B\_{ij}\) float vector, residuals, solution rank, singular values) | `elastic.elastic.``get_elementary_deformations`(*cryst*, *n=5*, *d=2*)[[source]](_modules/elastic/elastic.html#get_elementary_deformations)[¶](#elastic.elastic.get_elementary_deformations "Permalink to this definition") Generate elementary deformations for elastic tensor calculation. The deformations are created based on the symmetry of the crystal and are limited to the non-equivalet axes of the crystal. | Parameters: | * **cryst** – Atoms object, basic structure * **n** – integer, number of deformations per non-equivalent axis * **d** – float, size of the maximum deformation in percent and degrees | | Returns: | list of deformed structures | `elastic.elastic.``get_lattice_type`(*cryst*)[[source]](_modules/elastic/elastic.html#get_lattice_type)[¶](#elastic.elastic.get_lattice_type "Permalink to this definition") Find the symmetry of the crystal using spglib symmetry finder. Derive name of the space group and its number extracted from the result. Based on the group number identify also the lattice type and the Bravais lattice of the crystal. The lattice type numbers are (the numbering starts from 1): Triclinic (1), Monoclinic (2), Orthorombic (3), Tetragonal (4), Trigonal (5), Hexagonal (6), Cubic (7) | Parameters: | **cryst** – ASE Atoms object | | Returns: | tuple (lattice type number (1-7), lattice name, space group name, space group number) | `elastic.elastic.``get_pressure`(*s*)[[source]](_modules/elastic/elastic.html#get_pressure)[¶](#elastic.elastic.get_pressure "Permalink to this definition") Return *external* isotropic (hydrostatic) pressure in ASE units. If the pressure is positive the system is under external pressure. This is a convenience function to convert output of get\_stress function into external pressure. | Parameters: | **cryst** – stress tensor in Voight (vector) notation as returned by the get\_stress() method. | | Returns: | float, external hydrostatic pressure in ASE units. | `elastic.elastic.``get_strain`(*cryst*, *refcell=None*)[[source]](_modules/elastic/elastic.html#get_strain)[¶](#elastic.elastic.get_strain "Permalink to this definition") Calculate strain tensor in the Voight notation Computes the strain tensor in the Voight notation as a conventional 6-vector. The calculation is done with respect to the crystal geometry passed in refcell parameter. | Parameters: | * **cryst** – deformed structure * **refcell** – reference, undeformed structure | | Returns: | 6-vector of strain tensor in the Voight notation | `elastic.elastic.``get_vecang_cell`(*cryst*, *uc=None*)[[source]](_modules/elastic/elastic.html#get_vecang_cell)[¶](#elastic.elastic.get_vecang_cell "Permalink to this definition") Compute A,B,C, alpha,beta,gamma cell params from the unit cell matrix (uc) or cryst. Angles in radians. `elastic.elastic.``hexagonal`(*u*)[[source]](_modules/elastic/elastic.html#hexagonal)[¶](#elastic.elastic.hexagonal "Permalink to this definition") The matrix is constructed based on the approach from L&L using auxiliary coordinates: \(\xi=x+iy\), \(\eta=x-iy\). The components are calculated from free energy using formula introduced in [Crystal symmetry and elastic matrix derivation](index.html#symmetry) with appropriate coordinate changes. The order of constants is as follows: \[C\_{11}, C\_{33}, C\_{12}, C\_{13}, C\_{44}\] | Parameters: | **u** – vector of deformations: [ \(u\_{xx}, u\_{yy}, u\_{zz}, u\_{yz}, u\_{xz}, u\_{xy}\) ] | | Returns: | Symmetry defined stress-strain equation matrix | `elastic.elastic.``monoclinic`(*u*)[[source]](_modules/elastic/elastic.html#monoclinic)[¶](#elastic.elastic.monoclinic "Permalink to this definition") Monoclinic group, The ordering of constants is: \[C\_{11}, C\_{22}, C\_{33}, C\_{12}, C\_{13}, C\_{23}, C\_{44}, C\_{55}, C\_{66}, C\_{16}, C\_{26}, C\_{36}, C\_{45}\] | Parameters: | **u** – vector of deformations: [ \(u\_{xx}, u\_{yy}, u\_{zz}, u\_{yz}, u\_{xz}, u\_{xy}\) ] | | Returns: | Symmetry defined stress-strain equation matrix | `elastic.elastic.``orthorombic`(*u*)[[source]](_modules/elastic/elastic.html#orthorombic)[¶](#elastic.elastic.orthorombic "Permalink to this definition") Equation matrix generation for the orthorombic lattice. The order of constants is as follows: \[C\_{11}, C\_{22}, C\_{33}, C\_{12}, C\_{13}, C\_{23}, C\_{44}, C\_{55}, C\_{66}\] | Parameters: | **u** – vector of deformations: [ \(u\_{xx}, u\_{yy}, u\_{zz}, u\_{yz}, u\_{xz}, u\_{xy}\) ] | | Returns: | Symmetry defined stress-strain equation matrix | `elastic.elastic.``regular`(*u*)[[source]](_modules/elastic/elastic.html#regular)[¶](#elastic.elastic.regular "Permalink to this definition") Equation matrix generation for the regular (cubic) lattice. The order of constants is as follows: \[C\_{11}, C\_{12}, C\_{44}\] | Parameters: | **u** – vector of deformations: [ \(u\_{xx}, u\_{yy}, u\_{zz}, u\_{yz}, u\_{xz}, u\_{xy}\) ] | | Returns: | Symmetry defined stress-strain equation matrix | `elastic.elastic.``scan_pressures`(*cryst*, *lo*, *hi*, *n=5*, *eos=None*)[[source]](_modules/elastic/elastic.html#scan_pressures)[¶](#elastic.elastic.scan_pressures "Permalink to this definition") Scan the pressure axis from lo to hi (inclusive) using B-M EOS as the volume predictor. Pressure (lo, hi) in GPa `elastic.elastic.``scan_volumes`(*cryst*, *lo=0.98*, *hi=1.02*, *n=5*, *scale\_volumes=True*)[[source]](_modules/elastic/elastic.html#scan_volumes)[¶](#elastic.elastic.scan_volumes "Permalink to this definition") Provide set of crystals along volume axis from lo to hi (inclusive). No volume cell optimization is performed. Bounds are specified as fractions (1.10 = 10% increase). If scale\_volumes==False the scalling is applied to lattice vectors instead of volumes. | Parameters: | * **lo** – lower bound of the V/V\_0 in the scan * **hi** – upper bound of the V/V\_0 in the scan * **n** – number of volume sample points * **scale\_volumes** – If True scale the unit cell volume or, if False, scale the length of lattice axes. | | Returns: | a list of deformed systems | `elastic.elastic.``tetragonal`(*u*)[[source]](_modules/elastic/elastic.html#tetragonal)[¶](#elastic.elastic.tetragonal "Permalink to this definition") Equation matrix generation for the tetragonal lattice. The order of constants is as follows: \[C\_{11}, C\_{33}, C\_{12}, C\_{13}, C\_{44}, C\_{14}\] | Parameters: | **u** – vector of deformations: [ \(u\_{xx}, u\_{yy}, u\_{zz}, u\_{yz}, u\_{xz}, u\_{xy}\) ] | | Returns: | Symmetry defined stress-strain equation matrix | `elastic.elastic.``triclinic`(*u*)[[source]](_modules/elastic/elastic.html#triclinic)[¶](#elastic.elastic.triclinic "Permalink to this definition") Triclinic crystals. *Note*: This was never tested on the real case. Beware! The ordering of constants is: \[C\_{11}, C\_{22}, C\_{33}, C\_{12}, C\_{13}, C\_{23}, C\_{44}, C\_{55}, C\_{66}, C\_{16}, C\_{26}, C\_{36}, C\_{46}, C\_{56}, C\_{14}, C\_{15}, C\_{25}, C\_{45}\] | Parameters: | **u** – vector of deformations: [ \(u\_{xx}, u\_{yy}, u\_{zz}, u\_{yz}, u\_{xz}, u\_{xy}\) ] | | Returns: | Symmetry defined stress-strain equation matrix | `elastic.elastic.``trigonal`(*u*)[[source]](_modules/elastic/elastic.html#trigonal)[¶](#elastic.elastic.trigonal "Permalink to this definition") The matrix is constructed based on the approach from L&L using auxiliary coordinates: \(\xi=x+iy\), \(\eta=x-iy\). The components are calculated from free energy using formula introduced in [Crystal symmetry and elastic matrix derivation](index.html#symmetry) with appropriate coordinate changes. The order of constants is as follows: \[C\_{11}, C\_{33}, C\_{12}, C\_{13}, C\_{44}, C\_{14}\] | Parameters: | **u** – vector of deformations: [ \(u\_{xx}, u\_{yy}, u\_{zz}, u\_{yz}, u\_{xz}, u\_{xy}\) ] | | Returns: | Symmetry defined stress-strain equation matrix | Indices and tables[¶](#indices-and-tables "Permalink to this headline") ----------------------------------------------------------------------- * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html) References[¶](#references "Permalink to this headline") ------------------------------------------------------- [![https://zenodo.org/badge/doi/10.5281/zenodo.593721.svg](https://zenodo.org/badge/doi/10.5281/zenodo.593721.svg)](https://doi.org/10.5281/zenodo.593721) The Elastic package should be cited using one or both of the following papers (TiC, ZrC) and its own reference.: | [Elastic] | P.T. Jochym, *Module for calculating elastic tensor of crystals*, software, <https://github.com/jochym/Elastic/>, [doi:10.5281/zenodo.593721](http://dx.doi.org/10.5281/zenodo.593721). | | [TiC] | P.T. Jochym, K. Parlinski and M. Sternik, *TiC lattice dynamics from ab initio calculations*, European Physical Journal B; **10**, 1 (1999) 9-13 ; [doi:10.1007/s100510050823](http://dx.doi.org/10.1007/s100510050823) | | [ZrC] | P.T. Jochym and K. Parlinski, *Ab initio lattice dynamics and elastic constants of ZrC*, European Physical Journal B; **15**, 2 (2000) 265-268 ; [doi:10.1007/s100510051124](http://dx.doi.org/10.1007/s100510051124) | | [LL] | L.D. Landau, E.M. Lifszyc, [Theory of elasticity](http://books.google.com/books?id=tpY-VkwCkAIC), Elsevier (1986) ; ISBN: 075062633X, 9780750626330 | | [SVD] | G. Golub and W. Kahan, *Calculating the Singular Values and Pseudo-Inverse of a Matrix*, J. Soc. Indus,.Appl. Math.: Ser. B **2**, (1964) pp. 205-224 ; [doi:10.1137/0702016](http://dx.doi.org/10.1137/0702016) ; [Wikipedia article on SVD](http://en.wikipedia.org/wiki/Singular_value_decomposition) | * [Search Page](search.html) This page uses [Google Analytics](http://analytics.google.com/) to collect statistics. You can disable it by blocking the JavaScript coming from www.google-analytics.com.
render
go
Search — render 0.1 documentation ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [render 0.1 documentation](index.html) » Search ====== Please activate JavaScript to enable the search functionality. From here you can search these documents. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing fewer words won't appear in the result list. ### Related Topics * [Documentation overview](index.html) © Copyright 2013, Santhosh Thottingal. Index — render 0.1 documentation ### Navigation * [index](# "General Index") * [modules](py-modindex.html "Python Module Index") | * [render 0.1 documentation](index.html) » Index ===== [**G**](#G) | [**R**](#R) | [**W**](#W) G - | | | | --- | --- | | [get\_info() (render.core.Render method)](index.html#render.core.Render.get_info) | [get\_module\_name() (render.core.Render method)](index.html#render.core.Render.get_module_name) | R - | | | | --- | --- | | [Render (class in render.core)](index.html#render.core.Render) [render.core (module)](index.html#module-render.core) | [render\_text() (render.core.Render method)](index.html#render.core.Render.render_text) | W - | | | --- | | [wiki2pdf() (render.core.Render method)](index.html#render.core.Render.wiki2pdf) | ### Related Topics * [Documentation overview](index.html) ### Quick search Enter search terms or a module, class or function name. © Copyright 2013, Santhosh Thottingal. render - a complex script rendering utility based on pangocairo — render 0.1 documentation ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [render 0.1 documentation](#) » render - a complex script rendering utility based on pangocairo[¶](#render-a-complex-script-rendering-utility-based-on-pangocairo "Permalink to this headline") =============================================================================================================================================================== This is an experimental python package for generating renderings of complex scripts. This is based on pypdflib and pangocairo. The module currently has two functions * a wiki to pdf generater * a complex script renderer Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- You will need to have pango and cairo installed on your system along with pycairo. You will probably have them if you have pygtk on your system. pycairo does not install in virtualenvs,so use you distributions package manger to install pycairo or use pip to install pycairo system wide. API reference[¶](#module-render.core "Permalink to this headline") ------------------------------------------------------------------ *class* render.core.Render[[source]](_modules/render/core.html#Render)[¶](#render.core.Render "Permalink to this definition") The render class. Instantiate to get access to the methods. get\_info()[[source]](_modules/render/core.html#Render.get_info)[¶](#render.core.Render.get_info "Permalink to this definition") returns info on the module get\_module\_name()[[source]](_modules/render/core.html#Render.get_module_name)[¶](#render.core.Render.get_module_name "Permalink to this definition") returns the module name render\_text(*text*, *file\_type='png'*, *path=None*, *filename=None*, *width=0*, *height=0*, *color='Black'*, *font='Serif'*, *font\_size=12*)[[source]](_modules/render/core.html#Render.render_text)[¶](#render.core.Render.render_text "Permalink to this definition") | Parameters: | * **text** (*str.*) – the text to be rendered. * **file\_type** (*str.*) – required output format. accepts png, svg and pdf * **filename** (*str.*) – filename for the output * **path** (*str.*) – the file path for the output. defaults to the current directory * **width** (*int.*) – width of the output * **height** (*int.*) – height of the output * **color** (*str.*) – the background color for the rendering. * **font** (*str.*) – the font to be used * **font\_size** (*int*) – font size to be used. defaults to 12 | | Returns: | the path to the generated rendering. | generates a rendering of the supplied text. wiki2pdf(*url*, *path=None*, *font='Serif'*)[[source]](_modules/render/core.html#Render.wiki2pdf)[¶](#render.core.Render.wiki2pdf "Permalink to this definition") | Parameters: | * **url** (*str.*) – the url for the wiki page * **font** (*str.*) – the font to be used for the pdf. * **path** – output path.Defaults to current dir | | Returns: | the path to the generated pdf. | Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [*Index*](genindex.html) * [*Module Index*](py-modindex.html) * [*Search Page*](search.html) ### [Table Of Contents](#) * [render - a complex script rendering utility based on pangocairo](#) + [Installation](#installation) + [API reference](#module-render.core) * [Indices and tables](#indices-and-tables) ### Related Topics * [Documentation overview](#) ### This Page * [Show Source](_sources/index.txt) ### Quick search Enter search terms or a module, class or function name. © Copyright 2013, Santhosh Thottingal. Python Module Index — render 0.1 documentation ### Navigation * [index](genindex.html "General Index") * [modules](# "Python Module Index") | * [render 0.1 documentation](index.html) » Python Module Index =================== [**r**](#cap-r) | | | | | --- | --- | --- | | | | | | | **r** | | | - | render | | | | [render.core](index.html#module-render.core) | | ### Related Topics * [Documentation overview](index.html) ### Quick search Enter search terms or a module, class or function name. © Copyright 2013, Santhosh Thottingal. krTheme Sphinx Style — render 0.1 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [render 0.1 documentation](../index.html) » krTheme Sphinx Style[¶](#krtheme-sphinx-style "Permalink to this headline") =========================================================================== This repository contains sphinx styles Kenneth Reitz uses in most of his projects. It is a drivative of Mitsuhiko’s themes for Flask and Flask related projects. To use this style in your Sphinx documentation, follow this guide: 1. put this folder as \_themes into your docs folder. Alternatively you can also use git submodules to check out the contents there. 2. add this to your conf.py: ``` sys.path.append(os.path.abspath('\_themes')) html\_theme\_path = ['\_themes'] html\_theme = 'kr' ``` The following themes exist: **kr** the standard flask documentation theme for large projects **kr\_small** small one-page theme. Intended to be used by very small addon libraries. ### Related Topics * [Documentation overview](../index.html) ### This Page * [Show Source](../_sources/_themes/README.txt) ### Quick search Enter search terms or a module, class or function name. © Copyright 2013, Santhosh Thottingal. Overview: module code — render 0.1 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [render 0.1 documentation](../index.html) » All modules for which code is available ======================================= * [render.core](render/core.html) ### Related Topics * [Documentation overview](../index.html) ### Quick search Enter search terms or a module, class or function name. © Copyright 2013, Santhosh Thottingal. render.core — render 0.1 documentation ### Navigation * [index](../../genindex.html "General Index") * [modules](../../py-modindex.html "Python Module Index") | * [render 0.1 documentation](../../index.html) » * [Module code](../index.html) » Source code for render.core =========================== ``` #!/usr/bin/python # -\*- coding: utf-8 -\*- # Copyright 2010 Santhosh Thottingal <santhosh.thottingal@gmail.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Affero General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. import os import cairo import hashlib import pango import pangocairo import hyphenation from wiki2pdf import Wikiparser from styles import \* [[docs]](../../index.html#render.core.Render)class Render: """ The render class. Instantiate to get access to the methods. """ def \_\_init\_\_(self): self.tmp\_folder = "/static/tmp" [[docs]](../../index.html#render.core.Render.wiki2pdf) def wiki2pdf(self, url, path=None, font='Serif'): """ :param url: the url for the wiki page :type url: str. :param font: the font to be used for the pdf. :type font: str. :param path: output path.Defaults to current dir :returns: the path to the generated pdf. """ if path is None: path = os.path.abspath(os.path.curdir) m = hashlib.md5() m.update(url.encode("utf-8")) filename = m.hexdigest()[0:5]+".pdf" filename = os.path.join(path, filename) print(filename) parser = Wikiparser(url, filename, font) parser.parse() #else: # print ("File already exists.") return (os.path.join(self.tmp\_folder, filename)) [[docs]](../../index.html#render.core.Render.render_text) def render\_text(self, text, file\_type='png',path=None, filename=None, width=0, height=0, color="Black", font='Serif', font\_size=12): """ :param text: the text to be rendered. :type text: str. :param file\_type: required output format. accepts png, svg and pdf :type file\_type: str. :param filename: filename for the output :type filename: str. :param path: the file path for the output. defaults to the current directory :type path: str. :param width: width of the output :type width: int. :param height: height of the output :type height: int. :param color: the background color for the rendering. :type color: str. :param font: the font to be used :type font: str. :param font\_size: font size to be used. defaults to 12 :type font\_size: int :returns: the path to the generated rendering. generates a rendering of the supplied text. """ surface = None print width width = int(width) height = int(height) font\_size = int(font\_size) text = text.decode("utf-8") m = hashlib.md5() m.update(text.encode("utf-8")) if filename is None: filename = m.hexdigest()[0:5]+"."+file\_type if path is None: path = os.getcwd() outputfile = os.path.join(path, filename) if file\_type == 'png': surface = cairo.ImageSurface(cairo.FORMAT\_ARGB32, int(width), int(height)) if file\_type == 'svg': surface = cairo.SVGSurface(outputfile, int(width), int(height)) if file\_type == 'pdf': surface = cairo.PDFSurface(outputfile, int(width), int(height)) context = cairo.Context(surface) try: text = hyphenation.getInstance().hyphenate(text, u'\u00AD') except: print("error while hyphenating. Proceeding without Hyphenation") width = int(width) left\_margin = 10 top\_margin = 20 bottom\_margin = 50 position\_x = left\_margin position\_y = top\_margin rgba = get\_color(color) context.set\_source\_rgba(float(rgba.red), float(rgba.green), float(rgba.blue), float(rgba.alpha)) pc = pangocairo.CairoContext(context) paragraph\_layout = pc.create\_layout() paragraph\_font\_description = pango.FontDescription() paragraph\_font\_description.set\_family(font) paragraph\_font\_description.set\_size((int)(int(font\_size) \* pango.SCALE)) paragraph\_layout.set\_font\_description(paragraph\_font\_description) if width > 0: paragraph\_layout.set\_width((int)((width-2\*left\_margin) \* pango.SCALE)) paragraph\_layout.set\_justify(True) paragraph\_layout.set\_text(text+"\n") context.move\_to(position\_x, position\_y) pango\_layout\_iter = paragraph\_layout.get\_iter() line\_width = 0 while not pango\_layout\_iter.at\_last\_line(): first\_line = True context.move\_to(position\_x, position\_y) while not pango\_layout\_iter.at\_last\_line(): ink\_rect, logical\_rect = pango\_layout\_iter.get\_line\_extents() line = pango\_layout\_iter.get\_line\_readonly() has\_next\_line = pango\_layout\_iter.next\_line() # Decrease paragraph spacing if ink\_rect[2] == 0: # It is para break dy = font\_size / 2 position\_y += dy if not first\_line: self.context.rel\_move\_to(0, dy) else: xstart = 1.0 \* logical\_rect[0] / pango.SCALE context.rel\_move\_to(xstart, 0) if width > 0 and height > 0: pc.show\_layout\_line(line) line\_height = (int)(logical\_rect[3] / pango.SCALE) line\_width = (int)(logical\_rect[2] / pango.SCALE) context.rel\_move\_to(-xstart, line\_height) position\_y += line\_height first\_line = False if width == 0 or height == 0: if width == 0: width = line\_width if height == 0: height = position\_y return self.render\_text(text, file\_type, path,filename, width + 2.5\*left\_margin, height, color, font, font\_size) if file\_type == 'png': surface.write\_to\_png(str(outputfile)) else: context.show\_page() return outputfile [[docs]](../../index.html#render.core.Render.get_module_name) def get\_module\_name(self): """ returns the module name """ return "Script Renderer" [[docs]](../../index.html#render.core.Render.get_info) def get\_info(self): """ returns info on the module """ return "Provides rendered images for Complex scripts" def getInstance(): return Render() ``` ### Related Topics * [Documentation overview](../../index.html) + [Module code](../index.html) ### Quick search Enter search terms or a module, class or function name. © Copyright 2013, Santhosh Thottingal.
configuration
go
Configuration v1.2.0 documentation [![logo](_static/img/logo.png)](index.html#document-index) * [Repository](https://github.com/slickframework/configuration) * [Getting started](index.html#document-manual/getting-started) + [Basic usage](index.html#basic-usage) + [Creating a Configuration](index.html#creating-a-configuration) + [Retrieving values](index.html#retrieving-values) + [Default values](index.html#default-values) * [Configuration Chain](index.html#document-manual/multiple-configurations) + [Priority Configuration Chain](index.html#priority-configuration-chain) + [Combined configuration](index.html#combined-configuration) * [Configuration interface](index.html#document-api/configuration) * [Contributing](index.html#document-manual/contrib) + [Pull requests](index.html#pull-requests) + [Running tests](index.html#running-tests) + [Security](index.html#security) * [License](index.html#document-manual/license) Slick Configuration[¶](#slick-configuration "Permalink to this headline") ========================================================================= `slick/configuration` is a simple package that deals with configuration files. It has a very simple interface that you can use to set your own configuration drivers. By default it uses the PHP arrays for configuration as it does not need any parser and therefore is more performance friendly. Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- `slick/configuration` is a php 5.6+ library that you’ll have in your project development environment. Before you begin, ensure that you have PHP 5.6 or higher installed. You can install `slick/configuration` with all its dependencies through Composer. Follow instructions on the [composer website](https://getcomposer.org/download/) if you don’t have it installed yet. You can use this Composer command to install `slick/configuration`: ``` $ composer require slick/configuration ``` ### Getting started[¶](#getting-started "Permalink to this headline") To create a `ConfigurationInterface` you should use the `Slick\Configuration` factory class as it really helps you with the creation process. #### Basic usage[¶](#basic-usage "Permalink to this headline") Lets start by creating a configuration file: ``` <?php /\*\* \* App configuration file \*/ namespace settings; $settings = []; $settings['application'] = [ 'version' => 'v1.0.0', 'environment' => 'develop' ]; return $settings; ``` we save this file as `./settings.php`. We are using plain PHP arrays for configuration files. Don’t forget to add the `return` statement at the end of the file so that the defined array could be assigned when initializing the driver. #### Creating a Configuration[¶](#creating-a-configuration "Permalink to this headline") Now we will use the `Slick\Configuration\Configuration` factory o create our `Slick\Configuration\ConfigurationInterface`: ``` use Slick\Configuration\Configuration; $settings = Configuration::get('settings'); ``` Its really simple. #### Retrieving values[¶](#retrieving-values "Permalink to this headline") Now lets use it. ``` print\_r($settings->get('application')); # the output form above is: # Array ( # [version] => v1.0.0, # [environment] => develop # ) ``` You can set any level of nesting in your configuration array but as you add another level to the array it becomes harder to use. Please check the example bellow: ``` $value = $settings->get('application')['version']; // OR $appSettings = $settings->get('application'); $value = $appSettings['version']; ``` To simplify you ca use a “dot notation” to reach a deeper level. ``` $value = $settings->get('application.version'); ``` #### Default values[¶](#default-values "Permalink to this headline") It is possible to have a default value when no key is found on a configuration driver. By default if a key is not found a `NULL` is returned but if you specify a value it will be returned by the `ConfigurationInterface::get()` method: ``` $value = $settings->get('application.rowsPerPage', 10); print $value; # the output form above is: # 10 ``` ### Configuration Chain[¶](#configuration-chain "Permalink to this headline") Starting form v1.2.0, `Slick\Configuration` is capable of combine multiple configuration drivers with a single configuration interface. This allows you to add a more important configuration source (like environment variables) to be also check when you try to retrieve a configuration value. #### Priority Configuration Chain[¶](#priority-configuration-chain "Permalink to this headline") v1.2.0 added a `ConfigurationChainInterface` that allows clients to retrieve a value from a combined chain of `ConfigurationInterface` objects instead of a single configuration source. It also adds a `PriorityConfigurationChain` that implements `ConfigurationChainInterface` and its by default the returned value from `Configuration::initialize()` or `Configuration::get()` factory methods. The priority is given by a integer value that determines the order that a key is searched in the chain. Lower value will be checked first. #### Combined configuration[¶](#combined-configuration "Permalink to this headline") Lets try an example. This is our PHP file with an associative array with configuration settings: ``` <?php /\*\* \* App configuration file \*/ namespace settings; $settings = []; $settings['application'] = [ 'version' => 'v1.0.0', 'environment' => 'develop' ]; return $settings; ``` Now we will create a combined configuration that will have a `Environment` driver and a `Php` with the values from the file we have just create. ``` use Slick\Configuration\Configuration; $settings = Configuration::get([ [null, Configuration::DRIVER\_ENV, 10], ['settings', Configuration::DRIVER\_PHP, 20] ]); ``` This configuration setup will create the `Environment` driver as the first configuration driver that will be check and then, if not found, the `Php` one. Lets assume that we has define and environment variable as `APPLICATION\_VERSION=v1.2.3` and lets get that value from the configuration chain: ``` print\_r($settings->get('application.version')); # the output form above is: # v1.2.3 ``` You can combine any number of configuration drivers in one chain and set the priority on with the search will occur. Tip The example shown here is a very simple way of handling environment variables that can be set on Docker containers where you some times can’t create files. ### Configuration interface[¶](#namespace-Slick\Configuration "Permalink to this headline") *class* `Slick\Configuration\``ConfigurationInterface`[¶](#Slick\Configuration\ConfigurationInterface "Permalink to this definition") ConfigurationInterface, defines a configuration driver `Slick\Configuration\ConfigurationInterface::``get`(*$key*[, *$default = NULL*])[¶](#Slick\Configuration\ConfigurationInterface::get "Permalink to this definition") Returns the value store with provided key or the default value. | Parameters: | * **$key** (*string*) – The key used to store the value in configuration. * **$default** (*mixed*) – The default value if no value was stored. | | Returns: | The configuration stored value or the default if not found. | `Slick\Configuration\ConfigurationInterface::``get`(*$key*, *$value*) Set/Store the provided value with a given key. | Parameters: | * **$key** (*string*) – The key used to store the value in configuration. * **$value** (*mixed*) – The value to store under the provided key. | | Returns: | Self instance for method call chains. | ### Contributing[¶](#contributing "Permalink to this headline") Contributions are **welcome** and will be fully **credited**. We accept contributions via Pull Requests on [Github](https://github.com/slickframework/configuration). #### Pull requests[¶](#pull-requests "Permalink to this headline") * [PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) - Check the code style with `$ composer check-style` and fix it with `$ composer fix-style`. * **Add tests!** - Your patch won’t be accepted if it doesn’t have tests. * **Document any change in behaviour** - Make sure the README.md and any other relevant documentation are kept up-to-date. * **Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org). Randomly breaking public APIs is not an option. * **Create feature branches** - Don’t ask us to pull from your master branch. * **One pull request per feature** - If you want to do more than one thing, send multiple pull requests. * **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please [squash them](http://www.git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Changing-Multiple-Commit-Messages) before submitting. #### Running tests[¶](#running-tests "Permalink to this headline") We use [phpspec](http://www.phpspec.net) for unit tests. ``` # unit tests $ vendor/bin/phpspec run -fdot ``` #### Security[¶](#security "Permalink to this headline") If you discover any security related issues, please email [slick.framework@gmail.com](mailto:slick.framework%40gmail.com) instead of using the issue tracker. ### License[¶](#license "Permalink to this headline") Licensed using the [MIT license](http://opensource.org/licenses/MIT). > > Copyright (c) 2014-2017 [The Slick Team](https://github.com/orgs/slickframework/people) <[slick.framework@gmail.com](mailto:slick.framework%40gmail.com)> > > > Permission is hereby granted, free of charge, to any person obtaining a copy > of this software and associated documentation files (the “Software”), to deal > in the Software without restriction, including without limitation the rights > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell > copies of the Software, and to permit persons to whom the Software is > furnished to do so, subject to the following conditions: > > > The above copyright notice and this permission notice shall be included in > all copies or substantial portions of the Software. > > > THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN > THE SOFTWARE. > > > --- Please enable JavaScript to view the [comments powered by Disqus.](https://disqus.com/?ref_noscript)
mu
go
Mu 1.2.0 documentation Mu: A Python Code Editor[¶](#mu-a-python-code-editor "Permalink to this headline") ================================================================================== ![_images/logo.png](_images/logo.png) Note **This documentation is NOT for users of Mu**. Rather, it is for software developers who want to improve Mu. Read our [Developer Setup](index.html#document-setup) documentation for the technical details needed to get started. For tutorials, how-to guides and user related discussion, please see the project’s website for users of Mu at: <https://codewith.mu/> If you’re interested in the fun, educational, inspiring and sometimes hilarious ways in which people use Mu, check out: <https://madewith.mu/> Quickstart[¶](#quickstart "Permalink to this headline") ------------------------------------------------------- Mu works with Python 3.5 to 3.8 (both inclusive). You need to have one of these Python versions installed in order to work on developing Mu ([here is a comprehensive guide for how to do this](https://realpython.com/installing-python/)). We also assume you know how to [use Python virtual environments](https://docs.python.org/3/library/venv.html). Clone the repository: ``` git clone https://github.com/mu-editor/mu.git ``` Create a virtualenv in Python 3.8: ``` python3.8 -m venv .venv ``` Activate the environment, on macOS and Linux the command is: ``` source .venv/bin/activate ``` For Windows, the command is: ``` . .\.venv\Scripts\activate.ps1 ``` Once your virtual environment is activated, upgrade `pip`: ``` python -m pip install --upgrade pip ``` Install Mu and its development dependencies: ``` pip install -e ".[dev]" ``` Start Mu: ``` mu-editor ``` Run the test suite: ``` make check ``` Read on to learn more about Mu, its aims and how you can contribute. What?[¶](#what "Permalink to this headline") -------------------------------------------- Mu is a very simple Python editor for kids, teachers and beginner programmers. It’s written in Python and works on Windows, OSX, Linux and Raspberry Pi. > > “[Papert] realized, ‘Oh, we could take the real content out here as a > version in the child’s world that is still the real thing.’ It’s not a fake > version of math. It’s kind of like little league, or even T-ball. In sports > they do this all the time. In music, they do it all the time. The idea is, > you never let the child do something that isn’t the real thing – but you > have to work your ass off to figure out what the real thing is in the > context of the way their minds are working at that developmental level.” > – [Alan Kay](https://www.fastcompany.com/40435064/what-alan-kay-thinks-about-the-iphone-and-technology-now) > > > Mu aspires to be “the real thing” as a development environment for beginner programmers taking their first steps with Python. As a rule of thumb, if you’re able to ask “why doesn’t Mu have [feature X]?” then you’re probably too advanced for using Mu as a development environment. In which case, you should graduate to a more advanced editor. Why?[¶](#why "Permalink to this headline") ------------------------------------------ There isn’t a cross platform Python code editor that is: * Easy to use; * Available on all major platforms; * Well documented (even for beginners); * Simply coded; * Currently maintained; and, * Thoroughly tested. Mu addresses these needs. Mu was originally created as a contribution from the [Python Software Foundation](http://python.org/psf) for the BBC’s [micro:bit project](http://microbit.org/). Many people asked if Mu could be turned into a generic beginner’s code editor and, thanks to the wonderful support of the [Raspberry Pi Foundation](http://raspberrypi.org/) the work needed to make such changes was done over the summer of 2017. The following video of a talk given at [PyCon 2018](https://us.pycon.org/2018/) outlines the story of Mu: How?[¶](#how "Permalink to this headline") ------------------------------------------ Mu’s outlook is: * Less is more (remove all unnecessary distractions); * Keep it simple (so Mu is easy to understand); * Walk the path of least resistance (Mu should be easy to use); * Have fun (learning should be a positive experience). Mu’s own code is simple, clearly organised and well tested. It’s copiously commented and mostly found in a few obviously named Python files. This has been done on purpose: we want teachers and kids to take ownership of this project and organising the code in this way aids the first steps required to get involved. If you’re looking for ways to get involved check out some of the [Suggested First Steps](index.html#document-first-steps) for new contributors. Furthermore, we put our users at the centre of our development work. Extensive interviews with teachers, observations of lessons and exceptionally clear and helpful feedback from the education team at the Raspberry Pi Foundation (perhaps the most successful computing in education project in history) have informed the design choices for Mu. Who?[¶](#who "Permalink to this headline") ------------------------------------------ **You!** Contributions are welcome without prejudice from *anyone* irrespective of age, gender, religion, race or sexuality. If you’re thinking, “but they don’t mean me”, *then we especially mean YOU*. Good quality code and engagement with respect, humour and intelligence wins every time. Read about [Contributing to Mu](index.html#document-contributing) and perhaps try out some [Suggested First Steps](index.html#document-first-steps). We want the Mu community to be a friendly place. Therefore, we expect contributors to follow our [Code of Conduct](index.html#document-code_of_conduct). Contents:[¶](#contents "Permalink to this headline") ---------------------------------------------------- ### Contributing to Mu[¶](#contributing-to-mu "Permalink to this headline") Hey! Many thanks for wanting to improve Mu. Contributions are welcome without prejudice from *anyone* irrespective of age, gender, religion, race or sexuality. If you’re thinking, “but they don’t mean me”, *then we especially mean YOU*. Good quality code and engagement with respect, humour and intelligence wins every time. * If you’re from a background which isn’t well-represented in most geeky groups, get involved - *we want to help you make a difference*. * If you’re from a background which *is* well-represented in most geeky groups, get involved - *we want your help making a difference*. * If you’re worried about not being technical enough, get involved - *your fresh perspective will be invaluable*. * If you think you’re an imposter, get involved. * If your day job isn’t code, get involved. * This isn’t a group of experts, just people. Get involved! * We are interested in educational, social and technical problems. If you are too, get involved. * This is a new community. *No-one knows what they are doing*, so, get involved. We expect contributors to follow our [code\_of\_conduct](https://mu.readthedocs.io/en/latest/code_of_conduct.html). Check out our [developer setup](https://mu.readthedocs.io/en/latest/setup.html) documentation for instructions to configure a working development environment for Mu. Feedback may be given for contributions and, where necessary, changes will be politely requested and discussed with the originating author. Respectful yet robust argument is most welcome. Warning **Contributions are subject to the following caveats**: the contribution was created by the contributor who, by submitting the contribution, is confirming that they have the authority to submit the contribution and place it under the license as defined in the LICENSE file found within this repository (see [GNU General Public License](index.html#document-license)). If this is a significant contribution the contributor should add themselves to the AUTHORS file found in the root of Mu’s repository, otherwise they agree, for the sake of convenience, that copyright passes exclusively to Nicholas H.Tollervey on behalf of the Mu project. #### Checklist[¶](#checklist "Permalink to this headline") * If your contribution includes non-obvious technical decision making please make sure you document this in the [design decisions](https://mu.readthedocs.io/en/latest/design.html) section. * Your code should be commented in *plain English* (British spelling). * If your contribution is for a major block of work and you’ve not done so already, add yourself to the AUTHORS file following the convention found therein. * We have 100% test coverage - include tests to maintain this! * **Before submitting code ensure coding standards and test coverage by running**: ``` make check ``` * If in doubt, ask a question. The only stupid question is the one that’s never asked. * Most importantly, **Have fun!** :-) ### Code of Conduct[¶](#code-of-conduct "Permalink to this headline") We expect contributors to follow the [Python Software Foundation’s Code of Conduct](https://www.python.org/psf/codeofconduct/), reproduced below. The Python community is made up of members from around the globe with a diverse set of skills, personalities, and experiences. It is through these differences that our community experiences great successes and continued growth. When you’re working with members of the community, we encourage you to follow these guidelines which help steer our interactions and strive to keep Python a positive, successful, and growing community. A member of the Python community is: #### Open[¶](#open "Permalink to this headline") Members of the community are open to collaboration, whether it’s on PEPs, patches, problems, or otherwise. We’re receptive to constructive comment and criticism, as the experiences and skill sets of other members contribute to the whole of our efforts. We’re accepting of all who wish to take part in our activities, fostering an environment where anyone can participate and everyone can make a difference. #### Considerate[¶](#considerate "Permalink to this headline") Members of the community are considerate of their peers – other Python users. We’re thoughtful when addressing the efforts of others, keeping in mind that often times the labor was completed simply for the good of the community. We’re attentive in our communications, whether in person or online, and we’re tactful when approaching differing views. #### Respectful[¶](#respectful "Permalink to this headline") Members of the community are respectful. We’re respectful of others, their positions, their skills, their commitments, and their efforts. We’re respectful of the volunteer efforts that permeate the Python community. We’re respectful of the processes set forth in the community, and we work within them. When we disagree, we are courteous in raising our issues. Overall, we’re good to each other. We contribute to this community not because we have to, but because we want to. If we remember that, these guidelines will come naturally. ### Developer Setup[¶](#developer-setup "Permalink to this headline") The source code is hosted on GitHub. Fork the repository with the following command: ``` git clone https://github.com/mu-editor/mu.git ``` **Mu does not and never will use or support Python 2**. You should use Python 3.5 or above. #### Windows, OSX, Linux[¶](#windows-osx-linux "Permalink to this headline") Create a working development environment by installing all the dependencies into your virtualenv with: ``` pip install -e ".[dev]" ``` Note The Mu package distribution, as specified in `setup.py`, declares both runtime and extra dependencies. The above mentioned `pip install -e ".[dev]"` installs all runtime dependencies and most development ones: it should serve nearly everyone. For the sake of completeness, however, here are a few additional details. The `[dev]` extra is actually the aggregation of the following extras: * `[tests]` specifies the testing dependencies, needed by `make test`. * `[docs]` specifies the doc building dependencies, needed by `make docs`. * `[i18n]` specifies the translation dependencies, needed by `make translate\_\*`. * `[package]` specifies the packaging dependencies needed by `make win32`, `make win64`, `make macos`, or `make dist`. Additionally, the following extras are defined: * `[utils]` specifies the dependencies needed to run the utilities under the `utils` directory. It has been specifically excluded from the `[dev]` extra for two reasons: i) on the Windows platform, it requires a C compiler to be installed (as of this writing), and ii) running such utilities is seldom needed in Mu’s development process. * `[all]` includes all the dependencies in all extras. Warning Sometimes, having several different versions of PyQt installed on your machine can cause problems (see [this issue](https://github.com/mu-editor/mu/issues/297) for example). Using a virtualenv will ensure your development environment is safely isolated from such problematic version conflicts. If in doubt, throw away your virtualenv and start again with a fresh install as per the instructions above. On Windows, use the venv module from the standard library to avoid an issue with the Qt modules missing a DLL: ``` py -3 -mvenv .venv ``` Virtual environment setup can vary depending on your operating system. To learn more about virtual environments, see this [in-depth guide from Real Python](https://realpython.com/python-virtual-environments-a-primer/). #### Running Development Mu[¶](#running-development-mu "Permalink to this headline") Note From this point onwards, instructions assume that you’re using a virtual environment. To run the local development version of Mu, in the root of the repository type: ``` python run.py ``` An alternative form is to type: ``` python -m mu ``` Yet another one is typing: ``` mu-editor ``` #### Raspberry Pi[¶](#raspberry-pi "Permalink to this headline") If you are working on a Raspberry Pi there are additional steps to create a working development environment: 1. Install required dependencies from Raspbian repository: ``` sudo apt-get install python3-pyqt5 python3-pyqt5.qsci python3-pyqt5.qtserialport python3-pyqt5.qtsvg python3-dev python3-gpiozero python3-pgzero libxmlsec1-dev libxml2 libxml2-dev ``` 2. If you are running Raspbian Buster or newer you can also install this optional package: ``` sudo apt-get install python3-pyqt5.qtchart ``` 3. Create a virtualenv that uses Python 3 and allows the virtualenv access to the packages installed on your system via the `--system-site-packages` flag: ``` sudo pip3 install virtualenv virtualenv -p /usr/bin/python3 --system-site-packages ~/mu-venv ``` 4. Activate the virtual environment ``` source ~/mu-venv/bin/activate ``` 5. Clone mu: ``` (mu-venv) $ git clone https://github.com/mu-editor/mu.git ~/mu-source ``` 6. With the virtualenv enabled, pip install the Python packages for the Raspberry Pi with: ``` (mu-venv) $ cd ~/mu-source (mu-venv) $ pip install -e ".[dev]" ``` 7. Run mu: ``` python run.py ``` An alternative form is to type: ``` python -m mu ``` Or even: ``` mu-editor ``` Warning These instructions for Raspberry Pi only work with Raspbian version “Stretch”. If you use `pip` to install Mu on a Raspberry Pi, then the PyQt related packages will not be automatically installed from PyPI. This is why you need to use `apt-get` to install them instead, as described in step 1, above. #### Using `make`[¶](#using-make "Permalink to this headline") There is a Makefile that helps with most of the common workflows associated with development. Typing `make` on its own will list the options thus: ``` $ make There is no default Makefile target right now. Try: make run - run the local development version of Mu. make clean - reset the project and remove auto-generated assets. make pyflakes - run the PyFlakes code checker. make pycodestyle - run the PEP8 style checker. make test - run the test suite. make coverage - view a report on test coverage. make check - run all the checkers and tests. make dist - make a dist/wheel for the project. make publish-test - publish the project to PyPI test instance. make publish-live - publish the project to PyPI production. make docs - run sphinx to create project documentation. make translate - create a messages.pot file for translations. make translateall - as with translate but for all API strings. make win32 - create a 32bit Windows installer for Mu. make win64 - create a 64bit Windows installer for Mu. make macos - create a macOS native application for Mu. make video - create an mp4 video representing code commits. ``` Everything should be working if you can successfully run: ``` make check ``` (You’ll see the results from various code quality tools, the test suite and code coverage.) Note On Windows there is a `make.cmd` file that works in a similar way to the `make` command on Unix-like operating systems. Warning In order to use the MicroPython REPL via USB serial you may need to add yourself to the `dialout` group on Linux. #### Before Submitting[¶](#before-submitting "Permalink to this headline") Before contributing code please make sure you’ve read [Contributing to Mu](index.html#document-contributing) and follow the checklist for contributing changes. We expect everyone participating in the development of Mu to act in accordance with the PSF’s [Code of Conduct](index.html#document-code_of_conduct). ### Suggested First Steps[¶](#suggested-first-steps "Permalink to this headline") We love helpful, collaborative and friendly contributions! If you would like to ease into contributing to Mu we’d like to suggest the following things to try out, depending upon your skills and interests. If your contribution includes changes to code or documentation, you should read [Contributing to Mu](index.html#document-contributing) to learn about our expectations for submitting changes and improvements. #### Bug Reports[¶](#bug-reports "Permalink to this headline") If you think you have found a problem, then we want to hear about it! We keep track of issues via our [GitHub repository](https://github.com/mu-editor/mu/issues/). You’ll need to have an account on GitHub (joining GitHub is [very easy](https://github.com/join)) in order to submit such feedback. When you [create an issue](https://github.com/mu-editor/mu/issues/new) we expect certain pieces of information from you: * What you were doing (including all the necessary steps needed to recreate the situation you encountered). * What you expected to happen, what actually happened and why you think this difference is problematic. * Attach a copy of the logs generated by Mu (click on the cog icon in the bottom-right corner of Mu to display these logs, click on the logs and use CTRL-A to select all, then CTRL-C to copy and CTRL-V to paste the contents into the issue). Please try to be precise and provide as much information as possible. For what are obvious reaons, I hope you can see why we’re unable to respond to issues that say some variation of, “when I click this button, it breaks”. ;-) #### Coding[¶](#coding "Permalink to this headline") The first thing to do is follow the instructions for [Developer Setup](index.html#document-setup). You should read the explanation of [Mu’s Architecture](index.html#document-architecture) to learn how Mu fits together. As of time of writing, Mu is a very small project with only around 4000 lines of Python code. However, it’s important to know where to find different aspects of Mu’s functionality and understand why Mu was put together in the way that it has been. Assuming you’ve read and understood the architecture documentation an obvious and simple way to get started is to change the code in `logic.py` to suggest an alternative (better) message of the day. When Mu starts up, so the user sees that the status bar may contain textual messages from the application, a “message of the day” is displayed. These messages are defined near the top of `logic.py`. If you’d rather try something more substantial, why not explore the [list of currently open issues](https://github.com/mu-editor/mu/issues/), fix one of them and create a pull request for your solution? #### Translations[¶](#translations "Permalink to this headline") Mu uses Python’s standard libraries and tools to translate the application into other languages. If you are fluent in a language that is currently not covered by Mu, then we would love you to help by providing us with a translation. Full details of this process can be found in our guide on the [Internationalisation of Mu](index.html#document-translations). #### Documentation[¶](#documentation "Permalink to this headline") The documentation associated with Mu is not limited to addressing technical aspects of the editor (like the documentation you’re reading right now). Our documentation encompasses tutorials, how-to guides, learning resources and other non-technical information for our users. Such non-technical documentation is a part of [Mu’s website](https://codewith.mu/). If you are a teacher, learner or other interested party who wishes to contribute a tutorial, how-to or learning resource you should learn how to make such changes by reading the guide to [Developing Mu’s Website](index.html#document-website). #### User Experience Research[¶](#user-experience-research "Permalink to this headline") Our users are at the centre of everything we do. We have two sorts of user in mind: * Beginner programmers with little or no experience using a development environment. * Those who support beginner programmers: teachers, club leaders, parents and other mentors. When it comes to teaching and learning sometimes you just have to do what the experienced person says: for example, the professional musician explaining to the beginner how to hold an instrument “correctly”. There is some notion of correctness that the experienced person understands is the best way to do something. This also applies to learning to write code: we need to find ways to introduce the practice and conventions of programming in an effective manner. As Alan Kay said of Papert: > > “He realized, ‘Oh, we could take the real content out here as a > version in the child’s world that is still the real thing.’ It’s not a fake > version of math. It’s kind of like little league, or even T-ball. In sports > they do this all the time. In music, they do it all the time. The idea is, > you never let the child do something that isn’t the real thing – but you > have to work your ass off to figure out what the real thing is in the > context of the way their minds are working at that developmental level.” > – [Alan Kay](https://www.fastcompany.com/40435064/what-alan-kay-thinks-about-the-iphone-and-technology-now) > > > How do we know what “the real thing” is in the context of a code editor for a beginner programmer? That’s where [User Experience](index.html#document-user-experience) comes in and we would love contributions from professional developers, beginner programmers and teachers to make sure Mu is an effective educational tool. ### User Experience[¶](#user-experience "Permalink to this headline") We care deeply about all our users - we want using Mu to be a positive experience. In particular we focus on our primary users: * Beginner programmers, * Those who support beginner programmers. They are at the centre of all Mu related development. In order to understand how Mu can best support our users we need to learn about their needs, world view and how this reflects upon and influences their experience of using Mu (hence the name of this section). This includes taking into account cultural differences, special educational needs, level of education and other aspects of a person’s life that may impact on their accessibility to technology. These are not problems to be “solved”. Rather, this illustrates that Mu is an application to be evolved in a way to inclusively address the needs of users. As a result, it is important to keep Mu simple so that it is easy to make the inevitable changes needed. It’s also important to point out that we will make mistakes and may need to revise how Mu works. Therefore Mu should be simple enough that it is easy to fix. It’s important to differentiate between design and usability. Plenty of software looks beautiful but is difficult to use. With Mu, we aim to put usability and a great experience before looks. This beautiful yet inconvenient wine glass from [the uncomfortable](https://www.theuncomfortable.com/) illustrates what I mean (used with permission, see [Copyright Information](index.html#document-copyright)). ![_images/beautifully_useless.jpg](_images/beautifully_useless.jpg) #### What is UX?[¶](#what-is-ux "Permalink to this headline") I have some wonderful friends in the tech world and one in particular, [Ann Carrier](https://twitter.com/pixeldiva), was kind enough to explain her work in “user experience” which I’ll reproduce below. It beautifully captures how I’d like user experience to relate to Mu. I sent her a series of questions to help me understand what I needed to do to bring about great UX in Mu and Ann gave some great answers. What is UX and why is it important / useful? > > UX is short for User Experience. User Experience means the overall > experience of a person using a product such as a website or computer > application, especially in terms of how easy or pleasing it is to use. > > > It’s a really important part of the process of creating a product for > people to use. It focuses on finding out about the needs of the people who > will be using the product or service. This can also include how they > behave, or what they do right now to achieve whatever it is they need to > do. Once you understand this, you can then go about the process of > designing something to meet those needs. You can even include users in the > process through interviews, usability assessments or other workshops. There > is absolutely nothing better than seeing people use a thing you’ve designed > to help you figure out all the things you haven’t quite got right! > > > Can you describe the processes and techniques you use as part of your job? > > I start with research. That takes many forms. Whether it’s desk research > into the latest apps or design patterns, or into the other products in the > area we want to build a product in, or speaking to the people who are going > to be using the product, this stage is vital. > > > Once we have a better idea of the problem we’re trying to solve, and the > context which surrounds that problem, we can begin to try and solve it. > There are many ways to do this, but I always find it helpful to draw things > out. This is especially helpful when you’re working in a team. Having a > diagram (even if it’s just boxes, lines and dodgy handwriting) that > everyone can see and suggest changes to helps you know that everyone has a > shared understanding. > > > Once we have a shared understanding of the problem, and if there is one, > the current workflows or processes we can then begin to look ahead to how > this thing could work, in a magical perfect world that in reality, rarely > exists. When we have this, we can then look at what steps we are going to > take to get there. This allows us to have a firm “North Star” in mind, and > with every step, re-assess not only whether that’s the same direction we > want to keep going in, but whether or not any solutions will take us closer > towards, or further away from it. At this stage, we can and should also > write down the success criteria - in other words, how will we know this is > working? > > > Next up is sketching out ideas for how the interface will look. Coming up > with lots of ideas at this point is really useful. The first idea you have > is rarely the best, so it’s good to try and get a lot of ideas on to paper > so that you can figure out the best ones. One technique you can use is to > try to come up with 6 different solutions to a problem. And if you’re > struggling to come up with all 6, then try things like solving the problem > the opposite way to the last idea, or something completely wacky. It’s > amazing how useful this can be. Sometimes, the right idea is just a tiny > bit to the side of the absolutely wrong way of doing a thing. > > > Sketching doesn’t need to be just done by designers, and you certainly > don’t need to be an artist. As long as you can draw boxes and arrows, and > your handwriting is neat enough that you can read it afterwards, you’re > good. The point of a sketch is to communicate an idea. If everyone you’re > working with can understand what you’re trying to describe with the sketch, > then that’s all it needs to do. > > > Once you’ve got more of an idea of what the solution will be, and talked > that over with anyone who needs to be involved (Product Managers, > Engineers, Testers, Users) then you can move on to more high fidelity > designs. These are called mockups and they show what the user interface > could look like, once it’s been built. Even at this stage, changes - known > as iterations - can and will still happen, because at every point you’re > finding out more and more and refining your idea, until you get to the > point where it’s built and in the hands of your users. > > > How does your UX work fit in with the wider software development project? > > In a good team, UX people are involved the whole way through, from the > first ideas, through research, exploration of solutions right to the end > when the product is out in the world. That said, user experience isn’t just > the responsibility of people with UX in their job titles. Everyone has a > part to play in delivering a good user experience to the people using the > product. > > > What advice would you give to people doing UX for the first time? > > If a good carpenter’s rule is “measure twice, cut once” a good rule for UX > people is “listen more than you talk”. Do your research. Find out about the > people who will be using the product. What they need. What they want. What > problems they’ve currently got. How they work. Then keep talking to them as > you design and build. > > > Is there anything else we should know about UX that’s not been covered by your answers to the above? > > There’s a great Shaker proverb which says: > > > > > > > “Don’t make something unless it is both made necessary and useful; > > but if it is both necessary and useful, don’t hesitate to make it > > beautiful.” > > > > > > > > > This gives you a great set of questions to ask of yourself whenever you’re > approaching a project. > > > Necessary: > > > 1. what problem are we trying to solve? > 2. is the proposed solution needed (can it be solved a different way?) > 3. will it solve the problem? > > > Useful (and usable): > > > 4. does the solution solve the problem for the people who need it? > 5. does it work well? > > > Beautiful: > > > 6. does it look good? (beautiful things make people happy!) > > > #### UX and Mu[¶](#ux-and-mu "Permalink to this headline") The “story so far” of Mu and UX starts with Carrie Anne Philbin’s (director of education at the Raspberry Pi Foundation) [keynote address to EuroPython 2015](https://www.youtube.com/watch?v=_gU7sfTrz4c). This formed the basis for usability decisions when Mu was first created. While running workshops to test a browser based editor for the BBC’s micro:bit, we’d heard from teachers that while the browser was very convenient in terms of setting things up, it was a pain to have to continually download scripts and then copy them onto the device and they also wanted easy access to MicroPython’s REPL. I wondered “how hard can it be?” and set out to create an editor based on Carrie Anne’s comments about the needs of teachers and learners when it came to code editing. Halfway into the keynote Carrie Anne talks about a development environments for beginner programmers in Python: She starts by explaining the problems with online editors. Often they require users to sign up, thus excluding a large number of children who, for legal (child protection) reasons, are not allowed to sign up because they have not reached the minimum age (usually around 14 years old) for them to be allowed to create their own accounts. Online editors introduce bureaucratic problems too: often schools use a “whitelist” system with their firewalls - they block everything except those sites on the whitelist. Getting a site onto the school’s whitelist is often an onerously bureaucratic and slow task. Furthermore, assuming the website is available, many online editors expect their users to have access to modern hardware and browsers. This is often not the case and intractable technical problems result. Finally, a significant minority of children still don’t have access to the internet, even in relatively advanced countries like the UK. For these reasons, a native developmnet environment is preferred. Carrie Anne then explores two offerings for students to use as native code editors. PyCharm has an educational edition that is both free and open. However, Carrie Anne claims it’s not very obvious for either beginner developers or teachers how best to use the application. She mentions there are too many opportunities for users to fail because of the plethora of buttons and menus. As a teacher, she wants something simple and obvious. Next, she turns her attention to Idle - the editor that comes bundled with Python. It’s good that Idle is free, has some syntax highlighting, auto-indents Python code, is cross platform, leightweight and simple. However, there are no line numbers, error reporting is incomrehensible to beginners and, most importantly, there are two separate windows that often get lost or confused with each other (one for code, the other for a sort of REPL). She suggests we turn out attention to a project called [SonicPi](http://sonic-pi.net/), a sort of programmable music tool for the Raspberry Pi, as an example of the sorts of features teachers and learners desire in a coding environment. She enumerates features that may not immediately seem important for beginner programmers and teachers. * All the panels are in the same window and it’s obvious what each one does. * There’s built-in help. * There are a limited number of obviously named buttons that encompass the core tasks required of the user. * Zooming in and out is a killer feature for teachers. * Simple things like line numbers and help for aligning code make a huge difference. Finally, she challenges the audience by asking, “Why can’t we have something like that for Python?” Being of a teacher-ish disposition she sets the assembled conference homework to be due in 2016. When I started work on Mu I watched the video mentioned above and sketched a rough outline of how Mu might work in terms of usability, reproduced below. ![_images/mu_sketch.jpg](_images/mu_sketch.jpg) Notice that while the details are obviously different, the core interface looks like Mu (if you’re wondering what “micro:ed” refers to - it was Mu’s original name until the BBC got shirty about it and I changed it to Mu). I simply took Carrie Anne’s suggestions and made the simplest thing possible. Since then I’ve interviewed many teachers, observed lots of lessons and workshops and gathered feedback from users online. Changes to the usability of Mu generally follow a pattern: * We find evidence of several people wanting a change to make their lives easier (we tend to ignore single case exacmples of desired changes). * We use our issue tracking system built into GitHub as a way to come up with a tangible plan. * We create the simplest possible solution and ask for feedback. * Iterate! #### Resources for UX[¶](#resources-for-ux "Permalink to this headline") In addition to providing answers about UX, Ann very kindly pointed me to various resources on the web that helped me to understand the challenges and work needed to do actionable UX research. Andrew Travers has [blogged about](https://web.archive.org/web/20210516205833/https://trvrs.co/book/) a free pocket guide he has written on [interviewing for research](https://s3-eu-west-1.amazonaws.com/interviewing-for-research/InterviewingForResearch.pdf). I found this invaluable reading and helped me to prepare for the observations and interviews I conducted as part of the process of developing Mu. This is where I would start if I were new to UX research and wanted to get a quick overview of things to do. The Government Digital Service of the UK Government has an international reputation for software development greatness. The foundation of this reputation are the documents it releases, for free, that outline the “best practices” and expectations about process that GDS have about various aspects of the software development process. Their [service manual on user research](https://www.gov.uk/service-manual/user-research) is a comprehensive outline of the various tasks, processes and outcomes needed to do effective UX research. I particularly found the section on [analysis of UX research](https://www.gov.uk/service-manual/user-research/analyse-a-research-session) helpful. Finally, it’s good to read the suggestions, heuristics and best practice for working with users who have additional requirements when using software. Again, the UK government’s GDS has a number of resources, although I found this blog post on the [Dos and don’ts on designing for accessibility](https://accessibility.blog.gov.uk/2016/09/02/dos-and-donts-on-designing-for-accessibility/) (and the associated posters) to be a rich seam of useful advice. All their resources in this context can be found on their page about [accessibility and assisted digital](https://www.gov.uk/service-manual/helping-people-to-use-your-service). Mu has a long way to go on its path to being an inclusive and accessible code editor, but what is certain is that UX is a core driver of this journey. ### Mu’s Architecture[¶](#mu-s-architecture "Permalink to this headline") This section provides a high level overview of how the various parts of Mu fit together. #### Key Concepts[¶](#key-concepts "Permalink to this headline") The key concepts you should know are: * Mu uses the [PyQT5 framework](https://riverbankcomputing.com/software/pyqt/intro) (that makes the [Qt](https://www.qt.io/) GUI toolkit available to Python) for making its user interface. * Mu is a modal editor: the behaviour of Mu changes, depending on mode. * There are a number of core features and behaviours that are always available and never vary, no matter the mode. * The text area into which users type code is based on a [Scintilla](http://www.scintilla.org/) based widget. * Mu is easy to internationalise using Python’s standard `gettext` based modules and tools. * Mu’s code base is small, well documented and has 100% unit test coverage. #### Code Structure[¶](#code-structure "Permalink to this headline") The code is found in the `mu` directory and organised in the following way: * The application is created and configured in `app.py`. * Most of the fundamental logic for Mu is in `logic.py`. * Un-packaged third party code used by Mu is found in `contrib`. * The Python3 debugger consists of a debug client and debug runner found in the `debugger` namespace. A description of how the debugger works can be found in [Python Runner/Debugger](index.html#document-debugger). * Interacting with the UI layer is done via the `Window` class in the `interface.main` module. Mu specific UI code used by the `Window` class found in the other modules in the namespace. * Internationalization (I18n) related assets are found under `locale`. Learn how this works via [Internationalisation of Mu](index.html#document-translations). * Modes are found under the `modes` namespace. They all inherit from a `BaseMode` class and there’s a tutorial for [Modes in Mu](index.html#document-modes). * Graphical assets, fonts and CSS descriptions for the themes are all found under `resources`. All classes, methods and functions have documentation *written for humans*. These are extracted into the [Mu API Reference](index.html#document-api). [Mu’s Test Suite](index.html#document-tests) is in the `test` directory and filenames for tests relate directly to the file they test in the Mu code base. The module / directory structure mirrors the organisation of the Mu code base. We use PyTest’s assert based unit testing. All tests have a comment describing their intent. The documentation you’re reading right now (i.e. that written for developers) is found in the `docs` directory. We use [Sphinx](http://www.sphinx-doc.org/en/stable/) to write our docs and host them on [ReadTheDocs](https://mu.readthedocs.io/en/latest/). Other documentation (tutorials, user help and so on) is on [Developing Mu’s Website](index.html#document-website). The `utils` directory contains various scripts used to scrape and / or build the API documentation used by Mu’s autocomplete and call tip functionality. The other assets in the root directory of the project are mainly for documentation (such as our Code of Conduct), configuration (for testing) or packaging for various platforms (see [Packaging Mu](index.html#document-packaging)). If you want to make changes please read [Contributing to Mu](index.html#document-contributing). ### Modes in Mu[¶](#modes-in-mu "Permalink to this headline") Mu is a modal editor: it behaves differently depending on the currently selected mode. The name of the current mode is always displayed in the bottom right hand corner of Mu’s window. Clicking on the mode button opens up a dialog box to allow users to select a new mode. #### What Are Modes?[¶](#what-are-modes "Permalink to this headline") Modes are a way to customise how Mu should behave. This simplifies Mu: rather than trying to provide every possible feature at once (and thus become a nightmare of complexity for the user), modes bring related features together in a simple and easy to use manner. Modes are able to add buttons to the user interface, handle certain events (such as when one of the mode’s buttons is clicked) and provide contextual information for Mu (such as where files should be saved or what API metadata is available). It’s also possible for one mode to transition to another and some modes are only available as transitional modes (i.e. they may not be selected by the user). A good example of such a “transitional” mode is the Python 3 debugger, which can only be accessed from the standard Python 3 mode. Mu contains the following modes, although it is very easy to add more (the images below are used with permission, see [Copyright Information](index.html#document-copyright)). ##### Adafruit Mode[¶](#adafruit-mode "Permalink to this headline") ![_images/circuit_playground.jpg](_images/circuit_playground.jpg) [Adafruit](http://adafruit.com/) make extraordinarily awesome boards for embedded development. Many of these boards run Adafruit’s own flavour of [MicroPython](http://micropython.org/) called [CircuitPython](https://www.adafruit.com/circuitpython). The Adafruit mode inherits from a base MicroPython mode that provides USB/serial connectivity to the board. Because source code is stored directly on the Adafruit boards, this mode ensures that filesystem based operations actually happen on the connected device. If no such device is found, the mode will warn you. ##### BBC micro:bit Mode[¶](#bbc-micro-bit-mode "Permalink to this headline") ![_images/microbit.png](_images/microbit.png) The [BBC micro:bit](http://microbit.org/) is a small computing device for young coders that is capable of running MicroPython. Mu was originally created as volunteer led effort as part of the Python Software Foundation’s contribution to the project. Just like the Adafruit mode, micro:bit mode inherits from a base MicroPython mode so there’s a REPL based interface to the device. It also provides functionality to “flash” (i.e. copy) your code onto the device and a simple user interface to the simple file system on the device. ##### Pygame Zero / PyGame Mode[¶](#pygame-zero-pygame-mode "Permalink to this headline") ![_images/pygame.png](_images/pygame.png) [PyGame](http://pygame.org/) (or, more correctly: “pygame”) is a cross platform set of Python libraries for writing games. [Pygame Zero](https://pygame-zero.readthedocs.io/en/stable/) is a wrapper for pygame that makes it easy for beginners to make games. If both pygame and Pygame Zero are installed (as they are if you used the official Windows installer), Mu’s Pygame Zero mode makes it easy for beginner programmers to create games. This mode provides a “Play” button that uses Pygame Zero’s game-runner to launch the user’s games. Two further buttons open the operating system’s file system explorer for the directories containing images and sounds used in the user’s games. This makes it easy for the user to copy and paste new game assets into the right place. The standard Python3 mode (see below) is probably a better environment for more advanced pygame-only development. Mu ensures that all the game assets required by the [Pygame Zero introductory tutorial](https://pygame-zero.readthedocs.io/en/stable/introduction.html) are available by default. ##### Standard Python3 Mode[¶](#standard-python3-mode "Permalink to this headline") ![_images/python.png](_images/python.png) This mode is for creating simple Python 3 programs. As with the other modes, there is a REPL for live programming, but in this case it is an iPython based REPL that uses [project Jupyter](http://jupyter.org/). As with other Jupyter notebooks, it’s possible to embed graphics and charts into the REPL so it becomes a interesting to read and work with. There are two ways to run your script in this mode: 1. Click the “Run” button: will launch the script using Python’s interactive mode (so you’ll be dropped into a basic interactive Python shell upon the script’s completion). 2. Click the “Debug” button: Python mode transitions to the debug mode - a graphical way to inspect and watch your code execute. Because of the overhead needed to start the graphical debugger it takes longer to start running your script. This is especially noticable on the Raspberry Pi. Python 2 isn’t supported by Mu and never will be. ##### Debug Mode[¶](#debug-mode "Permalink to this headline") It’s only possible to enter debug mode from standard Python mode. It’s purpose is to manage the execution and inspection of your code. Clicking the margin of the editor toggles “break points” that tell the debugger where to pause. Once paused it’s possible to inspect the state of various objects at that moment in the code’s execution and step over, into and out of lines of code. You’re able to watch Python execute your code, allowing you to discover where there may be bugs. Once the code has finished the debug mode transitions back to standard Python mode. #### Create a New Mode[¶](#create-a-new-mode "Permalink to this headline") It’s very easy to create new mode for Mu. The following tutorial explains how we created the Pygame Zero mode. ##### Create a Class[¶](#create-a-class "Permalink to this headline") The most important aspects of a mode are encapsulated in a class that represents the mode. These classes live in the `mu.modes` namespace and **must** inherit from the `mu.modes.base.BaseMode` class. If your new mode is for a MicroPython based device, you should inherit from the `mu.modes.base.MicroPythonMode` class, since this includes various helpful utilities for such things as finding a connected device and running a REPL over a USB-serial connection. The naming convention is to create a new module in which is found the class representing the mode. For example, for Pygame Zero, the new module is `mu.modes.pygamezero` in which is found the `PyGameZeroMode` class that inherits form `BaseMode`. ##### Integrate the Mode[¶](#integrate-the-mode "Permalink to this headline") Mu needs to know that the new mode is available to use. This is fulfilled by a couple of relatively simple steps: * Add the mode’s class to the `\_\_all\_\_` list in the `\_\_init\_\_.py` file for the `mu.modes` namespace. * In `mu.app.py` import the new mode from `mu.modes` and add an instance of the mode’s class to the dictionary returned by the `setup\_modes` function. (All modes are instantiated with the available `editor` and `view` objects that represnt the editor’s logic and UI layer respectively.) ##### Update the Class’s Behaviour[¶](#update-the-class-s-behaviour "Permalink to this headline") The core elements of your new mode’s class that need updating include some attributes and three methods. The attributes that must be changed are: * `name` – the full name of the mode, for example, “PyGame Zero”. * `description` – a short description of the mode to be displayed in the mode picker. For example, “Make games with Pygame Zero”. * `icon` – an icon used to represent the mode in the mode picker. This must be a `.png` image file found in the `mu/resources/images` directory. Additional attritbutes with safe default values set in the `BaseMode` class which may be of value for you to change are: * `save\_timeout` – the number of seconds to wait before auto-saving work. If this value is 0 (zero) Mu will not auto-save changed files when in this mode. * `builtins` – a list of strings defining symbols that Mu’s code checker must assume are builtins (above and beyond Python’s standard builtins). Note When creating strings that will be seen by users please remember to use the conventions for internationalization (i18n). Put simply, enclose your strings in a call to `\_` like this: ``` \_('This string will be translated automatically') ``` Please see [Internationalisation of Mu](index.html#document-translations) for more details. You should pay attention to three methods of your class: `actions`, `api` and `workspace\_dir`. You must override `actions` and `api` (see below) and *may* want to override `workspace\_dir`. The purpose of the `workspace\_dir` method is to return a string representation of the path to the directory containing the code created with this mode. The default implementation in `BaseMode` is generally safe to use although some CircuitPython based boards may want to use this method to point to a connected device (if attached) or a safe default on the user’s filesystem (if no device is attached). See how it’s done in the `AdafruitMode` class. If in doubt, just use the method inherited from `BaseMode`. However, you **must** override the `actions` method. It must return a list of dictionaries that describe the buttons to be added to Mu’s user interface. Each dictionary must contain the following key/value pairs: * `name` – the name of the button which doubles as the name of the icon found in `mu/resources/images` used as the visual representation of the button. To create a new button start with the blank `button.png` image and use either an icon from the [FontAwesome](https://fontawesome.bootstrapcheatsheets.com/) set of icons, or some other graphical device that looks visually similar. Make sure that the colour of the image is correct blue of (hex value) #336699. Please remember to centre it within the button and make sure it has the same sort of scale as the existing buttons. * `display\_name` – the string displayed immediately underneath the button in Mu’s user interface. * `description` – the string displayed as a tool-top when the mouse pointer hovers over the button, but the button remains unclicked. * `handler` – a reference to a method you have created in your mode’s class that is called, with an event object, when the button is clicked. * `shortcut` – a string representation of the keyboard shortcut for the button. Valid examples include, `'F5'` (for function key 5) or, `'Ctrl+Shift+I'` (for control-shift-I). By way of illustration, here’s the list of dictionaries returned in the Pygame Zero mode: ``` [ { 'name': 'play', 'display\_name': \_('Play'), 'description': \_('Play your PyGame Zero game.'), 'handler': self.play\_toggle, 'shortcut': 'F5', }, { 'name': 'images', 'display\_name': \_('Images'), 'description': \_('Show the images used by PyGame Zero.'), 'handler': self.show\_images, 'shortcut': 'Ctrl+Shift+I', }, { 'name': 'sounds', 'display\_name': \_('Sounds'), 'description': \_('Show the sounds used by PyGame Zero.'), 'handler': self.show\_sounds, 'shortcut': 'Ctrl+Shift+S', }, ] ``` Notice how the handlers are references to methods of the `PyGameZeroMode` class, the details of which are left to the creator of the mode. Mu simply calls the handler and expects the author of the mode to know what they’re doing. Interactions with the Mu editor are via two objects referenced within the class: * `self.editor` – represents an object containing the core logic of the editor (an instance of `mu.logic.Editor`). * `self.view` – references the main GUI object through which all display and user interface related operations should pass (an instance of `mu.interface.main.Window`). Please see the [Mu API Reference](index.html#document-api) for specific details of what these two objects offer. Finally, you **must** also override the `api` method, whose role is to provide a list of strings that conform to Scintilla’s protocol for defining and documenting API’s to be used with autocomplete and call-tips. The protocol is: ``` 'foo.bar(arg1, args2="baz") \nMulti line\n\nEnglish description.` ``` Happily, various scripts in the `utils` directory can be used, cloned and modified to autogenerate this documentation from source code. The reason the extraction of such API related information is automated is so it makes it very quick and easy to revise such data as APIs change in the future. Take a look at the `pgzero\_api.py` file and you’ll find a simple recipe for extracting such information from Python modules. Three modules for Python’s standard library (`json`, `inspect` and `importlib`) are used to import the modules we’re interested in, inspect the signatures of the callable objects found therein and emit a JSON based output (called `pgzero\_api.json`). The resulting JSON is a list of JSON objects containing three attributes: * `name` – the module name + object name. * `args` – a list of the arguments taken by the callable Python object being described. * `description` – the docstring associated with the Python object. Here’s an example of such an object from the emitted `pgzero\_api.json` file: ``` { "description": "Interface to the screen.", "name": "screen.Screen", "args": [ "surface" ] } ``` Given such JSON serialised data, the `mkapi.py` command will take such a file as input and emit to stdout a list of strings for the API that conform to Scintilla’s protocol to be used by autocomplete and call-tips. In the case of the Pygame Zero mode, the output from the `mkapi.py` command ended up in `mu.modes.api.PYGAMEZERO\_APIS`. The list itself is in the `pygamezero.py` file in the `mu/modes/api` directory, and the `\_\_init\_\_.py` found therein exposes it via the `\_\_all\_\_` list. Back in the `PyGameZeroMode` class the `api` method simply returns a concatenated list of the APIs that a user of the mode may use: ``` from mu.modes.api import (PYTHON3_APIS, SHARED_APIS, PI_APIS, PYGAMEZERO_APIS) ... later in the PyGameZeroMode class ... def api(self): return SHARED_APIS + PYTHON3_APIS + PI_APIS + PYGAMEZERO_APIS ``` With these relatively simple steps, it’s possible to create quite powerful modes. Most importantly, taking a look at the existing modes in the `mu.modes` namespace will reveal how to do most of the things you’ll need. However, there is one final aspect of creating a mode that we need to address. ##### Unit Test the Mode[¶](#unit-test-the-mode "Permalink to this headline") **We will not accept any new modes without 100% unit test coverage.** Please read the guide about [Mu’s Test Suite](index.html#document-tests) for how Mu is tested and the various expectations we have when it comes to writing tests. If you are unsure about the best way to go about testing your mode please feel free to ask for help. We would much rather get a pull request for a “spike” (draft) version of a new mode and work with the original author on testing the code, than have no pull request at all. If in doubt, ask. We’re a friendly bunch and [Contributing to Mu](index.html#document-contributing) is easy. ### Internationalisation of Mu[¶](#internationalisation-of-mu "Permalink to this headline") A really useful and relatively simple way to contribute to Mu is to translate the user interface into a different language. The steps to do this are very simple and there exist plenty of tools to help you. You can contribute in three ways: * Improve or extend an existing translation. * Create a completely new translation for a new language. * Make a translation of [Mu’s website](https://codewith.mu/) (see the [Developing Mu’s Website](index.html#document-website) guide for how to do this). In both cases you’ll be using assets found in the `mu/locale` directory. Mu uses Python’s standard [gettext](https://docs.python.org/3.6/library/i18n.html) based internationalization API so we can make use of standard tools to help translators, such as [babel](https://babel.pocoo.org/en/latest/) or [Poedit](https://poedit.net/). Non-technical users If you are not a technical user and you are not familiar with the tools and jargon we use in this guide, please reach out to us by [creating a new issue in GitHub](https://github.com/mu-editor/mu/issues/new). We will help you set up a user-friendly tool that you can use to contribute new or improved translations, and integrate them into the next Mu release. We welcome translations from all users! #### How To[¶](#how-to "Permalink to this headline") Updating or creating a new translation for Mu’s user interface requires [setting up a development environment](index.html#document-setup) beforehand and, from there, is a four-step process: ##### 1. Produce an up to date `mu.po` file[¶](#produce-an-up-to-date-mu-po-file "Permalink to this headline") Open a CLI shell, change the working directory to Mu’s repository root, and run: ``` $ make translate_begin LANG=xx_XX ``` Where `xx\_XX` is the identifier for the target language. This creates (or updates, if it already exists) the `mu.po` file under the `mu/locale/xx\_XX/LC\_MESSAGES/` directory – this is where the original British English messages are associated with their localized translations. ##### 2. Translate Mu user interface strings[¶](#translate-mu-user-interface-strings "Permalink to this headline") Use a tool of your choice to edit the `mu.po` file: * Those looking for a GUI based tool can try out [Poedit](https://poedit.net). * Others might prefer a plain text editor, which will be sufficient. ##### 3. Check the translation result[¶](#check-the-translation-result "Permalink to this headline") As you progress, check the translation results by launching Mu with: ``` $ make translate_test LANG=xx_XX ``` As before, `xx\_XX` is the identifier for the target language. When done checking, quit Mu, and go back to step 2. as many times as needed. ##### 4. Submit your translation work[¶](#submit-your-translation-work "Permalink to this headline") This process produced two new or updated files, both under the `mu/locale/xx\_XX/LC\_MESSAGES/` directory: * `mu.po` containing the text based source of the translation strings. * `mu.mo` containing a compiled version of the above, used by Mu at runtime. Commit your changes and create a pull request via GitHub. Thanks! ### Python Runner/Debugger[¶](#python-runner-debugger "Permalink to this headline") An obvious requirement for a Python editor is to run your Python code. For standard Python, Mu does this in two ways: * With the Python runner (press the “Run” button). * With the graphical debugger (click the “Debug” button). Note For MicroPython based modes, the code is run on the attached embedded device and not directly by Mu. For example, saving your code on an Adafruit board restarts the device and Circuit Python evaluates your code. Both the Python runner and grapical debugger were created with the financial support of the Raspberry Pi Foundation. If you are creating a new standard Python mode for Mu, you should *at least* make available the Python runner (please see [Modes in Mu](index.html#document-modes) for more information about how to do this). Both methods of running Python code essentially work in the same way: they fire up a new child process and connect its stdin, stdout, stderr to the `PythonProcessPane` found in the `mu.interface.panes` namespace so you’re able to interact with it in a terminal like environment. However, the Python runner starts immediately whereas the debugger has to set up a bunch of debug-related scaffolding, which makes it start slower. This is especially noticeable on the less powerful Raspberry Pi machine. Basically, if you just want to run your script, use the Python runner. #### Python Runner[¶](#python-runner "Permalink to this headline") The essentials of the Python runner are in the afore mentioned `PythonProcessPane` class. The `start\_process` method is used to create the new child process. The resulting process becomes a `process` attribute on the instance of the `PythonProcessPane`. You have some control over how the child process behaves. * You should supply the `script\_name` to run. * You must also provide a `working\_directory` within which the script will run (this is usually the user’s `mu\_code` directory). * The `interactive` flag (which defaults to `True`) will mean the user will drop into a simple Python REPL when the script completes. The default is at the request of the Raspberry Pi Foundation who explain that it is often handy for beginner developers to run their script and then explore the resulting context interactively. * If the `debugger` flag is set to `True` (the default is `False`) then the debug runner (see below) is started in a child process for the referenced script. This overrides the `interactive` flag to being `False`. * Any `command\_args` for the referenced script should be a list of strings. The default is no `command\_args` (i.e. None). Handlers are configured to handle various events, such as when the process finishes or when a user type a character. The `PythonProcessPane` includes basic command history and input editing features. It’ll also respond to CTRL-C and CTRL-D. Copy and paste can be accessed via a context menu. #### Graphical Debugger[¶](#graphical-debugger "Permalink to this headline") The graphical debugger exists to give beginner programmers an easy way to observe their code while it is running and allows you to use breakpoints, step over and into code as well as use a simple object inspector to view the status of objects in scope. ![_images/mu-debugger.png](_images/mu-debugger.png) When a user clicks the “Debug” button Mu transitions to “debug” mode which exposes the functionality of the debugger client which, in turn, communicates with the debug runner process which is actually driving the user’s script. The debugger is designed to be as simple as possible in order to introduce beginner programmers to the basic concepts of a debugger in the easiest way. It does **NOT** strive to be extensive or particularly powerful. Rather, its aim is to encourage beginner programmers to explore their code while it is running. In this sense if conforms to the Mu outlook of providing the first steps for a beginner programmer with a view to them quickly graduating to a “proper” development environment once they’ve found their feet. Most of the debugger’s functionality can be found in the `mu.debugger` namespace. Coordination is done in the `mu.modes.debugger.DebugMode` class. ##### Debug Client[¶](#debug-client "Permalink to this headline") The debug client exists within the Mu process. It spins up an instance of the `mu.debugger.client.CommandBufferHandler` class in a separate thread to handle inter-process communication in a non-blocking manner, so the UI thread is never blocked. The `mu.debugger.client.Debugger` class is used to react to incoming events from, and as an API for Mu to issue commands to the debug runner. It uses a reference to a `view` object to update the user inteface as events are detected. ##### Debug Runner[¶](#debug-runner "Permalink to this headline") The debug runner exists on a new child process and makes use of Python’s [bdb debugger framework](https://docs.python.org/3/library/bdb.html). It spins up a new thread to run the `command\_buffer` function that listens for incoming commands. The most interesting aspects of the runner are found in the `mu.debugger.runner.Debugger` class which inherits from the `bdb.Bdb` class found in Python’s standard library. It responds to commands from the client and sends messages when various events occur during the debugging process. These messages are picked up by the debug client and reflected in Mu’s UI. The `mu.debugger.runner.run` function is the entry point for the debug runner and, as specified in Mu’s `setup.py`, is accessed via the `mu-debug` command. This command expects at least one argument: the name of the script to be debugged. Any further arguments are passed on to the script to be debugged. ### Mu’s Test Suite[¶](#mu-s-test-suite "Permalink to this headline") We have tests so we can make changes with confidence. We use several different sorts of test: * [PyFlakes](https://github.com/PyCQA/pyflakes) for checking for errors in our code. * [pycodestyle](http://pycodestyle.pycqa.org/en/latest/intro.html) for making sure our coding style conforms with most of the conventions of [PEP8](https://www.python.org/dev/peps/pep-0008/). * [PyTest](https://pytest.readthedocs.io/en/latest/) as a framework for writing our unit tests. * [Coverage](https://coverage.readthedocs.io/) for checking the coverage of our unit tests. Warning We currently have 100% test coverage. It means **every line of code in Mu has been exercised by at least one unit test**. We would like to keep it this way! We can’t claim that Mu is bug-free, but we can claim that we’ve expressed an opinion about how every line of code should behave. Furthermore, our opinion of how such code behaves may **NOT** be accurate or even desirable. ;-) In addition, we regularly make use of the excellent [LGTM](https://lgtm.com/projects/g/mu-editor/mu/) online code quality service written, in part, by friend-of-Mu, [Dr.Mark Shannon](https://sites.google.com/site/makingcpythonfast/). #### Running the Tests[¶](#running-the-tests "Permalink to this headline") Running the tests couldn’t be simpler: just use the `make` command: ``` $ make check ``` This will run **ALL** the tests of each type. To run specific types of test please try: `make pyflakes`, `make pycodestyle`, `make test` or `make coverage`. Warning The test suite will only work if you have installed all the requirements for developing Mu. Please see [Developer Setup](index.html#document-setup) for more information on how to achieve this. #### Writing a New Test[¶](#writing-a-new-test "Permalink to this headline") All the unit tests are in the `tests` subdirectory in the root of Mu’s repository. The tests are organised to mirror the code structure of the application itself. For example, the tests for the `mu.modes.base` namespace are in the `tests.modes.test\_base.py` file. As mentioned above, we use PyTest as a framework for writing our unit tests. Please refer to their [extensive documentation](https://pytest.readthedocs.io/en/latest/) for more details. In terms of our expectation for writing a test, we expect it to look something like the following: ``` def test\_MyClass\_function\_name\_extra\_info(): """ This is a description of the INTENTION of the test. For example, we may want to know why this test is important, any special context information and even a reference to a bug report if required. """ assert True # As per PyTest conventions, use simple asserts. ``` We also expect your test code to pass PyFlakes and PEP checks. If in doubt, don’t hesitate to get in touch and ask. ### Packaging Mu[¶](#packaging-mu "Permalink to this headline") Because our target users (beginner programmers and those who support them) may not be confident with the technical requirements for installing packages, we need to make obtaining and setting up Mu as simple and easy as possible. Furthermore, we aim to make the creation of packages automatic and as simple as possible. By automating this process we ensure that the knowledge and steps needed to package Mu is stored in software (so everyone can see how we do it) and we don’t rely on a volunteer to take time and effort to make things happen. If you submit code and it is accepted into our master branch, within minutes you should have a set of packages for different platforms that includes your changes. Such builds can be [found here](http://mu-builds.s3-website.eu-west-2.amazonaws.com/). Of course, such builds are not “official” releases. We’ll only do that every so often when major updates land. These will take the form of [releases found in our GitHub repository](https://github.com/mu-editor/mu/releases). Such releases will include the “official” installers for supported platforms. The installers referenced on [Mu’s website](http://codewith.mu/) will always be the latest stable release of Mu on GitHub. Note Huge thanks to [Carlos Pereira Atencio](https://twitter.com/carlosperate) who made considerable efforts to automate and configure the packaging of Mu. Without the contributions of volunteers like Carlos, projects like Mu simply wouldn’t exist. If you find Mu useful why not say thank you to Carlos via Twitter..? Thank you Carlos! :-) We package Mu in various different ways so it is as widely available as possible. What follows is a brief description of how each package is generated (some of them require the manual intervention of others outside the Mu project). #### Python Package[¶](#python-package "Permalink to this headline") If you have Python 3.5 or later installed on Windows, OSX or 64-bit Linux and you are familiar with Python’s built-in packaging system, you can install Mu into a virtual environment with `pip`: ``` $ pip install mu-editor ``` Note By design, `pip` will not create any shortcuts for applications that it installs. If you want to add a shortcut for Mu to your desktop/start menu you can use Martin O’Hanlon’s amazingly useful [Shortcut tool](https://shortcut.readthedocs.io/en/latest/) like this: ``` $ pip install shortcut $ shortcut mu ``` As per conventions, the `setup.py` file contains all the details used by `pip` to install it. We use [twine](https://github.com/pypa/twine) to push releases to PyPI and I (Nicholas - maintainer) simply use a Makefile to automate this: ``` $ make publish-test $ make publish-live ``` The `make publish-live` command is what updates PyPI. The `make publish-test` command uses the test instance of PyPI so we can confirm the release looks, behaves and works as expected before pushing to live. #### Raspberry Pi[¶](#raspberry-pi "Permalink to this headline") Raspberry Pi OS (previously called Raspbian) is the official operating system for the Raspberry Pi and features Mu as Recommended Software. Raspberry Pi OS uses the Mu packages contributed to Debian by [Nick Morrott](https://twitter.com/nickmorrott). To install Mu on Raspberry Pi OS from the command line, type: ``` $ sudo apt install mu-editor ``` Alternatively, Mu can be installed from the Recommended Software menu in the Programming section. Warning Since Mu for Raspberry Pi OS is packaged by a third party, our latest releases may not be immediately available. #### Windows Installer[¶](#windows-installer "Permalink to this headline") Packaging for Windows is essential for the widespread use of Mu since most computers in schools run this operating system. Furthermore, feedback from school network administrators tells us that they prefer installers since these are easier to install “in bulk” to computing labs. There are two versions of the installer: one for 32bit Windows and the other for 64bit Windows. The 32bit version has been tested on Windows 7 and the 64bit version has been tested on Windows 10. Support for anything other than Windows 10 is important, but a “best effort” affair. If you find you’re having problems please [submit a bug report](https://github.com/mu-editor/mu/issues/new). The latest *unsigned* builds for Mu on Windows [can be found here](http://mu-builds.s3-website.eu-west-2.amazonaws.com/?prefix=windows/). Mu for Windows contains its own version of Python packaged in such a way that makes it only usable within the context of Mu (Python’s so-called [isolated mode](https://docs.python.org/3.4/whatsnew/3.4.html#whatsnew-isolated-mode)). Of course, the version of Python in Mu will have as much or little access to computing resources as the host operating system will allow. Packaging is automated using the [Appveyor](https://www.appveyor.com/) cloud based continuous integration solution for Windows. The [.appveyor.yml](https://github.com/mu-editor/mu/blob/master/.appveyor.yml) file found in the root of Mu’s repository, configures and describes this process. You can see the history of such builds [here](https://ci.appveyor.com/project/carlosperate/mu/history). We use the [NSIS](http://nsis.sourceforge.net/Main%5FPage) tool to build the installers. This process if coordinated by the amazing [pynsist](https://pynsist.readthedocs.io/en/latest/) utility. Note Pynsist is the creation of [Thomas Kluyver](https://twitter.com/takluyver), who has done an amazing job creating many useful tools and utilities for the wider Python community (for example, Thomas is also responsible for the Jupyter widget Mu uses for the REPL in Python 3 mode). On several occasions Thomas has volunteered his time to help Mu. Like Carlos, Thomas is another example of the invaluable efforts that go into making Mu. Once again, if you find Mu useful, please don’t hesitate to thank Thomas via Twitter. Thank you Thomas! The required configuration file for `pynsist` is automatically generated at packaging time, under a temporary working directory. The motive for that arises from the need to ensure that Mu’s dependencies are sourced from a single place, which is `setup.py`. The `win\_installer.py` script handles that, runs `pynsist`, moves the resulting installer executable to the `dist` directory, and cleans up. If you’re interested in learning more, the script includes comments with detailed notes (also, check out the `pynsist` [specification for configuration files](https://pynsist.readthedocs.io/en/latest/cfgfile.html)). The automated builds are unsigned, so Windows will complain about the software coming from an untrusted source. The official releases will be signed by me (Nicholas Tollervey - the current maintainer) on my local machine using a private key and uploaded to GitHub and associated with the relevant release. [The instructions for cryptographically signing installers](https://pynsist.readthedocs.io/en/latest/faq.html#code-signing) explain this process more fully (the details of which are described [by Mozilla](https://developer.mozilla.org.cach3.com/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Signing_an_executable_with_Authenticode)). Use the `make` command to build your own installers: ``` $ make win32 $ make win64 ``` This will clean the repository before running the `win\_installer.py` command for the requested bitness. Because Mu depends on the availability of tkinter, part of the build process is to download the appropriate tkinter-related resources from [Mu’s tkinter assets repository](https://github.com/mu-editor/mu_tkinter). If asked, the command for automatically installing Mu, system wide, should use the following flags: ``` mu-editor\_win64.exe /S /AllUsers ``` The `/S` flag tells the installer to work in “silent” mode (i.e. you won’t see the windows shown in the screenshots above) and the `/AllUsers` flag makes Mu available to all users of the system (i.e. it’s installed “system wide”). #### OSX App Installer[¶](#osx-app-installer "Permalink to this headline") We use Travis to automate the building of the .app and .dmg installer (see the `.travis` file in the root of Mu’s GIT repository for the steps involved). This process is controlled by [Briefcase (part of the BeeWare suite of tools](https://briefcase.readthedocs.io/en/latest/)) which piggy-backs onto the `setup.py` script to build the necessary assets. To ensure Mu has Python 3 available for it to both run and use for evaluating users’ scripts, we have created a portable/embeddable Python runtime whose automated build scripts can be found [in this repository](https://github.com/mu-editor/mu_portable_python_macos). This is the Python version used by Mu (not the one on the user’s machine). The end result of submitting a commit to Mu’s master branch is an automatically generated installable for OSX. These assets are un-signed, so OSX will complain about Mu coming from an unknown developer. However, for full releases we sign the .app with our Apple developer key (a manual process). #### Linux Packages[¶](#linux-packages "Permalink to this headline") We don’t automatically create packages for Linux distros. However, we liaise with upstream developers to ensure that Mu finds its way into both Debian and Fedora based distributions. ##### Debian[¶](#debian "Permalink to this headline") Mu (and the MicroPython runtime) were packaged for Debian and Ubuntu by [Nick Morrott](https://twitter.com/nickmorrott) and have been available to install since the releases of Debian 10 “buster” and Ubuntu 19.04 “Disco Dingo”. To install Mu on Debian/Ubuntu from the command line, type: ``` $ sudo apt install mu-editor ``` Warning Since Mu for Debian/Ubuntu is packaged by a third party, our latest releases may not be immediately available. ##### Fedora[¶](#fedora "Permalink to this headline") Mu was packaged by [Kushal Das](https://twitter.com/kushaldas) for Fedora. However this is an old version of Mu and, as with the Raspberry Pi version, relies on a third party to package it so may lag behind the latest version. Note Last, but not least, Kushal does a huge amount of work for both the Fedora and Python communities and is passionate about sustaining our Python community through education outreach. With people like Kushal putting in the time and effort to package tools like Mu and mentor beginner programmers who use Mu our community would flourish less. If you find Mu useful, please don’t hesitate to thank Kushal via Twitter. Thank you Kushal. ### Developing Mu’s Website[¶](#developing-mu-s-website "Permalink to this headline") The purpose of Mu’s main website [https://codewith.mu/](https://codewith.mu) is to provide four things: * Instructions for getting Mu. * Learning oriented tutorials to show users how to get started with Mu. * Goal oriented “how-to” guides that show how to solve a specific problems or achieve particular tasks. * Links to other community-related resources such as the developer documentation you’re reading right now, and online community discussions. The site itself is hosted for free on [GitHub Pages](https://pages.github.com/) as a [Jekyll created static site](https://jekyllrb.com/). The source code is found in the [mu-editor.github.io](https://github.com/mu-editor/mu-editor.github.io) repository. As soon as a new change lands in the master branch of the site’s repository, GitHub automatically rebuilds the site and deploys it. This means everything is simple and automated. We expect everyone participating in the development of the website to act in accordance with the PSF’s [Code of Conduct](index.html#document-code_of_conduct). #### Developer Setup[¶](#developer-setup "Permalink to this headline") 1. Follow the instructions for your operating system to install the [Jekyll static site generator](https://jekyllrb.com/docs/installation/). 2. Get the source code from GitHub: ``` git clone https://github.com/mu-editor/mu-editor.github.io.git ``` 3. From within the root directory of the website’s source code, use Jekyll to build and serve the site locally: ``` jekyll serve ``` 4. Point your browser to <http://127.0.0.1:4000> to see the locally running version. As you make changes to the website’s source, Jekyll will automatically update the locally running version so you’ll immediately see your updates. Warning If the instructions above don’t work, and since Jekyll isn’t supported for all environments, a [Vagrant](https://www.vagrantup.com/) image can be used for instead. Assuming you have Vagrant installed: ``` git clone https://github.com/lcreid/rails-5-jade.git cd rails-5-jade vagrant up vagrant ssh git clone https://github.com/mu-editor/mu-editor.github.io.git cd mu-editor.github.io bundle install jekyll serve --host 0.0.0.0 --force\_polling ``` You may need to restart your VM to ensure the port forwarding works properly. The source code is arranged as a typical Jekyll website except it’s not a blog, so there are no articles in the `\_posts` directory. Since we need our website to be easily translatable all the content will be in a directory named after the ISO language code of the translation. For example, all the original English content is in the `en` directory in the root of the repository. All images should be in the `img` directory. If an image is for a specific translation of the website, it should be in a subdirectory of `img` which is named after the ISO language code (for example, as there is for `img/en`). ![_images/awesome.gif](_images/awesome.gif) We use GIF based screen captures throughout the site (such as on the front page). The dimensions for such captures of Mu are 1140x660 pixels and must not include the window title bar (provided by the operating system). So far, we have found the [peek](https://github.com/phw/peek) utility on Linux an excellent choice for making such GIF based screen captures. When adding such animated screen grabs please ensure the `img` element has the following classes (for the sake of visual consistency): `img-responsive center-block img-rounded movie`. #### Internationalisation of the Website[¶](#internationalisation-of-the-website "Permalink to this headline") There are two ways to contribute to the translation of Mu’s website: * Add / update existing content for your target language. * Start a completely new translation for your target language. When adding content to an existing translation of the website please remember that files can be either HTML or Markdown. At the top of each file is a YAML based header that must contain three entries: `layout` which must always be `default`, `title` which should be the title of the page you’re creating and `i18n` which much be the ISO language code for your translation (this is used so the correctly translated version of the site’s menu is displayed). For example, the YAML header for the `index.html` site in the `en` sub-directory looks like this: ``` --- layout: default title: Code With Mu i18n: en --- ``` The workflow for creating a new translation of the website is: 1. Create a new directory named after the [ISO language code](https://en.wikipedia.org/wiki/ISO_639-1) for the new translation. For example, if we were creating a new French translation of the site, we’d create a `fr` directory in the root of the repository. 2. Ensure there’s a version of the `index.html` file found in the root of the repository, translated into the target language in the new directory you created in step 1. Also ensure you copy the structure of the main sections of the website found in the `en` version of the site. 3. In the `\_includes` directory found in the root of the repository, you must add the new language as a list item in the `lang\_list.html` template. Ensure that the href for the link points to the new directory, and the name of the translation is in the target language. For example, this is how an entry for French would look (note the use of the French word for “French”): ``` <li><a href="/fr/">Français</a></li> ``` 4. In the same `\_includes` directory, create a copy of the `nav\_en.html` but with the `en` section of the name replaced with the ISO code for the new target language. For example, if we were to do this for a French translation, our new file would be called `nav\_fr.html`. This file defines how the site’s navigation bar should look. Make sure you translate the English version into your target language and remember to update the href values to use the new directory created in step 1. 5. Remember that the YAML headers for your new translation should have an `i18n` value with the expected ISO language code for the new target language. For example, if we were writing a new page for the French translation, the `i18n` entry would have the value `fr`. Assuming you followed all the steps above, you should see your new language in the “language” dropdown in the site navigation. Clicking on it should take you to the `index.html` page in the new directory you created for the target language, and the site navigation should reflect the newly translated navigation template. From this point on, it’s just a case of adding content to the newly translated version of the site in much the same way as it is done in the “default” `en` directory. ### Mu API Reference[¶](#mu-api-reference "Permalink to this headline") This API reference is automatically generated from the docstrings found within the source code. It’s meant as an easy to use and easy to share window into the code base. Take a look around! The code is simple and short. #### `mu.app`[¶](#mu-app "Permalink to this headline") The Mu application is created and configured in this module. Mu - a “micro” Python editor for beginner programmers. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). Based upon work done for Puppy IDE by Dan Pope, Nicholas Tollervey and Damien George. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.app.AnimatedSplash(*animation*, *parent=None*)[[source]](_modules/mu/app.html#AnimatedSplash)[¶](#mu.app.AnimatedSplash "Permalink to this definition") An animated splash screen for gifs. Includes a text area for logging output. draw\_log(*text*)[[source]](_modules/mu/app.html#AnimatedSplash.draw_log)[¶](#mu.app.AnimatedSplash.draw_log "Permalink to this definition") Draw the log entries onto the splash screen. Will only display the last self.log\_lines number of log entries. The logs will be displayed at the bottom of the splash screen, justified left. draw\_text(*text*)[[source]](_modules/mu/app.html#AnimatedSplash.draw_text)[¶](#mu.app.AnimatedSplash.draw_text "Permalink to this definition") Draw text into splash screen. failed(*text*)[[source]](_modules/mu/app.html#AnimatedSplash.failed)[¶](#mu.app.AnimatedSplash.failed "Permalink to this definition") Something has gone wrong during start-up, so signal this, display a helpful message along with instructions for what to do. set\_frame()[[source]](_modules/mu/app.html#AnimatedSplash.set_frame)[¶](#mu.app.AnimatedSplash.set_frame "Permalink to this definition") Update the splash screen with the next frame of the animation. *class* mu.app.StartupWorker[[source]](_modules/mu/app.html#StartupWorker)[¶](#mu.app.StartupWorker "Permalink to this definition") A worker class for running blocking tasks on a separate thread during application start-up. The animated splash screen will be shown until this thread is finished. run()[[source]](_modules/mu/app.html#StartupWorker.run)[¶](#mu.app.StartupWorker.run "Permalink to this definition") Blocking and long running tasks for application startup should be called from here. mu.app.excepthook(*\*exc\_args*)[[source]](_modules/mu/app.html#excepthook)[¶](#mu.app.excepthook "Permalink to this definition") Log exception and exit cleanly. mu.app.is\_linux\_wayland()[[source]](_modules/mu/app.html#is_linux_wayland)[¶](#mu.app.is_linux_wayland "Permalink to this definition") Checks environmental variables to try to determine if Mu is running on wayland. mu.app.run()[[source]](_modules/mu/app.html#run)[¶](#mu.app.run "Permalink to this definition") Creates all the top-level assets for the application, sets things up and then runs the application. Specific tasks include: * set up logging * create an application object * create an editor window and status bar * display a splash screen while starting * close the splash screen after startup timer ends mu.app.setup\_logging()[[source]](_modules/mu/app.html#setup_logging)[¶](#mu.app.setup_logging "Permalink to this definition") Configure logging. mu.app.setup\_modes(*editor*, *view*)[[source]](_modules/mu/app.html#setup_modes)[¶](#mu.app.setup_modes "Permalink to this definition") Create a simple dictionary to hold instances of the available modes. *PREMATURE OPTIMIZATION ALERT* This may become more complex in future so splitting things out here to contain the mess. ;-) #### `mu.logic`[¶](#mu-logic "Permalink to this headline") Most of the fundamental logic for Mu is in this module. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). Based upon work done for Puppy IDE by Dan Pope, Nicholas Tollervey and Damien George. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.logic.Device(*vid*, *pid*, *port*, *serial\_number*, *manufacturer*, *long\_mode\_name*, *short\_mode\_name*, *board\_name=None*)[[source]](_modules/mu/logic.html#Device)[¶](#mu.logic.Device "Permalink to this definition") Device object, containing both information about the connected device, the port it’s connected through and the mode it works with. *property* name[¶](#mu.logic.Device.name "Permalink to this definition") Returns the device name. *class* mu.logic.DeviceList(*modes*, *parent=None*)[[source]](_modules/mu/logic.html#DeviceList)[¶](#mu.logic.DeviceList "Permalink to this definition") add\_device(*new\_device*)[[source]](_modules/mu/logic.html#DeviceList.add_device)[¶](#mu.logic.DeviceList.add_device "Permalink to this definition") Add a new device to the device list, maintains alphabetical ordering check\_usb()[[source]](_modules/mu/logic.html#DeviceList.check_usb)[¶](#mu.logic.DeviceList.check_usb "Permalink to this definition") Ensure connected USB devices are polled. If there’s a change and a new recognised device is attached, inform the user via a status message. If a single device is found and Mu is in a different mode ask the user if they’d like to change mode. data(*index*, *role*)[[source]](_modules/mu/logic.html#DeviceList.data)[¶](#mu.logic.DeviceList.data "Permalink to this definition") Reimplements QAbstractListModel.data(): returns data for the specified index and role. In this case only implmented for ToolTipRole and DisplayRole remove\_device(*device*)[[source]](_modules/mu/logic.html#DeviceList.remove_device)[¶](#mu.logic.DeviceList.remove_device "Permalink to this definition") Remove the given device from the device list rowCount(*parent*)[[source]](_modules/mu/logic.html#DeviceList.rowCount)[¶](#mu.logic.DeviceList.rowCount "Permalink to this definition") Number of devices *class* mu.logic.Editor(*view*)[[source]](_modules/mu/logic.html#Editor)[¶](#mu.logic.Editor "Permalink to this definition") Application logic for the editor itself. ask\_to\_change\_mode(*new\_mode*, *mode\_name*, *heading*)[[source]](_modules/mu/logic.html#Editor.ask_to_change_mode)[¶](#mu.logic.Editor.ask_to_change_mode "Permalink to this definition") Open a dialog asking the user, whether to change mode from mode\_name to new\_mode. The dialog can be customized by the heading-parameter. autosave()[[source]](_modules/mu/logic.html#Editor.autosave)[¶](#mu.logic.Editor.autosave "Permalink to this definition") Cycles through each tab and, if changed, saves it to the filesystem. change\_mode(*mode*)[[source]](_modules/mu/logic.html#Editor.change_mode)[¶](#mu.logic.Editor.change_mode "Permalink to this definition") Given the name of a mode, will make the necessary changes to put the editor into the new mode. check\_code()[[source]](_modules/mu/logic.html#Editor.check_code)[¶](#mu.logic.Editor.check_code "Permalink to this definition") Uses PyFlakes and PyCodeStyle to gather information about potential problems with the code in the current tab. check\_for\_shadow\_module(*path*)[[source]](_modules/mu/logic.html#Editor.check_for_shadow_module)[¶](#mu.logic.Editor.check_for_shadow_module "Permalink to this definition") Check if the filename in the path is a shadow of a module already in the Python path. For example, many learners will save their first turtle based script as turtle.py, thus causing Python to never find the built in turtle module because of the name conflict. If the filename shadows an existing module, return True, otherwise, return False. connect\_to\_status\_bar(*status\_bar*)[[source]](_modules/mu/logic.html#Editor.connect_to_status_bar)[¶](#mu.logic.Editor.connect_to_status_bar "Permalink to this definition") Connect the editor with the Window-statusbar. Should be called after Editor.setup(), to ensure modes are initialized debug\_toggle\_breakpoint(*margin*, *line*, *modifiers*)[[source]](_modules/mu/logic.html#Editor.debug_toggle_breakpoint)[¶](#mu.logic.Editor.debug_toggle_breakpoint "Permalink to this definition") How to handle the toggling of a breakpoint. device\_changed(*device*)[[source]](_modules/mu/logic.html#Editor.device_changed)[¶](#mu.logic.Editor.device_changed "Permalink to this definition") Slot for receiving signals that the current device has changed. If the device change requires mode change, the user will be asked through a dialog. direct\_load(*path*)[[source]](_modules/mu/logic.html#Editor.direct_load)[¶](#mu.logic.Editor.direct_load "Permalink to this definition") For loading files passed from command line or the OS launch. find\_again(*forward=True*)[[source]](_modules/mu/logic.html#Editor.find_again)[¶](#mu.logic.Editor.find_again "Permalink to this definition") Handle find again (F3 and Shift+F3) functionality. find\_again\_backward(*forward=False*)[[source]](_modules/mu/logic.html#Editor.find_again_backward)[¶](#mu.logic.Editor.find_again_backward "Permalink to this definition") Handle find again backward (Shift+F3) functionality. find\_replace()[[source]](_modules/mu/logic.html#Editor.find_replace)[¶](#mu.logic.Editor.find_replace "Permalink to this definition") Handle find / replace functionality. If find/replace dialog is dismissed, do nothing. Otherwise, check there’s something to find, warn if there isn’t. If there is, find (and, optionally, replace) then confirm outcome with a status message. get\_dialog\_directory(*default=None*)[[source]](_modules/mu/logic.html#Editor.get_dialog_directory)[¶](#mu.logic.Editor.get_dialog_directory "Permalink to this definition") Return the directory folder which a load/save dialog box should open into. In order of precedence this function will return: 0. If not None, the value of default. 1. The last location used by a load/save dialog. 2. The directory containing the current file. 3. The mode’s reported workspace directory. get\_tab(*path*)[[source]](_modules/mu/logic.html#Editor.get_tab)[¶](#mu.logic.Editor.get_tab "Permalink to this definition") Given a path, returns either an existing tab for the path or creates / loads a new tab for the path. has\_python\_extension(*filename*)[[source]](_modules/mu/logic.html#Editor.has_python_extension)[¶](#mu.logic.Editor.has_python_extension "Permalink to this definition") Check whether the given filename matches recognized Python extensions. load(*\*args*, *default\_path=None*)[[source]](_modules/mu/logic.html#Editor.load)[¶](#mu.logic.Editor.load "Permalink to this definition") Loads a Python (or other supported) file from the file system or extracts a Python script from a hex file. load\_cli(*paths*)[[source]](_modules/mu/logic.html#Editor.load_cli)[¶](#mu.logic.Editor.load_cli "Permalink to this definition") Given a set of paths, passed in by the user when Mu starts, this method will attempt to load them and log / report a problem if Mu is unable to open a passed in path. new()[[source]](_modules/mu/logic.html#Editor.new)[¶](#mu.logic.Editor.new "Permalink to this definition") Adds a new tab to the editor. quit(*\*args*, *\*\*kwargs*)[[source]](_modules/mu/logic.html#Editor.quit)[¶](#mu.logic.Editor.quit "Permalink to this definition") Exit the application. rename\_tab(*tab\_id=None*)[[source]](_modules/mu/logic.html#Editor.rename_tab)[¶](#mu.logic.Editor.rename_tab "Permalink to this definition") How to handle double-clicking a tab in order to rename the file. If activated by the shortcut, activate against the current tab. restore\_session(*paths=None*)[[source]](_modules/mu/logic.html#Editor.restore_session)[¶](#mu.logic.Editor.restore_session "Permalink to this definition") Attempts to recreate the tab state from the last time the editor was run. If paths contains a collection of additional paths specified by the user, they are also “restored” at the same time (duplicates will be ignored). save(*\*args*, *default=None*)[[source]](_modules/mu/logic.html#Editor.save)[¶](#mu.logic.Editor.save "Permalink to this definition") Save the content of the currently active editor tab. save\_tab\_to\_file(*tab*, *show\_error\_messages=True*)[[source]](_modules/mu/logic.html#Editor.save_tab_to_file)[¶](#mu.logic.Editor.save_tab_to_file "Permalink to this definition") Given a tab, will attempt to save the script in the tab to the path associated with the tab. If there’s a problem this will be logged and reported and the tab status will continue to show as Modified. select\_mode(*event=None*)[[source]](_modules/mu/logic.html#Editor.select_mode)[¶](#mu.logic.Editor.select_mode "Permalink to this definition") Select the mode that editor is supposed to be in. setup(*modes*)[[source]](_modules/mu/logic.html#Editor.setup)[¶](#mu.logic.Editor.setup "Permalink to this definition") Define the available modes and ensure there’s a default working directory. show\_admin(*event=None*)[[source]](_modules/mu/logic.html#Editor.show_admin)[¶](#mu.logic.Editor.show_admin "Permalink to this definition") Cause the editor’s admin dialog to be displayed to the user. Ensure any changes to the envars is updated. show\_help()[[source]](_modules/mu/logic.html#Editor.show_help)[¶](#mu.logic.Editor.show_help "Permalink to this definition") Display browser based help about Mu. show\_status\_message(*message*, *duration=5*)[[source]](_modules/mu/logic.html#Editor.show_status_message)[¶](#mu.logic.Editor.show_status_message "Permalink to this definition") Displays the referenced message for duration seconds. sync\_package\_state(*old\_packages*, *new\_packages*)[[source]](_modules/mu/logic.html#Editor.sync_package_state)[¶](#mu.logic.Editor.sync_package_state "Permalink to this definition") Given the state of the old third party packages, compared to the new third party packages, ensure that pip uninstalls and installs the packages so the currently available third party packages reflects the new state. tidy\_code()[[source]](_modules/mu/logic.html#Editor.tidy_code)[¶](#mu.logic.Editor.tidy_code "Permalink to this definition") Prettify code with Black. toggle\_comments()[[source]](_modules/mu/logic.html#Editor.toggle_comments)[¶](#mu.logic.Editor.toggle_comments "Permalink to this definition") Ensure all highlighted lines are toggled between comments/uncommented. toggle\_theme()[[source]](_modules/mu/logic.html#Editor.toggle_theme)[¶](#mu.logic.Editor.toggle_theme "Permalink to this definition") Switches between themes (night, day or high-contrast). zoom\_in()[[source]](_modules/mu/logic.html#Editor.zoom_in)[¶](#mu.logic.Editor.zoom_in "Permalink to this definition") Make the editor’s text bigger zoom\_out()[[source]](_modules/mu/logic.html#Editor.zoom_out)[¶](#mu.logic.Editor.zoom_out "Permalink to this definition") Make the editor’s text smaller. *class* mu.logic.MuFlakeCodeReporter[[source]](_modules/mu/logic.html#MuFlakeCodeReporter)[¶](#mu.logic.MuFlakeCodeReporter "Permalink to this definition") The class instantiates a reporter that creates structured data about code quality for Mu. Used by the PyFlakes module. flake(*message*)[[source]](_modules/mu/logic.html#MuFlakeCodeReporter.flake)[¶](#mu.logic.MuFlakeCodeReporter.flake "Permalink to this definition") PyFlakes found something wrong with the code. syntaxError(*filename*, *message*, *line\_no*, *column*, *source*)[[source]](_modules/mu/logic.html#MuFlakeCodeReporter.syntaxError)[¶](#mu.logic.MuFlakeCodeReporter.syntaxError "Permalink to this definition") Records a syntax error in the file called filename. The message argument contains an explanation of the syntax error, line\_no indicates the line where the syntax error occurred, column indicates the column on which the error occurred and source is the source code containing the syntax error. unexpectedError(*filename*, *message*)[[source]](_modules/mu/logic.html#MuFlakeCodeReporter.unexpectedError)[¶](#mu.logic.MuFlakeCodeReporter.unexpectedError "Permalink to this definition") Called if an unexpected error occured while trying to process the file called filename. The message parameter contains a description of the problem. mu.logic.check\_flake(*filename*, *code*, *builtins=None*)[[source]](_modules/mu/logic.html#check_flake)[¶](#mu.logic.check_flake "Permalink to this definition") Given a filename and some code to be checked, uses the PyFlakesmodule to return a dictionary describing issues of code quality per line. See: <https://github.com/PyCQA/pyflakes> If a list symbols is passed in as “builtins” these are assumed to be additional builtins available when run by Mu. mu.logic.check\_pycodestyle(*code*, *config\_file=False*)[[source]](_modules/mu/logic.html#check_pycodestyle)[¶](#mu.logic.check_pycodestyle "Permalink to this definition") Given some code, uses the PyCodeStyle module (was PEP8) to return a list of items describing issues of coding style. See: <https://pycodestyle.readthedocs.io/en/latest/intro.html> mu.logic.extract\_envars(*raw*)[[source]](_modules/mu/logic.html#extract_envars)[¶](#mu.logic.extract_envars "Permalink to this definition") Returns a list of environment variables given a string containing NAME=VALUE definitions on separate lines. mu.logic.read\_and\_decode(*filepath*)[[source]](_modules/mu/logic.html#read_and_decode)[¶](#mu.logic.read_and_decode "Permalink to this definition") Read the contents of a file, mu.logic.save\_and\_encode(*text*, *filepath*, *newline='\n'*)[[source]](_modules/mu/logic.html#save_and_encode)[¶](#mu.logic.save_and_encode "Permalink to this definition") Detect the presence of an encoding cookie and use that encoding; if none is present, do not add one and use the Mu default encoding. If the codec is invalid, log a warning and fall back to the default. mu.logic.sniff\_encoding(*filepath*)[[source]](_modules/mu/logic.html#sniff_encoding)[¶](#mu.logic.sniff_encoding "Permalink to this definition") Determine the encoding of a file: * If there is a BOM, return the appropriate encoding * If there is a PEP 263 encoding cookie, return the appropriate encoding * Otherwise return None for read\_and\_decode to attempt several defaults mu.logic.sniff\_newline\_convention(*text*)[[source]](_modules/mu/logic.html#sniff_newline_convention)[¶](#mu.logic.sniff_newline_convention "Permalink to this definition") Determine which line-ending convention predominates in the text. Windows usually has U+000D U+000A Posix usually has U+000A But editors can produce either convention from either platform. And a file which has been copied and edited around might even have both! mu.logic.write\_and\_flush(*fileobj*, *content*)[[source]](_modules/mu/logic.html#write_and_flush)[¶](#mu.logic.write_and_flush "Permalink to this definition") Write content to the fileobj then flush and fsync to ensure the data is, in fact, written. This is especially necessary for USB-attached devices #### `mu.debugger`[¶](#mu-debugger "Permalink to this headline") The debugger consists of two parts: * Client - used by Mu to process messages from the process being debugged. * Runner - created in a new process to run the code to be debugged. Messages are passed via inter-process communication. ##### `mu.debugger.client`[¶](#mu-debugger-client "Permalink to this headline") Code used by the Mu application to communicate with the process being debugged. A debug client for the Mu editor. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.debugger.client.Breakpoint(*bpnum*, *filename*, *line*, *enabled=True*, *temporary=False*, *funcname=None*)[[source]](_modules/mu/debugger/client.html#Breakpoint)[¶](#mu.debugger.client.Breakpoint "Permalink to this definition") Represents a breakpoint, identified by a breakpoint number (bpnum). Users set breakpoints to stop the debugger at a certain line (potentially in a named function) in a file. *class* mu.debugger.client.CommandBufferHandler(*debugger*)[[source]](_modules/mu/debugger/client.html#CommandBufferHandler)[¶](#mu.debugger.client.CommandBufferHandler "Permalink to this definition") Represents the work to be done on a separate thread for connecting and processing incoming messages. Emits signals to indicate when messages are receievd or the connection fails at appropriate moments during the lifetime of a debug session. on\_command[¶](#mu.debugger.client.CommandBufferHandler.on_command "Permalink to this definition") Signal emitted when a command is received. on\_fail[¶](#mu.debugger.client.CommandBufferHandler.on_fail "Permalink to this definition") Emitted when there was a connection failure. worker()[[source]](_modules/mu/debugger/client.html#CommandBufferHandler.worker)[¶](#mu.debugger.client.CommandBufferHandler.worker "Permalink to this definition") Buffer input from a socket, emit complete debugger commands as signals. *exception* mu.debugger.client.ConnectionNotBootstrapped[[source]](_modules/mu/debugger/client.html#ConnectionNotBootstrapped)[¶](#mu.debugger.client.ConnectionNotBootstrapped "Permalink to this definition") The connection to the runner hasn’t been completed. *class* mu.debugger.client.Debugger(*host*, *port*, *proc=None*)[[source]](_modules/mu/debugger/client.html#Debugger)[¶](#mu.debugger.client.Debugger "Permalink to this definition") Represents the networked debugger client. breakpoint(*breakpoint*)[[source]](_modules/mu/debugger/client.html#Debugger.breakpoint)[¶](#mu.debugger.client.Debugger.breakpoint "Permalink to this definition") Given a breakpoint number or (filename, line), return an object representing the referenced breakpoint. breakpoints(*filename*)[[source]](_modules/mu/debugger/client.html#Debugger.breakpoints)[¶](#mu.debugger.client.Debugger.breakpoints "Permalink to this definition") Return all the breakpoints associated with the referenced file. clear\_breakpoint(*breakpoint*)[[source]](_modules/mu/debugger/client.html#Debugger.clear_breakpoint)[¶](#mu.debugger.client.Debugger.clear_breakpoint "Permalink to this definition") Clear an existing breakpoint. create\_breakpoint(*filename*, *line*, *temporary=False*)[[source]](_modules/mu/debugger/client.html#Debugger.create_breakpoint)[¶](#mu.debugger.client.Debugger.create_breakpoint "Permalink to this definition") Create a new, enabled breakpoint at the specified line of the given file. disable\_breakpoint(*breakpoint*)[[source]](_modules/mu/debugger/client.html#Debugger.disable_breakpoint)[¶](#mu.debugger.client.Debugger.disable_breakpoint "Permalink to this definition") Disable an existing breakpoint. do\_next()[[source]](_modules/mu/debugger/client.html#Debugger.do_next)[¶](#mu.debugger.client.Debugger.do_next "Permalink to this definition") Go to the next line in the current stack frame. do\_return()[[source]](_modules/mu/debugger/client.html#Debugger.do_return)[¶](#mu.debugger.client.Debugger.do_return "Permalink to this definition") Return to the previous stack frame. do\_run()[[source]](_modules/mu/debugger/client.html#Debugger.do_run)[¶](#mu.debugger.client.Debugger.do_run "Permalink to this definition") Run the debugger until the next breakpoint. do\_step()[[source]](_modules/mu/debugger/client.html#Debugger.do_step)[¶](#mu.debugger.client.Debugger.do_step "Permalink to this definition") Step through one stack frame. enable\_breakpoint(*breakpoint*)[[source]](_modules/mu/debugger/client.html#Debugger.enable_breakpoint)[¶](#mu.debugger.client.Debugger.enable_breakpoint "Permalink to this definition") Enable an existing breakpoint. ignore\_breakpoint(*breakpoint*, *count*)[[source]](_modules/mu/debugger/client.html#Debugger.ignore_breakpoint)[¶](#mu.debugger.client.Debugger.ignore_breakpoint "Permalink to this definition") Ignore an existing breakpoint for “count” iterations. (N.B. Use a count of 0 to restore the breakpoint. on\_bootstrap(*breakpoints*)[[source]](_modules/mu/debugger/client.html#Debugger.on_bootstrap)[¶](#mu.debugger.client.Debugger.on_bootstrap "Permalink to this definition") The runner has finished setting up. on\_breakpoint\_clear(*bpnum*)[[source]](_modules/mu/debugger/client.html#Debugger.on_breakpoint_clear)[¶](#mu.debugger.client.Debugger.on_breakpoint_clear "Permalink to this definition") The runner has cleared the referenced breakpoint. on\_breakpoint\_create(*\*\*bp\_data*)[[source]](_modules/mu/debugger/client.html#Debugger.on_breakpoint_create)[¶](#mu.debugger.client.Debugger.on_breakpoint_create "Permalink to this definition") The runner has created a breakpoint. on\_breakpoint\_disable(*bpnum*)[[source]](_modules/mu/debugger/client.html#Debugger.on_breakpoint_disable)[¶](#mu.debugger.client.Debugger.on_breakpoint_disable "Permalink to this definition") The runner has disabled a breakpoint referenced by breakpoint number. on\_breakpoint\_enable(*bpnum*)[[source]](_modules/mu/debugger/client.html#Debugger.on_breakpoint_enable)[¶](#mu.debugger.client.Debugger.on_breakpoint_enable "Permalink to this definition") The runner has enabled the breakpoint referenced by breakpoint number. on\_breakpoint\_ignore(*bpnum*, *count*)[[source]](_modules/mu/debugger/client.html#Debugger.on_breakpoint_ignore)[¶](#mu.debugger.client.Debugger.on_breakpoint_ignore "Permalink to this definition") The runner will ignore the referenced breakpoint “count” iterations. on\_call(*args*)[[source]](_modules/mu/debugger/client.html#Debugger.on_call)[¶](#mu.debugger.client.Debugger.on_call "Permalink to this definition") The runner has called a function with the specified arguments. on\_command(*command*)[[source]](_modules/mu/debugger/client.html#Debugger.on_command)[¶](#mu.debugger.client.Debugger.on_command "Permalink to this definition") Handle a command emitted by the client thread. on\_error(*message*)[[source]](_modules/mu/debugger/client.html#Debugger.on_error)[¶](#mu.debugger.client.Debugger.on_error "Permalink to this definition") The runner has sent an error message. on\_exception(*name*, *value*)[[source]](_modules/mu/debugger/client.html#Debugger.on_exception)[¶](#mu.debugger.client.Debugger.on_exception "Permalink to this definition") The runner has encountered a named exception with an associated value. on\_fail(*message*)[[source]](_modules/mu/debugger/client.html#Debugger.on_fail)[¶](#mu.debugger.client.Debugger.on_fail "Permalink to this definition") Handle if there’s a connection failure with the debug runner. on\_finished()[[source]](_modules/mu/debugger/client.html#Debugger.on_finished)[¶](#mu.debugger.client.Debugger.on_finished "Permalink to this definition") The debug runner has finished running the script to be debugged. on\_info(*message*)[[source]](_modules/mu/debugger/client.html#Debugger.on_info)[¶](#mu.debugger.client.Debugger.on_info "Permalink to this definition") The runner has sent an informative message. on\_line(*filename*, *line*)[[source]](_modules/mu/debugger/client.html#Debugger.on_line)[¶](#mu.debugger.client.Debugger.on_line "Permalink to this definition") The runner has moved to the specified line in the referenced file. on\_postmortem(*\*args*, *\*\*kwargs*)[[source]](_modules/mu/debugger/client.html#Debugger.on_postmortem)[¶](#mu.debugger.client.Debugger.on_postmortem "Permalink to this definition") The runner encountered a fatal error and has died. on\_restart()[[source]](_modules/mu/debugger/client.html#Debugger.on_restart)[¶](#mu.debugger.client.Debugger.on_restart "Permalink to this definition") The runner has restarted. on\_return(*retval*)[[source]](_modules/mu/debugger/client.html#Debugger.on_return)[¶](#mu.debugger.client.Debugger.on_return "Permalink to this definition") The runner has returned from a function with the specified return value. on\_stack(*stack*)[[source]](_modules/mu/debugger/client.html#Debugger.on_stack)[¶](#mu.debugger.client.Debugger.on_stack "Permalink to this definition") The runner has sent an update to the stack. on\_warning(*message*)[[source]](_modules/mu/debugger/client.html#Debugger.on_warning)[¶](#mu.debugger.client.Debugger.on_warning "Permalink to this definition") The runner has sent a warning message. output(*event*, *\*\*data*)[[source]](_modules/mu/debugger/client.html#Debugger.output)[¶](#mu.debugger.client.Debugger.output "Permalink to this definition") Send a command to the debug runner. start()[[source]](_modules/mu/debugger/client.html#Debugger.start)[¶](#mu.debugger.client.Debugger.start "Permalink to this definition") Start the debugger session. stop()[[source]](_modules/mu/debugger/client.html#Debugger.stop)[¶](#mu.debugger.client.Debugger.stop "Permalink to this definition") Shut down the debugger session. *exception* mu.debugger.client.UnknownBreakpoint[[source]](_modules/mu/debugger/client.html#UnknownBreakpoint)[¶](#mu.debugger.client.UnknownBreakpoint "Permalink to this definition") The client encountered an unknown breakpoint. ##### `mu.debugger.runner`[¶](#mu-debugger-runner "Permalink to this headline") The runner code controls the debug process. A debug runner for the Mu editor. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *exception* mu.debugger.runner.ClientClose[[source]](_modules/mu/debugger/runner.html#ClientClose)[¶](#mu.debugger.runner.ClientClose "Permalink to this definition") Cause the debugger to wait for a new client to connect. *class* mu.debugger.runner.DebugState(*value*)[[source]](_modules/mu/debugger/runner.html#DebugState)[¶](#mu.debugger.runner.DebugState "Permalink to this definition") Enumerates the three possible states of a debugging session. *class* mu.debugger.runner.Debugger(*socket*, *host*, *port*, *skip=None*)[[source]](_modules/mu/debugger/runner.html#Debugger)[¶](#mu.debugger.runner.Debugger "Permalink to this definition") Instances of this class represent and drive the debugging process. do\_break(*filename*, *line*, *temporary=False*)[[source]](_modules/mu/debugger/runner.html#Debugger.do_break)[¶](#mu.debugger.runner.Debugger.do_break "Permalink to this definition") Set a breakpoint. do\_clear(*bpnum*)[[source]](_modules/mu/debugger/runner.html#Debugger.do_clear)[¶](#mu.debugger.runner.Debugger.do_clear "Permalink to this definition") Handle how a breakpoint must be removed when it is a temporary one. do\_close()[[source]](_modules/mu/debugger/runner.html#Debugger.do_close)[¶](#mu.debugger.runner.Debugger.do_close "Permalink to this definition") Respond to a closed socket (not a user commend, but needs handling). do\_continue()[[source]](_modules/mu/debugger/runner.html#Debugger.do_continue)[¶](#mu.debugger.runner.Debugger.do_continue "Permalink to this definition") Stop only at breakpoints or when finished. If there are no breakpoints on script start, do a set\_trace to stop at the first available line. However, use the continue\_flag to ensure set\_continue is always called thereafter. do\_disable(*bpnum*)[[source]](_modules/mu/debugger/runner.html#Debugger.do_disable)[¶](#mu.debugger.runner.Debugger.do_disable "Permalink to this definition") Disable the breakpoint referenced by its breakpoint number (bpnum). do\_enable(*bpnum*)[[source]](_modules/mu/debugger/runner.html#Debugger.do_enable)[¶](#mu.debugger.runner.Debugger.do_enable "Permalink to this definition") Enables the breakpoint referenced by its breakpoint number (bpnum). do\_ignore(*bpnum*, *count*)[[source]](_modules/mu/debugger/runner.html#Debugger.do_ignore)[¶](#mu.debugger.runner.Debugger.do_ignore "Permalink to this definition") Ignore the breakpoint referenced by its breakpoint number (bpnum), count number of times. do\_next()[[source]](_modules/mu/debugger/runner.html#Debugger.do_next)[¶](#mu.debugger.runner.Debugger.do_next "Permalink to this definition") Stop on the next line in or below the given frame. do\_quit()[[source]](_modules/mu/debugger/runner.html#Debugger.do_quit)[¶](#mu.debugger.runner.Debugger.do_quit "Permalink to this definition") Set the quitting attribute to True. This raises BdbQuit in the next call to one of the dispatch\_\*() methods. do\_restart()[[source]](_modules/mu/debugger/runner.html#Debugger.do_restart)[¶](#mu.debugger.runner.Debugger.do_restart "Permalink to this definition") Restart the program by raising an exception to be caught by the debugger. do\_return()[[source]](_modules/mu/debugger/runner.html#Debugger.do_return)[¶](#mu.debugger.runner.Debugger.do_return "Permalink to this definition") Stop when returning from the current frame. do\_step()[[source]](_modules/mu/debugger/runner.html#Debugger.do_step)[¶](#mu.debugger.runner.Debugger.do_step "Permalink to this definition") Stop after one line of code. interact(*frame*, *traceback*)[[source]](_modules/mu/debugger/runner.html#Debugger.interact)[¶](#mu.debugger.runner.Debugger.interact "Permalink to this definition") Contains the loop processing interactions with the debugger. output(*event*, *\*\*data*)[[source]](_modules/mu/debugger/runner.html#Debugger.output)[¶](#mu.debugger.runner.Debugger.output "Permalink to this definition") Dumps data related to a referenced event to the socket. output\_stack()[[source]](_modules/mu/debugger/runner.html#Debugger.output_stack)[¶](#mu.debugger.runner.Debugger.output_stack "Permalink to this definition") Dump the current stack. If this is a normal situation, the top two frames are BDB and the runner executing the program. If there is an exception, there are two further extra frames. All these frames can be ignored. reset()[[source]](_modules/mu/debugger/runner.html#Debugger.reset)[¶](#mu.debugger.runner.Debugger.reset "Permalink to this definition") Reset state. setup(*frame*, *traceback*)[[source]](_modules/mu/debugger/runner.html#Debugger.setup)[¶](#mu.debugger.runner.Debugger.setup "Permalink to this definition") Start state should be set correctly. user\_call(*frame*, *argument\_list*)[[source]](_modules/mu/debugger/runner.html#Debugger.user_call)[¶](#mu.debugger.runner.Debugger.user_call "Permalink to this definition") This method is called from dispatch\_call() when there is the possibility that a break might be necessary anywhere inside the called function. user\_exception(*frame*, *exc\_info*)[[source]](_modules/mu/debugger/runner.html#Debugger.user_exception)[¶](#mu.debugger.runner.Debugger.user_exception "Permalink to this definition") This method is called from dispatch\_exception() when stop\_here() yields True. For when an exception occurs, but only if we are to stop at or just below this level. user\_line(*frame*)[[source]](_modules/mu/debugger/runner.html#Debugger.user_line)[¶](#mu.debugger.runner.Debugger.user_line "Permalink to this definition") This method is called from dispatch\_line() when either stop\_here() or break\_here() yields True. For when we stop or break at this line. user\_return(*frame*, *return\_value*)[[source]](_modules/mu/debugger/runner.html#Debugger.user_return)[¶](#mu.debugger.runner.Debugger.user_return "Permalink to this definition") This method is called from dispatch\_return() when stop\_here() yields True. For when a return trap is set here. *exception* mu.debugger.runner.Restart[[source]](_modules/mu/debugger/runner.html#Restart)[¶](#mu.debugger.runner.Restart "Permalink to this definition") Cause the debugger to restart for the target Python program. mu.debugger.runner.command\_buffer(*debugger*)[[source]](_modules/mu/debugger/runner.html#command_buffer)[¶](#mu.debugger.runner.command_buffer "Permalink to this definition") Buffer input from a socket, yield complete debugger commands. mu.debugger.runner.run(*hostname*, *port*, *filename*, *args*)[[source]](_modules/mu/debugger/runner.html#run)[¶](#mu.debugger.runner.run "Permalink to this definition") Run a Python script identified by “filename” with the specified arguments in a debugger session that’s listening at hostname/port. #### `mu.interface`[¶](#mu-interface "Permalink to this headline") This module contains all the PyQt related code needed to create the user interface for Mu. All interaction with the user interface is done via the `Window` class in `mu.interface.main`. All the other sub-modules contain different bespoke aspects of the user interface. ##### `mu.interface.main`[¶](#mu-interface-main "Permalink to this headline") Contains the core user interface assets used by other parts of the application. Contains the main Window definition for Mu’s UI. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.interface.main.ButtonBar(*parent*)[[source]](_modules/mu/interface/main.html#ButtonBar)[¶](#mu.interface.main.ButtonBar "Permalink to this definition") Represents the bar of buttons across the top of the editor and defines their behaviour. addAction(*name*, *display\_name*, *tool\_text*)[[source]](_modules/mu/interface/main.html#ButtonBar.addAction)[¶](#mu.interface.main.ButtonBar.addAction "Permalink to this definition") Creates an action associated with an icon and name and adds it to the widget’s slots. connect(*name*, *handler*, *shortcut=None*)[[source]](_modules/mu/interface/main.html#ButtonBar.connect)[¶](#mu.interface.main.ButtonBar.connect "Permalink to this definition") Connects a named slot to a handler function and optional hot-key shortcuts. reset()[[source]](_modules/mu/interface/main.html#ButtonBar.reset)[¶](#mu.interface.main.ButtonBar.reset "Permalink to this definition") Resets the button states. set\_responsive\_mode(*width*, *height*)[[source]](_modules/mu/interface/main.html#ButtonBar.set_responsive_mode)[¶](#mu.interface.main.ButtonBar.set_responsive_mode "Permalink to this definition") Compact button bar for when window is very small. *class* mu.interface.main.FileTabs[[source]](_modules/mu/interface/main.html#FileTabs)[¶](#mu.interface.main.FileTabs "Permalink to this definition") Extend the base class so we can override the removeTab behaviour. addTab(*widget*, *title*)[[source]](_modules/mu/interface/main.html#FileTabs.addTab)[¶](#mu.interface.main.FileTabs.addTab "Permalink to this definition") Add a new tab to the switcher change\_tab(*tab\_id*)[[source]](_modules/mu/interface/main.html#FileTabs.change_tab)[¶](#mu.interface.main.FileTabs.change_tab "Permalink to this definition") Update the application title to reflect the name of the file in the currently selected tab. removeTab(*tab\_id*)[[source]](_modules/mu/interface/main.html#FileTabs.removeTab)[¶](#mu.interface.main.FileTabs.removeTab "Permalink to this definition") Ask the user before closing the file. *class* mu.interface.main.StatusBar(*parent=None*, *mode='python'*)[[source]](_modules/mu/interface/main.html#StatusBar)[¶](#mu.interface.main.StatusBar "Permalink to this definition") Defines the look and behaviour of the status bar along the bottom of the UI. connect\_logs(*handler*, *shortcut*)[[source]](_modules/mu/interface/main.html#StatusBar.connect_logs)[¶](#mu.interface.main.StatusBar.connect_logs "Permalink to this definition") Connect the mouse press event and keyboard shortcut for the log widget to the referenced handler function. connect\_mode(*handler*, *shortcut*)[[source]](_modules/mu/interface/main.html#StatusBar.connect_mode)[¶](#mu.interface.main.StatusBar.connect_mode "Permalink to this definition") Connect the mouse press event and keyboard shortcut for the mode widget to the referenced handler function. device\_connected(*device*)[[source]](_modules/mu/interface/main.html#StatusBar.device_connected)[¶](#mu.interface.main.StatusBar.device_connected "Permalink to this definition") Show a tooltip whenever a new device connects set\_message(*message*, *pause=5000*)[[source]](_modules/mu/interface/main.html#StatusBar.set_message)[¶](#mu.interface.main.StatusBar.set_message "Permalink to this definition") Displays a message in the status bar for a certain period of time. set\_mode(*mode*)[[source]](_modules/mu/interface/main.html#StatusBar.set_mode)[¶](#mu.interface.main.StatusBar.set_mode "Permalink to this definition") Updates the mode label to the new mode. *class* mu.interface.main.Window(*parent=None*)[[source]](_modules/mu/interface/main.html#Window)[¶](#mu.interface.main.Window "Permalink to this definition") Defines the look and characteristics of the application’s main window. add\_debug\_inspector()[[source]](_modules/mu/interface/main.html#Window.add_debug_inspector)[¶](#mu.interface.main.Window.add_debug_inspector "Permalink to this definition") Display a debug inspector to view the call stack. add\_filesystem(*home*, *file\_manager*, *board\_name='board'*)[[source]](_modules/mu/interface/main.html#Window.add_filesystem)[¶](#mu.interface.main.Window.add_filesystem "Permalink to this definition") Adds the file system pane to the application. add\_jupyter\_repl(*kernel\_manager*, *kernel\_client*)[[source]](_modules/mu/interface/main.html#Window.add_jupyter_repl)[¶](#mu.interface.main.Window.add_jupyter_repl "Permalink to this definition") Adds a Jupyter based REPL pane to the application. add\_micropython\_plotter(*name*, *connection*, *data\_flood\_handler*)[[source]](_modules/mu/interface/main.html#Window.add_micropython_plotter)[¶](#mu.interface.main.Window.add_micropython_plotter "Permalink to this definition") Adds a plotter that reads data from a serial connection. add\_micropython\_repl(*name*, *connection*)[[source]](_modules/mu/interface/main.html#Window.add_micropython_repl)[¶](#mu.interface.main.Window.add_micropython_repl "Permalink to this definition") Adds a MicroPython based REPL pane to the application. add\_plotter(*plotter\_pane*, *name*)[[source]](_modules/mu/interface/main.html#Window.add_plotter)[¶](#mu.interface.main.Window.add_plotter "Permalink to this definition") Adds the referenced plotter pane to the application. add\_python3\_plotter(*mode*)[[source]](_modules/mu/interface/main.html#Window.add_python3_plotter)[¶](#mu.interface.main.Window.add_python3_plotter "Permalink to this definition") Add a plotter that reads from either the REPL or a running script. Since this function will only be called when either the REPL or a running script are running (but not at the same time), it’ll just grab data emitted by the REPL or script via data\_received. add\_python3\_runner(*interpreter*, *script\_name*, *working\_directory*, *interactive=False*, *debugger=False*, *command\_args=None*, *envars=None*, *python\_args=None*)[[source]](_modules/mu/interface/main.html#Window.add_python3_runner)[¶](#mu.interface.main.Window.add_python3_runner "Permalink to this definition") Display console output for the interpreter with the referenced pythonpath running the referenced script. The script will be run within the workspace\_path directory. If interactive is True (default is False) the Python process will run in interactive mode (dropping the user into the REPL when the script completes). If debugger is True (default is False) the script will be run within a debug runner session. The debugger overrides the interactive flag (you cannot run the debugger in interactive mode). If there is a list of command\_args (the default is None) then these will be passed as further arguments into the command run in the new process. If envars is given, these will become part of the environment context of the new chlid process. If python\_args is given, these will be passed as arguments to the Python runtime used to launch the child process. add\_repl(*repl\_pane*, *name*)[[source]](_modules/mu/interface/main.html#Window.add_repl)[¶](#mu.interface.main.Window.add_repl "Permalink to this definition") Adds the referenced REPL pane to the application. add\_snek\_repl(*name*, *connection*, *force\_interrupt=True*, *wait\_input=False*)[[source]](_modules/mu/interface/main.html#Window.add_snek_repl)[¶](#mu.interface.main.Window.add_snek_repl "Permalink to this definition") Adds a Snek based REPL pane to the application. add\_tab(*path*, *text*, *api*, *newline*)[[source]](_modules/mu/interface/main.html#Window.add_tab)[¶](#mu.interface.main.Window.add_tab "Permalink to this definition") Adds a tab with the referenced path and text to the editor. annotate\_code(*feedback*, *annotation\_type*)[[source]](_modules/mu/interface/main.html#Window.annotate_code)[¶](#mu.interface.main.Window.annotate_code "Permalink to this definition") Given a list of annotations about the code in the current tab, add the annotations to the editor window so the user can make appropriate changes. change\_mode(*mode*)[[source]](_modules/mu/interface/main.html#Window.change_mode)[¶](#mu.interface.main.Window.change_mode "Permalink to this definition") Given a an object representing a mode, recreates the button bar with the expected functionality. connect\_find\_again(*handlers*, *shortcut*)[[source]](_modules/mu/interface/main.html#Window.connect_find_again)[¶](#mu.interface.main.Window.connect_find_again "Permalink to this definition") Create keyboard shortcuts and associate them with handlers for doing a find again in forward or backward direction. Any given shortcut will be used for forward find again, while Shift+shortcut will find again backwards. connect\_find\_replace(*handler*, *shortcut*)[[source]](_modules/mu/interface/main.html#Window.connect_find_replace)[¶](#mu.interface.main.Window.connect_find_replace "Permalink to this definition") Create a keyboard shortcut and associate it with a handler for doing a find and replace. connect\_tab\_rename(*handler*, *shortcut*)[[source]](_modules/mu/interface/main.html#Window.connect_tab_rename)[¶](#mu.interface.main.Window.connect_tab_rename "Permalink to this definition") Connect the double-click event on a tab and the keyboard shortcut to the referenced handler (causing the Save As dialog). connect\_toggle\_comments(*handler*, *shortcut*)[[source]](_modules/mu/interface/main.html#Window.connect_toggle_comments)[¶](#mu.interface.main.Window.connect_toggle_comments "Permalink to this definition") Create a keyboard shortcut and associate it with a handler for toggling comments on highlighted lines. connect\_zoom(*widget*)[[source]](_modules/mu/interface/main.html#Window.connect_zoom)[¶](#mu.interface.main.Window.connect_zoom "Permalink to this definition") Connects a referenced widget to the zoom related signals and sets the zoom of the widget to the current zoom level. copy\_to\_repl()[[source]](_modules/mu/interface/main.html#Window.copy_to_repl)[¶](#mu.interface.main.Window.copy_to_repl "Permalink to this definition") Copies currently selected text in the editor, into the active REPL widget and sets focus to the REPL widget. The final line pasted into the REPL waits for RETURN to be pressed by the user (this appears to be the default behaviour for pasting into the REPL widget). *property* current\_tab[¶](#mu.interface.main.Window.current_tab "Permalink to this definition") Returns the currently focussed tab. focus\_tab(*tab*)[[source]](_modules/mu/interface/main.html#Window.focus_tab)[¶](#mu.interface.main.Window.focus_tab "Permalink to this definition") Force focus on the referenced tab. get\_load\_path(*folder*, *extensions='\*'*, *allow\_previous=True*)[[source]](_modules/mu/interface/main.html#Window.get_load_path)[¶](#mu.interface.main.Window.get_load_path "Permalink to this definition") Displays a dialog for selecting a file to load. Returns the selected path. Defaults to start in the referenced folder unless a previous folder has been used and the allow\_previous flag is True (the default behaviour) get\_microbit\_path(*folder*)[[source]](_modules/mu/interface/main.html#Window.get_microbit_path)[¶](#mu.interface.main.Window.get_microbit_path "Permalink to this definition") Displays a dialog for locating the location of the BBC micro:bit in the host computer’s filesystem. Returns the selected path. Defaults to start in the referenced folder. get\_save\_path(*folder*)[[source]](_modules/mu/interface/main.html#Window.get_save_path)[¶](#mu.interface.main.Window.get_save_path "Permalink to this definition") Displays a dialog for selecting a file to save. Returns the selected path. Defaults to start in the referenced folder. handle\_python\_anywhere\_complete(*domain*)[[source]](_modules/mu/interface/main.html#Window.handle_python_anywhere_complete)[¶](#mu.interface.main.Window.handle_python_anywhere_complete "Permalink to this definition") Displays a confirmation that all the API calls completed OK and provides a link to the user’s website. handle\_python\_anywhere\_error(*error\_message*)[[source]](_modules/mu/interface/main.html#Window.handle_python_anywhere_error)[¶](#mu.interface.main.Window.handle_python_anywhere_error "Permalink to this definition") Display a friendly message to indicate a problem was encountered when uploading to PythonAnywhere. hide\_device\_selector()[[source]](_modules/mu/interface/main.html#Window.hide_device_selector)[¶](#mu.interface.main.Window.hide_device_selector "Permalink to this definition") Hides the device selector in the status bar highlight\_text(*target\_text*, *forward=True*)[[source]](_modules/mu/interface/main.html#Window.highlight_text)[¶](#mu.interface.main.Window.highlight_text "Permalink to this definition") Highlight the first match from the current position of the cursor in the current tab for the target\_text. Returns True if there’s a match. *property* modified[¶](#mu.interface.main.Window.modified "Permalink to this definition") Returns a boolean indication if there are any modified tabs in the editor. on\_context\_menu()[[source]](_modules/mu/interface/main.html#Window.on_context_menu)[¶](#mu.interface.main.Window.on_context_menu "Permalink to this definition") Called when a user right-clicks on an editor pane. If the REPL is active AND there is selected text in the current editor pane, modify the default context menu to include a paste to REPL option. Otherwise, just display the default context menu. on\_stdout\_write(*data*)[[source]](_modules/mu/interface/main.html#Window.on_stdout_write)[¶](#mu.interface.main.Window.on_stdout_write "Permalink to this definition") Called when either a running script or the REPL write to STDOUT. open\_directory\_from\_os(*path*)[[source]](_modules/mu/interface/main.html#Window.open_directory_from_os)[¶](#mu.interface.main.Window.open_directory_from_os "Permalink to this definition") Given the path to a directory, open the OS’s built in filesystem explorer for that path. Works with Windows, OSX and Linux. remove\_debug\_inspector()[[source]](_modules/mu/interface/main.html#Window.remove_debug_inspector)[¶](#mu.interface.main.Window.remove_debug_inspector "Permalink to this definition") Removes the debug inspector pane from the application. remove\_filesystem()[[source]](_modules/mu/interface/main.html#Window.remove_filesystem)[¶](#mu.interface.main.Window.remove_filesystem "Permalink to this definition") Removes the file system pane from the application. remove\_plotter()[[source]](_modules/mu/interface/main.html#Window.remove_plotter)[¶](#mu.interface.main.Window.remove_plotter "Permalink to this definition") Removes the plotter pane from the application. remove\_python\_runner()[[source]](_modules/mu/interface/main.html#Window.remove_python_runner)[¶](#mu.interface.main.Window.remove_python_runner "Permalink to this definition") Removes the runner pane from the application. remove\_repl()[[source]](_modules/mu/interface/main.html#Window.remove_repl)[¶](#mu.interface.main.Window.remove_repl "Permalink to this definition") Removes the REPL pane from the application. replace\_text(*target\_text*, *replace*, *global\_replace*)[[source]](_modules/mu/interface/main.html#Window.replace_text)[¶](#mu.interface.main.Window.replace_text "Permalink to this definition") Given target\_text, replace the first instance after the cursor with “replace”. If global\_replace is true, replace all instances of “target”. Returns the number of times replacement has occurred. reset\_annotations()[[source]](_modules/mu/interface/main.html#Window.reset_annotations)[¶](#mu.interface.main.Window.reset_annotations "Permalink to this definition") Resets the state of annotations on the current tab. resizeEvent(*resizeEvent*)[[source]](_modules/mu/interface/main.html#Window.resizeEvent)[¶](#mu.interface.main.Window.resizeEvent "Permalink to this definition") Respond to window getting too small for the button bar to fit well. screen\_size()[[source]](_modules/mu/interface/main.html#Window.screen_size)[¶](#mu.interface.main.Window.screen_size "Permalink to this definition") Returns an (width, height) tuple with the screen geometry. select\_mode(*modes*, *current\_mode*)[[source]](_modules/mu/interface/main.html#Window.select_mode)[¶](#mu.interface.main.Window.select_mode "Permalink to this definition") Display the mode selector dialog and return the result. set\_checker\_icon(*icon*)[[source]](_modules/mu/interface/main.html#Window.set_checker_icon)[¶](#mu.interface.main.Window.set_checker_icon "Permalink to this definition") Set the status icon to use on the check button set\_read\_only(*is\_readonly*)[[source]](_modules/mu/interface/main.html#Window.set_read_only)[¶](#mu.interface.main.Window.set_read_only "Permalink to this definition") Set all tabs read-only. set\_theme(*theme*)[[source]](_modules/mu/interface/main.html#Window.set_theme)[¶](#mu.interface.main.Window.set_theme "Permalink to this definition") Sets the theme for the REPL and editor tabs. set\_timer(*duration*, *callback*)[[source]](_modules/mu/interface/main.html#Window.set_timer)[¶](#mu.interface.main.Window.set_timer "Permalink to this definition") Set a repeating timer to call “callback” every “duration” seconds. set\_usb\_checker(*duration*, *callback*)[[source]](_modules/mu/interface/main.html#Window.set_usb_checker)[¶](#mu.interface.main.Window.set_usb_checker "Permalink to this definition") Sets up a timer that polls for USB changes via the “callback” every “duration” seconds. set\_zoom()[[source]](_modules/mu/interface/main.html#Window.set_zoom)[¶](#mu.interface.main.Window.set_zoom "Permalink to this definition") Sets the zoom to current zoom\_position level. setup(*breakpoint\_toggle*, *theme*)[[source]](_modules/mu/interface/main.html#Window.setup)[¶](#mu.interface.main.Window.setup "Permalink to this definition") Sets up the window. Defines the various attributes of the window and defines how the user interface is laid out. show\_admin(*log*, *settings*, *packages*, *mode*, *device\_list*)[[source]](_modules/mu/interface/main.html#Window.show_admin)[¶](#mu.interface.main.Window.show_admin "Permalink to this definition") Display the administrative dialog with referenced content of the log and settings. Return a dictionary of the settings that may have been changed by the admin dialog. show\_annotations()[[source]](_modules/mu/interface/main.html#Window.show_annotations)[¶](#mu.interface.main.Window.show_annotations "Permalink to this definition") Show the annotations added to the current tab. show\_confirmation(*message*, *information=None*, *icon=None*)[[source]](_modules/mu/interface/main.html#Window.show_confirmation)[¶](#mu.interface.main.Window.show_confirmation "Permalink to this definition") Displays a modal message to the user to which they need to confirm or cancel. If information is passed in this will be set as the additional informative text in the modal dialog. Since this mechanism will be used mainly for warning users that something is awry the default icon is set to “Warning”. It’s possible to override the icon to one of the following settings: NoIcon, Question, Information, Warning or Critical. show\_device\_selector()[[source]](_modules/mu/interface/main.html#Window.show_device_selector)[¶](#mu.interface.main.Window.show_device_selector "Permalink to this definition") Reveals the device selector in the status bar show\_find\_replace(*find*, *replace*, *global\_replace*)[[source]](_modules/mu/interface/main.html#Window.show_find_replace)[¶](#mu.interface.main.Window.show_find_replace "Permalink to this definition") Display the find/replace dialog. If the dialog’s OK button was clicked return a tuple containing the find term, replace term and global replace flag. show\_message(*message*, *information=None*, *icon=None*)[[source]](_modules/mu/interface/main.html#Window.show_message)[¶](#mu.interface.main.Window.show_message "Permalink to this definition") Displays a modal message to the user. If information is passed in this will be set as the additional informative text in the modal dialog. Since this mechanism will be used mainly for warning users that something is awry the default icon is set to “Warning”. It’s possible to override the icon to one of the following settings: NoIcon, Question, Information, Warning or Critical. size\_window(*x=None*, *y=None*, *w=None*, *h=None*)[[source]](_modules/mu/interface/main.html#Window.size_window)[¶](#mu.interface.main.Window.size_window "Permalink to this definition") Makes the editor 80% of the width\*height of the screen and centres it when none of x, y, w and h is passed in; otherwise uses the passed in values to position and size the editor window. If the X or Y value will be off the screen, these are reset to None (thus stopping the window being drawn in a hard-to-reach place). See issue #1613 for context. stop\_timer()[[source]](_modules/mu/interface/main.html#Window.stop_timer)[¶](#mu.interface.main.Window.stop_timer "Permalink to this definition") Stop the repeating timer. sync\_packages(*to\_remove*, *to\_add*)[[source]](_modules/mu/interface/main.html#Window.sync_packages)[¶](#mu.interface.main.Window.sync_packages "Permalink to this definition") Display a modal dialog that indicates the status of the add/remove package management operation. *property* tab\_count[¶](#mu.interface.main.Window.tab_count "Permalink to this definition") Returns the number of active tabs. toggle\_comments()[[source]](_modules/mu/interface/main.html#Window.toggle_comments)[¶](#mu.interface.main.Window.toggle_comments "Permalink to this definition") Toggle comments on/off for all selected line in the currently active tab. update\_debug\_inspector(*locals\_dict*)[[source]](_modules/mu/interface/main.html#Window.update_debug_inspector)[¶](#mu.interface.main.Window.update_debug_inspector "Permalink to this definition") Given the contents of a dict representation of the locals in the current stack frame, update the debug inspector with the new values. update\_title(*filename=None*)[[source]](_modules/mu/interface/main.html#Window.update_title)[¶](#mu.interface.main.Window.update_title "Permalink to this definition") Updates the title bar of the application. If a filename (representing the name of the file currently the focus of the editor) is supplied, append it to the end of the title. upload\_to\_python\_anywhere(*instance*, *username*, *token*, *app\_name*, *files*)[[source]](_modules/mu/interface/main.html#Window.upload_to_python_anywhere)[¶](#mu.interface.main.Window.upload_to_python_anywhere "Permalink to this definition") Show a progress dialog as the files are uploaded to PythonAnywhere. wheelEvent(*event*)[[source]](_modules/mu/interface/main.html#Window.wheelEvent)[¶](#mu.interface.main.Window.wheelEvent "Permalink to this definition") Trap a CTRL-scroll event so the user is able to zoom in and out. *property* widgets[¶](#mu.interface.main.Window.widgets "Permalink to this definition") Returns a list of references to the widgets representing tabs in the editor. zoom\_in()[[source]](_modules/mu/interface/main.html#Window.zoom_in)[¶](#mu.interface.main.Window.zoom_in "Permalink to this definition") Handles zooming in. zoom\_out()[[source]](_modules/mu/interface/main.html#Window.zoom_out)[¶](#mu.interface.main.Window.zoom_out "Permalink to this definition") Handles zooming out. ##### `mu.interface.dialogs`[¶](#mu-interface-dialogs "Permalink to this headline") Bespoke modal dialogs required by Mu. UI related code for dialogs used by Mu. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.interface.dialogs.AdminDialog(*parent=None*)[[source]](_modules/mu/interface/dialogs.html#AdminDialog)[¶](#mu.interface.dialogs.AdminDialog "Permalink to this definition") Displays administrative related information and settings (logs, environment variables, third party packages etc…). settings()[[source]](_modules/mu/interface/dialogs.html#AdminDialog.settings)[¶](#mu.interface.dialogs.AdminDialog.settings "Permalink to this definition") Return a dictionary representation of the raw settings information generated by this dialog. Such settings will need to be processed / checked in the “logic” layer of Mu. *class* mu.interface.dialogs.ESPFirmwareFlasherWidget[[source]](_modules/mu/interface/dialogs.html#ESPFirmwareFlasherWidget)[¶](#mu.interface.dialogs.ESPFirmwareFlasherWidget "Permalink to this definition") Used for configuring how to interact with the ESP: * Override MicroPython. append\_data(*msg*)[[source]](_modules/mu/interface/dialogs.html#ESPFirmwareFlasherWidget.append_data)[¶](#mu.interface.dialogs.ESPFirmwareFlasherWidget.append_data "Permalink to this definition") Add data to the end of the text area. esptool\_finished(*exitCode*, *exitStatus*)[[source]](_modules/mu/interface/dialogs.html#ESPFirmwareFlasherWidget.esptool_finished)[¶](#mu.interface.dialogs.ESPFirmwareFlasherWidget.esptool_finished "Permalink to this definition") Called when the subprocess that executes ‘esptool.py is finished. read\_process()[[source]](_modules/mu/interface/dialogs.html#ESPFirmwareFlasherWidget.read_process)[¶](#mu.interface.dialogs.ESPFirmwareFlasherWidget.read_process "Permalink to this definition") Read data from the child process and append it to the text area. Try to keep reading until there’s no more data from the process. *class* mu.interface.dialogs.EnvironmentVariablesWidget[[source]](_modules/mu/interface/dialogs.html#EnvironmentVariablesWidget)[¶](#mu.interface.dialogs.EnvironmentVariablesWidget "Permalink to this definition") Used for editing and displaying environment variables used with Python 3 mode. *class* mu.interface.dialogs.FindReplaceDialog(*parent=None*)[[source]](_modules/mu/interface/dialogs.html#FindReplaceDialog)[¶](#mu.interface.dialogs.FindReplaceDialog "Permalink to this definition") Display a dialog for getting: * A term to find, * An optional value to replace the search term, * A flag to indicate if the user wishes to replace all. find()[[source]](_modules/mu/interface/dialogs.html#FindReplaceDialog.find)[¶](#mu.interface.dialogs.FindReplaceDialog.find "Permalink to this definition") Return the value the user entered to find. replace()[[source]](_modules/mu/interface/dialogs.html#FindReplaceDialog.replace)[¶](#mu.interface.dialogs.FindReplaceDialog.replace "Permalink to this definition") Return the value the user entered for replace. replace\_flag()[[source]](_modules/mu/interface/dialogs.html#FindReplaceDialog.replace_flag)[¶](#mu.interface.dialogs.FindReplaceDialog.replace_flag "Permalink to this definition") Return the value of the global replace flag. *class* mu.interface.dialogs.LocaleWidget[[source]](_modules/mu/interface/dialogs.html#LocaleWidget)[¶](#mu.interface.dialogs.LocaleWidget "Permalink to this definition") Used for manually setting the locale (and thus the language) used by Mu. get\_locale()[[source]](_modules/mu/interface/dialogs.html#LocaleWidget.get_locale)[¶](#mu.interface.dialogs.LocaleWidget.get_locale "Permalink to this definition") Return the user-selected language code. *class* mu.interface.dialogs.LogWidget[[source]](_modules/mu/interface/dialogs.html#LogWidget)[¶](#mu.interface.dialogs.LogWidget "Permalink to this definition") Used to display Mu’s logs. *class* mu.interface.dialogs.MicrobitSettingsWidget[[source]](_modules/mu/interface/dialogs.html#MicrobitSettingsWidget)[¶](#mu.interface.dialogs.MicrobitSettingsWidget "Permalink to this definition") Used for configuring how to interact with the micro:bit: * Minification flag. * Override runtime version to use. *class* mu.interface.dialogs.ModeItem(*name*, *description*, *icon*, *parent=None*)[[source]](_modules/mu/interface/dialogs.html#ModeItem)[¶](#mu.interface.dialogs.ModeItem "Permalink to this definition") Represents an available mode listed for selection. *class* mu.interface.dialogs.ModeSelector(*parent=None*)[[source]](_modules/mu/interface/dialogs.html#ModeSelector)[¶](#mu.interface.dialogs.ModeSelector "Permalink to this definition") Defines a UI for selecting the mode for Mu. get\_mode()[[source]](_modules/mu/interface/dialogs.html#ModeSelector.get_mode)[¶](#mu.interface.dialogs.ModeSelector.get_mode "Permalink to this definition") Return details of the newly selected mode. select\_and\_accept()[[source]](_modules/mu/interface/dialogs.html#ModeSelector.select_and_accept)[¶](#mu.interface.dialogs.ModeSelector.select_and_accept "Permalink to this definition") Handler for when an item is double-clicked. *class* mu.interface.dialogs.PackageDialog(*parent=None*)[[source]](_modules/mu/interface/dialogs.html#PackageDialog)[¶](#mu.interface.dialogs.PackageDialog "Permalink to this definition") Display the output of the pip commands needed to remove or install packages. Because the QProcess mechanism we’re using is asynchronous, we have to manage the pip requests via pip\_queue. When one request is signalled as finished we start the next. finish()[[source]](_modules/mu/interface/dialogs.html#PackageDialog.finish)[¶](#mu.interface.dialogs.PackageDialog.finish "Permalink to this definition") Set the UI to a valid end state. next\_pip\_command()[[source]](_modules/mu/interface/dialogs.html#PackageDialog.next_pip_command)[¶](#mu.interface.dialogs.PackageDialog.next_pip_command "Permalink to this definition") Run the next pip command, finishing if there is none. run\_pip(*command*, *packages*)[[source]](_modules/mu/interface/dialogs.html#PackageDialog.run_pip)[¶](#mu.interface.dialogs.PackageDialog.run_pip "Permalink to this definition") Run a pip command in a subprocess and pipe the output to the dialog’s text area. setup(*to\_remove*, *to\_add*)[[source]](_modules/mu/interface/dialogs.html#PackageDialog.setup)[¶](#mu.interface.dialogs.PackageDialog.setup "Permalink to this definition") Create the UI for the dialog. *class* mu.interface.dialogs.PackagesWidget[[source]](_modules/mu/interface/dialogs.html#PackagesWidget)[¶](#mu.interface.dialogs.PackagesWidget "Permalink to this definition") Used for editing and displaying 3rd party packages installed via pip to be used with Python 3 mode. *class* mu.interface.dialogs.PythonAnywhereWidget[[source]](_modules/mu/interface/dialogs.html#PythonAnywhereWidget)[¶](#mu.interface.dialogs.PythonAnywhereWidget "Permalink to this definition") For configuring the user’s username and API token for interacting with the PythonAnywhere API to deploy a website from web mode. valid\_instances *= ['www', 'eu']*[¶](#mu.interface.dialogs.PythonAnywhereWidget.valid_instances "Permalink to this definition") Valid server hosting instances for PythonAnywhere. ##### `mu.interface.editor`[¶](#mu-interface-editor "Permalink to this headline") Contains the customised Scintilla based editor used for textual display and entry. UI related capabilities for the text editor widget embedded in each tab in Mu. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.interface.editor.CssLexer[[source]](_modules/mu/interface/editor.html#CssLexer)[¶](#mu.interface.editor.CssLexer "Permalink to this definition") Fixes problems with comments in CSS. description(*style*)[[source]](_modules/mu/interface/editor.html#CssLexer.description)[¶](#mu.interface.editor.CssLexer.description "Permalink to this definition") Ensures “Comment” is returned when the lexer encounters a comment (this is due to a bug in the base class, for which this is a work around). *class* mu.interface.editor.EditorPane(*path*, *text*, *newline='\n'*)[[source]](_modules/mu/interface/editor.html#EditorPane)[¶](#mu.interface.editor.EditorPane "Permalink to this definition") Represents the text editor. annotate\_code(*feedback*, *annotation\_type='error'*)[[source]](_modules/mu/interface/editor.html#EditorPane.annotate_code)[¶](#mu.interface.editor.EditorPane.annotate_code "Permalink to this definition") Given a list of annotations add them to the editor pane so the user can act upon them. configure()[[source]](_modules/mu/interface/editor.html#EditorPane.configure)[¶](#mu.interface.editor.EditorPane.configure "Permalink to this definition") Set up the editor component. connect\_margin(*func*)[[source]](_modules/mu/interface/editor.html#EditorPane.connect_margin)[¶](#mu.interface.editor.EditorPane.connect_margin "Permalink to this definition") Connect clicking the margin to the passed in handler function, via a filtering handler that ignores clicks on margin 4. contextMenuEvent(*event*)[[source]](_modules/mu/interface/editor.html#EditorPane.contextMenuEvent)[¶](#mu.interface.editor.EditorPane.contextMenuEvent "Permalink to this definition") A context menu (right click) has been actioned. debugger\_at\_line(*line*)[[source]](_modules/mu/interface/editor.html#EditorPane.debugger_at_line)[¶](#mu.interface.editor.EditorPane.debugger_at_line "Permalink to this definition") Set the line to be highlighted with the DEBUG\_INDICATOR. dropEvent(*event*)[[source]](_modules/mu/interface/editor.html#EditorPane.dropEvent)[¶](#mu.interface.editor.EditorPane.dropEvent "Permalink to this definition") Run by Qt when *something* is dropped on this editor find\_next\_match(*text*, *from\_line=- 1*, *from\_col=- 1*, *case\_sensitive=True*, *wrap\_around=True*)[[source]](_modules/mu/interface/editor.html#EditorPane.find_next_match)[¶](#mu.interface.editor.EditorPane.find_next_match "Permalink to this definition") Finds the next text match from the current cursor, or the given position, and selects it (the automatic selection is the only available QsciScintilla behaviour). Returns True if match found, False otherwise. highlight\_selected\_matches()[[source]](_modules/mu/interface/editor.html#EditorPane.highlight_selected_matches)[¶](#mu.interface.editor.EditorPane.highlight_selected_matches "Permalink to this definition") Checks the current selection, if it is a single word it then searches and highlights all matches. Since we’re interested in exactly one word: \* Ignore an empty selection \* Ignore anything which spans more than one line \* Ignore more than one word \* Ignore anything less than one word *property* label[¶](#mu.interface.editor.EditorPane.label "Permalink to this definition") The label associated with this editor widget (usually the filename of the script we’re editing). range\_from\_positions(*start\_position*, *end\_position*)[[source]](_modules/mu/interface/editor.html#EditorPane.range_from_positions)[¶](#mu.interface.editor.EditorPane.range_from_positions "Permalink to this definition") Given a start-end pair, such as are provided by a regex match, return the corresponding Scintilla line-offset pairs which are used for searches, indicators etc. NOTE: Arguments must be byte offsets into the underlying text bytes. reset\_annotations()[[source]](_modules/mu/interface/editor.html#EditorPane.reset_annotations)[¶](#mu.interface.editor.EditorPane.reset_annotations "Permalink to this definition") Clears all the assets (indicators, annotations and markers). reset\_check\_indicators()[[source]](_modules/mu/interface/editor.html#EditorPane.reset_check_indicators)[¶](#mu.interface.editor.EditorPane.reset_check_indicators "Permalink to this definition") Clears all the text indicators related to the check code functionality. reset\_debugger\_highlight()[[source]](_modules/mu/interface/editor.html#EditorPane.reset_debugger_highlight)[¶](#mu.interface.editor.EditorPane.reset_debugger_highlight "Permalink to this definition") Reset all the lines so the DEBUG\_INDICATOR is no longer displayed. We need to check each line since there’s no way to tell what the currently highlighted line is. This approach also has the advantage of resetting the *whole* editor pane. reset\_search\_indicators()[[source]](_modules/mu/interface/editor.html#EditorPane.reset_search_indicators)[¶](#mu.interface.editor.EditorPane.reset_search_indicators "Permalink to this definition") Clears all the text indicators from the search functionality. selection\_change\_listener()[[source]](_modules/mu/interface/editor.html#EditorPane.selection_change_listener)[¶](#mu.interface.editor.EditorPane.selection_change_listener "Permalink to this definition") Runs every time the text selection changes. This could get triggered multiple times while the mouse click is down, even if selection has not changed in itself. If there is a new selection is passes control to highlight\_selected\_matches. set\_api(*api\_definitions*)[[source]](_modules/mu/interface/editor.html#EditorPane.set_api)[¶](#mu.interface.editor.EditorPane.set_api "Permalink to this definition") Sets the API entries for tooltips, calltips and the like. set\_theme(*theme=<class 'mu.interface.themes.DayTheme'>*)[[source]](_modules/mu/interface/editor.html#EditorPane.set_theme)[¶](#mu.interface.editor.EditorPane.set_theme "Permalink to this definition") Connect the theme to a lexer and return the lexer for the editor to apply to the script text. set\_zoom(*size='m'*)[[source]](_modules/mu/interface/editor.html#EditorPane.set_zoom)[¶](#mu.interface.editor.EditorPane.set_zoom "Permalink to this definition") Sets the font zoom to the specified base point size for all fonts given a t-shirt size. show\_annotations()[[source]](_modules/mu/interface/editor.html#EditorPane.show_annotations)[¶](#mu.interface.editor.EditorPane.show_annotations "Permalink to this definition") Display all the messages to be annotated to the code. *property* title[¶](#mu.interface.editor.EditorPane.title "Permalink to this definition") The title associated with this editor widget (usually the filename of the script we’re editing). If the script has been modified since it was last saved, the label will end with an asterisk. toggle\_comments()[[source]](_modules/mu/interface/editor.html#EditorPane.toggle_comments)[¶](#mu.interface.editor.EditorPane.toggle_comments "Permalink to this definition") Iterate through the selected lines and toggle their comment/uncomment state. So, lines that are not comments become comments and vice versa. toggle\_line(*raw\_line*)[[source]](_modules/mu/interface/editor.html#EditorPane.toggle_line)[¶](#mu.interface.editor.EditorPane.toggle_line "Permalink to this definition") Given a raw\_line, will return the toggled version of it. wheelEvent(*event*)[[source]](_modules/mu/interface/editor.html#EditorPane.wheelEvent)[¶](#mu.interface.editor.EditorPane.wheelEvent "Permalink to this definition") Stops QScintilla from doing the wrong sort of zoom handling. *class* mu.interface.editor.PythonLexer(*\*args*, *\*\*kwargs*)[[source]](_modules/mu/interface/editor.html#PythonLexer)[¶](#mu.interface.editor.PythonLexer "Permalink to this definition") A Python specific “lexer” that’s used to identify keywords of the Python language so the editor can do syntax highlighting. keywords(*flag*)[[source]](_modules/mu/interface/editor.html#PythonLexer.keywords)[¶](#mu.interface.editor.PythonLexer.keywords "Permalink to this definition") Returns a list of Python keywords. ##### `mu.interface.panes`[¶](#mu-interface-panes "Permalink to this headline") Contains code used to populate the various panes found in the user interface (REPL, file list, debug inspector etc…). Contains the UI classes used to populate the various panes used by Mu. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.interface.panes.DebugInspector[[source]](_modules/mu/interface/panes.html#DebugInspector)[¶](#mu.interface.panes.DebugInspector "Permalink to this definition") Presents a tree like representation of the current state of the call stack to the user. record\_collapsed(*index*)[[source]](_modules/mu/interface/panes.html#DebugInspector.record_collapsed)[¶](#mu.interface.panes.DebugInspector.record_collapsed "Permalink to this definition") Remove collapsed dicts from set, so they render collapsed. record\_expanded(*index*)[[source]](_modules/mu/interface/panes.html#DebugInspector.record_expanded)[¶](#mu.interface.panes.DebugInspector.record_expanded "Permalink to this definition") Keep track of expanded dicts for displaying in debugger. set\_font\_size(*new\_size=14*)[[source]](_modules/mu/interface/panes.html#DebugInspector.set_font_size)[¶](#mu.interface.panes.DebugInspector.set_font_size "Permalink to this definition") Sets the font size for all the textual elements in this pane. set\_zoom(*size*)[[source]](_modules/mu/interface/panes.html#DebugInspector.set_zoom)[¶](#mu.interface.panes.DebugInspector.set_zoom "Permalink to this definition") Set the current zoom level given the “t-shirt” size. *class* mu.interface.panes.DebugInspectorItem(*\*args*)[[source]](_modules/mu/interface/panes.html#DebugInspectorItem)[¶](#mu.interface.panes.DebugInspectorItem "Permalink to this definition") *class* mu.interface.panes.FileSystemPane(*home*)[[source]](_modules/mu/interface/panes.html#FileSystemPane)[¶](#mu.interface.panes.FileSystemPane "Permalink to this definition") Contains two QListWidgets representing the micro:bit and the user’s code directory. Users transfer files by dragging and dropping. Highlighted files can be selected for deletion. disable()[[source]](_modules/mu/interface/panes.html#FileSystemPane.disable)[¶](#mu.interface.panes.FileSystemPane.disable "Permalink to this definition") Stops interaction with the list widgets. enable()[[source]](_modules/mu/interface/panes.html#FileSystemPane.enable)[¶](#mu.interface.panes.FileSystemPane.enable "Permalink to this definition") Allows interaction with the list widgets. on\_delete\_fail(*filename*)[[source]](_modules/mu/interface/panes.html#FileSystemPane.on_delete_fail)[¶](#mu.interface.panes.FileSystemPane.on_delete_fail "Permalink to this definition") Fired when a deletion on the device for the given file failed. on\_get\_fail(*filename*)[[source]](_modules/mu/interface/panes.html#FileSystemPane.on_get_fail)[¶](#mu.interface.panes.FileSystemPane.on_get_fail "Permalink to this definition") Fired when getting the referenced file on the device failed. on\_ls(*microbit\_files*)[[source]](_modules/mu/interface/panes.html#FileSystemPane.on_ls)[¶](#mu.interface.panes.FileSystemPane.on_ls "Permalink to this definition") Displays a list of the files on the micro:bit. Since listing files is always the final event in any interaction between Mu and the micro:bit, this enables the controls again for further interactions to take place. on\_ls\_fail()[[source]](_modules/mu/interface/panes.html#FileSystemPane.on_ls_fail)[¶](#mu.interface.panes.FileSystemPane.on_ls_fail "Permalink to this definition") Fired when listing files fails. on\_put\_fail(*filename*)[[source]](_modules/mu/interface/panes.html#FileSystemPane.on_put_fail)[¶](#mu.interface.panes.FileSystemPane.on_put_fail "Permalink to this definition") Fired when the referenced file cannot be copied onto the device. set\_font\_size(*new\_size=14*)[[source]](_modules/mu/interface/panes.html#FileSystemPane.set_font_size)[¶](#mu.interface.panes.FileSystemPane.set_font_size "Permalink to this definition") Sets the font size for all the textual elements in this pane. set\_zoom(*size*)[[source]](_modules/mu/interface/panes.html#FileSystemPane.set_zoom)[¶](#mu.interface.panes.FileSystemPane.set_zoom "Permalink to this definition") Set the current zoom level given the “t-shirt” size. show\_message(*message*)[[source]](_modules/mu/interface/panes.html#FileSystemPane.show_message)[¶](#mu.interface.panes.FileSystemPane.show_message "Permalink to this definition") Emits the set\_message signal. show\_warning(*message*)[[source]](_modules/mu/interface/panes.html#FileSystemPane.show_warning)[¶](#mu.interface.panes.FileSystemPane.show_warning "Permalink to this definition") Emits the set\_warning signal. *class* mu.interface.panes.JupyterREPLPane(*\*args*, *\*\*kwargs*)[[source]](_modules/mu/interface/panes.html#JupyterREPLPane)[¶](#mu.interface.panes.JupyterREPLPane "Permalink to this definition") REPL = Read, Evaluate, Print, Loop. Displays a Jupyter iPython session. setFocus()[[source]](_modules/mu/interface/panes.html#JupyterREPLPane.setFocus)[¶](#mu.interface.panes.JupyterREPLPane.setFocus "Permalink to this definition") Override base setFocus so the focus happens to the embedded \_control within this widget. set\_font\_size(*new\_size=14*)[[source]](_modules/mu/interface/panes.html#JupyterREPLPane.set_font_size)[¶](#mu.interface.panes.JupyterREPLPane.set_font_size "Permalink to this definition") Sets the font size for all the textual elements in this pane. set\_theme(*theme*)[[source]](_modules/mu/interface/panes.html#JupyterREPLPane.set_theme)[¶](#mu.interface.panes.JupyterREPLPane.set_theme "Permalink to this definition") Sets the theme / look for the REPL pane. set\_zoom(*size*)[[source]](_modules/mu/interface/panes.html#JupyterREPLPane.set_zoom)[¶](#mu.interface.panes.JupyterREPLPane.set_zoom "Permalink to this definition") Set the current zoom level given the “t-shirt” size. *class* mu.interface.panes.LocalFileList(*home*)[[source]](_modules/mu/interface/panes.html#LocalFileList)[¶](#mu.interface.panes.LocalFileList "Permalink to this definition") Represents a list of files in the Mu directory on the local machine. contextMenuEvent(*self*, *QContextMenuEvent*)[[source]](_modules/mu/interface/panes.html#LocalFileList.contextMenuEvent)[¶](#mu.interface.panes.LocalFileList.contextMenuEvent "Permalink to this definition") dropEvent(*self*, *QDropEvent*)[[source]](_modules/mu/interface/panes.html#LocalFileList.dropEvent)[¶](#mu.interface.panes.LocalFileList.dropEvent "Permalink to this definition") on\_get(*microbit\_file*)[[source]](_modules/mu/interface/panes.html#LocalFileList.on_get)[¶](#mu.interface.panes.LocalFileList.on_get "Permalink to this definition") Fired when the get event is completed for the given filename. *class* mu.interface.panes.MicroPythonDeviceFileList(*home*)[[source]](_modules/mu/interface/panes.html#MicroPythonDeviceFileList)[¶](#mu.interface.panes.MicroPythonDeviceFileList "Permalink to this definition") Represents a list of files on a MicroPython device. contextMenuEvent(*self*, *QContextMenuEvent*)[[source]](_modules/mu/interface/panes.html#MicroPythonDeviceFileList.contextMenuEvent)[¶](#mu.interface.panes.MicroPythonDeviceFileList.contextMenuEvent "Permalink to this definition") dropEvent(*self*, *QDropEvent*)[[source]](_modules/mu/interface/panes.html#MicroPythonDeviceFileList.dropEvent)[¶](#mu.interface.panes.MicroPythonDeviceFileList.dropEvent "Permalink to this definition") on\_delete(*microbit\_file*)[[source]](_modules/mu/interface/panes.html#MicroPythonDeviceFileList.on_delete)[¶](#mu.interface.panes.MicroPythonDeviceFileList.on_delete "Permalink to this definition") Fired when the delete event is completed for the given filename. on\_put(*microbit\_file*)[[source]](_modules/mu/interface/panes.html#MicroPythonDeviceFileList.on_put)[¶](#mu.interface.panes.MicroPythonDeviceFileList.on_put "Permalink to this definition") Fired when the put event is completed for the given filename. *class* mu.interface.panes.MicroPythonREPLPane(*connection*, *theme='day'*, *parent=None*)[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane)[¶](#mu.interface.panes.MicroPythonREPLPane "Permalink to this definition") REPL = Read, Evaluate, Print, Loop. This widget represents a REPL client connected to a device running MicroPython. The device MUST be flashed with MicroPython for this to work. clear()[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.clear)[¶](#mu.interface.panes.MicroPythonREPLPane.clear "Permalink to this definition") Clears the text of the REPL. context\_menu()[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.context_menu)[¶](#mu.interface.panes.MicroPythonREPLPane.context_menu "Permalink to this definition") Creates custom context menu with just copy and paste. delete\_selection()[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.delete_selection)[¶](#mu.interface.panes.MicroPythonREPLPane.delete_selection "Permalink to this definition") Returns true if deletion happened, returns false if there was no selection to delete. insertFromMimeData(*source*)[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.insertFromMimeData)[¶](#mu.interface.panes.MicroPythonREPLPane.insertFromMimeData "Permalink to this definition") Insert mime data by sending it to the REPL keyPressEvent(*data*)[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.keyPressEvent)[¶](#mu.interface.panes.MicroPythonREPLPane.keyPressEvent "Permalink to this definition") Called when the user types something in the REPL. Correctly encodes it and sends it to the connected device. mouseReleaseEvent(*mouseEvent*)[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.mouseReleaseEvent)[¶](#mu.interface.panes.MicroPythonREPLPane.mouseReleaseEvent "Permalink to this definition") Called whenever a user have had a mouse button pressed, and releases it. We pass it through to the normal way Qt handles button pressed, but also sends as cursor movement signal to the device (except if a selection is made, for selections we first move the cursor on deselection) move\_cursor\_to(*new\_position*)[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.move_cursor_to)[¶](#mu.interface.panes.MicroPythonREPLPane.move_cursor_to "Permalink to this definition") Move the cursor, by sending vt100 left/right signals through serial. The Qt cursor is first returned to the known location of the device cursor. Then the appropriate number of move left or right signals are send. The Qt cursor is not moved to the new\_position here, but will be moved once receiving a response (in process\_tty\_data). process\_tty\_data(*data*)[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.process_tty_data)[¶](#mu.interface.panes.MicroPythonREPLPane.process_tty_data "Permalink to this definition") Given some incoming bytes of data, work out how to handle / display them in the REPL widget. If received input is incomplete, stores remainder in self.unprocessed\_input. Updates the self.device\_cursor\_position to match that of the device for every input received. set\_devicecursor\_to\_qtcursor()[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.set_devicecursor_to_qtcursor)[¶](#mu.interface.panes.MicroPythonREPLPane.set_devicecursor_to_qtcursor "Permalink to this definition") Call this whenever the cursor has been moved by the user, to send the cursor movement to the device. set\_font\_size(*new\_size=14*)[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.set_font_size)[¶](#mu.interface.panes.MicroPythonREPLPane.set_font_size "Permalink to this definition") Sets the font size for all the textual elements in this pane. set\_qtcursor\_to\_devicecursor()[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.set_qtcursor_to_devicecursor)[¶](#mu.interface.panes.MicroPythonREPLPane.set_qtcursor_to_devicecursor "Permalink to this definition") Resets the Qt TextCursor to where we know the device has the cursor placed. set\_zoom(*size*)[[source]](_modules/mu/interface/panes.html#MicroPythonREPLPane.set_zoom)[¶](#mu.interface.panes.MicroPythonREPLPane.set_zoom "Permalink to this definition") Set the current zoom level given the “t-shirt” size. *class* mu.interface.panes.MuFileList[[source]](_modules/mu/interface/panes.html#MuFileList)[¶](#mu.interface.panes.MuFileList "Permalink to this definition") Contains shared methods for the two types of file listing used in Mu. show\_confirm\_overwrite\_dialog()[[source]](_modules/mu/interface/panes.html#MuFileList.show_confirm_overwrite_dialog)[¶](#mu.interface.panes.MuFileList.show_confirm_overwrite_dialog "Permalink to this definition") Display a dialog to check if an existing file should be overwritten. Returns a boolean indication of the user’s decision. *class* mu.interface.panes.PlotterPane(*parent=None*)[[source]](_modules/mu/interface/panes.html#PlotterPane)[¶](#mu.interface.panes.PlotterPane "Permalink to this definition") This plotter widget makes viewing sensor data easy! This widget represents a chart that will look for tuple data from the MicroPython REPL, Python 3 REPL or Python 3 code runner and will auto-generate a graph. add\_data(*values*)[[source]](_modules/mu/interface/panes.html#PlotterPane.add_data)[¶](#mu.interface.panes.PlotterPane.add_data "Permalink to this definition") Given a tuple of values, ensures there are the required number of line series, add the data to the line series, update the range of the chart so the chart displays nicely. process\_tty\_data(*data*)[[source]](_modules/mu/interface/panes.html#PlotterPane.process_tty_data)[¶](#mu.interface.panes.PlotterPane.process_tty_data "Permalink to this definition") Takes raw bytes and, if a valid tuple is detected, adds the data to the plotter. The the length of the bytes data > 1024 then a data\_flood signal is emitted to ensure Mu can take action to remain responsive. set\_theme(*theme*)[[source]](_modules/mu/interface/panes.html#PlotterPane.set_theme)[¶](#mu.interface.panes.PlotterPane.set_theme "Permalink to this definition") Sets the theme / look for the plotter pane. *class* mu.interface.panes.PythonProcessPane(*parent=None*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane)[¶](#mu.interface.panes.PythonProcessPane "Permalink to this definition") Handles / displays a Python process’s stdin/out with working command history and simple buffer editing. append(*msg*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.append)[¶](#mu.interface.panes.PythonProcessPane.append "Permalink to this definition") Append text to the text area. backspace()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.backspace)[¶](#mu.interface.panes.PythonProcessPane.backspace "Permalink to this definition") Removes a character from the current buffer – to the left of cursor. clear\_input\_line()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.clear_input_line)[¶](#mu.interface.panes.PythonProcessPane.clear_input_line "Permalink to this definition") Remove all the characters currently in the input buffer line. context\_menu()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.context_menu)[¶](#mu.interface.panes.PythonProcessPane.context_menu "Permalink to this definition") Creates custom context menu with just copy and paste. delete()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.delete)[¶](#mu.interface.panes.PythonProcessPane.delete "Permalink to this definition") Removes a character from the current buffer – to the right of cursor. finished(*code*, *status*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.finished)[¶](#mu.interface.panes.PythonProcessPane.finished "Permalink to this definition") Handle when the child process finishes. history\_back()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.history_back)[¶](#mu.interface.panes.PythonProcessPane.history_back "Permalink to this definition") Replace the current input line with the next item BACK from the current history position. history\_forward()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.history_forward)[¶](#mu.interface.panes.PythonProcessPane.history_forward "Permalink to this definition") Replace the current input line with the next item FORWARD from the current history position. insert(*msg*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.insert)[¶](#mu.interface.panes.PythonProcessPane.insert "Permalink to this definition") Insert text to the text area at the current cursor position. insertFromMimeData(*source*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.insertFromMimeData)[¶](#mu.interface.panes.PythonProcessPane.insertFromMimeData "Permalink to this definition") Insert mime data by sending it to the REPL keyPressEvent(*data*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.keyPressEvent)[¶](#mu.interface.panes.PythonProcessPane.keyPressEvent "Permalink to this definition") Called when the user types something in the REPL. on\_process\_halt()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.on_process_halt)[¶](#mu.interface.panes.PythonProcessPane.on_process_halt "Permalink to this definition") Called when the the user has manually halted a running process. Ensures that the remaining data from the halted process’s stdout is handled properly. When the process is halted the user is dropped into the Python prompt and this method ensures the UI is updated in a clean, non-blocking way. parse\_input(*key*, *text*, *modifiers*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.parse_input)[¶](#mu.interface.panes.PythonProcessPane.parse_input "Permalink to this definition") Correctly encodes user input and sends it to the connected process. The key is a Qt.Key\_Something value, text is the textual representation of the input, and modifiers are the control keys (shift, CTRL, META, etc) also used. parse\_paste(*text*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.parse_paste)[¶](#mu.interface.panes.PythonProcessPane.parse_paste "Permalink to this definition") Recursively takes characters from text to be parsed as input. We do this so the event loop has time to respond to output from the process to which the characters are sent (for example, when a newline is sent). Yes, this is a quick and dirty hack, but ensures the pasted input is also evaluated in an interactive manner rather than as a single-shot splurge of data. Essentially, it’s simulating someone typing in the characters of the pasted text *really fast* but in such a way that the event loop cycles. read\_from\_stdout()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.read_from_stdout)[¶](#mu.interface.panes.PythonProcessPane.read_from_stdout "Permalink to this definition") Process incoming data from the process’s stdout. replace\_input\_line(*text*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.replace_input_line)[¶](#mu.interface.panes.PythonProcessPane.replace_input_line "Permalink to this definition") Replace the current input line with the passed in text. set\_font\_size(*new\_size=14*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.set_font_size)[¶](#mu.interface.panes.PythonProcessPane.set_font_size "Permalink to this definition") Sets the font size for all the textual elements in this pane. set\_start\_of\_current\_line()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.set_start_of_current_line)[¶](#mu.interface.panes.PythonProcessPane.set_start_of_current_line "Permalink to this definition") Set the flag to indicate the start of the current line (used before waiting for input). This flag is used to discard the preceeding text in the text entry field when Mu parses new input from the user (i.e. any text beyond the self.start\_of\_current\_line). set\_zoom(*size*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.set_zoom)[¶](#mu.interface.panes.PythonProcessPane.set_zoom "Permalink to this definition") Set the current zoom level given the “t-shirt” size. start\_process(*interpreter*, *script\_name*, *working\_directory*, *interactive=True*, *debugger=False*, *command\_args=None*, *envars=None*, *python\_args=None*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.start_process)[¶](#mu.interface.panes.PythonProcessPane.start_process "Permalink to this definition") Start the child Python process. Will use the referenced interpreter to run the Python script\_name within the context of the working directory. If interactive is True (the default) the Python process will run in interactive mode (dropping the user into the REPL when the script completes). If debugger is True (the default is False) then the script will run within a debug runner session. If there is a list of command\_args (the default is None), then these will be passed as further arguments into the script to be run. If there is a list of environment variables, these will be part of the context of the new child process. If python\_args is given, these are passed as arguments to the Python interpreter used to launch the child process. try\_read\_from\_stdout()[[source]](_modules/mu/interface/panes.html#PythonProcessPane.try_read_from_stdout)[¶](#mu.interface.panes.PythonProcessPane.try_read_from_stdout "Permalink to this definition") Ensure reading from stdout only happens if there is NOT already current attempts to read from stdout. write\_to\_stdin(*data*)[[source]](_modules/mu/interface/panes.html#PythonProcessPane.write_to_stdin)[¶](#mu.interface.panes.PythonProcessPane.write_to_stdin "Permalink to this definition") Writes data from the Qt application to the child process’s stdin. *class* mu.interface.panes.SnekREPLPane(*connection*, *theme='day'*, *parent=None*)[[source]](_modules/mu/interface/panes.html#SnekREPLPane)[¶](#mu.interface.panes.SnekREPLPane "Permalink to this definition") REPL = Read, Evaluate, Print, Loop. This widget represents a REPL client connected to a device running Snek. The device MUST be flashed with Snek for this to work. execute(*commands*)[[source]](_modules/mu/interface/panes.html#SnekREPLPane.execute)[¶](#mu.interface.panes.SnekREPLPane.execute "Permalink to this definition") Execute a series of commands over a period of time (scheduling remaining commands to be run in the next iteration of the event loop). insertFromMimeData(*source*)[[source]](_modules/mu/interface/panes.html#SnekREPLPane.insertFromMimeData)[¶](#mu.interface.panes.SnekREPLPane.insertFromMimeData "Permalink to this definition") Insert mime data by sending it to the REPL keyPressEvent(*data*)[[source]](_modules/mu/interface/panes.html#SnekREPLPane.keyPressEvent)[¶](#mu.interface.panes.SnekREPLPane.keyPressEvent "Permalink to this definition") Called when the user types something in the REPL. Correctly encodes it and sends it to the connected device. process\_bytes(*data*)[[source]](_modules/mu/interface/panes.html#SnekREPLPane.process_bytes)[¶](#mu.interface.panes.SnekREPLPane.process_bytes "Permalink to this definition") Given some incoming bytes of data, work out how to handle / display them in the REPL widget. send\_commands(*commands*)[[source]](_modules/mu/interface/panes.html#SnekREPLPane.send_commands)[¶](#mu.interface.panes.SnekREPLPane.send_commands "Permalink to this definition") Send commands to the REPL via raw mode. set\_devicecursor\_to\_qtcursor()[[source]](_modules/mu/interface/panes.html#SnekREPLPane.set_devicecursor_to_qtcursor)[¶](#mu.interface.panes.SnekREPLPane.set_devicecursor_to_qtcursor "Permalink to this definition") Call this whenever the cursor has been moved by the user, to send the cursor movement to the device. ##### `mu.interface.themes`[¶](#mu-interface-themes "Permalink to this headline") Theme related code so Qt changes for each pre-defined theme. Theme and presentation related code for the Mu editor. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.interface.themes.ContrastTheme[[source]](_modules/mu/interface/themes.html#ContrastTheme)[¶](#mu.interface.themes.ContrastTheme "Permalink to this definition") Defines a Python related theme including the various font colours for syntax highlighting. This is the high contrast theme. *class* mu.interface.themes.DayTheme[[source]](_modules/mu/interface/themes.html#DayTheme)[¶](#mu.interface.themes.DayTheme "Permalink to this definition") Defines a Python related theme including the various font colours for syntax highlighting. This is a light theme. *class* mu.interface.themes.Font(*color='#181818'*, *paper='#FEFEF7'*, *bold=False*, *italic=False*)[[source]](_modules/mu/interface/themes.html#Font)[¶](#mu.interface.themes.Font "Permalink to this definition") Utility class that makes it easy to set font related values within the editor. *classmethod* get\_database()[[source]](_modules/mu/interface/themes.html#Font.get_database)[¶](#mu.interface.themes.Font.get_database "Permalink to this definition") Create a font database and load the MU builtin fonts into it. This is a cached classmethod so the font files aren’t re-loaded every time a font is refereced load(*size=14*)[[source]](_modules/mu/interface/themes.html#Font.load)[¶](#mu.interface.themes.Font.load "Permalink to this definition") Load the font from the font database, using the correct size and style *property* stylename[¶](#mu.interface.themes.Font.stylename "Permalink to this definition") Map the bold and italic boolean flags here to a relevant font style name. *class* mu.interface.themes.NightTheme[[source]](_modules/mu/interface/themes.html#NightTheme)[¶](#mu.interface.themes.NightTheme "Permalink to this definition") Defines a Python related theme including the various font colours for syntax highlighting. This is the dark theme. *class* mu.interface.themes.Theme[[source]](_modules/mu/interface/themes.html#Theme)[¶](#mu.interface.themes.Theme "Permalink to this definition") Defines a font and other theme specific related information. #### `mu.modes`[¶](#mu-modes "Permalink to this headline") Contains the definitions of the various modes Mu into which Mu can be put. All the core functionality is in the `mu.modes.base` module. ##### `mu.modes.base`[¶](#mu-modes-base "Permalink to this headline") Core functionality and base classes for all Mu’s modes. The definitions of API autocomplete and call tips can be found in the `mu.modes.api` namespace. Contains the base classes for Mu editor modes. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.modes.base.BaseMode(*editor*, *view*)[[source]](_modules/mu/modes/base.html#BaseMode)[¶](#mu.modes.base.BaseMode "Permalink to this definition") Represents the common aspects of a mode. actions()[[source]](_modules/mu/modes/base.html#BaseMode.actions)[¶](#mu.modes.base.BaseMode.actions "Permalink to this definition") Return an ordered list of actions provided by this module. An action is a name (also used to identify the icon) , description, and handler. activate()[[source]](_modules/mu/modes/base.html#BaseMode.activate)[¶](#mu.modes.base.BaseMode.activate "Permalink to this definition") Executed when the mode is activated add\_plotter()[[source]](_modules/mu/modes/base.html#BaseMode.add_plotter)[¶](#mu.modes.base.BaseMode.add_plotter "Permalink to this definition") Mode specific implementation of adding and connecting a plotter to incoming streams of data tuples. api()[[source]](_modules/mu/modes/base.html#BaseMode.api)[¶](#mu.modes.base.BaseMode.api "Permalink to this definition") Return a list of API specifications to be used by auto-suggest and call tips. assets\_dir(*asset\_type*)[[source]](_modules/mu/modes/base.html#BaseMode.assets_dir)[¶](#mu.modes.base.BaseMode.assets_dir "Permalink to this definition") Determine (and create) the directory for a set of assets This supports the [Images] and [Sounds] &c. buttons in pygamezero mode and possibly other modes, too. If a tab is current and has an active file, the assets directory is looked for under that path; otherwise the workspace directory is used. If the assets directory does not exist it is created builtins *= None*[¶](#mu.modes.base.BaseMode.builtins "Permalink to this definition") Symbols to assume as builtins when checking code style. deactivate()[[source]](_modules/mu/modes/base.html#BaseMode.deactivate)[¶](#mu.modes.base.BaseMode.deactivate "Permalink to this definition") Executed when the mode is activated device\_changed(*new\_device*)[[source]](_modules/mu/modes/base.html#BaseMode.device_changed)[¶](#mu.modes.base.BaseMode.device_changed "Permalink to this definition") Invoked when the user changes device. ensure\_state()[[source]](_modules/mu/modes/base.html#BaseMode.ensure_state)[¶](#mu.modes.base.BaseMode.ensure_state "Permalink to this definition") Executed when the mode is finished setting up. Used to ensure button / UI state according to current state of settings. on\_data\_flood()[[source]](_modules/mu/modes/base.html#BaseMode.on_data_flood)[¶](#mu.modes.base.BaseMode.on_data_flood "Permalink to this definition") Handle when the plotter is being flooded by data (which usually causes Mu to become unresponsive). In this case, remove the plotter and display a warning dialog to explain what’s happened and how to fix things (usually, put a time.sleep(x) into the code generating the data). open\_file(*path*)[[source]](_modules/mu/modes/base.html#BaseMode.open_file)[¶](#mu.modes.base.BaseMode.open_file "Permalink to this definition") Some files are not plain text and each mode can attempt to decode them. When overridden, should return the text and newline convention for the file. remove\_plotter()[[source]](_modules/mu/modes/base.html#BaseMode.remove_plotter)[¶](#mu.modes.base.BaseMode.remove_plotter "Permalink to this definition") If there’s an active plotter, hide it. Save any data captured while the plotter was active into a directory called ‘data\_capture’ in the workspace directory. The file contains CSV data and is named with a timestamp for easy identification. return\_focus\_to\_current\_tab()[[source]](_modules/mu/modes/base.html#BaseMode.return_focus_to_current_tab)[¶](#mu.modes.base.BaseMode.return_focus_to_current_tab "Permalink to this definition") After, eg, stopping the plotter or closing the REPL return the focus to the currently-active tab is there is one. save\_timeout *= 5*[¶](#mu.modes.base.BaseMode.save_timeout "Permalink to this definition") Number of seconds to wait before saving work. set\_buttons(*\*\*kwargs*)[[source]](_modules/mu/modes/base.html#BaseMode.set_buttons)[¶](#mu.modes.base.BaseMode.set_buttons "Permalink to this definition") Given the names and boolean settings of buttons associated with actions for the current mode, toggles them into the boolean enabled state. stop()[[source]](_modules/mu/modes/base.html#BaseMode.stop)[¶](#mu.modes.base.BaseMode.stop "Permalink to this definition") Called if/when the editor quits when in this mode. Override in child classes to clean up state, stop child processes etc. workspace\_dir()[[source]](_modules/mu/modes/base.html#BaseMode.workspace_dir)[¶](#mu.modes.base.BaseMode.workspace_dir "Permalink to this definition") Return the location on the filesystem for opening and closing files. The default is to use a directory in the users home folder, however in some network systems this in inaccessible. This allows a key in the settings file to be used to set a custom path. write\_plotter\_data\_to\_csv(*csv\_filepath*)[[source]](_modules/mu/modes/base.html#BaseMode.write_plotter_data_to_csv)[¶](#mu.modes.base.BaseMode.write_plotter_data_to_csv "Permalink to this definition") Write any plotter data out to a CSV file when the plotter is closed *class* mu.modes.base.FileManager(*port*)[[source]](_modules/mu/modes/base.html#FileManager)[¶](#mu.modes.base.FileManager "Permalink to this definition") Used to manage filesystem operations on connected MicroPython devices in a manner such that the UI remains responsive. Provides an FTP-ish API. Emits signals on success or failure of different operations. delete(*device\_filename*)[[source]](_modules/mu/modes/base.html#FileManager.delete)[¶](#mu.modes.base.FileManager.delete "Permalink to this definition") Delete the referenced file on the device’s filesystem. Emit the name of the file when complete, or emit a failure signal. get(*device\_filename*, *local\_filename*)[[source]](_modules/mu/modes/base.html#FileManager.get)[¶](#mu.modes.base.FileManager.get "Permalink to this definition") Get the referenced device filename and save it to the local filename. Emit the name of the filename when complete or emit a failure signal. ls()[[source]](_modules/mu/modes/base.html#FileManager.ls)[¶](#mu.modes.base.FileManager.ls "Permalink to this definition") List the files on the micro:bit. Emit the resulting tuple of filenames or emit a failure signal. on\_start()[[source]](_modules/mu/modes/base.html#FileManager.on_start)[¶](#mu.modes.base.FileManager.on_start "Permalink to this definition") Run when the thread containing this object’s instance is started so it can emit the list of files found on the connected device. put(*local\_filename*, *target=None*)[[source]](_modules/mu/modes/base.html#FileManager.put)[¶](#mu.modes.base.FileManager.put "Permalink to this definition") Put the referenced local file onto the filesystem on the micro:bit. Emit the name of the file on the micro:bit when complete, or emit a failure signal. *class* mu.modes.base.MicroPythonMode(*editor*, *view*)[[source]](_modules/mu/modes/base.html#MicroPythonMode)[¶](#mu.modes.base.MicroPythonMode "Permalink to this definition") Includes functionality that works with a USB serial based REPL. activate()[[source]](_modules/mu/modes/base.html#MicroPythonMode.activate)[¶](#mu.modes.base.MicroPythonMode.activate "Permalink to this definition") Invoked whenever the mode is activated. add\_plotter()[[source]](_modules/mu/modes/base.html#MicroPythonMode.add_plotter)[¶](#mu.modes.base.MicroPythonMode.add_plotter "Permalink to this definition") Check if REPL exists, and if so, enable the plotter pane! add\_repl()[[source]](_modules/mu/modes/base.html#MicroPythonMode.add_repl)[¶](#mu.modes.base.MicroPythonMode.add_repl "Permalink to this definition") Detect a connected MicroPython based device and, if found, connect to the REPL and display it to the user. compatible\_board(*port*)[[source]](_modules/mu/modes/base.html#MicroPythonMode.compatible_board)[¶](#mu.modes.base.MicroPythonMode.compatible_board "Permalink to this definition") A compatible board must match on vendor ID, but only needs to match on product ID or manufacturer ID, if they are supplied in the list of valid boards (aren’t None). deactivate()[[source]](_modules/mu/modes/base.html#MicroPythonMode.deactivate)[¶](#mu.modes.base.MicroPythonMode.deactivate "Permalink to this definition") Invoked whenever the mode is deactivated. device\_changed(*new\_device*)[[source]](_modules/mu/modes/base.html#MicroPythonMode.device_changed)[¶](#mu.modes.base.MicroPythonMode.device_changed "Permalink to this definition") Invoked when the user changes device. find\_devices(*with\_logging=True*)[[source]](_modules/mu/modes/base.html#MicroPythonMode.find_devices)[¶](#mu.modes.base.MicroPythonMode.find_devices "Permalink to this definition") Returns the port and serial number, and name for the first MicroPython-ish device found connected to the host computer. If no device is found, returns the tuple (None, None, None). on\_data\_flood()[[source]](_modules/mu/modes/base.html#MicroPythonMode.on_data_flood)[¶](#mu.modes.base.MicroPythonMode.on_data_flood "Permalink to this definition") Ensure the REPL is stopped if there is data flooding of the plotter. remove\_plotter()[[source]](_modules/mu/modes/base.html#MicroPythonMode.remove_plotter)[¶](#mu.modes.base.MicroPythonMode.remove_plotter "Permalink to this definition") Remove plotter pane. Disconnects serial connection to device. remove\_repl()[[source]](_modules/mu/modes/base.html#MicroPythonMode.remove_repl)[¶](#mu.modes.base.MicroPythonMode.remove_repl "Permalink to this definition") If there’s an active REPL, disconnect and hide it. toggle\_plotter(*event*)[[source]](_modules/mu/modes/base.html#MicroPythonMode.toggle_plotter)[¶](#mu.modes.base.MicroPythonMode.toggle_plotter "Permalink to this definition") Toggles the plotter on and off. toggle\_repl(*event*)[[source]](_modules/mu/modes/base.html#MicroPythonMode.toggle_repl)[¶](#mu.modes.base.MicroPythonMode.toggle_repl "Permalink to this definition") Toggles the REPL on and off. *class* mu.modes.base.REPLConnection(*port*, *baudrate=115200*)[[source]](_modules/mu/modes/base.html#REPLConnection)[¶](#mu.modes.base.REPLConnection "Permalink to this definition") close()[[source]](_modules/mu/modes/base.html#REPLConnection.close)[¶](#mu.modes.base.REPLConnection.close "Permalink to this definition") Close and clean up the currently open serial link. execute(*commands*)[[source]](_modules/mu/modes/base.html#REPLConnection.execute)[¶](#mu.modes.base.REPLConnection.execute "Permalink to this definition") Execute a series of commands over a period of time (scheduling remaining commands to be run in the next iteration of the event loop). open()[[source]](_modules/mu/modes/base.html#REPLConnection.open)[¶](#mu.modes.base.REPLConnection.open "Permalink to this definition") Open the serial link send\_commands(*commands*)[[source]](_modules/mu/modes/base.html#REPLConnection.send_commands)[¶](#mu.modes.base.REPLConnection.send_commands "Permalink to this definition") Send commands to the REPL via raw mode. mu.modes.base.get\_default\_workspace()[[source]](_modules/mu/modes/base.html#get_default_workspace)[¶](#mu.modes.base.get_default_workspace "Permalink to this definition") Return the location on the filesystem for opening and closing files. The default is to use a directory in the users home folder, however in some network systems this in inaccessible. This allows a key in the settings file to be used to set a custom path. ##### `mu.modes.circuitpython`[¶](#mu-modes-circuitpython "Permalink to this headline") CircuitPython mode for Adafruit boards (and others). A mode for working with Circuit Python boards. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.modes.circuitpython.CircuitPythonMode(*editor*, *view*)[[source]](_modules/mu/modes/circuitpython.html#CircuitPythonMode)[¶](#mu.modes.circuitpython.CircuitPythonMode "Permalink to this definition") Represents the functionality required by the CircuitPython mode. actions()[[source]](_modules/mu/modes/circuitpython.html#CircuitPythonMode.actions)[¶](#mu.modes.circuitpython.CircuitPythonMode.actions "Permalink to this definition") Return an ordered list of actions provided by this module. An action is a name (also used to identify the icon) , description, and handler. api()[[source]](_modules/mu/modes/circuitpython.html#CircuitPythonMode.api)[¶](#mu.modes.circuitpython.CircuitPythonMode.api "Permalink to this definition") Return a list of API specifications to be used by auto-suggest and call tips. compatible\_board(*port*)[[source]](_modules/mu/modes/circuitpython.html#CircuitPythonMode.compatible_board)[¶](#mu.modes.circuitpython.CircuitPythonMode.compatible_board "Permalink to this definition") Use adafruit\_board\_toolkit to find out whether a board is running CircuitPython. The toolkit sees if the CDC Interface name is appropriate. connected *= True*[¶](#mu.modes.circuitpython.CircuitPythonMode.connected "Permalink to this definition") is the board connected. force\_interrupt *= False*[¶](#mu.modes.circuitpython.CircuitPythonMode.force_interrupt "Permalink to this definition") NO keyboard interrupt on serial connection. save\_timeout *= 0*[¶](#mu.modes.circuitpython.CircuitPythonMode.save_timeout "Permalink to this definition") No auto-save on CP boards. Will restart. workspace\_dir()[[source]](_modules/mu/modes/circuitpython.html#CircuitPythonMode.workspace_dir)[¶](#mu.modes.circuitpython.CircuitPythonMode.workspace_dir "Permalink to this definition") Return the default location on the filesystem for opening and closing files. ##### `mu.modes.debugger`[¶](#mu-modes-debugger "Permalink to this headline") The Python 3 debugger mode. The mode Mu is is when it’s debugging a Python 3 script. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.modes.debugger.DebugMode(*editor*, *view*)[[source]](_modules/mu/modes/debugger.html#DebugMode)[¶](#mu.modes.debugger.DebugMode "Permalink to this definition") Represents the functionality required by the Python 3 visual debugger. actions()[[source]](_modules/mu/modes/debugger.html#DebugMode.actions)[¶](#mu.modes.debugger.DebugMode.actions "Permalink to this definition") Return an ordered list of actions provided by this module. An action is a name (also used to identify the icon) , description, and handler. api()[[source]](_modules/mu/modes/debugger.html#DebugMode.api)[¶](#mu.modes.debugger.DebugMode.api "Permalink to this definition") Return a list of API specifications to be used by auto-suggest and call tips. button\_continue(*event*)[[source]](_modules/mu/modes/debugger.html#DebugMode.button_continue)[¶](#mu.modes.debugger.DebugMode.button_continue "Permalink to this definition") Button clicked to continue running the script. button\_step\_in(*event*)[[source]](_modules/mu/modes/debugger.html#DebugMode.button_step_in)[¶](#mu.modes.debugger.DebugMode.button_step_in "Permalink to this definition") Button clicked to step into the current block of code. button\_step\_out(*event*)[[source]](_modules/mu/modes/debugger.html#DebugMode.button_step_out)[¶](#mu.modes.debugger.DebugMode.button_step_out "Permalink to this definition") Button clicked to step out of the current block of code. button\_step\_over(*event*)[[source]](_modules/mu/modes/debugger.html#DebugMode.button_step_over)[¶](#mu.modes.debugger.DebugMode.button_step_over "Permalink to this definition") Button clicked to step over the current line of code. button\_stop(*event*)[[source]](_modules/mu/modes/debugger.html#DebugMode.button_stop)[¶](#mu.modes.debugger.DebugMode.button_stop "Permalink to this definition") Button clicked to stop the current script and return to Python3 mode. debug\_on\_bootstrap()[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_bootstrap)[¶](#mu.modes.debugger.DebugMode.debug_on_bootstrap "Permalink to this definition") Once the debugger is bootstrapped ensure all the current breakpoints are set. Do not set breakpoints (and remove the marker) if: * The marker is not visible (the line is -1) * The marker is not a duplicate of an existing line. * The line with the marker is not a valid breakpoint line. debug\_on\_breakpoint\_clear(*breakpoint*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_breakpoint_clear)[¶](#mu.modes.debugger.DebugMode.debug_on_breakpoint_clear "Permalink to this definition") Handle the clearing of the referenced breakpoint. Currently an unimplemented extra feature. debug\_on\_breakpoint\_disable(*breakpoint*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_breakpoint_disable)[¶](#mu.modes.debugger.DebugMode.debug_on_breakpoint_disable "Permalink to this definition") Handle when a breakpoint is disabled. debug\_on\_breakpoint\_enable(*breakpoint*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_breakpoint_enable)[¶](#mu.modes.debugger.DebugMode.debug_on_breakpoint_enable "Permalink to this definition") Handle when a breakpoint is enabled. debug\_on\_breakpoint\_ignore(*breakpoint*, *count*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_breakpoint_ignore)[¶](#mu.modes.debugger.DebugMode.debug_on_breakpoint_ignore "Permalink to this definition") Handle when a breakpoint is to be ignored by the debugger. Currently an unimplemented extra feature. debug\_on\_call(*args*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_call)[¶](#mu.modes.debugger.DebugMode.debug_on_call "Permalink to this definition") Handle when the debugger has called a function with the referenced args. Make sure the debugger steps into the function. debug\_on\_error(*message*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_error)[¶](#mu.modes.debugger.DebugMode.debug_on_error "Permalink to this definition") Handle when the debugger sends an error message. debug\_on\_exception(*name*, *value*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_exception)[¶](#mu.modes.debugger.DebugMode.debug_on_exception "Permalink to this definition") Handle when the debugger encounters a named exception with an associated value. Clear the highlighted line and allow the script to run until the end so the error message is printed to stdout. debug\_on\_fail(*message*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_fail)[¶](#mu.modes.debugger.DebugMode.debug_on_fail "Permalink to this definition") Called when, for any reason, the debug client was unable to connect to the debug runner. On a Raspberry Pi this is usually because it’s an underpowereed machine and it takes time to start the debug runner process. (However, the debug client waits for 10 seconds for the runner to start.) debug\_on\_finished()[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_finished)[¶](#mu.modes.debugger.DebugMode.debug_on_finished "Permalink to this definition") Called when the runner has completed running the script to be debugged. debug\_on\_info(*message*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_info)[¶](#mu.modes.debugger.DebugMode.debug_on_info "Permalink to this definition") Handle when the debugger sends an informative textual message. debug\_on\_line(*filename*, *line*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_line)[¶](#mu.modes.debugger.DebugMode.debug_on_line "Permalink to this definition") Handle when the debugger has moved to the referenced line in the file. debug\_on\_postmortem(*args*, *kwargs*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_postmortem)[¶](#mu.modes.debugger.DebugMode.debug_on_postmortem "Permalink to this definition") Handle when something catastrophic happens to the debugger. debug\_on\_restart()[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_restart)[¶](#mu.modes.debugger.DebugMode.debug_on_restart "Permalink to this definition") Handle when the debugger restarts. Currenty an unimplemented extra feature. debug\_on\_return(*return\_value*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_return)[¶](#mu.modes.debugger.DebugMode.debug_on_return "Permalink to this definition") Handle when the debugger returns from a function call with the referenced return value. Make sure the debugger steps out of the function to the caller. debug\_on\_stack(*stack*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_stack)[¶](#mu.modes.debugger.DebugMode.debug_on_stack "Permalink to this definition") Handle when the debugger sends an updated stack. debug\_on\_warning(*message*)[[source]](_modules/mu/modes/debugger.html#DebugMode.debug_on_warning)[¶](#mu.modes.debugger.DebugMode.debug_on_warning "Permalink to this definition") Handle when the debugger sends a warning message. disable\_buttons()[[source]](_modules/mu/modes/debugger.html#DebugMode.disable_buttons)[¶](#mu.modes.debugger.DebugMode.disable_buttons "Permalink to this definition") Disable all debug control buttons except ‘stop’. disable\_buttons\_later(*\**, *milliseconds=100*)[[source]](_modules/mu/modes/debugger.html#DebugMode.disable_buttons_later)[¶](#mu.modes.debugger.DebugMode.disable_buttons_later "Permalink to this definition") Set a timer to disable all debug control buttons except ‘stop’. enable\_buttons()[[source]](_modules/mu/modes/debugger.html#DebugMode.enable_buttons)[¶](#mu.modes.debugger.DebugMode.enable_buttons "Permalink to this definition") Enable all debug control buttons except ‘stop’: if the timer started in disable\_buttons\_later is active, stops it and does nothing else. finished()[[source]](_modules/mu/modes/debugger.html#DebugMode.finished)[¶](#mu.modes.debugger.DebugMode.finished "Permalink to this definition") Called when the debugged Python process is finished. start()[[source]](_modules/mu/modes/debugger.html#DebugMode.start)[¶](#mu.modes.debugger.DebugMode.start "Permalink to this definition") Start debugging the current script. stop()[[source]](_modules/mu/modes/debugger.html#DebugMode.stop)[¶](#mu.modes.debugger.DebugMode.stop "Permalink to this definition") Stop the debug runner and reset the UI. toggle\_breakpoint(*line*, *tab*)[[source]](_modules/mu/modes/debugger.html#DebugMode.toggle_breakpoint)[¶](#mu.modes.debugger.DebugMode.toggle_breakpoint "Permalink to this definition") Toggle a breakpoint in the debugger. ##### `mu.modes.microbit`[¶](#mu-modes-microbit "Permalink to this headline") The original BBC micro:bit mode. The mode for working with the BBC micro:bit. Contains most of the origial functionality from Mu when it was only a micro:bit related editor. Copyright (c) 2015-2021 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.modes.microbit.DeviceFlasher(*path\_to\_microbit*, *python\_script=None*, *path\_to\_runtime=None*)[[source]](_modules/mu/modes/microbit.html#DeviceFlasher)[¶](#mu.modes.microbit.DeviceFlasher "Permalink to this definition") Used to flash the micro:bit in a non-blocking manner. run()[[source]](_modules/mu/modes/microbit.html#DeviceFlasher.run)[¶](#mu.modes.microbit.DeviceFlasher.run "Permalink to this definition") Flash the device. If we are sending a custom hex we need to manually read it and copy it into the micro:bit drive otherwise use uFlash. *class* mu.modes.microbit.MicrobitMode(*editor*, *view*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode)[¶](#mu.modes.microbit.MicrobitMode "Permalink to this definition") Represents the functionality required by the micro:bit mode. actions()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.actions)[¶](#mu.modes.microbit.MicrobitMode.actions "Permalink to this definition") Return an ordered list of actions provided by this module. An action is a name (also used to identify the icon) , description, and handler. add\_fs()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.add_fs)[¶](#mu.modes.microbit.MicrobitMode.add_fs "Permalink to this definition") Add the file system navigator to the UI. api()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.api)[¶](#mu.modes.microbit.MicrobitMode.api "Permalink to this definition") Return a list of API specifications to be used by auto-suggest and call tips. copy\_main(*script*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.copy_main)[¶](#mu.modes.microbit.MicrobitMode.copy_main "Permalink to this definition") If script argument contains any code, copy it onto the connected micro:bit as main.py, then restart the board (CTRL-D). deactivate()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.deactivate)[¶](#mu.modes.microbit.MicrobitMode.deactivate "Permalink to this definition") Invoked whenever the mode is deactivated. device\_changed(*new\_device*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.device_changed)[¶](#mu.modes.microbit.MicrobitMode.device_changed "Permalink to this definition") Invoked when the user changes device. find\_microbit()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.find_microbit)[¶](#mu.modes.microbit.MicrobitMode.find_microbit "Permalink to this definition") Finds a micro:bit path, serial port and board ID. flash()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.flash)[¶](#mu.modes.microbit.MicrobitMode.flash "Permalink to this definition") Performs multiple checks to see if it needs to flash MicroPython into the micro:bit and then sends via serial the Python script from the currently active tab. In some error cases it attaches the code directly into the MicroPython hex and flashes that (this method is much slower and deprecated). WARNING: This method is getting more complex due to several edge cases. Ergo, it’s a target for refactoring. flash\_and\_send(*script*, *microbit\_path*, *rt\_path=None*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.flash_and_send)[¶](#mu.modes.microbit.MicrobitMode.flash_and_send "Permalink to this definition") Start the MicroPython hex flashing process in a new thread with a custom hex file, or the one provided by uFlash. Then send the user script via serial. flash\_attached(*script*, *microbit\_path*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.flash_attached)[¶](#mu.modes.microbit.MicrobitMode.flash_attached "Permalink to this definition") Start the MicroPython hex flashing process in a new thread with the hex file provided by uFlash and the script added to the filesystem in the hex. flash\_failed(*error*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.flash_failed)[¶](#mu.modes.microbit.MicrobitMode.flash_failed "Permalink to this definition") Called when the thread used to flash the micro:bit encounters a problem. flash\_finished()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.flash_finished)[¶](#mu.modes.microbit.MicrobitMode.flash_finished "Permalink to this definition") Called when the thread used to flash the micro:bit has finished. fs *= None*[¶](#mu.modes.microbit.MicrobitMode.fs "Permalink to this definition") Reference to filesystem navigator. get\_device\_micropython\_version()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.get_device_micropython_version)[¶](#mu.modes.microbit.MicrobitMode.get_device_micropython_version "Permalink to this definition") Retrieves the MicroPython version from a micro:bit board. Errors bubble up, so caller must catch them. minify\_if\_needed(*python\_script\_bytes*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.minify_if_needed)[¶](#mu.modes.microbit.MicrobitMode.minify_if_needed "Permalink to this definition") Minify the script if is too large to fit in flash via uFlash appended method. Raises exceptions if minification fails or cannot be performed. on\_data\_flood()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.on_data_flood)[¶](#mu.modes.microbit.MicrobitMode.on_data_flood "Permalink to this definition") Ensure the Files button is active before the REPL is killed off when a data flood of the plotter is detected. open\_file(*path*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.open_file)[¶](#mu.modes.microbit.MicrobitMode.open_file "Permalink to this definition") Tries to open a MicroPython hex file with an embedded Python script. Returns the embedded Python script and newline convention. remove\_fs()[[source]](_modules/mu/modes/microbit.html#MicrobitMode.remove_fs)[¶](#mu.modes.microbit.MicrobitMode.remove_fs "Permalink to this definition") Remove the file system navigator from the UI. toggle\_files(*event*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.toggle_files)[¶](#mu.modes.microbit.MicrobitMode.toggle_files "Permalink to this definition") Check for the existence of the REPL or plotter before toggling the file system navigator for the micro:bit on or off. toggle\_plotter(*event*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.toggle_plotter)[¶](#mu.modes.microbit.MicrobitMode.toggle_plotter "Permalink to this definition") Check for the existence of the file pane before toggling plotter. toggle\_repl(*event*)[[source]](_modules/mu/modes/microbit.html#MicrobitMode.toggle_repl)[¶](#mu.modes.microbit.MicrobitMode.toggle_repl "Permalink to this definition") Check for the existence of the file pane before toggling REPL. ##### `mu.modes.pygamezero`[¶](#mu-modes-pygamezero "Permalink to this headline") The Pygame Zero / pygame mode. The Pygame Zero mode for the Mu editor. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.modes.pygamezero.PyGameZeroMode(*editor*, *view*)[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode)[¶](#mu.modes.pygamezero.PyGameZeroMode "Permalink to this definition") Represents the functionality required by the PyGameZero mode. actions()[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.actions)[¶](#mu.modes.pygamezero.PyGameZeroMode.actions "Permalink to this definition") Return an ordered list of actions provided by this module. An action is a name (also used to identify the icon) , description, and handler. api()[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.api)[¶](#mu.modes.pygamezero.PyGameZeroMode.api "Permalink to this definition") Return a list of API specifications to be used by auto-suggest and call tips. play\_toggle(*event*)[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.play_toggle)[¶](#mu.modes.pygamezero.PyGameZeroMode.play_toggle "Permalink to this definition") Handles the toggling of the play button to start/stop a script. run\_game()[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.run_game)[¶](#mu.modes.pygamezero.PyGameZeroMode.run_game "Permalink to this definition") Run the current game. show\_fonts(*event*)[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.show_fonts)[¶](#mu.modes.pygamezero.PyGameZeroMode.show_fonts "Permalink to this definition") Open the directory containing the font assets used by Pygame Zero. This should open the host OS’s file system explorer so users can drag new files into the opened folder. show\_images(*event*)[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.show_images)[¶](#mu.modes.pygamezero.PyGameZeroMode.show_images "Permalink to this definition") Open the directory containing the image assets used by Pygame Zero. This should open the host OS’s file system explorer so users can drag new files into the opened folder. show\_music(*event*)[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.show_music)[¶](#mu.modes.pygamezero.PyGameZeroMode.show_music "Permalink to this definition") Open the directory containing the music assets used by Pygame Zero. This should open the host OS’s file system explorer so users can drag new files into the opened folder. show\_sounds(*event*)[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.show_sounds)[¶](#mu.modes.pygamezero.PyGameZeroMode.show_sounds "Permalink to this definition") Open the directory containing the sound assets used by Pygame Zero. This should open the host OS’s file system explorer so users can drag new files into the opened folder. stop\_game()[[source]](_modules/mu/modes/pygamezero.html#PyGameZeroMode.stop_game)[¶](#mu.modes.pygamezero.PyGameZeroMode.stop_game "Permalink to this definition") Stop the currently running game. ##### `mu.modes.python3`[¶](#mu-modes-python3 "Permalink to this headline") The Python 3 editing mode. The Python3 mode for the Mu editor. Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. *class* mu.modes.python3.KernelRunner(*kernel\_name*, *cwd*, *envars*)[[source]](_modules/mu/modes/python3.html#KernelRunner)[¶](#mu.modes.python3.KernelRunner "Permalink to this definition") Used to control the iPython kernel in a non-blocking manner so the UI remains responsive. start\_kernel()[[source]](_modules/mu/modes/python3.html#KernelRunner.start_kernel)[¶](#mu.modes.python3.KernelRunner.start_kernel "Permalink to this definition") Create the expected context, start the kernel, obtain a client and emit a signal when both are started. stop\_kernel()[[source]](_modules/mu/modes/python3.html#KernelRunner.stop_kernel)[¶](#mu.modes.python3.KernelRunner.stop_kernel "Permalink to this definition") Clean up the context, stop the client connections to the kernel, affect an immediate shutdown of the kernel and emit a “finished” signal. *class* mu.modes.python3.MuKernelManager(*\*args*, *\*\*kwargs*)[[source]](_modules/mu/modes/python3.html#MuKernelManager)[¶](#mu.modes.python3.MuKernelManager "Permalink to this definition") start\_kernel(*\*\*kw*)[[source]](_modules/mu/modes/python3.html#MuKernelManager.start_kernel)[¶](#mu.modes.python3.MuKernelManager.start_kernel "Permalink to this definition") Starts a kernel on this host in a separate process. Subclassed to allow checking that the kernel uses the same Python as Mu itself. *class* mu.modes.python3.PythonMode(*editor*, *view*)[[source]](_modules/mu/modes/python3.html#PythonMode)[¶](#mu.modes.python3.PythonMode "Permalink to this definition") Represents the functionality required by the Python 3 mode. actions()[[source]](_modules/mu/modes/python3.html#PythonMode.actions)[¶](#mu.modes.python3.PythonMode.actions "Permalink to this definition") Return an ordered list of actions provided by this module. An action is a name (also used to identify the icon) , description, and handler. add\_plotter()[[source]](_modules/mu/modes/python3.html#PythonMode.add_plotter)[¶](#mu.modes.python3.PythonMode.add_plotter "Permalink to this definition") Add a plotter pane. add\_repl()[[source]](_modules/mu/modes/python3.html#PythonMode.add_repl)[¶](#mu.modes.python3.PythonMode.add_repl "Permalink to this definition") Create a new Jupyter REPL session in a non-blocking way. api()[[source]](_modules/mu/modes/python3.html#PythonMode.api)[¶](#mu.modes.python3.PythonMode.api "Permalink to this definition") Return a list of API specifications to be used by auto-suggest and call tips. debug(*event*)[[source]](_modules/mu/modes/python3.html#PythonMode.debug)[¶](#mu.modes.python3.PythonMode.debug "Permalink to this definition") Debug the script using the debug mode. on\_data\_flood()[[source]](_modules/mu/modes/python3.html#PythonMode.on_data_flood)[¶](#mu.modes.python3.PythonMode.on_data_flood "Permalink to this definition") Ensure the process (REPL or runner) causing the data flood is stopped *before* the base on\_data\_flood is called to turn off the plotter and tell the user what to fix. on\_kernel\_start(*kernel\_manager*, *kernel\_client*)[[source]](_modules/mu/modes/python3.html#PythonMode.on_kernel_start)[¶](#mu.modes.python3.PythonMode.on_kernel_start "Permalink to this definition") Handles UI update when the kernel runner has started the iPython kernel. on\_kernel\_stop()[[source]](_modules/mu/modes/python3.html#PythonMode.on_kernel_stop)[¶](#mu.modes.python3.PythonMode.on_kernel_stop "Permalink to this definition") Handles UI updates for when the kernel runner has shut down the running iPython kernel. remove\_plotter()[[source]](_modules/mu/modes/python3.html#PythonMode.remove_plotter)[¶](#mu.modes.python3.PythonMode.remove_plotter "Permalink to this definition") Remove the plotter pane, dump data and clean things up. remove\_repl()[[source]](_modules/mu/modes/python3.html#PythonMode.remove_repl)[¶](#mu.modes.python3.PythonMode.remove_repl "Permalink to this definition") Remove the Jupyter REPL session. run\_script()[[source]](_modules/mu/modes/python3.html#PythonMode.run_script)[¶](#mu.modes.python3.PythonMode.run_script "Permalink to this definition") Run the current script. run\_toggle(*event*)[[source]](_modules/mu/modes/python3.html#PythonMode.run_toggle)[¶](#mu.modes.python3.PythonMode.run_toggle "Permalink to this definition") Handles the toggling of the run button to start/stop a script. stop\_script()[[source]](_modules/mu/modes/python3.html#PythonMode.stop_script)[¶](#mu.modes.python3.PythonMode.stop_script "Permalink to this definition") Stop the currently running script. toggle\_plotter()[[source]](_modules/mu/modes/python3.html#PythonMode.toggle_plotter)[¶](#mu.modes.python3.PythonMode.toggle_plotter "Permalink to this definition") Toggles the plotter on and off. toggle\_repl(*event*)[[source]](_modules/mu/modes/python3.html#PythonMode.toggle_repl)[¶](#mu.modes.python3.PythonMode.toggle_repl "Permalink to this definition") Toggles the REPL on and off #### `mu.resources`[¶](#mu-resources "Permalink to this headline") Contains utility functions for working with binary assets used by Mu (mainly images). Copyright (c) 2015-2017 Nicholas H.Tollervey and others (see the AUTHORS file). Based upon work done for Puppy IDE by Dan Pope, Nicholas Tollervey and Damien George. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <<http://www.gnu.org/licenses/>>. mu.resources.load\_font\_data(*name*)[[source]](_modules/mu/resources.html#load_font_data)[¶](#mu.resources.load_font_data "Permalink to this definition") Load the (binary) content of a font as bytes mu.resources.load\_icon(*name*)[[source]](_modules/mu/resources.html#load_icon)[¶](#mu.resources.load_icon "Permalink to this definition") Load an icon from the resources directory. mu.resources.load\_movie(*name*)[[source]](_modules/mu/resources.html#load_movie)[¶](#mu.resources.load_movie "Permalink to this definition") Load an animated GIF from the resources directory. mu.resources.load\_pixmap(*name*, *size=None*)[[source]](_modules/mu/resources.html#load_pixmap)[¶](#mu.resources.load_pixmap "Permalink to this definition") Load a pixmap from the resources directory. mu.resources.load\_stylesheet(*name*)[[source]](_modules/mu/resources.html#load_stylesheet)[¶](#mu.resources.load_stylesheet "Permalink to this definition") Load a CSS stylesheet from the resources directory. mu.resources.path(*name*, *resource\_dir='images/'*, *ext=''*)[[source]](_modules/mu/resources.html#path)[¶](#mu.resources.path "Permalink to this definition") Return the filename for the referenced image. ### Design Decisions[¶](#design-decisions "Permalink to this headline") The following documents concern the decision making aspects behind various aspects of Mu. This is a recent practice (started by Tim Golden) so these documents do not cover many aspects of Mu. However, moving forward newer technical decisions will be documented in this way. #### Reading and writing code files[¶](#reading-and-writing-code-files "Permalink to this headline") ##### Decision[¶](#decision "Permalink to this headline") By default Mu will save files encoded as UTF-8 without a PEP 263 encoding cookie. However, if the file as loaded started with an encoding cookie, then the file will be saved again with that encoding. When reading files, Mu will detect UTF8/16 BOMs and encoding cookies. In their absence, UTF-8 will be attempted. If that fails, the OS default will be used (ie locale.getpreferredencoding()). If the file cannot be decoded according to these rules, refuse to guess. Instead, produce an informative error popup. ##### Background[¶](#background "Permalink to this headline") Originally Mu used the built-in open() function for reading and writing its files without specifying an encoding. In that situation Python would request the preferred encoding for the locale and use that. If the user then used a character in their code which had no mapping in that encoding, the save/autosave functionality would raise an uncaught exception and the user would lose their code. ##### Discussion and Implementation[¶](#discussion-and-implementation "Permalink to this headline") It was initially suggested that we simply read/write everything as UTF-8 which can encode the entire universe of Unicode codepoints. However, files which had previously been saved by Mu under a different encoding might produce mojibake or simply raise UnicodeDecodeError. To overcome the difficulty of using UTF-8 going forwards without losing backwards compatibility, the compromise was adopted of *writing* UTF-8 with an encoding cookie, while *reading* according to the rules above. It will still possible for a file to fail decoding on the way in (eg because the locale-default encoding is used, but the file is encoded otherwise). In that situation we might have attempted to reload using, eg, latin-1 which can decode every byte to *something*. But the result would have been mojibake and – crucially – the autosave mechanism would have kicked in 30 seconds later, overwriting the user’s original file for good. Instead it was decided to offer an informative message box which could explain the situation in enough terms to offer the user a way forward without risking the integrity of their code. UPDATE: After initial implementation of the encoding cookie, it was thought that it was too arcane for beginner coders. It was decided then to save as UTF-8 by default, although without a cookie. But if a file already has an encoding cookie, that should be preserved and the encoding honoured. ###### Implemented via:[¶](#implemented-via "Permalink to this headline") * <https://github.com/mu-editor/mu/pull/390> * <https://github.com/mu-editor/mu/pull/399> * <https://github.com/mu-editor/mu/pull/418> ###### Discussion in:[¶](#discussion-in "Permalink to this headline") (Initial) * <https://github.com/mu-editor/mu/issues/370> * <https://github.com/mu-editor/mu/pull/364> * <https://github.com/mu-editor/mu/pull/371> (Later) * <https://github.com/mu-editor/mu/issues/402> * <https://github.com/mu-editor/mu/issues/696> #### Line-endings[¶](#line-endings "Permalink to this headline") ##### Decision[¶](#decision "Permalink to this headline") Use n internally in Mu. Detect the majority line-ending when loading a file and store it on the tab object within the editor. Then use that newline convention when saving. By default, eg for a new / empty file, use the platform line-ending. ##### Background[¶](#background "Permalink to this headline") Mu is designed to run on any platform which supports Python / Qt. This includes Windows and any \*nix variant, including OS/X. Windows traditionally uses rn (ASCII 13 + ASCII 10) for line-endings while \*nix usually recognises a single n (ASCII 10). Although many editors now detect and adapt to either convention, it’s common enough for beginners to use, eg, Windows notepad which only honours and only generates the rn convention. When reading / writing files, Python offers several forms of line-ending manipulation via the newline= parameter in the built-in open() function. Mu originally used Universal newlines (newline=None; the default), but then switched to retaining newlines (newline=””) in PR #133 The effect of this last change is to retain whatever convention or mix of conventions is present in the source file. In effect it is overriding any newline manipulation to present to the editor control the characters originally present in the file. When the file is saved, the same characters are written out. However this creates a quandary when programatically manipulating the editor text: do we use the most widespread n as a line-ending; or do we use the platform convention os.linesep; or do we use the convention used in the file itself, which may or may not follow the platform convention? ##### Discussion and Implementation[¶](#discussion-and-implementation "Permalink to this headline") My proposal here is that Mu operate its own line-ending manipulation. When reading the file, note the majority line-ending convention but convert wholly to n. When writing the file, use the convention noted on the way in. This is essentially the same as we would do when reading encoded Unicode from a file. This way the line-endings are honoured so that, eg, a file can be read/written in Notepad without problems. And the Mu code can be sure of using n as a line-ending convention when manipulating the text. In terms of the current implementation, the convention from the incoming file could presumably be stored on the tab object. ###### Implemented via:[¶](#implemented-via "Permalink to this headline") * <https://github.com/mu-editor/mu/pull/390> * <https://github.com/mu-editor/mu/pull/399> ###### Discussion in:[¶](#discussion-in "Permalink to this headline") * (original change) <https://github.com/mu-editor/mu/pull/133> * <https://github.com/mu-editor/mu/pull/371> * <https://github.com/mu-editor/mu/issues/380> #### Run the user’s code inside its own virtual environment[¶](#run-the-user-s-code-inside-its-own-virtual-environment "Permalink to this headline") ##### Decision[¶](#decision "Permalink to this headline") Mu, whether pip-installed or via installer will maintain a separate virtual environment for running the user’s code. Initially this will contain all the dependencies used by any of our modes, plus any packages the user installs in addition. The dependencies needed for the running of the editor itself (mostly PyQt stuff but currently including some serial packages which have “leaked” from the modes) will be kept in a separate environment, virtual or otherwise. The installers will have to support this approach by bundling wheels (as our assumption is that some schools at least will have restricted or no internet access). For now we’re not breaking out modes into plugins or separate environments although that’s a natural extension of this work. If that were done later, each mode could specify its own dependencies which could be installed on demand. ##### Background[¶](#background "Permalink to this headline") * Getting Mu to unpack and run out of the box on the three main platforms: Windows, OS X & Linux has always proven challenging. * In addition, within the Mu codebase, the code to run the user’s code is scattered and contains a fragile re-implementation of a virtual environment. * Installing 3rd-party modules was also a little fragile as we had to run pip with a –target parameter * There are other issues, especially around the Jupyter console and, on Windows, its use of the pywin32 packages which have slightly odd path handling. ##### Discussion and Implementation[¶](#discussion-and-implementation "Permalink to this headline") This started off with work by @ntoll to have the 3rd-party apps installed into a virtual environment rather than with the –target parameter which would try to force them into a directory where Mu could find them. This stalled somewhat, especially on Windows, and I (@tjguk) took over that branch. Having focused on the getting a virtual environment running for the 3rd-party installs, I realised that having a venv for the whole of the code runtime might help solve some of the other issues. After a few merges to get some changes in, especially those by @tmontes to the installer, we started PR#1072 <https://github.com/mu-editor/mu/pull/1072>. There is now a virtual\_environment.py module which initially brings together various pieces of code which were scattered around the codebase and adds support for creating and installing into a virtual environment. The various places where the user code is run (mostly within the modes package, but including inside panes.py) have been updated to use this virtual environment logic. Possible future work might involve adding a “run process” method to the class itself. As far as possible this should remove the need to hack up special PYTHONPATH, \*.pth and site.py logic. ###### Implemented via:[¶](#implemented-via "Permalink to this headline") * <https://github.com/mu-editor/mu/pull/1068> * <https://github.com/mu-editor/mu/pull/1072> * <https://github.com/mu-editor/mu/pull/1056> * <https://github.com/mu-editor/mu/pull/1058> ###### Discussion in:[¶](#discussion-in "Permalink to this headline") * <https://github.com/mu-editor/mu/issues/1061> * <https://github.com/mu-editor/mu/issues/1070> #### Session & Settings Data[¶](#session-settings-data "Permalink to this headline") ##### Decision[¶](#decision "Permalink to this headline") Centralise access to settings inside a standalone module offering a dictalike-interface. The settings can be loaded from and saved to files. This currently uses JSON (as we have historically) but <https://github.com/mu-editor/mu/issues/1203> is tracking the possibility of using TOML or some other format. Settings objects have defaults which are overridden by values loaded from file or set programatically. When the settings are saved, only values overriding the defaults are saved. The `load` method can be called several times for the same settings; values in each one override any corresponding existing values. The last loaded filename is the file which the settings will be saved to. Both load and save attempt to be robust, carrying on with warnings in the log if files can’t be found, open, read etc. The existing files (session.json, settings.json) are implemented as singletons in the settings module, and settings.json is autosaved. New settings to support venv functionality – in particular, baseline packages – is also added. At its simplest <https://github.com/mu-editor/mu/pull/1200> does no more than implement this set of functionality. The few places in existing code where settings were used or altered have been updated to use the new objects and functionality. ##### Not Implemented / Hooks[¶](#not-implemented-hooks "Permalink to this headline") During the design and/or based on previous discussions, several ideas were floated which are at least supported by the new implementation. * Safe mode / Readonly mode / Reset mode As described below, there are situations where teachers or admins would like to reset settings for use in a club or classroom setting. The new implementation supports this idea via the `reset` method and `readonly` flags without actually implementing it as such. Such functionality might, in the future, be managed by means of command-line switches or some other flag. * File format: JSON, YAML, TOML… The implementation tries to be agnostic as to file format. At present it uses the historically-implemented JSON format. But the choice of serialiser is centralised towards the top of the module and shouldn’t be hard to change, especially for any serialiser which uses the conventional `.dumps`, `.loads` API. cf <https://github.com/mu-editor/mu/issues/1203> * One file / Two files? The new settings implementation facilitates any number of files each of which can have an arbitrary hierarchy. Whether we end up with one settings file containing, eg, session settings and board settings, or several files each specific to an area can be decided later. Nothing in this implementation precludes either approach. * Interpolation Because it is easy to implement and doesn’t seem risky, this implementation applies `os.path.expandvars` to any values retrieved. This will do platform-sensitive env var expansion so admins can specify, eg, a workspace directory of %USERPROFILE%mu\_code or $HOME/.mu/mu\_code. Value interpolation (where one settings value can rely on another) has *not* been implemented. It’s potentially quite an involved piece of work, and the benefit is not so clear. * Indicating failure to users This is obviously a wider issue, but while this implementation tries to be robust when loading / saving settings, it only writes to the standard logs and then fails quietly. The problem here is that we’re possibly not operating within the UI. At the least, we don’t have a good overall story for a UI which isn’t part of the central editor itself. ##### Background[¶](#background "Permalink to this headline") Mu maintains two files, automatically saved on exit, to hold user settings and session data. The former contains critical parameters without which the editor probably won’t function. The latter contains more or less cosmetic items which can be cleared (eg by a “Reset” button) without losing functionality. Historically access to these files has been somewhat scattered around the codebase, making it difficult for modules to access them coherently. The first aim of the re-implementation is to create globally-accessible singletons, much as is conventional for logging. Those “settings” objects would offer a dictionary-like interface so that code could easily do: ``` import settings def set\_new\_theme(theme): ... settings.session['theme'] = theme.name ``` The second aim is, possibly, to reconsider the use of the settings, or their structures, or which / how many files they are and where they’re situated. Any such refactoring or restructuring should be a lot easier with a newer implementation. ##### Discussion and Implementation[¶](#discussion-and-implementation "Permalink to this headline") Open questions: * How many / which files do we need? * Should we combine both settings / sessions into one file? Is there a meaningful difference which we want to maintain? [+1] * Should we register exit handlers so the files are always saved on closedown? [+1] * Should we write files to disc as soon as they are updated? [-0] * Should we re-read files to allow users to update them mid-session? [-1] * Should we implement read-only mode (ie the existing file is loaded but not written back)? [+0] * Should we implement safe mode (ie the file is neither loaded nor written back)? [+1] * Should we implement reset mode (ie the file is not loaded but is written back)? [+0] * Should we break out the virtual environment settings (venv location, baseline packages) into its own file? [+1] * Could we add a boards.json file to allow users to add new/variant configurations? [+0] * What levels of config do we need? Defaults? One/multiple settings files? Override at instance level? * Do we still need to look in the application directory as well as the data directory? [-0] * What format should the files use? [cf <https://github.com/mu-editor/mu/issues/1203>] * Should we save everything every time? [-0.5] * Do we need interpolation of other settings? (eg ROOT\_DIR = abc; WORK\_DIR = %(ROOT\_DIR)/xyz) * Do we need interpolation of env vars? (eg ROOT\_DIR = %USERPROFILE%mu\_code) [+0.5] * Should we merge `settings.py` into `config.py` [+0] * Should settings (as opposed to sessions) be read-only? [+1] ###### Exit Handlers[¶](#exit-handlers "Permalink to this headline") Registered exit handlers to ensure that files are saved when Mu exits. (This could probably be alternatively achieved within the Qt app). The advantage of this is that the save is automatic; the disadvantage is that it’s a little hidden. Not currently writing to disc as soon as updated: having an exit handler ensures the settings will be written, even in the event of an unhandled exception. And it’s not clear what advantage an “autosave” would offer. ###### Levels of Config[¶](#levels-of-config "Permalink to this headline") Allowing three levels of data: the defaults for each setting type, held in a class dictionary; possible overrides at class instantiation [I’m not clear where this would be used; it can probably go]; and the .json files. The `load` function merges into the existing settings. Most commonly this means it’ll be preceded by a call to `reset`. But it could be used to implement a cascade of settings, eg where an admin sets site-wide settings which are then overridden by user settings. ###### Amnesia / Read-only / Reset modes[¶](#amnesia-read-only-reset-modes "Permalink to this headline") To support the possible “modes” above – amnesia, read-only etc. there is a `readonly` flag on each settings object, preventing it from being written to disc; and a `reset` method which will return to default settings. This last can be used either to “forget” any loaded or set settings; or before reloading from a different file. So *Safe mode* is implemented by calling `reset` without `load` and setting `readonly`. *Read-only mode* is implemented by calling `reset` followed by `load` and setting `readonly` And *Reset mode* is implemented by calling `reset` without `load` and *not* setting `readonly` The use cases here would be mostly for admins or leaders who needed, eg, to ensure that new sessions were started for every user, or who needed to debug or recover from a corrupt settings file. ###### Failure modes[¶](#failure-modes "Permalink to this headline") It’s critical that we should recover well from not being able to read or to write settings files, whether that’s a file system failure or invalid JSON. Regardless of the approach we should definitely log any exception, or log a warning where there’s no exception as such but, say, a missing file. ####### Reading[¶](#reading "Permalink to this headline") * A failure to find/open a settings file is considered usual: it’s expected that, the first time around, a user settings file won’t exist to be read. The loader will log a warning and carry on as though it had found it empty * A failure to read the JSON from a settings file is more complicated. For pragmatic purposes, the intention is here is: log a warning; quarantine the file; and carry on as though it had been found empty. That way the editor continues to work, albeit in “reset” mode, and the failing file is available for debugging. Not quite clear: should we automatically enter read-only mode in this situation? ####### Writing[¶](#writing "Permalink to this headline") * A failure to open a settings file to write to is more problematic, and there’s not very much we can do. Log the exception (eg AccessDenied or whatever). Perhaps – given that the text won’t be great – pushign the JSON output to the logs as debug might give some manual fallback. * A failure to *write* JSON is less probable – although it does happen during testing where the JSON lib attempts to serialise a Mock object. Here, we can’t really do more than log the exception and fail gracefully. ###### Levels of Config & Defaults[¶](#levels-of-config-defaults "Permalink to this headline") The thrust of this proposal expects the Settings subclass to hold a dictionary of defaults at class level. These are applied first before any file is loaded. Any information from a loaded file is overlaid, so the file data “wins”. Any values not present in the file remain per the default. Although not implemented in any way at present, the mechanism allows for several files to be loaded in succession, typically for a site-wide file, set up by an administrator, followed by a user-specific file. In this scenario, the data would be read: Defaults < Site settings < User settings with later data replacing earlier data. The presence of the defaults in the Settings subclass should also make for a more consistent use of defaults across the codebase. Eg if in general device timeouts should be 2 seconds but can be changed, one piece of code might do: ``` timeout\_s = settings.user.get('timeout\_s', 2) ``` while another piece elsewhere might do: ``` timeout\_s = settings.user.get('timeout\_s', 3) ``` If the defaults are present in the class, the .get method could be implemented so the default, instead of None as conventional, returns the class default: ``` timeout\_s = settings.user.get('timeout\_s') # with no explicit timeout\_s setting, timeout\_s is now the default value ``` Taking this further, it’s not clear that we even need to load the defaults as such; we could always just fall back to them in the event of a .get KeyError or even a \_\_getitem\_\_ KeyError. Taking that approach would also means we wouldn’t need the “dirty data” mechanism because anything in the `\_Settings` object’s own `\_dict` should be saved out at the end. ###### Saving Everything?[¶](#saving-everything "Permalink to this headline") Implicit in the new design is the idea that settings are saved out to file(s) at the end of every session. Originally, the effect of the defaults was that, say, a workspace directory would inherit the default which will then be written out to the settings file at the end of the session. Even if that file had not originally had a settings for the workspace directory. On reflection, I’ve re-implemented for now a “dirty” setting for each attribute. Only “dirty” attributes are written out to file. Anything loaded from a file is considered “dirty” even if it remains unchanged for the duration of the session. Anything updated during the session – and this will typically be user-configurable items like Zoom level, Theme &c. – is also tagged as “dirty” and will be written out to file. ###### Implemented via:[¶](#implemented-via "Permalink to this headline") * <https://github.com/mu-editor/mu/pull/1200> ###### Discussion in:[¶](#discussion-in "Permalink to this headline") * <https://github.com/mu-editor/mu/issues/1184> * <https://github.com/mu-editor/mu/issues/1203> ### Release Process[¶](#release-process "Permalink to this headline") Our continuous integration setup provides the following automation: * Running of the unit test suite on Windows, OSX and Linux for each commit. * Code quality checks via [LGTM.com](https://lgtm.com/projects/g/mu-editor/mu/). Mu has an A+ rating for code quality. * Generation of installables for Windows 32bit and Windows 64bit for each commit on our master branch. * Creation of a stand-alone .app for Mac OSX for each commit on our master branch. However, such automation does not make a release. What follows is a check-list of steps needed to cut a release. #### User Activity Checks[¶](#user-activity-checks "Permalink to this headline") To ensure nothing is broken from the user’s point of view the following key user activities should be completed on Windows, OSX and Linux (to ensure the cross platform nature of Mu is consistent): * Start Mu from a clean state (delete your Mu configuration file, and mu\_code directory). *Outcome: Mu should ask for an initial mode and a fresh mu\_code directory is created. Upon restart, Mu doesn’t repeat this process.* * Click the “Mode” button, select a new mode. *Outcome: the mode selection dialog should appear and you’ll find yourself in a new mode.* * Click the “New” button. *Outcome: a new blank tab will appear.* * Click the “Load” button. *Outcome: the operating system’s file selector dialog should appear. The selected file should open in a new tab.* * With a new tab, click the “Save” button. *Outcome: the operating system’s file naming dialog should appear, and the tab will be updated with the newly named filename.* * While in Python mode, plug in an Adafruit board. *Outcome: Mu should suggest switching to Adafruit mode.* * In Adafruit mode, load, edit and save a file on the device. *Outcome: upon saving the file, the device will reboot and run your code.* * In Adafruit mode, click the “Serial” button. *Outcome: a serial connection to the attached device is shown in a pane at the bottom of Mu’s window. Pressing Ctrl-C should drop you to the CircuitPython REPL.* * In Adafruit mode, use some code [like this](https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/master/Sensor_Plotting_With_Mu_CircuitPython/light.py) on the Adafruit device (in the case of this example, a Circuit Playground Express) to emit tuple based data. Click the “Plotter” button while the code is running. *Outcome: the plotter should display the output as a graph.* * While in Python mode, plug in a micro:bit board. *Outcome: Mu should suggest switching to micro:bit mode.* * In micro:bit mode (from now on, assuming you have a micro:bit device connected), while the current tab is completely empty, click the “Flash” button. *Outcome: Mu should do a complete fresh flash of “vanilla” MicroPython.* * In micro:bit mode, write some simple working code and click the “Flash” button. *Outcome: since MicroPython is already flashed on the device, only the file will be copied over and the device will soft-reboot.* * In micro:bit mode, click on the “Files” button. *Outcome: the files pane will appear and contain a true reflection of the current state of the file system on the device and in your mu\_code directory.* * In micro:bit mode, while the “Files” pane is active, copy to/from the device, delete a file on the device and open files listed on your computer by right-clicking them. *Outcome: the file pane state should update and no error message appear.* * In micro:bit mode, click on the “REPL” button. *Outcome: you should see and be able to interact with the REPL of MicroPython running on the connected device.* * In micro:bit mode, use some code to emit tuple based data. Click on the “Plotter” button while the code is running. *Outcome: the plotter should display the output as a graph.* * In PyGameZero mode, with an empty file, click the “Play” button. *Outcome: a blank Pygame window will appear.* * In PyGameZero mode, with correctly working code, click the “Play” button. *Outcome: the game runs.* * In PyGameZero mode, click each of the “Images”, “Fonts”, “Sounds” and “Music” buttons. *Outcome: the operating system’s file manager should open in the correct directory for each of these types of game asset.* * In Python mode, enter a simple script and click “Run”. *Outcome: the script should run with input/output being handled by a pane at the bottom of the Mu window.* * In Python mode, add a new breakpoint to your code, click “Debug”. *Outcome: the visual debugger should start and stop at your breakpoint.* * In Python mode, with no breakpoints present, click “Debug”. *Outcome: the visual debugger will start and stop at the first valid line of code.* * While the visual debugger is active, add and remove breakpoints. *Outcome: the UI will update (red dots will appear etc) and the debugger will respect such changes (stopping at new breakpoint, ignoring removed breakpoints).* * While in the visual debugger click the “Stop”, “Continue”, “Step Over”, “Step In”, “Step Out” buttons. *Outcome: the conventional behaviour for each button should happen. “Stop” will stop the script. “Continue” will run to the next break or end of script. “Step Over” will move to the next valid line of code. “Step In” will move into the called funtion. “Step Out” will move out of the current function. As all this happens, the input/output pane and object inspector should update as the code progresses.* * In Python mode, click on the “REPL” button. *Outcome: an iPython based REPL should appear in a new pane at the bottom of Mu’s window. Clicking the button again toggles the REPL off.* * In Python mode, use some code to emit tuple based data. Click on the “Plotter” button while the code is running. *Outcome: the plotter should display the output as a graph.* * Click “Zoom-In”. *Outcome: the font size should increase.* * Click “Zoom-out”. *Outcome: the font size should decrease.* * Click “Theme” several times. *Outcome: the theme/look should toggle.* * With incorrect code in the current tab, click “Check”. *Outcome: problems like syntax errors or undefined names should be highlighted with annotations on the correct line. If appropriate, they will be underlined.* * Click the “Help” button. *Outcome: the operating system’s default browser should open at the help page for the current version of Mu.* * With unsaved code in the current tab, click “Quit”. *Outcome: Mu should warn you may lose unsaved work and prompt you to confirm.* * With all work saved, click “Quit”. *Outcome: Mu should quit.* * Click on the “cog” icon in the bottom right of Mu’s Window. *Outcome: the “admin” dialog should open with the “logs” tab in focus.* * In the editor panel, type CTRL-K while code is selected. *Outcome: the selected code should toggle between commented and uncommented.* * Type CTRL-F. *Outcome: the find/replace dialog should appear.* #### Pre-Packaging Checklist[¶](#pre-packaging-checklist "Permalink to this headline") * All autogenerated API information used by Mu for auto-completion and call tips should be regenerated. * The developer documentation should be checked, re-read and regenerated locally to ensure everything is presented correctly. * The CHANGELOG.rst file should be updated to reflect the differences since the last officially packaged release. * If this is a major release make sure the resources for the old version of Mu on the [project website](https://codewith.mu/) are archived under the correctly versioned URL scheme. * Make sure the current resources in the source for the project website reference the new version of Mu. #### Packaging Processes[¶](#packaging-processes "Permalink to this headline") Official final releases will be signed by Nicholas H.Tollervey (the creator and current maintainer of Mu). This is a manual step only Nicholas can do (since only he has the cryptographic keys to make this work). Once the release packages for Windows (32bit and 64bit) and OSX have been created and signed they should be checked so no warning messages appear about untrusted sources during the installation process. The instructions for signing the Windows installers are explain in [this wonderful article on Adafruit’s website](https://learn.adafruit.com/how-to-sign-windows-drivers-installer/making-an-installer). But the essence is that the command issued should look something like: ``` "C:\Program Files (x86)\Windows Kits\10\bin\10.0.17134.0\x86\signtool" sign /v /n "Nicholas H.Tollervey" /tr http://timestamp.globalsign.com/?signature=sha2 /td sha256 mu-editor_1.0.1_win32.exe ``` Signing the Mac app involves issuing the following two commands: ``` codesign --deep --force --verbose --sign "CERT\_ID" mu-editor.app dmgbuild -s package/dmg\_settings.py "Mu Editor" dist/mu-editor.dmg ``` The appropriate installer should be checked on the following operating systems: * Windows 7 (32bit) * Windows 10 (64bit) * Latest OSX. For native Python packaging, ensure Mu is installable via `pip install .` run in the root of the source repository in a virtualenv. #### Pre-Release Checklist[¶](#pre-release-checklist "Permalink to this headline") * Create an announcement blog post for [MadeWithMu](https://madewith.mu/). * Tweet an announcement for the timing of the upcoming release. * Compose (but do not publish) a tweet to announce Mu’s release. * Ensure the source code for the developer docs, the project website and MadeWithMu is all ready to be published. * Prepare a press release and circulation list. * Check other possible channels for announcements, community websites etc. #### Release Process[¶](#id1 "Permalink to this headline") * Build the developer documentation on ReadTheDocs. Make a note of the link to the latest release in the resulting page on the CHANGELOG. * Create a new release on GitHub and attach the signed 32bit and 64bit Windows installers and OSX dmg. Reference the changelog from step 1 in the release notes. * Update the download page on the project website to the URLs for the installers added to the release in step 2. Update the live version of the website. * Push the latest version to PyPI (`make publish-test` then `make publish-live`). * Publish the blog post announcement to MadeWithMu. * Tweet with link to the announcement blog post and changelog. * Mention release in Gitter, Adafruit’s CircuitPython Discord. * Send out press release / news item to circulation list / friends. * Hit other possible announcement channels. #### Post-Release Tasks[¶](#post-release-tasks "Permalink to this headline") * Monitor Gitter chat channel for problems. * Clean up fixed issues in GitHub. * Update Roadmap.rst with reference to the next release. * Send out thanks / gifts where appropriate. ### Roadmap (Mappa MUndi)[¶](#roadmap-mappa-mundi "Permalink to this headline") (Apologies for the pun: <https://en.wikipedia.org/wiki/Mappa_mundi>) Mu started as a shonky hack. Now many people are interested in our small editor for educational use and we owe it to them to be clear what our plans are, how we work together and how *anyone* can get involved (see `CONTRIBUTING.rst`). I believe it worth repeating the Mu philosophy we have followed so far: * Less is More: Mu has only the most essential features, so users are not intimidated by a baffling interface. * Path of Least Resistance: Whatever the task, there is always only one obvious way to do it with Mu. * Keep it Simple: It’s quick and easy to learn Mu ~ complexity impedes a novice programmer’s first steps. * Have fun: Learning should inspire fun ~ Mu helps learners quickly create and test working code. Python aims to make code readable, Mu aims to make it writeable. With this in mind: #### Next Point Release[¶](#next-point-release "Permalink to this headline") 1.0.1 is a bug fix / translations release and will only include: * Update to Adafruit boards and future proofing for as-yet-unknown boards. * Swedish translation. * Updated and complete Chinese translation. * Blocking IO from Python 3 sub-process flooding data is fixed. * New MicroPython runtime for micro:bit (bug fixes). * Improvements to the stability of micro:bit flashing. Expected delivery: mid-September 2018. #### Next Minor Release[¶](#next-minor-release "Permalink to this headline") 1.1.0 will introduce some new “beta” modes: * ESP mode for embedded devices from ESP. * Web mode for creating simple dynamic websites. It will also add some new features: * Use of “black” for code style / quality checking. * Configuration of UI for purposes of better presentation: + Change size of buttons. + Tool-tips and auto-complete toggle. + Colour configuration for “Custom” theme (help dyslexic users via colour). + Transparent background (makes screen-casting easier). * Update minifier. * More translations. * Cleanups to the documentation. * Bug fix release of MicroPython for micro:bit. Expected delivery: late-November 2018. ### Mu’s Developers[¶](#mu-s-developers "Permalink to this headline") Mu was created and [mostly written by](https://github.com/mu-editor/mu/graphs/contributors) Nicholas H.Tollervey ([ntoll@ntoll.org](mailto:ntoll%40ntoll.org)). Some of Nicholas’s work has been [magnificently supported](http://ntoll.org/article/mu-pi) by the [Raspberry Pi Foundation](http://raspberrypi.org/). Happily, many people have volunteered wonderful and varied contributions to Mu. These include (but are not limited to): * Tim Golden ([mail@timgolden.me.uk](mailto:mail%40timgolden.me.uk)) * Peter Inglesby * Carlos Pereira Atencio ([carlosperate@embeddedlog.com](mailto:carlosperate%40embeddedlog.com)) * Nick Sarbicki ([nick.a.sarbicki@gmail.com](mailto:nick.a.sarbicki%40gmail.com)) * Kushal Das ([mail@kushaldas.in](mailto:mail%40kushaldas.in)) * Tibs / Tony Ibbs ([tibs@tonyibbs.co.uk](mailto:tibs%40tonyibbs.co.uk)) * Zander Brown * Alistair Broomhead ([alistair.broomhead@gmail.com](mailto:alistair.broomhead%40gmail.com)) * Frank Morton ([fmorton@mac.com](mailto:fmorton%40mac.com)) * Keith Packard ([keithp@keithp.com](mailto:keithp%40keithp.com)) We welcome contributions from anyone! Please see [Contributing to Mu](index.html#document-contributing) for more information. If you have made a contribution to Mu and would like to be recognised, please feel to add yourself to the list above. ### Release History[¶](#release-history "Permalink to this headline") #### 1.2.0[¶](#id1 "Permalink to this headline") This release fixes some minor bugs, addresses some usability gremlins and adjusts some capabilities to make things tidier. Much of this work was done over the summer at the code-sprints at EuroPython 2022 in Dublin. Kudos and thanks to all the new contributors to Mu. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * Thanks to @keith-packard for Snek mode. [Snek](<https://sneklang.org/>) is a Python inspired language for processors too small even to run MicroPython. * @tmontes contributed changes so Mu builds to Linux AppImages (an easy way to package application for Linux). * Minor fixes by @stratakis in the Russian translation. * @carlosperate fixed many minor glitches and gremlins. * @carlosperate was on fire with fixes needed to ensure Mu continues to work with very old versions of OSX (as used in many educational institutions). * Again, thanks to @carlosperate, AppImage with Wayland no longer the setting of an environment variable to make it work properly. * The web mode includes simple and easy to use integration with beginner and education friendly web hosts, PythonAnywhere. * @agdales, @Jeffrey04, @johannaengland and @AnjaVerboven contributed new messages of the day as part of their onboarding at EuroPython. * @tonybaloney contributed several Windows based fixes and clean-ups. * @johannaengland and @prcutler were on fire tidying up and fixing docs at EuroPython. * A bug was fixed in the web mode relating to the resolution and/or recreation of the assets directory (in which images, css and templates were to be found). * Or friend at Adafruit, @tennewt made the necessary changes so Mu handles OSC commands gracefully (see the [PR](<https://github.com/mu-editor/mu/pull/2326>) for more details). * New contributor, @zigit ensured “Unexpected Maker” based ESP boards are correctly detected. * Thanks to @Jayman2000, error messages are correctly capitalized (or not) to avoid potential confusion. #### 1.1.1[¶](#id2 "Permalink to this headline") Inevitably, while testing 1.1.0 we found we’d missed something and caught a late breaking bug. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * Thanks to @MinoruInachi (with feedback from @odaki) for a revised Japanese translation for Mu. * Due to complicated dependency problems, we’ve updated the bundled version of Flask to 1.1.4. Thanks to @carlosperate for quickly resolving this problem. #### 1.1.0 (final)[¶](#final "Permalink to this headline") What a journey to get to the 1.1.0 release of Mu. Many thanks to all the contributors who have made this version possible. All your efforts, no matter large or small, are really appreciated. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * Minor clean ups in the Makefile. * Thank you to @microbit-mark for updating the board IDs to support version 2.2 of the device. * Updates to the Chinese translation by @CSharperMantle. 謝謝。 * Updates to the Slovak translation by @bletvaska. Ďakujem. * The foundations of a brand new Russian translation of Mu by @grovz with contributions from @iamdbychkov. спасибо! #### 1.1.0-beta.7[¶](#beta-7 "Permalink to this headline") This is a beta release and may contain bugs or unfinished features. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * We expect this release to be the last beta before the final 1.1 release in the new year of 2022. Season’s greetings to everyone using or contributing to Mu, and here’s wishing you all a flourishing and fulfilling 2022. * As always there have been the usual minor bug fixes and clean ups from the core team of maintainers. Thank you so much for all that you do to support the continued development of Mu. * Thanks to the ever-green @keith-packard for his contribution to ensure icons on the button bar continuously scale based on the window width. This looks really smooth and slick. * Tinsel laden @tmontes has made a number of contributions around tooling for internationalization (i18n) of Mu. These include using the [Babel](http://babel.pocoo.org/en/latest/) package for generating the required translation files from our source code, and updating the `Makefile` (and `make.py`) so the process can be automated. * Xmassy @xbecas is a new joiner to the core team and we’re very please to have him with us since he has done a **huge** amount of work on updating and curating the translation files needed for i18n. Thanks to his work, translators for all the other existing locales need not have to go through the string generation/update steps (he’s done that for you already!). * Both @xbecas and @tmontes have made extensive updates to our pt-PT (Portuguese) translation. Feliz Natal e Próspero Ano Novo. * This was swiftly followed by a welcome contribution by @rffontenelle the red-nosed translator, who made extensive updates to the pt-BR (Brazilian Portuguese) translation. Many thanks Rafael, you continue to demonstrate why the Brazilian FLOSS community is such a vibrant place, and we hope your work will help beginner coders in Brazil take their first steps to join your community. Boas Festas! * Now that the upstream PyGame / PyGameZero packages have been updated and repackaged, @tmontes has ensured we use these (rather than our own custom builds) in our installers for Windows and OSX. Many thanks to our friends and collaborators in those projects (cc/ @illume and @lordmauve). * Once in royal @devdanzin’s repos, stood some lowly bugs to fix. These include ensuring empty path handling is properly handled by `get\_save\_path`, correct highlighting of both f-strings and triple quoted strings in the editor widget, fixing a comment-toggling bug that deleted the first character of the next line under certain circumstances and more robust handling of environment variables. Wow, @devdanzin was on fire..! (…and has further work in development, thank you so much for your continued contributions.) * Carolling @carlosperate has put a huge effort in. He has triaged various crash reports, administered our continuous integration pipeline, and reviewed and merged much of the work described above. He also ensured our version numbering for Mu is no longer odd, and meets the guidelines set out in [PEP440](https://www.python.org/dev/peps/pep-0440/). * Good Tim Golden (@tjguk) fast typed out, a venv that’s crisp and even. His outstanding work on making Python virtual environments work in some of the most inhospitable computing environments ever found is miraculous. Tim’s genius is to know exactly the right intervention to make, and in this case his epic addition of `-I` to the Mu codebase will help ensure the user’s virtual environments are properly isolated. * @tiago has updated the [pup](https://github.com/mu-editor/pup) packager we use to create our installer. This should fix a problem found on the new ARM based Macs. He has also made significant progress on a cross-distro Linux package which we hope will make an appearance in the not-too-distant future. * Finally, Nicholas (@ntoll) promises never to do another Christmas themed changelog. #### 1.1.0-beta.6[¶](#beta-6 "Permalink to this headline") This is a beta release and may contain bugs or unfinished features. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * Another delayed release due to busy-ness of the volunteer team involved in Mu. Thank you for your patience, bug reports and code patches. * There have been the usual minor bug fixes and clean ups from various regular contributors and some new ones too. Thank you for your careful and well targetted changes. * Carlos (@carlosperate) fixed some packaging problems relating to the iPython kernel bundled with Mu. * Martin (@dybber) fixed a couple of problems relating to the stopping of child processes (Flask and scripts stopped via KeyboardInterrupt in Linux). * The web mode checks for the availability of templates in the local directory tree before starting up. If a template directory isn’t found in the expected location, then the user sees a helpful message describing the problem and what they need to do to fix it. * Mu’s splash screen no longer always appears on top of everything else on the user’s desktop. The splash screen now also logs the progress of installing the various packages needed on first install. Thanks to Carlos for these changes. * A new admin/settings option has been added to allow users to manually change the translation Mu uses for its interface. Updating this setting requires a restart of Mu. Zander (@ZanderBrown) contributed the icon/glyph to indicate the relevant tab is for translation related settings (not entirely obvious if Mu’s UI is using a language you don’t understand and you’re looking for the setting that relates to translations). The icon makes this clear. * On some desktop windowing systems there is a bug that means windows re-open at a position higher up the screen, and so may appear off the top of the screen. We’ve ensured this never happens with Mu. If Mu starts with any part of the window off the screen, the window is moved to be within the dimensions of the screen. This was a weird one to track down and fix. * Many thanks to Ethan Spoelstra (@espoelstra) who contributed a change so Crostini on ChromeOS is used to return the correct CIRCUITPY path if it exists. * Huge thanks to Keith Packard (@keith-packard) for several contributions to this release of Mu. Keith refactored the way in which Mu handles pasting in the REPL window so it works correctly and more broadly across operating systems. * Keith also fixed some font related issues in the REPL. * Keith was on fire with a couple more contributions relating to SVG icons in the buttons in Mu. We’re very grateful to Ben Williams (@Rybec) for putting in the work to make our button icons SVG files. Keith made the code changes to implement this. * Thanks to Miro Hrončok (@hroncok) for pointing out a change in Python 10 which would break some of our UI calls into PyQt, and who provided a patch to fix things. * Some minor clarifications in our developer documentation (<https://mu.rtfd.io>). #### 1.1.0-beta.5[¶](#beta-5 "Permalink to this headline") This is a beta release and may contain bugs or unfinished features. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * We had hoped for a regular (fortnightly) release tempo. Due to the voluntary nature of Mu’s development and because some of the updates in this release were quite challenging (see below), this release is a LOT later than we had planned. * Several of us made minor updates and fixes (such as ensuring various packages had explicit dependency versions listed, updating versions for Mu’s own dependencies and so on). * Right clicking on highlighted text in the editor, with the REPL active, now has an additional option added to the context menu: to correctly paste the text from the editor into the REPL. Thanks to Professor Chris Rogers of Tufts University for suggesting this feature. * The multi-talented Dan Halbert of Adafruit very kindly fixed a bug in the Adafruit board handling when on run on new Apple M1 hardware. Thank you Dan for your valuable contribution. * A huge amount of work by Tim and Carlos has gone into analysing the crash reports from recent beta releases of Mu. This has resulted in significant effort to address many of the bugs encountered, many of which related to edge cases encountered by the new virtual environment feature. Tim and Carlos have created many fixes and checks to ensure these bugs are either completely fixed or are, at least, mitigated in more helpful ways. This has been a challenging and “fiddly” bit of work, so kudos and thanks, as always, to both Tim and Carlos for their continued efforts. * Carlos has also updated the version of MicroPython used in the BBC micro:bit mode to the latest 2.0.0-beta.5 version. * In addition, Carlos has ensured that the micro:bit mode flashes files onto the micro:bit using the correctly memory aligned hex string. * Github user ajs256 has ensured the crash reporter doesn’t kick in when a `KeyboardInterrupt` is triggered in Mu (CTRL-C). * Sometimes in Mu for Linux, the expected `.py` file extension wasn’t added to new files. This depended on the user’s graphical shell. Mu now checks the output from the shell and, if requires, will add `.py` itself. * Various fixes to Mu’s logging make it more robust, clear and useful. * Tiago fixed a late breaking bug in packaging Mu for OSX. All fixed in a matter of hours. Amazing work! There are perhaps a couple more features we want to land in the coming weeks, and then we will start the work of ensuring internationalization is fully up to date, the website reflects the new features and various changes, and PUP will be able to produce redistributable appimages for Linux. Then we will have reached 1.1.0-final. :-) #### 1.1.0-beta.4[¶](#beta-4 "Permalink to this headline") This is a beta release and may contain bugs or unfinished features. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * During the beta phase, we’re moving to a fortnightly release cadence. Since this release is a week late, expect the next one in a week’s time - 26th April. * Carlos made many changes to clean up the specification for required modules used by the installer. This will make supporting and tracking Mu’s dependencies MUCH easier. Thank you Carlos! * Huge thanks to Dan Halbert of Adafruit who contributed a significant amount of refactoring to the CircuitPython mode. As a result Mu now uses the adafruit-board-toolkit module for device identification, among many other helpful changes [described in Dan’s pull request](<https://github.com/mu-editor/mu/pull/1371>). Thank you Dan..! * Carlos was on fire… he also fixed a bug in the file-copy dialog when the context menu was opened with an empty list of files. * Carlos (again), fixed some outstanding documentation issues for supporting Raspbian Buster (and newer). These are now at <https://mu.rtfd.io/>. * Carlos (again, again) tidied up various aspects of the Makefile so there is only a single source of truth for running various utilities and commands. * Logging was another focus for this release. Now that we have a few weeks worth of crash reports we’ve been able to look at the parts of the application that cause most grief and add extra-logging in various locations. Tim put in a great effort to make sure the “first run” and other virtual environment based aspects of Mu now have clearer and more useful logging and throw more useful exceptions, closer to the source of the problem, for the resulting crash report. Carlos ensured the IPython kernel installation was properly logged. * We ensured various key packages were pinned to particular versions to maximise compatibility with older versions of Python still found in schools. There are many pull requests and work items currently in flight and they’ll be landing very soon as the overall quality and robustness of Mu significantly improves. Many thanks to everyone who continues to help, support and contribute to the ongoing development of Mu. #### 1.1.0-beta.3[¶](#beta-3 "Permalink to this headline") This is a beta release and may contain bugs or unfinished features. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * During beta phase, we’re moving to a fortnightly release cadence. Expect beta 4 on the 12th April. * The final version of the Mu splash screen was delivered. Huge thanks to the extraordinarily talented Steve Hawkes ([@hawkz](<https://github.com/hawkz>)) of [The Developer Society](<https://www.dev.ngo/>) for his generous artistic support, patience and humorous approach. * Thanks to a recent update in [PyGame Zero](<https://pypi.org/project/pgzero/>), we’re back to using the official package from PyPI, rather than our patched fork, in the installer. * Both Tim and Carlos have contributed updates, fixes and tests to address a bug affecting Windows users who may have a space in the file path upon which Mu is found. This was a difficult bug to reproduce but Tim did a lot of digging to isolate the cause with as much confidence as is possible when it comes to such things. Carlos did a bunch of thankless and fiddly test related work so testing with spaces in the path is part of our test suite. Work on this is ongoing so expect further improvements in upcoming releases. As always, many thanks for these efforts. * Tim addressed a wheel/sdist related problem that was causing odd side effects with regard to dependancies. * A strange bug, where it was not possible to install third-party packages on first run of Mu, opened up a deep rabbit hole of investigation. In the end Tim was able to fix this AND address the source of a warning message from Qt when Mu was starting for the first time. * The splash screen code was rewritten in such a way that objects relating to the splash screen will always be garbage-collected by Python and destroyed by Qt5. Previously, they existed for the full duration of the application, not really causing any problems, but “in limbo” nonetheless. * The crash reporting tool has had a minor update so the user is reminded to attach their log file to the bug report, along with an indication of where to find the log file. #### 1.1.0-beta.2[¶](#beta-2 "Permalink to this headline") This is a beta release and may contain bugs or unfinished features. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * This is the first public beta release (beta 1 was created for testing by the core development team). * Many minor bug fixes to the existing new features found in beta 1 (see below). * Many thanks to Martin Dybdal for his work on improving the admin panel. * Carlos made significant changes so Mu can be packaged with very recent versions of Python. Carlos also made various changes relating to the status of Python packages contained within the official installer. * Many thanks to Dan Pope for assistance with an upgraded version of PyGameZero (which uses the latest version of PyGame - kudos to René and the other developers of PyGame for the recent improvements). * Various fixes to the UI so that panes are easier to resize and the themes are correctly applied to the REPL (thanks again to Martin for these fixes). * Carlos also contributed fixes relating to the micro:bit mode (compatibility with versions 1 and 2). * Tim has made herculean efforts to ensure the creation and checking of Mu’s virtual environment is robust and easy to maintain. * A new crash reporting feature has been added. If Mu breaks the user will be redirected to the endpoint codewith.mu/crash with details of the crash and an option to create a bug report. This ensures Mu crashes are handled more gracefully, and the user is able to see the error that caused the crash. * A new animated splash screen has been added so the initial creation of Mu’s virtual environment happens in such a way that the user can see progress is being made, and updates are logged on the splash screen for the user. If Mu encounters a problem at this early stage, the splash screen recovers and the new crash reporting feature kicks in. The current animation was created by Steve Hawkes (thank you) with a much more polished version promised very soon..! * Behind the scenes, Tiago has continued to make outstanding work on the pup tool we use to create the installers for Windows 64/32 bit and MacOS X. This beta release will be the first to use installers created with pup. * **Known bug** - on first ever start of Mu, if in Python3 mode the package manager will not work. Re-starting Mu fixes this (i.e. from second and subsequent starts). We’re tracking this problem via [this issue](<https://github.com/mu-editor/mu/issues/1358>). #### 1.1.0-beta.1[¶](#beta-1 "Permalink to this headline") This is a beta release and may contain bugs or unfinished features. Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * A new mode for ESP8266/ESP32 devices running MicroPython. This work and a significant amount of related refactoring was contributed with Viking like energy and efficiency by Martin Dybdal. This work has meant it was relatively easy to create two further new modes… * New mode for Lego Spike devices (thanks to Chris and Ethan at Tufts University for the help and support). * New mode for Raspberry Pi Pico (thanks to Zander, Martin and Carlos for the extensive testing). * Updates to the Microbit mode made by Spanish source-code wrangler extraordinaire (and resident Microbit expert) Carlos Pereira Atencio. The Microbit mode now supports versions 1 and 2 of the board. * Various bits of artwork used in the application have been updated (including a new [temporary] animated splash screen). Thanks to devdanzin for choreographing the initial work on the splash screen at short notice. * A complete re-write of the virtualenv and third party package handlers by the hugely talented Tim Golden. This was a long term and difficult refactoring project which Tim has delivered with great aplomb. This should make package handling much smoother and simpler. * Various smallish UI fixes, enhancements and smoothing by devdanzin. Thank you for these contributions - they really make a difference to the ease of use and friendly feel of Mu. * This version of Mu is packaged with stand-alone installers for Windows and OSX by the wonder that is PUP - a new packaging tool by our very own Tiago Montes ~ Portugal’s Premier Python Packager Par-excellence. We have big plans for PUP… watch this space. :-) * Many many many minor bug fixes contributed by many many many people to whom we are eternally grateful. We hope to release beta.2 very soon. #### 1.0.3[¶](#id3 "Permalink to this headline") Bugfix. * Updated to the latest version of Qt to fix syntax highlighting issues in OSX. * Ensure CWD is set to the directory containing the script to be run in Python3 mode. * Updated website with instructions in light of OSX changes. #### 1.1.0-alpha.2[¶](#alpha-2 "Permalink to this headline") The second alpha release of 1.1. This version may contain bugs and is unfinished (more new features will be arriving in alpha 3). Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * **NEW FEATURE** A brand new web mode for creating simple dynamic web applications with the Flask web framework. Currently users are able to edit Python, HTML and CSS files, run a local server and view their website in thier browser. We expect to add a deployment option thanks to PythonAnywhere by the time alpha 3 is released. * **NEW FEATURE** A new Slovak translation of Mu thanks to Miroslav Biňas (GitHub user [bletvaska](https://github.com/bletvaska)). * **ACHIEVEMENT UNLOCKED** Fixed a problematic bug where students got into a seemingly impossible loop because the auto-save feature encountered errors and got in the way of renaming a file. We are THRILLED TO BITS that the fix for this problem was contributed by [Sean Tibor](http://teachingpython.fm), a teacher from Fort Lauderdale, Florida. **Teachers coding the tools they use to teach has been a core aim for Mu, and Sean gets the gold medal (or perhaps a beer when I next see him) for unlocking this achievement.** * **RENAME** At the suggestion of Adafruit’s Dan Halbert, the “Adafruit” mode has been renamed to “CircuitPython” mode to reflect the growing number of manufacturers who support CircuitPython. Many thanks to [Benjamin Shockley](http://benjaminshockley.com/) for putting the work in to make this happen. * **NEW DEVICES** Several new non-Adafruit boards have been added to the renamed CircuitPython mode. Many thanks to [Shawn Hymel](http://shawnhymel.com) (SparkFun) and [Gustavo Reynaga](http://www.gustavoreynaga.com/) (Electronic Cats) for contributing these valuable changes. * Add some new free-to-reuse image and sound assets for use in PyGameZero example games. * Middle mouse wheel scrolling with the CTRL or CMD (on Mac) keys will zoom the UI in a consistent manner across all platforms. * Minor documentation updates / corrections thanks to [Luke Slevinsky](https://lukeslev.github.io/). * Refinement of the built-in educational libraries as we start to unbundle a slew of software from Mu’s installer so users can install such packages from within Mu. Many thanks to the formidably talented [Martin O’Hanlon](https://www.stuffaboutcode.com/) for his help. * PyGameZero mode will look for game assets relative to the location of the game file, rather than just within the user’s workspace. Thanks to the evergreen [Tim Golden](http://timgolden.me.uk/) for this helpful update. * Minor corrections to the French localisation by GitHub user [ogoletti](https://github.com/ogoletti). * UI related convenience in the new ESP mode so that the current / most recent filesystem path is used when using the file copy pane. Many thanks (as always) to [Martin Dybdal](http://dybber.dk/) for his continued work on all things ESP related in Mu. * A tidy up of the file save dialog so it uses Qt’s built in dialog features. Thanks to [Tiago Montes](https://tmont.es/) for being his usual awesome self. * Tabs are restored on startup in the correct order. Once again, this is the work of Tiago Montes. * The mechanism for generating the various installers and packages for Mu has been significantly refactored so that there is, if possible, always a single source for configuration information. The significant amount of effort to make this happen was, once again (again), contributed by Tiago Montes. * Window size and location is also restored on startup. Tiago Montes, who implemented this change, has been **ON FIRE** during this development phase. * A small (but important) change to the tool-tip for the sleep function found in MicroPython on the micro:bit has been submitted to the pedagogical legend and friend of Mu that is [Dave Ames](https://dave-ames.net/). * A helpful message is now sent to the output pane when the graphical debugger starts in Python 3 mode. The Shakespeare like talents of long term Mu-tineer [Steve Stagg](https://sta.gg/) are behind this Nobel-prize-worthy literary contribution. * Re-add support for user defined syntax check overrides. Many thanks to [Leroy Levin](https://github.com/leroyle) for making this happen..! * Ensure that `pip` is updated while creating the Windows installers. Thanks to [Yu Wang](https://github.com/bigeyex) for making this change. * Various minor updates and fixes to aid code readibility. #### 1.1.0-alpha.1[¶](#alpha-1 "Permalink to this headline") The first alpha release of 1.1. This version may contain bugs and is unfinished (more new features will be added in later alpha releases or, depending on feedback, we may change the behaviour of existing features). Please provide bug reports or feedback via: <https://github.com/mu-editor/mu/issues/new> * **NEW FEATURE** Installation of third party packages from PyPI. Click on the cog icon to open the admin dialog and select the “Third Party Packages” tab. * **NEW FEATURE** Code tidy via the wonderful code formatter [Black](https://black.readthedocs.io/en/stable/). Click the new “Tidy” button to reformat and tidy your code so it looks more readable. If your code has errors, these will be pointed out. Many thanks to Black’s creator and maintainer, Łukasz Langa, for this contribution. * **NEW FEATURE** A new ESP8266 / ESP32 mode for working with these WiFi enabled cheap IoT boards. Many thanks to Martin Dybdal for driving this work forward and doing the heavy lifting. Thanks also to Murilo Polese for testing and very constructive input in the review stage of this feature. * **OS CHANGE** Due to Qt’s and Travis’s lack of support, Mu will only run on Mac OS 10.12 and above. * Ensure line-number margin is not too sensitive to inaccurate clicking from young coders trying to position the cursor at the beginning of the line. Thanks to Tiago Montes for this enhancement. * Fix some typos in the French translation. Thank you to GitHub user @camillem. * Fix a bug relating to Adafruit boards when a file on a board which is then unplugged is saved, Mu used to crash. Thanks to Melissa LeBlanc-Williams for the report of this problem. * Fix problem with a missing newline at the end of a file. Thanks to Melissa LeBlanc-Williams for the eagle-eyes and fix. * Fix for PYTHONPATH related problems on Windows (the current directory is now on the path when a script is run). Thanks to Tim Golden for this fix. * Update to locale detection (use Qt’s QLocale class). Thanks to Tiago Montes for making this happen. * Fix bug relating to match selection of non-ASCII characters. Thank you to Tiago Montes for this work. * Fixed various encoding related issues on OSX. * Various minor / trivial bug fixes and tidy ups. #### 1.0.2[¶](#id4 "Permalink to this headline") Another bugfix and translation release. No new features were added. Unless there are show-stoppers, the next release will be 1.1 with new features. * Updated OSX to macOS, as per Apple’s usage of the terms. Thanks Craig Steele. * Updates and improvements to the Chinese translation. Thank John Guan. * Improved locale detection on macOS. Many thanks to Tiago Montes. * Cosmetic stripping of trailing spaces on save. Thanks to Tim Golden. * Update PyQt version so pip installed Mu works with Python 3.5. Thanks to Carlos Pereira Atencio. * Fix incorrect setting of dataTerminalReady flag. Thanks to GitHub user @wu6692776. * Spanish language improvements and fixes by Juan Biondi, @yeyeto2788 and Carlos Pereira Atencio. * Improvements and fixes to the German translation by Eberhard Fahle. * Fix encoding bug on Windows which caused crashes and lost files. Many thanks to Tim Golden for this work. * Keyboard focus loss when closing REPL is now fixed. Thanks again Tim Golden. * More devices for Adafruit mode along with a capability to work with future devices which have the Adafruit vendor ID. Thanks to Limor Friend for this contribution. * Fix a bug introduced in 1.0.1 where output from a child Python process was being truncated. * Fix an off-by-one error when reading bytes from UART on MicroPython devices. * Ensure zoom is consistent and remembered between panes and sessions. * Ensure mu\_code and/or current directory of current script are on Python path in Mu installed from the installer on Windows. Thanks to Tim Golden and Tim McCurrach for helping to test the fix. * Added Argon, Boron and Xenon boards to Adafruit mode since they’re also supported by Adafruit’s CircuitPython. * The directory used to start a load/save dialog is either what the user last selected, the current directory of the current file or the mode’s working directory (in order of precedence). This is reset when the mode is changed. * Various minor typo and bug fixes. #### 1.0.1[¶](#id5 "Permalink to this headline") This is a bugfix and new translation release. No new features were added. The next release will be 1.1.0 with some new features. * Added a German translation by René Raab. * Added various new Adafruit boards, thanks Limor! * Added a Vietnamese translation by GitHub user @doanminhdang. * Fix bug in MicroPython REPL when dealing with colour escape sequences, thanks Martin Dybdal of Coding Pirates! Arrr. * Ensured anyone trying to setup on an incompatible version of Python is given a friendly message explaining the problem. Thanks to the hugely talented René Dudfield for migrating this helpful function from PyGame! * Added a Brasilian translation by Marco A L Barbosa. * Added missing API docs for PyGameZero. Thanks to Justin Riley. * Added a Swedish translation by Filip Korling. * Fixes to various metadata configuration entries by Nick Morrott. * Updated to a revised Chinese translation. Thanks to John Guan. * Added the Mappa MUndi (roadmap) to the developer documentation. * Added a Polish translation by Filip Kłębczyk. * Fixes and enhancements to the UI to aid dyslexic users by Tim McCurrach. * Updated to version 1.0.0.final for MicroPython on the BBC micro:bit. Many thanks to Damien George of the MicroPython project for his amazing work. * Many other minor bugs caught and fixed by the likes of Zander and Carlos! #### 1.0.0[¶](#id6 "Permalink to this headline") * Fix for font related issues in OSX Mojave. Thanks to Steve Stagg for spotting and fixing. * Fix for encoding issue encountered during code checking. Thanks to Tim Golden for a swift fix. * Fix for orphaned modal dialog. Thanks for spotting this Zander Brown. * Minor revisions to hot-key sequences to avoid duplications. All documented at <https://codewith.mu/en/tutorials/1.0/shortcuts>. * Update to latest version of uflash and MicroPython 1.0.0-rc.2 for micro:bit. * Updated to latest GuiZero in Windows installers. * Update third party API documentation used by QScintilla for code completion and call tips. Includes CircuitPython 3 and PyGame Zero 1.2. * Added swag related graphics to the repository (non-functional change). #### 1.0.0.rc.1[¶](#rc-1 "Permalink to this headline") * Various UI style clean ups to make sure the look of Mu is more consistent between platforms. Thanks to Zander Brown for this valuable work. * Added French translation of the user interface. Thanks to Gerald Quintana. * Added Japanese translation of the user interface. Thanks to @MinoruInachi. * Added Spanish translation of the user interface. Thanks to Carlos Pereira Atencio with help from Oier Echaniz. * Added Portuguese translation of the user interface. Thanks to Tiago Montes. * Fixed various edge cases relating to the new-style flashing of micro:bits. * Fixed off-by-one error in the visual debugger highlighting of code (caused by Windows newlines not correctly handled). * Fixed shadow module related problem relating to Adafruit mode. It’s now possible to save “code.py” files onto boards. * Updated to latest version of uflash and MicroPython 1.0.0-rc.1 for micro:bit. * Various minor bugs and niggles have been fixed. #### 1.0.0.beta.17[¶](#beta-17 "Permalink to this headline") * Update to the latest version of uflash with the latest version of MicroPython for the BBC micro:bit. * Change flashing the BBC micro:bit to become more efficient (based on the copying of files to the boards small “fake” filesystem, rather than re-flashing the whole device in one go). * Ensure user agrees to GPL3 license when installing on OSX. * Fix Windows “make” file to correctly report errors thanks to Tim Golden. * The debugger in Python mode now correctly handles user-generated exceptions. * The debugger in Python mode updates the stack when no breakpoints are set. * Major update of the OSX based automated build system. * Modal dialog boxes should behave better on GTK based desktops thanks to Zander Brown. * Right click to access context menu in file panes in micro:bit mode so local files can be opened in Mu. * Fix bug where REPL, Files and Plotter buttons got into a bad state on mode change. * Update to use PyQt 5.11. * On save, check for shadow modules (i.e. user’s are not allowed to save code whose filename would override an existing module name). * Automatic comment toggling via Ctrl-K shortcut. * A simple find and replace diaolog is now available via the Ctrl-F shortcut. * Various minor bugs and niggles have been squashed. #### 1.0.0.beta.16[¶](#beta-16 "Permalink to this headline") * Updated flashing in micro:bit mode so it is more robust and doesn’t block on Windows. Thank you to Carlos Pereira Atencio for issue #350 and the polite reminder. * Updated the mu-debug runner so if the required filename for the target isn’t passed into the command, a helpful message is displayed to the user. * Developer documentation updates. * Updated to the latest version of uflash, which contains the latest stable release of MicroPython for the micro:bit. Many thanks to Damien George for all his continuing hard work on MicroPython for the micro:bit. * Inclusion of tkinter, turtle, gpiozero, guizero, pigpio, pillow and requests libraries as built-in modules. * Update to latest version of Pygame Zero. * Fix plotter axis label bug which wouldn’t display numbers if value was a float. * Separate session and settings into two different files. Session includes user defined changes to configuration whereas settings contains sys-admin-y configuration. * Update the CSS for the three themes so they display consistently on all supported platforms. Thanks to Zander Brown for his efforts on this. * Move the mode selection to the “Mode” button in the top left of the window. * Support for different encodings and default to UTF-8 where possible. Many thanks to Tim Golden for all the hard work on this rather involved fix. * Consistent end of line support on all platforms. Once again, many thanks to Tim Golden for his work on this difficult problem. * Use `mu-editor` instead of `mu` to launch the editor from the command line. * More sanity when dealing with cross platform paths and ensure filetypes are treated in a case insensitive manner. * Add support for minification of Python scripts to be flashed onto a micro:bit thanks to Zander Brown’s nudatus module. * Clean up logging about device discovery (it’s much less verbose). * Drag and drop files onto Mu to open them. Thanks to Zander Brown for this *really useful* feature. * The old logs dialog is now an admin dialog which allows users to inspect the logs, but also make various user defined configuration changes to Mu. * Plotter now works in Python 3 mode. * Fix problem in OSX with the `mount` command when detecting Circuit Python boards. Thanks to Frank Morton for finding and fixing this. * Add data flood avoidance to the plotter. * OSX automated packaging. Thanks to Russell Keith-Magee and the team at BeeWare for their invaluable help with this problematic task. * Refactoring and bug fixing of the visual debugger’s user interface. Thank you to Martin O’Hanlon and Carlos Pereira Atencio for their invaluable bug reports and testing. * Various fixes to the way the UI and themes are displayed (crisper icons on HiDPI displays and various other fixes). Thanks to Steve Stagg for putting lipstick on the pig. ;-) * A huge number of minor bug fixes, UI clean-ups and simplifications. #### 1.0.0.beta.15[¶](#beta-15 "Permalink to this headline") * A new plotter works with CircuitPython and micro:bit modes. If you emit tuples of numbers via the serial connection (e.g. `print((1, 2, 3))` as three arbitrary values) over time these will be plotted as line graphs. Many thanks to Limor “ladyada” Fried for contributing code for this feature. * Major refactoring of how Mu interacts with connected MicroPython based boards in order to enable the plotter and REPL to work independently. * Mu has a new mode for Pygame Zero (version 1.1). Thanks to Dan Pope for Pygame Zero and Rene Dudfield for being Pygame maintainer. * It’s now possible to run mu “python3 -m mu”. Thanks to Cefn Hoile for the contribution. * Add support for pirkey Adafruit board. Thanks again Adafruit. * Updated all the dependencies to the latest upstream versions. * Various minor bug fixes and guards to make Mu more robust (although this will always be bugs!). #### 1.0.0.beta.14[¶](#beta-14 "Permalink to this headline") * Add new PythonProcessPanel to better handle interactions with child Python3 processes. Includes basic command history and command editing. * Move the old “run” functionality in Python3 mode into a new “Debug” button. * Create a new “Run” button in Python3 mode that uses the new PythonProcessPanel. * Automation of 32bit and 64bit Windows installers (thanks to Thomas Kluyver for his fantastic pynsist tool). * Add / revise developer documentation in light of changes above. * (All the changes mentioned above were supported by the Raspberry Pi Foundation – Thank you!) * Update / add USB PIDs for Adafruit boards (thanks Adafruit for the heads up). * Minor cosmetic changes. * Additional test cases. #### 1.0.0.beta.13[¶](#beta-13 "Permalink to this headline") * Fix to solve problem when restoring CircuitPython session when device is not connected. * Fix to solve “data terminal ready” (DTR) problem when CircuitPython expects DTR to be set (and it isn’t by default in Qt). * Added initial work on developer documentation found here: <http://mu.rtfd.io/> * Updates to USB PIDs for Adafruit boards. * Added functionally equivalent “make.py” for Windows based developers. * Major refactor of the micro:bit related “files” UI pane: it no longer blocks the main UI thread. #### 1.0.0.beta.12[¶](#beta-12 "Permalink to this headline") * Update “save” related behaviour so “save as” pops up when the filename in the tab is double clicked. * Update the debugger so the process stops at the end of the run. * Ensure the current working directory for the REPL is set to mu\_mode. * Add additional documentation about Raspberry Pi related API. * Update micro:bit runtime to lates MicroPython beta. * Make a start on developer documentation. #### 1.0.0.beta.11[¶](#beta-11 "Permalink to this headline") * Updated Python 3 REPL to make use of an out of process iPython kernel (to avoid problems with blocking Mu’s UI). * Reverted Save related functionality to prior behaviour. * The “Save As” dialog for re-naming a file is launched when you click the filename in the tab associated with the code. #### 1.0.0.beta.10[¶](#beta-10 "Permalink to this headline") * Ensured “Save” button prompts user to confirm (or replace) the filename of an existing file. Allows Mu to have something like “Save As”. * Updated to latest microfs library for working with the micro:bit’s filesystem. * Fixed three code quality warnings found by <https://lgtm.com/projects/g/mu-editor/mu/alerts/?mode=list> * Updated API generation so the output is ordered (helps when diffing the generated files). * Updated Makefile to create Python packages/wheels and deploy to PyPI. * Explicit versions for packages found within install\_requires in setup.py. * Minor documentation changes. #### 1.0.0.beta.9[¶](#beta-9 "Permalink to this headline") * Debian related packaging updates. * Fixed a problem relating to how Windows stops the debug runner. * Fixed a problem relating to how Windows paths are expressed that was stopping the debug runner from starting. #### 1.0.0.beta.8[¶](#beta-8 "Permalink to this headline") * Updated splash image to reflect trademark usage of logos. * Refactored the way the Python runner executes so that it drops into the Python shell when it completes. * The debug runner now reports when it has finished running a script. #### 1.0.0.beta.7[¶](#id7 "Permalink to this headline") * Update PyInstaller icons. * Fix some tests that fail on older version of Python 3. * Add scripts to extract API information from Adafruit and Python 3. * Add generated API documentation to Mu so autosuggest and call tips have data. * Ensure translation files are distributed. #### 1.0.0.beta.6[¶](#id8 "Permalink to this headline") * Pip installable. * Updated theme handling: day, night and high-contrast (as per user feedback). * Keyboard shortcuts. #### 1.0.0.beta.\*[¶](#beta "Permalink to this headline") * Added modes to allow Mu to be a general Python editor. (Python3, Adafruit and micro:bit.) * Added simple visual debugger. * Added iPython based REPL for Python3 mode. * Many minor UI changes based on UX feedback. * Many bug fixes. #### 0.9.13[¶](#id9 "Permalink to this headline") * Add ability to change default Python directory in the settings file. Thanks to Zander Brown for the contribution. See #179. #### 0.9.12[¶](#id10 "Permalink to this headline") * Change the default Python directory from `~/python` to `~/mu\_code`. This fixes issue #126. * Add instructions for installing PyQt5 and QScintilla on Mac OS. * Update to latest version of uFlash. * Add highlighting of search mathes. * Check if the script produced is > 8k. * Use a settings file local to the Mu executable if available. * Fix bug with highlighting code errors in Windows. * Check to overwrite an existing file on the micro:bit FS. * Start changelog ### GNU General Public License[¶](#gnu-general-public-license "Permalink to this headline") *Version 3, 29 June 2007* *Copyright © 2007 Free Software Foundation, Inc* <<http://fsf.org>> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. #### Preamble[¶](#preamble "Permalink to this headline") The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program–to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: **(1)** assert copyright on the software, and **(2)** offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers’ and authors’ protection, the GPL clearly explains that there is no warranty for this free software. For both users’ and authors’ sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users’ freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. #### TERMS AND CONDITIONS[¶](#terms-and-conditions "Permalink to this headline") ##### 0. Definitions[¶](#definitions "Permalink to this headline") “This License” refers to version 3 of the GNU General Public License. “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. “The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. A “covered work” means either the unmodified Program or a work based on the Program. To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that **(1)** displays an appropriate copyright notice, and **(2)** tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. ##### 1. Source Code[¶](#source-code "Permalink to this headline") The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The “System Libraries” of an executable work include anything, other than the work as a whole, that **(a)** is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and **(b)** serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work’s System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. ##### 2. Basic Permissions[¶](#basic-permissions "Permalink to this headline") All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. ##### 3. Protecting Users’ Legal Rights From Anti-Circumvention Law[¶](#protecting-users-legal-rights-from-anti-circumvention-law "Permalink to this headline") No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work’s users, your or third parties’ legal rights to forbid circumvention of technological measures. ##### 4. Conveying Verbatim Copies[¶](#conveying-verbatim-copies "Permalink to this headline") You may convey verbatim copies of the Program’s source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. ##### 5. Conveying Modified Source Versions[¶](#conveying-modified-source-versions "Permalink to this headline") You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: * **a)** The work must carry prominent notices stating that you modified it, and giving a relevant date. * **b)** The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. * **c)** You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. * **d)** If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation’s users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. ##### 6. Conveying Non-Source Forms[¶](#conveying-non-source-forms "Permalink to this headline") You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: * **a)** Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. * **b)** Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either **(1)** a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or **(2)** access to copy the Corresponding Source from a network server at no charge. * **c)** Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. * **d)** Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. * **e)** Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A “User Product” is either **(1)** a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or **(2)** anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. ##### 7. Additional Terms[¶](#additional-terms "Permalink to this headline") “Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: * **a)** Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or * **b)** Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or * **c)** Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or * **d)** Limiting the use for publicity purposes of names of licensors or authors of the material; or * **e)** Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or * **f)** Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. ##### 8. Termination[¶](#termination "Permalink to this headline") You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated **(a)** provisionally, unless and until the copyright holder explicitly and finally terminates your license, and **(b)** permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. ##### 9. Acceptance Not Required for Having Copies[¶](#acceptance-not-required-for-having-copies "Permalink to this headline") You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. ##### 10. Automatic Licensing of Downstream Recipients[¶](#automatic-licensing-of-downstream-recipients "Permalink to this headline") Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party’s predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. ##### 11. Patents[¶](#patents "Permalink to this headline") A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor’s “contributor version”. A contributor’s “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor’s essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either **(1)** cause the Corresponding Source to be so available, or **(2)** arrange to deprive yourself of the benefit of the patent license for this particular work, or **(3)** arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient’s use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license **(a)** in connection with copies of the covered work conveyed by you (or copies made from those copies), or **(b)** primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. ##### 12. No Surrender of Others’ Freedom[¶](#no-surrender-of-others-freedom "Permalink to this headline") If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. ##### 13. Use with the GNU Affero General Public License[¶](#use-with-the-gnu-affero-general-public-license "Permalink to this headline") Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. ##### 14. Revised Versions of this License[¶](#revised-versions-of-this-license "Permalink to this headline") The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy’s public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. ##### 15. Disclaimer of Warranty[¶](#disclaimer-of-warranty "Permalink to this headline") THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. ##### 16. Limitation of Liability[¶](#limitation-of-liability "Permalink to this headline") IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ##### 17. Interpretation of Sections 15 and 16[¶](#interpretation-of-sections-15-and-16 "Permalink to this headline") If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. *END OF TERMS AND CONDITIONS* #### How to Apply These Terms to Your New Programs[¶](#how-to-apply-these-terms-to-your-new-programs "Permalink to this headline") If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. > > <one line to give the program’s name and a brief idea of what it does.> > Copyright (C) <year> <name of author> > > > This program is free software: you can redistribute it and/or modify > it under the terms of the GNU General Public License as published by > the Free Software Foundation, either version 3 of the License, or > (at your option) any later version. > > > This program is distributed in the hope that it will be useful, > but WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > GNU General Public License for more details. > > > You should have received a copy of the GNU General Public License > along with this program. If not, see <<http://www.gnu.org/licenses/>>. > > > Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: > > <program> Copyright (C) <year> <name of author> > This program comes with ABSOLUTELY NO WARRANTY; for details type ‘show w’. > This is free software, and you are welcome to redistribute it > under certain conditions; type ‘show c’ for details. > > > The hypothetical commands show w and show c should show the appropriate parts of the General Public License. Of course, your program’s commands might be different; for a GUI interface, you would use an “about box”. You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <<http://www.gnu.org/licenses/>>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <<http://www.gnu.org/philosophy/why-not-lgpl.html>>. ### Copyright Information[¶](#copyright-information "Permalink to this headline") #### Mu Copyright[¶](#mu-copyright "Permalink to this headline") Mu, its source code and associated assets are copyright Nicholas H.Tollervey and others (those who have made significant contributions to Mu can be found in this list of [Mu’s Developers](index.html#document-authors)). #### Notes on Image Copyright Status[¶](#notes-on-image-copyright-status "Permalink to this headline") All images used in Mu’s developer documentation fall under Mu’s copyright status, except for the following images sourced from third parties: ##### beautifully\_useless.jpg[¶](#beautifully-useless-jpg "Permalink to this headline") Permission was sought and obtained from Katerina Kamprani (the creator of [the uncomfortable](http://theuncomfortable.com)): ``` Hello Nicholas, Thank you very much for asking and for your kind words. As long as there is no commercial use of the image, and since you mention my project, it is absolutely fine! I am very happy the images help to prove a point! Many greetings from Athens, Greece, Katerina ``` ##### circuit\_playground.jpg[¶](#circuit-playground-jpg "Permalink to this headline") Permission was sought and obtained from [Adafruit Industries](https://adafruit.com/), the source of the image: ``` yup! 100%! please use! > Hi Folks, > > Is it OK to use a picture of a Circuit Playground Express taken > from your website in the developer docs for Mu. Like this..? > > https://mu.readthedocs.io/en/latest/modes.html#adafruit-mode ``` ##### pygame.png[¶](#pygame-png "Permalink to this headline") Permission was sought and obtained from René Dudfield, the current core maintainer of [Pygame](https://pygame.org): ``` public domain Go for it! Feel free to do whatever weird(and not weird) things you like with it. It's a modification (by me) of a logo by Gareth Noyce, who also put the logo files in public domain. Gareth Noyce said of the logo files: They're public domain but I'd like attribution if they're used anywhere. Just a "logo by Gareth Noyce" would do, but I won't be complaining if people forget. :)' ``` ##### python.png[¶](#python-png "Permalink to this headline") This is a copy of the Python logo owned by the [Python Software Foundation](https://python.org/psf) (PSF). Mu was originally written by a PSF Fellow on behalf of the PSF as part of the PSF’s contribution to the BBC’s micro:bit project. Furthermore, the PSF say of the [use of the Python logo](https://www.python.org/community/logos/)): > > “Projects and companies that use Python are encouraged to incorporate > the Python logo on their websites, brochures, packaging, and elsewhere > to indicate suitability for use with Python or implementation in > Python. Use of the “two snakes” logo element alone, without the > accompanying wordmark is permitted on the same terms as the combined > logo. > > > In general, we want the logo to be used as widely as possible to > indicate use of Python or suitability for Python.” > > > ##### lego.png[¶](#lego-png "Permalink to this headline") This is a copped version of the [Creative Commons licensed](https://creativecommons.org/licenses/by-sa/2.0/) photograph taken by [Jeff Eaton](https://www.flickr.com/people/jeffeaton/) that can be [found here](https://www.flickr.com/photos/jeffeaton/7298224068). ##### pyboard.png[¶](#pyboard-png "Permalink to this headline") The [MicroPython Logo](https://commons.wikimedia.org/wiki/File:MicroPython_new_logo.svg) is covered by the MIT license. ##### web.png[¶](#web-png "Permalink to this headline") The [Flask Logo](https://commons.wikimedia.org/wiki/File:Flask_logo.svg) has been released to the public domain. [![Logo](_static/icon.png)](#) [Mu](#) ======= A Python code editor for beginner programmers. ### Navigation * [Contributing to Mu](index.html#document-contributing) * [Code of Conduct](index.html#document-code_of_conduct) * [Developer Setup](index.html#document-setup) * [Suggested First Steps](index.html#document-first-steps) * [User Experience](index.html#document-user-experience) * [Mu’s Architecture](index.html#document-architecture) * [Modes in Mu](index.html#document-modes) * [Internationalisation of Mu](index.html#document-translations) * [Python Runner/Debugger](index.html#document-debugger) * [Mu’s Test Suite](index.html#document-tests) * [Packaging Mu](index.html#document-packaging) * [Developing Mu’s Website](index.html#document-website) * [Mu API Reference](index.html#document-api) * [Design Decisions](index.html#document-design) * [Release Process](index.html#document-release) * [Roadmap (Mappa MUndi)](index.html#document-roadmap) * [Mu’s Developers](index.html#document-authors) * [Release History](index.html#document-changes) * [GNU General Public License](index.html#document-license) * [Copyright Information](index.html#document-copyright) ### Quick search ©2017-2021, Nicholas H.Tollervey and Mu Contributors. | Powered by [Sphinx 4.3.2](http://sphinx-doc.org/) & [Alabaster 0.7.12](https://github.com/bitprophet/alabaster)
pilosa
go
Python Client for Pilosa 0.3.30 documentation [Python Client for Pilosa](index.html#document-index) stable Contents: * [pilosa package](index.html#document-pilosa) + [Submodules](index.html#submodules) + [pilosa.client module](index.html#pilosa-client-module) + [pilosa.exceptions module](index.html#pilosa-exceptions-module) + [pilosa.orm module](index.html#pilosa-orm-module) + [pilosa.response module](index.html#pilosa-response-module) + [pilosa.validator module](index.html#pilosa-validator-module) + [pilosa.version module](index.html#pilosa-version-module) + [Module contents](index.html#module-contents) [Python Client for Pilosa](index.html#document-index) * [Docs](index.html#document-index) » * Python Client for Pilosa 0.3.30 documentation * [Edit on GitHub](https://github.com/pilosa/python-pilosa/blob/28597d10623db6f5e5da05e731310931a899d0f4/doc/index.rst) --- Welcome to Python Client for Pilosa’s documentation![¶](#welcome-to-python-client-for-pilosa-s-documentation "Permalink to this headline") ========================================================================================================================================== Python client for [Pilosa](https://www.pilosa.com) high performance distributed row index. pilosa package[¶](#pilosa-package "Permalink to this headline") --------------------------------------------------------------- ### Submodules[¶](#submodules "Permalink to this headline") ### pilosa.client module[¶](#pilosa-client-module "Permalink to this headline") ### pilosa.exceptions module[¶](#pilosa-exceptions-module "Permalink to this headline") ### pilosa.orm module[¶](#pilosa-orm-module "Permalink to this headline") ### pilosa.response module[¶](#pilosa-response-module "Permalink to this headline") ### pilosa.validator module[¶](#pilosa-validator-module "Permalink to this headline") ### pilosa.version module[¶](#pilosa-version-module "Permalink to this headline") ### Module contents[¶](#module-contents "Permalink to this headline") Requirements[¶](#requirements "Permalink to this headline") ----------------------------------------------------------- * Python 2.7 and higher or Python 3.4 and higher. Install[¶](#install "Permalink to this headline") ------------------------------------------------- Pilosa client is on [PyPI](https://pypi.python.org/pypi/pilosa). You can install the library using `pip`: ``` pip install pilosa ``` Quick overview[¶](#quick-overview "Permalink to this headline") --------------------------------------------------------------- Assuming [Pilosa](https://github.com/pilosa/pilosa) server is running at `localhost:10101` (the default): ``` import pilosa # Create the default client client = pilosa.Client() # Retrieve the schema schema = client.schema() # Create an Index object myindex = schema.index("myindex") # Create a Field object myfield = myindex.field("myfield") # make sure the index and field exists on the server client.sync\_schema(schema) # Send a SetBit query. PilosaError is thrown if execution of the query fails. client.query(myfield.set(5, 42)) # Send a Bitmap query. PilosaError is thrown if execution of the query fails. response = client.query(myfield.row(5)) # Get the result result = response.result # Act on the result if result: columns = result.row.columns print("Got columns: ", columns) # You can batch queries to improve throughput response = client.query( myindex.batch\_query( myfield.row(5), myfield.row(10), ) ) for result in response.results: # Act on the result print(result) ``` Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html)
resty
go
resty 0.1.1 documentation ### Navigation * [resty 0.1.1 documentation](index.html#document-index) » Welcome to resty’s documentation![¶](#welcome-to-resty-s-documentation "Permalink to this headline") ==================================================================================================== `resty` library provides user-friendly abstractions that allow you to easily interact with RESTful API. This documentation contains guidance on how to install and use the library. `resty` is: * simple high-level API interaction * easy to use * smart Contents: Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- This tutorial will walk you through the process of installing resty ### Install `resty`[¶](#install-resty "Permalink to this headline") The installation can be easy done by using the *easy\_install*: ``` easy_install resty ``` You can upgrade your older version too: ``` easy_install --upgrade resty ``` Or using *pip*: ``` pip install resty ``` Getting started tutorial[¶](#getting-started-tutorial "Permalink to this headline") ----------------------------------------------------------------------------------- This tutorial aims to get you started with `resty` as quickly as possible. It is made up of a number of examples of increasing complexity, each of which shows one or more useful `resty` features. If you have any comments about these tutorials, or suggestions for things we should cover in them, then please contact us via [Github](https://github.com/pbs/resty/) ### Step 1: Configure the client[¶](#step-1-configure-the-client "Permalink to this headline") `resty` provides two types of clients: * the default `client` - uses summaries if available therefore the interactions with the api are optimized * `dumb\_client` - does not use summaries and relies strictly on links Note The summary is composed from all additional attributes (not required) that a minimum document representation has. The minimum documentation representation is used whenever a document has a relationship to another document. ### Step 2: Load the entrypoint and select a service[¶](#step-2-load-the-entrypoint-and-select-a-service "Permalink to this headline") The URL where the Service document is located is named the API Entrypoint. In the provided example we used `http://services.pbs.org/` url as an entrypoint and selected the zipcodes service from the available services: ``` >>> from resty import client >>> c = client.load("http://services.pbs.org/") >>> c <resty.types.Service object at 0x26abd10> >>> zipcode\_collection = c.service("zipcodes") <resty.types.Collection object at 0x2597e90> ``` Note The call to `c.service("zicpodes")` will select the top level collection named `zipcodes`. ### Step 3: Use filters[¶](#step-3-use-filters "Permalink to this headline") The `filters` are used to describe complex interactions that usually require some sort of human input. One particularly common situation is searching trough the elements of a collection. Templates are available only in collections. Since `zipcode\_collection` returns a collection we can filter it based on zip. ``` >>> filtered\_zipcodes = zipcode\_collection.filter('zip', zipcode='22202') ``` Note The `filter` method takes one positional argument that represents the filter name and a number of keyword arguments where the keys represent the placeholder names and the desired values. ### Step 4: Iterating through items[¶](#step-4-iterating-through-items "Permalink to this headline") Items represents the list of objects available in that collection. In the above example the `filtered\_zipcodes` returns a collection with a single object. Let’s select the first object from the list: ``` >>> zipcode\_resource = filtered\_zipcodes.items()[0] >>> zipcode\_resource <resty.types.Resource object at 0x259fc50> ``` ### Step 5: Accessing metadata and usefull content[¶](#step-5-accessing-metadata-and-usefull-content "Permalink to this headline") At this point we have a `zipcode\_resource` and we can extract informations like metadata and content specific informations ``` >>> print zipcode\_resource.content.zipcode u'22202' >>> print zipcode\_resource.class\_ u'Zipcode' ``` Note For example when representing a document in json, properties which are prefixed with $ are considered metadata. ### Step 6: Using links to interact with available relationships[¶](#step-6-using-links-to-interact-with-available-relationships "Permalink to this headline") Using the `related` method one can get from a document to a related document by specifying the relationship name. Let’s see all the callsigns that are available for zipcode 22202 with their corresponding confidence: ``` >>> callsign\_collection = zipcode\_resource.related('search') >>> for c in callsign\_collection.items(): >>> print c.related('related').content.callsign, c.content.confidence WETA 100 WMPB 100 WWPB 100 WHUT 100 WFPT 100 WVPY 100 WMPT 100 WGTV 80 KRMA 80 WTTW 80 WTVS 0 KCTS 0 KSPS 0 WGBH 0 WNED 0 ``` Note The `related` method takes one argument that represents the relationship name. In case there are multiple relationship with the same name one can pass an additional argument representing the related resource class or in case of a colletion the type of the elements. In the above example the call to `c.related('related')` is equivalent to `c.related('related', 'Callsign')` What’s new in resty 0.1?[¶](#what-s-new-in-resty-0-1 "Permalink to this headline") ---------------------------------------------------------------------------------- We are pleased to announce the initial release of the `resty` library. As this is the first version of `resty` library, these are the main features. ### Features[¶](#features "Permalink to this headline") * simple high-level API interaction * easy to use * smart Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html) ### [Table Of Contents](index.html#document-index) * [Installation](index.html#document-installing) + [Install `resty`](index.html#install-resty) * [Getting started tutorial](index.html#document-tutorial) + [Step 1: Configure the client](index.html#step-1-configure-the-client) + [Step 2: Load the entrypoint and select a service](index.html#step-2-load-the-entrypoint-and-select-a-service) + [Step 3: Use filters](index.html#step-3-use-filters) + [Step 4: Iterating through items](index.html#step-4-iterating-through-items) + [Step 5: Accessing metadata and usefull content](index.html#step-5-accessing-metadata-and-usefull-content) + [Step 6: Using links to interact with available relationships](index.html#step-6-using-links-to-interact-with-available-relationships) * [What’s new in resty 0.1?](index.html#document-releases) + [Features](index.html#features) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [resty 0.1.1 documentation](index.html#document-index) » © Copyright 2012, Core Services Team. Created using [Sphinx](http://sphinx-doc.org/) 1.3.5.
gravity
go
Gravity 1.0.3 documentation [Gravity](index.html#document-index) stable Contents: * [Overview](index.html#document-readme) * [Quick Start](index.html#quick-start) + [Installation](index.html#installation) + [Usage](index.html#usage) * [Documentation Conventions](index.html#document-conventions) * [Installation and Configuration](index.html#document-installation) + [Installation](index.html#installation) + [Configuration](index.html#configuration) + [Configuration Options](index.html#configuration-options) + [Galaxy Job Handlers](index.html#galaxy-job-handlers) + [Gravity State](index.html#gravity-state) * [Basic Usage](index.html#document-basic_usage) + [Managing a Single Galaxy](index.html#managing-a-single-galaxy) + [Managing a Production Galaxy](index.html#managing-a-production-galaxy) * [Advanced Usage](index.html#document-advanced_usage) + [Zero-Downtime Restarts](index.html#zero-downtime-restarts) + [Service Instances](index.html#service-instances) + [Managing Multiple Galaxies](index.html#managing-multiple-galaxies) * [Subcommands](index.html#document-subcommands) + [start](index.html#start) + [stop](index.html#stop) + [restart](index.html#restart) + [graceful](index.html#graceful) + [update](index.html#update) + [shutdown](index.html#shutdown) + [follow](index.html#follow) + [list](index.html#list) + [show](index.html#show) + [pm](index.html#pm) + [exec](index.html#exec) * [History](index.html#document-history) + [1.0.3](index.html#section-1) + [1.0.2](index.html#section-2) + [1.0.1](index.html#section-3) + [1.0.0](index.html#section-4) + [0.13.6](index.html#section-5) + [0.13.5](index.html#section-6) + [0.13.4](index.html#section-7) + [0.13.3](index.html#section-8) + [0.13.2](index.html#section-9) + [0.13.1](index.html#section-10) + [0.13.0](index.html#section-11) + [0.12.0](index.html#section-12) + [0.11.0](index.html#section-13) + [0.10.0](index.html#section-14) + [0.9](index.html#section-15) + [0.8.3](index.html#section-16) + [0.8.2](index.html#section-17) + [0.8.1](index.html#section-18) + [0.8](index.html#section-19) + [0.7](index.html#section-20) + [Older](index.html#older) [Gravity](index.html#document-index) * [Docs](index.html#document-index) » * Gravity 1.0.3 documentation * [Edit on GitHub](https://github.com/galaxyproject/gravity/blob/087af2867b7490e9f949440d7235f11ed98ec408/docs/index.rst) --- Gravity[¶](#gravity "Permalink to this headline") ================================================= [![Gravity Logo](https://raw.githubusercontent.com/galaxyproject/gravity/main/docs/gravity-logo.png)](https://github.com/galaxyproject/gravity) Process management for [Galaxy](http://galaxyproject.org/) servers. [![Documentation Status](https://readthedocs.org/projects/gravity/badge/?version=latest)](http://gravity.readthedocs.io/en/latest/) [![Gravity on the Python Package Index (PyPI)](https://badge.fury.io/py/gravity.svg)](https://pypi.python.org/pypi/gravity/) [![https://github.com/galaxyproject/gravity/actions/workflows/test.yaml/badge.svg](https://github.com/galaxyproject/gravity/actions/workflows/test.yaml/badge.svg)](https://github.com/galaxyproject/gravity/actions/workflows/test.yaml) * License: MIT * Documentation: <https://gravity.readthedocs.io> * Code: <https://github.com/galaxyproject/gravity> Overview[¶](#overview "Permalink to this headline") --------------------------------------------------- Modern Galaxy servers run multiple disparate processes: [gunicorn](https://gunicorn.org/) for serving the web application, [celery](https://docs.celeryq.dev/) for asynchronous tasks, [tusd](https://tus.io/) for fault-tolerant uploads, standalone Galaxy processes for job handling, and more. Gravity is Galaxy’s process manager, to make configuring and running these services simple. Installing Gravity will give you two executables, `galaxyctl` which is used to manage the starting, stopping, and logging of Galaxy’s various processes, and `galaxy`, which can be used to run a Galaxy server in the foreground. Quick Start[¶](#quick-start "Permalink to this headline") --------------------------------------------------------- ### Installation[¶](#installation "Permalink to this headline") Python 3.7 or later is required. Gravity can be installed independently of Galaxy, but it is also a dependency of Galaxy since Galaxy 22.01. If you’ve installed Galaxy, then Gravity is already installed in Galaxy’s virtualenv. To install independently: ``` $ pip install gravity ``` ### Usage[¶](#usage "Permalink to this headline") From the root directory of a source checkout of Galaxy, after first run (or running Galaxy’s `./scripts/common\_startup.sh`), activate Galaxy’s virtualenv, which will put Gravity’s `galaxyctl` and `galaxy` commands on your `$PATH`: ``` $ . ./.venv/bin/activate $ galaxyctl --help Usage: galaxyctl [OPTIONS] COMMAND [ARGS]... Manage Galaxy server configurations and processes. ... additional help output ``` You can start and run Galaxy in the foreground using the `galaxy` command: ``` $ galaxy Registered galaxy config: /srv/galaxy/config/galaxy.yml Creating or updating service gunicorn Creating or updating service celery Creating or updating service celery-beat celery: added process group 2022-01-20 14:44:24,619 INFO spawned: 'celery' with pid 291651 celery-beat: added process group 2022-01-20 14:44:24,620 INFO spawned: 'celery-beat' with pid 291652 gunicorn: added process group 2022-01-20 14:44:24,622 INFO spawned: 'gunicorn' with pid 291653 celery STARTING celery-beat STARTING gunicorn STARTING ==> /srv/galaxy/var/gravity/log/gunicorn.log <== ...log output follows... ``` Galaxy will continue to run and output logs to stdout until terminated with `CTRL+C`. More detailed configuration and usage examples, especially those concerning production Galaxy servers, can be found in [the full documentation](https://gravity.readthedocs.io). Documentation Conventions[¶](#documentation-conventions "Permalink to this headline") ------------------------------------------------------------------------------------- Examples in this documentation assume a Galaxy layout like the one used in the [Galaxy Installation with Ansible](https://training.galaxyproject.org/training-material/topics/admin/tutorials/ansible-galaxy/tutorial.html) tutorial: ``` /srv/galaxy/server # Galaxy code /srv/galaxy/config # config files /srv/galaxy/venv # virtualenv ``` Installation and Configuration[¶](#installation-and-configuration "Permalink to this headline") ----------------------------------------------------------------------------------------------- ### Installation[¶](#installation "Permalink to this headline") Python 3.7 or later is required. Gravity can be installed independently of Galaxy, but it is also a dependency of Galaxy since Galaxy 22.01. If you’ve installed Galaxy, then Gravity is already installed in Galaxy’s virtualenv. To install independently: ``` $ pip install gravity ``` To make your life easier, you are encourged to install into a [virtualenv](https://virtualenv.pypa.io/). The easiest way to do this is with Python’s built-in [venv](https://docs.python.org/3/library/venv.html) module: ``` $ python3 -m venv ~/gravity $ . ~/gravity/bin/activate ``` ### Configuration[¶](#configuration "Permalink to this headline") Gravity needs to know where your Galaxy configuration file is, and depending on your Galaxy layout, some additional details like the paths to its virtualenv and root directory. By default, Gravity’s configuration is defined in Galaxy’s configuration file (`galaxy.yml`) to be easy and familiar for Galaxy administrators. Gravity’s configuration is defined underneath the `gravity` key, and Galaxy’s configuration is defined underneath the `galaxy` key. For example: ``` --- gravity: gunicorn: bind: localhost:8192 galaxy: database\_connection: postgresql:///galaxy ``` #### Configuration Search Paths[¶](#configuration-search-paths "Permalink to this headline") If you run `galaxy` or `galaxyctl` from the root of a Galaxy source checkout and do not specify the config file option, `config/galaxy.yml` or `config/galaxy.yml.sample` will be automatically used. To avoid having to run from the Galaxy root directory or to work with a config file in a different location, you can explicitly point Gravity at your Galaxy configuration file with the `--config-file` (`-c`) option or the `$GRAVITY\_CONFIG\_FILE` (or `$GALAXY\_CONFIG\_FILE`, as set by Galaxy’s `run.sh` script) environment variable. Then it’s possible to run the `galaxyctl` command from anywhere. Often times it’s convenient to put the environment variable in the Galaxy user’s shell environment file, e.g.: ``` $ echo "export GRAVITY_CONFIG_FILE='/srv/galaxy/config/galaxy.yml'" >> ~/.bash_profile ``` When running Gravity as root, the following configuration files will automatically be searched for and read, unless `--config-file` is specified or `$GRAVITY\_CONFIG\_FILE` is set: * `/etc/galaxy/gravity.yml` * `/etc/galaxy/galaxy.yml` * `/etc/galaxy/gravity.d/\*.y(a?)ml` #### Splitting Gravity and Galaxy Configurations[¶](#splitting-gravity-and-galaxy-configurations "Permalink to this headline") For more advanced deployments, it is *not* necessary to write your entire Galaxy configuration to the Gravity config file. You can write only the Gravity configuration, and then point to your Galaxy config file with the `galaxy\_config\_file` option in the Gravity config. This can be useful for cases such as your Galaxy server being split across multiple hosts. For example, on a deployment where the web (gunicorn) and job handler processes run on different hosts, one might have: In `gravity.yml` on the web host: ``` --- gravity: galaxy\_config\_file: galaxy.yml log\_dir: /var/log/galaxy gunicorn: bind: localhost:8888 celery: enable: false enable\_beat: false ``` In `gravity.yml` on the job handler host: ``` --- gravity: galaxy\_config\_file: galaxy.yml log\_dir: /var/log/galaxy gunicorn: enable: false celery: enable: true enable\_beat: true handlers: handler: processes: 2 ``` See the [Managing Multiple Galaxies](index.html#managing-multiple-galaxies) section for additional examples. ### Configuration Options[¶](#configuration-options "Permalink to this headline") The following options in the `gravity` section of `galaxy.yml` can be used to configure Gravity: ``` # Configuration for Gravity process manager. # ``uwsgi:`` section will be ignored if Galaxy is started via Gravity commands (e.g ``./run.sh``, ``galaxy`` or ``galaxyctl``). gravity: # Process manager to use. # ``supervisor`` is the default process manager when Gravity is invoked as a non-root user. # ``systemd`` is the default when Gravity is invoked as root. # Valid options are: supervisor, systemd # process\_manager: # What command to write to the process manager configs # `gravity` (`galaxyctl exec <service-name>`) is the default # `direct` (each service's actual command) is also supported. # Valid options are: gravity, direct # service\_command\_style: gravity # Use the process manager's \*service instance\* functionality for services that can run multiple instances. # Presently this includes services like gunicorn and Galaxy dynamic job handlers. Service instances are only supported if # ``service\_command\_style`` is ``gravity``, and so this option is automatically set to ``false`` if # ``service\_command\_style`` is set to ``direct``. # use\_service\_instances: true # umask under which services should be executed. Setting ``umask`` on an individual service overrides this value. # umask: '022' # Memory limit (in GB), processes exceeding the limit will be killed. Default is no limit. If set, this is default value # for all services. Setting ``memory\_limit`` on an individual service overrides this value. Ignored if ``process\_manager`` # is ``supervisor``. # memory\_limit: # Specify Galaxy config file (galaxy.yml), if the Gravity config is separate from the Galaxy config. Assumed to be the # same file as the Gravity config if a ``galaxy`` key exists at the root level, otherwise, this option is required. # galaxy\_config\_file: # Specify Galaxy's root directory. # Gravity will attempt to find the root directory, but you can set the directory explicitly with this option. # galaxy\_root: # User to run Galaxy as, required when using the systemd process manager as root. # Ignored if ``process\_manager`` is ``supervisor`` or user-mode (non-root) ``systemd``. # galaxy\_user: # Group to run Galaxy as, optional when using the systemd process manager as root. # Ignored if ``process\_manager`` is ``supervisor`` or user-mode (non-root) ``systemd``. # galaxy\_group: # Set to a directory that should contain log files for the processes controlled by Gravity. # If not specified defaults to ``<galaxy\_data\_dir>/gravity/log``. # log\_dir: # Set to Galaxy's virtualenv directory. # If not specified, Gravity assumes all processes are on PATH. This option is required in most circumstances when using # the ``systemd`` process manager. # virtualenv: # Select the application server. # ``gunicorn`` is the default application server. # ``unicornherder`` is a production-oriented manager for (G)unicorn servers that automates zero-downtime Galaxy server restarts, # similar to uWSGI Zerg Mode used in the past. # Valid options are: gunicorn, unicornherder # app\_server: gunicorn # Override the default instance name. # this is hidden from you when running a single instance. # instance\_name: \_default\_ # Configuration for Gunicorn. Can be a list to run multiple gunicorns for rolling restarts. gunicorn: # Enable Galaxy gunicorn server. # enable: true # The socket to bind. A string of the form: ``HOST``, ``HOST:PORT``, ``unix:PATH``, ``fd://FD``. An IP is a valid HOST. # bind: localhost:8080 # Controls the number of Galaxy application processes Gunicorn will spawn. # Increased web performance can be attained by increasing this value. # If Gunicorn is the only application on the server, a good starting value is the number of CPUs \* 2 + 1. # 4-12 workers should be able to handle hundreds if not thousands of requests per second. # workers: 1 # Gunicorn workers silent for more than this many seconds are killed and restarted. # Value is a positive number or 0. Setting it to 0 has the effect of infinite timeouts by disabling timeouts for all workers entirely. # If you disable the ``preload`` option workers need to have finished booting within the timeout. # timeout: 300 # Extra arguments to pass to Gunicorn command line. # extra\_args: # Use Gunicorn's --preload option to fork workers after loading the Galaxy Application. # Consumes less memory when multiple processes are configured. Default is ``false`` if using unicornherder, else ``true``. # preload: # umask under which service should be executed # umask: # Value of supervisor startsecs, systemd TimeoutStartSec # start\_timeout: 15 # Value of supervisor stopwaitsecs, systemd TimeoutStopSec # stop\_timeout: 65 # Amount of time to wait for a server to become alive when performing rolling restarts. # restart\_timeout: 300 # Memory limit (in GB). If the service exceeds the limit, it will be killed. Default is no limit or the value of the # ``memory\_limit`` setting at the top level of the Gravity configuration, if set. Ignored if ``process\_manager`` is # ``supervisor``. # memory\_limit: # Extra environment variables and their values to set when running the service. A dictionary where keys are the variable # names. # environment: {} # Configuration for Celery Processes. celery: # Enable Celery distributed task queue. # enable: true # Enable Celery Beat periodic task runner. # enable\_beat: true # Number of Celery Workers to start. # concurrency: 2 # Log Level to use for Celery Worker. # Valid options are: DEBUG, INFO, WARNING, ERROR # loglevel: DEBUG # Queues to join # queues: celery,galaxy.internal,galaxy.external # Pool implementation # Valid options are: prefork, eventlet, gevent, solo, processes, threads # pool: threads # Extra arguments to pass to Celery command line. # extra\_args: # umask under which service should be executed # umask: # Value of supervisor startsecs, systemd TimeoutStartSec # start\_timeout: 10 # Value of supervisor stopwaitsecs, systemd TimeoutStopSec # stop\_timeout: 10 # Memory limit (in GB). If the service exceeds the limit, it will be killed. Default is no limit or the value of the # ``memory\_limit`` setting at the top level of the Gravity configuration, if set. Ignored if ``process\_manager`` is # ``supervisor``. # memory\_limit: # Extra environment variables and their values to set when running the service. A dictionary where keys are the variable # names. # environment: {} # Configuration for gx-it-proxy. gx\_it\_proxy: # Set to true to start gx-it-proxy # enable: false # gx-it-proxy version # version: '>=0.0.5' # Public-facing IP of the proxy # ip: localhost # Public-facing port of the proxy # port: 4002 # Routes file to monitor. # Should be set to the same path as ``interactivetools\_map`` in the ``galaxy:`` section. This is ignored if # ``interactivetools\_map is set``. # sessions: database/interactivetools\_map.sqlite # Include verbose messages in gx-it-proxy # verbose: true # Forward all requests to IP. # This is an advanced option that is only needed when proxying to remote interactive tool container that cannot be reached through the local network. # forward\_ip: # Forward all requests to port. # This is an advanced option that is only needed when proxying to remote interactive tool container that cannot be reached through the local network. # forward\_port: # Rewrite location blocks with proxy port. # This is an advanced option that is only needed when proxying to remote interactive tool container that cannot be reached through the local network. # reverse\_proxy: false # umask under which service should be executed # umask: # Value of supervisor startsecs, systemd TimeoutStartSec # start\_timeout: 10 # Value of supervisor stopwaitsecs, systemd TimeoutStopSec # stop\_timeout: 10 # Memory limit (in GB). If the service exceeds the limit, it will be killed. Default is no limit or the value of the # ``memory\_limit`` setting at the top level of the Gravity configuration, if set. Ignored if ``process\_manager`` is # ``supervisor``. # memory\_limit: # Extra environment variables and their values to set when running the service. A dictionary where keys are the variable # names. # environment: {} # Configuration for tusd server (https://github.com/tus/tusd). # The ``tusd`` binary must be installed manually and made available on PATH (e.g in galaxy's .venv/bin directory). tusd: # Enable tusd server. # If enabled, you also need to set up your proxy as outlined in https://docs.galaxyproject.org/en/latest/admin/nginx.html#receiving-files-via-the-tus-protocol. # enable: false # Path to tusd binary # tusd\_path: tusd # Host to bind the tusd server to # host: localhost # Port to bind the tusd server to # port: 1080 # Directory to store uploads in. # Must match ``tus\_upload\_store`` setting in ``galaxy:`` section. # upload\_dir: # Comma-separated string of enabled tusd hooks. # # Leave at the default value to require authorization at upload creation time. # This means Galaxy's web process does not need to be running after creating the initial # upload request. # # Set to empty string to disable all authorization. This means data can be uploaded (but not processed) # without the Galaxy web process being available. # # You can find a list of available hooks at https://github.com/tus/tusd/blob/master/docs/hooks.md#list-of-available-hooks. # hooks\_enabled\_events: pre-create # Extra arguments to pass to tusd command line. # extra\_args: # umask under which service should be executed # umask: # Value of supervisor startsecs, systemd TimeoutStartSec # start\_timeout: 10 # Value of supervisor stopwaitsecs, systemd TimeoutStopSec # stop\_timeout: 10 # Memory limit (in GB). If the service exceeds the limit, it will be killed. Default is no limit or the value of the # ``memory\_limit`` setting at the top level of the Gravity configuration, if set. Ignored if ``process\_manager`` is # ``supervisor``. # memory\_limit: # Extra environment variables and their values to set when running the service. A dictionary where keys are the variable # names. # environment: {} # Configuration for Galaxy Reports. reports: # Enable Galaxy Reports server. # enable: false # Path to reports.yml, relative to galaxy.yml if not absolute # config\_file: reports.yml # The socket to bind. A string of the form: ``HOST``, ``HOST:PORT``, ``unix:PATH``, ``fd://FD``. An IP is a valid HOST. # bind: localhost:9001 # Controls the number of Galaxy Reports application processes Gunicorn will spawn. # It is not generally necessary to increase this for the low-traffic Reports server. # workers: 1 # Gunicorn workers silent for more than this many seconds are killed and restarted. # Value is a positive number or 0. Setting it to 0 has the effect of infinite timeouts by disabling timeouts for all workers entirely. # timeout: 300 # URL prefix to serve from. # The corresponding nginx configuration is (replace <url\_prefix> and <bind> with the values from these options): # # location /<url\_prefix>/ { # proxy\_pass http://<bind>/; # } # # If <bind> is a unix socket, you will need a ``:`` after the socket path but before the trailing slash like so: # proxy\_pass http://unix:/run/reports.sock:/; # url\_prefix: # Extra arguments to pass to Gunicorn command line. # extra\_args: # umask under which service should be executed # umask: # Value of supervisor startsecs, systemd TimeoutStartSec # start\_timeout: 10 # Value of supervisor stopwaitsecs, systemd TimeoutStopSec # stop\_timeout: 10 # Memory limit (in GB). If the service exceeds the limit, it will be killed. Default is no limit or the value of the # ``memory\_limit`` setting at the top level of the Gravity configuration, if set. Ignored if ``process\_manager`` is # ``supervisor``. # memory\_limit: # Extra environment variables and their values to set when running the service. A dictionary where keys are the variable # names. # environment: {} # Configure dynamic handlers in this section. # See https://docs.galaxyproject.org/en/latest/admin/scaling.html#dynamically-defined-handlers for details. # handlers: {} ``` ### Galaxy Job Handlers[¶](#galaxy-job-handlers "Permalink to this headline") Gravity has support for reading Galaxy’s job configuration: it can read statically configured job handlers in the `job\_conf.yml` or `job\_conf.xml` files, or the job configuration inline from the `job\_config` option in `galaxy.yml`. However, unless you need to statically define handlers, it is simpler to configure Gravity to run [dynamically defined handlers](https://docs.galaxyproject.org/en/latest/admin/scaling.html#dynamically-defined-handlers) as detailed in the Galaxy scaling documentation. When using dynamically defined handlers, be sure to explicitly set the [job handler assignment method](https://docs.galaxyproject.org/en/master/admin/scaling.html#job-handler-assignment-methods) to `db-skip-locked` or `db-transaction-isolation` to prevent the web process from also handling jobs. ### Gravity State[¶](#gravity-state "Permalink to this headline") Older versions of Gravity stored a considerable amount of *config state* in `$GRAVITY\_STATE\_DIR/configstate.yaml`. As of version 1.0.0, Gravity does not store state information, and this file can be removed if left over from an older installation. Although Gravity no longer uses the config state file, it does still use a state directory for storing supervisor configs, the default log directory (if `log\_dir` is unchanged), and the celery-beat database. This directory defaults to `<galaxy\_root>/database/gravity/` by way of the `data\_dir` option in the `galaxy` section of `galaxy.yml` (which defaults to `<galaxy\_root>/database/`). If running multiple Galaxy servers with the same Gravity configuration as described in [Managing Multiple Galaxies](index.html#managing-multiple-galaxies) and if doing so using supervisor rather than systemd, the supervisor configurations will be stored in `$XDG\_CONFIG\_HOME/galaxy-gravity` (`$XDG\_CONFIG\_HOME` defaults to `~/.config/galaxy-gravity`) In any case, you can override the path to the state directory using the `--state-dir` option, or the `$GRAVITY\_STATE\_DIR` environment variable. Note Galaxy 22.01 and 22.05 automatically set `$GRAVITY\_STATE\_DIR` to `<galaxy\_root>/database/gravity` in the virtualenv’s activation script, `activate`. This can be removed from the activate script when using Gravity 1.0.0 or later. Basic Usage[¶](#basic-usage "Permalink to this headline") --------------------------------------------------------- A basic example of starting and running a simple Galaxy server from a source clone in the foreground is provided in the ref:Quick Start guide. This section covers more typical usage for production Galaxy servers. ### Managing a Single Galaxy[¶](#managing-a-single-galaxy "Permalink to this headline") If you have not installed Gravity separate from the Galaxy virtualenv, simply activate Galaxy’s virtualenv, which will put Gravity’s `galaxyctl` and `galaxy` commands on your `$PATH`: ``` $ . /srv/galaxy/venv/bin/activate $ galaxyctl --help Usage: galaxyctl [OPTIONS] COMMAND [ARGS]... Manage Galaxy server configurations and processes. Options: -d, --debug Enables debug mode. -c, --config-file FILE Gravity (or Galaxy) config file to operate on. Can also be set with $GRAVITY_CONFIG_FILE or $GALAXY_CONFIG_FILE --state-dir DIRECTORY Where process management configs and state will be stored. -h, --help Show this message and exit. Commands: configs List registered config files. deregister Deregister config file(s). exec Run a single Galaxy service in the foreground, with logging... follow Follow log files of configured instances. graceful Gracefully reload configured services. instances List all known instances. pm Invoke process manager (supervisorctl, systemctl) directly. register Register config file(s). rename Update path of registered config file. restart Restart configured services. show Show details of registered config. shutdown Shut down process manager. start Start configured services. status Display server status. stop Stop configured services. update Update process manager from config changes. ``` If you run `galaxy` or `galaxyctl` from the root of a Galaxy source checkout and do not specify the config file option, `config/galaxy.yml` or `config/galaxy.yml.sample` will be automatically used. This is handy for working with local clones of Galaxy for testing or development. You can skip Galaxy’s lengthy and repetitive `run.sh` configuration steps when starting and stopping Galaxy in between code updates (you should still run `run.sh` after performing a `git pull` to make sure your dependencies are up to date). Gravity can either run Galaxy via the [supervisor](http://supervisord.org/) process manager (the default) or [systemd](https://www.freedesktop.org/wiki/Software/systemd/). For production servers, **it is recommended that you run Gravity as root in systemd mode**. See the [Managing a Production Galaxy](#managing-a-production-galaxy) section for details. As shown in the Quick Start, the `galaxy` command will run a Galaxy server in the foreground. The `galaxy` command is actually a shortcut for two separate steps: 1. read the provided `galaxy.yml` and write out the corresponding process manager configurations, and 2. start and run Galaxy in the foreground using the process manager ([supervisor](http://supervisord.org/)). You can perform these steps separately (and in this example, start Galaxy as a backgrounded daemon instead of in the foreground): ``` $ galaxyctl update Adding service gunicorn Adding service celery Adding service celery-beat $ galaxyctl start celery STARTING celery-beat STARTING gunicorn STARTING Log files are in /srv/galaxy/var/gravity/log ``` When running as a daemon, the `stop` subcommand stops your Galaxy server: ``` $ galaxyctl stop celery-beat: stopped gunicorn: stopped celery: stopped All processes stopped, supervisord will exit Shut down ``` Most Gravity subcommands (such as `stop`, `start`, `restart`, …) are straightforward, but a few subcommands are worth pointing out: [update](index.html#update), [graceful](index.html#graceful), and [exec](index.html#exec). All subcommands are documented in the [Subcommands](index.html#subcommands) section and their respective `--help` output. ### Managing a Production Galaxy[¶](#managing-a-production-galaxy "Permalink to this headline") By default, Gravity runs Galaxy processes under [supervisor](http://supervisord.org/), but setting the `process\_manager` option to `systemd` in Gravity’s configuration will cause it to run under [systemd](https://www.freedesktop.org/wiki/Software/systemd/) instead. systemd is the default init system under most modern Linux distributions, and using systemd is strongly encouraged for production Galaxy deployments. Gravity manages [systemd service unit files](https://www.freedesktop.org/software/systemd/man/systemd.unit.html) corresponding to all of the Galaxy services that it is aware of, much like how it manages supervisor program config files in supervisor mode. If you run `galaxyctl update` as a non-root user, the unit files will be installed in `~/.config/systemd/user` and run via [systemd user mode](https://www.freedesktop.org/software/systemd/man/user@.service.html). This can be useful for testing and development, but in production it is recommended to run Gravity as root, so that it installs the service units in `/etc/systemd/system` and are managed by the privileged systemd instance. Even when Gravity is run as root, Galaxy itself still runs as a non-root user, specified by the `galaxy\_user` option in the Gravity configuration. It is also recommended, when running as root, that you install Gravity independent of Galaxy, rather than use the copy installed in Galaxy’s virtualenv: ``` # python3 -m venv /opt/gravity # /opt/gravity/bin/pip install gravity ``` Caution Because systemd unit file names have semantic meaning (the filename is the service’s name) and systemd does not have a facility for isolating unit files controlled by an application, Gravity considers all unit files in the unit dir (`/etc/systemd/system`) that are named like `galaxy-\*` to be controlled by Gravity. **If you have existing unit files that are named as such, Gravity will overwrite or remove them.** In systemd mode, and especially when run as root, some Gravity options are required: ``` gravity: process\_manager: systemd # required if running as root galaxy\_user: GALAXY-USERNAME # optional, defaults to primary group of the user set above galaxy\_group: GALAXY-GROUPNAME # required virtualenv: /srv/galaxy/venv # probably necessary if your galaxy.yml is not in galaxy\_root/config galaxy\_root: /srv/galaxy/server ``` See the [Configuration](index.html#configuration) section for more details on these options and others. The `log\_dir` option is ignored when using systemd. Logs are instead captured by systemd’s logging facility, `journald`. You can use `galaxyctl` to manage Galaxy process starts/stops/restarts/etc. and follow the logs, just as you do under supervisor, but you can also use `systemctl` and `journalctl` directly to manage process states and inspect logs (respectively). Only `galaxyctl update` is necessary, in order to write and/or remove the appropriate systemd service units based on your configuration. For example: ``` # export GRAVITY\_CONFIG\_FILE=/srv/galaxy/config/galaxy.yml # . /srv/galaxy/venv/bin/activate (venv) # galaxyctl update Adding service galaxy-gunicorn.service Adding service galaxy-celery.service Adding service galaxy-celery-beat.service ``` After this point, operations can be performed with either `galaxyctl` or `systemctl`. Some examples of equivalent commands: | Gravity | systemd | | --- | --- | | `galaxy` | `systemctl start galaxy.target && journalctl -f -u 'galaxy-\*'` | | `galaxyctl start` | `systemctl start galaxy.target` | | `galaxyctl start SERVICE ...` | `systemctl start galaxy-SERVICE.service galaxy-...` | | `galaxyctl restart` | `systemctl restart galaxy.target` | | `galaxyctl restart SERVICE ...` | `systemctl restart galaxy-SERVICE.service galaxy-...` | | `galaxyctl graceful` | `systemctl reload-or-restart galaxy.target` | | `galaxyctl graceful SERVICE ...` | `systemctl reload-or-restart galaxy-SERVICE.service galaxy-...` | | `galaxyctl stop` | `systemctl start galaxy.target` | | `galayxctl follow` | `journalctl -f -u 'galaxy-\*'` | Advanced Usage[¶](#advanced-usage "Permalink to this headline") --------------------------------------------------------------- ### Zero-Downtime Restarts[¶](#zero-downtime-restarts "Permalink to this headline") Prior to Gravity 1.0, the preferred solution for performing zero-downtime restarts was [unicornherder](https://github.com/alphagov/unicornherder). However, due to limitations in the unicornherder software, it does not always successfully perform zero-downtime restarts. Because of this, Gravity is now able to perform rolling restarts of gunicorn services if more than one gunicorn is configured. To run multiple gunicorn processes, configure the `gunicorn` section of the Gravity configuration as a *list*. Each item in the list is a gunicorn configuration, and can have all of the same parameters as a single gunicorn configuration: ``` gravity: gunicorn: - bind: unix:/srv/galaxy/var/gunicorn0.sock workers: 4 - bind: unix:/srv/galaxy/var/gunicorn1.sock workers: 4 ``` Caution This will start multiple Galaxy servers with the same `server\_name`. If you have not configured separate Galaxy processes to act as job handlers, your gunicorn processes will handle them, resulting in job errors due to handling the same job multiple times. See the Gravity and Galaxy documentation on configuring handlers. Your proxy server can balance load between the two gunicorns. For example, with nginx: ``` upstream galaxy { server unix:/srv/galaxy/var/gunicorn0.sock; server unix:/srv/galaxy/var/gunicorn1.sock; } http { location / { proxy\_pass http://galaxy; } } ``` By default, Gravity will wait 300 seconds for the gunicorn server to respond to web requests after initiating the restart. To change this timeout this, set the `restart\_timeout` option on each configured `gunicorn` instance. ### Service Instances[¶](#service-instances "Permalink to this headline") In the case of multiple gunicorn instances as described in [Zero-Downtime Restarts](#zero-downtime-restarts) and multiple dynamic handlers as described in [Galaxy Job Handlers](index.html#galaxy-job-handlers), Gravity will create multiple *service instances* of each service. This allows multiple processes to be run from a single service definition. In supervisor, this means that the service names as presented by supervisor are appended with `:INSTANCE\_NUMBER`, e.g.: ``` $ galaxyctl status celery RUNNING pid 121363, uptime 0:02:33 celery-beat RUNNING pid 121364, uptime 0:02:33 gunicorn:0 RUNNING pid 121365, uptime 0:02:33 gunicorn:1 RUNNING pid 121366, uptime 0:02:33 ``` However, `galaxyctl` commands that take a service name still use the base service name, e.g.: ``` $ galaxyctl stop gunicorn gunicorn:0: stopped gunicorn:1: stopped Not all processes stopped, supervisord not shut down (hint: see `galaxyctl status`) ``` In systemd, the service names as presented by systemd are appended with `@INSTANCE\_NUMBER`, e.g.: ``` $ galaxyctl status UNIT LOAD ACTIVE SUB DESCRIPTION galaxy-celery-beat.service loaded active running Galaxy celery-beat galaxy-celery.service loaded active running Galaxy celery galaxy-gunicorn@0.service loaded active running Galaxy gunicorn (process 0) galaxy-gunicorn@1.service loaded active running Galaxy gunicorn (process 1) galaxy.target loaded active active Galaxy ``` As with supervisor, `galaxyctl` commands that take a service name still use the base service name. If you prefer not to work with service instances and want Galaxy to write a service configuration file for each instance of each service, you can do so by setting `use\_service\_instances` in the Gravity configuration to `false`. ### Managing Multiple Galaxies[¶](#managing-multiple-galaxies "Permalink to this headline") Gravity can manage multiple instances of Galaxy simultaneously. This is useful especially in the case where you have multiple production Galaxy instances on a single server and are managing them with Gravity installed outside of a Galaxy virtualenv, as root. There are multiple ways to achieve this: 1. Pass multiple `--config-file` options to `galaxyctl`, or set a list of colon-separated config paths in `$GRAVITY\_CONFIG\_FILE`: > > > ``` > $ galaxyctl --config-file /srv/galaxy/test/config/galaxy.yml \ > --config-file /srv/galaxy/main/config/galaxy.yml list --version > TYPE INSTANCE NAME VERSION CONFIG PATH > galaxy test 22.05 /srv/galaxy/test/config/galaxy.yml > galaxy main 22.09.dev0 /srv/galaxy/main/config/galaxy.yml > $ export GRAVITY_CONFIG_FILE='/srv/galaxy/test/config/galaxy.yml:/srv/galaxy/main/config/galaxy.yml' > $ galaxyctl list --version > TYPE INSTANCE NAME VERSION CONFIG PATH > galaxy test 22.05 /srv/galaxy/test/config/galaxy.yml > galaxy main 22.09.dev0 /srv/galaxy/main/config/galaxy.yml > > ``` > > > 2. If running as root, any config files located in `/etc/galaxy/gravity.d` will automatically be loaded. 3. Specify multiple Gravity configurations in a single config file, as a list. In this case, the Galaxy and Gravity configurations must be in separate files as described in [Splitting Gravity and Galaxy Configurations](index.html#splitting-gravity-and-galaxy-configurations): > > > ``` > gravity: > - instance\_name: test > process\_manager: systemd > galaxy\_config\_file: /srv/galaxy/test/config/galaxy.yml > galaxy\_root: /srv/galaxy/test/server > virtualenv: /srv/galaxy/test/venv > galaxy\_user: gxtest > gunicorn: > bind: unix:/srv/galaxy/test/var/gunicorn.sock > handlers: > handler: > pools: > - job-handlers > - workflow-schedulers > > - instance\_name: main > process\_manager: systemd > galaxy\_config\_file: /srv/galaxy/main/config/galaxy.yml > galaxy\_root: /srv/galaxy/main/server > virtualenv: /srv/galaxy/main/venv > galaxy\_user: gxmain > gunicorn: > bind: unix:/srv/galaxy/main/var/gunicorn.sock > workers: 8 > handlers: > handler: > processes: 4 > pools: > - job-handlers > - workflow-schedulers > > ``` > > > In all cases, when using multiple Gravity instances, each Galaxy instance managed by Gravity must have a unique **instance name**. When working with a single instance, the default name `\_default\_` is used automatically and mostly hidden from you. When working with multiple instances, set the `instance\_name` option in each instance’s Gravity config to a unique name. Although it is strongly encouraged to use systemd for running multiple instances, it is possible to use supervisor. Please see the [Gravity State](index.html#gravity-state) section for important details on how and where Gravity stores the supervisor configuration and log files. Subcommands[¶](#subcommands "Permalink to this headline") --------------------------------------------------------- Use `galaxyctl --help` for help. Subcommands also support `--help`, e.g. `galaxy register --help` ### start[¶](#start "Permalink to this headline") Start and run Galaxy and associated processes in daemonized (background) mode, or `-f` to run in the foreground and follow log files. The `galaxy` command is a shortcut for `galaxyctl start -f`. ### stop[¶](#stop "Permalink to this headline") Stop daemonized Galaxy server processes. If using supervisor mode and no processes remain running after this step (which should be the case when working with a single Galaxy instance), `supervisord` will terminate. ### restart[¶](#restart "Permalink to this headline") Restart Galaxy server processes. This is done in a relatively “brutal” fashion: processes are signaled (by the process manager) to exit, and then are restarted. See the `graceful` subcommand to restart gracefully. ### graceful[¶](#graceful "Permalink to this headline") Restart Galaxy with minimal interruption. If running with a single [gunicorn](https://gunicorn.org/) without `preload`, this means holding the web socket open while restarting (connections to Galaxy will block). With `preload`, gunicorn is restarted and some clients may experience connection failures. If running with multiple gunicorns, a rolling restart is performed, where Gravity restarts each gunicorn, waits for it to respond to requests after restarting, and then moves to the next one. This process should be transparent to clients. See [Zero-Downtime Restarts](index.html#zero-downtime-restarts) for configuration details. If running with [unicornherder](https://github.com/alphagov/unicornherder), a new Galaxy application will be started and the old one shut down only once the new one is accepting connections. This should also be transparent to clients, but limitations in the unicornherder software may allow interruptions to occur. ### update[¶](#update "Permalink to this headline") Figure out what has changed in the Galaxy/Gravity config(s), which could be: * changes to the Gravity configuration options in `galaxy.yml` * adding or removing handlers in `job\_conf.yml` or `job\_conf.xml` This may cause service restarts if there are any changes. Any needed changes to supervisor or systemd configs will be performed and then `supervisorctl update` or `systemctl daemon-reload` will be called. If you wish to *remove* any existing process manager configurations for Galaxy servers managed by Gravity, the `--clean` flag to `update` can be used for this purpose. ### shutdown[¶](#shutdown "Permalink to this headline") Stop all processes and cause `supervisord` to terminate. Similar to `stop` but there is no ambiguity as to whether `supervisord` remains running. The equivalent of `stop` when using systemd. ### follow[¶](#follow "Permalink to this headline") Follow (e.g. using `tail -f` (supervisor) or `journalctl -f` (systemd)) log files of all Galaxy services, or a subset (if named as arguments). ### list[¶](#list "Permalink to this headline") List config files known to Gravity. ### show[¶](#show "Permalink to this headline") Show Gravity configuration details for a Galaxy instance. ### pm[¶](#pm "Permalink to this headline") Pass through directly to the process manager (e.g. supervisor). Run `galaxyctl pm` to invoke the supervisorctl shell, or `galaxyctl pm [command]` to call a supervisorctl or systemctl command directly. See the [supervisor](http://supervisord.org/) documentation or `galaxyctl pm help` for help. ### exec[¶](#exec "Permalink to this headline") Directly execute a single Galaxy service in the foreground, e.g. `galaxyctl exec gunicorn`, `galaxyctl exec tusd`, etc. When Gravity writes out configs for the underlying process manager, it must provide a *command* (program and arguments) to execute and some number of *environment variables* that must be set for each individual Galaxy service (gunicorn, celery, etc.) to execute. By default, rather than write this information directly to the process manager configuration, Gravity sets the command to `galaxyctl exec --config-file=<gravity-config-path> <service-name>`. The `exec` subcommand instructs Gravity to use the [exec(3)](https://pubs.opengroup.org/onlinepubs/9699919799/functions/exec.html) system call to execute the actual service command with its proper arguments and environment. This is done so that it is is not necesary to rewrite the process manager configs and update the process manager every time a parameter is changed, only when services are added or removed entirely. Gravity can instead be instructed to write the actual service command and environment variables directly to the process manager configurations by setting `service\_command\_style` to `direct`. Thus, although `exec` is mostly an internal subcommand, developers and admins may find it useful when debugging in order to quickly and easily start just a single service and view only that service’s logs in the foreground. History[¶](#history "Permalink to this headline") ------------------------------------------------- ### 1.0.3[¶](#section-1 "Permalink to this headline") * Don’t create supervisor conf dir unless necessary, create the gravity data dir as the correct user by @natefoo in <https://github.com/galaxyproject/gravity/pull/105> ### 1.0.2[¶](#section-2 "Permalink to this headline") * Pin a minimum package version of gx-it-proxy by @natefoo in <https://github.com/galaxyproject/gravity/pull/102> ### 1.0.1[¶](#section-3 "Permalink to this headline") * Added configuration of gx-it-proxy to support path-based proxying by @sveinugu in <https://github.com/galaxyproject/gravity/pull/100> ### 1.0.0[¶](#section-4 "Permalink to this headline") Version 1.0.0 represents a significant update to Gravity, its features and functionality. Although Gravity 1.x is intended to be backwards compatible with 0.x, you are strongly encouraged to [read the documentation](<https://gravity.readthedocs.io/en/latest/>) if upgrading to Gravity 1.x or to Galaxy 23.0 (which depends on Gravity 1.x) in order to get the most out of the new features. * Support systemd as a process manager by @natefoo in <https://github.com/galaxyproject/gravity/pull/77> * Full stateless mode when working with single instances and other improvements for 1.0 by @natefoo in <https://github.com/galaxyproject/gravity/pull/80> * Multi-unicorn rolling restart and general multi-instance service support by @natefoo in <https://github.com/galaxyproject/gravity/pull/81> * Don’t clobber other Galaxies’ systemd units when managed by different Gravity config files by @natefoo in <https://github.com/galaxyproject/gravity/pull/83> * Don’t restart tusd on graceful by @natefoo in <https://github.com/galaxyproject/gravity/pull/85> * Read job\_conf.yml by default if job\_config\_file is unset by @natefoo in <https://github.com/galaxyproject/gravity/pull/86> * Fixes for spaces in the galaxy root path, fix the galaxy entrypoint by @natefoo in <https://github.com/galaxyproject/gravity/pull/87> * Update existing env with program env when running exec, rather than the other way around by @natefoo in <https://github.com/galaxyproject/gravity/pull/93> * Hide the “exec” ServiceCommandStyle from documentation since it is only used internally by @natefoo in <https://github.com/galaxyproject/gravity/pull/94> * Updates for settings documentation generation by @natefoo in <https://github.com/galaxyproject/gravity/pull/95> * Set $VIRTUAL\_ENV if virtualenv is set in config by @natefoo in <https://github.com/galaxyproject/gravity/pull/97> * Always add venv bin dir to $PATH if virtualenv is set by @natefoo in <https://github.com/galaxyproject/gravity/pull/98> ### 0.13.6[¶](#section-5 "Permalink to this headline") * Fix graceful method for gunicorn `--preload` by @Slugger70 in <https://github.com/galaxyproject/gravity/pull/76> * Add `--version` option to get Gravity version by @natefoo in <https://github.com/galaxyproject/gravity/pull/79> * Fix stopping of gx-it-proxy by @abretaud in <https://github.com/galaxyproject/gravity/pull/91> ### 0.13.5[¶](#section-6 "Permalink to this headline") * If virtualenv is set in the Gravity config, automatically add its bin dir to $PATH if the gx-it-proxy is enabled by @natefoo in <https://github.com/galaxyproject/gravity/pull/71> * Support converting settings to command line arguments in a generalized way by @natefoo in <https://github.com/galaxyproject/gravity/pull/73> ### 0.13.4[¶](#section-7 "Permalink to this headline") * Fixes for startup test by @natefoo in <https://github.com/galaxyproject/gravity/pull/68> * Fix setting environment vars on handlers by @natefoo in <https://github.com/galaxyproject/gravity/pull/70> ### 0.13.3[¶](#section-8 "Permalink to this headline") * Don’t use gunicorn logging options with unicornherder by @natefoo in <https://github.com/galaxyproject/gravity/pull/65> ### 0.13.2[¶](#section-9 "Permalink to this headline") * Don’t override PATH in subprocess call by @jdavcs in <https://github.com/galaxyproject/gravity/pull/62> * Only send pre create hook by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/64> ### 0.13.1[¶](#section-10 "Permalink to this headline") * Set correct default for environment settings by @natefoo in <https://github.com/galaxyproject/gravity/pull/58> * Don’t catch exceptions in the deregister, register, and rename subcommands by @natefoo in <https://github.com/galaxyproject/gravity/pull/59> * `processes` in the `handling` dict in the job conf dict is a dict, not a list by @natefoo in <https://github.com/galaxyproject/gravity/pull/60> ### 0.13.0[¶](#section-11 "Permalink to this headline") * Add options to enable/disable gunicorn, celery, and celery-beat services by @natefoo in <https://github.com/galaxyproject/gravity/pull/47> * Add ability to include gravity config from a separate file and document by @natefoo in <https://github.com/galaxyproject/gravity/pull/48> * Only default to preload = true for gunicorn if not using unicornherder by @natefoo in <https://github.com/galaxyproject/gravity/pull/49> * Add option to specify tusd path by @natefoo in <https://github.com/galaxyproject/gravity/pull/50> * Support setting per-service environment variables by @natefoo in <https://github.com/galaxyproject/gravity/pull/56> ### 0.12.0[¶](#section-12 "Permalink to this headline") * Fix typo in `log\_dir` description by @nsoranzo in <https://github.com/galaxyproject/gravity/pull/44> * Shortcut individual services fix by @natefoo in <https://github.com/galaxyproject/gravity/pull/45> * Add additional options to celery beat / celery workers by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/46> ### 0.11.0[¶](#section-13 "Permalink to this headline") * Allow setting supervisor socket path via environment variable by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/36> * Automatically switch to non-sample galaxy.yml if it exists by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/39> * Add pydantic config schema by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/42> * Add –quiet option to galaxy and galaxyctl start by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/40> * Add support for yaml job config by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/37> * Add –preload support for gunicorn by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/41> * Support running tusd by @natefoo in <https://github.com/galaxyproject/gravity/pull/23> ### 0.10.0[¶](#section-14 "Permalink to this headline") * Fix for the case where a job\_conf.xml exists but no handlers are defined by @natefoo in <https://github.com/galaxyproject/gravity/pull/24> * Do not raise error if config file section is empty by @nsoranzo in <https://github.com/galaxyproject/gravity/pull/25> * Add tests for static handlers and a defined job\_conf.xml with no handlers by @natefoo in <https://github.com/galaxyproject/gravity/pull/26> * Fix minor typos in readme by @ic4f in <https://github.com/galaxyproject/gravity/pull/27> * Move configuration to gravity key of galaxy.yml file by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/28> * Fix for resolved galaxy.yml.sample symlink by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/31> * Support managing gx-it-proxy via gravity by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/32> ### 0.9[¶](#section-15 "Permalink to this headline") * Gunicorn/fastAPI support, click support, tests by @mvdbeek in <https://github.com/galaxyproject/gravity/pull/14> * Don’t test on Python 3.6, which is unsupported by @natefoo in <https://github.com/galaxyproject/gravity/pull/17> * Update README. Also some various small bugfixes and fixes for other stuff mentioned in the README by @natefoo in <https://github.com/galaxyproject/gravity/pull/18> * Add unicornherder support by @natefoo in <https://github.com/galaxyproject/gravity/pull/15> * Expose the log following used by start -f as its own subcommand. by @natefoo in <https://github.com/galaxyproject/gravity/pull/16> * Better integration with Galaxy’s run.sh by @natefoo in <https://github.com/galaxyproject/gravity/pull/19> * Use relative paths in supervisord by @natefoo in <https://github.com/galaxyproject/gravity/pull/21> * Converted CLI from [argparse](https://docs.python.org/3/library/argparse.html) to [click](http://click.pocoo.org/). * Stole ideas and code from [planemo](https://github.com/galaxyproject/planemo) in general. * Improve the AttributeDict so that it can have “hidden” items (anything that starts with a `\_`) that won’t be serialized. Also, it serializes itself and can be created via deserialization from a classmethod. This simplifies using it to persist state data in the new GravityState subclass. ### 0.8.3[¶](#section-16 "Permalink to this headline") * Merge `galaxycfg` and `galaxyadm` commands to `galaxy`. ### 0.8.2[¶](#section-17 "Permalink to this headline") * Allow for passing names of individual services directly to `supervisorctl` via the `start`, `stop`, and `restart` methods. * Fix a bug where uWSGI would not start when using the automatic virtualenv install method. ### 0.8.1[¶](#section-18 "Permalink to this headline") * Version bump because I deleted the 0.8 files from PyPI, and despite the fact that it lets you delete them, it doesn’t let you upload once they have been uploaded once… ### 0.8[¶](#section-19 "Permalink to this headline") * Add auto-register to `galaxy start` if it’s called from the root (or subdirectory) of a Galaxy root directory. * Make `galaxycfg remove` accept instance names as params in addition to config file paths. * Use the same hash generated for an instance name as the hash for a generated virtualenv name, so virtualenvs are more easily identified as belonging to a config. * Renamed from `galaxyadmin` to `gravity` (thanks John Chilton). ### 0.7[¶](#section-20 "Permalink to this headline") * Added the `galaxyadm` subcommand `graceful` on a suggestion from Nicola Soranzo. * Install uWSGI into the config’s virtualenv if requested. * Removed any dependence on Galaxy and eggs. * Moved project to its own repository from the Galaxy clone I’d been working from. ### Older[¶](#older "Permalink to this headline") * Works in progress as part of the Galaxy code. Indices and tables[¶](#indices-and-tables "Permalink to this headline") ----------------------------------------------------------------------- * [Index](genindex.html) * [Search Page](search.html)
osm
go
osm 1.1 documentation [osm](index.html#document-index) latest * [Installation](index.html#document-installation) + [Via pip](index.html#via-pip) + [Clone repository](index.html#clone-repository) * [Command Line Interface](index.html#document-cli) + [Getting help](index.html#getting-help) + [Build and run the simulation campaign](index.html#build-and-run-the-simulation-campaign) + [Parsing simulation results](index.html#parsing-simulation-results) + [Analyzing simulation results](index.html#analyzing-simulation-results) * [osm](index.html#document-modules) + [campaign module](index.html#document-campaign) + [custom\_analyzer module](index.html#document-custom_analyzer) + [merge module](index.html#document-merge) [osm](index.html#document-index) * [Docs](index.html#document-index) » * osm 1.1 documentation * [Edit on GitHub](https://github.com/Pbarbecho/osm/blob/master/doc/index.rst) --- Automating large-scale simulations for OMNeT++[¶](#automating-large-scale-simulations-for-omnet "Permalink to this headline") ============================================================================================================================= OSM allows to OMNeT++ users to quickly and easily execute large-scale network simulations. Three shell commands (including help context) are available: ``` # Build and lauch the simulation campaign $osm launcher [OPTIONS] INIFILE MAKEFILE # Summarize result files located in output folder $osm parser [OPTIONS] # Analyze summarized file $osm analyzer [OPTIONS] ``` How to cite us[¶](#how-to-cite-us "Permalink to this headline") --------------------------------------------------------------- If you use SMO for your OMNeT++ experiment analysis, we would appreciate a citation of our work: 16. 1. 2. Bautista, L. F. Urquiza-Aguiar, L. L. Cárdenas and M. A. Igartua, “Large-Scale Simulations Manager Tool for OMNeT++: Expediting Simulations and Post-Processing Analysis,” in IEEE Access, vol. 8, pp. 159291-159306, 2020, doi: 10.1109/ACCESS.2020.3020745. Feature highlights[¶](#feature-highlights "Permalink to this headline") ----------------------------------------------------------------------- * Supports Python >= 3.5; * Fine grane control of the simulation campaign; * Customizable/interactive plotting * Runs parallelized simulations and post-processing for large number of files (common in large-scale simulations); User’s guide[¶](#user-s-guide "Permalink to this headline") ----------------------------------------------------------- ### Installation[¶](#installation "Permalink to this headline") First, we recommend to install a virtualenv: ``` $pip3 install pipenv ``` #### Via pip[¶](#via-pip "Permalink to this headline") Then, OSM is developed using pipenv. It can be installed from the master branch: ``` pip3 install --user -U https://github.com/Pbarbecho/osm/archive/master.zip ``` This will install the osm package and its linked dependencies in your current python library path. In case of a virtual environment is installed, the osm installation can be executed by calling pipenv osm –help. #### Clone repository[¶](#clone-repository "Permalink to this headline") As an stating point, cloning the osm project into a osm folder can be issued by executing the following command: ``` git clone https://github.com/Pbarbecho/osm.git osm ``` ### Command Line Interface[¶](#command-line-interface "Permalink to this headline") In order to easy use of OMNeT++ simulation manager (OSM), it includes a command line interface. OSM cope with the typical tasks that includes the large-scale simulations workflow. #### Getting help[¶](#getting-help "Permalink to this headline") OSM cli comes with –help option. Each sub-commands are detailed below:: ``` osm --help Usage: osm [OPTIONS] COMMAND [ARGS]... CLI OSM Simulation manager. Execute large-scale OMNeT++ simulations. Options: -v verbose --help Show this message and exit. Commands: analyzer Customized filtering and plotting. launcher Build the simulation campaign. parser Merge result files into one single output file (.npy, .mat,... ``` #### Build and run the simulation campaign[¶](#build-and-run-the-simulation-campaign "Permalink to this headline") Simulation campaign can be run through the launcher sub-command. The same command is used to pass users configurations as detailed below. Once the launcher sub-command is executed, information of the build simulation campaign is prompted and the uset choices to execute simulations. To extend information of osm launcher command usage, the –help flag can be used: ``` $osm launcher --help Usage: osm launcher [OPTIONS] INIFILE MAKEFILE Build and run the simulation campaign. Options: --omnet-path PATH OMNET++ installation directory. --output-dir PATH Path to directory where results are saved. -n, --ned-files-dir TEXT Path of NED files used in the model separated by ':' (e.g. .:../../src). Consider current directory is omnetpp.ini file. --max-processes INTEGER The maximum number of parallel simulations. [ default available cpus are used ] -t, --sim-time INTEGER Simulation time. Common for all scenarios in simulation campaign. [default: 300] -r, --repetitions INTEGER Number of repetitions. [default: 1] -a, --analyze Analyze a group of files from a previous simulation campaign, looking for missing files. -add, --additional-files-path PATH Path to parameters studied file (variables.txt.csv) and structure file (structure.csv) files. [default: parents directory] --help Show this message and exit. ``` Two arguments are required: > > 1. INIFILE -> The location of the project configuration file (omnetpp.ini) > 2. MAKEFILE -> Location of the executable file of the project. > > > As an option: > > * The location of the NED files required by the project should be passed. In case non path was pass, by default the current location (/) will be used. > * In case of a custom recording of output files, the additional files directory (variables, and structure files) is required. > * The OMNeT++ installation path, the output directory where simulation results will be save and the directory to additional files (structure and variables) in case of customized recording. > > > Example of launcher entry: ``` osm -v launcher --max-processes 20 -t 500 -r 20 -n '.:../../src/veins/' -add ~/additionals/ --output-dir ~/results/ ~/veins/omnetpp.ini ~/veins/src/veins\_executable ``` Simulation campaign summary: ``` ============================ Simulation campaign summary ============================ Scenarios to simulate [scenario]: ['Barcelona', 'Berlin', 'Tokio'] Iteration variables: 2 = [4, 3] Repetitions per scenario: 20 Simulation time: 500s Total Runs: 720 Build simulation campaign (\*Y/N): ``` #### Parsing simulation results[¶](#parsing-simulation-results "Permalink to this headline") The sub-command parser, can be used to merge into a unique output file simulation campaign results. The –additional-files-path or –add includes the path to ‘variables’ and ‘structure’ files. > > * Variables file: Include the iteration variable with the set of values. The OMNeT++ syntax is used to declare iteration variables.: > > > > ``` > \*.node[\*0].veinsmobility.accidentDuration = {0, 50, 300}s > \*.node[\*].appl.beaconInterval = {1, 30, 60, 90}s > > ``` > * Structure file: Include the structure (n-dimension) of results files. This file is pass in combination with the variable file to map columns with the corresponding parameter (Column name). Columns are listed separated wih a comma as follows: > > > > ``` > Type,NodeID,tx/rx,recAddress,Speed,MsgId,Length,CH,Time > > ``` > > > Results are exported to any of the supported output formats .npy, .mat, .csv for later process within MATLAB or within the OSM analyzer. Further details of parser command usage can be listed with the –help flag: ``` $osm launcher --help Usage: osm parser [OPTIONS] Merge result files into one single output file (.npy, .mat, .csv). Options: --max-processes INTEGER The maximum number of parallel simulations. By default available cpus are used. -i, --input-dir PATH Directory containing simulations results. -o, --output-dir PATH Path to directory where output file is saved. -O, --output-filename TEXT Filename with supported extension .npy (Numpy), .mat (Matlab) or csv (Comma- separated values). -add, --additional-files-path PATH Path to iteration varibles and structure files. [default: parents directory] --help Show this message and exit. ``` In case of no input, output and max processes options are included with the parser command, by default the installation path create the input folder we the simulation is launched. In the same manner, the output folder and file’s name (results.csv) are created we parser command is executed without options. By default de maximum number of processes is used. The following command, will try to automatically parse result files into an output file with sim.csv format: ``` $osm parser --add ~/additionals/ --input-dir ~/results/ --output-dir ~/summary/sim.csv ``` #### Analyzing simulation results[¶](#analyzing-simulation-results "Permalink to this headline") The analyzer command includes a customizable python script. Here, parsed results files can be filtered and sorted for plotting. The plotting phase is simplified by using the common structure of results (pandas dataframes). An interactive plotting is available with the option -itp. It try to automatically open a web browser (default firefox) where columns can be easily drag and drop to generate custom plots. Extended information is available with the –help flag: ``` $osm analyzer --help Usage: osm analyzer [OPTIONS] Customized filtering and plotting. Options: -i, --input-cvs-file PATH Input .csv file with merge results -o, --output-dir PATH Path to directory where custom analyzed factors are saved. -plt, --interactive-pivot-table GUI in firefox to drag columns and plot resutls dataframe. --help Show this message and exit. ``` The output of the analyzer, includes figures and data used to generate plots: ``` Files generated: 0) summary\_%PL\_df.png 1) summary\_%PL\_df.csv 2) summary\_speed.png 3) summary\_speed.csv ``` ![summary_speed.png](summary_speed.png) Code Documentation[¶](#code-documentation "Permalink to this headline") ----------------------------------------------------------------------- ### osm[¶](#osm "Permalink to this headline") #### campaign module[¶](#module-campaign "Permalink to this headline") `campaign.``add_iteration_variables_to_scenarions_ini_file`(*temp\_ini\_file*, *iteration\_variables\_dictionary*)[[source]](_modules/campaign.html#add_iteration_variables_to_scenarions_ini_file)[¶](#campaign.add_iteration_variables_to_scenarions_ini_file "Permalink to this definition") Scenarios with same iteration variables.txt `campaign.``allocate_processors`(*df\_scenarios*, *Processors*)[[source]](_modules/campaign.html#allocate_processors)[¶](#campaign.allocate_processors "Permalink to this definition") `campaign.``ask_for_scenarios_to_simulate`(*sim\_scenarios\_list*)[[source]](_modules/campaign.html#ask_for_scenarios_to_simulate)[¶](#campaign.ask_for_scenarios_to_simulate "Permalink to this definition") > > Select scenarios to include in the simulation campaign > > > > Args: > sim\_scenarios\_list(list): List of scenarios found in .ini file specified as argument > > @param sim\_scenarios\_list: @return: `campaign.``build_simulation_campaign`(*max\_processors*, *output\_dir*, *omnet\_path*, *sim\_time*, *repetitions*, *sim\_scenarios\_list*, *variables\_path*, *inifile*, *analyze*, *makefile*, *verbose*, *NED\_files\_dir*)[[source]](_modules/campaign.html#build_simulation_campaign)[¶](#campaign.build_simulation_campaign "Permalink to this definition") > > Execute parallel simulations of simulation campaign elements. If there is not enough processors, > a bath is used for queue simulations and distribute among processors. > > > Args: > > > @param max\_processors: (int) The max number of cpus to use. By default, all cpus are used. @param output\_dir: (path) The space of structure.csv to export. @param omnet\_path: (path) The OMNET++ installation path @param sim\_time: (int) The simulation time. Common for all scenarios. @param repetitions: (int) The number of runs for each iteration parameter. @param sim\_scenarios: (list) List of selected scenarios to include in the campaign @param inifile: (path) Path to .ini file of veins project. @param analyze: (bool) If true execute simulation campaign. Otherwise analyze result files @param makefile: (path) Path to executable veins project. @return: `campaign.``clear_memory`()[[source]](_modules/campaign.html#clear_memory)[¶](#campaign.clear_memory "Permalink to this definition") Clean memory cache at the end of simulation execution `campaign.``create_temp_ini_file`(*output\_results*, *repetitions*, *veins\_ini\_file\_name*, *iteration\_variables\_dictionary*)[[source]](_modules/campaign.html#create_temp_ini_file)[¶](#campaign.create_temp_ini_file "Permalink to this definition") Instantiates a temp.ini file with simulation campaign configurations. | Parameters: | * **output\_results** (*path*) – The space of structure.csv to export. * **repetitions** (*int*) – The number of runs for each iteration parameter. * **veins\_ini\_file\_name** (*path*) – Path to .ini file of veins project. | `campaign.``execute_sim`(*veins\_exec\_project\_path*, *max\_processors*, *omnet\_path*, *scenario*, *batch*, *sim\_time*, *runs*, *temp\_ini\_name*, *verbose*, *NED\_files\_dir*)[[source]](_modules/campaign.html#execute_sim)[¶](#campaign.execute_sim "Permalink to this definition") Execute scenario simulation using OMNET++ funcionality (opp\_run all OMNET++ simulation manual 11.20 Running Simulation Campaigns) Args: @param veins\_exec\_project\_path: (path) Path to executable veins project. @param max\_processors: (int) The max number of cpus to use. By default, all cpus are used. @param omnet\_path: (path) Path to the OMNET++ installation. @param scenario: Scenario to simulate @param batch: Batch of simulations @param sim\_time: (int) The simulation time. Common for all scenarios. @param runs: Bundle of runs (e.g. 0,1,2,3….) @param temp\_ini\_name: (string) VEINs ini configuration file name @return: :param verbose: `campaign.``folder_permissions`(*veins\_exec\_project\_path*)[[source]](_modules/campaign.html#folder_permissions)[¶](#campaign.folder_permissions "Permalink to this definition") `campaign.``get_scenarios`(*veins\_ini\_file*)[[source]](_modules/campaign.html#get_scenarios)[¶](#campaign.get_scenarios "Permalink to this definition") Try to read simulation scenarios in VEINs project .ini file OMNET++ defines [Config ] as the structure.csv in ini file to declare an scenario. This function return a list with [Config ] declarations found in ini file. `campaign.``isNotBlank`(*myString*)[[source]](_modules/campaign.html#isNotBlank)[¶](#campaign.isNotBlank "Permalink to this definition") Check if string is empty or null. Args: @param myString: (string) Any string @return: (bool) `campaign.``missing_files`(*total\_sims*, *output\_dir*)[[source]](_modules/campaign.html#missing_files)[¶](#campaign.missing_files "Permalink to this definition") Check in results folder if there are missing files of simulation campaign @param total\_sims: (int) Total number of runs = scenarios \* iter variable \* repetitions\_per\_scenario @param output\_dir: (path) The space of structure.csv to export. @return: `campaign.``new_folder`(*new\_directory*)[[source]](_modules/campaign.html#new_folder)[¶](#campaign.new_folder "Permalink to this definition") Create new folder and replace if it exists. Used to creates the results folder where results files are saved. | Parameters: | **new\_directory** (*path*) – Path of the new folder | `campaign.``parallel`(*max\_processors*, *omnet\_path*, *batch*, *sim\_time*, *runs\_bundle*, *temp\_ini\_name*, *sim\_scenarios\_list*, *makefile*, *verbose*, *NED\_files\_dir*)[[source]](_modules/campaign.html#parallel)[¶](#campaign.parallel "Permalink to this definition") Execute parallel summary. If the number of cpus < # of summary a batch of runs is set Args: @param max\_processors: (int) The max number of cpus to use. By default, all cpus are used. @param omnet\_path: (path) Path to the OMNET++ installation. @param batch: (int) Number of simulations per cpu @param sim\_time: (int) The simulation time. Common for all scenarios. @param runs\_bundle: (int) Bundle of runs (e.g. 0,1,2,3..) @param temp\_ini\_name: (string) VEINs ini configuration file name @param iter\_var\_per\_scenario: (dict) Dictionary with scenarios as keys and iterations as values @param makefile: (path) Path to executable veins project. @return: `campaign.``read_iteration_variables_from_file`(*scenarios\_to\_sim*, *iter\_parameters\_file\_path*)[[source]](_modules/campaign.html#read_iteration_variables_from_file)[¶](#campaign.read_iteration_variables_from_file "Permalink to this definition") Get the number of iteration structure.csv (defined as specified in OMNET++ Simulation manual 10.4 Parameter Studies) of each scenario (sim\_scenarios) defined in .ini file. e.g. OMNET++ study parameter definition -> [\*](#id1).numHosts = ${1, 2, 5, 10..50 step 10} Args: sim\_scenarios (list): List of selected scenarios to include in the campaign veins\_ini\_file\_path (path): Path to .ini file of veins project. Return a dictionary with scenarios as dic keys and read\_iteration\_variables\_from\_file as values. Values in read\_iteration\_variables\_from\_file dictionary are defined as follows: scenario1: [parameters1, parameter2, … , # of read\_iteration\_variables\_from\_file] scenario2: [parameters1, parameter2, … , # of read\_iteration\_variables\_from\_file] `campaign.``run`(*output\_dir*, *max\_processors*, *omnet\_path*, *sim\_time*, *repetitions*, *analyze*, *iter\_path*, *inifile*, *makefile*, *verbose*, *NED\_files\_dir*)[[source]](_modules/campaign.html#run)[¶](#campaign.run "Permalink to this definition") Return the results relative to the desired parameter space in the form of an xarray data structure.csv. Args: output\_dir: (path) The space of structure.csv to export. max\_processors: (int) The max number of cpus to use. By default, all cpus are used. omnet\_path: (path) Path to the OMNET++ installation. By default the script try to find the installation path. sim\_time: (int) The simulation time. Common for all scenarios. repetitions: (int) The number of runs for each iteration parameter. analyze: (bool) If true execute simulation campaign. Otherwise analyze result files from a simulation campaign to find missing simulations. inifile: (path) Path to .ini file of veins project. makefile: (path) Path to executable veins project. `campaign.``run_simulations`()[[source]](_modules/campaign.html#run_simulations)[¶](#campaign.run_simulations "Permalink to this definition") `campaign.``scenario_runs_set`(*scenario\_iteration\_variables\_dictionary*, *repetitions*)[[source]](_modules/campaign.html#scenario_runs_set)[¶](#campaign.scenario_runs_set "Permalink to this definition") Generate runs list per scenario in OMNET++ format (opp\_run all OMNET++ simulation manual 11.20 Running Simulation Campaigns) for create batches e.g. -r 0,1,2,3. | Parameters: | * **scenario\_iteration\_variables\_dictionary** (*dict*) – Dictionary with scenarios as keys and the number of iteration variables.txt as values * **repetitions** (*int*) – The number of runs for each iteration parameter. | `campaign.``sim_campaign_info`(*scenarios\_to\_sim*, *iteration\_variables\_dictionary*, *repetitions*, *simtime*, *total\_sims*)[[source]](_modules/campaign.html#sim_campaign_info)[¶](#campaign.sim_campaign_info "Permalink to this definition") Print simulation campaign summary: Args: #### custom\_analyzer module[¶](#custom-analyzer-module "Permalink to this headline") #### merge module[¶](#merge-module "Permalink to this headline") Links[¶](#links "Permalink to this headline") --------------------------------------------- > > Github: <https://github.com/Pbarbecho/osm>
chubaofs
go
ChubaoFS documentation [ChubaoFS](index.html#document-index) stable Getting Started * [Introduction](index.html#document-overview) + [High Level Architecture](index.html#high-level-architecture) + [Features](index.html#features) * [Run Cluster by Yum Tools](index.html#document-user-guide/yum) * [Run Cluster Manually](index.html#document-manual-deploy) + [Building](index.html#building) + [Deployment](index.html#deployment) + [Mount Client](index.html#mount-client) + [Upgrading](index.html#upgrading) Design Documentation * [Resource Manager (Master)](index.html#document-design/master) + [Utilization-Based Distribution/Placement](index.html#utilization-based-distribution-placement) + [Replica Placement](index.html#replica-placement) + [Meta Partition Splitting](index.html#meta-partition-splitting) + [Exception Handling](index.html#exception-handling) * [Metadata Subsystem](index.html#document-design/metanode) + [Internal Structure](index.html#internal-structure) + [Replication](index.html#replication) + [Failure Recovery](index.html#failure-recovery) * [Data Subsystem](index.html#document-design/datanode) + [Features](index.html#features) + [HTTP APIs](index.html#http-apis) * [Object Subsystem (ObjectNode)](index.html#document-design/objectnode) + [Structure](index.html#structure) + [Features](index.html#features) + [Semantic Transform](index.html#semantic-transform) + [User](index.html#user) + [Authentication](index.html#authentication) + [Invisible Temporary Data](index.html#invisible-temporary-data) + [Object Mode Conflict (Important)](index.html#object-mode-conflict-important) + [Supported S3 Features](index.html#supported-s3-features) + [Unsupported S3 Features](index.html#unsupported-s3-features) + [Supported APIs](index.html#supported-apis) + [Supported SDKs](index.html#supported-sdks) * [Client](index.html#document-design/client) + [Client Caching](index.html#client-caching) + [Integration with FUSE](index.html#integration-with-fuse) User Documentation * [Resource Manager (Master)](index.html#document-user-guide/master) + [Features](index.html#features) + [Configurations](index.html#configurations) + [Start Service](index.html#start-service) * [Meta Subsystem](index.html#document-user-guide/metanode) + [Notice](index.html#notice) * [Data Subsystem](index.html#document-user-guide/datanode) + [How To Start DataNode](index.html#how-to-start-datanode) + [Configurations](index.html#configurations) + [Notice](index.html#notice) * [Object Subsystem (ObjectNode)](index.html#document-user-guide/objectnode) + [How To start ObjectNode](index.html#how-to-start-objectnode) + [Configurations](index.html#configurations) + [Fetch Authentication Keys](index.html#fetch-authentication-keys) + [Using Object Storage Interface](index.html#using-object-storage-interface) * [Console](index.html#document-user-guide/console) + [How To Start Console](index.html#how-to-start-console) + [Configurations](index.html#configurations) + [Notice](index.html#notice) * [Client](index.html#document-user-guide/client) + [Prerequisite](index.html#prerequisite) + [Prepare Config File](index.html#prepare-config-file) + [Mount](index.html#mount) + [Unmount](index.html#unmount) * [Monitor](index.html#document-user-guide/monitor) + [Metrics](index.html#metrics) + [Grafana DashBoard Config](index.html#grafana-dashboard-config) * [Tune FUSE Performance](index.html#document-user-guide/fuse) + [Fetch Linux kernel source code](index.html#fetch-linux-kernel-source-code) + [Optimize FUSE linux kernel module](index.html#optimize-fuse-linux-kernel-module) + [Build against current running Linux kernel](index.html#build-against-current-running-linux-kernel) + [Install kernel module](index.html#install-kernel-module) * [Run Cluster by Yum Tools](index.html#document-user-guide/yum) * [Run Cluster on Docker](index.html#document-user-guide/docker) Administration * [Resource Manager (Master) API](index.html#document-administration) + [Cluster](index.html#document-admin-api/master/cluster) + [Metanode Related](index.html#document-admin-api/master/metanode) + [Datanode Related](index.html#document-admin-api/master/datanode) + [Volume](index.html#document-admin-api/master/volume) + [Meta Partition](index.html#document-admin-api/master/meta-partition) + [Data Partition](index.html#document-admin-api/master/data-partition) + [Master Management](index.html#document-admin-api/master/management) + [User](index.html#document-admin-api/master/user) * [Meta Node API](index.html#meta-node-api) + [Meta Partition](index.html#document-admin-api/metanode/partition) + [Inode](index.html#document-admin-api/metanode/inode) + [Dentry](index.html#document-admin-api/metanode/dentry) * [Command Line Interface](index.html#command-line-interface) + [CLI](index.html#document-admin-api/cli/cli) use case * [Use Cases](index.html#document-use-case) + [Machine Learning](index.html#machine-learning) + [ElasticSearch](index.html#elasticsearch) + [Nginx Log Storage](index.html#nginx-log-storage) + [Spark](index.html#spark) + [MySQL Database Backup](index.html#mysql-database-backup) Evaluation * [Performance](index.html#document-evaluation) + [Environment](index.html#environment) + [Small File Performance and Scalability](index.html#small-file-performance-and-scalability) + [IO Performance and Scalability](index.html#io-performance-and-scalability) - [1. Sequential Read](index.html#sequential-read) - [2. Sequential Write](index.html#sequential-write) - [3. Random Read](index.html#random-read) - [4. Random Write](index.html#random-write) + [Metadata Performance and Scalability](index.html#metadata-performance-and-scalability) * [Integrity](index.html#integrity) * [Workload](index.html#workload) * [Scalability](index.html#scalability) Contributing * [Contributing to ChubaoFS](index.html#document-contributing) + [Bug Reports](index.html#bug-reports) + [Patch Guidelines](index.html#patch-guidelines) + [Credits](index.html#credits) FAQ * [Environment Requirements and Capacity Planning](index.html#document-env) + [Environment Requirements](index.html#environment-requirements) + [Capacity Planning](index.html#capacity-planning) + [Multi-Zone Deploy](index.html#multi-zone-deploy) * [Q&A](index.html#document-faq) + [Compile](index.html#compile) + [Node & Disk Failure](index.html#node-disk-failure) + [Performance of Data and Metadata](index.html#performance-of-data-and-metadata) + [Capacity Management](index.html#capacity-management) + [Zone](index.html#zone) + [Node status is abnormal](index.html#node-status-is-abnormal) + [Upgrade](index.html#upgrade) + [Update Configuration Online](index.html#update-configuration-online) + [Update Configuration Offline](index.html#update-configuration-offline) + [Handle Logs](index.html#handle-logs) + [Data Loss and Consistence](index.html#data-loss-and-consistence) + [Fuse Client](index.html#fuse-client) [ChubaoFS](index.html#document-index) * [Docs](index.html#document-index) » * ChubaoFS documentation * [Edit on GitHub](https://github.com/chubaofs/chubaofs/blob/501719b9b4782c078aee421093d29c2f83b07fe8/docs/source/index.rst) --- Welcome to ChubaoFS(Chubao File System)[¶](#welcome-to-chubaofs-chubao-file-system "Permalink to this headline") ================================================================================================================ Introduction[¶](#introduction "Permalink to this headline") ----------------------------------------------------------- ChubaoFS(Chubao File System) is a distributed file system that is designed to natively support large scale container platforms. ### High Level Architecture[¶](#high-level-architecture "Permalink to this headline") [![Architecture](_images/cfs-arch.png)](_images/cfs-arch.png) ChubaoFS consists of a *metadata subsystem*, a *data subsystem*, and a *resource manager*, and can be accessed by different *clients* (as a set of application processes) hosted on the containers through different file system instances called *volumes*. The metadata subsystem stores the file metadata, and consists of a set of *meta nodes*. Each meta node consists of a set of *meta partitions*. The data subsystem stores the file contents, and consists of a set of *data nodes*. Each data node consists of a set of *data partitions*. The volume is a logical concept in ChubaoFS and consists of one or multiple meta partitions and one or multiple data partitions. Each partition can only be assigned to a single volume. From a client’s perspective, the volume can be viewed as a file system instance that contains data accessible by the containers. A volume can be mounted to multiple containers so that files can be shared among different clients simultaneously, and needs to be created at the very beginning before the any file operation. A ChubaoFS cluster deployed at each data center can have hundreds of thousands of volumes, whose data sizes vary from a few gigabytes to several terabytes. Generally speaking, the resource manager periodically communicates with the metadata subsystem and data subsystem to manage the meta nodes and data nodes, respectively. Each client periodically communicates with the resource manager to obtain the up-to-date view of the mounted volume. A file operation usually initiates the communications from the client to the corresponding meta node and data node directly, without the involvement of the resource manager. The updated view of the mounted volume, as well as the file metadata are usually cached at the client side to reduce the communication overhead. ### Features[¶](#features "Permalink to this headline") #### Scalable Meta Management[¶](#scalable-meta-management "Permalink to this headline") The metadata operations could make up as much as half of typical file system workloads. On our platform, this becomes even more important as there could be heavy accesses to the metadata of files by tens of thousands of clients simultaneously. A single node that stores the file metadata could easily become the performance bottleneck. As a result, we employ a distributed metadata subsystem to manage the file metadata. In this way, the metadata requests from different clients can be forwarded to different nodes, which improves the scalability of the entire system. The metadata subsystem can be considered as an in-memory datastore of the file metadata. It can have thousands of meta nodes, each of which can have hundreds of billions of meta partitions. Each meta partition on a meta node stores the file metadata in memory by maintaining a set of inodes and a set of dentries. We employ two b-trees called inodeTree and dentryTree for fast lookup of inodes and dentries in the memory. The inodeTree is indexed by the inode id, and the dentryTree is indexed by the dentry name and the parent inode id. We also maintain a range of the inode ids (denoted as start and end) stored on a meta partition for splitting. #### General-Purpose Storage Engine[¶](#general-purpose-storage-engine "Permalink to this headline") To reduce the storage cost, many applications and services are served from the same shared storage infrastructure (aka “multi-tenancy”). The workloads of different applications and services are mixed together, where the file size can vary from a few kilobytes to hundreds of gigabytes, and the files can be written in a sequential or random fashion. For example, the log files usually need to be written sequentially in the execution order of the code; some data analytics in the machine learning domain are based on the data stored on the underlying file system; and a database engine running on top of the file system can modify the stored data frequently. A dedicated file system needs to be able to serve for all these different workloads with excellent performance. #### Strong Replication Consistency[¶](#strong-replication-consistency "Permalink to this headline") E-commence venders who move their line of business applications to the cloud usually prefer strong consistency. For example, an image processing service may not want to provide the customer with an outdated image that does not match the product description. This can be easily achieved if there is only one copy of the file. But to ensure a distributed file system to continue operating properly in the event of machines failures, which can be caused by various reasons such as faulty hard drives, bad motherboards, etc, there are usually multiple replicas of the same file. As a result, in a desired file system, the data read from any of the replicas must be consistent with each other. #### Relaxed POSIX Semantics and Metadata Atomicity[¶](#relaxed-posix-semantics-and-metadata-atomicity "Permalink to this headline") In a POSIX-compliant distributed file system, the behavior of serving multiple processes on multiple client nodes should be the same as the behavior of a local file system serving multiple processes on a single node with direct attached storage. ChubaoFS provides POSIX-compliant APIs. However, the POSIX consistency semantics, as well as the atomicity requirement between the inode and dentry of the same file, have been carefully relaxed in order to better align with the needs of applications and to improve the system performance. Run Cluster by Yum Tools[¶](#run-cluster-by-yum-tools "Permalink to this headline") ----------------------------------------------------------------------------------- Yum tools to run a ChubaoFS cluster for CentOS 7+ is provided. The list of RPM packages dependencies can be installed with: ``` $ yum install http://storage.jd.com/chubaofsrpm/latest/cfs-install-latest-el7.x86_64.rpm $ cd /cfs/install $ tree -L 2 . ├── install_cfs.yml ├── install.sh ├── iplist ├── src └── template ├── client.json.j2 ├── console.json.j2 ├── create_vol.sh.j2 ├── datanode.json.j2 ├── grafana │   ├── grafana.ini │   ├── init.sh │   └── provisioning ├── master.json.j2 ├── metanode.json.j2 └── objectnode.json.j2 ``` Set parameters of the ChubaoFS cluster in **iplist**. * **[master]**, **[datanode]** , **[metanode]** , **[console]**, **[monitor]** , **[client]** modules includes member IP addresses of each role. * **[cfs:vars]** module includes parameters for SSH connection. So make sure the port, username and password for SSH connection is unified before start. * **#master config** module includes parameters of Master. Properties[¶](#id1 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | master\_clusterName | string | The cluster identifier | Yes | | master\_listen | string | Http port which api service listen on | Yes | | master\_prof | string | golang pprof port | Yes | | master\_logDir | string | Path for log file storage | Yes | | master\_logLevel | string | Level operation for logging. Default is *info*. | No | | master\_retainLogs | string | the number of raft logs will be retain. | Yes | | master\_walDir | string | Path for raft log file storage. | Yes | | master\_storeDir | string | Path for RocksDB file storage,path must be exist | Yes | | master\_exporterPort | int | The prometheus exporter port | No | | master\_metaNodeReservedMem | string | If the metanode memory is below this value, it will be marked as read-only. Unit: byte. 1073741824 by default. | No | * **#datanode config** module includes parameters of DataNodes. Properties[¶](#id2 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | datanode\_listen | string | Port of TCP network to be listen | Yes | | datanode\_prof | string | Port of HTTP based prof and api service | Yes | | datanode\_logDir | string | Path for log file storage | Yes | | datanode\_logLevel | string | Level operation for logging. Default is *info* | No | | datanode\_raftHeartbeat | string | Port of raft heartbeat TCP network to be listen | Yes | | datanode\_raftReplica | string | Port of raft replicate TCP network to be listen | Yes | | datanode\_raftDir | string | Path for raft log file storage | No | | datanode\_exporterPort | string | Port for monitor system | No | | datanode\_disks | string slice | Format: *PATH:RETAIN*. PATH: Disk mount point, must exists. RETAIN: Retain space. (Ranges: 20G-50G.) RETAIN: The minimum free space(Bytes) reserved for the path. | Yes | * **#metanode config** module includes parameters of MetaNodes. Properties[¶](#id3 "Permalink to this table") | Key | Type | Description | Mandatory | | | --- | --- | --- | --- | --- | | metanode\_listen | string | Listen and accept port of the server | Yes | | | metanode\_prof | string | Pprof port | Yes | | | metanode\_logLevel | string | Level operation for logging. Default is *info* | No | | | metanode\_metadataDir | string | MetaNode store snapshot directory | Yes | | | metanode\_logDir | string | Log directory | Yes | | | metanode\_raftDir | string | Raft wal directory | Yes | | | metanode\_raftHeartbeatPort | string | Raft heartbeat port | Yes | | | metanode\_raftReplicaPort | string | Raft replicate port | Yes | | | metanode\_exporterPort | string | Port for monitor system | No | | | metanode\_totalMem | string | Max memory metadata used. The value needs to be higher than the value of *metaNodeReservedMem* in the master configuration. Unit: byte | Yes | | * **#objectnode config** module includes parameters of ObjectNodes. | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | objectnode\_listen | string | Listen and accept port of the server | Yes | | objectnode\_domains | string slice | Domain of S3-like interface which makes wildcard domain support Format: `DOMAIN` | No | | objectnode\_logDir | string | Log directory | Yes | | objectnode\_logLevel | string | Level operation for logging. Default: `error` | No | | objectnode\_exporterPort | string | Port for monitor system | No | | objectnode\_enableHTTPS | string | Enable HTTPS | Yes | * **#console config** module includes parameters of Console. Properties[¶](#id4 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | console\_logDir | string | Path for log file storage | Yes | | console\_logLevel | string | Level operation for logging. Default is *info* | No | | console\_listen | string | Port of TCP network to be listen, default is 80 | Yes | * **#client config** module includes parameters of Client. Properties[¶](#id5 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | client\_mountPoint | string | Mount point of the client | Yes | | client\_volName | string | Volume name | No | | client\_owner | string | Owner id | Yes | | client\_SizeGB | string | Initial size to create the volume if it not exists | No | | client\_logDir | string | Path for log file storage | Yes | | client\_logLevel | string | Level operation for logging. Default is *info* | No | | client\_exporterPort | string | Port exposed to monitor system | Yes | | client\_profPort | string | Pprof port | No | ``` [master] 10.196.59.198 10.196.59.199 10.196.59.200 [datanode] ... [cfs:vars] ansible\_ssh\_port=22 ansible\_ssh\_user=root ansible\_ssh\_pass="password" ... #master config ... #datanode config ... datanode\_disks = '"/data0:10737418240","/data1:10737418240"' ... #metanode config ... metanode\_totalMem = "28589934592" ... #objectnode config ... #console config ... ``` For more configurations, please refer to [Resource Manager (Master)](index.html#document-user-guide/master); [Meta Subsystem](index.html#document-user-guide/metanode); [Data Subsystem](index.html#document-user-guide/datanode); [Client](index.html#document-user-guide/client); [Monitor](index.html#document-user-guide/monitor); [Console](index.html#document-user-guide/console). Start the resources of ChubaoFS cluster with script **install.sh** . (make sure the Master is started first) ``` $ bash install.sh -h Usage: install.sh -r | --role [datanode | metanode | master | objectnode | console | monitor | client | all | createvol ] $ bash install.sh -r master $ bash install.sh -r metanode $ bash install.sh -r datanode $ bash install.sh -r objectnode $ bash install.sh -r console $ bash install.sh -r monitor $ bash install.sh -r client ``` Check mount point at **/cfs/mountpoint** on **client** node defined in **iplist** . Open <http://consul.prometheus-cfs.local> in browser for monitoring system(the IP of monitoring system is defined in **iplist** ). Run Cluster Manually[¶](#run-cluster-manually "Permalink to this headline") --------------------------------------------------------------------------- ### Building[¶](#building "Permalink to this headline") Use following command to build server and client: ``` make build ``` If the build is successful, cfs-server and cfs-client will be found in directory build/bin ### Deployment[¶](#deployment "Permalink to this headline") #### Start Resource Manager (Master)[¶](#start-resource-manager-master "Permalink to this headline") ``` nohup ./cfs-server -c master.json & ``` Sample *master.json* is shown as follows, ``` { "role": "master", "ip": "10.196.59.198", "listen": "17010", "prof":"17020", "id":"1", "peers": "1:10.196.59.198:17010,2:10.196.59.199:17010,3:10.196.59.200:17010", "retainLogs":"2000", "logDir": "/cfs/master/log", "logLevel":"info", "walDir":"/cfs/master/data/wal", "storeDir":"/cfs/master/data/store", "consulAddr": "http://consul.prometheus-cfs.local", "exporterPort": 9500, "clusterName":"chubaofs01", "metaNodeReservedMem": "1073741824" } ``` For detailed explanations of *master.json*, please refer to [Resource Manager (Master)](index.html#document-user-guide/master). #### Start Metanode[¶](#start-metanode "Permalink to this headline") ``` nohup ./cfs-server -c meta.json & ``` Sample *meta.json is* shown as follows, ``` { "role": "metanode", "listen": "17210", "prof": "17220", "logLevel": "info", "metadataDir": "/cfs/metanode/data/meta", "logDir": "/cfs/metanode/log", "raftDir": "/cfs/metanode/data/raft", "raftHeartbeatPort": "17230", "raftReplicaPort": "17240", "totalMem": "8589934592", "consulAddr": "http://consul.prometheus-cfs.local", "exporterPort": 9501, "masterAddr": [ "10.196.59.198:17010", "10.196.59.199:17010", "10.196.59.200:17010" ] } ``` For detailed explanations of *meta.json*, please refer to [Meta Subsystem](index.html#document-user-guide/metanode). #### Start Datanode[¶](#start-datanode "Permalink to this headline") 1. Prepare data directories **Recommendation** Using independent disks can reach better performance. **Disk preparation** > > 1.1 Check available disks > > > > > > > > > ``` > > fdisk -l > > > > ``` > > > > > > > > > 1.2 Build local Linux file system on the selected devices > > > > > > > > > ``` > > mkfs.xfs -f /dev/sdx > > > > ``` > > > > > > > > > 1.3 Make mount point > > > > > > > > > ``` > > mkdir /data0 > > > > ``` > > > > > > > > > 1.4 Mount the device on mount point > > > > > > > > > ``` > > mount /dev/sdx /data0 > > > > ``` > > > > > > > > > 2. Start datanode ``` nohup ./cfs-server -c datanode.json & ``` Sample *datanode.json* is shown as follows, ``` { "role": "datanode", "listen": "17310", "prof": "17320", "logDir": "/cfs/datanode/log", "raftDir": "/cfs/datanode/log", "logLevel": "info", "raftHeartbeat": "17330", "raftReplica": "17340", "consulAddr": "http://consul.prometheus-cfs.local", "exporterPort": 9502, "masterAddr": [ "10.196.59.198:17010", "10.196.59.199:17010", "10.196.59.200:17010" ], "disks": [ "/data0:10737418240", "/data1:10737418240" ] } ``` For detailed explanations of *datanode.json*, please refer to [Data Subsystem](index.html#document-user-guide/datanode). #### Start ObjectNode[¶](#start-objectnode "Permalink to this headline") ``` nohup ./cfs-server -c objectnode.json & ``` Sample *objectnode.json is* shown as follows, ``` { "role": "objectnode", "domains": [ "object.cfs.local" ], "listen": 17410, "masterAddr": [ "10.196.59.198:17010", "10.196.59.199:17010", "10.196.59.200:17010" ], "logLevel": "info", "logDir": "/cfs/Logs/objectnode" } ``` For detailed explanations of *objectnode.json*, please refer to [Object Subsystem (ObjectNode)](index.html#document-user-guide/objectnode). #### Start Console[¶](#start-console "Permalink to this headline") ``` nohup ./cfs-server -c console.json & ``` Sample *console.json is* shown as follows, ``` { "role": "console", "logDir": "/cfs/log/", "logLevel": "debug", "listen": "80", "masterAddr": [ "192.168.0.11:17010", "192.168.0.12:17010", "192.168.0.13:17010" ], "objectNodeDomain": "object.chubao.io", "monitor\_addr": "http://192.168.0.102:9090", "dashboard\_addr": "http://192.168.0.103", "monitor\_app": "cfs", "monitor\_cluster": "cfs" } ``` For detailed explanations of *console.json*, please refer to [Console](index.html#document-user-guide/console). #### Create Volume[¶](#create-volume "Permalink to this headline") By default, there are only a few data partitions allocated upon volume creation, and will be dynamically expanded according to actual usage. ``` curl -v "http://10.196.59.198:17010/admin/createVol?name=test&capacity=10000&owner=cfs" ``` For performance evaluation, extra data partitions shall be pre-created according to the amount of data nodes and disks to reach maximum performance. ``` curl -v "http://10.196.59.198:17010/dataPartition/create?name=test&count=120" ``` ### Mount Client[¶](#mount-client "Permalink to this headline") 1. Run `modprobe fuse` to insert FUSE kernel module. 2. Run `yum install -y fuse` to install libfuse. 3. Run `cfs-client -c fuse.json` to start a client daemon. Sample *fuse.json* is shown as follows, ``` { "mountPoint": "/cfs/mountpoint", "volName": "ltptest", "owner": "ltptest", "masterAddr": "10.196.59.198:17010,10.196.59.199:17010,10.196.59.200:17010", "logDir": "/cfs/client/log", "profPort": "17510", "exporterPort": "9504", "logLevel": "info" } ``` For detailed explanations of *fuse.json*, please refer to [Client](index.html#document-user-guide/client). Note that end user can start more than one client on a single machine, as long as mountpoints are different. ### Upgrading[¶](#upgrading "Permalink to this headline") 1. freeze the cluster ``` curl -v "http://10.196.59.198:17010/cluster/freeze?enable=true" ``` 2. upgrade each module 3. closed freeze flag ``` curl -v "http://10.196.59.198:17010/cluster/freeze?enable=false" ``` Resource Manager (Master)[¶](#resource-manager-master "Permalink to this headline") ----------------------------------------------------------------------------------- The resource manager manages the file system by processing different types of tasks, such as creating/deleting/updating/loading partitions and keeping track of the resource status (such as the memory/disk utilization). The resource manager is also responsible for creating new volumes and adding new meta/data nodes to the ChubaoFS cluster. It has multiple replicas, among which the consistency is maintained by a consensus algorithm such as Raft, and persisted to a key value store such as RocksDB for backup and recovery. ### Utilization-Based Distribution/Placement[¶](#utilization-based-distribution-placement "Permalink to this headline") The resource manager is a utilization-based distribution strategy to places the file metadata and contents across different meta and data nodes. Because each node can have multiple partitions, and the partitions in a volume do not need to reside on the same node, this distribution can be controlled at a finer granularity, resulting a more efficient resource management. Specifically, the distribution of file metadata and contents works follows: First, when mounting a volume, the client asks the resource manager for a set of available meta and data partitions. These partitions are usually the ones on the nodes with the lowest memory/disk utilizations. Later on, when writing a file, the client can only choose the meta and data partitions in a random fashion from the ones allocated by the resource manager. Second, when the resource manager finds that all the partitions in a volume is about to be full, it automatically adds a set of new partitions to this volume. These partitions are usually the ones on the nodes with the lowest memory/disk utilizations. Note that, when a partition is full, or a threshold (i.e., the number of files on a meta partition or the number of extents on a data partition) is reached, no new data can be stored on this partition, although it can still be modified or deleted. ### Replica Placement[¶](#replica-placement "Permalink to this headline") When choosing partitions for the replicas, the resource manager ensures that two replicas of the same partition never reside on the same node. ### Meta Partition Splitting[¶](#meta-partition-splitting "Permalink to this headline") There is a special requirement when splitting a meta partition. In particular, if a meta partition is about to reach its upper limit of the number of stored inodes and dentries, a splitting task needs to be performed with the requirement to ensure that the inode ids stored at the newly created partition are unique from the ones stored at the original partition. To meet this requirement, when splitting a meta partition, the resource manager cuts off the inode range of the meta partition in advance at a upper bound *end*, a value greater than highest inode id used so far (denoted as *maxInodeID*), and sends a split request to the meta node to (1) update the inode range from *1* to *end* for the original meta partition, and (2) create a new meta partition with the inode range from *end + 1* to *infinity* for this volume. As a result, the inode range for these two meta partitions becomes *[1, end]* and *[end + 1, infinity]*, respectively. If there is another file needs to be created, then its inode id will be chosen as *maxInodeID + 1* in the original meta partition, or *end + 1* in the newly created meta partition. The *maxInodeID* of each meta partition can be obtained by the periodical communication between the resource manager and the the meta nodes. ### Exception Handling[¶](#exception-handling "Permalink to this headline") When a request to a meta/data partition times out (e.g., due to network outage), the remaining replicas of this partition are marked as read-only. When a meta/data partition is no longer available (e.g., due to hardware failures), all the data on this partition will eventually be migrated to a new available partition manually. This unavailability is identified by the multiple failures reported by the node when operating the files. Metadata Subsystem[¶](#metadata-subsystem "Permalink to this headline") ----------------------------------------------------------------------- The metadata operations could make up as much as half of typical file system workloads. this can be important as there could be heavy accesses to the metadata of files by tens of thousands of clients simultaneously. A single node that stores the file metadata could easily become the performance/storage bottleneck. As a result, we employ a distributed metadata subsystem to manage the file metadata. In this way, the metadata requests from different clients can be forwarded to different nodes, which improves the scalability of the entire system. ### Internal Structure[¶](#internal-structure "Permalink to this headline") The metadata subsystem can be considered as an in-memory datastore of the file metadata. It can have thousands of meta nodes, each of which can have a set of meta partitions. Each meta partition on a meta node stores the file metadata in memory by maintaining a set of *inodes* and a set of *dentries*. Generally speaking, An inode is an object that represents the underlying file (or directory), and can be identified by an unsigned 64-bit integer called the *inode id*. A dentry is an object that represents the directory hierarchy and can be identified by a string name and the id of the parent inode. For example, if we have two directories *foo* and *bar*, where *foo* is the parent directory of *bar*, then there are two inodes: one for *foo* called *i1*, and the other for *bar* called *i2*, and one dentry to represent the hierarchy of these two directories where *i2* is the current inode and *i1* is the parent inode. A meta partition can only store the inodes and dentries of the files from the same volume. We employ two b-trees called *inodeTree* and *dentryTree* for fast lookup of inodes and dentries in the memory. The *inodeTree* is indexed by the inode id, and the *dentryTree* is indexed by the dentry name and the parent inode id. We also maintain a range of the inode ids (denoted as *start* and *end*) stored on a meta partition for splitting (see [Resource Manager (Master)](index.html#document-design/master)). ### Replication[¶](#replication "Permalink to this headline") The replication during file write is performed in terms of meta partitions. The replication consistency is ensured by a revision of the Raft consensus protocol called the MultiRaft, which has the advantage of reduced heartbeat network traffic comparing to the original version. ### Failure Recovery[¶](#failure-recovery "Permalink to this headline") The in-memory meta partitions are persisted to the local disk by snapshots and logs for backup and recovery. Some techniques such as log compaction are used to reduce the log files sizes and shorten the recovery time. It is worth noting that, a failure that happens during a metadata operation could result an *orphan* inode with which has no dentry to be associated. The memory and disk space occupied by this inode can be hard to free. To minimize the chance of this case to happen, the client always issues a retry after a failure until the request succeeds or the maximum retry limit is reached. Data Subsystem[¶](#data-subsystem "Permalink to this headline") --------------------------------------------------------------- The data subsystem is optimized for the storage of large and small files, which can be accessed in a sequential or random fashion. ![Data Subsystem Architecture](_images/data-subsystem.png) ### Features[¶](#features "Permalink to this headline") * Large File Storage For large files, the contents are stored as a sequence of one or multiple extents, which can be distributed across different data partitions on different data nodes. Writing a new file to the extent store always causes the data to be written at the zero-offset of a new extent, which eliminates the need for the offset within the extent. The last extent of a file does not need to fill up its size limit by padding (i.e., the extent does not have holes), and never stores the data from other files. * Small File Storage The contents of multiple small files are aggregated and stored in a single extent, and the physical offset of each file content in the extent is recorded in the corresponding meta node. ChubaoFS relies on the punch hole interface, textit{fallocate()}footnote{url{<http://man7.org/linux/man-pages/man2/fallocate.2.html>}}, to textit{asynchronous} free the disk space occupied by the to-be-deleted file. The advantage of this design is to eliminate the need of implementing a garbage collection mechanism and therefore avoid to employ a mapping from logical offset to physical offset in an extent~cite{haystack}. Note that this is different from deleting large files, where the extents of the file can be removed directly from the disk. * Replication The replication is performed in terms of partitions during file writes. Depending on the file write pattern, ChubaoFS adopts different replication strategies. When a file is sequentially written into ChubaoFS, a primary-backup replication protocol is used to ensure the strong consistency with optimized IO throughput. ![_images/workflow-sequential-write.png](_images/workflow-sequential-write.png) When overwriting an existing file portion during random writes, we employ a MultiRaft-based replication protocol, which is similar to the one used in the metadata subsystem, to ensure the strong consistency. ![_images/workflow-overwriting.png](_images/workflow-overwriting.png) * Failure Recovery Because of the existence of two different replication protocols, when a failure on a replica is discovered, we first start the recovery process in the primary-backup-based replication by checking the length of each extent and making all extents aligned. Once this processed is finished, we then start the recovery process in our MultiRaft-based replication. ### HTTP APIs[¶](#http-apis "Permalink to this headline") | API | Method | Parameters | Description | | --- | --- | --- | --- | | /disks | GET | N/A | Get disk list and informations. | | /partitions | GET | N/A | Get parttion list and infomartions. | | /partition | GET | partitionId[int] | Get detail of specified partition. | | /extent | GET | partitionId[int]&extentId[int] | Get extent informations. | | /stats | GET | N/A | Get status of the datanode. | Object Subsystem (ObjectNode)[¶](#object-subsystem-objectnode "Permalink to this headline") ------------------------------------------------------------------------------------------- The object subsystem provides S3-compatible object storage interface. It makes possible for ChubaoFS becomes a fusion storage that expose two type interface (POSIX and S3-compatible). So that user can operate files stored in ChubaoFS by using native Amazon S3 SDKs. ### Structure[¶](#structure "Permalink to this headline") > > ![_images/cfs-object-subsystem-structure.png](_images/cfs-object-subsystem-structure.png) > The ObjectNode is a functional subsystem node. It fetch volume view (volume topology) on demand from Resource Manager (Master). Each ObjectNode communicate with metadata subsystem (MetaNode) and data subsystem (DataNode) directly. ObjectNode is stateless design with high scalability and it have ability to operate all files stored in the ChubaoFS cluster which it belong to directly without any volume-mount operation. ### Features[¶](#features "Permalink to this headline") * Provides object storage interface compatible with native Amazon S3 SDKs. * Fusion storage expose two type interface (POSIX and S3-compatible). * Stateless and high scalability ### Semantic Transform[¶](#semantic-transform "Permalink to this headline") Based on our POSIX-compatible design. Every file operate request comes from object storage interface need to be made semantic transform to POSIX. | POSIX | Object Storage | | --- | --- | | `Cluster` | `Region` | | `Volume` | `Bucket` | | `Path` | `Key` | **Example:** > > > > > > ![_images/cfs-object-subsystem-semantic.png](_images/cfs-object-subsystem-semantic.png) > > > > > Put object ‘*example/a/b.txt*’ will be create and write data to file ‘*/a/b.txt*’ in volume ‘*example*’. > > > ### User[¶](#user "Permalink to this headline") Before using the object storage service, you need to create a user through the Master. While creating users, *AccessKey* and *SecretKey* will be generated for each user. ChubaoFS uses the field **Owner** of the volume as the user ID. There are two ways to create users: * When creating a volume through the API of the Master, if there is no user with the same name as the owner of the volume in the cluster, a user with the user ID of Owner will be automatically created. * Create a user by calling the user management API of the Master. ### Authentication[¶](#authentication "Permalink to this headline") The signature validation algorithm in object storage interface is fully compatible with native Amazon S3 service. The authentication consisting of *AccessKey* and *SecretKey* generated by Resource Manager (Master) with user creation, which can be obtained through the Master API. The *AccessKey* is a 16-character string unique in the entire ChubaoFS cluster. The user has all access permissions to the volume owned by him. Users can grant other users specified permissions to access volumes under their own names. The permissions are divided into the following three categories: * Readonly or readwrite permission. * Permission for a single operation, such as *GetObject*, *PutObject*, etc. * Custom permission. When a user uses the object storage service to execute a certain operation, ChubaoFS will identify whether the user has the corresponding permission. ### Invisible Temporary Data[¶](#invisible-temporary-data "Permalink to this headline") In order to make write operation in object storage interface atomically. Every write operation will create and write data to an invisible temporary. The volume operator in ObjectNode puts file data into temporary which only have ‘**inode**’ without ‘**dentry**’ in metadata. When all the file data stored successfully, the volume operator create or update ‘**dentry**’ in metadata makes it visible to users. ### Object Mode Conflict (Important)[¶](#object-mode-conflict-important "Permalink to this headline") The POSIX and object storage are two different types of storage product, and the object storage is a Key-Value pair storage service. So that the object with key ‘*a/b/c*’ and the object with key ‘*a/b*’ are different object without any conflict. But ChubaoFS is based on POSIX design. According to semantic transformation rule, the ‘*b*’ part in key ‘*a/b/c*’ transform to folder ‘*b*’ under the folder ‘*a*’ , and in key ‘*a/b*’ transform to file ‘*b*’ under the folder ‘*a*’. The object key like this is conflict in ChubaoFS. When the object being operated has conflicts with the existing object due to the above mode inconsistency, the ObjectNode will return a `409` status code to the client. ### Supported S3 Features[¶](#supported-s3-features "Permalink to this headline") * File object operations. * Directory object operations. * Multipart upload. * Parallel download for high-level SDK APIs. * Tagging for bucket and object. * User-defined metadata for object. * IP address and network segment black and white list for bucket ACL. * Signature Algorithm V2 and V4. * Cross-Origin Resource Sharing (CORS). ### Unsupported S3 Features[¶](#unsupported-s3-features "Permalink to this headline") * Version * Restore deleted objects * Locking objects * Lifecycle configuration for bucket and object. * Hosting Websites * Encryption * BitTorrent ### Supported APIs[¶](#supported-apis "Permalink to this headline") | API | Reference | | --- | --- | | `AbortMultipartUpload` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html> | | `CompleteMultipartUpload` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_CompleteMultipartUpload.html> | | `CopyObject` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html> | | `CreateBucket` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html> | | `CreateMultipartUpload` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html> | | `DeleteBucket` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html> | | `DeleteBucketCors` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketCors.html> | | `DeleteBucketPolicy` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketPolicy.html> | | `DeleteBucketTagging` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html> | | `DeleteObject` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html> | | `DeleteObjects` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html> | | `DeleteObjectTagging` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjectTagging.html> | | `GetBucketAcl` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAcl.html> | | `GetBucketCors` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketCors.html> | | `GetBucketLocation` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLocation.html> | | `GetBucketPolicy` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketPolicy.html> | | `GetBucketTagging` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html> | | `GetObject` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html> | | `GetObjectAcl` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html> | | `GetObjectTagging` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectTagging.html> | | `HeadBucket` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html> | | `HeadObject` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadObject.html> | | `ListBuckets` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html> | | `ListMultipartUploads` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html> | | `ListObjects` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html> | | `ListObjectsV2` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html> | | `ListParts` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html> | | `PutBucketAcl` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAcl.html> | | `PutBucketCors` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketCors.html> | | `PutBucketPolicy` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketPolicy.html> | | `PutBucketTagging` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html> | | `PutObject` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html> | | `PutObjectAcl` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectAcl.html> | | `PutObjectTagging` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html> | | `UploadPart` | <https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html> | ### Supported SDKs[¶](#supported-sdks "Permalink to this headline") Object Node provides S3-compatible object storage interface, so that you can operate files by using native Amazon S3 SDKs. | Name | Language | Link | | --- | --- | --- | | AWS SDK for Java | `Java` | <https://aws.amazon.com/sdk-for-java/> | | AWS SDK for JavaScript | `JavaScript` | <https://aws.amazon.com/sdk-for-browser/> | | AWS SDK for JavaScript in Node.js | `JavaScript` | <https://aws.amazon.com/sdk-for-node-js/> | | AWS SDK for Go | `Go` | <https://docs.aws.amazon.com/sdk-for-go/> | | AWS SDK for PHP | `PHP` | <https://aws.amazon.com/sdk-for-php/> | | AWS SDK for Ruby | `Ruby` | <https://aws.amazon.com/sdk-for-ruby/> | | AWS SDK for .NET | `.NET` | <https://aws.amazon.com/sdk-for-net/> | | AWS SDK for C++ | `C++` | <https://aws.amazon.com/sdk-for-cpp/> | | Boto3 | `Python` | <http://boto.cloudhackers.com> | Client[¶](#client "Permalink to this headline") ----------------------------------------------- The client runs on each container executing application code and exposes a file system interface to applications and can access a mounted volume via a user-space file system interface such as FUSE. ### Client Caching[¶](#client-caching "Permalink to this headline") The client process runs entirely in the user space with its own cache, which has been used in the following cases. To reduce the communication with the resource manager, the client caches the addresses of the available meta and data partitions assigned to the mounted volume, which can be obtained at the startup, and periodically synchronizes this available partitions with the resource manager. To reduce the communication with the meta nodes, the client also caches the returned inodes and dentries when creating new files, as well as the data partition id, the extent id and the offset, after the file has been written to the data node successfully. When a file is opened for read/write, the client will force the cache metadata to be synchronous with the meta node. To reduce the communication with the data nodes, the client caches the most recently identified leader. Our observation is that, when reading a file, the client may not know which data node is the current leader because the leader could change after a failure recovery. As a result, the client may try to send the read request to each replica one by one until a leader is identified. However, since the leader does not change frequently, by caching the last identified leader, the client can have minimized number of retries in most cases. ### Integration with FUSE[¶](#integration-with-fuse "Permalink to this headline") The ChubaoFS client has been integrated with FUSE to provide a file system interface in the user space. In the past, low performance is considered the main disadvantage of such user-space file systems. But over the years, FUSE has made several improvement on its performance such as multithreading and write-back cache. In the future, we plan to develop our own POSIX-compliant file system interface in the kernel space to completely eliminate the overhead from FUSE. Currently the write-back cache feature does not work well in ChubaoFS due to the following reason. The default write behavior of FUSE is called directIO, which bypasses the kernel’s page cache. This results in performance problems on writing small files as each write pushes the file data to the user daemon. The solution FUSE implemented was to make the page cache support a write-back policy that aggregates small data first, and then make writes asynchronous. With that change, file data can be pushed to the user daemon in larger blobs at a time. However, in real production, we found that the write-back cache is not very useful, because a write operation usually invoke another process that tries to balance the dirty pages (pages in the main memory that have been modified during writing data to disk are marked as “dirty” and have to be flushed to disk before they can be freed), which incurs extra overhead. This overhead becomes more obvious when small files are continuously written through FUSE. Resource Manager (Master)[¶](#resource-manager-master "Permalink to this headline") ----------------------------------------------------------------------------------- The cluster contains dataNodes,metaNodes,vols,dataPartitions and metaPartitions,they are managed by master server. The master server caches the metadata in mem,persist to GoLevelDB,and ensure consistence by raft protocol. The master server manages dataPartition id to dataNode server mapping,metaPartition id to metaNode server mapping. At lease 3 master nodes are required in respect to high availability. ### Features[¶](#features "Permalink to this headline") * Multi-tenant, Resource Isolation * dataNodes,metaNodes shared,vol owns dataPartition and metaPartition exclusive * Asynchronous communication with dataNode and metaNode ### Configurations[¶](#configurations "Permalink to this headline") ChubaoFS use **JSON** as configuration file format. Properties :header: “Key”, “Type”, “Description”, “Mandatory”[¶](#id1 "Permalink to this table") | role | string | Role of process and must be set to master | Yes | | ip | string | host ip | Yes | | listen | string | Http port which api service listen on | Yes | | prof | string | golang pprof port | Yes | | id | string | identy different master node | Yes | | peers | string | the member information of raft group | Yes | | logDir | string | Path for log file storage | Yes | | logLevel | string | Level operation for logging. Default is *error*. | No | | retainLogs | string | the number of raft logs will be retain. | Yes | | walDir | string | Path for raft log file storage. | Yes | | storeDir | string | Path for RocksDB file storage,path must be exist | Yes | | clusterName | string | The cluster identifier | Yes | | exporterPort | int | The prometheus exporter port | No | | consulAddr | string | The consul register addr for prometheus exporter | No | | metaNodeReservedMem | string | If the metanode memory is below this value, it will be marked as read-only. Unit: byte. 1073741824 by default. | No | | heartbeatPort | string | Raft heartbeat port,5901 by default | No | | replicaPort | string | Raft replica Port,5902 by default | No | | nodeSetCap | string | the capacity of node set,18 by default | No | | missingDataPartitionInterval | string | how much time it has not received the heartbeat of replica,the replica is considered missing ,24 hours by default | No | | dataPartitionTimeOutSec | string | how much time it has not received the heartbeat of replica, the replica is considered not alive ,10 minutes by default | No | | numberOfDataPartitionsToLoad | string | the maximum number of partitions to check at a time,40 by default | No | | secondsToFreeDataPartitionAfterLoad | string | the task that release the memory occupied by loading data partition task can be start, only after secondsToFreeDataPartitionAfterLoad seconds ,300 by default | No | | tickInterval | string | the interval of timer which check heartbeat and election timeout,500 ms by default | No | | electionTick | string | how many times the tick timer has reset,the election is timeout,5 by default | No | **Example:** ``` { "role": "master", "id":"1", "ip": "10.196.59.198", "listen": "17010", "prof":"17020", "peers": "1:10.196.59.198:17010,2:10.196.59.199:17010,3:10.196.59.200:17010", "retainLogs":"20000", "logDir": "/cfs/master/log", "logLevel":"info", "walDir":"/cfs/master/data/wal", "storeDir":"/cfs/master/data/store", "exporterPort": 9500, "consulAddr": "http://consul.prometheus-cfs.local", "clusterName":"chubaofs01", "metaNodeReservedMem": "1073741824" } ``` ### Start Service[¶](#start-service "Permalink to this headline") ``` nohup ./master -c config.json > nohup.out & ``` Meta Subsystem[¶](#meta-subsystem "Permalink to this headline") --------------------------------------------------------------- Metanode is the manager of meta partitions and replicated by MultiRaft. Each metanode manages various of partitions. Each partition covers an inode range, and maintains two in-memory btrees: inode btree and dentry btree. At lease 3 meta nodes are required in respect to high availability. Properties[¶](#id1 "Permalink to this table") | Key | Type | Description | Mandatory | | | --- | --- | --- | --- | --- | | role | string | Role of process and must be set to *metanode* | Yes | | | listen | string | Listen and accept port of the server | Yes | | | prof | string | Pprof port | Yes | | | localIP | string | IP of network to be choose | No. If not specified, the ip address used to communicate with the master is used. | | | logLevel | string | Level operation for logging. Default is *error* | No | | | metadataDir | string | MetaNode store snapshot directory | Yes | | | logDir | string | Log directory | Yes | | | raftDir | string | Raft wal directory | Yes | | | raftHeartbeatPort | string | Raft heartbeat port | Yes | | | raftReplicaPort | string | Raft replicate port | Yes | | | consulAddr | string | Addresses of monitor system | No | | | exporterPort | string | Port for monitor system | No | | | masterAddr | string | Addresses of master server | Yes | | | zoneName | string | Specified zone. `default` by default. | No | | | totalMem | string | Max memory metadata used. The value needs to be higher than the value of *metaNodeReservedMem* in the master configuration. Unit: byte | Yes | | | deleteBatchCount | int64 | when deleting inodes, how many are deleted at a time ,500 by default | No | | Example: ``` { "role": "metanode", "listen": "17210", "prof": "17220", "logLevel": "debug", "metadataDir": "/cfs/metanode/data/meta", "logDir": "/cfs/metanode/log", "raftDir": "/cfs/metanode/data/raft", "raftHeartbeatPort": "17230", "raftReplicaPort": "17240", "consulAddr": "http://consul.prometheus-cfs.local", "exporterPort": 9501, "totalMem": "8589934592", "masterAddr": [ "10.196.59.198:17010", "10.196.59.199:17010", "10.196.59.200:17010" ] } ``` ### Notice[¶](#notice "Permalink to this headline") > > * listen, raftHeartbeatPort, raftReplicaPort can’t be modified after boot startup first time; > * Above config would be stored under directory raftDir in constcfg file. If need modified forcely,you must delete this file manually; > * These configuration items associated with master’s metanode infomation . If they have been modified, master would’t be found old metanode; > > > Data Subsystem[¶](#data-subsystem "Permalink to this headline") --------------------------------------------------------------- ### How To Start DataNode[¶](#how-to-start-datanode "Permalink to this headline") Start a DataNode process by execute the server binary of ChubaoFS you built with `-c` argument and specify configuration file. At least 4 data nodes are required in respect to high availability. ``` nohup cfs-server -c datanode.json & ``` ### Configurations[¶](#configurations "Permalink to this headline") Properties[¶](#id1 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | role | string | Role of process and must be set to *datanode* | Yes | | listen | string | Port of TCP network to be listen | Yes | | localIP | string | IP of network to be choose | No,If not specified, the ip address used to communicate with the master is used. | | prof | string | Port of HTTP based prof and api service | Yes | | logDir | string | Path for log file storage | Yes | | logLevel | string | Level operation for logging. Default is *error* | No | | raftHeartbeat | string | Port of raft heartbeat TCP network to be listen | Yes | | raftReplica | string | Port of raft replicate TCP network to be listen | Yes | | raftDir | string | Path for raft log file storage | No | | consulAddr | string | Addresses of monitor system | No | | exporterPort | string | Port for monitor system | No | | masterAddr | string slice | Addresses of master server | Yes | | zoneName | string | Specified zone. `default` by default. | No | | disks | string slice | Format: *PATH:RETAIN*. PATH: Disk mount point. RETAIN: Retain space. (Ranges: 20G-50G.) | Yes | **Example:** ``` { "role": "datanode", "listen": "17310", "prof": "17320", "logDir": "/cfs/datanode/log", "logLevel": "info", "raftHeartbeat": "17330", "raftReplica": "17340", "raftDir": "/cfs/datanode/log", "consulAddr": "http://consul.prometheus-cfs.local", "exporterPort": 9502, "masterAddr": [ "10.196.59.198:17010", "10.196.59.199:17010", "10.196.59.200:17010" ], "disks": [ "/data0:10737418240", "/data1:10737418240" ] } ``` ### Notice[¶](#notice "Permalink to this headline") > > * Since datanode uses **SEEK\_HOLE** and **SEEK\_DATA** operations which is supported by XFS (since Linux 3.5) and ext4 (since Linux 3.8), users should pay attention to the Linux kernel version on which datanodes are deployed. > * listen, raftHeartbeat, raftReplica can’t be modified after boot startup first time. > * Above config would be stored under directory raftDir in constcfg file. If need modified forcely, you must delete this file manually. > * These configuration items associated with master’s datanode infomation. If they have been modified, master would’t be found old datanode. > > > Object Subsystem (ObjectNode)[¶](#object-subsystem-objectnode "Permalink to this headline") ------------------------------------------------------------------------------------------- ### How To start ObjectNode[¶](#how-to-start-objectnode "Permalink to this headline") Start a ObjectNode process by execute the server binary of ChubaoFS you built with `-c` argument and specify configuration file. ``` nohup cfs-server -c objectnode.json & ``` *Note: If you do not intend to use the object storage service, you do not need to start the ObjectNode.* ### Configurations[¶](#configurations "Permalink to this headline") Object Node using JSON format configuration file. **Properties** | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | role | string | Role of process and must be set to `objectnode` | Yes | | listen | string | Listen and accept port of the server | Yes | | domains | string slice | Domain of S3-like interface which makes wildcard domain support Format: `DOMAIN` | No | | logDir | string | Log directory | Yes | | logLevel | string | Level operation for logging. Default: `error` | No | | masterAddr | string slice | Format: `HOST:PORT`. HOST: Hostname, domain or IP address of master (resource manager). PORT: port number which listened by this master | Yes | | authNodes | string slice | Format: *HOST:PORT*. HOST: Hostname, domain or IP address of AuthNode. PORT: port number which listened by this AuthNode | Yes | | exporterPort | string | Port for monitor system | No | | prof | string | Pprof port | Yes | **Example:** ``` { "role": "objectnode", "listen": "17410", "domains": [ "object.cfs.local" ], "logDir": "/cfs/Logs/objectnode", "logLevel": "info", "masterAddr": [ "10.196.59.198:17010", "10.196.59.199:17010", "10.196.59.200:17010" ], "exporterPort": 9503, "prof": "7013" } ``` ### Fetch Authentication Keys[¶](#fetch-authentication-keys "Permalink to this headline") First, you need create a user through **User API**, and then get keys information. Refer to [User](index.html#document-admin-api/master/user). You can also use Command Line Interface (CLI) tool to create and get user’s AccessKey and SecretKey: ``` $ cli user create [USER_ID] $ cli user info [USER_ID] ``` ### Using Object Storage Interface[¶](#using-object-storage-interface "Permalink to this headline") Object Subsystem (ObjectNode) provides S3-compatible object storage interface, so that you can operate files by using native Amazon S3 SDKs. For detail about list of supported APIs, see **Supported S3-compatible APIs** at [Object Subsystem (ObjectNode)](index.html#document-design/objectnode) For detail about list of supported SDKs, see **Supported SDKs** at [Object Subsystem (ObjectNode)](index.html#document-design/objectnode) #### Using S3cmd[¶](#using-s3cmd "Permalink to this headline") Use s3cmd to access the ObjectNode deployed locally. **Installation** Install the `s3cmd` from <https://s3tools.org/s3cmd> . **Configuration** Edit s3cmd configuration file `$HOME/.s3cfg` ``` host\_base = 127.0.0.1 host\_bucket = 127.0.0.1 use\_https = False access\_key = YOUR_ACCESS_KEY secret\_key = YOUR_SECRET_KEY ``` **Example: making a bucket (volume)** ``` s3cmd mb s3://my_volume Bucket 's3://my\_volume/' created ``` **Example: uploading an local file to ChubaoFS** ``` s3cmd put data.dat s3://my_volume upload: 'data.dat' -> 's3://my\_volume/data.dat' ``` **Example: listing buckets (volumes)** ``` s3cmd ls 2020-05-10 15:29 s3://my_volume ``` **Example: listing files stored in a ChubaoFS volume** ``` s3cmd ls s3://my_volume DIR s3://my_volume/backup/ 2020-05-10 15:31 10485760 s3://my_volume/data.dat 2020005-10 15:33 10 s3://my_volume/hello.txt ``` **Example: deleting file stored in a ChubaoFS volume** ``` s3cmd rm s3://my_volume/data.dat delete: 's3://my\_volume/data.dat' ``` Detail usage for `s3cmd` see <https://s3tools.org/usage> . #### Using AWS Java SDK[¶](#using-aws-java-sdk "Permalink to this headline") Use AWS Java SDK to access the ObjectNode deployed locally. **Install by Maven:** ``` <dependency> <groupId>software.amazon.awssdk</groupId> <artifactId>s3</artifactId> <version>2.10.71</version> </dependency> ``` **Example: uploading file to ChubaoFS volume (PutObject)** ``` Regions clientRegion = Region.of("\*\*\* Region name \*\*\*"); // Setup region (the cluster name) String endpoint = "http://127.0.0.1"; // Setup endpoint String accessKey = "\*\*\* Access Key \*\*\*"; // Setup AccessKey String secretKey = "\*\*\* Secret Key \*\*\*"; // Setup SecretKey String bucketName = "\*\*\* Bucket name \*\*\*"; // Setup target bucket (ChubaoFS Volume) String objectKey = "\*\*\* File object key name \*\*\*"; // Setup object key []byte data = "\*\*\* Example File Data as String \*\*".getBytes(); try { // Setup credential AwsCredentialsProvider credentialsProvider = StaticCredentialsProvider.create(AwsBasicCredentials.create(accessKey, secretKey)); // Init S3 client S3Configuration configuration = S3Configuration.builder() .chunkedEncodingEnabled(true) .build(); S3Client client = S3Client.builder() .region(region) .credentialsProvider(credentialsProvider) .endpointOverride(URI.create(endpoint)) .serviceConfiguration(configuration) .build(); // Upload file PutObjectRequest request = PutObjectRequest.builder() .bucket(bucketName) .key(objectKey) .build(); RequestBody body = RequestBody.fromBytes(data); s3Client.putObject(request, body) } catch (Exception e) { e.printStackTrace(); } ``` **Example: downloading file stored in ChubaoFS volume (GetObject)** ``` Regions clientRegion = Region.of("\*\*\* Region name \*\*\*"); // Setup region String endpoint = "http://127.0.0.1"; // Setup endpoint String accessKey = "\*\*\* Access Key \*\*\*"; // Setup AccessKey String secretKey = "\*\*\* Secret Key \*\*\*"; // Setup SecretKey String bucketName = "\*\*\* Bucket name \*\*\*"; // Setup target bucket (ChubaoFS Volume) String objectKey = "\*\*\* File object key name \*\*\*"; // Setup object key try { // Setup credential AwsCredentialsProvider credentialsProvider = StaticCredentialsProvider.create(AwsBasicCredentials.create(accessKey, secretKey)); // Init S3 client S3Configuration configuration = S3Configuration.builder() .chunkedEncodingEnabled(true) .build(); S3Client client = S3Client.builder() .region(region) .credentialsProvider(credentialsProvider) .endpointOverride(URI.create(endpoint)) .serviceConfiguration(configuration) .build(); // Get file data GetObjectRequest request = GetObjectRequest.builder() .bucket(bucketName) .key(objectKey) .build(); InputStream is = s3Client.getObject(request) while (true) { if (is.read() == -1) { break } } } catch (Exception e) { e.printStackTrace(); } ``` #### Using AWS Python SDK (Boto3)[¶](#using-aws-python-sdk-boto3 "Permalink to this headline") Use AWS Python SDK (Boto3) to access the ObjectNode deployed locally. **Install Boto3 by PIP:** ``` $ pip install boto3 ``` **Example: uploading file to ChubaoFS volume (PutObject)** ``` import boto3 endpoint = " \*\* endpoint url \*\* " # example: http://127.0.0.1 region\_name = " \*\* region name \*\* " access\_key = " \*\* your access key \*\* " # your access key secret\_key = " \*\* your secret key \*\* " # your secret key bucket = " \*\* your bucket (volume) \*\* " # your volume name key = " \*\* your object key (file path in CFS) \*\* " # your object name def put\_file(): session = boto3.Session( aws\_access\_key\_id=access\_key, aws\_secret\_access\_key=secret\_key) client = session.client(service\_name="s3", region\_name=region\_name, endpoint\_url=endpoint) client.put\_object(Bucket=bucket, Key=key, Body=bytes("hello world")) ``` **Example: downloading file stored in ChubaoFS volume (GetObject)** ``` import boto3 endpoint = " \*\* endpoint url \*\* " # example: http://127.0.0.1 region\_name = " \*\* region name \*\* " access\_key = " \*\* your access key \*\* " # your access key secret\_key = " \*\* your secret key \*\* " # your secret key bucket = " \*\* your bucket (volume) \*\* " # your volume name key = " \*\* your object key (file path in CFS) \*\* " # your object name def get\_file(): session = boto3.Session( aws\_access\_key\_id=access\_key, aws\_secret\_access\_key=secret\_key) client = session.client(service\_name="s3", region\_name=region\_name, endpoint\_url=endpoint) result = client.get\_object(Bucket=bucket, Key=key) print(result["Body"].read()) ``` Console[¶](#console "Permalink to this headline") ------------------------------------------------- ### How To Start Console[¶](#how-to-start-console "Permalink to this headline") Start a Console process by execute the server binary of ChubaoFS you built with `-c` argument and specify configuration file. ``` nohup cfs-server -c console.json & ``` ### Configurations[¶](#configurations "Permalink to this headline") Properties[¶](#id1 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | role | string | Role of process and must be set to *console* | Yes | | logDir | string | Path for log file storage | Yes | | logLevel | string | Level operation for logging. Default is *error* | No | | listen | string | Port of TCP network to be listen, default is 80 | Yes | | masterAddr | string slice | Addresses of master server | Yes | | objectNodeDomain | string | object domain for sign url for down | Yes | | monitor\_addr | string | Prometheus the address | Yes | | dashboard\_addr | string | console menu forward to Grafana | Yes | | monitor\_app | string | the tag for monitor, it same as master config | Yes | | monitor\_cluster | string | the tag for monitor, it same as master config | Yes | **Example:** ``` { "role": "console", "logDir": "/cfs/log/", "logLevel": "debug", "listen": "80", "masterAddr": [ "192.168.0.11:17010", "192.168.0.12:17010", "192.168.0.13:17010" ], "monitor\_addr": "http://192.168.0.102:9090", "dashboard\_addr": "http://grafana.chubao.io", "monitor\_app": "cfs", "monitor\_cluster": "spark" } ``` ### Notice[¶](#notice "Permalink to this headline") > > * add 127.0.0.1 console.chubao.io grafana.chubao.io in /etc/hosts > * you can visit it by http://127.0.0.1:80 > * in console default user is root default password is ChubaoFSRoot > * If you are upgrading your ChubaoFS from v2.0.0 or earlier version, the password may not be compatible, you can use curl -H “Content-Type:application/json” -X POST –data ‘{“id”:”testuser”,”pwd”:”12345”,”type”:2}’ “http://10.196.59.198:17010/user/create” to create new user to use it > > > Client[¶](#client "Permalink to this headline") ----------------------------------------------- ### Prerequisite[¶](#prerequisite "Permalink to this headline") Insert FUSE kernel module and install libfuse. ``` modprobe fuse yum install -y fuse ``` ### Prepare Config File[¶](#prepare-config-file "Permalink to this headline") fuse.json ``` { "mountPoint": "/cfs/mountpoint", "volName": "ltptest", "owner": "ltptest", "masterAddr": "10.196.59.198:17010,10.196.59.199:17010,10.196.59.200:17010", "logDir": "/cfs/client/log", "logLevel": "info", "profPort": "27510" } ``` Supported Configurations[¶](#id1 "Permalink to this table") | Name | Type | Description | Mandatory | | --- | --- | --- | --- | | mountPoint | string | Mount point | Yes | | volName | string | Volume name | Yes | | owner | string | Owner name as authentication | Yes | | masterAddr | string | Resource manager IP address | Yes | | logDir | string | Path to store log files | No | | logLevel | string | Log level:debug, info, warn, error | No | | profPort | string | Golang pprof port | No | | exporterPort | string | Performance monitor port | No | | consulAddr | string | Performance monitor server address | No | | lookupValid | string | Lookup valid duration in FUSE kernel module, unit: sec | No | | attrValid | string | Attr valid duration in FUSE kernel module, unit: sec | No | | icacheTimeout | string | Inode cache valid duration in client | No | | enSyncWrite | string | Enable DirectIO sync write, i.e. make sure data is fsynced in data node | No | | autoInvalData | string | Use AutoInvalData FUSE mount option | No | | rdonly | bool | Mount as read-only file system | No | | writecache | bool | Leverage the write cache feature of kernel FUSE. Requires the kernel FUSE module to support write cache. | No | | keepcache | bool | Keep kernel page cache. Requires the writecache option is enabled. | No | | token | string | Specify the capability of a client instance. | No | | readRate | int | Read Rate Limit. Unlimited by default. | No | | writeRate | int | Write Rate Limit. Unlimited by default. | No | | followerRead | bool | Enable read from follower. False by default. | No | | accessKey | string | Access key of user who owns the volume. | No | | secretKey | string | Secret key of user who owns the volume. | No | | disableDcache | bool | Disable Dentry Cache. False by default. | No | | subdir | string | Mount sub directory. | No | | fsyncOnClose | bool | Perform fsync upon file close. True by default. | No | | maxcpus | int | The maximum number of available CPU cores. Limit the CPU usage of the client process. | No | | enableXattr | bool | Enable xattr support. False by default. | No | ### Mount[¶](#mount "Permalink to this headline") Use the example *fuse.json*, and client is mounted on the directory */mnt/fuse*. All operations to */mnt/fuse* would be performed on the backing distributed file system. ``` ./cfs-client -c fuse.json ``` ### Unmount[¶](#unmount "Permalink to this headline") It is recommended to use standard Linux `umount` command to terminate the mount. Monitor[¶](#monitor "Permalink to this headline") ------------------------------------------------- ChubaoFS use prometheus as metrics collector. It simply config as follow in master, metanode, datanode, client’s config file: ``` { "exporterPort": 9505, "consulAddr": "http://consul.prometheus-cfs.local" } ``` * exporterPort:prometheus exporter Port. when set, can export prometheus metrics from URL(<http://$hostip:$exporterPort/metrics>). If not set, prometheus exporter will unavailable; * consulAddr: consul register address, it can work with prometheus to auto discover deployed ChubaoFS nodes, if not set, consul register will not work. Using grafana as prometheus metrics web front: ![_images/cfs-grafana-dashboard.png](_images/cfs-grafana-dashboard.png) Also, user can use prometheus alertmanager to capture and route alerts to the correct receiver. please visit prometheus alertmanger [web-doc](https://prometheus.io/docs/alerting/alertmanager/) ### Metrics[¶](#metrics "Permalink to this headline") * Cluster > > > + The number of nodes: `MasterCount` , `MetaNodeCount` , `DataNodeCount` , `ObjectNodeCount` > + The number of clients: `ClientCount` > + The number of volumes: `VolumeCount` > + The size of nodes: `DataNodeSize` , `MetaNodeSize` > + The used ratio of nodes: `DataNodeUsedRatio` , `MetaNodeUsedRatio` > + The number of inactive nodes: `DataNodeInactive` , `MetaNodesInactive` > + The capacity of volumes: `VolumeTotalSize` > + The used ratio of volumes: `VolumeUsedRatio` > + The number of error disks: `DiskError` > * Volume > > > + The used size of volumes: `VolumeUsedSize` > + The used ratio of volumes: `VolumeUsedRatio` > + The capacity change rate of volumes: `VolumeSizeRate` > * Master > > > + The number of invalid masters: `master\_nodes\_invalid` > + The number of invalid metanodes: `metanode\_inactive` > + The number of invalid datanodes:: `datanode\_inactive` > + The number of invalid clients:: `fuseclient\_inactive` > * MetaNode > > > + The duration of each operation (Time) and the number of operations per second (Ops) on the metanode, which can be selected from the `MetaNodeOp` drop-down list. > * DataNode > > > + The duration of each operation (Time) and the number of operations per second (Ops) on the datanode, which can be selected from the `DataNodeOp` drop-down list. > * ObjectNode > > > + The duration of each operation (Time) and the number of operations per second (Ops) on the objectnode, which can be selected from the `objectNodeOp` drop-down list. > * FuseClient > > > + The duration of each operation (Time) and the number of operations per second (Ops) on the client, which can be selected from the `fuseOp` drop-down list. > *Recommended focus metrics: cluster status, node or disk failure, total size, growth rate, etc.* ### Grafana DashBoard Config[¶](#grafana-dashboard-config "Permalink to this headline") ``` { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "editable": true, "gnetId": null, "graphTooltip": 0, "id": 21, "iteration": 1578879879321, "links": [], "panels": [ { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 0 }, "id": 40, "panels": [], "title": "Cluster", "type": "row" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": null, "description": "master node total count of cluster", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 4, "x": 0, "y": 1 }, "id": 38, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "count(go\_info{cluster=~\"$cluster\", app=~\"$app\", role=~\"master\"})", "format": "time\_series", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "MasterCount", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": null, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 1 }, "id": 42, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "count(go\_info{cluster=~\"$cluster\", app=~\"$app\", role=~\"metanode\"})", "format": "time\_series", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "MetanodeCount", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "default", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 1 }, "id": 41, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "count(go\_info{cluster=\"$cluster\", app=\"$app\", role=\"dataNode\"})", "format": "time\_series", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "DatanodeCount", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "default", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 3, "x": 12, "y": 1 }, "id": 86, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "count(go\_info{cluster=~\"$cluster\", app=~\"$app\", role=~\"fuseclient\"})", "format": "time\_series", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "ClientCount", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": "default", "description": "Cluster volume total count", "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 3, "x": 15, "y": 1 }, "id": 93, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "sum([[app]]\_master\_vol\_count{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "VolumeCount", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, "colors": [ "#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a" ], "datasource": null, "decimals": null, "format": "dateTimeFromNow", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 4, "w": 3, "x": 18, "y": 1 }, "id": 113, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "name": "value to text", "value": 1 }, { "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "sparkline": { "fillColor": "rgba(31, 118, 189, 0.18)", "full": false, "lineColor": "rgb(31, 120, 193)", "show": true }, "tableColumn": "", "targets": [ { "expr": "process\_start\_time\_seconds{cluster=\"$cluster\", app=\"$app\", instance=~\"$instance\"}\*1000", "format": "time\_series", "intervalFactor": 1, "refId": "A" } ], "thresholds": "", "title": "ProcessStartTime", "type": "singlestat", "valueFontSize": "80%", "valueMaps": [ { "op": "=", "text": "N/A", "value": "null" } ], "valueName": "current" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 5 }, "id": 115, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(go\_info{app=\"$app\", cluster=\"$cluster\"}) by (cluster, app, role)", "format": "time\_series", "intervalFactor": 1, "legendFormat": "{{cluster}}-{{role}}", "refId": "A" }, { "expr": "count(go\_info{cluster=~\"$cluster\", app=~\"$app\", role=~\"$role\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "[[role]]-count", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "NodeAlive", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 5 }, "id": 179, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "sum" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum(cfs\_master\_disk\_error{app=\"$app\", cluster=\"$cluster\"} > 0)", "format": "time\_series", "intervalFactor": 1, "legendFormat": "sum", "refId": "D" }, { "expr": "cfs\_master\_disk\_error{app=\"$app\", cluster=\"$cluster\"} > 0", "format": "time\_series", "intervalFactor": 1, "legendFormat": "{{addr}}\_{{path}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DiskError", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 5 }, "id": 180, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "cfs\_master\_metaNodes\_inactive{app=\"$app\", cluster=\"$cluster\"}> 0", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{instance}}", "refId": "B" }, { "expr": "sum(cfs\_master\_metaNodes\_inactive{app=\"$app\", cluster=\"$cluster\"}> 0)", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "sum", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaNodesInactive", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 11 }, "id": 181, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "cfs\_master\_dataNodes\_inactive{app=\"$app\", cluster=\"$cluster\"}> 0", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{instance}}", "refId": "C" }, { "expr": "sum(cfs\_master\_dataNodes\_inactive{app=\"$app\", cluster=\"$cluster\"}> 0)", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "sum", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DatanodeInactive", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 11 }, "id": 177, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/used\_ratio.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "cfs\_master\_dataNodes\_total\_GB{app=\"$app\",cluster=\"$cluster\"}>0", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "TotalGB", "refId": "B" }, { "expr": "cfs\_master\_dataNodes\_used\_GB{app=\"$app\",cluster=\"$cluster\"}>0", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "UsedGB", "refId": "A" }, { "expr": "cfs\_master\_dataNodes\_increased\_GB{app=\"$app\",cluster=\"$cluster\"}>0", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "IncreasedGB", "refId": "C" }, { "expr": "sum(cfs\_master\_dataNodes\_used\_GB{app=\"$app\",cluster=\"$cluster\"}) / sum(cfs\_master\_dataNodes\_total\_GB{app=\"$app\",cluster=\"$cluster\"})", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "UsedRatio", "refId": "D" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DatanodeSize", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decgbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "percentunit", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 11 }, "id": 92, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum([[app]]\_master\_metaNodes\_total\_GB{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "total\_GB", "refId": "B" }, { "expr": "sum([[app]]\_master\_metaNodes\_used\_GB{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "used\_GB", "refId": "A" }, { "expr": "sum([[app]]\_master\_metaNodes\_increased\_GB{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "increased\_GB", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetanodeSize", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decgbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 17 }, "id": 175, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ratio.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "cfs\_master\_vol\_usage\_ratio{app=\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "{{volName}}\_usage\_ratio", "refId": "B" }, { "expr": "cfs\_master\_vol\_total\_GB{app=\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{volName}}\_total\_GB", "refId": "A" }, { "expr": "cfs\_master\_vol\_used\_GB{app=\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{volName}}\_used\_GB", "refId": "C" }, { "expr": "cfs\_master\_vol\_used\_GB{app=\"$app\",cluster=\"$cluster\"} / cfs\_master\_vol\_total\_GB{app=\"$app\",cluster=\"$cluster\"} ", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "{{volName}}\_used\_ratio", "refId": "D" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "VolumeSize", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decgbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "percentunit", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 17 }, "id": 90, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum([[app]]\_master\_vol\_count{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "vol\_count", "refId": "M" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "VolumeCount", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 17 }, "id": 73, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_QPS/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum([[app]]\_metanode\_OpMetaOpen{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Open", "refId": "A" }, { "expr": "sum([[app]]\_metanode\_OpMetaLookup{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Lookup", "refId": "B" }, { "expr": "sum([[app]]\_metanode\_OpMetaNodeHeartbeat{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "NodeHeartbeat", "refId": "C" }, { "expr": "sum([[app]]\_metanode\_OpMetaReadDir{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "ReadDir", "refId": "D" }, { "expr": "sum([[app]]\_metanode\_OpMetaReleaseOpen{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "ReleaseOpen", "refId": "E" }, { "expr": "sum([[app]]\_metanode\_OpMetaSetattr{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Setattr", "refId": "F" }, { "expr": "sum([[app]]\_metanode\_OpMetaTruncate{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Truncate", "refId": "G" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaOpen{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Open\_QPS", "refId": "H" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaLookup{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Lookup\_QPS", "refId": "I" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaReadDir{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "ReadDir\_QPS", "refId": "K" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaTruncate{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Truncate\_QPS", "refId": "L" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaReleaseOpen{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "ReleaseOpen\_QPS", "refId": "J" }, { "expr": "sum(rate([[app]]cfs\_metanode\_OpMetaSetattr{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Setattr\_QPS", "refId": "M" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetanodeOperations", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 23 }, "id": 71, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_QPS/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum([[app]]\_metanode\_OpMetaBatchInodeGet{cluster=~\"$cluster\", instance=\"$instance\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "BatchGet", "refId": "A" }, { "expr": "sum([[app]]\_metanode\_OpMetaCreateInode{cluster=~\"$cluster\", instance=\"$instance\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Create", "refId": "B" }, { "expr": "sum([[app]]\_metanode\_OpMetaDeleteInode{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Delete", "refId": "C" }, { "expr": "sum([[app]]\_metanode\_OpMetaEvictInode{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Evict", "refId": "D" }, { "expr": "sum([[app]]\_metanode\_OpMetaInodeGet{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "GetInode", "refId": "E" }, { "expr": "sum([[app]]\_metanode\_OpMetaLinkInode{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "LinkInode", "refId": "F" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaCreateInode{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "CreateInode\_QPS", "refId": "G" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaDeleteInode{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "DeleteInode\_QPS", "refId": "H" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaEvictInode{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "EvictInode\_QPS", "refId": "I" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaInodeGet{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "GetInode\_QPS", "refId": "J" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaLinkInode{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "LinkInode\_QPS", "refId": "K" }, { "expr": "sum(rate([[app]]\_metanode\_OpBatchInodeGet{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "BantchInodeGet\_QPS", "refId": "L" }, { "expr": "sum([[app]]\_metanode\_OpMetaTruncate{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "TruncateInode", "refId": "M" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaTruncate{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "TruncateInode\_QPS", "refId": "N" }, { "expr": "sum([[app]]\_metanode\_OpMetaUnlinkInode{cluster=~\"$cluster\", instance=\"$instance\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "UnlinkInode", "refId": "O" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaUnlinkInode{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "UnlinkInnode\_QPS", "refId": "P" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetanodeInodeOperations", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 23 }, "id": 45, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_QPS/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum([[app]]\_metanode\_OpMetaCreateDentry{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "CreateDentryCreateDentry", "refId": "A" }, { "expr": "sum([[app]]\_metanode\_OpMetaDeleteDentry{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "DeleteDentry", "refId": "B" }, { "expr": "sum([[app]]\_metanode\_OpMetaUpdateDentry{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "UpdateDentry", "refId": "C" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaCreateDentry{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "CreateDentry\_QPS", "refId": "D" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaDeleteDentry{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "DeleteDentry\_QPS", "refId": "E" }, { "expr": "sum(rate([[app]]\_metanode\_OpMetaUpdateDentry{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "UpdateDentry\_QPS", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetanodeDentryOperation", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 23 }, "id": 79, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_QPS/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum([[app]]\_dataNode\_OpCreateExtent{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "CreateExtent", "refId": "A" }, { "expr": "sum([[app]]\_dataNode\_OpMarkDelete{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "MarkDeleteExtent", "refId": "B" }, { "expr": "sum([[app]]\_dataNode\_OpRandomWrite{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "RandomWrite", "refId": "D" }, { "expr": "sum([[app]]\_dataNode\_OpWrite{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "AppendWrite", "refId": "C" }, { "expr": "sum([[app]]\_dataNode\_OpStreamRead{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Read", "refId": "F" }, { "expr": "sum(rate([[app]]\_datanode\_OpCreateExtent{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "CreateExtent\_QPS", "refId": "E" }, { "expr": "sum(rate([[app]]\_dataNode\_OpMarkDelete{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "MarkDeleteExtent\_QPS", "refId": "G" }, { "expr": "sum(rate([[app]]\_dataNode\_OpRandomWrite{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "RandomWrite\_QPS", "refId": "H" }, { "expr": "sum(rate([[app]]\_dataNode\_OpWrite{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "AppendWrite\_QPS", "refId": "I" }, { "expr": "sum(rate([[app]]\_dataNode\_OpStreamRead{cluster=~\"$cluster\"}[1m]))", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Read\_QPS", "refId": "J" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DatanodeExtentOperations", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 29 }, "id": 70, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum([[app]]\_metanode\_OpCreateMetaPartition{cluster=~\"$cluster\", instance=\"$instance\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Create", "refId": "A" }, { "expr": "sum([[app]]\_metanode\_OpLoadMetaPartition{cluster=~\"$cluster\", instance=\"$instance\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Load", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetapartitionOperations", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 29 }, "id": 75, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "sum([[app]]\_dataNode\_OpLoadDataPartition{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "LoadDataPartition", "refId": "G" }, { "expr": "sum([[app]]\_dataNode\_OpDataNodeHeartbeat{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat", "refId": "F" }, { "expr": "sum([[app]]\_dataNode\_OpCreateDataPartition{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "CreateDataPartition", "refId": "A" }, { "expr": "sum([[app]]\_dataNode\_OpAddDataPartitionRaftMember{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "AddDataPartitionRaftMember", "refId": "B" }, { "expr": "sum([[app]]\_dataNode\_OpDeleteDataPartition{cluster=~\"$cluster\"})", "format": "time\_series", "intervalFactor": 1, "legendFormat": "DeleteDataPartition", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DatapartitionOperations", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 35 }, "id": 34, "panels": [], "title": "Master", "type": "row" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 7, "x": 0, "y": 36 }, "id": 162, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "master\_count", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_info{cluster=\"$cluster\", role=\"master\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "[[cluster]]\_master\_{{instance}}", "refId": "C" }, { "expr": "count(go\_info{cluster=~\"$cluster\", role=~\"master\"})", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "[[cluster]]\_master\_count", "refId": "G" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "[[role]]\_nodes", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 7, "x": 7, "y": 36 }, "id": 163, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "go\_info{cluster=\"$cluster\", role=\"metanode\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "meta\_{{instance}}", "refId": "C" }, { "expr": "sum([[app]]\_master\_metaNodes\_count{cluster=~\"$cluster\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "metaNode", "refId": "B" }, { "expr": "sum([[app]]\_master\_dataNodes\_count{cluster=~\"$cluster\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "datanode", "refId": "A" }, { "expr": "[[app]]\_master\_metaNodes\_count", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "meta\_count", "refId": "D" }, { "expr": "[[app]]\_master\_dataNodes\_count", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "datanode\_count", "refId": "E" }, { "expr": "count(process\_start\_time\_seconds{role=\"fuseclient\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "client\_count", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "[[cluster]]\_metanode\_alive", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 7, "x": 0, "y": 43 }, "id": 164, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "go\_info{cluster=\"$cluster\", role=\"dataNode\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "{{instance}}", "refId": "C" }, { "expr": "sum([[app]]\_master\_metaNodes\_count{cluster=~\"$cluster\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "metaNode", "refId": "B" }, { "expr": "sum([[app]]\_master\_dataNodes\_count{cluster=~\"$cluster\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "datanode", "refId": "A" }, { "expr": "[[app]]\_master\_metaNodes\_count", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "meta\_count", "refId": "D" }, { "expr": "[[app]]\_master\_dataNodes\_count", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "datanode\_count", "refId": "E" }, { "expr": "count(process\_start\_time\_seconds{role=\"fuseclient\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "client\_count", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "[[cluster]]\_datanode\_alive", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 7, "x": 7, "y": 43 }, "id": 165, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "expr": "go\_info{cluster=\"$cluster\", role=\"fuseclient\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "fuseclient\_{{instance}}", "refId": "C" }, { "expr": "sum([[app]]\_master\_metaNodes\_count{cluster=~\"$cluster\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "metaNode", "refId": "B" }, { "expr": "sum([[app]]\_master\_dataNodes\_count{cluster=~\"$cluster\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "datanode", "refId": "A" }, { "expr": "[[app]]\_master\_metaNodes\_count", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "meta\_count", "refId": "D" }, { "expr": "[[app]]\_master\_dataNodes\_count", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "datanode\_count", "refId": "E" }, { "expr": "count(process\_start\_time\_seconds{role=\"fuseclient\"})", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "client\_count", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "[[cluster]]\_fuseclient\_alive", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 50 }, "id": 36, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 3 }, "id": 117, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaCreateInode\_{{instance}}", "refId": "B" }, { "expr": "rate([[app]]\_metanode\_OpMetaCreateInode\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaCreateInode\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "InodeCreate", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 3 }, "id": 44, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaBatchInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateInode", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteInode\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaEvictInode\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaInodeGet\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaLinkInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaLinkInode\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "InodeBatchGet", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 3 }, "id": 119, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaBatchInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateInode", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteInode\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaEvictInode\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaInodeGet\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaLinkInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaLinkInode\_{{instance}}", "refId": "F" }, { "expr": "rate([[app]]\_metanode\_OpMetaLinkInode\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaLinkInode\_ops\_{{instance}}", "refId": "G" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "InodeLink", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 11 }, "id": 120, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaBatchInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateInode", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteInode\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaEvictInode\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaInodeGet\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaLinkInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaLinkInode\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "InodeEvict", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "description": "", "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 11 }, "id": 121, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpCreateMetaPartition{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpCreateMetaPartition\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpLoadMetaPartition{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpLoadMetaPartition\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "LoadMetaPartition", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 11 }, "id": 58, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpCreateMetaPartition{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpCreateMetaPartition\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpLoadMetaPartition{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpLoadMetaPartition\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "CreateMetaPartition", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 19 }, "id": 88, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaExtentsList{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaExtentsList\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaExtentsList", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 19 }, "id": 50, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaExtentsAdd{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaExtentsAdd\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaExtentsList{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaExtentsList\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaExtentsAdd", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 19 }, "id": 126, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaNodeHeartbeat\_{{instance}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaNodeHeartbeat", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 27 }, "id": 72, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaCreateDentry{app=\"$app\",cluster=~\"$cluster\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaDeleteDentry{app=\"$app\",cluster=~\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaUpdateDentry{app=\"$app\",cluster=~\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_{{instance}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaCreateDentry", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 27 }, "id": 125, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaOpen\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaLookup{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaLookup\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaNodeHeartbeat\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaReadDir{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReadDir\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaReleaseOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReleaseOpen\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaSetattr{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaSetattr\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_metanode\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaTruncate\_{{instance}}", "refId": "G" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaLookup", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 27 }, "id": 122, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaCreateDentry{app=\"$app\",cluster=~\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaDeleteDentry{app=\"$app\",cluster=~\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaUpdateDentry{app=\"$app\",cluster=~\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_{{instance}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaDeleteDentry", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 35 }, "id": 124, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaReadDir{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaReadDir\_{{instance}}", "refId": "D" }, { "expr": "rate([[app]]\_metanode\_OpMetaReadDir\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaReadDir\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaReadDir", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 35 }, "id": 129, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaOpen\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaLookup{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaLookup\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaNodeHeartbeat\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaReadDir{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReadDir\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaReleaseOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaReleaseOpen\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaSetattr{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaSetattr\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_metanode\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaTruncate\_{{instance}}", "refId": "G" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaReleaseOpen", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 35 }, "id": 116, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaBatchInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateInode", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaDeleteInode\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaEvictInode\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaInodeGet\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaLinkInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaLinkInode\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaDeleteInode", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 43 }, "id": 127, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaOpen\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaLookup{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaLookup\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaNodeHeartbeat\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaReadDir{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReadDir\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaReleaseOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReleaseOpen\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaSetattr{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaSetattr\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_metanode\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaTruncate\_{{instance}}", "refId": "G" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaTruncate", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 43 }, "id": 128, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaOpen\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaLookup{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaLookup\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaNodeHeartbeat\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaReadDir{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReadDir\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaReleaseOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReleaseOpen\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaSetattr{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaSetattr\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_metanode\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaTruncate\_{{instance}}", "refId": "G" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaSetattr", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 43 }, "id": 123, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaCreateDentry{app=\"$app\",cluster=~\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaDeleteDentry{app=\"$app\",cluster=~\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaUpdateDentry{app=\"$app\",cluster=~\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_{{instance}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaUpdateDentry", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 51 }, "id": 46, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_metanode\_OpMetaOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaOpen\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_metanode\_OpMetaLookup{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaLookup\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_metanode\_OpMetaNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaNodeHeartbeat\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_metanode\_OpMetaReadDir{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReadDir\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_metanode\_OpMetaReleaseOpen{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaReleaseOpen\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_metanode\_OpMetaSetattr{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaSetattr\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_metanode\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaTruncate\_{{instance}}", "refId": "G" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaOpen", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "title": "Metanode", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 51 }, "id": 27, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "description": "", "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 52 }, "id": 132, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpDataNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat\_{{instance}}", "refId": "D" }, { "expr": "rate([[app]]\_dataNode\_OpDataNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat\_ops\_{{instance}}", "refId": "Q" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DatanodeHeartbeat", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 52 }, "id": 133, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpBroadcastMinAppliedID{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpBroadcastMinAppliedID\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_dataNode\_OpCreateDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpCreateDataPartition\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_dataNode\_OpDataNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_dataNode\_OpDecommissionDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DecommissionDataPartition\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_dataNode\_OpGetAllWatermarks{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAllWatermarks\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_dataNode\_OpGetAppliedId{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAppliedId\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_dataNode\_OpGetPartitionSize{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetPartitionSize\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_dataNode\_OpLoadDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "LoadDataPartition\_{{instance}}", "refId": "H" }, { "expr": "[[app]]\_dataNode\_OpMarkDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MarkDelete\_{{instance}}", "refId": "I" }, { "expr": "[[app]]\_dataNode\_OpNotifyReplicasToRepair{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "NotifyReplicasToRepair\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_dataNode\_OpRandomWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpRandomWrite\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_dataNode\_OpReadTinyDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ReadTinyDelete\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_dataNode\_OpStreamRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "StreamRead\_{{instance}}", "refId": "M" }, { "expr": "[[app]]\_dataNode\_OpWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Write\_{{instance}}", "refId": "N" }, { "expr": "[[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateExtent\_{{instance}}", "refId": "O" }, { "expr": "[[app]]\_dataNode\_OpExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_{{instance}}", "refId": "P" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "CreateDataPartition", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 52 }, "id": 137, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpLoadDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "LoadDataPartition\_{{instance}}", "refId": "H" }, { "expr": "rate([[app]]\_dataNode\_OpLoadDataPartition\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "LoadDataPartition\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "LoadDataPartition", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 60 }, "id": 138, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpBroadcastMinAppliedID{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpBroadcastMinAppliedID\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_dataNode\_OpCreateDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateDataPartition\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_dataNode\_OpDataNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_dataNode\_OpDecommissionDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DecommissionDataPartition\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_dataNode\_OpGetAllWatermarks{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAllWatermarks\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_dataNode\_OpGetAppliedId{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAppliedId\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_dataNode\_OpGetPartitionSize{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetPartitionSize\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_dataNode\_OpLoadDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "LoadDataPartition\_{{instance}}", "refId": "H" }, { "expr": "[[app]]\_dataNode\_OpMarkDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MarkDelete\_{{instance}}", "refId": "I" }, { "expr": "[[app]]\_dataNode\_OpNotifyReplicasToRepair{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "NotifyReplicasToRepair\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_dataNode\_OpRandomWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpRandomWrite\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_dataNode\_OpReadTinyDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ReadTinyDelete\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_dataNode\_OpStreamRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "StreamRead\_{{instance}}", "refId": "M" }, { "expr": "[[app]]\_dataNode\_OpWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Write\_{{instance}}", "refId": "N" }, { "expr": "[[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateExtent\_{{instance}}", "refId": "O" }, { "expr": "[[app]]\_dataNode\_OpExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_{{instance}}", "refId": "P" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "NotifyReplicasToRepair", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 60 }, "id": 134, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpGetAllWatermarks{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "GetAllWatermarks\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_dataNode\_OpGetAllWatermarks\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "GetAllWatermarks\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "GetAllWatermarks", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 60 }, "id": 135, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpGetAppliedId{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "GetAppliedId\_{{instance}}", "refId": "F" }, { "expr": "rate([[app]]\_dataNode\_OpGetAppliedId\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "GetAppliedId\_ops\_{{instance}}", "refId": "Q" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "GetAppliedId", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 68 }, "id": 142, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpStreamRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "StreamRead\_{{instance}}", "refId": "M" }, { "expr": "rate([[app]]dataNode\_OpStreamRead\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "StreamRead\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "StreamRead", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 68 }, "id": 143, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "Write\_{{instance}}", "refId": "N" }, { "expr": "[[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateExtent\_{{instance}}", "refId": "O" }, { "expr": "[[app]]\_dataNode\_OpExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_{{instance}}", "refId": "P" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Write", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 68 }, "id": 139, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpBroadcastMinAppliedID{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpBroadcastMinAppliedID\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_dataNode\_OpCreateDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateDataPartition\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_dataNode\_OpDataNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_dataNode\_OpDecommissionDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DecommissionDataPartition\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_dataNode\_OpGetAllWatermarks{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAllWatermarks\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_dataNode\_OpGetAppliedId{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAppliedId\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_dataNode\_OpGetPartitionSize{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetPartitionSize\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_dataNode\_OpLoadDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "LoadDataPartition\_{{instance}}", "refId": "H" }, { "expr": "[[app]]\_dataNode\_OpMarkDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MarkDelete\_{{instance}}", "refId": "I" }, { "expr": "[[app]]\_dataNode\_OpNotifyReplicasToRepair{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "NotifyReplicasToRepair\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_dataNode\_OpRandomWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpRandomWrite\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_dataNode\_OpReadTinyDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ReadTinyDelete\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_dataNode\_OpStreamRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "StreamRead\_{{instance}}", "refId": "M" }, { "expr": "[[app]]\_dataNode\_OpWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Write\_{{instance}}", "refId": "N" }, { "expr": "[[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateExtent\_{{instance}}", "refId": "O" }, { "expr": "[[app]]\_dataNode\_OpExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_{{instance}}", "refId": "P" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MarkDelete", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 76 }, "id": 144, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "CreateExtent\_{{instance}}", "refId": "O" }, { "expr": "rate([[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "CreateExtent\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "CreateExtent", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 76 }, "id": 145, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_{{instance}}", "refId": "P" }, { "expr": "rate([[app]]\_dataNode\_OpExtentRepairRead\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "ExtentRepairdRead", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 76 }, "id": 74, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpBroadcastMinAppliedID{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpBroadcastMinAppliedID\_{{instance}}", "refId": "B" }, { "expr": "rate([[app]]\_dataNode\_OpBroadcastMinAppliedID{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpBroadcastMinAppliedID\_ops\_{{instance}}", "refId": "Q" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "BroadcastMinAppliedID", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 84 }, "id": 141, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpReadTinyDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "ReadTinyDelete\_{{instance}}", "refId": "L" }, { "expr": "rate([[app]]\_dataNode\_OpReadTinyDelete\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "ReadTinyDelete\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "ReadTinyDelete", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 84 }, "id": 136, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpBroadcastMinAppliedID{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpBroadcastMinAppliedID\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_dataNode\_OpCreateDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateDataPartition\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_dataNode\_OpDataNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_dataNode\_OpDecommissionDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DecommissionDataPartition\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_dataNode\_OpGetAllWatermarks{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAllWatermarks\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_dataNode\_OpGetAppliedId{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAppliedId\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_dataNode\_OpGetPartitionSize{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "GetPartitionSize\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_dataNode\_OpLoadDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "LoadDataPartition\_{{instance}}", "refId": "H" }, { "expr": "[[app]]\_dataNode\_OpMarkDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MarkDelete\_{{instance}}", "refId": "I" }, { "expr": "[[app]]\_dataNode\_OpNotifyReplicasToRepair{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "NotifyReplicasToRepair\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_dataNode\_OpRandomWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpRandomWrite\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_dataNode\_OpReadTinyDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ReadTinyDelete\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_dataNode\_OpStreamRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "StreamRead\_{{instance}}", "refId": "M" }, { "expr": "[[app]]\_dataNode\_OpWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Write\_{{instance}}", "refId": "N" }, { "expr": "[[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateExtent\_{{instance}}", "refId": "O" }, { "expr": "[[app]]\_dataNode\_OpExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_{{instance}}", "refId": "P" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "GetPartitionSize", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 16, "y": 84 }, "id": 146, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpTinyExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "TinyExtentRepairdRead\_{{instance}}", "refId": "P" }, { "expr": "rate([[app]]\_dataNode\_OpTinyExtentRepairRead\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "TinyExtentRepairdRead\_ops\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "TinyExtentRepairdRead", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 0, "y": 92 }, "id": 131, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpBroadcastMinAppliedID{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpBroadcastMinAppliedID\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_dataNode\_OpCreateDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateDataPartition\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_dataNode\_OpDataNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_dataNode\_OpDecommissionDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "DecommissionDataPartition\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_dataNode\_OpGetAllWatermarks{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAllWatermarks\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_dataNode\_OpGetAppliedId{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAppliedId\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_dataNode\_OpGetPartitionSize{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetPartitionSize\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_dataNode\_OpLoadDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "LoadDataPartition\_{{instance}}", "refId": "H" }, { "expr": "[[app]]\_dataNode\_OpMarkDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MarkDelete\_{{instance}}", "refId": "I" }, { "expr": "[[app]]\_dataNode\_OpNotifyReplicasToRepair{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "NotifyReplicasToRepair\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_dataNode\_OpRandomWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpRandomWrite\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_dataNode\_OpReadTinyDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ReadTinyDelete\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_dataNode\_OpStreamRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "StreamRead\_{{instance}}", "refId": "M" }, { "expr": "[[app]]\_dataNode\_OpWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Write\_{{instance}}", "refId": "N" }, { "expr": "[[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateExtent\_{{instance}}", "refId": "O" }, { "expr": "[[app]]\_dataNode\_OpExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_{{instance}}", "refId": "P" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DecommissionDataPartition", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 8, "w": 8, "x": 8, "y": 92 }, "id": 140, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_dataNode\_OpBroadcastMinAppliedID{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpBroadcastMinAppliedID\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_dataNode\_OpCreateDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateDataPartition\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_dataNode\_OpDataNodeHeartbeat{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DataNodeHeartbeat\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_dataNode\_OpDecommissionDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DecommissionDataPartition\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_dataNode\_OpGetAllWatermarks{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAllWatermarks\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_dataNode\_OpGetAppliedId{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetAppliedId\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_dataNode\_OpGetPartitionSize{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetPartitionSize\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_dataNode\_OpLoadDataPartition{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "LoadDataPartition\_{{instance}}", "refId": "H" }, { "expr": "[[app]]\_dataNode\_OpMarkDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MarkDelete\_{{instance}}", "refId": "I" }, { "expr": "[[app]]\_dataNode\_OpNotifyReplicasToRepair{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "NotifyReplicasToRepair\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_dataNode\_OpRandomWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpRandomWrite\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_dataNode\_OpReadTinyDelete{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ReadTinyDelete\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_dataNode\_OpStreamRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "StreamRead\_{{instance}}", "refId": "M" }, { "expr": "[[app]]\_dataNode\_OpWrite{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Write\_{{instance}}", "refId": "N" }, { "expr": "[[app]]\_dataNode\_OpCreateExtent{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateExtent\_{{instance}}", "refId": "O" }, { "expr": "[[app]]\_dataNode\_OpExtentRepairRead{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "ExtentRepairdRead\_{{instance}}", "refId": "P" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "RandomWrite", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "title": "Datanode", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 52 }, "id": 66, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 5 }, "id": 64, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaReaddir\_{{instance}}", "refId": "K" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaReadDir\_count{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaReaddir\_ops\_{{instance}}", "refId": "E" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaReadDir", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 5 }, "id": 157, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaBatchInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "CreateInode\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DeleteInode\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_fuseclient\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "EvictInode\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "InodeGet\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Truncate\_{{instance}}", "refId": "B" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaBatchInodeGet\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_count\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "CreateInode\_count\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DeleteInode\_count\_{{instance}}", "refId": "H" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "EvictInode\_count\_{{instance}}", "refId": "I" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "InodeGet\_count\_{{instance}}", "refId": "K" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Truncate\_count\_{{instance}}", "refId": "L" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaCreateInode", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 5 }, "id": 156, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaBatchInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateInode\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "DeleteInode\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_fuseclient\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "EvictInode\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "InodeGet\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Truncate\_{{instance}}", "refId": "B" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaBatchInodeGet\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_count\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateInode\_count\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaDeleteInode\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "DeleteInode\_count\_{{instance}}", "refId": "H" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "EvictInode\_count\_{{instance}}", "refId": "I" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "InodeGet\_count\_{{instance}}", "refId": "K" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Truncate\_count\_{{instance}}", "refId": "L" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "DeleteInode", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 12 }, "id": 160, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaCreateDentry{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteDentry{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_fuseclient\_OpMetaUpdateDentry{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaCreateDentry\_count{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_count\_{{instance}}", "refId": "B" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaDeleteDentry\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_count\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_OpMetaUpdateDentry\_count{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_count\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaDeleteDentry", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 12 }, "id": 68, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaCreateDentry{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteDentry{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_fuseclient\_OpMetaUpdateDentry{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_{{instance}}", "refId": "A" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaCreateDentry\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_count\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteDentry\_count{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_count\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_OpMetaUpdateDentry\_count{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_count\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaCreateDentry", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 12 }, "id": 102, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate([[app]]\_fuseclient\_StreamWrite\_count{app=\"$app\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "StreamWrite\_{{instance}}", "refId": "A" }, { "expr": "rate([[app]]\_fuseclient\_StreamRead\_count{app=\"$app\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "StreamRead", "refId": "B" }, { "expr": "rate([[app]]\_fuseclient\_StreamSyncWrite\_count{instance=\"$instance\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "SyncWrite", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_StreamSyncOverwrite\_count{instance=\"$instance\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "SyncOverwrite", "refId": "D" }, { "expr": "rate([[app]]\_fuseclient\_StreamOverwrite\_count{instance=\"$instance\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Overwrite", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaExtentsList\_count{app=\"$app\",cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaExtentsList\_count\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_fuseclient\_OpMetaExtentsList{app=\"$app\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaExtentsList\_{{instance}}", "refId": "G" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaExtentsList", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 19 }, "id": 69, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaExtentsAdd{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaExtentsAdd\_{{instance}}", "refId": "H" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaExtentsAdd\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "intervalFactor": 1, "legendFormat": "OpMetaExtentsAdd\_count\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaExtentsList{instance=~\"$instance\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "GetExtents", "refId": "I" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaExtentsAdd", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 19 }, "id": 148, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaOpen{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaOpen\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaReaddir\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_fuseclient\_OpMetaSetattr{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaSetattr\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_fuseclient\_OpMetaLookup{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaLookup\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaTruncate\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaOpen\_count{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaOpen\_ops\_{{instance}}", "refId": "D" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaReaddir\_ops\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaSetattr{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaSetattr\_ops\_{{instance}}", "refId": "F" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaLookup\_count{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaLookup\_ops\_{{instance}}", "refId": "G" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaTruncate\_ops\_{{instance}}", "refId": "H" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaLookup", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 19 }, "id": 67, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaBatchInodeGet{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateInode\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DeleteInode\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_fuseclient\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "EvictInode\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "InodeGet\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Truncate\_{{instance}}", "refId": "B" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaBatchInodeGet\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_count\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateInode\_count\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DeleteInode\_count\_{{instance}}", "refId": "H" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "EvictInode\_count\_{{instance}}", "refId": "I" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "InodeGet\_count\_{{instance}}", "refId": "K" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Truncate\_count\_{{instance}}", "refId": "L" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaBatchInodeGet", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 26 }, "id": 152, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_filecreate{app=~\"$app\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "filecreate\_{{instance}}", "refId": "A" }, { "expr": "rate([[app]]\_fuseclient\_filecreate\_count{app=~\"$app\",cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "intervalFactor": 1, "legendFormat": "filecreate\_count\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_filesync{app=~\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filesync\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_filesync\_count{app=~\"$app\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filesync\_count\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_filewrite{app=~\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filewrite\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_filewrite\_count{app=~\"$app\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filewrite\_count\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "FileCreate", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 26 }, "id": 158, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "InodeGet\_{{instance}}", "refId": "J" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaInodeGet\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "InodeGet\_count\_{{instance}}", "refId": "K" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "InodeGet", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 26 }, "id": 155, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaBatchInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateInode\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DeleteInode\_{{instance}}", "refId": "F" }, { "expr": "[[app]]\_fuseclient\_OpMetaEvictInode{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "EvictInode\_{{instance}}", "refId": "G" }, { "expr": "[[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "InodeGet\_{{instance}}", "refId": "J" }, { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Truncate\_{{instance}}", "refId": "B" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaBatchInodeGet\_count{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaBatchInodeGet\_count\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaCreateInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "CreateInode\_count\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaDeleteInode{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "DeleteInode\_count\_{{instance}}", "refId": "H" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaEvictInode\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "EvictInode\_count\_{{instance}}", "refId": "I" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaInodeGet{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "InodeGet\_count\_{{instance}}", "refId": "K" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "Truncate\_count\_{{instance}}", "refId": "L" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "EvictInode", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 33 }, "id": 153, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_filecreate{app=~\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filecreate\_{{instance}}", "refId": "A" }, { "expr": "rate([[app]]\_fuseclient\_filecreate\_count{app=~\"$app\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filecreate\_count\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_filesync{app=~\"$app\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "filesync\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_filesync\_count{app=~\"$app\",cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "filesync\_count\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_filewrite{app=~\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filewrite\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_filewrite\_count{app=~\"$app\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filewrite\_count\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "FileSync", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 33 }, "id": 100, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_fileread{app=~\"$app\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "fileread\_{{instance}}", "refId": "A" }, { "expr": "rate([[app]]\_fuseclient\_fileread\_count{app=~\"$app\",cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "intervalFactor": 1, "legendFormat": "fileread\_count\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "FileRead", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 33 }, "id": 154, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_filecreate{app=~\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filecreate\_{{instance}}", "refId": "A" }, { "expr": "rate([[app]]\_fuseclient\_filecreate\_count{app=~\"$app\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filecreate\_count\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_filesync{app=~\"$app\",cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filesync\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_filesync\_count{app=~\"$app\",cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "filesync\_count\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_filewrite{app=~\"$app\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "filewrite\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_filewrite\_count{app=~\"$app\",cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "filewrite\_count\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "FileWrite", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 40 }, "id": 147, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaOpen{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaOpen\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaReaddir\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_fuseclient\_OpMetaSetattr{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaSetattr\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_fuseclient\_OpMetaLookup{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaLookup\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaTruncate\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaOpen\_count{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaOpen\_ops\_{{instance}}", "refId": "D" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaReaddir\_ops\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaSetattr{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaSetattr\_ops\_{{instance}}", "refId": "F" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaLookup{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaLookup\_ops\_{{instance}}", "refId": "G" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate\_count{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaTruncate\_ops\_{{instance}}", "refId": "H" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaTruncate", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 40 }, "id": 149, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaOpen{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaOpen\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaReaddir\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_fuseclient\_OpMetaSetattr{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaSetattr\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_fuseclient\_OpMetaLookup{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaLookup\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaTruncate\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaOpen\_count{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaOpen\_ops\_{{instance}}", "refId": "D" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaReaddir\_ops\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaSetattr\_cout{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaSetattr\_ops\_{{instance}}", "refId": "F" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaLookup\_count{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaLookup\_ops\_{{instance}}", "refId": "G" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate\_count{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaTruncate\_ops\_{{instance}}", "refId": "H" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaSetattr", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 40 }, "id": 150, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_ops\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaOpen{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaOpen\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaReaddir\_{{instance}}", "refId": "K" }, { "expr": "[[app]]\_fuseclient\_OpMetaSetattr{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaSetattr\_{{instance}}", "refId": "L" }, { "expr": "[[app]]\_fuseclient\_OpMetaLookup{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaLookup\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaTruncate\_{{instance}}", "refId": "C" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaOpen\_count{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "MetaOpen\_ops\_{{instance}}", "refId": "D" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaReadDir{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaReaddir\_ops\_{{instance}}", "refId": "E" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaSetattr{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaSetattr\_ops\_{{instance}}", "refId": "F" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaLookup{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaLookup\_ops\_{{instance}}", "refId": "G" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate{app=\"$app\", cluster=\"$cluster\"}[1m])", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "MetaTruncate\_ops\_{{instance}}", "refId": "H" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaOpen", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 47 }, "id": 106, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_FlushInRead{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "FlushInRead\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_StreamPrepareReadRequests{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "PrepareReadRequest\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "FlushInRead", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 8, "y": 47 }, "id": 161, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaCreateDentry{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_{{instance}}", "refId": "C" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteDentry{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_{{instance}}", "refId": "E" }, { "expr": "[[app]]\_fuseclient\_OpMetaUpdateDentry{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_OpMetaCreateDentry\_count{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaCreateDentry\_count\_{{instance}}", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_OpMetaDeleteDentry\_count{app=~\"$app\", cluster=\"$cluster\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "OpMetaDeleteDentry\_count\_{{instance}}", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_OpMetaUpdateDentry\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "OpMetaUpdateDentry\_count\_{{instance}}", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MetaUpdateDentry", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 47 }, "id": 98, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_StreamWrite{instance=~\"$instance\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Write", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_StreamRead{instance=~\"$instance\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Read", "refId": "C" }, { "expr": "[[app]]\_fuseclient\_StreamOverwrite{instance=~\"$instance\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "Overwrite", "refId": "D" }, { "expr": "[[app]]\_fuseclient\_StreamCreateExtent{instance=~\"$instance\",cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "CreateExtent", "refId": "B" }, { "expr": "[[app]]\_fuseclient\_StreamSyncWrite{instance=~\"$instance\",cluster=\"$cluster\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "SyncWrite", "refId": "E" }, { "expr": "[[app]]\_fuseclient\_StreamSyncOverwrite{instance=~\"$instance\",cluster=\"$cluster\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "SyncOverwrite", "refId": "F" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "StreamSDKLatency", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 0, "y": 54 }, "id": 159, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "/.\*\_count\_.\*/", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_OpMetaTruncate{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "Truncate\_{{instance}}", "refId": "B" }, { "expr": "rate([[app]]\_fuseclient\_OpMetaTruncate\_count{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}[1m])", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "Truncate\_count\_{{instance}}", "refId": "L" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Truncate", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "ops", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 7, "w": 8, "x": 16, "y": 54 }, "id": 151, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "[[app]]\_fuseclient\_FlushInRead{app=\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "FlushInRead\_{{instance}}", "refId": "A" }, { "expr": "[[app]]\_fuseclient\_PrepareReadRequest{app=~\"$app\", cluster=\"$cluster\", instance=\"$instance\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "PrepareReadRequest\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "PrepareReadRequest", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "ns", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "title": "FuseClient", "type": "row" }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 53 }, "id": 60, "panels": [ { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 2 }, "id": 61, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_goroutines{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "go\_goroutines\_{{instance}}", "refId": "A" }, { "expr": "go\_threads{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "go\_threads\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "go\_goroutines", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 2 }, "id": 169, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_goroutines{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "go\_goroutines\_{{instance}}", "refId": "A" }, { "expr": "go\_threads{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "go\_threads\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "go\_threads", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 2 }, "id": 63, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "gc\_rate", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_gc\_duration\_seconds{instance=~\"$instance\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "seconds\_{{quantile}}", "refId": "A" }, { "expr": "rate(go\_gc\_duration\_seconds\_count{instance=~\"$instance\"}[1m])", "format": "time\_series", "intervalFactor": 1, "legendFormat": "gc\_rate", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "gc\_duration", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 8 }, "id": 109, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "gc\_rate", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "process\_resident\_memory\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\" }", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "resident\_memory\_bytes\_{{instance}}", "refId": "A" }, { "expr": "process\_virtual\_memory\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "virtual\_memory\_bytes\_{{instance}}", "refId": "B" }, { "expr": "process\_virtual\_memory\_max\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "virtual\_memory\_max\_bytes\_{{instance}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "process\_resident\_memory", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 8 }, "id": 166, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "gc\_rate", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "process\_resident\_memory\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\" }", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "resident\_memory\_bytes\_{{instance}}", "refId": "A" }, { "expr": "process\_virtual\_memory\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "virtual\_memory\_bytes\_{{instance}}", "refId": "B" }, { "expr": "process\_virtual\_memory\_max\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "virtual\_memory\_max\_bytes\_{{instance}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "process\_virtual\_memory", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 8 }, "id": 167, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "gc\_rate", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "process\_resident\_memory\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\" }", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "resident\_memory\_bytes\_{{instance}}", "refId": "A" }, { "expr": "process\_virtual\_memory\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "virtual\_memory\_bytes\_{{instance}}", "refId": "B" }, { "expr": "process\_virtual\_memory\_max\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "virtual\_memory\_max\_bytes\_{{instance}}", "refId": "C" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "process\_virtual\_memory\_max", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 14 }, "id": 110, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "gc\_rate", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "process\_open\_fds{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "open\_fds\_{{instance}}", "refId": "A" }, { "expr": "process\_max\_fds{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "max\_fds\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "open\_fds", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "default", "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 14 }, "id": 168, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "gc\_rate", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "process\_open\_fds{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "open\_fds\_{{instance}}", "refId": "A" }, { "expr": "process\_max\_fds{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "max\_fds\_{{instance}}", "refId": "B" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "max\_fds", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 14 }, "id": 111, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "gc\_rate", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "rate(process\_cpu\_seconds\_total{cluster=\"$cluster\", role=\"$role\"}[1m])", "format": "time\_series", "intervalFactor": 1, "legendFormat": "cpu\_seconds\_{{instance}}", "refId": "A" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "process\_cpu", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "s", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "locale", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 20 }, "id": 62, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_memstats\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "intervalFactor": 1, "legendFormat": "alloc\_bytes\_{{instance}}", "refId": "A" }, { "expr": "go\_memstats\_alloc\_bytes\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_total\_{{instance}}", "refId": "B" }, { "expr": "go\_memstats\_heap\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_alloc\_bytes\_{{instance}}", "refId": "C" }, { "expr": "go\_memstats\_heap\_inuse\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_inuse\_bytes\_{{instance}}", "refId": "D" }, { "expr": "go\_memstats\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "sys\_bytes\_{{instance}}", "refId": "E" }, { "expr": "go\_memstats\_mallocs\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mallocs\_total\_{{instance}}", "refId": "F" }, { "expr": "go\_memstats\_frees\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "frees\_total\_{{instance}}", "refId": "G" }, { "expr": "go\_memstats\_other\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "other\_sys\_bytes\_{{instance}}", "refId": "H" }, { "expr": "go\_memstats\_mcache\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mcache\_sys\_bytes\_{{instance}}", "refId": "I" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "alloc\_bytes", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 20 }, "id": 172, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_memstats\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_{{instance}}", "refId": "A" }, { "expr": "go\_memstats\_alloc\_bytes\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_total\_{{instance}}", "refId": "B" }, { "expr": "go\_memstats\_heap\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "heap\_alloc\_bytes\_{{instance}}", "refId": "C" }, { "expr": "go\_memstats\_heap\_inuse\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_inuse\_bytes\_{{instance}}", "refId": "D" }, { "expr": "go\_memstats\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "sys\_bytes\_{{instance}}", "refId": "E" }, { "expr": "go\_memstats\_mallocs\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mallocs\_total\_{{instance}}", "refId": "F" }, { "expr": "go\_memstats\_frees\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "frees\_total\_{{instance}}", "refId": "G" }, { "expr": "go\_memstats\_other\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "other\_sys\_bytes\_{{instance}}", "refId": "H" }, { "expr": "go\_memstats\_mcache\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mcache\_sys\_bytes\_{{instance}}", "refId": "I" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "heap\_alloc", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 20 }, "id": 171, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_memstats\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_{{instance}}", "refId": "A" }, { "expr": "go\_memstats\_alloc\_bytes\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_total\_{{instance}}", "refId": "B" }, { "expr": "go\_memstats\_heap\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_alloc\_bytes\_{{instance}}", "refId": "C" }, { "expr": "go\_memstats\_heap\_inuse\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "heap\_inuse\_bytes\_{{instance}}", "refId": "D" }, { "expr": "go\_memstats\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "sys\_bytes\_{{instance}}", "refId": "E" }, { "expr": "go\_memstats\_mallocs\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mallocs\_total\_{{instance}}", "refId": "F" }, { "expr": "go\_memstats\_frees\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "frees\_total\_{{instance}}", "refId": "G" }, { "expr": "go\_memstats\_other\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "other\_sys\_bytes\_{{instance}}", "refId": "H" }, { "expr": "go\_memstats\_mcache\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mcache\_sys\_bytes\_{{instance}}", "refId": "I" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "heap\_inuse", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 0, "y": 26 }, "id": 170, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_memstats\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_{{instance}}", "refId": "A" }, { "expr": "go\_memstats\_alloc\_bytes\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_total\_{{instance}}", "refId": "B" }, { "expr": "go\_memstats\_heap\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_alloc\_bytes\_{{instance}}", "refId": "C" }, { "expr": "go\_memstats\_heap\_inuse\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_inuse\_bytes\_{{instance}}", "refId": "D" }, { "expr": "go\_memstats\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "sys\_bytes\_{{instance}}", "refId": "E" }, { "expr": "go\_memstats\_mallocs\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mallocs\_total\_{{instance}}", "refId": "F" }, { "expr": "go\_memstats\_frees\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "frees\_total\_{{instance}}", "refId": "G" }, { "expr": "go\_memstats\_other\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "other\_sys\_bytes\_{{instance}}", "refId": "H" }, { "expr": "go\_memstats\_mcache\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mcache\_sys\_bytes\_{{instance}}", "refId": "I" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "sys\_bytes", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 7, "y": 26 }, "id": 173, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_memstats\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_{{instance}}", "refId": "A" }, { "expr": "go\_memstats\_alloc\_bytes\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_total\_{{instance}}", "refId": "B" }, { "expr": "go\_memstats\_heap\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_alloc\_bytes\_{{instance}}", "refId": "C" }, { "expr": "go\_memstats\_heap\_inuse\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_inuse\_bytes\_{{instance}}", "refId": "D" }, { "expr": "go\_memstats\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "sys\_bytes\_{{instance}}", "refId": "E" }, { "expr": "go\_memstats\_mallocs\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mallocs\_total\_{{instance}}", "refId": "F" }, { "expr": "go\_memstats\_frees\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "frees\_total\_{{instance}}", "refId": "G" }, { "expr": "go\_memstats\_other\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "other\_sys\_bytes\_{{instance}}", "refId": "H" }, { "expr": "go\_memstats\_mcache\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mcache\_sys\_bytes\_{{instance}}", "refId": "I" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "other\_sys", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": null, "fill": 1, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 26 }, "id": 174, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "expr": "go\_memstats\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_{{instance}}", "refId": "A" }, { "expr": "go\_memstats\_alloc\_bytes\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "alloc\_bytes\_total\_{{instance}}", "refId": "B" }, { "expr": "go\_memstats\_heap\_alloc\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_alloc\_bytes\_{{instance}}", "refId": "C" }, { "expr": "go\_memstats\_heap\_inuse\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "heap\_inuse\_bytes\_{{instance}}", "refId": "D" }, { "expr": "go\_memstats\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "sys\_bytes\_{{instance}}", "refId": "E" }, { "expr": "go\_memstats\_mallocs\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "mallocs\_total\_{{instance}}", "refId": "F" }, { "expr": "go\_memstats\_frees\_total{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "frees\_total\_{{instance}}", "refId": "G" }, { "expr": "go\_memstats\_other\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": true, "intervalFactor": 1, "legendFormat": "other\_sys\_bytes\_{{instance}}", "refId": "H" }, { "expr": "go\_memstats\_mcache\_sys\_bytes{app=\"$app\", cluster=\"$cluster\", role=\"$role\"}", "format": "time\_series", "hide": false, "intervalFactor": 1, "legendFormat": "mcache\_sys\_bytes\_{{instance}}", "refId": "I" } ], "thresholds": [], "timeFrom": null, "timeShift": null, "title": "mcache\_sys", "tooltip": { "shared": true, "sort": 0, "value\_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } } ], "title": "GoRuntime", "type": "row" } ], "refresh": false, "schemaVersion": 16, "style": "dark", "tags": [], "templating": { "list": [ { "allValue": null, "current": { "selected": true, "text": "cfs", "value": "cfs" }, "hide": 2, "includeAll": false, "label": "App", "multi": false, "name": "app", "options": [ { "selected": true, "text": "cfs", "value": "cfs" } ], "query": "cfs", "type": "custom" }, { "allValue": null, "current": { "tags": [], "text": "spark", "value": "spark" }, "datasource": "default", "hide": 0, "includeAll": false, "label": "Cluster", "multi": false, "name": "cluster", "options": [], "query": "label\_values(go\_info{app=~\"$app\"}, cluster)", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "text": "fuseclient", "value": "fuseclient" }, "datasource": "default", "hide": 0, "includeAll": false, "label": "Role", "multi": false, "name": "role", "options": [], "query": "label\_values(go\_info{app=~\"$app\", cluster=~\"$cluster\"}, role)", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "text": "10.170.6.247:9500", "value": "10.170.6.247:9500" }, "datasource": "default", "hide": 0, "includeAll": false, "label": "Instance", "multi": false, "name": "instance", "options": [], "query": "label\_values(go\_info{app=~\"$app\", role=~\"$role\", cluster=~\"$cluster\"}, instance)", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "text": "10.170.6.247", "value": "10.170.6.247" }, "datasource": "default", "hide": 2, "includeAll": false, "label": "Host", "multi": false, "name": "hostip", "options": [], "query": "label\_values(go\_info{instance=~\"$instance\", cluster=~\"$cluster\"}, instance)", "refresh": 1, "regex": "/([^:]+):.\*/", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "tags": [], "text": "clickhourse", "value": "clickhourse" }, "datasource": "default", "hide": 0, "includeAll": false, "label": "Vol", "multi": false, "name": "vol", "options": [], "query": "label\_values(cfs\_master\_vol\_total\_GB{app=\"$app\",cluster=\"$cluster\"}, volName)", "refresh": 1, "regex": "", "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false } ] }, "time": { "from": "now-1h", "to": "now" }, "timepicker": { "refresh\_intervals": [ "5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time\_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "chubaofs", "uid": "J8XJyOmZk", "version": 484 } ``` Tune FUSE Performance[¶](#tune-fuse-performance "Permalink to this headline") ----------------------------------------------------------------------------- ### Fetch Linux kernel source code[¶](#fetch-linux-kernel-source-code "Permalink to this headline") Download the corresponding src rpm, and use the following commands to install source code. ``` rpm -i kernel-3.10.0-327.28.3.el7.src.rpm 2>&1 | grep -v exist cd ~/rpmbuild/SPECS rpmbuild -bp --target=$(uname -m) kernel.spec ``` The source code will be installed in `~/rpmbuild/BUILD/` ### Optimize FUSE linux kernel module[¶](#optimize-fuse-linux-kernel-module "Permalink to this headline") In order to achieve maximum throughput performance, several FUSE kernel parameters have to be modified, such as `FUSE\_MAX\_PAGES\_PER\_REQ` and `FUSE\_DEFAULT\_MAX\_BACKGROUND`. Update source code according to the following lines. ``` /\* fs/fuse/fuse\_i.h \*/ #define FUSE\_MAX\_PAGES\_PER\_REQ 256 /\* fs/fuse/inode.c \*/ #define FUSE\_DEFAULT\_MAX\_BACKGROUND 32 ``` ### Build against current running Linux kernel[¶](#build-against-current-running-linux-kernel "Permalink to this headline") ``` yum install kernel-devel-3.10.0-327.28.3.el7.x86_64 cd ~/rpmbuild/BUILD/kernel-3.10.0-327.28.3.el7/linux-3.10.0-327.28.3.el7.x86_64/fs/fuse make -C /lib/modules/`uname -r`/build M=$PWD ``` ### Install kernel module[¶](#install-kernel-module "Permalink to this headline") ``` cp fuse.ko /lib/modules/`uname -r`/kernel/fs/fuse rmmod fuse depmod -a modprobe fuse ``` Run Cluster on Docker[¶](#run-cluster-on-docker "Permalink to this headline") ----------------------------------------------------------------------------- Under the docker directory, a helper tool called run\_docker.sh is provided to run ChubaoFS with docker-compose. To start a minimal ChubaoFS cluster from scratch, note that **/data/disk** is arbitrary, and make sure there are at least 30G available space. ``` $ docker/run_docker.sh -r -d /data/disk ``` If client starts successfully, use mount command in client docker shell to check mount status: ``` $ mount | grep chubaofs ``` Open <http://127.0.0.1:3000> in browser, login with admin/123456 to view grafana monitor metrics. Or run server and client seperately by following commands: ``` $ docker/run_docker.sh -b $ docker/run_docker.sh -s -d /data/disk $ docker/run_docker.sh -c $ docker/run_docker.sh -m ``` For more usage: ``` $ docker/run_docker.sh -h ``` Prometheus and Grafana confg can be found in docker/monitor directory. Resource Manager (Master) API[¶](#resource-manager-master-api "Permalink to this headline") ------------------------------------------------------------------------------------------- ### Cluster[¶](#cluster "Permalink to this headline") #### Overview[¶](#overview "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/admin/getCluster" | python -m json.tool ``` Display the base information of the cluster, such as the detail of metaNode, dataNode, vol and so on. response ``` { "Name": "test", "LeaderAddr": "10.196.59.198:17010", "DisableAutoAlloc": false, "Applied": 225, "MaxDataPartitionID": 100, "MaxMetaNodeID": 3, "MaxMetaPartitionID": 1, "DataNodeStatInfo": {}, "MetaNodeStatInfo": {}, "VolStatInfo": {}, "BadPartitionIDs": {}, "BadMetaPartitionIDs": {}, "MetaNodes": {}, "DataNodes": {} } ``` #### Freeze[¶](#freeze "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/cluster/freeze?enable=true" ``` If cluster is freezed, the vol never allocates dataPartitions automatically. Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | enable | bool | if enable is true, the cluster is freezed | #### Statistics[¶](#statistics "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/cluster/stat" ``` Show cluster space information by zone. response ``` { "DataNodeStatInfo": { "TotalGB": 1, "UsedGB": 0, "IncreasedGB": -2, "UsedRatio": "0.0" }, "MetaNodeStatInfo": { "TotalGB": 1, "UsedGB": 0, "IncreasedGB": -8, "UsedRatio": "0.0" }, "ZoneStatInfo": { "zone1": { "DataNodeStat": { "TotalGB": 1, "UsedGB": 0, "AvailGB": 0, "UsedRatio": 0, "TotalNodes": 0, "WritableNodes": 0 }, "MetaNodeStat": { "TotalGB": 1, "UsedGB": 0, "AvailGB": 0, "UsedRatio": 0, "TotalNodes": 0, "WritableNodes": 0 } } } } ``` #### Topology[¶](#topology "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/topo/get" ``` Show cluster topology information by zone. response ``` [ { "Name": "zone1", "Status": "available", "NodeSet": { "700": { "DataNodeLen": 0, "MetaNodeLen": 0, "MetaNodes": [], "DataNodes": [] } } }, { "Name": "zone2", "Status": "available", "NodeSet": { "800": { "DataNodeLen": 0, "MetaNodeLen": 0, "MetaNodes": [], "DataNodes": [] } } } ] ``` #### Update Zone[¶](#update-zone "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/zone/update?name=zone1&enable=false" ``` Set the status of the zone to available or unavailable. Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | zone name | | enable | bool | if enable is true, the cluster is available | #### Get Zone[¶](#get-zone "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/zone/list" ``` Get name and status of all zones. response ``` [ { "Name": "zone1", "Status": "available", "NodeSet": {} }, { "Name": "zone2", "Status": "available", "NodeSet": {} } ] ``` #### Get Node Info[¶](#get-node-info "Permalink to this headline") ``` curl -v "http://192.168.0.11:17010/admin/getNodeInfo" ``` Get node info of cluster. response ``` { "code": 0, "msg": "success", "data": { "batchCount": 0, "deleteWorkerSleepMs": 0, "markDeleteRate": 0 } } ``` #### Set Node Info[¶](#set-node-info "Permalink to this headline") ``` curl -v "http://192.168.0.11:17010/admin/setNodeInfo?batchCount=100&markDeleteRate=100&deleteWorkerSleepMs=1000" ``` Set node info of cluster. Parameters[¶](#id3 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | batchCount | uint64 | metanode delete batch count | | deleteWorkerSleepMs | uint64 | metanode delete worker sleep time with millisecond. if 0 for no sleep | | markDeleteRate | uint64 | datanode batch markdelete limit rate. if 0 for no infinity limit | ### Metanode Related[¶](#metanode-related "Permalink to this headline") #### GET[¶](#get "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/metaNode/get?addr=10.196.59.202:17210" | python -m json.tool ``` Show the base information of the metaNode, such as addr, total memory, used memory and so on. Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | addr | string | the addr which communicate with master | response ``` { "ID": 3, "Addr": "10.196.59.202:17210", "IsActive": true, "Zone": "zone1", "MaxMemAvailWeight": 66556215048, "TotalWeight": 67132641280, "UsedWeight": 576426232, "Ratio": 0.008586377967698518, "SelectCount": 0, "Carry": 0.6645600532184904, "Threshold": 0.75, "ReportTime": "2018-12-05T17:26:28.29309577+08:00", "MetaPartitionCount": 1, "NodeSetID": 2, "PersistenceMetaPartitions": {} } ``` #### Decommission[¶](#decommission "Permalink to this headline") ``` curl -v "http://127.0.0.1/metaNode/decommission?addr=127.0.0.1:9021" ``` Remove the metaNode from cluster, meta partitions which locate the metaNode will be migrate other available metaNode asynchronous. Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | addr | string | the addr which communicate with master | #### Threshold[¶](#threshold "Permalink to this headline") ``` curl -v "http://127.0.0.1/threshold/set?threshold=0.75" ``` If the used memory percent arrives the threshold, the status of the meta partitions which locate the metaNode will be read only. Parameters[¶](#id3 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | threshold | float64 | the max percent of memory which metaNode can use | ### Datanode Related[¶](#datanode-related "Permalink to this headline") #### GET[¶](#get "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/dataNode/get?addr=10.196.59.201:17310" | python -m json.tool ``` Show the base information of the dataNode, such as addr, disk total size, disk used size and so on. Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | addr | string | the addr which communicate with master | response ``` { "TotalWeight": 39666212700160, "UsedWeight": 2438143586304, "AvailableSpace": 37228069113856, "ID": 2, "Zone": "zone1", "Addr": "10.196.59.201:17310", "ReportTime": "2018-12-06T10:56:38.881784447+08:00", "IsActive": true "UsageRatio": 0.06146650815226848, "SelectTimes": 5, "Carry": 1.0655859145960367, "DataPartitionReports": {}, "DataPartitionCount": 21, "NodeSetID": 3, "PersistenceDataPartitions": {}, "BadDisks": {} } ``` #### Decommission[¶](#decommission "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/dataNode/decommission?addr=10.196.59.201:17310" ``` Remove the dataNode from cluster, data partitions which locate the dataNode will be migrate other available dataNode asynchronous. Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | addr | string | the addr which communicate with master | ### Volume[¶](#volume "Permalink to this headline") #### Create[¶](#create "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/admin/createVol?name=test&capacity=100&owner=cfs&mpCount=3" ``` Allocate a set of data partition and a meta partition to the user. Default create 10 data partition and 3 meta partition when create volume. ChubaoFS uses the **Owner** parameter as the user ID. When creating a volume, if there is no user named the owner of the volume, a user with the user ID same as **Owner** will be automatically created; if a user named Owner already exists in the cluster, the volume will be owned by the user. For details, please see:: doc: /admin-api/master/user Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | Mandatory | Default | | --- | --- | --- | --- | --- | | name | string | volume name | Yes | None | | capacity | int | the quota of vol, unit is GB | Yes | None | | owner | string | the owner of vol, and user ID of a user | Yes | None | | mpCount | int | the amount of initial meta partitions | No | 3 | | enableToken | bool | whether to enable the token mechanism to control client permissions | No | false | | size | int | the size of data partitions, unit is GB | No | 120 | | followerRead | bool | enable read from follower | No | false | | crossZone | bool | cross zone or not. If it is true, parameter *zoneName* must be empty | No | false | | zoneName | string | specified zone | No | default (if *crossZone* is false) | #### Delete[¶](#delete "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/vol/delete?name=test&authKey=md5(owner)" ``` Mark the vol status to MarkDelete first, then delete data partition and meta partition asynchronous, finally delete meta data from persist store. While deleting the volume, the policy information related to the volume will be deleted from all user information. Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | volume name | | authKey | string | calculates the 32-bit MD5 value of the owner field as authentication information | #### Get[¶](#get "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/client/vol?name=test&authKey=md5(owner)" | python -m json.tool ``` Show the base information of the vol, such as name, the detail of data partitions and meta partitions and so on. Parameters[¶](#id3 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | volume name | | authKey | string | calculates the 32-bit MD5 value of the owner field as authentication information | response ``` { "Name": "test", "Owner": "user", "Status": "0", "FollowerRead": "true", "MetaPartitions": {}, "DataPartitions": {}, "DataPartitions": {}, "CreateTime": 0 } ``` #### Stat[¶](#stat "Permalink to this headline") ``` curl -v http://10.196.59.198:17010/client/volStat?name=test ``` Show the status information of volume. Parameters[¶](#id4 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | volume name | response ``` { "Name": "test", "TotalSize": 322122547200000000, "UsedSize": 155515112832780000, "UsedRatio": "0.48", "EnableToken": false } ``` #### Update[¶](#update "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/vol/update?name=test&capacity=100&authKey=md5(owner)" ``` Increase the quota of volume, or adjust other parameters. Parameters[¶](#id5 "Permalink to this table") | Parameter | Type | Description | Mandatory | | --- | --- | --- | --- | | name | string | volume name | Yes | | authKey | string | calculates the 32-bit MD5 value of the owner field as authentication information | Yes | | capacity | int | the quota of vol, unit is GB | Yes | | zoneName | string | update zone name | Yes | | enableToken | bool | whether to enable the token mechanism to control client permissions. `False` by default. | No | | followerRead | bool | enable read from follower | No | #### List[¶](#list "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/vol/list?keywords=test" ``` List all volumes information, and can be filtered by keywords. Parameters[¶](#id6 "Permalink to this table") | Parameter | Type | Description | Mandatory | | --- | --- | --- | --- | | keywords | string | get volumes information which contains this keyword | No | response ``` [ { "Name": "test1", "Owner": "cfs", "CreateTime": 0, "Status": 0, "TotalSize": 155515112832780000, "UsedSize": 155515112832780000 }, { "Name": "test2", "Owner": "cfs", "CreateTime": 0, "Status": 0, "TotalSize": 155515112832780000, "UsedSize": 155515112832780000 } ] ``` #### Add Token[¶](#add-token "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/token/add?name=test&tokenType=1&authKey=md5(owner)" ``` Add the token that controls read and write permissions. Parameters[¶](#id7 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | the name of vol | | tokenType | int | 1 is readonly token, 2 is readWrite token | | authKey | string | calculates the 32-bit MD5 value of the owner field as authentication information | #### Update Token[¶](#update-token "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/token/update?name=test&token=xx&tokenType=1&authKey=md5(owner)" ``` Update token type. Parameters[¶](#id8 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | the name of vol | | token | string | the token value | | tokenType | int | 1 is readonly token, 2 is readWrite token | | authKey | string | calculates the 32-bit MD5 value of the owner field as authentication information | #### Delete Token[¶](#delete-token "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/token/delete?name=test&token=xx&authKey=md5(owner)" ``` Delete specified token. Parameters[¶](#id9 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | the name of vol | | token | string | the token value | | authKey | string | calculates the 32-bit MD5 value of the owner field as authentication information | #### Get Token[¶](#get-token "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/token/get?name=test&token=xx" ``` Show token information. Parameters[¶](#id10 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | the name of vol | | token | string | the token value | response ``` { "TokenType":2, "Value":"siBtuF9hbnNqXzJfMTU48si3nzU4MzE1Njk5MDM1NQ==", "VolName":"test" } ``` ### Meta Partition[¶](#meta-partition "Permalink to this headline") #### Create[¶](#create "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/metaPartition/create?name=test&start=10000" ``` Split meta partition manually. If max meta partition of the vol which range is `[0,end)` and `end` larger than `start` parameter, old meta partition range will be `[0,start]`, new meta partition will be `[start+1,end)`. Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | name | string | the name of vol | | start | uint64 | the start value of meta partition which will be create | #### Get[¶](#get "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/metaPartition/get?id=1" | python -m json.tool ``` Show base information of meta partition, such as id, start, end and so on. Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | id | uint64 | the id of meta partition | response ``` { "PartitionID": 1, "Start": 0, "End": 9223372036854776000, "MaxNodeID": 1, "VolName": "test", "Replicas": {}, "ReplicaNum": 3, "Status": 2, "IsRecover": true, "Hosts": {}, "Peers": {}, "Zones": {}, "MissNodes": {}, "LoadResponse": {} } ``` #### Decommission[¶](#decommission "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/metaPartition/decommission?id=13&addr=10.196.59.202:17210" ``` Remove the replica of meta partition, and create new replica asynchronous. Parameters[¶](#id3 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | id | uint64 | the id of meta partition | | addr | string | the addr of replica which will be decommission | #### Load[¶](#load "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/metaPartition/load?id=1" ``` Send load task to the metaNode which meta partition locate on, then check the crc of each replica in the meta partition. Parameters[¶](#id4 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | id | uint64 | the id of data partition | ### Data Partition[¶](#data-partition "Permalink to this headline") #### Create[¶](#create "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/dataPartition/create?count=400&name=test" ``` Create a set of data partition. Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | count | int | the num of dataPartitions will be create | | name | string | the name of vol | #### Get[¶](#get "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/dataPartition/get?id=100" | python -m json.tool ``` Get information of the specified data partition. Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | id | uint64 | the id of data partition | response ``` { "PartitionID": 100, "LastLoadedTime": 1544082851, "ReplicaNum": 3, "Status": 2, "Replicas": {}, "Hosts": {}, "Peers": {}, "Zones": {}, "MissingNodes": {}, "VolName": "test", "VolID": 2, "FileInCoreMap": {}, "FilesWithMissingReplica": {} } ``` #### Decommission[¶](#decommission "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/dataPartition/decommission?id=13&addr=10.196.59.201:17310" ``` Remove the replica of data partition, and create new replica asynchronous. Parameters[¶](#id3 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | id | uint64 | the id of data partition | | addr | string | the addr of replica which will be decommission | #### Load[¶](#load "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/dataPartition/load?id=1" ``` Send load task to the dataNode which data partition locate on, then check the crc of each file in the data partition asynchronous. Parameters[¶](#id4 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | id | uint64 | the id of data partition | #### Offline Disk[¶](#offline-disk "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/disk/decommission?addr=10.196.59.201:17310&disk=/cfs1" ``` Synchronously offline all the data partitions on the disk, and create a new replica for each data partition in the cluster. Parameters[¶](#id5 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | addr | string | replica address | | disk | string | disk path | ### Master Management[¶](#master-management "Permalink to this headline") #### Add[¶](#add "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/raftNode/add?addr=10.196.59.197:17010&id=3" ``` Add a new master node to master raft group. Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | addr | string | the addr of master server, format is ip:port | | id | uint64 | the node id of master server | #### Remove[¶](#remove "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/raftNode/remove?addr=10.196.59.197:17010&id=3" ``` Remove the master node from master raft group. Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | addr | string | the addr of master server, format is ip:port | | id | uint64 | the node id of master server | ### User[¶](#user "Permalink to this headline") #### Create[¶](#create "Permalink to this headline") ``` curl -H "Content-Type:application/json" -X POST --data '{"id":"testuser","pwd":"12345","type":3}' "http://10.196.59.198:17010/user/create" ``` Create a user in the cluster to access object storage service. When the cluster starts, the `root` user is automatically created (the value of `type` is `0x1`). ChubaoFS treats every `Owner` of volume as a `user`. For example, if the value of **Owner** is `testuser` when creating a volume, the volume is owned by user `testuser`. If there is no user ID with the same value as the **Owner** when creating the volume, the user named the value of **Owner** will be automatically created when creating the volume. body key[¶](#id1 "Permalink to this table") | Key | Type | Description | Range | Mandatory | Default | | --- | --- | --- | --- | --- | --- | | id | string | user ID | Consists of letters, numbers and underscores, no more than 20 characters | Yes | None | | pwd | string | user’s password | Unlimited | No | `ChubaoFSUser` | | ak | string | Access Key | Consists of 16-bits letters and numbers | No | Random value | | sk | string | Secret Key | Consists of 32-bits letters and numbers | No | Random value | | type | int | user type | 2: [admin] / 3: [normal user] | Yes | None | #### Delete[¶](#delete "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/user/delete?user=testuser" ``` Delete the specified user in the cluster. Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | user | string | user ID | #### Get[¶](#get "Permalink to this headline") Show basic user information, including user ID, Access Key, Secret Key, list of owned volumes, list of permissions granted by other users, user type, creation time. The field `policy` shows the volumes which the user has permission, of which `own\_vols` indicates that volumes owned by the user, and `authorized\_vols` indicates the volume authorized by other users to the user with restrictions. There are two ways to obtain: ##### Query by User ID[¶](#query-by-user-id "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/user/info?user=testuser" | python -m json.tool ``` Parameters[¶](#id3 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | user | string | user ID | ##### Query by Access Key[¶](#query-by-access-key "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/user/akInfo?ak=0123456789123456" | python -m json.tool ``` Parameters[¶](#id4 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | ak | string | Access Key | response ``` { "user\_id": "testuser", "access\_key": "0123456789123456", "secret\_key": "ZVY5RHlrnOrCjImW9S3MajtYZyxSegcf", "policy": { "own\_vols": ["vol1"], "authorized\_vols": { "ltptest": [ "perm:builtin:ReadOnly", "perm:custom:PutObjectAction" ] } }, "user\_type": 3, "create\_time": "2020-05-11 09:25:04" } ``` #### List Users[¶](#list-users "Permalink to this headline") ``` curl -v "http://10.196.59.198:17010/user/list?keywords=test" | python -m json.tool ``` Query information about all users in a cluster whose user ID contains the keyword. Parameters[¶](#id5 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | keywords | string | check user ID contains this or not | #### Update[¶](#update "Permalink to this headline") ``` curl -H "Content-Type:application/json" -X POST --data '{"user\_id":"testuser","access\_key":"KzuIVYCFqvu0b3Rd","secret\_key":"iaawlCchJeeuGSnmFW72J2oDqLlSqvA5","type":3}' "http://10.196.59.198:17010/user/update" ``` Update the specified user’s information, including access key, secret key and user type. body key[¶](#id6 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | user\_id | string | user ID value after updating | Yes | | access\_key | string | Access Key value after updating | No | | secret\_key | string | Secret Key value after updating | No | | type | int | user type value after updating | No | #### Update Permission[¶](#update-permission "Permalink to this headline") ``` curl -H "Content-Type:application/json" -X POST --data '{"user\_id":"testuser","volume":"vol","policy":["perm:builtin:ReadOnly","perm:custom:PutObjectAction"]}' "http://10.196.59.198:17010/user/updatePolicy" ``` Update the specified user’s permission to a volume. There are three types of values for `policy`: * Grant read-only or read-write permission, the value is `perm:builtin:ReadOnly` or `perm:builtin:Writable`. * Grant a permission of the specified action, the format is `action:oss:XXX`, take *GetObject* action as an example, the value of policy is `action:oss:GetObject`. * Grant a custom permission, the format is `perm:custom:XXX`, where *XXX* is customized by the user. After the permissions are specified, the user can only access the volume within the specified permissions when using the object storage. If the user already has permissions for this volume, this operation will overwrite the original permissions. body key[¶](#id7 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | user\_id | string | user ID to be set | Yes | | volume | string | volume name to be set | Yes | | policy | string slice | policy to be set | Yes | #### Remove Permission[¶](#remove-permission "Permalink to this headline") ``` curl -H "Content-Type:application/json" -X POST --data '{"user\_id":"testuser","volume":"vol"}' "http://10.196.59.198:17010/user/removePolicy" ``` Remove all permissions of a specified user for a volume. body key[¶](#id8 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | user\_id | string | user ID to be deleted | Yes | | volume | string | volume name to be deleted | Yes | #### Transfer Volume[¶](#transfer-volume "Permalink to this headline") ``` curl -H "Content-Type:application/json" -X POST --data '{"volume":"vol","user\_src":"user1","user\_dst":"user2","force":"true"}' "http://10.196.59.198:17010/user/transferVol" ``` Transfer the ownership of the specified volume. This operation removes the specified volume from the `owner\_vols` of source user name and adds it to the `owner\_vols` of target user name; At the same time, the value of the field `Owner` in the volume structure will also be updated to the target user ID. body key[¶](#id9 "Permalink to this table") | Key | Type | Description | Mandatory | | --- | --- | --- | --- | | volume | string | Volume name to be transfered | Yes | | user\_src | string | Original owner of the volume, and must be the same as the `Owner` of the volume | Yes | | user\_dst | string | Target user ID after transferring | Yes | | force | bool | Force to transfer the volume. If the value is set to true, even if the value of `user\_src` is different from the value of the owner of the volume, the volume will also be transferred to the target user | No | Meta Node API[¶](#meta-node-api "Permalink to this headline") ------------------------------------------------------------- ### Meta Partition[¶](#meta-partition "Permalink to this headline") #### Get Partitions[¶](#get-partitions "Permalink to this headline") ``` curl -v http://10.196.59.202:17210/getPartitions ``` Get all meta-partition base information of the metanode. #### Get Partition by ID[¶](#get-partition-by-id "Permalink to this headline") ``` curl -v http://10.196.59.202:17210/getPartitionById?pid=100 ``` Get the specified partition information, this result contains: leader address, raft group peer and cursor. Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | pid | integer | meta-partition id | ### Inode[¶](#inode "Permalink to this headline") #### Get Inode[¶](#get-inode "Permalink to this headline") ``` curl -v http://10.196.59.202:17210/getInode?pid=100&ino=1024 ``` Get inode information Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | pid | integer | meta-partition id | | ino | integer | inode id | #### Get Extents by Inode[¶](#get-extents-by-inode "Permalink to this headline") ``` curl -v http://10.196.59.202:17210/getExtentsByInode?pid=100&ino=1024 ``` Get inode all extents information Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | pid | integer | meta-partition id | | ino | integer | inode id | #### Get All Inodes[¶](#get-all-inodes "Permalink to this headline") ``` curl -v http://10.196.59.202:17210/getAllInodes?pid=100 ``` Get all inodes of the specified partition Parameters[¶](#id3 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | pid | integer | meta-partition id | ### Dentry[¶](#dentry "Permalink to this headline") #### Get Dentry[¶](#get-dentry "Permalink to this headline") ``` curl -v 'http://10.196.59.202:17210/getDentry?pid=100&name=""&parentIno=1024' ``` Get dentry information Parameters[¶](#id1 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | pid | integer | meta partition id | | name | string | file or directory name | | parentIno | integer | file or directory parent directory inode | #### Get Directory[¶](#get-directory "Permalink to this headline") ``` curl -v "http://10.196.59.202:17210/getDirectory?pid=100&parentIno=1024" ``` Get all files of the parent inode is 1024 Parameters[¶](#id2 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | pid | integer | partition id | | ino | integer | inode id | #### Get All Dentry[¶](#get-all-dentry "Permalink to this headline") ``` curl -v "http://10.196.59.202:17210/getAllDentry?pid=100" ``` Parameters[¶](#id3 "Permalink to this table") | Parameter | Type | Description | | --- | --- | --- | | pid | integer | partition id | Command Line Interface[¶](#command-line-interface "Permalink to this headline") ------------------------------------------------------------------------------- ### CLI[¶](#cli "Permalink to this headline") Using the Command Line Interface (CLI) can manage the cluster conveniently. With this tool, you can view the status of the cluster and each node, and manage each node, volumes, or users. As the CLI continues to improve, it will eventually achieve 100% coverage of the APIs of each node in the cluster. #### Compile and Configure[¶](#compile-and-configure "Permalink to this headline") After downloading the ChubaoFS source code, execute the command `go build` in the directory `chubaofs/cli` to generate `cli`. At the same time, a configuration file named `.cfs-cli.json` will be generated in the directory `root`, and the master address can be changed to the current cluster master address. You can also get or set the master address by executing the command `./cli config info` or `./cli config set`. #### Bug Shooting[¶](#bug-shooting "Permalink to this headline") The logs of `cfs-cli` tool are in the directory `/tmp/cfs/cli`, which offer detail running information for bug shooting. #### Usage[¶](#usage "Permalink to this headline") In the directory `chubaofs/cli`, execute the command `./cli --help` or `./cli -h` to get the CLI help document. CLI is mainly divided into seven types of management commands. Commands List[¶](#id1 "Permalink to this table") | Command | description | | --- | --- | | cli cluster | Manage cluster components | | cli metanode | Manage meta nodes | | cli datanode | Manage data nodes | | cli datapartition | Manage data partitions | | cli metapartition | Manage meta partitions | | cli config | Manage configuration for cli tool | | cli completion | Generating bash completions | | cli volume, vol | Manage cluster volumes | | cli user | Manage cluster users | | cli compatibility | Compatibility test | ##### Cluster Management[¶](#cluster-management "Permalink to this headline") ``` ./cli cluster info #Show cluster summary information ``` ``` ./cli cluster stat #Show cluster status information ``` ``` ./cli cluster freeze [true/false] #Turn on or turn off the automatic allocation of the data partitions. ``` ``` ./cli cluster threshold [float] #Set the threshold of memory on each meta node. ``` ##### MetaNode Management[¶](#metanode-management "Permalink to this headline") ``` ./cli metanode list #List information of meta nodes ``` ``` ./cli metanode info [Address] #Show detail information of a meta node ``` ``` ./cli metanode decommission [Address] #Decommission partitions in a meta node to other nodes ``` ##### DataNode Management[¶](#datanode-management "Permalink to this headline") ``` ./cli datanode list #List information of data nodes ``` ``` ./cli datanode info [Address] #Show detail information of a data node ``` ``` ./cli datanode decommission [Address] #Decommission partitions in a data node to other nodes ``` ##### DataPartition Management[¶](#datapartition-management "Permalink to this headline") ``` ./cli datapartition info [Partition ID] #Display detail information of a data partition ``` ``` ./cli datapartition decommission [Address] [Partition ID] #Decommission a replication of the data partition to a new address ``` ``` ./cli datapartition add-replica [Address] [Partition ID] #Add a replication of the data partition on a new address ``` ``` ./cli datapartition del-replica [Address] [Partition ID] #Delete a replication of the data partition from a fixed address ``` ``` ./cli datapartition check #Diagnose partitions, display the partitions those are corrupt or lack of replicas ``` ##### MetaPartition Management[¶](#metapartition-management "Permalink to this headline") ``` ./cli metapartition info [Partition ID] #Display detail information of a meta partition ``` ``` ./cli metapartition decommission [Address] [Partition ID] #Decommission a replication of the meta partition to a new address ``` ``` ./cli metapartition add-replica [Address] [Partition ID] #Add a replication of the meta partition on a new address ``` ``` ./cli metapartition del-replica [Address] [Partition ID] #Delete a replication of the meta partition from a fixed address ``` ``` ./cli metapartition check #Diagnose partitions, display the partitions those are corrupt or lack of replicas ``` ##### Config Management[¶](#config-management "Permalink to this headline") ``` ./cli config info #Show configurations of cli ``` ``` ./cli config set [flags] #Set configurations of cli Flags: --addr string #Specify master address [{HOST}:{PORT}] --timeout uint16 #Specify timeout for requests [Unit: s] (default 60) ``` ##### Completion Management[¶](#completion-management "Permalink to this headline") ``` ./cli completion #Generate bash completions ``` ##### Volume Management[¶](#volume-management "Permalink to this headline") ``` ./cli volume create [VOLUME NAME] [USER ID] [flags] #Create a new volume Flags: --capacity uint #Specify volume capacity [Unit: GB] (default 10) --dp-size uint #Specify size of data partition size [Unit: GB] (default 120) --follower-read #Enable read form replica follower (default true) --mp-count int #Specify init meta partition count (default 3) -y, --yes #Answer yes for all questions ``` ``` ./cli volume delete [VOLUME NAME] [flags] #Delete a volume from cluster Flags: -y, --yes #Answer yes for all questions ``` ``` ./cli volume info [VOLUME NAME] [flags] #Show volume information Flags: -d, --data-partition #Display data partition detail information -m, --meta-partition #Display meta partition detail information ``` ``` ./cli volume add-dp [VOLUME] [NUMBER] #Create and add more data partition to a volume ``` ``` ./cli volume list #List cluster volumes ``` ``` ./cli volume transfer [VOLUME NAME] [USER ID] [flags] #Transfer volume to another user. (Change owner of volume) Flags: -f, --force #Force transfer without current owner check -y, --yes #Answer yes for all questions ``` ##### User Management[¶](#user-management "Permalink to this headline") ``` ./cli user create [USER ID] [flags] #Create a new user Flags: --access-key string #Specify user access key for object storage interface authentication --secret-key string #Specify user secret key for object storage interface authentication --password string #Specify user password --user-type string #Specify user type [normal | admin] (default "normal") -y, --yes #Answer yes for all questions ``` ``` ./cli user delete [USER ID] [flags] #Delete specified user Flags: -y, --yes #Answer yes for all questions ``` ``` ./cli user info [USER ID] #Show detail information about specified user ``` ``` ./cli user list #List cluster users ``` ``` ./cli user perm [USER ID] [VOLUME] [PERM] #Setup volume permission for a user #The value of [PERM] is READONLY, RO, READWRITE, RW or NONE ``` ``` ./cli user update [USER ID] [flags] #Update information about specified user Flags: --access-key string #Update user access key --secret-key string #Update user secret key --user-type string #Update user type [normal | admin] -y, --yes #Answer yes for all questions ``` ##### Compatibility Test[¶](#compatibility-test "Permalink to this headline") ``` ./cli cptest meta [Snapshot Path] [Host] [Partition ID] #Metadata compatibility test Parameters: [Snapshot Path] string #The path which snapshot file located [Host] string #The metanode host which generated the snapshot file [Partition ID] string #The meta partition ID which to be compared ``` Example: > > 1. Use the old version to prepare metadata, stop writing metadata,after waiting for the latest snapshot to be generated(about 5 minutes), copy the snapshot file to the local machine > 2. Execute the metadata comparison command on local machine > > > > ``` > [Verify result] > All dentry are consistent > All inodes are consistent > All meta has checked > > ``` > > > Use Cases[¶](#use-cases "Permalink to this headline") ----------------------------------------------------- ChubaoFS is a distributed file system that is compatible with most POSIX file system semantics. When ChubaoFS is mounted, it can be as simple as using a local file system. Basically, it can be used in any case where a file system is needed, replacing the local file system, and realizing infinitely expandable storage without physical boundaries. It has been applied in various scenarios, and the following are some of the extracted scenes. ### Machine Learning[¶](#machine-learning "Permalink to this headline") Disadvantages of using a local disk to store training data sets: * The local disk space is small, and there are multiple models. The training data set of each model reaches the TB level. If you use a local disk to store the training data set, you need to reduce the size of the training data set. * Training data sets need to be updated frequently, requiring more disk space. * Risk of loss of training data set if machine crashes. The advantages of using ChubaoFS to store training data sets: * Unlimited disk space, easy to expand capacity. It can automatically expand disk capacity according to the percentage of disk usage, enabling storage system capacity expansion on demand, greatly saving storage costs. * Multiple replicas of data to ensure high data reliability without worrying about losing data. * Compatible with POSIX file system interface, no changes required by the application. ### ElasticSearch[¶](#elasticsearch "Permalink to this headline") Using local disks to store data often encounters the following problems: * Disk usage is uneven and disk IO cannot be fully utilized. * Local disk space is limited. The advantages of using ChubaoFS as a backend storage: * Unlimited disk space, easy to expand capacity. It can automatically expand disk capacity according to the percentage of disk usage, enabling storage system capacity expansion on demand, greatly saving storage costs. * Disk IO usage is uniform and disk IO is fully utilized. * Ensure data is highly reliable without worrying about losing data. ### Nginx Log Storage[¶](#nginx-log-storage "Permalink to this headline") Do you often worry about running out of local disk space? With ChubaoFS, you can store datas in a distributed file system without worrying about running out of disk space. If you use a local disk to store logs, you may often worry about the following issues: * Docker local disk space is small. * If the docker container crashes, the log is lost and unrecoverable. * The mixed deployment of physical machine and docker machine is difficult to manage and has high operation and maintenance cost. The advantages of using ChubaoFS to store nginx logs are: * The disk space is unlimited and easy to expand. The disk capacity is automatically expanded according to the percentage of disk usage. The storage system can be expanded on demand, which greatly saves storage costs. * Ensure data is highly reliable and do not worry about losing data. * Multiple replicas to solve the problem of unable to write to the log caused by disk error and datanode crashes. * Compatible with the POSIX file system interface, no changes required by the application. * The operation and maintenance of ChubaoFS are simple, and one person can easily manage the cluster of tens of thousands of machines. ### Spark[¶](#spark "Permalink to this headline") In the big data set scenario, are you worried about the amount of data stored in Spark intermediate calculation results in order to carefully calculate each task? You can store the shuffle results to ChubaoFS, and no longer worry about the disk has no free space which causes the task to fail. This enables the separation of storage and computation. The pain points of using local disk to store shuffle intermediate results: * Insufficient disk space. * Too many temporary directory files to create new files. The advantages of using ChubaoFS: * Unlimited disk space, easy to expand capacity. It can automatically expand disk capacity according to the percentage of disk usage, enabling storage system capacity expansion on demand, greatly saving storage costs. * Meta node manages file metadata, which can be expanded horizontally and the number of files is unlimited. ### MySQL Database Backup[¶](#mysql-database-backup "Permalink to this headline") Disadvantages of using OSS(Object Storage Service) to back up MySQL database: * Need to use the OSS SDK or RESTful API to develop backup programs which increases the difficulty of operation and maintenance. * If backup file fails, troubleshooting is more difficult. * After backing up files to OSS, it is not convenient to check whether the files are successfully uploaded. * Backup files are processed by multiple layers of services, which affects performance. Advantages of using ChubaoFS to back up MySQL databases: * Easy to use, compatible with POSIX file interface, and can be used as a local file system. * Complete and detailed operation logs are stored in the local file system, making it easy to troubleshoot problems. * Simply execute the ls command to verify that the file was successfully uploaded. * Supports PageCache and WriteCache, and file read and write performance is significantly improved compared to OSS. Performance[¶](#performance "Permalink to this headline") --------------------------------------------------------- ### Environment[¶](#environment "Permalink to this headline") **Cluster Information** | Instance | Nodes | CPU | Memory | Storage | Network | Description | | Master | 3 | 32 | 32 GB | 120 GB SSD | 10 Gb/s | | | MetaNode | 10 | 32 | 32 GB | 16 x 1TB SSD | 10 Gb/s | hybrid deployment | | DataNode | 10 | 32 | 32 GB | 16 x 1TB SSD | 10 Gb/s | hybrid deployment | **Volume Setup** | Parameter | Default | Recommend | Description | | FollowerRead | True | True | | | Capacity | 10 GB | 300 000 000 GB | | | Data Replica Number | 3 | 3 | | | Meta Replica Number | 3 | 3 | | | Data Partition Size | 120 GB | 120 GB | Logical upper limit with no pre-occupied space. | | Data Partition Count | 10 | 1500 | | | Meta Partition Count | 3 | 10 | | | Cross Zone | False | False | | Set volume parameters by following: ``` $ cfs-cli volume create test-vol {owner} --capacity=300000000 --mp-count=10 Create a new volume: Name : test-vol Owner : ltptest Dara partition size : 120 GB Meta partition count: 10 Capacity : 300000000 GB Replicas : 3 Allow follower read : Enabled Confirm (yes/no)[yes]: yes Create volume success. $ cfs-cli volume add-dp test-vol 1490 ``` **client configuration** | Parameter | Default | Recommend | | rate limit | -1 | -1 | ``` #get current iops, default:-1(no limits on iops): $ http://[ClientIP]:[ProfPort]/rate/get #set iops $ http://[ClientIP]:[ProfPort]/rate/set?write=800&read=800 ``` ### Small File Performance and Scalability[¶](#small-file-performance-and-scalability "Permalink to this headline") Small file operation performance and scalability benchmark test by [mdtest](https://github.com/LLNL/mdtest). **Setup** ``` #!/bin/bash set -e TARGET\_PATH="/mnt/test/mdtest" # mount point of ChubaoFS volume for FILE_SIZE in 1024 2048 4096 8192 16384 32768 65536 131072 # file size do mpirun --allow-run-as-root -np 512 --hostfile hfile64 mdtest -n 1000 -w $i -e $FILE\_SIZE -y -u -i 3 -N 1 -F -R -d $TARGET\_PATH; done ``` **Benchmark** [![Small File Benchmark](_images/cfs-small-file-benchmark.png)](_images/cfs-small-file-benchmark.png) | File Size (KB) | 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | | Creation (TPS) | 70383 | 70383 | 73738 | 74617 | 69479 | 67435 | 47540 | 27147 | | Read (TPS) | 108600 | 118193 | 118346 | 122975 | 116374 | 110795 | 90462 | 62082 | | Removal (TPS) | 87648 | 84651 | 83532 | 79279 | 85498 | 86523 | 80946 | 84441 | | Stat (TPS) | 231961 | 263270 | 264207 | 252309 | 240244 | 244906 | 273576 | 242930 | ### IO Performance and Scalability[¶](#io-performance-and-scalability "Permalink to this headline") IO Performance and benchmark scalability test by [fio](https://github.com/axboe/fio). *Note: Multiple clients mount the same volume. And the process refers to the fio process.* #### 1. Sequential Read[¶](#sequential-read "Permalink to this headline") **Setup** ``` #!/bin/bash fio -directory={} \ -ioengine=psync \ -rw=read \ # sequential read -bs=128k \ # block size -direct=1 \ # enable direct IO -group_reporting=1 \ -fallocate=none \ -time_based=1 \ -runtime=120 \ -name=test_file_c{} \ -numjobs={} \ -nrfiles=1 \ -size=10G ``` **Bandwidth(MB/s)** [![Sequential Read Bandwidth (MB/s)](_images/cfs-fio-sequential-read-bandwidth.png)](_images/cfs-fio-sequential-read-bandwidth.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 148.000 | 626.000 | 1129.000 | 1130.000 | | 2 Clients | 284.000 | 1241.000 | 2258.000 | 2260.000 | | 4 Clients | 619.000 | 2640.000 | 4517.000 | 4515.000 | | 8 Clients | 1193.000 | 4994.000 | 9006.000 | 9034.000 | **IOPS** [![Sequential Read IOPS](_images/cfs-fio-sequential-read-iops.png)](_images/cfs-fio-sequential-read-iops.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 1180.000 | 5007.000 | 9031.000 | 9040.000 | | 2 Clients | 2275.000 | 9924.000 | 18062.000 | 18081.000 | | 4 Clients | 4954.000 | 21117.000 | 36129.000 | 36112.000 | | 8 Clients | 9531.000 | 39954.000 | 72048.000 | 72264.000 | **Latency(Microsecond)** [![Sequential Read Latency (Microsecond)](_images/cfs-fio-sequential-read-latency.png)](_images/cfs-fio-sequential-read-latency.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 842.200 | 794.340 | 1767.310 | 7074.550 | | 2 Clients | 874.255 | 801.690 | 1767.370 | 7071.715 | | 4 Clients | 812.363 | 760.702 | 1767.710 | 7077.065 | | 8 Clients | 837.707 | 799.851 | 1772.620 | 7076.967 | #### 2. Sequential Write[¶](#sequential-write "Permalink to this headline") **Setup** ``` #!/bin/bash fio -directory={} \ -ioengine=psync \ -rw=write \ # sequential write -bs=128k \ # block size -direct=1 \ # enable direct IO -group_reporting=1 \ -fallocate=none \ -name=test_file_c{} \ -numjobs={} \ -nrfiles=1 \ -size=10G ``` **Bandwidth(MB/s)** [![Sequential Write Bandwidth (MB/s)](_images/cfs-fio-sequential-write-bandwidth.png)](_images/cfs-fio-sequential-write-bandwidth.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 52.200 | 226.000 | 956.000 | 1126.000 | | 2 Clients | 104.500 | 473.000 | 1763.000 | 2252.000 | | 4 Clients | 225.300 | 1015.000 | 2652.000 | 3472.000 | | 8 Clients | 480.600 | 1753.000 | 3235.000 | 3608.000 | **IOPS** [![Sequential Write IOPS](_images/cfs-fio-sequential-write-iops.png)](_images/cfs-fio-sequential-write-iops.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 417 | 1805 | 7651 | 9004 | | 2 Clients | 835 | 3779 | 14103 | 18014 | | 4 Clients | 1801 | 8127 | 21216 | 27777 | | 8 Clients | 3841 | 14016 | 25890 | 28860 | **Latency(Microsecond)** [![Sequential Write Latency (Microsecond)](_images/cfs-fio-sequential-write-latency.png)](_images/cfs-fio-sequential-write-latency.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 2385.400 | 2190.210 | 2052.360 | 7081.320 | | 2 Clients | 2383.610 | 2081.850 | 2233.790 | 7079.450 | | 4 Clients | 2216.305 | 1947.688 | 2946.017 | 8842.903 | | 8 Clients | 2073.921 | 2256.120 | 4787.496 | 17002.425 | #### 3. Random Read[¶](#random-read "Permalink to this headline") **Setup** ``` #!/bin/bash fio -directory={} \ -ioengine=psync \ -rw=randread \ # random read -bs=4k \ # block size -direct=1 \ # enable direct IO -group_reporting=1 \ -fallocate=none \ -time_based=1 \ -runtime=120 \ -name=test_file_c{} \ -numjobs={} \ -nrfiles=1 \ -size=10G ``` **Bandwidth(MB/s)** [![Random Read Bandwidth (MB/s)](_images/cfs-fio-random-read-bandwidth.png)](_images/cfs-fio-random-read-bandwidth.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 6.412 | 39.100 | 216.000 | 534.000 | | 2 Clients | 14.525 | 88.100 | 409.000 | 1002.000 | | 4 Clients | 33.242 | 200.200 | 705.000 | 1693.000 | | 8 Clients | 59.480 | 328.300 | 940.000 | 2369.000 | **IOPS** [![Random Read IOPS](_images/cfs-fio-random-read-iops.png)](_images/cfs-fio-random-read-iops.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 1641 | 10240 | 56524.800 | 140288 | | 2 Clients | 3718 | 23142.4 | 107212.8 | 263168 | | 4 Clients | 8508 | 52428.8 | 184627.2 | 443392 | | 8 Clients | 15222 | 85072.8 | 246681.6 | 621056 | **Latency(Microsecond)** [![Random Read Latency (Microsecond)](_images/cfs-fio-random-read-latency.png)](_images/cfs-fio-random-read-latency.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 603.580 | 395.420 | 287.510 | 466.320 | | 2 Clients | 532.840 | 351.815 | 303.460 | 497.100 | | 4 Clients | 469.025 | 317.140 | 355.105 | 588.847 | | 8 Clients | 524.709 | 382.862 | 530.811 | 841.985 | #### 4. Random Write[¶](#random-write "Permalink to this headline") **Setup** ``` #!/bin/bash fio -directory={} \ -ioengine=psync \ -rw=randwrite \ # random write -bs=4k \ # block size -direct=1 \ # enable direct IO -group_reporting=1 \ -fallocate=none \ -time_based=1 \ -runtime=120 \ -name=test_file_c{} \ -numjobs={} \ -nrfiles=1 \ -size=10G ``` **Bandwidth(MB/s)** [![Random Write Bandwidth (MB/s)](_images/cfs-fio-random-write-bandwidth.png)](_images/cfs-fio-random-write-bandwidth.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 3.620 | 17.500 | 118.000 | 318.000 | | 2 Clients | 7.540 | 44.800 | 230.000 | 476.000 | | 4 Clients | 16.245 | 107.700 | 397.900 | 636.000 | | 8 Clients | 39.274 | 208.100 | 487.100 | 787.100 | **IOPS** [![Random Write IOPS](_images/cfs-fio-random-write-iops.png)](_images/cfs-fio-random-write-iops.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 926.000 | 4476.000 | 31027.200 | 83251.200 | | 2 Clients | 1929.000 | 11473.000 | 60313.600 | 124620.800 | | 4 Clients | 4156.000 | 27800.000 | 104243.200 | 167014.400 | | 8 Clients | 10050.000 | 53250.000 | 127692.800 | 206745.600 | **Latency** [![Random Write Latency](_images/cfs-fio-random-write-latency.png)](_images/cfs-fio-random-write-latency.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 1073.150 | 887.570 | 523.820 | 784.030 | | 2 Clients | 1030.010 | 691.530 | 539.525 | 1042.685 | | 4 Clients | 955.972 | 575.183 | 618.445 | 1552.205 | | 8 Clients | 789.883 | 598.393 | 1016.185 | 2506.424 | ### Metadata Performance and Scalability[¶](#metadata-performance-and-scalability "Permalink to this headline") Metadata performance and scalability benchmark test by [mdtest](https://github.com/LLNL/mdtest). **Setup** ``` #!/bin/bash TEST\_PATH=/mnt/cfs/mdtest # mount point of ChubaoFS volume for CLIENTS in 1 2 4 8 # number of clients do mpirun --allow-run-as-root -np $CLIENTS --hostfile hfile01 mdtest -n 5000 -u -z 2 -i 3 -d $TEST\_PATH; done ``` **Dir Creation** [![Dir Creation](_images/cfs-mdtest-dir-creation.png)](_images/cfs-mdtest-dir-creation.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 448.618 | 2421.001 | 14597.97 | 43055.15 | | 2 Clients | 956.947 | 5917.576 | 28930.431 | 72388.765 | | 4 Clients | 2027.02 | 13213.403 | 54449.056 | 104771.356 | | 8 Clients | 4643.755 | 27416.904 | 89641.301 | 119542.62 | **Dir Removal** [![Dir Removal](_images/cfs-mdtest-dir-removal.png)](_images/cfs-mdtest-dir-removal.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 399.779 | 2118.005 | 12351.635 | 34903.672 | | 2 Clients | 833.353 | 5176.812 | 24471.674 | 50242.973 | | 4 Clients | 1853.617 | 11462.927 | 46413.313 | 91128.059 | | 8 Clients | 4441.435 | 24133.617 | 74401.336 | 115013.557 | **Dir Stat** [![Dir Stat](_images/cfs-mdtest-dir-stat.png)](_images/cfs-mdtest-dir-stat.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 283232.761 | 1215309.524 | 4231088.104 | 12579177.02 | | 2 Clients | 572834.143 | 2169669.058 | 8362749.217 | 18120970.71 | | 4 Clients | 1263474.549 | 3333746.786 | 10160929.29 | 31874265.88 | | 8 Clients | 2258670.069 | 8715752.83 | 22524794.98 | 77533648.04 | **File Creation** [![File Creation](_images/cfs-mdtest-file-creation.png)](_images/cfs-mdtest-file-creation.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 448.888 | 2400.803 | 13638.072 | 27785.947 | | 2 Clients | 925.68 | 5664.166 | 25889.163 | 50434.484 | | 4 Clients | 2001.137 | 12986.968 | 50330.952 | 91387.825 | | 8 Clients | 4479.831 | 25933.437 | 86667.966 | 112746.199 | **File Removal** [![File Removal](_images/cfs-mdtest-file-removal.png)](_images/cfs-mdtest-file-removal.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 605.143 | 3678.138 | 18631.342 | 47035.912 | | 2 Clients | 1301.151 | 8365.667 | 34005.25 | 64860.041 | | 4 Clients | 3032.683 | 14017.426 | 50938.926 | 80692.761 | | 8 Clients | 7170.386 | 32056.959 | 68761.908 | 88357.563 | **Tree Creation** [![Tree Creation](_images/cfs-mdtest-tree-creation.png)](_images/cfs-mdtest-tree-creation.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 305.778 | 229.562 | 86.299 | 23.917 | | 2 Clients | 161.31 | 211.119 | 76.301 | 24.439 | | 4 Clients | 260.562 | 223.153 | 81.209 | 23.867 | | 8 Clients | 350.038 | 220.744 | 81.621 | 17.144 | **Tree Removal** [![Tree Removal](_images/cfs-mdtest-tree-removal.png)](_images/cfs-mdtest-tree-removal.png) | | 1 Process | 4 Processes | 16 Processes | 64 Processes | | 1 Client | 137.462 | 70.881 | 31.235 | 7.057 | | 2 Clients | 217.026 | 113.36 | 23.971 | 7.128 | | 4 Clients | 231.622 | 113.539 | 30.626 | 7.299 | | 8 Clients | 185.156 | 83.923 | 20.607 | 5.515 | Integrity[¶](#integrity "Permalink to this headline") ----------------------------------------------------- * Linux Test Project / fs Workload[¶](#workload "Permalink to this headline") --------------------------------------------------- * Database backup * Java application logs * Code git repo * Database systems MyRocks, MySQL Innodb, HBase, Scalability[¶](#scalability "Permalink to this headline") --------------------------------------------------------- * Volume Scalability: tens to millions of cfs volumes * Metadata Scalability: a big volume with billions of files/directories Contributing to ChubaoFS[¶](#contributing-to-chubaofs "Permalink to this headline") ----------------------------------------------------------------------------------- ### Bug Reports[¶](#bug-reports "Permalink to this headline") Please make sure the bug is not already reported by [searching the repository](https://github.com/chubaofs/chubaofs/search?q=&type=Issues&utf8=%E2%9C%93) with reasonable keywords. Then, [open an issue](https://github.com/chubaofs/chubaofs/issues) with steps to reproduce. ### Patch Guidelines[¶](#patch-guidelines "Permalink to this headline") In order for the patch to be accepted with higher possibility, there are a few things you might want to pay attention to: * [Filesystem stress tests](https://github.com/linux-test-project/ltp/blob/master/runtest/fs) is required before opening a pull request by ``` runltp -f fs -d [MOUNTPOINT] ``` * A good commit message describing the bug fix or the new feature is preferred. * [DCO](https://github.com/apps/dco) is required, so please add Signed-off-by to the commit. ### Credits[¶](#credits "Permalink to this headline") Sections of this documents have been borrowed from [CoreDNS](https://github.com/coredns/coredns/blob/master/CONTRIBUTING.md) and [Fluentd](https://github.com/fluent/fluentd/blob/master/CONTRIBUTING.md) Environment Requirements and Capacity Planning[¶](#environment-requirements-and-capacity-planning "Permalink to this headline") ------------------------------------------------------------------------------------------------------------------------------- ### Environment Requirements[¶](#environment-requirements "Permalink to this headline") The following table lists the system and hardware requirements of the performance test environment and production environment. You can also refer to the capacity planning chapter to accurately customize the deployment plan based on your cluster’s actual capacity planning. Note that since the DataNode used some features of linux kernal, so that the kernel version of servers which used for deploy DataNode must be later than 3.10. In order to speed up read and write of meta data, the meta data is stored in memory, while the DataNode mainly occupies disk resources. To maximize the use of node resources, you can mix-deploy DataNode and MetaNode on the same node. | Role | Spec | Test | Product | | Master | CPU | >=4C | >=8C | | | Memory | >=4G | >=16G | | | Kernel | >=3.10 | >=3.10 | | | Nodes | 3 | 3 | | DataNode | CPU | >=4C | >=4C | | | Memory | >=4G | >=8G | | | Kernel | >=3.10 | >=3.10 | | | Disk Capacity | >=1TB | >=2TB | | | Disk Type | sata | ssd | sata | ssd | | | File System | xfs | etx4 | xfs | etx4 | | | Nodes | >=3 | 100~1000 | | MetaNode | CPU | >=4C | >=8C | | | Memory | >=8G | >=16G | | | Kernel | >=3.10 | >=3.10 | | | Nodes | >=4 | 100~1000 | | Client | CPU | >=2C | >=2C | | | Memory | >=4G | >=1G | | | Kernel | >=3.10 | >=3.10 | ### Capacity Planning[¶](#capacity-planning "Permalink to this headline") First of all, you have to assess the highest expected number of files and storage capacity of the cluster in the future. Secondly, you need to know the machine resources you currently have, and the total memory, CPU cores, and disks on each machine. If you have been clear about those statistics, you can use the empirical reference values ​​given in the second section to see which scale your current environment belongs to, what file size it can carry,or you need to prepare for the current file experience requirements How many resources to prevent frequent expansion of machine resources. | Total File Count | Total File Size | Total memory | Total Disk Space | | --- | --- | --- | --- | | 1,000,000,000 | 10PB | 2048 GB | 10PB | The higher the proportion of large files, the greater the MetaNode pressure. Of course, if you feel that the current resources are adequately used, you don’t need to meet the capacity growth requirements all at once. Then you can pay attention to the capacity warning information of MetaNode/DataNode in time. When the memory or disk is about to run out, dynamically increase MetaNode/DataNode to adjust the capacity. In other words, if you find that the disk space is not enough, you can increase the disk or increase DataNode. If you find that all MetaNode memory is too full, you can increase MetaNode to relieve memory pressure. ### Multi-Zone Deploy[¶](#multi-zone-deploy "Permalink to this headline") If you want the cluster to support fault tolerance in the computer room, you can deploy a ChubaoFS cluster across computer rooms. At the same time, it should be noted that since the communication delay between computer rooms is higher than that of a single computer room, if the requirements for high availability are greater than low latency, you can choose a cross-computer room deployment solution. If you have higher performance requirements, it is recommended to deploy clusters in a single computer room. Configuration scheme: Modify the zoneName parameter in the DataNode/MetaNode configuration file, specify the name of the computer room where you are, and then start the DataNode/MetaNode process, the computer room will be stored and recorded by the Master along with the registration of DataNode/MetaNode. Create a single zone volume: ``` $ cfs-cli volume create {name} --zone-name={zone} ``` In order to prevent volume initialization failure in a single computer room, please ensure that the DataNode of a single computer room is not less than 3 and MetaNode is not less than 4. Create a cross-zone volume: ``` $ cfs-cli volume create {name} --cross-zone=true ``` Q&A[¶](#q-a "Permalink to this headline") ----------------------------------------- * If you are new to ChubaoFS and want to start quickly, please refer to [Run Cluster on Docker](index.html#document-user-guide/docker) * If you are interested in ChubaoFS and want to conduct a performance test before applying it in the product environment, please refer to [Performance](index.html#document-evaluation) * If you have completed the assessment of ChubaoFS and want to put it into product environment, and want to learn how to carry out capacity planning and environment preparing, please refer to [Environment Requirements and Capacity Planning](index.html#document-env) * If you want to know about best practices of ChubaoFS, please refer to [Use Cases](index.html#document-use-case) * If you encounter some problems in the product environment, the following content may help to solve your problems. For the convenience of description, we define the following keyword abbreviations | Full Name | Abbreviation | | --- | --- | | Data Partition | dp | | Meta Partition | mp | | Data Partition Replica | dpr | | Meta Partition Replica | mpr | | NodeSet | ns | | DataNode | dn | | MetaNode | mn | ### Compile[¶](#compile "Permalink to this headline") 1. Compile ChubaoFS on one machine, but it cannot be started when deployed to other machines. First please make sure to use the `PORTABLE=1 make static\_lib` command to compile RocksDB, then use the `ldd` command to check whether the dependent libraries are installed on the machine. After installing the missing libraries, execute the `ldconfig` command. 2. A problem similar to undefined reference to ‘ZSTD\_versionNumber’. There are two solutions. * It can be compiled by adding the specified library to CGO\_LDFLAGS. For example: `CGO\_LDFLAGS="-L/usr/local/lib -lrocksdb -lzstd"`. This requires that the `zstd` library is also installed on other deployment machines. * Remove the script that automatically detects whether the ‘zstd’ library is installed. Example of file location: rockdb-5.9.2/build\_tools/build\_detect\_platform The deleted content is as follows. ``` # Test whether zstd library is installed $CXX $CFLAGS $COMMON\_FLAGS -x c++ - -o /dev/null 2>/dev/null <<EOF #include <zstd.h> int main() {} EOF if [ "$?" = 0 ]; then COMMON\_FLAGS="$COMMON\_FLAGS -DZSTD" PLATFORM\_LDFLAGS="$PLATFORM\_LDFLAGS -lzstd" JAVA\_LDFLAGS="$JAVA\_LDFLAGS -lzstd" fi ``` ### Node & Disk Failure[¶](#node-disk-failure "Permalink to this headline") If a node or disk fails, you can take the failed node or disk offline by decommission command. 1. Decommission Datanode/Metanode > > > ``` > $ cfs-cli metanode/datanode decommission 192.168.0.21:17210 > > ``` > > > > * At what time to decommission mn/dn? > If a node fails and cannot reboot, it has to be removed from the cluster and the partitions on this machine is automatically migrated to other healthy nodes. > > > > * The decommission caused an acute increasing on disk io and network io. > The decommission will trigger automatic partition migration witch consumes a lot of network resources. Therefore, try to execute the decommission during off peak hours and avoid taking multiple nodes decommission at the same time. > > > > * What is the sign of decommission completion? > > > > > > > > > ``` > > $ cfs-cli datapartition check > > > > ``` > > > > > > If bad partition ids is empty, the decommission is done. > > > > > > > > + Common error1: There is no mn available, all mn memory or disks are full at this time, new mn needs to be added to the cluster > > + Common error2: The port number is wrong, the identifier of each mn should be a combination of ip+port , and port is the listen port in the mn configuration file, which cannot be wrong > > > 2. Decommission Disk If a disk fails but the node is healthy, you can partially decommission the disk. Similarly, as with dn/mn decommission, please try to avoid multiple decommission operations during off peak hours. ``` $ cfs-cli disk decommission {disk} 192.168.0.11:17310 ``` If correct, all the dp on the disk is migrated to other disks or nodes. The common error is similar to decommission dn. 3. Decommission Data Partition/Meta Partition > > > ``` > $ cfs-cli datapartition decommission 192.168.0.11:17310 {Partition ID} > > ``` > > > If correct, the dp is migrated to other nodes. > > * At what time to decommission a partition? > > > > > > > > > + There is too many partitions on one node, decommission some partitions to reduce the pressure on this node. > > + Take a small step instead of dn/mn decommission to prevent overloading of the cluster. > > > * The common error is similar to decommission dn/mn. > > > 4. If the disk is full, will it explode? It is recommended set reserved space in the dn startup json file, it is behind the disk path parameter, disk: “{disk path}:{reserved space}”. If the remaining space is less than reserved space, the dn turns readonly. ### Performance of Data and Metadata[¶](#performance-of-data-and-metadata "Permalink to this headline") 1. How does ChubaoFS compare with its alternatives ? * Ceph Ceph (<https://ceph.com/>) is a widely-used free-software storage platform. It can be configured for object storage, block storage, as well as file system. But many nice features provided by Ceph (e.g., various storage backends) also make it very complicated and difficult to learn and deploy. In addition, in certain scenarios such as metadata operations and small file operations, its performance in a multi-client environment can be hard to optimize. * GFS and HDFS GFS and its open source implementation HDFS (<https://github.com/apache/hadoop>) are designed for storing large files with sequential access. Both of them adopt the master-slave architecture, where the single master stores all the file metadata. Unlike GFS and HDFS, ChubaoFS employs a separate metadata subsystem to provide a scalable solution for the metadata storage so that the resource manager has less chance to become the bottleneck. * Hadoop Ozone Hadoop Ozone is a scalable distributed object storage system designed for Hadoop. It was originally proposed to solve the problem of HDFS namenode expansion. It reconstructs the namenode metadata management part of hdfs and reuses the datanode of hdfs. ChubaoFS has many of the same design concepts like ozone such as: supporting for volume isolation, compatible with both raft/master-slave synchronous replication mechanisms, implenting for s3-compatible interfaces. In addition, ChubaoFS’s POSIX fuse-client interface supports random file reading and writing, and optimizes reading and writing of small files. * Haystack Haystack from Facebook takes after log-structured filesystems to serve long tail of requests seen by sharing photos in a large social network. The key insight is to avoid disk operations when accessing metadata. ChubaoFS adopts similar ideas by putting the file metadata into the main memory. However, different from Haystack, the actually physical offsets instead of logical indices of the file contents are stored in the memory, and deleting a file is achieved by the punch hole interface provided by the underlying file system instead of relying on the garbage collector to perform merging and compacting regularly for more efficient disk utilization. In addition, Haystack does not guarantee the strong consistency among the replicas when deleting the files, and it needs to perform merging and compacting regularly for more efficient disk utilization, which could be a performance killer. ChubaoFS takes a different design principle to separate the storage of file metadata and contents. In this way, we can have more flexible and cost-effective deployments of meta and data nodes. * Public Cloud Windows Azure Storage (<https://azure.microsoft.com/en-us/>) is a cloud storage system that provides strong consistency and multi-tenancy to the clients. Different from ChubaoFS, it builds an extra partition layer to handle random writes before streaming data into the lower level. AWS EFS (<https://aws.amazon.com/efs/>) is a cloud storage service that provides scalable and elastic file storage. Depending on the use cases, there could be a considerable amount of cost associated with using these cloud storage services. * Others GlusterFS (<https://www.gluster.org/>) is a scalable distributed file system that aggregates disk storage resources from multiple servers into a single global namespace. MooseFS (<https://moosefs.com/>) is a fault- tolerant, highly available, POSIX-compliant, and scalable distributed file system. However, similar to HDFS, it employs a single master to manage the file metadata. 2. If the scale of metadata is huge, how to improve cluster performance? The metadata of ChubaoFS is stored in the memory. Expanding memory of the mn or expanding the amount of mn horizontally will significantly improve the metadata performance and support a large number of small files. 3. If a dn/mn is added to the cluster, will it be automatically rebalanced, for example the dp/mp on the old node are migrated to the new node? No. Considering that the rebalance may cause overloading and risks data loss, it will not automatically rebalance. If you want the new node to carry more dp/mp to disperse the pressure of the old node, you can create new dp for this volume and the new dp may locate on new nodes, or you can decommission the dp on the old node. 4. There are scenes of batch delete files witch cause cluster overloads You can set and view the background file deletion rate by following command, the default value is 0, which means unlimited. It is recommended to set markdeleterate=1000, and then dynamically adjust it according to the cpu status of the nodes in the cluster. ``` $ cfs-cli cluster info $ cfs-cli cluster delelerate -h Set delete parameters Usage: cfs-cli cluster delelerate [flags] Flags: --auto-repair-rate string DataNode auto repair rate --delete-batch-count string MetaNode delete batch count --delete-worker-sleep-ms string MetaNode delete worker sleep time with millisecond. if 0 for no sleep -h, --help help for delelerate --mark-delete-rate string DataNode batch mark delete limit rate. if 0 for no infinity limit ``` ### Capacity Management[¶](#capacity-management "Permalink to this headline") 1. What if the capacity of Volume is used-out? ``` $ cfs-cli volume expand {volume name} {capacity / GB} ``` 2. How to optimize the read/write performance from the Volume side? The more dp that can be read and written, the better read and write performance of the Volume. ChubaoFS adopts a dynamic space allocation mechanism. After creating a Volume, it will pre-allocate a certain data partition dp for the Volume. When the number of dp that can be read and written is less than 10, the dp number will be automatically expanded by a step of 10. If you want to manually increase the number of readable and writable dp, you can use the following command: ``` $ cfs-cli volume create-dp {volume name} {number} ``` The default size of a dp is 120GB. Please add dp based on the actual cost to avoid overdrawing all dp. 3. How to reclaim the excess space of Volume ``` $ cfs-cli volume shrink {volume name} {capacity / GB} ``` If the set value is less than %120 of the used amount, the operation fails. 5. What if the cluster space is not enough? Prepare the new dn and mn, start it by json configuration file with the current master hosts, and the dn/mn will be automatically added to the cluster. ### Zone[¶](#zone "Permalink to this headline") Setting the zone can prevent the failure of a single zone witch causes the entire cluster unavailable. If parameter zoneName is set correctly, the node will automatically join the zone(cell). 1. See zones list ``` $ cfs-cli zone list ``` 2. What if accidentally set the volume zone by mistake? ``` $ cfs-cli volume update {volume name} --zone-name={zone name} ``` 2. What happens if MetaNde and DataNode do not set zone? Most of the parameters in the cluster have default values, and the default zone name is default. Please note that there must be enough dn and mn in a zone at the same time, otherwise, creating a volume in the zone will either fail to initialize data partitions or initialize meta partitions. 3. The meaning of NodeSet? Each zone will have several NodeSets, and each NodeSet can carry 18 nodes by default. Because ChubaoFS implements multi-raft, each node starts a raft server process, and each raft server manages m raft instances on the node. If the other replication group members of these raft members are distributed on N nodes, then the raft heartbeat will be transmitted between N nodes. As the cluster scale expands, N will become larger. Through the NodeSet restriction, the heartbeat is relatively independent within the NodeSet, which avoids the heartbeat storm of the cluster dimension. We use the multi raft and nodeset mechanisms together to avoid the problem of the raft heartbeat storm. ![nodeset](_images/nodeset.png) 4. How to distribute dp/mp of a volume in NodeSet? dp/mp is evenly distributed in NodeSet. On dp/mp creating, it will locate on the NodeSet behind the NodeSet of last dp/mp overall. 5. How to plan the amount of NodeSet? For 3-replicas dp/mp, a dp/mp will select the ns only when there are at least 3 available nodes in ns. count (ns) >= 18 \* n + 3 ### Node status is abnormal[¶](#node-status-is-abnormal "Permalink to this headline") View node status through cli tool ``` $ cfs-cli datanode list [Data nodes] ID ADDRESS WRITABLE STATUS 7 192.168.0.31:17310 No Inactive 8 192.168.0.32:17310 No Inactive 9 192.168.0.33:17310 Yes Active 10 192.168.0.35:17310 Yes Active 11 192.168.0.34:17310 Yes Active $ cfs-cli metanode list [Meta nodes] ID ADDRESS WRITABLE STATUS 2 192.168.0.21:17210 No Inactive 3 192.168.0.22:17210 No Inactive 4 192.168.0.23:17210 Yes Active 5 192.168.0.25:17210 Yes Active 6 192.168.0.24:17210 Yes Active ``` 1. Reasons for Datanode WRITABLE=No > > * The node is waiting for the decommission to complete > * Node disk is out of use > * The node has just started and is restoring data locally > > > 2. Reasons for Metanode WRITABLE=No > > * The node is waiting for the decommission to complete > * The node memory has reached totalMemory > * The node has just started and is restoring data locally > > > 3. If one of the three masters in the cluster is broken, can the remaining two restarts provide services normally? Yes. Since the Master uses the RAFT, it can provide services normally when the number of remaining nodes exceeds 50% of the total number of nodes. 4. Reasons for STATUS=Inactive > > * The network connection between the node and the master is interrupted. You need to check the network status and restore the network connection > * The node process hangs, you need to check whether the server process of the node is abnormally terminated, at this time restart the process to recover > > > ### Upgrade[¶](#upgrade "Permalink to this headline") 1. Steps > > 1. Download and unzip the latest binary file compression package from ChubaoFS official website <https://github.com/chubaofs/chubaofs/releases> > 2. Freeze the cluster > > > > ``` > $ cfs-cli cluster freeze true > > ``` > > > 3. Confirm the startup configuration file, do not change important information such as the data directory and port in the configuration file > 4. Stop the old server process > 5. Start the new server process > 6. Check that the node status recovered healthy after the upgrade, IsActive: Active > > > > ``` > $ cfs-cli datanode info 192.168.0.33:17310 > [Data node info] > ID : 9 > Address : 192.168.0.33:17310 > Carry : 0.06612836801123345 > Used ratio : 0.0034684352702178426 > Used : 96 GB > Available : 27 TB > Total : 27 TB > Zone : default > IsActive : Active > Report time : 2020-07-27 10:23:20 > Partition count : 16 > Bad disks : [] > Persist partitions : [2 3 5 7 8 10 11 12 13 14 15 16 17 18 19 20] > > ``` > > > 7. Upgrade the next node (in order to reduce the impact on the client, especially in a relatively large user volume, you need to upgrade the MetaNode nodes one by one), the upgrade sequence is shown bellow > > > ![upgrade](_images/upgrade-en.png) > 2. After upgrading a master, it is found that the monitoring system is not displayed in time? Check whether the configuration of this master node is correct, especially the id; check the master error log to find out whether there is a large number of no leader errors, and query the keyword leaderChange in the master warn log to check the reason for the leader change, and then check the raft warn log for further analysis. 3. Can I modify the port number of the configuration during the upgrade? No, ip+port constitutes the unique identifier of mn and dn instances, and will be treated as a new node after modification. ### Update Configuration Online[¶](#update-configuration-online "Permalink to this headline") 1. Update mn threshold ``` $ cfs-cli cluster set threshold { value } ``` 2. Update cluster configuration 3. Update Volume configuration ``` $ cfs-cli volume set -h Set configuration of the volume Usage: cfs-cli volume set [VOLUME NAME] [flags] Flags: --authenticate string Enable authenticate --capacity uint Specify volume capacity [Unit: GB] --enable-token string ReadOnly/ReadWrite token validation for fuse client --follower-read string Enable read form replica follower -h, --help help for set --replicas int Specify volume replicas number -y, --yes Answer yes for all questions --zonename string Specify volume zone name ``` 4. Update log level An interface to update the log level of master, MetaNode, and DataNode online is provided: ``` $ http://127.0.0.1:{profPort}/loglevel/set?level={log-level} ``` Supported log-level: debug,info,warn,error,critical,read,write,fatal ### Update Configuration Offline[¶](#update-configuration-offline "Permalink to this headline") 1. Update master IP After the ip address of the three-node master is replaced, all mn, dn and other applications that reference the master ip address need to be restarted after modifying the configuration. 2. Update DataNode/MetaNode port number It is not recommended to modify the dn/mn port. Because dn/mn is registered through ip:port in the master. If the port is modified, the master will consider it as a brand new node, and the old node is in the state of Inactive. 3. Update MetaNode totalMemory totalMemory refers to the total memory size of MetaNode. When the memory usage of MetaNode is higher than this value, MetaNode becomes read-only. Usually this value is smaller than the node memory. If MetaNode and DataNode are deployed in a mixed deployment, extra memory needs to be reserved for the DataNode. 4. Update DataNode reservedSpace In the dn startup configuration json file, the number in the second half of the disk parameter is the value of Reserved Space, unit(byte). ``` { ... "disks": [ "/cfs/disk:10737418240" ], ... } ``` 5. For more configurations, see [Resource Manager (Master)](index.html#document-user-guide/master) [Data Subsystem](index.html#document-user-guide/datanode) [Meta Subsystem](index.html#document-user-guide/metanode)[Client](index.html#document-user-guide/client). ### Handle Logs[¶](#handle-logs "Permalink to this headline") 1. What to do if tens of GB of logs are generated every day, which takes up too much disk space? In a production environment, you can set the log level to warn or error, which will significantly reduce the amount of logs. ``` $ http://127.0.0.1:{profPort}/loglevel/set?level={log-level} ``` Supported log-level: debug,info,warn,error,critical,read,write,fatal 2. Datanode warn log > > > ``` > checkFileCrcTaskErr clusterID[xxx] partitionID:xxx File:xxx badCrc On xxx: > > ``` > > > Analysis: The Master schedules the dn to check the crc data every few hours. This error indicates that the crc check failed and the file data is wrong. At this time, it is necessary to further analyze the error according to the partitionID and File in the warn message and with the assistance of the info log. > > > 3. Datanode error log 4. Master error log > > > ``` > clusterID[xxx] addr[xxx]_op[xx] has no response util time out > > ``` > > > Analysis:The response timed out when the Master sends the [Op] command to mn or dn, check the network between Master and mn/dn; check whether the dn/mn service process is alive. > > > 5. Master warn log 6. Metanode error log > > > ``` > Error metaPartition(xx) changeLeader to (xx): > > ``` > > > Analysis:Leader change, a normal action. > > > > ``` > inode count is not equal, vol[xxx], mpID[xx] > > ``` > > > Analysis:The number of inode is inconsistent. Because as long as two of the three copies are successful, the write is successful, so there will be inconsistencies in the three copies. Check the log for the specific reason. > > > 7. Metanode warn log 8. Client warn log > > > ``` > operation.go:189: dcreate: packet(ReqID(151)Op(OpMetaCreateDentry)PartitionID(0)ResultCode(ExistErr)) mp(PartitionID(1) Start(0) End(16777216) Members([192.168.0.23:17210 192.168.0.24:17210 192.168.0.21:17210]) LeaderAddr(192.168.0.23:17210) Status(2)) req({ltptest 1 1 16777218 test.log 420}) result(ExistErr) > > ``` > > > Analysis: ExistErr indicates that the file name already exists during the rename operation. It is an upper-level business operation problem. Maintainers can ignore this. > > > > ``` > extent_handler.go:498: allocateExtent: failed to create extent, eh(ExtentHandler{ID(xxx)Inode(xxx)FileOffset(xxxx)StoreMode(1)}) err(createExtent: ResultCode NOK, packet(ReqID(xxxxx)Op(OpCreateExtent)Inode(0)FileOffset(0)Size(86)PartitionID(xxxxx)ExtentID(xx)ExtentOffset(0)CRC(0)ResultCode(IntraGroupNetErr)) datapartionHosts(1.1.0.0:17310) ResultCode(IntraGroupNetErr)) > > ``` > > > Analysis: The client sends a request to create an extent to an mp and fails, it will soon try to request another mp. > > > 9. Client error log > > > ``` > appendExtentKey: packet(%v) mp(%v) req(%v) result(NotExistErr) > > ``` > > > Analysis: This error indicates that the file was deleted before written, which is an upper-level business operation problem. Maintainers can ignore this. > > > > ``` > conn.go:103:sendToMetaPartition: retry failed req(ReqID(xxxx)Op(OpMetaInodeGet)PartitionID(0)ResultCode(Unknown ResultCode(0)))mp(PartitionID(xxxx) Start(xxx) End(xxx) Members([xxx xxxx xxxx]) LeaderAddr(xxxx) Status(2)) mc(partitionID(xxxx) addr(xxx)) err([conn.go 129] Failed to read from conn, req(ReqID(xxxx)Op(OpMetaInodeGet)PartitionID(0)ResultCode(Unknown ResultCode(0))) :: read tcp 10.196.0.10:42852->11.196.1.11:9021: i/o timeout) resp(<nil>) > > ``` > > > Analysis 1:The network connection between the client and the MetaNode is abnormal. According to the error message “10.196.0.10:42852->11.196.1.11:9021”, check whether the network between the two addresses is normal > > > Analysis 2:Check if the MetaNode process hangs on “11.196.1.11:9021” > > > 10. Raft warn log 11. Raft error log > > > ``` > raft.go:446: [ERROR] raft partitionID[1105] replicaID[6] not active peer["nodeID":"6","peerID":"0","priority":"0","type":"PeerNormal"] > > ``` > > > Analysis: This is caused by excessive network pressure and increased delay. After the raft election interval is exceeded, the raft replication group loses the leader. After the network is restored, re-elect the leader, the error will disappear by itself. > > > ### Data Loss and Consistence[¶](#data-loss-and-consistence "Permalink to this headline") 1. All data of a single dn/mn is lost This situation can be equivalent to a dn/mn failure. You can log off the node through decommission, and then restart the node to re-register the node to the Master, and the Master will treat it as a new member. 2. Accidentally deleted file data in a dp directory in dn dn has the function of automatically repairing data. If the data has not been repaired for a long time, you can manually restart the current dn process, which will trigger the data repair process. ### Fuse Client[¶](#fuse-client "Permalink to this headline") 1. Memory and performance optimization issues > > * The Fuse client occupies too much memory, which has a large impact on other services > > > > > > > Offline: Set the readRate and writeRate parameters in the configuration file and restart the client. > > > > > > Online: <http:/>/{clientIP}:{profPort} /rate/set?write=800&read=800 > > > > > > > * For more, see(<https://chubaofs.readthedocs.io/zh_CN/latest/user-guide/fuse.html>) > > > 2. Mount issues > > * Does it support subdirectory mounting? > > > Yes. Set subdir in the configuration file > > > * What are the reasons for the mount failure > > > > > > > > > + If you see the following output, > > > > ``` > > $ ... err(readFromProcess: sub-process: fusermount: exec: "fusermount": executable file not found in $PATH) > > > > ``` > > > > > > Check if fuse is installed, if not, install it > > > > > > > > ``` > > $ rpm –qa|grep fuse > > yum install fuse > > > > ``` > > > > > > > > + Check if the mount directory exists > > + Check whether the mount point directory is empty > > + Check whether the mount point has been umount > > + Check whether the mount point status is normal. If the following message appears on the mount point mnt, you need to umount first, and then start the client > > > > ``` > > $ ls -lih > > ls: cannot access 'mnt': Transport endpoint is not connected > > total 0 > > 6443448706 drwxr-xr-x 2 root root 73 Jul 29 06:19 bin > > 811671493 drwxr-xr-x 2 root root 43 Jul 29 06:19 conf > > 6444590114 drwxr-xr-x 3 root root 28 Jul 29 06:20 log > > ? d????????? ? ? ? ? ? mnt > > 540443904 drwxr-xr-x 2 root root 45 Jul 29 06:19 script > > > > ``` > > > > > > > > + Check whether the configuration file is correct, master address, volume name and other information > > + If none of the above problems exist, locate the error through the client error log to see if it is the mount failure caused by the MetaNode or master service > > > > > 3. IO issues > > * IOPS is too high and the client’s memory usage exceeds 3GB or even higher. Is there any way to limit IOPS? > > > Limit the frequency of client response to io requests by modifying the client rate limit. > > > > ``` > #see current iops: > $ http://[ClientIP]:[profPort]/rate/get > #set iops, default:-1(no limits) > $ http://[ClientIP]:[profPort]/rate/set?write=800&read=800 > > ``` > > > * io delay too high for ls or other operations > > > > > > > > > + Because the client reads and writes files through the http protocol, please check whether the network status is healthy > > + Check whether there is an overloaded mn, whether the mn process is hanging, you can restart mn, or expand a new mn to the cluster and take the mp on the overloaded mn decommission to relieve the pressure of mn > > > > > 4. Does ChubaoFS provide strong consistence guarantees? No.ChubaoFS has relaxed POSIX consistency semantics, i.e., instead of providing strong consistency guarantees, it only ensures sequential consistency for file/directory operations, and does not have any leasing mechanism to prevent multiple clients writing to the same file/directory. It depends on the upperlevel application to maintain a more restrict consistency level if necessary. 5. Is it feasible to kill the client to directly stop the client service No. It is recommended to umount first. After umount, the client process will automatically stop.
photon
go
Photon 0.4 documentation [Photon](index.html#document-index) stable * [The core](index.html#document-core) * [Tools](index.html#document-tools) * [Utility](index.html#document-util) [Photon](index.html#document-index) * [Docs](index.html#document-index) » * Photon 0.4 documentation * [Edit on GitHub](https://github.com/spookey/photon/blob/936de5e8f1c62c46e8100cfb5bae2594907c13a6/docs/index.rst) --- Photon[¶](#photon "Permalink to this headline") =============================================== [![Photon logo, not a moustache](_images/photon_logo.png)](_images/photon_logo.png) Welcome to the Photon Documentation. Photon Intro[¶](#photon-intro "Permalink to this headline") ----------------------------------------------------------- It could be best described as a **shell backend as python module** Contributions are highly welcome [[1]](#contributions), also feel free to use the [issue tracker](http://github.com/spookey/photon/issues) if you encounter any problems. | Repository: | [github.com/spookey/photon](http://github.com/spookey/photon/) | | Documentation: | [photon.readthedocs.org](http://photon.readthedocs.org/en/latest/) | | Package: | [pypi.python.org/pypi/photon\_core](https://pypi.python.org/pypi/photon_core/) | ### Examples[¶](#examples "Permalink to this headline") The **/examples** directory contains some basic receipts on how to use Photon in your scripts. Photon helps at [Freifunk MWU](http://freifunk-mwu.de/) to solve some tasks: > > * See our [collection of backend-scripts](https://github.com/freifunk-mwu/backend-scripts) for some scripts using photon, running in production. > * To automatically compile gluon firmware for routers, we wrote the [gluon builder](https://github.com/freifunk-mwu/gluon-builder-ffmwu). > > > Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- Photon is available as package on pypi, it is called `photon\_core` [[2]](#photon-core). You can install/update the package via pip3 [[3]](#pip3): ``` pip3 install photon_core ``` ``` pip3 install -U photon_core ``` Bleeding-Edge Development is still at an very early stage, expect anything to change completely in near future. As long we still have a leading zero in the version (see *info* file) use *pip3* with the `--pre` switch: ``` pip3 install -U photon_core --pre ``` Versions Tags in the git repository will be released as a new pypi package version. Versions of a pypi package has always it’s git tag. And vice versa. Not every version increase will be tagged/released. I will only do so if I feel the urge to do so. | [[1]](#id1) | Teach me how to write good code, help me to improve. | | [[2]](#id2) | because photon itself was already taken :/ | | [[3]](#id3) | Photon is written in python3 ~ be careful with easy\_install | Structure[¶](#structure "Permalink to this headline") ----------------------------------------------------- Photon aimes to be modular and can be divided into [The core](index.html#core), it’s [Utility](index.html#util) and some [Tools](index.html#tools), provided through [Photon](index.html#photon) itself. If you just want to use Photon in your Scripts as a normal User you may especially be interested in the parts [Photon](index.html#photon) and [Tools](index.html#tools). ### The core[¶](#the-core "Permalink to this headline") All three modules depend on the [Utility](index.html#util): See also [Files](index.html#util-files), [Locations](index.html#util-locations), [Structures](index.html#util-structures), [System](index.html#util-system) [Settings](#settings) and [Meta](#meta) could be used independently or both together. Bundling [Settings](#settings) and [Meta](#meta) together plus adding the [Tools](index.html#tools), [Photon](#photon) provides a interface to use in your scripts. See also [Git Tool](index.html#tools-git), [Mail Tool](index.html#tools-mail), [Ping Tool](index.html#tools-ping), [Signal Tool](index.html#tools-signal) #### Settings[¶](#settings "Permalink to this headline") *class* `settings.``Settings`(*defaults*, *config='config.yaml'*, *verbose=True*)[[source]](_modules/settings.html#Settings)[¶](#settings.Settings "Permalink to this definition") Settings is a class which provides access to compiled settings loaded from YAML-files. The YAML-files will be read with specific loaders which enables certain logic within the configuration. It is possible to: > > * Insert references to existing fields via anchors and `!str\_join` or `!loc\_join` > * Insert keywords like **hostname** or **timestamp** using `!str\_join` > * Combine path-segments using `!loc\_join` > * Insert keywords like **home\_dir** or **conf\_dir** using `!loc\_join` > > > It is also possible to import or merge further content. | Parameters: | * **defaults** – The initial configuration to load. Will be located using [`util.locations.search\_location()`](index.html#util.locations.search_location "util.locations.search_location") + The common way is to use a short-filename to locate it next to the script using Photon. + Can also be a full path. + Can also passed directly as a dict + Bring your own defaults! Tears down (using [`util.system.shell\_notify()`](index.html#util.system.shell_notify "util.system.shell_notify") with state set to `True`) whole application if not found or none passed. * **config** – Where to store the loaded output from the defaults. Will be located using [`util.locations.search\_location()`](index.html#util.locations.search_location "util.locations.search_location") + File must already exist, will be created in ‘conf\_dir’ from [`util.locations.get\_locations()`](index.html#util.locations.get_locations "util.locations.get_locations") otherwise - Therefore use a short name (or full path) if one should be created Note The last loaded file wins + The config is intended to provide a editable file for the end-user + If a value differs from the original values in defaults, the value in config wins - Other values which not exist in config will be set from defaults - If a value in config contains a loader call which expresses the same as the value in defaults it will be skipped. + Be careful using **timestamp** s in a config. The timestamp of the first launch will always be used. + Simply delete all lines within the config to completely reset it to the defaults + Can be skipped by explicitly setting it to `None` * **verbose** – Sets the verbose flag for the underlying [Utility](index.html#util) functions | See also [`util.structures.yaml\_str\_join()`](index.html#util.structures.yaml_str_join "util.structures.yaml_str_join") and [`util.structures.yaml\_loc\_join()`](index.html#util.structures.yaml_loc_join "util.structures.yaml_loc_join") as well as the [Example Settings File](#settings-file-example) `get`[¶](#settings.Settings.get "Permalink to this definition") | Returns: | Current settings | `load`(*skey*, *sdesc*, *sdict=None*, *loaders=None*, *merge=False*, *writeback=False*)[[source]](_modules/settings.html#Settings.load)[¶](#settings.Settings.load "Permalink to this definition") Loads a dictionary into current settings | Parameters: | * **skey** – Type of data to load. Is be used to reference the data in the files sections within settings * **sdesc** – Either filename of yaml-file to load or further description of imported data when sdict is used * **sdict** ([*dict*](http://docs.python.org/3/library/stdtypes.html#dict "(in Python v3.5)")) – Directly pass data as dictionary instead of loading it from a yaml-file. Make sure to set skey and sdesc accordingly * **loaders** ([*list*](http://docs.python.org/3/library/stdtypes.html#list "(in Python v3.5)")) – Append custom loaders to the YAML-loader. * **merge** – Merge received data into current settings or place it under skey within meta * **writeback** – Write back loaded (and merged/imported) result back to the original file. This is used to generate the summary files | | Returns: | The loaded (or directly passed) content | See also [`util.structures.yaml\_str\_join()`](index.html#util.structures.yaml_str_join "util.structures.yaml_str_join") and [`util.structures.yaml\_loc\_join()`](index.html#util.structures.yaml_loc_join "util.structures.yaml_loc_join") ##### Example Settings File[¶](#example-settings-file "Permalink to this headline") defaults.sample.yaml | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 ``` | ``` # The syntax of the settings files is YAML: 01\_syntax: dictionary: 'value is a string' dictionary\_with\_list: ['value', 'is', 'a', 'list'] dictionary\_with\_list2: - this - is - another - list # ---- # YAML supports backreferences by anchors. # First yo have define a dictionary value as anchor: 02\_anchor: prefix: &MY\_PRFX 'Photon is a software that ' # Then use them together with !str\_join: poll: yay: !str\_join [\*MY\_PRFX, 'realy helps me'] nay: !str\_join [\*MY\_PRFX, 'sucks'] # This turns into: # yay: Photon is a software that really helps me # nay: Photon is a software that sucks # (The anchor ('&'-sign) must appear before the Reference ('\*'-sign) in the YAML-file. # (Note the whitespace.) # ---- # !str\_join can listen to the keywords - 'hostname' & 'timestamp': 03\_keywords: message: - !str\_join ['my machine "', 'hostname', '" is the best'] - !str\_join ['yours, herbert. date: ', 'timestamp'] # This turns into: # message: # - my machine "blechschachtel" is the best # - 'yours, herbert. date: YYYY.MM.DD-HH.MM.SS' # (with current date expanded) # ---- # Use !loc\_join to combine files and paths: 04\_locations: simple\_file: !loc\_join ['/', 'usr', 'local', 'bin', 'myscript.sh'] same\_simple\_file: !loc\_join ['/usr/local/bin', 'myscript.sh'] # This turns into: # simple\_file: /usr/local/bin/myscript.sh # same\_simple\_file: /usr/local/bin/myscript.sh # But be careful with leading '/'-signs: not\_the\_simple\_file: !loc\_join ['/usr/local', '/bin', 'myscript.sh'] # This turns into not what we wanted: # not\_the\_simple\_file: /bin/myscript.sh # It can also listen to keywords: in\_the\_home\_dir: !loc\_join ['home\_dir', 'my\_directory'] # in\_the\_home\_dir: /home/herbert/my\_directory # ---- # Combine them alltogether: 05\_combined: name: &MY\_ASS my\_awesome\_server\_software main: &OH\_MY !loc\_join ['home\_dir', \*MY\_ASS, 'main'] main\_run: !loc\_join [\*OH\_MY, 'run.py'] backup\_dir: !loc\_join ['data\_dir', \*MY\_ASS, !str\_join ['backup-', 'timestamp']] git-remote: !str\_join - 'https://github.com/user404/' - \*MY\_ASS - .git # This turns into: # name: my\_awesome\_server\_software # main: /home/herbert/my\_awesome\_server\_software/main # main\_run: /home/herbert/my\_awesome\_server\_software/main/run.py # backup\_dir: /home/herbert/.local/share/photon/my\_awesome\_server\_software/backup-YYYY.MM.DD-HH.MM.SS # git-remote: https://github.com/user404/my\_awesome\_server\_software.git ``` | See also The [wikipedia page on YAML](http://en.wikipedia.org/wiki/YAML) for some syntax reference. See also * !loc\_join: [`util.structures.yaml\_loc\_join()`](index.html#util.structures.yaml_loc_join "util.structures.yaml_loc_join") (get locations by keyword and join paths) * !str\_join: [`util.structures.yaml\_str\_join()`](index.html#util.structures.yaml_str_join "util.structures.yaml_str_join") (get variables by keyword and join strings) See also [Example Settings File](#settings-file-example), [Mail Tool Example](index.html#tools-mail-example), [Ping Tool Example](index.html#tools-ping-example) #### Meta[¶](#meta "Permalink to this headline") *class* `meta.``Meta`(*meta='meta.json'*, *verbose=True*)[[source]](_modules/meta.html#Meta)[¶](#meta.Meta "Permalink to this definition") Meta is a class which bounds to an actual json-file on disk. It provides a logger storing the entries in that json-file. It is also possible to import contents. By staging out to a different directory meta-files are left behind for further debugging or to see what was going on. | Parameters: | * **meta** – Initial, clean meta file to use. See [`stage()`](#meta.Meta.stage "meta.Meta.stage") for more * **verbose** – Sets the verbose flag for the underlying [Utility](index.html#util) functions | `load`(*mkey*, *mdesc*, *mdict=None*, *merge=False*)[[source]](_modules/meta.html#Meta.load)[¶](#meta.Meta.load "Permalink to this definition") Loads a dictionary into current meta | Parameters: | * **mkey** – Type of data to load. Is be used to reference the data from the ‘header’ within meta * **mdesc** – Either filename of json-file to load or further description of imported data when mdict is used * **mdict** ([*dict*](http://docs.python.org/3/library/stdtypes.html#dict "(in Python v3.5)")) – Directly pass data as dictionary instead of loading it from a json-file. Make sure to set mkey and mdesc accordingly * **merge** – Merge received data into current meta or place it under ‘import’ within meta | | Returns: | The loaded (or directly passed) content | `log`[¶](#meta.Meta.log "Permalink to this definition") | Parameters: | **elem** – Add a new log entry to the meta.* Can be anything. * The log is a dictionary with keys generated from the output of [`util.system.get\_timestamp()`](index.html#util.system.get_timestamp "util.system.get_timestamp") and elem as value | | Returns: | Current meta | `stage`(*name*, *clean=False*)[[source]](_modules/meta.html#Meta.stage)[¶](#meta.Meta.stage "Permalink to this definition") Switch stage | Parameters: | * **name** – Filename of new meta file. Will be located using [`util.locations.search\_location()`](index.html#util.locations.search_location "util.locations.search_location") + File must not already exist, will be created in ‘data\_dir’ from [`util.locations.get\_locations()`](index.html#util.locations.get_locations "util.locations.get_locations") + Can also be a full path to place it anywhere desired * **clean** – What to do with preexisting meta files? + `False`: Merge current meta with preexisting one + `True`: Replace preexisting meta with current one | #### Photon[¶](#photon "Permalink to this headline") *class* `photon.``Photon`(*defaults*, *config='config.yaml'*, *meta='meta.json'*, *verbose=True*)[[source]](_modules/photon.html#Photon)[¶](#photon.Photon "Permalink to this definition") Photon uses [The core](#core) and some functions from [Utility](index.html#util) in its [`m()`](#photon.Photon.m "photon.Photon.m")-method. The [`m()`](#photon.Photon.m "photon.Photon.m")-method itself is used in each tool to interact with photon to: > > * Launch shell commands, and receive the results > * Add messages to the meta-file > * Show the messages if necessary > * Tear down application completely in case of any serious problems > > > Further, Photon provides direct handlers for [`settings.Settings`](#settings.Settings "settings.Settings") and [`meta.Meta`](#meta.Meta "meta.Meta") and a handler for each tool from [Tools](index.html#tools) by it’s methods. | Parameters: | * **defaults** – Pass defaults down to [`settings.Settings`](#settings.Settings "settings.Settings") * **config** – Pass config down to [`settings.Settings`](#settings.Settings "settings.Settings") * **meta** – Pass meta down to [`meta.Meta`](#meta.Meta "meta.Meta") * **verbose** – Sets the global verbose flag. Passes it down to the underlying [Utility](index.html#util) functions and [The core](#core) | | Variables: | * [**settings**](index.html#module-settings "settings") – The settings handler initialized with defaults and config * [**meta**](index.html#module-meta "meta") – The meta handler initialized with meta | At startup the loaded settings are imported into meta `git_handler`(*\*args*, *\*\*kwargs*)[[source]](_modules/photon.html#Photon.git_handler)[¶](#photon.Photon.git_handler "Permalink to this definition") | Returns: | A new git handler | See also [Git Tool](index.html#tools-git) `m`(*msg*, *state=False*, *more=None*, *cmdd=None*, *critical=True*, *verbose=None*)[[source]](_modules/photon.html#Photon.m)[¶](#photon.Photon.m "Permalink to this definition") Mysterious mega method managing multiple meshed modules magically Note If this function is used, the code contains facepalms: `m(` * It is possible to just show a message, or to run a command with message. * But it is not possible to run a command without a message, use the verbose-flag to hide your debug message. | Parameters: | * **msg** – Add a message. Shown depending on verbose (see below) * **state** – Pass state down to [`util.system.shell\_notify()`](index.html#util.system.shell_notify "util.system.shell_notify") * **more** – Pass more down to [`util.system.shell\_notify()`](index.html#util.system.shell_notify "util.system.shell_notify") * **cmdd** ([*dict*](http://docs.python.org/3/library/stdtypes.html#dict "(in Python v3.5)")) – If given, [`util.system.shell\_run()`](index.html#util.system.shell_run "util.system.shell_run") is launched with it’s values * **critical** – If set to `True`: Tears down (using [`util.system.shell\_notify()`](index.html#util.system.shell_notify "util.system.shell_notify") with state set to `True`) whole application on failure of cmdd contents. + Similar to [`util.system.shell\_run()`](index.html#util.system.shell_run "util.system.shell_run") critical-flag * **verbose** – Overrules parent’s class verbose-flag. + If left to `None`, the verbose value Photon was started with is used + Messages are shown/hidden if explicitly set to `True`/`False` | | Returns: | A dictionary specified the following: * ‘more’: more if it is not a dictionary otherwise it gets merged in if more is specified * The output of [`util.system.shell\_run()`](index.html#util.system.shell_run "util.system.shell_run") gets merged in if cmdd is specified * ‘failed’: `True` if command failed [`util.system.shell\_notify()`](index.html#util.system.shell_notify "util.system.shell_notify") is used with this dictionary to pipe it’s output into [`meta.Meta.log()`](#meta.Meta.log "meta.Meta.log") before returning. | `mail_handler`(*punchline=None*, *add\_meta=False*, *add\_settings=True*, *\*args*, *\*\*kwargs*)[[source]](_modules/photon.html#Photon.mail_handler)[¶](#photon.Photon.mail_handler "Permalink to this definition") | Parameters: | * **punchline** – Adds a punchline before further text * **add\_meta** – Appends current meta to the mail * **add\_settings** – Appends current settings to the mail | | Returns: | A new mail handler | See also [Mail Tool](index.html#tools-mail) `ping_handler`(*\*args*, *\*\*kwargs*)[[source]](_modules/photon.html#Photon.ping_handler)[¶](#photon.Photon.ping_handler "Permalink to this definition") | Returns: | A new ping handler | See also [Ping Tool](index.html#tools-ping) `s2m`[¶](#photon.Photon.s2m "Permalink to this definition") Imports settings to meta `signal_handler`(*\*args*, *\*\*kwargs*)[[source]](_modules/photon.html#Photon.signal_handler)[¶](#photon.Photon.signal_handler "Permalink to this definition") | Returns: | A new signal handler | See also [Signal Tool](index.html#tools-signal) `template_handler`(*\*args*, *\*\*kwargs*)[[source]](_modules/photon.html#Photon.template_handler)[¶](#photon.Photon.template_handler "Permalink to this definition") | Returns: | A new template handler | See also [Template Tool](index.html#tools-template) `photon.``check_m`(*pm*)[[source]](_modules/photon.html#check_m)[¶](#photon.check_m "Permalink to this definition") Shared helper function for all [Tools](index.html#tools) to check if the passed m-function is indeed [`photon.Photon.m()`](#photon.Photon.m "photon.Photon.m") | Params pm: | Suspected m-function | | Returns: | Now to be proven correct m-function, tears down whole application otherwise. | ### Tools[¶](#tools "Permalink to this headline") This are the tools for the user using Photon. You should not directly use them, instead they will get provided to you by [Photon](index.html#photon). See also [Settings](index.html#settings), [Meta](index.html#meta), [Photon](index.html#photon) Some functionality here is bought from the [Utility](index.html#util): See also [Files](index.html#util-files), [Locations](index.html#util-locations), [Structures](index.html#util-structures), [System](index.html#util-system) #### Git Tool[¶](#module-tools.git "Permalink to this headline") *class* `tools.git.``Git`(*m*, *local*, *remote\_url=None*, *mbranch=None*)[[source]](_modules/tools/git.html#Git)[¶](#tools.git.Git "Permalink to this definition") The git tool helps to deal with git repositories. | Parameters: | * **local** – The local folder of the repository + If `None` given (default), it will be ignored if there is already a git repo at local + If no git repo is found at local, a new one gets cloned from remote\_url * **remote\_url** – The remote URL of the repository + Tears down (using [`util.system.shell\_notify()`](index.html#util.system.shell_notify "util.system.shell_notify") with state set to `True`) whole application if remote\_url is set to `None` but a new clone is necessary * **mbranch** – The repository’s main branch. Is set to master when left to `None` | `_checkout`(*treeish*)[[source]](_modules/tools/git.html#Git._checkout)[¶](#tools.git.Git._checkout "Permalink to this definition") Helper function to checkout something | Parameters: | **treeish** – String for ‘tag‘, ‘branch‘, or remote tracking ‘-B banch‘ | `_get_branch`(*remotes=False*)[[source]](_modules/tools/git.html#Git._get_branch)[¶](#tools.git.Git._get_branch "Permalink to this definition") Helper function to determine current branch | Parameters: | **remotes** – List the remote-tracking branches | `_get_remote`(*cached=True*)[[source]](_modules/tools/git.html#Git._get_remote)[¶](#tools.git.Git._get_remote "Permalink to this definition") Helper function to determine remote | Parameters: | **cached** – Use cached values or query remotes | `_log`(*num=None*, *format=None*)[[source]](_modules/tools/git.html#Git._log)[¶](#tools.git.Git._log "Permalink to this definition") Helper function to receive git log | Parameters: | * **num** – Number of entries * **format** – Use formatted output with specified format string | `_pull`()[[source]](_modules/tools/git.html#Git._pull)[¶](#tools.git.Git._pull "Permalink to this definition") Helper function to pull from remote `branch`[¶](#tools.git.Git.branch "Permalink to this definition") | Parameters: | **branch** – Checks out specified branch (tracking if it exists on remote). If set to `None`, ‘master’ will be checked out | | Returns: | The current branch (This could also be ‘master (Detatched-Head)’ - Be warned) | `cleanup`[¶](#tools.git.Git.cleanup "Permalink to this definition") Commits all local changes (if any) into a working branch, merges it with ‘master’. Checks out your old branch afterwards. Tears down (using [`util.system.shell\_notify()`](index.html#util.system.shell_notify "util.system.shell_notify") with state set to `True`) whole application if conflicts are discovered `commit`[¶](#tools.git.Git.commit "Permalink to this definition") | Parameters: | **tag** – Checks out specified commit. If set to `None` the latest commit will be checked out | | Returns: | A list of all commits, descending | `local`[¶](#tools.git.Git.local "Permalink to this definition") | Returns: | The local folder of the repository | `log`[¶](#tools.git.Git.log "Permalink to this definition") | Returns: | The last 10 commit entries as dictionary | * ‘commit’: The commit-ID * ‘message’: First line of the commit message `publish`[¶](#tools.git.Git.publish "Permalink to this definition") Runs [`cleanup()`](#tools.git.Git.cleanup "tools.git.Git.cleanup") first, then pushes the changes to the [`remote`](#tools.git.Git.remote "tools.git.Git.remote"). `remote`[¶](#tools.git.Git.remote "Permalink to this definition") | Returns: | Current remote | `remote_url`[¶](#tools.git.Git.remote_url "Permalink to this definition") | Returns: | The remote URL of the repository | `short_commit`[¶](#tools.git.Git.short_commit "Permalink to this definition") | Returns: | A list of all commits, descending | See also [`commit`](#tools.git.Git.commit "tools.git.Git.commit") `status`[¶](#tools.git.Git.status "Permalink to this definition") | Returns: | Current repository status as dictionary: | * ‘clean’: `True` if there are no changes `False` otherwise * ‘untracked’: A list of untracked files (if any and not ‘clean’) * ‘modified’: A list of modified files (if any and not ‘clean’) * ‘deleted’: A list of deleted files (if any and not ‘clean’) * ‘conflicting’: A list of conflicting files (if any and not ‘clean’) `tag`[¶](#tools.git.Git.tag "Permalink to this definition") | Parameters: | **tag** – Checks out specified tag. If set to `None` the latest tag will be checked out | | Returns: | A list of all tags, sorted as version numbers, ascending | #### Mail Tool[¶](#module-tools.mail "Permalink to this headline") *class* `tools.mail.``Mail`(*m*, *to*, *sender*, *subject=None*, *cc=None*, *bcc=None*)[[source]](_modules/tools/mail.html#Mail)[¶](#tools.mail.Mail "Permalink to this definition") The Mail tool helps to send out mails. | Parameters: | * **to** – Where to send the mail (['user@example.com](mailto:'user%40example.com)‘) * **sender** – Yourself (['me@example.com](mailto:'me%40example.com)‘) + set a reverse DNS entry for `example.com` so your mail does not get caught up in spamfilters. * **subject** – The subject line * **cc** – One or a list of CCs * **bcc** – One or a list of BCCs | `send`[¶](#tools.mail.Mail.send "Permalink to this definition") | Returns: | A dictionary with the following:* ‘sender’: The sender * ‘recipients’: All recipients, compiled from to, cc and bcc * ‘result’: The [`smtplib.SMTP.sendmail()`](http://docs.python.org/3/library/smtplib.html#smtplib.SMTP.sendmail "(in Python v3.5)")-result * ‘exception’: The exception message (if any) | Note You need to have a postfix/sendmail running and listening on localhost. `text`[¶](#tools.mail.Mail.text "Permalink to this definition") | Parameters: | **text** – Add some more text | | Returns: | All text & headers as raw mail source | ##### Mail Tool Example[¶](#mail-tool-example "Permalink to this headline") mail.sample.yaml | | | | --- | --- | | ``` 1 2 3 4 5 ``` | ``` mail: recipient: you@example.com sender: me@example.com subject: 'Fire!' punchline: 'Dear Sir or Madam, I am writing to inform you about a fire in the building ...' ``` | mail.sample.py | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 ``` | ``` from photon import Photon photon = Photon('mail.sample.yaml') settings = photon.settings.get['mail'] mail = photon.mail\_handler( to=settings['recipient'], sender=settings['sender'], subject=settings['subject'], punchline=settings['punchline'], add\_meta=True ) ### # Shows the message source so far print(mail.text) ### # Add some more text (do this as often as you like): mail.text = ''' Dear Sir or Madam, bla bla No, that's too formal.. ''' ### # Guess what happens here: mail.send ``` | See also [Example Settings File](index.html#settings-file-example), [Mail Tool Example](#tools-mail-example), [Ping Tool Example](#tools-ping-example) #### Ping Tool[¶](#module-tools.ping "Permalink to this headline") *class* `tools.ping.``Ping`(*m*, *six=False*, *net\_if=None*, *num=5*, *max\_pool\_size=None*)[[source]](_modules/tools/ping.html#Ping)[¶](#tools.ping.Ping "Permalink to this definition") The Ping tool helps to send pings, returning detailed results each probe, and calculates a summary of all probes. | Parameters: | * **six** – Either use `ping` or `ping6` * **net\_if** – Specify network interface to send pings from * **num** – How many pings to send each probe * **max\_pool\_size** – Hosts passed to [`probe()`](#tools.ping.Ping.probe "tools.ping.Ping.probe") in form of a list, will be processed in parallel. Specify the maximum size of the thread pool workers here. If skipped, the number of current CPUs is used | `probe`[¶](#tools.ping.Ping.probe "Permalink to this definition") | Parameters: | **hosts** – One or a list of hosts (URLs, IP-addresses) to send pings to* If you need to check multiple hosts, it is best to pass them together as a list. * This will probe all hosts in parallel, with `max\_pool\_size` workers. | | Returns: | A dictionary with all hosts probed as keys specified as following: | * ‘up’: `True` or `False` depending if ping was successful * ‘loss’: The packet loss as list (if ‘up’) * ‘ms’: A list of times each packet sent (if ‘up’) * ‘rtt’: A dictionary with the fields *avg*, *min*, *max* & *stddev* (if ‘up’) `status`[¶](#tools.ping.Ping.status "Permalink to this definition") | Returns: | A dictionary with the following: | * ‘num’: Total number of hosts already probed * ‘up’: Number of hosts up * ‘down’: Number of hosts down * ‘ratio’: Ratio between ‘up’/’down’ as float Ratio: * `100%` up == 1.0 * `10%` up == 0.1 * `0%` up == 0.0 ##### Ping Tool Example[¶](#ping-tool-example "Permalink to this headline") ping.sample.yaml | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 ``` | ``` hosts: addresses: - '127.0.0.1' - '127.0.0.2' - '127.0.0.3' urls: - exampla.com - example.com - exampli.com - examplo.com - examplu.com ``` | ping.sample.py | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 ``` | ``` from pprint import pprint from photon import Photon photon = Photon('ping.sample.yaml') hosts = photon.settings.get['hosts'] ping = photon.ping\_handler() ### # Let's start off with localhost to demonstrate the handling of the probe-function: pprint(hosts) a = hosts['addresses'][0] ping.probe = a if ping.probe[a]['up']: print('%s is reachable - %s ms rtt in average' %(a, ping.probe[a]['rtt']['avg'])) else: print('%s could not be reached!' %(a)) pprint(ping.probe) print('-' \* 8) ### # You can also pass a complete list to probe. This will be faster, because the list is processed in parallel. # The status per host will be overwritten with new information if it encounters the same host again: ping.probe = hosts['addresses'] pprint(ping.probe) print('These are the statistics so far:') pprint(ping.status) print('-' \* 8) ### # Another round of pings to demonstrate the handling of the status-function: ping.probe = hosts['urls'] if ping.status['ratio'] <= 0.75: print('more than three quarters of all addresses are not reachable!!1!') print('The statistics have changed now:') pprint(ping.status) ``` | See also [Example Settings File](index.html#settings-file-example), [Mail Tool Example](#tools-mail-example), [Ping Tool Example](#tools-ping-example) #### Signal Tool[¶](#module-tools.signal "Permalink to this headline") *class* `tools.signal.``Signal`(*m*, *pid*, *sudo=True*, *cmdd\_if\_no\_pid=None*)[[source]](_modules/tools/signal.html#Signal)[¶](#tools.signal.Signal "Permalink to this definition") The Signal tool can send signals to processes via `kill`, returning the results. | Parameters: | * **pid** – Either the full path to the pidfile (e.g. `/var/run/proc.pid`) or the pid as number * **sudo** – Prepend sudo before command. (Make sure to be root yourself if set to `False` or expect errors. Further for unattended operation add the user to `sudoers` file.) | `_Signal__signal`(*sig*, *verbose=None*)[¶](#tools.signal.Signal._Signal__signal "Permalink to this definition") Helper class preventing code duplication.. | Parameters: | * **sig** – Signal to use (e.g. “HUP”, “ALRM”) * **verbose** – Overwrite [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s verbose | | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid with specified pid | `alrm`[¶](#tools.signal.Signal.alrm "Permalink to this definition") | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid using SIGALRM | `hup`[¶](#tools.signal.Signal.hup "Permalink to this definition") | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid using SIGHUP | `int`[¶](#tools.signal.Signal.int "Permalink to this definition") | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid using SIGINT with visible shell warning | `kill`[¶](#tools.signal.Signal.kill "Permalink to this definition") | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid using SIGKILL with visible shell warning | `quit`[¶](#tools.signal.Signal.quit "Permalink to this definition") | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid using SIGQUIT with visible shell warning | `stop`[¶](#tools.signal.Signal.stop "Permalink to this definition") | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid using SIGSTOP with visible shell warning | `usr1`[¶](#tools.signal.Signal.usr1 "Permalink to this definition") | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid using SIGUSR1 | `usr2`[¶](#tools.signal.Signal.usr2 "Permalink to this definition") | Returns: | [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m")‘s result of killing pid using SIGUSR2 | #### Template Tool[¶](#module-tools.template "Permalink to this headline") *class* `tools.template.``Template`(*m*, *template*, *fields=None*)[[source]](_modules/tools/template.html#Template)[¶](#tools.template.Template "Permalink to this definition") The Template tool helps to process on strings. | Parameters: | * **template** – The initial template to start with. + If it’s value is recognized by [`util.locations.search\_location()`](index.html#util.locations.search_location "util.locations.search_location") (a.k.a is a filename) the file contents will be loaded as template. Note If the file is not found, you will be doing string processing on the filename instead of the contents! * **fields** – Initially set up fields. Can be done later, using [`sub()`](#tools.template.Template.sub "tools.template.Template.sub") | The templating-language itself are normal [Template strings](http://docs.python.org/3/library/string.html#template-strings "(in Python v3.5)"), see there for syntax. `raw`[¶](#tools.template.Template.raw "Permalink to this definition") | Returns: | The raw template | `sub`[¶](#tools.template.Template.sub "Permalink to this definition") | Parameters: | **fields** – Set fields to substitute | | Returns: | Substituted Template with given fields. If no fields were set up beforehand, [`raw()`](#tools.template.Template.raw "tools.template.Template.raw") is used. | `write`(*filename*, *append=True*, *backup=True*)[[source]](_modules/tools/template.html#Template.write)[¶](#tools.template.Template.write "Permalink to this definition") | Parameters: | * **filename** – File to write into * **append** – Either append to existing content (if not already included) or completely replace filename * **backup** – Create a backup of filename before writing. Only applies when append is set | ### Utility[¶](#utility "Permalink to this headline") This is the toolbox used by [The core](index.html#core): See also [Settings](index.html#settings), [Meta](index.html#meta), [Photon](index.html#photon) As well as used by the [Tools](index.html#tools): See also [Git Tool](index.html#tools-git), [Mail Tool](index.html#tools-mail), [Ping Tool](index.html#tools-ping), [Signal Tool](index.html#tools-signal) Note If you have no explicit reason, do **not** use the functions here directly. * Always try to work trough [`photon.Photon`](index.html#photon.Photon "photon.Photon") and it’s handlers. * If you discover you are repeatedly calling backend functions consider adding a tool for that job! #### Files[¶](#module-util.files "Permalink to this headline") `util.files.``read_file`(*filename*)[[source]](_modules/util/files.html#read_file)[¶](#util.files.read_file "Permalink to this definition") Reads files | Parameters: | **filename** – The full path of the file to read | | Returns: | The content of the file as string (if filename exists) | Note If filename‘s content is empty, `None` will also returned. To check if a file really exists use [`util.locations.search\_location()`](#util.locations.search_location "util.locations.search_location") `util.files.``read_json`(*filename*)[[source]](_modules/util/files.html#read_json)[¶](#util.files.read_json "Permalink to this definition") Reads json files | Parameters: | **filename** – The full path to the json file | | Returns: | Loaded json content as represented data structure | `util.files.``read_yaml`(*filename*, *add\_constructor=None*)[[source]](_modules/util/files.html#read_yaml)[¶](#util.files.read_yaml "Permalink to this definition") Reads YAML files | Parameters: | * **filename** – The full path to the YAML file * **add\_constructor** – A list of yaml constructors (loaders) | | Returns: | Loaded YAML content as represented data structure | See also [`util.structures.yaml\_str\_join()`](#util.structures.yaml_str_join "util.structures.yaml_str_join"), [`util.structures.yaml\_loc\_join()`](#util.structures.yaml_loc_join "util.structures.yaml_loc_join") `util.files.``write_file`(*filename*, *content*)[[source]](_modules/util/files.html#write_file)[¶](#util.files.write_file "Permalink to this definition") Writes files | Parameters: | * **filename** – The full path of the file to write (enclosing folder must already exist) * **content** – The content to write | | Returns: | The size of the data written | `util.files.``write_json`(*filename*, *content*)[[source]](_modules/util/files.html#write_json)[¶](#util.files.write_json "Permalink to this definition") Writes json files | Parameters: | * **filename** – The full path to the json file * **content** – The content to dump | | Returns: | The size written | `util.files.``write_yaml`(*filename*, *content*)[[source]](_modules/util/files.html#write_yaml)[¶](#util.files.write_yaml "Permalink to this definition") Writes YAML files | Parameters: | * **filename** – The full path to the YAML file * **content** – The content to dump | | Returns: | The size written | #### Locations[¶](#module-util.locations "Permalink to this headline") `util.locations.``backup_location`(*src*, *loc=None*)[[source]](_modules/util/locations.html#backup_location)[¶](#util.locations.backup_location "Permalink to this definition") Writes Backups of locations | Parameters: | * **src** – The source file/folder to backup * **loc** – The target folder to backup into The backup will be called src + [`util.system.get\_timestamp()`](#util.system.get_timestamp "util.system.get_timestamp"). \* If loc left to none, the backup gets written in the same folder like src resides in + Otherwise the specified path will be used. | `util.locations.``change_location`(*src*, *tgt*, *move=False*, *verbose=True*)[[source]](_modules/util/locations.html#change_location)[¶](#util.locations.change_location "Permalink to this definition") Copies/moves/deletes locations | Parameters: | * **src** – Source location where to copy from * **tgt** – Target location where to copy to + To backup src, set tgt explicitly to `True`. tgt will be set to src + ‘\_backup\_’ + [`util.system.get\_timestamp()`](#util.system.get_timestamp "util.system.get_timestamp") then * **move** – Deletes original location after copy (a.k.a. move) + To delete src , set tgt explicitly to `False` and move to `True` (be careful!!1!) * **verbose** – Show warnings | `util.locations.``get_locations`()[[source]](_modules/util/locations.html#get_locations)[¶](#util.locations.get_locations "Permalink to this definition") Compiles default locations | Returns: | A dictionary with folders as values: | * ‘home\_dir’: Your home-directory (`~`) * ‘call\_dir’: Where you called the first Python script from. (`argv[0]`) * ‘conf\_dir’: The `XDG\_CONFIG\_HOME`-directory + `photon` (`~/.config/photon`) * ‘data\_dir’: The `XDG\_DATA\_HOME`-directory + `photon` (`~/.local/share/photon`) Note * Both [`search\_location()`](#util.locations.search_location "util.locations.search_location") and [`make\_locations()`](#util.locations.make_locations "util.locations.make_locations") have the argument locations. * If locations is set to `None` (by default), it will be filled with the output of [`get\_locations()`](#util.locations.get_locations "util.locations.get_locations"). `util.locations.``make_locations`(*locations=None*, *verbose=True*)[[source]](_modules/util/locations.html#make_locations)[¶](#util.locations.make_locations "Permalink to this definition") Creates folders | Parameters: | * **locations** – A list of folders to create (can be a dictionary, see note below) * **verbose** – Warn if any folders were created | Note * If locations is not a list, but a dictionary, all values in the dictionary will be used (as specified in [`util.structures.to\_list()`](#util.structures.to_list "util.structures.to_list")) * If locations is set to `None` (by default), it will be filled with the output of [`get\_locations()`](#util.locations.get_locations "util.locations.get_locations"). `util.locations.``search_location`(*loc*, *locations=None*, *critical=False*, *create\_in=None*, *verbose=True*)[[source]](_modules/util/locations.html#search_location)[¶](#util.locations.search_location "Permalink to this definition") Locates files with a twist: > > * Check the existence of a file using the full path in loc > * Search for the filename loc in locations > * Create it’s enclosing folders if the file does not exist. use create\_in > > > | Parameters: | * **loc** – Filename to search * **locations** – A list of possible locations to search within (can be a dictionary, see note below) * **critical** – Tears down (using [`util.system.shell\_notify()`](#util.system.shell_notify "util.system.shell_notify") with state set to `True`) whole application if file was not found * **create\_in** – If loc was not found, the folder create\_in is created. If locations is a dictionary, create\_in can also specify a key of locations. The value will be used then. * **verbose** – Pass verbose flag to [`make\_locations()`](#util.locations.make_locations "util.locations.make_locations") | | Returns: | The full path of loc in matched location | Note * If locations is not a list, but a dictionary, all values in the dictionary will be used (as specified in [`util.structures.to\_list()`](#util.structures.to_list "util.structures.to_list")) * If locations is set to `None` (by default), it will be filled with the output of [`get\_locations()`](#util.locations.get_locations "util.locations.get_locations"). #### Structures[¶](#module-util.structures "Permalink to this headline") `util.structures.``dict_merge`(*o*, *v*)[[source]](_modules/util/structures.html#dict_merge)[¶](#util.structures.dict_merge "Permalink to this definition") Recursively climbs through dictionaries and merges them together. | Parameters: | * **o** – The first dictionary * **v** – The second dictionary | | Returns: | A dictionary (who would have guessed?) | Note Make sure o & v are indeed dictionaries, bad things will happen otherwise! `util.structures.``to_list`(*i*, *use\_keys=False*)[[source]](_modules/util/structures.html#to_list)[¶](#util.structures.to_list "Permalink to this definition") Converts items to a list. | Parameters: | * **i** – Item to convert + If i is `None`, the result is an empty list + If i is ‘string’, the result won’t be `['s', 't', 'r',...]` rather more like `['string']` + If i is a nested dictionary, the result will be a flattened list. * **use\_keys** – If i is a dictionary, use the keys instead of values | | Returns: | All items in i as list | `util.structures.``yaml_loc_join`(*l*, *n*)[[source]](_modules/util/structures.html#yaml_loc_join)[¶](#util.structures.yaml_loc_join "Permalink to this definition") YAML loader to join paths The keywords come directly from [`util.locations.get\_locations()`](#util.locations.get_locations "util.locations.get_locations"). See there! | Returns: | A path seperator (`/`) joined string with keywords extended. Used in [`settings.Settings.load()`](index.html#settings.Settings.load "settings.Settings.load") | See also The YAML files mentioned in [Example Settings File](index.html#settings-file-example), [Mail Tool Example](index.html#tools-mail-example), [Ping Tool Example](index.html#tools-ping-example) `util.structures.``yaml_str_join`(*l*, *n*)[[source]](_modules/util/structures.html#yaml_str_join)[¶](#util.structures.yaml_str_join "Permalink to this definition") YAML loader to join strings The keywords are as following: * hostname: Your hostname (from [`util.system.get\_hostname()`](#util.system.get_hostname "util.system.get_hostname")) * timestamp: Current timestamp (from [`util.system.get\_timestamp()`](#util.system.get_timestamp "util.system.get_timestamp")) | Returns: | A non character joined string with keywords extended. Used in [`settings.Settings.load()`](index.html#settings.Settings.load "settings.Settings.load") | Note Be careful with timestamps when using a config in [Settings](index.html#settings). See also The YAML files mentioned in [Example Settings File](index.html#settings-file-example), [Mail Tool Example](index.html#tools-mail-example), [Ping Tool Example](index.html#tools-ping-example) #### System[¶](#module-util.system "Permalink to this headline") `util.system.``get_hostname`()[[source]](_modules/util/system.html#get_hostname)[¶](#util.system.get_hostname "Permalink to this definition") Determines the current hostname by probing `uname -n`. Falls back to `hostname` in case of problems. Tears down (using [`util.system.shell\_notify()`](#util.system.shell_notify "util.system.shell_notify") with state set to `True`) whole application if both failed (usually they don’t but consider this if you are debugging weird problems..) | Returns: | The hostname as string. Domain parts will be split off | `util.system.``get_timestamp`(*time=True*, *precice=False*)[[source]](_modules/util/system.html#get_timestamp)[¶](#util.system.get_timestamp "Permalink to this definition") What time is it? | Parameters: | * **time** – Append `-%H.%M.%S` to the final string. * **precice** – Append `-%f` to the final string. Is only recognized when time is set to `True` | | Returns: | A timestamp string of now in the format `%Y.%m.%d-%H.%M.%S-%f` | See also [strftime.org](http://strftime.org/) is awesome! `util.system.``shell_notify`(*msg*, *state=False*, *more=None*, *exitcode=None*, *verbose=True*)[[source]](_modules/util/system.html#shell_notify)[¶](#util.system.shell_notify "Permalink to this definition") A pretty long wrapper for a [`print()`](http://docs.python.org/3/library/functions.html#print "(in Python v3.5)") function. But this [`print()`](http://docs.python.org/3/library/functions.html#print "(in Python v3.5)") is the only one in Photon. Note This method is just a helper method within photon. If you need this functionality use [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m") instead | Parameters: | * **msg** – The message to show * **state** – The message will be prefixed with [state] + If `False` (default): Prefixed with ~ + If `None`: Prefixed with [WARNING] + If `True`: Prefixed with [FATAL] and the exitcode will be set (see below) * **more** – Something to add to the message (see below) + Anything you have. Just for further information. + Will be displayed after the message, pretty printed using [`pprint.pformat()`](http://docs.python.org/3/library/pprint.html#pprint.pformat "(in Python v3.5)") * **exitcode** – Tears down (using [`util.system.shell\_notify()`](#util.system.shell_notify "util.system.shell_notify") with state set to `True`) whole application with given code * **verbose** – Show message or not (see below) + If set to `False`, you can use [`shell\_notify()`](#util.system.shell_notify "util.system.shell_notify") for the dictionary it returns. + Will be overruled if exitcode is set. | | Returns: | A dictionary containing untouched msg, more and verbose | `util.system.``shell_run`(*cmd*, *cin=None*, *cwd=None*, *timeout=10*, *critical=True*, *verbose=True*)[[source]](_modules/util/system.html#shell_run)[¶](#util.system.shell_run "Permalink to this definition") Runs a shell command within a controlled environment. Note This method is just a helper method within photon. If you need this functionality use [`photon.Photon.m()`](index.html#photon.Photon.m "photon.Photon.m") instead | Parameters: | * **cmd** – The command to run + A string one would type into a console like **git push -u origin master**. + Will be split using [`shlex.split()`](http://docs.python.org/3/library/shlex.html#shlex.split "(in Python v3.5)"). + It is possible to use a list here, but then no splitting is done. * **cin** – Add something to stdin of cmd * **cwd** – Run cmd insde specified current working directory * **timeout** – Catch infinite loops (e.g. `ping`). Exit after timeout seconds * **critical** – If set to `True`: Tears down (using [`util.system.shell\_notify()`](#util.system.shell_notify "util.system.shell_notify") with state set to `True`) whole application on failure of cmd * **verbose** – Show messages and warnings | | Returns: | A dictionary containing the results from running cmd with the following: * ‘command’: cmd * ‘stdin’: cin (If data was set in cin) * ‘cwd’: cwd (If cwd was set) * ‘exception’: exception message (If an exception was thrown) * ‘timeout’: timeout (If a timeout exception was thrown) * ‘stdout’: List from stdout (If any) * ‘stderr’: List from stderr (If any) * ‘returncode’: The returncode (If not any exception) * ‘out’: The most urgent message as joined string. (‘exception’ > ‘stderr’ > ‘stdout’) | I am lost: * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html) Info[¶](#module-info "Permalink to this headline") -------------------------------------------------- The *info* file The *info* file is not vital to Photon, it just helps to share common values between documentation and the package builder (*setup* file). `info.``author`()[[source]](_modules/info.html#author)[¶](#info.author "Permalink to this definition") | Returns: | The main author (last entry of [`contributors()`](#info.contributors "info.contributors")) | `info.``contributors`()[[source]](_modules/info.html#contributors)[¶](#info.contributors "Permalink to this definition") | Returns: | A list of all contributors | `info.``contributors_str`()[[source]](_modules/info.html#contributors_str)[¶](#info.contributors_str "Permalink to this definition") | Returns: | The [`contributors()`](#info.contributors "info.contributors") as comma joined string | `info.``email`()[[source]](_modules/info.html#email)[¶](#info.email "Permalink to this definition") | Returns: | Main [`author()`](#info.author "info.author")‘s mail | `info.``pkg_name`()[[source]](_modules/info.html#pkg_name)[¶](#info.pkg_name "Permalink to this definition") | Returns: | The package name (on pypi) | `info.``release`()[[source]](_modules/info.html#release)[¶](#info.release "Permalink to this definition") | Returns: | Current release string | | Current: | 0.4 | `info.``url`()[[source]](_modules/info.html#url)[¶](#info.url "Permalink to this definition") | Returns: | The repo url (on github) | `info.``version`()[[source]](_modules/info.html#version)[¶](#info.version "Permalink to this definition") | Returns: | Current version string | | Current: | 0.4 (Release: 0.4) |
glab
go
glab latest documentation [glab](index.html#document-index) latest [glab](index.html#document-index) * [Docs](index.html#document-index) » * glab latest documentation * [Edit on GitLab](https://gitlab.com/gitlab-org/cli/blob/main/docs/index.rst) ---
face
go
Face 1.0 documentation (Show Table Of Contents) (Hide Table Of Contents) Welcome to Face’s documentation![¶](#welcome-to-face-s-documentation "Permalink to this headline") ================================================================================================== Face is an ORM built under php5.4. It is aimed to be flexible and to provide powerful features to abstract and normalize database interactions. In the latest weeks face has known a lot of refactoring and a lot are on the way. The doc was not relevant anymore and has been temporally closed until the new doc is written. We plan the first stable release of face for end of 2015. Stay tuned ! © Copyright 2013, Soufiane GHZAL. Created using [Sphinx](http://sphinx-doc.org/) 1.3.5.
json
go
json 0.1.0 documentation [json](index.html#document-index) stable Getting Started: * [Features](index.html#document-features) * [Build json](index.html#document-build) + [Unix (Autotools):](index.html#unix-autotools) + [Windows (MSBuild):](index.html#windows-msbuild) + [Documentation (Sphinx):](index.html#documentation-sphinx) * [Getting Started](index.html#document-getting_started) + [Allocations:](index.html#allocations) + [Design and Data Structure:](index.html#design-and-data-structure) API: * [API documentation](index.html#document-api) + [parse json](index.html#document-json) + [utils / helpers](index.html#document-util) + [print](index.html#document-print) [json](index.html#document-index) * [Docs](index.html#document-index) » * json 0.1.0 documentation * [Edit on GitHub](https://github.com/recp/json/blob/2d4b48ae623f1954176422555ac5053e7f4497d5/docs/source/index.rst) --- json Documentation[¶](#json-documentation "Permalink to this headline") ======================================================================= **json** is lighweight JSON parser written in C99 (compatible with C89). Features[¶](#features "Permalink to this headline") --------------------------------------------------- * header-only or optional compiled library * option to store members and arrays as reverse order or normal * doesn’t alloc memory for keys and values only for tokens * creates DOM-like data structure to make it easy to iterate though * simple api * provides some util functions to print json, get int32, int64, float, double… * very small library * and other… Build json[¶](#build-json "Permalink to this headline") ------------------------------------------------------- **json** library does not have external dependencies. **NOTE:** If you only need to inline versions, you don’t need to build **json**, you don’t need to link it to your program. Just import cglm to your project as dependency / external lib by copy-paste then use it as usual ### Unix (Autotools):[¶](#unix-autotools "Permalink to this headline") | | | | --- | --- | | ``` 1 2 3 4 5 ``` | ``` $ sh autogen.sh $ ./configure $ make $ make check # run tests (optional) $ [sudo] make install # install to system (optional) ``` | **make** will build json to **.libs** sub folder in project folder. If you don’t want to install **json** to your system’s folder you can get static and dynamic libs in this folder. ### Windows (MSBuild):[¶](#windows-msbuild "Permalink to this headline") Windows related build files, project files are located in win folder, make sure you are inside in json/win folder. Code Analysis are enabled, it may take awhile to build. | | | | --- | --- | | ``` 1 2 ``` | ``` $ cd win $ .\build.bat ``` | if *msbuild* is not worked (because of multi versions of Visual Studio) then try to build with *devenv*: | | | | --- | --- | | ``` 1 ``` | ``` $ devenv json.sln /Build Release ``` | Currently tests are not available on Windows. ### Documentation (Sphinx):[¶](#documentation-sphinx "Permalink to this headline") **json** uses sphinx framework for documentation, it allows lot of formats for documentation. To see all options see sphinx build page: <https://www.sphinx-doc.org/en/master/man/sphinx-build.html> Example build: | | | | --- | --- | | ``` 1 2 3 4 5 6 7 ``` | ``` $ cd json/docs $ sphinx-build source build or $ cd json/docs $ sh ./build-docs.sh ``` | Getting Started[¶](#getting-started "Permalink to this headline") ----------------------------------------------------------------- **json** uses **json\_** prefix for all functions e.g. json\_parse(). There are only a few types which represents json document, json object, json array and json value (as string). * **json\_doc\_t** represents JSON document. It stores root JSON node and allocated memory. * **json\_t** represents JSON object. Arrays also are json object. * **json\_array\_t** represents JSON array. It inherits **json\_t**, so you can cast array to json object. * **json\_type\_t** represents JSON type. ### Allocations:[¶](#allocations "Permalink to this headline") *json* doesn’t alloc any memory for JSON contents, keys and values… It ONLY allocs memory for DOM-tree (json tokens), that’s it. It creates pointers to actual data, so you must retain JSON data until you have finished to process json. After you finished to parse JSON, this is the order that you must use to free-ing things: 1. free original JSON data 2. free json\_doc actually the order doesn’t matter but you must free the json doc which is returned from json\_parse(). ### Design and Data Structure:[¶](#design-and-data-structure "Permalink to this headline") **json** creates a TREE to traverse JSON. Every json object’s child node has **key** pointer. A value of **json\_t** may be one of these: * Child node * String contents you must use **type** member of json object to identify the value type. If you need to integer, float or boolean values, then you can use util functions to get these values. These functions will be failed if the value is not string. **VERY IMPORTANT:** **key** and **value** ARE JUST POINTERS to original data. Because of this, you will see that json object has **keySize** and **valueSize** members. When comparing two keys, you must use *keySize*. Instead of *strcmp()* you could use *strncmp()* and its friends, because it has *size* parameter which is our *keySize* You can also use built-in helper to compare two keys: **json\_key\_eq()** Also when copying values you must also use *valueSize*. You could use *json\_string\_dup()* to duplicate strings. It is better to not copy contents as possible as much. **UTILITIES / HELPERS:** json library also provides some inline utiliy functions to make things easier while handling json data. API documentation[¶](#api-documentation "Permalink to this headline") --------------------------------------------------------------------- ### parse json[¶](#parse-json "Permalink to this headline") Header: json/json.h #### JSON Document[¶](#json-document "Permalink to this headline") JSON document is returned when parsing json contents is done. This object stores root JSON object and allocated memories. It creates pointers to actual data, so you must retain JSON data until you have finished to process json. You After you processed the parsed JSON, then you must free this document. #### Table of contents (click to go):[¶](#table-of-contents-click-to-go "Permalink to this headline") Functions: 1. [`json\_parse()`](#c.json_parse "json_parse") 2. [`json\_free()`](#c.json_free "json_free") 3. [`json\_get()`](#c.json_get "json_get") 4. [`json\_array()`](#c.json_array "json_array") #### Functions documentation[¶](#functions-documentation "Permalink to this headline") json\_doc\_t\* `json_parse`(const char \* \_\_restrict*contents*)[¶](#c.json_parse "Permalink to this definition") parse json string this function parses JSON string and retuns a document which contains: * JSON object * allocated memory after JSON is processed, the object must be freed with json\_free() this library doesn’t alloc any memory for JSON itsef and doesn’t copy JSON contents into a data structure. It only allocs memory for tokens. So don’t free ‘contents’ parameter until you finished to process JSON. Desired order: 1. Read JSON file 2. Pass the contents to json\_parse() 3. Process/Handle JSON 4. free JSON document with json\_free() 5. free contents Parameters: *[in]* **contents** JSON string Returns: json document which contains json object as root object void `json_free`(json\_doc\_t \* \_\_restrict*jsondoc*)[¶](#c.json_free "Permalink to this definition") frees json document and its allocated memory Parameters: *[in]* **jsondoc** JSON document const json\_t\* `json_get`(const json\_t \* \_\_restrict*object*, const char \* \_\_restrict*key*)[¶](#c.json_get "Permalink to this definition") gets value for key You should only use this for DEBUG or if you only need to only specific key. Desired usage is iterative way: > > You must iterate through json’s next and value links. Parameters: *[in]* **object** json object *[in]* **key** key to find value Returns: value found for the key or NULL const json\_array\_t\* `json_array`(const json\_t \* \_\_restrict*object*)[¶](#c.json_array "Permalink to this definition") contenient function to cast object’s child/value to array Parameters: *[in]* **object** json object Returns: json array or NULL ### utils / helpers[¶](#utils-helpers "Permalink to this headline") Header: json/util.h Inline helpers to make things easier while process JSON. Most of uitl functions expects default value, so if it fails to convert string to a number or boolean then that default value will be returned. #### Table of contents (click to go):[¶](#table-of-contents-click-to-go "Permalink to this headline") Functions: 1. [`json\_int32()`](#c.json_int32 "json_int32") 2. [`json\_uint32()`](#c.json_uint32 "json_uint32") 3. [`json\_int64()`](#c.json_int64 "json_int64") 4. [`json\_uint64()`](#c.json_uint64 "json_uint64") 5. [`json\_float()`](#c.json_float "json_float") 6. [`json\_double()`](#c.json_double "json_double") 7. [`json\_bool()`](#c.json_bool "json_bool") 8. [`json\_string()`](#c.json_string "json_string") 9. [`json\_string\_dup()`](#c.json_string_dup "json_string_dup") 10. [`json\_key\_eq()`](#c.json_key_eq "json_key_eq") #### Functions documentation[¶](#functions-documentation "Permalink to this headline") int32\_t `json_int32`(const json\_t \* \_\_restrict*object*, int32\_t*defaultValue*)[¶](#c.json_int32 "Permalink to this definition") creates number (int32) from string value Parameters: *[in]* **object** json object *[in]* **defaultValue** default value if operation fails Returns: number uint32\_t `json_uint32`(const json\_t \* \_\_restrict*object*, uint32\_t*defaultValue*)[¶](#c.json_uint32 "Permalink to this definition") creates number (uint32) from string value Parameters: *[in]* **object** json object *[in]* **defaultValue** default value if operation fails Returns: number int64\_t `json_int64`(const json\_t \* \_\_restrict*object*, int64\_t*defaultValue*)[¶](#c.json_int64 "Permalink to this definition") creates number (int64) from string value Parameters: *[in]* **object** json object *[in]* **defaultValue** default value if operation fails Returns: number int64\_t `json_uint64`(const json\_t \* \_\_restrict*object*, uint64\_t*defaultValue*)[¶](#c.json_uint64 "Permalink to this definition") creates number (uint64) from string value Parameters: *[in]* **object** json object *[in]* **defaultValue** default value if operation fails Returns: number float `json_float`(const json\_t \* \_\_restrict*object*, float*defaultValue*)[¶](#c.json_float "Permalink to this definition") creates number (float) from string value Parameters: *[in]* **object** json object *[in]* **defaultValue** default value if operation fails Returns: number double `json_double`(const json\_t \* \_\_restrict*object*, double*defaultValue*)[¶](#c.json_double "Permalink to this definition") creates number (double) from string value Parameters: *[in]* **object** json object *[in]* **defaultValue** default value if operation fails Returns: number int `json_bool`(const json\_t \* \_\_restrict*object*, int*defaultValue*)[¶](#c.json_bool "Permalink to this definition") creates boolean from string value it returns integer to separate default value from true or false Parameters: *[in]* **object** json object *[in]* **defaultValue** default value if operation fails Returns: boolean values as integer: 1 true, 0 false, error: defaultValue const char\* `json_string`(const json\_t \* \_\_restrict*object*)[¶](#c.json_string "Permalink to this definition") return non-NULL terminated string value you must use object->valSize to copy, compare … string Parameters: *[in]* **object** json object Returns: non-NULL terminated string value (pointer only) char\* `json_string_dup`(const json\_t \* \_\_restrict*object*)[¶](#c.json_string_dup "Permalink to this definition") return non-NULL terminated string value you must use object->valSize to copy, compare … string Parameters: *[in]* **object** json object Returns: NULL terminated duplicated string value bool `json_key_eq`(const json\_t \* \_\_restrict*obj*, const char \* \_\_restrict*str*)[¶](#c.json_key_eq "Permalink to this definition") compares json key with a string| Parameters: *[in]* **obj** json object *[in]* **str** string to compare Returns: true if str is equals to json’s key ### print[¶](#print "Permalink to this headline") Header: json/print.h Print functions #### Table of contents (click to go):[¶](#table-of-contents-click-to-go "Permalink to this headline") Functions: 1. [`json\_print()`](#c.json_print "json_print") 2. [`json\_print\_pad()`](#c.json_print_pad "json_print_pad") #### Functions documentation[¶](#functions-documentation "Permalink to this headline") void `json_print`(const json\_t \* \_\_restrict*json*)[¶](#c.json_print "Permalink to this definition") print json Parameters: *[in]* **json** json object with title and zero padding void `json_print_pad`(const json\_t \* \_\_restrict*json*, int*pad*)[¶](#c.json_print_pad "Permalink to this definition") print json Parameters: *[in]* **json** json object *[in]* **pad** padding Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html)
namespaces
go
namespaces 4.2.0 documentation namespaces[¶](#namespaces "Permalink to this headline") ======================================================= > > Namespaces are one honking great idea – let’s do more of those! > > > —[PEP 20: The Zen of Python](https://www.python.org/dev/peps/pep-0020/) > > > Namespaces are: * Pythonic structs * Python dict with dot-notation access * Javascript-like objects for Python Basic Usage[¶](#basic-usage "Permalink to this headline") --------------------------------------------------------- ``` import namespaces as ns ab = ns.Namespace(a=1, b=2) frozen\_ab = ns.FrozenNamespace(ab) frozen\_ab.b # => 2 ab.c # => AttributeError ab.c = 3 ab.c # => 3 frozen\_ab.c = 3 # => AttributeError ``` Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- ``` $ pip install namespaces ``` Navigation[¶](#navigation "Permalink to this headline") ------------------------------------------------------- ### Design[¶](#design "Permalink to this headline") The goal of namespaces is to improve code readability by leveraging *beautiful* dot-notation instead of relying on `str` when describing object attributes. namespaces was born out of a desire for a mutable `namedtuple`. #### Before & after[¶](#before-after "Permalink to this headline") Before: ``` joey = {'name': 'joey', 'height': 70, 'age': 24} joey['species'] = 'kangaroo' print(joey['name'], 'is a', joey['species']) ``` After: ``` import namespaces as ns joey = ns.Namespace(name='joey', height=70, age=24) joey.species = 'kangaroo' print(joey.name, 'is a', joey.species) ``` #### namespaces vs dict[¶](#namespaces-vs-dict "Permalink to this headline") Namespaces is **not** meant as a replacement for dict. Use a namespace if: * you will be accessing items individually by name * you can enumerate and name items as you write your code * you want the semantics of a Javascript object * you want a dynamic, mutable `namedtuple` Use a `dict` if: * you will be accessing items in batches programmatically * you *cannot* enumerate or name items as you write your code * you need keys that are not `str` ### namespaces API[¶](#namespaces-api "Permalink to this headline") #### Namespace[¶](#namespace "Permalink to this headline") *class* `namespaces.``Namespace`(*\*args*, *\*\*kwargs*)[¶](#namespaces.Namespace "Permalink to this definition") Pythonic structs | Python dict with dot-notation access | Javascript-like objects for Python. Creation is equivalent to creating a `dict` with the positional arguments args and keyword arguments kwargs. In other words, if it works for the `dict` constructor, it will work for the `Namespace` constructor. | Parameters: | * **args** – Items as positional arguments. * **kwargs** – Items as keyword arguments. | Usage: ``` >>> import namespaces as ns >>> foo = ns.Namespace(a=1, b=2, c=3) >>> foo Namespace(a=1, b=2, c=3) >>> bar = ns.Namespace({'a': 1, 'b': 2, 'c': 3}) >>> bar Namespace(a=1, b=2, c=3) >>> baz = ns.Namespace() >>> baz.a = 1 >>> baz.a 1 >>> baz['a'] 1 >>> baz.a is baz['a'] True >>> baz['b'] = 2 >>> baz['b'] 2 >>> baz.b 2 >>> baz['b'] is baz.b True ``` `__delitem__`(*name*)[¶](#namespaces.Namespace.__delitem__ "Permalink to this definition") Delete item via bracket-notation. | Parameters: | **name** (*str*) – Key | Usage: ``` >>> import namespaces as ns >>> foo = ns.Namespace(a=1) >>> del foo['a'] # calls foo.\_\_delitem\_\_('a') >>> foo Namespace() ``` `__getattr__`(*name*)[¶](#namespaces.Namespace.__getattr__ "Permalink to this definition") Look up item via dot-notation. | Parameters: | **name** (*str*) – Key | | Returns: | Associated value | Usage: ``` >>> import namespaces as ns >>> foo = ns.Namespace(a=1) >>> foo.a # calls foo.\_\_getattr\_\_('a') 1 >>> foo.b AttributeError: 'Namespace' object has no attribute 'b' ``` `__getitem__`(*name*)[¶](#namespaces.Namespace.__getitem__ "Permalink to this definition") Get item via bracket-notation. | Parameters: | **name** (*str*) – Key | | Returns: | Associated value | Usage: ``` >>> import namespaces as ns >>> foo = ns.Namespace(a=1) >>> foo['a'] # calls foo.\_\_getitem\_\_('a') 1 ``` `__iter__`()[¶](#namespaces.Namespace.__iter__ "Permalink to this definition") Iterator over item keys. | Returns: | Key iterator | | Return type: | collections.KeysView | Usage: ``` >>> import namespaces as ns >>> foo = ns.Namespace(a=1, b=2, c=3) >>> for key in foo: # calls foo.\_\_iter\_\_() >>> print(key) a b c ``` `__len__`()[¶](#namespaces.Namespace.__len__ "Permalink to this definition") Calculates length of this Namespace. | Returns: | Length of this Namespace | | Return type: | int | Usage: ``` >>> import namespaces as ns >>> foo = ns.Namespace(a=1, b=2, c=3) >>> len(foo) 3 ``` `__setattr__`(*name*, *value*)[¶](#namespaces.Namespace.__setattr__ "Permalink to this definition") Set item via dot-notation. | Parameters: | * **name** (*str*) – Key * **value** – New associated value | Usage: ``` >>> import namespaces as ns >>> foo = ns.Namespace() >>> foo.a = 1 # calls foo.\_\_setattr\_\_('a', 1) >>> foo Namespace(a=1) ``` `__setitem__`(*name*, *value*)[¶](#namespaces.Namespace.__setitem__ "Permalink to this definition") Set item via bracket-notation. | Parameters: | * **name** (*str*) – Key * **value** – New associated value | Usage: ``` >>> import namespaces as ns >>> foo = ns.Namespace() >>> foo['a'] = 1 # calls foo.\_\_setitem\_\_('a', 1) >>> foo Namespace(a=1) ``` #### FrozenNamespace[¶](#frozennamespace "Permalink to this headline") *class* `namespaces.``FrozenNamespace`(*\*args*, *\*\*kwargs*)[¶](#namespaces.FrozenNamespace "Permalink to this definition") Immutable, hashable dictionary whose items are also available via dot-notation. `__getattr__`(*name*)[¶](#namespaces.FrozenNamespace.__getattr__ "Permalink to this definition") Look up item via dot-notation. | Parameters: | **name** (*str*) – Key | | Returns: | Associated value | Usage:: ``` >>> import namespaces as ns >>> foo = ns.FrozenNamespace(a=1) >>> foo.a # calls foo.\_\_getattr\_\_('a') 1 >>> foo.b AttributeError: 'Namespace' object has no attribute 'b' ``` `__getitem__`(*name*)[¶](#namespaces.FrozenNamespace.__getitem__ "Permalink to this definition") Get item via bracket-notation. | Parameters: | **name** (*str*) – Key | | Returns: | Corresponding value | Usage:: ``` >>> import namespaces as ns >>> foo = ns.FrozenNamespace(a=1) >>> foo['a'] # calls foo.\_\_getitem\_\_('a') 1 ``` `__hash__`()[¶](#namespaces.FrozenNamespace.__hash__ "Permalink to this definition") Caches lazily-evaluated hash for performance. | Returns: | Hash value for this FrozenNamespace | | Return type: | int | Usage:: ``` >>> import namespaces as ns >>> foo = ns.FrozenNamespace(a=1) >>> hash(foo) # calls foo.\_\_hash\_\_() -2550060783245333914 ``` `__iter__`()[¶](#namespaces.FrozenNamespace.__iter__ "Permalink to this definition") Iterator over item keys. | Returns: | Key iterator | | Return type: | collections.KeysView | Usage: ``` >>> import namespaces as ns >>> foo = ns.FrozenNamespace(a=1, b=2, c=3) >>> for key in foo: # calls foo.\_\_iter\_\_() ... print(key) a b c ``` `__len__`()[¶](#namespaces.FrozenNamespace.__len__ "Permalink to this definition") Calculates length of this FrozenNamespace | Returns: | Length of this FrozenNamespace | | Return type: | int | Usage: ``` >>> import namespaces as ns >>> foo = ns.FrozenNamespace(a=1, b=2, c=3) >>> len(foo) # calls foo.\_\_len\_\_() 3 ``` #### utils[¶](#module-namespaces.utils "Permalink to this headline") *class* `namespaces.utils.``NamespaceEncoder`(*skipkeys=False*, *ensure\_ascii=True*, *check\_circular=True*, *allow\_nan=True*, *sort\_keys=False*, *indent=None*, *separators=None*, *encoding='utf-8'*, *default=None*)[¶](#namespaces.utils.NamespaceEncoder "Permalink to this definition") Custom JSON encoder that converts both FrozenNamespace and Namespace to a dict. #### Reserved keys[¶](#reserved-keys "Permalink to this headline") `Namespace` reserves the key `\_dict`. `FrozenNamespace` reserves the keys `\_dict` and `\_hash`. In general, any and all reserved keys will be prefixed with an `\_`. Warning If you override the values for the reserved keys, all bets are off. ### Support[¶](#support "Permalink to this headline") If you are in need of assistance, please leave an issue on the namespaces github repository: <https://github.com/pcattori/namespaces/issues> ### Contribute[¶](#contribute "Permalink to this headline") Pull requests welcome! The namespaces github repository can be found [here](https://github.com/pcattori/namespaces). It is recommended that you follow the [Forking Workflow](https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow) when contributing. #### Tests[¶](#tests "Permalink to this headline") * pass current tests python setup.py test * codecov * python 2/3 compatibility + caniusepython3 + pylint –py3k + travis w/ py2.7 and py3.5 ### License[¶](#license "Permalink to this headline") The MIT License (MIT) Copyright (c) 2016 Pedro Cattori Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [![Logo](_static/kangaroo.png)](index.html#document-index) ### [Table Of Contents](index.html#document-index) * [Design](index.html#document-design) + [Before & after](index.html#before-after) + [namespaces vs dict](index.html#namespaces-vs-dict) * [namespaces API](index.html#document-api) + [Namespace](index.html#namespace) + [FrozenNamespace](index.html#frozennamespace) + [utils](index.html#module-namespaces.utils) + [Reserved keys](index.html#reserved-keys) * [Support](index.html#document-support) * [Contribute](index.html#document-contribute) + [Tests](index.html#tests) * [License](index.html#document-license) ### Related Topics * [Documentation overview](index.html#document-index) ### Quick search Enter search terms or a module, class or function name. ©2016, Pedro Cattori. | Powered by [Sphinx 1.3.5](http://sphinx-doc.org/) & [Alabaster 0.7.9](https://github.com/bitprophet/alabaster)
lab
go
Lab documentation [Lab](index.html#document-index) stable Tutorials * [Lab tutorial](index.html#document-lab.tutorial) * [Downward Lab tutorial](index.html#document-downward.tutorial) How-to Guides * [Frequently asked questions](index.html#document-faq) * [Parse output](index.html#document-lab.parser) * [Run other planners](index.html#document-ff) * [Run Singularity images](index.html#document-singularity) Reference * [`lab.experiment` — Create experiments](index.html#document-lab.experiment) * [`lab.reports` – Make reports](index.html#document-lab.reports) * [`downward.experiment` — Fast Downward experiment](index.html#document-downward.experiment) * [`downward.reports` — Fast Downward reports](index.html#document-downward.reports) General * [Concepts](index.html#document-lab.concepts) * [Changelog](index.html#document-news) [Lab](index.html#document-index) * [Docs](index.html#document-index) » * Lab documentation * [Edit on GitHub](https://github.com/aibasel/lab/blob/b6f80cefe1c3745282cf4432c2989d0a03ddafe3/docs/index.rst) --- Lab and Downward Lab[¶](#lab-and-downward-lab "Permalink to this headline") =========================================================================== **Lab** is a Python package for evaluating solvers on benchmark sets. Experiments can run on a single machine or on a computer cluster. The package also contains code for parsing results and creating reports. The **Downward Lab** Python package facilitates running experiments for the [Fast Downward](http://www.fast-downward.org) planning system. It uses the generic experimentation package **Lab**. Currently, Lab and Downward Lab are distributed together. **Code**: <https://github.com/aibasel/lab> **Documentation**: <https://lab.readthedocs.io> **Cite**: please cite Downward Lab by using ``` @Misc{seipp-et-al-zenodo2017, author = "Jendrik Seipp and Florian Pommerening and Silvan Sievers and Malte Helmert", title = "{Downward} {Lab}", publisher = "Zenodo", year = "2017", howpublished = "\url{https://doi.org/10.5281/zenodo.790461}" } ``` Lab tutorial[¶](#lab-tutorial "Permalink to this headline") ----------------------------------------------------------- Note During [ICAPS 2020](https://icaps20.icaps-conference.org/), we gave an [online talk about Lab and Downward Lab](https://icaps20subpages.icaps-conference.org/tutorials/evaluating-planners-with-downward-lab/) (version 6.2). The first half of the presentation shows how to use Lab to run experiments for a solver. You can find the recording [here](https://www.youtube.com/watch?v=39tIUsxbh9w). ### Install Lab[¶](#install-lab "Permalink to this headline") Lab requires Python 3.7+ and Linux (e.g., Ubuntu). We recommend installing Lab in a [Python virtual environment](https://docs.python.org/3/tutorial/venv.html). This has the advantage that there are no modifications to the system-wide configuration, and that you can create multiple environments with different Lab versions (e.g., for different papers) without conflicts: ``` # Install required packages, including virtualenv. sudo apt install python3 python3-venv # Create a new directory for your experiments. mkdir experiments-for-my-paper cd experiments-for-my-paper # If PYTHONPATH is set, unset it to obtain a clean environment. unset PYTHONPATH # Create and activate a Python virtual environment for Lab. python3 -m venv --prompt my-paper .venv source .venv/bin/activate # Install Lab in the virtual environment. pip install -U pip wheel pip install lab # or preferably a specific version with lab==x.y # Store installed packages and exact versions for reproducibility. # Ignore pkg-resources package (https://github.com/pypa/pip/issues/4022). pip freeze | grep -v "pkg-resources" > requirements.txt ``` Please note that before running an experiment script you need to activate the virtual environment with: ``` source .venv/bin/activate ``` We recommend clearing the `PYTHONPATH` variable before activating the virtual environment. ### Run tutorial experiment[¶](#run-tutorial-experiment "Permalink to this headline") The following script shows a simple experiment that runs a naive vertex cover solver on a set of benchmarks. ../examples/vertex-cover/exp.py[¶](#id2 "Permalink to this code") ``` #! /usr/bin/env python """ Example experiment using a simple vertex cover solver. """ import glob import os import platform from downward.reports.absolute import AbsoluteReport from lab.environments import BaselSlurmEnvironment, LocalEnvironment from lab.experiment import Experiment from lab.reports import Attribute # Create custom report class with suitable info and error attributes. class BaseReport(AbsoluteReport): INFO\_ATTRIBUTES = ["time\_limit", "memory\_limit", "seed"] ERROR\_ATTRIBUTES = [ "domain", "problem", "algorithm", "unexplained\_errors", "error", "node", ] NODE = platform.node() REMOTE = NODE.endswith(".scicore.unibas.ch") or NODE.endswith(".cluster.bc2.ch") SCRIPT\_DIR = os.path.dirname(os.path.abspath(\_\_file\_\_)) BENCHMARKS\_DIR = os.path.join(SCRIPT\_DIR, "benchmarks") BHOSLIB\_GRAPHS = sorted(glob.glob(os.path.join(BENCHMARKS\_DIR, "bhoslib", "\*.mis"))) RANDOM\_GRAPHS = sorted(glob.glob(os.path.join(BENCHMARKS\_DIR, "random", "\*.txt"))) ALGORITHMS = ["2approx", "greedy"] SEED = 2018 TIME\_LIMIT = 1800 MEMORY\_LIMIT = 2048 if REMOTE: ENV = BaselSlurmEnvironment(email="my.name@unibas.ch") SUITE = BHOSLIB\_GRAPHS + RANDOM\_GRAPHS else: ENV = LocalEnvironment(processes=2) # Use smaller suite for local tests. SUITE = BHOSLIB\_GRAPHS[:1] + RANDOM\_GRAPHS[:1] ATTRIBUTES = [ "cover", "cover\_size", "error", "solve\_time", "solver\_exit\_code", Attribute("solved", absolute=True), ] # Create a new experiment. exp = Experiment(environment=ENV) # Add solver to experiment and make it available to all runs. exp.add\_resource("solver", os.path.join(SCRIPT\_DIR, "solver.py")) # Add custom parser. exp.add\_parser("parser.py") for algo in ALGORITHMS: for task in SUITE: run = exp.add\_run() # Create a symbolic link and an alias. This is optional. We # could also use absolute paths in add\_command(). run.add\_resource("task", task, symlink=True) run.add\_command( "solve", ["{solver}", "--seed", str(SEED), "{task}", algo], time\_limit=TIME\_LIMIT, memory\_limit=MEMORY\_LIMIT, ) # AbsoluteReport needs the following attributes: # 'domain', 'problem' and 'algorithm'. domain = os.path.basename(os.path.dirname(task)) task\_name = os.path.basename(task) run.set\_property("domain", domain) run.set\_property("problem", task\_name) run.set\_property("algorithm", algo) # BaseReport needs the following properties: # 'time\_limit', 'memory\_limit', 'seed'. run.set\_property("time\_limit", TIME\_LIMIT) run.set\_property("memory\_limit", MEMORY\_LIMIT) run.set\_property("seed", SEED) # Every run has to have a unique id in the form of a list. run.set\_property("id", [algo, domain, task\_name]) # Add step that writes experiment files to disk. exp.add\_step("build", exp.build) # Add step that executes all runs. exp.add\_step("start", exp.start\_runs) # Add step that collects properties from run directories and # writes them to \*-eval/properties. exp.add\_fetcher(name="fetch") # Make a report. exp.add\_report(BaseReport(attributes=ATTRIBUTES), outfile="report.html") # Parse the commandline and run the given steps. exp.run\_steps() ``` You can see the available steps with ``` ./exp.py ``` Select steps by name or index: ``` ./exp.py build ./exp.py 2 ./exp.py 3 4 ``` Here is the parser that the experiment uses: ../examples/vertex-cover/parser.py[¶](#id3 "Permalink to this code") ``` #! /usr/bin/env python """ Solver example output: Algorithm: 2approx Cover: set([1, 3, 5, 6, 7, 8, 9]) Cover size: 7 Solve time: 0.000771s """ from lab.parser import Parser def solved(content, props): props["solved"] = int("cover" in props) def error(content, props): if props["solved"]: props["error"] = "cover-found" else: props["error"] = "unsolved" if \_\_name\_\_ == "\_\_main\_\_": parser = Parser() parser.add\_pattern( "node", r"node: (.+)\n", type=str, file="driver.log", required=True ) parser.add\_pattern( "solver\_exit\_code", r"solve exit code: (.+)\n", type=int, file="driver.log" ) parser.add\_pattern("cover", r"Cover: (\{.\*\})", type=str) parser.add\_pattern("cover\_size", r"Cover size: (\d+)\n", type=int) parser.add\_pattern("solve\_time", r"Solve time: (.+)s", type=float) parser.add\_function(solved) parser.add\_function(error) parser.parse() ``` Find out how to create your own experiments by browsing the [Lab API](lab.experiment.html). Downward Lab tutorial[¶](#downward-lab-tutorial "Permalink to this headline") ----------------------------------------------------------------------------- This tutorial shows you how to install Downward Lab and how to create a simple experiment for Fast Downward that compares two heuristics, the causal graph (CG) heuristic and the FF heuristic. There are many ways for setting up your experiments. This tutorial gives you an opinionated alternative that has proven to work well in practice. Note During [ICAPS 2020](https://icaps20.icaps-conference.org/), we gave an online [Downward Lab presentation](https://icaps20subpages.icaps-conference.org/tutorials/evaluating-planners-with-downward-lab/) (version 6.2). The second half of the presentation covers this tutorial and you can find the recording [here](https://www.youtube.com/watch?v=39tIUsxbh9w). ### Installation[¶](#installation "Permalink to this headline") Lab requires **Python 3.7+** and **Linux**. To run Fast Downward experiments, you’ll need a **Fast Downward** repository, planning **benchmarks** and a plan **validator**. ``` # Install required packages. sudo apt install bison cmake flex g++ git make python3 python3-venv # Create directory for holding binaries and scripts. mkdir --parents ~/bin # Make directory for all projects related to Fast Downward. mkdir downward-projects cd downward-projects # Install the plan validator VAL. git clone https://github.com/KCL-Planning/VAL.git cd VAL # Newer VAL versions need time stamps, so we use an old version # (https://github.com/KCL-Planning/VAL/issues/46). git checkout a556539 make clean # Remove old binaries. sed -i 's/-Werror //g' Makefile # Ignore warnings. make cp validate ~/bin/ # Add binary to a directory on your ``$PATH``. # Return to projects directory. cd ../ # Download planning tasks. git clone https://github.com/aibasel/downward-benchmarks.git benchmarks # Clone Fast Downward and let it solve an example task. git clone https://github.com/aibasel/downward.git cd downward ./build.py ./fast-downward.py ../benchmarks/grid/prob01.pddl --search "astar(lmcut())" ``` If Fast Downward doesn’t compile, see <http://www.fast-downward.org/ObtainingAndRunningFastDownward> and <http://www.fast-downward.org/LPBuildInstructions>. We now create a new directory for our CG-vs-FF project. By putting it into the Fast Downward repo under `experiments/`, it’s easy to share both the code and experiment scripts with your collaborators. ``` # Create new branch. git checkout -b cg-vs-ff main # Create a new directory for your experiments in Fast Downward repo. cd experiments mkdir cg-vs-ff cd cg-vs-ff ``` Now it’s time to install Lab. We install it in a [Python virtual environment](https://docs.python.org/3/tutorial/venv.html) specific to the cg-vs-ff project. This has the advantage that there are no modifications to the system-wide configuration, and that you can have multiple projects with different Lab versions (e.g., for different papers). ``` # Create and activate a Python 3 virtual environment for Lab. python3 -m venv --prompt cg-vs-ff .venv source .venv/bin/activate # Install Lab in the virtual environment. pip install -U pip wheel # It's good to have new versions of these. pip install lab # or preferably a specific version with lab==x.y # Store installed packages and exact versions for reproducibility. # Ignore pkg-resources package (https://github.com/pypa/pip/issues/4022). pip freeze | grep -v "pkg-resources" > requirements.txt git add requirements.txt git commit -m "Store requirements for experiments." ``` To use the same versions of your requirements on a different computer, use `pip install -r requirements.txt` instead of the `pip install` commands above. Add to your `~/.bashrc` file: ``` # Make executables in ~/bin directory available globally. export PATH="${PATH}:${HOME}/bin" # Some example experiments need these two environment variables. export DOWNWARD\_BENCHMARKS=/path/to/downward-projects/benchmarks # Adapt path export DOWNWARD\_REPO=/path/to/downward-projects/downward # Adapt path ``` Add to your `~/.bash\_aliases` file: ``` # Activate virtualenv and unset PYTHONPATH to obtain isolated virtual environments. alias venv="unset PYTHONPATH; source .venv/bin/activate" ``` Finally, reload `.bashrc` (which usually also reloads `~/.bash\_aliases`): ``` source ~/.bashrc ``` You can activate virtual environments now by running `venv` in directories containing a `.venv` subdirectory. ### Run tutorial experiment[¶](#run-tutorial-experiment "Permalink to this headline") The files below are two experiment scripts, a `project.py` module that bundles common functionality for all experiments related to the project, a parser script, and a script for collecting results and making reports. You can use the files as a basis for your own experiments. They are available in the [Lab repo](https://github.com/aibasel/lab/tree/main/examples/downward). Copy the files into `experiments/my-exp-dir`. Make sure the experiment script and the parser are executable. Then you can see the available steps with ``` ./2020-09-11-A-cg-vs-ff.py ``` Run all steps with ``` ./2020-09-11-A-cg-vs-ff.py --all ``` Run individual steps with ``` ./2020-09-11-A-cg-vs-ff.py build ./2020-09-11-A-cg-vs-ff.py 2 ./2020-09-11-A-cg-vs-ff.py 3 6 7 ``` The `2020-09-11-A-cg-vs-ff.py` script uses the [`downward.experiment.FastDownwardExperiment`](index.html#downward.experiment.FastDownwardExperiment "downward.experiment.FastDownwardExperiment") class, which reduces the amount of code you need to write, but assumes a rigid structure of the experiment: it only allows you to run each added algorithm on each added task, and individual runs cannot be customized. If you need more flexibility, you can employ the [`lab.experiment.Experiment`](index.html#lab.experiment.Experiment "lab.experiment.Experiment") class instead and fill it by using [`FastDownwardAlgorithm`](index.html#downward.experiment.FastDownwardAlgorithm "downward.experiment.FastDownwardAlgorithm"), [`FastDownwardRun`](index.html#downward.experiment.FastDownwardRun "downward.experiment.FastDownwardRun"), [`CachedFastDownwardRevision`](index.html#downward.cached_revision.CachedFastDownwardRevision "downward.cached_revision.CachedFastDownwardRevision"), and [`Task`](index.html#downward.suites.Task "downward.suites.Task") objects. The `2020-09-11-A-cg-vs-ff.py` script shows an example. See the [Downward Lab API](downward.experiment.html) for a reference on all Downward Lab classes. ../examples/downward/2020-09-11-A-cg-vs-ff.py[¶](#id2 "Permalink to this code") ``` #! /usr/bin/env python import os import shutil import project REPO = project.get\_repo\_base() BENCHMARKS\_DIR = os.environ["DOWNWARD\_BENCHMARKS"] SCP\_LOGIN = "myname@myserver.com" REMOTE\_REPOS\_DIR = "/infai/seipp/projects" # If REVISION\_CACHE is None, the default "./data/revision-cache/" is used. REVISION\_CACHE = os.environ.get("DOWNWARD\_REVISION\_CACHE") if project.REMOTE: SUITE = project.SUITE\_SATISFICING ENV = project.BaselSlurmEnvironment(email="my.name@myhost.ch") else: SUITE = ["depot:p01.pddl", "grid:prob01.pddl", "gripper:prob01.pddl"] ENV = project.LocalEnvironment(processes=2) CONFIGS = [ (f"{index:02d}-{h\_nick}", ["--search", f"eager\_greedy([{h}])"]) for index, (h\_nick, h) in enumerate( [ ("cg", "cg(transform=adapt\_costs(one))"), ("ff", "ff(transform=adapt\_costs(one))"), ], start=1, ) ] BUILD\_OPTIONS = [] DRIVER\_OPTIONS = ["--overall-time-limit", "5m"] REV\_NICKS = [ ("main", ""), ] ATTRIBUTES = [ "error", "run\_dir", "search\_start\_time", "search\_start\_memory", "total\_time", "h\_values", "coverage", "expansions", "memory", project.EVALUATIONS\_PER\_TIME, ] exp = project.FastDownwardExperiment(environment=ENV, revision\_cache=REVISION\_CACHE) for config\_nick, config in CONFIGS: for rev, rev\_nick in REV\_NICKS: algo\_name = f"{rev\_nick}:{config\_nick}" if rev\_nick else config\_nick exp.add\_algorithm( algo\_name, REPO, rev, config, build\_options=BUILD\_OPTIONS, driver\_options=DRIVER\_OPTIONS, ) exp.add\_suite(BENCHMARKS\_DIR, SUITE) exp.add\_parser(exp.EXITCODE\_PARSER) exp.add\_parser(exp.TRANSLATOR\_PARSER) exp.add\_parser(exp.SINGLE\_SEARCH\_PARSER) exp.add\_parser(project.DIR / "parser.py") exp.add\_parser(exp.PLANNER\_PARSER) exp.add\_step("build", exp.build) exp.add\_step("start", exp.start\_runs) exp.add\_fetcher(name="fetch") if not project.REMOTE: exp.add\_step("remove-eval-dir", shutil.rmtree, exp.eval\_dir, ignore\_errors=True) project.add\_scp\_step(exp, SCP\_LOGIN, REMOTE\_REPOS\_DIR) project.add\_absolute\_report( exp, attributes=ATTRIBUTES, filter=[project.add\_evaluations\_per\_time] ) attributes = ["expansions"] pairs = [ ("01-cg", "02-ff"), ] suffix = "-rel" if project.RELATIVE else "" for algo1, algo2 in pairs: for attr in attributes: exp.add\_report( project.ScatterPlotReport( relative=project.RELATIVE, get\_category=None if project.TEX else lambda run1, run2: run1["domain"], attributes=[attr], filter\_algorithm=[algo1, algo2], filter=[project.add\_evaluations\_per\_time], format="tex" if project.TEX else "png", ), name=f"{exp.name}-{algo1}-vs-{algo2}-{attr}{suffix}", ) exp.run\_steps() ``` ../examples/downward/2020-09-11-B-bounded-cost.py[¶](#id3 "Permalink to this code") ``` #! /usr/bin/env python import json import os import shutil from downward import suites from downward.cached\_revision import CachedFastDownwardRevision from downward.experiment import FastDownwardAlgorithm, FastDownwardRun from lab.experiment import Experiment import project REPO = project.get\_repo\_base() BENCHMARKS\_DIR = os.environ["DOWNWARD\_BENCHMARKS"] SCP\_LOGIN = "myname@myserver.com" REMOTE\_REPOS\_DIR = "/infai/seipp/projects" BOUNDS\_FILE = "bounds.json" SUITE = ["depot:p01.pddl", "grid:prob01.pddl", "gripper:prob01.pddl"] # If REVISION\_CACHE is None, the default "./data/revision-cache/" is used. REVISION\_CACHE = os.environ.get("DOWNWARD\_REVISION\_CACHE") if project.REMOTE: # ENV = project.BaselSlurmEnvironment(email="my.name@myhost.ch") ENV = project.TetralithEnvironment( email="first.last@liu.se", extra\_options="#SBATCH --account=snic2022-5-341" ) SUITE = project.SUITE\_OPTIMAL\_STRIPS else: ENV = project.LocalEnvironment(processes=2) CONFIGS = [ ("ff", ["--search", "lazy\_greedy([ff()], bound=BOUND)"]), ] BUILD\_OPTIONS = [] DRIVER\_OPTIONS = [ "--validate", "--overall-time-limit", "5m", "--overall-memory-limit", "3584M", ] # Pairs of revision identifier and optional revision nick. REV\_NICKS = [ ("main", ""), ] ATTRIBUTES = [ "error", "run\_dir", "search\_start\_time", "search\_start\_memory", "total\_time", "h\_values", "coverage", "expansions", "memory", project.EVALUATIONS\_PER\_TIME, ] exp = Experiment(environment=ENV) for rev, rev\_nick in REV\_NICKS: cached\_rev = CachedFastDownwardRevision(REVISION\_CACHE, REPO, rev, BUILD\_OPTIONS) cached\_rev.cache() exp.add\_resource("", cached\_rev.path, cached\_rev.get\_relative\_exp\_path()) for config\_nick, config in CONFIGS: algo\_name = f"{rev\_nick}-{config\_nick}" if rev\_nick else config\_nick bounds = {} with open(BOUNDS\_FILE) as f: bounds = json.load(f) for task in suites.build\_suite(BENCHMARKS\_DIR, SUITE): upper\_bound = bounds[f"{task.domain}:{task.problem}"] if upper\_bound is None: upper\_bound = "infinity" config\_with\_bound = config.copy() config\_with\_bound[-1] = config\_with\_bound[-1].replace( "bound=BOUND", f"bound={upper\_bound}" ) algo = FastDownwardAlgorithm( algo\_name, cached\_rev, DRIVER\_OPTIONS, config\_with\_bound, ) run = FastDownwardRun(exp, algo, task) exp.add\_run(run) exp.add\_parser(project.FastDownwardExperiment.EXITCODE\_PARSER) exp.add\_parser(project.FastDownwardExperiment.TRANSLATOR\_PARSER) exp.add\_parser(project.FastDownwardExperiment.SINGLE\_SEARCH\_PARSER) exp.add\_parser(project.DIR / "parser.py") exp.add\_parser(project.FastDownwardExperiment.PLANNER\_PARSER) exp.add\_step("build", exp.build) exp.add\_step("start", exp.start\_runs) exp.add\_fetcher(name="fetch") if not project.REMOTE: exp.add\_step("remove-eval-dir", shutil.rmtree, exp.eval\_dir, ignore\_errors=True) project.add\_scp\_step(exp, SCP\_LOGIN, REMOTE\_REPOS\_DIR) project.add\_absolute\_report( exp, attributes=ATTRIBUTES, filter=[project.add\_evaluations\_per\_time, project.group\_domains], ) exp.run\_steps() ``` ../examples/downward/project.py[¶](#id4 "Permalink to this code") ``` from pathlib import Path import platform import re import subprocess import sys from downward.experiment import FastDownwardExperiment from downward.reports.absolute import AbsoluteReport from downward.reports.scatter import ScatterPlotReport from downward.reports.taskwise import TaskwiseReport from lab.environments import ( BaselSlurmEnvironment, LocalEnvironment, TetralithEnvironment, ) from lab.experiment import ARGPARSER from lab.reports import Attribute, geometric\_mean # Silence import-unused messages. Experiment scripts may use these imports. assert ( BaselSlurmEnvironment and FastDownwardExperiment and LocalEnvironment and ScatterPlotReport and TaskwiseReport and TetralithEnvironment ) DIR = Path(\_\_file\_\_).resolve().parent SCRIPT = Path(sys.argv[0]).resolve() NODE = platform.node() # Cover both the Basel and Linköping clusters for simplicity. REMOTE = NODE.endswith((".scicore.unibas.ch", ".cluster.bc2.ch")) or re.match( r"tetralith\d+\.nsc\.liu\.se|n\d+", NODE ) def parse\_args(): ARGPARSER.add\_argument("--tex", action="store\_true", help="produce LaTeX output") ARGPARSER.add\_argument( "--relative", action="store\_true", help="make relative scatter plots" ) return ARGPARSER.parse\_args() ARGS = parse\_args() TEX = ARGS.tex RELATIVE = ARGS.relative EVALUATIONS\_PER\_TIME = Attribute( "evaluations\_per\_time", min\_wins=False, function=geometric\_mean, digits=1 ) # Generated by "./suites.py satisficing" in aibasel/downward-benchmarks repo. # fmt: off SUITE\_SATISFICING = [ "agricola-sat18-strips", "airport", "assembly", "barman-sat11-strips", "barman-sat14-strips", "blocks", "caldera-sat18-adl", "caldera-split-sat18-adl", "cavediving-14-adl", "childsnack-sat14-strips", "citycar-sat14-adl", "data-network-sat18-strips", "depot", "driverlog", "elevators-sat08-strips", "elevators-sat11-strips", "flashfill-sat18-adl", "floortile-sat11-strips", "floortile-sat14-strips", "freecell", "ged-sat14-strips", "grid", "gripper", "hiking-sat14-strips", "logistics00", "logistics98", "maintenance-sat14-adl", "miconic", "miconic-fulladl", "miconic-simpleadl", "movie", "mprime", "mystery", "nomystery-sat11-strips", "nurikabe-sat18-adl", "openstacks", "openstacks-sat08-adl", "openstacks-sat08-strips", "openstacks-sat11-strips", "openstacks-sat14-strips", "openstacks-strips", "optical-telegraphs", "organic-synthesis-sat18-strips", "organic-synthesis-split-sat18-strips", "parcprinter-08-strips", "parcprinter-sat11-strips", "parking-sat11-strips", "parking-sat14-strips", "pathways", "pegsol-08-strips", "pegsol-sat11-strips", "philosophers", "pipesworld-notankage", "pipesworld-tankage", "psr-large", "psr-middle", "psr-small", "rovers", "satellite", "scanalyzer-08-strips", "scanalyzer-sat11-strips", "schedule", "settlers-sat18-adl", "snake-sat18-strips", "sokoban-sat08-strips", "sokoban-sat11-strips", "spider-sat18-strips", "storage", "termes-sat18-strips", "tetris-sat14-strips", "thoughtful-sat14-strips", "tidybot-sat11-strips", "tpp", "transport-sat08-strips", "transport-sat11-strips", "transport-sat14-strips", "trucks", "trucks-strips", "visitall-sat11-strips", "visitall-sat14-strips", "woodworking-sat08-strips", "woodworking-sat11-strips", "zenotravel", ] SUITE\_OPTIMAL\_STRIPS = [ "agricola-opt18-strips", "airport", "barman-opt11-strips", "barman-opt14-strips", "blocks", "childsnack-opt14-strips", "data-network-opt18-strips", "depot", "driverlog", "elevators-opt08-strips", "elevators-opt11-strips", "floortile-opt11-strips", "floortile-opt14-strips", "freecell", "ged-opt14-strips", "grid", "gripper", "hiking-opt14-strips", "logistics00", "logistics98", "miconic", "movie", "mprime", "mystery", "nomystery-opt11-strips", "openstacks-opt08-strips", "openstacks-opt11-strips", "openstacks-opt14-strips", "openstacks-strips", "organic-synthesis-opt18-strips", "organic-synthesis-split-opt18-strips", "parcprinter-08-strips", "parcprinter-opt11-strips", "parking-opt11-strips", "parking-opt14-strips", "pathways", "pegsol-08-strips", "pegsol-opt11-strips", "petri-net-alignment-opt18-strips", "pipesworld-notankage", "pipesworld-tankage", "psr-small", "rovers", "satellite", "scanalyzer-08-strips", "scanalyzer-opt11-strips", "snake-opt18-strips", "sokoban-opt08-strips", "sokoban-opt11-strips", "spider-opt18-strips", "storage", "termes-opt18-strips", "tetris-opt14-strips", "tidybot-opt11-strips", "tidybot-opt14-strips", "tpp", "transport-opt08-strips", "transport-opt11-strips", "transport-opt14-strips", "trucks-strips", "visitall-opt11-strips", "visitall-opt14-strips", "woodworking-opt08-strips", "woodworking-opt11-strips", "zenotravel", ] DOMAIN\_GROUPS = { "airport": ["airport"], "assembly": ["assembly"], "barman": [ "barman", "barman-opt11-strips", "barman-opt14-strips", "barman-sat11-strips", "barman-sat14-strips"], "blocksworld": ["blocks", "blocksworld"], "cavediving": ["cavediving-14-adl"], "childsnack": ["childsnack-opt14-strips", "childsnack-sat14-strips"], "citycar": ["citycar-opt14-adl", "citycar-sat14-adl"], "depots": ["depot", "depots"], "driverlog": ["driverlog"], "elevators": [ "elevators-opt08-strips", "elevators-opt11-strips", "elevators-sat08-strips", "elevators-sat11-strips"], "floortile": [ "floortile-opt11-strips", "floortile-opt14-strips", "floortile-sat11-strips", "floortile-sat14-strips"], "freecell": ["freecell"], "ged": ["ged-opt14-strips", "ged-sat14-strips"], "grid": ["grid"], "gripper": ["gripper"], "hiking": ["hiking-opt14-strips", "hiking-sat14-strips"], "logistics": ["logistics98", "logistics00"], "maintenance": ["maintenance-opt14-adl", "maintenance-sat14-adl"], "miconic": ["miconic", "miconic-strips"], "miconic-fulladl": ["miconic-fulladl"], "miconic-simpleadl": ["miconic-simpleadl"], "movie": ["movie"], "mprime": ["mprime"], "mystery": ["mystery"], "nomystery": ["nomystery-opt11-strips", "nomystery-sat11-strips"], "openstacks": [ "openstacks", "openstacks-strips", "openstacks-opt08-strips", "openstacks-opt11-strips", "openstacks-opt14-strips", "openstacks-sat08-adl", "openstacks-sat08-strips", "openstacks-sat11-strips", "openstacks-sat14-strips", "openstacks-opt08-adl", "openstacks-sat08-adl"], "optical-telegraphs": ["optical-telegraphs"], "parcprinter": [ "parcprinter-08-strips", "parcprinter-opt11-strips", "parcprinter-sat11-strips"], "parking": [ "parking-opt11-strips", "parking-opt14-strips", "parking-sat11-strips", "parking-sat14-strips"], "pathways": ["pathways"], "pathways-noneg": ["pathways-noneg"], "pegsol": ["pegsol-08-strips", "pegsol-opt11-strips", "pegsol-sat11-strips"], "philosophers": ["philosophers"], "pipes-nt": ["pipesworld-notankage"], "pipes-t": ["pipesworld-tankage"], "psr": ["psr-middle", "psr-large", "psr-small"], "rovers": ["rover", "rovers"], "satellite": ["satellite"], "scanalyzer": [ "scanalyzer-08-strips", "scanalyzer-opt11-strips", "scanalyzer-sat11-strips"], "schedule": ["schedule"], "sokoban": [ "sokoban-opt08-strips", "sokoban-opt11-strips", "sokoban-sat08-strips", "sokoban-sat11-strips"], "storage": ["storage"], "tetris": ["tetris-opt14-strips", "tetris-sat14-strips"], "thoughtful": ["thoughtful-sat14-strips"], "tidybot": [ "tidybot-opt11-strips", "tidybot-opt14-strips", "tidybot-sat11-strips", "tidybot-sat14-strips"], "tpp": ["tpp"], "transport": [ "transport-opt08-strips", "transport-opt11-strips", "transport-opt14-strips", "transport-sat08-strips", "transport-sat11-strips", "transport-sat14-strips"], "trucks": ["trucks", "trucks-strips"], "visitall": [ "visitall-opt11-strips", "visitall-opt14-strips", "visitall-sat11-strips", "visitall-sat14-strips"], "woodworking": [ "woodworking-opt08-strips", "woodworking-opt11-strips", "woodworking-sat08-strips", "woodworking-sat11-strips"], "zenotravel": ["zenotravel"], # IPC 2018: "agricola": ["agricola", "agricola-opt18-strips", "agricola-sat18-strips"], "caldera": ["caldera-opt18-adl", "caldera-sat18-adl"], "caldera-split": ["caldera-split-opt18-adl", "caldera-split-sat18-adl"], "data-network": [ "data-network", "data-network-opt18-strips", "data-network-sat18-strips"], "flashfill": ["flashfill-sat18-adl"], "nurikabe": ["nurikabe-opt18-adl", "nurikabe-sat18-adl"], "organic-split": [ "organic-synthesis-split", "organic-synthesis-split-opt18-strips", "organic-synthesis-split-sat18-strips"], "organic" : [ "organic-synthesis", "organic-synthesis-opt18-strips", "organic-synthesis-sat18-strips"], "petri-net": [ "petri-net-alignment", "petri-net-alignment-opt18-strips", "petri-net-alignment-sat18-strips"], "settlers": ["settlers-opt18-adl", "settlers-sat18-adl"], "snake": ["snake", "snake-opt18-strips", "snake-sat18-strips"], "spider": ["spider", "spider-opt18-strips", "spider-sat18-strips"], "termes": ["termes", "termes-opt18-strips", "termes-sat18-strips"], } # fmt: on DOMAIN\_RENAMINGS = {} for group\_name, domains in DOMAIN\_GROUPS.items(): for domain in domains: DOMAIN\_RENAMINGS[domain] = group\_name for group\_name in DOMAIN\_GROUPS: DOMAIN\_RENAMINGS[group\_name] = group\_name def group\_domains(run): old\_domain = run["domain"] run["domain"] = DOMAIN\_RENAMINGS[old\_domain] run["problem"] = old\_domain + "-" + run["problem"] run["id"][2] = run["problem"] return run def get\_repo\_base() -> Path: """Get base directory of the repository, as an absolute path. Search upwards in the directory tree from the main script until a directory with a subdirectory named ".git" is found. Abort if the repo base cannot be found.""" path = Path(SCRIPT) while path.parent != path: if (path / ".git").is\_dir(): return path path = path.parent sys.exit("repo base could not be found") def remove\_file(path: Path): try: path.unlink() except FileNotFoundError: pass def add\_evaluations\_per\_time(run): evaluations = run.get("evaluations") time = run.get("search\_time") if evaluations is not None and evaluations >= 100 and time: run["evaluations\_per\_time"] = evaluations / time return run def \_get\_exp\_dir\_relative\_to\_repo(): repo\_name = get\_repo\_base().name script = Path(SCRIPT) script\_dir = script.parent rel\_script\_dir = script\_dir.relative\_to(get\_repo\_base()) expname = script.stem return repo\_name / rel\_script\_dir / "data" / expname def add\_scp\_step(exp, login, repos\_dir): remote\_exp = Path(repos\_dir) / \_get\_exp\_dir\_relative\_to\_repo() exp.add\_step( "scp-eval-dir", subprocess.call, [ "scp", "-r", # Copy recursively. "-C", # Compress files. f"{login}:{remote\_exp}-eval", f"{exp.path}-eval", ], ) def fetch\_algorithm(exp, expname, algo, \*, new\_algo=None): """Fetch (and possibly rename) a single algorithm from \*expname\*.""" new\_algo = new\_algo or algo def rename\_and\_filter(run): if run["algorithm"] == algo: run["algorithm"] = new\_algo run["id"][0] = new\_algo return run return False exp.add\_fetcher( f"data/{expname}-eval", filter=rename\_and\_filter, name=f"fetch-{new\_algo}-from-{expname}", merge=True, ) def fetch\_algorithms(exp, expname, \*, algos=None, name=None, filters=None): """ Fetch multiple or all algorithms. """ assert not expname.rstrip("/").endswith("-eval") algos = set(algos or []) filters = filters or [] if algos: def algo\_filter(run): return run["algorithm"] in algos filters.append(algo\_filter) exp.add\_fetcher( f"data/{expname}-eval", filter=filters, name=name or f"fetch-from-{expname}", merge=True, ) def add\_absolute\_report(exp, \*, name=None, outfile=None, \*\*kwargs): report = AbsoluteReport(\*\*kwargs) if name and not outfile: outfile = f"{name}.{report.output\_format}" elif outfile and not name: name = Path(outfile).name elif not name and not outfile: name = f"{exp.name}-abs" outfile = f"{name}.{report.output\_format}" if not Path(outfile).is\_absolute(): outfile = Path(exp.eval\_dir) / outfile exp.add\_report(report, name=name, outfile=outfile) if not REMOTE: exp.add\_step(f"open-{name}", subprocess.call, ["xdg-open", outfile]) exp.add\_step(f"publish-{name}", subprocess.call, ["publish", outfile]) ``` ../examples/downward/parser.py[¶](#id5 "Permalink to this code") ``` #! /usr/bin/env python import logging import re from lab.parser import Parser class CommonParser(Parser): def add\_repeated\_pattern( self, name, regex, file="run.log", required=False, type=int ): def find\_all\_occurences(content, props): matches = re.findall(regex, content) if required and not matches: logging.error(f"Pattern {regex} not found in file {file}") props[name] = [type(m) for m in matches] self.add\_function(find\_all\_occurences, file=file) def add\_bottom\_up\_pattern( self, name, regex, file="run.log", required=False, type=int ): def search\_from\_bottom(content, props): reversed\_content = "\n".join(reversed(content.splitlines())) match = re.search(regex, reversed\_content) if required and not match: logging.error(f"Pattern {regex} not found in file {file}") if match: props[name] = type(match.group(1)) self.add\_function(search\_from\_bottom, file=file) def main(): parser = CommonParser() parser.add\_bottom\_up\_pattern( "search\_start\_time", r"\[t=(.+)s, \d+ KB\] g=0, 1 evaluated, 0 expanded", type=float, ) parser.add\_bottom\_up\_pattern( "search\_start\_memory", r"\[t=.+s, (\d+) KB\] g=0, 1 evaluated, 0 expanded", type=int, ) parser.add\_pattern( "initial\_h\_value", r"f = (\d+) \[1 evaluated, 0 expanded, t=.+s, \d+ KB\]", type=int, ) parser.add\_repeated\_pattern( "h\_values", r"New best heuristic value for .+: (\d+)\n", type=int, ) parser.parse() if \_\_name\_\_ == "\_\_main\_\_": main() ``` ../examples/downward/01-evaluation.py[¶](#id6 "Permalink to this code") ``` #! /usr/bin/env python from pathlib import Path from lab.experiment import Experiment import project ATTRIBUTES = [ "error", "run\_dir", "planner\_time", "initial\_h\_value", "coverage", "cost", "evaluations", "memory", project.EVALUATIONS\_PER\_TIME, ] exp = Experiment() exp.add\_step( "remove-combined-properties", project.remove\_file, Path(exp.eval\_dir) / "properties" ) project.fetch\_algorithm(exp, "2020-09-11-A-cg-vs-ff", "01-cg", new\_algo="cg") project.fetch\_algorithms(exp, "2020-09-11-B-bounded-cost") filters = [project.add\_evaluations\_per\_time] project.add\_absolute\_report( exp, attributes=ATTRIBUTES, filter=filters, name=f"{exp.name}" ) exp.run\_steps() ``` The [Downward Lab API](downward.experiment.html) shows you how to adjust this example to your needs. You may also find the [other example experiments](https://github.com/aibasel/lab/tree/main/examples/) useful. Frequently asked questions[¶](#frequently-asked-questions "Permalink to this headline") --------------------------------------------------------------------------------------- ### How can I parse and report my own attributes?[¶](#how-can-i-parse-and-report-my-own-attributes "Permalink to this headline") See the [parsing documentation](lab.parser.html). ### How can I combine the results from multiple experiments?[¶](#how-can-i-combine-the-results-from-multiple-experiments "Permalink to this headline") ``` exp = Experiment('/new/path/to/combined-results') exp.add\_fetcher('path/to/first/eval/dir') exp.add\_fetcher('path/to/second/eval/dir') exp.add\_fetcher('path/to/experiment/dir') exp.add\_report(AbsoluteReport()) ``` ### Some runs failed. How can I rerun them?[¶](#some-runs-failed-how-can-i-rerun-them "Permalink to this headline") If the failed runs were never started, for example, due to grid node failures, you can simply run the “start” experiment step again. It will skip all runs that have already been started. Afterwards, run “fetch” and make reports as usual. Lab detects which runs have already been started by checking if the `driver.log` file exists. So if you have failed runs that were already started, but you want to rerun them anyway, go to their run directories, remove the `driver.log` files and then run the “start” experiment step again as above. ### I forgot to parse something. How can I run only the parsers again?[¶](#i-forgot-to-parse-something-how-can-i-run-only-the-parsers-again "Permalink to this headline") See the [parsing documentation](lab.parser.html) for how to write parsers. Once you have fixed your existing parsers or added new parsers, add `exp.add\_parse\_again\_step()` to your experiment script `my-exp.py` and then call ``` ./my-exp.py parse-again ``` ### How can I compute a new attribute from multiple runs?[¶](#how-can-i-compute-a-new-attribute-from-multiple-runs "Permalink to this headline") Consider for example the IPC quality score. It is often computed over the list of runs for each task. Since filters only work on individual runs, we can’t compute the score with a single filter, but it is possible by using two filters as shown below: *store\_costs* saves the list of costs per task in a dictionary whereas *add\_quality* uses the stored costs to compute IPC quality scores and adds them to the runs. ``` class QualityFilters: """Compute the IPC quality score. >>> from downward.reports.absolute import AbsoluteReport >>> filters = QualityFilters() >>> report = AbsoluteReport(filter=[filters.store\_costs, filters.add\_quality]) """ def \_\_init\_\_(self): self.tasks\_to\_costs = defaultdict(list) def \_get\_task(self, run): return (run["domain"], run["problem"]) def \_compute\_quality(self, cost, all\_costs): if cost is None: return 0.0 assert all\_costs min\_cost = min(all\_costs) if cost == 0: assert min\_cost == 0 return 1.0 return min\_cost / cost def store\_costs(self, run): cost = run.get("cost") if cost is not None: assert run["coverage"] self.tasks\_to\_costs[self.\_get\_task(run)].append(cost) return True def add\_quality(self, run): run["quality"] = self.\_compute\_quality( run.get("cost"), self.tasks\_to\_costs[self.\_get\_task(run)] ) return run ``` ### How can I make reports and plots for results obtained without Lab?[¶](#how-can-i-make-reports-and-plots-for-results-obtained-without-lab "Permalink to this headline") See [report-external-results.py](https://github.com/aibasel/lab/blob/main/examples/report-external-results.py) for an example. ### Which experiment class should I use for which Fast Downward revision?[¶](#which-experiment-class-should-i-use-for-which-fast-downward-revision "Permalink to this headline") * Before CMake: use DownwardExperiment in Lab 1.x * With CMake and optional validation: use FastDownwardExperiment in Lab 1.x * With CMake and mandatory validation: use FastDownwardExperiment in Lab 2.x * New translator exit codes (issue739): use FastDownwardExperiment in Lab >= 3.x ### How can I contribute to Lab?[¶](#how-can-i-contribute-to-lab "Permalink to this headline") If you’d like to contribute a feature or a bugfix to Lab or Downward Lab, please see [CONTRIBUTING.md](https://github.com/aibasel/lab/blob/main/CONTRIBUTING.md). ### How can I customize Lab?[¶](#how-can-i-customize-lab "Permalink to this headline") Lab tries to be easily customizable. That means that you shouldn’t have to make any changes to the Lab code itself, but rather you should be able to inherit from Lab classes and implement custom behaviour in your subclasses. If this doesn’t work in your case, let’s discuss how we can improve things in a [GitHub issue](https://github.com/aibasel/lab/issues). That said, it can sometimes be easiest to quickly patch Lab. In this case, or when you want to run the latest Lab development version, you can clone the Lab repo and install it (preferable in a virtual environment): ``` git clone https://github.com/aibasel/lab.git /path/to/lab pip install --editable /path/to/lab ``` The `--editable` flag installs the project in “editable mode”, which makes any changes under `/path/to/lab` appear immediately in the virtual environment. ### Which best practices do you recommend for working with Lab?[¶](#which-best-practices-do-you-recommend-for-working-with-lab "Permalink to this headline") * automate as much as possible but not too much * use fixed solver revisions (“3a27ea77f” instead of “main”) * use Python virtual environments * pin versions of all Python dependencies in `requirements.txt` * collect common experiment code in project module * copy experiment scripts for new experiments, don’t change them * make evaluation locally rather than on remote cluster * collect exploratory results from multiple experiments * rerun experiments for camera-ready copy in single experiment and with single code revision Parse output[¶](#module-lab.parser "Permalink to this headline") ---------------------------------------------------------------- A parser can be any program that analyzes files in the run’s directory (e.g. `run.log`) and manipulates the `properties` file in the same directory. To make parsing easier, however, you can use the `Parser` class. Here is an example parser for the FF planner: ../examples/ff/ff-parser.py[¶](#id1 "Permalink to this code") ``` #! /usr/bin/env python """ FF example output: [...] ff: found legal plan as follows step 0: UP F0 F1 1: BOARD F1 P0 2: DOWN F1 F0 3: DEPART F0 P0 time spent: 0.00 seconds instantiating 4 easy, 0 hard action templates 0.00 seconds reachability analysis, yielding 4 facts and 4 actions 0.00 seconds creating final representation with 4 relevant facts 0.00 seconds building connectivity graph 0.00 seconds searching, evaluating 5 states, to a max depth of 2 0.00 seconds total time """ import re from lab.parser import Parser def error(content, props): if props["planner\_exit\_code"] == 0: props["error"] = "plan-found" else: props["error"] = "unsolvable-or-error" def coverage(content, props): props["coverage"] = int(props["planner\_exit\_code"] == 0) def get\_plan(content, props): # All patterns are parsed before functions are called. if props.get("evaluations") is not None: props["plan"] = re.findall(r"^(?:step)?\s\*\d+: (.+)$", content, re.M) def get\_times(content, props): props["times"] = re.findall(r"(\d+\.\d+) seconds", content) def trivially\_unsolvable(content, props): props["trivially\_unsolvable"] = int( "ff: goal can be simplified to FALSE. No plan will solve it" in content ) parser = Parser() parser.add\_pattern("node", r"node: (.+)\n", type=str, file="driver.log", required=True) parser.add\_pattern( "planner\_exit\_code", r"run-planner exit code: (.+)\n", type=int, file="driver.log" ) parser.add\_pattern("evaluations", r"evaluating (\d+) states") parser.add\_function(error) parser.add\_function(coverage) parser.add\_function(get\_plan) parser.add\_function(get\_times) parser.add\_function(trivially\_unsolvable) parser.parse() ``` You can add this parser to all runs by using [`add\_parser()`](index.html#lab.experiment.Experiment.add_parser "lab.experiment.Experiment.add_parser"): ``` >>> from pathlib import Path >>> from lab.experiment import Experiment >>> exp = Experiment() >>> # The path can be absolute or relative to the working directory at build time. >>> parser = Path(\_\_file\_\_).resolve().parents[1] / "examples/ff/ff-parser.py" >>> exp.add\_parser(parser) ``` All added parsers will be run in the order in which they were added after executing the run’s commands. If you need to change your parsers and execute them again, use the [`add\_parse\_again\_step()`](index.html#lab.experiment.Experiment.add_parse_again_step "lab.experiment.Experiment.add_parse_again_step") method to re-parse your results. Run other planners[¶](#run-other-planners "Permalink to this headline") ----------------------------------------------------------------------- The script below shows how to run the [FF planner](http://fai.cs.uni-saarland.de/hoffmann/ff.html) on a number of classical planning benchmarks. You can see the available steps with ``` ./ff.py ``` Select steps by name or index: ``` ./ff.py build ./ff.py 2 ./ff.py 3 4 ``` You can use this file as a basis for your own experiments. For Fast Downward experiments, we recommend taking a look at the <downward.tutorial>. ../examples/ff/ff.py[¶](#id1 "Permalink to this code") ``` #! /usr/bin/env python """ Example experiment for the FF planner (http://fai.cs.uni-saarland.de/hoffmann/ff.html). """ import os import platform from downward import suites from downward.reports.absolute import AbsoluteReport from lab.environments import BaselSlurmEnvironment, LocalEnvironment from lab.experiment import Experiment from lab.reports import Attribute, geometric\_mean # Create custom report class with suitable info and error attributes. class BaseReport(AbsoluteReport): INFO\_ATTRIBUTES = ["time\_limit", "memory\_limit"] ERROR\_ATTRIBUTES = [ "domain", "problem", "algorithm", "unexplained\_errors", "error", "node", ] NODE = platform.node() REMOTE = NODE.endswith(".scicore.unibas.ch") or NODE.endswith(".cluster.bc2.ch") BENCHMARKS\_DIR = os.environ["DOWNWARD\_BENCHMARKS"] if REMOTE: ENV = BaselSlurmEnvironment(email="my.name@unibas.ch") else: ENV = LocalEnvironment(processes=2) SUITE = ["grid", "gripper:prob01.pddl", "miconic:s1-0.pddl", "mystery:prob07.pddl"] ATTRIBUTES = [ "error", "plan", "times", Attribute("coverage", absolute=True, min\_wins=False, scale="linear"), Attribute("evaluations", function=geometric\_mean), Attribute("trivially\_unsolvable", min\_wins=False), ] TIME\_LIMIT = 1800 MEMORY\_LIMIT = 2048 # Create a new experiment. exp = Experiment(environment=ENV) # Add custom parser for FF. exp.add\_parser("ff-parser.py") for task in suites.build\_suite(BENCHMARKS\_DIR, SUITE): run = exp.add\_run() # Create symbolic links and aliases. This is optional. We # could also use absolute paths in add\_command(). run.add\_resource("domain", task.domain\_file, symlink=True) run.add\_resource("problem", task.problem\_file, symlink=True) # 'ff' binary has to be on the PATH. # We could also use exp.add\_resource(). run.add\_command( "run-planner", ["ff", "-o", "{domain}", "-f", "{problem}"], time\_limit=TIME\_LIMIT, memory\_limit=MEMORY\_LIMIT, ) # AbsoluteReport needs the following properties: # 'domain', 'problem', 'algorithm', 'coverage'. run.set\_property("domain", task.domain) run.set\_property("problem", task.problem) run.set\_property("algorithm", "ff") # BaseReport needs the following properties: # 'time\_limit', 'memory\_limit'. run.set\_property("time\_limit", TIME\_LIMIT) run.set\_property("memory\_limit", MEMORY\_LIMIT) # Every run has to have a unique id in the form of a list. # The algorithm name is only really needed when there are # multiple algorithms. run.set\_property("id", ["ff", task.domain, task.problem]) # Add step that writes experiment files to disk. exp.add\_step("build", exp.build) # Add step that executes all runs. exp.add\_step("start", exp.start\_runs) # Add step that collects properties from run directories and # writes them to \*-eval/properties. exp.add\_fetcher(name="fetch") # Make a report. exp.add\_report(BaseReport(attributes=ATTRIBUTES), outfile="report.html") # Parse the commandline and run the specified steps. exp.run\_steps() ``` Here is a simple parser for FF: ../examples/ff/ff-parser.py[¶](#id2 "Permalink to this code") ``` #! /usr/bin/env python """ FF example output: [...] ff: found legal plan as follows step 0: UP F0 F1 1: BOARD F1 P0 2: DOWN F1 F0 3: DEPART F0 P0 time spent: 0.00 seconds instantiating 4 easy, 0 hard action templates 0.00 seconds reachability analysis, yielding 4 facts and 4 actions 0.00 seconds creating final representation with 4 relevant facts 0.00 seconds building connectivity graph 0.00 seconds searching, evaluating 5 states, to a max depth of 2 0.00 seconds total time """ import re from lab.parser import Parser def error(content, props): if props["planner\_exit\_code"] == 0: props["error"] = "plan-found" else: props["error"] = "unsolvable-or-error" def coverage(content, props): props["coverage"] = int(props["planner\_exit\_code"] == 0) def get\_plan(content, props): # All patterns are parsed before functions are called. if props.get("evaluations") is not None: props["plan"] = re.findall(r"^(?:step)?\s\*\d+: (.+)$", content, re.M) def get\_times(content, props): props["times"] = re.findall(r"(\d+\.\d+) seconds", content) def trivially\_unsolvable(content, props): props["trivially\_unsolvable"] = int( "ff: goal can be simplified to FALSE. No plan will solve it" in content ) parser = Parser() parser.add\_pattern("node", r"node: (.+)\n", type=str, file="driver.log", required=True) parser.add\_pattern( "planner\_exit\_code", r"run-planner exit code: (.+)\n", type=int, file="driver.log" ) parser.add\_pattern("evaluations", r"evaluating (\d+) states") parser.add\_function(error) parser.add\_function(coverage) parser.add\_function(get\_plan) parser.add\_function(get\_times) parser.add\_function(trivially\_unsolvable) parser.parse() ``` Run Singularity images[¶](#run-singularity-images "Permalink to this headline") ------------------------------------------------------------------------------- The script below shows how to run Singularity planner images using Downward Lab. ../examples/singularity/singularity-exp.py[¶](#id1 "Permalink to this code") ``` #! /usr/bin/env python """ Example experiment for running Singularity/Apptainer planner images. The time and memory limits set with Lab can be circumvented by solvers that fork child processes. Their resource usage is not checked. If you're running solvers that don't check their resource usage like Fast Downward, we recommend using cgroups or the "runsolver" tool to enforce resource limits. Since setting time limits for solvers with cgroups is difficult, the experiment below uses the ``runsolver`` tool, which has been used in multiple SAT competitions to enforce resource limits. For the experiment to run, the runsolver binary needs to be on the PATH. You can obtain a runsolver copy from https://github.com/jendrikseipp/runsolver. Since Singularity (and Apptainer) reserve 1-2 GiB of \*virtual\* memory when starting the container, we recommend either enforcing a higher virtual memory limit with ``runsolver`` or limiting RSS memory with ``runsolver`` (like below). For limiting RSS memory, you can also use `runlim <https://github.com/arminbiere/runlim>`\_, which is more actively maintained than runsolver. A note on running Singularity on clusters: reading large Singularity files over the network is not optimal, so we recommend copying the images to a local filesystem (e.g., /tmp/) before running experiments. """ import os from pathlib import Path import platform import sys from downward import suites from downward.reports.absolute import AbsoluteReport from lab.environments import BaselSlurmEnvironment, LocalEnvironment from lab.experiment import Experiment # Create custom report class with suitable info and error attributes. class BaseReport(AbsoluteReport): INFO\_ATTRIBUTES = [] ERROR\_ATTRIBUTES = [ "domain", "problem", "algorithm", "unexplained\_errors", "error", "node", ] NODE = platform.node() RUNNING\_ON\_CLUSTER = NODE.endswith((".scicore.unibas.ch", ".cluster.bc2.ch")) DIR = Path(\_\_file\_\_).resolve().parent REPO = DIR.parent IMAGES\_DIR = Path(os.environ["SINGULARITY\_IMAGES"]) assert IMAGES\_DIR.is\_dir(), IMAGES\_DIR BENCHMARKS\_DIR = os.environ["DOWNWARD\_BENCHMARKS"] MEMORY\_LIMIT = 3584 # MiB if RUNNING\_ON\_CLUSTER: SUITE = ["depot", "freecell", "gripper", "zenotravel"] ENVIRONMENT = BaselSlurmEnvironment( partition="infai\_1", email="my.name@unibas.ch", memory\_per\_cpu="3872M", export=["PATH"], setup=BaselSlurmEnvironment.DEFAULT\_SETUP, # Until recently, we had to load the Singularity module here # by adding "module load Singularity/2.6.1 2> /dev/null". ) TIME\_LIMIT = 1800 else: SUITE = ["depot:p01.pddl", "gripper:prob01.pddl", "mystery:prob07.pddl"] ENVIRONMENT = LocalEnvironment(processes=2) TIME\_LIMIT = 5 ATTRIBUTES = [ "cost", "coverage", "error", "g\_values\_over\_time", "run\_dir", "raw\_memory", "runtime", "virtual\_memory", ] exp = Experiment(environment=ENVIRONMENT) exp.add\_step("build", exp.build) exp.add\_step("start", exp.start\_runs) exp.add\_fetcher(name="fetch") exp.add\_parser(DIR / "singularity-parser.py") def get\_image(name): planner = name.replace("-", "\_") image = IMAGES\_DIR / (name + ".img") assert image.is\_file(), image return planner, image IMAGES = [get\_image("fd1906-lama-first")] for planner, image in IMAGES: exp.add\_resource(planner, image, symlink=True) exp.add\_resource("run\_singularity", DIR / "run-singularity.sh") exp.add\_resource("filter\_stderr", DIR / "filter-stderr.py") for planner, \_ in IMAGES: for task in suites.build\_suite(BENCHMARKS\_DIR, SUITE): run = exp.add\_run() run.add\_resource("domain", task.domain\_file, "domain.pddl") run.add\_resource("problem", task.problem\_file, "problem.pddl") # Use runsolver to limit time and memory. It must be on the system # PATH. Important: we cannot use time\_limit and memory\_limit of # Lab's add\_command() because setting the same memory limit with # runsolver again using setrlimit fails. run.add\_command( "run-planner", [ "runsolver", "--cpu-limit", TIME\_LIMIT, "--rss-swap-limit", MEMORY\_LIMIT, "--watcher-data", "watch.log", "--var", "values.log", "{run\_singularity}", f"{{{planner}}}", "{domain}", "{problem}", "sas\_plan", ], ) # Remove temporary files from old Fast Downward versions. run.add\_command("rm-tmp-files", ["rm", "-f", "output.sas", "output"]) run.add\_command("filter-stderr", [sys.executable, "{filter\_stderr}"]) run.set\_property("domain", task.domain) run.set\_property("problem", task.problem) run.set\_property("algorithm", planner) run.set\_property("id", [planner, task.domain, task.problem]) report = Path(exp.eval\_dir) / f"{exp.name}.html" exp.add\_report(BaseReport(attributes=ATTRIBUTES), outfile=report) exp.run\_steps() ``` The experiment script needs a parser and a helper script: ../examples/singularity/singularity-parser.py[¶](#id2 "Permalink to this code") ``` #! /usr/bin/env python import re import sys from lab.parser import Parser def coverage(content, props): props["coverage"] = int("cost" in props) def unsolvable(content, props): # Note that this naive test may easily generate false positives. props["unsolvable"] = int( not props["coverage"] and "Completely explored state space -- no solution!" in content ) def parse\_g\_value\_over\_time(content, props): """Example line: "[g=6, 16 evaluated, 15 expanded, t=0.00328561s, 22300 KB]" """ matches = re.findall( r"\[g=(\d+), \d+ evaluated, \d+ expanded, t=(.+)s, \d+ KB\]\n", content ) props["g\_values\_over\_time"] = [(float(t), int(g)) for g, t in matches] def set\_outcome(content, props): lines = content.splitlines() solved = props["coverage"] unsolvable = props["unsolvable"] out\_of\_time = int("TIMEOUT=true" in lines) out\_of\_memory = int("MEMOUT=true" in lines) # runsolver decides "out of time" based on CPU rather than (cumulated) # WCTIME. if ( not solved and not unsolvable and not out\_of\_time and not out\_of\_memory and props["runtime"] > props["time\_limit"] ): out\_of\_time = 1 # In cases where CPU time is very slightly above the threshold so that # runsolver didn't kill the planner yet and the planner solved a task # just within the limit, runsolver will still record an "out of time". # We remove this record. This case also applies to iterative planners. # If such planners solve the task, we don't treat them as running out # of time. if (solved or unsolvable) and (out\_of\_time or out\_of\_memory): print("task solved however runsolver recorded an out\_of\_\*") print(props) out\_of\_time = 0 out\_of\_memory = 0 if not solved and not unsolvable: props["runtime"] = None if solved ^ unsolvable ^ out\_of\_time ^ out\_of\_memory: if solved: props["error"] = "solved" elif unsolvable: props["error"] = "unsolvable" elif out\_of\_time: props["error"] = "out\_of\_time" elif out\_of\_memory: props["error"] = "out\_of\_memory" else: print(f"unexpected error: {props}", file=sys.stderr) props["error"] = "unexpected-error" def main(): print("Running singularity parser") parser = Parser() parser.add\_pattern( "planner\_exit\_code", r"run-planner exit code: (.+)\n", type=int, file="driver.log", required=True, ) parser.add\_pattern( "node", r"node: (.+)\n", type=str, file="driver.log", required=True ) parser.add\_pattern( "planner\_wall\_clock\_time", r"run-planner wall-clock time: (.+)s", type=float, file="driver.log", required=True, ) parser.add\_pattern("runtime", r"Singularity runtime: (.+?)s", type=float) parser.add\_pattern( "time\_limit", r"Enforcing CPUTime limit \(soft limit, will send " r"SIGTERM then SIGKILL\): (\d+) seconds", type=int, file="watch.log", required=True, ) # Cumulative runtime and virtual memory of the solver and all child processes. parser.add\_pattern( "runtime", r"WCTIME=(.+)", type=float, file="values.log", required=True ) parser.add\_pattern( "virtual\_memory", r"MAXVM=(\d+)", type=int, file="values.log", required=True ) parser.add\_pattern("raw\_memory", r"Peak memory: (\d+) KB", type=int) parser.add\_pattern("cost", r"\nFinal value: (.+)\n", type=int) parser.add\_function(coverage) parser.add\_function(unsolvable) parser.add\_function(parse\_g\_value\_over\_time) parser.add\_function(set\_outcome, file="values.log") parser.parse() if \_\_name\_\_ == "\_\_main\_\_": main() ``` ../examples/singularity/run-singularity.sh[¶](#id3 "Permalink to this code") ``` #!/bin/bash set -euo pipefail if [[ $# != 4 ]]; then echo "usage: $(basename "$0") image domain_file problem_file plan_file" 1>&2 exit 2 fi if [ -f $PWD/$4 ]; then echo "Error: remove $PWD/$4" 1>&2 exit 2 fi # Ensure that strings like "CPU time limit exceeded" and "Killed" are in English. export LANG=C set +e singularity run -C -H "$PWD" "$1" "$PWD/$2" "$PWD/$3" "$4" set -e printf "\nRun VAL\n\n" if [ -f $PWD/$4 ]; then echo "Found plan file." validate -v "$PWD/$2" "$PWD/$3" "$PWD/$4" exit 0 else echo "No plan file." validate -v "$PWD/$2" "$PWD/$3" exit 99 fi ``` [`lab.experiment`](#module-lab.experiment "lab.experiment") — Create experiments[¶](#module-lab.experiment "Permalink to this headline") ---------------------------------------------------------------------------------------------------------------------------------------- ### [`Experiment`](#lab.experiment.Experiment "lab.experiment.Experiment")[¶](#experiment "Permalink to this headline") *class* `lab.experiment.``Experiment`(*path=None*, *environment=None*)[[source]](_modules/lab/experiment.html#Experiment)[¶](#lab.experiment.Experiment "Permalink to this definition") Base class for Lab experiments. See [Concepts](index.html#concepts) for a description of how Lab experiments are structured. The experiment will be built at *path*. It defaults to `<scriptdir>/data/<scriptname>/`. E.g., for the script `experiments/myexp.py`, the default *path* will be `experiments/data/myexp/`. *environment* must be an [Environment](#environments) instance. You can use [`LocalEnvironment`](#lab.environments.LocalEnvironment "lab.environments.LocalEnvironment") to run your experiment on a single computer (default). If you have access to the computer grid in Basel you can use the predefined grid environment [`BaselSlurmEnvironment`](#lab.environments.BaselSlurmEnvironment "lab.environments.BaselSlurmEnvironment"). Alternatively, you can derive your own class from [Environment](#environments). `add_command`(*name*, *command*, *time\_limit=None*, *memory\_limit=None*, *soft\_stdout\_limit=1024*, *hard\_stdout\_limit=10240*, *soft\_stderr\_limit=64*, *hard\_stderr\_limit=10240*, *\*\*kwargs*)[¶](#lab.experiment.Experiment.add_command "Permalink to this definition") Call an executable. If invoked on a *run*, this method adds the command to the **specific** run. If invoked on the experiment, the command is appended to the list of commands of **all** runs. *name* is a string describing the command. It must start with a letter and consist exclusively of letters, numbers, underscores and hyphens. *command* has to be a list of strings where the first item is the executable. After *time\_limit* seconds the signal SIGXCPU is sent to the command. The process can catch this signal and exit gracefully. If it doesn’t catch the SIGXCPU signal, the command is aborted with SIGKILL after five additional seconds. The time spent by a command is the sum of time spent across all threads of the process. The command is aborted with SIGKILL when it uses more than *memory\_limit* MiB. You can limit the log size (in KiB) with a soft and hard limit for both stdout and stderr. When the soft limit is hit, an unexplained error is registered for this run, but the command is allowed to continue running. When the hard limit is hit, the command is killed with SIGTERM. This signal can be caught and handled by the process. By default, there are limits for the log and error output, but time and memory are not restricted. All *kwargs* (except `stdin`) are passed to [subprocess.Popen](http://docs.python.org/library/subprocess.html). Instead of file handles you can also pass filenames for the `stdout` and `stderr` keyword arguments. Specifying the `stdin` kwarg is not supported. ``` >>> exp = Experiment() >>> run = exp.add\_run() >>> # Add commands to a \*specific\* run. >>> run.add\_command("solver", ["mysolver", "input-file"], time\_limit=60) >>> # Add a command to \*all\* runs. >>> exp.add\_command("cleanup", ["rm", "my-temp-file"]) ``` Make sure to call all Python programs from the currently active Python interpreter, i.e., `sys.executable`. Otherwise, the system Python version might be used instead of the Python version from the virtual environment. ``` >>> run.add\_command("myplanner", [sys.executable, "planner.py", "input-file"]) ``` `add_fetcher`(*src=None*, *dest=None*, *merge=None*, *name=None*, *filter=None*, *\*\*kwargs*)[[source]](_modules/lab/experiment.html#Experiment.add_fetcher)[¶](#lab.experiment.Experiment.add_fetcher "Permalink to this definition") Add a step that fetches results from experiment or evaluation directories into a new or existing evaluation directory. You can use this method to combine results from multiple experiments. *src* can be an experiment or evaluation directory. It defaults to `exp.path`. *dest* must be a new or existing evaluation directory. It defaults to `exp.eval\_dir`. If *dest* already contains data and *merge* is set to None, the user will be prompted whether to override the existing data or to merge the old and new data. Setting *merge* to True or to False has the effect that the old data is merged or replaced (and the user will not be prompted). If no *name* is given, call this step “fetch-`basename(src)`”. You can fetch only a subset of runs (e.g., runs for specific domains or algorithms) by passing [`filters`](index.html#lab.reports.Report "lab.reports.Report") with the *filter* argument. Example setup: ``` >>> exp = Experiment("/tmp/exp") ``` Fetch all results and write a single combined properties file to the default evaluation directory (this step is added by default): ``` >>> exp.add\_fetcher(name="fetch") ``` Merge the results from “other-exp” into this experiment’s results: ``` >>> exp.add\_fetcher(src="/path/to/other-exp-eval") ``` Fetch only the runs for certain algorithms: ``` >>> exp.add\_fetcher(filter\_algorithm=["algo\_1", "algo\_5"]) ``` `add_new_file`(*name*, *dest*, *content*, *permissions=420*)[¶](#lab.experiment.Experiment.add_new_file "Permalink to this definition") Write *content* to /path/to/exp-or-run/*dest* and make the new file available to the commands as *name*. *name* is an alias for the resource in commands. It must start with a letter and consist exclusively of letters, numbers and underscores. ``` >>> exp = Experiment() >>> run = exp.add\_run() >>> run.add\_new\_file("learn", "learn.txt", "a = 5; b = 2; c = 5") >>> run.add\_command("print-trainingset", ["cat", "{learn}"]) ``` `add_parse_again_step`()[[source]](_modules/lab/experiment.html#Experiment.add_parse_again_step)[¶](#lab.experiment.Experiment.add_parse_again_step "Permalink to this definition") Add a step that copies the parsers from their originally specified locations to the experiment directory and runs all of them again. This step overwrites the existing properties file in each run dir. Do not forget to run the default fetch step again to overwrite existing data in the -eval dir of the experiment. `add_parser`(*path\_to\_parser*)[[source]](_modules/lab/experiment.html#Experiment.add_parser)[¶](#lab.experiment.Experiment.add_parser "Permalink to this definition") Add a parser to each run of the experiment. Add the parser as a resource to the experiment and add a command that executes the parser to each run. Since commands are executed in the order they are added, parsers should be added after all other commands. If you need to change your parsers and execute them again you can use the [`add\_parse\_again\_step()`](#lab.experiment.Experiment.add_parse_again_step "lab.experiment.Experiment.add_parse_again_step") method. *path\_to\_parser* must be the path to a Python script. The script is executed in the run directory and manipulates the run’s “properties” file. The last part of the filename (without the extension) is used as a resource name. Therefore, it must be unique among all parsers and other resources. Also, it must start with a letter and contain only letters, numbers, underscores and dashes (which are converted to underscores automatically). For information about how to write parsers see [Parser](#parsing). `add_report`(*report*, *name=''*, *eval\_dir=''*, *outfile=''*)[[source]](_modules/lab/experiment.html#Experiment.add_report)[¶](#lab.experiment.Experiment.add_report "Permalink to this definition") Add *report* to the list of experiment steps. This method is a shortcut for `add\_step(name, report, eval\_dir, outfile)` and uses sensible defaults for omitted arguments. If no *name* is given, use *outfile* or the *report*’s class name. By default, use the experiment’s standard *eval\_dir*. If *outfile* is omitted, compose a filename from *name* and the *report*’s format. If *outfile* is a relative path, put it under *eval\_dir*. ``` >>> from downward.reports.absolute import AbsoluteReport >>> exp = Experiment("/tmp/exp") >>> exp.add\_report(AbsoluteReport(attributes=["coverage"])) ``` `add_resource`(*name*, *source*, *dest=''*, *symlink=False*)[¶](#lab.experiment.Experiment.add_resource "Permalink to this definition") Include the file or directory *source* in the experiment or run. *name* is an alias for the resource in commands. It must start with a letter and consist exclusively of letters, numbers and underscores. If you don’t need an alias for the resource, set name=’’. *source* is copied to /path/to/exp-or-run/*dest*. If *dest* is omitted, the last part of the path to *source* will be taken as the destination filename. If you only want an alias for your resource, but don’t want to copy or link it, set *dest* to None. Example: ``` >>> exp = Experiment() >>> exp.add\_resource("planner", "path/to/my-planner") ``` includes my-planner in the experiment directory. You can use `{planner}` to reference my-planner in a run’s commands: ``` >>> run = exp.add\_run() >>> run.add\_resource("domain", "path-to/gripper/domain.pddl") >>> run.add\_resource("task", "path-to/gripper/prob01.pddl") >>> run.add\_command("plan", ["{planner}", "{domain}", "{task}"]) ``` `add_run`(*run=None*)[[source]](_modules/lab/experiment.html#Experiment.add_run)[¶](#lab.experiment.Experiment.add_run "Permalink to this definition") Schedule *run* to be part of the experiment. If *run* is None, create a new run, add it to the experiment and return it. `add_step`(*name*, *function*, *\*args*, *\*\*kwargs*)[[source]](_modules/lab/experiment.html#Experiment.add_step)[¶](#lab.experiment.Experiment.add_step "Permalink to this definition") Add a step to the list of experiment steps. Use this method to add experiment steps like writing the experiment file to disk, removing directories and publishing results. To add fetch and report steps, use the convenience methods [`add\_fetcher()`](#lab.experiment.Experiment.add_fetcher "lab.experiment.Experiment.add_fetcher") and [`add\_report()`](#lab.experiment.Experiment.add_report "lab.experiment.Experiment.add_report"). *name* is a descriptive name for the step. When selecting steps on the command line, you may either use step names or their indices. *function* must be a callable Python object, e.g., a function or a class implementing \_\_call\_\_. *args* and *kwargs* will be passed to *function* when the step is executed. ``` >>> import shutil >>> import subprocess >>> from lab.experiment import Experiment >>> exp = Experiment("/tmp/myexp") >>> exp.add\_step("build", exp.build) >>> exp.add\_step("start", exp.start\_runs) >>> exp.add\_step("rm-eval-dir", shutil.rmtree, exp.eval\_dir) >>> exp.add\_step("greet", subprocess.call, ["echo", "Hello"]) ``` `build`(*write\_to\_disk=True*)[[source]](_modules/lab/experiment.html#Experiment.build)[¶](#lab.experiment.Experiment.build "Permalink to this definition") Finalize the internal data structures, then write all files needed for the experiment to disk. If *write\_to\_disk* is False, only compute the internal data structures. This is only needed on grids for FastDownwardExperiments.build() which turns the added algorithms and benchmarks into Runs. `eval_dir`[¶](#lab.experiment.Experiment.eval_dir "Permalink to this definition") Return the name of the default evaluation directory. This is the directory where the fetched and parsed results will land by default. `name`[¶](#lab.experiment.Experiment.name "Permalink to this definition") Return the directory name of the experiment’s `path`. `run_steps`()[[source]](_modules/lab/experiment.html#Experiment.run_steps)[¶](#lab.experiment.Experiment.run_steps "Permalink to this definition") Parse the commandline and run selected steps. `set_property`(*name*, *value*)[¶](#lab.experiment.Experiment.set_property "Permalink to this definition") Add a key-value property. These can be used later, for example, in reports. ``` >>> exp = Experiment() >>> exp.set\_property("suite", ["gripper", "grid"]) >>> run = exp.add\_run() >>> run.set\_property("domain", "gripper") >>> run.set\_property("problem", "prob01.pddl") ``` Each run must have the property *id* which must be a *unique* list of strings. They determine where the results for this run will land in the combined properties file. ``` >>> run.set\_property("id", ["algo1", "task1"]) >>> run.set\_property("id", ["algo2", "domain1", "problem1"]) ``` `start_runs`()[[source]](_modules/lab/experiment.html#Experiment.start_runs)[¶](#lab.experiment.Experiment.start_runs "Permalink to this definition") Execute all runs that were added to the experiment. Depending on the selected environment this method will start the runs locally or on a computer grid. #### Custom command line arguments[¶](#custom-command-line-arguments "Permalink to this headline") `lab.experiment.``ARGPARSER`[¶](#lab.experiment.ARGPARSER "Permalink to this definition") [ArgumentParser](http://docs.python.org/library/argparse.html) instance that can be used to add custom command line arguments. You can import it, add your arguments and call its `parse\_args()` method to retrieve the argument values. To avoid confusion with step names you shouldn’t use positional arguments. Note Custom command line arguments are only passed to locally executed steps. ``` from lab.experiment import ARGPARSER ARGPARSER.add\_argument( "--test", choices=["yes", "no"], required=True, dest="test\_run", help="run experiment on small suite locally") args = ARGPARSER.parse\_args() if args.test\_run: print "perform test run" else: print "run real experiment" ``` ### [`Run`](#lab.experiment.Run "lab.experiment.Run")[¶](#run "Permalink to this headline") *class* `lab.experiment.``Run`(*experiment*)[[source]](_modules/lab/experiment.html#Run)[¶](#lab.experiment.Run "Permalink to this definition") An experiment consists of multiple runs. There should be one run for each (algorithm, benchmark) pair. A run consists of one or more commands. *experiment* must be an [`Experiment`](#lab.experiment.Experiment "lab.experiment.Experiment") instance. `add_command`(*name*, *command*, *time\_limit=None*, *memory\_limit=None*, *soft\_stdout\_limit=1024*, *hard\_stdout\_limit=10240*, *soft\_stderr\_limit=64*, *hard\_stderr\_limit=10240*, *\*\*kwargs*)[¶](#lab.experiment.Run.add_command "Permalink to this definition") Call an executable. If invoked on a *run*, this method adds the command to the **specific** run. If invoked on the experiment, the command is appended to the list of commands of **all** runs. *name* is a string describing the command. It must start with a letter and consist exclusively of letters, numbers, underscores and hyphens. *command* has to be a list of strings where the first item is the executable. After *time\_limit* seconds the signal SIGXCPU is sent to the command. The process can catch this signal and exit gracefully. If it doesn’t catch the SIGXCPU signal, the command is aborted with SIGKILL after five additional seconds. The time spent by a command is the sum of time spent across all threads of the process. The command is aborted with SIGKILL when it uses more than *memory\_limit* MiB. You can limit the log size (in KiB) with a soft and hard limit for both stdout and stderr. When the soft limit is hit, an unexplained error is registered for this run, but the command is allowed to continue running. When the hard limit is hit, the command is killed with SIGTERM. This signal can be caught and handled by the process. By default, there are limits for the log and error output, but time and memory are not restricted. All *kwargs* (except `stdin`) are passed to [subprocess.Popen](http://docs.python.org/library/subprocess.html). Instead of file handles you can also pass filenames for the `stdout` and `stderr` keyword arguments. Specifying the `stdin` kwarg is not supported. ``` >>> exp = Experiment() >>> run = exp.add\_run() >>> # Add commands to a \*specific\* run. >>> run.add\_command("solver", ["mysolver", "input-file"], time\_limit=60) >>> # Add a command to \*all\* runs. >>> exp.add\_command("cleanup", ["rm", "my-temp-file"]) ``` Make sure to call all Python programs from the currently active Python interpreter, i.e., `sys.executable`. Otherwise, the system Python version might be used instead of the Python version from the virtual environment. ``` >>> run.add\_command("myplanner", [sys.executable, "planner.py", "input-file"]) ``` `add_new_file`(*name*, *dest*, *content*, *permissions=420*)[¶](#lab.experiment.Run.add_new_file "Permalink to this definition") Write *content* to /path/to/exp-or-run/*dest* and make the new file available to the commands as *name*. *name* is an alias for the resource in commands. It must start with a letter and consist exclusively of letters, numbers and underscores. ``` >>> exp = Experiment() >>> run = exp.add\_run() >>> run.add\_new\_file("learn", "learn.txt", "a = 5; b = 2; c = 5") >>> run.add\_command("print-trainingset", ["cat", "{learn}"]) ``` `add_resource`(*name*, *source*, *dest=''*, *symlink=False*)[¶](#lab.experiment.Run.add_resource "Permalink to this definition") Include the file or directory *source* in the experiment or run. *name* is an alias for the resource in commands. It must start with a letter and consist exclusively of letters, numbers and underscores. If you don’t need an alias for the resource, set name=’’. *source* is copied to /path/to/exp-or-run/*dest*. If *dest* is omitted, the last part of the path to *source* will be taken as the destination filename. If you only want an alias for your resource, but don’t want to copy or link it, set *dest* to None. Example: ``` >>> exp = Experiment() >>> exp.add\_resource("planner", "path/to/my-planner") ``` includes my-planner in the experiment directory. You can use `{planner}` to reference my-planner in a run’s commands: ``` >>> run = exp.add\_run() >>> run.add\_resource("domain", "path-to/gripper/domain.pddl") >>> run.add\_resource("task", "path-to/gripper/prob01.pddl") >>> run.add\_command("plan", ["{planner}", "{domain}", "{task}"]) ``` `set_property`(*name*, *value*)[¶](#lab.experiment.Run.set_property "Permalink to this definition") Add a key-value property. These can be used later, for example, in reports. ``` >>> exp = Experiment() >>> exp.set\_property("suite", ["gripper", "grid"]) >>> run = exp.add\_run() >>> run.set\_property("domain", "gripper") >>> run.set\_property("problem", "prob01.pddl") ``` Each run must have the property *id* which must be a *unique* list of strings. They determine where the results for this run will land in the combined properties file. ``` >>> run.set\_property("id", ["algo1", "task1"]) >>> run.set\_property("id", ["algo2", "domain1", "problem1"]) ``` ### `CachedRevision`[¶](#cachedrevision "Permalink to this headline") *class* `lab.cached_revision.``CachedRevision`(*revision\_cache*, *repo*, *rev*, *build\_cmd*, *exclude=None*, *subdir=''*)[[source]](_modules/lab/cached_revision.html#CachedRevision)[¶](#lab.cached_revision.CachedRevision "Permalink to this definition") Cache compiled revisions of a solver for quick reuse. * *revision\_cache*: path to revision cache directory. * *repo*: path to solver repository. * *rev*: solver revision. * *build\_cmd*: list with build script and any build options (e.g., `["./build.py", "release"]`, `["make"]`). Will be executed under *subdir*. * *exclude*: list of relative paths under *subdir* that are not needed for building and running the solver. Instead of this parameter, you can also use a `.gitattributes` file for Git repositories. * *subdir*: relative path from *repo* to solver subdir. The following example caches a Fast Downward revision. When you use the [`FastDownwardExperiment`](index.html#downward.experiment.FastDownwardExperiment "downward.experiment.FastDownwardExperiment") class, you don’t need to cache revisions yourself since the class will do it transparently for you. ``` >>> import os >>> repo = os.environ["DOWNWARD\_REPO"] >>> revision\_cache = os.environ.get("DOWNWARD\_REVISION\_CACHE") >>> if revision\_cache: ... rev = "main" ... cr = CachedRevision( ... revision\_cache, repo, rev, ["./build.py"], exclude=["experiments"] ... ) ... # cr.cache() # Uncomment to actually cache the code. ... ``` You can now copy the cached repo to your experiment: ``` ... from lab.experiment import Experiment ... exp = Experiment() ... dest\_path = os.path.join(exp.path, f"code-{cr.name}") ... exp.add\_resource(f"solver\_{cr.name}", cr.path, dest\_path) ``` `cache`()[[source]](_modules/lab/cached_revision.html#CachedRevision.cache)[¶](#lab.cached_revision.CachedRevision.cache "Permalink to this definition") Check out the solver revision to *self.path* and compile the solver. `get_relative_exp_path`(*relpath=''*)[[source]](_modules/lab/cached_revision.html#CachedRevision.get_relative_exp_path)[¶](#lab.cached_revision.CachedRevision.get_relative_exp_path "Permalink to this definition") Return a path relative to the experiment directory. Use this function to find out where files from the cache will be put in the experiment directory. ### `Parser`[¶](#parser "Permalink to this headline") *class* `lab.parser.``Parser`[[source]](_modules/lab/parser.html#Parser)[¶](#lab.parser.Parser "Permalink to this definition") Parse files in the current directory and write results into the run’s `properties` file. `add_function`(*function*, *file='run.log'*)[[source]](_modules/lab/parser.html#Parser.add_function)[¶](#lab.parser.Parser.add_function "Permalink to this definition") Call `function(open(file).read(), properties)` during parsing. Functions are applied **after** all patterns have been evaluated and in the order in which they are added to the parser. The function is passed the file contents and the properties dictionary. It must manipulate the passed properties dictionary. The return value is ignored. Example: ``` >>> import re >>> from lab.parser import Parser >>> def parse\_states\_over\_time(content, props): ... matches = re.findall(r"(.+)s: (\d+) states\n", content) ... props["states\_over\_time"] = [(float(t), int(s)) for t, s in matches] ... >>> parser = Parser() >>> parser.add\_function(parse\_states\_over\_time) ``` You can use `props.add\_unexplained\_error("message")` when your parsing function detects that something went wrong during the run. `add_pattern`(*attribute*, *regex*, *file='run.log'*, *type=<class 'int'>*, *flags=''*, *required=False*)[[source]](_modules/lab/parser.html#Parser.add_pattern)[¶](#lab.parser.Parser.add_pattern "Permalink to this definition") Look for *regex* in *file*, cast what is found in brackets to *type* and store it in the properties dictionary under *attribute*. During parsing roughly the following code will be executed: ``` contents = open(file).read() match = re.compile(regex).search(contents) properties[attribute] = type(match.group(1)) ``` *flags* must be a string of Python regular expression flags (see <https://docs.python.org/3/library/re.html>). E.g., `flags="M"` lets “^” and “$” match at the beginning and end of each line, respectively. If *required* is True and the pattern is not found in *file*, an error message is printed to stderr. ``` >>> parser = Parser() >>> parser.add\_pattern("facts", r"Facts: (\d+)", type=int) ``` `parse`()[[source]](_modules/lab/parser.html#Parser.parse)[¶](#lab.parser.Parser.parse "Permalink to this definition") Search all patterns and apply all functions. The found values are written to the run’s `properties` file. ### `Environment`[¶](#environment "Permalink to this headline") *class* `lab.environments.``Environment`(*randomize\_task\_order=True*)[[source]](_modules/lab/environments.html#Environment)[¶](#lab.environments.Environment "Permalink to this definition") Abstract base class for all environments. If *randomize\_task\_order* is True (default), tasks for runs are started in a random order. This is useful to avoid systematic noise due to, e.g., one of the algorithms being run on a machine with heavy load. Note that due to the randomization, run directories may be pristine while the experiment is running even though the logs say the runs are finished. *class* `lab.environments.``LocalEnvironment`(*processes=None*, *\*\*kwargs*)[[source]](_modules/lab/environments.html#LocalEnvironment)[¶](#lab.environments.LocalEnvironment "Permalink to this definition") Environment for running experiments locally on a single machine. If given, *processes* must be between 1 and #CPUs. If omitted, it will be set to #CPUs. See [`Environment`](#lab.environments.Environment "lab.environments.Environment") for inherited parameters. *class* `lab.environments.``SlurmEnvironment`(*email=None*, *extra\_options=None*, *partition=None*, *qos=None*, *time\_limit\_per\_task=None*, *memory\_per\_cpu=None*, *cpus\_per\_task=1*, *export=None*, *setup=None*, *\*\*kwargs*)[[source]](_modules/lab/environments.html#SlurmEnvironment)[¶](#lab.environments.SlurmEnvironment "Permalink to this definition") Abstract base class for Slurm environments. If the main experiment step is part of the selected steps, the selected steps are submitted to Slurm. Otherwise, the selected steps are run locally. Note If the steps are run by Slurm, this class writes job files to the directory `<exppath>-grid-steps` and makes them depend on one another. Please inspect the \*.log and \*.err files in this directory if something goes wrong. Since the job files call the experiment script during execution, it mustn’t be changed during the experiment. If *email* is provided and the steps run on the grid, a message will be sent when the last experiment step finishes. Use *extra\_options* to pass additional options. The *extra\_options* string may contain newlines. The first example below uses only a given set of nodes (additional nodes will be used if the given ones don’t satisfy the resource constraints). The second example shows show to specify a project account (needed on NSC if you’re part of multiple projects). ``` extra\_options="#SBATCH --nodelist=ase[1-5,7,10]" extra\_options="#SBATCH --account=snic2021-5-330" ``` *partition* must be a valid Slurm partition name. In Basel you can choose from * “infai\_1”: 24 nodes with 16 cores, 64GB memory, 500GB Sata (default) * “infai\_2”: 24 nodes with 20 cores, 128GB memory, 240GB SSD *qos* must be a valid Slurm QOS name. In Basel this must be “normal”. *time\_limit\_per\_task* sets the wall-clock time limit for each Slurm task. The BaselSlurmEnvironment subclass uses a default of “0”, i.e., no limit. (Note that there may still be an external limit set in slurm.conf.) The TetralithEnvironment class uses a default of “24:00:00”, i.e., 24 hours. This is because in certain situations, the scheduler prefers to schedule tasks shorter than 24 hours. *memory\_per\_cpu* must be a string specifying the memory allocated for each core. The string must end with one of the letters K, M or G. The default is “3872M”. The value for *memory\_per\_cpu* should not surpass the amount of memory that is available per core, which is “3872M” for infai\_1 and “6354M” for infai\_2. Processes that surpass the *memory\_per\_cpu* limit are terminated with SIGKILL. To impose a soft limit that can be caught from within your programs, you can use the `memory\_limit` kwarg of [`add\_command()`](#lab.experiment.Run.add_command "lab.experiment.Run.add_command"). Fast Downward users should set memory limits via the `driver\_options`. Slurm limits the memory with cgroups. Unfortunately, this often fails on our nodes, so we set our own soft memory limit for all Slurm jobs. We derive the soft memory limit by multiplying the value denoted by the *memory\_per\_cpu* parameter with 0.98 (the Slurm config file contains “AllowedRAMSpace=99” and we add some slack). We use a soft instead of a hard limit so that child processes can raise the limit. *cpus\_per\_task* sets the number of cores to be allocated per Slurm task (default: 1). Examples that reserve the maximum amount of memory available per core: ``` >>> env1 = BaselSlurmEnvironment(partition="infai\_1", memory\_per\_cpu="3872M") >>> env2 = BaselSlurmEnvironment(partition="infai\_2", memory\_per\_cpu="6354M") ``` Example that reserves 12 GiB of memory on infai\_1: ``` >>> # 12 \* 1024 / 3872 = 3.17 -> round to next int -> 4 cores per task >>> # 12G / 4 = 3G per core >>> env = BaselSlurmEnvironment( ... partition="infai\_1", ... memory\_per\_cpu="3G", ... cpus\_per\_task=4, ... ) ``` Example that reserves 12 GiB of memory on infai\_2: ``` >>> # 12 \* 1024 / 6354 = 1.93 -> round to next int -> 2 cores per task >>> # 12G / 2 = 6G per core >>> env = BaselSlurmEnvironment( ... partition="infai\_2", ... memory\_per\_cpu="6G", ... cpus\_per\_task=2, ... ) ``` Use *export* to specify a list of environment variables that should be exported from the login node to the compute nodes (default: [“PATH”]). You can alter the environment in which the experiment runs with the *setup* argument. If given, it must be a string of Bash commands. Example: ``` # Load Singularity module. setup="module load Singularity/2.6.1 2> /dev/null" ``` Slurm limits the number of job array tasks. You must set the appropriate value for your cluster in the *MAX\_TASKS* class variable. Lab groups ceil(runs/MAX\_TASKS) runs in one array task. See [`Environment`](#lab.environments.Environment "lab.environments.Environment") for inherited parameters. *class* `lab.environments.``BaselSlurmEnvironment`(*email=None*, *extra\_options=None*, *partition=None*, *qos=None*, *time\_limit\_per\_task=None*, *memory\_per\_cpu=None*, *cpus\_per\_task=1*, *export=None*, *setup=None*, *\*\*kwargs*)[[source]](_modules/lab/environments.html#BaselSlurmEnvironment)[¶](#lab.environments.BaselSlurmEnvironment "Permalink to this definition") Environment for Basel’s AI group. *class* `lab.environments.``TetralithEnvironment`(*email=None*, *extra\_options=None*, *partition=None*, *qos=None*, *time\_limit\_per\_task=None*, *memory\_per\_cpu=None*, *cpus\_per\_task=1*, *export=None*, *setup=None*, *\*\*kwargs*)[[source]](_modules/lab/environments.html#TetralithEnvironment)[¶](#lab.environments.TetralithEnvironment "Permalink to this definition") Environment for the NSC Tetralith cluster in Linköping. ### Various[¶](#various "Permalink to this headline") `lab.``__version__`[¶](#lab.__version__ "Permalink to this definition") Lab version number. A “+” is appended to all non-tagged revisions. `lab.reports` – Make reports[¶](#lab-reports-make-reports "Permalink to this headline") --------------------------------------------------------------------------------------- `lab.reports.``arithmetic_mean`(*values*)[[source]](_modules/lab/reports.html#arithmetic_mean)[¶](#lab.reports.arithmetic_mean "Permalink to this definition") Compute the arithmetic mean of a sequence of numbers. ``` >>> arithmetic\_mean([20, 30, 70]) 40.0 ``` `lab.reports.``geometric_mean`(*values*)[[source]](_modules/lab/reports.html#geometric_mean)[¶](#lab.reports.geometric_mean "Permalink to this definition") Compute the geometric mean of a sequence of numbers. ``` >>> round(geometric\_mean([2, 8]), 2) 4.0 ``` *class* `lab.reports.``Attribute`(*name*, *absolute=False*, *min\_wins=True*, *function=None*, *functions=None*, *scale=None*, *digits=2*)[[source]](_modules/lab/reports.html#Attribute)[¶](#lab.reports.Attribute "Permalink to this definition") A string subclass for attributes in reports. Use this class if your **custom** attribute needs a non-default value for: * *absolute*: if False, only include tasks for which all task runs have values in a per-domain table (e.g. `coverage` is absolute, whereas `expansions` is not, because we can’t compare algorithms A and B for task X if B has no value for `expansions`). * *min\_wins*: set to True if a smaller value for this attribute is better, to False if a higher value is better and to None if values can’t be compared. (E.g., *min\_wins* is False for `coverage`, but it is True for `expansions`). * *function*: the function used to aggregate values of multiple runs for this attribute, for example, in domain reports. Defaults to `sum()`. * *functions*: deprecated. Pass a single *function* instead. * *scale*: default scaling. Can be one of “linear”, “log” and “symlog”. If *scale* is None (default), the reports will choose the scaling. * *digits*: number of digits after the decimal point. The `downward` package automatically uses appropriate settings for most attributes. ``` >>> avg\_h = Attribute("avg\_h", min\_wins=False) >>> abstraction\_done = Attribute( ... "abstraction\_done", absolute=True, min\_wins=False ... ) ``` *class* `lab.reports.``Report`(*attributes=None*, *format='html'*, *filter=None*, *\*\*kwargs*)[[source]](_modules/lab/reports.html#Report)[¶](#lab.reports.Report "Permalink to this definition") Base class for all reports. Inherit from this or a child class to implement a custom report. Depending on the type of output you want to make, you will have to overwrite the [`write()`](#lab.reports.Report.write "lab.reports.Report.write"), [`get\_text()`](#lab.reports.Report.get_text "lab.reports.Report.get_text") or [`get\_markup()`](#lab.reports.Report.get_markup "lab.reports.Report.get_markup") method. *attributes* is the list of attributes you want to include in your report. If omitted, use all numerical attributes. Globbing characters \* and ? are allowed. Example: ``` >>> report = Report(attributes=["coverage", "translator\_\*"]) ``` When a report is made, both the available and the selected attributes are printed on the commandline. *format* can be one of e.g. html, tex, wiki (MediaWiki), doku (DokuWiki), pmw (PmWiki), moin (MoinMoin) and txt (Plain text). Subclasses may allow additional formats. If given, *filter* must be a function or a list of functions that are passed a dictionary of a run’s attribute keys and values. Filters must return True, False or a new dictionary. Depending on the returned value, the run is included or excluded from the report, or replaced by the new dictionary, respectively. Filters for properties can be given in shorter form without defining a function. To include only runs where attribute `foo` has value v, use `filter\_foo=v`. To include only runs where attribute `foo` has value v1, v2 or v3, use `filter\_foo=[v1, v2, v3]`. Filters are applied sequentially, i.e., the first filter is applied to all runs before the second filter is executed. Filters given as `filter\_\*` kwargs are applied *after* all filters passed via the `filter` kwarg. Examples: Include only the “cost” attribute in a LaTeX report: ``` >>> report = Report(attributes=["cost"], format="tex") ``` Only include successful runs in the report: ``` >>> report = Report(filter\_coverage=1) ``` Only include runs in the report where the initial h value is at most 100: ``` >>> def low\_init\_h(run): ... return run["initial\_h\_value"] <= 100 ... >>> report = Report(filter=low\_init\_h) ``` Only include runs from “blocks” and “barman” with a timeout: ``` >>> report = Report(filter\_domain=["blocks", "barman"], filter\_search\_timeout=1) ``` Add a new attribute: ``` >>> def add\_expansions\_per\_time(run): ... expansions = run.get("expansions") ... time = run.get("search\_time") ... if expansions is not None and time: ... run["expansions\_per\_time"] = expansions / time ... return run ... >>> report = Report( ... attributes=["expansions\_per\_time"], filter=[add\_expansions\_per\_time] ... ) ``` Rename, filter and sort algorithms: ``` >>> def rename\_algorithms(run): ... name = run["algorithm"] ... paper\_names = {"lama11": "LAMA 2011", "fdss\_sat1": "FDSS 1"} ... run["algorithm"] = paper\_names[name] ... return run ... ``` ``` >>> # We want LAMA 2011 to be the leftmost column. >>> # filter\_\* filters are evaluated last, so we use the updated >>> # algorithm names here. >>> algorithms = ["LAMA 2011", "FDSS 1"] >>> report = Report(filter=rename\_algorithms, filter\_algorithm=algorithms) ``` `__call__`(*eval\_dir*, *outfile*)[[source]](_modules/lab/reports.html#Report.__call__)[¶](#lab.reports.Report.__call__ "Permalink to this definition") Make the report. This method is called automatically when the report step is executed. It loads the data and calls [`write()`](#lab.reports.Report.write "lab.reports.Report.write"). *eval\_dir* must be a path to an evaluation directory containing a `properties` file. The report will be written to *outfile*. `get_markup`()[[source]](_modules/lab/reports.html#Report.get_markup)[¶](#lab.reports.Report.get_markup "Permalink to this definition") Return [txt2tags](http://txt2tags.org/) markup for the report. `get_text`()[[source]](_modules/lab/reports.html#Report.get_text)[¶](#lab.reports.Report.get_text "Permalink to this definition") Return text (e.g., HTML, LaTeX, etc.) for the report. By default this method calls [`get\_markup()`](#lab.reports.Report.get_markup "lab.reports.Report.get_markup") and converts the markup to the desired output *format*. `write`()[[source]](_modules/lab/reports.html#Report.write)[¶](#lab.reports.Report.write "Permalink to this definition") Write the report files. By default this method calls [`get\_text()`](#lab.reports.Report.get_text "lab.reports.Report.get_text") and writes the obtained text to *outfile*. Overwrite this method if you want to write the report file(s) directly. You should write them to *self.outfile*. *class* `lab.reports.filter.``FilterReport`(*\*\*kwargs*)[[source]](_modules/lab/reports/filter.html#FilterReport)[¶](#lab.reports.filter.FilterReport "Permalink to this definition") Filter properties files. This report only applies the given filter and writes a new properties file to the given output destination. ``` >>> def remove\_openstacks(run): ... return "openstacks" not in run["domain"] ... ``` ``` >>> from lab.experiment import Experiment >>> report = FilterReport(filter=remove\_openstacks) >>> exp = Experiment() >>> exp.add\_report(report, outfile="path/to/new/properties") ``` `downward.experiment` — Fast Downward experiment[¶](#downward-experiment-fast-downward-experiment "Permalink to this headline") ------------------------------------------------------------------------------------------------------------------------------- Note The [`FastDownwardExperiment`](#downward.experiment.FastDownwardExperiment "downward.experiment.FastDownwardExperiment") class makes it easy to write “standard” experiments with little boilerplate code, but it assumes a rigid experiment structure: it only allows you to run each added algorithm on each added task, and individual runs cannot easily be customized. An example for this is the [2020-09-11-A-cg-vs-ff.py](https://github.com/aibasel/lab/tree/main/examples/downward/2020-09-11-A-cg-vs-ff.py) experiment. If you need more flexibility, you can use the [`lab.experiment.Experiment`](index.html#lab.experiment.Experiment "lab.experiment.Experiment") class instead and fill it by using [`FastDownwardAlgorithm`](#downward.experiment.FastDownwardAlgorithm "downward.experiment.FastDownwardAlgorithm"), [`FastDownwardRun`](#downward.experiment.FastDownwardRun "downward.experiment.FastDownwardRun"), [`CachedFastDownwardRevision`](#downward.cached_revision.CachedFastDownwardRevision "downward.cached_revision.CachedFastDownwardRevision"), and [`Task`](#downward.suites.Task "downward.suites.Task") objects. The [2020-09-11-B-bounded-cost.py](https://github.com/aibasel/lab/tree/main/examples/downward/2020-09-11-B-bounded-cost.py) script shows an example. All of these classes are documented below. *class* `downward.experiment.``FastDownwardExperiment`(*path=None*, *environment=None*, *revision\_cache=None*)[[source]](_modules/downward/experiment.html#FastDownwardExperiment)[¶](#downward.experiment.FastDownwardExperiment "Permalink to this definition") Conduct a Fast Downward experiment. The most important methods for customizing an experiment are [`add\_algorithm()`](#downward.experiment.FastDownwardExperiment.add_algorithm "downward.experiment.FastDownwardExperiment.add_algorithm"), [`add\_suite()`](#downward.experiment.FastDownwardExperiment.add_suite "downward.experiment.FastDownwardExperiment.add_suite"), [`add\_parser()`](index.html#lab.experiment.Experiment.add_parser "lab.experiment.Experiment.add_parser"), [`add\_step()`](index.html#lab.experiment.Experiment.add_step "lab.experiment.Experiment.add_step") and [`add\_report()`](index.html#lab.experiment.Experiment.add_report "lab.experiment.Experiment.add_report"). Note To build the experiment, execute its runs and fetch the results, add the following steps: ``` >>> exp = FastDownwardExperiment() >>> exp.add\_step("build", exp.build) >>> exp.add\_step("start", exp.start\_runs) >>> exp.add\_fetcher(name="fetch") ``` See [`lab.experiment.Experiment`](index.html#lab.experiment.Experiment "lab.experiment.Experiment") for an explanation of the *path* and *environment* parameters. *revision\_cache* is the directory for caching Fast Downward revisions. It defaults to `<scriptdir>/data/revision-cache`. This directory can become very large since each revision uses about 30 MB. ``` >>> from lab.environments import BaselSlurmEnvironment >>> env = BaselSlurmEnvironment(email="my.name@unibas.ch") >>> exp = FastDownwardExperiment(environment=env) ``` You can add parsers with [`add\_parser()`](index.html#lab.experiment.Experiment.add_parser "lab.experiment.Experiment.add_parser"). See [Parser](index.html#parsing) for how to write custom parsers and [Bundled parsers](#downward-parsers) for the list of built-in parsers. Which parsers you should use depends on the algorithms you’re running. For single-search experiments, we recommend adding the following parsers in this order: ``` >>> exp.add\_parser(exp.EXITCODE\_PARSER) >>> exp.add\_parser(exp.TRANSLATOR\_PARSER) >>> exp.add\_parser(exp.SINGLE\_SEARCH\_PARSER) >>> exp.add\_parser(exp.PLANNER\_PARSER) ``` `add_algorithm`(*name*, *repo*, *rev*, *component\_options*, *build\_options=None*, *driver\_options=None*)[[source]](_modules/downward/experiment.html#FastDownwardExperiment.add_algorithm)[¶](#downward.experiment.FastDownwardExperiment.add_algorithm "Permalink to this definition") Add a Fast Downward algorithm to the experiment, i.e., a planner configuration in a given repository at a given revision. *name* is a string describing the algorithm (e.g. `"issue123-lmcut"`). *repo* must be a path to a Fast Downward repository. *rev* must be a valid revision in the given repository (e.g., `"e9c2370e6"`, `"my-branch"`, `"issue123"`). *component\_options* must be a list of strings. By default these options are passed to the search component. Use `"--translate-options"`, `"--preprocess-options"` or `"--search-options"` within the component options to override the default for the following options, until overridden again. If given, *build\_options* must be a list of strings. They will be passed to the `build.py` script. Options can be build names (e.g., `"releasenolp"`), `build.py` options (e.g., `"--debug"`) or options for Make. If *build\_options* is omitted, the `"release"` version is built. If given, *driver\_options* must be a list of strings. They will be passed to the `fast-downward.py` script. See `fast-downward.py --help` for available options. The list is always prepended with `["--validate", "--overall-time-limit", "30m", "--overall-memory-limit', "3584M"]`. Specifying custom limits overrides the default limits. Example experiment setup: ``` >>> import os >>> exp = FastDownwardExperiment() >>> repo = os.environ["DOWNWARD\_REPO"] >>> rev = "main" ``` Run iPDB using the latest revision on the main branch: ``` >>> exp.add\_algorithm("ipdb", repo, rev, ["--search", "astar(ipdb())"]) ``` Run blind search in debug mode: ``` >>> exp.add\_algorithm( ... "blind", ... repo, ... rev, ... ["--search", "astar(blind())"], ... build\_options=["--debug"], ... driver\_options=["--debug"], ... ) ``` Run LAMA-2011 with custom planner time limit: ``` >>> exp.add\_algorithm( ... "lama", ... repo, ... rev, ... [], ... driver\_options=[ ... "--alias", ... "seq-saq-lama-2011", ... "--overall-time-limit", ... "5m", ... ], ... ) ``` `add_suite`(*benchmarks\_dir*, *suite*)[[source]](_modules/downward/experiment.html#FastDownwardExperiment.add_suite)[¶](#downward.experiment.FastDownwardExperiment.add_suite "Permalink to this definition") Add PDDL or SAS+ benchmarks to the experiment. *benchmarks\_dir* must be a path to a benchmark directory. It must contain domain directories, which in turn hold PDDL or SAS+ files (ending with “.pddl” or “.sas”). *suite* must be a list of domain or domain:task names. ``` >>> benchmarks\_dir = os.environ["DOWNWARD\_BENCHMARKS"] >>> exp = FastDownwardExperiment() >>> exp.add\_suite(benchmarks\_dir, ["depot", "gripper"]) >>> exp.add\_suite(benchmarks\_dir, ["gripper:prob01.pddl"]) >>> exp.add\_suite(benchmarks\_dir, ["rubiks-cube:p01.sas"]) ``` One source for benchmarks is <https://github.com/aibasel/downward-benchmarks>. After cloning the repo, you can generate suites with the `suites.py` script. We recommend using the suite `optimal\_strips` for optimal STRIPS planners and `satisficing` for satisficing planners: ``` # Create standard optimal planning suite. $ path/to/downward-benchmarks/suites.py optimal\_strips ['airport', ..., 'zenotravel'] ``` Then you can copy the generated list into your experiment script: ``` >>> exp.add\_suite(benchmarks\_dir, ["airport", "zenotravel"]) ``` ### Bundled parsers[¶](#bundled-parsers "Permalink to this headline") The following constants are paths to default parsers that can be passed to [`exp.add\_parser()`](index.html#lab.experiment.Experiment.add_parser "lab.experiment.Experiment.add_parser"). The “Used attributes” and “Parsed attributes” lists describe the dependencies between the parsers. `FastDownwardExperiment.``EXITCODE_PARSER`[¶](#downward.experiment.FastDownwardExperiment.EXITCODE_PARSER "Permalink to this definition") Parsed attributes: “error”, “planner\_exit\_code”, “unsolvable”. `FastDownwardExperiment.``TRANSLATOR_PARSER`[¶](#downward.experiment.FastDownwardExperiment.TRANSLATOR_PARSER "Permalink to this definition") Parsed attributes: “translator\_peak\_memory”, “translator\_time\_done”, etc. `FastDownwardExperiment.``SINGLE_SEARCH_PARSER`[¶](#downward.experiment.FastDownwardExperiment.SINGLE_SEARCH_PARSER "Permalink to this definition") Parsed attributes: “coverage”, “memory”, “total\_time”, etc. `FastDownwardExperiment.``ANYTIME_SEARCH_PARSER`[¶](#downward.experiment.FastDownwardExperiment.ANYTIME_SEARCH_PARSER "Permalink to this definition") Parsed attributes: “cost”, “cost:all”, “coverage”. `FastDownwardExperiment.``PLANNER_PARSER`[¶](#downward.experiment.FastDownwardExperiment.PLANNER_PARSER "Permalink to this definition") Used attributes: “memory”, “total\_time”, “translator\_peak\_memory”, “translator\_time\_done”. Parsed attributes: “node”, “planner\_memory”, “planner\_time”, “planner\_wall\_clock\_time”, “score\_planner\_memory”, “score\_planner\_time”. *class* `downward.experiment.``FastDownwardAlgorithm`(*name: str*, *cached\_revision: downward.cached\_revision.CachedFastDownwardRevision*, *driver\_options*, *component\_options*)[[source]](_modules/downward/experiment.html#FastDownwardAlgorithm)[¶](#downward.experiment.FastDownwardAlgorithm "Permalink to this definition") A Fast Downward algorithm is the combination of revision, driver options and component options. `cached_revision` *= None*[¶](#downward.experiment.FastDownwardAlgorithm.cached_revision "Permalink to this definition") An instance of [`CachedFastDownwardRevision`](#downward.cached_revision.CachedFastDownwardRevision "downward.cached_revision.CachedFastDownwardRevision"). `component_options` *= None*[¶](#downward.experiment.FastDownwardAlgorithm.component_options "Permalink to this definition") Component options, e.g., `["--search", "astar(lmcut())"]`. `driver_options` *= None*[¶](#downward.experiment.FastDownwardAlgorithm.driver_options "Permalink to this definition") Driver options, e.g., `["--build", "debug"]`. `name` *= None*[¶](#downward.experiment.FastDownwardAlgorithm.name "Permalink to this definition") Algorithm name, e.g., `"rev123:astar-lmcut"`. *class* `downward.experiment.``FastDownwardRun`(*exp: lab.experiment.Experiment*, *algo: downward.experiment.FastDownwardAlgorithm*, *task: downward.suites.Task*)[[source]](_modules/downward/experiment.html#FastDownwardRun)[¶](#downward.experiment.FastDownwardRun "Permalink to this definition") An experiment run that uses *algo* to solve *task*. See [`Run`](index.html#lab.experiment.Run "lab.experiment.Run") for inherited methods. *class* `downward.cached_revision.``CachedFastDownwardRevision`(*revision\_cache*, *repo*, *rev*, *build\_options*, *subdir=''*)[[source]](_modules/downward/cached_revision.html#CachedFastDownwardRevision)[¶](#downward.cached_revision.CachedFastDownwardRevision "Permalink to this definition") This class represents Fast Downward checkouts. It provides methods for caching compiled revisions, so they can be reused quickly in different experiments. * *revision\_cache*: Path to revision cache. * *repo*: Path to Fast Downward repository. * *rev*: Fast Downward revision. * *build\_options*: List of build.py options. * *subdir*: relative path from *repo* to Fast Downward subdir. `cache`()[¶](#downward.cached_revision.CachedFastDownwardRevision.cache "Permalink to this definition") Check out the solver revision to *self.path* and compile the solver. `get_relative_exp_path`(*relpath=''*)[¶](#downward.cached_revision.CachedFastDownwardRevision.get_relative_exp_path "Permalink to this definition") Return a path relative to the experiment directory. Use this function to find out where files from the cache will be put in the experiment directory. ### `downward.suites` — Select benchmarks[¶](#downward-suites-select-benchmarks "Permalink to this headline") *class* `downward.suites.``Task`(*domain: str*, *problem: str*, *problem\_file*, *domain\_file=None*, *properties=None*)[[source]](_modules/downward/suites.html#Task)[¶](#downward.suites.Task "Permalink to this definition") *domain* and *problem* are the display names of the domain and problem, *domain\_file* and *problem\_file* are paths to the respective files on the disk. If *domain\_file* is not given, assume that *problem\_file* is a SAS task. *properties* may be a dictionary of entries that should be added to the properties file of each run that uses this problem. ``` >>> task = Task( ... "gripper", ... "p01.pddl", ... problem\_file="/path/to/prob01.pddl", ... domain\_file="/path/to/domain.pddl", ... properties={"relaxed": False}, ... ) ``` `downward.suites.``build_suite`(*benchmarks\_dir*, *descriptions*)[[source]](_modules/downward/suites.html#build_suite)[¶](#downward.suites.build_suite "Permalink to this definition") Compute a list of [`Task`](#downward.suites.Task "downward.suites.Task") objects. The path *benchmarks\_dir* must contain a subdir for each domain. *descriptions* must be a list of domain or problem descriptions: ``` build\_suite(benchmarks\_dir, ["gripper", "grid:prob01.pddl"]) ``` `downward.reports` — Fast Downward reports[¶](#downward-reports-fast-downward-reports "Permalink to this headline") ------------------------------------------------------------------------------------------------------------------- ### Tables[¶](#tables "Permalink to this headline") *class* `downward.reports.``PlanningReport`(*\*\*kwargs*)[[source]](_modules/downward/reports.html#PlanningReport)[¶](#downward.reports.PlanningReport "Permalink to this definition") Base class for planner reports. See [`Report`](index.html#lab.reports.Report "lab.reports.Report") for inherited parameters. You can filter and modify runs for a report with [`filters`](index.html#lab.reports.Report "lab.reports.Report"). For example, you can include only a subset of algorithms or compute new attributes. If you provide a list for *filter\_algorithm*, it will be used to determine the order of algorithms in the report. ``` >>> # Use a filter function to select algorithms. >>> def only\_blind\_and\_lmcut(run): ... return run["algorithm"] in ["blind", "lmcut"] ... >>> report = PlanningReport(filter=only\_blind\_and\_lmcut) ``` ``` >>> # Use "filter\_algorithm" to select and \*order\* algorithms. >>> report = PlanningReport(filter\_algorithm=["lmcut", "blind"]) ``` [`Filters`](index.html#lab.reports.Report "lab.reports.Report") can be very helpful so we recommend reading up on them to use their full potential. Subclasses can use the member variable `problem\_runs` to access the experiment data. It is a dictionary mapping from tasks (i.e., `(domain, problem)` pairs) to the runs for that task. Each run is a dictionary that maps from attribute names to values. ``` >>> class MinRuntimePerTask(PlanningReport): ... def get\_text(self): ... map = {} ... for (domain, problem), runs in self.problem\_runs.items(): ... times = [run.get("planner\_time") for run in runs] ... times = [t for t in times if t is not None] ... map[(domain, problem)] = min(times) if times else None ... return str(map) ... ``` You may want to override the following class attributes in subclasses: `PREDEFINED_ATTRIBUTES` *= ['cost', 'coverage', 'dead\_ends', 'evaluations', 'expansions', 'generated', 'initial\_h\_value', 'plan\_length', 'planner\_time', 'quality', 'score\_\*', 'search\_time', 'total\_time', 'unsolvable']*[¶](#downward.reports.PlanningReport.PREDEFINED_ATTRIBUTES "Permalink to this definition") List of predefined `Attribute` instances. For example, if PlanningReport receives `attributes=['coverage']`, it converts the plain string `'coverage'` to the attribute instance `Attribute('coverage', absolute=True, min\_wins=False, scale='linear')`. `ERROR_ATTRIBUTES` *= ['domain', 'problem', 'algorithm', 'unexplained\_errors', 'error', 'planner\_wall\_clock\_time', 'raw\_memory', 'node']*[¶](#downward.reports.PlanningReport.ERROR_ATTRIBUTES "Permalink to this definition") Attributes shown in the unexplained-errors table. `INFO_ATTRIBUTES` *= ['local\_revision', 'global\_revision', 'build\_options', 'driver\_options', 'component\_options']*[¶](#downward.reports.PlanningReport.INFO_ATTRIBUTES "Permalink to this definition") Attributes shown in the algorithm info table. *class* `downward.reports.absolute.``AbsoluteReport`(*\*\*kwargs*)[[source]](_modules/downward/reports/absolute.html#AbsoluteReport)[¶](#downward.reports.absolute.AbsoluteReport "Permalink to this definition") Report absolute values for the selected attributes. This report should be part of all your Fast Downward experiments as it includes a table of unexplained errors, e.g. invalid solutions, segmentation faults, etc. ``` >>> from downward.experiment import FastDownwardExperiment >>> exp = FastDownwardExperiment() >>> exp.add\_report(AbsoluteReport(attributes=["expansions"]), outfile="report.html") ``` Example output: > > > > > > > > | expansions | hFF | hCEA | > | --- | --- | --- | > | gripper | 118 | 72 | > | zenotravel | 21 | 17 | > > > *class* `downward.reports.taskwise.``TaskwiseReport`(*\*\*kwargs*)[[source]](_modules/downward/reports/taskwise.html#TaskwiseReport)[¶](#downward.reports.taskwise.TaskwiseReport "Permalink to this definition") For each task report all selected attributes in a single row. If the experiment contains more than one algorithm, use `filter\_algorithm=["my\_algorithm"]` to select exactly one algorithm for the report. ``` >>> from downward.experiment import FastDownwardExperiment >>> exp = FastDownwardExperiment() >>> exp.add\_report( ... TaskwiseReport( ... attributes=["expansions", "search\_time"], filter\_algorithm=["lmcut"] ... ) ... ) ``` Example output: > > > > > > > > | | expansions | search\_time | > | --- | --- | --- | > | grid:prob01.pddl | 118234 | 20.02 | > | gripper:prob01.pddl | 21938 | 17.58 | > > > *class* `downward.reports.compare.``ComparativeReport`(*algorithm\_pairs*, *\*\*kwargs*)[[source]](_modules/downward/reports/compare.html#ComparativeReport)[¶](#downward.reports.compare.ComparativeReport "Permalink to this definition") Compare pairs of algorithms. See [`AbsoluteReport`](#downward.reports.absolute.AbsoluteReport "downward.reports.absolute.AbsoluteReport") for inherited parameters. *algorithm\_pairs* is the list of algorithm pairs you want to compare. All columns in the report will be arranged such that the compared algorithms appear next to each other. After the two columns containing absolute values for the compared algorithms, a third column (“Diff”) is added showing the difference between the two values. Algorithms may appear in multiple comparisons. Algorithms not mentioned in *algorithm\_pairs* are not included in the report. If you want to compare algorithms A and B, instead of a pair `('A', 'B')` you may pass a triple `('A', 'B', 'A vs. B')`. The third entry of the triple will be used as the name of the corresponding “Diff” column. For example, if the properties file contains algorithms A, B, C and D and *algorithm\_pairs* is `[('A', 'B', 'Diff BA'), ('A', 'C')]` the resulting columns will be A, B, Diff BA (contains B - A), A, C , Diff (contains C - A). Example: ``` >>> from downward.experiment import FastDownwardExperiment >>> exp = FastDownwardExperiment() >>> algorithm\_pairs = [("default-lmcut", "issue123-lmcut", "Diff lmcut")] >>> exp.add\_report(ComparativeReport(algorithm\_pairs, attributes=["coverage"])) ``` Example output: > > > > > > > > > | coverage | default-lmcut | issue123-lmcut | Diff lmcut | > | --- | --- | --- | --- | > | depot | 15 | 17 | 2 | > | gripper | 7 | 6 | -1 | > > > ### Plots[¶](#plots "Permalink to this headline") *class* `downward.reports.scatter.``ScatterPlotReport`(*relative=False*, *show\_missing=True*, *get\_category=None*, *title=None*, *scale=None*, *xlabel=''*, *ylabel=''*, *matplotlib\_options=None*, *\*\*kwargs*)[[source]](_modules/downward/reports/scatter.html#ScatterPlotReport)[¶](#downward.reports.scatter.ScatterPlotReport "Permalink to this definition") Generate a scatter plot for an attribute. If *relative* is False, create a “standard” scatter plot with a diagonal line. If *relative* is True, create a relative scatter plot where each point *(x, y)* corresponds to a task for which the first algorithm yields a value of *x* and the second algorithm yields *x \* y*. Relative scatter plots are less common in the literature, but often show small differences between algorithms better than “standard” scatter plots. The keyword argument *attributes* must contain exactly one attribute. Use the *filter\_algorithm* keyword argument to select exactly two algorithms (see example below). If *show\_missing* is False, we only draw a point for an algorithm pair if both algorithms have a value. *get\_category* can be a function that takes **two** runs (dictionaries of properties) and returns a category name. This name is used to group the points in the plot. If there is more than one group, a legend is automatically added. Runs for which this function returns None are shown in a default category and are not contained in the legend. For example, to group by domain: ``` >>> def domain\_as\_category(run1, run2): ... # run2['domain'] has the same value, because we always ... # compare two runs of the same problem. ... return run1["domain"] ... ``` Example grouping by difficulty: ``` >>> def improvement(run1, run2): ... time1 = run1.get("search\_time", 1800) ... time2 = run2.get("search\_time", 1800) ... if time1 > time2: ... return "better" ... if time1 == time2: ... return "equal" ... return "worse" ... ``` ``` >>> from downward.experiment import FastDownwardExperiment >>> exp = FastDownwardExperiment() >>> exp.add\_report( ... ScatterPlotReport(attributes=["search\_time"], get\_category=improvement) ... ) ``` Example comparing the number of expanded states for two algorithms: ``` >>> exp.add\_report( ... ScatterPlotReport( ... attributes=["expansions\_until\_last\_jump"], ... filter\_algorithm=["algorithm-1", "algorithm-2"], ... get\_category=domain\_as\_category, ... format="png", # Use "tex" for pgfplots output. ... ), ... name="scatterplot-expansions", ... ) ``` The inherited *format* parameter can be set to ‘png’ (default), ‘eps’, ‘pdf’, ‘pgf’ (needs matplotlib 1.2) or ‘tex’. For the latter a pgfplots plot is created. If *title* is given it will be used for the name of the plot. Otherwise, the only given attribute will be the title. If none is given, there will be no title. *scale* can have the values ‘linear’, ‘log’ or ‘symlog’. If omitted, a sensible default will be used for some standard attributes and ‘log’ otherwise. Relative scatter plots always use a logarithmic scaling for the *y* axis. *xlabel* and *ylabel* are the axis labels. *matplotlib\_options* may be a dictionary of matplotlib rc parameters (see <http://matplotlib.org/users/customizing.html>): ``` >>> from downward.reports.scatter import ScatterPlotReport >>> matplotlib\_options = { ... "font.family": "serif", ... "font.weight": "normal", ... # Used if more specific sizes not set. ... "font.size": 20, ... "axes.labelsize": 20, ... "axes.titlesize": 30, ... "legend.fontsize": 22, ... "xtick.labelsize": 10, ... "ytick.labelsize": 10, ... "lines.markersize": 10, ... "lines.markeredgewidth": 0.25, ... "lines.linewidth": 1, ... # Width and height in inches. ... "figure.figsize": [8, 8], ... "savefig.dpi": 100, ... } >>> report = ScatterPlotReport( ... attributes=["initial\_h\_value"], matplotlib\_options=matplotlib\_options ... ) ``` You can see the full list of matplotlib options and their defaults by executing ``` import matplotlib print(matplotlib.rcParamsDefault) ``` [![_images/example-scatter-plot.png](_images/example-scatter-plot.png)](_images/example-scatter-plot.png) Concepts[¶](#concepts "Permalink to this headline") --------------------------------------------------- An **experiment** consists of multiple **steps**. Most experiments will have steps for building and executing the experiment: ``` >>> from lab.experiment import Experiment >>> exp = Experiment() >>> exp.add\_step("build", exp.build) >>> exp.add\_step("start", exp.start\_runs) ``` Moreover, there are usually steps for **fetching** the results and making **reports**: ``` >>> from lab.reports import Report >>> exp.add\_fetcher(name="fetch") >>> exp.add\_report(Report(attributes=["error"])) ``` The “build” step creates all necessary files for running the experiment in the **experiment directory**. After the “start” step has finished running the experiment, we can fetch the result from the experiment directory to the **evaluation directory**. All reports only operate on evaluation directories. An experiment usually also has multiple **runs**, one for each pair of algorithm and benchmark. When calling [`start\_runs()`](index.html#lab.experiment.Experiment.start_runs "lab.experiment.Experiment.start_runs"), all **runs** part of the experiment are executed. You can add runs with the [`add\_run()`](index.html#lab.experiment.Experiment.add_run "lab.experiment.Experiment.add_run") method. Each run needs a unique ID and at least one **command**: ``` >>> for algo in ["algo1", "algo2"]: ... for value in range(10): ... run = exp.add\_run() ... run.set\_property("id", [algo, str(value)]) ... run.add\_command("solve", [algo, str(value)]) ``` You can pass the names of selected steps to your experiment script or use `--all` to execute all steps. At the end of your script, call `exp.run\_steps()` to parse the commandline and execute the selected steps. Changelog[¶](#changelog "Permalink to this headline") ----------------------------------------------------- ### v7.4 (2023-08-18)[¶](#v7-4-2023-08-18 "Permalink to this headline") #### Lab[¶](#lab "Permalink to this headline") * Require *revision\_cache* parameter in [`CachedRevision`](index.html#lab.cached_revision.CachedRevision "lab.cached_revision.CachedRevision") constructor (Jendrik Seipp). * Add *subdir* option for [`CachedRevision`](index.html#lab.cached_revision.CachedRevision "lab.cached_revision.CachedRevision") to support solvers at deeper levels of a repo (Jendrik Seipp). * Add [`CachedRevision.get\_relative\_exp\_path()`](index.html#lab.cached_revision.CachedRevision.get_relative_exp_path "lab.cached_revision.CachedRevision.get_relative_exp_path") method to query where cache artefacts will land in the experiment directory (Jendrik Seipp). * Document [`CachedRevision`](index.html#lab.cached_revision.CachedRevision "lab.cached_revision.CachedRevision") class and stabilize its API (Jendrik Seipp). * Only use documented classes and functions in example experiments (Jendrik Seipp). #### Downward Lab[¶](#downward-lab "Permalink to this headline") * Add *subdir* option for [`CachedFastDownwardRevision`](index.html#downward.cached_revision.CachedFastDownwardRevision "downward.cached_revision.CachedFastDownwardRevision") to support Fast Downward checkouts at deeper levels of a repo (Jendrik Seipp). * Make [`FastDownwardAlgorithm`](index.html#downward.experiment.FastDownwardAlgorithm "downward.experiment.FastDownwardAlgorithm"), [`FastDownwardRun`](index.html#downward.experiment.FastDownwardRun "downward.experiment.FastDownwardRun") and [`CachedFastDownwardRevision`](index.html#downward.cached_revision.CachedFastDownwardRevision "downward.cached_revision.CachedFastDownwardRevision") classes part of the documented, stable API (Jendrik Seipp). * Describe [two main alternatives](index.html#downward-experiment) for running Fast Downward experiments (Jendrik Seipp). ### v7.3 (2023-03-03)[¶](#v7-3-2023-03-03 "Permalink to this headline") #### Lab[¶](#id1 "Permalink to this headline") * Transparently handle xz-compressed properties files (Jendrik Seipp). * Add CI tests for Python 3.11 (Jendrik Seipp). #### Downward Lab[¶](#id2 "Permalink to this headline") * Adapt code for Matplotlib version 3.7 (Jendrik Seipp). ### v7.2 (2022-10-09)[¶](#v7-2-2022-10-09 "Permalink to this headline") #### Lab[¶](#id3 "Permalink to this headline") * Raise minimum supported Python version to 3.7 (Jendrik Seipp). * Add support for Python 3.10 (Jendrik Seipp). * Apply parsing functions in the order in which they were added (Jendrik Seipp). * For contributors: document pre-commit hook in `CONTRIBUTING.md` file (Jendrik Seipp). #### Downward Lab[¶](#id4 "Permalink to this headline") * Parse peak memory in anytime search parser (Jendrik Seipp). * Only store “planner\_memory” and “planner\_time” attributes for successful planner runs (Jendrik Seipp). * Add fully customizable example planner experiment without `FastDownwardExperiment` class (Jendrik Seipp). * Show how to group domain directories in example Fast Downward experiment (Jendrik Seipp). ### v7.1 (2022-06-20)[¶](#v7-1-2022-06-20 "Permalink to this headline") #### Lab[¶](#id5 "Permalink to this headline") * Revamp Singularity example experiment: use `runsolver` to limit resource usage (Silvan Sievers and Jendrik Seipp). #### Downward Lab[¶](#id6 "Permalink to this headline") * Fix header sizes in HTML reports (Jendrik Seipp). * Include domains in attribute overview tables even if none of their tasks has an attribute value for all algorithms (Jendrik Seipp). * Compute “score\_planner\_time” and “score\_planner\_memory” attributes in planner parser (Jendrik Seipp). * Only consider files ending with “.pddl” and “.sas” when building suites (Jendrik Seipp). * Explicitly left-align non-numeric cells to avoid \multicolumn entries in Latex output (Jendrik Seipp). ### v7.0 (2021-10-24)[¶](#v7-0-2021-10-24 "Permalink to this headline") #### Lab[¶](#id7 "Permalink to this headline") * Remove support for Mercurial repositories (Jendrik Seipp). #### Downward Lab[¶](#id8 "Permalink to this headline") * Fix rules for finding domain files for airport and psr-small domains (Silvan Sievers). * Add more ticks on y axis in relative plots (Jendrik Seipp). ### v6.5 (2021-09-27)[¶](#v6-5-2021-09-27 "Permalink to this headline") #### Lab[¶](#id9 "Permalink to this headline") * Allow rerunning experiments. This is useful if some runs were never started, for example, due to grid node failures. All runs that have already been started are skipped. For more information see the corresponding [FAQ](index.html#faq) (Jendrik Seipp). #### Downward Lab[¶](#id10 "Permalink to this headline") * Slightly generalize rules for finding domain files, adapted from Fast Downward (Silvan Sievers). ### v6.4 (2021-07-06)[¶](#v6-4-2021-07-06 "Permalink to this headline") #### Lab[¶](#id11 "Permalink to this headline") * Add `TetralithEnvironment` for the NSC cluster in Linköping (Jendrik Seipp). * Automatically group multiple runs into one Slurm task when the number of runs exceeds the maximum number of Slurm tasks (Jendrik Seipp). * Add `time\_limit\_per\_task` parameter to `SlurmEnvironment` (Jendrik Seipp). * Add `cpus\_per\_task` parameter to `SlurmEnvironment` (#98, Lucas Galery Käser). * Catch OverflowError when casting large ints to floats (#95, Silvan Sievers). #### Downward Lab[¶](#id12 "Permalink to this headline") * None. ### v6.3 (2021-02-14)[¶](#v6-3-2021-02-14 "Permalink to this headline") #### Lab[¶](#id13 "Permalink to this headline") * Use long Git revision hashes for revision cache. The short ones differ in length between Git versions (Jendrik Seipp). * Run continuous integration tests for Python 3.9 (Jendrik Seipp). #### Downward Lab[¶](#id14 "Permalink to this headline") * Remove “revision\_summary” column from info table (Jendrik Seipp). ### v6.2 (2020-10-20)[¶](#v6-2-2020-10-20 "Permalink to this headline") #### Lab[¶](#id15 "Permalink to this headline") * Reports: round values to desired precision before determining colors (Jendrik Seipp). * Restructure and extend documentation (Jendrik Seipp). * For developers: run CI tests on Ubuntu 20.04 in addition to 18.04 (Jendrik Seipp). #### Downward Lab[¶](#id16 "Permalink to this headline") * Allow adding SAS+ files with `FastDownwardExperiment.add\_suite()` (Jendrik Seipp). ### v6.1 (2020-09-15)[¶](#v6-1-2020-09-15 "Permalink to this headline") #### Lab[¶](#id17 "Permalink to this headline") * Take float precision into account when highlighting table cells (Jendrik Seipp). * Allow serializing pathlib.Path objects into JSON files (Jendrik Seipp). * For developers: add `.github/CONTRIBUTING.md` file (Jendrik Seipp). * For developers: separate tests for Singularity and FF example experiments from other tests (Jendrik Seipp). * For developers: skip `cached\_revision` doctests if `DOWNWARD\_REVISION\_CACHE` variable is not set (Jendrik Seipp). * For developers: use f-strings in code (Jendrik Seipp). #### Downward Lab[¶](#id18 "Permalink to this headline") * Print number of tasks above and below separator lines in scatter plots (Jendrik Seipp). * Ignore tasks for which runs have been filtered out in aggregate reports (Jendrik Seipp). * Fix order of bracketed task counts per domain in table reports (Jendrik Seipp). * Gracefully handle empty scatter plots (Jendrik Seipp). * Make `score\_\*` attributes absolute, i.e., include tasks for which not all algorithms have a value in aggregations (Jendrik Seipp). ### v6.0 (2020-04-05)[¶](#v6-0-2020-04-05 "Permalink to this headline") #### Lab[¶](#id19 "Permalink to this headline") * Bump minimum Python version to 3.6. * Move `CachedRevision` from `downward` to `lab` package (Thomas Keller). Please note that the interface to the class is experimental and may change in the future. Feedback is welcome! * Let tests fail if any example experiment produces unexplained errors. #### Downward Lab[¶](#id20 "Permalink to this headline") * No changes. ### v5.5 (2020-03-13)[¶](#v5-5-2020-03-13 "Permalink to this headline") #### Lab[¶](#id21 "Permalink to this headline") * Sort numbers with suffixes (5K, 2M, 8G) and “infinity” correctly in tables. * Gracefully handle missing “info” or “summary” tables in HTML reports. * Abort if a function is passed to a `filter\_\*` kwarg. * Abort if a filter checks missing attribute names (e.g., when passing `filter\_algorithms` instead of `filter\_algorithm`). #### Downward Lab[¶](#id22 "Permalink to this headline") * Add example experiment for running Singularity planner images. ### v5.4 (2020-03-01)[¶](#v5-4-2020-03-01 "Permalink to this headline") #### Lab[¶](#id23 "Permalink to this headline") * Use newer txt2tags version and remove bundled copy. * Call parsers with active Python interpreter. * Don’t call deprecated `time.clock()` (removed in Python 3.8). * Don’t add Lab to `PYTHONPATH` in `BaselSlurmEnvironment`. #### Downward Lab[¶](#id24 "Permalink to this headline") * Revision cache: only delete “misc” and “experiments” dirs if they exist (Maximilian Fickert). ### v5.3 (2020-02-03)[¶](#v5-3-2020-02-03 "Permalink to this headline") #### Lab[¶](#id25 "Permalink to this headline") * Format source code with black (<https://github.com/psf/black>). * Fix filters: retrieve new run ID from modified runs (Silvan Sievers). #### Downward Lab[¶](#id26 "Permalink to this headline") * Remove call to `rm -f output.sas`. Newer Fast Downward versions remove the temporary file automatically. If you want to keep the file, add `"--keep-sas-file"` to the `driver\_options`. * Fix ScatterPlotReport: skip None values in max() computation (Silvan Sievers). * Fix ScatterPlotReport: place diagonal line correctly even if axis scales differ. ### v5.2 (2020-01-07)[¶](#v5-2-2020-01-07 "Permalink to this headline") #### Lab[¶](#id27 "Permalink to this headline") * Use line buffering for run.err files. #### Downward Lab[¶](#id28 "Permalink to this headline") * Preserve line breaks for error logs in tables. * If an error log in a table has more than 100 lines, omit surplus lines from the middle of the log. * Always print the number of runs with unexplained errors when generating any type of report. ### v5.1 (2019-12-10)[¶](#v5-1-2019-12-10 "Permalink to this headline") #### Lab[¶](#id29 "Permalink to this headline") * Test Lab on Python 3.8. * Use active Python version to call run files in local experiments. #### Downward Lab[¶](#id30 "Permalink to this headline") * Support Fast Downward Git repos (Patrick Ferber). ### v5.0 (2019-12-04)[¶](#v5-0-2019-12-04 "Permalink to this headline") #### Lab[¶](#id31 "Permalink to this headline") * Deprecate support for Python versions 2.7 to 3.5. * Allow only a single aggregation function for `Attribute` objects. * If there is only a single HTML table, show it when the page loads. * Remove broken `--log-level` command line parameter. You can call `tools.configure\_logging(logging.DEBUG)` to enable debug messages instead. * Pass old hard memory limit when setting soft memory limit. #### Downward Lab[¶](#id32 "Permalink to this headline") * Scatter plots: + Add *relative* parameter for drawing relative scatter plots. + Draw points for algorithm pairs with missing values on axis boundaries. + Allow drawing negative values on linear and symlog axes. + Remove *xscale* and *yscale* parameters in favor of a new *scale* parameter. + Fold `PlotReport` class into `ScatterPlotReport`. + Simplify code by letting Matplotlib compute axis limits automatically. ### v4.2 (2019-09-27)[¶](#v4-2-2019-09-27 "Permalink to this headline") #### Lab[¶](#id33 "Permalink to this headline") * Upload to PyPI. Install Lab and Downward Lab with `pip install lab`. * Add support for running Lab in Python virtual environments (Guillem). * Parser scripts don’t have to be executable anymore, but they must be Python scripts. #### Downward Lab[¶](#id34 "Permalink to this headline") * Abort if two algorithms are identical, i.e., use the same revision, build config and commandline options. * Scatter plot report: include tasks for which both algorithms have no data if `show\_missing=True`. ### v4.1 (2019-06-03)[¶](#v4-1-2019-06-03 "Permalink to this headline") * Add support for Python 3. Lab now supports Python 2.7 and Python >= 3.5. ### v4.0 (2019-02-19)[¶](#v4-0-2019-02-19 "Permalink to this headline") #### Lab[¶](#id35 "Permalink to this headline") * Parser: don’t try to parse missing files. Print message to stdout instead. * Add soft memory limit of “memory\_per\_cpu \* 0.98” for Slurm runs to safeguard against cgroup failures. * Abort if report contains duplicate attribute names. * Make reports even if fetcher detects unexplained errors. * Use `flags=''` for [`lab.parser.Parser.add\_pattern()`](index.html#lab.parser.Parser.add_pattern "lab.parser.Parser.add_pattern") by default again. * Include node names in standard reports and warn if report mixes runs from different partitions. * Add new example experiment using a simple vertex cover solver. * `BaselSlurmEnvironment`: don’t load Python 2.7.11 since it might conflict with an already loaded module. * Raise default `nice` value to 5000. #### Downward Lab[¶](#id36 "Permalink to this headline") * Support new Fast Downward exitcodes (Silvan). * Parse “planner\_wall\_clock\_time” attribute in planner parser. * Include “planner\_wall\_clock\_time” and “raw\_memory” attributes in unexplained errors table. * Make PlanningReport more generic by letting derived classes override the new `PREDEFINED\_ATTRIBUTES`, `INFO\_ATTRIBUTES` and `ERROR\_ATTRIBUTES` class members (Augusto). * Don’t compute the “quality” attribute automatically. The docs and `showcase-options.py` show how to add the two filters that together add the IPC quality score to each run. ### v3.0 (2018-07-10)[¶](#v3-0-2018-07-10 "Permalink to this headline") #### Lab[¶](#id37 "Permalink to this headline") * Add [`exp.add\_parser()`](index.html#lab.experiment.Experiment.add_parser "lab.experiment.Experiment.add_parser") method. See also [Parser](index.html#parsing) (Silvan). * Add [`exp.add\_parse\_again\_step()`](index.html#lab.experiment.Experiment.add_parse_again_step "lab.experiment.Experiment.add_parse_again_step") method for running parsers again (Silvan). * Require that the `build`, `start\_runs` and `fetch` steps are added explicitly (see [`Experiment`](index.html#lab.experiment.Experiment "lab.experiment.Experiment")). * Remove *required* argument from `add\_resource()`. All resources are now required. * Use stricter naming rules for commands and resources. See respective `add\_\*` methods for details. * Use `required=False` and `flags='M'` by default for [`lab.parser.Parser.add\_pattern()`](index.html#lab.parser.Parser.add_pattern "lab.parser.Parser.add_pattern"). * Only support custom command line arguments for locally executed steps. * Log errors to stderr. * Log exit codes and wall-clock times of commands to driver.log. * Add unexplained error if driver.log is empty. * Let fetcher fetch `properties` and `static-properties` files. * Remove deprecated possibility of passing Step objects to `add\_step()`. * Remove deprecated `exp.\_\_call\_\_()` method. #### Downward Lab[¶](#id38 "Permalink to this headline") * Add “planner\_timer” and “planner\_memory” attributes. * Reorganize parsers and don’t add any parser implicitly. See [Bundled parsers](index.html#downward-parsers). * Add anytime-search parser that parses only “cost”, “cost:all” and “coverage”. * Revise and simplify single-search parser. * Parse new Fast Downward exit codes (<http://issues.fast-downward.org/issue739>). * Don’t exclude (obsolete) “benchmarks” directory when caching revisions. * Only copy “raw\_memory” value to “memory” when “total\_time” is present. * Rename “fast-downward” command to “planner”. * Make “error” attribute optional for reports. ### v2.3 (2018-04-12)[¶](#v2-3-2018-04-12 "Permalink to this headline") #### Lab[¶](#id39 "Permalink to this headline") * BaselSlurmEnvironment: Use `infai\_1` and `normal` as default Slurm partition and QOS. * Remove `OracleGridEngineEnvironment`. #### Downward Lab[¶](#id40 "Permalink to this headline") * Use `--overall-time-limit=30m` and `--overall-memory-limit=3584M` for all Fast Downward runs by default. * Don’t add `-j` option to build options (`build.py` now uses all CPUs automatically). ### v2.2 (2018-03-16)[¶](#v2-2-2018-03-16 "Permalink to this headline") #### Lab[¶](#id41 "Permalink to this headline") * Print run and task IDs during local experiments. * Make warnings and error messages more informative. * Abort after fetch step if fetcher finds unexplained errors. * Improve examples and docs. #### Downward Lab[¶](#id42 "Permalink to this headline") * Don’t parse preprocessor logs anymore. * Make regular expressions stricter in parsers. * Don’t complain if SAS file is missing. ### v2.1 (2017-11-27)[¶](#v2-1-2017-11-27 "Permalink to this headline") #### Lab[¶](#id43 "Permalink to this headline") * Add BaselSlurmEnvironment (Florian). * Support running experiments in virtualenv (Shuwa). * Redirect output to `driver.log` and `driver.err` as soon as possible. * Store all observed unexplained errors instead of a single one (Silvan). * Report unexplained error if `run.err` or `driver.err` contain output. * Report unexplained error if “error” attribute is missing. * Add configurable soft and hard limits for output to `run.log` and `run.err`. * Record grid node for each run and add it to warnings table. * Omit toprule and bottomrule in LaTeX tables. * Add `lab.reports.Table.set\_row\_order()` method. * Only escape text in table cells if it doesn’t contain LaTeX or HTML markup. * Allow run filters to change a run’s ID (needed for renaming algorithms). * Add `merge` kwarg to `add\_fetcher()` (Silvan). * Exit with returncode 1 if fetcher finds unexplained errors. * Let fetcher show warning if `slurm.err` is not empty. * Include content of `slurm.err` in reports if it contains text. * Add continuous integration testing. * Add `--skip-experiments` option for `tests/run-tests` script. * Clean up code. * Polish documentation. #### Downward Lab[¶](#id44 "Permalink to this headline") * For each error outcome show number of runs with that outcome in summary table and dedicated tables. * Add standalone exit code parser. Allow removing translate and search parsers (Silvan). * Allow passing `Problem` instances to `FastDownwardExperiment.add\_suite()` (Florian). * Don’t filter duplicate coordinates in scatter plots. * Don’t round scatter plot coordinates. * Remove output.sas instead of compressing it. * Fix scatter plots for multiple categories **and** the default `None` category (Silvan). ### v2.0 (2017-01-09)[¶](#v2-0-2017-01-09 "Permalink to this headline") #### Lab[¶](#id45 "Permalink to this headline") * Show warning and ask for action when evaluation dir already exists. * Add `scale` parameter to Attribute. It is used by the plot reports. * Add `digits` parameter to Attribute for specifying the number of digits after the decimal point. * Pass name, function, args and kwargs to `exp.add\_step()`. Deprecate passing Step objects. * After calling `add\_resource("mynick", ...)`, use resource in commands with “{mynick}”. * Call: make `name` parameter mandatory, rename `mem\_limit` kwarg to `memory\_limit`. * Store grid job files in `<exp-dir>-grid-steps`. * Use common `run-dispatcher` script for local and remote experiments. * LocalEnvironment: support randomizing task order (enabled by default). * Make `path` parameter optional for all experiments. * Warn if steps are listed explicitly and `--all` is used. * Change main experiment step name from “start” to “run”. * Deprecate `exp()`. Use `exp.run\_steps()` instead. * Don’t filter `None` values in `lab.reports` helper functions. * Make logging clearer. * Add example FF experiment. * Remove deprecated code (e.g. predefined Step objects, `tools.sendmail()`). * Remove `Run.require\_resource()`. All resources have always been available for all runs. * Fetcher: remove `write\_combined\_props` parameter. * Remove `Sequence` class. * Parser: remove `key\_value\_patterns` parameter. A better solution is in the works. * Remove `tools.overwrite\_dir()` and `tools.get\_command\_output()`. * Remove `lab.reports.minimum()`, `lab.reports.maximum()`, `lab.reports.stddev()`. * Move `lab.reports.prod()` to `lab.tools.product()`. * Rename `lab.reports.gm()` to `lab.reports.geometric\_mean()` and `lab.reports.avg()` to `lab.reports.arithmetic\_mean()`. * Many speed improvements and better error messages. * Rewrite docs. #### Downward Lab[¶](#id46 "Permalink to this headline") * Always validate plans. Previous Lab versions don’t add `--validate` since older Fast Downward versions don’t support it. * HTML reports: hide tables by default, add buttons for toggling visibility. * Unify “score\_\*”, “quality” and “coverage” attributes: assign values in range [0, 1] and compute only sum and no average. * Don’t print tables on commandline. * Remove DownwardExperiment and other deprecated code. * Move `FastDownwardExperiment` into `downward/experiment.py`. * Rename `config` attribute to `algorithm`. Remove `config\_nick` attribute. * Change call name from “search” to “fast-downward”. * Remove “memory\_capped”, and “id\_string” attributes. * Report raw memory in “unexplained errors” table. * Parser: remove `group` argument from `add\_pattern()`, and always use group 1. * Remove `cache\_dir` parameter. Add `revision\_cache` parameter to `FastDownwardExperiment`. * Fetcher: remove `copy\_all` option. * Remove predefined benchmark suites. * Remove IpcReport, ProblemPlotReport, RelativeReport, SuiteReport and TimeoutReport. * Rename CompareConfigsReport to ComparativeReport. * Remove possibility to add `\_relative` to an attribute to obtain relative results. * Apply filters sequentially instead of interleaved. * PlanningReport: remove `derived\_properties` parameter. Use two filters instead: one for caching results, the other for adding new properties (see `QualityFilters` in `downward/reports/\_\_init\_\_.py`). * PlotReport: use fixed legend location, remove `category\_styles` option. * AbsoluteReport: remove `colored` parameter and always color HTML reports. * Don’t use domain links in Latex reports. * AbsoluteReport: Remove `resolution` parameter and always use `combined` resolution. * Rewrite docs. ### v1.12 (2017-01-09)[¶](#v1-12-2017-01-09 "Permalink to this headline") #### Downward Lab[¶](#id47 "Permalink to this headline") * Only compress “output” file if it exists. * Preprocess parser: make legacy preprocessor output optional. ### v1.11 (2016-12-15)[¶](#v1-11-2016-12-15 "Permalink to this headline") #### Lab[¶](#id48 "Permalink to this headline") * Add bitbucket-pipelines.yml for continuous integration testing. #### Downward Lab[¶](#id49 "Permalink to this headline") * Add IPC 2014 benchmark suites (Silvan). * Set `min\_wins=False` for `dead\_ends` attribute. * Fit coordinates better into plots. * Add finite\_sum() function and use it for `initial\_h\_value` (Silvan). * Update example scripts for repos without benchmarks. * Update docs. ### v1.10 (2015-12-11)[¶](#v1-10-2015-12-11 "Permalink to this headline") #### Lab[¶](#id50 "Permalink to this headline") * Add `permissions` parameter to [`lab.experiment.Experiment.add\_new\_file()`](index.html#lab.experiment.Experiment.add_new_file "lab.experiment.Experiment.add_new_file"). * Add default parser which checks that log files are not bigger than 100 MB. Maybe we’ll make this configurable in the future. * Ensure that resource names are not shared between runs and experiment. * Show error message if resource names are not unique. * Table: don’t format list items. This allows us to keep the quotes for configuration lists. #### Downward Lab[¶](#id51 "Permalink to this headline") * Cleanup `downward.suites`: update suite names, add STRIPS and ADL versions of all IPCs. We recommend selecting a subset of domains manually to only run your code on “interesting” benchmarks. As a starting point you can use the suites `suite\_optimal\_strips` or `suite\_satisficing`. ### v1.9.1 (2015-11-12)[¶](#v1-9-1-2015-11-12 "Permalink to this headline") #### Downward Lab[¶](#id52 "Permalink to this headline") * Always prepend build options with `-j<num\_cpus>`. * Fix: Use correct revisions in `FastDownwardExperiment`. * Don’t abort parser if resource limits can’t be found (support old planner versions). ### v1.9 (2015-11-07)[¶](#v1-9-2015-11-07 "Permalink to this headline") #### Lab[¶](#id53 "Permalink to this headline") * Add [`lab.experiment.Experiment.add\_command()`](index.html#lab.experiment.Experiment.add_command "lab.experiment.Experiment.add_command") method. * Add [`lab.\_\_version\_\_`](index.html#lab.__version__ "lab.__version__") string. * Explicitly remove support for Python 2.6. #### Downward Lab[¶](#id54 "Permalink to this headline") * Add [`downward.experiment.FastDownwardExperiment`](index.html#downward.experiment.FastDownwardExperiment "downward.experiment.FastDownwardExperiment") class for whole-planner experiments. * Deprecate `downward.experiments.DownwardExperiment` class. * Repeat headers between domains in [`downward.reports.taskwise.TaskwiseReport`](index.html#downward.reports.taskwise.TaskwiseReport "downward.reports.taskwise.TaskwiseReport"). ### v1.8 (2015-10-02)[¶](#v1-8-2015-10-02 "Permalink to this headline") #### Lab[¶](#id55 "Permalink to this headline") * Deprecate predefined experiment steps (`remove\_exp\_dir`, `zip\_exp\_dir`, `unzip\_exp\_dir`). * Docs: add FAQs, update docs. * Add more regression and style tests. #### Downward Lab[¶](#id56 "Permalink to this headline") * Parse both evaluated states (evaluated) and evaluations (evaluations). * Add example experiment showing how to make reports for data obtained without Lab. * Add suite\_sat\_strips(). * Parse negative initial h values. * Support CMake builds. ### v1.7 (2015-08-19)[¶](#v1-7-2015-08-19 "Permalink to this headline") #### Lab[¶](#id57 "Permalink to this headline") * Automatically determine whether to queue steps sequentially on the grid. * Reports: right-align headers (except the left-most one). * Reports: let `lab.reports.gm()` return 0 if any of the numbers is 0. * Add test that checks for dead code with vulture. * Remove Step.remove\_exp\_dir step. * Remove default time and memory limits for commands. You can now pass `mem\_limit=None` and `time\_limit=None` to disable limits for a command. * Pass `extra\_options` kwarg to `lab.environments.OracleGridEngineEnvironment` to set additional options like parallel environments. * Sort `properties` files by keys. #### Downward Lab[¶](#id58 "Permalink to this headline") * Add support for new python driver script `fast-downward.py`. * Use booktabs package for latex tables. * Remove vertical lines from Latex tables (recommended by booktabs docs). * Capitalize attribute names and remove underscores for Latex reports. * Allow fractional plan costs. * Set search\_time and total\_time to 0.01 instead of 0.1 if they are 0.0 in the log. * Parse initial h-value for aborted searches (Florian). * Use EXIT\_UNSOLVABLE instead of logs to determine unsolvability. Currently, this exit code is only returned by EHC. * Exit with warning if search parser is not executable. * Deprecate `downward/configs.py` module. * Deprecate `examples/standard\_exp.py` module. * Remove `preprocess-all.py` script. * By default, use all CPUs for compiling Fast Downward. ### v1.6[¶](#v1-6 "Permalink to this headline") #### Lab[¶](#id59 "Permalink to this headline") * Restore earlier default behavior for grid jobs by passing all environment variables (e.g. `PYTHONPATH`) to the job environments. #### Downward Lab[¶](#id60 "Permalink to this headline") * Use write-once revision cache: instead of *cloning* the full FD repo into the revision cache only *copy* the `src` directory. This greatly reduces the time and space needed to cache revisions. As a consequence you cannot specify the destination for the clone anymore (the `dest` keyword argument is removed from the `Translator`, `Preprocessor` and `Planner` classes) and only local FD repositories are supported (see `downward.checkouts.HgCheckout`). After the files have been copied into the cache and FD has been compiled, a special file (`build\_successful`) is written in the cache directory. When the cached revision is requested later an error is shown if this file is missing. * Only use exit codes to reason about error reasons. Merge from FD main if your FD version does not produce meaningful exit codes. * Preprocess parser: only parse logs and never output files. * Never copy `all.groups` and `test.groups` files. Old Fast Downward branches need to merge from main. * Always compress `output.sas` (also for `compact=False`). Use `xz` for compressing. ### v1.5[¶](#v1-5 "Permalink to this headline") #### Lab[¶](#id61 "Permalink to this headline") * Add `Experiment.add\_fetcher()` method. * If all columns have the same value in an uncolored table row, make all values bold, not grey. * In `Experiment.add\_resource()` and `Run.add\_resource()` set `dest=None` if you don’t want to copy or link the resource, but only need an alias to reference it in a command. * Write and keep all logfiles only if they actually have content. * Don’t log time and memory consumption of process groups. It is still an unexplained error if too much wall-clock time is used. * Randomize task order for grid experiments by default. Use `randomize\_task\_order=False` to disable this. * Save wall-clock times in properties file. * Do not replace underscores by dashes in table headers. Instead allow browsers to break lines after underscores. * Left-justify string and list values in tables. #### Downward Lab[¶](#id62 "Permalink to this headline") * Add optional *nick* parameter to Translator, Preprocessor and Planner classes. It defaults to the revision name *rev*. * Save `hg id` output for each checkout and include it in reports. * Add *timeout* parameter to `DownwardExperiment.add\_config()`. * Count malformed-logs as unexplained errors. * Pass `legend\_location=None` if you don’t need a legend in your plot. * Pass custom benchmark directories in `DownwardExperiment.add\_suite()` by using the *benchmarks\_dir* keyword argument. * Do not copy logs from preprocess runs into search runs. * Reference preprocessed files in run scripts instead of creating links if `compact=True` is given in the experiment constructor (default). * Remove `unexplained\_error` attribute. Errors are unexplained if `run['error']` starts with ‘unexplained’. * Remove `\*\_error` attributes. It is preferrable to inspect `\*\_returncode` attributes instead (e.g. `search\_returncode`). * Make report generation faster (10-fold speedup for big reports). * Add `DownwardExperiment.add\_search\_parser()` method. * Run `make clean` in revision-cache after compiling preprocessor and search code. * Strip executables after compilation in revision-cache. * Do not copy Lab into experiment directories and grid-steps. Use the global Lab version instead. ### v1.4[¶](#v1-4 "Permalink to this headline") #### Lab[¶](#id63 "Permalink to this headline") * Add [`exp.add\_report()`](index.html#lab.experiment.Experiment.add_report "lab.experiment.Experiment.add_report") method to simplify adding reports. * Use simplejson when available to make loading properties more than twice as fast. * Raise default check-interval in Calls to 5s. This should reduce Lab’s overhead. * Send mail when grid experiment finishes. Usage: `MaiaEnvironment(email='mymail@example.com')`. * Remove `steps.Step.publish\_reports()` method. * Allow creating nested new files in experiment directory (e.g. `exp.add\_new\_file('path/to/file.txt')`). * Remove duplicate attributes from reports. * Make commandline parser available globally as [`lab.experiment.ARGPARSER`](index.html#lab.experiment.ARGPARSER "lab.experiment.ARGPARSER") so users can add custom arguments. * Add `cache\_dir` parameter in [`Experiment`](index.html#lab.experiment.Experiment "lab.experiment.Experiment") for specifying where Lab stores temporary data. #### Downward Lab[¶](#id64 "Permalink to this headline") * Move `downward.experiment.DownwardExperiment` to `downward.experiments.DownwardExperiment`, but keep both import locations indefinitely. * Flag invalid plans in absolute reports. * PlanningReport: When you append ‘\_relative’ to an attribute, you will get a table containing the attribute’s values of each configuration relative to the leftmost column. * Use bzip2 for compressing output.sas files instead of tar+gzip to save space and make opening the files easier. * Use bzip2 instead of gzip for compressing experiment directories to save space. * Color absolute reports by default. * Use log-scale instead of symlog-scale for plots. This produces equidistant grid lines. * By default place legend right of scatter plots. * Remove `--dereference` option from tar command. * Copy (instead of linking) PDDL files into preprocessed-tasks dir. * Add table with Fast Downward commandline strings and revisions to AbsoluteReport. ### v1.3[¶](#v1-3 "Permalink to this headline") #### Lab[¶](#id65 "Permalink to this headline") * For Latex tables only keep the first two and last two hlines. #### Downward Lab[¶](#id66 "Permalink to this headline") * Plots: Make category\_styles a dictionary mapping from names to dictionaries of matplotlib plotting parameters to allow for more and simpler customization. This means e.g. that you can now change the line style in plots. * Produce a combined domain- and problem-wise AbsoluteReport if `resolution=combined`. * Include info in AbsoluteReport if a table has no entries. * Plots: Add `params` argument for specifying matplotlib parameters like font-family, label sizes, line width, etc. * AbsoluteReport: If a non-numerical attribute is included in a domain-wise report, include some info in the table instead of aborting. * Add [`Attribute`](index.html#lab.reports.Attribute "lab.reports.Attribute") class for wrapping custom attributes that need non-default report options and aggregation functions. * Parse `expansions\_until\_last\_jump` attribute. * Tex reports: Add number of tasks per domain with new `\numtasks{x}` command that can be cutomized in the exported texts. * Add pgfplots backend for plots. ### v1.2[¶](#v1-2 "Permalink to this headline") #### Lab[¶](#id67 "Permalink to this headline") * Fetcher: Only copy the link not the content for symbolic links. * Make properties files more compact by using an indent of 2 instead of 4. * Nicer format for commandline help for experiments. * Reports: Only print available attributes if none have been set. * Fetcher: Pass custom parsers to fetcher to parse values from a finished experiment. * For geometric mean calculation substitute 0.1 for values <= 0. * Only show warning if not all attributes for the report are found in the evaluation dir, don’t abort if at least one attribute is found. * If an attribute is None for all runs, do not conclude it is not numeric. * Abort if experiment path contains a colon. * Abort with warning if all runs have been filtered for a report. * Reports: Allow specifying a *single* attribute as a string instead of a list of one string (e.g. attributes=’coverage’). #### Downward Lab[¶](#id68 "Permalink to this headline") * If compact=True for a DownwardExperiment, link to the benchmarks instead of copying them. * Do not call ./build-all script, but build components only if needed. * Fetch and compile sources only when needed: Only prepare translator and preprocessor for preprocessing experiments and only prepare planners for search experiments. Do it in a grid job if possible. * Save space by deleting the benchmarks directories and omitting the search directory and validator for preprocess experiments. * Only support using ‘src’ directory, not the old ‘downward’ dir. * Use `downward` script regardless of other binaries found in the search directory. * Do not try to set parent-revision property. It cannot be determined without fetching the code first. * Make ProblemPlotReport class more general by allowing the get\_points() method to return an arbitrary number of points and categories. * Specify xscale and yscale (linear, log, symlog) in PlotReports. * Fix removing downward.tmp.\* files (use bash for globbing). This greatly reduces the needed space for an experiment. * Label axes in ProblemPlots with `xlabel` and `ylabel`. * If a grid environment is selected, use all CPUs for compiling Fast Downward. * Do not use the same plot style again if it has already been assigned by the user. * Only write plot if valid points have been added. * DownwardExperiment: Add member `include\_preprocess\_results\_in\_search\_runs`. * Colored reports: If all configs have the same value in a row and some are None, highlight the values in green instead of making them grey. * Never set ‘error’ to ‘none’ if ‘search\_error’ is true. * PlotReport: Add `legend\_location` parameter. * Plots: Sort coordinates by x-value for correct connections between points. * Plots: Filter duplicate coordinates for nicer drawing. * Use less padding for linear scatterplots. * Scatterplots: Add `show\_missing` parameter. * Absolute reports: For absolute attributes (e.g. coverage) print a list of numbers of problems behind the domain name if not all configs have a value for the same number of problems. * Make ‘unsolvable’ an absolute attribute, i.e. one where we consider problem runs for which not all configs have a value. * If a non-numeric attribute is present in a domain-wise report, state its type in the error message. * Let plots use the `format` parameter given in constructor. * Allow generation of pgf plot files (only available in matplotlib 1.2). * Allow generation of pdf and eps plots. * DownwardReport: Allow passing a single function for `derived\_properties`. * Plots: Remove code that sets parameters explicitly, sort items in legend. * Add parameters to PlotReport that set the axes’ limits. * Add more items to Downward Lab FAQ. ### v1.1[¶](#v1-1 "Permalink to this headline") #### Lab[¶](#id69 "Permalink to this headline") * Add filter shortcuts: `filter\_config\_nick=['lama', 'hcea'], filter\_domain=['depot']` (see [`Report`](index.html#lab.reports.Report "lab.reports.Report")) (Florian) * Ability to use more than one filter function (Florian) * Pass an optional filter to `Fetcher` to fetch only a subset of results (Florian) * Better handling of timeouts and memory-outs (Florian) * Try to guess error reason when run was killed because of resource limits (Florian) * Do not abort after failed commands by default * Grid: When –all is passed only run all steps if none are supplied * Environments: Support Uni Basel maia cluster (Malte) * Add “pi” example * Add example showing how to parse custom attributes * Do not add resources and files again if they are already added to the experiment * Abort if no runs have been added to the experiment * Round all float values for the tables * Add function `lab.tools.sendmail()` for sending e-mails * Many bugfixes * Added more tests * Improved documentation #### Downward Lab[¶](#id70 "Permalink to this headline") * Make the files output.sas, domain.pddl and problem.pddl optional for search experiments * Use more compact table of contents for AbsoluteReports * Use named anchors in AbsoluteReport (`report.html#expansions`, `report.html#expansions-gripper`) * Add colored absolute tables (see [`AbsoluteReport`](index.html#downward.reports.absolute.AbsoluteReport "downward.reports.absolute.AbsoluteReport")) * Do not add summary functions in problem-wise reports * New report class `ProblemPlotReport` * Save more properties about experiments in the experiments’s properties file for easy lookup (suite, configs, portfolios, etc.) * Use separate table for each domain in problem-wise reports * Sort table columns based on given config filters if given (Florian) * Do not add VAL source files to experiment * Parse number of reopened states * Remove temporary Fast Downward files even if planner was killed * Divide scatter-plot points into categories and lable them (see [`ScatterPlotReport`](index.html#downward.reports.scatter.ScatterPlotReport "downward.reports.scatter.ScatterPlotReport")) (Florian) * Only add a highlighting and summary functions for numeric attributes in AbsoluteReports * Compile validator if it isn’t compiled already * Downward suites: Allow writing SUITE\_NAME\_FIRST to run the first instance of all domains in SUITE\_NAME * LocalEnvironment: If `processes` is given, use as many jobs to compile the planner in parallel * Check python version before creating preprocess experiment * Add avg, min, max and stddev rows to relative reports * Add RelativeReport * Add `DownwardExperiment.set\_path\_to\_python()` * Many bugfixes * Improved documentation
datastore
go
Search — datastore 0.3.0 documentation ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [datastore 0.3.0 documentation](index.html) » Search ====== Please activate JavaScript to enable the search functionality. From here you can search these documents. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing fewer words won't appear in the result list. ### This Page * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/search.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/search.rst) ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [datastore 0.3.0 documentation](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Index — datastore 0.3.0 documentation ### Navigation * [index](# "General Index") * [modules](py-modindex.html "Python Module Index") | * [datastore 0.3.0 documentation](index.html) » Index ===== [**A**](#A) | [**C**](#C) | [**D**](#D) | [**E**](#E) | [**F**](#F) | [**G**](#G) | [**I**](#I) | [**K**](#K) | [**L**](#L) | [**M**](#M) | [**N**](#N) | [**O**](#O) | [**P**](#P) | [**Q**](#Q) | [**R**](#R) | [**S**](#S) | [**T**](#T) | [**V**](#V) A - | | | | --- | --- | | [appendDatastore() (datastore.core.basic.DatastoreCollection method)](package/datastore.core.html#datastore.core.basic.DatastoreCollection.appendDatastore) [apply\_filter() (datastore.core.query.Cursor method)](package/datastore.core.html#datastore.core.query.Cursor.apply_filter) [apply\_limit() (datastore.core.query.Cursor method)](package/datastore.core.html#datastore.core.query.Cursor.apply_limit) | [apply\_offset() (datastore.core.query.Cursor method)](package/datastore.core.html#datastore.core.query.Cursor.apply_offset) [apply\_order() (datastore.core.query.Cursor method)](package/datastore.core.html#datastore.core.query.Cursor.apply_order) | C - | | | | --- | --- | | [CacheShimDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.CacheShimDatastore) [chain\_gen() (in module datastore.core.query)](package/datastore.core.html#datastore.core.query.chain_gen) [child() (datastore.core.key.Key method)](package/datastore.core.html#datastore.core.key.Key.child) [conditional\_operators (datastore.core.query.Filter attribute)](package/datastore.core.html#datastore.core.query.Filter.conditional_operators) | [contains() (datastore.core.basic.CacheShimDatastore method)](package/datastore.core.html#datastore.core.basic.CacheShimDatastore.contains) [(datastore.core.basic.Datastore method)](package/datastore.core.html#datastore.core.basic.Datastore.contains) [(datastore.core.basic.DictDatastore method)](package/datastore.core.html#datastore.core.basic.DictDatastore.contains) [(datastore.core.basic.KeyTransformDatastore method)](package/datastore.core.html#datastore.core.basic.KeyTransformDatastore.contains) [(datastore.core.basic.LoggingDatastore method)](package/datastore.core.html#datastore.core.basic.LoggingDatastore.contains) [(datastore.core.basic.ShardedDatastore method)](package/datastore.core.html#datastore.core.basic.ShardedDatastore.contains) [(datastore.core.basic.TieredDatastore method)](package/datastore.core.html#datastore.core.basic.TieredDatastore.contains) [(datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.contains) [copy() (datastore.core.query.Query method)](package/datastore.core.html#datastore.core.query.Query.copy) [Cursor (class in datastore.core.query)](package/datastore.core.html#datastore.core.query.Cursor) | D - | | | | --- | --- | | [Datastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.Datastore) [datastore() (datastore.core.basic.DatastoreCollection method)](package/datastore.core.html#datastore.core.basic.DatastoreCollection.datastore) [datastore.core.\_\_init\_\_ (module)](package/datastore.core.html#module-datastore.core.__init__) [datastore.core.basic (module)](package/datastore.core.html#module-datastore.core.basic) [datastore.core.key (module)](package/datastore.core.html#module-datastore.core.key) [datastore.core.query (module)](package/datastore.core.html#module-datastore.core.query) [datastore.core.serialize (module)](package/datastore.core.html#module-datastore.core.serialize) [datastore.filesystem (module)](package/datastore.filesystem.html#module-datastore.filesystem) [DatastoreCollection (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.DatastoreCollection) | [delete() (datastore.core.basic.CacheShimDatastore method)](package/datastore.core.html#datastore.core.basic.CacheShimDatastore.delete) [(datastore.core.basic.Datastore method)](package/datastore.core.html#datastore.core.basic.Datastore.delete) [(datastore.core.basic.DictDatastore method)](package/datastore.core.html#datastore.core.basic.DictDatastore.delete) [(datastore.core.basic.DirectoryDatastore method)](package/datastore.core.html#datastore.core.basic.DirectoryDatastore.delete) [(datastore.core.basic.InterfaceMappingDatastore method)](package/datastore.core.html#datastore.core.basic.InterfaceMappingDatastore.delete) [(datastore.core.basic.KeyTransformDatastore method)](package/datastore.core.html#datastore.core.basic.KeyTransformDatastore.delete) [(datastore.core.basic.LoggingDatastore method)](package/datastore.core.html#datastore.core.basic.LoggingDatastore.delete) [(datastore.core.basic.NullDatastore method)](package/datastore.core.html#datastore.core.basic.NullDatastore.delete) [(datastore.core.basic.ShardedDatastore method)](package/datastore.core.html#datastore.core.basic.ShardedDatastore.delete) [(datastore.core.basic.ShimDatastore method)](package/datastore.core.html#datastore.core.basic.ShimDatastore.delete) [(datastore.core.basic.TieredDatastore method)](package/datastore.core.html#datastore.core.basic.TieredDatastore.delete) [(datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.delete) [deserialized\_gen() (in module datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.deserialized_gen) [deserializedValue() (datastore.core.serialize.SerializerShimDatastore method)](package/datastore.core.html#datastore.core.serialize.SerializerShimDatastore.deserializedValue) [dict() (datastore.core.query.Query method)](package/datastore.core.html#datastore.core.query.Query.dict) [DictDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.DictDatastore) [directory() (datastore.core.basic.DirectoryDatastore method)](package/datastore.core.html#datastore.core.basic.DirectoryDatastore.directory) [directory\_values\_generator() (datastore.core.basic.DirectoryDatastore method)](package/datastore.core.html#datastore.core.basic.DirectoryDatastore.directory_values_generator) [DirectoryDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.DirectoryDatastore) [dumps() (datastore.core.serialize.map\_serializer class method)](package/datastore.core.html#datastore.core.serialize.map_serializer.dumps) [(datastore.core.serialize.NonSerializer class method)](package/datastore.core.html#datastore.core.serialize.NonSerializer.dumps) [(datastore.core.serialize.Serializer class method)](package/datastore.core.html#datastore.core.serialize.Serializer.dumps) [(datastore.core.serialize.Stack method)](package/datastore.core.html#datastore.core.serialize.Stack.dumps) [(datastore.core.serialize.prettyjson class method)](package/datastore.core.html#datastore.core.serialize.prettyjson.dumps) | E - | | | --- | | [ensure\_directory\_exists() (in module datastore.filesystem)](package/datastore.filesystem.html#datastore.filesystem.ensure_directory_exists) | F - | | | | --- | --- | | [field (datastore.core.key.Namespace attribute)](package/datastore.core.html#datastore.core.key.Namespace.field) [FileSystemDatastore (class in datastore.filesystem)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore) [Filter (class in datastore.core.query)](package/datastore.core.html#datastore.core.query.Filter) | [filter() (datastore.core.query.Filter class method)](package/datastore.core.html#datastore.core.query.Filter.filter) [(datastore.core.query.Query method)](package/datastore.core.html#datastore.core.query.Query.filter) [from\_dict() (datastore.core.query.Query class method)](package/datastore.core.html#datastore.core.query.Query.from_dict) | G - | | | | --- | --- | | [generator() (datastore.core.query.Filter method)](package/datastore.core.html#datastore.core.query.Filter.generator) | [get() (datastore.core.basic.CacheShimDatastore method)](package/datastore.core.html#datastore.core.basic.CacheShimDatastore.get) [(datastore.core.basic.Datastore method)](package/datastore.core.html#datastore.core.basic.Datastore.get) [(datastore.core.basic.DictDatastore method)](package/datastore.core.html#datastore.core.basic.DictDatastore.get) [(datastore.core.basic.InterfaceMappingDatastore method)](package/datastore.core.html#datastore.core.basic.InterfaceMappingDatastore.get) [(datastore.core.basic.KeyTransformDatastore method)](package/datastore.core.html#datastore.core.basic.KeyTransformDatastore.get) [(datastore.core.basic.LoggingDatastore method)](package/datastore.core.html#datastore.core.basic.LoggingDatastore.get) [(datastore.core.basic.NullDatastore method)](package/datastore.core.html#datastore.core.basic.NullDatastore.get) [(datastore.core.basic.ShardedDatastore method)](package/datastore.core.html#datastore.core.basic.ShardedDatastore.get) [(datastore.core.basic.ShimDatastore method)](package/datastore.core.html#datastore.core.basic.ShimDatastore.get) [(datastore.core.basic.SymlinkDatastore method)](package/datastore.core.html#datastore.core.basic.SymlinkDatastore.get) [(datastore.core.basic.TieredDatastore method)](package/datastore.core.html#datastore.core.basic.TieredDatastore.get) [(datastore.core.serialize.SerializerShimDatastore method)](package/datastore.core.html#datastore.core.serialize.SerializerShimDatastore.get) [(datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.get) | I - | | | | --- | --- | | [ignore\_list (datastore.filesystem.FileSystemDatastore attribute)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.ignore_list) [implements\_serializer\_interface() (datastore.core.serialize.Serializer static method)](package/datastore.core.html#datastore.core.serialize.Serializer.implements_serializer_interface) [insertDatastore() (datastore.core.basic.DatastoreCollection method)](package/datastore.core.html#datastore.core.basic.DatastoreCollection.insertDatastore) [instance() (datastore.core.key.Key method)](package/datastore.core.html#datastore.core.key.Key.instance) [InterfaceMappingDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.InterfaceMappingDatastore) [is\_iterable() (in module datastore.core.query)](package/datastore.core.html#datastore.core.query.is_iterable) | [isAncestorOf() (datastore.core.key.Key method)](package/datastore.core.html#datastore.core.key.Key.isAncestorOf) [isAscending() (datastore.core.query.Order method)](package/datastore.core.html#datastore.core.query.Order.isAscending) [isDescendantOf() (datastore.core.key.Key method)](package/datastore.core.html#datastore.core.key.Key.isDescendantOf) [isDescending() (datastore.core.query.Order method)](package/datastore.core.html#datastore.core.query.Order.isDescending) [isTopLevel() (datastore.core.key.Key method)](package/datastore.core.html#datastore.core.key.Key.isTopLevel) | K - | | | | --- | --- | | [Key (class in datastore.core.key)](package/datastore.core.html#datastore.core.key.Key) [keyfn() (datastore.core.query.Order method)](package/datastore.core.html#datastore.core.query.Order.keyfn) | [KeyTransformDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.KeyTransformDatastore) | L - | | | | --- | --- | | [limit\_gen() (in module datastore.core.query)](package/datastore.core.html#datastore.core.query.limit_gen) [link() (datastore.core.basic.SymlinkDatastore method)](package/datastore.core.html#datastore.core.basic.SymlinkDatastore.link) [list (datastore.core.key.Key attribute)](package/datastore.core.html#datastore.core.key.Key.list) [loads() (datastore.core.serialize.map\_serializer class method)](package/datastore.core.html#datastore.core.serialize.map_serializer.loads) [(datastore.core.serialize.NonSerializer class method)](package/datastore.core.html#datastore.core.serialize.NonSerializer.loads) [(datastore.core.serialize.Serializer class method)](package/datastore.core.html#datastore.core.serialize.Serializer.loads) [(datastore.core.serialize.Stack method)](package/datastore.core.html#datastore.core.serialize.Stack.loads) [(datastore.core.serialize.prettyjson class method)](package/datastore.core.html#datastore.core.serialize.prettyjson.loads) | [LoggingDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.LoggingDatastore) [lowercaseKey() (datastore.core.basic.LowercaseKeyDatastore class method)](package/datastore.core.html#datastore.core.basic.LowercaseKeyDatastore.lowercaseKey) [LowercaseKeyDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.LowercaseKeyDatastore) | M - | | | | --- | --- | | [map\_serializer (class in datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.map_serializer) [monkey\_patch\_bson() (in module datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.monkey_patch_bson) | [multipleOrderComparison() (datastore.core.query.Order class method)](package/datastore.core.html#datastore.core.query.Order.multipleOrderComparison) | N - | | | | --- | --- | | [name (datastore.core.key.Key attribute)](package/datastore.core.html#datastore.core.key.Key.name) [Namespace (class in datastore.core.key)](package/datastore.core.html#datastore.core.key.Namespace) [namespace\_delimiter (datastore.core.key.Namespace attribute)](package/datastore.core.html#datastore.core.key.Namespace.namespace_delimiter) [NamespaceDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.NamespaceDatastore) [namespaceKey() (datastore.core.basic.NamespaceDatastore method)](package/datastore.core.html#datastore.core.basic.NamespaceDatastore.namespaceKey) [namespaces (datastore.core.key.Key attribute)](package/datastore.core.html#datastore.core.key.Key.namespaces) | [nestedPath() (datastore.core.basic.NestedPathDatastore static method)](package/datastore.core.html#datastore.core.basic.NestedPathDatastore.nestedPath) [NestedPathDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.NestedPathDatastore) [nestKey() (datastore.core.basic.NestedPathDatastore method)](package/datastore.core.html#datastore.core.basic.NestedPathDatastore.nestKey) [next() (datastore.core.query.Cursor method)](package/datastore.core.html#datastore.core.query.Cursor.next) [NonSerializer (class in datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.NonSerializer) [NullDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.NullDatastore) | O - | | | | --- | --- | | [object\_extension (datastore.filesystem.FileSystemDatastore attribute)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.object_extension) [object\_getattr() (datastore.core.query.Filter static method)](package/datastore.core.html#datastore.core.query.Filter.object_getattr) [(datastore.core.query.Order static method)](package/datastore.core.html#datastore.core.query.Order.object_getattr) [(datastore.core.query.Query static method)](package/datastore.core.html#datastore.core.query.Query.object_getattr) [object\_path() (datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.object_path) [offset\_gen() (in module datastore.core.query)](package/datastore.core.html#datastore.core.query.offset_gen) | [Order (class in datastore.core.query)](package/datastore.core.html#datastore.core.query.Order) [order() (datastore.core.query.Query method)](package/datastore.core.html#datastore.core.query.Query.order) [order\_operators (datastore.core.query.Order attribute)](package/datastore.core.html#datastore.core.query.Order.order_operators) | P - | | | | --- | --- | | [parent (datastore.core.key.Key attribute)](package/datastore.core.html#datastore.core.key.Key.parent) [path (datastore.core.key.Key attribute)](package/datastore.core.html#datastore.core.key.Key.path) [path() (datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.path) | [prettyjson (class in datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.prettyjson) [put() (datastore.core.basic.CacheShimDatastore method)](package/datastore.core.html#datastore.core.basic.CacheShimDatastore.put) [(datastore.core.basic.Datastore method)](package/datastore.core.html#datastore.core.basic.Datastore.put) [(datastore.core.basic.DictDatastore method)](package/datastore.core.html#datastore.core.basic.DictDatastore.put) [(datastore.core.basic.DirectoryDatastore method)](package/datastore.core.html#datastore.core.basic.DirectoryDatastore.put) [(datastore.core.basic.InterfaceMappingDatastore method)](package/datastore.core.html#datastore.core.basic.InterfaceMappingDatastore.put) [(datastore.core.basic.KeyTransformDatastore method)](package/datastore.core.html#datastore.core.basic.KeyTransformDatastore.put) [(datastore.core.basic.LoggingDatastore method)](package/datastore.core.html#datastore.core.basic.LoggingDatastore.put) [(datastore.core.basic.NullDatastore method)](package/datastore.core.html#datastore.core.basic.NullDatastore.put) [(datastore.core.basic.ShardedDatastore method)](package/datastore.core.html#datastore.core.basic.ShardedDatastore.put) [(datastore.core.basic.ShimDatastore method)](package/datastore.core.html#datastore.core.basic.ShimDatastore.put) [(datastore.core.basic.SymlinkDatastore method)](package/datastore.core.html#datastore.core.basic.SymlinkDatastore.put) [(datastore.core.basic.TieredDatastore method)](package/datastore.core.html#datastore.core.basic.TieredDatastore.put) [(datastore.core.serialize.SerializerShimDatastore method)](package/datastore.core.html#datastore.core.serialize.SerializerShimDatastore.put) [(datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.put) | Q - | | | | --- | --- | | [Query (class in datastore.core.query)](package/datastore.core.html#datastore.core.query.Query) [query (datastore.core.query.Cursor attribute)](package/datastore.core.html#datastore.core.query.Cursor.query) | [query() (datastore.core.basic.Datastore method)](package/datastore.core.html#datastore.core.basic.Datastore.query) [(datastore.core.basic.DictDatastore method)](package/datastore.core.html#datastore.core.basic.DictDatastore.query) [(datastore.core.basic.DirectoryDatastore method)](package/datastore.core.html#datastore.core.basic.DirectoryDatastore.query) [(datastore.core.basic.KeyTransformDatastore method)](package/datastore.core.html#datastore.core.basic.KeyTransformDatastore.query) [(datastore.core.basic.LoggingDatastore method)](package/datastore.core.html#datastore.core.basic.LoggingDatastore.query) [(datastore.core.basic.NestedPathDatastore method)](package/datastore.core.html#datastore.core.basic.NestedPathDatastore.query) [(datastore.core.basic.NullDatastore method)](package/datastore.core.html#datastore.core.basic.NullDatastore.query) [(datastore.core.basic.ShardedDatastore method)](package/datastore.core.html#datastore.core.basic.ShardedDatastore.query) [(datastore.core.basic.ShimDatastore method)](package/datastore.core.html#datastore.core.basic.ShimDatastore.query) [(datastore.core.basic.SymlinkDatastore method)](package/datastore.core.html#datastore.core.basic.SymlinkDatastore.query) [(datastore.core.basic.TieredDatastore method)](package/datastore.core.html#datastore.core.basic.TieredDatastore.query) [(datastore.core.serialize.SerializerShimDatastore method)](package/datastore.core.html#datastore.core.serialize.SerializerShimDatastore.query) [(datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.query) | R - | | | | --- | --- | | [randomKey() (datastore.core.key.Key class method)](package/datastore.core.html#datastore.core.key.Key.randomKey) [relative\_object\_path() (datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.relative_object_path) [relative\_path() (datastore.filesystem.FileSystemDatastore method)](package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore.relative_path) [removeDatastore() (datastore.core.basic.DatastoreCollection method)](package/datastore.core.html#datastore.core.basic.DatastoreCollection.removeDatastore) | [removeDuplicateSlashes() (datastore.core.key.Key class method)](package/datastore.core.html#datastore.core.key.Key.removeDuplicateSlashes) [returned (datastore.core.query.Cursor attribute)](package/datastore.core.html#datastore.core.query.Cursor.returned) [reverse (datastore.core.key.Key attribute)](package/datastore.core.html#datastore.core.key.Key.reverse) | S - | | | | --- | --- | | [sentinel (datastore.core.basic.SymlinkDatastore attribute)](package/datastore.core.html#datastore.core.basic.SymlinkDatastore.sentinel) [(datastore.core.serialize.map\_serializer attribute)](package/datastore.core.html#datastore.core.serialize.map_serializer.sentinel) [serialized\_gen() (in module datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.serialized_gen) [serializedValue() (datastore.core.serialize.SerializerShimDatastore method)](package/datastore.core.html#datastore.core.serialize.SerializerShimDatastore.serializedValue) [Serializer (class in datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.Serializer) [serializer (datastore.core.serialize.SerializerShimDatastore attribute)](package/datastore.core.html#datastore.core.serialize.SerializerShimDatastore.serializer) [SerializerShimDatastore (class in datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.SerializerShimDatastore) [shard() (datastore.core.basic.ShardedDatastore method)](package/datastore.core.html#datastore.core.basic.ShardedDatastore.shard) [shard\_query\_generator() (datastore.core.basic.ShardedDatastore method)](package/datastore.core.html#datastore.core.basic.ShardedDatastore.shard_query_generator) | [shardDatastore() (datastore.core.basic.ShardedDatastore method)](package/datastore.core.html#datastore.core.basic.ShardedDatastore.shardDatastore) [ShardedDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.ShardedDatastore) [shim() (in module datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.shim) [ShimDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.ShimDatastore) [skipped (datastore.core.query.Cursor attribute)](package/datastore.core.html#datastore.core.query.Cursor.skipped) [sorted() (datastore.core.query.Order class method)](package/datastore.core.html#datastore.core.query.Order.sorted) [Stack (class in datastore.core.serialize)](package/datastore.core.html#datastore.core.serialize.Stack) [SymlinkDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.SymlinkDatastore) | T - | | | | --- | --- | | [TieredDatastore (class in datastore.core.basic)](package/datastore.core.html#datastore.core.basic.TieredDatastore) | [type (datastore.core.key.Key attribute)](package/datastore.core.html#datastore.core.key.Key.type) | V - | | | | --- | --- | | [value (datastore.core.key.Namespace attribute)](package/datastore.core.html#datastore.core.key.Namespace.value) | [valuePasses() (datastore.core.query.Filter method)](package/datastore.core.html#datastore.core.query.Filter.valuePasses) | ### This Page * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/genindex.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/genindex.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](# "General Index") * [modules](py-modindex.html "Python Module Index") | * [datastore 0.3.0 documentation](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) datastore - simple, unified API for multiple data stores — datastore 0.3.0 documentation ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [next](api/index.html "Core datastore API") | * [datastore 0.3.0 documentation](#) » datastore - simple, unified API for multiple data stores[¶](#datastore-simple-unified-api-for-multiple-data-stores "Permalink to this headline") ================================================================================================================================================ Overview[¶](#overview "Permalink to this headline") --------------------------------------------------- datastore is a generic layer of abstraction for data store and database access. It is a **simple** API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime. In addition, grouped datastores significantly simplify complex data access patterns, such as caching and sharding. Documentation[¶](#documentation "Permalink to this headline") ------------------------------------------------------------- The [*Core datastore API*](api/index.html#api) contains documentation of the core library. * [Core datastore API](api/index.html) + [Keys](api/key.html) + [Queries](api/query.html) + [Basic Datastores](api/basic.html) + [Shims](api/shims.html) + [Collections](api/collections.html) + [Serialize](api/serialize.html) + [datastore base class](api/index.html#datastore-base-class) + [Examples](api/index.html#examples) Package Hierarchy: * [datastore Package](package/datastore.html) + [Subpackages](package/datastore.html#subpackages) - [datastore.core](package/datastore.core.html) * [datastore.basic](package/datastore.core.html#module-datastore.core.basic) * [datastore.key](package/datastore.core.html#module-datastore.core.key) * [datastore.query](package/datastore.core.html#module-datastore.core.query) * [datastore.serialize](package/datastore.core.html#module-datastore.core.serialize) - [datastore.core.util](package/datastore.util.html) * [datastore.core.util.fasthash](package/datastore.util.html#datastore-core-util-fasthash) - [datastore.filesystem](package/datastore.filesystem.html) Install[¶](#install "Permalink to this headline") ------------------------------------------------- From pypi (using pip): ``` sudo pip install datastore ``` From pypi (using setuptools): ``` sudo easy_install datastore ``` From source: ``` git clone https://github.com/jbenet/datastore/ cd datastore sudo python setup.py install ``` ### License[¶](#license "Permalink to this headline") datastore is under the MIT Licence ### Contact[¶](#contact "Permalink to this headline") datastore is written by [Juan Batiz-Benet](<https://github.com/jbenet>). It was originally part of [`py-dronestore<https://github.com/jbenet/py-dronestore>`\_](#id1) On December 2011, it was re-written as a standalone project. Project Homepage: <https://github.com/jbenet/datastore> Feel free to contact me. But please file issues in github first. Cheers! Indices and tables[¶](#indices-and-tables "Permalink to this headline") ----------------------------------------------------------------------- * [*Index*](genindex.html) * [*Module Index*](py-modindex.html) * [*Search Page*](search.html) Hello Worlds[¶](#hello-worlds "Permalink to this headline") ----------------------------------------------------------- To illustrate the api and how it works across different data storage systems, here is Hello World in various datastores. Note the common code. ### Hello Dict[¶](#hello-dict "Permalink to this headline") ``` >>> import datastore.core >>> >>> ds = datastore.DictDatastore() >>> >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` ### Hello filesystem[¶](#hello-filesystem "Permalink to this headline") ``` >>> import datastore.filesystem >>> >>> ds = datastore.filesystem.FileSystemDatastore('/tmp/.test\_datastore') >>> >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` ### Hello Serialization[¶](#hello-serialization "Permalink to this headline") ``` >>> import datastore.core >>> import json >>> >>> ds\_child = datastore.DictDatastore() >>> ds = datastore.serialize.shim(ds\_child, json) >>> >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` ### Hello Tiered Access[¶](#hello-tiered-access "Permalink to this headline") ``` >>> import pymongo >>> import datastore.core >>> >>> from datastore.mongo import MongoDatastore >>> from datastore.pylru import LRUCacheDatastore >>> from datastore.filesystem import FileSystemDatastore >>> >>> conn = pymongo.Connection() >>> mongo = MongoDatastore(conn.test\_db) >>> >>> cache = LRUCacheDatastore(1000) >>> fs = FileSystemDatastore('/tmp/.test\_db') >>> >>> ds = datastore.TieredDatastore([cache, mongo, fs]) >>> >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` ### Hello Sharding[¶](#hello-sharding "Permalink to this headline") ``` >>> import datastore.core >>> >>> shards = [datastore.DictDatastore() for i in range(0, 10)] >>> >>> ds = datastore.ShardedDatastore(shards) >>> >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` ### [Table Of Contents](#) * [datastore - simple, unified API for multiple data stores](#) + [Overview](#overview) + [Documentation](#documentation) + [Install](#install) - [License](#license) - [Contact](#contact) + [Indices and tables](#indices-and-tables) + [Hello Worlds](#hello-worlds) - [Hello Dict](#hello-dict) - [Hello filesystem](#hello-filesystem) - [Hello Serialization](#hello-serialization) - [Hello Tiered Access](#hello-tiered-access) - [Hello Sharding](#hello-sharding) #### Next topic [Core datastore API](api/index.html "next chapter") ### This Page * [Show Source](_sources/index.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/index.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/index.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](genindex.html "General Index") * [modules](py-modindex.html "Python Module Index") | * [next](api/index.html "Core datastore API") | * [datastore 0.3.0 documentation](#) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Python Module Index — datastore 0.3.0 documentation ### Navigation * [index](genindex.html "General Index") * [modules](# "Python Module Index") | * [datastore 0.3.0 documentation](index.html) » Python Module Index =================== [**d**](#cap-d) | | | | | --- | --- | --- | | | | | | | **d** | | | - | datastore | | | | [datastore.core.\_\_init\_\_](package/datastore.core.html#module-datastore.core.__init__) | | | | [datastore.core.basic](package/datastore.core.html#module-datastore.core.basic) | | | | [datastore.core.key](package/datastore.core.html#module-datastore.core.key) | | | | [datastore.core.query](package/datastore.core.html#module-datastore.core.query) | | | | [datastore.core.serialize](package/datastore.core.html#module-datastore.core.serialize) | | | | [datastore.filesystem](package/datastore.filesystem.html#module-datastore.filesystem) | | ### This Page * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/py-modindex.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/py-modindex.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](genindex.html "General Index") * [modules](# "Python Module Index") | * [datastore 0.3.0 documentation](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) datastore — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [datastore 0.3.0 documentation](../index.html) » datastore[¶](#datastore "Permalink to this headline") ===================================================== * [datastore Package](datastore.html) + [Subpackages](datastore.html#subpackages) - [datastore.core](datastore.core.html) * [datastore.basic](datastore.core.html#module-datastore.core.basic) * [datastore.key](datastore.core.html#module-datastore.core.key) * [datastore.query](datastore.core.html#module-datastore.core.query) * [datastore.serialize](datastore.core.html#module-datastore.core.serialize) - [datastore.core.util](datastore.util.html) * [datastore.core.util.fasthash](datastore.util.html#datastore-core-util-fasthash) - [datastore.filesystem](datastore.filesystem.html) ### This Page * [Show Source](../_sources/package/modules.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/package/modules.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/package/modules.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [datastore 0.3.0 documentation](../index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) datastore.core.util — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](datastore.filesystem.html "datastore.filesystem") | * [previous](datastore.core.html "datastore.core") | * [datastore 0.3.0 documentation](../index.html) » * [datastore Package](datastore.html) » datastore.core.util[¶](#datastore-core-util "Permalink to this headline") ========================================================================= datastore.core.util.fasthash[¶](#datastore-core-util-fasthash "Permalink to this headline") ------------------------------------------------------------------------------------------- ### [Table Of Contents](../index.html) * [datastore.core.util](#) + [datastore.core.util.fasthash](#datastore-core-util-fasthash) #### Previous topic [datastore.core](datastore.core.html "previous chapter") #### Next topic [datastore.filesystem](datastore.filesystem.html "next chapter") ### This Page * [Show Source](../_sources/package/datastore.util.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/package/datastore.util.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/package/datastore.util.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](datastore.filesystem.html "datastore.filesystem") | * [previous](datastore.core.html "datastore.core") | * [datastore 0.3.0 documentation](../index.html) » * [datastore Package](datastore.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) datastore.filesystem — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [previous](datastore.util.html "datastore.core.util") | * [datastore 0.3.0 documentation](../index.html) » * [datastore Package](datastore.html) » datastore.filesystem[¶](#module-datastore.filesystem "Permalink to this headline") ================================================================================== filesystem datastore implementation. Tested with: * Journaled HFS+ (Mac OS X 10.7.2) *class* datastore.filesystem.FileSystemDatastore(*root*, *case\_sensitive=True*)[¶](#datastore.filesystem.FileSystemDatastore "Permalink to this definition") Bases: [datastore.core.basic.Datastore](datastore.core.html#datastore.core.basic.Datastore "datastore.core.basic.Datastore") Simple flat-file datastore. FileSystemDatastore will store objects in independent files in the host’s filesystem. The FileSystemDatastore is initialized with a root path, under which to store all objects. Each object will be stored under its own file: root/key.obj The key portion also replaces namespace parameter delimiters (:) with slashes, creating several nested directories. For example, storing objects under root path ‘/data’ with the following keys: ``` Key('/Comedy:MontyPython/Actor:JohnCleese') Key('/Comedy:MontyPython/Sketch:ArgumentClinic') Key('/Comedy:MontyPython/Sketch:CheeseShop') Key('/Comedy:MontyPython/Sketch:CheeseShop/Character:Mousebender') ``` will yield the file structure: ``` /data/Comedy/MontyPython/Actor/JohnCleese.obj /data/Comedy/MontyPython/Sketch/ArgumentClinic.obj /data/Comedy/MontyPython/Sketch/CheeseShop.obj /data/Comedy/MontyPython/Sketch/CheeseShop/Character/Mousebender.obj ``` Implementation Notes: > > Separating key namespaces (and their parameters) within directories allows > granular querying for under a specific key. For example, a query with key: > > > > ``` > Key('/data/Comedy:MontyPython/Sketch:CheeseShop') > > ``` > > > will query for all objects under Sketch:CheeseShop independently of > queries for: > > > > ``` > Key('/data/Comedy:MontyPython/Sketch') > > ``` > > > Also, using the .obj extension gets around the ambiguity of having both a > CheeseShop object and directory: > > > > ``` > /data/Comedy/MontyPython/Sketch/CheeseShop.obj > /data/Comedy/MontyPython/Sketch/CheeseShop/ > ``` > > > Hello World: ``` >>> import datastore.filesystem >>> >>> ds = datastore.filesystem.FileSystemDatastore('/tmp/.test\_datastore') >>> >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` contains(*key*)[¶](#datastore.filesystem.FileSystemDatastore.contains "Permalink to this definition") Returns whether the object named by key exists. Optimized to only check whether the file object exists. Args: key: Key naming the object to check. Returns: boalean whether the object exists delete(*key*)[¶](#datastore.filesystem.FileSystemDatastore.delete "Permalink to this definition") Removes the object named by key. Args: key: Key naming the object to remove. get(*key*)[¶](#datastore.filesystem.FileSystemDatastore.get "Permalink to this definition") Return the object named by key or None if it does not exist. Args: key: Key naming the object to retrieve Returns: object or None ignore\_list *= []*[¶](#datastore.filesystem.FileSystemDatastore.ignore_list "Permalink to this definition") object\_extension *= '.obj'*[¶](#datastore.filesystem.FileSystemDatastore.object_extension "Permalink to this definition") object\_path(*key*)[¶](#datastore.filesystem.FileSystemDatastore.object_path "Permalink to this definition") return the object path for key. path(*key*)[¶](#datastore.filesystem.FileSystemDatastore.path "Permalink to this definition") Returns the path for given key put(*key*, *value*)[¶](#datastore.filesystem.FileSystemDatastore.put "Permalink to this definition") Stores the object value named by key. Args: key: Key naming value value: the object to store. query(*query*)[¶](#datastore.filesystem.FileSystemDatastore.query "Permalink to this definition") Returns an iterable of objects matching criteria expressed in query FSDatastore.query queries all the .obj files within the directory specified by the query.key. Args: query: Query object describing the objects to return. Raturns: Cursor with all objects matching criteria relative\_object\_path(*key*)[¶](#datastore.filesystem.FileSystemDatastore.relative_object_path "Permalink to this definition") Returns the relative path for object pointed by key. relative\_path(*key*)[¶](#datastore.filesystem.FileSystemDatastore.relative_path "Permalink to this definition") Returns the relative path for given key datastore.filesystem.ensure\_directory\_exists(*directory*)[¶](#datastore.filesystem.ensure_directory_exists "Permalink to this definition") Ensures directory exists. May make directory and intermediate dirs. Raises RuntimeError if directory is a file. #### Previous topic [datastore.core.util](datastore.util.html "previous chapter") ### This Page * [Show Source](../_sources/package/datastore.filesystem.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/package/datastore.filesystem.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/package/datastore.filesystem.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [previous](datastore.util.html "datastore.core.util") | * [datastore 0.3.0 documentation](../index.html) » * [datastore Package](datastore.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) datastore.core — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](datastore.util.html "datastore.core.util") | * [previous](datastore.html "datastore Package") | * [datastore 0.3.0 documentation](../index.html) » * [datastore Package](datastore.html) » datastore.core[¶](#datastore-core "Permalink to this headline") =============================================================== The datastore.core package contains the core parts of datastore, including the base Datastore classes, Key, serializers, collections, shims, etc. The core package exists mainly because namespace packages cannot include members. datastore is a generic layer of abstraction for data store and database access. It is a **simple** API with the aim to enable application development in a datastore-agnostic way, allowing datastores to be swapped seamlessly without changing application code. Thus, one can leverage different datastores with different strengths without committing the application to one datastore throughout its lifetime. datastore.basic[¶](#module-datastore.core.basic "Permalink to this headline") ----------------------------------------------------------------------------- *class* datastore.core.basic.CacheShimDatastore(*\*args*, *\*\*kwargs*)[¶](#datastore.core.basic.CacheShimDatastore "Permalink to this definition") Bases: [datastore.core.basic.ShimDatastore](#datastore.core.basic.ShimDatastore "datastore.core.basic.ShimDatastore") Wraps a datastore with a caching shim optimizes some calls. contains(*key*)[¶](#datastore.core.basic.CacheShimDatastore.contains "Permalink to this definition") Returns whether the object named by key exists. First checks cache\_datastore. delete(*key*)[¶](#datastore.core.basic.CacheShimDatastore.delete "Permalink to this definition") Removes the object named by key. Writes to both cache\_datastore and child\_datastore. get(*key*)[¶](#datastore.core.basic.CacheShimDatastore.get "Permalink to this definition") Return the object named by key or None if it does not exist. CacheShimDatastore first checks its cache\_datastore. put(*key*, *value*)[¶](#datastore.core.basic.CacheShimDatastore.put "Permalink to this definition") Stores the object value named by key`self. Writes to both ``cache\_datastore` and child\_datastore. *class* datastore.core.basic.Datastore[¶](#datastore.core.basic.Datastore "Permalink to this definition") Bases: object A Datastore represents storage for any key-value pair. Datastores are general enough to be backed by all kinds of different storage: in-memory caches, databases, a remote datastore, flat files on disk, etc. The general idea is to wrap a more complicated storage facility in a simple, uniform interface, keeping the freedom of using the right tools for the job. In particular, a Datastore can aggregate other datastores in interesting ways, like sharded (to distribute load) or tiered access (caches before databases). While Datastores should be written general enough to accept all sorts of values, some implementations will undoubtedly have to be specific (e.g. SQL databases where fields should be decomposed into columns), particularly to support queries efficiently. contains(*key*)[¶](#datastore.core.basic.Datastore.contains "Permalink to this definition") Returns whether the object named by key exists. The default implementation pays the cost of a get. Some datastore implementations may optimize this. Args: key: Key naming the object to check. Returns: boalean whether the object exists delete(*key*)[¶](#datastore.core.basic.Datastore.delete "Permalink to this definition") Removes the object named by key. Args: key: Key naming the object to remove. get(*key*)[¶](#datastore.core.basic.Datastore.get "Permalink to this definition") Return the object named by key or None if it does not exist. None takes the role of default value, so no KeyError exception is raised. Args: key: Key naming the object to retrieve Returns: object or None put(*key*, *value*)[¶](#datastore.core.basic.Datastore.put "Permalink to this definition") Stores the object value named by key. How to serialize and store objects is up to the underlying datastore. It is recommended to use simple objects (strings, numbers, lists, dicts). Args: key: Key naming value value: the object to store. query(*query*)[¶](#datastore.core.basic.Datastore.query "Permalink to this definition") Returns an iterable of objects matching criteria expressed in query Implementations of query will be the largest differentiating factor amongst datastores. All datastores **must** implement query, even using query’s worst case scenario, see [:ref:class:`Query`](#id1) for details. Args: query: Query object describing the objects to return. Raturns: iterable cursor with all objects matching criteria *class* datastore.core.basic.DatastoreCollection(*stores=*[])[¶](#datastore.core.basic.DatastoreCollection "Permalink to this definition") Bases: [datastore.core.basic.ShimDatastore](#datastore.core.basic.ShimDatastore "datastore.core.basic.ShimDatastore") Represents a collection of datastores. appendDatastore(*store*)[¶](#datastore.core.basic.DatastoreCollection.appendDatastore "Permalink to this definition") Appends datastore store to this collection. datastore(*index*)[¶](#datastore.core.basic.DatastoreCollection.datastore "Permalink to this definition") Returns the datastore at index. insertDatastore(*index*, *store*)[¶](#datastore.core.basic.DatastoreCollection.insertDatastore "Permalink to this definition") Inserts datastore store into this collection at index. removeDatastore(*store*)[¶](#datastore.core.basic.DatastoreCollection.removeDatastore "Permalink to this definition") Removes datastore store from this collection. *class* datastore.core.basic.DictDatastore[¶](#datastore.core.basic.DictDatastore "Permalink to this definition") Bases: [datastore.core.basic.Datastore](#datastore.core.basic.Datastore "datastore.core.basic.Datastore") Simple straw-man in-memory datastore backed by nested dicts. contains(*key*)[¶](#datastore.core.basic.DictDatastore.contains "Permalink to this definition") Returns whether the object named by key exists. Checks for the object in the collection corresponding to key.path. Args: key: Key naming the object to check. Returns: boalean whether the object exists delete(*key*)[¶](#datastore.core.basic.DictDatastore.delete "Permalink to this definition") Removes the object named by key. Removes the object from the collection corresponding to key.path. Args: key: Key naming the object to remove. get(*key*)[¶](#datastore.core.basic.DictDatastore.get "Permalink to this definition") Return the object named by key or None. Retrieves the object from the collection corresponding to key.path. Args: key: Key naming the object to retrieve. Returns: object or None put(*key*, *value*)[¶](#datastore.core.basic.DictDatastore.put "Permalink to this definition") Stores the object value named by key. Stores the object in the collection corresponding to key.path. Args: key: Key naming value value: the object to store. query(*query*)[¶](#datastore.core.basic.DictDatastore.query "Permalink to this definition") Returns an iterable of objects matching criteria expressed in query Naively applies the query operations on the objects within the namespaced collection corresponding to query.key.path. Args: query: Query object describing the objects to return. Raturns: iterable cursor with all objects matching criteria *class* datastore.core.basic.DirectoryDatastore(*datastore*)[¶](#datastore.core.basic.DirectoryDatastore "Permalink to this definition") Bases: [datastore.core.basic.ShimDatastore](#datastore.core.basic.ShimDatastore "datastore.core.basic.ShimDatastore") Datastore that tracks directory entries, like in a filesystem. All key changes cause changes in a collection-like directory. For example: ``` >>> import datastore.core >>> >>> dds = datastore.DictDatastore() >>> rds = datastore.DirectoryDatastore(dds) >>> >>> a = datastore.Key('/A') >>> b = datastore.Key('/A/B') >>> c = datastore.Key('/A/C') >>> >>> rds.get(a) [] >>> rds.put(b, 1) >>> rds.get(b) 1 >>> rds.get(a) ['/A/B'] >>> rds.put(c, 1) >>> rds.get(c) 1 >>> rds.get(a) ['/A/B', '/A/C'] >>> rds.delete(b) >>> rds.get(a) ['/A/C'] >>> rds.delete(c) >>> rds.get(a) [] ``` delete(*key*)[¶](#datastore.core.basic.DirectoryDatastore.delete "Permalink to this definition") Removes the object named by key. DirectoryDatastore removes the directory entry. directory(*key*)[¶](#datastore.core.basic.DirectoryDatastore.directory "Permalink to this definition") Retrieves directory entries for given key. directory\_values\_generator(*key*)[¶](#datastore.core.basic.DirectoryDatastore.directory_values_generator "Permalink to this definition") Retrieve directory values for given key. put(*key*, *value*)[¶](#datastore.core.basic.DirectoryDatastore.put "Permalink to this definition") Stores the object value named by [`](#id3)key`self. DirectoryDatastore stores a directory entry. query(*query*)[¶](#datastore.core.basic.DirectoryDatastore.query "Permalink to this definition") Returns objects matching criteria expressed in query. DirectoryDatastore uses directory entries. *class* datastore.core.basic.InterfaceMappingDatastore(*service*, *get='get'*, *put='put'*, *delete='delete'*, *key=<type 'str'>*)[¶](#datastore.core.basic.InterfaceMappingDatastore "Permalink to this definition") Bases: [datastore.core.basic.Datastore](#datastore.core.basic.Datastore "datastore.core.basic.Datastore") Represents simple wrapper datastore around an object that, though not a Datastore, implements data storage through a similar interface. For example, memcached and redis both implement a get, set, delete interface. delete(*key*)[¶](#datastore.core.basic.InterfaceMappingDatastore.delete "Permalink to this definition") Removes the object named by key in service. Args: key: Key naming the object to remove. get(*key*)[¶](#datastore.core.basic.InterfaceMappingDatastore.get "Permalink to this definition") Return the object in service named by key or None. Args: key: Key naming the object to retrieve. Returns: object or None put(*key*, *value*)[¶](#datastore.core.basic.InterfaceMappingDatastore.put "Permalink to this definition") Stores the object value named by key in service. Args: key: Key naming value. value: the object to store. *class* datastore.core.basic.KeyTransformDatastore(*\*args*, *\*\*kwargs*)[¶](#datastore.core.basic.KeyTransformDatastore "Permalink to this definition") Bases: [datastore.core.basic.ShimDatastore](#datastore.core.basic.ShimDatastore "datastore.core.basic.ShimDatastore") Represents a simple ShimDatastore that applies a transform on all incoming keys. For example: ``` >>> import datastore.core >>> def transform(key): ... return key.reverse ... >>> ds = datastore.DictDatastore() >>> kt = datastore.KeyTransformDatastore(ds, keytransform=transform) None >>> ds.put(datastore.Key('/a/b/c'), 'abc') >>> ds.get(datastore.Key('/a/b/c')) 'abc' >>> kt.get(datastore.Key('/a/b/c')) None >>> kt.get(datastore.Key('/c/b/a')) 'abc' >>> ds.get(datastore.Key('/c/b/a')) None ``` contains(*key*)[¶](#datastore.core.basic.KeyTransformDatastore.contains "Permalink to this definition") Returns whether the object named by key is in this datastore. delete(*key*)[¶](#datastore.core.basic.KeyTransformDatastore.delete "Permalink to this definition") Removes the object named by keytransform(key). get(*key*)[¶](#datastore.core.basic.KeyTransformDatastore.get "Permalink to this definition") Return the object named by keytransform(key). put(*key*, *value*)[¶](#datastore.core.basic.KeyTransformDatastore.put "Permalink to this definition") Stores the object names by keytransform(key). query(*query*)[¶](#datastore.core.basic.KeyTransformDatastore.query "Permalink to this definition") Returns a sequence of objects matching criteria expressed in query *class* datastore.core.basic.LoggingDatastore(*child\_datastore*, *logger=None*)[¶](#datastore.core.basic.LoggingDatastore "Permalink to this definition") Bases: [datastore.core.basic.ShimDatastore](#datastore.core.basic.ShimDatastore "datastore.core.basic.ShimDatastore") Wraps a datastore with a logging shim. contains(*key*)[¶](#datastore.core.basic.LoggingDatastore.contains "Permalink to this definition") Returns whether the object named by key exists. LoggingDatastore logs the access. delete(*key*)[¶](#datastore.core.basic.LoggingDatastore.delete "Permalink to this definition") Removes the object named by key. LoggingDatastore logs the access. get(*key*)[¶](#datastore.core.basic.LoggingDatastore.get "Permalink to this definition") Return the object named by key or None if it does not exist. LoggingDatastore logs the access. put(*key*, *value*)[¶](#datastore.core.basic.LoggingDatastore.put "Permalink to this definition") Stores the object value named by [`](#id5)key`self. LoggingDatastore logs the access. query(*query*)[¶](#datastore.core.basic.LoggingDatastore.query "Permalink to this definition") Returns an iterable of objects matching criteria expressed in query. LoggingDatastore logs the access. *class* datastore.core.basic.LowercaseKeyDatastore(*\*args*, *\*\*kwargs*)[¶](#datastore.core.basic.LowercaseKeyDatastore "Permalink to this definition") Bases: [datastore.core.basic.KeyTransformDatastore](#datastore.core.basic.KeyTransformDatastore "datastore.core.basic.KeyTransformDatastore") Represents a simple ShimDatastore that lowercases all incoming keys. For example: ``` >>> import datastore.core >>> ds = datastore.DictDatastore() >>> ds.put(datastore.Key('hello'), 'world') >>> ds.put(datastore.Key('HELLO'), 'WORLD') >>> ds.get(datastore.Key('hello')) 'world' >>> ds.get(datastore.Key('HELLO')) 'WORLD' >>> ds.get(datastore.Key('HeLlO')) None >>> lds = datastore.LowercaseKeyDatastore(ds) >>> lds.get(datastore.Key('HeLlO')) 'world' >>> lds.get(datastore.Key('HeLlO')) 'world' >>> lds.get(datastore.Key('HeLlO')) 'world' ``` *classmethod* lowercaseKey(*key*)[¶](#datastore.core.basic.LowercaseKeyDatastore.lowercaseKey "Permalink to this definition") Returns a lowercased key. *class* datastore.core.basic.NamespaceDatastore(*namespace*, *\*args*, *\*\*kwargs*)[¶](#datastore.core.basic.NamespaceDatastore "Permalink to this definition") Bases: [datastore.core.basic.KeyTransformDatastore](#datastore.core.basic.KeyTransformDatastore "datastore.core.basic.KeyTransformDatastore") Represents a simple ShimDatastore that namespaces all incoming keys. For example: ``` >>> import datastore.core >>> >>> ds = datastore.DictDatastore() >>> ds.put(datastore.Key('/a/b'), 'ab') >>> ds.put(datastore.Key('/c/d'), 'cd') >>> ds.put(datastore.Key('/a/b/c/d'), 'abcd') >>> >>> nd = datastore.NamespaceDatastore('/a/b', ds) >>> nd.get(datastore.Key('/a/b')) None >>> nd.get(datastore.Key('/c/d')) 'abcd' >>> nd.get(datastore.Key('/a/b/c/d')) None >>> nd.put(datastore.Key('/c/d'), 'cd') >>> ds.get(datastore.Key('/a/b/c/d')) 'cd' ``` namespaceKey(*key*)[¶](#datastore.core.basic.NamespaceDatastore.namespaceKey "Permalink to this definition") Returns a namespaced key: namespace.child(key). *class* datastore.core.basic.NestedPathDatastore(*\*args*, *\*\*kwargs*)[¶](#datastore.core.basic.NestedPathDatastore "Permalink to this definition") Bases: [datastore.core.basic.KeyTransformDatastore](#datastore.core.basic.KeyTransformDatastore "datastore.core.basic.KeyTransformDatastore") Represents a simple ShimDatastore that shards/namespaces incoming keys. Incoming keys are sharded into nested namespaces. The idea is to use the key name to separate into nested namespaces. This is akin to the directory structure that git uses for objects. For example: ``` >>> import datastore.core >>> >>> ds = datastore.DictDatastore() >>> np = datastore.NestedPathDatastore(ds, depth=3, length=2) >>> >>> np.put(datastore.Key('/abcdefghijk'), 1) >>> np.get(datastore.Key('/abcdefghijk')) 1 >>> ds.get(datastore.Key('/abcdefghijk')) None >>> ds.get(datastore.Key('/ab/cd/ef/abcdefghijk')) 1 >>> np.put(datastore.Key('abc'), 2) >>> np.get(datastore.Key('abc')) 2 >>> ds.get(datastore.Key('/ab/ca/bc/abc')) 2 ``` nestKey(*key*)[¶](#datastore.core.basic.NestedPathDatastore.nestKey "Permalink to this definition") Returns a nested key. *static* nestedPath(*path*, *depth*, *length*)[¶](#datastore.core.basic.NestedPathDatastore.nestedPath "Permalink to this definition") returns a nested version of basename, using the starting characters. For example: ``` >>> NestedPathDatastore.nested\_path('abcdefghijk', 3, 2) 'ab/cd/ef' >>> NestedPathDatastore.nested\_path('abcdefghijk', 4, 2) 'ab/cd/ef/gh' >>> NestedPathDatastore.nested\_path('abcdefghijk', 3, 4) 'abcd/efgh/ijk' >>> NestedPathDatastore.nested\_path('abcdefghijk', 1, 4) 'abcd' >>> NestedPathDatastore.nested\_path('abcdefghijk', 3, 10) 'abcdefghij/k' ``` query(*query*)[¶](#datastore.core.basic.NestedPathDatastore.query "Permalink to this definition") *class* datastore.core.basic.NullDatastore[¶](#datastore.core.basic.NullDatastore "Permalink to this definition") Bases: [datastore.core.basic.Datastore](#datastore.core.basic.Datastore "datastore.core.basic.Datastore") Stores nothing, but conforms to the API. Useful to test with. delete(*key*)[¶](#datastore.core.basic.NullDatastore.delete "Permalink to this definition") Remove the object named by key (does nothing). get(*key*)[¶](#datastore.core.basic.NullDatastore.get "Permalink to this definition") Return the object named by key or None if it does not exist (None). put(*key*, *value*)[¶](#datastore.core.basic.NullDatastore.put "Permalink to this definition") Store the object value named by key (does nothing). query(*query*)[¶](#datastore.core.basic.NullDatastore.query "Permalink to this definition") Returns an iterable of objects matching criteria in query (empty). *class* datastore.core.basic.ShardedDatastore(*stores=*[], *shardingfn=<built-in function hash>*)[¶](#datastore.core.basic.ShardedDatastore "Permalink to this definition") Bases: [datastore.core.basic.DatastoreCollection](#datastore.core.basic.DatastoreCollection "datastore.core.basic.DatastoreCollection") Represents a collection of datastore shards. A datastore is selected based on a sharding function. Sharding functions should take a Key and return an integer. WARNING: adding or removing datastores while mid-use may severely affect consistency. Also ensure the order is correct upon initialization. While this is not as important for caches, it is crucial for persistent datastores. contains(*key*)[¶](#datastore.core.basic.ShardedDatastore.contains "Permalink to this definition") Returns whether the object is in this datastore. delete(*key*)[¶](#datastore.core.basic.ShardedDatastore.delete "Permalink to this definition") Removes the object from the corresponding datastore. get(*key*)[¶](#datastore.core.basic.ShardedDatastore.get "Permalink to this definition") Return the object named by key from the corresponding datastore. put(*key*, *value*)[¶](#datastore.core.basic.ShardedDatastore.put "Permalink to this definition") Stores the object to the corresponding datastore. query(*query*)[¶](#datastore.core.basic.ShardedDatastore.query "Permalink to this definition") Returns a sequence of objects matching criteria expressed in query shard(*key*)[¶](#datastore.core.basic.ShardedDatastore.shard "Permalink to this definition") Returns the shard index to handle key, according to sharding fn. shardDatastore(*key*)[¶](#datastore.core.basic.ShardedDatastore.shardDatastore "Permalink to this definition") Returns the shard to handle key. shard\_query\_generator(*query*)[¶](#datastore.core.basic.ShardedDatastore.shard_query_generator "Permalink to this definition") A generator that queries each shard in sequence. *class* datastore.core.basic.ShimDatastore(*datastore*)[¶](#datastore.core.basic.ShimDatastore "Permalink to this definition") Bases: [datastore.core.basic.Datastore](#datastore.core.basic.Datastore "datastore.core.basic.Datastore") Represents a non-concrete datastore that adds functionality between the client and a lower level datastore. Shim datastores do not actually store data themselves; instead, they delegate storage to an underlying child datastore. The default implementation just passes all calls to the child. delete(*key*)[¶](#datastore.core.basic.ShimDatastore.delete "Permalink to this definition") Removes the object named by key. Default shim implementation simply calls child\_datastore.delete(key) Override to provide different functionality. Args: key: Key naming the object to remove. get(*key*)[¶](#datastore.core.basic.ShimDatastore.get "Permalink to this definition") Return the object named by key or None if it does not exist. Default shim implementation simply returns child\_datastore.get(key) Override to provide different functionality, for example: ``` def get(self, key): value = self.child\_datastore.get(key) return json.loads(value) ``` Args: key: Key naming the object to retrieve Returns: object or None put(*key*, *value*)[¶](#datastore.core.basic.ShimDatastore.put "Permalink to this definition") Stores the object value named by key. Default shim implementation simply calls child\_datastore.put(key, value) Override to provide different functionality, for example: ``` def put(self, key, value): value = json.dumps(value) self.child\_datastore.put(key, value) ``` Args: key: Key naming value. value: the object to store. query(*query*)[¶](#datastore.core.basic.ShimDatastore.query "Permalink to this definition") Returns an iterable of objects matching criteria expressed in query. Default shim implementation simply returns child\_datastore.query(query) Override to provide different functionality, for example: ``` def query(self, query): cursor = self.child\_datastore.query(query) cursor.\_iterable = deserialized(cursor.\_iterable) return cursor ``` Args: query: Query object describing the objects to return. Raturns: iterable cursor with all objects matching criteria *class* datastore.core.basic.SymlinkDatastore(*datastore*)[¶](#datastore.core.basic.SymlinkDatastore "Permalink to this definition") Bases: [datastore.core.basic.ShimDatastore](#datastore.core.basic.ShimDatastore "datastore.core.basic.ShimDatastore") Datastore that creates filesystem-like symbolic link keys. A symbolic link key is a way of naming the same value with multiple keys. For example: ``` >>> import datastore.core >>> >>> dds = datastore.DictDatastore() >>> sds = datastore.SymlinkDatastore(dds) >>> >>> a = datastore.Key('/A') >>> b = datastore.Key('/B') >>> >>> sds.put(a, 1) >>> sds.get(a) 1 >>> sds.link(a, b) >>> sds.get(b) 1 >>> sds.put(b, 2) >>> sds.get(b) 2 >>> sds.get(a) 2 >>> sds.delete(a) >>> sds.get(a) None >>> sds.get(b) None >>> sds.put(a, 3) >>> sds.get(a) 3 >>> sds.get(b) 3 >>> sds.delete(b) >>> sds.get(b) None >>> sds.get(a) 3 ``` get(*key*)[¶](#datastore.core.basic.SymlinkDatastore.get "Permalink to this definition") Return the object named by [`](#id7)key. Follows links. link(*source\_key*, *target\_key*)[¶](#datastore.core.basic.SymlinkDatastore.link "Permalink to this definition") Creates a symbolic link key pointing from target\_key to source\_key put(*key*, *value*)[¶](#datastore.core.basic.SymlinkDatastore.put "Permalink to this definition") Stores the object named by key. Follows links. query(*query*)[¶](#datastore.core.basic.SymlinkDatastore.query "Permalink to this definition") Returns objects matching criteria expressed in query. Follows links. sentinel *= 'datastore\_link'*[¶](#datastore.core.basic.SymlinkDatastore.sentinel "Permalink to this definition") *class* datastore.core.basic.TieredDatastore(*stores=*[])[¶](#datastore.core.basic.TieredDatastore "Permalink to this definition") Bases: [datastore.core.basic.DatastoreCollection](#datastore.core.basic.DatastoreCollection "datastore.core.basic.DatastoreCollection") Represents a hierarchical collection of datastores. Each datastore is queried in order. This is helpful to organize access order in terms of speed (i.e. read caches first). Datastores should be arranged in order of completeness, with the most complete datastore last, as it will handle query calls. Semantics: * get : returns first found value * put : writes through to all * delete : deletes through to all * contains : returns first found value * query : queries bottom (most complete) datastore contains(*key*)[¶](#datastore.core.basic.TieredDatastore.contains "Permalink to this definition") Returns whether the object is in this datastore. delete(*key*)[¶](#datastore.core.basic.TieredDatastore.delete "Permalink to this definition") Removes the object from all underlying datastores. get(*key*)[¶](#datastore.core.basic.TieredDatastore.get "Permalink to this definition") Return the object named by key. Checks each datastore in order. put(*key*, *value*)[¶](#datastore.core.basic.TieredDatastore.put "Permalink to this definition") Stores the object in all underlying datastores. query(*query*)[¶](#datastore.core.basic.TieredDatastore.query "Permalink to this definition") Returns a sequence of objects matching criteria expressed in query. The last datastore will handle all query calls, as it has a (if not the only) complete record of all objects. datastore.key[¶](#module-datastore.core.key "Permalink to this headline") ------------------------------------------------------------------------- *class* datastore.core.key.Key(*key*)[¶](#datastore.core.key.Key "Permalink to this definition") Bases: object A Key represents the unique identifier of an object. Our Key scheme is inspired by file systems and the Google App Engine key model. Keys are meant to be unique across a system. Keys are hierarchical, incorporating more and more specific namespaces. Thus keys can be deemed ‘children’ or ‘ancestors’ of other keys: ``` Key('/Comedy') Key('/Comedy/MontyPython') ``` Also, every namespace can be parametrized to embed relevant object information. For example, the Key name (most specific namespace) could include the object type: ``` Key('/Comedy/MontyPython/Actor:JohnCleese') Key('/Comedy/MontyPython/Sketch:CheeseShop') Key('/Comedy/MontyPython/Sketch:CheeseShop/Character:Mousebender') ``` child(*other*)[¶](#datastore.core.key.Key.child "Permalink to this definition") Returns the child Key by appending namespace other. ``` >>> Key('/Comedy/MontyPython').child('Actor:JohnCleese') Key('/Comedy/MontyPython/Actor:JohnCleese') ``` instance(*other*)[¶](#datastore.core.key.Key.instance "Permalink to this definition") Returns an instance Key, by appending a name to the namespace. isAncestorOf(*other*)[¶](#datastore.core.key.Key.isAncestorOf "Permalink to this definition") Returns whether this Key is an ancestor of other. ``` >>> john = Key('/Comedy/MontyPython/Actor:JohnCleese') >>> Key('/Comedy').isAncestorOf(john) True ``` isDescendantOf(*other*)[¶](#datastore.core.key.Key.isDescendantOf "Permalink to this definition") Returns whether this Key is a descendant of other. ``` >>> Key('/Comedy/MontyPython').isDescendantOf(Key('/Comedy')) True ``` isTopLevel()[¶](#datastore.core.key.Key.isTopLevel "Permalink to this definition") Returns whether this Key is top-level (one namespace). list[¶](#datastore.core.key.Key.list "Permalink to this definition") Returns the list representation of this Key. Note that this method assumes the key is immutable. name[¶](#datastore.core.key.Key.name "Permalink to this definition") Returns the name of this Key, the value of the last namespace. namespaces[¶](#datastore.core.key.Key.namespaces "Permalink to this definition") Returns the list of namespaces of this Key. parent[¶](#datastore.core.key.Key.parent "Permalink to this definition") Returns the parent Key (all namespaces except the last). ``` >>> Key('/Comedy/MontyPython/Actor:JohnCleese').parent Key('/Comedy/MontyPython') ``` path[¶](#datastore.core.key.Key.path "Permalink to this definition") Returns the path of this Key, the parent and the type. *classmethod* randomKey()[¶](#datastore.core.key.Key.randomKey "Permalink to this definition") Returns a random Key *classmethod* removeDuplicateSlashes(*path*)[¶](#datastore.core.key.Key.removeDuplicateSlashes "Permalink to this definition") Returns the path string path without duplicate slashes. reverse[¶](#datastore.core.key.Key.reverse "Permalink to this definition") Returns the reverse of this Key. ``` >>> Key('/Comedy/MontyPython/Actor:JohnCleese').reverse Key('/Actor:JohnCleese/MontyPython/Comedy') ``` type[¶](#datastore.core.key.Key.type "Permalink to this definition") Returns the type of this Key, the field of the last namespace. *class* datastore.core.key.Namespace[¶](#datastore.core.key.Namespace "Permalink to this definition") Bases: str A Key Namespace is a string identifier. A namespace can optionally include a field (delimited by ‘:’) Example namespaces: ``` Namespace('Bruces') Namespace('Song:PhilosopherSong') ``` field[¶](#datastore.core.key.Namespace.field "Permalink to this definition") returns the field part of this namespace, if any. namespace\_delimiter *= ':'*[¶](#datastore.core.key.Namespace.namespace_delimiter "Permalink to this definition") value[¶](#datastore.core.key.Namespace.value "Permalink to this definition") returns the value part of this namespace. datastore.query[¶](#module-datastore.core.query "Permalink to this headline") ----------------------------------------------------------------------------- *class* datastore.core.query.Cursor(*query*, *iterable*)[¶](#datastore.core.query.Cursor "Permalink to this definition") Bases: object Represents a query result generator. apply\_filter()[¶](#datastore.core.query.Cursor.apply_filter "Permalink to this definition") Naively apply query filters. apply\_limit()[¶](#datastore.core.query.Cursor.apply_limit "Permalink to this definition") Naively apply query limit. apply\_offset()[¶](#datastore.core.query.Cursor.apply_offset "Permalink to this definition") Naively apply query offset. apply\_order()[¶](#datastore.core.query.Cursor.apply_order "Permalink to this definition") Naively apply query orders. next()[¶](#datastore.core.query.Cursor.next "Permalink to this definition") Iterator next. Build up count of returned elements during iteration. query[¶](#datastore.core.query.Cursor.query "Permalink to this definition") returned[¶](#datastore.core.query.Cursor.returned "Permalink to this definition") skipped[¶](#datastore.core.query.Cursor.skipped "Permalink to this definition") *class* datastore.core.query.Filter(*field*, *op*, *value*)[¶](#datastore.core.query.Filter "Permalink to this definition") Bases: object Represents a Filter for a specific field and its value. Filters are used on queries to narrow down the set of matching objects. Args: field: the attribute name (string) on which to apply the filter. op: the conditional operator to apply (one of [‘<’, ‘<=’, ‘=’, ‘!=’, ‘>=’, ‘>’]). value: the attribute value to compare against. Examples: ``` Filter('name', '=', 'John Cleese') Filter('age', '>=', 18) ``` conditional\_operators *= ['<', '<=', '=', '!=', '>=', '>']*[¶](#datastore.core.query.Filter.conditional_operators "Permalink to this definition") Conditional operators that Filters support. *classmethod* filter(*filters*, *iterable*)[¶](#datastore.core.query.Filter.filter "Permalink to this definition") Returns the elements in iterable that pass given filters generator(*iterable*)[¶](#datastore.core.query.Filter.generator "Permalink to this definition") Generator function that iteratively filters given items. *static* object\_getattr(*obj*, *field*)[¶](#datastore.core.query.Filter.object_getattr "Permalink to this definition") Object attribute getter. Can be overridden to match client data model. See datastore.query.\_object\_getattr(). valuePasses(*value*)[¶](#datastore.core.query.Filter.valuePasses "Permalink to this definition") Returns whether this value passes this filter *class* datastore.core.query.Order(*order*)[¶](#datastore.core.query.Order "Permalink to this definition") Bases: object Represents an Order upon a specific field, and a direction. Orders are used on queries to define how they operate on objects Args: order: an order in string form. This follows the format: [+-]name where + is ascending, - is descending, and name is the name of the field to order by. Note: if no ordering operator is specified, + is default. Examples: ``` Order('+name') # ascending order by name Order('-age') # descending order by age Order('score') # ascending order by score ``` isAscending()[¶](#datastore.core.query.Order.isAscending "Permalink to this definition") isDescending()[¶](#datastore.core.query.Order.isDescending "Permalink to this definition") keyfn(*obj*)[¶](#datastore.core.query.Order.keyfn "Permalink to this definition") A key function to be used in pythonic sort operations. *classmethod* multipleOrderComparison(*orders*)[¶](#datastore.core.query.Order.multipleOrderComparison "Permalink to this definition") Returns a function that will compare two items according to orders *static* object\_getattr(*obj*, *field*)[¶](#datastore.core.query.Order.object_getattr "Permalink to this definition") Object attribute getter. Can be overridden to match client data model. See datastore.query.\_object\_getattr(). order\_operators *= ['-', '+']*[¶](#datastore.core.query.Order.order_operators "Permalink to this definition") Ordering operators: + is ascending, - is descending. *classmethod* sorted(*items*, *orders*)[¶](#datastore.core.query.Order.sorted "Permalink to this definition") Returns the elements in items sorted according to orders *class* datastore.core.query.Query(*key*, *limit=None*, *offset=0*, *object\_getattr=None*)[¶](#datastore.core.query.Query "Permalink to this definition") Bases: object A Query describes a set of objects. Queries are used to retrieve objects and instances matching a set of criteria from Datastores. Query objects themselves are simply descriptions, the actual Query implementations are left up to the Datastores. copy()[¶](#datastore.core.query.Query.copy "Permalink to this definition") Returns a copy of this query. dict()[¶](#datastore.core.query.Query.dict "Permalink to this definition") Returns a dictionary representing this query. filter(*\*args*)[¶](#datastore.core.query.Query.filter "Permalink to this definition") Adds a Filter to this query. Args: see Filter constructor Returns self for JS-like method chaining: ``` query.filter('age', '>', 18).filter('sex', '=', 'Female') ``` *classmethod* from\_dict(*dictionary*)[¶](#datastore.core.query.Query.from_dict "Permalink to this definition") Constructs a query from a dictionary. *static* object\_getattr(*obj*, *field*)[¶](#datastore.core.query.Query.object_getattr "Permalink to this definition") Attribute getter for the objects to operate on. This function can be overridden in classes or instances of Query, Filter, and Order. Thus, a custom function to extract values to attributes can be specified, and the system can remain agnostic to the client’s data model, without loosing query power. For example, the default implementation works with attributes and items: ``` def \_object\_getattr(obj, field): # check whether this key is an attribute if hasattr(obj, field): value = getattr(obj, field) # if not, perhaps it is an item (raw dicts, etc) elif field in obj: value = obj[field] # return whatever we've got. return value ``` Or consider a more complex, application-specific structure: ``` def \_object\_getattr(version, field): if field in ['key', 'committed', 'created', 'hash']: return getattr(version, field) else: return version.attributes[field]['value'] ``` order(*order*)[¶](#datastore.core.query.Query.order "Permalink to this definition") Adds an Order to this query. Args: see Order constructor Returns self for JS-like method chaining: ``` query.order('+age').order('-home') ``` datastore.core.query.chain\_gen(*iterables*)[¶](#datastore.core.query.chain_gen "Permalink to this definition") A generator that chains iterables. datastore.core.query.is\_iterable(*obj*)[¶](#datastore.core.query.is_iterable "Permalink to this definition") datastore.core.query.limit\_gen(*limit*, *iterable*)[¶](#datastore.core.query.limit_gen "Permalink to this definition") A generator that applies a count limit. datastore.core.query.offset\_gen(*offset*, *iterable*, *skip\_signal=None*)[¶](#datastore.core.query.offset_gen "Permalink to this definition") A generator that applies an offset, skipping offset elements from iterable. If skip\_signal is a callable, it will be called with every skipped element. datastore.serialize[¶](#module-datastore.core.serialize "Permalink to this headline") ------------------------------------------------------------------------------------- *class* datastore.core.serialize.NonSerializer[¶](#datastore.core.serialize.NonSerializer "Permalink to this definition") Bases: [datastore.core.serialize.Serializer](#datastore.core.serialize.Serializer "datastore.core.serialize.Serializer") Implements serializing protocol but does not serialize at all. If only storing strings (or already-serialized values). *classmethod* dumps(*value*)[¶](#datastore.core.serialize.NonSerializer.dumps "Permalink to this definition") returns value. *classmethod* loads(*value*)[¶](#datastore.core.serialize.NonSerializer.loads "Permalink to this definition") returns value. *class* datastore.core.serialize.Serializer[¶](#datastore.core.serialize.Serializer "Permalink to this definition") Bases: object Serializing protocol. Serialized data must be a string. *classmethod* dumps(*value*)[¶](#datastore.core.serialize.Serializer.dumps "Permalink to this definition") returns serialized value. *static* implements\_serializer\_interface()[¶](#datastore.core.serialize.Serializer.implements_serializer_interface "Permalink to this definition") *classmethod* loads(*value*)[¶](#datastore.core.serialize.Serializer.loads "Permalink to this definition") returns deserialized value. *class* datastore.core.serialize.SerializerShimDatastore(*datastore*, *serializer=None*)[¶](#datastore.core.serialize.SerializerShimDatastore "Permalink to this definition") Bases: [datastore.core.basic.ShimDatastore](#datastore.core.basic.ShimDatastore "datastore.core.basic.ShimDatastore") Represents a Datastore that serializes and deserializes values. As data is put, the serializer shim serializes it and put``s it into the underlying ``child\_datastore. Correspondingly, on the way out (through get or query) the data is retrieved from the child\_datastore and deserialized. Args: datastore: a child datastore for the ShimDatastore superclass. serializer: a serializer object (responds to loads and dumps). deserializedValue(*value*)[¶](#datastore.core.serialize.SerializerShimDatastore.deserializedValue "Permalink to this definition") Returns deserialized value or None. get(*key*)[¶](#datastore.core.serialize.SerializerShimDatastore.get "Permalink to this definition") Return the object named by key or None if it does not exist. Retrieves the value from the child\_datastore, and de-serializes it on the way out. Args: key: Key naming the object to retrieve Returns: object or None put(*key*, *value*)[¶](#datastore.core.serialize.SerializerShimDatastore.put "Permalink to this definition") Stores the object value named by key. Serializes values on the way in, and stores the serialized data into the child\_datastore. Args: key: Key naming value value: the object to store. query(*query*)[¶](#datastore.core.serialize.SerializerShimDatastore.query "Permalink to this definition") Returns an iterable of objects matching criteria expressed in query De-serializes values on the way out, using a *deserialized\_gen* to avoid incurring the cost of de-serializing all data at once, or ever, if iteration over results does not finish (subject to order generator constraint). Args: query: Query object describing the objects to return. Raturns: iterable cursor with all objects matching criteria serializedValue(*value*)[¶](#datastore.core.serialize.SerializerShimDatastore.serializedValue "Permalink to this definition") Returns serialized value or None. serializer *= <module 'json' from '/usr/lib/python2.7/json/\_\_init\_\_.pyc'>*[¶](#datastore.core.serialize.SerializerShimDatastore.serializer "Permalink to this definition") *class* datastore.core.serialize.Stack[¶](#datastore.core.serialize.Stack "Permalink to this definition") Bases: [datastore.core.serialize.Serializer](#datastore.core.serialize.Serializer "datastore.core.serialize.Serializer"), list represents a stack of serializers, applying each serializer in sequence. dumps(*value*)[¶](#datastore.core.serialize.Stack.dumps "Permalink to this definition") returns serialized value. loads(*value*)[¶](#datastore.core.serialize.Stack.loads "Permalink to this definition") Returns deserialized value. datastore.core.serialize.deserialized\_gen(*serializer*, *iterable*)[¶](#datastore.core.serialize.deserialized_gen "Permalink to this definition") Generator that yields deserialized objects from iterable. *class* datastore.core.serialize.map\_serializer[¶](#datastore.core.serialize.map_serializer "Permalink to this definition") Bases: [datastore.core.serialize.Serializer](#datastore.core.serialize.Serializer "datastore.core.serialize.Serializer") map serializer that ensures the serialized value is a mapping type. *classmethod* dumps(*value*)[¶](#datastore.core.serialize.map_serializer.dumps "Permalink to this definition") returns mapping typed serialized value. *classmethod* loads(*value*)[¶](#datastore.core.serialize.map_serializer.loads "Permalink to this definition") Returns mapping type deserialized value. sentinel *= '@wrapped'*[¶](#datastore.core.serialize.map_serializer.sentinel "Permalink to this definition") datastore.core.serialize.monkey\_patch\_bson(*bson=None*)[¶](#datastore.core.serialize.monkey_patch_bson "Permalink to this definition") Patch bson in pymongo to use loads and dumps interface. *class* datastore.core.serialize.prettyjson[¶](#datastore.core.serialize.prettyjson "Permalink to this definition") Bases: [datastore.core.serialize.Serializer](#datastore.core.serialize.Serializer "datastore.core.serialize.Serializer") json wrapper serializer that pretty-prints. Useful for human readable values and versioning. *classmethod* dumps(*value*)[¶](#datastore.core.serialize.prettyjson.dumps "Permalink to this definition") returns json serialized value (pretty-printed). *classmethod* loads(*value*)[¶](#datastore.core.serialize.prettyjson.loads "Permalink to this definition") returns json deserialized value. datastore.core.serialize.serialized\_gen(*serializer*, *iterable*)[¶](#datastore.core.serialize.serialized_gen "Permalink to this definition") Generator that yields serialized objects from iterable. datastore.core.serialize.shim(*datastore*, *serializer=None*)[¶](#datastore.core.serialize.shim "Permalink to this definition") Return a SerializerShimDatastore wrapping datastore. Can be used as a syntacticly-nicer eay to wrap a datastore with a serializer: ``` my\_store = datastore.serialize.shim(my\_store, json) ``` ### [Table Of Contents](../index.html) * [datastore.core](#) + [datastore.basic](#module-datastore.core.basic) + [datastore.key](#module-datastore.core.key) + [datastore.query](#module-datastore.core.query) + [datastore.serialize](#module-datastore.core.serialize) #### Previous topic [datastore Package](datastore.html "previous chapter") #### Next topic [datastore.core.util](datastore.util.html "next chapter") ### This Page * [Show Source](../_sources/package/datastore.core.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/package/datastore.core.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/package/datastore.core.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](datastore.util.html "datastore.core.util") | * [previous](datastore.html "datastore Package") | * [datastore 0.3.0 documentation](../index.html) » * [datastore Package](datastore.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) datastore Package — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](datastore.core.html "datastore.core") | * [previous](../api/serialize.html "Serialize") | * [datastore 0.3.0 documentation](../index.html) » datastore Package[¶](#datastore-package "Permalink to this headline") ===================================================================== Subpackages[¶](#subpackages "Permalink to this headline") --------------------------------------------------------- * [datastore.core](datastore.core.html) + [datastore.basic](datastore.core.html#module-datastore.core.basic) + [datastore.key](datastore.core.html#module-datastore.core.key) + [datastore.query](datastore.core.html#module-datastore.core.query) + [datastore.serialize](datastore.core.html#module-datastore.core.serialize) * [datastore.core.util](datastore.util.html) + [datastore.core.util.fasthash](datastore.util.html#datastore-core-util-fasthash) * [datastore.filesystem](datastore.filesystem.html) ### [Table Of Contents](../index.html) * [datastore Package](#) + [Subpackages](#subpackages) #### Previous topic [Serialize](../api/serialize.html "previous chapter") #### Next topic [datastore.core](datastore.core.html "next chapter") ### This Page * [Show Source](../_sources/package/datastore.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/package/datastore.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/package/datastore.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](datastore.core.html "datastore.core") | * [previous](../api/serialize.html "Serialize") | * [datastore 0.3.0 documentation](../index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Queries — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](basic.html "Basic Datastores") | * [previous](key.html "Keys") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » Queries[¶](#queries "Permalink to this headline") ================================================= In addition to the key-value store get and set semantics, datastore provides an interface to retrieve multiple records at a time through the use of queries. The datastore Query model gleans a common set of operations performed when querying. To avoid pasting here years of database research, let’s summarize the operations datastore supports. Query Operations: > > * namespace - scope the query, usually by object type > * filters - select a subset of values by applying constraints > * orders - sort the results by applying sort conditions > * limit - impose a numeric limit on the number of results > * offset - skip a number of results (for efficient pagination) > > > datastore combines these operations into a simple Query class that allows applications to define their constraints in a simple, generic, and pythonic way without introducing datastore specific calls, languages, etc. Of course, different datastores provide relational query support across a wide spectrum, from full support in traditional databases to none at all in key-value stores. Datastore aims to provide a common, simple interface for the sake of application evolution over time and keeping large code bases free of tool-specific code. It would be ridiculous to claim to support high-performance queries on architectures that obviously do not. Instead, datastore provides the interface, ideally translating queries to their native form (e.g. into SQL for MySQL or a MongoDB query). However, on the wrong datastore, queries can potentially incur the high cost of performing the aforemantioned [*query operations*](#api-query-operations) on the data set directly in python. It is the client’s responsibility to select the right tool for the job: pick a data storage solution that fits the application’s needs now, and wrap it with a datastore implementation. Some applications, particularly in early development stages, can afford to incurr the cost of queries on non-relational databases (e.g. using a [FileSystemDatastore](../package/datastore.filesystem.html#datastore.filesystem.FileSystemDatastore "datastore.filesystem.FileSystemDatastore") and not worry about a database at all). When it comes time to switch the tool for performance, updating the application code can be as simple as swapping the datastore in one place, not all over the application code base. This gain in engineering time, both at initial development and during later iterations, can significantly offest the cost of the layer of abstraction. **tl;dr:** queries are supported across datastores. They are very cheap on top of relational databases, and very expensive otherwise. Pick the right tool for the job! Query classes[¶](#query-classes "Permalink to this headline") ------------------------------------------------------------- ### Query[¶](#query "Permalink to this headline") ### Filter[¶](#filter "Permalink to this headline") ### Order[¶](#order "Permalink to this headline") ### Cursor[¶](#cursor "Permalink to this headline") ### Generators[¶](#generators "Permalink to this headline") Note on generators: naive datastore queries use generators to delay performing work (such as filtering). Thus, no up-front cost is paid, but rather the cost comes at iteration. This is particularly useful in that even when working on large datasets, the naive query implementation can work as generators do not require having loading the entire dataset in memory upfront. When I say they can work, I do not imply quickly, just that they can work at all. The **crucial exception**, of course, is orders. If any order is placed on a query, the naive query implementation loses the benefit of delaying the work. That is because one cannot properly sort an entire dataset using a generator (sure, a generator could still be used to avoid paying the cost of sorting the *entire* dataset upfront, but that could still require putting the entire dataset in memory in the worst case). Specific datastore implementations should keep this in mind, performing as much work as possible in low-level, storage engine specific ways, and do the rest using generators. In particular, always try to push ordering into the underlying layer. ### Other[¶](#other "Permalink to this headline") Examples[¶](#examples "Permalink to this headline") --------------------------------------------------- TODO ### [Table Of Contents](../index.html) * [Queries](#) + [Query classes](#query-classes) - [Query](#query) - [Filter](#filter) - [Order](#order) - [Cursor](#cursor) - [Generators](#generators) - [Other](#other) + [Examples](#examples) #### Previous topic [Keys](key.html "previous chapter") #### Next topic [Basic Datastores](basic.html "next chapter") ### This Page * [Show Source](../_sources/api/query.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/api/query.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/api/query.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](basic.html "Basic Datastores") | * [previous](key.html "Keys") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Basic Datastores — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](shims.html "Shims") | * [previous](query.html "Queries") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » Basic Datastores[¶](#basic-datastores "Permalink to this headline") =================================================================== DictDatastore[¶](#dictdatastore "Permalink to this headline") ------------------------------------------------------------- Example: ``` >>> import pprint >>> from datastore import DictDatastore, Key, Query >>> ds = DictDatastore() >>> for i in range(0, 3): ... key = Key('/%d' % i) ... ds.put(key.child('A'), '%d a value' % i) ... ds.put(key.child('B'), '%d b value' % i) ... >>> pprint.pprint(ds.\_items) {'/0': {Key('/0/A'): '0 a value', Key('/0/B'): '0 b value'}, '/1': {Key('/1/A'): '1 a value', Key('/1/B'): '1 b value'}, '/2': {Key('/2/A'): '2 a value', Key('/2/B'): '2 b value'}} >>> ds.get(Key('/1/A')) '1 a value' >>> for item in ds.query(Query(Key('/2'))): ... print item ... 2 b value 2 a value ``` InterfaceMappingDatastore[¶](#interfacemappingdatastore "Permalink to this headline") ------------------------------------------------------------------------------------- Example: ``` >>> import pylibmc >>> from datastore import InterfaceMappingDatastore, Key >>> mc = pylibmc.Client(['127.0.0.1']) >>> mc\_ds = InterfaceMappingDatastore(mc, put='set', key=str) >>> mc\_ds.put(Key('Hello'), 'World') >>> mc\_ds.get(Key('Hello')) 'World' >>> mc.get('/Hello') 'World' >>> mc.set('/Hello', 'Goodbye!') True >>> mc\_ds.get(Key('/Hello')) 'Goodbye!' ``` ### [Table Of Contents](../index.html) * [Basic Datastores](#) + [DictDatastore](#dictdatastore) + [InterfaceMappingDatastore](#interfacemappingdatastore) #### Previous topic [Queries](query.html "previous chapter") #### Next topic [Shims](shims.html "next chapter") ### This Page * [Show Source](../_sources/api/basic.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/api/basic.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/api/basic.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](shims.html "Shims") | * [previous](query.html "Queries") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Keys — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](query.html "Queries") | * [previous](index.html "Core datastore API") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » Keys[¶](#keys "Permalink to this headline") =========================================== All objects stored through datastore are described by a key. This key uniquely identifies a particular object, and provides namespacing for queries. The datastore.Key class below provides the required functionality. One can define another Key class with a different format that conforms to the same interface (particularly stringifying, hashes, namespacing, and ancestry). Key[¶](#key "Permalink to this headline") ----------------------------------------- Namespace[¶](#namespace "Permalink to this headline") ----------------------------------------------------- ### [Table Of Contents](../index.html) * [Keys](#) + [Key](#key) + [Namespace](#namespace) #### Previous topic [Core datastore API](index.html "previous chapter") #### Next topic [Queries](query.html "next chapter") ### This Page * [Show Source](../_sources/api/key.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/api/key.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/api/key.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](query.html "Queries") | * [previous](index.html "Core datastore API") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Serialize — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](../package/datastore.html "datastore Package") | * [previous](collections.html "Collections") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » Serialize[¶](#serialize "Permalink to this headline") ===================================================== Serializing shemes are often application-specific, and thus libraries often avoid imposing one. At the same time, it would be ideal if a variety of serializers were available and trivially pluggable into the data storage pattern through a simple interface. The [pickle](http://docs.python.org/library/pickle.html#pickle "(in Python v2.7)") protocol has established the pickle.loads() and pickle.dumps() serialization interface, which other serializers (like [json](http://docs.python.org/library/json.html#json "(in Python v2.7)")) have adopted. This significantly simplifies things, but specific calls to serializers need to be added whenever inserting of extracting data with data storage libraries. To flexibly solve this issue, datastore defines a datastore.SerializerShimDatastore which can be layered on top of any other datastore. As data is put, the serializer shim serializes it and put``s it into the underlying ``child\_datastore. Correspondingly, on the way out (through get or query) the data is retrieved from the child\_datastore and deserialized. SerializerShimDatastore[¶](#serializershimdatastore "Permalink to this headline") --------------------------------------------------------------------------------- ### datastore.serialize.shim[¶](#datastore-serialize-shim "Permalink to this headline") Serializers[¶](#serializers "Permalink to this headline") --------------------------------------------------------- The serializers that datastore.SerializerShimDatastore accepts must respond to the protocol outlined in datastore.serialize.Serializer (the [pickle](http://docs.python.org/library/pickle.html#pickle "(in Python v2.7)") protocol). ### serialize.Serializer[¶](#serialize-serializer "Permalink to this headline") ### serialize.NonSerializer[¶](#serialize-nonserializer "Permalink to this headline") ### serialize.prettyjson[¶](#serialize-prettyjson "Permalink to this headline") ### serialize.Stack[¶](#serialize-stack "Permalink to this headline") ### serialize.map\_serializer[¶](#serialize-map-serializer "Permalink to this headline") ### Generators[¶](#generators "Permalink to this headline") Examples[¶](#examples "Permalink to this headline") --------------------------------------------------- TODO ### [Table Of Contents](../index.html) * [Serialize](#) + [SerializerShimDatastore](#serializershimdatastore) - [datastore.serialize.shim](#datastore-serialize-shim) + [Serializers](#serializers) - [serialize.Serializer](#serialize-serializer) - [serialize.NonSerializer](#serialize-nonserializer) - [serialize.prettyjson](#serialize-prettyjson) - [serialize.Stack](#serialize-stack) - [serialize.map\_serializer](#serialize-map-serializer) - [Generators](#generators) + [Examples](#examples) #### Previous topic [Collections](collections.html "previous chapter") #### Next topic [datastore Package](../package/datastore.html "next chapter") ### This Page * [Show Source](../_sources/api/serialize.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/api/serialize.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/api/serialize.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](../package/datastore.html "datastore Package") | * [previous](collections.html "Collections") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Collections — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](serialize.html "Serialize") | * [previous](shims.html "Shims") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » Collections[¶](#collections "Permalink to this headline") ========================================================= Grouping datastores into datastore collections can significantly simplify complex access patterns. For example, caching datastores can be checked before accessing more costly datastores, or a group of equivalent datastores can act as shards containing large data sets. As [*shims*](shims.html#api-shims), datastore collections also derive from *datastore*, and must implement the four datastore operations (get, put, delete, query). DatastoreCollection[¶](#datastorecollection "Permalink to this headline") ------------------------------------------------------------------------- Collections may derive from DatastoreCollection TieredDatastore[¶](#tiereddatastore "Permalink to this headline") ----------------------------------------------------------------- Example: ``` >>> import pymongo >>> import datastore.core >>> >>> from datastore.mongo import MongoDatastore >>> from datastore.pylru import LRUCacheDatastore >>> from datastore.filesystem import FileSystemDatastore >>> >>> conn = pymongo.Connection() >>> mongo = MongoDatastore(conn.test\_db) >>> >>> cache = LRUCacheDatastore(1000) >>> fs = FileSystemDatastore('/tmp/.test\_db') >>> >>> ds = datastore.TieredDatastore([cache, mongo, fs]) >>> >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` ShardedDatastore[¶](#shardeddatastore "Permalink to this headline") ------------------------------------------------------------------- Example: ``` >>> import datastore.core >>> >>> shards = [datastore.DictDatastore() for i in range(0, 10)] >>> >>> ds = datastore.ShardedDatastore(shards) >>> >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` ### [Table Of Contents](../index.html) * [Collections](#) + [DatastoreCollection](#datastorecollection) + [TieredDatastore](#tiereddatastore) + [ShardedDatastore](#shardeddatastore) #### Previous topic [Shims](shims.html "previous chapter") #### Next topic [Serialize](serialize.html "next chapter") ### This Page * [Show Source](../_sources/api/collections.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/api/collections.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/api/collections.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](serialize.html "Serialize") | * [previous](shims.html "Shims") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Core datastore API — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](key.html "Keys") | * [previous](../index.html "datastore - simple, unified API for multiple data stores") | * [datastore 0.3.0 documentation](../index.html) » Core datastore API[¶](#core-datastore-api "Permalink to this headline") ======================================================================= * [Keys](key.html) + [Key](key.html#key) + [Namespace](key.html#namespace) * [Queries](query.html) + [Query classes](query.html#query-classes) + [Examples](query.html#examples) * [Basic Datastores](basic.html) + [DictDatastore](basic.html#dictdatastore) + [InterfaceMappingDatastore](basic.html#interfacemappingdatastore) * [Shims](shims.html) + [ShimDatastore](shims.html#shimdatastore) + [KeyTransformDatastore](shims.html#keytransformdatastore) + [LowercaseKeyDatastore](shims.html#lowercasekeydatastore) + [NamespaceDatastore](shims.html#namespacedatastore) + [SymlinkDatastore](shims.html#symlinkdatastore) * [Collections](collections.html) + [DatastoreCollection](collections.html#datastorecollection) + [TieredDatastore](collections.html#tiereddatastore) + [ShardedDatastore](collections.html#shardeddatastore) * [Serialize](serialize.html) + [SerializerShimDatastore](serialize.html#serializershimdatastore) + [Serializers](serialize.html#serializers) + [Examples](serialize.html#examples) datastore base class[¶](#datastore-base-class "Permalink to this headline") --------------------------------------------------------------------------- Examples[¶](#examples "Permalink to this headline") --------------------------------------------------- ### Hello World[¶](#hello-world "Permalink to this headline") ``` >>> import datastore.core >>> ds = datastore.DictDatastore() >>> hello = datastore.Key('hello') >>> ds.put(hello, 'world') >>> ds.contains(hello) True >>> ds.get(hello) 'world' >>> ds.delete(hello) >>> ds.get(hello) None ``` ### [Table Of Contents](../index.html) * [Core datastore API](#) + [datastore base class](#datastore-base-class) + [Examples](#examples) - [Hello World](#hello-world) #### Previous topic [datastore - simple, unified API for multiple data stores](../index.html "previous chapter") #### Next topic [Keys](key.html "next chapter") ### This Page * [Show Source](../_sources/api/index.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/api/index.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/api/index.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](key.html "Keys") | * [previous](../index.html "datastore - simple, unified API for multiple data stores") | * [datastore 0.3.0 documentation](../index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/) Shims — datastore 0.3.0 documentation ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](collections.html "Collections") | * [previous](basic.html "Basic Datastores") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » Shims[¶](#shims "Permalink to this headline") ============================================= Sometimes common functionality can be compartmentalized into logic that can be plugged in or not. For example, serializing and deserializing data as it is stored or extracted is a very common operation. Likewise, applications may need to perform routine operations as data makes its way from the top-level logic to the underlying storage. To address this use case in an elegant way, datastore uses the notion of a shim datastore, which implements all four main *datastore operations* in terms of an underlying child datastore. For example, a json serializer datastore could implement get and put as: ``` def get(self, key): value = self.child\_datastore.get(key) return json.loads(value) def put(self, key, value): value = json.dumps(value) self.child\_datastore.put(key, value) ``` ShimDatastore[¶](#shimdatastore "Permalink to this headline") ------------------------------------------------------------- To implement a shim datastore, derive from datastore.ShimDatastore and override any of the operations. KeyTransformDatastore[¶](#keytransformdatastore "Permalink to this headline") ----------------------------------------------------------------------------- LowercaseKeyDatastore[¶](#lowercasekeydatastore "Permalink to this headline") ----------------------------------------------------------------------------- NamespaceDatastore[¶](#namespacedatastore "Permalink to this headline") ----------------------------------------------------------------------- SymlinkDatastore[¶](#symlinkdatastore "Permalink to this headline") ------------------------------------------------------------------- ### [Table Of Contents](../index.html) * [Shims](#) + [ShimDatastore](#shimdatastore) + [KeyTransformDatastore](#keytransformdatastore) + [LowercaseKeyDatastore](#lowercasekeydatastore) + [NamespaceDatastore](#namespacedatastore) + [SymlinkDatastore](#symlinkdatastore) #### Previous topic [Basic Datastores](basic.html "previous chapter") #### Next topic [Collections](collections.html "next chapter") ### This Page * [Show Source](../_sources/api/shims.txt) * [Show on GitHub](https://github.com/jbenet/datastore/blob/master/docs/api/shims.rst) * [Edit on GitHub](https://github.com/jbenet/datastore/edit/master/docs/api/shims.rst) ### Quick search Enter search terms or a module, class or function name. ### Navigation * [index](../genindex.html "General Index") * [modules](../py-modindex.html "Python Module Index") | * [next](collections.html "Collections") | * [previous](basic.html "Basic Datastores") | * [datastore 0.3.0 documentation](../index.html) » * [Core datastore API](index.html) » © Copyright 2011, Juan Batiz-Benet. Created using [Sphinx](http://sphinx.pocoo.org/) 1.1.3+. .rtd-badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } #version\_menu { position: fixed; display: none; bottom: 11px; right: 166px; list-style-type: none; margin: 0; } .footer\_popout:hover #version\_menu { display: block; } #version\_menu li { display: block; float: right; } #version\_menu li a { display: block; padding: 6px 10px 4px 10px; margin: 7px 7px 0 0; font-weight: bold; font-size: 14px; height: 20px; line-height: 17px; text-decoration: none; color: #fff; background: #8ca1af url(../images/gradient-light.png) bottom left repeat-x; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 1px #465158; -moz-box-shadow: 0 1px 1px #465158; -webkit-box-shadow: 0 1px 1px #465158; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); } #version\_menu li a:hover { text-decoration: none; background-color: #697983; box-shadow: 0 1px 0px #465158; -moz-box-shadow: 0 1px 0px #465158; -webkit-box-shadow: 0 1px 0px #465158; } .rtd-badge.rtd { background: #3b4449 url(//media.readthedocs.org//images/badge-rtd.png) scroll 0px -46px no-repeat; border: 1px solid #282E32; width: 41px; right: 5px; } .footer\_popout:hover .rtd-badge.rtd { background-position: top left; width: 160px; } .rtd-badge.revsys { background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline-sponsored { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } .rtd-badge.revsys-inline { position: inherit; margin-left: auto; margin-right: 175px; margin-bottom: 5px; background: #465158 url(//media.readthedocs.org//images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } [Brought to you by Read the Docs](//readthedocs.org/projects/datastore/?fromdocs=datastore) * [latest](/en/latest/)
q
go
q 0 documentation [q](index.html#document-index) latest [q](index.html#document-index) * [Docs](index.html#document-index) » * q 0 documentation * [Edit on GitHub](https://github.com/di-wu/q-docs/blob/master/docs/source/index.rst) --- Welcome to q’s documentation![¶](#welcome-to-q-s-documentation "Permalink to this headline") ============================================================================================
weave
go
Weave 0.14.0 documentation [Weave](index.html#document-index) stable * [Blockchain](index.html#document-basics/blockchain) * [Consensus](index.html#document-basics/consensus) * [Authentication](index.html#document-basics/authentication) * [State Machine](index.html#document-basics/state) * [Prepare Requirements](index.html#document-mycoind/setup) * [Installation](index.html#document-mycoind/installation) * [Using IOV-Core Client](index.html#document-mycoind/iovcore) * [Configuring Tendermint](index.html#document-configuration/tendermint) * [Configuring the Application](index.html#document-configuration/application) * [Setting the Validators](index.html#document-configuration/validators) * [Guiding Design Principles](index.html#document-design/overview) [Weave](index.html#document-index) * [Docs](index.html#document-index) » * Weave 0.14.0 documentation * [Edit on GitHub](https://github.com/iov-one/weave/blob/dfdb7cda77c7d3152eecf0478d3a91fe2a0edd5e/docs/index.rst) --- Welcome to IOV Weave’s documentation![¶](#welcome-to-iov-weave-s-documentation "Permalink to this headline") ============================================================================================================ [![Weave Logo](_images/weave-logo.jpg)](_images/weave-logo.jpg) [IOV Weave](https://github.com/iov-one/weave) is a framework to quickly build your custom [ABCI application](https://github.com/tendermint/abci) to power a blockchain based on the best-of-class BFT Proof-of-stake [Tendermint consensus engine](https://tendermint.com). It provides much commonly used functionality that can quickly be imported in your custom chain, as well as a simple framework for adding the custom functionality unique to your project. Some of the highlights of Weave include a Merkle-tree backed data store, a highly configurable extension system that also applies to the core logic such as fees and signature validation. Weave also brings powerful customizations initialised from the genesis file. In addition there is a simple ORM which sits on top of a key-value store that also has proveable secondary indexes. There is a flexible permissioning system to use contracts as first-class actors, “No empty blocks” for quick synchronizing on quiet chains, and the ability to introduce “product fees” for transactions that need to charge more than the basic anti-spam fees. We have also added support for “migrations” that can switch on modules, or enable logic updates, via on-chain feature switch transactions. Existing Modules[¶](#existing-modules "Permalink to this headline") ------------------------------------------------------------------- | Module | Description | | --- | --- | | [Cash](https://github.com/iov-one/weave/tree/master/x/cash) | Wallets that support fungible tokens and fee deduction functionality | | [Sigs](https://github.com/iov-one/weave/tree/master/x/sigs) | Validate ed25519 signatures | | [Multisig](https://github.com/iov-one/weave/tree/master/x/multisig) | Supports first-class multiple signature contracts, and allow modification of membership | | [AtomicSwap](https://github.com/iov-one/weave/tree/master/x/aswap) | Supports HTLC for cross-chain atomic swaps, according to the [IOV Atomic Swap Spec](https://github.com/iov-one/iov-core/blob/master/docs/atomic-swap-protocol-v1.md) | | [Escrow](https://github.com/iov-one/weave/tree/master/x/escrow) | The arbiter can safely hold tokens, or use with timeouts to release on vesting schedule | | [Governance](https://github.com/iov-one/weave/tree/master/x/gov) | Hold on-chain elections for text proposals, or directly modify application parameters | | [PaymentChannels](https://github.com/iov-one/weave/tree/master/x/paychan) | Unidirectional payment channels, combine micro-payments with one on-chain settlement | | [Distribution](https://github.com/iov-one/weave/tree/master/x/distribution) | Allows the safe distribution of income among multiple participants using configurations. This can be used to distribute fee income. | | [Batch](https://github.com/iov-one/weave/tree/master/x/batch) | Used for combining multiple transactions into one atomic operation. A powerful example is in creating single-chain swaps. | | [Validators\_](#id1) | Used in a PoA context to update the validator set using either multisig or the on-chain elections module | | [NFT](https://github.com/iov-one/weave/tree/master/x/nft) | A generic Non Fungible Token module | | NFT/[Username](https://github.com/iov-one/weave/tree/master/cmd/bnsd/x/nft/username) | Example nft used by bnsd. Maps usernames to multiple chain addresses, including reverse lookups | | [MessageFee](https://github.com/iov-one/weave/tree/master/x/msgfee) | Validator-subjective minimum fee module, designed as an anti-spam measure. | | [Utils](https://github.com/iov-one/weave/tree/master/x/utils) | A range of utility functions such as KeyTagger which is designed to enable subscriptions to database. | **In Progress** Light client proofs, custom token issuance and support for IBC (Inter Blockchain Communication) are currently being designed. Basic Blockchain Terminology[¶](#basic-blockchain-terminology "Permalink to this headline") ------------------------------------------------------------------------------------------- ### Blockchain[¶](#blockchain "Permalink to this headline") A “blockchain” in the simplest sense is a chain of blocks. By chain, we each block is cryptographically linked to the proceeding block, and through recursion we can securely query the entire history from any block back to the genesis. A block is a set of transactions, along with this link, and some optional metadata that varies depending on the blockchain. #### Immutable Event Log[¶](#immutable-event-log "Permalink to this headline") If you are coming from working on typical databases, you can think of the blockchain as an immutable [transaction log](https://en.wikipedia.org/wiki/Transaction_log) . If you have worked with [Event Sourcing](https://martinfowler.com/eaaDev/EventSourcing.html) you can consider a block as a set of events that can always be replayed to create a [materialized view](https://docs.microsoft.com/en-us/azure/architecture/patterns/materialized-view) . Maybe you have a more theoretical background and recognize that a blockchain is a fault tolerant form of [state machine replication](https://en.wikipedia.org/wiki/State_machine_replication#Ordering_Inputs) . In any case, the point is that given a node knows a block is valid (more on that in [consensus](./consensus.html)), it can cryptographically prove it has the valid history of that block, and then replay that sequence of blocks to reproduce the current state. Many nodes performing this simultaneously create a [Byzantine Fault Tolerant](https://en.wikipedia.org/wiki/Byzantine_fault_tolerance) state machine. Since (most) computer programs can be mapped to state machines, we end up with an [unstoppable world computer](https://www.ethereum.org/) . This means we can trust that the blockchain and state represent the proper functioning of whatever program we run on it. This allows for extremely high levels of trust in a program, levels that were previously reserved for highly controlled, centralized systems, such as banks or governments. The first generation of blockchain, Bitcoin, proved it was possible to run a system with many unknown and mutually untrusting parties, yet produce a system that is harder to hack than any bank (bitcoin hacks involve grabbing someone’s wallet, not manipulating the blockchain). This was a true marvel of vision and engineering and laid the stage for all future development, and many other projects tried to fork bitcoin to create a custom blockchain. #### General Purpose Computer[¶](#general-purpose-computer "Permalink to this headline") Ethereum pioneered the second generation of blockchain, where they realized that we didn’t have to limit ourselves to handling payments, but actually have a general purpose state machine. They wanted to allow experimentation at a rate orders of magnitude faster than forking bitcoin, and produced the EVM (Ethereum Virtual Machine) that can run sandboxed code uploaded by any user. Since then, hundred of projects have experimented with porting other types of logic to the blockchain, and have demonstrated its utility for [decentralized governance](https://aragon.one/), [currency trading](https://0xproject.com/), [prediction markets](https://gnosis.pm/), even [collectible trading games](https://www.cryptokitties.co/) and much more… While Ethereum demonstrated the potential of blockchain technology in many areas, we it also provided some [high profile examples](https://www.cryptocompare.com/coins/guides/the-dao-the-hack-the-soft-fork-and-the-hard-fork/) of how [hard it is to write secure contracts](https://medium.com/chain-cloud-company-blog/parity-multisig-hack-again-b46771eaa838) . As it became more popular, it also showed a popular application can [overload the capacity of the network](https://dealbreaker.com/2017/12/ethereum-the-crypto-network-that-will-transform-everything-struggles-to-handle-digital-beanie-babies/) . #### Next Generation[¶](#next-generation "Permalink to this headline") Since that time, many groups are working on “next generation” solutions that take the learnings of Ethereum and attempt to build a highly scalable and secure blockchain that can run general purpose programs. One pioneering project is [Tendermint](https://tendermint.com/), which provides a highly efficient, Byzantine Fault Tolerant blockchain engine offering guaranteed finality in the order of 1-5 seconds. It was designed from the ground up to allow many projects to easily [plug their application logic](https://tendermint.readthedocs.io/en/master/app-development.html#abci-design) into the engine. [Weave](https://github.com/iov-one/weave) is a framework that provides many common tools to help you build ABCI apps rapidly. You can just focus on writing the application logic and the interface and rely on high quality and extensible libraries to solve most of the difficult problems with building a blockchain. ### Consensus[¶](#consensus "Permalink to this headline") Consensus is the algorithm by which a set of computers come to agreement on which possible state is correct, and thus guarantee one consistent, global view of the state of the system. #### Eventual finality[¶](#eventual-finality "Permalink to this headline") All PoW systems use eventual finality, where the resource cost of creating a block is extremely high. After many blocks are gossiped, the longest chain of blocks has the most work invested in it, and thus is the true chain. The “true” head of the chain can switch, in a process called “chain reorganization”. But the probability of such a reorganization decreases exponentially the more blocks are built on top of it. Thus, in Bitcoin, the “6 block rule” means that if there are 6 blocks build on top of the block with your transaction, you can be extremely confident that no chain reorganization will ever generate a new true chain that does not include that block. Note this is not a guarantee that it cannot happen, just that the cost of doing so becomes so prohibitively high that is very unlikely to ever happen. Many early PoS systems, such as BitShares, used voting instead of work to mine blocks, but still used the “longest chain wins” consensus algorithm. However, this has the critical [nothing at stake](https://github.com/ethereum/wiki/wiki/Problems#8-proof-of-stake) problem, since the cost of “mining” blocks on 2, 3, or even 100 alternate chains is quite low. Another issue here is that any state may have to be reverted, and the data store must maintain an “undo history” to undo several blocks and apply others. And clients must wait several blocks (minutes to hours) before they can take off-chain actions based on the transaction (eg. give you goods for a blockchain payment). #### Immediate finality[¶](#immediate-finality "Permalink to this headline") An alternative approach used to guarantee constency comes out of academic research into Byzantine Fault Tolerance from the 80s and 90s, which “culminated” in [PBFT](http://pmg.csail.mit.edu/papers/osdi99.pdf) . [Tendermint](https://tendermint.com/) uses an algorithm very similar to PBFT with optimizations learned from blockchain developments to create an extremely secure consensus algorithm. All nodes vote in multiple rounds, and only produce blocks when they are guaranteed that the block is the “correct” globally consensus. Even in the case of omnipotent network manipulation, this algorithm will never produce to blocks at the same height (a fork) if less than one third of the nodes are actively collaborating to break the system. This is possibly the strongest guarantee of any production blockchain consensus algorithm. The benefit of this approach is that any block that has over two thirds of the signature is [provably correct by light clients](https://blog.cosmos.network/light-clients-in-tendermint-consensus-1237cfbda104) The state is never rolled back and clients can take actions based on that state. This opens the possibility of blockchain payments to be settled in the order of a second or two, similar latency with using a credit card in a store. It also allows reasonably responsive applications to be built on a blockchain. ### Authentication[¶](#authentication "Permalink to this headline") One interesting attribute of blockchains is that there are no trusted nodes, and all transactions are publicly visible and can be copied. This naturally provides problem for traditional means of authentication like passwords and cookies. If you use your password to authorize one transaction, someone can copy it to run any other. Or a node in the middle can even change your transaction before writing to a block. Thus, all authentication on blockchains is based on [public key cryptography](https://arstechnica.com/information-technology/2013/10/a-relatively-easy-to-understand-primer-on-elliptic-curve-cryptography/), in particularly cryptographic signatures based on [elliptic curves](https://hackernoon.com/eliptic-curve-crypto-the-basics-e8eb1e934dc5). A client can locally generate a public-private key pair, and share the public key with the world as his/her identity (like a fingerprint). The client can then take any message (text or binary) and generate a unique signature with the private key. The signature can only be validated by the corresponding message and public key and cannot be forged. Any changes to the message will invalidate the signature and no information is leaked to allow a malicious actor to impersonate that client with a different message. #### Main Algorithms[¶](#main-algorithms "Permalink to this headline") * RSA - the gold standard from 1977-2014, still secure and the most widely supported. not used for blockchains as signatures are 1-4KB * secp256k1 - elliptic curve used in bitcoin and ethereum, signatures at 65-67 bytes * ed25519 - popularized with libsodium and most standardized elliptic curve, signatures at 64 bytes * bn256 - maybe the next curve… used by [zcash](https://blog.z.cash/new-snark-curve/) for pairing cryptography and [dfinity](https://medium.com/on-the-origin-of-smart-contract-platforms/on-the-origin-of-dfinity-526b4222eb4c#02dd) for BLS threshold signatures. in other words, they can do crazy magic math on this particular curve. If you want to go deeper than what you can find on wikipedia and google, I highly recommend buying a copy of `Serious Cryptography` by Jean-Philippe Aumasson. ### State Machine[¶](#state-machine "Permalink to this headline") Inside each block is a sequence of transactions to be applied to a state machine (ran by a program). There is also the state (database) representing the materialized view of all transactions included in all blocks up to this point, as executed by the state machine. #### Upgrading the state machine[¶](#upgrading-the-state-machine "Permalink to this headline") Of course, during the lifetime of the blockchain, we will want to update the software and expand functionality. However, the new software must also be able to re-run all transactions since genesis (the birth of the chain) and produce the same state as the active network that keeps updating software over time. That means all historical blocks must be interpreted the same by new and old clients. Bitcoin classifies various approaches to upgrading as [soft forks](https://en.bitcoin.it/wiki/Softfork) or [hard forks](https://en.bitcoin.it/wiki/Hardfork). Ethereum has a table defining the block height at which [various functionality changes](https://github.com/ethereum/go-ethereum/blob/master/params/config.go#L33-L45) and add checks for the [currently activated behavior](https://github.com/ethereum/go-ethereum/blob/master/core/vm/evm.go#L157-L166) based on block height at various places. This allows one server to handle multiple historical behaviors, but it can also add lots of dead code over time… #### UTXO vs Account Model[¶](#utxo-vs-account-model "Permalink to this headline") There are two main models used to store the current state. The main model for bitcoin and similar chains is called UTXO, or Unspent transaction output. Every transaction has an input and an output, and the system must just check if the inputs have been used yet. If they have not, they are marked spent and the outputs created. If any have been spent, then the transaction fails. This provides interesting ways to obfuscate identity (but not secure against sophisticated network analysis like ZCash), and allows easy parallelization of the transaction processing. However, it is quite hard to map non-payment systems (like voting or breeding crypto-kitties) to such a system. It is used mainly for focused payment networks. The account model creates one account per public key address and stores the information there. Sending money becomes reducing the balance on one account and incrementing on another. And many other more complex logic become easy to express, using logic that many developers are used to from interacting with databases or key-value stores. The downside is that the account allows an observer to easy view all activity by one key. Sure you have pseudoanonymity, but if you make one payment to me, I now can see your entire investment and voting history with little effort. Another downside is that it become harder to parallelize transaction processing, as sending from one account and receiving payments will conflict with each other. In practice, no production chains use optimistic concurrency on account based systems. #### Merkle Proofs[¶](#merkle-proofs "Permalink to this headline") Weave uses an account model much like Ethereum, and leaves anonymity to other developments like [mixnets](https://en.wikipedia.org/wiki/Mix_network) and [zkSNARKs](https://z.cash/technology/zksnarks.html). Under the hood, we use a key-value store, where different modules write their data to different key-spaces. This is not a normal key-value store (like redis or leveldb), but rather [merkle trees](https://www.codeproject.com/Articles/1176140/Understanding-Merkle-Trees-Why-use-them-who-uses-t). Merkle trees are like binary trees, but hash the children at each level. This allows us to provide a [proof as a chain of hashes](https://www.certificate-transparency.org/log-proofs-work) the same height as the tree. This proof can guarantee that a given key-value pair is in the tree with a given root hash. This root hash is then added to a block header after running the transactions, and validated by [consensus](./consensus.rst). If a client [follows the headers](https://blog.cosmos.network/light-clients-in-tendermint-consensus-1237cfbda104), they can securely verify if a node if providing them the correct data for eg. their account balance. In practice, the block header can maintain multiple hashes, each one the merkle root of another tree. Thus, a client can use a header to prove, state, presence of a transaction, or current validator set. If you are new to blockchains (or Tendermint), this is a crash course in just enough theory to follow the rest of the setup. [Read all](basics/blockchain.html) ### Immutable Event Log[¶](#immutable-event-log "Permalink to this headline") If you are coming from working on typical databases, you can think of the blockchain as an immutable [transaction log](https://en.wikipedia.org/wiki/Transaction_log) . If you have worked with [Event Sourcing](https://martinfowler.com/eaaDev/EventSourcing.html) you can consider a block as a set of events that can always be replayed to create a [materialized view](https://docs.microsoft.com/en-us/azure/architecture/patterns/materialized-view) . Maybe you have a more theoretical background and recognize that a blockchain is a fault tolerant form of [state machine replication](https://en.wikipedia.org/wiki/State_machine_replication#Ordering_Inputs) . [Read more](basics/blockchain.html#immutable-event-log) ### General Purpose Computer[¶](#general-purpose-computer "Permalink to this headline") Ethereum pioneered the second generation of blockchain, where they realized that we didn’t have to limit ourselves to handling payments, but actually have a general purpose state machine. [Read more](basics/blockchain.html#general-purpose-computer) ### Next Generation[¶](#next-generation "Permalink to this headline") Since that time, many groups are working on “next generation” solutions that take the learnings of Ethereum and attempt to build a highly scalable and secure blockchain that can run general purpose programs. [Read more](basics/blockchain.html#next-generation) ### Eventual finality[¶](#eventual-finality "Permalink to this headline") All Proof-of-Work systems use eventual finality, where the resource cost of creating a block is extremely high. After many blocks are gossiped, the longest chain of blocks has the most work invested in it, and thus is the true chain. [Read more](basics/consensus.html#eventual-finality) ### Immediate finality[¶](#immediate-finality "Permalink to this headline") An alternative approach used to guarantee constency comes out of academic research into Byzantine Fault Tolerance from the 80s and 90s, which “culminated” in [PBFT](http://pmg.csail.mit.edu/papers/osdi99.pdf) . [Read more](basics/consensus.html#immediate-finality) ### Authentication[¶](#authentication "Permalink to this headline") One interesting attribute of blockchains is that there are no trusted nodes, and all transactions are publically visible and can be copied. [Read more](basics/authentication.html) ### Upgrading the state machine[¶](#upgrading-the-state-machine "Permalink to this headline") Of course, during the lifetime of the blockchain, we will want to update the software and expand functionality. However, the new software must also be able to re-run all transactions since genesis. [Read more](basics/state.html#upgrading-the-state-machine) ### UTXO vs Account Model[¶](#utxo-vs-account-model "Permalink to this headline") There are two main models used to store the current state. The main model for bitcoin and similar chains is called UTXO, or Unspent transaction output. The account model creates one account per public key address and stores the information there. [Read more](basics/state.html#utxo-vs-account-model) ### Merkle Proofs[¶](#merkle-proofs "Permalink to this headline") Merkle trees are like binary trees, but hash the children at each level. This allows us to provide a [proof as a chain of hashes](https://www.certificate-transparency.org/log-proofs-work). [Read more](basics/state.html#merkle-proofs) Running an Existing Application[¶](#running-an-existing-application "Permalink to this headline") ------------------------------------------------------------------------------------------------- ### Prepare Requirements[¶](#prepare-requirements "Permalink to this headline") Before you can run this code, you need to have a number of programs set up on your machine. In particular, you will need a bash shell (or similar), and development tooling for both go and node. **WARNING** This is only tested under Linux and OSX. If you want to run under Windows, the only supported *development* environment is using WSL (Windows Subsytem for Linux) under Windows 10. Follow [these directions](https://docs.microsoft.com/en-us/windows/wsl/install-win10) to setup Ubuntu in WSL, then try the rest in your Ubuntu shell #### Install Go[¶](#install-go "Permalink to this headline") You will need to have the Go tooling installed, version 1.11.4+ (or 1.12). If you do not already have it, please [download](https://golang.org/dl/) and [follow the instructions](https://golang.org/doc/install) from the official Go language homepage. Make sure to read down to [Test Your Installation](https://golang.org/doc/install#testing). (Note this is not included in Ubuntu apt tooling until 19.04) We assume a standard setup in the Makefiles, especially to build tendermint nicely. With `go mod` much of the go configuration is unnecessary, but make sure to have the default “install” directory in your `PATH`, so you can run the binaries after compilation. ``` # this line should be in .bashrc or similar export PATH="$PATH:$HOME/go/bin" # this must report 1.11.4+ go version # this will properly place the code in $HOME/go/src/github.com/iov-one/weave go get github.com/iov-one/weave ``` ##### Go related tools[¶](#go-related-tools "Permalink to this headline") You must also make sure to have a few other developer tools installed. If you are a developer in any language, they are probably there. Just double check. If not, a simple `sudo apt get` should provide them. * git * make * curl * jq ### Installation[¶](#installation "Permalink to this headline") To run our system, we need two components: * `mycoind`, our custom ABCI application * `tendermint`, a powerful blockchain consensus engine If you have never used tendermint before, you should read the [ABCI Overview](https://tendermint.com/docs/introduction/introduction.html#abci-overview) and ideally through to the bottom of the page. The end result is that we have three programs communicating: ``` +---------+ +------------+ +----------+ | mycoind | <- (local) ABCI -> | Tendermint | <- websocket -> | client | +---------+ +------------+ +----------+ ``` `mycoind` and `tendermint` run on the same computer and communicate via a binary protocol over localhost or a unix socket. Together they form a “blockchain”. In a real setup, you would have dozens (or hundreds) of computers running this backend communicating over a self-adjusting p2p gossip network to replicate the state. For application development (and demos) one copy will work, but has none of the fault tolerance of a real blockchain. You can connect to tendermint rpc via various client libraries. We recommend [IOV Core](iovcore.html) which has very good support for weave-based apps, as well as different blockchains (such as Ethereum and Lisk). #### Install backend programs[¶](#install-backend-programs "Permalink to this headline") You should have a proper go development environment, as explained in the [last section](installation.html). Now, check out the most recent version of iov-one/weave and build `mycoind` then get the version 0.31.5 for `tendermint` from [here](https://github.com/tendermint/tendermint/releases/tag/v0.31.5). You can also build `tendermint` from source following the instructions [there](https://github.com/tendermint/tendermint/blob/master/docs/introduction/install.md) but make sure to use the tag **v0.31.5** as other versions might not be compatible. **Note** we use `go mod` for dependency management. This is enabled by default in go 1.12+. If you are running go 1.11.4+, you must run the following in the terminal (or add to `~/.bashrc`): `export GO111MODULE=on` Those were the most recent versions as of the time of the writing, your code should be a similar version. If you have an old version of the code, you may have to delete it to force go to rebuild: ``` rm `which tendermint` rm `which mycoind` ``` #### Initialize the Blockchain[¶](#initialize-the-blockchain "Permalink to this headline") Before we start the blockchain, we need to set up the initial state. This is defined in a genesis block. Both `tendermint` and `mycoind` have a directory to store configuration and internal database state. By default those are `~/.tendermint` and `~/.mycoind`. However, to make things simpler, we will ask them both to put everything in the same directory. First, we create a default genesis file, the private key for the validator to sign blocks, and a default config file. ``` # make sure you really don't care what was in this directory and... rm -rf ~/.mycoind tendermint init --home ~/.mycoind ``` You can take a look in this directory if you are curious. The most important piece for us is `~/.mycoind/config/genesis.json`. You may also notice `~/.mycoind/config/config.toml` with lots of [options to set](https://tendermint.com/docs/tendermint-core/configuration.html#options) for power users. We want to add a bunch of tokens to the account we just made before launching the blockchain. And we’d also like to enable the indexer, so we can search for our transactions by id (default state is off). But rather than have you fiddle with the config files by hand, you can just run this to do the setup: ``` mycoind init CASH bech32:tiov1qrw95py2x7fzjw25euuqlj6dq6t0jahe7rh8wp ``` Make sure you enter the same hex address, this account gets the tokens. You can take another look at `~/.mycoind/config/genesis.json` after running this command. The important change was to “app\_state”. You can also create this by hand later to give many people starting balances, but let’s keep it simple for now and get something working. Feel free to wipe out the directory later and reinitialize another blockchain with custom configuration to experiment. You may ask where this address comes from. It is a demo account derived from our test mnemonic: `dad kiss slogan offer outer bomb usual dream awkward jeans enlist mansion` using the hd derivation path: `m/44'/234'/0'`. This is the path used by our wallet, so you can enter your mnemonic in our web-wallet and see this account. Note that you can define the addresses both in *hex:* and *bech32:* formats (if prefix is ommitted, hex is assumed) #### Start the Blockchain[¶](#start-the-blockchain "Permalink to this headline") We have a private key and setup all the configuration. The only thing left is to start this blockchain running. ``` tendermint node --home ~/.mycoind > ~/.mycoind/tendermint.log & mycoind start ``` This connects over <tcp://localhost:26658> by default, to use unix sockets (arguably more secure), try the following: ``` tendermint node --home ~/.mycoind --proxy_app=unix://$HOME/abci.socket > ~/.mycoind/tendermint.log & mycoind start -bind=unix://$HOME/abci.socket ``` Open a new window and type in `tail -f  ~/.mycoind/tendermint.log` and you will be able to see the output. That means the blockchain is working away and producing new blocks, one a second. [![Log file](_images/tail-log.png)](_images/tail-log.png) Note: if you did anything funky during setup and managed to get yourself a rogue tendermint node running in the background, you might encounter errors like panic: Error initializing DB: resource temporarily unavailable. A quick `killall tendermint` should get you back on track. ### Using IOV-Core Client[¶](#using-iov-core-client "Permalink to this headline") While the blockchain code is in the Go language, we have developed a TypeScript (javascript-compatible) client side sdk in order to access the functionality of the blockchain. Iov-Core works for many blockchains, not just weave (mycoind and bnsd), so take a look, it is useful for more than this demo #### Installing Tooling[¶](#installing-tooling "Permalink to this headline") You will need node 8+ to run the example client. Unless you know what you are doing, stick to even numbered versions (6, 8, 10, …), the odd numbers are unstable and get deprecated every few weeks it seems. For ease of updating later, I advise you to install [nvm](https://github.com/creationix/nvm#installation) and then add the most recent stable version ``` # this install most recent v8 version, use lts/dubnium for v10 track nvm install lts/carbon # test it out node --version node > let {x, y} = {x: 10, y:10} ``` ##### Node related tools[¶](#node-related-tools "Permalink to this headline") Yarn is a faster alternative to npm for installing modules, so we use that as default. ``` npm install -g yarn ``` #### Using Iov-Core[¶](#using-iov-core "Permalink to this headline") Please refer to the offical [iov-core documentation](https://github.com/iov-one/iov-core/blob/master/packages/iov-core/README.md) Note that you can use the `BnsConnection` to connect to a `mycoind` blockchain, as long as you restrict it to just sending tokens and querying balances and nonces (it is a subset of `bnsd`). You may also find [iov-cli](https://github.com/iov-one/iov-core/blob/master/packages/iov-cli/README.md) a useful debug tool. It is an enhanced version of the standard node REPL (interactive coding shell), but with support for top-level `await` and type-checks on all function calls (you can code in typescript). The [iov-core](https://iov-one.github.io/iov-core-docs/latest/iov-core/index.html) library supports the concept of user profiles and identities. An identity is a [BIP39](https://github.com/bitcoin/bips/tree/master/bip-0039) derived key. Please refer to those docs and tutorials for a deeper dive, it is out of the scope of the weave documentation. A good way to get familiar with setting up and running an application is to follow the steps in the [mycoin](mycoind/installation.html) sample application. You can run this on your local machine. If you don’t have a modern Go development environment already set up, please [follow these instructions](mycoind/setup.html). To connect a node to the BNS testnet on a cloud server, the steps to set up an instance on Digital Ocean are explored in this [blog post](https://medium.com/iov-internet-of-values/a-guide-to-deploy-a-validator-on-hugnet-3335192e11d5). Once you can run the blockchain, you will probably want to connect with it. You can view a sample wallet app for the BNS testnet at <https://wallet.hugnet.iov.one> Those that are comfortable with Javascript, should check out our [IOV Core Library](mycoind/iovcore.html) which allows easy access to the blockchain from a browser or node environment. Configuring your Blockchain[¶](#configuring-your-blockchain "Permalink to this headline") ----------------------------------------------------------------------------------------- ### Configuring Tendermint[¶](#configuring-tendermint "Permalink to this headline") Tendermint docs provide a [brief introduction](https://tendermint.com/docs/introduction/) to the tendermint cli. By default all files are writen to the `~/.tendermint` directory, unless you override that with a different “HOME” directory by providing `TMHOME=xyz` or `tendermint --home=xyz`. When you call `tendermint init`, it generates a `config` and `data` directory under the “HOME” dir. `data` will contain all blockchain state as well as the application state. `config` will contain configuration files. There are three main files to look at: * `genesis.json` must be shared by all validators on a chain and is used to initialize the first block. We discuss this more in [Application Config](#application_config) * `config.toml` is used to configure your local server, and can be configured much in the way the config for apache or postgres, to tune to your local system. * `priv\_validator.json` is used by any validating node to sign the blocks, and must be kept secret. We discuss this more in the [next section](./validators.html). #### Overriding Options[¶](#overriding-options "Permalink to this headline") In general, any option you see in [the configuration file](https://tendermint.readthedocs.io/en/master/specification/configuration.html) can also be provided via command-line or environmental variable. It is a simple conversion: Config: ``` [rpc] laddr = "tcp://0.0.0.0:8080" ``` Environment: `export TM\_RPC\_LADDR=tcp://0.0.0.0:8080` or `export TMRPC\_LADDR=tcp://0.0.0.0:8080` (optional \_ after TM) Command line: `tendermint --rpc.laddr=tcp://0.0.0.0:8080 ...` #### Important Options[¶](#important-options "Permalink to this headline") There are many options to tune tendermint, but a few are quite useful when configuring and deploying dev environements or testnets. I will cover them here, but please take a longer look at [all available options](https://github.com/tendermint/tendermint/blob/master/config/config.go). I use the command line format for these options, as it seems the most readable, but most of these should be writen to the `config.toml` file or stored in environmental options in the service ini (if using 12-factor style). Dev: - `--p2p.upnp --proxy\_app noop`: Don’t try to determine external address > > (noop for local testing) * `--log\_level=p2p:info,evidence:debug,consensus:info,\*:error`: Set the log levels for different subsystems (debug, info, error) * `--tx\_index.index\_all\_tags=true` to enable indexing for search and subscriptions. Should be on for public services, off for validators to conserve resources. * `--prof\_laddr=tcp://127.0.0.1:7777` to open up a profiling server at this port for debugging Testnet: - `--moniker=billy-bob` chooses a name to display on the node list > > to help understand the p2p network connections * `--mempool.recheck=false` and `--mempool.recheck\_empty=false` limit rechecking all leftover tx in mempool, which can help throughput at the expense of possibly invalid tx making it into blocks * `--rpc.laddr=tcp://0.0.0.0:46657` to change the interface or port we expose the rpc server (what we expose to the world) * `--p2p.laddr=tcp://0.0.0.0:46656` to change the interface or port we expose the p2p server (what we use to connect to other nodes) * `--p2p.seeds=tcp://12.34.56.78:46656,tcp://33.44.55.66:46656` to set the seed nodes we connect to on startup to discover the rest of the p2p network * `p2p.pex=true` turns on peer exchange, to allow us to dynamically update the network * `--consensus.create\_empty\_blocks=false` to only create a block when there are tx (otherwise blockchain grows fast even with no activity) * `--consensus.create\_empty\_blocks\_interval=300` to create a block every 300s even if no tx * `--consensus.timeout\_commit=5000` to set block interval to 5s (5000ms) + time it takes to achieve consensus (which is generally quite small with < 20 or so well-connected validators) Production: - `p2p.persistent\_peers=tcp://77.77.77.77:46656` contains peers we > > always remain connected to, regardless of peer exchange * `p2p.private\_peer\_ids=...` contains peers we do not gossip. this is essential if we have a non-validating node acting as a buffer for a validating node * `--priv\_validator\_laddr=???` to use a socket to connect to an hsm instead of using the priv\_validator.json file There are quite a few more options, but this is a good place to get started, and you can dig in deeper once you see how these numbers affect blockchains in practice. ### Configuring the Application[¶](#configuring-the-application "Permalink to this headline") The application is fed `genesis.json` the first time it starts up via the `InitChain` ABCI message. There are three fields that the application cares about: * `chain\_id` must be consistent on all nodes and distinct from all other blockchains. This is used in the tx signatures to provide replay protection from one chain and another * `validators` are the initial set and should be stored if the app wishes to dynamically adjust the validator set * `app\_state` contains a map of data, to set up the initial blockchain state, such as initial balances and any accounts with special permissions. #### App State[¶](#app-state "Permalink to this headline") If the backend ABCI app is weave-based, such as `mycoind` or `bns`, the app\_state contains one key for each extension that it wishes to initialize. Each element is an array of an extension-specific format, which is fed into `Initialized.FromGenesis` from the given extension. Sample to set the balances of a few accounts: ``` "app_state": { "cash": [ { "address": "849f0f5d8796f30fa95e8057f0ca596049112977", "coins": [ "88888888 BNS" ] }, { "address": "9729455c431911c8da3f5745a251a6a399ccd6ed", "coins": [ "7777777.666666 IOV" ] } ] } ``` This format is application-specific and extremely important to set the initial conditions of a blockchain, as the data is one of the largest distinguishing factors of a chain and a fork. `mycoind init` will set up one account with a lot of tokens of one name. For anything more complex, you will want to set this up by hand. Note that you should make sure someone has saved the private keys for all addresses or the tokens will never be usable. Also, for cash, ticker must be 3 or 4 upper-case letters. ### Setting the Validators[¶](#setting-the-validators "Permalink to this headline") Since Tendermint uses a traditional BFT algorithm to reach consensus on blocks, signatures from specified validator keys replace hashes used to mine blocks in typical PoW chains. This also means that the selection of validators is an extremely important part of the blockchain security, and every validator should have strong security in place to avoid their private keys being copied or stolen. #### Static Validators[¶](#static-validators "Permalink to this headline") In the simplest setup, every node can generate a private key with `tendermint init`. Note that this is stored as a clear-text file on the harddrive, so the machine should be well locked-down, and file permissions double-checked. This file not only contains the private key itself, but also information on the last block proposal signed, to avoid double-signing blocks, even in the even of a restart during one round. Every validator can find their validator public key, which is different than the public keys / addresses that are assigned tokens, via: ``` cat ~/.mycoind/config/priv\_validator.json | jq .pub\_key ``` If you still have the default genesis file from tendermint init, this public key should match the one validator registered for this blockchain, so it can mint blocks all by itself. ``` cat ~/.mycoind/config/genesis.json | jq .validators ``` In a multi-node network, all validators would have to generate their validator key separately, then share the public keys, and forge a genesis file will all the public keys present. Over two-thirds of these nodes must be online, connected to the p2p network, and acting correctly to mint new blocks. Up to one-third faulty nodes can be tolerated without any problems, and larger numbers of nodes usually halt the network, rather than fork it of mint incorrect blocks. The Tendermint dev team has produced [a simple utility](https://github.com/tendermint/alpha) to help gather these keys. Note that this liveness requirement means that after initializing the genesis and starting up tendermint on every node, they must set proper `--p2p.seeds` in order to connect all the nodes and get enough signatures gathered to mint the first block. #### HSMs[¶](#hsms "Permalink to this headline") If we really care about security, clearly a plaintext file on our machine is not the best solution, regardless of the firewall we put on it. For this reason, the tendermint team is working on integrating Hardware Security Modules (HSM) that will maintain the private key secret on specialized hardware, much like people use the Ledger Nano hardware wallet for cryptocurrencies. This is under active development, but please check the following repos to see the current state: * [Signatory](https://github.com/tendermint/signatory) provides a rust api exposing many curves to sign with * [YubiHSM](https://github.com/tendermint/yubihsm-rs) provides bindings to a YubiKey HSM * [KMS](https://github.com/tendermint/kms) is a work in progress to connect these crates via sockets to a tendermint node. **TODO** Update with current docs, now that cosmos mainnet is live and some people are actually using this. #### Dynamic Validators[¶](#dynamic-validators "Permalink to this headline") A static validator set in the genesis file is quite useless for a real network that is not just a testnet. Tendermint allows the ABCI application to send back messages to update the validator set at the end of every block. Weave-based applications can take advantage of this and implement any algorithm they want to select the validators, such as: * [PoA](https://github.com/iov-one/weave/issues/32) where a set of keys (held by clients) can appoint the validators. This allows them to bring up and down machines, but the authority of the chain rests in a fixed group of individuals. * `PoS` or proof-of-stake, where any individual can bond some of their tokens to an escrow for the right to select a validator. Each validator has a voting power proportional to how much is staked. These staked tokens also receive some share of the block rewards as compensation for the work and risk. * `DPoS` where users can either bond tokens to their own validator, or “delegate” their tokens to a validator run by someone else. Everyone gets some share of the block rewards, but the people running the validator nodes typically take a commission on the delegated rewards, as they must perform real work. For each of these general approaches there is a wide range of tuning of incentives and punishments in order to achieve the desired level of usability and security. The only current implementation shipping with weave is a [POA implementation](https://godoc.org/github.com/iov-one/weave/x/validators#ApplyDiffMsg) allowing some master key (can be a multisig or even an election) update the validator set. This can support systems from testnets to those with strong on-chain governance, but doesn’t work for the PoS fluid market-based solution. If you wish to build an extension supporting PoS, previous related work from cosmos-sdk can be found in their [simple stake](https://github.com/cosmos/cosmos-sdk/tree/v0.15.1/x/simplestake) implementation and the [more complicated DPoS implementation](https://github.com/cosmos/cosmos-sdk/tree/master/x/staking) with incentive mechanisms. When you ran the `mycoind` tutorial, you ran the following lines to configure the blockchain: ``` tendermint init --home ~/.mycoind mycoind init CASH bech32:tiov1qrw95py2x7fzjw25euuqlj6dq6t0jahe7rh8wp ``` This is nice for automatic initialization for dev mode, but for deploying a real network, we need to look under the hood and figure out how to configure it manually. ### Tendermint Configuration[¶](#tendermint-configuration "Permalink to this headline") Tendermint docs provide a brief introduction to the tendermint cli. Here we highlight some of the more important options and explain the interplay between cli flags, environmental variables, and config files, which all provide a way to customize the behavior of the tendermint daemon. [Read More](configuration/tendermint.html) ### Application State Configuration[¶](#application-state-configuration "Permalink to this headline") The application is fed `genesis.json` the first time it starts up via the `InitChain` ABCI message. There are three fields that the application cares about: `chain\_id`, `app\_state`, and `validators`. To learn more about these fields [Read More](configuration/application.html) ### Setting the Validators[¶](#setting-the-validators "Permalink to this headline") Since Tendermint uses a traditional BFT algorithm to reach consensus on blocks, signatures from specified validator keys replace hashes used to mine blocks in typical PoW chains. This also means that the selection of validators is an extremely important part of the blockchain security. [Read More](configuration/validators.html) Building your own Application[¶](#building-your-own-application "Permalink to this headline") --------------------------------------------------------------------------------------------- ### Guiding Design Principles[¶](#guiding-design-principles "Permalink to this headline") Before we get into the structure of the application, there are a few design principles for weave (but also tendermint apps in general) that we must keep in mind. If you are coming from developing web servers or microservices, some of these are counter-intuitive. (Eg. you cannot make external API calls and concurrency is limited) #### Determinism[¶](#determinism "Permalink to this headline") The big key to blockchain development is determinism. Two binaries with the same state must **ALWAYS** produce the same result when passed a given transaction. This seems obvious, but this also occurs when the transactions are replayed weeks, months, or years by a new version, attempting to replay the blockchain. * You cannot relay on walltime (just the timestamp in the header) * No usage of floating point math * No random numbers! * No network calls (especially external APIs)! * No concurrency (unless you **really** know what you are doing) * JSON encoding in the storage is questionable, as the key order may change with newer JSON libraries. * Etc…. The summary is that everything is executed sequentially and deterministically, and thus we require extremely fast transaction processing to enable high throughput. Aim for 1-2 ms per transaction, including committing to disk at the end of the block. Thus, attention to performance is very important. #### ABCI[¶](#abci "Permalink to this headline") To understand this design, you should first understand what an ABCI application is and how that level blockchain abstraction works. ABCI is the interface between the tendermint daemon and the state machine that processes the transactions, something akin to wsgi as the interface between apache/nginx and a django application. > > There is an [in-depth reference](https://tendermint.readthedocs.io/en/master/app-development.html) to the ABCI protocol, but in short, an ABCI application is a state machine that responds to messages sent from one client (the tendermint consensus engine). It is run in parallel on every node, and they must all run the same set of transactions (what was included in the blocks), and then verify they have the same result (merkle root). The main messages that you need to be concerned with are: * Validation - CheckTx Before including a transaction, or gossiping it to peers, every node will call `CheckTx` to check if it is valid. This should be a best-attempt filter, we may reject transactions that are included in the block, but this should eliminate much spam * Execution of Blocks After a block is written to the chain, the tendermint engine makes a number of calls to process it. These are our hooks to make any *writes* to the datastore. + BeginBlock BeginBlock provides the new header and block height. You can also use this as a hook to trigger any delayed tasks that will execute at a given height. (see `Ticker` below) + DeliverTx - once per transaction DeliverTx is passed the raw bytes, just like CheckTx, but it is expected to process the transactions and write the state changes to the key-value store. This is the most important call to trigger any state change. + EndBlock After all transactions have been processed, EndBlock is a place to communicate any configuration changes the application wishes to make on the tendermint engine. This can be changes to the validator set that signs the next block, or changes to the consensus parameters, like max block size, max numbers of transactions per block, etc. + Commit After all results are returned, a Commit message is sent to flush all data to disk. This is an atomic operation, and after a crash, the state should be that after executing block `H` entirely, or block `H+1` entirely, never somewhere in between (or else you are punished by rebuilding the blockchain state by replaying the entire chain from genesis…) * Query A client also wishes to *read* the state. To do so, they may query arbitrary keys in the datastore, and get the current value stored there. They may also fix a recent height to query, so they can guarantee to get a consistent snapshot between multiple queries even if a block was committed in the meantime. A client may also request that the node returns a merkle proof for the key-value pair. This proof is a series of hashes, and produces a unique root hash after passing the key-value pair through the list. If this root hash matches the `AppHash` stored in a blockheader, we know that this value was agreed upon by consensus, and we can trust this is the true value of the chain, regardless of whether we trust the node we connect to. If you are interested, you can read more about [using validating light clients with tendermint](https://blog.cosmos.network/light-clients-in-tendermint-consensus-1237cfbda104) #### Persistence[¶](#persistence "Permalink to this headline") All data structures that go over the wire (passed on any external interface, or saved to the key value store), must be able to be serialized and de-serialized. An application may have any custom binary format it wants, and to support this flexibility, we provide a `Persistent` interface to handle marshaling similar to the `encoding/json` library. ``` type Persistent interface { Marshal() ([]byte, error) Unmarshal([]byte) error } ``` Note that Marshal can work with a struct, while Unmarshal (almost) always requires a pointer to work properly. You may define these two functions for every persistent data structure in your code, using any codec you want. However, for simplicity and cross-language parsing on the client size, we recommend to define `.proto` files and compile them with protobuf. [gogo protobuf](https://github.com/gogo/protobuf) will autogenerate Marshal and Unmarshal functions requiring no reflection. See the [Makefile](https://github.com/iov-one/weave/blob/master/Makefile) for `tools` and `protoc` which show how to automate installing the protobuf compiler and compiling the files. However, if you have another favorite codec, feel free to use that. Or mix and match. Each struct can use it’s own Marshaller. Before we get into the strucutre of the application, there are a few design principles for weave (but also tendermint apps in general) that we must keep in mind. ### Determinism[¶](#determinism "Permalink to this headline") The big key to blockchain development is determinism. Two binaries with the same state must **ALWAYS** produce the same result when passed a given transaction. [Read More](design/overview.html#determinism) ### Abstract Block Chain Interface (ABCI)[¶](#abstract-block-chain-interface-abci "Permalink to this headline") To understand this design, you should first understand what an ABCI application is and how that level blockchain abstraction works. ABCI is the interface between the tendermint daemon and the state machine that processes the transactions, something akin to wsgi as the interface between apache/nginx and a django application. [Read More](design/overview.html#abci) ### Persistence[¶](#persistence "Permalink to this headline") All data structures that go over the wire (passed on any external interface, or saved to the key value store), must be able to be serialized and deserialized. An application may have any custom binary format it wants, although all standard weave extensions use protobuf. [Read More](design/overview.html#persistence) Additional Reading[¶](#additional-reading "Permalink to this headline") ----------------------------------------------------------------------- We are in the process of doing a large overhaul on the docs. Until we are finished, please look at the [older version of the docs](index_old.html) for more complete (if outdated) information
erpc
go
eRPC documentation eRPC documentation[¶](#erpc-documentation "Permalink to this headline") ======================================================================= [eRPC](index.html#document-index) ================================= ### Navigation ### Related Topics * [Documentation overview](index.html#document-index) ### Quick search ©2018, Anuj Kalia. | Powered by [Sphinx 1.7.9](http://sphinx-doc.org/) & [Alabaster 0.7.11](https://github.com/bitprophet/alabaster)
nodes
go
nodes alpha documentation [nodes](index.html#document-index)   [nodes](index.html#document-index) * [Docs](index.html#document-index) » * nodes alpha documentation * [Edit on GitHub](https://github.com/adamdonahue/nodes/blob/master/docs/index.rst) --- nodes[¶](#nodes "Permalink to this headline") ============================================= An easy-to-use graph-oriented object model for Python. Overview[¶](#overview "Permalink to this headline") --------------------------------------------------- Graph-oriented programming, a functional reactive model in which changes to function inputs trigger the need for reevaluation of those functions, is generally a feature reserved for languages with strong functional programming support, particular those that perform strong type checking and that can enforce function purity at compile time. This is too bad. A graph-oriented programming model, in addition to providing a useful model for the relationships between objects in your system, can be an extremely productivity-enhancing tool, freeing the developer from a lot of the coding that would typically be needed to perform such things as memoization, lazy evaluation, dependency tracking, subscriptions and callbacks, temporary changes, report building, and so forth. It doesn’t have to be this way. A programmer can still leverage a graph-oriented model in a less strictly typed language as long as she adheres to the semantics required by such a model (mainly that on-graph functions must be pure and side-effect free). The goal of nodes is to bridge this gap by providing Python developers with a simple, elegant way to put their classes on a graph. Features[¶](#features "Permalink to this headline") --------------------------------------------------- * Ease of use. * Dependency tracking and invalidation for on-graph nodes. * Lazy evaluation. * Memoization. * Change delegation. * Contextual evaluation. (What-if scenario building.) Current Limitations[¶](#current-limitations "Permalink to this headline") ------------------------------------------------------------------------- * Runtime overhead. The current version focuses on the developer interface, and is not tuned for high performance. So there is overhead associated with each on-graph method that will impact programs that require high performance. * Single threaded. The graph is single threaded, and use within a multiple threaded environment is not yet supported. * No object persistence. The graph must be constructed in memory each time a program is launched; there is no object persistence layer yet. *This is a feature under development, namely, an object-oriented database of Python objects allowing one to save and read back on-graph objects.* * Dynamic graph construction. There are two approaches I could have taken to building the graph. One involves using a AST to determine the full structure of the graph upfront. The other involves dynamically discovering the graph as graph methods are called. At present I use the dynamic route, which means that graph edges are added and updated as on-graph functions are called. I plan to abstract the way the graph is discovered into a separate class and allow a user to perform static graph discovery vs dynamic, if desired. (One benefit to static discovery is that it makes it possible to query the graph about its relationships without having to had evaluated its functions, and even in that case, in a dynamic graph that has been evaluated with some set of inputs, one still doesn’t necessarily get a full picture of the graph, but instead sees the relationships as of a state in time - thatis, how the graph was used before the time at which you asked it for its structure.) Using nodes: Requirements[¶](#using-nodes-requirements "Permalink to this headline") ------------------------------------------------------------------------------------ Putting an object on the graph is easy, as this example illustrates. There are three things a developer must do. Two of these are technical: * His class must be a subclass of GraphObject. * On-graph methods in this class must be decorated with @graphMethod. The third is has to do with the semantics of the methods he has decorated with @graphMethod. All graph methods must be *pure and side-effect free* (with some exceptions that we need not delve into here). A function is *pure* if given the same inputs it returns the same output: ``` def cubed(self, x): return x \* x \* x ``` is a pure function, whereas: ``` file.readline ``` is not. A function has *side-effects* if it modifies global state in any way. cubed is side-effect free, but file.readline is not, as it would update state indicating where in the file its next read should occur. Purity and lack of side-effects often go hand-in-hand, and vice-versa. Why is purity so important? Because without purity we cannot know when a function’s value needs to be recomputed; if that value is determined by factors other than the inputs to the function then we lose control over when a function needs to be invalidated. And a huge benefit of the graph is its support for automatic node invalidation, node memoization, and lazy evaluation of node functions. (The documentation will contain more detail on the model used and the patterns one can leverage to perform common operations in a graph-consistent manner. I don’t want to get too Haskell-y on you because this is a Python module, not a Haskell library.) So you may be thinking, jeez, this all sounds quite mathy and it sounds as if it’ll be a pain to write proper on-graph methods. That’s a fair initial reaction. But the reality is that developing with nodes is not that diffcult, and if you follow its practices you end up with cleaner code and maybe even a new way of thinking about problems. Using nodes: An Example[¶](#using-nodes-an-example "Permalink to this headline") -------------------------------------------------------------------------------- The following example illustrates how you might use nodes to put a simple example class on the graph. It doesn’t cover all of nodes’ features but will give you an idea of its flavor. The comments below indicate the status of each graph method after a given calculation. At this point I’m going to switch to using the term “node” instead of method, as in reality a method may map to multiple nodes (for example, in the case where the method has arguments in addition to self). * invalid: The node is not set and the method body will run when its value is next requested. * calced: The node is valid and its value was calculated by running the function body and memoizing the result. As long as the node remains valid its memoized output will be returned with no recomputation required. * set: The node was set to a specific value by the user. This setting is non-contextual (global) to the graph. * overlaid: The node was overlaid to a specific value by the user within a GraphContext. The overlay is active only within the context, and upon exiting the context the node’s state is reverted to its prior value. (This is not strictly true; if global dependencies changed that were hidden by the context the node might have been invalidated outside the context and thus require computation the next time it’s valid is requested.) That said, here is the code: ``` class Example(nodes.GraphObject): @nodes.graphMethod def X(self): return 'X:%s:%s' % (self.Y(), self.Z()) @nodes.graphMethod(nodes.Settable) def Y(self): return 'Y' @nodes.graphMethod(nodes.Settable) def Z(self): return 'Z' def main(): example = Example() # example.X <invalid> # example.Y <invalid> # example.Z <invalid> example.X() # example.X == 'X:Y:Z' <calced> # example.Y == 'Y' <calced> # example.Z == 'Z' <calced> example.Y = 'y' # example.X <invalid> # example.Y == 'y' <set> # example.Z == 'Z' <calced> example.X() # example.X == 'X:y:Z' <calced> # example.Y == 'y' <set> # example.Z == 'Z' <calced> example.Y.clearValue() # example.X <invalid> # example.Y <invalid> (maybe) # example.Z == 'Z' <calced> example.X() # example.X == 'X:Y:Z' <calced> # example.Y == 'Y' <calced> # example.Z == 'Z' <calced> with nodes.GraphContext(): example.Y.overlayValue('y') # example.X <invalid> # example.Y == 'Y' <overlaid> # example.Z == 'z' <calced> example.X() # example.X == 'X:Y:z' <calced> # example.Y == 'Y' <overlaid> # example.Z == 'z' <calced> # example.X <invalid> (maybe) # example.Y == 'Y' <invalid> (maybe) # example.Z == 'Z' <calced> with nodes.GraphContext() as savedContext: example.Y.overlayValue('y') # example.X <invalid> # example.Y == 'y' <overlaid> # example.Z == 'Z' <calced> # example.X <invalid (maybe)> # example.Y <invalid (maybe)> # example.Z == 'Z' <calced> example.X() # example.X == 'X:Y:Z' <calced> # example.Y == 'Y' <calced> # example.Z == 'Z' <calced> with savedContext: # example.X <invalid> # example.Y == 'y' <overlaid> # example.Z == 'Z' <calced> example.X() # example.X == 'X:y:Z' <calced> # example.Y == 'y' <overlaid> # example.Z == 'Z' <calced> with nodes.GraphContext(): example.Z.overlayValue('z') # example.X <invalid> # example.Y == 'y' <overlaid> # example.Z == 'z' <overlaid> example.X() # example.X == 'X:y:z' <calced> # example.Y == 'y' <overlaid> # example.Z == 'z' <overlaid> # example.X <invalid> # example.Y == 'y' <overlaid> # example.Z == 'Z' <invalid (maybe)> ```
utils
go
utils 0.1.1 documentation [utils](index.html#document-index) * [List](index.html#document-list) * [Stat](index.html#document-stat) * [String](index.html#document-string) * [Bio](index.html#document-bio)   [utils](index.html#document-index) * [Docs](index.html#document-index) » * utils 0.1.1 documentation * [Edit on GitHub](https://github.com/sefakilic/utils/blob/master/docs/index.rst) --- Welcome to utils’s documentation![¶](#welcome-to-utils-s-documentation "Permalink to this headline") ==================================================================================================== Contents: List[¶](#module-utils.list "Permalink to this headline") -------------------------------------------------------- List module implements list processing functions, mostly as named in Data.List module of Haskell. utils.list.concat(*xss*)[¶](#utils.list.concat "Permalink to this definition") Concatenate a list of lists ``` >>> concat([[1,2], [3,4], [5]]) [1, 2, 3, 4, 5] ``` utils.list.concat\_map(*f*, *xs*)[¶](#utils.list.concat_map "Permalink to this definition") Map a function over a list and concatenate the results. ``` >>> concat\_map(lambda x: [x]\*3, [1, 2, 3]) [1, 1, 1, 2, 2, 2, 3, 3, 3] ``` utils.list.cycle(*xs*)[¶](#utils.list.cycle "Permalink to this definition") Given a list, return a circular list, the infinite repetition of the original list. ``` >>> list(itertools.islice(cycle([1, 2, 3]), 10)) [1, 2, 3, 1, 2, 3, 1, 2, 3, 1] ``` utils.list.delete(*x*, *ys*)[¶](#utils.list.delete "Permalink to this definition") Remove the first occurrence of x from its list argument. ``` >>> delete(1, [0, 1, 2, 3, 4]) [0, 2, 3, 4] ``` utils.list.diff(*xs*, *ys*)[¶](#utils.list.diff "Permalink to this definition") List difference. In the result of diff(xs, ys) the first occurrence of each element of ys in turn (if any) has been removed from xs. Thus diff(xs+ys, xs) = ys ``` >>> diff([1, 2, 3, 1, 4, 2], [1, 2]) [3, 1, 4, 2] >>> diff([], [1, 2]) [] >>> diff([1, 2, 3], []) [1, 2, 3] ``` utils.list.drop(*n*, *xs*)[¶](#utils.list.drop "Permalink to this definition") Return the suffix of xs after first n elements, or [] if n > len(xs) ``` >>> drop(6, 'Hello world!') 'world!' >>> drop(3, [1, 2]) [] >>> drop(-1, [1, 2]) [1, 2] ``` utils.list.drop\_while(*pred*, *xs*)[¶](#utils.list.drop_while "Permalink to this definition") Return the suffix remaining after take\_while(p, xs). ``` >>> drop\_while(lambda x: operator.lt(x, 3), [1, 2, 3, 4, 5, 1, 2, 3]) [3, 4, 5, 1, 2, 3] >>> drop\_while(lambda x: operator.lt(x, 9), [1, 2, 3]) [] >>> drop\_while(lambda x: operator.lt(x, 0), [1, 2, 3]) [1, 2, 3] ``` utils.list.drop\_while\_end(*pred*, *xs*)[¶](#utils.list.drop_while_end "Permalink to this definition") Drop the largest suffix of the list in which the given predicate holds for all elements. ``` >>> drop\_while\_end(lambda x: x>3, [1, 2, 3, 4, 5]) [1, 2, 3] ``` utils.list.elem(*x*, *xs*)[¶](#utils.list.elem "Permalink to this definition") The list membership predicate. ``` >>> elem(1, [1, 2, 3]) True >>> elem(4, [1, 2, 3]) False ``` utils.list.elem\_index(*p*, *xs*)[¶](#utils.list.elem_index "Permalink to this definition") Return the index of the first element in the given list which is equal to the query element, or None if there is no such element. ``` >>> elem\_index(2, [1, 2, 3, 2]) 1 >>> elem\_index(4, [1, 2, 3, 2]) is None True ``` utils.list.elem\_indices(*p*, *xs*)[¶](#utils.list.elem_indices "Permalink to this definition") Return the indices of all elements equal to the query element, in ascending order. ``` >>> elem\_indices(2, [1, 2, 3, 2]) [1, 3] >>> elem\_indices(4, [1, 2, 3, 2]) == [] True ``` utils.list.find(*pred*, *xs*)[¶](#utils.list.find "Permalink to this definition") Return the first element in the list matching the predicate and None if there is no such element. ``` >>> find(lambda x: operator.lt(x, 3), [3, 2, 4]) 1 >>> find(lambda x: operator.lt(x, 1), [3, 2, 4]) is None True ``` utils.list.find\_index(*pred*, *xs*)[¶](#utils.list.find_index "Permalink to this definition") Return the index of the first element in the list satisfying the predicate, None if there is no such element. ``` >>> find\_index(lambda x: x==2, [1, 2, 3, 2]) 1 >>> find\_index(lambda x: x==4, [1, 2, 3, 2]) is None True ``` utils.list.find\_indices(*pred*, *xs*)[¶](#utils.list.find_indices "Permalink to this definition") Return the indices of all elements satisfying the predicate, in ascending order. ``` >>> find\_indices(lambda x: x==2, [1, 2, 3, 2]) [1, 3] >>> find\_indices(lambda x: x==4, [1, 2, 3, 2]) [] ``` utils.list.foldl(*f*, *z*, *xs*)[¶](#utils.list.foldl "Permalink to this definition") foldl, applied to a binary operator, a starting value (typically the left-identity of the operator), and a list, reduces the list using the binary operator, from left to right. foldl(f, z, [x1, x2, x3]) == f(f(f(z, x1), x2), x3) ``` >>> foldl (operator.div, 64, [4, 2, 4]) 2 ``` utils.list.foldl1(*f*, *xs*)[¶](#utils.list.foldl1 "Permalink to this definition") foldl1 is a variant of foldl that has no starting value argument, and thus must be applied to non-empty lists. ``` >>> foldl1 (operator.div, [64, 4, 2, 4]) 2 ``` utils.list.foldr(*f*, *z*, *xs*)[¶](#utils.list.foldr "Permalink to this definition") foldr, applied to a binary operator, a starting value (typically the right-identity of the operator), and a list, reduces the list using the binary operator, from right to left: foldr(f, z, [x1,x2,x3]) = f(x1, f(x2, f(x3, z))) ``` >>> foldr(operator.div, 2, [8, 12, 24, 4]) 8 ``` utils.list.foldr1(*f*, *xs*)[¶](#utils.list.foldr1 "Permalink to this definition") foldr1 is a variant of foldr that has no starting value argument, thus must be applied to non-empty lists. ``` >>> foldr1(operator.div, [8, 12, 24, 4]) 4 ``` utils.list.group(*xs*)[¶](#utils.list.group "Permalink to this definition") The group function takes a list and returns a list of lists such that the concatenation of the result is equal to the argument. Moreover, each sublist in the result contains only equal elements. ``` >>> group([1, 2, 2, 3, 3, 3, 1, 2, 2]) [[1], [2, 2], [3, 3, 3], [1], [2, 2]] ``` utils.list.head(*xs*)[¶](#utils.list.head "Permalink to this definition") Extract the first element of a list, which must be non-empty. ``` >>> head([1, 2, 3]) 1 ``` utils.list.init(*xs*)[¶](#utils.list.init "Permalink to this definition") Return all the elements of a list except the last one. The list must be non-empty. ``` >>> init([1, 2, 3]) [1, 2] ``` utils.list.inits(*xs*)[¶](#utils.list.inits "Permalink to this definition") Return all initial segments of the argument, shortest first. ``` >>> inits('abc') [[], 'a', 'ab', 'abc'] >>> inits([1,2,3]) [[], [1], [1, 2], [1, 2, 3]] ``` utils.list.intercalate(*xs*, *xss*)[¶](#utils.list.intercalate "Permalink to this definition") intercalate(xs, xss) is equivalent to concat(intersperse xs xss). It inserts the list xs in between the lists in xss and concatenates the result. ``` >>> intercalate([0, 0], [[1, 2, 3], [4, 5, 6], [7, 8]]) [1, 2, 3, 0, 0, 4, 5, 6, 0, 0, 7, 8] ``` utils.list.intersect(*xs*, *ys*)[¶](#utils.list.intersect "Permalink to this definition") Return the intersection of two lists. If the first list contains duplicates, so will the result. ``` >>> intersect([1, 2, 3, 4], [5, 4, 3]) [3, 4] >>> intersect([1, 1, 2, 2, 3, 3, 4, 4], [5, 4, 3]) [3, 3, 4, 4] ``` utils.list.intersperse(*sep*, *xs*)[¶](#utils.list.intersperse "Permalink to this definition") Take an element and a list and ‘intersperse’ that element between the elements of the list. ``` >>> intersperse(0, [1,2,3]) [1, 0, 2, 0, 3] >>> intersperse(0, []) [] ``` utils.list.is\_infix\_of(*xs*, *ys*)[¶](#utils.list.is_infix_of "Permalink to this definition") Take two lists and return True if the first is the infix of the second. ``` >>> is\_infix\_of([2, 3, 4], [1, 2, 3, 4, 5]) True >>> is\_infix\_of([1, 2, 5], [1, 2, 3, 4, 5]) False ``` utils.list.is\_prefix\_of(*xs*, *ys*)[¶](#utils.list.is_prefix_of "Permalink to this definition") Take two lists and return True if the first list is the prefix of the second. ``` >>> is\_prefix\_of([1, 2, 3], [1, 2, 3, 4, 5]) True >>> is\_prefix\_of([2, 3, 4], [1, 2, 3, 4, 5]) False ``` utils.list.is\_suffix\_of(*xs*, *ys*)[¶](#utils.list.is_suffix_of "Permalink to this definition") Take two lists and return True if the first is the suffix of the second. ``` >>> is\_suffix\_of([3, 4, 5], [1, 2, 3, 4, 5]) True >>> is\_suffix\_of([2, 3, 4], [1, 2, 3, 4, 5]) False ``` utils.list.iterate(*f*, *x*)[¶](#utils.list.iterate "Permalink to this definition") Return an infinite list of repeated applications of f to x. iterate(f, x) = [x, f(x), f(f(x)), f(f(f(x))), ...] ``` >>> list(itertools.islice(iterate(lambda x: 2\*x, 1), 3)) [2, 4, 8] ``` utils.list.lall(*f*, *xs*)[¶](#utils.list.lall "Permalink to this definition") Applied to a predicate and a list, ‘all’ determines if all elements of the list satisfy the predicate. ``` >>> lall(lambda x: operator.le(x, 5), [3, 4, 5, 6]) False >>> lall(lambda x: operator.le(x, 9), [3, 4, 5, 6]) True ``` utils.list.land(*bs*)[¶](#utils.list.land "Permalink to this definition") land returns the conjunction of a Boolean list. ``` >>> land([True, False, True]) False >>> land([True, True]) True >>> land([]) True ``` utils.list.lany(*f*, *xs*)[¶](#utils.list.lany "Permalink to this definition") Applied to a predicate and a list, ‘any’ determines if any element of the list satisfies the predicate. ``` >>> lany(lambda x: operator.ge(x, 5), [3, 4, 5, 6]) True >>> lany(lambda x: operator.ge(x, 9), [3, 4, 5, 6]) False ``` utils.list.last(*xs*)[¶](#utils.list.last "Permalink to this definition") Extract the last element of a list, which must be non-empty. ``` >>> last([1, 2, 3]) 3 ``` utils.list.lbreak(*pred*, *xs*)[¶](#utils.list.lbreak "Permalink to this definition") lbreak, applied to a predicate pred and a list xs, returns a tuple where first element is the longest prefix (possibly empty) of xs of elements that do \_not\_ satisfy p and the second element is the remainder of the list. ``` >>> lbreak(lambda x: x>3, [1, 2, 3, 4, 1, 2, 3, 4]) ([1, 2, 3], [4, 1, 2, 3, 4]) >>> lbreak(lambda x: x<9, [1, 2, 3]) ([], [1, 2, 3]) >>> lbreak(lambda x: x>9, [1, 2, 3]) ([1, 2, 3], []) ``` utils.list.length(*xs*)[¶](#utils.list.length "Permalink to this definition") Return the length of the list. ``` >>> length([1, 2, 3]) 3 ``` utils.list.lookup(*key*, *assocs*)[¶](#utils.list.lookup "Permalink to this definition") Look up a key in an association list. ``` >>> lookup('c', [('a', 0), ('b', 1), ('c', 2)]) 2 >>> lookup('f', [('a', 0), ('b', 1), ('c', 2)]) is None True ``` utils.list.lor(*bs*)[¶](#utils.list.lor "Permalink to this definition") lor returns the disjunction of a Boolean list. ``` >>> lor([True, False, True]) True >>> lor([True, True]) True >>> lor([]) False ``` utils.list.lsum(*nums*)[¶](#utils.list.lsum "Permalink to this definition") Compute the sum of a list of numbers. >>> lsum([1, 2, 3]) 6 utils.list.map\_accum\_l(*f*, *z*, *xs*)[¶](#utils.list.map_accum_l "Permalink to this definition") map\_accum\_l behaves like a combination of map and foldl; it applies a function to each element of a list, passing an accumulating parameter from left to right, and returning a final value for this accumulator together with the new list. ``` >>> map\_accum\_l(lambda x, y: (x, x\*y), 5, [9, 6, 3]) (5, [45, 30, 15]) >>> map\_accum\_l(lambda x, y: (x+y, x\*y), 5, [2, 4, 8]) (19, [10, 28, 88]) >>> map\_accum\_l(lambda x, y: (x+y, y), 5, [2, 4, 8]) (19, [2, 4, 8]) >>> map\_accum\_l(lambda x, y: (y, y), 5, [2, 4, 8]) (8, [2, 4, 8]) >>> map\_accum\_l(lambda x, y: (x, x), 5, [2, 4, 8]) (5, [5, 5, 5]) ``` utils.list.map\_accum\_r(*f*, *z*, *xs*)[¶](#utils.list.map_accum_r "Permalink to this definition") map\_accum\_r function behaves like a combination of ‘map’ and ‘foldr’; it applies a function to each element of a list, passing an accumulating parameter from right to left, and returning a final value of this accumulator together with the new list. ``` >>> map\_accum\_r(lambda x,y: (x, x\*y), 5, [9, 6, 3]) (5, [45, 30, 15]) >>> map\_accum\_r(lambda x,y: (x+y, x\*y), 5, [2, 4, 8]) (19, [34, 52, 40]) >>> map\_accum\_r(lambda x,y: (x+y, y), 5, [2, 4, 8]) (19, [2, 4, 8]) ``` utils.list.maximum(*xs*)[¶](#utils.list.maximum "Permalink to this definition") Return the maximum value from the list, which must be non-empty and of an ordered type. ``` >>> maximum([1, 3, 4, 2]) 4 ``` utils.list.minimum(*xs*)[¶](#utils.list.minimum "Permalink to this definition") Return the minimum value from the list, which must be non-empty and of an ordered type. ``` >>> minimum([1, 3, 4, 2]) 1 ``` utils.list.not\_elem(*x*, *xs*)[¶](#utils.list.not_elem "Permalink to this definition") Negation of elem. ``` >>> not\_elem(1, [1, 2, 3]) False >>> not\_elem(4, [1, 2, 3]) True ``` utils.list.nub(*xs*)[¶](#utils.list.nub "Permalink to this definition") Remove duplicates from a list. ``` >>> nub([1, 2, 1, 3, 2, 1, 2, 3]) [1, 2, 3] ``` utils.list.nub\_by(*eqtest*, *xs*)[¶](#utils.list.nub_by "Permalink to this definition") Behave just like nub, except use a user-supplied equality predicate instead of == function. ``` >>> nub\_by(lambda x, y: (x>0) == (y>0), [1, 2, -1, 2, -3, 4]) [1, -1] ``` utils.list.null(*xs*)[¶](#utils.list.null "Permalink to this definition") Test whether a list is empty. ``` >>> null([1, 2, 3]) False >>> null([]) True ``` utils.list.partition(*pred*, *xs*)[¶](#utils.list.partition "Permalink to this definition") Return a pair of lists of elements which do and don’t satisfy the predicate. ``` >>> partition(lambda x: x<3, [1, 2, 3, 4, 5]) ([1, 2], [3, 4, 5]) ``` utils.list.permutations(*xs*, *r=None*)[¶](#utils.list.permutations "Permalink to this definition") The permutations function returns the list of all permutations of the argument of length r If r is not specified or is None, it defaults to the length of the list. ``` >>> permutations([1,2,3]) [[1, 2, 3], [1, 3, 2], [2, 1, 3], [2, 3, 1], [3, 1, 2], [3, 2, 1]] >>> permutations([1,2,3], 2) [[1, 2], [1, 3], [2, 1], [2, 3], [3, 1], [3, 2]] ``` utils.list.product(*nums*)[¶](#utils.list.product "Permalink to this definition") Compute the product of a list of numbers. ``` >>> product([1, 2, 3, 4]) 24 ``` utils.list.repeat(*x*)[¶](#utils.list.repeat "Permalink to this definition") Return an infinite list, with x the value of every element. ``` >>> list(itertools.islice(repeat(3), 4)) [3, 3, 3, 3] ``` utils.list.replicate(*n*, *x*)[¶](#utils.list.replicate "Permalink to this definition") Return a list of length given by the first argument and the items having value of the second argument. ``` >>> replicate(3, 5) [5, 5, 5] ``` utils.list.reverse(*xs*)[¶](#utils.list.reverse "Permalink to this definition") Return the elements of xs in reverse order. ``` >>> reverse([1, 2, 3]) [3, 2, 1] ``` utils.list.scanl(*f*, *z*, *xs*)[¶](#utils.list.scanl "Permalink to this definition") scanl is similar to foldl, but returns a list of successive reduced values from the left. scanl(f, z, [x1,x2,x3]) == [z, f(z, x1), f(f(z, x1), x2), f(f(f(z, x1), x2), x3)] ``` >>> scanl(operator.div, 64, [4, 2, 4]) [64, 16, 8, 2] ``` utils.list.scanl1(*f*, *xs*)[¶](#utils.list.scanl1 "Permalink to this definition") scanl1 is a variant of scanl that has no starting value argument ``` >>> scanl1(operator.div, [64, 4, 2, 4]) [64, 16, 8, 2] ``` utils.list.scanr(*f*, *z*, *xs*)[¶](#utils.list.scanr "Permalink to this definition") scanr is the right-to-left dual of scanl. ``` >>> scanr(operator.add, 5, [1, 2, 3, 4]) [15, 14, 12, 9, 5] >>> scanr(operator.div, 2, [8, 12, 24, 4]) [8, 1, 12, 2, 2] ``` utils.list.scanr1(*f*, *xs*)[¶](#utils.list.scanr1 "Permalink to this definition") scanr1 is a variant of scanr that has no starting value argument. ``` >>> scanr1(operator.add, [1, 2, 3, 4]) [10, 9, 7, 4] >>> scanr1(operator.div, [8, 12, 24, 2]) [8, 1, 12, 2] ``` utils.list.shuffle(*xs*)[¶](#utils.list.shuffle "Permalink to this definition") Return a shuffled copy of the list. ``` >>> random.seed(1); shuffle([1, 2, 3, 4, 5]) [2, 5, 3, 4, 1] ``` utils.list.span(*pred*, *xs*)[¶](#utils.list.span "Permalink to this definition") span, applied to a predicate pred and a list xs, returns a tuple where the first element is longest prefix (possibly empty) of xs of elements that satisfy pred and the second element is the remainder of the list. ``` >>> span(lambda x: x<3, [1, 2, 3, 4, 1, 2, 3, 4]) ([1, 2], [3, 4, 1, 2, 3, 4]) >>> span(lambda x: x<9, [1, 2, 3]) ([1, 2, 3], []) >>> span(lambda x: x<0, [1, 2, 3]) ([], [1, 2, 3]) ``` utils.list.split\_at(*n*, *xs*)[¶](#utils.list.split_at "Permalink to this definition") Return a tuple where first element is xs prefix of length n and the second element is the remainder of the list. ``` >>> split\_at(3, [1,2,3,4,5]) ([1, 2, 3], [4, 5]) ``` utils.list.strip\_prefix(*prefix*, *xs*)[¶](#utils.list.strip_prefix "Permalink to this definition") Drop the given prefix from the list. ``` >>> strip\_prefix('foo', 'foobar') 'bar' >>> strip\_prefix('foo', 'foo') '' >>> strip\_prefix('barfoo', 'foo') 'foo' ``` utils.list.subsequences(*xs*)[¶](#utils.list.subsequences "Permalink to this definition") Return the list of all subsequences of the argument. ``` >>> subsequences([1,2,3]) [[], [1], [2], [3], [1, 2], [1, 3], [2, 3], [1, 2, 3]] ``` utils.list.tail(*xs*)[¶](#utils.list.tail "Permalink to this definition") Extract the elements after the head of a list, which must be non-empty. ``` >>> tail([1, 2, 3]) [2, 3] ``` utils.list.tails(*xs*)[¶](#utils.list.tails "Permalink to this definition") Return all tails of the argument, longest first. ``` >>> tails([1, 2, 3]) [[1, 2, 3], [2, 3], [3], []] ``` utils.list.take(*n*, *xs*)[¶](#utils.list.take "Permalink to this definition") Return the prefix of xs of length n, or xs itself if n > len(xs) ``` >>> take(5, 'hello world!') 'hello' >>> take(3, [1, 2, 3, 4, 5]) [1, 2, 3] >>> take(3, [1]) [1] ``` utils.list.take\_while(*pred*, *xs*)[¶](#utils.list.take_while "Permalink to this definition") Return the longest prefix (possibly empty) of xs of elements that satisfy pred. ``` >>> take\_while(lambda x: operator.lt(x, 3), [1, 2, 3, 4, 1, 2, 3, 4]) [1, 2] >>> take\_while(lambda x: operator.lt(x, 9), [1, 2, 3]) [1, 2, 3] >>> take\_while(lambda x: operator.lt(x, 0), [1, 2, 3]) [] ``` utils.list.transpose(*xss*)[¶](#utils.list.transpose "Permalink to this definition") Transpose the rows and columns of xss. ``` >>> transpose([[1,2,3], [4,5,6]]) [[1, 4], [2, 5], [3, 6]] ``` utils.list.union(*xs*, *ys*)[¶](#utils.list.union "Permalink to this definition") Return the list union of the two lists. Duplicates, and elements of the first list, are removed from the second list, but if the first list contains duplicates, so will the result. ``` >>> union([1, 2, 3], [4, 5]) [1, 2, 3, 4, 5] >>> union([1, 2, 3], [3, 2, 1, 0]) [1, 2, 3, 0] >>> union([1, 2, 2], [1, 2, 3]) [1, 2, 2, 3] ``` utils.list.unzip(*zipped*)[¶](#utils.list.unzip "Permalink to this definition") Transform a list of tuples into a list of first components, second components, and so on. ``` >>> unzip(zip([1, 2, 3], [4, 5, 6])) [[1, 2, 3], [4, 5, 6]] >>> unzip(zip([1, 2, 3], [4, 5, 6], [7, 8, 9])) [[1, 2, 3], [4, 5, 6], [7, 8, 9]] ``` utils.list.zip\_with(*f*, *\*lists*)[¶](#utils.list.zip_with "Permalink to this definition") Generalize zip by zipping with the function given as the first argument, instead of tupling function. ``` >>> zip\_with(operator.add, [1, 2, 3], [4, 5, 6]) [5, 7, 9] >>> zip\_with(lambda x,y,z: x\*y\*z, [1, 2, 3], [4, 5, 6], [7, 8, 9]) [28, 80, 162] ``` Stat[¶](#module-utils.stat "Permalink to this headline") -------------------------------------------------------- Math and statistics related utility functions utils.stat.log2(*x*)[¶](#utils.stat.log2 "Permalink to this definition") Binary logarithm ``` >>> log2(2) 1.0 ``` utils.stat.mean(*xs*)[¶](#utils.stat.mean "Permalink to this definition") Mean of a list of numbers. ``` >>> mean([1,2,3,4]) 2.5 ``` utils.stat.mean\_and\_sd(*xs*)[¶](#utils.stat.mean_and_sd "Permalink to this definition") Mean and standard deviation as tuple. ``` >>> map(lambda x: round(x, 2), mean\_and\_sd([1, 2, 3, 4, 5])) [3.0, 1.58] ``` utils.stat.median(*xs*)[¶](#utils.stat.median "Permalink to this definition") Median of a list of numbers ``` >>> median([3, 2, 1, 4, 5]) 3 >>> median([3, 2, 1, 4]) 2.5 ``` utils.stat.normalize(*xs*)[¶](#utils.stat.normalize "Permalink to this definition") utils.stat.pearson\_correlation(*x*, *y*)[¶](#utils.stat.pearson_correlation "Permalink to this definition") Pearson product-moment correlation coefficient utils.stat.sample(*xs*)[¶](#utils.stat.sample "Permalink to this definition") utils.stat.se(*xs*, *correct=True*)[¶](#utils.stat.se "Permalink to this definition") Standard error of a list of numbers. ``` >>> round(se([1, 2, 3, 4, 5]), 2) 0.71 >>> round(se([1, 2, 3, 4, 5], correct=False), 2) 0.63 ``` utils.stat.std(*xs*, *correct=True*)[¶](#utils.stat.std "Permalink to this definition") Standard deviation of a list of numbers. ``` >>> round(sd([1, 2, 3, 4, 5]), 2) 1.58 >>> round(sd([1, 2, 3, 4, 5], correct=False), 2) 1.41 ``` utils.stat.variance(*xs*, *correct=True*)[¶](#utils.stat.variance "Permalink to this definition") Variance of a list of numbers. ``` >>> variance([1, 2, 3, 4, 5]) 2.5 >>> variance([1, 2, 3, 4, 5], correct=False) 2.0 ``` String[¶](#string "Permalink to this headline") ----------------------------------------------- utils.string.lines(*s*)[¶](#utils.string.lines "Permalink to this definition") Break a string up into a list of strings at newline characters. The resulting strings do not contain newlines. ``` >>> lines("string\nwith\nnewline") ['string', 'with', 'newline'] ``` utils.string.unlines(*ls*)[¶](#utils.string.unlines "Permalink to this definition") Inverse operation to lines. ``` >>> unlines(['string', 'with', 'newline']) 'string\nwith\nnewline' ``` utils.string.unwords(*ws*)[¶](#utils.string.unwords "Permalink to this definition") Inverse operation to words. Join words with separating spaces. ``` >>> unwords(['two', 'words']) 'two words' ``` utils.string.words(*s*)[¶](#utils.string.words "Permalink to this definition") Break a string into a list of words, which were delimited by whitespace. ``` >>> words("two words") ['two', 'words'] ``` Bio[¶](#module-utils.bio "Permalink to this headline") ------------------------------------------------------ Utility functions, mostly using biopython utils.bio.base\_freq(*seq*)[¶](#utils.bio.base_freq "Permalink to this definition") Base frequencies of a sequence utils.bio.build\_motif(*sites*, *bg=None*)[¶](#utils.bio.build_motif "Permalink to this definition") Given a collection of sites, return a Biopython motif object. utils.bio.complement(*seq*)[¶](#utils.bio.complement "Permalink to this definition") Return the complement of a sequence utils.bio.get\_genome(*accession*, *data\_dir*)[¶](#utils.bio.get_genome "Permalink to this definition") Read the genome from file if available, otherwise retrieve genome record from NCBI. utils.bio.get\_motif\_sequences(*motif*)[¶](#utils.bio.get_motif_sequences "Permalink to this definition") Return sequences of a motif utils.bio.get\_org\_name(*rec*)[¶](#utils.bio.get_org_name "Permalink to this definition") Return the organism name, given the genome record. utils.bio.get\_protein(*accession*)[¶](#utils.bio.get_protein "Permalink to this definition") Get protein record from NCBI utils.bio.get\_pubmed(*pmid*)[¶](#utils.bio.get_pubmed "Permalink to this definition") Retrieve pubmed publication from NCBI database utils.bio.pssm\_threshold(*motif*, *alpha\_n=0.05*, *n=500*, *background=None*)[¶](#utils.bio.pssm_threshold "Permalink to this definition") Given a motif, return the pssm scoring threshold th such that the probability of observing a site in a n (e.g. 500) bp sequence from background distribution having a score at least th is alpha\_n (e.g. 0.05). utils.bio.read\_fasta(*fasta\_file*)[¶](#utils.bio.read_fasta "Permalink to this definition") Read fasta file and return the list of records, consisting of description and sequence utils.bio.read\_seqs\_from\_fasta(*fasta\_file*)[¶](#utils.bio.read_seqs_from_fasta "Permalink to this definition") Read sequences from the file utils.bio.read\_seqs\_from\_text\_file(*text\_file*)[¶](#utils.bio.read_seqs_from_text_file "Permalink to this definition") Read sequences from a text file, one sequence per line. utils.bio.reverse\_complement(*seq*)[¶](#utils.bio.reverse_complement "Permalink to this definition") Reverse complement of a sequence utils.bio.run\_meme(*seqs*, *outdir*, *meme\_settings*)[¶](#utils.bio.run_meme "Permalink to this definition") Run MEME for motif discovery. meme\_settings is a dictionary that contains all MEME parameters. Return a MEME record object as defined in Bio-python module. utils.bio.weblogo(*motif*, *fname=None*, *\*\*kwargs*)[¶](#utils.bio.weblogo "Permalink to this definition") Build the weblogo given a motif. If fname argument is None, just display the weblogo. Otherwise, write the logo to the file.
units
go
Units documentation [Units](#) stable Basics * [Introduction](index.html#document-introduction/index) + [Why?](index.html#why) - [Design Requirements](index.html#design-requirements) * [How It Works](index.html#document-introduction/how) * [Testing](index.html#document-introduction/testing) * [Sources of Unit String Definitions](index.html#document-introduction/sources) * [Converter App](index.html#document-introduction/converter) * [Installation and Linking](index.html#document-installation/index) + [Header Only Use](index.html#header-only-use) + [Compiled Usage](index.html#compiled-usage) + [Standalone Library](index.html#standalone-library) - [Unit Library CMake Reference](index.html#document-installation/cmake_variables) * [CMake variables](index.html#cmake-variables) * [CMake Targets](index.html#cmake-targets) * [Example](index.html#example) * [User Guide](index.html#document-user-guide/index) + [Units](index.html#document-user-guide/units) - [Basic Unit Types](index.html#basic-unit-types) * [Derived Units](index.html#derived-units) - [Basic operations](index.html#basic-operations) - [Comparison Operators](index.html#comparison-operators) - [Methods](index.html#methods) * [Special Units](index.html#document-user-guide/special_units) * [Custom Units](index.html#document-user-guide/custom_units) * [Equation Units](index.html#document-user-guide/equation_units) * [Custom Counting Units](index.html#document-user-guide/custom_count_units) + [Measurements](index.html#document-user-guide/measurements) - [Precise measurements](index.html#precise-measurements) + [Fixed Measurements](index.html#document-user-guide/fixed_measurements) - [Relationship with numbers](index.html#relationship-with-numbers) - [Interactions with measurement](index.html#interactions-with-measurement) + [Uncertain Measurements](index.html#document-user-guide/uncertain_measurements) - [Constructors](index.html#constructors) - [Additional operators](index.html#additional-operators) - [String operations](index.html#string-operations) + [Units From Strings](index.html#document-user-guide/from_string) - [Unit Strings](index.html#unit-strings) - [Measurement strings](index.html#measurement-strings) - [Uncertain Measurements](index.html#uncertain-measurements) + [Units To Strings](index.html#document-user-guide/to_string) - [Advanced Usage](index.html#advanced-usage) - [Stream Operators](index.html#stream-operators) - [Underlying Conversion Map Access](index.html#underlying-conversion-map-access) + [Math Operations](index.html#document-user-guide/math_operations) - [Type traits](index.html#type-traits) - [Rounding and Truncation](index.html#rounding-and-truncation) - [Trigonometric functions](index.html#trigonometric-functions) - [Multiplies and divides](index.html#multiplies-and-divides) - [Others](index.html#others) + [Commodities](index.html#document-user-guide/commodities) - [Methods](index.html#methods) * [Custom Commodities](index.html#custom-commodities) - [Commodities to names](index.html#commodities-to-names) - [String To Commodities](index.html#string-to-commodities) - [Defined Commodities](index.html#defined-commodities) + [User defined units](index.html#document-user-guide/user_defined_units) - [Defining a custom unit](index.html#defining-a-custom-unit) - [Input File](index.html#input-file) - [Other Library Operations](index.html#other-library-operations) - [Notes on units and threads](index.html#notes-on-units-and-threads) + [Physical constants](index.html#document-user-guide/Physical_constants) - [Defined constants](index.html#defined-constants) - [Planck Units](index.html#planck-units) - [Atomic units](index.html#atomic-units) - [Numbers](index.html#numbers) - [Planetary masses](index.html#planetary-masses) - [From Strings](index.html#from-strings) - [Uncertainties](index.html#uncertainties) + [Defined Units](index.html#document-user-guide/defined_units) - [Listing of Units](index.html#listing-of-units) * [Base Units](index.html#base-units) * [Specialized units](index.html#specialized-units) * [Numerical Units](index.html#numerical-units) * [Derived SI Units](index.html#derived-si-units) * [Extra SI related units](index.html#extra-si-related-units) * [Centimeter-Gram-Second system](index.html#centimeter-gram-second-system) * [Conventional Electrical Units](index.html#conventional-electrical-units) * [Meter Gram Force System](index.html#meter-gram-force-system) * [Meter Tonne Second system](index.html#meter-tonne-second-system) * [Additional Time units](index.html#additional-time-units) * [International customary Units](index.html#international-customary-units) * [Avoirdupois units](index.html#avoirdupois-units) * [Troy Units](index.html#troy-units) * [United States Customary Units](index.html#united-states-customary-units) * [FDA and metric measures](index.html#fda-and-metric-measures) * [Canadian Units](index.html#canadian-units) * [Australia Units](index.html#australia-units) * [Imperial or British Units](index.html#imperial-or-british-units) * [Apothecaries System](index.html#apothecaries-system) * [Nautical Units](index.html#nautical-units) * [Japanese traditional Units](index.html#japanese-traditional-units) * [Chinese Traditional Units](index.html#chinese-traditional-units) * [Typographic units](index.html#typographic-units) * [Distance Units](index.html#distance-units) * [Area Units](index.html#area-units) * [Mass Units](index.html#mass-units) * [Volume Units](index.html#volume-units) * [Angle Units](index.html#angle-units) * [Directional Units](index.html#directional-units) * [Temperature Units](index.html#temperature-units) * [Pressure Units](index.html#pressure-units) * [Power Units](index.html#power-units) * [Energy Units](index.html#energy-units) * [Power system Units](index.html#power-system-units) * [Equation type Units](index.html#equation-type-units) * [Textile related Units](index.html#textile-related-units) * [Clinical Units](index.html#clinical-units) * [Laboratory Units](index.html#laboratory-units) * [Data Units](index.html#data-units) * [Computation units](index.html#computation-units) * [Special units](index.html#special-units) * [Other Units](index.html#other-units) * [Climate Units](index.html#climate-units) * [Speed Units](index.html#speed-units) - [Units in the units namespace](index.html#units-in-the-units-namespace) + [Custom Units](index.html#document-user-guide/custom_units) - [Custom units in Use](index.html#custom-units-in-use) - [Implementation Details](index.html#implementation-details) + [Custom Counting Units](index.html#document-user-guide/custom_count_units) - [Custom count units in Use](index.html#custom-count-units-in-use) - [Implementation details](index.html#implementation-details) + [Unit Domains](index.html#document-user-guide/Unit_domains) - [Available Domains](index.html#available-domains) - [Domain Specific Units](index.html#domain-specific-units) * [UCUM](index.html#ucum) * [Astronomy](index.html#astronomy) * [Cooking](index.html#cooking) * [Surveying](index.html#surveying) * [Nuclear](index.html#nuclear) * [Climate](index.html#climate) * [US customary](index.html#us-customary) * [All domains](index.html#all-domains) - [Specifying the domain](index.html#specifying-the-domain) + [Conversion Flags](index.html#document-user-guide/conversion_flags) - [Unit\_from\_string flags](index.html#unit-from-string-flags) * [Indications for use](index.html#indications-for-use) - [to\_string Flags](index.html#to-string-flags) * [Default flags](index.html#default-flags) + [Special Units](index.html#document-user-guide/special_units) - [Default Unit](index.html#default-unit) - [Error Unit](index.html#error-unit) - [Invalid Unit](index.html#invalid-unit) - [one](index.html#one) + [Equation Units](index.html#document-user-guide/equation_units) - [Equation Value conversions](index.html#equation-value-conversions) * [Application Notes](index.html#document-application_notes/index) + [Strain](index.html#document-application_notes/strain) - [Method 1](index.html#method-1) - [Method 2](index.html#method-2) - [Method 3](index.html#method-3) - [Discussion](index.html#discussion) * [The Low Level Details of the Units library](index.html#document-details/index) + [Unit base class](index.html#document-details/unit_base) - [Math operations](index.html#math-operations) * [Power and Root and Inv functions](index.html#power-and-root-and-inv-functions) - [Getters](index.html#getters) - [Modifiers](index.html#modifiers) - [Comparisons](index.html#comparisons) + [Commodity Details](index.html#document-details/commodities) * [Units on the Web](index.html#document-web/index) + [Rest API](index.html#rest-api) [Units](#) * * Units documentation * [Edit on GitHub](https://github.com/LLNL/units/blob/7917f5f2cfefdcc90b5085ade91761d06df74e59/docs/index) --- Welcome to The units library user guide and documentation![¶](#welcome-to-the-units-library-user-guide-and-documentation "Permalink to this headline") ====================================================================================================================================================== The Units library provides a means of working with units of measurement at runtime, including conversion to and from strings. It provides a small number of types for working with units and measurements and operations necessary for user input and output with units. This software was developed for use in [LLNL/GridDyn](https://github.com/LLNL/GridDyn), and [HELICS](https://github.com/GMLC-TDC/HELICS) and is currently a work in progress (though getting close). Namespaces, function names, and code organization is subject to change though is fairly stable at this point, input is welcome. [![codecov](https://codecov.io/gh/LLNL/units/branch/main/graph/badge.svg)](https://codecov.io/gh/LLNL/units) [![Azure](https://dev.azure.com/phlptp/units/_apis/build/status/LLNL.units?branchName=main)](https://dev.azure.com/phlptp/units/_build/latest?definitionId=1&branchName=main) [![Circle CI](https://circleci.com/gh/LLNL/units.svg?style=svg)](https://circleci.com/gh/LLNL/units) [![License](https://img.shields.io/badge/License-BSD-blue.svg)](https://github.com/GMLC-TDC/HELICS-src/blob/main/LICENSE) The [Introduction](index.html#introduction) is a discussion about the why? and How the library came together and a generally what it does and how it was tested. The [Installation and Linking](index.html#installation-and-linking) guide is a discussion about linking and using the library, and the [User Guide](index.html#user-guide) is the how-to about how to use the software library. For the details see Details and to try out some of the string conversions check out [Units on the Web](index.html#units-on-the-web) Finally [Application Notes](index.html#application-notes) contains some discussions on particular applications and usages. Introduction[¶](#introduction "Permalink to this headline") ----------------------------------------------------------- ### Why?[¶](#why "Permalink to this headline") So why have another units library? This was something we poked at for a while before writing the library. There are number of other well designed C++ libraries but none of them met our needs. Some needs are pretty general, and others specific to power systems and electrical engineering. #### Design Requirements[¶](#design-requirements "Permalink to this headline") * have a units type that can be used in virtual function calls * Handle unit conversions * handle Per Unit operations and unit conversions * handle complex units easily like $/puMw/hr * Operate on strings with conversion to and from strings Previously the library we were using met these requirements but only for a very limited set of units. This library functioned but was nearing the limits of maintainability and operation as new units were needed and other conversions were required which required adding direct conversions between the classes of units and the code was getting to be a mess. So, looking around, many of the existing unit libraries in C++ represent individual units as an individual type. This works wonderfully if you can know all the types you want to use ahead of time. In our case, many of the conversions depended on configuration or input files so the units being converted were not known at compile time. A few were but in general they were not. That led to an issue of how to do you pass that unit to a function that is meant to hide the internal unit in use, so having a type per unit did not seem functional from a coding or structural perspective. Many of the dimensional analysis libraries, actually all as far as I can tell in C++, do not support string conversions. There are a few examples in Java or Python, but our code is written in C++ so that didn’t seem workable either. Which led to the conclusion that this library is needed and some additional design considerations. * A small single compact type to represent all units (no bigger than a double) if we wanted to use it in a number of contexts. * Another measurement type that was interoperable with doubles and numbers. Many numerical calculations came from a real array and numeric solver libraries so there is no opportunity to modify those types. Which means, we need double operations with measurements if we want to use them. * constexpr as much as possible since many units are known at compile time and we need to be able to generate complex units from other simpler units. * The library should be compatible with a broad range of compilers including some older ones back to GCC 4.7. * a fairly expansive list of predefined units to simplify operation Speaking with others, a few items and contexts came up such as recipes, trade documents, other software package unit representations, standardized string representation. Sometimes a lot of precision is needed, other times this is not the case. And it would be nice to be able to deal with uncertainties in measurements, commodities, and containers. ##### How It Works[¶](#how-it-works "Permalink to this headline") Given the design requirements the choice was how to make a class that could represent physical units. The desire for it to be a compact class drove the decision to somewhat limit what could be represented to physically realizable units. ###### Unit Representation[¶](#unit-representation "Permalink to this headline") The unit class consists of a multiplier and a representation of base units. The seven SI units + radians + currency units + count units. In addition a unit has 4 flags, per-unit for per unit or ratio units. One flag[i\_flag] that is a representation of imaginary units, one flags for a variety of purposes and to differentiate otherwise similar units[e\_flag]. And a flag to indicate an equation unit. Due to the requirement that the base units fit into a 4 byte type the represented powers of the units are limited. The list below shows the bit representation range and observed range of use in equations and observed usage * meter:[-8,+7] :normal range [-4,+4], intermediate ops [-6,+6] * kilogram:[-4,+3] :normal range [-1,+1], intermediate ops [-2,+2] * second:[-8,+7] :normal range [-4,+4], intermediate ops [-6,+6] * ampere:[-4,+3] :normal range [-2,+2] * kelvin:[-4,+3] :normal range [-4,+1] * mole:[-2,+1] :normal range [-1,+1] * candela:[-2,+1] :normal range [-1,+1] * currency:[-2,+1] :normal range [-1,+1] * count:[-2,+1] :normal range [-1,+1] * radians:[-4,+3] :normal range [-2,+2] These ranges were chosen to represent nearly all physical quantities that could be found in various disciplines we have encountered. * [SI units Publication guidelines](https://physics.nist.gov/cuu/pdf/sp811.pdf) ##### Testing[¶](#testing "Permalink to this headline") The Code for the units library is put through a series of CI tests before being merged. Current tests include running on CI systems. ###### Unit Tests[¶](#unit-tests "Permalink to this headline") The units library has a series of units tests that are executed as part of the CI builds and when developing. They are built using Google test module. The module is downloaded if the tests are built. It uses Release 1.10 from the google test github repository 1. examples\_test A simple executable that loads up some different types of measurements and does a few checks directly, it is mainly to test linking and has some useful features for helping with the code coverage measures. 2. fuzz\_issue\_tests tests a set of past fuzzing failures, including, errors, glitches, timeouts, round trip failures, and some round trip failures with particular flags. 3. test\_all\_unit\_base **DO NOT RUN THIS TEST** it will take a very long time it does an exhaustive test of all possible unit bases to make sure the string conversion round trip works. I haven’t actually executed it all yet. 4. test\_commodities Run test using the commodity related functions and operations on precise\_unit’s 5. test\_conversions1 a series of tests about specific conversions, such as temperature, SI prefixes, extended SI units, and some other general operations about conversions 6. test\_conversions2 run through a series of test units and conversion from one of the converter websites, there are number of files that get used that contain known conversions 7. test\_equation\_units direct testing of the established equation units 8. test\_leadingNumbers run a bunch of checks on the leading number processing for units and measurements, convert a leading string into a numerical value 9. test\_measurement a series of tests on measurement objects including operations and comparisons, and construction 10. test\_measurement\_strings a few tests on the basic to and from string operations for measurements 11. test\_pu tests of pu units and conversions 12. test\_random\_round\_trip randomly pick a few 32 bit number, assume they are a unit and do a string conversion and interpretation on them and make sure they produce the same thing 13. test\_ucum a series of tests coming from [UCUM](https://github.com/lhncbc/ucum-lhc) the units library tries to handle all official strings and a majority of the full names, and aliases 14. test\_udunits a series of tests and test files coming from [UDUNITS-2](https://github.com/Unidata/UDUNITS-2) Not all the units convert, some never will since they are ambiguous but we will probably allow a few more over time 15. test\_uncertain\_measurements test uncertain measurement operations using examples taken from web sources 16. test\_unit\_ops test operations on units, including mathematical expressions and comparison operators 17. test\_unit\_strings Unit strings test conversion to and from strings 18. test\_defined\_units tests checking all the unit string maps for duplicates and conflicts and correct sizing 19. test\_google\_units run some checks to ensure support for many units supported by google unit translation 20. test\_math run some tests on the extra mathematical operations found in units\_math.hpp 21. test\_siunits run some tests of SI specific units and prefixes ###### CI systems[¶](#ci-systems "Permalink to this headline") ####### Azure[¶](#azure "Permalink to this headline") 1. GCC 7.4 C++14 (Azure native Linux) 1. GCC 7.4 C++14 (Azure native Linux) with shared library build 1. AppleClang 11.0 (Xcode 11.3) C++17 1. AppleClang 11.0 (Xcode 11.3) C++11 1. MSVC 2019 C++17 1. MSVC 2019 C++11 1. MSVC 2022 C++20 1. GCC 4.8 C++11 1. GCC 7 C++11 1. GCC 7 C++14 1. GCC 8 C++17 1. GCC 9 C++17 1. GCC 12 C++20 1. Clang 3.4 C++11 1. Clang 3.5 C++11 1. Clang 8 C++14 1. Clang 9 C++17 1. Clang 14 C++20 1. Clang-tidy (both main library and tests) ####### Circle-CI[¶](#circle-ci "Permalink to this headline") 1. Clang 14, Thread Sanitizer 2. Clang 14, Address, undefined behavior sanitizer 3. Clang 14, Memory Sanitizer 4. Clang 8, Fuzzing library – run a couple of defined fuzzing tests from scratch to check for any anomalous situations. There are currently two fuzzers, the first test the units\_from\_string, and the second tests the measurement\_from string. It first converts the fuzzing sequence, then if it is a valid sequence, converts it to a string, then converts that string back to a measurement or unit and makes sure the two measurements or units are identical. Any string sequence which doesn’t work is captured and tested. ####### GitHub Actions[¶](#github-actions "Permalink to this headline") 1. CodeQl 1. Coverage (ubuntu 22.04 image C++11, C++14, C++17, C++20, 32 and 64 bit unit base) 1. CPPLINT 1. Quick CMAKE checks for all supported versions of cmake ####### Codecov[¶](#codecov "Permalink to this headline") Try to maintain the library at 100% coverage. ####### Pre-commit[¶](#pre-commit "Permalink to this headline") Runs clang-format and many other checks for repo cleanliness ##### Sources of Unit String Definitions[¶](#sources-of-unit-string-definitions "Permalink to this headline") The string processing tests and strings supported came from a number of different sources. ##### Converter App[¶](#converter-app "Permalink to this headline") As a simple example and potentially useful tool we made the converter app. It is a command line application that can be built as part of the units library to convert units given on the command line. ``` $ ./unit_convert 10 m ft 32.8084 $ ./unit_convert ten meters per second mph 22.3694 $ ./unit_convert --full ten meters per second mph ten meters per second = 22.3694 mph $ ./unit_convert --simplified ten meters per second miles/hour 10 m/s = 22.3694 mph $ ./unit_convert -s four hundred seventy-three kilograms per hour pounds/min 473 kg/hr = 17.3798 lb/min $ ./unit_convert -s 22 british fathoms * 10 british fathoms = 18.288 m ``` basically there are two options –full,-f and –simplified,-s a measurement which will take an arbitrary number of strings and a final string as a unit to convert to. It outputs the conversion and if specified the surrounding measurement and units either simplified or in the original. Using \* or <base> in place of the unit string will result in converting the measurement to base units. ``` $ ./unit_convert --help application to perform a conversion of a value from one unit to another Usage: unit_convert [OPTIONS] measure... convert Positionals: measure [TEXT ...] ... REQUIRED measurement to convert .e.g '57.4 m', 'two thousand GB' '45.7\*22.2 feet^3/s^2' convert TEXT REQUIRED the units to convert the measurement to Options: -h,--help Print this help message and exit -f,--full specify that the output should include the measurement and units -s,--simplified simplify the units using the units library to_string functions and print the conversion string like full. This option will take precedence over --full --measurement [TEXT ...] ... REQUIRED measurement to convert .e.g '57.4 m', 'two thousand GB' '45.7\*22.2 feet^3/s^2' --convert TEXT REQUIRED the units to convert the measurement to ``` Installation and Linking[¶](#installation-and-linking "Permalink to this headline") ----------------------------------------------------------------------------------- The units library supports a header only mode and a compiled mode. One of the strengths of the library is the string processing which is only available in the compiled mode. Other additions from the compiled mode are the root operations on units and measurements. The header only mode includes the unit and measurement classes conversions between them and the definition library. ### Header Only Use[¶](#header-only-use "Permalink to this headline") The header only portion of the library can simply be copied and used. There are 3 headers units\_decl.hpp declares the underlying classes. unit\_defintions.hpp declares constants for many of the units, and units.hpp which is the primary public interface to units. If units.hpp is included in another file and the variable UNITS\_HEADER\_ONLY is defined then none of the functions that require the cpp files are defined. These header files can simply be included in your project and used with no additional building required. The UNITS\_HEADER\_ONLY definition is needed otherwise linking errors will result. ### Compiled Usage[¶](#compiled-usage "Permalink to this headline") The second part is a few cpp files that can add some additional functionality. The primary additions from the cpp file are an ability to take roots of units and measurements and convert to and from strings. These files can be built as a standalone static library, a shared library or an object library, or included in the source code of whatever project want to use them. The code should build with an C++11 compiler. C++14 is recommended if possible to allow some additional function to be constexpr. Most of the library is tagged with constexpr so can be run at compile time to link units that are known at compile time. General Unit numerical conversions are not at compile time, so will have a run-time cost. A quick\_convert function is available to do simple conversions. with a requirement that the units have the same base and not be an equation unit. The cpp code also includes some functions for commodities and will eventually have r20 and x12 conversions, though this is not complete yet. ### Standalone Library[¶](#standalone-library "Permalink to this headline") The units library can be built as a standalone library with either the static or shared library and installed like a typical package. #### Unit Library CMake Reference[¶](#unit-library-cmake-reference "Permalink to this headline") There are a few CMake variables that control the build process, they can be altered to change how the units library is built and what exactly is built. ##### CMake variables[¶](#cmake-variables "Permalink to this headline") * BUILD\_TESTING : Generate CMake Variable controlling whether to build the tests or not * UNITS\_ENABLE\_TESTS : Does the same thing as BUILD\_TESTING * UNITS\_BUILD\_STATIC\_LIBRARY: Controls whether a static library should be built or not * UNITS\_BUILD\_SHARED\_LIBRARY: Controls whether to build a shared library or not, only one or none of UNITS\_BUILD\_STATIC\_LIBRARY and UNITS\_BUILD\_SHARED\_LIBRARY can be enabled at one time. * BUILD\_SHARED\_LIBS: Controls the defaults for the previous two options, overriding them takes precedence * UNITS\_BUILD\_FUZZ\_TARGETS: If set to ON, the library will try to compile the fuzzing targets for clang libFuzzer * UNITS\_BUILD\_WEB\_SERVER: If set to ON, build a webserver, This uses boost::beast and requires boost 1.70 or greater to build it also requires CMake 3.12 or greater * UNITS\_BUILD\_CONVERTER\_APP: enables building a simple command line converter application that can convert units from the command line * UNITS\_ENABLE\_EXTRA\_COMPILER\_WARNINGS: Turn on bunch of extra compiler warnings, on by default * UNITS\_ENABLE\_ERROR\_ON\_WARNINGS: Mostly useful in some testing contexts but will turn on Werror so any normal warnings generate an error. * CMAKE\_CXX\_STANDARD: Compile with a particular C++ standard, valid values are 11, 14, 17, 20, and likely 23 though that isn’t broadly supported. Will set to 14 by default if not otherwise specified * UNITS\_BINARY\_ONLY\_INSTALL: Just install shared libraries and executables, no headers or static libs or packaging information * UNITS\_CLANG\_TIDY: Enable the clang tidy tests as part of the build * UNITS\_CLANG\_TIDY\_OPTIONS: options that get passed to clang tidy when enabled * UNITS\_BASE\_TYPE: Set to uint64\_t for expanded base-unit power support. This increases the size of a unit by 4 Bytes. * UNITS\_DOMAIN: Specify a default domain to use for string conversions. Can be either a name from the domains namespace such as domains::surveying or one of ‘COOKING’, ‘ASTRONOMY’, ‘NUCLEAR’, ‘SURVEYING’, ‘USE\_CUSTOMARY’, ‘CLIMATE’, or ‘UCUM’. * UNITS\_DEFAULT\_MATCH\_FLAGS: Specify an integer value for the default match flags to be used for conversion * UNITS\_DISABLE\_NON\_ENGLISH\_UNITS: the library includes a number of non-english units that can be converted from strings, these can be disabled by setting UNITS\_DISABLE\_NON\_ENGLISH\_UNITS to ON or setting the definition in the C++ code. * UNITS\_NAMESPACE: The top level namespace of the library, defaults to units. When compiling with C++17 (or higher), this can be set to, e.g., mynamespace::units to avoid name clashes with other libraries defining units. * UNITS\_INSTALL: This is set to ON normally but defaults to OFF if used as a subproject. This controls whether anything gets installed by the install target. * UNITS\_CMAKE\_PROJECT\_NAME: This is set to UNITS by default. If using this in a package manager or wish to rename the project this variable can be set to another name to change the name of the package. This will change the install path and cmake target names. For example setting -DUNITS\_CMAKE\_PROJECT\_NAME=LLNL-UNITS will create cmake project llnl-units::units, and llnl-units::header\_only and will install in a llnl-units directory with appropriate cmake files. If compiling as part of a subproject then a few other options are useful * UNITS\_HEADER\_ONLY: Only generate the header only target, sets UNITS\_BUILD\_STATIC\_LIBRARY and UNITS\_BUILD\_SHARED\_LIBRARY to OFF * UNITS\_INSTALL: enable the install instructions of the library * UNITS\_BUILD\_OBJECT\_LIBRARY: Generate an object library that can be used as part of other builds. Only one of UNITS\_BUILD\_SHARED\_LIBRARY, UNITS\_BUILD\_STATIC\_LIBRARY, or UNITS\_BUILD\_OBJECT\_LIBRARY can be set to ON. If more than one are set, the shared library and object library settings take precedence over the static library. * UNITS\_LIBRARY\_EXPORT\_COMMAND: If desired the targets for the units library can be merged into an root project target list by modifying this variable. The use cases for this are rare, but if this is something you want to do this variable should be set to something like EXPORT rootProjectTargets. It defaults to “EXPORT unitsTargets” ##### CMake Targets[¶](#cmake-targets "Permalink to this headline") If you are using the library as a submodule or importing the package there are a couple targets that can be used depending on the build. NOTE: these can be changed using UNITS\_CMAKE\_PROJECT\_NAME. * units::units will be set to the library being built, either the shared, static, or object * units::header\_only is a target for the headers if UNITS\_HEADER\_ONLY CMake variable is set, then only this target is generated. This target is always created. ##### Example[¶](#example "Permalink to this headline") As part of the [HELICS](https://github.com/GMLC-TDC/HELICS) library the units library is used as a submodule it is included by the following code ``` # so units cpp exports to the correct target export set(UNITS\_INSTALL OFF CACHE INTERNAL "") if(NOT CMAKE\_CXX\_STANDARD) set(CMAKE\_CXX\_STANDARD 17) # Supported values are ``11``, ``14``, and ``17``. endif() set(UNITS\_BUILD\_OBJECT\_LIBRARY OFF CACHE INTERNAL "") set(UNITS\_BUILD\_STATIC\_LIBRARY ON CACHE INTERNAL "") set(UNITS\_BUILD\_SHARED\_LIBRARY OFF CACHE INTERNAL "") set(UNITS\_BUILD\_CONVERTER\_APP OFF CACHE INTERNAL "") set(UNITS\_BUILD\_WEBSERVER OFF CACHE INTERNAL "") set(UNITS\_CLANG\_TIDY\_OPTIONS "" CACHE INTERNAL "") set(UNITS\_BUILD\_FUZZ\_TARGETS OFF CACHE INTERNAL "") add\_subdirectory( "${PROJECT\_SOURCE\_DIR}/ThirdParty/units" "${PROJECT\_BINARY\_DIR}/ThirdParty/units" ) set\_target\_properties(units PROPERTIES FOLDER Extern) hide\_variable(UNITS\_HEADER\_ONLY) hide\_variable(UNITS\_BUILD\_OBJECT\_LIBRARY) hide\_variable(UNITS\_NAMESPACE) ``` Then the target linked by ``` target\_link\_libraries(helics\_common PUBLIC HELICS::utilities units::units) ``` User Guide[¶](#user-guide "Permalink to this headline") ------------------------------------------------------- The Units library user guide is an in depth look at how to use the C++ library and its functionality, covering the basic types in the library and operations with them. The guide covers the basic types and what operations are available on them, as well as a lot of details on how to use the library. ### Units[¶](#units "Permalink to this headline") #### Basic Unit Types[¶](#basic-unit-types "Permalink to this headline") There are two basic units classes units and precise\_units They both include a units\_base see [Unit base class](index.html#unit-base-class) for the details. units has a single precision floating point multiplier and the units\_base object. The precise\_unit type uses a double precision floating point multiplier and includes commodity. The commodity is represented by a 32-bit code. See [Commodities](index.html#commodities) for more details on how that is used and defined. The simplest way to start is by using one of the [Defined Units](index.html#defined-units) All standard units are defined and many non-standard ones as well. The Basics of units are the seven SI base units: * the kilogram (kg), for mass. * the second (s), for time. * the kelvin (K), for temperature. * the ampere (A), for electric current. * the mole (mol), for the amount of a substance. * the candela (cd), for luminous intensity. * the meter (m), for distance. In addition to the base SI units a couple additional bases are defined: * radian(rad), for angular measurement * Currency ($), for monetary values * Count (cnt), for single object counting Currency may seem like a unusual choice in units but numbers involving prices are encountered often enough in various disciplines that it is useful to include as part of a unit. Technically count and radians are not units, they are representations of real things. A radian is a representation of rotation around a circle and is therefore distinct from a true unitless quantity even though there are no physical measurements associated with either. And count and mole are theoretically equivalent though as a practical matter using moles for counts of things is a bit odd for example 1 GB of data is ~1.6605\*10^-15 mol of data. So they are used in different context and don’t mix very often, the convert functions can convert between them if necessary. The structure also defines some flags: * per-unit, indicating per unit units * i\_flag, general flag and complex quantity * e\_flag, general unit discriminant * equation, indicator that the unit is an equation unit. ##### Derived Units[¶](#derived-units "Permalink to this headline") A vast majority of physical units can be constructed using these bases, as well as many non-physical units. The entire structure for the units fits into 4 bytes to meet the design requirement for a compact type. This required a detailed evaluation of what physical units and combinations of them were in use in different scientific and commercial disciplines, The following list represents the range of allowed values chosen as the representation and those required by known and observed physical quantities. * meter:[-8,+7] :normal range [-4,+4], intermediate ops [-6,+6] * kilogram:[-4,+3] :normal range [-1,+1], intermediate ops [-2,+2] * second:[-8,+7] :normal range [-4,+4], intermediate ops [-6,+6] * ampere:[-4,+3] :normal range [-2,+2] * kelvin:[-4,+3] :normal range [-4,+1] * mole:[-2,+1] :normal range [-1,+1] * candela:[-2,+1] :normal range [-1,+1] * currency:[-2,+1] :normal range [-1,+1] * count:[-2,+1] :normal range [-1,+1] * radians:[-4,+3] :normal range [-2,+2] For example the kilogram is rarely used in a squared context, so it has a normal range of between -1 and 1. But in intermediate mathematical operations it is squared on occasion, so we needed to be able represent that without overflow. Since without getting extraordinary complex we are limited to whole bit representation that infers a two’s complement notation of 2 bits is [-2,-1] for 3 bits [-4,+3], and for 4 bits [-8,+7]. So for kilograms 3 bits were used. The pu flag was determined to be required by the initial design considerations, and a flag value also turned out to be required by library design requirements. The equation and e\_flag flags came a little later in the library development but turned out to be very useful in representing other kinds of units and discriminating between some units. #### Basic operations[¶](#basic-operations "Permalink to this headline") Some mathematical operations between units are supported. \* and / with units produce a new unit. ``` auto new\_unit=m/s; auto another=new\_unit\*s; //another == m ``` produces a new\_unit equivalent to meters/second. #### Comparison Operators[¶](#comparison-operators "Permalink to this headline") Units also support the comparison operators ==, and !=.The other comparison operators are not supported as it is somewhat undefined whether m > kg or many other comparison like that. The inequality is the inverse of equality, but the equality operator is an interesting subject. The unit component is relatively straightforward that part is the base units, if those are not equivalent then the answer is false. However there is a floating point component to the unit representing a multiplier. And floating point equality is treacherous. What is done is a rounding operation with a range. Basically units are assuming to have 6 decimal digits of precision, while precise\_units have 13. So units will result in equality as long as the first X significant digits in the multiplier are equivalent and the unit\_base is equal. this can’t be a specific range since the power of the multiplier is wide ranging this parsecs to picometers and all the base of meters. #### Methods[¶](#methods "Permalink to this headline") Frequently units need to raised to some power. Units have a pow(int) method to accomplish this. ``` auto area\_unit=m.pow(2); ``` The ^ will not work due to precedence rules in C++. If an operator for ‘^’ were defined an operation such as m/s^2 would produce meters squared per second squared which is probably not what is expected. Therefore best not to define the operator and use a function instead. ##### Special Units[¶](#special-units "Permalink to this headline") There are a few defined units that are special in some fashion, and can be used as sentinel values or have special operations associated with them. ###### Default Unit[¶](#default-unit "Permalink to this headline") The defunit unit is allowed to be converted to any other unit. it is equivalent of per-unit\*i\_flag The main use case is in the convert functions and makes a good ###### Error Unit[¶](#error-unit "Permalink to this headline") ``` auto error\_unit=unit(detail::unit\_data(nullptr)); ``` ###### Invalid Unit[¶](#invalid-unit "Permalink to this headline") An invalid unit is any unit that is either the error unit or has a NaN in the multiplier. This is the unit returned from a string conversion if the string does not describe a unit or measurement. ###### one[¶](#one "Permalink to this headline") The default constructor for unit and precise\_unit is empty unit data and 1.0 in the multiplier. There are also precise versions of these values in the precise namespace ##### Custom Units[¶](#custom-units "Permalink to this headline") The units library defines 1023 special custom units. These are custom units intended to specify a specific type of unit which doesn’t have a normal unit base definition. The key idea behind the custom units is that they can be multiplied, divided by some normal powers of distance, mass, or time units and can be inverted In strings these can be represented by “CXUN[X]” Where X is some number between 0 and 1023. In C++ code they can be generated by ``` precise\_unit new\_cxc\_unit=generate\_custom\_unit(code); ``` A set of checks and queries is available to check for custom\_units. * bool precise::custom::is\_custom\_unit(detail::unit\_data udata); * bool precise::custom::is\_custom\_unit\_inverted(detail::unit\_data udata); * unsigned short precise::custom::custom\_unit\_number(detail::unit\_data udata); These checks will operate regardless of any m/kg/s unit combination or inverted units. ###### Custom units in Use[¶](#custom-units-in-use "Permalink to this headline") there are a few custom count units in use for specific clinical units Many of these units defy conversion to other known units but are used in pharmacological contexts So there is no translation to other units and cannot be converted except to multiple of the same unit. There are often well established tests for these units but no good way to convert them to other units. Many of these units come from [UCUM](https://unitsofmeasure.org/ucum.html). * custom\_unit(37): is [hounsfield units](https://radiopaedia.org/articles/hounsfield-unit?lang=us) used it CT and radiology * many units in UCUM are defined like [MPL’U] or [mclg’U] for this context they define some unit which doesn’t interact with other units in any known fashion. The notion used in the units library for string translations is that these define custom units. Rather than individually define the library takes a hash of the part of the unit coming before the ‘U]’ and generates a 10 bit hash. That 10 bit hash is used as the custom code for the units. * custom\_unit(77): is global warming potential related to climate operations * custom\_unit(78): is global temperature change potential The other custom units are available for use or the one with known definition can be use if there is no domain conflicts. The primary usage of these is for units that are procedurally defined and often used in the context of per mass or per volume or per time. ###### Implementation Details[¶](#implementation-details "Permalink to this headline") Custom units use a combination of nearly all the different fields in the unit\_base class, with the exception of count and radians. Based on the definitions used the custom units can be taken as per length/area/volume/mass/second with no issues. Some of the unit fields are used for defining an index and others are used purely for identification purposes. ##### Equation Units[¶](#equation-units "Permalink to this headline") The use of an equation flag in the unit\_base defines a set of equation units. These are specific units where the relationship with other units is defined through an equation rather than a specific multiplier. There are 31 available equation units. Equation units use up the flags, count, and radian fields. All other units are left alone for defining the underlying units of the equation unit. So the equation specifier defines and equation rather than a specific unit. equation types 0-15 deal with logarithms in some way, 16-31 are undefined or represent some common scale type units to extract the equation type - unsigned short precise::custom::eq\_type(detail::unit\_data udata); Current equation definitions * 0: log10(x) * 1: nepers * 2: bels * 3: decibels * 4: -log10(x) * 5: -log10(x)/2.0 * 6: -log10(x)/3.0 * 7: -log10(x)/log10(50000) * 8: log2(x) * 9: ln(x) * 10: log10(x) * 11: 10\*log10(x) * 12: 2\*log10(x) * 13: 20\*log10(x) * 14: log10(x)/log10(3) * 15: 0.5\*ln(x) * 16: UNDEFINED * 17: UNDEFINED * 18: UNDEFINED * 19: UNDEFINED * 20: UNDEFINED * 21: UNDEFINED * 22: saffir-simpson hurricane wind scale * 23: Beaufort wind scale * 24: Fujita scale * 25: UNDEFINED * 26: UNDEFINED * 27: Prism diopter-100.0\*tan(x) * 28: UNDEFINED * 29: Moment magnitude scale for earthquakes (richter) * 30: Energy magnitude scale for earthquakes * 31: UNDEFINED The wind scales are not very accurate since they match up a slightly fuzzier notion to actual wind speed. There are general charts and the equations in use utilize a polynomial to approximate them to a continuous scale. So the units when used are generally convertible to a velocity unit such as m/s. There are currently 10 undefined equation units available if needed. ###### Equation Value conversions[¶](#equation-value-conversions "Permalink to this headline") The actual definitions of the equations are found in the unit::precise::equation namespace. Two functions are provided that convert values from equation values to units and vice versa. * double convert\_equnit\_to\_value(double val, detail::unit\_data UT) * double convert\_value\_to\_equnit(double val, detail::unit\_data UT) also since some equation unit definitions depend on whether the actual units are power or magnitude values, there is a helper function to help determine this. bool is\_power\_unit(detail::unit\_data UT) This applies in the neper, bel, and decibel units. ##### Custom Counting Units[¶](#custom-counting-units "Permalink to this headline") The units library defines 16 special counting units. These are custom counting units intended to specify a specific type of event. The key idea behind the custom counting units is that they can be multiplied, divided by any powers of distance, mass, currency, or time units and can be inverted. The primary usage of these is for units that are procedurally defined and often used in the context of per mass or per volume or per time or per $. In strings these can be represented by “CXCUN[X]” Where X is some number between 0 and 15. In C++ code they can be generated by ``` precise\_unit new\_cxc\_unit=generate\_custom\_count\_unit(code); ``` A set of checks and queries is available to check for custom\_count\_units. * bool precise::custom::is\_custom\_count\_unit(detail::unit\_data udata); * bool precise::custom::is\_custom\_count\_unit\_inverted(detail::unit\_data udata); * unsigned short precise::custom::custom\_count\_unit\_number(detail::unit\_data udata); These checks will operate regardless of any m/kg/s unit combination or inverted units. Underlying this is a set of codes and unit powers that would be extremely odd to encounter in normal use. ###### Custom count units in Use[¶](#custom-count-units-in-use "Permalink to this headline") there are a few custom count units in use for specific clinical units Many of these units defy conversion to other known units but are used in pharmacological contexts So there is no translation to other units and cannot be converted except to multiple of the same unit. There are often well established tests for these units but no good way to convert them to other units. Many of these units come from [UCUM](https://unitsofmeasure.org/ucum.html). * custom\_count\_unit(0): is used for specific count units with commodities of some kind for string translation * custom\_count\_unit(1): is Arbitrary Unit which has a clinical definition of some kind * custom\_count\_unit(2): is [International Unit](https://en.wikipedia.org/wiki/International_unit) * custom\_count\_unit(3): is [Index of reactivity](http://finto.fi/ucum/en/page/r394) which has a clinical definition * custom\_count\_unit(4): is [limit of flocculation](http://finto.fi/ucum/en/page/r404) which has a clinical definition * custom\_count\_unit(5): is [HPF](https://medical-dictionary.thefreedictionary.com/high-power+field) or High Power field which is related to microscopy * 6-15 are not currently in use. The other custom units are available for use or the one with known definition can be use if there is no domain conflicts. ###### Implementation details[¶](#implementation-details "Permalink to this headline") Custom count units utilizes the flags, candela, ampere, and Kelvin fields to make use of some non-physical unit definitions for a more useful purpose. ### Measurements[¶](#measurements "Permalink to this headline") The combination of a value and unit is known as a measurement. In the units library they are constructed by multiplying or dividing a unit by a numerical value. ``` measurement meas=10.0\*m; measurement meas2=5.3/s; ``` They can also be constructed via the constructor ``` measurement meas(10.0, kg); measurement meas2(2.7, MW); ``` There are two kinds of measurements the regular measurement which uses a double precision floating point for the value and a precise\_measurement which uses a double and a precise\_unit. In terms of size the measurement class is 16 Bytes and the precise\_measurement is 24 bytes. #### Precise measurements[¶](#precise-measurements "Permalink to this headline") A precise measurement includes a double for the value and a precise\_unit to represent the unit. Most of the string conversion routines to measurement produce a precise\_measurement. the measurement\_cast operation will convert a precise\_measurement into a regular measurements. ``` precise\_measurement mp(10.0, precise::kg); measurement meas2=measurement\_cast(mp); ``` ### Fixed Measurements[¶](#fixed-measurements "Permalink to this headline") The primary difference between fixed\_measurement and measurement is the idea that in a fixed\_measurement the unit part is a constant. It does not change. Therefore any addition or subtraction operation will produce another measurement with the same units. It also allows for interaction and comparisons with numerical types since the unit is known. This is unlike measurements where comparison and addition and subtraction operations with numbers are not allowed. Otherwise the behavior and operations are identical between measurement and fixed\_measurement and likewise between fixed\_precise\_measurement and precise\_measurement #### Relationship with numbers[¶](#relationship-with-numbers "Permalink to this headline") Because the unit associated with a fixed measurement is fixed. It becomes legitimate to work with singular real valued numbers. ``` fixed\_measurement dist(10, m); if (dist>10.0) //this has meaning because the units of dist is known. { //all other operators are defined with doubles } dist=dist+3.0; // dist is now 13 meters dist-=2.0; // dist is now 11 meters dist=5.0; // dist is now 5 meters ``` #### Interactions with measurement[¶](#interactions-with-measurement "Permalink to this headline") Fixed measurements have an implicit conversion to [Measurements](index.html#measurements), so all the methods that work with measurement work with fixed\_measurements. The construction of a fixed\_measurement from measurement is explicit. Likewise fixed\_precise\_measurement` have an implicit conversion to precise\_measurement, so all the methods that work with precise\_measurement work with fixed\_precise\_measurements. The construction of a fixed\_measurement from measurement is explicit. ### Uncertain Measurements[¶](#uncertain-measurements "Permalink to this headline") The units library supports a class of measurements including an uncertainty measurement. For Example 3.0±0.2m would indicate a measurement of 3.0 meters with an uncertainty of 0.2 m. All operations are supported The propagation of uncertainty follow the root sum of squares methods outlined [Here](http://lectureonline.cl.msu.edu/~mmp/labs/error/e2.htm). There are methods available such as simple\_divide, simple\_product, simple\_sum and simple\_subtract that just sum the uncertainties. The method in use in the regular operators assume that the measurements used in the mathematical operation are independent, and should use the sum of squares methods. A more thorough explanation can be found [at this location](http://web.mit.edu/fluids-modules/www/exper_techniques/2.Propagation_of_Uncertaint.pdf). The structure of an uncertain measurement consists of a float for the measurement value and a float for the uncertainty, and unit for the unit of the measurement. #### Constructors[¶](#constructors "Permalink to this headline") There are a number of different constructors for an uncertain measurement aimed at specify the uncertainty and measurement in different ways. * constexpr uncertain\_measurement() default constructor with 0 values for the value and uncertainty and a one for the unit. * constexpr uncertain\_measurement(<float|double> val, <float|double> uncertainty, unit base) : specify the parameters with values. * constexpr uncertain\_measurement(<float|double> val, unit base): Just specify the value and unit, assume 0.0 uncertainty. * constexpr uncertain\_measurement(measurement val, float uncertainty) noexcept : construct from a measurement and uncertainty value. * uncertain\_measurement(measurement val, measurement uncertainty) noexcept: construct from a measurement value and uncertainty measurement. The uncertainty is converted to the same units as the value measurement. #### Additional operators[¶](#additional-operators "Permalink to this headline") Beyond the operations used in [Measurements](index.html#measurements), there are some specific functions related to getting and setting the uncertainty. * uncertain\_measurement& uncertainty(<double|float> newUncertainty) : Will set the uncertainty value as a numerical value. * uncertain\_measurement& uncertainty(const measurement &newUncerrtainty): will set the uncertainty as a measurement in specific units. * double uncertainty(): Will get the current numerical value of the uncertainty * double uncertainty\_as(units): will get the value of the uncertainty in specific units. * float uncertainty\_f(): will get the value of the uncertainty as a single precision floating point value. * constexpr measurement uncertainty\_measurement(): will return a measurement containing the uncertainty. * double fractional\_uncertainty(): will get the fractional uncertainty value. which is uncertainty/|value|. #### String operations[¶](#string-operations "Permalink to this headline") The units library has some functions to extract an uncertain\_measurement from a string - uncertain\_measurement\_from\_string(const std::string &ustring, std::uint64\_t match\_flags=0) The from string operation searches for an uncertainty marker then splits the string into two parts. It then uses the measurement from string operation on both halves of the string and forms an uncertain measurement from them depending on whether both halves have units and or values. Allowed uncertainty marker strings include [“+/-”, “±”, “&plusmn;”, “+-”, “<u>+</u>”, “&#xB1;”, “&pm;”, ” \pm “]. These possibilities include unicode and ascii values and some sequences used in latex and html. For Example all the following string will produce the same uncertain\_measurement * “3.1±0.3 m/s” * “3.1 +/- 0.3 m/s” * “3.1 &pm; 0.3 m/s” * “3.1 m/s ±0.3 m/s” * “3.1 m/s ±0.3” * “3.1 meters per second ±0.3 m/s” * “3.1 m/s +- 0.3\*60 meters per minute” * “3.1(3) m/s” The last form is known as [concise notation](https://physics.nist.gov/cgi-bin/cuu/Info/Constants/definitions.html). The match flags are the same as would be used for converting [Measurements](index.html#measurements) ### Units From Strings[¶](#units-from-strings "Permalink to this headline") The units library contains a few functions to generate various types from string representations * precise\_unit unit\_from\_string(const std::string& ustring, std::uint32\_t flags=0) : will generate a precise\_unit based on the data in the string * unit unit\_cast\_from\_string(const std::string& ustring, std::uint32\_t flags=0): will generate a unit based on the data in the string * precise\_measurement measurement\_from\_string(const std::string& ustring, std::uint32\_t flags=0): will generate a precise\_measurement from the data in the string * measurement measurement\_cast\_from\_string(const std::string& ustring, std::uint32\_t flags=0): will generate a measurement from the data in the string * uncertain\_measurement uncertain\_measurement\_from\_string(const std::string& ustring, std::uint32\_t flags=0): will generate an uncertain\_measurement from the data in the string The general form is to take a string and optionally a flag object. See [Conversion Flags](index.html#conversion-flags) for a detailed description of the flags. Generally it is fine to leave off the flag argument. #### Unit Strings[¶](#unit-strings "Permalink to this headline") in general the unit string conversion is intended to be as flexible as possible. just about any unit normally written can be converted. For example * “m/s” * “meter/second” * “meter/s” * “metre/s” * “meters/s” * “meters per second” * “metres per second” * “m per sec” * “meterpersecond” * “METERS/s” * “m\*s^-1” * “meters\*seconds^(-1)” * “(second/meter)^(-1)” * “100 centimeters / 1000 ms” Will all produce the unit of meters per second. As a note there are quite a few more units that can be converted from strings than are listed in the [Defined Units](index.html#defined-units). Numbers are supported and become part of the unit. “99 feet” would create a new unit with a definition of 99 ft. The multiplier stored would include the conversion from meters to feet\*99. This allows for arbitrary unit definitions. The + operator also works if the units on both sides have the same base for example 3 ft + 2 in would be the equivalent of 38 inches. If the units do not have the same base + is interpreted as a multiplication. #### Measurement strings[¶](#measurement-strings "Permalink to this headline") The conversion from a string to measurement looks for a leading number before the unit. The “99 feet” in the previous example would then get a measurement value of 99 and the unit would be feet. The measurement from string function also can interpret written numbers such as “three thousand four hundred and twenty-seven miles” This should get correctly read as 3427 miles. The conversion function also handles a few cases where the unit symbol is written before the value such as currency $27.92 would be a value of 27.92 with the currency unit. #### Uncertain Measurements[¶](#uncertain-measurements "Permalink to this headline") Similarly to Measurement strings, uncertain measurements can also be converted from strings see [Uncertain Measurements](index.html#uncertain-measurements) for additional details on the formats supported. ### Units To Strings[¶](#units-to-strings "Permalink to this headline") All the class in the units library can be given as an argument to a to\_string function. This function converts the units or value into a std::string that is representative of the unit or measurement. In all cases the primary aim of the to\_string is to generate a string that the corresponding \*\_from\_string function will recognize and convert back to the original unit. The secondary aim is to generate string that is human readable in standard notation. While this is achieved for many common units there is some work left to do to make it better. For example ``` measurement density=10.0\*kg/m.pow(3); measurement meas2=2.7\*puMW; auto str1=to\_string(density); auto str2=to\_string(meas2); // from google tests EXPECT\_EQ(str1, "10 kg/m^3"); EXPECT\_EQ(str2, "2.7 puMW"); ``` ``` uncertain\_measurement um1(10.0, 0.4, m); auto str = to\_string(um1); EXPECT\_EQ(str, "10+/-0.4 m"); ``` Uncertain measurement string conversions make some attempt to honor significant digits based on the uncertainty. #### Advanced Usage[¶](#advanced-usage "Permalink to this headline") The to\_string function also takes a second argument which is a std::uint64\_t match\_flags in all cases this default to 0, it is currently unused though will be used in the future to allow some fine tuning of the output in specific cases. In the near future a flag to allow utf 8 output strings will convert certain units to more common utf8 symbols such as unit Powers and degree symbols, and a few others. The output string would default to ascii only characters. #### Stream Operators[¶](#stream-operators "Permalink to this headline") Output stream operators are NOT included in the library. It was debatable to include them or not but there would be a lot of additional overloads that would add quite a bit of code to the header files, that in most cases is not necessary so the decision was made to exclude them. The to\_string operations provide most of the capabilities with some additional flexibility, and if needed for a particular use case can be added to the user code in a simple fashion ``` namespace units{ std::ostream& operator<<(std::ostream& os, const precise\_unit& u) { os << to\_string(u); return os; } } // namespace units ``` Any of the types in the units library with a to\_string operation can be handled in the same way. Depending on the compiler, placing the operator in the namespace may or may not be necessary. #### Underlying Conversion Map Access[¶](#underlying-conversion-map-access "Permalink to this headline") The underlying conversion maps may be accessed by users if desired. To access them a compile time definition needs to be added to the build ENABLE\_UNIT\_MAP\_ACCESS ``` #ifdef ENABLE\_UNIT\_MAP\_ACCESS namespace detail { const std::unordered\_map<std::string, precise\_unit>& getUnitStringMap(); const std::unordered\_map<unit, const char\*>& getUnitNameMap(); } #endif ``` These may be useful for building a GUI or smart lookup or some other operations. getUnitStringMap() returns a map of known unit strings, and getUnitNameMap() is a mapping of common units back to strings as a building block for the to\_string operation. ### Math Operations[¶](#math-operations "Permalink to this headline") Additional mathematical operations on measurements are available in the unit\_math.hpp header these are header only so no additional compilation is required. The intention of this header is to match operations from the cmath header available in the standard library. These are all template functions which will work for any measurement type. #### Type traits[¶](#type-traits "Permalink to this headline") The header includes a few type traits used in the header file and potentially useful elsewhere including * is\_unit : true if the type is a unit (unit or precise\_unit) * is\_measurement : true if the type is one of the defined measurement types * is\_precise\_measurement : true if the type is one of the defined precise measurement type #### Rounding and Truncation[¶](#rounding-and-truncation "Permalink to this headline") These operations will effect only the value part of the measurement * round * trunc * ceil * floor #### Trigonometric functions[¶](#trigonometric-functions "Permalink to this headline") Trigonometric operations will operate only if the measurement is convertible to radians * sin * cos * tan #### Multiplies and divides[¶](#multiplies-and-divides "Permalink to this headline") Division and multiplication operators for measurements that have support for per\_unit measurement * multiplies : works like \* except when one of the measurements is per\_unit and they have the same unit base, then they remove the per unit * divides : works like / except if both measurements have the same base then the result has a per\_unit unit See [Strain](index.html#strain) for examples on usage #### Others[¶](#others "Permalink to this headline") Other common mathematical expressions found in <cmath> * fmod : return the floating point modulus of a division operation as long as division is a valid operation * hypot : works for two and three measurements or floating point values as long as addition is a valid operation. * cbrt : works similarly to the sqrt operation ### Commodities[¶](#commodities "Permalink to this headline") the precise\_unit class can represent commodities as well as units. The commodity is represented by a 32 bit unsigned number that codes a variety of commodities. The actual representation is still undergoing some change so expect this to change going forward. See [Commodity Details](index.html#commodity-details) for more details. #### Methods[¶](#methods "Permalink to this headline") There are a few available methods for dealing with commodity codes and string translation * std::uint32\_t getCommodity(std::string comm) - will get a commodity from a string. * std::string getCommodityName(std::uint32\_t commodity) - will translate a commodity code into a string ##### Custom Commodities[¶](#custom-commodities "Permalink to this headline") * void addCustomCommodity(std::string comm, std::uint32\_t code) - Add a custom commodity code using a string and code * void clearCustomCommodities() - clear all current user defined commodities * void disableCustomCommodities() - Turn off the use of custom commodities * void enableCustomCommodities() - Turn on the ability to add and check custom commodities for later access #### Commodities to names[¶](#commodities-to-names "Permalink to this headline") The getCommodityName methods has 4 stages and will return from any successful stage. 1. Check custom commodities if allowed 2. Check standardized commodity names 3. Check for special codes for name storage (short names <=5 ascii lower case characters are stored directly in the code) 4. generate string “CXCOMM[<code>]” #### String To Commodities[¶](#string-to-commodities "Permalink to this headline") The getCommodity method works nearly the opposite of getCommodityName. 1. Check custom commodities if allowed 2. Check standardized commodity codes 3. Check for string “CXCOMM[<code>]” 4. Check for special codes for name storage (short names <=5 ascii lower case characters are stored directly in the code) 5. Generate a hash code of the string and if allowed store it as a custom commodity #### Defined Commodities[¶](#defined-commodities "Permalink to this headline") The list of commodities is still in development. Generally [`traded commodities<https://en.wikipedia.org/wiki/List\_of\_traded\_commodities>`\_](#id1) are available as well as a few others that are used in clinical definitions or other uses as part of unit definition standards. In the future this list will more generally expand to match international trade tables. See [`commodities.cpp<https://github.com/LLNL/units/blob/master/units/commodities.cpp>`\_](#id3) for details on the exact list. ### User defined units[¶](#user-defined-units "Permalink to this headline") The units library has support for user defined units and [Commodities](index.html#commodities). These interact with the \*\_from\_string and to\_string operations to allow custom conversions and definitions. #### Defining a custom unit[¶](#defining-a-custom-unit "Permalink to this headline") The basic function for adding a custom unit is addUserDefinedUnit(string name, precise\_unit un) For example from a test in the library ``` precise\_unit idgit(4.754, mol/m.pow(2)); addUserDefinedUnit("idgit", idgit); auto ipm=unit\_from\_string("idgit/min"); EXPECT\_EQ(ipm, idgit / min); auto str = to\_string(ipm); EXPECT\_EQ(str, "idgit/min"); str = to\_string(ipm.inv()); EXPECT\_EQ(str, "min/idgit"); ``` Basically user defined units can interact with the string conversion functions just like any other unit defined in the library. A user defined unit gets priority when converting to a string as well including when squared or cubed as part of a compound unit. For example from the test cases: ``` addUserDefinedUnit("angstrom", units::precise::distance::angstrom); auto str = to\_string(units::unit\_from\_string("us / angstrom^2")); EXPECT\_EQ(str, "us/angstrom^2"); str = to\_string(units::unit\_from\_string("us / angstrom")); EXPECT\_EQ(str, "us/angstrom"); ``` If only an ability to interpret strings is needed the addUserDefinedInputUnit can be used ``` precise\_unit idgit(4.754, mol/m.pow(2)); addUserDefinedInputUnit("idgit", idgit); auto ipm = unit\_from\_string("idgit/min"); EXPECT\_EQ(ipm, idgit / min); auto str = to\_string(ipm); EXPECT\_EQ(str.find("idgit"), std::string::npos); EXPECT\_NE(str.find("kat") , std::string::npos); ``` If only output strings are needed the addUserDefinedOutputUnit can be used ``` precise\_unit idgit(4.754, mol / m.pow(2)); addUserDefinedOutputUnit("idgit", idgit); auto ipm = unit\_from\_string("idgit/min"); //this is not able to be read since idgit is undefined as an input EXPECT\_NE(ipm, idgit / min); auto str = to\_string(idgit/min); /\*\* output only should make this work\*/ EXPECT\_EQ(str,"idgit/min"); ``` The output unit can be used when the interpreter works fine but the string output doesn’t do what you want it to do. A unit can be removed from the user defined unit set via removeUserDefinedUnit ``` auto ipm=unit\_from\_string("idgit/min"); EXPECT\_EQ(ipm, idgit / min); auto str = to\_string(ipm); EXPECT\_EQ(str, "idgit/min"); str = to\_string(ipm.inv()); EXPECT\_EQ(str, "min/idgit"); removeUserDefinedUnit("idgit"); EXPECT\_FALSE(is\_valid(unit\_from\_string("idgit/min"))); ``` The removal also works for user defined units specified via addUserDefinedInputUnit or addUserDefinedOutputUnit #### Input File[¶](#input-file "Permalink to this headline") Sometimes it is useful to have a larger library of units in this case the std::string definedUnitsFromFile(const std::string& filename) can be used to load a number of units at once. The file format is quite simple. # at the beginning of a line indicates a comment other wise ``` # comment meeter == meter meh == meeter per hour # => indicates input only unit mehmeh => meh/s # <= indicates output only unit hemhem => s/meh ``` or ``` # comment yodles=73 counts # comment "yeedles", 19 yodles yimdles; dozen yeedles ``` or ``` # test the quotes for inclusion "bl==p"=18.7 cups # test single quotes for inclusion 'y,,p',9 tons # ignore just one quote 'np==14 kg # escaped quotes "j\"\""= 13.5 W # escaped quotes 'q""'= 15.5 W ``` The basic rule is that one of [<=,;] will separate a definition name from a unit definition. If the next character after the separator is an ‘=’ it is ignored. If it is a ‘>’ it implies input only definition. If the separator is an ‘<=’ then it is output only. Otherwise it calls addUserDefinedUnit for each definition. The function is declared noexcept and will return a string with each error separated by a newline. So if the result string is empty() there were no errors. #### Other Library Operations[¶](#other-library-operations "Permalink to this headline") * clearUserDefinedUnits() will erase all previously defined units * disableUserDefinedUnits() will disable the use of user defined units * enableUserDefinedUnits() will enable their use if they had been disabled, they are enabled by default. #### Notes on units and threads[¶](#notes-on-units-and-threads "Permalink to this headline") The user defined units usage flag is an atomic variable but the modification of the user defined library are not thread safe, so if threads are needed make all the changes in one thread before using it in other threads, or protect the calls with a separate mutex. The disable and enable functions trigger an atomic variable that enables the use of user defined units in the string translation functions. disableUserDefinedUnits() also turns off the ability to specify new user defined units but does not erase those already defined. ### Physical constants[¶](#physical-constants "Permalink to this headline") The units library comes with a number of physical constants with appropriate units defined. All the physical constants are specified as [Precise measurements](index.html#precise-measurements) and in the namespace units::constants In general the most recent definition was chosen which includes the 2019 redefinition of some SI units this matches with the rest of the library and the defined units. Inspiration for the different constants was taken from [wikipedia](https://en.wikipedia.org/wiki/List_of_physical_constants) and [NIST](https://physics.nist.gov/cuu/Constants/index.html). Defined constants. The [2019 redefinition](https://www.nist.gov/si-redefinition/meet-constants) of the SI system was used where applicable. All [common constants](https://physics.nist.gov/cgi-bin/cuu/Category?view=html&Frequently+used+constants.x=87&Frequently+used+constants.y=18) listed from NIST are included #### Defined constants[¶](#defined-constants "Permalink to this headline") Values are taken from [NIST 2018 CODATA](https://physics.nist.gov/cuu/Constants/Table/allascii.txt) unless otherwise noted * Standard gravity - g0 * Gravitational constant - G * Speed of light - c * Elementary Charge (2019 redefinition) - e * hyperfine structure transition frequency of the caesium-133 atom - fCs * fine structure constant - alpha * Planck constant (2019 redefinition) - h * Reduced Planck constant (2019 redefinition) - hbar * Boltzman constant (2019 redefinition) - k * Avogadros constant (2019 redefinition) - Na * Luminous efficiency - kcd * Permittivity of free space - eps0 * Permeability of free space - mu0 * Gas Constant - R * Stephan Boltzmann constant -s * Hubble constant 69.8 km/s/Mpc - H0 * Mass of an electron - me * Mass of a proton - mp * Bohr Radius - a0 * Faraday’s constant - F * Atomic mass constant - mu * Conductance quantum - G0 * Josephson constant - Kj * Magnetic flux quantum - phi0 * von Kiltzing constant - Rk * Rydberg constant - Rinf #### Planck Units[¶](#planck-units "Permalink to this headline") These units are found in the units::constants::planck namespace and include length, mass, time, charge, and temperature. #### Atomic units[¶](#atomic-units "Permalink to this headline") These physical constants are values related to an electron or [atomic measurements](https://www.bipm.org/en/publications/si-brochure/table7.html) They include length, mass, time, charge- same as e above, energy, and action. The atomic constants are defined in the units::constants::atomic namespace. #### Numbers[¶](#numbers "Permalink to this headline") There are a few numbers that are used in the library and include definitions in the units::constants namespace. They are represented as doubles and are defined as constexpr * pi (3.14159265358979323846) * tau (2.0\*pi) * invalid\_conversion (signaling NaN) * infinity * standard\_gravity the numerical value of g0, earth standard gravity in m/s/sec * speed\_of\_light The numerical value of the speed of light in m/s The last two are used in several other units and some conversions so it seemed better to just define the numerical value and use that rather than use the same number in several places. #### Planetary masses[¶](#planetary-masses "Permalink to this headline") The masses of some of the solar system bodies are included in units::constants::Planetary::mass * solar * earth * moon * jupiter * mars #### From Strings[¶](#from-strings "Permalink to this headline") All constants listed here are available for conversion from strings by wrapping in brackets For example the luminous efficiency would be converted to a unit by using [kcd] The planck constants are available as [planck::XXXXX] or planckXXXXXX and the atomic constants are available as `[atomic::XXXX] #### Uncertainties[¶](#uncertainties "Permalink to this headline") Certain physical constants have uncertainties associated with them and have an additional uncertain\_measurement associated with them see uncertain\_measurments. These can be found in the units::constants::uncertain namespace and include: * Gravitational constant - G * Permittivity of free space - eps0 * Permeability of free space - u0 * Hubble constant 69.8 km/s/Mpc - H0 * Mass of an electron - me * Mass of a proton - mp * Atomic mass constant - mu * mass of nuetron - mn * Rydberg constant - Rinf * fine structure constant - alpha *NOTE: A few of the uncertain constants have more precision than supported in uncertain\_measurments but were included for completeness* ### Defined Units[¶](#defined-units "Permalink to this headline") The units library comes with two sets of units predefined. They are all located in [src/units/unit\_definitions.hpp](https://github.com/LLNL/units/blob/master/units/unit_definitions.hpp). The definitions come in two flavors a precise\_unit and a regular unit. All the precise units are defined in the namespace units::precise All the units are defined as a constexpr values. The choice of which units to define is somewhat arbitrary and guided by the authors experience and the origins of the library in power systems and electrical engineering in the US. Units that the author has actually encountered in work or life are included and in cases where there might be conflicts depending on the location preference was given to the US customary definition, though international systems take priority. #### Listing of Units[¶](#listing-of-units "Permalink to this headline") The most common units are defined in the namespace units::precise and others are defined in subnamespaces. ##### Base Units[¶](#base-units "Permalink to this headline") Most base units have two definitions that are equivalent * meter, m * kilogram, kg * second, s * Ampere, A * Kelvin, K * mol * candela, cd * currency * count * pu * iflag * eflag * radian, rad ##### Specialized units[¶](#specialized-units "Permalink to this headline") Some specialized units are defined for use in conversion applications or for making handling string conversions a little easier * defunit - special unit that signifies conversion to any other units is possible * invalid - special unit that conversion has failed * error - an error unit ##### Numerical Units[¶](#numerical-units "Permalink to this headline") Sometimes it is useful to have pure numerical units, often for multiplication with other units such as hundred\*kg or something like that which becomes a single unit with 100 kg. * one * ten * hundred * percent (0.01) * infinite * nan Also included in this category are [SI prefixes](https://physics.nist.gov/cuu/Units/prefixes.html) deci, centi,milli, micro, nano, pico, femto, atto, zepto, yocto, ronto, quecto, deka, hecto, kilo, mega, giga, tera, peta, exa, hecto, zetta, yotta,rotta, quetta. and SI data prefixes kibi, mebi, gibi, tebi, pebi, exbi, zebi, yobi ##### Derived SI Units[¶](#derived-si-units "Permalink to this headline") There are many units that used in combination with the SI system that are derived from the base units * hertz, Hz * volt, V * Pa (pascal, on some systems this is defined as something else so the definition(pascal) is skipped) * newton, N * joule, J * watt, W * coulomb, C * farad, F * siemens, S * weber, Wb * tesla, T * henry, H * lumen, lm * lux, lx * becquerel, Bq * gray, Gy * sievert, Sv * katal, kat * sr ##### Extra SI related units[¶](#extra-si-related-units "Permalink to this headline") A few units that are not officially part of the SI but are [accepted](https://physics.nist.gov/cuu/Units/outside.html) for use with the SI system, along with a few other SI units with prefixes that are commonly used. * mg * g * mL * L * nm * mm * km * cm * bar ##### Centimeter-Gram-Second system[¶](#centimeter-gram-second-system "Permalink to this headline") The [CGS](https://en.wikipedia.org/wiki/Centimetre%E2%80%93gram%E2%80%93second_system_of_units) system is a variant on the metric system. Units from the CGS system are included under the namespace units::precise::cgs. * eng * dyn * barye * gal * poise * stokes * kayser * oersted * gauss * debye * maxwell * biot * gilbert * stilb * lambert * phot * curie * roentgen * REM * RAD * emu * langley * unitpole * statC\_charge * statC\_flux * abOhm * abFarad * abHenry * abVolt * statV * statT * statHenry * statOhm * statFarad ##### Conventional Electrical Units[¶](#conventional-electrical-units "Permalink to this headline") defined in namespace units::precise::conventional * volt90 * ampere90 * watt90 * henry90 * coulomb90 * farad90 * ohm90 ##### Meter Gram Force System[¶](#meter-gram-force-system "Permalink to this headline") defined in namespace units::precise::gm * pond * hyl * at * poncelet * PS ##### Meter Tonne Second system[¶](#meter-tonne-second-system "Permalink to this headline") Defined in namespace units::precise::MTS * sthene * pieze * thermie ##### Additional Time units[¶](#additional-time-units "Permalink to this headline") Defined in namespace units::precise::time, units marked with \* are also defined in the units::precise. * min\* * ms\* * ns\* * hr\* * h\* * day\* * week * yr\* (8760 hr) * fortnight * sday - sidereal day * syr - sidereal year * at - mean tropical year * aj - mean julian year * ag - mean gregorian year * year - aliased to median calendar year (365 days) which is the standard for SI * mos - synodal (lunar) month * moj - mean julian month * mog - mean gregorian month ##### International customary Units[¶](#international-customary-units "Permalink to this headline") These are traditional units that have some level of international definition Defined in namespace units::precise::i * grain * point * pica * inch * foot * yard * mile * league * hand * cord * board\_foot * mil * circ\_mil A few units have short symbols defined in unit::precise in, ft, yd, mile. These alias to the international definition. ##### Avoirdupois units[¶](#avoirdupois-units "Permalink to this headline") Avoirdupois units are another common international standard of units for weight and volumes. The units are defined in units::precise::av * dram * ounce * pound * hundredweight * longhundredweight * ton * longton * stone * lbf * ozf * slug * poundal A few common units have symbols defined in units::precise lb, ton, oz, lbf and these alias to the Avoirdupois equivalent. ##### Troy Units[¶](#troy-units "Permalink to this headline") Most commonly for precious metals a few units are defined in units::precise::troy, with a basis in the international grain. * pennyweight * oz * pound ##### United States Customary Units[¶](#united-states-customary-units "Permalink to this headline") These are traditional units defined in the United States, for survey or common usage. Defined in unit::precise::us. * foot * inch * mil * yard * rod * chain * link * furlong * mile * league * acre\* * homestead * section * township * minim * dram * floz * tbsp * tsp * pinch * dash * shot * gill * cup * pint * quart * gallon * flbarrel - liquid barrel * barrel * hogshead * cord * fifth A few US customary units are defined in specific namespaces to distinguish them from other forms US customary dry measurements are defined in units::precise::us::dry * pint * quart * gallon * peck * bushel * barrel * sack * strike Some grain measures used in markets and commodities are defined in units::precise::us::grain. When commodities are a little more developed this will be defined with appropriate commodity included. * bushel\_corn * bushel\_wheat * bushel\_barley * bushel\_oats Some survey units are defined in units::precise::us::engineers to distinguish them from others * chain * link The unit gal (gallon) is also defined in units::precise since that is pretty common to use. ##### FDA and metric measures[¶](#fda-and-metric-measures "Permalink to this headline") The food and drug administration has defined some customary units in metric terms for use in medicine. These are defined in units::precise::metric Also included are some other customary units that have a metric definition. * tbsp * tsp * floz * cup * cup\_uslegal * carat ##### Canadian Units[¶](#canadian-units "Permalink to this headline") Some Canadian definitions of customary units defined in units::precise::canada * tbsp * tsp * cup * cup\_trad * gallon * grain::bushel\_oats ##### Australia Units[¶](#australia-units "Permalink to this headline") Traditional Australian units defined in units::precise::australia * tbsp * tsp * cup ##### Imperial or British Units[¶](#imperial-or-british-units "Permalink to this headline") Traditional british or imperial units, defined in units::precise::imp. * inch * foot * thou * barleycorn * rod * chain * link * pace * yard * furlong * league * mile * nautical\_mile * knot * acre * perch * rood * gallon * quart * pint * gill * cup * floz * tbsp * tsp * barrel * peck * bushel * dram * minim * drachm * stone * hundredweight * ton * slug ##### Apothecaries System[¶](#apothecaries-system "Permalink to this headline") Used in pharmaceutical contexts the apothecaries system of units is defined in units::precise::apothecaries. * floz ( same as imperial version ) * minim * scruple * drachm * ounce * pound * pint * gallon * metric\_ounce ##### Nautical Units[¶](#nautical-units "Permalink to this headline") Some units defined in context of marine travel defined in units::precise::nautical * fathom * cable * mile * knot * league ##### Japanese traditional Units[¶](#japanese-traditional-units "Permalink to this headline") Some traditional Japanese units are included for historical interest in units::precise::japan * shaku * sun * ken * tsubo * sho * kan * go * cup ##### Chinese Traditional Units[¶](#chinese-traditional-units "Permalink to this headline") Some traditional Chinese units are included for historical interest in units::precise::chinese * jin * liang * qian * li * cun * chi * zhang ##### Typographic units[¶](#typographic-units "Permalink to this headline") Units used in typesetting and typography are included in units::precise::typographic Subsets of the units depending on the location are in subnamespaces ###### units::precise::typographic::american[¶](#units-precise-typographic-american "Permalink to this headline") * line * point * pica * twip ###### units::precise::typographic::printers[¶](#units-precise-typographic-printers "Permalink to this headline") * point * pica ###### units::precise::typographic::french[¶](#units-precise-typographic-french "Permalink to this headline") * point * ligne * pouce * didot * cicero * pied * toise ###### units::precise::typographic::metric[¶](#units-precise-typographic-metric "Permalink to this headline") * point * quart ###### units::precise::typographic::IN[¶](#units-precise-typographic-in "Permalink to this headline") l’Imprimerie nationale * point * pica ###### units::precise::typographic::tex[¶](#units-precise-typographic-tex "Permalink to this headline") * point * pica ###### units::precise::typographic::postscript[¶](#units-precise-typographic-postscript "Permalink to this headline") * point * pica ###### units::precise::typographic::dtp[¶](#units-precise-typographic-dtp "Permalink to this headline") This is the modern standard or as close to such a thing as exists * point * pica * twip * line ###### units::precise::typographic[¶](#units-precise-typographic "Permalink to this headline") Values taken from dtp namespace * point * pica ##### Distance Units[¶](#distance-units "Permalink to this headline") Some additional distance units are defined in units::precise::distance * ly * au * au\_old * angstrom * parsec * smoot * cubit * longcubit * arpent\_us * arpent\_fr * xu ##### Area Units[¶](#area-units "Permalink to this headline") Some additional units defining an area units::precise::area * are * hectare * barn * arpent ##### Mass Units[¶](#mass-units "Permalink to this headline") Some additional units defining a mass units::precise::mass * quintal * ton\_assay * longton\_assay * Da * u * tonne t is included in the units::precise namespace as a metric tonne ##### Volume Units[¶](#volume-units "Permalink to this headline") Some additional units defining a volume units::precise::volume * stere * acre\_foot * drum ##### Angle Units[¶](#angle-units "Permalink to this headline") A few units defining angles are defined in units::precise::angle. * deg\* * gon * grad * arcmin * arcsec * brad - binary radian (1/256 of a circle) ##### Directional Units[¶](#directional-units "Permalink to this headline") A few cardinal directional units are defined in units::precise::direction, these make use of the i\_flag and a numerical value * east * north * south * west ##### Temperature Units[¶](#temperature-units "Permalink to this headline") A few units related to temperature systems, defined in units::precise::temperature * celsius, degC\* * fahrenheit, degF\* * rankine, degR * reaumur ##### Pressure Units[¶](#pressure-units "Permalink to this headline") Some units related to pressure are defined in units::precise::pressure * psi * inHg * mmHg * torr * inH2O * mmH2O * atm - standard atmosphere * att - technical atmosphere ##### Power Units[¶](#power-units "Permalink to this headline") Some units related to power are defined in units::precise::power * hpE - electric Horsepower * hpI - international horsepower * hpS - steam horesepower * hpM - mechanical horsepower the unit hp is aliased in the units::precise namespace to power::hpI ##### Energy Units[¶](#energy-units "Permalink to this headline") Some units related to energy are defined in units::precise::energy * kWh * MWh * eV * kcal * cal\_4 - calorie at 4 deg C * cal\_15 - calorie at 15 deg C * cal\_28 - calorie at 28 deg C * cal\_mean - mean calorie * cal\_it - international table calorie * cal\_th - thermochemical calorie * btu\_th - thermochemical BTU * btu\_39 - BTU at 39 deg C * btu\_59 - BTU at 59 deg C * btu\_60 - BTU at 60 deg C * btu\_mean - mean BTU * btu\_it - international table BTU * btu\_iso - rounded btu\_it * quad * tonc - cooling ton * therm\_us * therm\_br * therm\_ec * EER - energy efficiency ratio * SG - specific gravity * ton\_tnt * boe - barrel of oil equivalent * foeb * hartree * tonhour * tce - ton of coal equivalent * lge - liter of gasoline equivalent in the units::precise namespace * btu = energy::but\_it * cal = energy::cal\_th * kWh = energy::kWh * MWh = energy::MWh ##### Power system Units[¶](#power-system-units "Permalink to this headline") Some additional units related to power systems and electrical engineering in units::precise::electrical namespace * MW * VAR - W\*i\_flag * MVAR * kW * kVAR * mW * puMW * puV * puHz * MJ * puOhm * puA * kV * mV * mA ##### Equation type Units[¶](#equation-type-units "Permalink to this headline") Equation units are explained more thoroughly in [Equation Units](index.html#equation-units) Some of the specific common equation units are defined in the namespace units::precise::log. * neper * logE - natural logarithm * neperA - neper of amplitude unit * neperP - neper of a power unit * logbase10 * bel * belP - bel of a power based unit * dBP * belA - bel of an amplitude based unit * dBA - dB of an amplitude based unit * logbase2 * dB * neglog10 * neglog100 * neglog1000 * neglog50000 * B\_SPL * B\_V * B\_mV * B\_uV * B\_10nV * B\_W * B\_kW * dB\_SPL * dB\_V * dB\_mV * dB\_uV * dB\_10nV * dB\_W * dB\_kW * dB\_Z - radar reflectivity * BZ - radar reflectivity ##### Textile related Units[¶](#textile-related-units "Permalink to this headline") Units related to the textile industry in namespace units::precise::textile. * tex * denier * span * finger * nail ##### Clinical Units[¶](#clinical-units "Permalink to this headline") Units related to clinical medicine in namespace units::precise::clinical. * pru * woodu * diopter * prism\_diopter * mesh * charriere * drop * met * hounsfield ##### Laboratory Units[¶](#laboratory-units "Permalink to this headline") Units used in laboratory settings in namespace units::precise::laboratory. * svedberg * HPF * LPF * enzyme\_unit * IU * arbU - arbitrary unit * IR - index of reactivity * Lf - Limit of flocculation * PFU * pH * molarity * molality ##### Data Units[¶](#data-units "Permalink to this headline") Units related to computer data and storage in units::precise::data * bit\* * nibble * byte * kB\* * MB\* * GB\* * kiB * MiB * GiB * bit\_s - Shannon bit for information theory * shannon * hartley * ban * dit * deciban * nat * trit * digits B is defined as byte in units::precise ##### Computation units[¶](#computation-units "Permalink to this headline") Units related to computation units::precise::computation. * flop * flops * mips ##### Special units[¶](#special-units "Permalink to this headline") Some special units that were not otherwise characterized in namespace units::precise::special. * ASD - amplitude spectral density * moment\_magnitude - moment magnitude for earthquake scales (related to richter scale) * moment\_energy * sshws - saffir simpson hurricane wind scale * beaufort - Beaufort wind scale * fujita - Fujita scale for tornados * mach - mach number(multiplier of the speed of sound) * rootHertz - square root of Hertz, this is a special handling unit that triggers some specific behavior to handle it. * rootMeter - square root of meter, this is a special handling unit that triggers some specific behavior to handle it. ##### Other Units[¶](#other-units "Permalink to this headline") General purpose other units not otherwise categorical in namespace units::precise::other * ppm - part per million * ppb - part per billion * candle * faraday * rpm\* - revolution per minute * CFM - cubic feet per minute * MegaBuck - $1,000,000 * GigaBuck - $1,000,000,000 ##### Climate Units[¶](#climate-units "Permalink to this headline") Units related to climate in namespace units::precise::climate * gwp - global warming potential * gtp - global temperature potential ##### Speed Units[¶](#speed-units "Permalink to this headline") mph and mps are defined in units::precise since they are pretty common #### Units in the units namespace[¶](#units-in-the-units-namespace "Permalink to this headline") Regular units are defined in the units namespace. The general rule is that any units with a definition directly in units::precise has an analog nonprecise unit in the units namespace. One addition is that any unit defined in precise::electrical also is defined in units this has to do with the origins of the library in power systems. ### Unit Domains[¶](#unit-domains "Permalink to this headline") There are some ambiguous unit symbols. Different fields use the same symbol to mean different things. In the units library the definition has defaulted to SI standard definition with two known ambiguities. the symbol ‘a’ is used for are, the symbol rad refers to radians. However there are occasions where the units from one field or another are desired. The units library applies the notion of a unit domain which can be passed to the unit\_flags argument for any string conversion, for a few select units this will change the resulting from a string. #### Available Domains[¶](#available-domains "Permalink to this headline") thus far 5 specific unit domains have been defined they are in the units::domains namespace. * ucum – THE UNIFIED CODE FOR UNITS OF MEASURE * cooking – units and symbols commonly used for recipes * astronomy – units and symbols used in astronomy * nuclear – units and symbols used in nuclear or particle physics * surveying – units and symbols used in surveying in the United states * us\_customary – units and symbols traditionally used in the us(combination of cooking and surveying) * climate – units and symbols used in climate science * allDomains – this domain does all the above domains where not mutually exclusive. So mostly a combination of ucum and astronomy/nuclear with a few us customary units IT is not recommended to use this but provided for the combinations The only units and symbols using the domain are those that might be ambiguous or contradictory to the ST definition. The specific units affected are defined in the next section. #### Domain Specific Units[¶](#domain-specific-units "Permalink to this headline") These are unit definitions affected by specifying a specific unit domain ##### UCUM[¶](#ucum "Permalink to this headline") * B – bel vs Byte * a – julian year vs are ##### Astronomy[¶](#astronomy "Permalink to this headline") * am – arc minute vs attometer * as – arc second vs attosecond * year – mean tropical year vs median calendar year ##### Cooking[¶](#cooking "Permalink to this headline") * C – cup vs coulomb * T – Tablespoon vs Tesla * c – cup vs speed of light * t – teaspoon vs metric tonne * TB – Tablespoon vs TeraByte * smi – smidgen vs square mile * scruple – slightly different definition when used in cooking context * ds – dessertspoon vs deci second ##### Surveying[¶](#surveying "Permalink to this headline") * ‘ and all variants refer to feet vs arcmin * ‘’ and all variants refer to inches vs arcsec ##### Nuclear[¶](#nuclear "Permalink to this headline") * rad radiation absorbed dose vs radian * rd same as rad vs rod ##### Climate[¶](#climate "Permalink to this headline") * kt kilo-tonne vs karat ##### US customary[¶](#us-customary "Permalink to this headline") Combination of surveying and cooking ##### All domains[¶](#all-domains "Permalink to this headline") Combination of all of the above More units will likely be added to this as the need arises #### Specifying the domain[¶](#specifying-the-domain "Permalink to this headline") The domain can be specified in the unit\_flag string supplied to the unit\_from\_string operation. ``` auto unit1=units::unit\_from\_string(unitString,nuclear\_units) ``` when used as part of the flags argument the definitions are in the unit\_conversion\_flags enumeration * strict\_ucum * cooking\_units * astronomy\_units * surveying\_units * nuclear\_units * climate\_units * us\_customary\_units A default domain can also be specified though ``` setUnitsDomain(code); ``` with the code using one of those found in the units::domains namespace. this domain will be used unless another is specified through the match flags. This function return the previous domain which can be used if only setting the value temporarily. The default domain can be set at compile time through the UNITS\_DEFAULT\_DOMAIN definition ``` #define UNITS\_DEFAULT\_DOMAIN units::domains::astronomy #include "units/units.hpp" ``` In CMake this field can be defined and will be directly translated. The UNITS\_DOMAIN CMake variable can also be used to specify a domain as a string like UCUM or COOKING and have it appropriately translate. See [Unit Library CMake Reference](index.html#unit-library-cmake-reference) for more details. ### Conversion Flags[¶](#conversion-flags "Permalink to this headline") The units\_from\_string and to\_string operations take an optional flags argument. This controls certain aspects of the conversion process. In most cases this can be left to default unless very specific needs arise. #### Unit\_from\_string flags[¶](#unit-from-string-flags "Permalink to this headline") * default\_conversions – no\_flags, so using the default operations * case\_insensitive –perform case insensitive matching for UCUM case insensitive matching * single\_slash –specify that there is a single numerator and denominator only a single slash in the unit operations * strict\_si –input units are strict SI * strict\_ucum –input units are matching UCUM standard * cooking\_units –input units for cooking and recipes are prioritized * astronomy\_units –input units for astronomy are prioritized * surveying\_units –input units for surveying are prioritized * nuclear\_units –input units for nuclear physics and radiation are prioritized * climate\_units –input units for climate sciences * us\_customary\_units – input units for us customary measurements are prioritized(same as cooking\_units | surveying\_units) * numbers\_only –indicate that only numbers should be matched in the first segments, mostly applies only to power operations * no\_recursion –don’t recurse through the string * not\_first\_pass –indicate that is not the first pass * no\_per\_operators –skip matching “per” * no\_locality\_modifiers –skip locality modifiers * no\_of\_operator –skip dealing with “of” * no\_addition – skip trying unit addition * no\_commodities –skip commodity checks * skip\_partition\_check –skip the partition check algorithm * skip\_si\_prefix\_check –skip checking for SI prefixes * skip\_code\_replacements –don’t do some code and sequence replacements * minimum\_partition\_size2 –specify that any unit partitions must be greater or equal to 2 characters * minimum\_partition\_size3 –specify that any unit partitions must be greater or equal to 3 characters * minimum\_partition\_size4 –specify that any unit partitions must be greater or equal to 4 characters * minimum\_partition\_size5 –specify that any unit partitions must be greater or equal to 5 characters * minimum\_partition\_size6 –specify that any unit partitions must be greater or equal to 6 characters * minimum\_partition\_size7 –specify that any unit partitions must be greater or equal to 7 characters ##### Indications for use[¶](#indications-for-use "Permalink to this headline") The case\_insensitive flag should be used to ignore capitalization completely. It is targeted at the UCUM upper case specification but is effective for all situations where case should be ignored. The library is by nature somewhat flexible in capitalization patterns, because of this some strings are allowed that otherwise would not be if SI were strictly followed. For example: Um would match to micro meters which should not if being exacting to the SI standard. The strict\_si flag prevents some not all of these instances, and whether others can be disabled is being investigated. The single\_slash flag is targeted at a few specific programs which use the format of a single slash marking the separation of numerator from denominator. strict\_ucum, cooking\_units, astronomy\_units, surveying\_units, nuclear\_units, climate\_units and us\_customary\_units are part of the domain system and can change the unit matched. The remainder of the flags are somewhat self explanatory and are primarily used as part of the string conversion program to prevent infinite recursion. The no\_commodities or no\_per\_operator may be used if it is known those do not apply for a slight increase in performance. The no\_recursion or skip\_partition\_check can be use if only simple strings are passed to speed up the process somewhat. The minimum partition size flags can be used to restrict how much partitioning it does which can reduce the possibility of “false positives” or unwanted unit matches on the strings All the flags can be “or”ed to make combinations such as minimum\_partition\_size4|astronomy\_units|no\_of\_operator #### to\_string Flags[¶](#to-string-flags "Permalink to this headline") * disable\_large\_power\_strings - if the units definition allows large powers this flag can disable the use of them in the output string. The to\_string flags can be combined with the other conversion flags without issue. ##### Default flags[¶](#default-flags "Permalink to this headline") Flags will normally default to 0U however they can be modified through setDefaultFlags. This function returns the previous value in case it is needed to swap them temporarily. The flags can be retrieved via getDefaultFlags() This function is automatically called if no flag argument is passed. The initial value can be set through a compile time or build time option UNITS\_DEFAULT\_MATCH\_FLAGS. Application Notes[¶](#application-notes "Permalink to this headline") --------------------------------------------------------------------- This folder is a collection of some example code snippets and discussions applied to various situations ### Strain[¶](#strain "Permalink to this headline") Strain is an interesting unit in that it is a dimensionless unit. The most common expression is in in/in or mm/mm often defined as ε. The effects of strain are pretty small so µε is also pretty common. It is the fractional change in length. There are a several ways to represent this in the units library depending on the needs for a particular situation. #### Method 1[¶](#method-1 "Permalink to this headline") The first way is simply as a ratio. ``` measurement deltaLength=0.00001\*m; measurement length=1\*m; auto strain=deltaLength/length; EXPECT\_EQ(to\_string(strain), "1e-05"); //applied to a 10 ft bar auto distortion=strain\*(10\*ft); EXPECT\_EQ(to\_string(distortion), "0.0001 ft"); ``` The main issue that there is no distinction between a strain measurement and any other ratio, but in many cases that is fine. #### Method 2[¶](#method-2 "Permalink to this headline") The default defined unit of strain in the units library uses per unit meters as a basis. The multiplies and divides methods in the units math library can take per unit flag into account when doing the multiplication to get the original units back. The advantages of this are that strain becomes a distinctive unit from all other ratio units. Volumetric or area strain can be represented in the same way. It does have the disadvantage of requiring the multiplies ``` #include <units/units\_math.hpp> //for multiplies precise\_measurement strain=1e-05\*default\_unit("strain"); EXPECT\_EQ(to\_string(strain), "1e-05 strain"); //applied to a 10 ft bar auto distortion=multiplies(strain,(10\*ft)); EXPECT\_EQ(to\_string(distortion), "0.0001 ft"); ``` ``` #include <units/units\_math.hpp> //for multiplies divides measurement deltaLength=0.00001\*m; measurement length=1\*m; auto strain=divides(deltaLength,length); EXPECT\_EQ(to\_string(strain), "1e-05 strain"); //applied to a 10 ft bar auto distortion=multiplies(strain,(10\*ft)); EXPECT\_EQ(to\_string(distortion), "0.0001 ft"); ``` #### Method 3[¶](#method-3 "Permalink to this headline") The third potential method is to use one of the indicator flags to define a unit for strain. This can work in cases where there is no other potential conflicts with the flag and you need the \* operator to work. ``` precise\_unit ustrain(1e-6,eflag); // microstrain addUserDefinedUnit("ustrain",ustrain); precise\_measurement strain=45.7\*ustrain; EXPECT\_EQ(to\_string(strain), "45.7 ustrain"); //applied to a 10 m bar auto distortion=strain\*(10\*m); EXPECT\_DOUBLE\_EQ(distortion.value\_as(precise::mm),0.457); ``` The advantages of this are that the there is no per unit values to handle. The disadvantage is that the eflag needs to be handled particularly when dealing with strings. If it is just dealing with computations this is less of an issue. So this method can work fine in some cases. #### Discussion[¶](#discussion "Permalink to this headline") There are several ways to represent strain or any other ratio unit that is derived from particular unit cancellations. All have advantages and disadvantages in particular situations and the method of choice will come down to the expected use cases. The library chooses the per unit method as it maintains the source units, but other choices are free to choose if they work better in particular situations. The Low Level Details of the Units library[¶](#the-low-level-details-of-the-units-library "Permalink to this headline") ----------------------------------------------------------------------------------------------------------------------- ### Unit base class[¶](#unit-base-class "Permalink to this headline") The unit base class is a bitmap comprising segments of a 32 bit number. all the bits are defined the underlying definition is a set of bit fields that cover a full 32 bit unsigned integer ``` // needs to be defined for the full 32 bits signed int meter\_ : 4; signed int second\_ : 4; // 8 signed int kilogram\_ : 3; signed int ampere\_ : 3; signed int candela\_ : 2; // 16 signed int kelvin\_ : 3; signed int mole\_ : 2; signed int radians\_ : 3; // 24 signed int currency\_ : 2; signed int count\_ : 2; // 28 unsigned int per\_unit\_ : 1; unsigned int i\_flag\_ : 1; // 30 unsigned int e\_flag\_ : 1; // unsigned int equation\_ : 1; // 32 ``` The default constructor sets all the fields to 0. But this is private and only accessible from friend classes like units. The main constructor looks like ``` constexpr unit\_data( int meter, int kilogram, int second, int ampere, int kelvin, int mole, int candela, int currency, int count, int radians, unsigned int per\_unit, unsigned int flag, unsigned int flag2, unsigned int equation) ``` an alternative constructor ``` explicit constexpr unit\_data(std::nullptr\_t); ``` sets all the fields to 1 #### Math operations[¶](#math-operations "Permalink to this headline") When multiplying two base units the powers are added. For the flags. The e\_flag and i\_flag are added, effectively an Xor while the pu and equation are ORed. For division the units are subtracted, while the operations on the flags are the same. ##### Power and Root and Inv functions[¶](#power-and-root-and-inv-functions "Permalink to this headline") For power operations all the individual powers of the base units are multiplied by the power number. The pu and equation flags are passed through. For even powers the i\_flag and e\_flag are set to 0, and odd powers they left as is. For root operations, First a check if the root is valid, if not the error unit is returned. If it is a valid root all the powers are divided by the root power. The Pu flag is left as is, the i\_flag and e\_flag are treated the same is in the pow function and the equations flag is set to 0. There is one exception to the above rules. There is a special unit for √Hz it is a combination of some i\_flag and e\_flag and a high power of the seconds unit. This unit is used in amplitude spectral density and comes up on occasion in some engineering contexts. There is some special logic in the power function that does the appropriate things such the square of √Hz= Hz. If a low power of seconds is multiplied or divided by the special unit it still does the appropriate thing. But √Hz\*√Hz will not generate the expected result. √Hz is a singular unique unit and the only coordinated result is a power operation to remove it. √Hz unit base itself uses a power of (-5) on the seconds and sets the i\_flag and e\_flag. The inverse function is equivalent to pow(-1), and just inverts the unit\_data. #### Getters[¶](#getters "Permalink to this headline") The unit data type supports getters for the different fields all these are constexpr methods * meter(): return the meter power * kg(): return the kilogram power * second(): return the seconds power * ampere(): return the ampere power * kelvin(): return the kelvin power * mole(): return the mole power * candela(): return the candela power * currency(): return the currency power * count(): return the count power * radian(): return the radian power * is\_per\_unit(): returns true if the unit\_base has the per\_unit flag set * is\_equation(): returns true if the unit\_base has the equation field set * has\_i\_flag(): returns true if the i\_flag is set * has\_e\_flag(): returns true if the e\_flag is set * empty(): will check if the unit\_data has any of the base units set, flags are ignored. * unit\_type\_count: will count the number of base units with a non-zero power #### Modifiers[¶](#modifiers "Permalink to this headline") there are a few methods will generate a new unit based on an existing one the methods are constexpr * add\_per\_unit(): will set the per\_unit flag * add\_i\_flag(): will set the i\_flag * add\_e\_flag(): will set the e\_flag The method clear\_flags is the only non-const method that modifies a unit\_data in place. #### Comparisons[¶](#comparisons "Permalink to this headline") Unit data support the == and != operators. these check all fields. There are a few additional comparison functions that are also available. * equivalent\_non\_counting(unit\_base other) : will return true if all the units but the counting units are equal, the counting units are mole, radian, and count. * has\_same\_base(unit\_base other): will return true if all the units bases are equivalent. So the flags can be different. ### Commodity Details[¶](#commodity-details "Permalink to this headline") The precise\_unit class includes an unsigned 32 bit field that represents a commodity of some kind. Units on the Web[¶](#units-on-the-web "Permalink to this headline") ------------------------------------------------------------------- You can try out the string conversions through the units [Webserver](../_static/convert.html) This page allows you to enter a measurement string and a unit string for conversion. The measurement string can be of any form with a number and units * 10 m * hundred pounds * 45.673 GB * dozen feet the unit string should be some unit that is convertible from the measurement units: * inches * troy oz * kiB * british fathoms The conversion also supports mathematical operations see [Units From Strings](index.html#units-from-strings) for additional details on string conversions. The units can also be set to \*`or `<base> to convert the measurement to base units. ### Rest API[¶](#rest-api "Permalink to this headline") The units web server does not serve files, it generates all responses on the fly. There are 3 URI indicators it responds to beyond the root page. * /convert : responds with an html page * /convert\_trivial : responds with the results as a simple text * /convert\_json : responds with a json string containing the requested conversions and the results. For example in Linux or anything with curl ``` $ curl -s "13.52.135.81/convert\_trivial?measurement=10%20tons&units=lb" 20000 $ curl -s "13.52.135.81/convert\_json?measurement=10%20tons&units=lb" { "request\_measurement":"", "request\_units":"lb"", "measurement":"", "units":"lb"", "value":"nan" } $ curl -s "13.52.135.81/convert\_json?measurement=ten%20meterspersecond&units=feetperminute&caction=to\_string" { "request\_measurement":"ten meterspersecond", "request\_units":"feetperminute", "measurement":"10 m/s", "units":"ft/min", "value":"1968.5" } ``` This works with POST or GET methods. The caction field can be set to “to\_string” this will “simplify” the units in the result or at least use the internal to\_string operations to convert to an interpretable string in more accessible units. Units Library String Conversions Units Library String Conversions ================================ [Source](https://github.com/LLNL/units) [Documentation](https://units.readthedocs.io/en/latest/index.html) ----------------------------------------------------------------------------------------------------------- Measurement string: E.g. "25 m", "ten tons", "3.252Tesla", "237uL" convert to: E.g. "inches", "lb", "Gauss", "tsp" "use '\*' to convert to base units
sqlc
go
sqlc 1.18.0 documentation [![Logo](_static/logo.png)](#) v1.18.0 Overview * [Installing sqlc](index.html#document-overview/install) Tutorials * [Getting started with MySQL](index.html#document-tutorials/getting-started-mysql) * [Getting started with PostgreSQL](index.html#document-tutorials/getting-started-postgresql) * [Getting started with SQLite](index.html#document-tutorials/getting-started-sqlite) How-to Guides * [Retrieving rows](index.html#document-howto/select) * [Counting rows](index.html#document-howto/query_count) * [Inserting rows](index.html#document-howto/insert) * [Updating rows](index.html#document-howto/update) * [Deleting rows](index.html#document-howto/delete) * [Preparing queries](index.html#document-howto/prepared_query) * [Using transactions](index.html#document-howto/transactions) * [Naming parameters](index.html#document-howto/named_parameters) * [Modifying the database schema](index.html#document-howto/ddl) * [Configuring generated structs](index.html#document-howto/structs) * [Uploading projects](index.html#document-howto/upload) Reference * [CLI](index.html#document-reference/cli) * [Configuration](index.html#document-reference/config) * [Datatypes](index.html#document-reference/datatypes) * [Query annotations](index.html#document-reference/query-annotations) * [Database and language support](index.html#document-reference/language-support) * [Environment variables](index.html#document-reference/environment-variables) * [Changelog](index.html#document-reference/changelog) Conceptual Guides * [Using Go and pgx](index.html#document-guides/using-go-and-pgx) * [Developing sqlc](index.html#document-guides/development) * [Authoring plugins](index.html#document-guides/plugins) * [Privacy and data collection](index.html#document-guides/privacy) [sqlc](#) * » * sqlc 1.18.0 documentation * [Edit on GitHub](https://github.com/kyleconroy/sqlc/blob/v1.18.0/docs/index) --- sqlc Documentation[](#sqlc-documentation "Permalink to this headline") ======================================================================= > > > And lo, the Great One looked down upon the people and proclaimed:“SQL is actually pretty great” > > > > > sqlc generates **fully type-safe idiomatic Go code** from SQL. Here’s how it works: 1. You write SQL queries 2. You run sqlc to generate Go code that presents type-safe interfaces to those queries 3. You write application code that calls the methods sqlc generated Seriously, it’s that easy. You don’t have to write any boilerplate SQL querying code ever again. Installing sqlc[](#installing-sqlc "Permalink to this headline") ----------------------------------------------------------------- sqlc is distributed as a single binary with zero dependencies. ### macOS[](#macos "Permalink to this headline") ``` brew install sqlc ``` ### Ubuntu[](#ubuntu "Permalink to this headline") ``` sudo snap install sqlc ``` ### go install[](#go-install "Permalink to this headline") #### Go >= 1.17:[](#go-1-17 "Permalink to this headline") ``` go install github.com/kyleconroy/sqlc/cmd/sqlc@latest ``` #### Go < 1.17:[](#id1 "Permalink to this headline") ``` go get github.com/kyleconroy/sqlc/cmd/sqlc ``` ### Docker[](#docker "Permalink to this headline") ``` docker pull kjconroy/sqlc ``` Run `sqlc` using `docker run`: ``` docker run --rm -v $(pwd):/src -w /src kjconroy/sqlc generate ``` Run `sqlc` using `docker run` in the Command Prompt on Windows (`cmd`): ``` docker run --rm -v "%cd%:/src" -w /src kjconroy/sqlc generate ``` ### Downloads[](#downloads "Permalink to this headline") Get pre-built binaries for *v1.18.0*: * [Linux](https://github.com/kyleconroy/sqlc/releases/download/v1.18.0/sqlc_1.18.0_linux_amd64.tar.gz) * [macOS](https://github.com/kyleconroy/sqlc/releases/download/v1.18.0/sqlc_1.18.0_darwin_amd64.zip) * [Windows (MySQL only)](https://github.com/kyleconroy/sqlc/releases/download/v1.18.0/sqlc_1.18.0_windows_amd64.zip) See [downloads.sqlc.dev](https://downloads.sqlc.dev/) for older versions. Getting started with MySQL[](#getting-started-with-mysql "Permalink to this headline") --------------------------------------------------------------------------------------- This tutorial assumes that the latest version of sqlc is [installed](../overview/install.html) and ready to use. Create a new directory called `sqlc-tutorial` and open it up. Initialize a new Go module named `tutorial.sql.dev/app` ``` go mod init tutorial.sqlc.dev/app ``` sqlc looks for either a `sqlc.yaml` or `sqlc.json` file in the current directory. In our new directory, create a file named `sqlc.yaml` with the following contents: ``` version: 1 packages: - path: "tutorial" name: "tutorial" engine: "mysql" schema: "schema.sql" queries: "query.sql" ``` sqlc needs to know your database schema and queries. In the same directory, create a file named `schema.sql` with the following contents: ``` CREATE TABLE authors ( id BIGINT NOT NULL AUTO\_INCREMENT PRIMARY KEY, name text NOT NULL, bio text ); ``` Next, create a `query.sql` file with the following four queries: ``` -- name: GetAuthor :one SELECT \* FROM authors WHERE id = ? LIMIT 1; -- name: ListAuthors :many SELECT \* FROM authors ORDER BY name; -- name: CreateAuthor :execresult INSERT INTO authors ( name, bio ) VALUES ( ?, ? ); -- name: DeleteAuthor :exec DELETE FROM authors WHERE id = ?; ``` You are now ready to generate code. Run the `generate` command. You shouldn’t see any errors or output. ``` sqlc generate ``` You should now have a `tutorial` package containing three files. ``` ├── go.mod ├── query.sql ├── schema.sql ├── sqlc.yaml └── tutorial ├── db.go ├── models.go └── query.sql.go ``` You can use your newly generated queries in `app.go`. ``` package main import ( "context" "database/sql" "log" "reflect" "tutorial.sqlc.dev/app/tutorial" \_ "github.com/go-sql-driver/mysql" ) func run() error { ctx := context.Background() db, err := sql.Open("mysql", "user:password@/dbname") if err != nil { return err } queries := tutorial.New(db) // list all authors authors, err := queries.ListAuthors(ctx) if err != nil { return err } log.Println(authors) // create an author result, err := queries.CreateAuthor(ctx, tutorial.CreateAuthorParams{ Name: "Brian Kernighan", Bio: sql.NullString{String: "Co-author of The C Programming Language and The Go Programming Language", Valid: true}, }) if err != nil { return err } insertedAuthorID, err := result.LastInsertId() if err != nil { return err } log.Println(insertedAuthorID) // get the author we just inserted fetchedAuthor, err := queries.GetAuthor(ctx, insertedAuthorID) if err != nil { return err } // prints true log.Println(reflect.DeepEqual(insertedAuthorID, fetchedAuthor.ID)) return nil } func main() { if err := run(); err != nil { log.Fatal(err) } } ``` Before the code will compile, you’ll need to add the Go MySQL driver. ``` go get github.com/go-sql-driver/mysql go build ./... ``` To make that possible, sqlc generates readable, **idiomatic** Go code that you otherwise would have had to write yourself. Take a look in `tutorial/query.sql.go`. Getting started with PostgreSQL[](#getting-started-with-postgresql "Permalink to this headline") ------------------------------------------------------------------------------------------------- This tutorial assumes that the latest version of sqlc is [installed](../overview/install.html) and ready to use. Create a new directory called `sqlc-tutorial` and open it up. Initialize a new Go module named `tutorial.sqlc.dev/app` ``` go mod init tutorial.sqlc.dev/app ``` sqlc looks for either a `sqlc.yaml` or `sqlc.json` file in the current directory. In our new directory, create a file named `sqlc.yaml` with the following contents: ``` version: "2" sql: - engine: "postgresql" queries: "query.sql" schema: "schema.sql" gen: go: package: "tutorial" out: "tutorial" ``` sqlc needs to know your database schema and queries in order to generate code. In the same directory, create a file named `schema.sql` with the following content: ``` CREATE TABLE authors ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, bio text ); ``` Next, create a `query.sql` file with the following four queries: ``` -- name: GetAuthor :one SELECT * FROM authors WHERE id = $1 LIMIT 1; -- name: ListAuthors :many SELECT * FROM authors ORDER BY name; -- name: CreateAuthor :one INSERT INTO authors ( name, bio ) VALUES ( $1, $2 ) RETURNING *; -- name: DeleteAuthor :exec DELETE FROM authors WHERE id = $1; ``` If you **do not** want your SQL `UPDATE` queries to return the updated record to the user, add this to `query.sql`: ``` -- name: UpdateAuthor :exec UPDATE authors set name = $2, bio = $3 WHERE id = $1; ``` Otherwise, to return the updated record to the user, add this to `query.sql`: ``` -- name: UpdateAuthor :one UPDATE authors set name = $2, bio = $3 WHERE id = $1 RETURNING *; ``` You are now ready to generate code. You shouldn’t see any errors or output. ``` sqlc generate ``` You should now have a `tutorial` package containing three files. ``` ├── go.mod ├── query.sql ├── schema.sql ├── sqlc.yaml └── tutorial ├── db.go ├── models.go └── query.sql.go ``` You can use your newly generated queries in `app.go`. ``` package main import ( "context" "database/sql" "log" "reflect" "tutorial.sqlc.dev/app/tutorial" \_ "github.com/lib/pq" ) func run() error { ctx := context.Background() db, err := sql.Open("postgres", "user=pqgotest dbname=pqgotest sslmode=verify-full") if err != nil { return err } queries := tutorial.New(db) // list all authors authors, err := queries.ListAuthors(ctx) if err != nil { return err } log.Println(authors) // create an author insertedAuthor, err := queries.CreateAuthor(ctx, tutorial.CreateAuthorParams{ Name: "Brian Kernighan", Bio: sql.NullString{String: "Co-author of The C Programming Language and The Go Programming Language", Valid: true}, }) if err != nil { return err } log.Println(insertedAuthor) // get the author we just inserted fetchedAuthor, err := queries.GetAuthor(ctx, insertedAuthor.ID) if err != nil { return err } // prints true log.Println(reflect.DeepEqual(insertedAuthor, fetchedAuthor)) return nil } func main() { if err := run(); err != nil { log.Fatal(err) } } ``` Before the code will compile, you’ll need to add the Go PostgreSQL driver. ``` go get github.com/lib/pq go build ./... ``` sqlc generates readable, **idiomatic** Go code that you otherwise would have had to write yourself. Take a look in the `tutorial` package to see what code sqlc generated. Getting started with SQLite[](#getting-started-with-sqlite "Permalink to this headline") ----------------------------------------------------------------------------------------- This tutorial assumes that the latest version of sqlc is [installed](../overview/install.html) and ready to use. Create a new directory called `sqlc-tutorial` and open it up. Initialize a new Go module named `tutorial.sql.dev/app` ``` go mod init tutorial.sqlc.dev/app ``` sqlc looks for either a `sqlc.yaml` or `sqlc.json` file in the current directory. In our new directory, create a file named `sqlc.yaml` with the following contents: ``` version: 2 sql: - engine: "sqlite" schema: "schema.sql" queries: "query.sql" gen: go: package: "tutorial" out: "tutorial" ``` sqlc needs to know your database schema and queries. In the same directory, create a file named `schema.sql` with the following contents: ``` CREATE TABLE authors ( id INTEGER PRIMARY KEY, name text NOT NULL, bio text ); ``` Next, create a `query.sql` file with the following four queries: ``` -- name: GetAuthor :one SELECT \* FROM authors WHERE id = ? LIMIT 1; -- name: ListAuthors :many SELECT \* FROM authors ORDER BY name; -- name: CreateAuthor :one INSERT INTO authors ( name, bio ) VALUES ( ?, ? ) RETURNING \*; -- name: DeleteAuthor :exec DELETE FROM authors WHERE id = ?; ``` For SQL UPDATE if you do not want to return the updated record to the user, add this to the `query.sql` file: ``` -- name: UpdateAuthor :exec UPDATE authors set name = ?, bio = ? WHERE id = ?; ``` Otherwise, to return the updated record back to the user, add this to the `query.sql` file: ``` -- name: UpdateAuthor :one UPDATE authors set name = ?, bio = ? WHERE id = ? RETURNING \*; ``` You are now ready to generate code. Run the `generate` command. You shouldn’t see any errors or output. ``` sqlc generate ``` You should now have a `tutorial` package containing three files. ``` ├── go.mod ├── query.sql ├── schema.sql ├── sqlc.yaml └── tutorial ├── db.go ├── models.go └── query.sql.go ``` You can use your newly generated queries in `app.go`. ``` package main import ( "context" "database/sql" "log" "reflect" "tutorial.sqlc.dev/app/tutorial" \_ "embed" \_ "github.com/mattn/go-sqlite3" ) //go:embed schema.sql var ddl string func run() error { ctx := context.Background() db, err := sql.Open("sqlite3", ":memory:") if err != nil { return err } // create tables if \_, err := db.ExecContext(ctx, ddl); err != nil { return err } queries := tutorial.New(db) // list all authors authors, err := queries.ListAuthors(ctx) if err != nil { return err } log.Println(authors) // create an author insertedAuthor, err := queries.CreateAuthor(ctx, tutorial.CreateAuthorParams{ Name: "Brian Kernighan", Bio: sql.NullString{String: "Co-author of The C Programming Language and The Go Programming Language", Valid: true}, }) if err != nil { return err } log.Println(insertedAuthor) // get the author we just inserted fetchedAuthor, err := queries.GetAuthor(ctx, insertedAuthor.ID) if err != nil { return err } // prints true log.Println(reflect.DeepEqual(insertedAuthor, fetchedAuthor)) return nil } func main() { if err := run(); err != nil { log.Fatal(err) } } ``` Before the code will compile, you’ll need to add the Go SQLite driver. ``` go mod tidy go build ./... ``` To make that possible, sqlc generates readable, **idiomatic** Go code that you otherwise would have had to write yourself. Take a look in `tutorial/query.sql.go`. Retrieving rows[](#retrieving-rows "Permalink to this headline") ----------------------------------------------------------------- To generate a database access method, annotate a query with a specific comment. ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, bio text NOT NULL, birth_year int NOT NULL ); -- name: GetAuthor :one SELECT * FROM authors WHERE id = $1; -- name: ListAuthors :many SELECT * FROM authors ORDER BY id; ``` A few new pieces of code are generated beyond the `Author` struct. An interface for the underlying database is generated. The `\*sql.DB` and `\*sql.Tx` types satisfy this interface. The database access methods are added to a `Queries` struct, which is created using the `New` method. Note that the `\*` in our query has been replaced with explicit column names. This change ensures that the query will never return unexpected data. Our query was annotated with `:one`, meaning that it should only return a single row. We scan the data from that one into a `Author` struct. Since the get query has a single parameter, the `GetAuthor` method takes a single `int` as an argument. Since the list query has no parameters, the `ListAuthors` method accepts no arguments. ``` package db import ( "context" "database/sql" ) type Author struct { ID int Bio string BirthYear int } type DBTX interface { QueryContext(context.Context, string, ...interface{}) (\*sql.Rows, error) QueryRowContext(context.Context, string, ...interface{}) \*sql.Row } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } const getAuthor = `-- name: GetAuthor :one SELECT id, bio, birth\_year FROM authors WHERE id = $1 ` func (q \*Queries) GetAuthor(ctx context.Context, id int) (Author, error) { row := q.db.QueryRowContext(ctx, getAuthor, id) var i Author err := row.Scan(&i.ID, &i.Bio, &i.BirthYear) return i, err } const listAuthors = `-- name: ListAuthors :many SELECT id, bio, birth\_year FROM authors ORDER BY id ` func (q \*Queries) ListAuthors(ctx context.Context) ([]Author, error) { rows, err := q.db.QueryContext(ctx, listAuthors) if err != nil { return nil, err } defer rows.Close() var items []Author for rows.Next() { var i Author if err := rows.Scan(&i.ID, &i.Bio, &i.BirthYear); err != nil { return nil, err } items = append(items, i) } if err := rows.Close(); err != nil { return nil, err } if err := rows.Err(); err != nil { return nil, err } return items, nil } ``` ### Selecting columns[](#selecting-columns "Permalink to this headline") ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, bio text NOT NULL, birth_year int NOT NULL ); -- name: GetBioForAuthor :one SELECT bio FROM authors WHERE id = $1; -- name: GetInfoForAuthor :one SELECT bio, birth_year FROM authors WHERE id = $1; ``` When selecting a single column, only that value that returned. The `GetBioForAuthor` method takes a single `int` as an argument and returns a `string` and an `error`. When selecting multiple columns, a row record (method-specific struct) is returned. In this case, `GetInfoForAuthor` returns a struct with two fields: `Bio` and `BirthYear`. ``` package db import ( "context" "database/sql" ) type DBTX interface { QueryRowContext(context.Context, string, ...interface{}) \*sql.Row } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } const getBioForAuthor = `-- name: GetBioForAuthor :one SELECT bio FROM authors WHERE id = $1 ` func (q \*Queries) GetBioForAuthor(ctx context.Context, id int) (string, error) { row := q.db.QueryRowContext(ctx, getBioForAuthor, id) var i string err := row.Scan(&i) return i, err } const getInfoForAuthor = `-- name: GetInfoForAuthor :one SELECT bio, birth\_year FROM authors WHERE id = $1 ` type GetInfoForAuthorRow struct { Bio string BirthYear int } func (q \*Queries) GetInfoForAuthor(ctx context.Context, id int) (GetInfoForAuthorRow, error) { row := q.db.QueryRowContext(ctx, getInfoForAuthor, id) var i GetInfoForAuthorRow err := row.Scan(&i.Bio, &i.BirthYear) return i, err } ``` ### Passing a slice as a parameter to a query[](#passing-a-slice-as-a-parameter-to-a-query "Permalink to this headline") #### PostgreSQL[](#postgresql "Permalink to this headline") In PostgreSQL, [ANY](https://www.postgresql.org/docs/current/functions-comparisons.html#id-1.5.8.28.16) allows you to check if a value exists in an array expression. Queries using ANY with a single parameter will generate method signatures with slices as arguments. Use the postgres data types, eg: int, varchar, etc. ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, bio text NOT NULL, birth_year int NOT NULL ); -- name: ListAuthorsByIDs :many SELECT * FROM authors WHERE id = ANY($1::int[]); ``` The above SQL will generate the following code: ``` package db import ( "context" "database/sql" "github.com/lib/pq" ) type Author struct { ID int Bio string BirthYear int } type DBTX interface { QueryContext(context.Context, string, ...interface{}) (\*sql.Rows, error) QueryRowContext(context.Context, string, ...interface{}) \*sql.Row } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } const listAuthors = `-- name: ListAuthorsByIDs :many SELECT id, bio, birth\_year FROM authors WHERE id = ANY($1::int[]) ` func (q \*Queries) ListAuthorsByIDs(ctx context.Context, ids []int) ([]Author, error) { rows, err := q.db.QueryContext(ctx, listAuthors, pq.Array(ids)) if err != nil { return nil, err } defer rows.Close() var items []Author for rows.Next() { var i Author if err := rows.Scan(&i.ID, &i.Bio, &i.BirthYear); err != nil { return nil, err } items = append(items, i) } if err := rows.Close(); err != nil { return nil, err } if err := rows.Err(); err != nil { return nil, err } return items, nil } ``` #### MySQL[](#mysql "Permalink to this headline") MySQL differs from PostgreSQL in that placeholders must be generated based on the number of elements in the slice you pass in. Though trivial it is still something of a nuisance. The passed in slice must not be nil or empty or an error will be returned (ie not a panic). The placeholder insertion location is marked by the meta-function `sqlc.slice()` (which is similar to `sqlc.arg()` that you see documented under [Naming parameters](named_parameters)). To rephrase, the `sqlc.slice('param')` behaves identically to `sqlc.arg()` it terms of how it maps the explicit argument to the function signature, eg: * `sqlc.slice('ids')` maps to `ids []GoType` in the function signature * `sqlc.slice(cust\_ids)` maps to `custIds []GoType` in the function signature (like `sqlc.arg()`, the parameter does not have to be quoted) This feature is not compatible with `emit\_prepared\_queries` statement found in the [Configuration file](index.html#document-reference/config). ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, bio text NOT NULL, birth\_year int NOT NULL ); -- name: ListAuthorsByIDs :many SELECT \* FROM authors WHERE id IN (sqlc.slice('ids')); ``` The above SQL will generate the following code: ``` package db import ( "context" "database/sql" "fmt" "strings" ) type Author struct { ID int Bio string BirthYear int } type DBTX interface { ExecContext(context.Context, string, ...interface{}) (sql.Result, error) PrepareContext(context.Context, string) (\*sql.Stmt, error) QueryContext(context.Context, string, ...interface{}) (\*sql.Rows, error) QueryRowContext(context.Context, string, ...interface{}) \*sql.Row } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } func (q \*Queries) WithTx(tx \*sql.Tx) \*Queries { return &Queries{ db: tx, } } const listAuthorsByIDs = `-- name: ListAuthorsByIDs :many SELECT id, bio, birth\_year FROM authors WHERE id IN (/\*SLICE:ids\*/?) ` func (q \*Queries) ListAuthorsByIDs(ctx context.Context, ids []int64) ([]Author, error) { sql := listAuthorsByIDs var queryParams []interface{} if len(ids) == 0 { return nil, fmt.Errorf("slice ids must have at least one element") } for \_, v := range ids { queryParams = append(queryParams, v) } sql = strings.Replace(sql, "/\*SLICE:ids\*/?", strings.Repeat(",?", len(ids))[1:], 1) rows, err := q.db.QueryContext(ctx, sql, queryParams...) if err != nil { return nil, err } defer rows.Close() var items []Author for rows.Next() { var i Author if err := rows.Scan(&i.ID, &i.Bio, &i.BirthYear); err != nil { return nil, err } items = append(items, i) } if err := rows.Close(); err != nil { return nil, err } if err := rows.Err(); err != nil { return nil, err } return items, nil } ``` Counting rows[](#counting-rows "Permalink to this headline") ------------------------------------------------------------- ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, hometown text NOT NULL ); -- name: CountAuthors :one SELECT count(\*) FROM authors; -- name: CountAuthorsByTown :many SELECT hometown, count(\*) FROM authors GROUP BY 1 ORDER BY 1; ``` ``` package db import ( "context" "database/sql" ) type DBTX interface { QueryContext(context.Context, string, ...interface{}) (\*sql.Rows, error) QueryRowContext(context.Context, string, ...interface{}) \*sql.Row } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } const countAuthors = `-- name: CountAuthors :one SELECT count(\*) FROM authors ` func (q \*Queries) CountAuthors(ctx context.Context) (int, error) { row := q.db.QueryRowContext(ctx, countAuthors) var i int err := row.Scan(&i) return i, err } const countAuthorsByTown = `-- name: CountAuthorsByTown :many SELECT hometown, count(\*) FROM authors GROUP BY 1 ORDER BY 1 ` type CountAuthorsByTownRow struct { Hometown string Count int } func (q \*Queries) CountAuthorsByTown(ctx context.Context) ([]CountAuthorsByTownRow, error) { rows, err := q.db.QueryContext(ctx, countAuthorsByTown) if err != nil { return nil, err } defer rows.Close() items := []CountAuthorsByTownRow{} for rows.Next() { var i CountAuthorsByTownRow if err := rows.Scan(&i.Hometown, &i.Count); err != nil { return nil, err } items = append(items, i) } if err := rows.Close(); err != nil { return nil, err } if err := rows.Err(); err != nil { return nil, err } return items, nil } ``` Inserting rows[](#inserting-rows "Permalink to this headline") --------------------------------------------------------------- ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, bio text NOT NULL ); -- name: CreateAuthor :exec INSERT INTO authors (bio) VALUES ($1); ``` ``` package db import ( "context" "database/sql" ) type DBTX interface { ExecContext(context.Context, string, ...interface{}) (sql.Result, error) } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } const createAuthor = `-- name: CreateAuthor :exec INSERT INTO authors (bio) VALUES ($1) ` func (q \*Queries) CreateAuthor(ctx context.Context, bio string) error { \_, err := q.db.ExecContext(ctx, createAuthor, bio) return err } ``` ### Returning columns from inserted rows[](#returning-columns-from-inserted-rows "Permalink to this headline") sqlc has full support for the `RETURNING` statement. ``` -- Example queries for sqlc CREATE TABLE authors ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, bio text ); -- name: CreateAuthor :one INSERT INTO authors ( name, bio ) VALUES ( $1, $2 ) RETURNING *; -- name: CreateAuthorAndReturnId :one INSERT INTO authors ( name, bio ) VALUES ( $1, $2 ) RETURNING id; ``` ``` package db import ( "context" "database/sql" ) const createAuthor = `-- name: CreateAuthor :one INSERT INTO authors ( name, bio ) VALUES ( $1, $2 ) RETURNING id, name, bio ` type CreateAuthorParams struct { Name string Bio sql.NullString } func (q \*Queries) CreateAuthor(ctx context.Context, arg CreateAuthorParams) (Author, error) { row := q.db.QueryRowContext(ctx, createAuthor, arg.Name, arg.Bio) var i Author err := row.Scan(&i.ID, &i.Name, &i.Bio) return i, err } const createAuthorAndReturnId = `-- name: CreateAuthorAndReturnId :one INSERT INTO authors ( name, bio ) VALUES ( $1, $2 ) RETURNING id ` type CreateAuthorAndReturnIdParams struct { Name string Bio sql.NullString } func (q \*Queries) CreateAuthorAndReturnId(ctx context.Context, arg CreateAuthorAndReturnIdParams) (int64, error) { row := q.db.QueryRowContext(ctx, createAuthorAndReturnId, arg.Name, arg.Bio) var id int64 err := row.Scan(&id) return id, err } ``` ### Using CopyFrom[](#using-copyfrom "Permalink to this headline") PostgreSQL supports the Copy Protocol that can insert rows a lot faster than sequential inserts. You can use this easily with sqlc: ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, name text NOT NULL, bio text NOT NULL ); -- name: CreateAuthors :copyfrom INSERT INTO authors (name, bio) VALUES ($1, $2); ``` ``` type CreateAuthorsParams struct { Name string Bio string } func (q \*Queries) CreateAuthors(ctx context.Context, arg []CreateAuthorsParams) (int64, error) { return q.db.CopyFrom(ctx, []string{"authors"}, []string{"name", "bio"}, &iteratorForCreateAuthors{rows: arg}) } ``` Updating rows[](#updating-rows "Permalink to this headline") ------------------------------------------------------------- ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, bio text NOT NULL ); ``` ### Single parameter[](#single-parameter "Permalink to this headline") If your query has a single parameter, your Go method will also have a single parameter. ``` -- name: UpdateAuthorBios :exec UPDATE authors SET bio = $1; ``` ``` package db import ( "context" "database/sql" ) type DBTX interface { ExecContext(context.Context, string, ...interface{}) (sql.Result, error) } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } const updateAuthorBios = `-- name: UpdateAuthorBios :exec UPDATE authors SET bio = $1 ` func (q \*Queries) UpdateAuthorBios(ctx context.Context, bio string) error { \_, err := q.db.ExecContext(ctx, updateAuthorBios, bio) return err } ``` ### Multiple parameters[](#multiple-parameters "Permalink to this headline") If your query has more than one parameter, your Go method will accept a `Params` struct. ``` -- name: UpdateAuthor :exec UPDATE authors SET bio = $2 WHERE id = $1; ``` ``` package db import ( "context" "database/sql" ) type DBTX interface { ExecContext(context.Context, string, ...interface{}) (sql.Result, error) } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } const updateAuthor = `-- name: UpdateAuthor :exec UPDATE authors SET bio = $2 WHERE id = $1 ` type UpdateAuthorParams struct { ID int32 Bio string } func (q \*Queries) UpdateAuthor(ctx context.Context, arg UpdateAuthorParams) error { \_, err := q.db.ExecContext(ctx, updateAuthor, arg.ID, arg.Bio) return err } ``` Deleting rows[](#deleting-rows "Permalink to this headline") ------------------------------------------------------------- ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, bio text NOT NULL ); -- name: DeleteAuthor :exec DELETE FROM authors WHERE id = $1; ``` ``` package db import ( "context" "database/sql" ) type DBTX interface { ExecContext(context.Context, string, ...interface{}) (sql.Result, error) } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } const deleteAuthor = `-- name: DeleteAuthor :exec DELETE FROM authors WHERE id = $1 ` func (q \*Queries) DeleteAuthor(ctx context.Context, id int) error { \_, err := q.db.ExecContext(ctx, deleteAuthor, id) return err } ``` Preparing queries[](#preparing-queries "Permalink to this headline") --------------------------------------------------------------------- ``` CREATE TABLE records ( id SERIAL PRIMARY KEY ); -- name: GetRecord :one SELECT * FROM records WHERE id = $1; ``` sqlc has an option to use prepared queries. These prepared queries also work with transactions. ``` package db import ( "context" "database/sql" "fmt" ) type Record struct { ID int32 } type DBTX interface { PrepareContext(context.Context, string) (\*sql.Stmt, error) QueryRowContext(context.Context, string, ...interface{}) \*sql.Row } func New(db DBTX) \*Queries { return &Queries{db: db} } func Prepare(ctx context.Context, db DBTX) (\*Queries, error) { q := Queries{db: db} var err error if q.getRecordStmt, err = db.PrepareContext(ctx, getRecord); err != nil { return nil, fmt.Errorf("error preparing query GetRecord: %w", err) } return &q, nil } func (q \*Queries) queryRow(ctx context.Context, stmt \*sql.Stmt, query string, args ...interface{}) \*sql.Row { switch { case stmt != nil && q.tx != nil: return q.tx.StmtContext(ctx, stmt).QueryRowContext(ctx, args...) case stmt != nil: return stmt.QueryRowContext(ctx, args...) default: return q.db.QueryRowContext(ctx, query, args...) } } type Queries struct { db DBTX tx \*sql.Tx getRecordStmt \*sql.Stmt } func (q \*Queries) WithTx(tx \*sql.Tx) \*Queries { return &Queries{ db: tx, tx: tx, getRecordStmt: q.getRecordStmt, } } const getRecord = `-- name: GetRecord :one SELECT id FROM records WHERE id = $1 ` func (q \*Queries) GetRecord(ctx context.Context, id int32) (int32, error) { row := q.queryRow(ctx, q.getRecordStmt, getRecord, id) err := row.Scan(&id) return id, err } ``` Using transactions[](#using-transactions "Permalink to this headline") ----------------------------------------------------------------------- In the code generated by sqlc, the `WithTx` method allows a `Queries` instance to be associated with a transaction. For example, with the following SQL structure: `schema.sql`: ``` CREATE TABLE records ( id SERIAL PRIMARY KEY, counter INT NOT NULL ); ``` `query.sql` ``` -- name: GetRecord :one SELECT * FROM records WHERE id = $1; -- name: UpdateRecord :exec UPDATE records SET counter = $2 WHERE id = $1; ``` And the generated code from sqlc in `db.go`: ``` package tutorial import ( "context" "database/sql" ) type DBTX interface { ExecContext(context.Context, string, ...interface{}) (sql.Result, error) PrepareContext(context.Context, string) (\*sql.Stmt, error) QueryContext(context.Context, string, ...interface{}) (\*sql.Rows, error) QueryRowContext(context.Context, string, ...interface{}) \*sql.Row } func New(db DBTX) \*Queries { return &Queries{db: db} } type Queries struct { db DBTX } func (q \*Queries) WithTx(tx \*sql.Tx) \*Queries { return &Queries{ db: tx, } } ``` You’d use it like this: ``` func bumpCounter(ctx context.Context, db \*sql.DB, queries \*tutorial.Queries, id int32) error { tx, err := db.Begin() if err != nil { return err } defer tx.Rollback() qtx := queries.WithTx(tx) r, err := qtx.GetRecord(ctx, id) if err != nil { return err } if err := qtx.UpdateRecord(ctx, tutorial.UpdateRecordParams{ ID: r.ID, Counter: r.Counter + 1, }); err != nil { return err } return tx.Commit() } ``` Naming parameters[](#naming-parameters "Permalink to this headline") --------------------------------------------------------------------- sqlc tried to generate good names for positional parameters, but sometimes it lacks enough context. The following SQL generates parameters with less than ideal names: ``` -- name: UpsertAuthorName :one UPDATE author SET name = CASE WHEN $1::bool THEN $2::text ELSE name END RETURNING *; ``` ``` type UpdateAuthorNameParams struct { Column1 bool `json:""` Column2\_2 string `json:"\_2"` } ``` In these cases, named parameters give you the control over field names on the Params struct. ``` -- name: UpsertAuthorName :one UPDATE author SET name = CASE WHEN sqlc.arg(set\_name)::bool THEN sqlc.arg(name)::text ELSE name END RETURNING \*; ``` ``` type UpdateAuthorNameParams struct { SetName bool `json:"set\_name"` Name string `json:"name"` } ``` If the `sqlc.arg()` syntax is too verbose for your taste, you can use the `@` operator as a shortcut. ``` -- name: UpsertAuthorName :one UPDATE author SET name = CASE WHEN @set\_name::bool THEN @name::text ELSE name END RETURNING \*; ``` ### Nullable parameters[](#nullable-parameters "Permalink to this headline") sqlc infers the nullability of any specified parameters, and often does exactly what you want. If you want finer control over the nullability of your parameters, you may use `sqlc.narg()` (**n**ullable arg) to override the default behavior. Using `sqlc.narg` tells sqlc to ignore whatever nullability it has inferred and generate a nullable parameter instead. There is no nullable equivalent of the `@` syntax. Here is an example that uses a single query to allow updating an author’s name, bio or both. ``` -- name: UpdateAuthor :one UPDATE author SET name = coalesce(sqlc.narg('name'), name), bio = coalesce(sqlc.narg('bio'), bio) WHERE id = sqlc.arg('id') RETURNING \*; ``` The following code is generated: ``` type UpdateAuthorParams struct { Name sql.NullString Bio sql.NullString ID int64 } ``` Modifying the database schema[](#modifying-the-database-schema "Permalink to this headline") --------------------------------------------------------------------------------------------- sqlc parses `CREATE TABLE` and `ALTER TABLE` statements in order to generate the necessary code. ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, birth\_year int NOT NULL ); ALTER TABLE authors ADD COLUMN bio text NOT NULL; ALTER TABLE authors DROP COLUMN birth\_year; ALTER TABLE authors RENAME TO writers; ``` ``` package db type Writer struct { ID int Bio string } ``` ### Handling SQL migrations[](#handling-sql-migrations "Permalink to this headline") sqlc does not perform database migrations for you. However, sqlc is able to differentiate between up and down migrations. sqlc ignores down migrations when parsing SQL files. sqlc supports parsing migrations from the following tools: * [dbmate](https://github.com/amacneil/dbmate) * [golang-migrate](https://github.com/golang-migrate/migrate) * [goose](https://github.com/pressly/goose) * [sql-migrate](https://github.com/rubenv/sql-migrate) * [tern](https://github.com/jackc/tern) #### goose[](#goose "Permalink to this headline") ``` -- +goose Up CREATE TABLE post ( id int NOT NULL, title text, body text, PRIMARY KEY(id) ); -- +goose Down DROP TABLE post; ``` ``` package db type Post struct { ID int Title sql.NullString Body sql.NullString } ``` #### sql-migrate[](#sql-migrate "Permalink to this headline") ``` -- +migrate Up -- SQL in section 'Up' is executed when this migration is applied CREATE TABLE people (id int); -- +migrate Down -- SQL section 'Down' is executed when this migration is rolled back DROP TABLE people; ``` ``` package db type People struct { ID int32 } ``` #### tern[](#tern "Permalink to this headline") ``` CREATE TABLE comment (id int NOT NULL, text text NOT NULL); ---- create above / drop below ---- DROP TABLE comment; ``` ``` package db type Comment struct { ID int32 Text string } ``` #### golang-migrate[](#golang-migrate "Permalink to this headline") **Warning:** [golang-migrate interprets](https://github.com/golang-migrate/migrate/blob/master/MIGRATIONS.md#migration-filename-format) migration filenames numerically. However, sqlc parses migration files in lexicographic order. If you choose to have sqlc enumerate your migration files, make sure their numeric ordering matches their lexicographic ordering to avoid unexpected behavior. This can be done by prepending enough zeroes to the migration filenames. This doesn’t work as intended. ``` 1\_initial.up.sql ... 9\_foo.up.sql # this migration file will be parsed BEFORE 9\_foo 10\_bar.up.sql ``` This worked as intended. ``` 001\_initial.up.sql ... 009\_foo.up.sql 010\_bar.up.sql ``` In `20060102.up.sql`: ``` CREATE TABLE post ( id int NOT NULL, title text, body text, PRIMARY KEY(id) ); ``` In `20060102.down.sql`: ``` DROP TABLE post; ``` ``` package db type Post struct { ID int Title sql.NullString Body sql.NullString } ``` #### dbmate[](#dbmate "Permalink to this headline") ``` -- migrate:up CREATE TABLE foo (bar INT NOT NULL); -- migrate:down DROP TABLE foo; ``` ``` package db type Foo struct { Bar int32 } ``` Configuring generated structs[](#configuring-generated-structs "Permalink to this headline") --------------------------------------------------------------------------------------------- ### Naming scheme[](#naming-scheme "Permalink to this headline") Structs generated from tables will attempt to use the singular form of a table name if the table name is pluralized. ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, name text NOT NULL ); ``` ``` package db // Struct names use the singular form of table names type Author struct { ID int Name string } ``` ### JSON tags[](#json-tags "Permalink to this headline") ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, created\_at timestamp NOT NULL ); ``` sqlc can generate structs with JSON tags. The JSON name for a field matches the column name in the database. ``` package db import ( "time" ) type Author struct { ID int `json:"id"` CreatedAt time.Time `json:"created\_at"` } ``` ### More control[](#more-control "Permalink to this headline") See the Type Overrides section of the Configuration File docs for fine-grained control over struct field types and tags. Uploading projects[](#uploading-projects "Permalink to this headline") ----------------------------------------------------------------------- *This feature requires signing up for [sqlc Cloud](https://app.sqlc.dev), which is currently in beta.* Uploading your project ensures that future releases of sqlc do not break your existing code. Similar to Rust’s [crater](https://github.com/rust-lang/crater) project, uploaded projects are tested against development releases of sqlc to verify correctness. ### Add configuration[](#add-configuration "Permalink to this headline") After creating a project, add the project ID to your sqlc configuration file. ``` version: "1" project: id: "<PROJECT-ID>" packages: [] ``` ``` { "version": "1", "project": { "id": "<PROJECT-ID>" }, "packages": [ ] } ``` You’ll also need to create an API token and make it available via the `SQLC\_AUTH\_TOKEN` environment variable. ``` export SQLC\_AUTH\_TOKEN=sqlc_xxxxxxxx ``` ### Dry run[](#dry-run "Permalink to this headline") You can see what’s included when uploading your project by using using the `--dry-run` flag: ``` sqlc upload --dry-run ``` The output will be the exact HTTP request sent by `sqlc`. ### Upload[](#upload "Permalink to this headline") Once you’re ready to upload, remove the `--dry-run` flag. ``` sqlc upload ``` By uploading your project, you’re making sqlc more stable and reliable. Thanks! CLI[](#cli "Permalink to this headline") ----------------------------------------- ``` Usage: sqlc [command] Available Commands: compile Statically check SQL for syntax and type errors completion Generate the autocompletion script for the specified shell generate Generate Go code from SQL help Help about any command init Create an empty sqlc.yaml settings file upload Upload the schema, queries, and configuration for this project version Print the sqlc version number Flags: -x, --experimental enable experimental features (default: false) -f, --file string specify an alternate config file (default: sqlc.yaml) -h, --help help for sqlc Use "sqlc [command] --help" for more information about a command. ``` Configuration[](#configuration "Permalink to this headline") ------------------------------------------------------------- The `sqlc` tool is configured via a `sqlc.yaml` or `sqlc.json` file. This file must be in the directory where the `sqlc` command is run. ### Version 2[](#version-2 "Permalink to this headline") ``` version: "2" sql: - schema: "postgresql/schema.sql" queries: "postgresql/query.sql" engine: "postgresql" gen: go: package: "authors" out: "postgresql" - schema: "mysql/schema.sql" queries: "mysql/query.sql" engine: "mysql" gen: go: package: "authors" out: "mysql" ``` #### sql[](#sql "Permalink to this headline") Each mapping in the `sql` collection has the following keys: * `engine`: + One of `postgresql`, `mysql` or `sqlite`. * `schema`: + Directory of SQL migrations or path to single SQL file; or a list of paths. * `queries`: + Directory of SQL queries or path to single SQL file; or a list of paths. * `codegen`: + A colleciton of mappings to configure code generators. See [codegen](#codegen) for the supported keys. * `gen`: + A mapping to configure built-in code generators. See [gen](#gen) for the supported keys. * `strict\_function\_checks` + If true, return an error if a called SQL function does not exist. Defaults to `false`. + #### codegen[](#codegen "Permalink to this headline") The `codegen` mapping supports the following keys: * `out`: + Output directory for generated code. * `plugin`: + The name of the plugin. Must be defined in the `plugins` collection. * `options`: + A mapping of plugin-specific options. ``` version: '2' plugins: - name: py wasm: url: https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm sha256: 428476c7408fd4c032da4ec74e8a7344f4fa75e0f98a5a3302f238283b9b95f2 sql: - schema: "schema.sql" queries: "query.sql" engine: postgresql codegen: - out: src/authors plugin: py options: package: authors emit\_sync\_querier: true emit\_async\_querier: true query\_parameter\_limit: 5 ``` #### gen[](#gen "Permalink to this headline") The `gen` mapping supports the following keys: ##### go[](#go "Permalink to this headline") * `package`: + The package name to use for the generated code. Defaults to `out` basename. * `out`: + Output directory for generated code. * `sql\_package`: + Either `pgx/v4`, `pgx/v5` or `database/sql`. Defaults to `database/sql`. * `emit\_db\_tags`: + If true, add DB tags to generated structs. Defaults to `false`. * `emit\_prepared\_queries`: + If true, include support for prepared queries. Defaults to `false`. * `emit\_interface`: + If true, output a `Querier` interface in the generated package. Defaults to `false`. * `emit\_exact\_table\_names`: + If true, struct names will mirror table names. Otherwise, sqlc attempts to singularize plural table names. Defaults to `false`. * `emit\_empty\_slices`: + If true, slices returned by `:many` queries will be empty instead of `nil`. Defaults to `false`. * `emit\_exported\_queries`: + If true, autogenerated SQL statement can be exported to be accessed by another package. * `emit\_json\_tags`: + If true, add JSON tags to generated structs. Defaults to `false`. * `emit\_result\_struct\_pointers`: + If true, query results are returned as pointers to structs. Queries returning multiple results are returned as slices of pointers. Defaults to `false`. * `emit\_params\_struct\_pointers`: + If true, parameters are passed as pointers to structs. Defaults to `false`. * `emit\_methods\_with\_db\_argument`: + If true, generated methods will accept a DBTX argument instead of storing a DBTX on the `\*Queries` struct. Defaults to `false`. * `emit\_enum\_valid\_method`: + If true, generate a Valid method on enum types, indicating whether a string is a valid enum value. * `emit\_all\_enum\_values`: + If true, emit a function per enum type that returns all valid enum values. * `json\_tags\_case\_style`: + `camel` for camelCase, `pascal` for PascalCase, `snake` for snake\_case or `none` to use the column name in the DB. Defaults to `none`. * `output\_batch\_file\_name`: + Customize the name of the batch file. Defaults to `batch.go`. * `output\_db\_file\_name`: + Customize the name of the db file. Defaults to `db.go`. * `output\_models\_file\_name`: + Customize the name of the models file. Defaults to `models.go`. * `output\_querier\_file\_name`: + Customize the name of the querier file. Defaults to `querier.go`. * `output\_files\_suffix`: + If specified the suffix will be added to the name of the generated files. * `query\_parameter\_limit`: + Positional arguments that will be generated in Go functions (>= `1` or `-1`). To always emit a parameter struct, you would need to set it to `-1`. `0` is invalid. Defaults to `1`. `rename`: + Customize the name of generated struct fields. Explained in detail on the `Renaming fields` section. * `overrides`: + It is a collection of definitions that dictates which types are used to map a database types. Explained in detail on the `Type overriding` section. ###### Renaming fields[](#renaming-fields "Permalink to this headline") Struct field names are generated from column names using a simple algorithm: split the column name on underscores and capitalize the first letter of each part. ``` account -> Account spotify\_url -> SpotifyUrl app\_id -> AppID ``` If you’re not happy with a field’s generated name, use the `rename` mapping to pick a new name. The keys are column names and the values are the struct field name to use. ``` version: "2" sql: - schema: "postgresql/schema.sql" queries: "postgresql/query.sql" engine: "postgresql" gen: go: package: "authors" out: "postgresql" rename: spotify\_url: "SpotifyURL" ``` ###### Type overriding[](#type-overriding "Permalink to this headline") The default mapping of PostgreSQL/MySQL types to Go types only uses packages outside the standard library when it must. For example, the `uuid` PostgreSQL type is mapped to `github.com/google/uuid`. If a different Go package for UUIDs is required, specify the package in the `overrides` array. In this case, I’m going to use the `github.com/gofrs/uuid` instead. ``` version: "2" sql: - schema: "postgresql/schema.sql" queries: "postgresql/query.sql" engine: "postgresql" gen: go: package: "authors" out: "postgresql" overrides: - db\_type: "uuid" go\_type: "github.com/gofrs/uuid.UUID" ``` Each mapping of the `overrides` collection has the following keys: * `db\_type`: + The PostgreSQL or MySQL type to override. Find the full list of supported types in [postgresql\_type.go](https://github.com/kyleconroy/sqlc/blob/main/internal/codegen/golang/postgresql_type.go#L12) or [mysql\_type.go](https://github.com/kyleconroy/sqlc/blob/main/internal/codegen/golang/mysql_type.go#L12). Note that for Postgres you must use the pg\_catalog prefixed names where available. Can’t be used if the `column` key is defined. * `column` + In case the type overriding should be done on specific a column of a table instead of a type. `column` should be of the form `table.column` but you can be even more specific by specifying `schema.table.column` or `catalog.schema.table.column`. Can’t be used if the `db\_type` key is defined. * `go\_type`: + A fully qualified name to a Go type to use in the generated code. * `go\_struct\_tag`: + A reflect-style struct tag to use in the generated code, e.g. `a:"b" x:"y,z"`. If you want general json/db tags for all fields, use `emit\_db\_tags` and/or `emit\_json\_tags` instead. * `nullable`: + If true, use this type when a column is nullable. Defaults to `false`. For more complicated import paths, the `go\_type` can also be an object. ``` version: "2" sql: - schema: "postgresql/schema.sql" queries: "postgresql/query.sql" engine: "postgresql" gen: go: package: "authors" out: "postgresql" overrides: - db\_type: "uuid" go\_type: import: "a/b/v2" package: "b" type: "MyType" pointer: true ``` When generating code, entries using the `column` key will always have preference over entries using the `db\_type` key in order to generate the struct. ##### kotlin[](#kotlin "Permalink to this headline") * `package`: + The package name to use for the generated code. * `out`: + Output directory for generated code. * `emit\_exact\_table\_names`: + If true, use the exact table name for generated models. Otherwise, guess a singular form. Defaults to `false`. ##### python[](#python "Permalink to this headline") * `package`: + The package name to use for the generated code. * `out`: + Output directory for generated code. * `emit\_exact\_table\_names`: + If true, use the exact table name for generated models. Otherwise, guess a singular form. Defaults to `false`. * `emit\_sync\_querier`: + If true, generate a class with synchronous methods. Defaults to `false`. * `emit\_async\_querier`: + If true, generate a class with asynchronous methods. Defaults to `false`. * `emit\_pydantic\_models`: + If true, generate classes that inherit from `pydantic.BaseModel`. Otherwise, define classes using the `dataclass` decorator. Defaults to `false`. ##### json[](#json "Permalink to this headline") * `out`: + Output directory for the generated JSON. * `filename`: + Filename for the generated JSON document. Defaults to `codegen\_request.json`. * `indent`: + Indent string to use in the JSON document. Defaults to . #### plugins[](#plugins "Permalink to this headline") Each mapping in the `plugins` collection has the following keys: * `name`: + The name of this plugin. Required * `process`: A mapping with a single `cmd` key + `cmd`: - The executable to call when using this plugin * `wasm`: A mapping with a two keys `url` and `sha256` + `url`: - The URL to fetch the WASM file. Supports the `https://` or `file://` schemes. + `sha256` - The SHA256 checksum for the downloaded file. ``` version: 2 plugins: - name: "py" wasm: url: "https://github.com/tabbed/sqlc-gen-python/releases/download/v0.16.0-alpha/sqlc-gen-python.wasm" sha256: "428476c7408fd4c032da4ec74e8a7344f4fa75e0f98a5a3302f238283b9b95f2" - name: "js" process: cmd: "sqlc-gen-json" ``` #### global overrides[](#global-overrides "Permalink to this headline") Sometimes, the same configuration must be done across various specfications of code generation. Then a global definition for type overriding and field renaming can be done using the `overrides` mapping the following manner: ``` version: "2" overrides: go: rename: id: "Identifier" overrides: - db\_type: "timestamptz" nullable: true engine: "postgresql" go\_type: import: "gopkg.in/guregu/null.v4" package: "null" type: "Time" sql: - schema: "postgresql/schema.sql" queries: "postgresql/query.sql" engine: "postgresql" gen: go: package: "authors" out: "postgresql" - schema: "mysql/schema.sql" queries: "mysql/query.sql" engine: "mysql" gen: go: package: "authors" out: "mysql ``` With the previous configuration, whenever a struct field is generated from a table column that is called `id`, it will generated as `Identifier`. Also, whenever there is a nullable `timestamp with time zone` column in a Postgres table, it will be generated as `null.Time`. Note that, the mapping for global type overrides has a field called `engine` that is absent in the regular type overrides. This field is only used when there are multiple definitions using multiple engines. Otherwise, the value of the `engine` key will be defaulted to the engine that is currently being used. Currently, type overrides and field renaming, both global and regular, are only fully supported in Go. ### Version 1[](#version-1 "Permalink to this headline") ``` version: "1" packages: - name: "db" path: "internal/db" queries: "./sql/query/" schema: "./sql/schema/" engine: "postgresql" emit\_prepared\_queries: true emit\_interface: false emit\_exact\_table\_names: false emit\_empty\_slices: false emit\_exported\_queries: false emit\_json\_tags: true emit\_result\_struct\_pointers: false emit\_params\_struct\_pointers: false emit\_methods\_with\_db\_argument: false emit\_pointers\_for\_null\_types: false emit\_enum\_valid\_method: false emit\_all\_enum\_values: false json\_tags\_case\_style: "camel" output\_batch\_file\_name: "batch.go" output\_db\_file\_name: "db.go" output\_models\_file\_name: "models.go" output\_querier\_file\_name: "querier.go" ``` #### packages[](#packages "Permalink to this headline") Each mapping in the `packages` collection has the following keys: * `name`: + The package name to use for the generated code. Defaults to `path` basename. * `path`: + Output directory for generated code. * `queries`: + Directory of SQL queries or path to single SQL file; or a list of paths. * `schema`: + Directory of SQL migrations or path to single SQL file; or a list of paths. * `engine`: + Either `postgresql` or `mysql`. Defaults to `postgresql`. * `sql\_package`: + Either `pgx/v4`, `pgx/v5` or `database/sql`. Defaults to `database/sql`. * `emit\_db\_tags`: + If true, add DB tags to generated structs. Defaults to `false`. * `emit\_prepared\_queries`: + If true, include support for prepared queries. Defaults to `false`. * `emit\_interface`: + If true, output a `Querier` interface in the generated package. Defaults to `false`. * `emit\_exact\_table\_names`: + If true, struct names will mirror table names. Otherwise, sqlc attempts to singularize plural table names. Defaults to `false`. * `emit\_empty\_slices`: + If true, slices returned by `:many` queries will be empty instead of `nil`. Defaults to `false`. * `emit\_exported\_queries`: + If true, autogenerated SQL statement can be exported to be accessed by another package. * `emit\_json\_tags`: + If true, add JSON tags to generated structs. Defaults to `false`. * `emit\_result\_struct\_pointers`: + If true, query results are returned as pointers to structs. Queries returning multiple results are returned as slices of pointers. Defaults to `false`. * `emit\_params\_struct\_pointers`: + If true, parameters are passed as pointers to structs. Defaults to `false`. * `emit\_methods\_with\_db\_argument`: + If true, generated methods will accept a DBTX argument instead of storing a DBTX on the `\*Queries` struct. Defaults to `false`. * `emit\_pointers\_for\_null\_types`: + If true and `sql\_package` is set to `pgx/v4`, generated types for nullable columns are emitted as pointers (ie. `\*string`) instead of `database/sql` null types (ie. `NullString`). Defaults to `false`. * `emit\_enum\_valid\_method`: + If true, generate a Valid method on enum types, indicating whether a string is a valid enum value. * `emit\_all\_enum\_values`: + If true, emit a function per enum type that returns all valid enum values. * `json\_tags\_case\_style`: + `camel` for camelCase, `pascal` for PascalCase, `snake` for snake\_case or `none` to use the column name in the DB. Defaults to `none`. * `output\_batch\_file\_name`: + Customize the name of the batch file. Defaults to `batch.go`. * `output\_db\_file\_name`: + Customize the name of the db file. Defaults to `db.go`. * `output\_models\_file\_name`: + Customize the name of the models file. Defaults to `models.go`. * `output\_querier\_file\_name`: + Customize the name of the querier file. Defaults to `querier.go`. * `output\_files\_suffix`: + If specified the suffix will be added to the name of the generated files. * `query\_parameter\_limit`: + Positional arguments that will be generated in Go functions (`>= 0`). To always emit a parameter struct, you would need to set it to `0`. Defaults to `1`. #### overrides[](#overrides "Permalink to this headline") The default mapping of PostgreSQL/MySQL types to Go types only uses packages outside the standard library when it must. For example, the `uuid` PostgreSQL type is mapped to `github.com/google/uuid`. If a different Go package for UUIDs is required, specify the package in the `overrides` array. In this case, I’m going to use the `github.com/gofrs/uuid` instead. ``` version: "1" packages: [...] overrides: - go\_type: "github.com/gofrs/uuid.UUID" db\_type: "uuid" ``` Each override document has the following keys: * `db\_type`: + The PostgreSQL or MySQL type to override. Find the full list of supported types in [postgresql\_type.go](https://github.com/kyleconroy/sqlc/blob/main/internal/codegen/golang/postgresql_type.go#L12) or [mysql\_type.go](https://github.com/kyleconroy/sqlc/blob/main/internal/codegen/golang/mysql_type.go#L12). Note that for Postgres you must use the pg\_catalog prefixed names where available. * `go\_type`: + A fully qualified name to a Go type to use in the generated code. * `go\_struct\_tag`: + A reflect-style struct tag to use in the generated code, e.g. `a:"b" x:"y,z"`. If you want general json/db tags for all fields, use `emit\_db\_tags` and/or `emit\_json\_tags` instead. * `nullable`: + If true, use this type when a column is nullable. Defaults to `false`. For more complicated import paths, the `go\_type` can also be an object. ``` version: "1" packages: [...] overrides: - db\_type: "uuid" go\_type: import: "a/b/v2" package: "b" type: "MyType" ``` ##### Per-Column Type Overrides[](#per-column-type-overrides "Permalink to this headline") Sometimes you would like to override the Go type used in model or query generation for a specific field of a table and not on a type basis as described in the previous section. This may be configured by specifying the `column` property in the override definition. `column` should be of the form `table.column` but you can be even more specific by specifying `schema.table.column` or `catalog.schema.table.column`. ``` version: "1" packages: [...] overrides: - column: "authors.id" go\_type: "github.com/segmentio/ksuid.KSUID" ``` ##### Package Level Overrides[](#package-level-overrides "Permalink to this headline") Overrides can be configured globally, as demonstrated in the previous sections, or they can be configured on a per-package which scopes the override behavior to just a single package: ``` version: "1" packages: - overrides: [...] ``` #### rename[](#rename "Permalink to this headline") Struct field names are generated from column names using a simple algorithm: split the column name on underscores and capitalize the first letter of each part. ``` account -> Account spotify\_url -> SpotifyUrl app\_id -> AppID ``` If you’re not happy with a field’s generated name, use the `rename` mapping to pick a new name. The keys are column names and the values are the struct field name to use. ``` version: "1" packages: [...] rename: spotify\_url: "SpotifyURL" ``` Datatypes[](#datatypes "Permalink to this headline") ----------------------------------------------------- ### Arrays[](#arrays "Permalink to this headline") PostgreSQL [arrays](https://www.postgresql.org/docs/current/arrays.html) are materialized as Go slices. Currently, the `pgx/v5` sql package only supports multidimensional arrays. ``` CREATE TABLE places ( name text not null, tags text[] ); ``` ``` package db type Place struct { Name string Tags []string } ``` ### Dates and Time[](#dates-and-time "Permalink to this headline") All PostgreSQL time and date types are returned as `time.Time` structs. For null time or date values, the `NullTime` type from `database/sql` is used. The `pgx/v5` sql package uses the appropriate pgx types. ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, created\_at timestamp NOT NULL DEFAULT NOW(), updated\_at timestamp ); ``` ``` package db import ( "database/sql" "time" ) type Author struct { ID int CreatedAt time.Time UpdatedAt sql.NullTime } ``` ### Enums[](#enums "Permalink to this headline") PostgreSQL [enums](https://www.postgresql.org/docs/current/arrays.html) are mapped to an aliased string type. ``` CREATE TYPE status AS ENUM ( 'open', 'closed' ); CREATE TABLE stores ( name text PRIMARY KEY, status status NOT NULL ); ``` ``` package db type Status string const ( StatusOpen Status = "open" StatusClosed Status = "closed" ) type Store struct { Name string Status Status } ``` ### Null[](#null "Permalink to this headline") For structs, null values are represented using the appropriate type from the `database/sql` or `pgx` package. ``` CREATE TABLE authors ( id SERIAL PRIMARY KEY, name text NOT NULL, bio text ); ``` ``` package db import ( "database/sql" ) type Author struct { ID int Name string Bio sql.NullString } ``` ### UUIDs[](#uuids "Permalink to this headline") The Go standard library does not come with a `uuid` package. For UUID support, sqlc uses the excellent `github.com/google/uuid` package. ``` CREATE TABLE records ( id uuid PRIMARY KEY ); ``` ``` package db import ( "github.com/google/uuid" ) type Author struct { ID uuid.UUID } ``` For MySQL, there is no native `uuid` data type. When using `UUID\_TO\_BIN` to store a `UUID()`, the underlying field type is `BINARY(16)` which by default sqlc would interpret this to `sql.NullString`. To have sqlc automatically convert these fields to a `uuid.UUID` type, use an overide on the column storing the `uuid`. ``` { "overrides": [ { "column": "\*.uuid", "go\_type": "github.com/google/uuid.UUID" } ] } ``` ### JSON[](#json "Permalink to this headline") By default, sqlc will generate the `[]byte`, `pgtype.JSON` or `json.RawMessage` for JSON column type. But if you use the `pgx/v5` sql package then you can specify a some struct instead of default type. The `pgx` implementation will marshall/unmarshall the struct automatically. ``` package dto type BookData struct { Genres []string `json:"genres"` Title string `json:"title"` Published bool `json:"published"` } ``` ``` CREATE TABLE books ( data jsonb ); ``` ``` { "overrides": [ { "column": "books.data", "go\_type": { "import":"example/db", "package": "dto", "type":"BookData" } } ] } ``` ``` package db import ( "example.com/db/dto" ) type Book struct { Data \*dto.BookData } ``` Query annotations[](#query-annotations "Permalink to this headline") --------------------------------------------------------------------- sqlc requires each query to have a small comment indicating the name and command. The format of this comment is as follows: ``` -- name: <name> <command> ``` ### `:exec`[](#exec "Permalink to this headline") The generated method will return the error from [ExecContext](https://golang.org/pkg/database/sql/#DB.ExecContext). ``` -- name: DeleteAuthor :exec DELETE FROM authors WHERE id = $1; ``` ``` func (q \*Queries) DeleteAuthor(ctx context.Context, id int64) error { \_, err := q.db.ExecContext(ctx, deleteAuthor, id) return err } ``` ### `:execresult`[](#execresult "Permalink to this headline") The generated method will return the [sql.Result](https://golang.org/pkg/database/sql/#Result) returned by [ExecContext](https://golang.org/pkg/database/sql/#DB.ExecContext). ``` -- name: DeleteAllAuthors :execresult DELETE FROM authors; ``` ``` func (q \*Queries) DeleteAllAuthors(ctx context.Context) (sql.Result, error) { return q.db.ExecContext(ctx, deleteAllAuthors) } ``` ### `:execrows`[](#execrows "Permalink to this headline") The generated method will return the number of affected rows from the [result](https://golang.org/pkg/database/sql/#Result) returned by [ExecContext](https://golang.org/pkg/database/sql/#DB.ExecContext). ``` -- name: DeleteAllAuthors :execrows DELETE FROM authors; ``` ``` func (q \*Queries) DeleteAllAuthors(ctx context.Context) (int64, error) { \_, err := q.db.ExecContext(ctx, deleteAllAuthors) // ... } ``` ### `:execlastid`[](#execlastid "Permalink to this headline") The generated method will return the number generated by the database from the [result](https://golang.org/pkg/database/sql/#Result) returned by [ExecContext](https://golang.org/pkg/database/sql/#DB.ExecContext). ``` -- name: InsertAuthor :execlastid INSERT INTO authors (name) VALUES (?); ``` ``` func (q \*Queries) InsertAuthor(ctx context.Context, name string) (int64, error) { \_, err := q.db.ExecContext(ctx, insertAuthor, name) // ... } ``` ### `:many`[](#many "Permalink to this headline") The generated method will return a slice of records via [QueryContext](https://golang.org/pkg/database/sql/#DB.QueryContext). ``` -- name: ListAuthors :many SELECT \* FROM authors ORDER BY name; ``` ``` func (q \*Queries) ListAuthors(ctx context.Context) ([]Author, error) { rows, err := q.db.QueryContext(ctx, listAuthors) // ... } ``` ### `:one`[](#one "Permalink to this headline") The generated method will return a single record via [QueryRowContext](https://golang.org/pkg/database/sql/#DB.QueryRowContext). ``` -- name: GetAuthor :one SELECT * FROM authors WHERE id = $1 LIMIT 1; ``` ``` func (q \*Queries) GetAuthor(ctx context.Context, id int64) (Author, error) { row := q.db.QueryRowContext(ctx, getAuthor, id) // ... } ``` ### `:batchexec`[](#batchexec "Permalink to this headline") **NOTE: This command only works with PostgreSQL using the `pgx/v4` and `pgx/v5` drivers and outputting Go code.** The generated method will return a batch object. The batch object will have the following methods: * `Exec`, that takes a `func(int, error)` parameter, * `Close`, to close the batch operation early. ``` -- name: DeleteBook :batchexec DELETE FROM books WHERE book_id = $1; ``` ``` type DeleteBookBatchResults struct { br pgx.BatchResults ind int } func (q \*Queries) DeleteBook(ctx context.Context, bookID []int32) \*DeleteBookBatchResults { //... } func (b \*DeleteBookBatchResults) Exec(f func(int, error)) { //... } func (b \*DeleteBookBatchResults) Close() error { //... } ``` ### `:batchmany`[](#batchmany "Permalink to this headline") **NOTE: This command only works with PostgreSQL using the `pgx/v4` and `pgx/v5` drivers and outputting Go code.** The generated method will return a batch object. The batch object will have the following methods: * `Query`, that takes a `func(int, []T, error)` parameter, where `T` is your query’s return type * `Close`, to close the batch operation early. ``` -- name: BooksByTitleYear :batchmany SELECT * FROM books WHERE title = $1 AND year = $2; ``` ``` type BooksByTitleYearBatchResults struct { br pgx.BatchResults ind int } type BooksByTitleYearParams struct { Title string `json:"title"` Year int32 `json:"year"` } func (q \*Queries) BooksByTitleYear(ctx context.Context, arg []BooksByTitleYearParams) \*BooksByTitleYearBatchResults { //... } func (b \*BooksByTitleYearBatchResults) Query(f func(int, []Book, error)) { //... } func (b \*BooksByTitleYearBatchResults) Close() error { //... } ``` ### `:batchone`[](#batchone "Permalink to this headline") **NOTE: This command only works with PostgreSQL using the `pgx/v4` and `pgx/v5` drivers and outputting Go code.** The generated method will return a batch object. The batch object will have the following methods: * `QueryRow`, that takes a `func(int, T, error)` parameter, where `T` is your query’s return type * `Close`, to close the batch operation early. ``` -- name: CreateBook :batchone INSERT INTO books ( author_id, isbn ) VALUES ( $1, $2 ) RETURNING book_id, author_id, isbn ``` ``` type CreateBookBatchResults struct { br pgx.BatchResults ind int } type CreateBookParams struct { AuthorID int32 `json:"author\_id"` Isbn string `json:"isbn"` } func (q \*Queries) CreateBook(ctx context.Context, arg []CreateBookParams) \*CreateBookBatchResults { //... } func (b \*CreateBookBatchResults) QueryRow(f func(int, Book, error)) { //... } func (b \*CreateBookBatchResults) Close() error { //... } ``` Database and language support[](#database-and-language-support "Permalink to this headline") --------------------------------------------------------------------------------------------- | Language | Plugin | MySQL | PostgreSQL | SQLite | | --- | --- | --- | --- | --- | | Go | (built-in) | Stable | Stable | Beta | | Kotlin | sqlc-gen-kotlin | Beta | Beta | Not implemented | | Python | sqlc-gen-python | Beta | Beta | Not implemented | ### Future Language Support[](#future-language-support "Permalink to this headline") * [C#](https://github.com/kyleconroy/sqlc/issues/373) * [TypeScript](https://github.com/kyleconroy/sqlc/issues/296) Environment variables[](#environment-variables "Permalink to this headline") ----------------------------------------------------------------------------- ### SQLCCACHE[](#sqlccache "Permalink to this headline") The `SQLCCACHE` environment variable dictates where `sqlc` will store cached WASM-based plugins and modules. By default `sqlc` follows the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). ### SQLCDEBUG[](#sqlcdebug "Permalink to this headline") The `SQLCDEBUG` variable controls debugging variables within the runtime. It is a comma-separated list of name=val pairs settings. #### dumpast[](#dumpast "Permalink to this headline") The `dumpast` command shows the SQL AST that was generated by the parser. Note that this is the generic SQL AST, not the engine-specific SQL AST. ``` SQLCDEBUG=dumpast=1 ``` ``` ([]interface {}) (len=1 cap=1) { (\*catalog.Catalog)(0xc0004f48c0)({ Comment: (string) "", DefaultSchema: (string) (len=6) "public", Name: (string) "", Schemas: ([]\*catalog.Schema) (len=3 cap=4) { (\*catalog.Schema)(0xc0004f4930)({ Name: (string) (len=6) "public", Tables: ([]\*catalog.Table) (len=1 cap=1) { (\*catalog.Table)(0xc00052ff20)({ Rel: (\*ast.TableName)(0xc00052fda0)({ Catalog: (string) "", Schema: (string) "", Name: (string) (len=7) "authors" }), ``` #### dumpcatalog[](#dumpcatalog "Permalink to this headline") The `dumpcatalog` command outputs the entire catalog. If you’re using MySQL or PostgreSQL, this can be a bit overwhelming. Expect this output to change in future versions. ``` SQLCDEBUG=dumpcatalog=1 ``` ``` ([]interface {}) (len=1 cap=1) { (\*catalog.Catalog)(0xc00050d1f0)({ Comment: (string) "", DefaultSchema: (string) (len=6) "public", Name: (string) "", Schemas: ([]\*catalog.Schema) (len=3 cap=4) { (\*catalog.Schema)(0xc00050d260)({ Name: (string) (len=6) "public", Tables: ([]\*catalog.Table) (len=1 cap=1) { (\*catalog.Table)(0xc0000c0840)({ Rel: (\*ast.TableName)(0xc0000c06c0)({ Catalog: (string) "", Schema: (string) "", Name: (string) (len=7) "authors" }), ``` #### trace[](#trace "Permalink to this headline") The `trace` command is helpful for tracking down performance issues. `SQLCDEBUG=trace=1` By default, the trace output is written to `trace.out` in the current working directory. You can configure a different path if needed. `SQLCDEBUG=trace=name.out` View the execution trace using the Go `trace` tool. ``` go tool trace trace.out ``` There’s a ton of different views for the trace output, but here’s an example log showing the execution time for each package. ``` 0.000043897 . 1 task sqlc (id 1, parent 0) created 0.000144923 . 101026 1 region generate started (duration: 47.619781ms) 0.001048975 . 904052 1 region package started (duration: 14.588456ms) 0.001054616 . 5641 1 name=authors dir=/Users/kyle/projects/sqlc/examples/python language=python 0.001071257 . 16641 1 region parse started (duration: 7.966549ms) 0.009043960 . 7972703 1 region codegen started (duration: 6.587086ms) 0.009171704 . 127744 1 new goroutine 35: text/template/parse.lex·dwrap·1 0.010361654 . 1189950 1 new goroutine 36: text/template/parse.lex·dwrap·1 0.015641815 . 5280161 1 region package started (duration: 10.904938ms) 0.015644943 . 3128 1 name=booktest dir=/Users/kyle/projects/sqlc/examples/python language=python 0.015647431 . 2488 1 region parse started (duration: 4.207749ms) 0.019860308 . 4212877 1 region codegen started (duration: 6.681624ms) 0.020028488 . 168180 1 new goroutine 37: text/template/parse.lex·dwrap·1 0.021020310 . 991822 1 new goroutine 8: text/template/parse.lex·dwrap·1 0.026551163 . 5530853 1 region package started (duration: 9.217294ms) 0.026554368 . 3205 1 name=jets dir=/Users/kyle/projects/sqlc/examples/python language=python 0.026556804 . 2436 1 region parse started (duration: 3.491005ms) 0.030051911 . 3495107 1 region codegen started (duration: 5.711931ms) 0.030213937 . 162026 1 new goroutine 20: text/template/parse.lex·dwrap·1 0.031099938 . 886001 1 new goroutine 38: text/template/parse.lex·dwrap·1 0.035772637 . 4672699 1 region package started (duration: 10.267039ms) 0.035775688 . 3051 1 name=ondeck dir=/Users/kyle/projects/sqlc/examples/python language=python 0.035778150 . 2462 1 region parse started (duration: 4.094518ms) 0.039877181 . 4099031 1 region codegen started (duration: 6.156341ms) 0.040010771 . 133590 1 new goroutine 39: text/template/parse.lex·dwrap·1 0.040894567 . 883796 1 new goroutine 40: text/template/parse.lex·dwrap·1 0.046042779 . 5148212 1 region writefiles started (duration: 1.718259ms) 0.047767781 . 1725002 1 task end ``` #### processplugins[](#processplugins "Permalink to this headline") Setting this value to `0` disables process-based plugins. If a process-based plugin is declared in the configuration file, running any `sqlc` command will return an error. `SQLCDEBUG=processplugins=0` ### SQLCTMPDIR[](#sqlctmpdir "Permalink to this headline") If specified, use the given directory as the base for temporary folders. Only applies when using WASM-based codegen plugins. When not specified, this defaults to passing an empty string to [`os.MkdirTemp`](https://pkg.go.dev/os#MkdirTemp). Changelog[](#changelog "Permalink to this headline") ----------------------------------------------------- All notable changes to this project will be documented in this file. ### [1.18.0](https://github.com/kyleconroy/sqlc/releases/tag/1.18.0)[](#id1 "Permalink to this headline") Released 2023-04-27 #### Release notes[](#release-notes "Permalink to this headline") ##### Remote code generation[](#remote-code-generation "Permalink to this headline") *Developed by [@andrewmbenton](https://github.com/andrewmbenton)* At its core, sqlc is powered by SQL engines, which include parsers, formatters, analyzers and more. While our goal is to support each engine on each operating system, it’s not always possible. For example, the PostgreSQL engine does not work on Windows. To bridge that gap, we’re announcing remote code generation, currently in private alpha. To join the private alpha, [sign up for the waitlist](https://docs.google.com/forms/d/e/1FAIpQLScDWrGtTgZWKt3mdlF5R2XCX6tL1pMkB4yuZx5yq684tTNN1Q/viewform?usp=sf_link). To configure remote generation, configure a `cloud` block in `sqlc.json`. ``` { "version": "2", "cloud": { "organization": "<org-id>", "project": "<project-id>", }, ... } ``` You’ll also need to the `SQLC\_AUTH\_TOKEN` environment variable. ``` export SQLC\_AUTH\_TOKEN=<token> ``` When the cloud configuration exists, `sqlc generate` will default to remote generation. If you’d like to generate code locally, pass the `--no-remote` option. ``` sqlc generate --no-remote ``` Remote generation is off by default and requires an opt-in to use. ##### sqlc.embed[](#sqlc-embed "Permalink to this headline") *Developed by [@nickjackson](https://github.com/nickjackson)* Embedding allows you to reuse existing model structs in more queries, resulting in less manual serilization work. First, imagine we have the following schema with students and test scores. ``` CREATE TABLE students ( id bigserial PRIMARY KEY, name text, age integer ) CREATE TABLE test\_scores ( student\_id bigint, score integer, grade text ) ``` We want to select the student record and the highest score they got on a test. Here’s how we’d usually do that: ``` -- name: HighScore :many WITH high\_scores AS ( SELECT student\_id, max(score) as high\_score FROM test\_scores GROUP BY 1 ) SELECT students.\*, high\_score::integer FROM students JOIN high\_scores ON high\_scores.student\_id = students.id; ``` When using Go, sqlc will produce a struct like this: ``` type HighScoreRow struct { ID int64 Name sql.NullString Age sql.NullInt32 HighScore int32 } ``` With embedding, the struct will contain a model for the table instead of a flattened list of columns. ``` -- name: HighScoreEmbed :many WITH high\_scores AS ( SELECT student\_id, max(score) as high\_score FROM test\_scores GROUP BY 1 ) SELECT sqlc.embed(students), high\_score::integer FROM students JOIN high\_scores ON high\_scores.student\_id = students.id; ``` ``` type HighScoreRow struct { Student Student HighScore int32 } ``` ##### sqlc.slice[](#sqlc-slice "Permalink to this headline") *Developed by Paul Cameron and Jille Timmermans* The MySQL Go driver does not support passing slices to the IN operator. The `sqlc.slice` function generates a dynamic query at runtime with the correct number of parameters. ``` /\* name: SelectStudents :many \*/ SELECT \* FROM students WHERE age IN (sqlc.slice("ages")) ``` ``` func (q \*Queries) SelectStudents(ctx context.Context, arges []int32) ([]Student, error) { ``` This feature is only supported in MySQL and cannot be used with prepared queries. ##### Batch operation improvements[](#batch-operation-improvements "Permalink to this headline") When using batches with pgx, the error returned when a batch is closed is exported by the generated package. This change allows for cleaner error handling using `errors.Is`. ``` errors.Is(err, generated\_package.ErrBatchAlreadyClosed) ``` Previously, you would have had to check match on the error message itself. ``` err.Error() == "batch already closed" ``` The generated code for batch operations always lived in `batch.go`. This file name can now be configured via the `output\_batch\_file\_name` configuration option. ##### Configurable query parameter limits for Go[](#configurable-query-parameter-limits-for-go "Permalink to this headline") By default, sqlc will limit Go functions to a single parameter. If a query includes more than one parameter, the generated method will use an argument struct instead of positional arguments. This behavior can now be changed via the `query\_parameter\_limit` configuration option. If set to `0`, every genreated method will use a argument struct. #### Changes[](#changes "Permalink to this headline") ##### Bug Fixes[](#bug-fixes "Permalink to this headline") * Prevent variable redeclaration in single param conflict for pgx (#2058) * Retrieve Larg/Rarg join query after inner join (#2051) * Rename argument when conflicted to imported package (#2048) * Pgx closed batch return pointer if need #1959 (#1960) * Correct singularization of “waves” (#2194) * Honor Package level renames in v2 yaml config (#2001) * (mysql) Prevent UPDATE … JOIN panic #1590 (#2154) * Mysql delete join panic (#2197) * Missing import with pointer overrides, solves #2168 #2125 (#2217) ##### Documentation[](#documentation "Permalink to this headline") * (config.md) Add `sqlite` as engine option (#2164) * Add first pass at pgx documentation (#2174) * Add missed configuration option (#2188) * `specifies parameter ":one" without containing a RETURNING clause` (#2173) ##### Features[](#features "Permalink to this headline") * Add `sqlc.embed` to allow model re-use (#1615) * (Go) Add query\_parameter\_limit conf to codegen (#1558) * Add remote execution for codegen (#2214) ##### Testing[](#testing "Permalink to this headline") * Skip tests if required plugins are missing (#2104) * Add tests for reanme fix in v2 (#2196) * Regenerate batch output for filename tests * Remove remote test (#2232) * Regenerate test output ##### Bin/sqlc[](#bin-sqlc "Permalink to this headline") * Add SQLCTMPDIR environment variable (#2189) ##### Build[](#build "Permalink to this headline") * (deps) Bump github.com/antlr/antlr4/runtime/Go/antlr (#2109) * (deps) Bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.1 (#2119) * (deps) Bump golang from 1.20.1 to 1.20.2 (#2135) * (deps) Bump google.golang.org/protobuf from 1.28.1 to 1.29.0 (#2137) * (deps) Bump google.golang.org/protobuf from 1.29.0 to 1.29.1 (#2143) * (deps) Bump golang from 1.20.2 to 1.20.3 (#2192) * (deps) Bump actions/setup-go from 3 to 4 (#2150) * (deps) Bump google.golang.org/protobuf from 1.29.1 to 1.30.0 (#2151) * (deps) Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#2193) * (deps) Bump github.com/lib/pq from 1.10.7 to 1.10.8 (#2211) * (deps) Bump github.com/lib/pq from 1.10.8 to 1.10.9 (#2229) * (deps) Bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (#2228) ##### Cmd/sqlc[](#cmd-sqlc "Permalink to this headline") * Remove –experimental flag (#2170) * Add option to disable process-based plugins (#2180) * Bump version to v1.18.0 ##### Codegen[](#codegen "Permalink to this headline") * Correctly generate CopyFrom columns for single-column copyfroms (#2185) ##### Config[](#config "Permalink to this headline") * Add top-level cloud configuration (#2204) ##### Engine/postgres[](#engine-postgres "Permalink to this headline") * Upgrade to pg\_query\_go/v4 (#2114) ##### Ext/wasm[](#ext-wasm "Permalink to this headline") * Check exit code on returned error (#2223) ##### Parser[](#parser "Permalink to this headline") * Generate correct types for `SELECT NOT EXISTS` (#1972) ##### Sqlite[](#sqlite "Permalink to this headline") * Add support for CREATE TABLE … STRICT (#2175) ##### Wasm[](#wasm "Permalink to this headline") * Upgrade to wasmtime v8.0.0 (#2222) ### [1.17.2](https://github.com/kyleconroy/sqlc/releases/tag/1.17.2)[](#id2 "Permalink to this headline") Released 2023-02-22 #### Bug Fixes[](#id3 "Permalink to this headline") * Fix build on Windows (#2102) ### [1.17.1](https://github.com/kyleconroy/sqlc/releases/tag/1.17.1)[](#id4 "Permalink to this headline") Released 2023-02-22 #### Bug Fixes[](#id5 "Permalink to this headline") * Prefer to use []T over pgype.Array[T] (#2090) * Revert changes to Dockerfile (#2091) * Do not throw error when IF NOT EXISTS is used on ADD COLUMN (#2092) #### MySQL[](#mysql "Permalink to this headline") * Add `float` support to MySQL (#2097) #### Build[](#id6 "Permalink to this headline") * (deps) Bump golang from 1.20.0 to 1.20.1 (#2082) ### [1.17.0](https://github.com/kyleconroy/sqlc/releases/tag/1.17.0)[](#id7 "Permalink to this headline") Released 2023-02-13 #### Bug Fixes[](#id8 "Permalink to this headline") * Initialize generated code outside function (#1850) * (engine/mysql) Take into account column’s charset to distinguish text/blob, (var)char/(var)binary (#776) (#1895) * The enum Value method returns correct type (#1996) * Documentation for Inserting Rows (#2034) * Add import statements even if only pointer types exist (#2046) * Search from Rexpr if not found from Lexpr (#2056) #### Documentation[](#id9 "Permalink to this headline") * Change ENTRYPOINT to CMD (#1943) * Update samples for HOW-TO GUIDES (#1953) #### Features[](#id10 "Permalink to this headline") * Add the diff command (#1963) #### Build[](#id11 "Permalink to this headline") * (deps) Bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 (#1913) * (deps) Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#1909) * Fix devcontainer (#1942) * Run sqlc-pg-gen via GitHub Actions (#1944) * Move large arrays out of functions (#1947) * Fix conflicts from pointer configuration (#1950) * (deps) Bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0 (#1988) * (deps) Bump github.com/jackc/pgtype from 1.12.0 to 1.13.0 (#1978) * (deps) Bump golang from 1.19.3 to 1.19.4 (#1992) * (deps) Bump certifi from 2020.12.5 to 2022.12.7 in /docs (#1993) * (deps) Bump golang from 1.19.4 to 1.19.5 (#2016) * (deps) Bump golang from 1.19.5 to 1.20.0 (#2045) * (deps) Bump github.com/jackc/pgtype from 1.13.0 to 1.14.0 (#2062) * (deps) Bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.0 (#2063) #### Cmd[](#cmd "Permalink to this headline") * Generate packages in parallel (#2026) #### Cmd/sqlc[](#id12 "Permalink to this headline") * Bump version to v1.17.0 #### Codegen[](#id13 "Permalink to this headline") * Remove built-in Kotlin support (#1935) * Remove built-in Python support (#1936) #### Internal/codegen[](#internal-codegen "Permalink to this headline") * Cache pattern matching compilations (#2028) #### Mysql[](#id14 "Permalink to this headline") * Add datatype tests (#1948) * Fix blob tests (#1949) #### Plugins[](#plugins "Permalink to this headline") * Upgrade to wasmtime 3.0.1 (#2009) #### Sqlite[](#id15 "Permalink to this headline") * Supported between expr (#1958) (#1967) #### Tools[](#tools "Permalink to this headline") * Regenerate scripts skips dirs that contains diff exec command (#1987) #### Wasm[](#id16 "Permalink to this headline") * Upgrade to wasmtime 5.0.0 (#2065) ### [1.16.0](https://github.com/kyleconroy/sqlc/releases/tag/1.16.0)[](#id17 "Permalink to this headline") Released 2022-11-09 #### Bug Fixes[](#id18 "Permalink to this headline") * (validate) Sqlc.arg & sqlc.narg are not “missing” (#1814) * Emit correct comment for nullable enums (#1819) * 🐛 Correctly switch `coalesce()` result `.NotNull` value (#1664) * Prevent batch infinite loop with arg length (#1794) * Support version 2 in error message (#1839) * Handle empty column list in postgresql (#1843) * Batch imports filter queries, update cmds having ret type (#1842) * Named params contribute to batch parameter count (#1841) #### Documentation[](#id19 "Permalink to this headline") * Add a getting started guide for SQLite (#1798) * Various readability improvements (#1854) * Add documentation for codegen plugins (#1904) * Update migration guides with links (#1933) #### Features[](#id20 "Permalink to this headline") * Add HAVING support to MySQL (#1806) #### Miscellaneous Tasks[](#miscellaneous-tasks "Permalink to this headline") * Upgrade wasmtime version (#1827) * Bump wasmtime version to v1.0.0 (#1869) #### Build[](#id21 "Permalink to this headline") * (deps) Bump github.com/jackc/pgconn from 1.12.1 to 1.13.0 (#1785) * (deps) Bump github.com/mattn/go-sqlite3 from 1.14.13 to 1.14.15 (#1799) * (deps) Bump github.com/jackc/pgx/v4 from 4.16.1 to 4.17.0 (#1786) * (deps) Bump github.com/jackc/pgx/v4 from 4.17.0 to 4.17.1 (#1825) * (deps) Bump github.com/bytecodealliance/wasmtime-go (#1826) * (deps) Bump github.com/jackc/pgx/v4 from 4.17.1 to 4.17.2 (#1831) * (deps) Bump golang from 1.19.0 to 1.19.1 (#1834) * (deps) Bump github.com/google/go-cmp from 0.5.8 to 0.5.9 (#1838) * (deps) Bump github.com/lib/pq from 1.10.6 to 1.10.7 (#1835) * (deps) Bump github.com/bytecodealliance/wasmtime-go (#1857) * (deps) Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#1893) * (deps) Bump golang from 1.19.1 to 1.19.3 (#1920) #### Cmd/sqlc[](#id22 "Permalink to this headline") * Bump to v1.16.0 #### Codgen[](#codgen "Permalink to this headline") * Include serialized codegen options (#1890) #### Compiler[](#compiler "Permalink to this headline") * Move Kotlin parameter logic into codegen (#1910) #### Examples[](#examples "Permalink to this headline") * Port Python examples to WASM plugin (#1903) #### Pg-gen[](#pg-gen "Permalink to this headline") * Make sqlc-pg-gen the complete source of truth for pg\_catalog.go (#1809) * Implement information\_schema shema (#1815) #### Python[](#python "Permalink to this headline") * Port all Python tests to sqlc-gen-python (#1907) * Upgrade to sqlc-gen-python v1.0.0 (#1932) ### [1.15.0](https://github.com/kyleconroy/sqlc/releases/tag/1.15.0)[](#id23 "Permalink to this headline") Released 2022-08-07 #### Bug Fixes[](#id24 "Permalink to this headline") * (mysql) Typo (#1700) * (postgresql) Add quotes for CamelCase columns (#1729) * Cannot parse SQLite upsert statement (#1732) * (sqlite) Regenerate test output for builtins (#1735) * (wasm) Version modules by wasmtime version (#1734) * Missing imports (#1637) * Missing slice import for querier (#1773) #### Documentation[](#id25 "Permalink to this headline") * Add process-based plugin docs (#1669) * Add links to downloads.sqlc.dev (#1681) * Update transactions how to example (#1775) #### Features[](#id26 "Permalink to this headline") * More SQL Syntax Support for SQLite (#1687) * (sqlite) Promote SQLite support to beta (#1699) * Codegen plugins, powered by WASM (#1684) * Set user-agent for plugin downloads (#1707) * Null enums types (#1485) * (sqlite) Support stdlib functions (#1712) * (sqlite) Add support for returning (#1741) #### Miscellaneous Tasks[](#id27 "Permalink to this headline") * Add tests for quoting columns (#1733) * Remove catalog tests (#1762) #### Testing[](#id28 "Permalink to this headline") * Add tests for fixing slice imports (#1736) * Add test cases for returning (#1737) #### Build[](#id29 "Permalink to this headline") * Upgrade to Go 1.19 (#1780) * Upgrade to go-wasmtime 0.39.0 (#1781) #### Plugins[](#id30 "Permalink to this headline") * (wasm) Change default cache location (#1709) * (wasm) Change the SHA-256 config key (#1710) ### [1.14.0](https://github.com/kyleconroy/sqlc/releases/tag/1.14.0)[](#id31 "Permalink to this headline") Released 2022-06-09 #### Bug Fixes[](#id32 "Permalink to this headline") * (postgresql) Remove extra newline with db argument (#1417) * (sqlite) Fix DROP TABLE (#1443) * (compiler) Fix left join nullability with table aliases (#1491) * Regenerate testdata for CREATE TABLE AS (#1516) * (bundler) Only close multipart writer once (#1528) * (endtoend) Regenerate testdata for exex\_lastid * (pgx) Copyfrom imports (#1626) * Validate sqlc function arguments (#1633) * Fixed typo `sql.narg` in doc (#1668) #### Features[](#id33 "Permalink to this headline") * (golang) Add Enum.Valid and AllEnumValues (#1613) * (sqlite) Start expanding support (#1410) * (pgx) Add support for batch operations (#1437) * (sqlite) Add support for delete statements (#1447) * (codegen) Insert comments in interfaces (#1458) * (sdk) Add the plugin SDK package (#1463) * Upload projects (#1436) * Add sqlc version to generated Kotlin code (#1512) * Add sqlc version to generated Go code (#1513) * Pass sqlc version in codegen request (#1514) * (postgresql) Add materialized view support (#1509) * (python) Graduate Python support to beta (#1520) * Run sqlc with docker on windows cmd (#1557) * Add JSON “codegen” output (#1565) * Add sqlc.narg() for nullable named params (#1536) * Process-based codegen plugins (#1578) #### Miscellaneous Tasks[](#id34 "Permalink to this headline") * Fix extra newline in comments for copyfrom (#1438) * Generate marshal/unmarshal with vtprotobuf (#1467) #### Refactor[](#refactor "Permalink to this headline") * (codegen) Port Kotlin codegen package to use plugin types (#1416) * (codegen) Port Go to plugin types (#1460) * (cmd) Simplify codegen selection logic (#1466) * (sql/catalog) Improve Readability (#1595) * Add basic fuzzing for config / overrides (#1500) ### [1.13.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.13.0)[](#id35 "Permalink to this headline") Released 2022-03-31 #### Bug Fixes[](#id36 "Permalink to this headline") * (compiler) Fix left join nullability with table aliases (#1491) * (postgresql) Remove extra newline with db argument (#1417) * (sqlite) Fix DROP TABLE (#1443) #### Features[](#id37 "Permalink to this headline") * (cli) Upload projects (#1436) * (codegen) Add sqlc version to generated Go code (#1513) * (codegen) Add sqlc version to generated Kotlin code (#1512) * (codegen) Insert comments in interfaces (#1458) * (codegen) Pass sqlc version in codegen request (#1514) * (pgx) Add support for batch operations (#1437) * (postgresql) Add materialized view support (#1509) * (python) Graduate Python support to beta (#1520) * (sdk) Add the plugin SDK package (#1463) * (sqlite) Add support for delete statements (#1447) * (sqlite) Start expanding support (#1410) #### Miscellaneous Tasks[](#id38 "Permalink to this headline") * Fix extra newline in comments for copyfrom (#1438) * Generate marshal/unmarshal with vtprotobuf (#1467) #### Refactor[](#id39 "Permalink to this headline") * (codegen) Port Kotlin codegen package to use plugin types (#1416) * (codegen) Port Go to plugin types (#1460) * (cmd) Simplify codegen selection logic (#1466) #### Config[](#id40 "Permalink to this headline") * Add basic fuzzing for config / overrides (#1500) ### [1.12.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.12.0)[](#id41 "Permalink to this headline") Released 2022-02-05 #### Bug[](#bug "Permalink to this headline") * ALTER TABLE SET SCHEMA (#1409) #### Bug Fixes[](#id42 "Permalink to this headline") * Update ANTLR v4 go.mod entry (#1336) * Check delete statements for CTEs (#1329) * Fix validation of GROUP BY on field aliases (#1348) * Fix imports when non-copyfrom queries needed imports that copyfrom queries didn’t (#1386) * Remove extra comment newline (#1395) * Enable strict function checking (#1405) #### Documentation[](#id43 "Permalink to this headline") * Bump version to 1.11.0 (#1308) #### Features[](#id44 "Permalink to this headline") * Inheritance (#1339) * Generate query code using ASTs instead of templates (#1338) * Add support for CREATE TABLE a ( LIKE b ) (#1355) * Add support for sql.NullInt16 (#1376) #### Miscellaneous Tasks[](#id45 "Permalink to this headline") * Add tests for :exec{result,rows} (#1344) * Delete template-based codegen (#1345) #### Build[](#id46 "Permalink to this headline") * Bump github.com/jackc/pgx/v4 from 4.14.0 to 4.14.1 (#1316) * Bump golang from 1.17.3 to 1.17.4 (#1331) * Bump golang from 1.17.4 to 1.17.5 (#1337) * Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 (#1343) * Remove devel Docker build * Bump golang from 1.17.5 to 1.17.6 (#1369) * Bump github.com/google/go-cmp from 0.5.6 to 0.5.7 (#1382) * Format all Go code (#1387) ### [1.11.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.11.0)[](#id47 "Permalink to this headline") Released 2021-11-24 #### Bug Fixes[](#id48 "Permalink to this headline") * Update incorrect signatures (#1180) * Correct aggregate func sig (#1182) * Jsonb\_build\_object (#1211) * Case-insensitive identifiers (#1216) * Incorrect handling of meta (#1228) * Detect invalid INSERT expression (#1231) * Respect alias name for coalesce (#1232) * Mark nullable when casting NULL (#1233) * Support nullable fields in joins for MySQL engine (#1249) * Fix between expression handling of table references (#1268) * Support nullable fields in joins on same table (#1270) * Fix missing binds in ORDER BY (#1273) * Set RV for TargetList items on updates (#1252) * Fix MySQL parser for query without trailing semicolon (#1282) * Validate table alias references (#1283) * Add support for MySQL ON DUPLICATE KEY UPDATE (#1286) * Support references to columns in joined tables in UPDATE statements (#1289) * Add validation for GROUP BY clause column references (#1285) * Prevent variable redeclaration in single param conflict (#1298) * Use common params struct field for same named params (#1296) #### Documentation[](#id49 "Permalink to this headline") * Replace deprecated go get with go install (#1181) * Fix package name referenced in tutorial (#1202) * Add environment variables (#1264) * Add go.17+ install instructions (#1280) * Warn about golang-migrate file order (#1302) #### Features[](#id50 "Permalink to this headline") * Instrument compiler via runtime/trace (#1258) * Add MySQL support for BETWEEN arguments (#1265) #### Refactor[](#id51 "Permalink to this headline") * Move from io/ioutil to io and os package (#1164) #### Styling[](#styling "Permalink to this headline") * Apply gofmt to sample code (#1261) #### Build[](#id52 "Permalink to this headline") * Bump golang from 1.17.0 to 1.17.1 (#1173) * Bump eskatos/gradle-command-action from 1 to 2 (#1220) * Bump golang from 1.17.1 to 1.17.2 (#1227) * Bump github.com/pganalyze/pg\_query\_go/v2 (#1234) * Bump actions/checkout from 2.3.4 to 2.3.5 (#1238) * Bump babel from 2.9.0 to 2.9.1 in /docs (#1245) * Bump golang from 1.17.2 to 1.17.3 (#1272) * Bump actions/checkout from 2.3.5 to 2.4.0 (#1267) * Bump github.com/lib/pq from 1.10.3 to 1.10.4 (#1278) * Bump github.com/jackc/pgx/v4 from 4.13.0 to 4.14.0 (#1303) #### Cmd/sqlc[](#id53 "Permalink to this headline") * Bump version to v1.11.0 ### [1.10.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.10.0)[](#id54 "Permalink to this headline") Released 2021-09-07 #### Documentation[](#id55 "Permalink to this headline") * Fix invalid language support table (#1161) * Add a getting started guide for MySQL (#1163) #### Build[](#id56 "Permalink to this headline") * Bump golang from 1.16.7 to 1.17.0 (#1129) * Bump github.com/lib/pq from 1.10.2 to 1.10.3 (#1160) #### Ci[](#ci "Permalink to this headline") * Upgrade Go to 1.17 (#1130) #### Cmd/sqlc[](#id57 "Permalink to this headline") * Bump version to v1.10.0 (#1165) #### Codegen/golang[](#codegen-golang "Permalink to this headline") * Consolidate import logic (#1139) * Add pgx support for range types (#1146) * Use pgtype for hstore when using pgx (#1156) #### Codgen/golang[](#codgen-golang "Permalink to this headline") * Use p[gq]type for network address types (#1142) #### Endtoend[](#endtoend "Permalink to this headline") * Run `go test` in CI (#1134) #### Engine/mysql[](#engine-mysql "Permalink to this headline") * Add support for LIKE (#1162) #### Golang[](#golang "Permalink to this headline") * Output NullUUID when necessary (#1137) ### [1.9.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.9.0)[](#id58 "Permalink to this headline") Released 2021-08-13 #### Documentation[](#id59 "Permalink to this headline") * Update documentation (a bit) for v1.9.0 (#1117) #### Build[](#id60 "Permalink to this headline") * Bump golang from 1.16.6 to 1.16.7 (#1107) #### Cmd/sqlc[](#id61 "Permalink to this headline") * Bump version to v1.9.0 (#1121) #### Compiler[](#id62 "Permalink to this headline") * Add tests for COALESCE behavior (#1112) * Handle subqueries in SELECT statements (#1113) ### [1.8.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.8.0)[](#id63 "Permalink to this headline") Released 2021-05-03 #### Documentation[](#id64 "Permalink to this headline") * Add language support Matrix (#920) #### Features[](#id65 "Permalink to this headline") * Add case style config option (#905) #### Python[](#id66 "Permalink to this headline") * Eliminate runtime package and use sqlalchemy (#939) #### Build[](#id67 "Permalink to this headline") * Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#926) * Bump github.com/lib/pq from 1.9.0 to 1.10.0 (#931) * Bump golang from 1.16.0 to 1.16.1 (#935) * Bump golang from 1.16.1 to 1.16.2 (#942) * Bump github.com/jackc/pgx/v4 from 4.10.1 to 4.11.0 (#956) * Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#961) * Bump github.com/pganalyze/pg\_query\_go/v2 (#965) * Bump urllib3 from 1.26.3 to 1.26.4 in /docs (#968) * Bump golang from 1.16.2 to 1.16.3 (#963) * Bump github.com/lib/pq from 1.10.0 to 1.10.1 (#980) #### Cmd[](#id68 "Permalink to this headline") * Add the –experimental flag (#929) * Fix sqlc init (#959) #### Cmd/sqlc[](#id69 "Permalink to this headline") * Bump version to v1.7.1-devel (#913) * Bump version to v1.8.0 #### Codegen[](#id70 "Permalink to this headline") * Generate valid enum names for symbols (#972) #### Postgresql[](#postgresql "Permalink to this headline") * Support generated columns * Add test for PRIMARY KEY INCLUDE * Add tests for CREATE TABLE PARTITION OF * CREATE TRIGGER EXECUTE FUNCTION * Add support for renaming types (#971) #### Sql/ast[](#sql-ast "Permalink to this headline") * Resolve return values from functions (#964) #### Workflows[](#workflows "Permalink to this headline") * Only run tests once (#924) ### [1.7.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.7.0)[](#id71 "Permalink to this headline") Released 2021-02-28 #### Bug Fixes[](#id72 "Permalink to this headline") * Struct tag formatting (#833) #### Documentation[](#id73 "Permalink to this headline") * Include all the existing Markdown files (#877) * Split docs into four sections (#882) * Reorganize and consolidate documentation * Add link to Windows download (#888) * Shorten the README (#889) #### Features[](#id74 "Permalink to this headline") * Adding support for pgx/v4 * Adding support for pgx/v4 #### README[](#readme "Permalink to this headline") * Add Go Report Card badge (#891) #### Build[](#id75 "Permalink to this headline") * Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#813) * Bump github.com/lib/pq from 1.8.0 to 1.9.0 (#820) * Bump golang from 1.15.5 to 1.15.6 (#822) * Bump github.com/jackc/pgx/v4 from 4.9.2 to 4.10.0 (#823) * Bump github.com/jackc/pgx/v4 from 4.10.0 to 4.10.1 (#839) * Bump golang from 1.15.6 to 1.15.7 (#855) * Bump golang from 1.15.7 to 1.15.8 (#881) * Bump github.com/spf13/cobra from 1.1.1 to 1.1.2 (#892) * Bump golang from 1.15.8 to 1.16.0 (#897) * Bump github.com/lfittl/pg\_query\_go from 1.0.1 to 1.0.2 (#901) * Bump github.com/spf13/cobra from 1.1.2 to 1.1.3 (#893) #### Catalog[](#catalog "Permalink to this headline") * Improve alter column type (#818) #### Ci[](#id76 "Permalink to this headline") * Uprade to Go 1.15 (#887) #### Cmd[](#id77 "Permalink to this headline") * Allow config file location to be specified (#863) #### Cmd/sqlc[](#id78 "Permalink to this headline") * Bump to version v1.6.1-devel (#807) * Bump version to v1.7.0 (#912) #### Codegen/golang[](#id79 "Permalink to this headline") * Make sure to import net package (#858) #### Compiler[](#id80 "Permalink to this headline") * Support UNION query #### Dolphin[](#dolphin "Permalink to this headline") * Generate bools for tinyint(1) * Support joins in update statements (#883) * Add support for union query #### Endtoend[](#id81 "Permalink to this headline") * Add tests for INTERSECT and EXCEPT #### Go.mod[](#go-mod "Permalink to this headline") * Update to go 1.15 and run ‘go mod tidy’ (#808) #### Mysql[](#id82 "Permalink to this headline") * Compile tinyint(1) to bool (#873) #### Sql/ast[](#id83 "Permalink to this headline") * Add enum values for SetOperation ### [1.6.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.6.0)[](#id84 "Permalink to this headline") Released 2020-11-23 #### Dolphin[](#id85 "Permalink to this headline") * Implement Rename (#651) * Skip processing view drops (#653) #### README[](#id86 "Permalink to this headline") * Update language / database support (#698) #### Astutils[](#astutils "Permalink to this headline") * Fix Params rewrite call (#674) #### Build[](#id87 "Permalink to this headline") * Bump golang from 1.14 to 1.15.3 (#765) * Bump docker/build-push-action from v1 to v2.1.0 (#764) * Bump github.com/google/go-cmp from 0.4.0 to 0.5.2 (#766) * Bump github.com/spf13/cobra from 1.0.0 to 1.1.1 (#767) * Bump github.com/jackc/pgx/v4 from 4.6.0 to 4.9.2 (#768) * Bump github.com/lfittl/pg\_query\_go from 1.0.0 to 1.0.1 (#773) * Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 (#783) * Bump golang from 1.15.3 to 1.15.5 (#782) * Bump github.com/lib/pq from 1.4.0 to 1.8.0 (#769) #### Catalog[](#id88 "Permalink to this headline") * Improve variadic argument support (#804) #### Cmd/sqlc[](#id89 "Permalink to this headline") * Bump to version v1.6.0 (#806) #### Codegen[](#id90 "Permalink to this headline") * Fix errant database/sql imports (#789) #### Compiler[](#id91 "Permalink to this headline") * Use engine-specific reserved keywords (#677) #### Dolphi[](#dolphi "Permalink to this headline") * Add list of builtin functions (#795) #### Dolphin[](#id92 "Permalink to this headline") * Update to the latest MySQL parser (#665) * Add ENUM() support (#676) * Add test for table aliasing (#684) * Add MySQL ddl\_create\_table test (#685) * Implete TRUNCATE table (#697) * Represent tinyint as int32 (#797) * Add support for coalesce (#802) * Add function signatures (#796) #### Endtoend[](#id93 "Permalink to this headline") * Add MySQL json test (#692) * Add MySQL update set multiple test (#696) #### Examples[](#id94 "Permalink to this headline") * Use generated enum constants in db\_test (#678) * Port ondeck to MySQL (#680) * Add MySQL authors example (#682) #### Internal/cmd[](#internal-cmd "Permalink to this headline") * Print correct config file on parse failure (#749) #### Kotlin[](#kotlin "Permalink to this headline") * Remove runtime dependency (#774) #### Metadata[](#metadata "Permalink to this headline") * Support multiple comment prefixes (#683) #### Postgresql[](#id95 "Permalink to this headline") * Support string concat operator (#701) #### Sql/catalog[](#sql-catalog "Permalink to this headline") * Add support for variadic functions (#798) ### [1.5.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.5.0)[](#id96 "Permalink to this headline") Released 2020-08-05 #### Documentation[](#id97 "Permalink to this headline") * Build sqlc using Go 1.14 (#549) #### Cmd[](#id98 "Permalink to this headline") * Add debugging support (#573) #### Cmd/sqlc[](#id99 "Permalink to this headline") * Bump version to v1.4.1-devel (#548) * Bump version to v1.5.0 #### Compiler[](#id100 "Permalink to this headline") * Support calling functions with defaults (#635) * Skip func args without a paramRef (#636) * Return a single column from coalesce (#639) #### Config[](#id101 "Permalink to this headline") * Add emit\_empty\_slices to version one (#552) #### Contrib[](#contrib "Permalink to this headline") * Add generated code for contrib #### Dinosql[](#dinosql "Permalink to this headline") * Remove deprecated package (#554) #### Dolphin[](#id102 "Permalink to this headline") * Add support for column aliasing (#566) * Implement star expansion for subqueries (#619) * Implement exapansion with reserved words (#620) * Implement parameter refs (#621) * Implement limit and offest (#622) * Implement inserts (#623) * Implement delete (#624) * Implement simple update statements (#625) * Implement INSERT … SELECT (#626) * Use test driver instead of TiDB driver (#629) * Implement named parameters via sqlc.arg() (#632) #### Endtoend[](#id103 "Permalink to this headline") * Add MySQL test for SELECT \* JOIN (#565) * Add MySQL test for inflection (#567) #### Engine[](#engine "Permalink to this headline") * Create engine package (#556) #### Equinox[](#equinox "Permalink to this headline") * Use the new equinox-io/setup action (#586) #### Examples[](#id104 "Permalink to this headline") * Run tests for MySQL booktest (#627) #### Golang[](#id105 "Permalink to this headline") * Add support for the money type (#561) * Generate correct types for int2 and int8 (#579) #### Internal[](#internal "Permalink to this headline") * Rm catalog, pg, postgres packages (#555) #### Mod[](#mod "Permalink to this headline") * Downgrade TiDB package to fix build (#603) #### Mysql[](#id106 "Permalink to this headline") * Upgrade to the latest vitess commit (#562) * Support to infer type of a duplicated arg (#615) * Allow some builtin functions to be nullable (#616) #### Postgresql[](#id107 "Permalink to this headline") * Generate all functions in pg\_catalog (#550) * Remove pg\_catalog schema from tests (#638) * Move contrib code to a package #### Sql/catalog[](#id108 "Permalink to this headline") * Fix comparison of pg\_catalog types (#637) #### Tools[](#id109 "Permalink to this headline") * Generate functions for all of contrib #### Workflow[](#workflow "Permalink to this headline") * Migrate to equinox-io/setup-release-tool (#614) ### [1.4.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.4.0)[](#id110 "Permalink to this headline") Released 2020-06-17 #### Dockerfile[](#dockerfile "Permalink to this headline") * Add version build argument (#487) #### MySQL[](#id111 "Permalink to this headline") * Prevent Panic when WHERE clause contains parenthesis. (#531) #### README[](#id112 "Permalink to this headline") * Document emit\_exact\_table\_names (#486) #### All[](#all "Permalink to this headline") * Remove the exp build tag (#507) #### Catalog[](#id113 "Permalink to this headline") * Support functions with table parameters (#541) #### Cmd[](#id114 "Permalink to this headline") * Bump to version 1.3.1-devel (#485) #### Cmd/sqlc[](#id115 "Permalink to this headline") * Bump version to v1.4.0 (#547) #### Codegen[](#id116 "Permalink to this headline") * Add the new codegen packages (#513) * Add the :execresult query annotation (#542) #### Compiler[](#id117 "Permalink to this headline") * Validate function calls (#505) * Port bottom of parseQuery (#510) * Don’t mutate table name (#517) * Enable experimental parser by default (#518) * Apply rename rules to enum constants (#523) * Temp fix for typecast function parameters (#530) #### Endtoend[](#id118 "Permalink to this headline") * Standardize JSON formatting (#490) * Add per-test configuration files (#521) * Read expected stderr failures from disk (#527) #### Internal/dinosql[](#internal-dinosql "Permalink to this headline") * Check parameter style before ref (#488) * Remove unneeded column suffix (#492) * Support named function arguments (#494) #### Internal/postgresql[](#internal-postgresql "Permalink to this headline") * Fix NamedArgExpr rewrite (#491) #### Multierr[](#multierr "Permalink to this headline") * Move dinosql.ParserErr to a new package (#496) #### Named[](#named "Permalink to this headline") * Port parameter style validation to SQL (#504) #### Parser[](#id119 "Permalink to this headline") * Support columns from subselect statements (#489) #### Rewrite[](#rewrite "Permalink to this headline") * Move parameter rewrite to package (#499) #### Sqlite[](#id120 "Permalink to this headline") * Use convert functions instead of the listener (#519) #### Sqlpath[](#sqlpath "Permalink to this headline") * Move ReadSQLFiles into a separate package (#495) #### Validation[](#validation "Permalink to this headline") * Move query validation to separate package (#498) ### [1.3.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.3.0)[](#id121 "Permalink to this headline") Released 2020-05-12 #### Makefile[](#makefile "Permalink to this headline") * Update target (#449) #### README[](#id122 "Permalink to this headline") * Add Myles as a sponsor (#469) #### Testing[](#id123 "Permalink to this headline") * Make sure all Go examples build (#480) #### Cmd[](#id124 "Permalink to this headline") * Bump version to v1.3.0 (#484) #### Cmd/sqlc[](#id125 "Permalink to this headline") * Bump version to v1.2.1-devel (#442) #### Dinosql[](#id126 "Permalink to this headline") * Inline addFile (#446) * Add PostgreSQL support for TRUNCATE (#448) #### Gen[](#gen "Permalink to this headline") * Emit json.RawMessage for JSON columns (#461) #### Go.mod[](#id127 "Permalink to this headline") * Use latest lib/pq (#471) #### Parser[](#id128 "Permalink to this headline") * Use same function to load SQL files (#483) #### Postgresql[](#id129 "Permalink to this headline") * Fix panic walking CreateTableAsStmt (#475) ### [1.2.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.2.0)[](#id130 "Permalink to this headline") Released 2020-04-07 #### Documentation[](#id131 "Permalink to this headline") * Publish to Docker Hub (#422) #### README[](#id132 "Permalink to this headline") * Docker installation docs (#424) #### Cmd/sqlc[](#id133 "Permalink to this headline") * Bump version to v1.1.1-devel (#407) * Bump version to v1.2.0 (#441) #### Gen[](#id134 "Permalink to this headline") * Add special case for “campus” (#435) * Properly quote reserved keywords on expansion (#436) #### Migrations[](#migrations "Permalink to this headline") * Move migration parsing to new package (#427) #### Parser[](#id135 "Permalink to this headline") * Generate correct types for SELECT EXISTS (#411) ### [1.1.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.1.0)[](#id136 "Permalink to this headline") Released 2020-03-17 #### README[](#id137 "Permalink to this headline") * Add installation instructions (#350) * Add section on running tests (#357) * Fix typo (#371) #### Ast[](#ast "Permalink to this headline") * Add AST for ALTER TABLE ADD / DROP COLUMN (#376) * Add support for CREATE TYPE as ENUM (#388) * Add support for CREATE / DROP SCHEMA (#389) #### Astutils[](#id138 "Permalink to this headline") * Apply changes to the ValuesList slice (#372) #### Cmd[](#id139 "Permalink to this headline") * Return v1.0.0 (#348) * Return next bug fix version (#349) #### Cmd/sqlc[](#id140 "Permalink to this headline") * Bump version to v1.1.0 (#406) #### Compiler[](#id141 "Permalink to this headline") * Wire up the experimental parsers #### Config[](#id142 "Permalink to this headline") * Remove “emit\_single\_file” option (#367) #### Dolphin[](#id143 "Permalink to this headline") * Add experimental parser for MySQL #### Gen[](#id144 "Permalink to this headline") * Add option to emit single file for Go (#366) * Add support for the ltree extension (#385) #### Go.mod[](#id145 "Permalink to this headline") * Add packages for MySQL and SQLite parsers #### Internal/dinosql[](#id146 "Permalink to this headline") * Support Postgres macaddr type in Go (#358) #### Internal/endtoend[](#internal-endtoend "Permalink to this headline") * Remove %w (#354) #### Kotlin[](#id147 "Permalink to this headline") * Add Query class to support timeout and cancellation (#368) #### Postgresql[](#id148 "Permalink to this headline") * Add experimental parser for MySQL #### Sql[](#sql "Permalink to this headline") * Add generic SQL AST #### Sql/ast[](#id149 "Permalink to this headline") * Port support for COMMENT ON (#391) * Implement DROP TYPE (#397) * Implement ALTER TABLE RENAME (#398) * Implement ALTER TABLE RENAME column (#399) * Implement ALTER TABLE SET SCHEMA (#400) #### Sql/catalog[](#id150 "Permalink to this headline") * Port tests over from catalog pkg (#402) #### Sql/errors[](#sql-errors "Permalink to this headline") * Add a new errors package (#390) #### Sqlite[](#id151 "Permalink to this headline") * Add experimental parser for SQLite ### [1.0.0](https://github.com/kyleconroy/sqlc/releases/tag/v1.0.0)[](#id152 "Permalink to this headline") Released 2020-02-18 #### Documentation[](#id153 "Permalink to this headline") * Add documentation for query commands (#270) * Add named parameter documentation (#332) #### README[](#id154 "Permalink to this headline") * Add sponsors section (#333) #### Cmd[](#id155 "Permalink to this headline") * Remove parse subcommand (#322) #### Config[](#id156 "Permalink to this headline") * Parse V2 config format * Add support for YAML (#336) #### Examples[](#id157 "Permalink to this headline") * Add the jets and booktest examples (#237) * Move sqlc.json into examples folder (#238) * Add the authors example (#241) * Add build tag to authors tests (#319) #### Internal[](#id158 "Permalink to this headline") * Allow CTE to be used with UPDATE (#268) * Remove the PackageMap from settings (#295) #### Internal/config[](#internal-config "Permalink to this headline") * Create new config package (#313) #### Internal/dinosql[](#id159 "Permalink to this headline") * Emit Querier interface (#240) * Strip leading “go-“ or trailing “-go” from import (#262) * Overrides can now be basic types (#271) * Import needed types for Querier (#285) * Handle schema-scoped enums (#310) * Ignore golang-migrate rollbacks (#320) #### Internal/endtoend[](#id160 "Permalink to this headline") * Move more tests to the record/replay framework * Add update test for named params (#329) #### Internal/mysql[](#internal-mysql "Permalink to this headline") * Fix flaky test (#242) * Port tests to endtoend package (#315) #### Internal/parser[](#internal-parser "Permalink to this headline") * Resolve nested CTEs (#324) * Error if last query is missing (#325) * Support joins with aliases (#326) * Remove print statement (#327) #### Internal/sqlc[](#internal-sqlc "Permalink to this headline") * Add support for composite types (#311) #### Kotlin[](#id161 "Permalink to this headline") * Support primitives * Arrays, enums, and dates * Generate examples * README for examples * Factor out db setup extension * Fix enums, use List instead of Array * Port Go tests for examples * Rewrite numbered params to positional params * Always use use, fix indents * Unbox query params #### Parser[](#id162 "Permalink to this headline") * Attach range vars to insert params * Attach range vars to insert params (#342) * Remove dead code (#343) ### [0.1.0](https://github.com/kyleconroy/sqlc/releases/tag/v0.1.0)[](#id163 "Permalink to this headline") Released 2020-01-07 #### Documentation[](#id164 "Permalink to this headline") * Replace remaining references to DinoSQL with sqlc (#149) #### README[](#id165 "Permalink to this headline") * Fix download links (#66) * Add LIMIT 1 to query that should return one (#99) #### Catalog[](#id166 "Permalink to this headline") * Support “ALTER TABLE … DROP CONSTRAINT …” (#34) * Differentiate functions with different argument types (#51) #### Ci[](#id167 "Permalink to this headline") * Enable tests on pull requests #### Cmd[](#id168 "Permalink to this headline") * Include filenames in error messages (#69) * Do not output any changes on error (#72) #### Dinosql/internal[](#dinosql-internal "Permalink to this headline") * Add lower and upper functions (#215) * Ignore alter sequence commands (#219) #### Gen[](#id169 "Permalink to this headline") * Add DO NOT EDIT comments to generated code (#50) * Include all schemas when generating models (#90) * Prefix structs with schema name (#91) * Generate single import for uuid package (#98) * Use same import logic for all Go files * Pick correct struct to return for queries (#107) * Create consistent JSON tags (#110) * Add Close method to Queries struct (#127) * Ignore empty override settings (#128) * Turn SQL comments into Go comments (#136) #### Internal/catalog[](#internal-catalog "Permalink to this headline") * Parse unnamed function arguments (#166) #### Internal/dinosql[](#id170 "Permalink to this headline") * Prepare() with no GoQueries still valid (#95) * Fix multiline comment rendering (#142) * Dereference alias nodes on walk (#158) * Ignore sql-migrate rollbacks (#160) * Sort imported packages (#165) * Add support for timestamptz (#169) * Error on missing queries (#180) * Use more database/sql null types (#182) * Support the pg\_temp schema (#183) * Override columns with array type (#184) * Implement robust expansion * Implement robust expansion (#186) * Add COMMENT ON support (#191) * Add DATE support * Add DATE support (#196) * Filter out invalid characters (#198) * Quote reserved keywords (#205) * Return parser errors first (#207) * Implement advisory locks (#212) * Error on duplicate query names (#221) * Fix incorrect enum names (#223) * Add support for numeric types * Add support for numeric types (#228) #### Internal/dinosql/testdata/ondeck[](#internal-dinosql-testdata-ondeck "Permalink to this headline") * Add Makefile (#156) #### Ondeck[](#ondeck "Permalink to this headline") * Move all tests to GitHub CI (#58) #### ParseQuery[](#parsequery "Permalink to this headline") * Return either a query or an error (#178) #### Parser[](#id171 "Permalink to this headline") * Use schema when resolving catalog refs (#82) * Support function calls in expressions (#104) * Correctly handle single files (#119) * Return error if missing RETURNING (#131) * Add support for mathmatical operators (#132) * Add support for simple case expressions (#134) * Error on mismatched INSERT input (#135) * Set IsArray on joined columns (#139) #### Pg[](#pg "Permalink to this headline") * Store functions in the catalog (#41) * Add location to errors (#73) Using Go and pgx[](#using-go-and-pgx "Permalink to this headline") ------------------------------------------------------------------- Note Experimental support for `pgx/v5` was added in v1.17.2. Full support will be included in v1.18.0. Until then, you’ll need to pass the `--experimental` flag to `sqlc generate`. pgx is a pure Go driver and toolkit for PostgreSQL. It’s become the default PostgreSQL package for many Gophers since lib/pq was put into maitience mode. ### Getting started[](#getting-started "Permalink to this headline") To start generating code that uses pgx, set the `sql\_package` field in your `sqlc.yaml` configuration file. Valid options are `pgx/v4` or `pgx/v5` ``` version: "2" sql: - engine: "postgresql" queries: "query.sql" schema: "query.sql" gen: go: package: "db" sql\_package: "pgx/v5" out: "db" ``` If you don’t have an existing sqlc project on hand, create a directory with the configuration file above and the following `query.sql` file. ``` CREATE TABLE authors ( id BIGSERIAL PRIMARY KEY, name text NOT NULL, bio text ); -- name: GetAuthor :one SELECT * FROM authors WHERE id = $1 LIMIT 1; -- name: ListAuthors :many SELECT * FROM authors ORDER BY name; -- name: CreateAuthor :one INSERT INTO authors ( name, bio ) VALUES ( $1, $2 ) RETURNING *; -- name: DeleteAuthor :exec DELETE FROM authors WHERE id = $1; ``` Generating the code will now give you pgx-compatible database access methods. ``` sqlc generate --experimental ``` ### Generated code walkthrough[](#generated-code-walkthrough "Permalink to this headline") The generated code is very similar to the code generated when using `lib/pq`. However, instead of using `database/sql`, the code uses pgx types directly. ``` package main import ( "context" "fmt" "os" "github.com/jackc/pgx/v5" "example.com/sqlc-tutorial/db" ) func main() { // urlExample := "postgres://username:password@localhost:5432/database\_name" conn, err := pgx.Connect(context.Background(), os.Getenv("DATABASE\_URL")) if err != nil { fmt.Fprintf(os.Stderr, "Unable to connect to database: %v\n", err) os.Exit(1) } defer conn.Close(context.Background()) q := db.New(conn) author, err := q.GetAuthor(context.Background(), 1) if err != nil { fmt.Fprintf(os.Stderr, "GetAuthor failed: %v\n", err) os.Exit(1) } fmt.Println(author.Name) } ``` Developing sqlc[](#developing-sqlc "Permalink to this headline") ----------------------------------------------------------------- ### Building[](#building "Permalink to this headline") For local development, install `sqlc` under an alias. We suggest `sqlc-dev`. ``` go build -o ~/go/bin/sqlc-dev ./cmd/sqlc ``` ### Running Tests[](#running-tests "Permalink to this headline") ``` go test ./... ``` To run the tests in the examples folder, use the `examples` tag. ``` go test --tags=examples ./... ``` These tests require locally-running database instances. Run these databases using [Docker Compose](https://docs.docker.com/compose/). ``` docker-compose up -d ``` The tests use the following environment variables to connect to the database #### For PostgreSQL[](#for-postgresql "Permalink to this headline") ``` Variable Default Value ------------------------- PG\_HOST 127.0.0.1 PG\_PORT 5432 PG\_USER postgres PG\_PASSWORD mysecretpassword PG\_DATABASE dinotest ``` #### For MySQL[](#for-mysql "Permalink to this headline") ``` Variable Default Value ------------------------- MYSQL\_HOST 127.0.0.1 MYSQL\_PORT 3306 MYSQL\_USER root MYSQL\_ROOT\_PASSWORD mysecretpassword MYSQL\_DATABASE dinotest ``` ### Regenerate expected test output[](#regenerate-expected-test-output "Permalink to this headline") If you need to update a large number of expected test output in the `internal/endtoend/testdata` directory, run the `regenerate` script. ``` go build -o ~/go/bin/sqlc-dev ./cmd/sqlc go run scripts/regenerate/main.go ``` Note that this uses the `sqlc-dev` binary, not `sqlc` so make sure you have an up to date `sqlc-dev` binary. Authoring plugins[](#authoring-plugins "Permalink to this headline") --------------------------------------------------------------------- To use plugins, you must be using [Version 2](../reference/config.html) of the configuration file. The top-level `plugins` array defines the available plugins. ### WASM plugins[](#wasm-plugins "Permalink to this headline") > > WASM plugins are fully sandboxed. Plugins do not have access to the network, > filesystem, or environment variables. > > > In the `codegen` section, the `out` field dictates what directory will contain the new files. The `plugin` key must reference a plugin defined in the top-level `plugins` map. The `options` are serialized to a string and passed on to the plugin itself. ``` { "version": "2", "plugins": [ { "name": "greeter", "wasm": { "url": "https://github.com/kyleconroy/sqlc-gen-greeter/releases/download/v0.1.0/sqlc-gen-greeter.wasm", "sha256": "afc486dac2068d741d7a4110146559d12a013fd0286f42a2fc7dcd802424ad07" } } ], "sql": [ { "schema": "schema.sql", "queries": "query.sql", "engine": "postgresql", "codegen": [ { "out": "gen", "plugin": "greeter" } ] } ] } ``` For a complete working example see the following files: * [sqlc-gen-greeter](https://github.com/kyleconroy/sqlc-gen-greeter) + A WASM plugin (written in Rust) that outputs a friendly message * [wasm\_plugin\_sqlc\_gen\_greeter](https://github.com/kyleconroy/sqlc/tree/main/internal/endtoend/testdata/wasm_plugin_sqlc_gen_greeter) + An example project showing how to use a WASM plugin ### Process plugins[](#process-plugins "Permalink to this headline") > > Process-based plugins offer minimal security. Only use plugins that you > trust. Better yet, only use plugins that you’ve written yourself. > > > In the `codegen` section, the `out` field dictates what directory will contain the new files. The `plugin` key must reference a plugin defined in the top-level `plugins` map. The `options` are serialized to a string and passed on to the plugin itself. ``` { "version": "2", "plugins": [ { "name": "jsonb", "process": { "cmd": "sqlc-gen-json" } } ], "sql": [ { "schema": "schema.sql", "queries": "query.sql", "engine": "postgresql", "codegen": [ { "out": "gen", "plugin": "jsonb", "options": { "indent": " ", "filename": "codegen.json" } } ] } ] } ``` For a complete working example see the following files: * [sqlc-gen-json](https://github.com/kyleconroy/sqlc/tree/main/cmd/sqlc-gen-json) + A process-based plugin that serializes the CodeGenRequest to JSON * [process\_plugin\_sqlc\_gen\_json](https://github.com/kyleconroy/sqlc/tree/main/internal/endtoend/testdata/process_plugin_sqlc_gen_json) + An example project showing how to use a process-based plugin Privacy and data collection[](#privacy-and-data-collection "Permalink to this headline") ----------------------------------------------------------------------------------------- These days, it feels like every piece of software is tracking you. From your browser, to your phone, to your terminal, programs collect as much data about you as possible and send it off to the cloud for analysis. We believe the best way to keep data safe is to never collect it in the first place. ### Our Privacy Pledge[](#our-privacy-pledge "Permalink to this headline") The `sqlc` command line tool does not collect any information. It does not send crash reports to a third-party. It does not gather anonymous aggregate user behaviour analytics. No analytics. No finger-printing. No tracking. Not now and not in the future. #### Distribution Channels[](#distribution-channels "Permalink to this headline") We distribute sqlc using popular package managers such as [Homebrew](https://brew.sh/) and [Snapcraft](https://snapcraft.io/). These package managers and their associated command-line tools do collect usage metrics. We use these services to make it easy to for users to install sqlc. There will always be an option to download sqlc from a stable URL. ### Hosted Services[](#hosted-services "Permalink to this headline") We provide a few hosted services in addition to the sqlc command line tool. #### sqlc.dev[](#sqlc-dev "Permalink to this headline") * Hosted on [GitHub Pages](https://pages.github.com/) * Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics) #### docs.sqlc.dev[](#docs-sqlc-dev "Permalink to this headline") * Hosted on [Read the Docs](https://readthedocs.org/) * Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics) #### play.sqlc.dev[](#play-sqlc-dev "Permalink to this headline") * Hosted on [Heroku](https://heroku.com) * Playground data stored in [Google Cloud Storage](https://cloud.google.com/storage) + Automatically deleted after 30 days #### app.sqlc.dev / api.sqlc.dev[](#app-sqlc-dev-api-sqlc-dev "Permalink to this headline") * Hosted on [Heroku](https://heroku.com) * Error tracking and tracing with [Sentry](https://sentry.io)
watcher
go
watcher 0.2.0 documentation [watcher](#) stable First steps * [Prerequisites](index.html#document-prerreq) * [Quick Instalation](index.html#document-setup) * [Quick Start](index.html#document-quickstart) Features * [File Watcher Features](index.html#document-features) [watcher](#) * » * watcher 0.2.0 documentation * [Edit on GitHub](https://github.com/racherb/watcher/blob/e6c5e8f107da332b36bfbad2ed9b1704e7bda8d5/docs/source/index) --- Watcher for Watch everything![](#watcher-for-watch-everything "Permalink to this headline") ============================================================================================ [Watcher](https://watcher.readthedocs.io/en/latest/) simplifies the integration of non-connected systems by detecting changes in data and facilitates the development of monitoring, security and process automation applications. Think of Watcher as an intercom or a bridge between different servers or between different applications on the same server. Or you can simply take advantage of Watcher’s capabilities to develop your project. “Watch everything”Currently the functionality of detecting changes in the file system is implemented. However, the project has a larger scope and we invite you to collaborate with us to achieve the goal of “Watch Everything”. One step at a time! Come on and join us. Starting with the file system 🗂️Yes, we have started implementing watcher to observe and detect changes in the file system. You can use watcher to discover changes related to file creation, file deletion and file alteration. You can find out more about our all the [File Watcher Features](index.html#document-features) in these pages. Watcher is Free, Open Source and User Focused 💓Our code is free and [open source](https://github.com/racherb/watcher). We like open source but we like socially responsible software even more. Watcher is distributed under MIT license. First steps[](#first-steps "Permalink to this headline") --------------------------------------------------------- Your project needs to process inputs that trigger your business logic but those inputs are out of your control? Do you want to integrate your project based on detection of file system changes? Learn about the great options Watcher offers for advanced change detection that you can leverage for your project development. * **Getting started**: [Installation Prerequisites](index.html#document-prerreq) | [Quick Installation](index.html#document-setup) | [Feature Overview](index.html#document-features) File Watcher features[](#file-watcher-features "Permalink to this headline") ----------------------------------------------------------------------------- Currently **Watcher** comprises the following features: [Single File & Folders](index.html#single-file-folders), [Multiples File Groups](index.html#multiples-file-groups), [File Patterns](index.html#file-patterns), [Non-Bloking Execution](index.html#non-bloking-execution), [Blocking Execution](index.html#bloking-execution), [Bulk File Processing](index.html#bulk-file-processing), [Advanced File Deletion](index.html#advanced-file-deletion), [Advanced File Creation](index.html#advanced-file-creation), [Advanced File Alteration](index.html#advanced-file-alteration), [Watcher for Any Alteration](index.html#watcher-for-any-alteration), [Watcher for Specific Alteration](index.html#watcher-for-specific-alteration), [Decoupled Execution](index.html#decoupled-execution), [Novelty Detection](index.html#novelty-detection), [Qualitative Response](index.html#qualitative-response), [Check File Stability](index.html#check-file-stability), [Big Amounts of Files](index.html#big-amounts-of-files), [Atomic Function Injection](index.html#atomic-function-injection), [Folder Recursion](index.html#folder-recursion), [Selective Path Level](index.html#selective-path-level), [Watcher Monitoring](index.html#watcher-monitoring) ### Prerequisites[](#prerequisites "Permalink to this headline") If you like containers we have one ready in **DocketHub** ([watcher](https://hub.docker.com/r/racherb/watcher)) but if you want to install **Watcher** you should consider the following requirements: #### Tarantool[](#tarantool "Permalink to this headline") **Watcher runs on Tarantool**. Tarantool is an In-memory computing platform. For installation follow the instructions on the [tarantool.io](https://www.tarantool.io/en/download/os-installation/) website. Before you begin, ensure you have met the following requirements: * **Tarantool**: `>= 1.7`. Note If you already have Tarantool installed you can skip this step. #### Supported Platforms[](#supported-platforms "Permalink to this headline") * **POSIX Compliant**: `Unix`, `MacOsx`, `Linux`, `Freebsd`. * **POSIX for Windows**: `Cygwin`, `Microsoft POSIX Subsystem`, `Windows Services for UNIX`, `MKS Toolkit`. Warning Watcher has not been tested on POSIX Windows Systems. ### Quick Instalation[](#quick-instalation "Permalink to this headline") There are several ways to install **Watcher** on your server. Choose the option that suits you best and go ahead! #### From Docker[](#from-docker "Permalink to this headline") Get **Watcher** container from a docker image: ``` 1docker pull racherb/watcher:latest 2docker run -i -t racherb/watcher ``` Note **Use docker volumes**. If you want to look at the host or remote machine’s file system then start a container with a `volume`. The following example enables a volume on the temporary folder `/tmp` of the host at path `/opt/watcher/host/` of the container. `docker run -i -t -v /tmp/:/opt/watcher/host/tmp racherb/watcher` #### From DEB Package[](#from-deb-package "Permalink to this headline") Quick installation from DEB Package: ``` 1curl -s https://packagecloud.io/install/repositories/iamio/watcher/script.deb.sh | sudo bash 2sudo apt-get install watcher ``` Note *DEB Quick install* is available for the following distributions: * **Debian**: `Lenny`, `Trixie`, `Bookworm`, `Bullseye`, `Buster`, `Stretch`, `Jessie`. * **Ubuntu**: `Cosmic`, `Disco`, `Hirsute`, `Groovy`, `Focal`. * **ElementaryOS**: `Freya`, `Loki`, `Juno`, `Hera`. #### From RPM Package[](#from-rpm-package "Permalink to this headline") First install the repository: ``` curl -s https://packagecloud.io/install/repositories/iamio/watcher/script.rpm.sh | sudo bash ``` And install the package: * For **RHEL** and **Fedora** distros: `sudo yum install watcher-0.2.1-1.noarch`. * For **Opensuse** and **Suse Linux Enterprise**: `sudo zypper install watcher-0.2.1-1.noarch`. Note *RPM Quick install* is available for the following distributions: * **RHEL**: `7`, `6`, `8`. * **Fedora**: `29`, `30`, `31`, `32`, `33`. * **OpenSuse**: `15.1`, `15.2`, `15.3`, `42.1`, `42.2`, `42.3`. * **Suse Linux Enterprise**: `12.4`, `12.5`, `15.0`, `15.1`, `15.2`, `15.3`. #### From Tarantool[](#from-tarantool "Permalink to this headline") Quick installation from **Utility Tarantool**: Install watcher through Tarantool’s `tarantoolctl` command: ``` 1tarantoolctl rocks install avro-schema 2tarantoolctl rocks install https://raw.githubusercontent.com/racherb/watcher/master/watcher-scm-1.rockspec ``` #### From LuaRocks[](#from-luarocks "Permalink to this headline") Make sure you have Luarocks installed first. From the `terminal` run the following command: ``` luarocks install https://raw.githubusercontent.com/racherb/watcher/master/watcher-scm-1.rockspec ``` ### Quick Start[](#quick-start "Permalink to this headline") Detection of `creation`, `deletion` and `alteration` of **single files** or **single folders** in the file system. ``` 1fwa = require('watcher').file --for file-watcher 2fwa.creation({'/path/to/single\_file'}) --watching file creation 3fwa.deletion({'/path/to/single\_folder/'}) --watching folder deletion 4fwa.alteration('/path/to/single\_folder/\*') --watching file alteration ``` ### File Watcher Features[](#file-watcher-features "Permalink to this headline") The **Watcher** module has been designed with the typical use cases of the Banking and Telecommunications industry in mind for *IT Batch Processing*. If you know of a use case that is not covered by watcher, please tell us about it in the [GitHub Discussions Section](https://github.com/racherb/watcher/discussions/categories/ideas/) . Currently **Watcher** comprises the following features: [Single File & Folders](#single-file-folders), [Multiples File Groups](#multiples-file-groups), [File Patterns](#file-patterns), [Non-Bloking Execution](#non-bloking-execution), [Blocking Execution](#bloking-execution), [Bulk File Processing](#bulk-file-processing), [Advanced File Deletion](#advanced-file-deletion), [Advanced File Creation](#advanced-file-creation), [Advanced File Alteration](#advanced-file-alteration), [Watcher for Any Alteration](#watcher-for-any-alteration), [Watcher for Specific Alteration](#watcher-for-specific-alteration), [Decoupled Execution](#decoupled-execution), [Novelty Detection](#novelty-detection), [Qualitative Response](#qualitative-response), [Check File Stability](#check-file-stability), [Big Amounts of Files](#big-amounts-of-files), [Atomic Function Injection](#atomic-function-injection), [Folder Recursion](#folder-recursion), [Selective Path Level](#selective-path-level), [Watcher Monitoring](#watcher-monitoring) Note The lines of code used to exemplify each feature of watcher assume the following: ``` 1fwa = require('watcher').file --for file-watcher 2mon = require('watcher').monit --for watcher monitoring ``` #### Single File & Folders[](#single-file-folders "Permalink to this headline") Detection of `creation`, `deletion` and `alteration` of **single files** or **single folders** in the file system. ``` 1fwa.creation({'/path/to/single\_file'}) --watching file creation 2fwa.creation({'/path/to/single\_folder/'}) --watching folder creation ``` #### Multiples File Groups[](#multiples-file-groups "Permalink to this headline") Multiple groups of different files can be watched at the same time. The input list of watchable files is a Lua table type parameter. ``` 1fwa.deletion( 2 { 3 '/path\_1/to/group\_file\_a/\*', --folder 4 '/path\_2/to/group\_file\_b/\*' --another 5 } 6 ) ``` #### File Patterns[](#file-patterns "Permalink to this headline") ``` fwa.creation({'/path/to/files\_\*.txt'}) ``` Note The *watch-list* is constructed with a single flag that controls the behavior of the function: **GLOB\_NOESCAPE**. For details type `man 3 glob`. #### Non-Bloking Execution[](#non-bloking-execution "Permalink to this headline") By default the **Watcher** run is executed in non-blocking mode through tarantool fibers. Fibers are a unique Tarantool feature *“green threads”* or coroutines that run independently of operating system threads. #### Blocking Execution[](#blocking-execution "Permalink to this headline") The `waitfor` function blocks the code and waits for a watcher to finish. ``` waitfor(fwa.creation({'/path/to/file'}).wid) --wait for watcher ``` #### Bulk File Processing[](#bulk-file-processing "Permalink to this headline") **Watcher** has an internal mechanism to allocate fibers for every certain amount of files in the watcher list. This amount is determined by the `BULK\_CAPACITY` configuration value in order to optimize performance. #### Advanced File Deletion[](#advanced-file-deletion "Permalink to this headline") ##### Inputs[](#inputs "Permalink to this headline") File Watcher Deletion Parameters[](#id31 "Permalink to this table") | Param | Type | Description | | --- | --- | --- | | wlist | `table`, `required` | Watch List | | maxwait | `number`, `otional`, `default-value: 60` | Maximum wait time in seconds | | interval | `number`, `otional`, `default-value: 0.5` | Verification interval for watcher in seconds | | options | `table`, `optional`, `default-value: {'NS', 0, 0}` | List of search options | | recursion | `table`, `optional`, `default-value: nil` or `{false, {0}, false}` | Recursion paramaters | ##### wlist[](#wlist "Permalink to this headline") It is the list of files, directories or file patterns to be observed. The data type is a Lua table and the size of tables is already limited to `2.147.483.647` elements. An example definition is the following: ``` wlist = {'path/file', 'path', 'pattern\*', ...} --arbitrary code ``` ##### maxwait[](#maxwait "Permalink to this headline") Maxwait is a numeric value that represents the maximum time to wait for the watcher. Watcher will terminate as soon as possible and as long as the search conditions are met. The default value is `60 seconds`. ##### interval[](#interval "Permalink to this headline") Interval is a numerical value that determines how often the watcher checks the search conditions. This value must be less than the maxwait value. The default value is `0.5` seconds. ##### options[](#options "Permalink to this headline") The options parameter is a Lua table containing 3 elements: `sort`, `cases` and `match`. * The first one `sort` contains the ordering method of the `wlist`. * The second element `cases` contains the number of cases to observe from the wlist. * and the third element `match` indicates the number of cases expected to satisfy the search. By default, the value of the option table is `{sort = 'NS', cases = 0, match = 0}`. The list of possible values for `sort`[](#id32 "Permalink to this table") | Value | Description | | --- | --- | | `'NS'` | No sort | | `'AA'` | Sorted alphabetically ascending | | `'AD'` | Sorted alphabetically descending | | `'MA'` | Sorted by date of modification ascending | | `'MD'` | Sorted for date of modification descending | Note The value `'NS'` treats the list in the same order in which the elements are passed to the list `wlist`. ##### recursion[](#recursion "Permalink to this headline") To enable directory recursion you must define the recursion parameter. The recursion works only for an observable of type directory. The recursion value is a Lua table type composed of the following elements `{recursive\_mode, {deep\_levels}, hidden\_files}`: * **recursive\_mode**: Boolean indicating whether or not to activate the recursive mode on the root directory. The default value is `false`. * **deep\_levels**: Numerical table indicating the levels of depth to be evaluated in the directory structure. The default value is `{0}` * **hidden\_files**: Boolean indicating whether hidden files will be evaluated in the recursion. The default value is `false`. ##### How do the recursion levels work?[](#how-do-the-recursion-levels-work "Permalink to this headline") To understand how levels work in recursion, let’s look at the following example. Imagine you have the following directory structure and you want to observe the deletion of files from the path **‘/folder\_A/folder\_B/’**. [![Recursive levels](_images/recursive-levels.png)](_images/recursive-levels.png) The levels are determined from the object path or root path that will be used as input in the watcher expression. In this case the path **‘/folder\_A/folder\_B/’** has level zero and, for each folder node a level will be added according to its depth. The result is shown in the following summary table, which contains the list of files for each level. Identification of the levels of recursion[](#id33 "Permalink to this table") | | [Input] Level 0 `{0}` | Level 1 `{1}` | Level 2 `{2}` | Level 3 `{3}` | Level 4 `{4}` | | --- | --- | --- | --- | --- | --- | | **folder** | `'/folder\_A/folder\_B/'` | `'folder\_C'` | `'folder\_D'` | `'folder\_E'` | `'folder\_N'` | | **files** | `{A1}` `{B1, B2, .B3}` | `{C1, C2}` | `{.D1}` | `{E1, E2, .E3}` | `{N1, N2}` | Note The files, `.B3`, `.D1` and `.E3` are hidden files. Now that we know how to set the recursion level, let’s see an example of the observable files depending on different values of the **recursion** parameter for the above mentioned example. Observable files depending on the recursion level[](#id34 "Permalink to this table") | `recursion` value | Composition of the list of observable files `wlist` | | --- | --- | | `{true, {0}, false}` | `{A1, B1, B2}` | | `{true, {0}, true}` | `{A1, B1, B2, .B3}` | | `{true, {0, 1}, false}` | `{A1, B1, B2, C1, C2}` | | `{true, {0, 1}, true}` | `{A1, B1, B2, .B3, C1, C2}` | | `{true, {2}, false}` | `nil` | | `{true, {2}, true}` | `{.D1}` | | `{true, {0, 1, 2, 3, 4}, false}` | `{A1, B1, B2, C1, C2, E1, E2, N1, N2}` | | `{true, {0, 1, 2, 3, 4}, true}` | `{A1, B1, B2, .B3, C1, C2, .D1, E1, E2, .E3, N1, N2}` | ##### Output[](#output "Permalink to this headline") #### Advanced File Creation[](#advanced-file-creation "Permalink to this headline") ##### Inputs[](#id9 "Permalink to this headline") File Watcher Creation Parameters[](#id35 "Permalink to this table") | Param | Type | Description | | --- | --- | --- | | wlist | `table`, `required` | Watch List | | maxwait | `number`, `otional`, `default-value: 60` | Maximum wait time in seconds | | interval | `number`, `otional`, `default-value: 0.5` | Verification interval for watcher in seconds | | minsize | `number`, `optional`, `default-value: 0` | Value of the minimum expected file size | | stability | `table`, `optional`, `default-value: {1, 15}` | Minimum criteria for measuring file stability | | novelty | `table`, `optional`, `default-value: {0, 0}` | Time interval that determines the validity of the file’s novelty | | nmatch | `number`, `optional`, `default-value: 0` | Number of expected files as a search sufficiency condition | ##### wlist[](#id10 "Permalink to this headline") It is the list of files, directories or file patterns to be observed. The data type is a Lua table and the size of tables is already limited to `2.147.483.647` elements. An example definition is the following: ``` wlist = {'path/file', 'path', 'pattern\*', ...} --arbitrary code ``` ##### maxwait[](#id11 "Permalink to this headline") Maxwait is a numeric value that represents the maximum time to wait for the watcher. Watcher will terminate as soon as possible and as long as the search conditions are met. The default value is `60 seconds`. ##### interval[](#id12 "Permalink to this headline") Interval is a numerical value that determines how often the watcher checks the search conditions. This value must be less than the maxwait value. The default value is `0.5` seconds. ##### minsize[](#minsize "Permalink to this headline") Minsize is a numerical value representing the minimum expected file size. The default value is `0`, which means that it is sufficient to just generate the file when the minimum size is unknown. Important Regardless of whether the expected file size is `0 Bytes`, watcher will not terminate until the file arrives in its entirety, avoiding edge cases where a file is consumed before the data transfer is complete. ##### stability[](#stability "Permalink to this headline") The `stability` parameter contains the elements that allow to evaluate the stability of a file. It is a Lua table containing two elements: * The `interval` that defines the frequency of checking the file once it has arrived. * The number of `iterations` used to determine the stability of the file. The default value is: `{1, 15}`. ##### novelty[](#novelty "Permalink to this headline") The `novelty` parameter is a two-element Lua table that contains the time interval that determines the validity of the file’s novelty. The default value is `{0, 0}` which indicates that the novelty of the file will not be evaluated. ##### nmatch[](#nmatch "Permalink to this headline") `nmatch` is a number of expected files as a search sufficiency condition. #### Advanced File Alteration[](#advanced-file-alteration "Permalink to this headline") ##### Inputs[](#id15 "Permalink to this headline") File Watcher Alteration Parameters[](#id36 "Permalink to this table") | Param | Type | Description | | --- | --- | --- | | wlist | `table`, `required` | Watch List | | maxwait | `numeric`, `otional`, `default-value: 60` | Maximum wait time in seconds | | interval | `numeric`, `otional`, `default-value: 0.5` | Verification interval for watcher in seconds | | awhat | `string`, `optional`, `default-value: '1'` | Type of file alteration to be observed | | nmatch | `number`, `optional`, `default-value: 0` | Number of expected files as a search sufficiency condition | ##### wlist[](#id16 "Permalink to this headline") It is the list of files, directories or file patterns to be observed. The data type is a Lua table and the size of tables is already limited to `2.147.483.647` elements. An example definition is the following: ``` wlist = {'path/file', 'path', 'pattern\*', ...} --arbitrary code ``` ##### maxwait[](#id17 "Permalink to this headline") Maxwait is a numeric value that represents the maximum time to wait for the watcher. Watcher will terminate as soon as possible and as long as the search conditions are met. The default value is `60 seconds`. ##### interval[](#id18 "Permalink to this headline") Interval is a numerical value that determines how often the watcher checks the search conditions. This value must be less than the maxwait value. The default value is `0.5` seconds. ##### awhat[](#awhat "Permalink to this headline") Type of file alteration to be observed. See [File Watcher Alteration Parameters](#file-watcher-alteration-parameters). File Watcher Alteration Parameters[](#id37 "Permalink to this table") | Type | Value | Description | | --- | --- | --- | | `ANY\_ALTERATION` | `'1'` | Search for any alteration | | `CONTENT\_ALTERATION` | `'2'` | Search for content file alteration | | `SIZE\_ALTERATION` | `'3'` | Search for file size alteration | | `CHANGE\_TIME\_ALTERATION` | `'4'` | Search for file `ctime` alteration | | `MODIFICATION\_TIME\_ALTERATION` | `'5'` | Search for file `mtime` alteration | | `INODE\_ALTERATION` | `'6'` | Search for file `inode` alteration | | `OWNER\_ALTERATION` | `'7'` | Search for file `owner` alteration | | `GROUP\_ALTERATION` | `'8'` | Search for file `group` alteration | ##### nmatch[](#id19 "Permalink to this headline") `nmatch` is a number of expected files as a search sufficiency condition. #### Watcher for Any Alteration[](#watcher-for-any-alteration "Permalink to this headline") ``` fwa.alteration({'/path/to/file'}, nil, nil, '1') ``` #### Watcher for Specific Alteration[](#watcher-for-specific-alteration "Permalink to this headline") ``` 1fwa.alteration({'/path/to/file'}, nil, nil, '2') --Watcher for content file alteration 2fwa.alteration({'/path/to/file'}, nil, nil, '3') --Watcher for content file size alteration 3fwa.alteration({'/path/to/file'}, nil, nil, '4') --Watcher for content file ctime alteration 4--explore other options for 'awhat' values ``` See table [File Watcher Alteration Parameters](#file-watcher-alteration-parameters) for more options. #### Decoupled Execution[](#decoupled-execution "Permalink to this headline") The `create`, `run` function and the `monit` options have been decoupled for better behavior, overhead relief and versatility of use. #### Novelty Detection[](#novelty-detection "Permalink to this headline") **Watcher** implements the detection of the newness of a file based on the `mtime` modification date. This is useful to know if file system items have been created in an expected time window. Warning Note that the creation of the files may have been done preserving the attributes of the original file. In that case you should consider the novelty rank accordingly. ``` 1 date\_from = os.time() - 24\*60\*60 --One day before the current date 2 date\_to = os.time() + 24\*60\*60 --One day after the current date 3 os.execute('touch /tmp/novelty\_file.txt') --The file is created on the current date 4 fwt.creation({'/tmp/novelty\_file.txt'}, 10, nil, 0, nil, {date\_from, date\_to}) ``` Note > > For known dates you can use the Lua function **os.time()** as follows: > > > ``` 1 date\_from = os.time( 2 { 3 year = 2020, 4 month = 6, 5 day = 4, 6 hour = 23, 7 min = 48, 8 sec = 10 9 } 10 ) ``` #### Qualitative Response[](#qualitative-response "Permalink to this headline") Watcher leaves a record for each watchable file where it provides qualitative nformation about the search result for each of them. To explore this information see the [Watcher Monitoring](#watcher-monitoring) `match` and `nomatch` functions. ``` 1 NOT\_YET\_CREATED = '\_' --The file has not yet been created 2 FILE\_PATTERN = 'P' --This is a file pattern 3 HAS\_BEEN\_CREATED = 'C' --The file has been created 4 IS\_NOT\_NOVELTY = 'N' --The file is not an expected novelty 5 UNSTABLE\_SIZE = 'U' --The file has an unstable file size 6 UNEXPECTED\_SIZE = 'S' --The file size is unexpected 7 DISAPPEARED\_UNEXPECTEDLY = 'D' --The file has disappeared unexpectedly 8 DELETED = 'X' --The file has been deleted 9 NOT\_EXISTS = 'T' --The file does not exist 10 NOT\_YET\_DELETED = 'E' --The file has not been deleted yet 11 NO\_ALTERATION = '0' --The file has not been modified 12 ANY\_ALTERATION = '1' --The file has been modified 13 CONTENT\_ALTERATION = '2' --The content of the file has been altered 14 SIZE\_ALTERATION = '3' --The file size has been altered 15 CHANGE\_TIME\_ALTERATION = '4' --The ctime of the file has been altered 16 MODIFICATION\_TIME\_ALTERATION = '5' --The mtime of the file has been altered 17 INODE\_ALTERATION = '6' --The number of inodes has been altered 18 OWNER\_ALTERATION = '7' --The owner of the file has changed 19 GROUP\_ALTERATION = '8' --The group of the file has changed ``` #### Check File Stability[](#check-file-stability "Permalink to this headline") Enabled only for file creation. This feature ensures that the **watcher** terminates once the file creation is completely finished. This criterion is independent of the file size. See usage for parameter [stability](#stability) #### Big Amounts of Files[](#big-amounts-of-files "Permalink to this headline") In the following example, watching the file deletion from the path “/” recursively down to depth level 3 (`levels={0,1,2,3}`) yields a total of **163,170 watchable files**. Note that the execution takes 85 seconds (on a typical desktop machine) but the maximum timeout of the watcher has been specified as low as 10 seconds. This means that 88% of the time is consumed in creating the watcher due to recursion. > > > ``` > 1 tarantool> test=function() local ini=os.time() local fwa=fw.deletion({'/'}, 10, nil, {'NS', nil, 2}, {true, {0,1,2,3}, false}) print(os.time()-ini) print(fwa.wid) end > 2 tarantool> test() > 3 85 > 4 1620701962375155ULL > 5 --- > 6 tarantool> mon.info(1620701962375155ULL) > 7 --- > 8 - ans: true > 9 match: 72 > 10 what: '{"/"}' > 11 wid: 1620701962375155 > 12 type: FWD > 13 nomatch: 163098 > 14 status: completed > 15 ... > > ``` > > > #### Atomic Function Injection[](#atomic-function-injection "Permalink to this headline") Atomic function injection allows you to perform specific tasks on each element of the watchable list separately. In the example, the atomic function afu creates a backup copy for each element of the watchlist. ``` 1afu = function(file) os.execute('cp '..file..' '..file..'\_backup') end --Atomic Funcion 2cor = require('watcher').core 3wat = cor.create({'/tmp/original.txt'}, 'FWD', afu) --afu is passed as parameter 4res = run\_watcher(wat) ``` #### Folder Recursion[](#folder-recursion "Permalink to this headline") You can enable recursion on directories to detect changes in the file system. Recursion is enabled based on a directory entry as a parameter that is considered as a root directory. Starting from this root directory, considered as level zero, you can selectively activate the observation of successive directory levels. ``` 1 fwa.deletion( 2 {'/tmp/folder\_1'}, --Observed directory is considered a zero level root directory 3 nil, --Maxwait, nil to take the value by omission 4 nil, --Interval, nil to take the value by omission 5 nil, --Options, nil to take the value by omission 6 { 7 true, --Activate recursion 8 {0, 1, 2}, --Levels of directories to be observed (root and levels 1 & 2) 9 false --Includes hidden files 10 } 11 ) ``` For more info see [How do the recursion levels work?](#how-do-the-recursion-levels-work). #### Selective Path Level[](#selective-path-level "Permalink to this headline") The recursion levels is a list of numerical values so you can specify (selectively) the directory level you want to observe and ignore others. This is useful in situations where the full path to the file is unknown but the depth or level of the file is known. ``` 1 fwa.deletion( 2 {'/bac/invoices'}, 3 nil, 4 nil, 5 nil, 6 { 7 true, --Activate recursion 8 {3}, --Selective level 3 9 false --Includes hidden files 10 } 11 ) ``` See use case … #### Watcher Monitoring[](#watcher-monitoring "Permalink to this headline") `monit` for Watcher monitoring allows you to monitor and explore the running status of a watcher. ##### info[](#info "Permalink to this headline") The output is a Lua table containing the following elements: * **ans** is a boolean value containing the response of the watcher. `true` means that the watcher has detected the expected changes that are defined in the parameters. * **match** is the number of cases that match the `true` value of **ans**. * **nomatch** is the number of cases that do not belong to the set of `true` **ans**. * **what** is a string containing the obserbables parameter. * **wid** is the unique identifier of the watcher. * **type** is the type of the watcher * **status** is the execution status of the watcher. ``` 1 mon.info(1620701962375155ULL) 2 3 { 4 ans: true 5 match: 72 6 what: '{"/"}' 7 wid: 1620701962375155 8 type: 'FWD' 9 nomatch: 163098 10 status: 'completed' 11 } ``` ##### match[](#match "Permalink to this headline") ##### nomatch[](#nomatch "Permalink to this headline")
auth
go
auth stable documentation [auth](index.html#document-index) stable [auth](index.html#document-index) * [Docs](index.html#document-index) » * auth stable documentation * [Edit on GitHub](https://github.com/ourway/auth/blob/f676ac54dd11dbd5468c41d7d9f7d925a784acdf/docs/index.rst) --- Auth | Authorization for Humans[¶](#auth-authorization-for-humans "Permalink to this headline") =============================================================================================== RESTful, Simple Authorization system with ZERO configuration. [![https://badge.fury.io/py/auth.svg](https://badge.fury.io/py/auth.svg)](https://badge.fury.io/py/auth) [![https://img.shields.io/pypi/dm/auth.svg](https://img.shields.io/pypi/dm/auth.svg)](https://pypi.python.org/pypi/auth) [![https://api.travis-ci.org/ourway/auth.svg](https://api.travis-ci.org/ourway/auth.svg)](https://travis-ci.org/ourway/auth) [![https://codecov.io/github/ourway/auth/coverage.svg?branch=master](https://codecov.io/github/ourway/auth/coverage.svg?branch=master)](https://codecov.io/github/ourway/auth?branch=master) What is Auth?[¶](#what-is-auth "Permalink to this headline") ------------------------------------------------------------ Auth is a module that makes authorization simple and also scalable and powerful. It also has a beautiful RESTful API for use in micro-service architectures and platforms. It is originally desinged to use in Appido, a scalable media market in Iran. It supports Python2.6+ and if you have a mongodb backbone, you need ZERO configurations steps. Just type `auth-server` and press enter! I use Travis and Codecov to keep myself honest. requirements[¶](#requirements "Permalink to this headline") ----------------------------------------------------------- You need to access to **mongodb**. If you are using a remote mongodb, provide these environment variables: `MONGO\_HOST` and `MONGO\_PORT` Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- ``` pip install auth ``` Show me an example[¶](#show-me-an-example "Permalink to this headline") ----------------------------------------------------------------------- ok, lets image you have two users, **Jack** and **Sara**. Sara can cook and Jack can dance. Both can laugh. You also need to choose a secret key for your application. Because you may want to use Auth in various tools and each must have a secret key for seperating their scope. ``` my\_secret\_key = "pleaSeDoN0tKillMyC\_at" from auth import Authorization cas = Authorization(my\_secret\_key) ``` Now, Lets add 3 groups, Cookers, Dancers and Laughers. Remember that groups are Roles. So when we create a group, indeed we create a role: ``` cas.add\_group('cookers') cas.add\_group('dancers') cas.add\_group('laughers') ``` Ok, great. You have 3 groups and you need to authorize them to do special things. ``` cas.add\_permission('cookers', 'cook') cas.add\_permission('dancers', 'dance') cas.add\_permission('laughers', 'laugh') ``` Good. You let cookers to cook and dancers to dance etc... The final part is to set memberships for Sara and Jack: ``` cas.add\_membership('sara', 'cookers') cas.add\_membership('sara', 'laughers') cas.add\_membership('jack', 'dancers') cas.add\_membership('jack', 'laughers') ``` That’s all we need. Now lets ensure that jack can dance: ``` if cas.user\_has\_permission('jack', 'dance'): print('YES!!! Jack can dance.') ``` Authirization Methods[¶](#authirization-methods "Permalink to this headline") ----------------------------------------------------------------------------- use pydoc to see all methods: ``` pydoc auth.Authorization ``` RESTful API[¶](#restful-api "Permalink to this headline") --------------------------------------------------------- Lets run the server on port 4000: ``` from auth import api, serve serve('localhost', 4000, api) ``` Or, from version 0.1.2+ you can use this command: ``` auth-server ``` Simple! Authorization server is ready to use. ![https://raw.githubusercontent.com/ourway/auth/master/docs/API_Usage_Teminal.gif](https://raw.githubusercontent.com/ourway/auth/master/docs/API_Usage_Teminal.gif) You can use it via simple curl or using mighty Requests module. So in you remote application, you can do something like this: ``` import requests secret\_key = "pleaSeDoN0tKillMyC\_at" auth\_api = "http://127.0.0.1:4000/api" ``` Lets create admin group: ``` requests.post(auth\_api+'/role/'+secret\_key+'/admin') ``` And lets make Jack an admin: ``` requests.post(auth\_api+'/permission/'+secret\_key+'/jack/admin') ``` And finally let’s check if Sara still can cook: ``` requests.get(auth\_api+'/has\_permission/'+secret\_key+'/sara/cook') ``` RESTful API helpers[¶](#restful-api-helpers "Permalink to this headline") ------------------------------------------------------------------------- auth comes with a helper class that makes your life easy. ``` from auth.client import Client service = Client('srv201', 'http://192.168.99.100:4000') print(service) service.get\_roles() service.add\_role(role='admin') ``` API Methods[¶](#api-methods "Permalink to this headline") --------------------------------------------------------- ``` pydoc auth.CAS.REST.service ``` * `/ping` [GET] > > Ping API, useful for your monitoring tools * `/api/membership/{KEY}/{user}/{role}` [GET/POST/DELETE] > > Adding, removing and getting membership information. * `/api/permission/{KEY}/{role}/{name}` [GET/POST/DELETE] > > Adding, removing and getting permissions * `/api/has\_permission/{KEY}/{user}/{name}` [GET] > > Getting user permission info * `/api/role/{KEY}/{role}` [GET/POST/DELETE] Adding, removing and getting roles * `/api/which\_roles\_can/{KEY}/{name}` [GET] For example: Which roles can send\_mail? * `/api/which\_users\_can/{KEY}/{name}` [GET] For example: Which users can send\_mail? * `/api/user\_permissions/{KEY}/{user}` [GET] Get all permissions that a user has * `/api/role\_permissions/{KEY}/{role}` [GET] Get all permissions that a role has * `/api/user\_roles/{KEY}/{user}` [GET] > > Get roles that user assinged to > > > * `/api/roles/{KEY}` [GET] > > Get all available roles > > > Deployment[¶](#deployment "Permalink to this headline") ------------------------------------------------------- Deploying Auth module in production environment is easy: ``` gunicorn auth:api ``` Dockerizing[¶](#dockerizing "Permalink to this headline") --------------------------------------------------------- It’s simple: ``` docker build -t python/auth-server https://raw.githubusercontent.com/ourway/auth/master/Dockerfile docker run --name=auth -e MONGO\_HOST='192.168.99.100' -p 4000:4000 -d --restart=always --link=mongodb-server python/auth-server ``` Copyright[¶](#copyright "Permalink to this headline") ----------------------------------------------------- * Farsheed Ashouri [@](mailto:rodmena%40me.com) Documentation[¶](#documentation "Permalink to this headline") ------------------------------------------------------------- Feel free to dig into source code. If you think you can improve the documentation, please do so and send me a pull request. Unit Tests and Coverage[¶](#unit-tests-and-coverage "Permalink to this headline") --------------------------------------------------------------------------------- I am trying to add tests as much as I can, but still there are areas that need improvement. To DO[¶](#to-do "Permalink to this headline") --------------------------------------------- * Add Authentication features * Improve Code Coverage
lxd
go
lxd latest documentation [lxd](#) latest [lxd](#) * » * lxd latest documentation * [Edit on GitHub](https://github.com/cap-ai/lxd/blob/main/index) --- Under Maintenance…….[](#under-maintenance "Permalink to this headline") ========================================================================
pipe
go
Warp Pipe 0.1.0 documentation [![Logo](_static/pylibrary.png)](index.html#document-index) latest * [Installation](index.html#document-installation) + [Stable release](index.html#stable-release) + [From sources](index.html#from-sources) * [Usage](index.html#document-usage) * [Contributing](index.html#document-contributing) + [Types of Contributions](index.html#types-of-contributions) + [Get Started!](index.html#get-started) + [Pull Request Guidelines](index.html#pull-request-guidelines) + [Tips](index.html#tips) * [Credits](index.html#document-authors) + [Development Lead](index.html#development-lead) + [Contributors](index.html#contributors) * [History](index.html#document-history) + [0.1.0 (2019-05-17)](index.html#id1) [Warp Pipe](index.html#document-index) * [Docs](index.html#document-index) » * Warp Pipe 0.1.0 documentation * [Edit on GitHub](https://github.com/yngtodd/pipe/blob/master/docs/index.rst) --- Warp Pipe Documentation[¶](#warp-pipe-documentation "Permalink to this headline") ================================================================================= Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- ### Stable release[¶](#stable-release "Permalink to this headline") To install pipe, run this command in your terminal: ``` pip install pipe ``` This is the preferred method to install pipe, as it will always install the most recent stable release. If you don’t have [pip](https://pip.pypa.io) installed, this [Python installation guide](http://docs.python-guide.org/en/latest/starting/installation/) can guide you through the process. ### From sources[¶](#from-sources "Permalink to this headline") The sources for pipe can be downloaded from the [Github repo](https://github.com/yngtodd/pipe). You can either clone the public repository: ``` git clone git://github.com/yngtodd/pipe ``` Or download the [tarball](https://github.com/yngtodd/pipe/tarball/master): ``` curl -OL https://github.com/yngtodd/pipe/tarball/master ``` Once you have a copy of the source, you can install it with: ``` python setup.py install ``` Usage[¶](#usage "Permalink to this headline") --------------------------------------------- To use Warp Pipe in a project: ``` import pipe ``` Contributing[¶](#contributing "Permalink to this headline") ----------------------------------------------------------- Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given. You can contribute in many ways: ### Types of Contributions[¶](#types-of-contributions "Permalink to this headline") #### Report Bugs[¶](#report-bugs "Permalink to this headline") Report bugs at <https://github.com/yngtodd/pipe/issues>. If you are reporting a bug, please include: * Your operating system name and version. * Any details about your local setup that might be helpful in troubleshooting. * Detailed steps to reproduce the bug. #### Fix Bugs[¶](#fix-bugs "Permalink to this headline") Look through the GitHub issues for bugs. Anything tagged with “bug” is open to whoever wants to implement it. #### Implement Features[¶](#implement-features "Permalink to this headline") Look through the GitHub issues for features. Anything tagged with “feature” is open to whoever wants to implement it. #### Write Documentation[¶](#write-documentation "Permalink to this headline") Warp Pipe could always use more documentation, whether as part of the official Warp Pipe docs, in docstrings, or even on the web in blog posts, articles, and such. #### Submit Feedback[¶](#submit-feedback "Permalink to this headline") The best way to send feedback is to file an issue at <https://github.com/yngtodd/pipe/issues>. If you are proposing a feature: * Explain in detail how it would work. * Keep the scope as narrow as possible, to make it easier to implement. * Remember that this is a volunteer-driven project, and that contributions are welcome :) ### Get Started![¶](#get-started "Permalink to this headline") Ready to contribute? Here’s how to set up pipe for local development. 1. [Fork](https://github.com/Nekroze/pipe/fork) the pipe repo on GitHub. 2. Clone your fork locally: ``` git clone git@github.com:your\_name\_here/pipe.git ``` 3. Create a branch for local development: ``` git checkout -b name-of-your-bugfix-or-feature ``` Now you can make your changes locally. 4. When you’re done making changes, check that your changes pass style and unit tests, including testing other Python versions with tox: ``` tox ``` To get tox, just pip install it. 5. Commit your changes and push your branch to GitHub: ``` git add . git commit -m "Your detailed description of your changes." git push origin name-of-your-bugfix-or-feature ``` 6. Submit a pull request through the GitHub website. ### Pull Request Guidelines[¶](#pull-request-guidelines "Permalink to this headline") Before you submit a pull request, check that it meets these guidelines: 1. The pull request should include tests. 2. If the pull request adds functionality, the docs should be updated. Put your new functionality into a function with a docstring, and add the feature to the list in README.rst. 3. The pull request should work for Python >= 3.6 and for PyPy. Check <https://travis-ci.org/yngtodd/pipe> under pull requests for active pull requests or run the `tox` command and make sure that the tests pass for all supported Python versions. ### Tips[¶](#tips "Permalink to this headline") To run a subset of tests: ``` py.test test/test\_pipe.py ``` Credits[¶](#credits "Permalink to this headline") ------------------------------------------------- ### Development Lead[¶](#development-lead "Permalink to this headline") * Todd Young GitHub: [yngtodd](https://github.com/yngtodd) ### Contributors[¶](#contributors "Permalink to this headline") None yet. Why not be the first? History[¶](#history "Permalink to this headline") ------------------------------------------------- ### 0.1.0 (2019-05-17)[¶](#id1 "Permalink to this headline") * First release on PyPI. Feedback[¶](#feedback "Permalink to this headline") =================================================== If you have any suggestions or questions about **Warp Pipe** feel free to email me at [ygx@ornl.gov](mailto:ygx%40ornl.gov). If you encounter any errors or problems with **Warp Pipe**, please let me know! Open an Issue at the GitHub <http://github.com/yngtodd/pipe> main repository.
gi
go
GObject Introspection [GObject Introspection](#) * [Changelog](index.html#document-changelog) * [Goals](index.html#document-goals) * [Architecture](index.html#document-architecture) * [Users](index.html#document-users) * [Build & Test](index.html#document-build_test) * [Writing Bindable APIs](index.html#document-writingbindableapis) * [Build System Integration](index.html#document-buildsystems/index) * [Annotations](index.html#document-annotations/index) * [Writing Bindings](index.html#document-writingbindings/index) * [Command Line Tools](index.html#document-tools/index) [GObject Introspection](#) * * GObject Introspection * --- GObject Introspection[](#gobject-introspection "Permalink to this heading") ============================================================================ Changelog[](#changelog "Permalink to this heading") ---------------------------------------------------- Versions with an odd minor version are unstable releases (e.g. 1.57.x) while versions with even minor version are stable releases (e.g. 1.58.x). This list is sorted by release date. For more details see the GIT log: <https://gitlab.gnome.org/GNOME/gobject-introspection> ### 1.78.1 - 2023-09-16[](#id1 "Permalink to this heading") * Avoid undefined behaviour in the Regress test suite [#458] ### 1.78.0 - 2023-09-08[](#id2 "Permalink to this heading") * Update the GIR data for GLib, GObject, and GIO * Add GObject as a dependency for the Cairo GIR * Add more tests for GI marshalling * Update regression test suite * Fix build on Windows for paths using ‘' as a separator * Support different prefix for finding GIR data * Add GI\_GIR\_PATH environment variable for controlling GIR paths ### 1.76.1 - 2023-03-22[](#id3 "Permalink to this heading") * Handle null default values [#457] * Documentation fixes ### 1.76.0 - 2023-03-13[](#id4 "Permalink to this heading") * Documentation fixes * Update the GIR data for GLib ### 1.75.6 - 2023-02-13[](#id5 "Permalink to this heading") * Documentation fixes * Fix build when using GLib as a subproject * Update the GIR data for GLib ### 1.75.4 - 2023-01-09[](#id6 "Permalink to this heading") * Brown-paper bag release to fix the GLib dependency. ### 1.75.2 - 2023-01-09[](#id7 "Permalink to this heading") * Split ‘disguised’ attribute into two separate attributes [#101] * Add copy/free function annotations for plain-old data types [#14] * Include the default value of GObject properties in the GIR data [#4] * Drop wrap files for recursive dependencies * Add more marshalling tests [Marco Trevisan] * Update the GIR data for GLib, GObject, GModule, and GIO [Sebastian Dröge, Rico Tzschichholz] ### 1.74.0 - 2022-09-17[](#id8 "Permalink to this heading") * Update the GIR data for GLib, GObject, GModule, and GIO ### 1.73.1 - 2022-09-03[](#id9 "Permalink to this heading") * Update the GIR data for GLib, GObject, GModule, and GIO * Disable rpath on Windows [Christoph Reiter] * Add llvm/mingw support on Windows [Christoph Reiter] * Fix annotations in libgirepository [Philip Chimento] * Support C99 designated initializers when parsing C declarations [Jan Tojnar] * Add some more types to win32 GIR [Marc-André Lureau] * Let doctool prepend emitting objects in GJS signals [Andy Holmes] * Require a C99 toolchain like GLib ### 1.73.0 - 2022-07-13[](#id10 "Permalink to this heading") * Update the GIR data for GLib, GObject, GModule, and GIO * scanner: Support pre-processor macros with zero arguments [Philip Withnall] * scanner: Support ISO C varargs in macros [Philip Withnall] * Fix subproject build [Andoni Morales Alastruey] ### 1.72.0 - 2022-03-18[](#id11 "Permalink to this heading") * Add new utility API to libgirepository for bindings implementing an argument cache [Philip Chimento] * Update the GIR data for GLib, GObject, GModule, and GIO ### 1.71.0 - 2022-02-14[](#id12 "Permalink to this heading") * Create new API for libffi closures [Sergei Trofimovich, Cimbali] * Treat @-prefixed shlib paths as absolute on macOS [Rok Mandeljc] * Add new forever scope [#49] * Build fixes with newer Meson [#414] * Improve regression test suite [Marco Trevisan (Treviño)] * Avoid a segfault when using an invalid GType [Lukas Oberhuber] * Build fixes on Windows when using g-i as a subproject [Andoni Morales Alastruey] * Warn about property name collisions [#386] * Add “strict” warnings to g-ir-scanner * Add the “emitter” annotation for signal emitters * Add a command line option to g-ir-scanner to specify the compiler * Add new convenience API to libgirepository [Philip Chimento] * Build fixes on Windows when using MSVC [Chun-wei Fan] * Documentation fixes [#211, #327] * Update the GIR data for GLib, GObject, and GIO ### 1.70.0 - 2021-09-17[](#id13 "Permalink to this heading") * Update the GIR data for GLib, GObject, and GIO ### 1.69.0 - 2021-08-24[](#id14 "Permalink to this heading") * Fix build when gobject-introspection is a subproject [!266](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/266) * Add more float types [#384](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/384), [!269](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/269) * Make test suite work with cross-related options [#227](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/227) * Fix several leaks found by Coverity [!272](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/272) * Fix enum member c:identifier [!264](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/264) * Add g-ir-doc-tool man page [!284](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/284) * Export warnlib sources as variables [!287](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/287) * Update the GLib annotations [!288](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/288) * Add “final” class attribute [!257](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/257), [!291](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/291) * Add option to make .gir files installation paths configurable [!63](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/63) * Handle constructors with mismatched GTypes [#399](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/399), [!292](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/292) * Add property accessors annotations [#13](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/13), [!279](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/279) ### 1.68.0 - 2021-03-19[](#id15 "Permalink to this heading") * Update GLib annotations [!262](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/262) * docs: cleanup [!261](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/261) * Fix syntax errors in gir-1.2.rnc [!256](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/256) ### 1.67.1 - 2021-03-12[](#id16 "Permalink to this heading") * Requires Python 3.6+ * Update GLib annotations * Fix compatibility with Python 3.10 [#358](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/358) * Fix build with GIR data disabled [!248](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/248) * Add test object for signal marshallers [!259](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/259) ### 1.66.1 - 2020-10-03[](#id17 "Permalink to this heading") * Update glib annotations * Windows: Fix running on different drives [!239](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/239) * gimarshallingtests: Add more tests for flags [!235](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/235) * Revert “giscanner: Fix section matching for documentation [!237](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/237)” see [#360](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/360) ### 1.66.0 - 2020-09-12[](#id18 "Permalink to this heading") * Support the gtk-doc action syntax [!203](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/203) * Meson fixes with glib and/or g-i is a subproject [!206](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/206) [!208](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/208) * GITypeInfo storage type utility API [!205](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/205) * Meson: Fix build as subproject [!214](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/214) * Fixing XDG\_DATA\_DIRS logic [!215](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/215) * libgirepository: Add a couple missing nullable annotations [!217](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/217) [!225](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/225) * dumper: Fix missing symbols in LTO case or with overridden symbol visibility settings [!216](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/216) * Documentation improvements: [!220](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/220) [!232](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/232) * Remove old autoconf fallback code for the python tools [!221](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/221) * meson: Rename option gi\_cross\_use\_{host -> prebuilt}\_gi mr:211 * meson: Don’t override finding executables when using pre-built tools. [!212](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/212) * meson: gir: add a dependency for g-ir-compiler for building .girs [!228](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/228) * meson: Use pkgconfig generator [!207](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/207) * Fix gi-dump-types.c to build on Windows [!218](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/218) * giscanner: parse block comments for members and fields [!230](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/230) * Add the notion of standalone doc sections [!226](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/226) * giscanner: Add support for using clang-cl [!234](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/234) * giscanner: Fix section matching for documentation [!237](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/237) ### 1.64.1 - 2020-04-05[](#id19 "Permalink to this heading") * Replace calls to deprecated xml.etree.cElementTree removed in Python 3.9 [!202](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/202) ([Stephen Gallagher](https://gitlab.gnome.org/sgallagher)) * gimarshallingtests: Use g\_assert\_cmpfloat\_with\_epsilon. Fixes tests on some architectures [!200](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/200) ([Iain Lane](https://gitlab.gnome.org/iainl)) ### 1.64.0 - 2020-03-07[](#id20 "Permalink to this heading") * Update glib annotations ([Rico Tzschichholz](https://gitlab.gnome.org/ricotz)) * Fix regress scanner tests for non-gcc/clang compilers [!197](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/197) ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) * Document how to update glib GIR [!199](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/199) ([Bastien Nocera](https://gitlab.gnome.org/hadess)) ### 1.63.2 - 2020-01-17[](#id21 "Permalink to this heading") * Update glib annotations ([Rico Tzschichholz](https://gitlab.gnome.org/ricotz)) * Add GMemoryMonitor to glib annotations [!193](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/193) ([Bastien Nocera](https://gitlab.gnome.org/hadess)) * Fix build reproducibility [!192](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/192) ([Joshua Watt](https://gitlab.gnome.org/jpewhacker)) * Drop deprecated xml.etree.ElementTree.Element.getchildren() calls [!194](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/194) ([Miro Hrončok](https://gitlab.gnome.org/hroncok)) * Support Python 3.8.x+ on Windows [!195](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/195) ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) * Cross compile support [!64](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/64) ([Alexander Kanavin](https://gitlab.gnome.org/alex.kanavin)) * meson: Visual Studio builds: Use -utf-8 where available [!196](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/196) ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) ### 1.63.1 - 2019-11-24[](#id22 "Permalink to this heading") * Update glib annotations ([Rico Tzschichholz](https://gitlab.gnome.org/ricotz)) * build: require meson 0.50.1 * build: use proper dylib versioning on macOS [!177](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/177) ([Tom Schoonjans](https://gitlab.gnome.org/tschoonj)) * scanner: Support array arguments with static keyword [!176](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/176) ([Emmanuele Bassi](https://gitlab.gnome.org/ebassi)) * website: Add Ruby-GNOME to user list [!178](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/178) ([kojix2](https://gitlab.gnome.org/kojix2)) * Fix non-libtool code being run with no nob-libtool dependencies [!179](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/179) ([Alistair Buxton](https://gitlab.gnome.org/ali1234)) * meson: change “cairo” from a boolean to a feature option [!180](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/180) * meson: change “doctool” from a boolean to a feature option [!181](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/181) * Fix a memory leak in g\_irepository\_get\_object\_gtype\_interfaces() [!182](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/182) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) * ccompiler.py: Fix macro defines with quotes on MSVC [!183](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/183) ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) * tests: Actually test libregress by specifying the LD\_LIBRARY\_PATH [!174](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/174) ([Corentin Noël](https://gitlab.gnome.org/tintou)) * examples: Make self contained and add build system integration examples [!189](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/189) * autotools: Make INTROSPECTION\_GIRDIR/INTROSPECTION\_TYPELIBDIR respect prefix/datadir/libdir [!190](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/190) * girepository: Also store GType cache misses [!191](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/191) ([Carlos Garnacho](https://gitlab.gnome.org/carlosg)) * docs: Document GI\_CROSS\_LAUNCHER envvar [!175](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/175) ([Emmanuele Bassi](https://gitlab.gnome.org/ebassi)) ### 1.62.0 - 2019-09-09[](#id23 "Permalink to this heading") * No changes since 1.61.2 ### 1.61.2 - 2019-08-17[](#id24 "Permalink to this heading") * dumper: Use the distutils linker [!170](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/170) ([David Demelier](https://gitlab.gnome.org/markand)) * structinfo: Fix offset in find\_method() [!171](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/171) ([Florian Müllner](https://gitlab.gnome.org/fmuellner)) * tests: Don’t include “config.h” in installed files [!172](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/172) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) * meson: Make meson.override\_find\_program working on more complex use cases [!173](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/173) ([Thibault Saunier](https://gitlab.gnome.org/thiblahute)) ### 1.61.1 - 2019-08-07[](#id25 "Permalink to this heading") * Drop autotools build system [!143](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/143) * meson: require 0.49.2 * Update glib annotations ([Rico Tzschichholz](https://gitlab.gnome.org/ricotz)) * Add documentation to the RelaxNG schema [!139](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/139) ([David Bellot](https://gitlab.gnome.org/yimyom)) * Unused variable fixes [!147](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/147) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) * cachestore: handle cache getting deleted while loading it [!148](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/148) * Visual Studio builds: Use msvc\_recommended\_pragmas.h from GLib [!150](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/150) ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) * Add Vulkan gir [!155](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/155) ([Matthew Waters](https://gitlab.gnome.org/ystreet00)) * Make g\_irepository\_get\_object\_gtype\_interfaces actually work [!157](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/157) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) * gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of structures [!160](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/160) ([Stéphane Seng](https://gitlab.gnome.org/stephaneseng)) * scanner: parse and expose function macros [!159](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/159) ([Mathieu Duponchelle](https://gitlab.gnome.org/mathieudu)) * meson: use pkg-config directly for libffi cflags and libs [!162](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/162) ([Aaron Boxer](https://gitlab.gnome.org/boxerab)) * meson: Fix wrong dependency type check for gio-unix [#166](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/166) ([Brook Milligan](https://gitlab.gnome.org/brook-milligan)) * regress: Add regression test for signal with GError param [!169](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/169) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) ### 1.60.2 - 2019-06-15[](#id26 "Permalink to this heading") * docwriter: Fix Exception message attribute [!146](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/146) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) * meson: fix default cairo DLL name on Windows * scanner: Fix error on Windows in case source files are on different drives * gi-test: Fix gir file tests with MSVC [!151](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/151) ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) * MSVC.README.rst: Update VS 2008/x64 build notes [!152](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/152) ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) * giscanner/scannerlexer.l: Include io.h on Windows ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) * build: Force-include msvc\_recommended\_pragmas.h on Visual Studio [!152](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/152) ([Chun-wei Fan](https://gitlab.gnome.org/fanc999)) * Update glib annotations (2.60.4) ### 1.60.1 - 2019-04-07[](#id27 "Permalink to this heading") * Update glib annotations (glib-2-60) * shlibs: fall back to basename on macOS for relative paths [#222](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/222) * meson: always pass –quiet to g-ir-scanner * docs: include ‘–c-include’ in g-ir-scanner man page [#275](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/275) * tests: Fix compatibility with Python 3.5 [#274](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/274) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) ### 1.60.0 - 2019-03-10[](#id28 "Permalink to this heading") NOTE: This is the last release supporting autotools. Please try building with meson instead and report any problems. This does not affect projects using autotools + g-i, only the build of g-i itself. * gir: Update glib annotations [!142](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/142) [!141](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/141) ([Andrea Azzarone](https://gitlab.gnome.org/azzaronea)) ### 1.59.5 - 2019-03-04[](#id29 "Permalink to this heading") * gir: Include C header in cairo gir file [!138](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/138) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * ccompiler: restore customize\_compiler() setup for macOS. [#268](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/268) * gir: skip glib-enumtypes.h for GObject-2.0 [!140](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/140) ### 1.59.4 - 2019-02-04[](#id30 "Permalink to this heading") * tests: Add functions using flat struct arrays. [!130](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/130) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * Clean shebangs out of non-executable scripts and drop exec perm from xmlwriter.py. [!131](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/131) ([Dominique Leuenberger](https://gitlab.gnome.org/DimStar77)) * maintransformer: parse deprecation annotations for section blocks. [#213](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/213) [!132](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/132) * repository: g\_irepository\_get\_object\_gtype\_interfaces. [!30](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/30) ([Colin Walters](https://gitlab.gnome.org/walters), [Philip Chimento](https://gitlab.gnome.org/ptomato)) * message: handle fatal errors even if warnings are disabled. [#229](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/229) [!126](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/126) * autotools: Fix build with `-Wl,--as-needed`. [#226](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/226) [!134](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/134) * maintransformer: Don’t warn on (optional) annotations on (inout) [!135](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/135) ([Guido Günther](https://gitlab.gnome.org/guidog)) * girepository: Fix a possible use-after-free if g\_mapped\_file\_new() fails and fix possible leak of transitive dependency names. [!136](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/136) ([Elliott Sales de Andrade](https://gitlab.gnome.org/QuLogic)) ### 1.59.3 - 2019-01-08[](#id31 "Permalink to this heading") * meson: use underscore as a separator in build options (gtk-doc -> gtk\_doc etc) [!129](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/129) * website: add cppgir C++ binding [!124](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/124) ([Mark Nauwelaerts](https://gitlab.gnome.org/mnauw)) * scanner: Merge specifiers and qualifiers when merging basic types. Fixes “unsigned char” being wrongly parsed as “unsigned” etc. [!125](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/125) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * meson: warn that not all tests will be run if building without cairo/doctool * scanner: rework source root directory guessing code to not depend on the build directory * scanner: Remove incorrect c:type generated for array of synthesized unions [!127](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/127) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * scanner: Flatten multi-dimensional arrays fields [!128](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/128) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) ### 1.59.2 - 2019-01-04[](#id32 "Permalink to this heading") * Everything included in 1.58.3 * meson: Various fixes and all tests have been ported (0.47+ is required now) [!114](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/114) [!110](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/110) etc. ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko), [Emmanuele Bassi](https://gitlab.gnome.org/ebassi), [Christoph Reiter](https://gitlab.gnome.org/creiter)) * scanner: Save preprocessor input and output files with `save-temps` [!107](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/107) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * automake: Use the wildcard function where needed [!100](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/100) ([William Hua](https://gitlab.gnome.org/williamhua)) * build: extend `PYTHONPATH` instead of replacing it [!101](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/101) * gir/cairo: add `cairo\_rectangle\_t` [#74](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/74) [!103](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/103) (Yeti) * Add a `--version` option to g-ir-compiler and g-ir-generate [#55](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/55) [!106](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/106) * tests: various test improvements [!111](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/111) [!117](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/117) [!119](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/119) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * ccompiler: don’t use Python compiler flags [#150](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/150) [!118](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/118) [!120](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/120) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko), [Christoph Reiter](https://gitlab.gnome.org/creiter)) * parser: Do not bail out when parsing GIR files without doc positions [!121](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/121) ([Emmanuele Bassi](https://gitlab.gnome.org/ebassi)) * gimarshallingtests: Remove declarations of nonexistent functions [!123](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/123) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) ### 1.58.3 - 2018-12-30[](#id33 "Permalink to this heading") * docwriter: Support python-markdown 3.x [#250](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/250) * scanner: Define grefcount and gatomicrefcount as aliases to gint [#254](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/254) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * scanner: make using bool without stdbool include work again [#247](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/247) * gir: Update glib annotations for glib 2.58.2 ### 1.59.1 - 2018-12-16[](#id34 "Permalink to this heading") * Everything included in 1.58.2 * build: Drop Python 2 support, require Python 3.4+ [!69](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/69) * build: Add option to make .gir files installation paths configurable [!63](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/63) ([Kai Kang](https://gitlab.gnome.org/kai.7.kang)) * build: Skip gobject/gvaluecollector.h when constructing GObject GIR [!20](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/20) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * build: Port various tests to work with meson [!92](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/92) [!94](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/94) [!95](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/95) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * regress: Add test for write-only property [!67](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/67) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) * regress: Implement interface and override properties [!59](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/59) ([Philip Chimento](https://gitlab.gnome.org/ptomato)) * writer: Include documentation and symbol position in source files [!75](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/75) ([Thibault Saunier](https://gitlab.gnome.org/thiblahute)) * giscanner: Print relative filename paths when warning [!74](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/74) ([Jonas Ådahl](https://gitlab.gnome.org/jadahl)) * giscanner: Define grefcount and gatomicrefcount as aliases to gint [!76](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/76) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * giscanner: Allow empty declarations. Fixes warnings with mingw headers. [#216](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/216) [!89](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/89) ([Christoph Reiter](https://gitlab.gnome.org/creiter)) * giscanner: Replace linked lists with arrays in source scanner [!90](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/90) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * girepository: Various docs cleanups and fixes [!96](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/96) [!97](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/97) [#66](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/66) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko), [Christoph Reiter](https://gitlab.gnome.org/creiter), Jasper St. Pierre) * girepository: Don’t abort when calling g\_base\_info\_get\_name() on a GITypeInfo [#96](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/96) [!99](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/99) ([Christoph Reiter](https://gitlab.gnome.org/creiter)) * girepository: Add version macros and functions [#200](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/200) [!98](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/98) ([Christoph Reiter](https://gitlab.gnome.org/creiter)) ### 1.58.2 - 2018-12-09[](#id35 "Permalink to this heading") * meson: Fix random build errors (mostly MSVC) [!88](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/88) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * scanner: Fix parsing of \_\_typeof\_\_ that is part of a cast expression [!78](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/78) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) * scanner: Ignore \_\_pragma keyword used by MSVC [!87](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/87) ([Tomasz Miąsko](https://gitlab.gnome.org/tmiasko)) ### 1.58.1 - 2018-11-17[](#id36 "Permalink to this heading") * meson: Install warnlib [!62](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/62) ([Jan Tojnar](https://gitlab.gnome.org/jtojnar)) * scanner: Parse \_\_typeof\_\_ and discard it [!71](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/71) ([Jan Alexander Steffens](https://gitlab.gnome.org/heftig)) * meson: add back /usr/bin/env to the python-cmd [#237](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/237) [!70](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/70) ([Håvard Graff](https://gitlab.gnome.org/hgr)) * Fix non libtool build [!72](https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/72) ([Olivier Crête](https://gitlab.gnome.org/ocrete)) ### 1.58.0 - 2018-08-31[](#id37 "Permalink to this heading") ``` • Changes: - Update annotations imported from GLib, and require GLib 2.58 - Ensure that G-I builds on macOS - Add a --version argument to the Python-based tools - Allow selecting the output format for g-ir-doc-tool - Drop the Visual Studio templates - Use Sphinx to generate the user documentation; gtk-doc is still required for the girepository-1.0 C API reference - Support all _Float* C types from ISO/IEC TS 18661-3:2015 - The autotools build now uses autoconf-archive - g-ir-doc-tool: Add DevDocs formatting for GJS (--format=devdocs) This adds a dependency on the Python markdown package • Issues resolved on gitlab.gnome.org: - #139 - make check fails for gobject-introspection 1.44.0 on OS X 10.10.4 - #184 - Default element-type not set for GByteArray object properties - #189 - c:type missing pointer/array information in GIR for C array parameters - #134 - Allow multiple output formats - #218 - gtk2 hits unreachable code after enable -Wswitch-default - #113 - Memory leaks in GI regress and marshalling tests property setters • Bugs resolved on bugzilla.gnome.org: - #702788 - The girepository DLL is acquiring pointers incorrectly on Windows/x64 • Contributors: Tomasz Miąsko, Emmanuele Bassi, Rico Tzschichholz, Chun-wei Fan, Philip Chimento, Tom Schoonjans, Christoph Reiter, Ray Donnelly, Marcus Calhoun-Lopez, Florian Müllner, Evan Welsh, Mathieu Duponchelle ``` ### 1.56 - 2018-03-13[](#id38 "Permalink to this heading") ``` • Changes: - Add _Float128 to the base C types - Update annotations imported from GLib, and require GLib 2.56 • Issues resolved on gitlab.gnome.org: - #173 - Fails to parse flag-constants - #175 - writer: Include documentation and symbol position in source files - #120 - adding subdir-objects to AM_INIT_AUTOMAKE - #190 - const qualifier dropped from c:type on (type filename) parameters - #188 - giscanner: don't print "suppressed N warnings" if --quiet was specified • Bugs resolved on bugzilla.gnome.org: - #764791 - gitypelib.c: increase #define MAX_NAME_LEN from 200 to 255 - #756921 - g-ir-scanner does not recognize _Thread_local - #791991 - Broken shared-library value in gir files on *BSD when builddir includes the name of the library - #791902 - Building using non-libtool (e.g., meson) on MinGW - #629667 - MY_ENUM_VALUE = <constant> only works for last member - #699354 - g-ir-compiler man page for --shared-library incorrectly says "lib" and ".so" should be removed - #761985 - os.name can be wrong in some context - #699328 - GI_TYPELIB_PATH is undocumented • Contributors: Ting-Wei Lan, Leslie Giles, Rico Tzschichholz, Christoph Reiter, Nicola Fontana, Tomasz Miąsko, Emmanuele Bassi, Philip Chimento, Karl-Philipp Richter ``` Note For older releases, see the Git log Goals[](#goals "Permalink to this heading") -------------------------------------------- The introspection project has two major goals, and a variety of more minor ones. ### Two level applications - C and <your favorite runtime>[](#two-level-applications-c-and-your-favorite-runtime "Permalink to this heading") It makes sense to build many kinds of applications using (at least) two different levels and languages — one for the low level elements, interfacing with the OS and/or the hardware; and one for the high level application logic. C is good for graphics, multimedia, and lower level systems work. However, writing complex software in C is difficult and error-prone. A managed runtime such as [JavaScript](https://wiki.gnome.org/JavaScript), Python, Perl, Java, Lua, .NET, Scheme etc. makes a lot of sense for non-fast-path application logic such as configuration, layout, dialogs, etc. Note To achieve this goal you need to write your code using GObject convention. For more information about that, see the [GObject tutorial](https://docs.gtk.org/gobject/tutorial.html) Thus, one of the major goals of the GObject introspection project is to be a convenient bridge between these two worlds, and allow you to choose the right tool for the job, rather than being limited inside one or the other. With the introspection project, you can write for example a ClutterActor or GtkWidget subclass in C, and then without any additional work use that class inside the high level language of your choice. ### Sharing binding infrastructure work, and making the platform even more binding-friendly[](#sharing-binding-infrastructure-work-and-making-the-platform-even-more-binding-friendly "Permalink to this heading") Historically in GNOME, the core platform has been relatively binding-friendly, but there are several details not captured in the C+GObject layer that bindings have needed. For example, reference counting semantics and the item type inside GList’s. Up until now various language bindings such as Python, Mono, java-gnome etc. had duplicated copies of hand-maintained metadata, and this led to a situation where bindings tended to lag behind until these manual fixups were done, or were simply wrong, and your application would crash when calling a more obscure function. The introspection project solves this by putting all of the metadata inside the GObject library itself, using annotations in the comments. This will lead to less duplicate work from binding authors, and a more reliable experience for binding consumers. Additionally, because the introspection build process will occur inside the GObject libraries themselves, a goal is to encourage GObject authors to consider shaping their APIs to be more binding friendly from the start, rather than as an afterthought. ### Additional goals and uses[](#additional-goals-and-uses "Permalink to this heading") * API verification - Sometimes the API of a library in our stack changes by accident. Usually by a less experienced developer making a change without realizing it will break applications. Introspecting the available API in each release of the library and comparing it to the last one makes it easy to see what changed * Documentation tools - The tools written inside of the GObjectIntrospection can easily be reused to improve that problem. Essentially; replacing gtk-doc. We want to document what we export so it makes sense to glue this together with API verification mentioned above * UI Designer infrastructure * Serialization/RPC/DBus Architecture[](#architecture "Permalink to this heading") ---------------------------------------------------------- ![_images/architecture.svg](_images/architecture.svg) ``` BUILD TIME: +-----------------------------------------------------------+ | foo.c | | foo.h | | | | Library sources, with type annotations | +-----------------------------------------------------------+ | | gcc g-ir-scanner | | | V | +------------------------+ | | Foo.gir | | | | | | <GI-name>.gir | | | | | | XML file | | | | | | Invocation information | | | Required .gir files | | | API docs | | | | | +------------------------+ | | | g-ir-compiler | | DEPLOYMENT TIME: | | | V V +-----------------------------+ +---------------------------+ | libfoo.so | | Foo.typelib | | | | | | | | Binary version of the | | ELF file | | invocation info and | | | | required .typelib files | | Machine code, plus | +---------------------------+ | dynamic linkage information | A | (DWARF debug data, etc) | | +-----------------------------+ | A | | +---------------------------+ | | libgirepository.so | +-----------+ | | | libffi.so | | Can read typelibs and | | |<-------+------>| present them in a | +-----------+ | | libffi-based way | | | | | +---------------------------+ | | +----------------------------+ | Specific language bindings | +----------------------------+ ``` Users[](#users "Permalink to this heading") -------------------------------------------- ### Bindings based on GObject-Introspection[](#bindings-based-on-gobject-introspection "Permalink to this heading") * [Vala](https://wiki.gnome.org/Projects/Vala) - Compiler for the GObject type system (compile time) * [Genie](https://wiki.gnome.org/Projects/Genie) - Genie Language (compile time) * [PyGObject](https://wiki.gnome.org/Projects/PyGObject) - Python bindings (runtime) * [pygir-ctypes](http://code.google.com/p/pygir-ctypes/) - Pure Python GObject Introspection Repository (GIR) wrapper using ctypes (runtime) * [pgi](http://github.com/lazka/pgi) - Pure Python GObject Introspection Bindings (runtime) * [GTK2-Perl/Introspection](https://wiki.gnome.org/GTK2-Perl/Introspection) - Perl bindings (runtime) * [JGIR](https://wiki.gnome.org/Projects/JGIR) - Java/JVM bindings (compile time, using typelib) * [GJS](https://wiki.gnome.org/Projects/Gjs) - Javascript (spidermonkey) bindings (runtime) * [Seed](https://wiki.gnome.org/Projects/Seed) - Javascript (JSCore, WebKit JS engine) bindings (runtime) * [sbank](https://wiki.gnome.org/sbank) - Scheme binding for gobject-introspection (runtime) * [GObjectIntrospection/GObjectConsume](https://wiki.gnome.org/Projects/GObjectIntrospection/GObjectConsume) - Qt bindings (compile time) * [GirFFI](http://github.com/mvz/ruby-gir-ffi) - Ruby bindings (runtime) * [Ruby-GNOME](https://github.com/ruby-gnome/ruby-gnome) - Ruby bindings (runtime) * [lgob](http://oproj.tuxfamily.org/wiki/doku.php?id=lgob) - Lua bindings (compile time?) * [guile-gir](http://gitorious.org/guile-gir) - Guile bindings (runtime) * [factor-gir](http://github.com/ex-rzr/factor-gir) - Factor bindings (runtime) * [lgi](http://www.github.com/pavouk/lgi) - Lua bindings (runtime) * [GObject for PHP](https://github.com/megous/gobject-for-php) * [cl-gir](http://bazaar.launchpad.net/~scymtym/+junk/cl-gir/files) GIR for Common Lisp (work in progress) * [GNU Smalltalk](http://www.gitorious.org/gst-gobject-introspection) - A branch of GNU Smalltalk which adds GObject Introspection bindings. * [node-gir](https://github.com/creationix/node-gir) - Node.js bindings to the girepository * [go-gir-generator](https://github.com/linuxdeepin/go-gir-generator) - Go bindings (compile time) (Forked from [gogobject](https://github.com/nsf/gogobject/) which is unmaintained) * [haskell-gi](http://www.haskell.org/haskellwiki/GObjectIntrospection) - a Haskell binding for the GIRepository C library, and a Haskell code generator built upon it. It is very much a work in progress. * [cl-gobject-introspection](https://github.com/andy128k/cl-gobject-introspection) - A bridge between Common Lisp and GObject. * [ocaml-gir](http://git.ocamlcore.org/cgi-bin/gitweb.cgi?p=ocaml-gir/ocaml-gir.git) - An automatic binding generator for gtk-related libraries * [gir2pascal](http://wiki.freepascal.org/gir2pascal) - gir2pascal is a program to convert gir files into into pascal files * [PLGI](https://github.com/keriharris/plgi) - Prolog bindings (runtime) * [hbgi](https://github.com/tuffnatty/hbgi) - Harbour bindings for GObject Introspection (runtime) * [cppgir](https://www.gitlab.com/mnauw/cppgir) - C++ bindings (compile time, using typelib) * [crystal-gobject](https://github.com/jhass/crystal-gobject) - gobject-introspection for Crystal (compile time) ### Projects using GObject Introspection[](#projects-using-gobject-introspection "Permalink to this heading") > > * [Folks](http://telepathy.freedesktop.org/wiki/Folks) - the Gnome contact aggregator > * [GnomeShell](https://wiki.gnome.org/Projects/GnomeShell) - prototyping the future gnome shell > * [Midgard2](http://www.midgard2.org/) - language bindings to the Midgard content repository > * [libpeas](http://git.gnome.org/browse/libpeas/tree/) - library providing a generic plugin framework > * [telepathy-glib](http://telepathy.freedesktop.org/wiki/Telepathy%20GLib) - GLib bindings for Telepathy > * [gir2xmi](https://github.com/jralls/gir2xmi) - UML model generator for GObject-Introspection Gir files. > * [playerctl](https://github.com/acrisci/playerctl) - a library and cli for controlling media players that implement the MPRIS DBus interface > * [i3ipc-glib](https://github.com/acrisci/i3ipc-glib) - a library for extensions to the i3 window manager > * [gabi](https://gitlab.gnome.org/tmiasko/gabi) - a C/typelib ABI cross-validator > > > ### Projects that could use GObject-Introspection[](#projects-that-could-use-gobject-introspection "Permalink to this heading") > > * [Mono GAPI](http://www.mono-project.com/GAPI) could replace its gapi2-parser by using GOject-Introspection. > * [gtkmm](http://www.gtkmm.org/) could use GObject-Introspection in its [gmmproc](http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/chapter-wrapping-c-libraries.html) to generate C++ library bindings > > > Build & Test[](#build-test "Permalink to this heading") -------------------------------------------------------- Clone gobject-introspection with git: ``` git clone https://gitlab.gnome.org/GNOME/gobject-introspection.git cd gobject-introspection ``` ### Meson[](#meson "Permalink to this heading") Build: ``` meson setup _build cd _build # To see the build options run "meson configure" meson compile ``` Test: ``` meson test # run tests flake8 .. # run code quality checks ``` ### Dependencies[](#dependencies "Permalink to this heading") gobject-introspection depends on a row of other packages, either strictly, optionally or only for testing. The following installation instructions should over all cases for some common Distributions. Debian/Ubuntu: ``` sudo apt install pkg-config python3-dev flex bison libglib2.0-dev \ libcairo2-dev libffi-dev python3-mako \ python3-markdown python3-distutils meson build-essential \ gtk-doc-tools ``` Fedora: ``` sudo dnf install pkg-config flex bison cairo-devel cairo-gobject-devel python3-mako gcc \ python3-markdown meson libffi-devel python3-devel \ python3 gtk-doc ``` Writing Bindable APIs[](#writing-bindable-apis "Permalink to this heading") ---------------------------------------------------------------------------- ### Things to avoid[](#things-to-avoid "Permalink to this heading") #### Structures with custom memory management[](#structures-with-custom-memory-management "Permalink to this heading") Avoid creating C structures with custom memory management unless they are registered as a [boxed type](https://docs.gtk.org/gobject/boxed.html). If you don’t register them as a boxed type bindings will fall back to simple memory copying, which might not be what you want. Also consider using a full [GObject](https://docs.gtk.org/gobject/class.Object.html) as that allows bindings to better integrate those objects with the binding language, like for example preserve user defined state across language boundaries. Example to avoid: ``` struct \_GstMiniObject { GTypeInstance instance; /\*< public >\*/ /\* with COW \*/ gint refcount; guint flags; ``` #### Functionality only accessible through a C macro or inline function[](#functionality-only-accessible-through-a-c-macro-or-inline-function "Permalink to this heading") The scanner does not support C macros as API. Solution - add a function accessor rather than a macro. This also has the side effect of making debugging in C code easier. Example: ``` #define GTK\_WIDGET\_FLAGS(wid) (GTK\_OBJECT\_FLAGS (wid)) GtkWidgetFlags gtk\_widget\_get\_flags (GtkWidget \*widget); /\* Actually, see http://bugzilla.gnome.org/show\_bug.cgi?id=69872 \*/ ``` Likewise, inline functions cannot be loaded from a dynamic library. Make sure to provide a non-inline equivalent. #### Direct C structure access for objects[](#direct-c-structure-access-for-objects "Permalink to this heading") Having GObjects also have fields can be difficult to bind. Create accessor functions. Example: ``` struct \_SoupMessage { GObject parent; /\*< public >\*/ const char \*method; guint status\_code; ... } const char \* soup\_message\_get\_method (SoupMessage \*message); /\* Or use a GObject property \*/ ``` #### va\_list[](#va-list "Permalink to this heading") Using varargs can be convenient for C, but they are difficult to bind. Solution: Keep the C function for the convenience of C programmers, but add an another function which takes an array (either zero terminated or with a length parameter). **Good** example: ``` GtkListStore \*gtk\_list\_store\_new (gint n\_columns, ...); GtkListStore \*gtk\_list\_store\_newv (gint n\_columns, GType \*types); ``` You can also expose the array variant under the name of the varargs variant using the `rename-to` annotation: `gtk\_list\_store\_newv: (rename-to gtk\_list\_store\_new)` Also consider using C99’s compound literals and designated initializers to avoid `va\_list` even in the C API, which is more type-safe. #### Multiple out parameters[](#multiple-out-parameters "Permalink to this heading") Multiple out parameters are supported by introspection, but not all languages have an obvious mapping for multiple out values. A boxed structure could serve as an alternative. Example to think about (here, there could be a boxed `struct GtkCoordinate { gint x; gint y; }` structure). ``` void gtk\_widget\_get\_pointer (GtkWidget \*widget, gint \*x, gint \*y); ``` #### In-out parameters[](#in-out-parameters "Permalink to this heading") Don’t use in-out arguments, especially not for non-scalar values. It’s difficult to enforce or validate the conventions for in-out arguments, which can easily lead to crashes. Instead, pass the input as an in argument, and receive the output as either a return value or an out argument. ``` FooBoxed \*foo\_bar\_scale\_boxed(FooBar \*self, FooBoxed \*boxed); void foo\_bar\_scale\_boxed(FooBar \*self, FooBoxed \*boxed\_in, FooBoxed \*\*boxed\_out); ``` In particular, do not require the caller to pass an initialized `GValue` to avoid the in-out annotation; instead, pass a `GValue` as an out argument, and have the function initialize it. #### Arrays[](#arrays "Permalink to this heading") For reference types, zero-terminated arrays are the easiest to work with. Arrays of primitive type such as “int” will require length metadata. In a general-purpose library, it’s best not to expose GLib array and hash types such as `GArray`, `GPtrArray`, `GByteArray`, `GList`, `GSList`, `GQueue`, and `GHashTable` in the public API. They are fine for internal libraries, but difficult in general for consumers of introspected libraries to deal with. #### Strings[](#strings "Permalink to this heading") C treats strings as zero-terminated arrays of bytes, but many other languages do not. So don’t write APIs that treat `const char \*` parameters as arrays that need an `array length` annotation. Treat all `const char \*` parameters as zero-terminated strings. Don’t use the same entry point for zero-terminated strings as for byte arrays which may contain embedded zeroes. ``` void foo\_bar\_snarf\_string(FooBar \*self, const char \*str); void foo\_bar\_snarf\_bytes(FooBar \*self, const uint8\_t \*bytes, size\_t length); ``` In particular, avoid functions taking a `const char \*` with a signed length that can be set to a negative value to let the function compute the string length in bytes. These functions are hard to bind, and require manual overrides. #### Callbacks[](#callbacks "Permalink to this heading") Callbacks are hard to support for introspection bindings because of their complex life-cycle. Try to avoid having more than one callback in the same function, and consider using GClosure when you need more. #### Using a different name for error domain quarks from the enum name[](#using-a-different-name-for-error-domain-quarks-from-the-enum-name "Permalink to this heading") Error domain quarks should always be named in the form <namespace>\_<module>\_error\_quark() for an error enum called <Namespace><Module>Error. Example to avoid: ``` typedef enum FooBarError { FOO\_BAR\_ERROR\_MOO, FOO\_BAR\_ERROR\_BLEAT }; GQuark foo\_bar\_errors\_quark(); ``` #### Don’t have properties and methods with the same name[](#don-t-have-properties-and-methods-with-the-same-name "Permalink to this heading") Some bindings for dynamic languages expose GObject properties and methods in the same way, as properties on an object instance. So don’t make a GObject property with the same name as a method, e.g. a property named `add-feature` on a class named `SoupSession` which also has a method `soup\_session\_add\_feature()`. #### Custom code in constructors[](#custom-code-in-constructors "Permalink to this heading") Creating an object via `foo\_bar\_new()` shouldn’t execute any code differently than creating the same object via `g\_object\_new()`, since many bindings (and also GtkBuilder/Glade) create objects using `g\_object\_new()`. That is, don’t do this: ``` FooBar \* foo\_bar\_new (void) { FooBar \*retval = FOO\_BAR (g\_object\_new (FOO\_TYPE\_BAR, NULL)); retval->priv->some\_variable = 5; /\* Don't do this! \*/ return retval; } ``` Instead, put initialization code in the `foo\_bar\_init()` function or the `foo\_bar\_constructed()` virtual function. #### Transfer-none return values from the binding[](#transfer-none-return-values-from-the-binding "Permalink to this heading") If your library expects to call a function from C which may be implemented in another language and exposed through the binding (for example, a signal handler, or a GObject vfunc), it’s best not to return transfer-none values, because what you assume about storage lifetime in C may not apply in other languages. For example, ``` typedef struct { GTypeInterface iface; const char \* (\*my\_vfunc) (FooBaz \*self); /\* Don't do this! \*/ char \* (\*my\_better\_vfunc) (FooBaz \*self); /\* Do this instead! \*/ } FooBazIface; ``` A class that implements `FooBazIface` in another programming language may not be able to return a static string here, because the language may not have a concept of static storage lifetime, or it may not store strings as zero-terminated UTF-8 bytes as C code would expect. This can cause memory leaks. Instead, duplicate the string before returning it, and use transfer-full. This recommendation applies to any data type with an ownership, including boxed and object types. Build System Integration[](#build-system-integration "Permalink to this heading") ---------------------------------------------------------------------------------- ### Meson Integration[](#meson-integration "Permalink to this heading") Support for generating GObject introspection data is included in Meson directly and accessible through the `gnome.generate\_gir()` function. See the [meson documentation](https://mesonbuild.com/Gnome-module.html#gnomegenerate_gir) for details. For some real examples, see the meson build definitions of various GNOME modules: Pango:<https://gitlab.gnome.org/GNOME/pango/blob/master/pango/meson.build> ``` pango\_gir = gnome.generate\_gir( libpango, sources: pango\_sources + pango\_headers + [ pango\_enum\_h ], namespace: 'Pango', nsversion: pango\_api\_version, identifier\_prefix: 'Pango', symbol\_prefix: 'pango', export\_packages: 'pango', includes: [ 'GObject-2.0', 'cairo-1.0', ], header: 'pango/pango.h', install: true, extra\_args: gir\_args, ) ``` json-glib:<https://gitlab.gnome.org/GNOME/json-glib/blob/master/json-glib/meson.build> ``` json\_glib\_gir = gnome.generate\_gir( json\_lib, sources: source\_c + source\_h + json\_glib\_enums + [ json\_version\_h ], namespace: 'Json', nsversion: json\_api\_version, identifier\_prefix: 'Json', symbol\_prefix: 'json', export\_packages: json\_api\_name, includes: [ 'GObject-2.0', 'Gio-2.0', ], header: 'json-glib/json-glib.h', install: true, extra\_args: gir\_args, ) ``` ### Autotools Integration[](#autotools-integration "Permalink to this heading") The gobject-introspection package provides the following two macros for use in your configure.ac file: GOBJECT\_INTROSPECTION\_CHECK([version])This macro adds a `--enable-introspection=yes|no|auto` configure option which defaults to `auto`. * `auto` - Will set `HAVE\_INTROSPECTION` if gobject-introspection is available and the version requirement is satisfied. * `yes` - Will error out if gobject-introspection is missing or the version requirement is not satisfied. `HAVE\_INTROSPECTION` will always be true. * `no` - Will never error out and `HAVE\_INTROSPECTION` will always be false. GOBJECT\_INTROSPECTION\_REQUIRE([version])This macro does not add a configure option and behaves as if `--enable-introspection=yes`. #### Example[](#example "Permalink to this heading") You’ll need to adapt this for the library you’re adding introspection support to. * configure.ac (or configure.in if no .ac file is used) ``` GOBJECT_INTROSPECTION_CHECK([1.40.0]) ``` * Makefile.am ``` DISTCHECK_CONFIGURE_FLAGS = --enable-introspection ``` or just add to the existing DISTCHECK\_CONFIGURE\_FLAGS * foo/Makefile.am - must be near the end (after CLEANFILES has been set) ``` -include $(INTROSPECTION_MAKEFILE) INTROSPECTION_GIRS = INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir) --warn-all INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) if HAVE_INTROSPECTION introspection_sources = $(libfoo_1_0_la_SOURCES) Foo-1.0.gir: libfoo-1.0.la Foo_1_0_gir_INCLUDES = GObject-2.0 Foo_1_0_gir_CFLAGS = $(INCLUDES) Foo_1_0_gir_LIBS = libfoo-1.0.la Foo_1_0_gir_FILES = $(introspection_sources) INTROSPECTION_GIRS += Foo-1.0.gir girdir = $(datadir)/gir-1.0 gir_DATA = $(INTROSPECTION_GIRS) typelibdir = $(libdir)/girepository-1.0 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) CLEANFILES += $(gir_DATA) $(typelib_DATA) endif ``` You can also check out a complete example at <https://gitlab.gnome.org/GNOME/gtk/blob/c0ba041c73214f82d2c32b2ca1fa8f3c388c6170/gtk/Makefile.am#L1571> #### Makefile variable documentation[](#makefile-variable-documentation "Permalink to this heading") `INTROSPECTION\_GIRS` is the entry point, you should list all the gir files you want to build there in the XXX-Y.gir format where X is the name of the gir (for example Gtk) and Y is the version (for example 2.0). If output is Gtk-3.0.gir then you should name the variables like `Gtk\_3\_0\_gir\_NAMESPACE`, `Gtk\_3\_0\_gir\_VERSION` etc. * Required variables: + `FILES` - C sources and headers which should be scanned * One of these variables are required: + `LIBS` - Library where the symbol represented in the gir can be found + `PROGRAM` - Program where the symbol represented in the gir can be found * Optional variables, commonly used: + `INCLUDES` - Gir files to include without the .gir suffix, for instance GLib-2.0, Gtk-3.0. This is needed for all libraries which you depend on that provides introspection information. + `SCANNERFLAGS` - Flags to pass in to the scanner, see g-ir-scanner(1) for a list + `PACKAGES` - list of pkg-config names which cflags are required to parse the headers of this gir. Note that `INCLUDES` will already fetch the packages and thus the cflags for all dependencies. + `EXPORT\_PACKAGES` - List of pkg-config names which are provided by this Gir. + `CFLAGS` - Flags to pass in to the parser when scanning headers. Normally `INCLUDES` and `PACKAGES` will fetch the cflags for all dependencies. This is normally used for project specific CFLAGS. + `LDFLAGS` - Linker flags used by the scanner. Normally `INCLUDES` and `PACKAGES` will fetch the ldflags for all dependencies. This is normally used for project-specific LDFLAGS (for instance if you’re building several libraries and typelibs). * Optional variables, seldomly used: + `NAMESPACE` - Namespace of the gir, first letter capital, rest should be lower case, for instance: ‘Gtk’, ‘Clutter’, ‘ClutterGtk’. If not present the namespace will be fetched from the gir filename, the part before the first dash. For ‘Gtk-3.0’, namespace will be ‘Gtk’. + `VERSION` - Version of the gir, if not present, will be fetched from gir filename, the part after the first dash. For ‘Gtk-3.0’, version will be ‘3.0’. Annotations[](#annotations "Permalink to this heading") -------------------------------------------------------- ### GTK-Doc Format Primer[](#gtk-doc-format-primer "Permalink to this heading") GObject-Introspection annotations are built on top of GTK-Doc comment blocks. These are plain old C comment blocks, but formatted in a special way. Each GTK-Doc comment block starts with a `/\*\*` on its own line end ends with `\*/`, again on its own line. The basic format of a GTK-Doc comment block looks like this: ``` /\*\* \* identifier\_name: (annotations) \* @parameter\_name: (annotations): description \* \* symbol description \* \* tag\_name: (annotations): description \*/ ``` As we can see, a GTK-Doc comment block can be broken down into a couple of parts. Each part is built out of one or more fields, separated by a `:` character. Each part has to start on its own line. Fields cannot span multiple lines except the various `description` fields. The order in which parts are written is important. For example, putting a `tag` part before the `symbol description` part is invalid as it would result in the symbol description to be mistaken for the tag description. In the above example we have: * the start of a GTK-Doc comment block on line 1 * the identifier part on line 2 * a parameter part on line 3 * the symbol description on line 5 * a tag part on line 7 * the end of the comment block on line 8 #### identifier part[](#identifier-part "Permalink to this heading") ``` /\*\* \* identifier\_name: (annotations) \* ... \*/ ``` The identifier part is required as it identifies the symbol you want to annotate. It is always written on the line immediately following the start of your GTK-Doc comment block (`/\*\*`). The `identifier` part is constructed from: * a required `identifier\_name` field + different kinds of symbols that can be documented and annotated are described in the GTK-Doc manual. * an optional `annotations` field #### parameter part[](#parameter-part "Permalink to this heading") ``` /\*\* \* ... \* @parameter\_name: (annotations): description \* ... \*/ ``` The `parameter` part is optional. This means that there can be 0 or more parameters, depending on the symbol you are annotating. `parameter` parts are constructed from: * a required `parameter\_name` which starts with a `@` character + this name should correspond with the parameter name of you function’s signature. * an optional `annotations` field * a required description field (can be “empty”) + can contain a single paragraph (multiple lines but no empty lines) of text. Note that multiple `parameter` parts are never separated by an empty line. #### symbol description part[](#symbol-description-part "Permalink to this heading") ``` /\*\* \* ... \* \* symbol description \* ... \*/ ``` The `symbol description` part is optional. When present, it must always be preceded with an empty line. It can contain multiple paragraphs (multiple lines and empty lines) describing what the function, property, signal, enum or constant does. #### tag part[](#tag-part "Permalink to this heading") ``` /\*\* \* ... \* tag\_name: (annotations)||value: description \* ... \*/ ``` The `tag` part is optional. There can be 0 or more tags, depending on the symbol you are annotating. `tag` parts are constructed from: * a required `tag\_name` + There are only four valid tags: `Returns`, `Since`, `Deprecated`, and `Stability`. * an optional `annotations` field (`Returns`) **OR** an optional `value` field (`Since`, `Deprecated`, and `Stability`) * a required description field (can be “empty”) + can contain multiple paragraphs (multiple lines and empty lines) of text. `tag` parts can safely be preceded or followed by an empty line. Tags taking an optional `value` field accept the following values: | Tag | Value field | Description | | --- | --- | --- | | `Since` | `VERSION` | This symbol was added in version `VERSION`. | | `Deprecated` | `VERSION` | This symbol has been deprecated since version `VERSION`. | | `Stability` | `Stable`, `Unstable`, or `Private` | An informal description of the stability level of this symbol. | ##### GTK-Doc support[](#gtk-doc-support "Permalink to this heading") If GTK-Doc doesn’t seem to understand your introspection annotations, you may need to do two things: 1. make sure you are running GTK-Doc >= v1.12 (also try latest version from git) 2. add `<xi:include href="xml/annotation-glossary.xml"><xi:fallback/></xi:include>` to your master GTK-Doc document; e.g. see the end of [tester-docs.xml](https://gitlab.gnome.org/GNOME/gtk-doc/blob/master/tests/gobject/docs/tester-docs.xml) ### GObject-Introspection annotations[](#gobject-introspection-annotations "Permalink to this heading") #### Symbol visibility[](#symbol-visibility "Permalink to this heading") | Annotation | Applies to | Description | Since | | --- | --- | --- | --- | | `(skip)` | identifier | Omit the symbol from the introspected output. | [v0.6.4](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/7549c8053d0229a12d9196cc8abae54a01a555d0) [bz#556628](https://bugzilla.gnome.org/show_bug.cgi?id=556628) | | | paremeters, return value | Indicate that the parameter or return value is only useful in C and should be skipped. | [v1.29.0](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/9c6797e0478b5025c3f2f37b1331c1328cf34f4d) [bz#649657](https://bugzilla.gnome.org/show_bug.cgi?id=649657) | | `(rename-to SYMBOL)` | identifier | Rename the original symbol’s name to `SYMBOL`. If `SYMBOL` resolves to a symbol name that is already used, the original binding for that name is removed. | [v0.6.3](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/23e6fa6993c046de032598127ea48d4a7ee00935) [bz#556475](https://bugzilla.gnome.org/show_bug.cgi?id=556475) | #### Memory and lifecycle management[](#memory-and-lifecycle-management "Permalink to this heading") | Annotation | Applies to | Description | Since | | --- | --- | --- | --- | | `(transfer MODE)` | identifier (only properties) | Transfer ownership for the property, (see below) | [v0.9.0](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/22ae017ffd3052c0b81822b2ca6e41626b76b9c4) [bz#620484](https://bugzilla.gnome.org/show_bug.cgi?id=620484) | | | parameters, return value | Transfer mode for the parameter or return value (see below). | v0.5.0 unknown | Transfer modes: * `none`: the recipient does not own the value * `container`: the recipient owns the container, but not the elements. (Only meaningful for container types.) * `full`: the recipient owns the entire value. For a refcounted type, this means the recipient owns a ref on the value. For a container type, this means the recipient owns both container and elements. * `floating`: alias for none, can be used for floating objects. `container` is usually a pointer to a list or hash table, eg GList, GSList, GHashTable etc. `elements` is what is contained inside the list: integers, strings, GObjects etc. #### Support for GObject objects[](#support-for-gobject-objects "Permalink to this heading") | Annotation | Applies to | Description | Since | | --- | --- | --- | --- | | `(constructor)` | identifier | The annotated symbol should not become available as a static methods but as a constructor. | [v0.10.2](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/2c36790c) [bz#561264](https://bugzilla.gnome.org/show_bug.cgi?id=561264) | | `(method)` | identifier | This function is a method. | [v0.10.2](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/09bca85d) [bz#639945](https://bugzilla.gnome.org/show_bug.cgi?id=639945) | | `(virtual SLOT)` | identifier | This function is the invoker for a virtual method. | [v0.6.3](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/fdbe3cc3) [bz#557383](https://bugzilla.gnome.org/show_bug.cgi?id=557383) | | `(set-property NAME)` | identifier (only applies to methods) | This function is the setter method for the given GObject property. A setter function is defined as being the public function that is called by the `GObjectClass.set\_property` implementation in a class. | [#13](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/13) | | `(get-property NAME)` | identifier (only applies to methods) | This function is the getter method for the given GObject property. A getter function is defined as being the public function that is called by the `GObjectClass.get\_property` implementation in a class. | [#13](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/13) | | `(setter SYMBOL)` | identifier (only applies to properties) | This GObject property is accessed by the given setter function. A setter function is defined as being the public function that is called by the `GObjectClass.set\_property` implementation in a class. | [#13](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/13) | | `(getter SYMBOL)` | identifier (only applies to properties) | This GObject property is accessed by the given getter function. A getter function is defined as being the public function that is called by the `GObjectClass.get\_property` implementation in a class. | [#13](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/13) | | `(emitter METHOD)` | identifier (only applies to methods) | This signal is emitted by the given method | | | `(default-value VALUE)` | identifier (only applies to properties) | The default value of a GObject property, as a freeform string | [#4](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/4) | #### Support for GObject closures[](#support-for-gobject-closures "Permalink to this heading") | Annotation | Applies to | Description | Since | | --- | --- | --- | --- | | `(destroy)` | parameters | The parameter is part of a callback type and containing the `destroy\_data`. | [v0.6.3](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/cf7621f3) [bz#574284](https://bugzilla.gnome.org/show_bug.cgi?id=574284) | | `(destroy DESTROY)` | parameters | The parameter defines the `destroy\_data` for a given callback. The `DESTROY` option points to the parameter that is the actual callback. | | | `(closure)` | parameters | The parameter is part of a callback type and containing the `user\_data`. | | | `(closure CLOSURE)` | parameters | The parameter defines the `user\_data` for a given callback. The `CLOSURE` option points to the parameter that is the actual callback. Many bindings can pass `NULL` here. | | #### Support for non-GObject fundamental objects[](#support-for-non-gobject-fundamental-objects "Permalink to this heading") | Annotation | Applies to | Description | Since | | --- | --- | --- | --- | | `(ref-func FUNC)` | identifier | `FUNC` is the function used to ref a struct, must be a GTypeInstance | [v0.9.2](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/1e9822c7) [bz#568913](https://bugzilla.gnome.org/show_bug.cgi?id=568913) | | `(unref-func FUNC)` | identifier | `FUNC` is the function used to unref a struct, must be a GTypeInstance | | | `(get-value-func FUNC)` | identifier | `FUNC` is the function used to convert a struct from a GValue, must be a GTypeInstance | | | `(set-value-func FUNC)` | identifier | `FUNC` is the function used to convert from a struct to a GValue, must be a GTypeInstance | | | `(copy-func FUNC)` | identifier | `FUNC` is the function used to copy a struct or a union | 1.76 | | `(free-func FUNC)` | identifier | `FUNC` is the function used to free a struct or a union | 1.76 | #### Type signature[](#type-signature "Permalink to this heading") | Annotation | Applies to | Description | Since | | --- | --- | --- | --- | | `(nullable)` | parameters, return value | Indicates that `NULL` may be a valid value for a parameter (in, out, inout), or return value (though note that return and out values which are only `NULL` when throwing an error should not be annotated as `(nullable)`). | [1.42](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/1459ff3e) [bz#660879](https://bugzilla.gnome.org/show_bug.cgi?id=660879) | | `(not nullable)` | parameters, return value | Indicates that `NULL` is not a valid value for a parameter (in, out, inout), or return value. | [1.48](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/10cb665f) [bz#729660](https://bugzilla.gnome.org/show_bug.cgi?id=729660) | | `(optional)` | parameters | For `(out)` or `(inout)` parameters, signifies that the caller can pass `NULL` to ignore this output parameter. | [1.42](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/1459ff3e) [bz#660879](https://bugzilla.gnome.org/show_bug.cgi?id=660879) | | `(in)` | parameters | In parameter. | v0.5.0 unknown | | `(out)` | parameters | Out parameter (automatically determine allocation). | v0.5.0 unknown | | `(out caller-allocates)` | parameters | Out parameter, where the calling code must allocate storage. | [v0.6.13](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/5589687a) [bz#604749](https://bugzilla.gnome.org/show_bug.cgi?id=604749) | | `(out callee-allocates)` | parameters | Out parameter, where the receiving function must allocate storage. | | | `(inout)` | parameters | In/out parameter. | v0.5.0 unknown | | `(type TYPE)` | identifier | Override the default type, used for properties | [v0.6.2](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/6de1b296) [bz#546739](https://bugzilla.gnome.org/show_bug.cgi?id=546739) | | | parameters, return value | override the parsed C type with given type | | | `(array)` | parameters, return value | Arrays. | v0.5.0 unknown | | `(array fixed-size=N)` | parameters, return value | array of fixed length N | v0.5.0 unknown | | `(array length=PARAM)` | parameters, return value | array, fetch the length from parameter PARAM | v0.5.0 unknown | | `(array zero-terminated=1)` | parameters, return value | array which is NULL terminated | [v0.6.0](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/d15f8cde) [bz#557786](https://bugzilla.gnome.org/show_bug.cgi?id=557786) | | `(element-type TYPE)` | parameters, return value | Specify the type of the element inside a container. Can be used in combination with (array). | v0.5.0 unknown | | `(element-type KTYPE VTYPE)` | parameters, return value | Specify the types of the keys and values in a dictionary-like container (eg, `GHashTable`). | v0.5.0 unknown | | `(foreign)` | identifier | The annotated symbol is a foreign struct, meaning it is not available in a g-i supported library. | [v0.6.12](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/1edeccd2) [bz#619450](https://bugzilla.gnome.org/show_bug.cgi?id=619450) | | `(scope TYPE)` | parameters | The parameter is a callback, the `TYPE` option indicates the lifetime of the call. It is mainly used by language bindings wanting to know when the resources required to do the call (for instance ffi closures) can be freed. | [v0.6.2](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/bc88ef7b) [bz#556489](https://bugzilla.gnome.org/show_bug.cgi?id=556489) | Scope types: * `call` (default) - Only valid for the duration of the call. Can be called multiple times during the call. * `async` - Only valid for the duration of the first callback invocation. Can only be called once. * `notified` - valid until the GDestroyNotify argument is called. Can be called multiple times before the GDestroyNotify is called. * `forever` - valid until the process terminates. An example of a function using the `call` scope is `g\_slist\_foreach()`. For `async` there is `g\_file\_read\_async()` and for notified `g\_idle\_add\_full()`. Default Annotations: To avoid having the developers annotate everything the introspection framework is providing sane default annotation values for a couple of situations: * `(in)` parameters: `(transfer none)` * `(inout)` and `(out)` parameters: `(transfer full)` + if `(caller allocates)` is set: `(transfer none)` * `gchar\*` means `(type utf8)` * return values: `(transfer full)` + `gchar\*` means `(type utf8) (transfer full)` + `const gchar\*` means `(type utf8) (transfer none)` + `GObject\*` defaults to `(transfer full)` #### Data annotations[](#data-annotations "Permalink to this heading") | Annotation | Applies to | Description | Since | | --- | --- | --- | --- | | `(value VALUE)` | identifier | Used to override constants for defined values, VALUE contains the evaluated value | v0.5.0 unknown | | `(attributes my.key=val my.key2)` | identifier, parameters, return value | Attributes are free-form “key=value” annotations. When present, at least one key has to be specified. Assigning values to keys is optional. | [v0.9.0](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/11cfe386) [bz#571548](https://bugzilla.gnome.org/show_bug.cgi?id=571548) | #### Deprecated GObject-Introspection annotations[](#deprecated-gobject-introspection-annotations "Permalink to this heading") | Annotation | Description | Since | | --- | --- | --- | | `(null-ok)` | Replaced by `(allow-none)` | [v0.6.0](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/dc651812) [bz#557405](https://bugzilla.gnome.org/show_bug.cgi?id=557405) | | `(in-out)` | Replaced by `(inout)` | [1.39.0](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/a2b22ce7) [bz#688897](https://bugzilla.gnome.org/show_bug.cgi?id=688897) | | `(allow-none)` | Replaced by `(nullable)` and `(optional)` | [1.42](https://gitlab.gnome.org/GNOME/gobject-introspection/commit/1459ff3e) [bz#660879](https://bugzilla.gnome.org/show_bug.cgi?id=660879) | #### Possible future GObject-Introspection annotations[](#possible-future-gobject-introspection-annotations "Permalink to this heading") These proposed additions are currently being discussed and in various stages of development. | Annotation | Applies to | Description | Since | | --- | --- | --- | --- | | `(default VALUE)` | parameters | Default value for a parameter. | [bz#558620](https://bugzilla.gnome.org/show_bug.cgi?id=558620) | | `(error-domains DOM1 DOM2)` | parameters | Typed errors, similar to `throws` in Java. | unknown | ### Default Basic Types[](#default-basic-types "Permalink to this heading") Basic types: * gpointer: pointer to anything * gboolean:boolean * gint[8,16,32,64]: integer * guint[8,16,32,64]: unsigned integer * glong: long * gulong: unsigned long * GType: a gtype * gfloat: float * gdouble: double * utf8: string encoded in UTF-8, not containing any embedded nuls * filename: filename string (see below) * guint8 array: binary data Filename type: The filename type represents an utf-8 string on Windows and a zero terminated guint8 array on Unix. It should be used for filenames, environment variables and process arguments. ### Reference to Object Instances[](#reference-to-object-instances "Permalink to this heading") Instances: * Object: a GObject instance * Gtk.Button: a Gtk.Button instance ### Examples[](#examples "Permalink to this heading") #### Transfer[](#transfer "Permalink to this heading") ``` /\*\* \* mylib\_get\_constant1: \* \* Returns: (transfer full): a constant, free when you used it \*/ gchar \* mylib\_get\_constant1 (void) { return g\_strdup("a constant"); } ``` ``` /\*\* \* mylib\_get\_constant2: \* \* Returns: (transfer none): another constant \*/ const gchar \* mylib\_get\_string2 (void) { return "another constant"; } ``` ``` /\*\* \* mylib\_get\_string\_list1: \* \* Returns: (element-type utf8) (transfer full): list of constants, \* free the list with g\_slist\_free and the elements with g\_free when done. \*/ GSList \* mylib\_get\_string\_list1 (void) { GSList \*l = NULL; l = g\_slist\_append (l, g\_strdup ("foo")); l = g\_slist\_append (l, g\_strdup ("bar")); return l; } ``` ``` /\*\* \* mylib\_get\_string\_list2: \* \* Returns: (element-type utf8) (transfer container): list of constants \* free the list with g\_slist\_free when done. \*/ GSList \* mylib\_get\_string\_list2 (void) { GSList \*l = NULL; l = g\_slist\_append (l, "foo"); l = g\_slist\_append (l, "bar"); return l; } ``` #### Array length[](#array-length "Permalink to this heading") ``` /\*\* \* gtk\_list\_store\_set\_column\_types: \* @store: a #GtkListStore \* @n\_columns: Length of @types \* @types: (array length=n\_columns): List of types \*/ void gtk\_list\_store\_set\_column\_types (GtkListStore \*list\_store, gint n\_columns, GType \*types); ``` #### Nullable parameters[](#nullable-parameters "Permalink to this heading") A number of things are nullable by convention, which means that you do not have to add a `(nullable)` annotation to your code for them to be marked as nullable in a GIR file. If you need to mark a parameter or return value as not nullable, use `(not nullable)` to override the convention. Conventionally, the following are automatically nullable: * `(closure)` parameters and their corresponding user data parameters * `gpointer` parameters and return types, unless also annotated with `(type)` ``` /\*\* \* gtk\_link\_button\_new\_with\_label: \* @uri: A URI \* @label: (nullable): A piece of text or NULL \*/ GtkWidget \* gtk\_link\_button\_new\_with\_label (const gchar \*uri, const gchar \*label); ``` ``` /\*\* \* g\_source\_add\_unix\_fd: \* @source: a #GSource \* @fd: the fd to monitor \* @events: an event mask \* \* Returns: (not nullable): an opaque tag \*/ gpointer g\_source\_add\_unix\_fd (GSource \*source, gint fd, GIOCondition events); /\*\* \* g\_source\_remove\_unix\_fd: \* @source: a #GSource \* @tag: (not nullable): the tag from g\_source\_add\_unix\_fd() \*/ void g\_source\_remove\_unix\_fd (GSource \*source, gpointer tag); ``` #### G(S)List contained types[](#g-s-list-contained-types "Permalink to this heading") ``` /\*\* \* gtk\_container\_get\_children: \* @container: A #GtkContainer \* \* Returns: (element-type Gtk.Widget) (transfer container): List of #GtkWidget \*/ GList\* gtk\_container\_get\_children (GtkContainer \*container); ``` ``` /\*\* \* FooBar:alist: (type GSList(NiceObj)) \* \* This property is a GSList of NiceObj GOjects. \*/ g\_object\_class\_install\_property (object\_class, FOO\_BAR\_PROP\_ALIST, g\_param\_spec\_pointer ("alist", "Alist", "A list of nice objects", G\_PARAM\_READWRITE)); ``` #### Direction[](#direction "Permalink to this heading") ``` /\*\* \* gtk\_widget\_get\_size\_request: \* @width: (out): Int to store width in \* @height: (out): Int to store height in \*/ ``` #### Out parameters[](#out-parameters "Permalink to this heading") This is a callee-allocates example; the (out) annotation automatically infers this from the fact that there’s a double indirection on a structure parameter. ``` typedef struct \_FooSubObj FooSubObj /\*\* \* foo\_obj\_get\_sub\_obj: \* @obj: A #FooObj \* @subobj: (out): A #FooSubObj \* \* Get a sub object. \*/ void foo\_obj\_get\_sub\_obj (FooObj \*obj, FooSubObj \*\*subobj) { \*subobj = foo\_sub\_object\_new (); } ``` This is a caller-allocates example; the (out) annotation automatically infers this from the fact that there’s only a single indirection on a structure parameter. ``` typedef struct \_FooIter FooIter; /\*\* \* foo\_obj\_get\_iter: \* @obj: A #FooObj \* @iter: (out): An iterator, will be initialized \* \* Get an iterator. \*/ void foo\_obj\_get\_iter (FooObj \*obj, FooIter \*iter) { iter->state = 0; } ``` An example which demonstrates an (optional) parameter: an (out) parameter where the caller can pass NULL if they don’t want to receive the (out) value. Note that if the GError is returned set, the value of contents and length might be unspecified and should therefore not be used or freed. ``` /\*\* \* g\_file\_get\_contents: \* @filename: name of a file to read contents from, in the GLib file name encoding \* @contents: (out): location to store an allocated string, use g\_free() to free the returned string \* @length: (out) (optional): location to store length in bytes of the contents, or NULL \* @error: return location for a GError, or NULL \* \* [...] \* \* Returns: TRUE on success, FALSE if an error occurred \*/ gboolean g\_file\_get\_contents (const gchar \*filename, gchar \*\*contents, gsize \*length, GError \*\*error); /\* this is valid because length has (optional) \*/ g\_file\_get\_contents ("/etc/motd", &motd, NULL, &error); // VALID /\* but this is not valid, according to those annotations \*/ g\_file\_get\_contents ("/etc/motd", NULL, NULL, &error); // NOT VALID ``` mylib\_hash\_table\_iter\_next() demonstrates the difference between (nullable) and (optional) for (out) parameters. For an (out) parameter, (optional) indicates that NULL may be passed by the caller to indicate they don’t want to receive the (out) value. (nullable) indicates that NULL may be passed out by the callee as the returned value. ``` /\*\* \* mylib\_hash\_table\_iter\_next: \* @iter: an initialized #MylibHashTableIter \* @key: (out) (optional): a location to store the key \* @value: (out) (optional) (nullable): a location to store the value \* \* [...] \* \* Returns: %FALSE if the end of the #MylibHashTable has been reached. \*/ gboolean mylib\_hash\_table\_iter\_next (MylibHashTableIter \*iter, gpointer \*key, gpointer \*value); /\* this is valid because value and key have (optional) \*/ mylib\_hash\_table\_iter\_next (iter, NULL, NULL); gpointer key, value; mylib\_hash\_table\_iter\_next (iter, &key, &value); if (value == NULL) /\* this is valid because value has (nullable) \*/ if (key == NULL) /\* this is NOT VALID because key does not have (nullable) \*/ ``` #### Rename to[](#rename-to "Permalink to this heading") Rename to is an advisory annotation. It’s not required to fulfill the advisory when generating or making a language binding. The way it is currently implemented, if you rename a function to a name already in use, it will remove the other binding. This is useful to eliminate unwanted/deprecated functions from the binding. Another (currently unimplemented) use for the rename annotation would be overloading; for example, overloading of constructors or, like in this example, overloading a method to be both an asynchronous and a synchronous one (depending on the amount and what kind of parameters). ``` /\*\* \* my\_type\_perform\_async: (rename-to my\_type\_perform) \* @self: The this ptr \* @data: data \* @callback: callback when async operation finished \* @user\_data: user\_data for @callback \* \* Asynchronously perform \*\*/ void my\_type\_perform\_async (MyType \*self, gpointer data, GFunc callback, gpointer user\_data); /\*\* \* my\_type\_perform: \* @self: The this ptr \* @data: data \* \* Perform \*\*/ void my\_type\_perform (MyType \*self, gpointer data); ``` In a language supporting method overloading, because we advised to rename to perform, and because we have another perform already, this could be bound like this: ``` class MyType { public void perform (Pointer data) { } public void perform (Pointer data, GFunc callback, Pointer user\_data) { } } ``` However, currently the generated gir/typelib will only contain information about my\_type\_perform\_async, which will shadow (ie, remove) the binding of my\_type\_perform. #### Attributes[](#attributes "Permalink to this heading") Attributes are arbitrary key/value pairs that can be attached to almost any item including classes, methods, signals, properties, parameters and return values. These attributes appear in both the .gir and the .typelib files. Attributes can serve as a mechanism for software higher in the toolchain. Attributes are name-spaced using dot as a separator. At least one dot must appear in the key name. ``` /\*\* \* my\_frobnicator\_poke\_path: (attributes gdbus.method PokePath) \* @frobnicator: A #MyFrobnicator \* @object\_path: (gdbus.signature o): An object path. \* \* Manipulate an object path. \* \* Returns: (gdbus.signature o): A new object path. Free with g\_free(). \*/ gchar \* my\_frobnicator\_poke\_path (MyFrobnicator \*frobnicator, const gchar \*object\_path) ``` #### Constants[](#constants "Permalink to this heading") ``` /\*\* \* MY\_CONSTANT: (value 100) \* A constant. \*/ #define MY\_CONSTANT 10 \* 10 ``` Writing Bindings[](#writing-bindings "Permalink to this heading") ------------------------------------------------------------------ ### Guidelines[](#guidelines "Permalink to this heading") This page is intended as a guide describing the process of writing a language binding for the GObject Introspection framework. * Decide if you want to make a language binding which is implementation agnostic or implementation specific. Some languages such as Python have libraries which are available across implementations. The Python module `ctypes` is a binding for the libffi language binding, which is implemented in a couple of different Python implementations. It’s usually easier to target a specific interpreter or compiler implementation so if you unsure, write a specific one. * For interpreted language implementations, construct the language binding on top of the [libgirepository](index.html#document-writingbindings/libgirepository) library instead of writing a code generator. It’ll make it easier for developers to use your language binding as they will be able to read the typelibs in runtime without having an extra intermediate step to generate the language specific metadata. The libgirepository library can also be used for bindings based upon code generators as an optimization, its a lot faster to read metadata from the typelib than it is to extract the metadata from the GIR XML files. * Use the Everything library in your unittests, aim at testing all functions there. Do testing as early as possible in the development of the binding, as the code is likely to be more complex than you anticipate. * Use the same coding style as your language. If libraries for your language normally uses underscores do that as well. For instance, Java bindings should have a method on it’s GtkButton wrapper called `setLabel` and not `set\_label`. * If there are existing GObject bindings, reuse them for improved compatibility. It’s a nice feature being able to use static bindings and introspected bindings together. The Perl & Python bindings does that. * Try to stay close to the C language semantics, for instance GObject should be mapped to a class and gtk\_button\_set\_label to a method of that class: > > > + java: `button.setLabel("foo")` > + javascript/python/vala: `button.set\_label("foo")` > + perl: `$button->set\_label("foo")` > + scheme: `(send button (set-label "foo"))` > ### libgirepository[](#libgirepository "Permalink to this heading") libgirepository is a C library which provides a C API for accessing the typelib data and for interacting with the corresponding GObject based libraries. For more information about libgirepository see the [API documentation](https://gnome.pages.gitlab.gnome.org/gobject-introspection/girepository/). The following example shows how to call the `g\_assertion\_message()` function from libglib-2.0: ``` #include <girepository.h> int main (void) { GIRepository \*repository; GError \*error = NULL; GIBaseInfo \*base\_info; GIArgument in\_args[5]; GIArgument retval; repository = g\_irepository\_get\_default (); g\_irepository\_require (repository, "GLib", "2.0", 0, &error); if (error) { g\_error ("ERROR: %s\n", error->message); return 1; } base\_info = g\_irepository\_find\_by\_name (repository, "GLib", "assertion\_message"); if (!base\_info) { g\_error ("ERROR: %s\n", "Could not find GLib.assertion\_message"); return 1; } in\_args[0].v\_pointer = (gpointer)"domain"; in\_args[1].v\_pointer = (gpointer)"glib-print.c"; in\_args[2].v\_int = 42; in\_args[3].v\_pointer = (gpointer)"main"; in\_args[4].v\_pointer = (gpointer)"hello world"; if (!g\_function\_info\_invoke ((GIFunctionInfo \*) base\_info, (const GIArgument \*) &in\_args, 5, NULL, 0, &retval, &error)) { g\_error ("ERROR: %s\n", error->message); return 1; } g\_base\_info\_unref (base\_info); return 0; } ``` Command Line Tools[](#command-line-tools "Permalink to this heading") ---------------------------------------------------------------------- ### g-ir-compiler[](#g-ir-compiler "Permalink to this heading") #### Typelib compiler[](#typelib-compiler "Permalink to this heading") Manual section: 1 ##### SYNOPSIS[](#synopsis "Permalink to this heading") **g-ir-compiler** [OPTION…] GIRFILE ##### DESCRIPTION[](#description "Permalink to this heading") g-ir-compiler converts one or more GIR files into one or more typelib. The output will be written to standard output unless the `--output` is specified. ##### OPTIONS[](#options "Permalink to this heading") `--help` Show help options `--output=FILENAME` Save the resulting output in FILENAME. `--verbose` Show verbose messages `--debug` Show debug messages `--includedir=DIRECTORY` Adds a directory which will be used to find includes inside the GIR format. `--module=MODULE` FIXME `--shared-library=FILENAME` Specifies the shared library where the symbols in the typelib can be found. The name of the library should not contain the ending shared library suffix. `--version` Show program’s version number and exit ##### BUGS[](#bugs "Permalink to this heading") Report bugs at <https://gitlab.gnome.org/GNOME/gobject-introspection/issues> ##### HOMEPAGE and CONTACT[](#homepage-and-contact "Permalink to this heading") <https://gi.readthedocs.io/> ##### AUTHORS[](#authors "Permalink to this heading") Mattias Clasen ### g-ir-doc-tool[](#g-ir-doc-tool "Permalink to this heading") #### Documentation builder[](#documentation-builder "Permalink to this heading") Manual section: 1 ##### SYNOPSIS[](#synopsis "Permalink to this heading") **g-ir-doc-tool** [OPTION…] GIRFILE ##### DESCRIPTION[](#description "Permalink to this heading") g-ir-doc-tool builds library documentation directly from .gir files. The output is adjusted according to which programming language you’re generating docs for. ##### OPTIONS[](#options "Permalink to this heading") `--help` Show help options `--output=DIRECTORY` Save the resulting output in DIRECTORY. `--format=FORMAT` Output format. One of devdocs, mallard or sections. `--language=LANGUAGE` Output language. One of c, python, or gjs. `--add-include-path=DIRECTORY` Adds a directory which will be used to find includes inside the GIR format. `--version` Show program’s version number and exit `--write-sections-file` Backwards-compatible equivalent to -f sections. ##### BUGS[](#bugs "Permalink to this heading") Report bugs at <https://gitlab.gnome.org/GNOME/gobject-introspection/issues> ##### HOMEPAGE and CONTACT[](#homepage-and-contact "Permalink to this heading") <https://gi.readthedocs.io/> ##### AUTHORS[](#authors "Permalink to this heading") David King ### g-ir-generate[](#g-ir-generate "Permalink to this heading") #### Typelib generator[](#typelib-generator "Permalink to this heading") Manual section: 1 ##### SYNOPSIS[](#synopsis "Permalink to this heading") **g-ir-generate** [OPTION…] FILES… ##### DESCRIPTION[](#description "Permalink to this heading") g-ir-generate is an GIR generator, using the repository API. It generates GIR files from a raw typelib or in a shared library (`--shlib`). The output will be written to standard output unless the `--output` is specified. ##### OPTIONS[](#options "Permalink to this heading") `--help` Show help options `--shlib=FILENAME` The shared library to read the symbols from. `--output=FILENAME` Save the resulting output in FILENAME. `--version` Show program’s version number and exit ##### BUGS[](#bugs "Permalink to this heading") Report bugs at <https://gitlab.gnome.org/GNOME/gobject-introspection/issues> ##### HOMEPAGE and CONTACT[](#homepage-and-contact "Permalink to this heading") <https://gi.readthedocs.io/> ##### AUTHORS[](#authors "Permalink to this heading") Mattias Clasen ### g-ir-scanner[](#g-ir-scanner "Permalink to this heading") #### Extracting C metadata from sources and headers[](#extracting-c-metadata-from-sources-and-headers "Permalink to this heading") Manual section: 1 ##### SYNOPSIS[](#synopsis "Permalink to this heading") **g-ir-scanner** [OPTION…] FILES… ##### DESCRIPTION[](#description "Permalink to this heading") g-ir-scanner is a tool which generates GIR XML files by parsing headers and introspecting GObject based libraries. It is usually invoked during the normal build step for a project and the information is saved to disk and later installed, so that language bindings and other applications can use it. Header files and source files are passed in as arguments on the command line. The suffix determines whether a file be treated as a source file (.c) or a header file (.h). Currently only C based libraries are supported by the scanner. ##### OPTIONS[](#options "Permalink to this heading") `--help` Show help options `--quiet` If passed, do not print details of normal operation. `--warn-all` Display warnings for public API which is not introspectable. `--warn-error` Make warnings be fatal errors. `--strict` Display warnings for introspectable API that may present issues when consumed by known language bindings. `--format=FORMAT` This parameters decides which the resulting format will be used. The default value is gir. `--include=NAME` Add the specified introspection dependency to the scanned namespace. NAME is of the form NAMESPACE-VERSION, like Gtk-3.0. `--include-uninstalled=PATH` Add the specified introspection dependency to the scanned namespace. This differs from `--include` in that it takes a file path, and does not process the pkg-config dependencies (since they may not be installed yet). `--add-include-path=PATH` Add a directory to the path which the scanner uses to find GIR files. Can be used multiple times to specify multiple directories `-i, --library=LIBRARY` Specifies a library that will be introspected. This means that the \*\_get\_type() functions in it will be called for GObject data types. The name of the library should not contain the leading lib prefix nor the ending shared library suffix. `-L, --library-path=PATH` Include this directory when searching for a library. This option can be specified multiple times to include more than one directory to look for libraries in. `-Idirectory` Include this directory in the list of directories to be searched for header files. You need to pass to the scanner all the directories you’d normally pass to the compiler when using the specified source files. `--c-include=C\_INCLUDES` Headers which should be included in C programs. This option can be specified multiple times to include more than one header. `-n, --namespace=NAME` The namespace name. This name should be capitalized, eg the first letter should be upper case. Examples: Gtk, Clutter, WebKit. `--no-libtool` Disable usage of libtool for compiling stub introspection binary. Use this if your build system does not require libtool. `--libtool` Full path to libtool executable. Typically used for Automake systems. `--nsversion=VERSION` The namespace version. For instance 1.0. This is usually the platform version, eg 2.0 for Gtk+, not 2.12.7. `-p, --program=PROGRAM` Specifies a binary that will be introspected. This means that the \*\_get\_type() functions in it will be called for GObject data types. The binary must be modified to take a `--introspect-dump=` option, and to pass the argument to this function to g\_irepository\_dump. `--program-arg=ARG` Additional argument to pass to program for introspection. `--identifier-prefix=PREFIX` This option may be specified multiple times. Each one gives a prefix that will be stripped from all C identifiers. If none specified, the namespace will be used. Eg, an identifier prefix of Foo will export the identifier typdef struct \_FooBar FooBar; as Foo.Bar. `--symbol-prefix=PREFIX` This option may be specified multiple times. Each one gives a prefix that will be stripped from all C symbols. Eg, an symbol prefix of foo will export the symbol foo\_bar\_do\_something as Foo.Bar.do\_something. `--accept-unprefixed` If specified, the scanner will accept identifiers and symbols which do not match the namespace prefix. Try to avoid using this if possible. `--output=FILENAME` Name of the file to output. Normally namespace + format extension. Eg, GLib-2.0.gir. `--pkg=PACKAGE` List of pkg-config packages to get compiler and linker flags from. This option can be specified multiple times to include flags from several pkg-config packages. `--pkg-export=PACKAGE` List of pkg-config packages that are provided by the generated gir. This option can be specified multiple times if the gir provides more packages. If not specified, the packages specified with `--pkg=` will be used. `--compiler=COMPILER` The C compiler to be used internally by g-ir-scanner when introspecting the run time type information, like properties, signals, ancestors, and implemented interfaces. It has the same semantics as the `CC` environment variable. `--verbose` Be verbose, include some debugging information. ##### ENVIRONMENT VARIABLES[](#environment-variables "Permalink to this heading") The g-ir-scanner uses the `XDG\_DATA\_DIRS` variable to check for dirs, the girs are located in `XDG\_DATA\_DIRS/gir-1.0`. It is normally set on a distribution so you shouldn’t need to set it yourself. The variable `GI\_SCANNER\_DISABLE\_CACHE` ensures that the scanner will not write cache data to `$HOME`. The variable `GI\_SCANNER\_DEBUG` can be used to debug issues in the build-system that involve g-ir-scanner. When it is set to `save-temps`, then g-ir-scanner will not remove temporary files and directories after it terminates. The variable `GI\_HOST\_OS` can be used to control the OS name on the host that runs the scanner. It has the same semantics as the Python `os.name` property. ##### BUGS[](#bugs "Permalink to this heading") Report bugs at <https://gitlab.gnome.org/GNOME/gobject-introspection/issues> ##### HOMEPAGE and CONTACT[](#homepage-and-contact "Permalink to this heading") <https://gi.readthedocs.io/> ##### AUTHORS[](#authors "Permalink to this heading") Johan Dahlin [g-ir-compiler](index.html#document-tools/g-ir-compiler)Typelib compiler [g-ir-doc-tool](index.html#document-tools/g-ir-doc-tool)Documentation builder [g-ir-generate](index.html#document-tools/g-ir-generate)Typelib generator [g-ir-scanner](index.html#document-tools/g-ir-scanner)Extracting C metadata from sources and headers GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate metadata files, in addition to the actual native C library. Then language bindings can read this metadata and automatically provide bindings to call into the C library. [![_images/overview.svg](_images/overview.svg)](_images/overview.svg) The GI project consists of: * an XML format called GIR containing introspection information in a machine parseable format * a Python package to create and parse the GIR format * a scanner to generate GIR format from C source and headers * a typelib similar to xpcom/msole which stores the information on disk in a binary format * a compiler to compile the typelib from a xml format (and vice versa) * C library to read the typelib, [libgirepository](index.html#document-writingbindings/libgirepository). Getting the code[](#getting-the-code "Permalink to this heading") ------------------------------------------------------------------ The latest stable release is available from <https://download.gnome.org/sources/gobject-introspection> GObject Introspection is stored in git and can be fetched: ``` git clone https://gitlab.gnome.org/GNOME/gobject-introspection.git ``` You can browse the repository online [here](https://gitlab.gnome.org/GNOME/gobject-introspection/). Reporting bugs[](#reporting-bugs "Permalink to this heading") -------------------------------------------------------------- For a list of existing bugs and feature requests, see the [issues page](https://gitlab.gnome.org/GNOME/gobject-introspection/issues). You can also [open an issue](https://gitlab.gnome.org/GNOME/gobject-introspection/issues/new). Contact[](#contact "Permalink to this heading") ------------------------------------------------ For questions or additional information, please use: * Discourse: <https://discourse.gnome.org/tag/introspection> * IRC: #introspection on irc.gnome.org
graphql
go
Graphene-Python@import url("https://fonts.googleapis.com/css?family=Fira+Mono|Open+Sans:400,600");.nonexisting[data-jsx="3652023954"]{content:""}.graphene-header[data-jsx="3652023954"]{background:#000000;width:100%;font-family:"klavika-web";font-weight:300;font-size:18px;color:#ffffff;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0}#menu[data-jsx="3652023954"]{position:absolute;top:0}.graphene-logo{vertical-align:middle}.graphene-header[data-jsx="3652023954"] .container[data-jsx="3652023954"]{height:48px;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tagline[data-jsx="3652023954"]{margin-left:auto;color:#a4b1b2;font-size:14px;-webkit-letter-spacing:0;-moz-letter-spacing:0;-ms-letter-spacing:0;letter-spacing:0;margin-bottom:0;margin-top:0;text-transform:none;font-weight:normal}.tagline[data-jsx="3652023954"] b[data-jsx="3652023954"]{font-weight:400;-webkit-letter-spacing:0.3px;-moz-letter-spacing:0.3px;-ms-letter-spacing:0.3px;letter-spacing:0.3px;color:white}svg.arrow{margin-left:8px;position:relative;top:2px}#search-docs{padding:5px 5px 5px 29px;margin-top:-2px;vertical-align:middle;font-size:14px;width:180px;background:transparent;border:none;background-image:url("/search.svg");background-size:16px 16px;background-repeat:no-repeat;background-position-y:center;background-position-x:5px;border-bottom:1px solid rgba(0,0,0,0.1)}.background-mobile-menu[data-jsx="3652023954"]{position:fixed;z-index:9999;background:rgba(200,200,200,0.3);top:0;bottom:0;right:0;left:0;display:none}.mobile-menu[data-jsx="3652023954"]{display:none;color:black}#search-docs:focus{outline:none;border-bottom-color:rgba(0,0,0,0.6)}.navbar-header-contrast[data-jsx="3652023954"] #search-docs{background-image:url("https://graphene-python.org/search-white.svg");color:white;border-bottom-color:rgba(255,255,255,0.5)}.navbar-header-contrast[data-jsx="3652023954"] #search-docs:focus{border-bottom-color:#ffffff}.navbar-header-contrast[data-jsx="3652023954"] #search-docs::-webkit-input-placeholder{color:rgba(255,255,255,0.6)}.navbar-header-contrast[data-jsx="3652023954"] #search-docs::-moz-placeholder{color:rgba(255,255,255,0.6)}.navbar-header-contrast[data-jsx="3652023954"] #search-docs:-ms-input-placeholder{color:rgba(255,255,255,0.6)}.navbar-header-contrast[data-jsx="3652023954"] #search-docs::placeholder{color:rgba(255,255,255,0.6)}.navbar-header-contrast[data-jsx="3652023954"]{background-image:linear-gradient( -180deg, #f67049 0%, #e14b2e 100% )}.navbar-header[data-jsx="3652023954"]{height:94px}.navbar-header[data-jsx="3652023954"] .container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:94px}.navbar-header[data-jsx="3652023954"] nav[data-jsx="3652023954"]{height:100%;display:block;margin-left:auto}.nav-link{height:100%;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#555555;font-size:13px;font-family:"Open Sans",sans-serif;font-weight:600;height:94px;line-height:94px;padding:0 10px;margin:0;text-decoration:none;font-weight:600;position:relative}@media (max-width:992px){#search-docs{width:120px}}.nav-link-active{color:black}.nav-link-active:before{position:absolute;content:"";bottom:-10px;width:4px;height:4px;left:50%;margin-left:-2px;border-radius:2px;background:black}.navbar-header-contrast[data-jsx="3652023954"] .nav-link-active:before{background:white}.nav-link:hover{color:black}.navbar-header-contrast[data-jsx="3652023954"] .nav-link{color:white}.navbar-header-contrast[data-jsx="3652023954"] .nav-link:hover{color:#eee}@media (max-width:768px){#search-docs{display:none}.mobile-menu[data-jsx="3652023954"]{display:block;position:absolute;right:20px;font-size:20px}.navbar-header-contrast[data-jsx="3652023954"] .mobile-menu[data-jsx="3652023954"]{color:white}.tagline[data-jsx="3652023954"] .hide-mobile[data-jsx="3652023954"]{display:none}.navbar-header[data-jsx="3652023954"] nav[data-jsx="3652023954"]{height:auto;color:black;position:fixed;top:0;bottom:0;right:0;width:280px;display:block;background:white;z-index:10000;-webkit-transform:translateX(305px);-ms-transform:translateX(305px);transform:translateX(305px);box-shadow:0px 2px 25px rgba(0,0,0,0.15);-webkit-transition:all 0.5s cubic-bezier(0.55,0,0.1,1);transition:all 0.5s cubic-bezier(0.55,0,0.1,1)}.navbar-header-contrast[data-jsx="3652023954"] .nav-link{color:black}.navbar-header-contrast[data-jsx="3652023954"] .nav-link:hover{color:#333}.mobile-menu[data-jsx="3652023954"]{display:block}#menu[data-jsx="3652023954"]:target~.background-mobile-menu[data-jsx="3652023954"]{display:block;cursor:default}#menu[data-jsx="3652023954"]:target~nav[data-jsx="3652023954"]{-webkit-transform:translateX(0px);-ms-transform:translateX(0px);transform:translateX(0px)}.navbar-header[data-jsx="3652023954"] .nav-link{height:auto;display:block;width:100%;text-align:center;padding:0;margin:18px 0;line-height:20px}}.nonexisting[data-jsx="3652023954"]{content:""} /\*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNyYy9sYXlvdXRzL2luZGV4LmpzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXdIb0IsQUFHaUMsQUFHRCxBQVVELEFBSUksQUFLVixBQUtLLEFBVUQsQUFNQSxBQUtTLEFBZVYsQUFVRixBQUlBLEFBSXdELEFBS3pDLEFBR0csQUFPOUIsQUFJVyxBQUdDLEFBTUQsQUFLQSxBQWdCRSxBQUlGLEFBR00sQUFXRCxBQUdMLEFBR0EsQUFHRCxBQUtJLEFBR0MsQUFNRixBQUdDLEFBR0QsQUFlQSxBQUdELEFBR0csQUFHQSxBQUlZLEFBR2QsQUFVa0UsQUFFekQsV0E5RHpCLEFBc0NFLENBN0ttQixBQThFckIsQUFTZ0IsQUFLSyxBQWdCbkIsQUFJRixBQWlCQSxBQUdBLEFBaUJFLEFBTWMsQUFlZCxBQWdCZ0IsQ0F2SUosQUFJMkIsQUFxRnZDLEFBWUEsQ0FUb0IsQUFpQ3BCLEFBR2lCLENBMUlKLENBMUJRLEFBTUgsQ0FoQkosQUF5SGhCLENBdklRLEFBNEhLLENBdElBLENBSGIsRUFpQkEsQ0EyTUEsQ0E5TUEsQUFvS21CLENBbElELEFBMEJsQixDQW9DbUIsQUFtR0osRUFqSnVCLEFBc0J0QyxBQUdBLENBaURlLEFBZ0ViLENBck0wQixDQXVCWCxDQTBJRixFQTFITCxHQXNLWSxFQS9CWixFQWxJYyxDQUp4QixBQThGWSxDQTVCWixBQXdEbUIsRUFhTixDQXZKTSxHQWlEbkIsR0E4RGEsRUF5Q0QsQ0E4QkUsQ0E3TUksRUFrS2hCLEdBdkdNLENBcUhRLENBcElDLEFBMkZOLEVBdUVPLEVBbEpQLEVBZUcsQ0FlZCxFQXpGaUIsQUF1SUUsRUF2Q0UsQUFnRkgsRUFwSFIsRUFoQkksQ0FrS08sRUFuSTBCLEdBZHRDLEdBNURPLENBZ0xLLENBekNELENBM0ZLLEFBeUp2QixDQXhJYSxLQWlKYixLQTdNaUIsR0E2RG5CLENBL0NlLEFBNEZDLEFBc0VFLEVBekNDLE1BM0ZMLElBZkEsRUE4RUcsQUFzRWUsSUF2R2hDLENBOERBLENBM0ZzQyxJQWZ0QyxFQVRrQixHQXVGb0IsYUF0RnZCLGFBQ08sQ0F1Qk0sTUFpRGQsRUFjSSxVQTlGbEIsQUFpRkEsQ0F4RXFCLEtBc0ZQLENBN0dkLENBOEM4QixVQWdFWCxFQXRGbkIsZUF1RmlCLENBaEVjLEFBa0lpQixjQWpFckMsU0FDWSxNQWpFSyxZQWtJMEIsR0FoRXBDLFdBakUyQixLQWtFekIsa0JBQ3BCLGlCQWxFQSxnREFpSUUiLCJmaWxlIjoic3JjL2xheW91dHMvaW5kZXguanMiLCJzb3VyY2VSb290IjoiL29wdC9idWlsZC9yZXBvIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFJlYWN0IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IFByb3BUeXBlcyBmcm9tIFwicHJvcC10eXBlc1wiO1xuaW1wb3J0IExpbmsgZnJvbSBcImdhdHNieS1saW5rXCI7XG5pbXBvcnQgSGVsbWV0IGZyb20gXCJyZWFjdC1oZWxtZXRcIjtcbmltcG9ydCBHcmFwaGVuZUxvZ28gZnJvbSBcIi4vZ3JhcGhlbmUtbG9nby5zdmdcIjtcbmltcG9ydCBBcnJvdyBmcm9tIFwiLi9hcnJvdy5zdmdcIjtcbmltcG9ydCBMb2dvT25XaGl0ZSBmcm9tIFwiLi9sb2dvLW9uLXdoaXRlLnN2Z1wiO1xuaW1wb3J0IEdyYXBoZW5lTG9nb1doaXRlIGZyb20gXCIuL2dyYXBoZW5lLWxvZ28td2hpdGUuc3ZnXCI7XG5pbXBvcnQgeyBGYUdpdGh1YiwgRmFCYXJzIH0gZnJvbSBcInJlYWN0LWljb25zL2ZhXCI7XG5cbmltcG9ydCBcImRvY3NlYXJjaC5qcy9kaXN0L2Nkbi9kb2NzZWFyY2gubWluLmNzc1wiO1xuaW1wb3J0IFwiLi9pbmRleC5jc3NcIjtcblxuY29uc3QgU0VBUkNIX0RPQ1MgPSB0cnVlO1xuXG4vLyBsZXQgZG9jc2VhcmNoO1xuLy8gaWYgKHR5cGVvZiB3aW5kb3cgIT09IFwidW5kZWZpbmVkXCIgJiYgU0VBUkNIX0RPQ1MpIHtcbi8vICAgZG9jc2VhcmNoID0gcmVxdWlyZShcImRvY3NlYXJjaC5qcy9kaXN0L2Nkbi9kb2NzZWFyY2gubWluXCIpO1xuLy8gICB0cnkge1xuLy8gICAgIGRvY3NlYXJjaCh7XG4vLyAgICAgICBhcGlLZXk6IFwiNGI2ZDBhZmE4MDE5N2RiMzU4ODY1NTViNWVmNDcyMWZcIixcbi8vICAgICAgIGlucHV0U2VsZWN0b3I6IFwiI3NlYXJjaC1kb2NzXCIsXG4vLyAgICAgICBpbmRleE5hbWU6IFwiZ3JhcGhlbmVfcHl0aG9uXCIsXG4vLyAgICAgICB0cmFuc2Zvcm1EYXRhOiBmdW5jdGlvbihzdWdnZXN0aW9ucykge1xuLy8gICAgICAgICByZXR1cm4gc3VnZ2VzdGlvbnMubWFwKGZ1bmN0aW9uKHN1Z2dlc3Rpb24pIHtcbi8vICAgICAgICAgICBzdWdnZXN0aW9uLnVybC5yZXBsYWNlKFwiaHR0cDpcIiwgXCJodHRwczpcIik7XG4vLyAgICAgICAgICAgcmV0dXJuIHN1Z2dlc3Rpb247XG4vLyAgICAgICAgIH0pO1xuLy8gICAgICAgfSxcbi8vICAgICAgIC8vIFwic3RhcnRfdXJsc1wiOiBbXCJodHRwczovL3d3dy5leGFtcGxlLmNvbS9kb2NzXCJdLFxuLy8gICAgICAgZGVidWc6IGZhbHNlXG4vLyAgICAgfSk7XG4vLyAgIH0gY2F0Y2ggKGUpIHt9XG4vLyB9IGVsc2Uge1xuLy8gICBkb2NzZWFyY2ggPSBmYWxzZTtcbi8vIH1cblxuY29uc3QgSGVhZGVyTGluayA9ICh7IHRvLCBjaGlsZHJlbiwgZG9jcywgLi4uZXh0cmEgfSkgPT4ge1xuICBpZiAoZG9jcykge1xuICAgIHJldHVybiAoXG4gICAgICA8YSBocmVmPXtgaHR0cHM6Ly9ncmFwaGVuZS1weXRob24ub3JnJHt0b31gfSB7Li4uZXh0cmF9PlxuICAgICAgICB7Y2hpbGRyZW59XG4gICAgICA8L2E+XG4gICAgKTtcbiAgfVxuICByZXR1cm4gKFxuICAgIDxMaW5rIHRvPXt0b30gey4uLmV4dHJhfT5cbiAgICAgIHtjaGlsZHJlbn1cbiAgICA8L0xpbms+XG4gICk7XG59O1xuXG5jbGFzcyBIZWFkZXIgZXh0ZW5kcyBSZWFjdC5Db21wb25lbnQge1xuICBjb21wb25lbnREaWRNb3VudCgpIHtcbiAgICB0cnkge1xuICAgICAgaWYgKFNFQVJDSF9ET0NTICYmIHR5cGVvZiB3aW5kb3cgIT09IFwidW5kZWZpbmVkXCIpIHtcbiAgICAgICAgbGV0IGRvY3NlYXJjaCA9IHJlcXVpcmUoXCJkb2NzZWFyY2guanMvZGlzdC9jZG4vZG9jc2VhcmNoLm1pblwiKTtcbiAgICAgICAgZG9jc2VhcmNoKHtcbiAgICAgICAgICBhcGlLZXk6IFwiNGI2ZDBhZmE4MDE5N2RiMzU4ODY1NTViNWVmNDcyMWZcIixcbiAgICAgICAgICBpbnB1dFNlbGVjdG9yOiBcIiNzZWFyY2gtZG9jc1wiLFxuICAgICAgICAgIGluZGV4TmFtZTogXCJncmFwaGVuZV9weXRob25cIixcbiAgICAgICAgICB0cmFuc2Zvcm1EYXRhOiBmdW5jdGlvbihzdWdnZXN0aW9ucykge1xuICAgICAgICAgICAgcmV0dXJuIHN1Z2dlc3Rpb25zLm1hcChmdW5jdGlvbihzdWdnZXN0aW9uKSB7XG4gICAgICAgICAgICAgIHN1Z2dlc3Rpb24udXJsID0gc3VnZ2VzdGlvbi51cmwucmVwbGFjZShcImh0dHA6XCIsIFwiaHR0cHM6XCIpO1xuICAgICAgICAgICAgICByZXR1cm4gc3VnZ2VzdGlvbjtcbiAgICAgICAgICAgIH0pO1xuICAgICAgICAgIH1cbiAgICAgICAgICAvLyBkZWJ1ZzogdHJ1ZVxuICAgICAgICB9KTtcbiAgICAgIH1cbiAgICB9IGNhdGNoIChlKSB7fVxuICB9XG4gIHJlbmRlcigpIHtcbiAgICBsZXQgeyBkb2NzIH0gPSB0aGlzLnByb3BzO1xuICAgIHJldHVybiAoXG4gICAgICA8ZGl2PlxuICAgICAgICA8aGVhZGVyXG4gICAgICAgICAgY2xhc3NOYW1lPXtgbmF2YmFyLWhlYWRlciAgJHtkb2NzID8gXCJuYXZiYXItaGVhZGVyLWNvbnRyYXN0XCIgOiBcIlwifWB9XG4gICAgICAgID5cbiAgICAgICAgICA8ZGl2IGNsYXNzTmFtZT1cImNvbnRhaW5lclwiPlxuICAgICAgICAgICAgPEhlYWRlckxpbmsgdG89XCIvXCIgY2xhc3NOYW1lPVwibG9nby1saW5rXCI+XG4gICAgICAgICAgICAgIHtkb2NzID8gPEdyYXBoZW5lTG9nb1doaXRlIC8+IDogPExvZ29PbldoaXRlIC8+fVxuICAgICAgICAgICAgPC9IZWFkZXJMaW5rPlxuICAgICAgICAgICAgPGEgaWQ9XCJtZW51XCIgLz5cbiAgICAgICAgICAgIDxhIGhyZWY9XCIjbWVudVwiIGNsYXNzTmFtZT1cIm1vYmlsZS1tZW51XCI+XG4gICAgICAgICAgICAgIDxGYUJhcnMgLz5cbiAgICAgICAgICAgIDwvYT5cbiAgICAgICAgICAgIDxhIGNsYXNzTmFtZT1cImJhY2tncm91bmQtbW9iaWxlLW1lbnVcIiBocmVmPVwiI1wiIC8+XG4gICAgICAgICAgICA8bmF2PlxuICAgICAgICAgICAgICB7U0VBUkNIX0RPQ1MgPyAoXG4gICAgICAgICAgICAgICAgPGlucHV0XG4gICAgICAgICAgICAgICAgICBpZD1cInNlYXJjaC1kb2NzXCJcbiAgICAgICAgICAgICAgICAgIHR5cGU9XCJ0ZXh0XCJcbiAgICAgICAgICAgICAgICAgIHBsYWNlaG9sZGVyPVwiU2VhcmNoIHRoZSBkb2NzLi4uXCJcbiAgICAgICAgICAgICAgICAvPlxuICAgICAgICAgICAgICApIDogbnVsbH1cbiAgICAgICAgICAgICAgPGFcbiAgICAgICAgICAgICAgICBocmVmPVwiaHR0cHM6Ly9kb2NzLmdyYXBoZW5lLXB5dGhvbi5vcmcvXCJcbiAgICAgICAgICAgICAgICBjbGFzc05hbWU9e2BuYXYtbGluayAke2RvY3MgPyBcIm5hdi1saW5rLWFjdGl2ZVwiIDogXCJcIn1gfVxuICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgRG9jdW1lbnRhdGlvblxuICAgICAgICAgICAgICA8L2E+XG4gICAgICAgICAgICAgIDxIZWFkZXJMaW5rXG4gICAgICAgICAgICAgICAgdG89XCIvdGVhbVwiXG4gICAgICAgICAgICAgICAgZG9jcz17ZG9jc31cbiAgICAgICAgICAgICAgICBjbGFzc05hbWU9XCJuYXYtbGlua1wiXG4gICAgICAgICAgICAgICAgYWN0aXZlQ2xhc3NOYW1lPVwibmF2LWxpbmstYWN0aXZlXCJcbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIFRlYW1cbiAgICAgICAgICAgICAgPC9IZWFkZXJMaW5rPlxuICAgICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgIGNsYXNzTmFtZT1cIm5hdi1saW5rXCJcbiAgICAgICAgICAgICAgICBocmVmPVwiaHR0cHM6Ly9naXRodWIuY29tL2dyYXBocWwtcHl0aG9uL2dyYXBoZW5lXCJcbiAgICAgICAgICAgICAgPlxuICAgICAgICAgICAgICAgIDxGYUdpdGh1YiAvPiBHaXRodWJcbiAgICAgICAgICAgICAgPC9hPlxuICAgICAgICAgICAgPC9uYXY+XG4gICAgICAgICAgPC9kaXY+XG4gICAgICAgIDwvaGVhZGVyPlxuXG4gICAgICAgIDxzdHlsZSBqc3g+e2BcbiAgICAgICAgICAubm9uZXhpc3Rpbmcge1xuICAgICAgICAgICAgY29udGVudDogXCJ7JSByYXcgJX1cIjtcbiAgICAgICAgICB9XG4gICAgICAgICAgLmdyYXBoZW5lLWhlYWRlciB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kOiAjMDAwMDAwO1xuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgICAgICAvKiBHcmFwaGVuZTogKi9cbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiBcImtsYXZpa2Etd2ViXCI7XG4gICAgICAgICAgICBmb250LXdlaWdodDogMzAwO1xuICAgICAgICAgICAgZm9udC1zaXplOiAxOHB4O1xuICAgICAgICAgICAgY29sb3I6ICNmZmZmZmY7XG4gICAgICAgICAgICBsZXR0ZXItc3BhY2luZzogMDtcbiAgICAgICAgICB9XG4gICAgICAgICAgI21lbnUge1xuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgICAgdG9wOiAwO1xuICAgICAgICAgIH1cbiAgICAgICAgICA6Z2xvYmFsKC5ncmFwaGVuZS1sb2dvKSB7XG4gICAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICAgICAgICAgIH1cbiAgICAgICAgICAuZ3JhcGhlbmUtaGVhZGVyIHtcbiAgICAgICAgICB9XG4gICAgICAgICAgLmdyYXBoZW5lLWhlYWRlciAuY29udGFpbmVyIHtcbiAgICAgICAgICAgIGhlaWdodDogNDhweDtcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gICAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICAgIH1cbiAgICAgICAgICAudGFnbGluZSB7XG4gICAgICAgICAgICBtYXJnaW4tbGVmdDogYXV0bztcbiAgICAgICAgICAgIGNvbG9yOiAjYTRiMWIyO1xuICAgICAgICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgICAgICAgbGV0dGVyLXNwYWNpbmc6IDA7XG4gICAgICAgICAgICBtYXJnaW4tYm90dG9tOiAwO1xuICAgICAgICAgICAgbWFyZ2luLXRvcDogMDtcbiAgICAgICAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiAgICAgICAgICB9XG4gICAgICAgICAgLnRhZ2xpbmUgYiB7XG4gICAgICAgICAgICBmb250LXdlaWdodDogNDAwO1xuICAgICAgICAgICAgbGV0dGVyLXNwYWNpbmc6IDAuM3B4O1xuICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xuICAgICAgICAgIH1cbiAgICAgICAgICA6Z2xvYmFsKHN2Zy5hcnJvdykge1xuICAgICAgICAgICAgLyp2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlOyovXG4gICAgICAgICAgICBtYXJnaW4tbGVmdDogOHB4O1xuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICAgICAgdG9wOiAycHg7XG4gICAgICAgICAgfVxuICAgICAgICAgIDpnbG9iYWwoI3NlYXJjaC1kb2NzKSB7XG4gICAgICAgICAgICBwYWRkaW5nOiA1cHggNXB4IDVweCAyOXB4O1xuICAgICAgICAgICAgbWFyZ2luLXRvcDogLTJweDtcbiAgICAgICAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgICAgICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICAgICAgICB3aWR0aDogMTgwcHg7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICAgICAgICAgIGJvcmRlcjogbm9uZTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi9zZWFyY2guc3ZnXCIpO1xuICAgICAgICAgICAgYmFja2dyb3VuZC1zaXplOiAxNnB4IDE2cHg7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLXJlcGVhdDogbm8tcmVwZWF0O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1wb3NpdGlvbi15OiBjZW50ZXI7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLXBvc2l0aW9uLXg6IDVweDtcbiAgICAgICAgICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCByZ2JhKDAsIDAsIDAsIDAuMSk7XG4gICAgICAgICAgfVxuICAgICAgICAgIC5iYWNrZ3JvdW5kLW1vYmlsZS1tZW51IHtcbiAgICAgICAgICAgIHBvc2l0aW9uOiBmaXhlZDtcbiAgICAgICAgICAgIHotaW5kZXg6IDk5OTk7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kOiByZ2JhKDIwMCwgMjAwLCAyMDAsIDAuMyk7XG4gICAgICAgICAgICB0b3A6IDA7XG4gICAgICAgICAgICBib3R0b206IDA7XG4gICAgICAgICAgICByaWdodDogMDtcbiAgICAgICAgICAgIGxlZnQ6IDA7XG4gICAgICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgICAgIH1cbiAgICAgICAgICAubW9iaWxlLW1lbnUge1xuICAgICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgICAgIGNvbG9yOiBibGFjaztcbiAgICAgICAgICB9XG4gICAgICAgICAgOmdsb2JhbCgjc2VhcmNoLWRvY3MpOmZvY3VzIHtcbiAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgICAgICBib3JkZXItYm90dG9tLWNvbG9yOiByZ2JhKDAsIDAsIDAsIDAuNik7XG4gICAgICAgICAgfVxuICAgICAgICAgIC5uYXZiYXItaGVhZGVyLWNvbnRyYXN0IDpnbG9iYWwoI3NlYXJjaC1kb2NzKSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCJodHRwczovL2dyYXBoZW5lLXB5dGhvbi5vcmcvc2VhcmNoLXdoaXRlLnN2Z1wiKTtcbiAgICAgICAgICAgIGNvbG9yOiB3aGl0ZTtcbiAgICAgICAgICAgIGJvcmRlci1ib3R0b20tY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC41KTtcbiAgICAgICAgICB9XG4gICAgICAgICAgLm5hdmJhci1oZWFkZXItY29udHJhc3QgOmdsb2JhbCgjc2VhcmNoLWRvY3MpOmZvY3VzIHtcbiAgICAgICAgICAgIGJvcmRlci1ib3R0b20tY29sb3I6ICNmZmZmZmY7XG4gICAgICAgICAgfVxuICAgICAgICAgIC5uYXZiYXItaGVhZGVyLWNvbnRyYXN0IDpnbG9iYWwoI3NlYXJjaC1kb2NzKTo6cGxhY2Vob2xkZXIge1xuICAgICAgICAgICAgY29sb3I6IHJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KTtcbiAgICAgICAgICB9XG4gICAgICAgICAgLm5hdmJhci1oZWFkZXItY29udHJhc3Qge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1pbWFnZTogbGluZWFyLWdyYWRpZW50KFxuICAgICAgICAgICAgICAtMTgwZGVnLFxuICAgICAgICAgICAgICAjZjY3MDQ5IDAlLFxuICAgICAgICAgICAgICAjZTE0YjJlIDEwMCVcbiAgICAgICAgICAgICk7XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgLm5hdmJhci1oZWFkZXIge1xuICAgICAgICAgICAgaGVpZ2h0OiA5NHB4O1xuICAgICAgICAgIH1cbiAgICAgICAgICAubmF2YmFyLWhlYWRlciA6Z2xvYmFsKC5jb250YWluZXIpIHtcbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuICAgICAgICAgICAgaGVpZ2h0OiA5NHB4O1xuICAgICAgICAgIH1cblxuICAgICAgICAgIC5uYXZiYXItaGVhZGVyIG5hdiB7XG4gICAgICAgICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiBhdXRvO1xuICAgICAgICAgIH1cbiAgICAgICAgICA6Z2xvYmFsKC5uYXYtbGluaykge1xuICAgICAgICAgICAgaGVpZ2h0OiAxMDAlO1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICAgICAgICAgIGNvbG9yOiAjNTU1NTU1O1xuICAgICAgICAgICAgZm9udC1zaXplOiAxM3B4O1xuICAgICAgICAgICAgZm9udC1mYW1pbHk6IFwiT3BlbiBTYW5zXCIsIHNhbnMtc2VyaWY7XG4gICAgICAgICAgICBmb250LXdlaWdodDogNjAwO1xuICAgICAgICAgICAgaGVpZ2h0OiA5NHB4O1xuICAgICAgICAgICAgbGluZS1oZWlnaHQ6IDk0cHg7XG4gICAgICAgICAgICBwYWRkaW5nOiAwIDEwcHg7XG4gICAgICAgICAgICBtYXJnaW46IDA7XG4gICAgICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICAgICAgICBmb250LXdlaWdodDogNjAwO1xuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgICAgIH1cbiAgICAgICAgICBAbWVkaWEgKG1heC13aWR0aDogOTkycHgpIHtcbiAgICAgICAgICAgIDpnbG9iYWwoI3NlYXJjaC1kb2NzKSB7XG4gICAgICAgICAgICAgIHdpZHRoOiAxMjBweDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICB9XG4gICAgICAgICAgOmdsb2JhbCgubmF2LWxpbmstYWN0aXZlKSB7XG4gICAgICAgICAgICBjb2xvcjogYmxhY2s7XG4gICAgICAgICAgfVxuICAgICAgICAgIDpnbG9iYWwoLm5hdi1saW5rLWFjdGl2ZSk6YmVmb3JlIHtcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgIGNvbnRlbnQ6IFwiXCI7XG4gICAgICAgICAgICBib3R0b206IC0xMHB4O1xuICAgICAgICAgICAgd2lkdGg6IDRweDtcbiAgICAgICAgICAgIGhlaWdodDogNHB4O1xuICAgICAgICAgICAgbGVmdDogNTAlO1xuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IC0ycHg7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAycHg7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kOiBibGFjaztcbiAgICAgICAgICB9XG4gICAgICAgICAgLm5hdmJhci1oZWFkZXItY29udHJhc3QgOmdsb2JhbCgubmF2LWxpbmstYWN0aXZlKTpiZWZvcmUge1xuICAgICAgICAgICAgYmFja2dyb3VuZDogd2hpdGU7XG4gICAgICAgICAgfVxuICAgICAgICAgIDpnbG9iYWwoLm5hdi1saW5rKTpob3ZlciB7XG4gICAgICAgICAgICBjb2xvcjogYmxhY2s7XG4gICAgICAgICAgfVxuICAgICAgICAgIC5uYXZiYXItaGVhZGVyLWNvbnRyYXN0IDpnbG9iYWwoLm5hdi1saW5rKSB7XG4gICAgICAgICAgICBjb2xvcjogd2hpdGU7XG4gICAgICAgICAgfVxuICAgICAgICAgIC5uYXZiYXItaGVhZGVyLWNvbnRyYXN0IDpnbG9iYWwoLm5hdi1saW5rKTpob3ZlciB7XG4gICAgICAgICAgICBjb2xvcjogI2VlZTtcbiAgICAgICAgICB9XG5cbiAgICAgICAgICBAbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgICAgICAgICAgIDpnbG9iYWwoI3NlYXJjaC1kb2NzKSB7XG4gICAgICAgICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAubW9iaWxlLW1lbnUge1xuICAgICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgICAgICByaWdodDogMjBweDtcbiAgICAgICAgICAgICAgZm9udC1zaXplOiAyMHB4O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLm5hdmJhci1oZWFkZXItY29udHJhc3QgLm1vYmlsZS1tZW51IHtcbiAgICAgICAgICAgICAgY29sb3I6IHdoaXRlO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLnRhZ2xpbmUgLmhpZGUtbW9iaWxlIHtcbiAgICAgICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIC5uYXZiYXItaGVhZGVyIG5hdiB7XG4gICAgICAgICAgICAgIGhlaWdodDogYXV0bztcbiAgICAgICAgICAgICAgY29sb3I6IGJsYWNrO1xuICAgICAgICAgICAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgICAgICAgICAgIHRvcDogMDtcbiAgICAgICAgICAgICAgYm90dG9tOiAwO1xuICAgICAgICAgICAgICByaWdodDogMDtcbiAgICAgICAgICAgICAgd2lkdGg6IDI4MHB4O1xuICAgICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICAgICAgYmFja2dyb3VuZDogd2hpdGU7XG4gICAgICAgICAgICAgIHotaW5kZXg6IDEwMDAwO1xuICAgICAgICAgICAgICB0cmFuc2Zvcm06IHRyYW5zbGF0ZVgoMzA1cHgpO1xuICAgICAgICAgICAgICBib3gtc2hhZG93OiAwcHggMnB4IDI1cHggcmdiYSgwLCAwLCAwLCAwLjE1KTtcbiAgICAgICAgICAgICAgdHJhbnNpdGlvbjogYWxsIDAuNXMgY3ViaWMtYmV6aWVyKDAuNTUsIDAsIDAuMSwgMSk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAubmF2YmFyLWhlYWRlci1jb250cmFzdCA6Z2xvYmFsKC5uYXYtbGluaykge1xuICAgICAgICAgICAgICBjb2xvcjogYmxhY2s7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAubmF2YmFyLWhlYWRlci1jb250cmFzdCA6Z2xvYmFsKC5uYXYtbGluayk6aG92ZXIge1xuICAgICAgICAgICAgICBjb2xvcjogIzMzMztcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIC5tb2JpbGUtbWVudSB7XG4gICAgICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgI21lbnU6dGFyZ2V0IH4gLmJhY2tncm91bmQtbW9iaWxlLW1lbnUge1xuICAgICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgI21lbnU6dGFyZ2V0IH4gbmF2IHtcbiAgICAgICAgICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVYKDBweCk7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAubmF2YmFyLWhlYWRlciA6Z2xvYmFsKC5uYXYtbGluaykge1xuICAgICAgICAgICAgICBoZWlnaHQ6IGF1dG87XG4gICAgICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICAgICAgICBtYXJnaW46IDE4cHggMDtcbiAgICAgICAgICAgICAgbGluZS1oZWlnaHQ6IDIwcHg7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgfVxuXG4gICAgICAgICAgQGltcG9ydCB1cmwoXCJodHRwczovL2ZvbnRzLmdvb2dsZWFwaXMuY29tL2Nzcz9mYW1pbHk9RmlyYStNb25vfE9wZW4rU2Fuczo0MDAsNjAwXCIpO1xuICAgICAgICAgIC5ub25leGlzdGluZyB7XG4gICAgICAgICAgICBjb250ZW50OiBcInslIGVuZHJhdyAlfVwiO1xuICAgICAgICAgIH1cbiAgICAgICAgYH08L3N0eWxlPlxuICAgICAgICA8c2NyaXB0XG4gICAgICAgICAgdHlwZT1cInRleHQvamF2YXNjcmlwdFwiXG4gICAgICAgICAgZGFuZ2Vyb3VzbHlTZXRJbm5lckhUTUw9e3tcbiAgICAgICAgICAgIF9faHRtbDogYFxuICAgICAgICAgICAgZG9jc2VhcmNoKHtcbiAgICAgICAgICAgICAgYXBpS2V5OiBcIjRiNmQwYWZhODAxOTdkYjM1ODg2NTU1YjVlZjQ3MjFmXCIsXG4gICAgICAgICAgICAgIGlucHV0U2VsZWN0b3I6IFwiI3NlYXJjaC1kb2NzXCIsXG4gICAgICAgICAgICAgIGluZGV4TmFtZTogXCJncmFwaGVuZV9weXRob25cIixcbiAgICAgICAgICAgICAgdHJhbnNmb3JtRGF0YTogZnVuY3Rpb24oc3VnZ2VzdGlvbnMpIHtcbiAgICAgICAgICAgICAgICByZXR1cm4gc3VnZ2VzdGlvbnMubWFwKGZ1bmN0aW9uKHN1Z2dlc3Rpb24pIHtcbiAgICAgICAgICAgICAgICAgIHN1Z2dlc3Rpb24udXJsID0gc3VnZ2VzdGlvbi51cmwucmVwbGFjZShcImh0dHA6XCIsIFwiaHR0cHM6XCIpO1xuICAgICAgICAgICAgICAgICAgcmV0dXJuIHN1Z2dlc3Rpb247XG4gICAgICAgICAgICAgICAgfSk7XG4gICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH0pO2BcbiAgICAgICAgICB9fVxuICAgICAgICAvPlxuICAgICAgPC9kaXY+XG4gICAgKTtcbiAgfVxufVxuXG5jb25zdCBUZW1wbGF0ZVdyYXBwZXIgPSAoeyBjaGlsZHJlbiwgLi4ub3RoZXJQcm9wcyB9KSA9PiB7XG4gIGNvbnN0IGRvY3MgPSBvdGhlclByb3BzLmxvY2F0aW9uLnBhdGhuYW1lLmluZGV4T2YoXCIvZG9jc1wiKSA+IC0xO1xuICByZXR1cm4gKFxuICAgIDxkaXY+XG4gICAgICA8SGVsbWV0XG4gICAgICAgIHRpdGxlPVwiR3JhcGhlbmUtUHl0aG9uXCJcbiAgICAgICAgbWV0YT17W1xuICAgICAgICAgIHsgbmFtZTogXCJkZXNjcmlwdGlvblwiLCBjb250ZW50OiBcIkdyYXBoZW5lIGZyYW1ld29yayBmb3IgUHl0aG9uXCIgfSxcbiAgICAgICAgICB7IG5hbWU6IFwia2V5d29yZHNcIiwgY29udGVudDogXCJncmFwaGVuZSwgZ3JhcGhxbCwgcHl0aG9uLCBmcmFtZXdvcmtcIiB9XG4gICAgICAgIF19XG4gICAgICA+XG4gICAgICAgIDxzY3JpcHQgc3JjPVwiaHR0cHM6Ly9jZG4uanNkZWxpdnIubmV0L25wbS9kb2NzZWFyY2guanNAMi9kaXN0L2Nkbi9kb2NzZWFyY2gubWluLmpzXCIgLz5cbiAgICAgICAgey8qPHNjcmlwdD5cbiAgICAgICAgICB7YFxuICAgICAgZG9jc2VhcmNoKHtcbiAgICAgICAgYXBpS2V5OiBcIjRiNmQwYWZhODAxOTdkYjM1ODg2NTU1YjVlZjQ3MjFmXCIsXG4gICAgICAgIGlucHV0U2VsZWN0b3I6IFwiI3NlYXJjaC1kb2NzXCIsXG4gICAgICAgIGluZGV4TmFtZTogXCJncmFwaGVuZV9weXRob25cIixcbiAgICAgICAgdHJhbnNmb3JtRGF0YTogZnVuY3Rpb24oc3VnZ2VzdGlvbnMpIHtcbiAgICAgICAgICByZXR1cm4gc3VnZ2VzdGlvbnMubWFwKGZ1bmN0aW9uKHN1Z2dlc3Rpb24pIHtcbiAgICAgICAgICAgIHN1Z2dlc3Rpb24udXJsID0gc3VnZ2VzdGlvbi51cmwucmVwbGFjZShcImh0dHA6XCIsIFwiaHR0cHM6XCIpO1xuICAgICAgICAgICAgcmV0dXJuIHN1Z2dlc3Rpb247XG4gICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICAgIH0pO2B9XG4gICAgPC9zY3JpcHQ+Ki99XG4gICAgICA8L0hlbG1ldD5cbiAgICAgIDxIZWFkZXIgZG9jcz17ZG9jc30gLz5cbiAgICAgIDxkaXY+e2NoaWxkcmVuKCl9PC9kaXY+XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5UZW1wbGF0ZVdyYXBwZXIucHJvcFR5cGVzID0ge1xuICBjaGlsZHJlbjogUHJvcFR5cGVzLmZ1bmNcbn07XG5cbmV4cG9ydCBkZWZhdWx0IFRlbXBsYXRlV3JhcHBlcjtcbiJdfQ== \*/ /\*@ sourceURL=src/layouts/index.js \*/.docs-container{margin-top:54px;display:flex;margin-bottom:80px;color:#333}p{line-height:1.5}.callout a{color:#fff}.docs-side-nav{width:25%;margin-right:40px;min-width:200px;max-width:260px}.docs-main{flex:1}.sphinxsidebarwrapper ul{list-style:none;margin:0;padding:0}.sphinxsidebarwrapperlinks{margin-top:24px}.sphinxsidebarwrapperlinks a{font-size:16px;letter-spacing:0;color:#333}.sphinxsidebarwrapperlinks a.current{font-weight:700;color:#e14b2e}.documentwrapper h1,.documentwrapper h2,.documentwrapper h3,.documentwrapper h4,.documentwrapper h5{font-weight:500}.documentwrapper h1{font-size:36px}.documentwrapper h2{font-size:30px}.documentwrapper h3{font-size:26px}.documentwrapper h4{font-size:22px}.headerlink{display:none}.documentwrapper h1:hover .headerlink,.documentwrapper h2:hover .headerlink,.documentwrapper h3:hover .headerlink,.documentwrapper h4:hover .headerlink,.documentwrapper h5:hover .headerlink{margin-left:8px;display:inline}.go-buttons{margin-top:60px}.go-buttons .go-previous{float:left}.go-buttons .go-next{float:right}.sphinxsidebar li{padding:6px 0}.sphinxsidebar ul{list-style:none}.sphinxsidebar ul>li{font-size:15px;color:#e14b2e;letter-spacing:.2px}.sphinxsidebar ul>li>ul{margin-top:10px;border-left:2px solid #999;padding-left:16px}.sphinxsidebar ul>li>ul>li{font-size:14px;font-weight:400;color:#343434}.sphinxsidebar .toctree-l1>a{font-weight:400}.sphinxsidebar .sphinxsidebarwrapper li.current>a{color:#e14b2e;font-weight:500}.sphinxsidebar .sphinxsidebarwrapper li.current a:hover{color:#e14b2e}.sphinxsidebar .sphinxsidebarwrapper li.current>ul{border-left:2px solid #e14b2e}.wy-breadcrumbs{list-style:none}.wy-breadcrumbs li{display:inline-block;margin-right:5px;color:#606060}.wy-breadcrumbs li.wy-breadcrumbs-aside{float:right}.wy-breadcrumbs li a{display:inline-block;padding:5px;color:#606060}.wy-breadcrumbs li a:first-child{padding-left:0}.rst-content .wy-breadcrumbs li tt,.wy-breadcrumbs li .rst-content tt,.wy-breadcrumbs li code{padding:5px;border:none;background:none}.fa-github,.rst-content .wy-breadcrumbs li tt.literal,.wy-breadcrumbs li .rst-content tt.literal,.wy-breadcrumbs li code.literal{color:#404040}.wy-breadcrumbs-extra{margin-bottom:0;color:#b3b3b3;font-size:80%;display:inline-block}.section ul,.toctree-wrapper ul,article ul{list-style:disc;line-height:24px;margin-bottom:24px}.section ul li,.toctree-wrapper ul li,article ul li{list-style:disc;margin-left:24px}.section ul li p:last-child,.section ul li ul,.toctree-wrapper ul li p:last-child,.toctree-wrapper ul li ul,article ul li p:last-child,article ul li ul{margin-bottom:0}.section ul li li,.toctree-wrapper ul li li,article ul li li{list-style:circle}.section ul li li li,.toctree-wrapper ul li li li,article ul li li li{list-style:square}.section ul li ol li,.toctree-wrapper ul li ol li,article ul li ol li{list-style:decimal}.highlight .hll{background-color:#49483e}.code{box-sizing:border-box;max-width:100%;white-space:pre}pre{font-size:16px}.docutils.literal{border:1px solid #666;background:#eee;padding:3px 6px;border-radius:2px}.highlight{background:#272822;color:#f8f8f2;padding:8px 16px}.highlight pre{white-space:pre;overflow-x:auto}.highlight .c{color:#75715e}.highlight .err{color:#960050;background-color:#1e0010}.highlight .k{color:#66d9ef}.highlight .l{color:#ae81ff}.highlight .n{color:#f8f8f2}.highlight .o{color:#f92672}.highlight .p{color:#f8f8f2}.highlight .c1,.highlight .ch,.highlight .cm,.highlight .cp,.highlight .cpf,.highlight .cs{color:#75715e}.highlight .gd{color:#f92672}.highlight .ge{font-style:italic}.highlight .gi{color:#a6e22e}.highlight .gs{font-weight:700}.highlight .gu{color:#75715e}.highlight .kc,.highlight .kd{color:#66d9ef}.highlight .kn{color:#f92672}.highlight .kp,.highlight .kr,.highlight .kt{color:#66d9ef}.highlight .ld{color:#e6db74}.highlight .m{color:#ae81ff}.highlight .s{color:#e6db74}.highlight .na{color:#a6e22e}.highlight .nb{color:#f8f8f2}.highlight .nc{color:#a6e22e}.highlight .no{color:#66d9ef}.highlight .nd{color:#a6e22e}.highlight .ni{color:#f8f8f2}.highlight .ne,.highlight .nf{color:#a6e22e}.highlight .nl,.highlight .nn{color:#f8f8f2}.highlight .nx{color:#a6e22e}.highlight .py{color:#f8f8f2}.highlight .nt{color:#f92672}.highlight .nv{color:#f8f8f2}.highlight .ow{color:#f92672}.highlight .w{color:#f8f8f2}.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#ae81ff}.highlight .dl,.highlight .s2,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .sd{color:#e6db74}.highlight .se{color:#ae81ff}.highlight .s1,.highlight .sh,.highlight .si,.highlight .sr,.highlight .ss,.highlight .sx{color:#e6db74}.highlight .bp{color:#f8f8f2}.highlight .fm{color:#a6e22e}.highlight .vc,.highlight .vg,.highlight .vi,.highlight .vm{color:#f8f8f2}.highlight .il{color:#ae81ff}.searchbox{display:inline-block;position:relative;width:200px;height:32px!important;white-space:nowrap;box-sizing:border-box;visibility:visible!important}.searchbox .algolia-autocomplete{display:block;width:100%;height:100%}.searchbox\_\_wrapper{width:100%;height:100%;z-index:1;position:relative}.searchbox\_\_input{display:inline-block;box-sizing:border-box;transition:box-shadow .4s ease,background .4s ease;border:0;border-radius:16px;box-shadow:inset 0 0 0 1px #ccc;background:#fff!important;padding:0;padding-right:26px;padding-left:32px;width:100%;height:100%;vertical-align:middle;white-space:normal;font-size:12px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.searchbox\_\_input::-webkit-search-cancel-button,.searchbox\_\_input::-webkit-search-decoration,.searchbox\_\_input::-webkit-search-results-button,.searchbox\_\_input::-webkit-search-results-decoration{display:none}.searchbox\_\_input:hover{box-shadow:inset 0 0 0 1px #b3b3b3}.searchbox\_\_input:active,.searchbox\_\_input:focus{outline:0;box-shadow:inset 0 0 0 1px #aaa;background:#fff}.searchbox\_\_input::-webkit-input-placeholder{color:#aaa}.searchbox\_\_input:-ms-input-placeholder,.searchbox\_\_input::-ms-input-placeholder{color:#aaa}.searchbox\_\_input::placeholder{color:#aaa}.searchbox\_\_submit{position:absolute;top:0;margin:0;border:0;border-radius:16px 0 0 16px;background-color:rgba(69,142,225,0);padding:0;width:32px;height:100%;vertical-align:middle;text-align:center;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:inherit;left:0}.searchbox\_\_submit:before{display:inline-block;margin-right:-4px;height:100%;vertical-align:middle;content:""}.searchbox\_\_submit:active,.searchbox\_\_submit:hover{cursor:pointer}.searchbox\_\_submit:focus{outline:0}.searchbox\_\_submit svg{width:14px;height:14px;vertical-align:middle;fill:#6d7e96}.searchbox\_\_reset{display:block;position:absolute;top:8px;right:8px;margin:0;border:0;background:none;cursor:pointer;padding:0;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;fill:rgba(0,0,0,.5)}.searchbox\_\_reset.hide{display:none}.searchbox\_\_reset:focus{outline:0}.searchbox\_\_reset svg{display:block;margin:4px;width:8px;height:8px}.searchbox\_\_input:valid~.searchbox\_\_reset{display:block;-webkit-animation-name:a;animation-name:a;-webkit-animation-duration:.15s;animation-duration:.15s}@-webkit-keyframes a{0%{-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes a{0%{-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0);opacity:0}to{-webkit-transform:none;transform:none;opacity:1}}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu{right:0!important;left:inherit!important}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before{right:48px}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu{left:0!important;right:inherit!important}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before{left:48px}.algolia-autocomplete .ds-dropdown-menu{top:-6px;border-radius:4px;margin:6px 0 0;padding:0;text-align:left;height:auto;position:relative;background:transparent;border:none;z-index:1;max-width:600px;min-width:500px;box-shadow:0 1px 0 0 rgba(0,0,0,.2),0 2px 3px 0 rgba(0,0,0,.1)}.algolia-autocomplete .ds-dropdown-menu:before{display:block;position:absolute;content:"";width:14px;height:14px;background:#fff;z-index:2;top:-7px;border-top:1px solid #d9d9d9;border-right:1px solid #d9d9d9;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:2px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{position:relative;z-index:2;margin-top:8px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion{cursor:pointer}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple,.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:rgba(69,142,225,.05)}.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-]{position:relative;border:1px solid #d9d9d9;background:#fff;border-radius:4px;overflow:auto;padding:0 8px 8px}.algolia-autocomplete .ds-dropdown-menu \*{box-sizing:border-box}.algolia-autocomplete .algolia-docsearch-suggestion{position:relative;padding:0 8px;background:#fff;color:#02060c;overflow:hidden}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#174d8c;background:rgba(143,187,237,.1);padding:.1em .05em}.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight{color:inherit;background:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{padding:0 0 1px;background:inherit;box-shadow:inset 0 -2px 0 0 rgba(69,142,225,.8);color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--content{display:block;float:right;width:70%;position:relative;padding:5.33333px 0 5.33333px 10.66667px;cursor:pointer}.algolia-autocomplete .algolia-docsearch-suggestion--content:before{content:"";position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;left:-1px}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{position:relative;border-bottom:1px solid #ddd;display:none;margin-top:8px;padding:4px 0;font-size:1em;color:#33363d}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{width:100%;float:left;padding:8px 0 0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:left;width:30%;padding-left:0;text-align:right;position:relative;padding:5.33333px 10.66667px;color:#a4a7ae;font-size:.9em;word-wrap:break-word}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before{content:"";position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;right:0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight{background-color:inherit;color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline{display:none}.algolia-autocomplete .algolia-docsearch-suggestion--title{margin-bottom:4px;color:#02060c;font-size:.9em;font-weight:700}.algolia-autocomplete .algolia-docsearch-suggestion--text{display:block;line-height:1.2em;font-size:.85em;color:#63676d}.algolia-autocomplete .algolia-docsearch-suggestion--no-results{width:100%;padding:8px 0;text-align:center;font-size:1.2em}.algolia-autocomplete .algolia-docsearch-suggestion--no-results:before{display:none}.algolia-autocomplete .algolia-docsearch-suggestion code{padding:1px 5px;font-size:90%;border:none;color:#222;background-color:#ebebeb;border-radius:3px;font-family:Menlo,Monaco,Consolas,Courier New,monospace}.algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight{background:none}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion\_\_main .algolia-docsearch-suggestion--category-header,.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion\_\_secondary{display:block}@media (min-width:768px){.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column{display:block}}@media (max-width:768px){.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column{display:inline-block;width:auto;float:left;color:#02060c;font-size:.9em;font-weight:700;text-align:left;padding:0;opacity:.5}.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:before{display:none}.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--subcategory-column:after{content:"|"}.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content{display:inline-block;width:auto;text-align:left;float:left;padding:0}.algolia-autocomplete .algolia-docsearch-suggestion .algolia-docsearch-suggestion--content:before{display:none}}.algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion{border-bottom:1px solid #eee;padding:8px;margin:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content{width:100%;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content:before{display:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header{margin:0;padding:0;display:block;width:100%;border:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1:before{background-image:url('data:image/svg+xml;utf8,<svg width="10" height="10" viewBox="0 0 20 38" xmlns="http://www.w3.org/2000/svg"><path d="M1.49 4.31l14 16.126.002-2.624-14 16.074-1.314 1.51 3.017 2.626 1.313-1.508 14-16.075 1.142-1.313-1.14-1.313-14-16.125L3.2.18.18 2.8l1.31 1.51z" fill-rule="evenodd" fill="%231D3657" /></svg>');content:"";width:10px;height:10px;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper{width:100%;float:left;margin:0;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline{display:none!important}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title{margin:0;color:#458ee1;font-size:.9em;font-weight:400}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title:before{content:"#";font-weight:700;color:#458ee1;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text{margin:4px 0 0;display:block;line-height:1.4em;padding:5.33333px 8px;background:#f8f8f8;font-size:.85em;opacity:.8}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{color:#3f4145;font-weight:700;box-shadow:none}.algolia-autocomplete .algolia-docsearch-footer{width:110px;height:20px;z-index:3;margin-top:10.66667px;float:right;font-size:0;line-height:0}.algolia-autocomplete .algolia-docsearch-footer--logo{background-image:url("data:image/svg+xml;utf8,<svg viewBox='0 0 130 18' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient x1='-36.868%' y1='134.936%' x2='129.432%' y2='-27.7%' id='a'><stop stop-color='%2300AEFF' offset='0%'/><stop stop-color='%233369E7' offset='100%'/></linearGradient></defs><g fill='none' fill-rule='evenodd'><path d='M59.399.022h13.299a2.372 2.372 0 0 1 2.377 2.364V15.62a2.372 2.372 0 0 1-2.377 2.364H59.399a2.372 2.372 0 0 1-2.377-2.364V2.381A2.368 2.368 0 0 1 59.399.022z' fill='url(%23a)'/><path d='M66.257 4.56c-2.815 0-5.1 2.272-5.1 5.078 0 2.806 2.284 5.072 5.1 5.072 2.815 0 5.1-2.272 5.1-5.078 0-2.806-2.279-5.072-5.1-5.072zm0 8.652c-1.983 0-3.593-1.602-3.593-3.574 0-1.972 1.61-3.574 3.593-3.574 1.983 0 3.593 1.602 3.593 3.574a3.582 3.582 0 0 1-3.593 3.574zm0-6.418v2.664c0 .076.082.131.153.093l2.377-1.226c.055-.027.071-.093.044-.147a2.96 2.96 0 0 0-2.465-1.487c-.055 0-.11.044-.11.104l.001-.001zm-3.33-1.956l-.312-.311a.783.783 0 0 0-1.106 0l-.372.37a.773.773 0 0 0 0 1.101l.307.305c.049.049.121.038.164-.011.181-.245.378-.479.597-.697.225-.223.455-.42.707-.599.055-.033.06-.109.016-.158h-.001zm5.001-.806v-.616a.781.781 0 0 0-.783-.779h-1.824a.78.78 0 0 0-.783.779v.632c0 .071.066.12.137.104a5.736 5.736 0 0 1 1.588-.223c.52 0 1.035.071 1.534.207a.106.106 0 0 0 .131-.104z' fill='%23FFF'/><path d='M102.162 13.762c0 1.455-.372 2.517-1.123 3.193-.75.676-1.895 1.013-3.44 1.013-.564 0-1.736-.109-2.673-.316l.345-1.689c.783.163 1.819.207 2.361.207.86 0 1.473-.174 1.84-.523.367-.349.548-.866.548-1.553v-.349a6.374 6.374 0 0 1-.838.316 4.151 4.151 0 0 1-1.194.158 4.515 4.515 0 0 1-1.616-.278 3.385 3.385 0 0 1-1.254-.817 3.744 3.744 0 0 1-.811-1.351c-.192-.539-.29-1.504-.29-2.212 0-.665.104-1.498.307-2.054a3.925 3.925 0 0 1 .904-1.433 4.124 4.124 0 0 1 1.441-.926 5.31 5.31 0 0 1 1.945-.365c.696 0 1.337.087 1.961.191a15.86 15.86 0 0 1 1.588.332v8.456h-.001zm-5.954-4.206c0 .893.197 1.885.592 2.299.394.414.904.621 1.528.621.34 0 .663-.049.964-.142a2.75 2.75 0 0 0 .734-.332v-5.29a8.531 8.531 0 0 0-1.413-.18c-.778-.022-1.369.294-1.786.801-.411.507-.619 1.395-.619 2.223zm16.12 0c0 .719-.104 1.264-.318 1.858a4.389 4.389 0 0 1-.904 1.52c-.389.42-.854.746-1.402.975-.548.229-1.391.36-1.813.36-.422-.005-1.26-.125-1.802-.36a4.088 4.088 0 0 1-1.397-.975 4.486 4.486 0 0 1-.909-1.52 5.037 5.037 0 0 1-.329-1.858c0-.719.099-1.411.318-1.999.219-.588.526-1.09.92-1.509.394-.42.865-.741 1.402-.97a4.547 4.547 0 0 1 1.786-.338 4.69 4.69 0 0 1 1.791.338c.548.229 1.019.55 1.402.97.389.42.69.921.909 1.509.23.588.345 1.28.345 1.999h.001zm-2.191.005c0-.921-.203-1.689-.597-2.223-.394-.539-.948-.806-1.654-.806-.707 0-1.26.267-1.654.806-.394.539-.586 1.302-.586 2.223 0 .932.197 1.558.592 2.098.394.545.948.812 1.654.812.707 0 1.26-.272 1.654-.812.394-.545.592-1.166.592-2.098h-.001zm6.962 4.707c-3.511.016-3.511-2.822-3.511-3.274L113.583.926l2.142-.338v10.003c0 .256 0 1.88 1.375 1.885v1.792h-.001zm3.774 0h-2.153V5.072l2.153-.338v9.534zm-1.079-10.542c.718 0 1.304-.578 1.304-1.291 0-.714-.581-1.291-1.304-1.291-.723 0-1.304.578-1.304 1.291 0 .714.586 1.291 1.304 1.291zm6.431 1.013c.707 0 1.304.087 1.786.262.482.174.871.42 1.156.73.285.311.488.735.608 1.182.126.447.186.937.186 1.476v5.481a25.24 25.24 0 0 1-1.495.251c-.668.098-1.419.147-2.251.147a6.829 6.829 0 0 1-1.517-.158 3.213 3.213 0 0 1-1.178-.507 2.455 2.455 0 0 1-.761-.904c-.181-.37-.274-.893-.274-1.438 0-.523.104-.855.307-1.215.208-.36.487-.654.838-.883a3.609 3.609 0 0 1 1.227-.49 7.073 7.073 0 0 1 2.202-.103c.263.027.537.076.833.147v-.349c0-.245-.027-.479-.088-.697a1.486 1.486 0 0 0-.307-.583c-.148-.169-.34-.3-.581-.392a2.536 2.536 0 0 0-.915-.163c-.493 0-.942.06-1.353.131-.411.071-.75.153-1.008.245l-.257-1.749c.268-.093.668-.185 1.183-.278a9.335 9.335 0 0 1 1.66-.142l-.001-.001zm.181 7.731c.657 0 1.145-.038 1.484-.104v-2.168a5.097 5.097 0 0 0-1.978-.104c-.241.033-.46.098-.652.191a1.167 1.167 0 0 0-.466.392c-.121.169-.175.267-.175.523 0 .501.175.79.493.981.323.196.75.289 1.293.289h.001zM84.109 4.794c.707 0 1.304.087 1.786.262.482.174.871.42 1.156.73.29.316.487.735.608 1.182.126.447.186.937.186 1.476v5.481a25.24 25.24 0 0 1-1.495.251c-.668.098-1.419.147-2.251.147a6.829 6.829 0 0 1-1.517-.158 3.213 3.213 0 0 1-1.178-.507 2.455 2.455 0 0 1-.761-.904c-.181-.37-.274-.893-.274-1.438 0-.523.104-.855.307-1.215.208-.36.487-.654.838-.883a3.609 3.609 0 0 1 1.227-.49 7.073 7.073 0 0 1 2.202-.103c.257.027.537.076.833.147v-.349c0-.245-.027-.479-.088-.697a1.486 1.486 0 0 0-.307-.583c-.148-.169-.34-.3-.581-.392a2.536 2.536 0 0 0-.915-.163c-.493 0-.942.06-1.353.131-.411.071-.75.153-1.008.245l-.257-1.749c.268-.093.668-.185 1.183-.278a8.89 8.89 0 0 1 1.66-.142l-.001-.001zm.186 7.736c.657 0 1.145-.038 1.484-.104v-2.168a5.097 5.097 0 0 0-1.978-.104c-.241.033-.46.098-.652.191a1.167 1.167 0 0 0-.466.392c-.121.169-.175.267-.175.523 0 .501.175.79.493.981.318.191.75.289 1.293.289h.001zm8.682 1.738c-3.511.016-3.511-2.822-3.511-3.274L89.461.926l2.142-.338v10.003c0 .256 0 1.88 1.375 1.885v1.792h-.001z' fill='%23182359'/><path d='M5.027 11.025c0 .698-.252 1.246-.757 1.644-.505.397-1.201.596-2.089.596-.888 0-1.615-.138-2.181-.414v-1.214c.358.168.739.301 1.141.397.403.097.778.145 1.125.145.508 0 .884-.097 1.125-.29a.945.945 0 0 0 .363-.779.978.978 0 0 0-.333-.747c-.222-.204-.68-.446-1.375-.725-.716-.29-1.221-.621-1.515-.994-.294-.372-.44-.82-.44-1.343 0-.655.233-1.171.698-1.547.466-.376 1.09-.564 1.875-.564.752 0 1.5.165 2.245.494l-.408 1.047c-.698-.294-1.321-.44-1.869-.44-.415 0-.73.09-.945.271a.89.89 0 0 0-.322.717c0 .204.043.379.129.524.086.145.227.282.424.411.197.129.551.299 1.063.51.577.24.999.464 1.268.671.269.208.466.442.591.704.125.261.188.569.188.924l-.001.002zm3.98 2.24c-.924 0-1.646-.269-2.167-.808-.521-.539-.782-1.281-.782-2.226 0-.97.242-1.733.725-2.288.483-.555 1.148-.833 1.993-.833.784 0 1.404.238 1.858.714.455.476.682 1.132.682 1.966v.682H7.357c.018.577.174 1.02.467 1.329.294.31.707.465 1.241.465.351 0 .678-.033.98-.099a5.1 5.1 0 0 0 .975-.33v1.026a3.865 3.865 0 0 1-.935.312 5.723 5.723 0 0 1-1.08.091l.002-.001zm-.231-5.199c-.401 0-.722.127-.964.381s-.386.625-.432 1.112h2.696c-.007-.491-.125-.862-.354-1.115-.229-.252-.544-.379-.945-.379l-.001.001zm7.692 5.092l-.252-.827h-.043c-.286.362-.575.608-.865.739-.29.131-.662.196-1.117.196-.584 0-1.039-.158-1.367-.473-.328-.315-.491-.761-.491-1.337 0-.612.227-1.074.682-1.386.455-.312 1.148-.482 2.079-.51l1.026-.032v-.317c0-.38-.089-.663-.266-.851-.177-.188-.452-.282-.824-.282-.304 0-.596.045-.876.134a6.68 6.68 0 0 0-.806.317l-.408-.902a4.414 4.414 0 0 1 1.058-.384 4.856 4.856 0 0 1 1.085-.132c.756 0 1.326.165 1.711.494.385.329.577.847.577 1.552v4.002h-.902l-.001-.001zm-1.88-.859c.458 0 .826-.128 1.104-.384.278-.256.416-.615.416-1.077v-.516l-.763.032c-.594.021-1.027.121-1.297.298s-.406.448-.406.814c0 .265.079.47.236.615.158.145.394.218.709.218h.001zm7.557-5.189c.254 0 .464.018.628.054l-.124 1.176a2.383 2.383 0 0 0-.559-.064c-.505 0-.914.165-1.227.494-.313.329-.47.757-.47 1.284v3.105h-1.262V7.218h.988l.167 1.047h.064c.197-.354.454-.636.771-.843a1.83 1.83 0 0 1 1.023-.312h.001zm4.125 6.155c-.899 0-1.582-.262-2.049-.787-.467-.525-.701-1.277-.701-2.259 0-.999.244-1.767.733-2.304.489-.537 1.195-.806 2.119-.806.627 0 1.191.116 1.692.349l-.381 1.015c-.534-.208-.974-.312-1.321-.312-1.028 0-1.542.682-1.542 2.046 0 .666.128 1.166.384 1.501.256.335.631.502 1.125.502a3.23 3.23 0 0 0 1.595-.419v1.101a2.53 2.53 0 0 1-.722.285 4.356 4.356 0 0 1-.932.086v.002zm8.277-.107h-1.268V9.506c0-.458-.092-.8-.277-1.026-.184-.226-.477-.338-.878-.338-.53 0-.919.158-1.168.475-.249.317-.373.848-.373 1.593v2.949h-1.262V4.801h1.262v2.122c0 .34-.021.704-.064 1.09h.081a1.76 1.76 0 0 1 .717-.666c.306-.158.663-.236 1.072-.236 1.439 0 2.159.725 2.159 2.175v3.873l-.001-.001zm7.649-6.048c.741 0 1.319.269 1.732.806.414.537.62 1.291.62 2.261 0 .974-.209 1.732-.628 2.275-.419.542-1.001.814-1.746.814-.752 0-1.336-.27-1.751-.811h-.086l-.231.704h-.945V4.801h1.262v1.987l-.021.655-.032.553h.054c.401-.591.992-.886 1.772-.886zm-.328 1.031c-.508 0-.875.149-1.098.448-.224.299-.339.799-.346 1.501v.086c0 .723.115 1.247.344 1.571.229.324.603.486 1.123.486.448 0 .787-.177 1.018-.532.231-.354.346-.867.346-1.536 0-1.35-.462-2.025-1.386-2.025l-.001.001zm3.244-.924h1.375l1.209 3.368c.183.48.304.931.365 1.354h.043c.032-.197.091-.436.177-.717.086-.281.541-1.616 1.364-4.004h1.364l-2.541 6.73c-.462 1.235-1.232 1.853-2.31 1.853-.279 0-.551-.03-.816-.091v-.999c.19.043.406.064.65.064.609 0 1.037-.353 1.284-1.058l.22-.559-2.385-5.941h.001z' fill='%231D3657'/></g></svg>");background-repeat:no-repeat;background-position:50%;background-size:100%;overflow:hidden;text-indent:-9000px;padding:0!important;width:100%;height:100%;display:block}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;font-family:Open Sans}.container,.small-container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before,.small-container:after,.small-container:before{content:" ";display:table}.container:after,.small-container:after{clear:both}.small-container{max-width:600px}.small-container h1,.small-container h2,.small-container h3,.small-container h4,.small-container h5,.small-container h6{color:#555;font-weight:400;margin:1.25em 0 .75em}.sphinxsidebar a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:400}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.callout{background:#000;color:#fff;display:inline-block;font-family:klavika-web,Helvetica,sans-serif;font-size:18px;font-weight:400;line-height:1;margin:0;padding:5px;letter-spacing:.05em;text-transform:uppercase}.callout.inverse{color:#000;background:#fff}.half{box-sizing:border-box;position:relative;min-height:1px}@media (min-width:992px){.half{width:50%;float:left;padding-left:15px;padding-right:15px}.container .half:first-child{padding-left:0}.container .half:last-child{padding-right:0}}h1,h2,h3,h4,h5,h6{font-family:klavika-web,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600}@font-face{font-family:klavika-web;src:url(https://graphene-python.org/static/l.11afc327.woff2) format("woff2");font-weight:700}@font-face{font-family:klavika-web;src:url(https://graphene-python.org/static/l1.ecfd3bfd.woff2) format("woff2");font-weight:600}@font-face{font-family:klavika-web;src:url(https://graphene-python.org/static/l2.ce43ec01.woff2) format("woff2");font-weight:400}@font-face{font-family:klavika-web;src:url(https://graphene-python.org/static/l3.a36a267d.woff2) format("woff2");font-weight:300}.button.primary{background:#f25f3f;border:1px solid #eb1919;color:#fff}.button{background:#fff;box-shadow:3px 4px 0 rgba(0,0,0,.1);color:#7b8a8e;display:inline-block;font-family:klavika-web,Helvetica,sans-serif;font-size:15px;font-weight:600;letter-spacing:1px;margin-bottom:4px;padding:10px 30px;text-transform:uppercase;text-decoration:none}.button,.button:hover{border:1px solid #7b8a8e}.button:hover{background:#7b8a8e;color:#fff}.button.primary:hover{background:#df4a2e;border:1px solid #eb1919}.flat-button.primary{border:1px solid #e14b2e;color:#e14b2e}.flat-button{border:1px solid #7b8a8e;color:#7b8a8e;display:inline-block;font-family:klavika-web,Helvetica,sans-serif;font-size:15px;font-weight:600;letter-spacing:1px;margin-bottom:4px;padding:10px 30px;text-transform:uppercase;text-decoration:none}.flat-button:hover{border:1px solid #333;color:#333}.flat-button.primary:hover{color:#df4a2e;border:1px solid #df4a2e}a{color:#337ab7;font-weight:700;text-decoration:none}.algolia-autocomplete .ds-dropdown-menu{border-radius:0;box-shadow:0 8px 12px 0 rgba(0,0,0,.2)}.algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-]{border-radius:0}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{border:none!important}.algolia-autocomplete .algolia-docsearch-suggestion--category-header>\*{background:#000;color:#fff;display:inline-block;font-family:klavika-web,Helvetica,sans-serif;font-size:16px;font-weight:400;line-height:1;margin:0;padding:4px;letter-spacing:.04em;text-transform:uppercase}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 #e55234}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple,.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background:rgba(230,93,29,.1)}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#e65d1d;background:rgba(230,93,29,.08);padding:.1em .05em}[GroupCreated with Sketch.](https://graphene-python.org/)[Documentation](https://docs.graphene-python.org/)[Team](https://graphene-python.org/team) [Github](https://github.com/graphql-python/graphene)### [Table Of Contents](index.html#document-index) * [Getting started](index.html#document-quickstart) * [Types Reference](index.html#document-types/index) * [Execution](index.html#document-execution/index) * [Relay](index.html#document-relay/index) * [Testing in Graphene](index.html#document-testing/index) * [API Reference](index.html#document-api/index) [Older versions](https://readthedocs.org/projects/graphene-python/versions/) * [Docs](index.html#document-index) » * Graphene 1.0 documentation Graphene[¶](#graphene "Permalink to this headline") =================================================== --- The documentation below is for the `dev` (prerelease) version of Graphene. To view the documentation for the latest stable Graphene version go to the [v2 docs](https://docs.graphene-python.org/en/stable/). --- Contents: Getting started[¶](#getting-started "Permalink to this headline") ----------------------------------------------------------------- ### Introduction[¶](#introduction "Permalink to this headline") #### What is GraphQL?[¶](#what-is-graphql "Permalink to this headline") GraphQL is a query language for your API. It provides a standard way to: * *describe data provided by a server* in a statically typed **Schema** * *request data* in a **Query** which exactly describes your data requirements and * *receive data* in a **Response** containing only the data you requested. For an introduction to GraphQL and an overview of its concepts, please refer to [the official GraphQL documentation](http://graphql.org/learn/). #### What is Graphene?[¶](#what-is-graphene "Permalink to this headline") Graphene is a library that provides tools to implement a GraphQL API in Python using a *code-first* approach. Compare Graphene’s *code-first* approach to building a GraphQL API with *schema-first* approaches like [Apollo Server](https://www.apollographql.com/docs/apollo-server/) (JavaScript) or [Ariadne](https://ariadnegraphql.org/) (Python). Instead of writing GraphQL **Schema Definition Language (SDL)**, we write Python code to describe the data provided by your server. Graphene is fully featured with integrations for the most popular web frameworks and ORMs. Graphene produces schemas that are fully compliant with the GraphQL spec and provides tools and patterns for building a Relay-Compliant API as well. ### An example in Graphene[¶](#an-example-in-graphene "Permalink to this headline") Let’s build a basic GraphQL schema to say “hello” and “goodbye” in Graphene. When we send a **Query** requesting only one **Field**, `hello`, and specify a value for the `firstName` **Argument**... ``` { hello(firstName: "friend") } ``` ...we would expect the following Response containing only the data requested (the `goodbye` field is not resolved). ``` { "data": { "hello": "Hello friend!" } } ``` #### Requirements[¶](#requirements "Permalink to this headline") * Python (3.6, 3.7, 3.8, 3.9, 3.10, pypy) * Graphene (3.0) #### Project setup[¶](#project-setup "Permalink to this headline") ``` pip install "graphene>=3.0" ``` #### Creating a basic Schema[¶](#creating-a-basic-schema "Permalink to this headline") In Graphene, we can define a simple schema using the following code: ``` from graphene import ObjectType, String, Schema class Query(ObjectType): # this defines a Field `hello` in our Schema with a single Argument `first\_name` # By default, the argument name will automatically be camel-based into firstName in the generated schema hello = String(first\_name=String(default\_value="stranger")) goodbye = String() # our Resolver method takes the GraphQL context (root, info) as well as # Argument (first\_name) for the Field and returns data for the query Response def resolve\_hello(root, info, first\_name): return f'Hello {first\_name}!' def resolve\_goodbye(root, info): return 'See ya!' schema = Schema(query=Query) ``` A GraphQL **Schema** describes each **Field** in the data model provided by the server using scalar types like *String*, *Int* and *Enum* and compound types like *List* and *Object*. For more details refer to the Graphene [Types Reference](index.html#typesreference). Our schema can also define any number of **Arguments** for our **Fields**. This is a powerful way for a **Query** to describe the exact data requirements for each **Field**. For each **Field** in our **Schema**, we write a **Resolver** method to fetch data requested by a client’s **Query** using the current context and **Arguments**. For more details, refer to this section on [Resolvers](index.html#resolvers). #### Schema Definition Language (SDL)[¶](#schema-definition-language-sdl "Permalink to this headline") In the [GraphQL Schema Definition Language](https://graphql.org/learn/schema/), we could describe the fields defined by our example code as shown below. ``` type Query { hello(firstName: String = "stranger"): String goodbye: String } ``` Further examples in this documentation will use SDL to describe schema created by ObjectTypes and other fields. #### Querying[¶](#querying "Permalink to this headline") Then we can start querying our **Schema** by passing a GraphQL query string to `execute`: ``` # we can query for our field (with the default argument) query\_string = '{ hello }' result = schema.execute(query\_string) print(result.data['hello']) # "Hello stranger!" # or passing the argument in the query query\_with\_argument = '{ hello(firstName: "GraphQL") }' result = schema.execute(query\_with\_argument) print(result.data['hello']) # "Hello GraphQL!" ``` #### Next steps[¶](#next-steps "Permalink to this headline") Congrats! You got your first Graphene schema working! Normally, we don’t need to directly execute a query string against our schema as Graphene provides many useful Integrations with popular web frameworks like Flask and Django. Check out [Integrations](index.html#integrations) for more information on how to get started serving your GraphQL API. Types Reference[¶](#types-reference "Permalink to this headline") ----------------------------------------------------------------- ### Schema[¶](#schema "Permalink to this headline") A GraphQL **Schema** defines the types and relationships between **Fields** in your API. A Schema is created by supplying the root [ObjectType](index.html#objecttype) of each operation, query (mandatory), mutation and subscription. Schema will collect all type definitions related to the root operations and then supply them to the validator and executor. ``` my\_schema = Schema( query=MyRootQuery, mutation=MyRootMutation, subscription=MyRootSubscription ) ``` A Root Query is just a special [ObjectType](index.html#objecttype) that defines the fields that are the entrypoint for your API. Root Mutation and Root Subscription are similar to Root Query, but for different operation types: * Query fetches data * Mutation changes data and retrieves the changes * Subscription sends changes to clients in real-time Review the [GraphQL documentation on Schema](https://graphql.org/learn/schema/) for a brief overview of fields, schema and operations. #### Querying[¶](#querying "Permalink to this headline") To query a schema, call the `execute` method on it. See [Executing a query](index.html#schemaexecute) for more details. ``` query\_string = 'query whoIsMyBestFriend { myBestFriend { lastName } }' my\_schema.execute(query\_string) ``` #### Types[¶](#types "Permalink to this headline") There are some cases where the schema cannot access all of the types that we plan to have. For example, when a field returns an `Interface`, the schema doesn’t know about any of the implementations. In this case, we need to use the `types` argument when creating the Schema: ``` my\_schema = Schema( query=MyRootQuery, types=[SomeExtraObjectType, ] ) ``` #### Auto camelCase field names[¶](#auto-camelcase-field-names "Permalink to this headline") By default all field and argument names (that are not explicitly set with the `name` arg) will be converted from `snake\_case` to `camelCase` (as the API is usually being consumed by a js/mobile client) For example with the ObjectType the `last\_name` field name is converted to `lastName`: ``` class Person(graphene.ObjectType): last\_name = graphene.String() other\_name = graphene.String(name='\_other\_Name') ``` In case you don’t want to apply this transformation, provide a `name` argument to the field constructor. `other\_name` converts to `\_other\_Name` (without further transformations). Your query should look like: ``` { lastName \_other\_Name } ``` To disable this behavior, set the `auto\_camelcase` to `False` upon schema instantiation: ``` my\_schema = Schema( query=MyRootQuery, auto\_camelcase=False, ) ``` ### Scalars[¶](#scalars "Permalink to this headline") Scalar types represent concrete values at the leaves of a query. There are several built in types that Graphene provides out of the box which represent common values in Python. You can also create your own Scalar types to better express values that you might have in your data model. All Scalar types accept the following arguments. All are optional: `name`: *string* > > Override the name of the Field. `description`: *string* > > A description of the type to show in the GraphiQL browser. `required`: *boolean* > > If `True`, the server will enforce a value for this field. See [NonNull](../list-and-nonnull.html#nonnull). Default is `False`. `deprecation\_reason`: *string* > > Provide a deprecation reason for the Field. `default\_value`: *any* > > Provide a default value for the Field. #### Built in scalars[¶](#built-in-scalars "Permalink to this headline") Graphene defines the following base Scalar Types that match the default [GraphQL types](https://graphql.org/learn/schema/#scalar-types): ##### `graphene.String`[¶](#graphene-string "Permalink to this headline") > > Represents textual data, represented as UTF-8 > character sequences. The String type is most often used by GraphQL to > represent free-form human-readable text. ##### `graphene.Int`[¶](#graphene-int "Permalink to this headline") > > Represents non-fractional signed whole numeric > values. Int is a signed 32‐bit integer per the > [GraphQL spec](https://facebook.github.io/graphql/June2018/#sec-Int) ##### `graphene.Float`[¶](#graphene-float "Permalink to this headline") > > Represents signed double-precision fractional > values as specified by > [IEEE 754](http://en.wikipedia.org/wiki/IEEE_floating_point). ##### `graphene.Boolean`[¶](#graphene-boolean "Permalink to this headline") > > Represents true or false. ##### `graphene.ID`[¶](#graphene-id "Permalink to this headline") > > Represents a unique identifier, often used to > refetch an object or as key for a cache. The ID type appears in a JSON > response as a String; however, it is not intended to be human-readable. > When expected as an input type, any string (such as “4”) or integer > (such as 4) input value will be accepted as an ID. --- Graphene also provides custom scalars for common values: ##### `graphene.Date`[¶](#graphene-date "Permalink to this headline") > > Represents a Date value as specified by [iso8601](https://en.wikipedia.org/wiki/ISO_8601). ``` import datetime from graphene import Schema, ObjectType, Date class Query(ObjectType): one\_week\_from = Date(required=True, date\_input=Date(required=True)) def resolve\_one\_week\_from(root, info, date\_input): assert date\_input == datetime.date(2006, 1, 2) return date\_input + datetime.timedelta(weeks=1) schema = Schema(query=Query) results = schema.execute(""" query { oneWeekFrom(dateInput: "2006-01-02") } """) assert results.data == {"oneWeekFrom": "2006-01-09"} ``` ##### `graphene.DateTime`[¶](#graphene-datetime "Permalink to this headline") > > Represents a DateTime value as specified by [iso8601](https://en.wikipedia.org/wiki/ISO_8601). ``` import datetime from graphene import Schema, ObjectType, DateTime class Query(ObjectType): one\_hour\_from = DateTime(required=True, datetime\_input=DateTime(required=True)) def resolve\_one\_hour\_from(root, info, datetime\_input): assert datetime\_input == datetime.datetime(2006, 1, 2, 15, 4, 5) return datetime\_input + datetime.timedelta(hours=1) schema = Schema(query=Query) results = schema.execute(""" query { oneHourFrom(datetimeInput: "2006-01-02T15:04:05") } """) assert results.data == {"oneHourFrom": "2006-01-02T16:04:05"} ``` ##### `graphene.Time`[¶](#graphene-time "Permalink to this headline") > > Represents a Time value as specified by [iso8601](https://en.wikipedia.org/wiki/ISO_8601). ``` import datetime from graphene import Schema, ObjectType, Time class Query(ObjectType): one\_hour\_from = Time(required=True, time\_input=Time(required=True)) def resolve\_one\_hour\_from(root, info, time\_input): assert time\_input == datetime.time(15, 4, 5) tmp\_time\_input = datetime.datetime.combine(datetime.date(1, 1, 1), time\_input) return (tmp\_time\_input + datetime.timedelta(hours=1)).time() schema = Schema(query=Query) results = schema.execute(""" query { oneHourFrom(timeInput: "15:04:05") } """) assert results.data == {"oneHourFrom": "16:04:05"} ``` ##### `graphene.Decimal`[¶](#graphene-decimal "Permalink to this headline") > > Represents a Python Decimal value. ``` import decimal from graphene import Schema, ObjectType, Decimal class Query(ObjectType): add\_one\_to = Decimal(required=True, decimal\_input=Decimal(required=True)) def resolve\_add\_one\_to(root, info, decimal\_input): assert decimal\_input == decimal.Decimal("10.50") return decimal\_input + decimal.Decimal("1") schema = Schema(query=Query) results = schema.execute(""" query { addOneTo(decimalInput: "10.50") } """) assert results.data == {"addOneTo": "11.50"} ``` ##### `graphene.JSONString`[¶](#graphene-jsonstring "Permalink to this headline") > > Represents a JSON string. ``` from graphene import Schema, ObjectType, JSONString, String class Query(ObjectType): update\_json\_key = JSONString( required=True, json\_input=JSONString(required=True), key=String(required=True), value=String(required=True) ) def resolve\_update\_json\_key(root, info, json\_input, key, value): assert json\_input == {"name": "Jane"} json\_input[key] = value return json\_input schema = Schema(query=Query) results = schema.execute(""" query { updateJsonKey(jsonInput: "{\\"name\\": \\"Jane\\"}", key: "name", value: "Beth") } """) assert results.data == {"updateJsonKey": "{\"name\": \"Beth\"}"} ``` ##### `graphene.Base64`[¶](#graphene-base64 "Permalink to this headline") > > Represents a Base64 encoded string. ``` from graphene import Schema, ObjectType, Base64 class Query(ObjectType): increment\_encoded\_id = Base64( required=True, base64\_input=Base64(required=True), ) def resolve\_increment\_encoded\_id(root, info, base64\_input): assert base64\_input == "4" return int(base64\_input) + 1 schema = Schema(query=Query) results = schema.execute(""" query { incrementEncodedId(base64Input: "NA==") } """) assert results.data == {"incrementEncodedId": "NQ=="} ``` #### Custom scalars[¶](#custom-scalars "Permalink to this headline") You can create custom scalars for your schema. The following is an example for creating a DateTime scalar: ``` import datetime from graphene.types import Scalar from graphql.language import ast class DateTime(Scalar): '''DateTime Scalar Description''' @staticmethod def serialize(dt): return dt.isoformat() @staticmethod def parse\_literal(node, \_variables=None): if isinstance(node, ast.StringValue): return datetime.datetime.strptime( node.value, "%Y-%m-%dT%H:%M:%S.%f") @staticmethod def parse\_value(value): return datetime.datetime.strptime(value, "%Y-%m-%dT%H:%M:%S.%f") ``` #### Mounting Scalars[¶](#mounting-scalars "Permalink to this headline") Scalars mounted in a `ObjectType`, `Interface` or `Mutation` act as `Field`s. ``` class Person(graphene.ObjectType): name = graphene.String() # Is equivalent to: class Person(graphene.ObjectType): name = graphene.Field(graphene.String) ``` **Note:** when using the `Field` constructor directly, pass the type and not an instance. Types mounted in a `Field` act as `Argument`s. ``` graphene.Field(graphene.String, to=graphene.String()) # Is equivalent to: graphene.Field(graphene.String, to=graphene.Argument(graphene.String)) ``` ### Lists and Non-Null[¶](#lists-and-non-null "Permalink to this headline") Object types, scalars, and enums are the only kinds of types you can define in Graphene. But when you use the types in other parts of the schema, or in your query variable declarations, you can apply additional type modifiers that affect validation of those values. #### NonNull[¶](#nonnull "Permalink to this headline") ``` import graphene class Character(graphene.ObjectType): name = graphene.NonNull(graphene.String) ``` Here, we’re using a `String` type and marking it as Non-Null by wrapping it using the `NonNull` class. This means that our server always expects to return a non-null value for this field, and if it ends up getting a null value that will actually trigger a GraphQL execution error, letting the client know that something has gone wrong. The previous `NonNull` code snippet is also equivalent to: ``` import graphene class Character(graphene.ObjectType): name = graphene.String(required=True) ``` #### List[¶](#list "Permalink to this headline") ``` import graphene class Character(graphene.ObjectType): appears\_in = graphene.List(graphene.String) ``` Lists work in a similar way: We can use a type modifier to mark a type as a `List`, which indicates that this field will return a list of that type. It works the same for arguments, where the validation step will expect a list for that value. #### NonNull Lists[¶](#nonnull-lists "Permalink to this headline") By default items in a list will be considered nullable. To define a list without any nullable items the type needs to be marked as `NonNull`. For example: ``` import graphene class Character(graphene.ObjectType): appears\_in = graphene.List(graphene.NonNull(graphene.String)) ``` The above results in the type definition: ``` type Character { appearsIn: [String!] } ``` ### ObjectType[¶](#objecttype "Permalink to this headline") A Graphene *ObjectType* is the building block used to define the relationship between **Fields** in your **Schema** and how their data is retrieved. The basics: * Each ObjectType is a Python class that inherits from `graphene.ObjectType`. * Each attribute of the ObjectType represents a `Field`. * Each `Field` has a [resolver method](#resolvers) to fetch data (or [Default Resolver](#defaultresolver)). #### Quick example[¶](#quick-example "Permalink to this headline") This example model defines a Person, with a first and a last name: ``` from graphene import ObjectType, String class Person(ObjectType): first\_name = String() last\_name = String() full\_name = String() def resolve\_full\_name(parent, info): return f"{parent.first\_name} {parent.last\_name}" ``` This *ObjectType* defines the field **first\_name**, **last\_name**, and **full\_name**. Each field is specified as a class attribute, and each attribute maps to a Field. Data is fetched by our `resolve\_full\_name` [resolver method](#resolvers) for `full\_name` field and the [Default Resolver](#defaultresolver) for other fields. The above `Person` ObjectType has the following schema representation: ``` type Person { firstName: String lastName: String fullName: String } ``` #### Resolvers[¶](#resolvers "Permalink to this headline") A **Resolver** is a method that helps us answer **Queries** by fetching data for a **Field** in our **Schema**. Resolvers are lazily executed, so if a field is not included in a query, its resolver will not be executed. Each field on an *ObjectType* in Graphene should have a corresponding resolver method to fetch data. This resolver method should match the field name. For example, in the `Person` type above, the `full\_name` field is resolved by the method `resolve\_full\_name`. Each resolver method takes the parameters: * [Parent Value Object (parent)](#resolverparamparent) for the value object use to resolve most fields * [GraphQL Execution Info (info)](#resolverparaminfo) for query and schema meta information and per-request context * [GraphQL Arguments (\*\*kwargs)](#resolverparamgraphqlarguments) as defined on the **Field**. ##### Resolver Parameters[¶](#resolver-parameters "Permalink to this headline") ###### Parent Value Object (*parent*)[¶](#parent-value-object-parent "Permalink to this headline") This parameter is typically used to derive the values for most fields on an *ObjectType*. The first parameter of a resolver method (*parent*) is the value object returned from the resolver of the parent field. If there is no parent field, such as a root Query field, then the value for *parent* is set to the `root\_value` configured while executing the query (default `None`). See [Executing a query](index.html#schemaexecute) for more details on executing queries. ####### Resolver example[¶](#resolver-example "Permalink to this headline") If we have a schema with Person type and one field on the root query. ``` from graphene import ObjectType, String, Field class Person(ObjectType): full\_name = String() def resolve\_full\_name(parent, info): return f"{parent.first\_name} {parent.last\_name}" class Query(ObjectType): me = Field(Person) def resolve\_me(parent, info): # returns an object that represents a Person return get\_human(name="Luke Skywalker") ``` When we execute a query against that schema. ``` schema = Schema(query=Query) query\_string = "{ me { fullName } }" result = schema.execute(query\_string) assert result.data["me"] == {"fullName": "Luke Skywalker"} ``` Then we go through the following steps to resolve this query: * `parent` is set with the root\_value from query execution (None). * `Query.resolve\_me` called with `parent` None which returns a value object `Person("Luke", "Skywalker")`. * This value object is then used as `parent` while calling `Person.resolve\_full\_name` to resolve the scalar String value “Luke Skywalker”. * The scalar value is serialized and sent back in the query response. Each resolver returns the next [Parent Value Object (parent)](#resolverparamparent) to be used in executing the following resolver in the chain. If the Field is a Scalar type, that value will be serialized and sent in the **Response**. Otherwise, while resolving Compound types like *ObjectType*, the value be passed forward as the next [Parent Value Object (parent)](#resolverparamparent). ####### Naming convention[¶](#naming-convention "Permalink to this headline") This [Parent Value Object (parent)](#resolverparamparent) is sometimes named `obj`, `parent`, or `source` in other GraphQL documentation. It can also be named after the value object being resolved (ex. `root` for a root Query or Mutation, and `person` for a Person value object). Sometimes this argument will be named `self` in Graphene code, but this can be misleading due to [Implicit staticmethod](#resolverimplicitstaticmethod) while executing queries in Graphene. ###### GraphQL Execution Info (*info*)[¶](#graphql-execution-info-info "Permalink to this headline") The second parameter provides two things: * reference to meta information about the execution of the current GraphQL Query (fields, schema, parsed query, etc.) * access to per-request `context` which can be used to store user authentication, data loader instances or anything else useful for resolving the query. Only context will be required for most applications. See [Context](index.html#schemaexecutecontext) for more information about setting context. ###### GraphQL Arguments (*\*\*kwargs*)[¶](#graphql-arguments-kwargs "Permalink to this headline") Any arguments that a field defines gets passed to the resolver function as keyword arguments. For example: ``` from graphene import ObjectType, Field, String class Query(ObjectType): human\_by\_name = Field(Human, name=String(required=True)) def resolve\_human\_by\_name(parent, info, name): return get\_human(name=name) ``` You can then execute the following query: ``` query { humanByName(name: "Luke Skywalker") { firstName lastName } } ``` *Note:* There are several arguments to a field that are “reserved” by Graphene (see [Fields (Mounted Types)](index.html#fields-mounted-types)). You can still define an argument that clashes with one of these fields by using the `args` parameter like so: ``` from graphene import ObjectType, Field, String class Query(ObjectType): answer = String(args={'description': String()}) def resolve\_answer(parent, info, description): return description ``` ##### Convenience Features of Graphene Resolvers[¶](#convenience-features-of-graphene-resolvers "Permalink to this headline") ###### Implicit staticmethod[¶](#implicit-staticmethod "Permalink to this headline") One surprising feature of Graphene is that all resolver methods are treated implicitly as staticmethods. This means that, unlike other methods in Python, the first argument of a resolver is *never* `self` while it is being executed by Graphene. Instead, the first argument is always [Parent Value Object (parent)](#resolverparamparent). In practice, this is very convenient as, in GraphQL, we are almost always more concerned with the using the parent value object to resolve queries than attributes on the Python object itself. The two resolvers in this example are effectively the same. ``` from graphene import ObjectType, String class Person(ObjectType): first\_name = String() last\_name = String() @staticmethod def resolve\_first\_name(parent, info): ''' Decorating a Python method with `staticmethod` ensures that `self` will not be provided as an argument. However, Graphene does not need this decorator for this behavior. ''' return parent.first\_name def resolve\_last\_name(parent, info): ''' Normally the first argument for this method would be `self`, but Graphene executes this as a staticmethod implicitly. ''' return parent.last\_name # ... ``` If you prefer your code to be more explicit, feel free to use `@staticmethod` decorators. Otherwise, your code may be cleaner without them! ###### Default Resolver[¶](#default-resolver "Permalink to this headline") If a resolver method is not defined for a **Field** attribute on our *ObjectType*, Graphene supplies a default resolver. If the [Parent Value Object (parent)](#resolverparamparent) is a dictionary, the resolver will look for a dictionary key matching the field name. Otherwise, the resolver will get the attribute from the parent value object matching the field name. ``` from collections import namedtuple from graphene import ObjectType, String, Field, Schema PersonValueObject = namedtuple("Person", ["first\_name", "last\_name"]) class Person(ObjectType): first\_name = String() last\_name = String() class Query(ObjectType): me = Field(Person) my\_best\_friend = Field(Person) def resolve\_me(parent, info): # always pass an object for `me` field return PersonValueObject(first\_name="Luke", last\_name="Skywalker") def resolve\_my\_best\_friend(parent, info): # always pass a dictionary for `my\_best\_fiend\_field` return {"first\_name": "R2", "last\_name": "D2"} schema = Schema(query=Query) result = schema.execute(''' { me { firstName lastName } myBestFriend { firstName lastName } } ''') # With default resolvers we can resolve attributes from an object.. assert result.data["me"] == {"firstName": "Luke", "lastName": "Skywalker"} # With default resolvers, we can also resolve keys from a dictionary.. assert result.data["myBestFriend"] == {"firstName": "R2", "lastName": "D2"} ``` ##### Advanced[¶](#advanced "Permalink to this headline") ###### GraphQL Argument defaults[¶](#graphql-argument-defaults "Permalink to this headline") If you define an argument for a field that is not required (and in a query execution it is not provided as an argument) it will not be passed to the resolver function at all. This is so that the developer can differentiate between a `undefined` value for an argument and an explicit `null` value. For example, given this schema: ``` from graphene import ObjectType, String class Query(ObjectType): hello = String(required=True, name=String()) def resolve\_hello(parent, info, name): return name if name else 'World' ``` And this query: ``` query { hello } ``` An error will be thrown: ``` TypeError: resolve\_hello() missing 1 required positional argument: 'name' ``` You can fix this error in several ways. Either by combining all keyword arguments into a dict: ``` from graphene import ObjectType, String class Query(ObjectType): hello = String(required=True, name=String()) def resolve\_hello(parent, info, \*\*kwargs): name = kwargs.get('name', 'World') return f'Hello, {name}!' ``` Or by setting a default value for the keyword argument: ``` from graphene import ObjectType, String class Query(ObjectType): hello = String(required=True, name=String()) def resolve\_hello(parent, info, name='World'): return f'Hello, {name}!' ``` One can also set a default value for an Argument in the GraphQL schema itself using Graphene! ``` from graphene import ObjectType, String class Query(ObjectType): hello = String( required=True, name=String(default\_value='World') ) def resolve\_hello(parent, info, name): return f'Hello, {name}!' ``` ###### Resolvers outside the class[¶](#resolvers-outside-the-class "Permalink to this headline") A field can use a custom resolver from outside the class: ``` from graphene import ObjectType, String def resolve\_full\_name(person, info): return f"{person.first\_name} {person.last\_name}" class Person(ObjectType): first\_name = String() last\_name = String() full\_name = String(resolver=resolve\_full\_name) ``` ###### Instances as value objects[¶](#instances-as-value-objects "Permalink to this headline") Graphene `ObjectType`s can act as value objects too. So with the previous example you could use `Person` to capture data for each of the *ObjectType*‘s fields. ``` peter = Person(first\_name='Peter', last\_name='Griffin') peter.first\_name # prints "Peter" peter.last\_name # prints "Griffin" ``` ###### Field camelcasing[¶](#field-camelcasing "Permalink to this headline") Graphene automatically camelcases fields on *ObjectType* from `field\_name` to `fieldName` to conform with GraphQL standards. See [Auto camelCase field names](index.html#schemaautocamelcase) for more information. #### *ObjectType* Configuration - Meta class[¶](#objecttype-configuration-meta-class "Permalink to this headline") Graphene uses a Meta inner class on *ObjectType* to set different options. ##### GraphQL type name[¶](#graphql-type-name "Permalink to this headline") By default the type name in the GraphQL schema will be the same as the class name that defines the `ObjectType`. This can be changed by setting the `name` property on the `Meta` class: ``` from graphene import ObjectType class MyGraphQlSong(ObjectType): class Meta: name = 'Song' ``` ##### GraphQL Description[¶](#graphql-description "Permalink to this headline") The schema description of an *ObjectType* can be set as a docstring on the Python object or on the Meta inner class. ``` from graphene import ObjectType class MyGraphQlSong(ObjectType): ''' We can set the schema description for an Object Type here on a docstring ''' class Meta: description = 'But if we set the description in Meta, this value is used instead' ``` ##### Interfaces & Possible Types[¶](#interfaces-possible-types "Permalink to this headline") Setting `interfaces` in Meta inner class specifies the GraphQL Interfaces that this Object implements. Providing `possible\_types` helps Graphene resolve ambiguous types such as interfaces or Unions. See [Interfaces](index.html#interfaces) for more information. ``` from graphene import ObjectType, Node Song = namedtuple('Song', ('title', 'artist')) class MyGraphQlSong(ObjectType): class Meta: interfaces = (Node, ) possible\_types = (Song, ) ``` ### Enums[¶](#enums "Permalink to this headline") An `Enum` is a special `GraphQL` type that represents a set of symbolic names (members) bound to unique, constant values. #### Definition[¶](#definition "Permalink to this headline") You can create an `Enum` using classes: ``` import graphene class Episode(graphene.Enum): NEWHOPE = 4 EMPIRE = 5 JEDI = 6 ``` But also using instances of Enum: ``` Episode = graphene.Enum('Episode', [('NEWHOPE', 4), ('EMPIRE', 5), ('JEDI', 6)]) ``` #### Value descriptions[¶](#value-descriptions "Permalink to this headline") It’s possible to add a description to an enum value, for that the enum value needs to have the `description` property on it. ``` class Episode(graphene.Enum): NEWHOPE = 4 EMPIRE = 5 JEDI = 6 @property def description(self): if self == Episode.NEWHOPE: return 'New Hope Episode' return 'Other episode' ``` #### Usage with Python Enums[¶](#usage-with-python-enums "Permalink to this headline") In case the Enums are already defined it’s possible to reuse them using the `Enum.from\_enum` function. ``` graphene.Enum.from\_enum(AlreadyExistingPyEnum) ``` `Enum.from\_enum` supports a `description` and `deprecation\_reason` lambdas as input so you can add description etc. to your enum without changing the original: ``` graphene.Enum.from\_enum( AlreadyExistingPyEnum, description=lambda v: return 'foo' if v == AlreadyExistingPyEnum.Foo else 'bar' ) ``` #### Notes[¶](#notes "Permalink to this headline") `graphene.Enum` uses [`enum.Enum`](https://docs.python.org/3/library/enum.html) internally (or a backport if that’s not available) and can be used in a similar way, with the exception of member getters. In the Python `Enum` implementation you can access a member by initing the Enum. ``` from enum import Enum class Color(Enum): RED = 1 GREEN = 2 BLUE = 3 assert Color(1) == Color.RED ``` However, in Graphene `Enum` you need to call .get to have the same effect: ``` from graphene import Enum class Color(Enum): RED = 1 GREEN = 2 BLUE = 3 assert Color.get(1) == Color.RED ``` ### Interfaces[¶](#interfaces "Permalink to this headline") An *Interface* is an abstract type that defines a certain set of fields that a type must include to implement the interface. For example, you can define an Interface `Character` that represents any character in the Star Wars trilogy: ``` import graphene class Character(graphene.Interface): id = graphene.ID(required=True) name = graphene.String(required=True) friends = graphene.List(lambda: Character) ``` Any ObjectType that implements `Character` will have these exact fields, with these arguments and return types. For example, here are some types that might implement `Character`: ``` class Human(graphene.ObjectType): class Meta: interfaces = (Character, ) starships = graphene.List(Starship) home\_planet = graphene.String() class Droid(graphene.ObjectType): class Meta: interfaces = (Character, ) primary\_function = graphene.String() ``` Both of these types have all of the fields from the `Character` interface, but also bring in extra fields, `home\_planet`, `starships` and `primary\_function`, that are specific to that particular type of character. The full GraphQL schema definition will look like this: ``` interface Character { id: ID! name: String! friends: [Character] } type Human implements Character { id: ID! name: String! friends: [Character] starships: [Starship] homePlanet: String } type Droid implements Character { id: ID! name: String! friends: [Character] primaryFunction: String } ``` Interfaces are useful when you want to return an object or set of objects, which might be of several different types. For example, you can define a field `hero` that resolves to any `Character`, depending on the episode, like this: ``` class Query(graphene.ObjectType): hero = graphene.Field( Character, required=True, episode=graphene.Int(required=True) ) def resolve\_hero(root, info, episode): # Luke is the hero of Episode V if episode == 5: return get\_human(name='Luke Skywalker') return get\_droid(name='R2-D2') schema = graphene.Schema(query=Query, types=[Human, Droid]) ``` This allows you to directly query for fields that exist on the Character interface as well as selecting specific fields on any type that implements the interface using [inline fragments](https://graphql.org/learn/queries/#inline-fragments). For example, the following query: ``` query HeroForEpisode($episode: Int!) { hero(episode: $episode) { __typename name ... on Droid { primaryFunction } ... on Human { homePlanet } } } ``` Will return the following data with variables `{ "episode": 4 }`: ``` { "data": { "hero": { "\_\_typename": "Droid", "name": "R2-D2", "primaryFunction": "Astromech" } } } ``` And different data with the variables `{ "episode": 5 }`: ``` { "data": { "hero": { "\_\_typename": "Human", "name": "Luke Skywalker", "homePlanet": "Tatooine" } } } ``` #### Resolving data objects to types[¶](#resolving-data-objects-to-types "Permalink to this headline") As you build out your schema in Graphene it’s common for your resolvers to return objects that represent the data backing your GraphQL types rather than instances of the Graphene types (e.g. Django or SQLAlchemy models). This works well with `ObjectType` and `Scalar` fields, however when you start using Interfaces you might come across this error: ``` "Abstract type Character must resolve to an Object type at runtime for field Query.hero ..." ``` This happens because Graphene doesn’t have enough information to convert the data object into a Graphene type needed to resolve the `Interface`. To solve this you can define a `resolve\_type` class method on the `Interface` which maps a data object to a Graphene type: ``` class Character(graphene.Interface): id = graphene.ID(required=True) name = graphene.String(required=True) @classmethod def resolve\_type(cls, instance, info): if instance.type == 'DROID': return Droid return Human ``` ### Unions[¶](#unions "Permalink to this headline") Union types are very similar to interfaces, but they don’t get to specify any common fields between the types. The basics: * Each Union is a Python class that inherits from `graphene.Union`. * Unions don’t have any fields on it, just links to the possible ObjectTypes. #### Quick example[¶](#quick-example "Permalink to this headline") This example model defines several ObjectTypes with their own fields. `SearchResult` is the implementation of `Union` of this object types. ``` import graphene class Human(graphene.ObjectType): name = graphene.String() born\_in = graphene.String() class Droid(graphene.ObjectType): name = graphene.String() primary\_function = graphene.String() class Starship(graphene.ObjectType): name = graphene.String() length = graphene.Int() class SearchResult(graphene.Union): class Meta: types = (Human, Droid, Starship) ``` Wherever we return a SearchResult type in our schema, we might get a Human, a Droid, or a Starship. Note that members of a union type need to be concrete object types; you can’t create a union type out of interfaces or other unions. The above types have the following representation in a schema: ``` type Droid { name: String primaryFunction: String } type Human { name: String bornIn: String } type Ship { name: String length: Int } union SearchResult = Human | Droid | Starship ``` ### Mutations[¶](#mutations "Permalink to this headline") A Mutation is a special ObjectType that also defines an Input. #### Quick example[¶](#quick-example "Permalink to this headline") This example defines a Mutation: ``` import graphene class CreatePerson(graphene.Mutation): class Arguments: name = graphene.String() ok = graphene.Boolean() person = graphene.Field(lambda: Person) def mutate(root, info, name): person = Person(name=name) ok = True return CreatePerson(person=person, ok=ok) ``` **person** and **ok** are the output fields of the Mutation when it is resolved. **Arguments** attributes are the arguments that the Mutation `CreatePerson` needs for resolving, in this case **name** will be the only argument for the mutation. **mutate** is the function that will be applied once the mutation is called. This method is just a special resolver that we can change data within. It takes the same arguments as the standard query [Resolver Parameters](index.html#resolverarguments). So, we can finish our schema like this: ``` # ... the Mutation Class class Person(graphene.ObjectType): name = graphene.String() age = graphene.Int() class MyMutations(graphene.ObjectType): create\_person = CreatePerson.Field() # We must define a query for our schema class Query(graphene.ObjectType): person = graphene.Field(Person) schema = graphene.Schema(query=Query, mutation=MyMutations) ``` #### Executing the Mutation[¶](#executing-the-mutation "Permalink to this headline") Then, if we query (`schema.execute(query\_str)`) the following: ``` mutation myFirstMutation { createPerson(name:"Peter") { person { name } ok } } ``` We should receive: ``` { "createPerson": { "person" : { "name": "Peter" }, "ok": true } } ``` #### InputFields and InputObjectTypes[¶](#inputfields-and-inputobjecttypes "Permalink to this headline") InputFields are used in mutations to allow nested input data for mutations. To use an InputField you define an InputObjectType that specifies the structure of your input data: ``` import graphene class PersonInput(graphene.InputObjectType): name = graphene.String(required=True) age = graphene.Int(required=True) class CreatePerson(graphene.Mutation): class Arguments: person\_data = PersonInput(required=True) person = graphene.Field(Person) def mutate(root, info, person\_data=None): person = Person( name=person\_data.name, age=person\_data.age ) return CreatePerson(person=person) ``` Note that **name** and **age** are part of **person\_data** now. Using the above mutation your new query would look like this: ``` mutation myFirstMutation { createPerson(personData: {name:"Peter", age: 24}) { person { name, age } } } ``` InputObjectTypes can also be fields of InputObjectTypes allowing you to have as complex of input data as you need: ``` import graphene class LatLngInput(graphene.InputObjectType): lat = graphene.Float() lng = graphene.Float() #A location has a latlng associated to it class LocationInput(graphene.InputObjectType): name = graphene.String() latlng = graphene.InputField(LatLngInput) ``` #### Output type example[¶](#output-type-example "Permalink to this headline") To return an existing ObjectType instead of a mutation-specific type, set the **Output** attribute to the desired ObjectType: ``` import graphene class CreatePerson(graphene.Mutation): class Arguments: name = graphene.String() Output = Person def mutate(root, info, name): return Person(name=name) ``` Then, if we query (`schema.execute(query\_str)`) with the following: ``` mutation myFirstMutation { createPerson(name:"Peter") { name \_\_typename } } ``` We should receive: ``` { "createPerson": { "name": "Peter", "\_\_typename": "Person" } } ``` Execution[¶](#execution "Permalink to this headline") ----------------------------------------------------- ### Executing a query[¶](#executing-a-query "Permalink to this headline") For executing a query against a schema, you can directly call the `execute` method on it. ``` from graphene import Schema schema = Schema(...) result = schema.execute('{ name }') ``` `result` represents the result of execution. `result.data` is the result of executing the query, `result.errors` is `None` if no errors occurred, and is a non-empty list if an error occurred. #### Context[¶](#context "Permalink to this headline") You can pass context to a query via `context`. ``` from graphene import ObjectType, String, Schema class Query(ObjectType): name = String() def resolve\_name(root, info): return info.context.get('name') schema = Schema(Query) result = schema.execute('{ name }', context={'name': 'Syrus'}) assert result.data['name'] == 'Syrus' ``` #### Variables[¶](#variables "Permalink to this headline") You can pass variables to a query via `variables`. ``` from graphene import ObjectType, Field, ID, Schema class Query(ObjectType): user = Field(User, id=ID(required=True)) def resolve\_user(root, info, id): return get\_user\_by\_id(id) schema = Schema(Query) result = schema.execute( ''' query getUser($id: ID) { user(id: $id) { id firstName lastName } } ''', variables={'id': 12}, ) ``` #### Root Value[¶](#root-value "Permalink to this headline") Value used for [Parent Value Object (parent)](index.html#resolverparamparent) in root queries and mutations can be overridden using `root` parameter. ``` from graphene import ObjectType, Field, Schema class Query(ObjectType): me = Field(User) def resolve\_user(root, info): return {'id': root.id, 'firstName': root.name} schema = Schema(Query) user\_root = User(id=12, name='bob') result = schema.execute( ''' query getUser { user { id firstName lastName } } ''', root=user\_root ) assert result.data['user']['id'] == user\_root.id ``` #### Operation Name[¶](#operation-name "Permalink to this headline") If there are multiple operations defined in a query string, `operation\_name` should be used to indicate which should be executed. ``` from graphene import ObjectType, Field, Schema class Query(ObjectType): user = Field(User) def resolve\_user(root, info): return get\_user\_by\_id(12) schema = Schema(Query) query\_string = ''' query getUserWithFirstName { user { id firstName lastName } } query getUserWithFullName { user { id fullName } } ''' result = schema.execute( query\_string, operation\_name='getUserWithFullName' ) assert result.data['user']['fullName'] ``` ### Middleware[¶](#middleware "Permalink to this headline") You can use `middleware` to affect the evaluation of fields in your schema. A middleware is any object or function that responds to `resolve(next\_middleware, \*args)`. Inside that method, it should either: * Send `resolve` to the next middleware to continue the evaluation; or * Return a value to end the evaluation early. #### Resolve arguments[¶](#resolve-arguments "Permalink to this headline") Middlewares `resolve` is invoked with several arguments: * `next` represents the execution chain. Call `next` to continue evaluation. * `root` is the root value object passed throughout the query. * `info` is the resolver info. * `args` is the dict of arguments passed to the field. #### Example[¶](#example "Permalink to this headline") This middleware only continues evaluation if the `field\_name` is not `'user'` ``` class AuthorizationMiddleware(object): def resolve(self, next, root, info, \*\*args): if info.field\_name == 'user': return None return next(root, info, \*\*args) ``` And then execute it with: ``` result = schema.execute('THE QUERY', middleware=[AuthorizationMiddleware()]) ``` If the `middleware` argument includes multiple middlewares, these middlewares will be executed bottom-up, i.e. from last to first. #### Functional example[¶](#functional-example "Permalink to this headline") Middleware can also be defined as a function. Here we define a middleware that logs the time it takes to resolve each field: ``` from time import time as timer def timing\_middleware(next, root, info, \*\*args): start = timer() return\_value = next(root, info, \*\*args) duration = round((timer() - start) \* 1000, 2) parent\_type\_name = root.\_meta.name if root and hasattr(root, '\_meta') else '' logger.debug(f"{parent\_type\_name}.{info.field\_name}: {duration} ms") return return\_value ``` And then execute it with: ``` result = schema.execute('THE QUERY', middleware=[timing\_middleware]) ``` ### Dataloader[¶](#dataloader "Permalink to this headline") DataLoader is a generic utility to be used as part of your application’s data fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching. It is provided by a separate package aiodataloader <https://pypi.org/project/aiodataloader/>. #### Batching[¶](#batching "Permalink to this headline") Batching is not an advanced feature, it’s DataLoader’s primary feature. Create loaders by providing a batch loading function. ``` from aiodataloader import DataLoader class UserLoader(DataLoader): async def batch\_load\_fn(self, keys): # Here we call a function to return a user for each key in keys return [get\_user(id=key) for key in keys] ``` A batch loading async function accepts a list of keys, and returns a list of `values`. `DataLoader` will coalesce all individual loads which occur within a single frame of execution (executed once the wrapping event loop is resolved) and then call your batch function with all requested keys. ``` user\_loader = UserLoader() user1 = await user\_loader.load(1) user1\_best\_friend = await user\_loader.load(user1.best\_friend\_id)) user2 = await user\_loader.load(2) user2\_best\_friend = await user\_loader.load(user2.best\_friend\_id)) ``` A naive application may have issued *four* round-trips to a backend for the required information, but with `DataLoader` this application will make at most *two*. Note that loaded values are one-to-one with the keys and must have the same order. This means that if you load all values from a single query, you must make sure that you then order the query result for the results to match the keys: ``` class UserLoader(DataLoader): async def batch\_load\_fn(self, keys): users = {user.id: user for user in User.objects.filter(id\_\_in=keys)} return [users.get(user\_id) for user\_id in keys] ``` `DataLoader` allows you to decouple unrelated parts of your application without sacrificing the performance of batch data-loading. While the loader presents an API that loads individual values, all concurrent requests will be coalesced and presented to your batch loading function. This allows your application to safely distribute data fetching requirements throughout your application and maintain minimal outgoing data requests. #### Using with Graphene[¶](#using-with-graphene "Permalink to this headline") DataLoader pairs nicely well with Graphene/GraphQL. GraphQL fields are designed to be stand-alone functions. Without a caching or batching mechanism, it’s easy for a naive GraphQL server to issue new database requests each time a field is resolved. Consider the following GraphQL request: ``` { me { name bestFriend { name } friends(first: 5) { name bestFriend { name } } } } ``` If `me`, `bestFriend` and `friends` each need to send a request to the backend, there could be at most 13 database requests! When using DataLoader, we could define the User type using our previous example with leaner code and at most 4 database requests, and possibly fewer if there are cache hits. ``` class User(graphene.ObjectType): name = graphene.String() best\_friend = graphene.Field(lambda: User) friends = graphene.List(lambda: User) async def resolve\_best\_friend(root, info): return await user\_loader.load(root.best\_friend\_id) async def resolve\_friends(root, info): return await user\_loader.load\_many(root.friend\_ids) ``` ### File uploading[¶](#file-uploading "Permalink to this headline") File uploading is not part of the official GraphQL spec yet and is not natively implemented in Graphene. If your server needs to support file uploading then you can use the library: [graphene-file-upload](https://github.com/lmcgartland/graphene-file-upload) which enhances Graphene to add file uploads and conforms to the unoffical GraphQL [multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec). ### Subscriptions[¶](#subscriptions "Permalink to this headline") To create a subscription, you can directly call the `subscribe` method on the schema. This method is async and must be awaited. ``` import asyncio from datetime import datetime from graphene import ObjectType, String, Schema, Field # Every schema requires a query. class Query(ObjectType): hello = String() def resolve\_hello(root, info): return "Hello, world!" class Subscription(ObjectType): time\_of\_day = String() async def subscribe\_time\_of\_day(root, info): while True: yield datetime.now().isoformat() await asyncio.sleep(1) schema = Schema(query=Query, subscription=Subscription) async def main(schema): subscription = 'subscription { timeOfDay }' result = await schema.subscribe(subscription) async for item in result: print(item.data['timeOfDay']) asyncio.run(main(schema)) ``` The `result` is an async iterator which yields items in the same manner as a query. ### Query Validation[¶](#query-validation "Permalink to this headline") GraphQL uses query validators to check if Query AST is valid and can be executed. Every GraphQL server implements standard query validators. For example, there is an validator that tests if queried field exists on queried type, that makes query fail with “Cannot query field on type” error if it doesn’t. To help with common use cases, graphene provides a few validation rules out of the box. #### Depth limit Validator[¶](#depth-limit-validator "Permalink to this headline") The depth limit validator helps to prevent execution of malicious queries. It takes in the following arguments. * `max\_depth` is the maximum allowed depth for any operation in a GraphQL document. * `ignore` Stops recursive depth checking based on a field name. Either a string or regexp to match the name, or a function that returns a boolean * `callback` Called each time validation runs. Receives an Object which is a map of the depths for each operation. #### Usage[¶](#usage "Permalink to this headline") Here is how you would implement depth-limiting on your schema. ``` from graphql import validate, parse from graphene import ObjectType, Schema, String from graphene.validation import depth\_limit\_validator class MyQuery(ObjectType): name = String(required=True) schema = Schema(query=MyQuery) # queries which have a depth more than 20 # will not be executed. validation\_errors = validate( schema=schema.graphql\_schema, document\_ast=parse('THE QUERY'), rules=( depth\_limit\_validator( max\_depth=20 ), ) ) ``` #### Disable Introspection[¶](#disable-introspection "Permalink to this headline") the disable introspection validation rule ensures that your schema cannot be introspected. This is a useful security measure in production environments. #### Usage[¶](#id1 "Permalink to this headline") Here is how you would disable introspection for your schema. ``` from graphql import validate, parse from graphene import ObjectType, Schema, String from graphene.validation import DisableIntrospection class MyQuery(ObjectType): name = String(required=True) schema = Schema(query=MyQuery) # introspection queries will not be executed. validation\_errors = validate( schema=schema.graphql\_schema, document\_ast=parse('THE QUERY'), rules=( DisableIntrospection, ) ) ``` #### Implementing custom validators[¶](#implementing-custom-validators "Permalink to this headline") All custom query validators should extend the [ValidationRule](https://github.com/graphql-python/graphql-core/blob/v3.0.5/src/graphql/validation/rules/__init__.py#L37) base class importable from the graphql.validation.rules module. Query validators are visitor classes. They are instantiated at the time of query validation with one required argument (context: ASTValidationContext). In order to perform validation, your validator class should define one or more of enter\_\* and leave\_\* methods. For possible enter/leave items as well as details on function documentation, please see contents of the visitor module. To make validation fail, you should call validator’s report\_error method with the instance of GraphQLError describing failure reason. Here is an example query validator that visits field definitions in GraphQL query and fails query validation if any of those fields are blacklisted: ``` from graphql import GraphQLError from graphql.language import FieldNode from graphql.validation import ValidationRule my\_blacklist = ( "disallowed\_field", ) def is\_blacklisted\_field(field\_name: str): return field\_name.lower() in my\_blacklist class BlackListRule(ValidationRule): def enter\_field(self, node: FieldNode, \*\_args): field\_name = node.name.value if not is\_blacklisted\_field(field\_name): return self.report\_error( GraphQLError( f"Cannot query '{field\_name}': field is blacklisted.", node, ) ) ``` Relay[¶](#relay "Permalink to this headline") --------------------------------------------- Graphene has complete support for [Relay](https://relay.dev/docs/guides/graphql-server-specification/) and offers some utils to make integration from Python easy. ### Nodes[¶](#nodes "Permalink to this headline") A `Node` is an Interface provided by `graphene.relay` that contains a single field `id` (which is a `ID!`). Any object that inherits from it has to implement a `get\_node` method for retrieving a `Node` by an *id*. #### Quick example[¶](#quick-example "Permalink to this headline") Example usage (taken from the [Starwars Relay example](https://github.com/graphql-python/graphene/blob/master/examples/starwars_relay/schema.py)): ``` class Ship(graphene.ObjectType): '''A ship in the Star Wars saga''' class Meta: interfaces = (relay.Node, ) name = graphene.String(description='The name of the ship.') @classmethod def get\_node(cls, info, id): return get\_ship(id) ``` The `id` returned by the `Ship` type when you query it will be a scalar which contains enough info for the server to know its type and its id. For example, the instance `Ship(id=1)` will return `U2hpcDox` as the id when you query it (which is the base64 encoding of `Ship:1`), and which could be useful later if we want to query a node by its id. #### Custom Nodes[¶](#custom-nodes "Permalink to this headline") You can use the predefined `relay.Node` or you can subclass it, defining custom ways of how a node id is encoded (using the `to\_global\_id` method in the class) or how we can retrieve a Node given a encoded id (with the `get\_node\_from\_global\_id` method). Example of a custom node: ``` class CustomNode(Node): class Meta: name = 'Node' @staticmethod def to\_global\_id(type\_, id): return f"{type\_}:{id}" @staticmethod def get\_node\_from\_global\_id(info, global\_id, only\_type=None): type\_, id = global\_id.split(':') if only\_type: # We assure that the node type that we want to retrieve # is the same that was indicated in the field type assert type\_ == only\_type.\_meta.name, 'Received not compatible node.' if type\_ == 'User': return get\_user(id) elif type\_ == 'Photo': return get\_photo(id) ``` The `get\_node\_from\_global\_id` method will be called when `CustomNode.Field` is resolved. #### Accessing node types[¶](#accessing-node-types "Permalink to this headline") If we want to retrieve node instances from a `global\_id` (scalar that identifies an instance by it’s type name and id), we can simply do `Node.get\_node\_from\_global\_id(info, global\_id)`. In the case we want to restrict the instance retrieval to a specific type, we can do: `Node.get\_node\_from\_global\_id(info, global\_id, only\_type=Ship)`. This will raise an error if the `global\_id` doesn’t correspond to a Ship type. #### Node Root field[¶](#node-root-field "Permalink to this headline") As is required in the [Relay specification](https://facebook.github.io/relay/docs/graphql-relay-specification.html), the server must implement a root field called `node` that returns a `Node` Interface. For this reason, `graphene` provides the field `relay.Node.Field`, which links to any type in the Schema which implements `Node`. Example usage: ``` class Query(graphene.ObjectType): # Should be CustomNode.Field() if we want to use our custom Node node = relay.Node.Field() ``` ### Connection[¶](#connection "Permalink to this headline") A connection is a vitaminized version of a List that provides ways of slicing and paginating through it. The way you create Connection types in `graphene` is using `relay.Connection` and `relay.ConnectionField`. #### Quick example[¶](#quick-example "Permalink to this headline") If we want to create a custom Connection on a given node, we have to subclass the `Connection` class. In the following example, `extra` will be an extra field in the connection, and `other` an extra field in the Connection Edge. ``` class ShipConnection(Connection): extra = String() class Meta: node = Ship class Edge: other = String() ``` The `ShipConnection` connection class, will have automatically a `pageInfo` field, and a `edges` field (which is a list of `ShipConnection.Edge`). This `Edge` will have a `node` field linking to the specified node (in `ShipConnection.Meta`) and the field `other` that we defined in the class. #### Connection Field[¶](#connection-field "Permalink to this headline") You can create connection fields in any Connection, in case any ObjectType that implements `Node` will have a default Connection. ``` class Faction(graphene.ObjectType): name = graphene.String() ships = relay.ConnectionField(ShipConnection) def resolve\_ships(root, info): return [] ``` ### Mutations[¶](#mutations "Permalink to this headline") Most APIs don’t just allow you to read data, they also allow you to write. In GraphQL, this is done using mutations. Just like queries, Relay puts some additional requirements on mutations, but Graphene nicely manages that for you. All you need to do is make your mutation a subclass of `relay.ClientIDMutation`. ``` class IntroduceShip(relay.ClientIDMutation): class Input: ship\_name = graphene.String(required=True) faction\_id = graphene.String(required=True) ship = graphene.Field(Ship) faction = graphene.Field(Faction) @classmethod def mutate\_and\_get\_payload(cls, root, info, \*\*input): ship\_name = input.ship\_name faction\_id = input.faction\_id ship = create\_ship(ship\_name, faction\_id) faction = get\_faction(faction\_id) return IntroduceShip(ship=ship, faction=faction) ``` #### Accepting Files[¶](#accepting-files "Permalink to this headline") Mutations can also accept files, that’s how it will work with different integrations: ``` class UploadFile(graphene.ClientIDMutation): class Input: pass # nothing needed for uploading file # your return fields success = graphene.String() @classmethod def mutate\_and\_get\_payload(cls, root, info, \*\*input): # When using it in Django, context will be the request files = info.context.FILES # Or, if used in Flask, context will be the flask global request # files = context.files # do something with files return UploadFile(success=True) ``` ### Useful links[¶](#useful-links "Permalink to this headline") * [Getting started with Relay](https://relay.dev/docs/getting-started/step-by-step-guide/) * [Relay Global Identification Specification](https://relay.dev/graphql/objectidentification.htm) * [Relay Cursor Connection Specification](https://relay.dev/graphql/connections.htm) Testing in Graphene[¶](#testing-in-graphene "Permalink to this headline") ------------------------------------------------------------------------- Automated testing is an extremely useful bug-killing tool for the modern developer. You can use a collection of tests – a test suite – to solve, or avoid, a number of problems: * When you’re writing new code, you can use tests to validate your code works as expected. * When you’re refactoring or modifying old code, you can use tests to ensure your changes haven’t affected your application’s behavior unexpectedly. Testing a GraphQL application is a complex task, because a GraphQL application is made of several layers of logic – schema definition, schema validation, permissions and field resolution. With Graphene test-execution framework and assorted utilities, you can simulate GraphQL requests, execute mutations, inspect your application’s output and generally verify your code is doing what it should be doing. ### Testing tools[¶](#testing-tools "Permalink to this headline") Graphene provides a small set of tools that come in handy when writing tests. #### Test Client[¶](#test-client "Permalink to this headline") The test client is a Python class that acts as a dummy GraphQL client, allowing you to test your views and interact with your Graphene-powered application programmatically. Some of the things you can do with the test client are: * Simulate Queries and Mutations and observe the response. * Test that a given query request is rendered by a given Django template, with a template context that contains certain values. #### Overview and a quick example[¶](#overview-and-a-quick-example "Permalink to this headline") To use the test client, instantiate `graphene.test.Client` and retrieve GraphQL responses: ``` from graphene.test import Client def test\_hey(): client = Client(my\_schema) executed = client.execute('''{ hey }''') assert executed == { 'data': { 'hey': 'hello!' } } ``` #### Execute parameters[¶](#execute-parameters "Permalink to this headline") You can also add extra keyword arguments to the `execute` method, such as `context`, `root`, `variables`, ...: ``` from graphene.test import Client def test\_hey(): client = Client(my\_schema) executed = client.execute('''{ hey }''', context={'user': 'Peter'}) assert executed == { 'data': { 'hey': 'hello Peter!' } } ``` #### Snapshot testing[¶](#snapshot-testing "Permalink to this headline") As our APIs evolve, we need to know when our changes introduce any breaking changes that might break some of the clients of our GraphQL app. However, writing tests and replicating the same response we expect from our GraphQL application can be a tedious and repetitive task, and sometimes it’s easier to skip this process. Because of that, we recommend the usage of [SnapshotTest](https://github.com/syrusakbary/snapshottest/). SnapshotTest lets us write all these tests in a breeze, as it automatically creates the `snapshots` for us the first time the test are executed. Here is a simple example on how our tests will look if we use `pytest`: ``` def test\_hey(snapshot): client = Client(my\_schema) # This will create a snapshot dir and a snapshot file # the first time the test is executed, with the response # of the execution. snapshot.assert\_match(client.execute('''{ hey }''')) ``` If we are using `unittest`: ``` from snapshottest import TestCase class APITestCase(TestCase): def test\_api\_me(self): """Testing the API for /me""" client = Client(my\_schema) self.assertMatchSnapshot(client.execute('''{ hey }''')) ``` API Reference[¶](#api-reference "Permalink to this headline") ------------------------------------------------------------- ### Schema[¶](#schema "Permalink to this headline") ### Object types[¶](#object-types "Permalink to this headline") ### Fields (Mounted Types)[¶](#fields-mounted-types "Permalink to this headline") ### Fields (Unmounted Types)[¶](#fields-unmounted-types "Permalink to this headline") ### GraphQL Scalars[¶](#graphql-scalars "Permalink to this headline") ### Graphene Scalars[¶](#graphene-scalars "Permalink to this headline") ### Enum[¶](#enum "Permalink to this headline") ### Structures[¶](#structures "Permalink to this headline") ### Type Extension[¶](#type-extension "Permalink to this headline") ### Execution Metadata[¶](#execution-metadata "Permalink to this headline") Integrations[¶](#integrations "Permalink to this headline") ----------------------------------------------------------- * [Graphene-Django](http://docs.graphene-python.org/projects/django/en/latest/) ([source](https://github.com/graphql-python/graphene-django/)) * Flask-Graphql ([source](https://github.com/graphql-python/flask-graphql)) * [Graphene-SQLAlchemy](http://docs.graphene-python.org/projects/sqlalchemy/en/latest/) ([source](https://github.com/graphql-python/graphene-sqlalchemy/)) * [Graphene-GAE](http://docs.graphene-python.org/projects/gae/en/latest/) ([source](https://github.com/graphql-python/graphene-gae/)) * [Graphene-Mongo](http://graphene-mongo.readthedocs.io/en/latest/) ([source](https://github.com/graphql-python/graphene-mongo)) * [Starlette](https://www.starlette.io/graphql/) ([source](https://github.com/encode/starlette)) * [FastAPI](https://fastapi.tiangolo.com/advanced/graphql/) ([source](https://github.com/tiangolo/fastapi))
daemon
go
Comodojo daemon 1.0.0 documentation [Comodojo daemon](index.html#document-index) stable * [General concepts](index.html#document-general) + [The big picture](index.html#the-big-picture) + [Daemon loop](index.html#daemon-loop) + [Socket communication](index.html#socket-communication) + [POSIX signals and signal-to-event bridge](index.html#posix-signals-and-signal-to-event-bridge) + [Workers and Worker management](index.html#workers-and-worker-management) * [Installation](index.html#document-install) + [Requirements](index.html#requirements) * [Using the library](index.html#document-usage) + [Defining the daemon](index.html#defining-the-daemon) + [Creating the exec script](index.html#creating-the-exec-script) + [Running the daemon](index.html#running-the-daemon) + [Interacting with the daemon](index.html#interacting-with-the-daemon) * [Daemon configuration](index.html#document-config) + [Configuration parameters](index.html#configuration-parameters) * [Using Workers](index.html#document-workers) + [Creating a worker](index.html#creating-a-worker) + [Adding a worker to the daemon](index.html#adding-a-worker-to-the-daemon) + [The forever switch](index.html#the-forever-switch) + [Communicating with the worker](index.html#communicating-with-the-worker) [Comodojo daemon](index.html#document-index) * [Docs](index.html#document-index) » * Comodojo daemon 1.0.0 documentation * [Edit on GitHub](https://github.com/comodojo/daemon/blob/c6b37638378968ccaa5fe7ae8319ea43280fab99/docs/source/index.rst) --- Comodojo daemon docs[¶](#comodojo-daemon-docs "Permalink to this headline") =========================================================================== This library provides tools to create, control and interact with complex, multi-process PHP daemons. Table of Contents: General concepts[¶](#general-concepts "Permalink to this headline") ------------------------------------------------------------------- This library provides basic tools to create solid PHP daemons that can: * spawn and control multiple workers, * communicate via unix/inet sockets using structured RPC calls, * receive and handle POSIX signals using a signal-to-event bridge, and * maintain small memory footprint. The following picture shows the high level architecture of the [comodojo/daemon](https://github.com/comodojo/daemon) package. ![comodojo/daemon architecture](_images/comodojo_daemon-internal-architecture-nofill-v1.X.png) comodojo/daemon v1.X architecture ### The big picture[¶](#the-big-picture "Permalink to this headline") According to [wikipedia](https://en.wikipedia.org/wiki/Daemon_(computing)): > > […] a daemon is a computer program that runs as a background process, rather than being under the direct control of an interactive user. Starting from the ground up, the structure of this library reflects the above definition: the `\Comodojo\Daemon\Process` abstract class provides all the basic methods to create a standard \*nix process that can handle OS signals and set its own niceness. The `\Comodojo\Daemon\Daemon` abstract class extends the previous one with all the fancy daemon features. When extended and instantiated, this class, basically: * forks itself and close the parent process (to became an orphaned process) * detaches from STDOUT, STDERR, STDIN and became a session leader * creates and inject event listeners to react to common \*nix signals (SIGTERM, SIGINT, SIGCHLD) * creates a communication socket * start the internal daemon loop Creating a simple echo daemon this way requires just a couple of lines: | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ``` | ``` <?php namespace DaemonExamples; use \Comodojo\Daemon\Daemon as AbstractDaemon; use \Comodojo\RpcServer\RpcMethod; class EchoDaemon extends AbstractDaemon { public function setup() { // define the echo method using lambda function $echo = RpcMethod::create("examples.echo", function($params, $daemon) { $message = $params->get('message'); return $message; }, $this) ->setDescription("I'm here to reply your data") ->addParameter('string','message') ->setReturnType('string'); // inject the method to the daemon internal RPC server $this->getSocket() ->getRpcServer() ->methods() ->add($echo); } } ``` | Note This code is available in the [daemon-examples github repository](https://github.com/marcogiovinazzi/daemon-examples). ### Daemon loop[¶](#daemon-loop "Permalink to this headline") The daemon itself is designed to handle communication via socket or at the OS level. That’s why the main loop in [comodojo/daemon](https://github.com/comodojo/daemon) is implemented ad the socket level, i.e. the daemon loop endlessly waiting for incoming connections. Once received, the socket calls the internal RPC server to execute the command (if any). This behaviour can not be changed. Note See [comodojo/rpcserver github repo](https://github.com/comodojo/rpcserver) for more information about RPC server. ### Socket communication[¶](#socket-communication "Permalink to this headline") TBW ### POSIX signals and signal-to-event bridge[¶](#posix-signals-and-signal-to-event-bridge "Permalink to this headline") Once received, a POSIX signal is automatically converted into a `\Comodojo\Daemon\Events\PosixEvent` event that will fire hooked listeners. In this way the framework can be customized to react to specific events according to user needs. Predefined listeners are in place to handle most common system events; the `\Comodojo\Daemon\Listeners\StopDaemon`, for example, is designed to react on SIGTERM and to close the daemon gracefully. ### Workers and Worker management[¶](#workers-and-worker-management "Permalink to this headline") Workers are the standard way to create extended logic inside a project based on [comodojo/daemon](https://github.com/comodojo/daemon). A worker is a child process, forked from the daemon, that implements another kind of loop; the daemon itself constantly monitors the status of the worker and keeps an always open bidirectional communication channel using [shared memory segments (SHMOP)](http://php.net/manual/en/book.shmop.php). In other words, a worker can actually do a “specialized work” independently from the parent process, without exposing another socket, relying on the daemon for external communications. Installation[¶](#installation "Permalink to this headline") ----------------------------------------------------------- First [install composer](https://getcomposer.org/doc/00-intro.md), then: ``` composer require comodojo/daemon ``` ### Requirements[¶](#requirements "Permalink to this headline") To work properly, comodojo/daemon requires PHP >=5.6.0. Following PHP extension are also required: * ext-posix: PHP interface to \*nix Process Control Extensions * ext-pcntl: process Control support in PHP * ext-shmop: read, write, create and delete Unix shared memory segments * ext-sockets: low-level interface to the socket communication functions Using the library[¶](#using-the-library "Permalink to this headline") --------------------------------------------------------------------- Creating a daemon using this library requires at least two steps: 1. create your own daemon class, defining methods to be exposed via RPC socket, 2. create the daemon exec file, that will init the above mentioned class providing basic configuration. Workers can be also injected to the daemon in the second step. ### Defining the daemon[¶](#defining-the-daemon "Permalink to this headline") Your new daemon should extend the `\Comodojo\Daemon\Daemon` abstract class, implementing the abstract `setup` method. The main purpose of this method is to define all the commands that the daemon will accept from the input socket. Let’s take as an example the dummy *echo* daemon mentioned in [General concepts](index.html#general) section: | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 ``` | ``` <?php namespace DaemonExamples; use \Comodojo\Daemon\Daemon as AbstractDaemon; use \Comodojo\RpcServer\RpcMethod; class EchoDaemon extends AbstractDaemon { public function setup() { // define the echo method using lambda function $echo = RpcMethod::create("examples.echo", function($params, $daemon) { $message = $params->get('message'); return $message; }, $this) ->setDescription("I'm here to reply your data") ->addParameter('string','message') ->setReturnType('string'); // inject the method to the daemon internal RPC server $this->getSocket() ->getRpcServer() ->methods() ->add($echo); } } ``` | Note This code is available in the [daemon-examples github repository](https://github.com/marcogiovinazzi/daemon-examples). The *examples.echo* RPC method expects a string parameter *message* that will be replied by the server. Now that we have our first daemon, let’s figure out how to start it. ### Creating the exec script[¶](#creating-the-exec-script "Permalink to this headline") The exec script typically provides only the basic configuration to the daemon class. Following an example exec script that init the daemon using an inet/tpc socket on port 10042. | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 ``` | ``` #!/usr/bin/env php <?php $base\_path = realpath(dirname(\_\_FILE\_\_)."/../"); require "$base\_path/vendor/autoload.php"; use \DaemonExamples\EchoDaemon; $configuration = [ 'description' => 'Echo Daemon', 'sockethandler' => 'tcp://127.0.0.1:10042' ]; // Create a new instance of EchoDaemon $daemon = new EchoDaemon($configuration); // Start the daemon! $daemon->init(); ``` | Note This code is available in the [daemon-examples github repository](https://github.com/marcogiovinazzi/daemon-examples). Note for a complete list of configuration parameters, refer to the [Daemon configuration](index.html#configuration) section. Once saved and made executable, the daemon is ready start. ### Running the daemon[¶](#running-the-daemon "Permalink to this headline") If called with no arguments, the exec script will present the default daemon console: ![comodojo/daemon default console](_images/comodojo_daemon-cmd-v1.X.png) comodojo/daemon default console The *-d* (run as a daemon) and the *-f* (run in foreground) arguments are the most important to understand. If *-d* is selected, the script will act as a daemon (forking itself, detaching from IO, …), while the *-f* keeps the script in foreground and the standard shell IO. So, it’s trivial to understand that the main purpose of the *-f* argument is to enable the debug at run-time. Two typical combination of arguments are the following: * run the daemon, (eventually) cleaning the socket and the locker: *./daemon -d -s* * run the daemon in foreground, enabling debug: *./daemon -f -v* ### Interacting with the daemon[¶](#interacting-with-the-daemon "Permalink to this headline") TBW Daemon configuration[¶](#daemon-configuration "Permalink to this headline") --------------------------------------------------------------------------- A daemon created using this package can be configured using an array of parameters provided as the first input argument to the `\Comodojo\Daemon\Daemon` abstract class. As an example: | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 ``` | ``` #!/usr/bin/env php <?php use \DaemonExamples\EchoDaemon; $configuration = [ 'description' => 'Echo Daemon', 'sockethandler' => 'tcp://127.0.0.1:10042' ]; // Create a new instance of EchoDaemon $daemon = new EchoDaemon($configuration); ``` | Note This code is available in the [`daemon-examples github repository`\_](#id1). ### Configuration parameters[¶](#configuration-parameters "Permalink to this headline") Following a list of accepted configuration parameters. #### sockethandler[¶](#sockethandler "Permalink to this headline") Address and type of the socket handler (see the [PHP socket documentation](http://php.net/manual/en/book.sockets.php)). *Example*: ‘sockethandler’ => ‘<tcp://127.0.0.1:60001>’ *Default*: ‘sockethandler’ => ‘unix://daemon.sock’ #### pidfile[¶](#pidfile "Permalink to this headline") Location (relative to the base path) of the daemon’s pid file. *Default*: ‘pidfile’ => ‘daemon.pid’ Note Prepend a slash to the file loaction to make it absolute (e.g. /tmp/daemon.pid). #### socketbuffer[¶](#socketbuffer "Permalink to this headline") Size of the socket buffer (see the [PHP socket documentation](http://php.net/manual/en/book.sockets.php)). *Default*: ‘socketbuffer’ => 1024 #### sockettimeout[¶](#sockettimeout "Permalink to this headline") Timeout for the select() system call (see the [PHP socket documentation](http://php.net/manual/en/book.sockets.php)). *Default*: ‘sockettimeout’ => 2 #### socketmaxconnections[¶](#socketmaxconnections "Permalink to this headline") Maximum number of connection accepted by the socket. *Default*: ‘socketmaxconnections’ => 10 #### niceness[¶](#niceness "Permalink to this headline") Define the nice value of the daemon process (see the [nice unix command on wikipedia](https://en.wikipedia.org/wiki/Nice_(Unix))). *Default*: ‘niceness’ => 0 #### arguments[¶](#arguments "Permalink to this headline") Definition of command line arguments, in the climate format (see [climate documentation](https://climate.thephpleague.com/)). *Default*: ‘arguments’ => ‘\Comodojo\Daemon\Console\DaemonArguments’ #### description[¶](#description "Permalink to this headline") Description banner in the daemon command line. *Default*: ‘description’ => ‘Comodojo Daemon’ Using Workers[¶](#using-workers "Permalink to this headline") ------------------------------------------------------------- In comodojo/daemon workers are, essentially, child processes that run in parallel maintaining a communication channel with the master daemon. Each worker has its own loop that can be configured from the daemon. ### Creating a worker[¶](#creating-a-worker "Permalink to this headline") The simplest way to create a worker, is to extend the `\Comodojo\Daemon\Worker\AbstractWorker` abstract class implementing the `loop()` method. There are two other optional methods, `spinup()` and `spindown` that can be used to control the worker startup and execute action before shutting down. As an example, let’s consider the following *CopyWorker*: it’s job is to check if a specific *test.txt” file exists in the \*tmp* directory and, if it’s there, duplicate the file. | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 ``` | ``` <?php namespace DaemonExamples; use \Comodojo\Daemon\Worker\AbstractWorker; class CopyWorker extends AbstractWorker { protected $path; // Source file protected $file = 'test.txt'; // Destination file protected $copy = 'copy\_test.txt'; public function spinup() { $this->logger->info("CopyWorker ".$this->getName()." spinning up..."); $this->path = realpath(dirname(\_\_FILE\_\_)."/../../tmp/"); } public function loop() { $filename = $this->path."/".$this->file; if ( file\_exists($filename) ) { copy($filename, $this->path."/".$this->copy); } } public function spindown() { $this->logger->info("CopyWorker ".$this->getName()." spinning down."); unlink($this->path."/".$this->copy); } } ``` | Note This code is available in the [daemon-examples github repository](https://github.com/marcogiovinazzi/daemon-examples). ### Adding a worker to the daemon[¶](#adding-a-worker-to-the-daemon "Permalink to this headline") In order to run, a worker should be installed in the daemon before calling the `init()` method. The internal workers stack `Comodojo\Daemon\Worker\Manager` can be accessed using the `$daemon::getWorkers()` getter. The `install()` method can be used to push a worker into the stack, specifying the looptime: | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ``` | ``` #!/usr/bin/env php <?php $base\_path = realpath(dirname(\_\_FILE\_\_)."/../"); require "$base\_path/vendor/autoload.php"; use \DaemonExamples\CopyDaemon; use \DaemonExamples\CopyWorker; $configuration = [ 'description' => 'Copy Daemon', 'sockethandler' => 'tcp://127.0.0.1:10042' ]; $daemon = new CopyDaemon($configuration); // Create a CopyWorker with name: handyman $handyman = new CopyWorker("handyman"); // Install the worker into the stack configuring a 10 secs looptime and enabling the forever watchdog $daemon->getWorkers()->install($handyman, 10, true); $daemon->init(); ``` | Note This code is available in the [daemon-examples github repository](https://github.com/marcogiovinazzi/daemon-examples). ### The forever switch[¶](#the-forever-switch "Permalink to this headline") The `install()` method allows also to enable the *forever* mode for the worker. When the third argument is set to *true*, the internal watchdog of the daemon will restart the worker in case of crash, with no need to restart the whole daemon. On the contrary, in case of *false* a controlled shutdown of the whole daemon will be triggered if one worker goes down. ### Communicating with the worker[¶](#communicating-with-the-worker "Permalink to this headline") When a worker is created, the daemon will open a bidirectional communication channel using standard Unix shared memory segments. This channel will be kept opened for the entire life of the process. Using this channel: 1. the daemon is able to pool the worker to konw its state (running, paused, …) and trigger actions if the daemon crashes (worker watchdog); 2. the user can send commands to the worker using the daemon RPC socket. While the first point is totally automated, the second one requires a user interaction. #### Using default commands[¶](#using-default-commands "Permalink to this headline") By default, the RPC socket expose a couple of method to manage workers: 1. `worker.list()` - get the list of the currently installed workers 2. `worker.status(worker\_name)` - get the status of the worker * 0 => SPINUP * 1 => LOOPING * 2 => PAUSED * 3 => SPINDOWN 3. `worker.pause(worker\_name\*)` - pause the worker 4. `worker.resume(worker\_name\*)` - resume the worker These commands are automatically sent to the communication channel (using shmop), trapped by the worker loop and then propagated as `\Comodojo\Daemon\Events\WorkerEvent`. A listener on the worker side is responsible for executing the related action. For example, this RPC request can be used to request the status of all workers: | | | | --- | --- | | ``` 1 ``` | ``` $request = \Comodojo\RpcClient\RpcRequest::create("worker.status", []); ``` | And the following one to pause the *handyman* worker: | | | | --- | --- | | ``` 1 ``` | ``` $request = RpcRequest::create("worker.pause", ["handyman"]); ``` | #### Defining custom actions[¶](#defining-custom-actions "Permalink to this headline") Custom actions can be defined in the worker to trap user defined commands, using the same mechanism described in the previous section. As an example, let’s customize the CopyDaemon/CopyWorker to change the output filename if a *handyman.changename* request is received. To create this custom action, first step is to create a custom listener to handle the WorkerEvent: | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 ``` | ``` <?php namespace DaemonExamples; use \League\Event\AbstractListener; use \League\Event\EventInterface; class ChangeNameListener extends AbstractListener { public function handle(EventInterface $event) { // get the current worker instance $worker = $event->getWorker()->getInstance(); // invoke the changeName method $worker->changeName(); return true; } } ``` | This listener should be hooked to a custom event at the worker level. The modified version of the CopyWorker is: | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 ``` | ``` <?php namespace DaemonExamples; use \Comodojo\Daemon\Worker\AbstractWorker; class CopyWorker extends AbstractWorker { protected $path; protected $file = 'test.txt'; protected $copy = 'copy\_test.txt'; public function spinup() { $this->logger->info("CopyWorker ".$this->getName()." spinning up..."); $this->path = realpath(dirname(\_\_FILE\_\_)."/../../tmp/"); // Hook on daemon.worker.changename event to change the output file name $this->getEvents() ->subscribe('daemon.worker.changename', '\DaemonExamples\ChangeNameListener'); } public function loop() { $filename = $this->path."/".$this->file; if ( file\_exists($filename) ) { $this->logger->info("Copying file ".$this->file." to ".$this->copy); copy($filename, $this->path."/".$this->copy); } } public function spindown() { $this->logger->info("CopyWorker ".$this->getName()." spinning down."); unlink($this->path."/".$this->copy); } // this method will be invoked by the listener for daemon.worker.changename event public function changeName() { $this->logger->info("Changing filename..."); $this->copy = 'copy\_test\_2.txt'; } } ``` | Note This code is available in the [daemon-examples github repository](https://github.com/marcogiovinazzi/daemon-examples). The last step is to create a custom RPC Method in the daemon that can handle the *handyman.changename* request translating it to a message *changename* propagated in the communication channel (output side): | | | | --- | --- | | ``` 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 ``` | ``` <?php namespace DaemonExamples; use \Comodojo\Daemon\Daemon as AbstractDaemon; use \Comodojo\RpcServer\RpcMethod; class CopyDaemon extends AbstractDaemon { public function setup() { // define the changename method using lambda function $change = RpcMethod::create("handyman.changename", function($params, $daemon) { return $daemon->getWorkers() ->get("handyman") ->getOutputChannel() ->send('changename') > 0; }, $this) ->setDescription("Change the output file name") ->setReturnType('string'); // inject the method to the daemon internal RPC server $this->getSocket() ->getRpcServer() ->methods() ->add($change); } } ``` | Note This code is available in the [daemon-examples github repository](https://github.com/marcogiovinazzi/daemon-examples).
pspy
go
tutorial\_spectra\_car\_spin0and2 /\*! \* \* Twitter Bootstrap \* \*/ /\*! \* Bootstrap v3.3.7 (http://getbootstrap.com) \* Copyright 2011-2016 Twitter, Inc. \* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) \*/ /\*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css \*/ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /\*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css \*/ @media print { \*, \*:before, \*:after { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons\_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } \* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } \*:before, \*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 33px; } h2, .h2 { font-size: 27px; } h3, .h3 { font-size: 23px; } h4, .h4 { font-size: 17px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 19.5px; } } small, .small { font-size: 92%; } mark, .mark { background-color: #fcf8e3; padding: .2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 9px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 541px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .container { width: 768px; } } @media (min-width: 992px) { .container { width: 940px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class\*="col-"] { position: static; float: none; display: table-column; } table td[class\*="col-"], table th[class\*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 32px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 45px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .form-group-lg select.form-control { height: 45px; line-height: 45px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 23px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class\*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 2px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .navbar { border-radius: 2px; } } @media (min-width: 541px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 541px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 3px 0px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .navbar-left { float: left !important; float: left; } .navbar-right { float: right !important; float: right; margin-right: 0px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 59px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #000; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 3px; } .well-sm { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .item\_buttons:before, .item\_buttons:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .item\_buttons:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /\*! \* \* Font Awesome \* \*/ /\*! \* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome \* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) \*/ /\* FONT PATH \* -------------------------- \*/ @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /\* makes the font 33% larger relative to the icon container \*/ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /\* Deprecated as of 4.4.0 \*/ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /\* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons \*/ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .fa-handshake-o:before { content: "\f2b5"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-o:before { content: "\f2b7"; } .fa-linode:before { content: "\f2b8"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-book-o:before { content: "\f2ba"; } .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-circle-o:before { content: "\f2be"; } .fa-user-o:before { content: "\f2c0"; } .fa-id-badge:before { content: "\f2c1"; } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } .fa-quora:before { content: "\f2c4"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-telegram:before { content: "\f2c6"; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } .fa-shower:before { content: "\f2cc"; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } .fa-podcast:before { content: "\f2ce"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-grav:before { content: "\f2d6"; } .fa-etsy:before { content: "\f2d7"; } .fa-imdb:before { content: "\f2d8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-eercast:before { content: "\f2da"; } .fa-microchip:before { content: "\f2db"; } .fa-snowflake-o:before { content: "\f2dc"; } .fa-superpowers:before { content: "\f2dd"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /\*! \* \* IPython base \* \*/ .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } code { color: #000; } pre { font-size: inherit; line-height: inherit; } label { font-weight: normal; } /\* Make the page background atleast 100% the height of the view port \*/ /\* Make the page itself atleast 70% the height of the view port \*/ .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .corner-all { border-radius: 2px; } .no-padding { padding: 0px; } /\* Flexible box model classes \*/ /\* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ \*/ /\* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. \*/ .hbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } .hbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .vbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } .vbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .hbox.reverse, .vbox.reverse, .reverse { /\* Old browsers \*/ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /\* Modern browsers \*/ flex-direction: row-reverse; } .hbox.box-flex0, .vbox.box-flex0, .box-flex0 { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; width: auto; } .hbox.box-flex1, .vbox.box-flex1, .box-flex1 { /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex, .vbox.box-flex, .box-flex { /\* Old browsers \*/ /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex2, .vbox.box-flex2, .box-flex2 { /\* Old browsers \*/ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /\* Modern browsers \*/ flex: 2; } .box-group1 { /\* Deprecated \*/ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .box-group2 { /\* Deprecated \*/ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .hbox.start, .vbox.start, .start { /\* Old browsers \*/ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /\* Modern browsers \*/ justify-content: flex-start; } .hbox.end, .vbox.end, .end { /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; } .hbox.center, .vbox.center, .center { /\* Old browsers \*/ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /\* Modern browsers \*/ justify-content: center; } .hbox.baseline, .vbox.baseline, .baseline { /\* Old browsers \*/ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /\* Modern browsers \*/ justify-content: baseline; } .hbox.stretch, .vbox.stretch, .stretch { /\* Old browsers \*/ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /\* Modern browsers \*/ justify-content: stretch; } .hbox.align-start, .vbox.align-start, .align-start { /\* Old browsers \*/ -webkit-box-align: start; -moz-box-align: start; box-align: start; /\* Modern browsers \*/ align-items: flex-start; } .hbox.align-end, .vbox.align-end, .align-end { /\* Old browsers \*/ -webkit-box-align: end; -moz-box-align: end; box-align: end; /\* Modern browsers \*/ align-items: flex-end; } .hbox.align-center, .vbox.align-center, .align-center { /\* Old browsers \*/ -webkit-box-align: center; -moz-box-align: center; box-align: center; /\* Modern browsers \*/ align-items: center; } .hbox.align-baseline, .vbox.align-baseline, .align-baseline { /\* Old browsers \*/ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /\* Modern browsers \*/ align-items: baseline; } .hbox.align-stretch, .vbox.align-stretch, .align-stretch { /\* Old browsers \*/ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /\* Modern browsers \*/ align-items: stretch; } div.error { margin: 2em; text-align: center; } div.error > h1 { font-size: 500%; line-height: normal; } div.error > p { font-size: 200%; line-height: normal; } div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } div.traceback-wrapper pre.traceback { max-height: 600px; overflow: auto; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ body { background-color: #fff; /\* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below \*/ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } body > #header { /\* Initially hidden to prevent FLOUC \*/ display: none; background-color: #fff; /\* Display over codemirror \*/ position: relative; z-index: 100; } body > #header #header-container { display: flex; flex-direction: row; justify-content: space-between; padding: 5px; padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { body > #header { display: none !important; } } #header-spacer { width: 100%; visibility: hidden; } @media print { #header-spacer { display: none; } } #ipython\_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } [dir="rtl"] #ipython\_notebook { margin-right: 10px; margin-left: 0; } [dir="rtl"] #ipython\_notebook.pull-left { float: right !important; float: right; } .flex-spacer { flex: 1; } #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } #ipython\_notebook img { height: 28px; } #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { #site { height: auto !important; } } /\* Smaller buttons \*/ .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } input.ui-button { padding: 0.3em 0.9em; } span#kernel\_logo\_widget { margin: 0 10px; } span#login\_widget { float: right; } [dir="rtl"] span#login\_widget { float: left; } span#login\_widget > .button, #logout { color: #333; background-color: #fff; border-color: #ccc; } span#login\_widget > .button:focus, #logout:focus, span#login\_widget > .button.focus, #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } span#login\_widget > .button:hover, #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active:hover, #logout:active:hover, span#login\_widget > .button.active:hover, #logout.active:hover, .open > .dropdown-togglespan#login\_widget > .button:hover, .open > .dropdown-toggle#logout:hover, span#login\_widget > .button:active:focus, #logout:active:focus, span#login\_widget > .button.active:focus, #logout.active:focus, .open > .dropdown-togglespan#login\_widget > .button:focus, .open > .dropdown-toggle#logout:focus, span#login\_widget > .button:active.focus, #logout:active.focus, span#login\_widget > .button.active.focus, #logout.active.focus, .open > .dropdown-togglespan#login\_widget > .button.focus, .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { background-image: none; } span#login\_widget > .button.disabled:hover, #logout.disabled:hover, span#login\_widget > .button[disabled]:hover, #logout[disabled]:hover, fieldset[disabled] span#login\_widget > .button:hover, fieldset[disabled] #logout:hover, span#login\_widget > .button.disabled:focus, #logout.disabled:focus, span#login\_widget > .button[disabled]:focus, #logout[disabled]:focus, fieldset[disabled] span#login\_widget > .button:focus, fieldset[disabled] #logout:focus, span#login\_widget > .button.disabled.focus, #logout.disabled.focus, span#login\_widget > .button[disabled].focus, #logout[disabled].focus, fieldset[disabled] span#login\_widget > .button.focus, fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } span#login\_widget > .button .badge, #logout .badge { color: #fff; background-color: #333; } .nav-header { text-transform: none; } #header > span { margin-top: 10px; } .modal\_stretch .modal-dialog { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .modal\_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } .modal-header { cursor: move; } @media (min-width: 768px) { .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { select.form-control { margin-left: 12px; margin-right: 12px; } } /\*! \* \* IPython auth \* \*/ .center-nav { display: inline-block; margin-bottom: -4px; } [dir="rtl"] .center-nav form.pull-left { float: right !important; float: right; } [dir="rtl"] .center-nav .navbar-text { float: right; } [dir="rtl"] .navbar-inner { text-align: right; } [dir="rtl"] div.text-left { text-align: right; } /\*! \* \* IPython tree view \* \*/ /\* We need an invisible input field on top of the sentense\*/ /\* "Drag file onto the list ..." \*/ .alternate\_upload { background-color: none; display: inline; } .alternate\_upload.form { padding: 0; margin: 0; } .alternate\_upload input.fileinput { position: absolute; display: block; width: 100%; height: 100%; overflow: hidden; cursor: pointer; opacity: 0; z-index: 2; } .alternate\_upload .btn-xs > input.fileinput { margin: -1px -5px; } .alternate\_upload .btn-upload { position: relative; height: 22px; } ::-webkit-file-upload-button { cursor: pointer; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ ul#tabs { margin-bottom: 4px; } ul#tabs a { padding-top: 6px; padding-bottom: 4px; } [dir="rtl"] ul#tabs.nav-tabs > li { float: right; } [dir="rtl"] ul#tabs.nav.nav-tabs { padding-right: 0; } ul.breadcrumb a:focus, ul.breadcrumb a:hover { text-decoration: none; } ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } ul.breadcrumb span { color: #5e5e5e; } .list\_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .list\_toolbar .tree-buttons { padding-top: 1px; } [dir="rtl"] .list\_toolbar .tree-buttons .pull-right { float: left !important; float: left; } [dir="rtl"] .list\_toolbar .col-sm-4, [dir="rtl"] .list\_toolbar .col-sm-8 { float: right; } .dynamic-buttons { padding-top: 3px; display: inline-block; } .list\_toolbar [class\*="span"] { min-height: 24px; } .list\_header { font-weight: bold; background-color: #EEE; } .list\_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .list\_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .list\_container > div { border-bottom: 1px solid #ddd; } .list\_container > div:hover .list-item { background-color: red; } .list\_container > div:last-child { border: none; } .list\_item:hover .list\_item { background-color: #ddd; } .list\_item a { text-decoration: none; } .list\_item:hover { background-color: #fafafa; } .list\_header > div, .list\_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .list\_header > div input, .list\_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: text-bottom; line-height: 22px; position: relative; top: -1px; } .list\_header > div .item\_link, .list\_item > div .item\_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } [dir="rtl"] .list\_item > div input { margin-right: 0; } .new-file input[type=checkbox] { visibility: hidden; } .item\_name { line-height: 22px; height: 24px; } .item\_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .item\_modified { margin-right: 7px; margin-left: 7px; } [dir="rtl"] .item\_modified.pull-right { float: left !important; float: left; } .item\_buttons { line-height: 1em; margin-left: -5px; } .item\_buttons .btn, .item\_buttons .btn-group, .item\_buttons .input-group { float: left; } .item\_buttons > .btn, .item\_buttons > .btn-group, .item\_buttons > .input-group { margin-left: 5px; } .item\_buttons .btn { min-width: 13ex; } .item\_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .item\_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } [dir="rtl"] .item\_buttons.pull-right { float: left !important; float: left; } [dir="rtl"] .item\_buttons .kernel-name { margin-left: 7px; float: right; } .toolbar\_info { height: 24px; line-height: 24px; } .list\_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .highlight\_text { color: blue; } #project\_name { display: inline-block; padding-left: 7px; margin-left: -2px; } #project\_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } .sort\_button { display: inline-block; padding-left: 7px; } [dir="rtl"] .sort\_button.pull-right { float: left !important; float: left; } #tree-selector { padding-right: 0px; } #button-select-all { min-width: 50px; } [dir="rtl"] #button-select-all.btn { float: right ; } #select-all { margin-left: 7px; margin-right: 2px; margin-top: 2px; height: 16px; } [dir="rtl"] #select-all.pull-left { float: right !important; float: right; } .menu\_icon { margin-right: 2px; } .tab-content .row { margin-left: 0px; margin-right: 0px; } .folder\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .folder\_icon:before.fa-pull-left { margin-right: .3em; } .folder\_icon:before.fa-pull-right { margin-left: .3em; } .folder\_icon:before.pull-left { margin-right: .3em; } .folder\_icon:before.pull-right { margin-left: .3em; } .notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .notebook\_icon:before.fa-pull-left { margin-right: .3em; } .notebook\_icon:before.fa-pull-right { margin-left: .3em; } .notebook\_icon:before.pull-left { margin-right: .3em; } .notebook\_icon:before.pull-right { margin-left: .3em; } .running\_notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .running\_notebook\_icon:before.fa-pull-left { margin-right: .3em; } .running\_notebook\_icon:before.fa-pull-right { margin-left: .3em; } .running\_notebook\_icon:before.pull-left { margin-right: .3em; } .running\_notebook\_icon:before.pull-right { margin-left: .3em; } .file\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .file\_icon:before.fa-pull-left { margin-right: .3em; } .file\_icon:before.fa-pull-right { margin-left: .3em; } .file\_icon:before.pull-left { margin-right: .3em; } .file\_icon:before.pull-right { margin-left: .3em; } #notebook\_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } ul#new-menu { left: auto; right: 0; } #new-menu .dropdown-header { font-size: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 3px; margin: -3px 20px 0; } .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .kernel-menu-icon:before { content: "\f096"; } .kernel-menu-icon-current:before { content: "\f00c"; } #tab\_content { padding-top: 20px; } #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } #running .panel-group .panel .panel-heading a:focus, #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } #running .panel-group .panel .panel-body { padding: 0px; } #running .panel-group .panel .panel-body .list\_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } #running .panel-group .panel .panel-body .list\_container .list\_item { border-bottom: 1px solid #ddd; } #running .panel-group .panel .panel-body .list\_container .list\_item:last-child { border-bottom: 0px; } .delete-button { display: none; } .duplicate-button { display: none; } .rename-button { display: none; } .move-button { display: none; } .download-button { display: none; } .shutdown-button { display: none; } .dynamic-instructions { display: inline-block; padding-top: 4px; } /\*! \* \* IPython text editor webapp \* \*/ .selected-keymap i.fa { padding: 0px 5px; } .selected-keymap i.fa:before { content: "\f00c"; } #mode-menu { overflow: auto; max-height: 20em; } .edit\_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .edit\_app #menubar .navbar { /\* Use a negative 1 bottom margin, so the border overlaps the border of the header \*/ margin-bottom: -1px; } .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator.fa-pull-left { margin-right: .3em; } .dirty-indicator.fa-pull-right { margin-left: .3em; } .dirty-indicator.pull-left { margin-right: .3em; } .dirty-indicator.pull-right { margin-left: .3em; } .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-dirty.fa-pull-left { margin-right: .3em; } .dirty-indicator-dirty.fa-pull-right { margin-left: .3em; } .dirty-indicator-dirty.pull-left { margin-right: .3em; } .dirty-indicator-dirty.pull-right { margin-left: .3em; } .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-clean.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean.pull-left { margin-right: .3em; } .dirty-indicator-clean.pull-right { margin-left: .3em; } .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .dirty-indicator-clean:before.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean:before.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean:before.pull-left { margin-right: .3em; } .dirty-indicator-clean:before.pull-right { margin-left: .3em; } #filename { font-size: 16pt; display: table; padding: 0px 5px; } #current-mode { padding-left: 5px; padding-right: 5px; } #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { #texteditor-backdrop { background-color: #EEE; } } @media print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } .CodeMirror-dialog { background-color: #fff; } /\*! \* \* IPython notebook \* \*/ /\* CSS font colors for translated ANSI escape sequences \*/ /\* The color values are a mix of http://www.xcolors.net/dl/baskerville-ivorylight and http://www.xcolors.net/dl/euphrasia \*/ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-default-inverse-fg { color: #FFFFFF; } .ansi-default-inverse-bg { background-color: #000000; } .ansi-bold { font-weight: bold; } .ansi-underline { text-decoration: underline; } /\* The following styles are deprecated an will be removed in a future version \*/ .ansibold { font-weight: bold; } .ansi-inverse { outline: 0.5px dotted; } /\* use dark versions for foreground, to improve visibility \*/ .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: #c4a000; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } /\* and light for background, for the same reason \*/ .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } div.cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /\* This acts as a spacer between cells, that is outside the border \*/ margin: 0px; outline: none; position: relative; overflow: visible; } div.cell:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: transparent; } div.cell.jupyter-soft-selected { border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { div.cell.jupyter-soft-selected { border-color: transparent; } } div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: #ababab; } div.cell.selected:before, div.cell.selected.jupyter-soft-selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #42A5F5; } @media print { div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: transparent; } } .edit\_mode div.cell.selected { border-color: #66BB6A; } .edit\_mode div.cell.selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #66BB6A; } @media print { .edit\_mode div.cell.selected { border-color: transparent; } } .prompt { /\* This needs to be wide enough for 3 digit prompt numbers: In[100]: \*/ min-width: 14ex; /\* This padding is tuned to match the padding on the CodeMirror editor. \*/ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; /\* Don't highlight prompt number selection \*/ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /\* Use default cursor \*/ cursor: default; } @media (max-width: 540px) { .prompt { text-align: left; } } div.inner\_cell { min-width: 0; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } /\* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output\_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output\_subareas have no height. \*/ div.prompt:empty { padding-top: 0; padding-bottom: 0; } div.unrecognized\_cell { padding: 5px 5px 5px 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.unrecognized\_cell .inner\_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } div.unrecognized\_cell .inner\_cell a { color: inherit; text-decoration: none; } div.unrecognized\_cell .inner\_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { div.unrecognized\_cell > div.prompt { display: none; } } div.code\_cell { /\* avoid page breaking on code cells when printing \*/ } @media print { div.code\_cell { page-break-inside: avoid; } } /\* any special styling for code cells that are currently running goes here \*/ div.input { page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.input { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_prompt { color: #303F9F; border-top: 1px solid transparent; } div.input\_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input\_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } /\* The following gets added to the <head> if it is detected that the user has a \* monospace font with inconsistent normal/bold/italic height. See \* notebookmain.js. Such fonts will have keywords vertically offset with \* respect to the rest of the text. The user should select a better font. \* See: https://github.com/ipython/ipython/issues/1503 \* \* .CodeMirror span { \* vertical-align: bottom; \* } \*/ .CodeMirror { line-height: 1.21429em; /\* Changed from 1em to our global default \*/ font-size: 14px; height: auto; /\* Changed to auto to autogrow \*/ background: none; /\* Changed from white to allow our bg to show through \*/ } .CodeMirror-scroll { /\* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.\*/ /\* We have found that if it is visible, vertical scrollbars appear with font size changes.\*/ overflow-y: hidden; overflow-x: auto; } .CodeMirror-lines { /\* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because \*/ /\* we have set a different line-height and want this to scale with that. \*/ /\* Note that this should set vertical padding only, since CodeMirror assumes that horizontal padding will be set on CodeMirror pre \*/ padding: 0.4em 0; } .CodeMirror-linenumber { padding: 0 8px 0 4px; } .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .CodeMirror pre { /\* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, use .CodeMirror-lines for vertical \*/ padding: 0 0.4em; border: 0; border-radius: 0; } .CodeMirror-cursor { border-left: 1.4px solid black; } @media screen and (min-width: 2138px) and (max-width: 4319px) { .CodeMirror-cursor { border-left: 2px solid black; } } @media screen and (min-width: 4320px) { .CodeMirror-cursor { border-left: 4px solid black; } } /\* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> Adapted from GitHub theme \*/ .highlight-base { color: #000; } .highlight-variable { color: #000; } .highlight-variable-2 { color: #1a1a1a; } .highlight-variable-3 { color: #333333; } .highlight-string { color: #BA2121; } .highlight-comment { color: #408080; font-style: italic; } .highlight-number { color: #080; } .highlight-atom { color: #88F; } .highlight-keyword { color: #008000; font-weight: bold; } .highlight-builtin { color: #008000; } .highlight-error { color: #f00; } .highlight-operator { color: #AA22FF; font-weight: bold; } .highlight-meta { color: #AA22FF; } /\* previously not defined, copying from default codemirror \*/ .highlight-def { color: #00f; } .highlight-string-2 { color: #f50; } .highlight-qualifier { color: #555; } .highlight-bracket { color: #997; } .highlight-tag { color: #170; } .highlight-attribute { color: #00c; } .highlight-header { color: blue; } .highlight-quote { color: #090; } .highlight-link { color: #00c; } /\* apply the same style to codemirror \*/ .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .cm-s-ipython span.cm-atom { color: #88F; } .cm-s-ipython span.cm-number { color: #080; } .cm-s-ipython span.cm-def { color: #00f; } .cm-s-ipython span.cm-variable { color: #000; } .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .cm-s-ipython span.cm-variable-3 { color: #333333; } .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .cm-s-ipython span.cm-string { color: #BA2121; } .cm-s-ipython span.cm-string-2 { color: #f50; } .cm-s-ipython span.cm-meta { color: #AA22FF; } .cm-s-ipython span.cm-qualifier { color: #555; } .cm-s-ipython span.cm-builtin { color: #008000; } .cm-s-ipython span.cm-bracket { color: #997; } .cm-s-ipython span.cm-tag { color: #170; } .cm-s-ipython span.cm-attribute { color: #00c; } .cm-s-ipython span.cm-header { color: blue; } .cm-s-ipython span.cm-quote { color: #090; } .cm-s-ipython span.cm-link { color: #00c; } .cm-s-ipython span.cm-error { color: #f00; } .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } div.output\_wrapper { /\* this position must be relative to enable descendents to be absolute within it \*/ position: relative; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } /\* class for the output area when it should be height-limited \*/ div.output\_scroll { /\* ideally, this would be max-height, but FF barfs all over that \*/ height: 24em; /\* FF needs this \*and the wrapper\* to specify full width, or it will shrinkwrap \*/ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } /\* output div while it is collapsed \*/ div.output\_collapsed { margin: 0px; padding: 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } div.out\_prompt\_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } div.out\_prompt\_overlay:hover { /\* use inner shadow to get border that is computed the same on WebKit/FF \*/ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } div.output\_prompt { color: #D84315; } /\* This class is the outer container of all output sections. \*/ div.output\_area { padding: 0px; page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.output\_area .MathJax\_Display { text-align: left !important; } div.output\_area .rendered\_html table { margin-left: 0; margin-right: 0; } div.output\_area .rendered\_html img { margin-left: 0; margin-right: 0; } div.output\_area img, div.output\_area svg { max-width: 100%; height: auto; } div.output\_area img.unconfined, div.output\_area svg.unconfined { max-width: none; } div.output\_area .mglyph > img { max-width: none; } /\* This is needed to protect the pre formating from global settings such as that of bootstrap \*/ .output { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { div.output\_area { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } div.output\_area pre { margin: 0; padding: 1px 0 1px 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } /\* This class is for the output subarea inside the output\_area and after the prompt div. \*/ div.output\_subarea { overflow-x: auto; padding: 0.4em; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; max-width: calc(100% - 14ex); } div.output\_scroll div.output\_subarea { overflow-x: visible; } /\* The rest of the output\_\* classes are for special styling of the different output types \*/ /\* all text output has this class: \*/ div.output\_text { text-align: left; color: #000; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; } /\* stdout/stderr are 'text' as well as 'stream', but execute\_result/error are \*not\* streams \*/ div.output\_stderr { background: #fdd; /\* very light red background for stderr \*/ } div.output\_latex { text-align: left; } /\* Empty output\_javascript divs should have no height \*/ div.output\_javascript:empty { padding: 0; } .js-error { color: darkred; } /\* raw\_input styles \*/ div.raw\_input\_container { line-height: 1.21429em; padding-top: 5px; } pre.raw\_input\_prompt { /\* nothing needed here. \*/ } input.raw\_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /\* make sure input baseline aligns with prompt \*/ vertical-align: baseline; /\* padding + margin = 0.5em between prompt and cursor \*/ padding: 0em 0.25em; margin: 0em 0.25em; } input.raw\_input:focus { box-shadow: none; } p.p-space { margin-bottom: 10px; } div.output\_unrecognized { padding: 5px; font-weight: bold; color: red; } div.output\_unrecognized a { color: inherit; text-decoration: none; } div.output\_unrecognized a:hover { color: inherit; text-decoration: none; } .rendered\_html { color: #000; /\* any extras will just be numbers: \*/ } .rendered\_html em { font-style: italic; } .rendered\_html strong { font-weight: bold; } .rendered\_html u { text-decoration: underline; } .rendered\_html :link { text-decoration: underline; } .rendered\_html :visited { text-decoration: underline; } .rendered\_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h1:first-child { margin-top: 0.538em; } .rendered\_html h2:first-child { margin-top: 0.636em; } .rendered\_html h3:first-child { margin-top: 0.777em; } .rendered\_html h4:first-child { margin-top: 1em; } .rendered\_html h5:first-child { margin-top: 1em; } .rendered\_html h6:first-child { margin-top: 1em; } .rendered\_html ul:not(.list-inline), .rendered\_html ol:not(.list-inline) { padding-left: 2em; } .rendered\_html ul { list-style: disc; } .rendered\_html ul ul { list-style: square; margin-top: 0; } .rendered\_html ul ul ul { list-style: circle; } .rendered\_html ol { list-style: decimal; } .rendered\_html ol ol { list-style: upper-alpha; margin-top: 0; } .rendered\_html ol ol ol { list-style: lower-alpha; } .rendered\_html ol ol ol ol { list-style: lower-roman; } .rendered\_html ol ol ol ol ol { list-style: decimal; } .rendered\_html \* + ul { margin-top: 1em; } .rendered\_html \* + ol { margin-top: 1em; } .rendered\_html hr { color: black; background-color: black; } .rendered\_html pre { margin: 1em 2em; padding: 0px; background-color: #fff; } .rendered\_html code { background-color: #eff0f1; } .rendered\_html p code { padding: 1px 5px; } .rendered\_html pre code { background-color: #fff; } .rendered\_html pre, .rendered\_html code { border: 0; color: #000; font-size: 100%; } .rendered\_html blockquote { margin: 1em 2em; } .rendered\_html table { margin-left: auto; margin-right: auto; border: none; border-collapse: collapse; border-spacing: 0; color: black; font-size: 12px; table-layout: fixed; } .rendered\_html thead { border-bottom: 1px solid black; vertical-align: bottom; } .rendered\_html tr, .rendered\_html th, .rendered\_html td { text-align: right; vertical-align: middle; padding: 0.5em 0.5em; line-height: normal; white-space: normal; max-width: none; border: none; } .rendered\_html th { font-weight: bold; } .rendered\_html tbody tr:nth-child(odd) { background: #f5f5f5; } .rendered\_html tbody tr:hover { background: rgba(66, 165, 245, 0.2); } .rendered\_html \* + table { margin-top: 1em; } .rendered\_html p { text-align: left; } .rendered\_html \* + p { margin-top: 1em; } .rendered\_html img { display: block; margin-left: auto; margin-right: auto; } .rendered\_html \* + img { margin-top: 1em; } .rendered\_html img, .rendered\_html svg { max-width: 100%; height: auto; } .rendered\_html img.unconfined, .rendered\_html svg.unconfined { max-width: none; } .rendered\_html .alert { margin-bottom: initial; } .rendered\_html \* + .alert { margin-top: 1em; } [dir="rtl"] .rendered\_html p { text-align: right; } div.text\_cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.text\_cell > div.prompt { display: none; } } div.text\_cell\_render { /\*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;\*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } h1:hover .anchor-link, h2:hover .anchor-link, h3:hover .anchor-link, h4:hover .anchor-link, h5:hover .anchor-link, h6:hover .anchor-link { visibility: visible; } .text\_cell.rendered .input\_area { display: none; } .text\_cell.rendered .rendered\_html { overflow-x: auto; overflow-y: hidden; } .text\_cell.rendered .rendered\_html tr, .text\_cell.rendered .rendered\_html th, .text\_cell.rendered .rendered\_html td { max-width: none; } .text\_cell.unrendered .text\_cell\_render { display: none; } .text\_cell .dropzone .input\_area { border: 2px dashed #bababa; margin: -1px; } .cm-header-1, .cm-header-2, .cm-header-3, .cm-header-4, .cm-header-5, .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .cm-header-1 { font-size: 185.7%; } .cm-header-2 { font-size: 157.1%; } .cm-header-3 { font-size: 128.6%; } .cm-header-4 { font-size: 110%; } .cm-header-5 { font-size: 100%; font-style: italic; } .cm-header-6 { font-size: 100%; font-style: italic; } /\*! \* \* IPython notebook webapp \* \*/ @media (max-width: 767px) { .notebook\_app { padding-left: 0px; padding-right: 0px; } } #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook\_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /\* This spaces the page away from the edge of the notebook area \*/ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } @media print { #notebook-container { width: 100%; } } div.ui-widget-content { border: 1px solid #ababab; outline: none; } pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } p.dialog { padding: 0.2em; } /\* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. \*/ pre, code, kbd, samp { white-space: pre-wrap; } #fonttest { font-family: monospace; } p { margin-bottom: 0; } .end\_space { min-height: 100px; transition: height .2s ease; } .notebook\_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { .notebook\_app { background-color: #EEE; } } kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } .jupyter-keybindings { padding: 1px; line-height: 24px; border-bottom: 1px solid gray; } .jupyter-keybindings input { margin: 0; padding: 0; border: none; } .jupyter-keybindings i { padding: 6px; } .well code { background-color: #ffffff; border-color: #ababab; border-width: 1px; border-style: solid; padding: 2px; padding-top: 1px; padding-bottom: 1px; } /\* CSS for the cell toolbar \*/ .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; display: -webkit-flex; } @media print { .celltoolbar { display: none; } } .ctb\_hideshow { display: none; vertical-align: bottom; } /\* ctb\_show is added to the ctb\_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb\_global\_show class is also set. \*/ .ctb\_global\_show .ctb\_show.ctb\_hideshow { display: block; } .ctb\_global\_show .ctb\_show + .input\_area, .ctb\_global\_show .ctb\_show + div.text\_cell\_input, .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border: 1px solid #cfcfcf; } .celltoolbar { font-size: 87%; padding-top: 3px; } .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .celltoolbar select:-ms-input-placeholder { color: #999; } .celltoolbar select::-webkit-input-placeholder { color: #999; } .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .celltoolbar select[disabled], .celltoolbar select[readonly], fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .celltoolbar select[disabled], fieldset[disabled] .celltoolbar select { cursor: not-allowed; } textarea.celltoolbar select { height: auto; } select.celltoolbar select { height: 30px; line-height: 30px; } textarea.celltoolbar select, select[multiple].celltoolbar select { height: auto; } .celltoolbar label { margin-left: 5px; margin-right: 5px; } .tags\_button\_container { width: 100%; display: flex; } .tag-container { display: flex; flex-direction: row; flex-grow: 1; overflow: hidden; position: relative; } .tag-container > \* { margin: 0 4px; } .remove-tag-btn { margin-left: 4px; } .tags-input { display: flex; } .cell-tag:last-child:after { content: ""; position: absolute; right: 0; width: 40px; height: 100%; /\* Fade to background color of cell toolbar \*/ background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); } .tags-input > \* { margin-left: 4px; } .cell-tag, .tags-input input, .tags-input button { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; box-shadow: none; width: inherit; font-size: inherit; height: 22px; line-height: 22px; padding: 0px 4px; display: inline-block; } .cell-tag:focus, .tags-input input:focus, .tags-input button:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .cell-tag::-moz-placeholder, .tags-input input::-moz-placeholder, .tags-input button::-moz-placeholder { color: #999; opacity: 1; } .cell-tag:-ms-input-placeholder, .tags-input input:-ms-input-placeholder, .tags-input button:-ms-input-placeholder { color: #999; } .cell-tag::-webkit-input-placeholder, .tags-input input::-webkit-input-placeholder, .tags-input button::-webkit-input-placeholder { color: #999; } .cell-tag::-ms-expand, .tags-input input::-ms-expand, .tags-input button::-ms-expand { border: 0; background-color: transparent; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], .cell-tag[readonly], .tags-input input[readonly], .tags-input button[readonly], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { background-color: #eeeeee; opacity: 1; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { cursor: not-allowed; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button { height: auto; } select.cell-tag, select.tags-input input, select.tags-input button { height: 30px; line-height: 30px; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button, select[multiple].cell-tag, select[multiple].tags-input input, select[multiple].tags-input button { height: auto; } .cell-tag, .tags-input button { padding: 0px 4px; } .cell-tag { background-color: #fff; white-space: nowrap; } .tags-input input[type=text]:focus { outline: none; box-shadow: none; border-color: #ccc; } .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .completions select option.context { color: #286090; } #kernel\_logo\_widget .current\_kernel\_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } [dir="rtl"] #kernel\_logo\_widget { float: left !important; float: left; } .modal .modal-body .move-path { display: flex; flex-direction: row; justify-content: space; align-items: center; } .modal .modal-body .move-path .server-root { padding-right: 20px; } .modal .modal-body .move-path .path-input { flex: 1; } #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } #menubar .navbar-collapse { clear: left; } [dir="rtl"] #menubar .navbar-toggle { float: right; } [dir="rtl"] #menubar .navbar-collapse { clear: right; } [dir="rtl"] #menubar .navbar-nav { float: right; } [dir="rtl"] #menubar .nav { padding-right: 0px; } [dir="rtl"] #menubar .navbar-nav > li { float: right; } [dir="rtl"] #menubar .navbar-right { float: left !important; } [dir="rtl"] ul.dropdown-menu { text-align: right; left: auto; } [dir="rtl"] ul#new-menu.dropdown-menu { right: auto; left: 0; } .nav-wrapper { border-bottom: 1px solid #e7e7e7; } i.menu-icon { padding-top: 4px; } [dir="rtl"] i.menu-icon.pull-right { float: left !important; float: left; } ul#help\_menu li a { overflow: hidden; padding-right: 2.2em; } ul#help\_menu li a i { margin-right: -1.2em; } [dir="rtl"] ul#help\_menu li a { padding-left: 2.2em; } [dir="rtl"] ul#help\_menu li a i { margin-right: 0; margin-left: -1.2em; } [dir="rtl"] ul#help\_menu li a i.pull-right { float: left !important; float: left; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } [dir="rtl"] .dropdown-submenu > .dropdown-menu { right: 100%; margin-right: -1px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .dropdown-submenu > a:after.fa-pull-left { margin-right: .3em; } .dropdown-submenu > a:after.fa-pull-right { margin-left: .3em; } .dropdown-submenu > a:after.pull-left { margin-right: .3em; } .dropdown-submenu > a:after.pull-right { margin-left: .3em; } [dir="rtl"] .dropdown-submenu > a:after { float: left; content: "\f0d9"; margin-right: 0; margin-left: -10px; } .dropdown-submenu:hover > a:after { color: #262626; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #notification\_area { float: right !important; float: right; z-index: 10; } [dir="rtl"] #notification\_area { float: left !important; float: left; } .indicator\_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] .indicator\_area { float: left !important; float: left; } #kernel\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } #kernel\_indicator .kernel\_indicator\_name { padding-left: 5px; padding-right: 5px; } [dir="rtl"] #kernel\_indicator { float: left !important; float: left; border-left: 0; border-right: 1px solid; } #modal\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] #modal\_indicator { float: left !important; float: left; } #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .modal\_indicator:before { width: 1.28571429em; text-align: center; } .edit\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .edit\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .edit\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .command\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .kernel\_idle\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .kernel\_idle\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_idle\_icon:before.pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.pull-right { margin-left: .3em; } .kernel\_busy\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .kernel\_busy\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_busy\_icon:before.pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.pull-right { margin-left: .3em; } .kernel\_dead\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .kernel\_dead\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_dead\_icon:before.pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .kernel\_disconnected\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before.pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.pull-right { margin-left: .3em; } .notification\_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .notification\_widget:focus, .notification\_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .notification\_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active:hover, .notification\_widget.active:hover, .open > .dropdown-toggle.notification\_widget:hover, .notification\_widget:active:focus, .notification\_widget.active:focus, .open > .dropdown-toggle.notification\_widget:focus, .notification\_widget:active.focus, .notification\_widget.active.focus, .open > .dropdown-toggle.notification\_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { background-image: none; } .notification\_widget.disabled:hover, .notification\_widget[disabled]:hover, fieldset[disabled] .notification\_widget:hover, .notification\_widget.disabled:focus, .notification\_widget[disabled]:focus, fieldset[disabled] .notification\_widget:focus, .notification\_widget.disabled.focus, .notification\_widget[disabled].focus, fieldset[disabled] .notification\_widget.focus { background-color: #fff; border-color: #ccc; } .notification\_widget .badge { color: #fff; background-color: #333; } .notification\_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning:focus, .notification\_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .notification\_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active:hover, .notification\_widget.warning.active:hover, .open > .dropdown-toggle.notification\_widget.warning:hover, .notification\_widget.warning:active:focus, .notification\_widget.warning.active:focus, .open > .dropdown-toggle.notification\_widget.warning:focus, .notification\_widget.warning:active.focus, .notification\_widget.warning.active.focus, .open > .dropdown-toggle.notification\_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { background-image: none; } .notification\_widget.warning.disabled:hover, .notification\_widget.warning[disabled]:hover, fieldset[disabled] .notification\_widget.warning:hover, .notification\_widget.warning.disabled:focus, .notification\_widget.warning[disabled]:focus, fieldset[disabled] .notification\_widget.warning:focus, .notification\_widget.warning.disabled.focus, .notification\_widget.warning[disabled].focus, fieldset[disabled] .notification\_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .notification\_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success:focus, .notification\_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .notification\_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active:hover, .notification\_widget.success.active:hover, .open > .dropdown-toggle.notification\_widget.success:hover, .notification\_widget.success:active:focus, .notification\_widget.success.active:focus, .open > .dropdown-toggle.notification\_widget.success:focus, .notification\_widget.success:active.focus, .notification\_widget.success.active.focus, .open > .dropdown-toggle.notification\_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { background-image: none; } .notification\_widget.success.disabled:hover, .notification\_widget.success[disabled]:hover, fieldset[disabled] .notification\_widget.success:hover, .notification\_widget.success.disabled:focus, .notification\_widget.success[disabled]:focus, fieldset[disabled] .notification\_widget.success:focus, .notification\_widget.success.disabled.focus, .notification\_widget.success[disabled].focus, fieldset[disabled] .notification\_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success .badge { color: #5cb85c; background-color: #fff; } .notification\_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info:focus, .notification\_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .notification\_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active:hover, .notification\_widget.info.active:hover, .open > .dropdown-toggle.notification\_widget.info:hover, .notification\_widget.info:active:focus, .notification\_widget.info.active:focus, .open > .dropdown-toggle.notification\_widget.info:focus, .notification\_widget.info:active.focus, .notification\_widget.info.active.focus, .open > .dropdown-toggle.notification\_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { background-image: none; } .notification\_widget.info.disabled:hover, .notification\_widget.info[disabled]:hover, fieldset[disabled] .notification\_widget.info:hover, .notification\_widget.info.disabled:focus, .notification\_widget.info[disabled]:focus, fieldset[disabled] .notification\_widget.info:focus, .notification\_widget.info.disabled.focus, .notification\_widget.info[disabled].focus, fieldset[disabled] .notification\_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info .badge { color: #5bc0de; background-color: #fff; } .notification\_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger:focus, .notification\_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .notification\_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active:hover, .notification\_widget.danger.active:hover, .open > .dropdown-toggle.notification\_widget.danger:hover, .notification\_widget.danger:active:focus, .notification\_widget.danger.active:focus, .open > .dropdown-toggle.notification\_widget.danger:focus, .notification\_widget.danger:active.focus, .notification\_widget.danger.active.focus, .open > .dropdown-toggle.notification\_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { background-image: none; } .notification\_widget.danger.disabled:hover, .notification\_widget.danger[disabled]:hover, fieldset[disabled] .notification\_widget.danger:hover, .notification\_widget.danger.disabled:focus, .notification\_widget.danger[disabled]:focus, fieldset[disabled] .notification\_widget.danger:focus, .notification\_widget.danger.disabled.focus, .notification\_widget.danger[disabled].focus, fieldset[disabled] .notification\_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger .badge { color: #d9534f; background-color: #fff; } div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); /\* Display over codemirror \*/ z-index: 100; /\* Hack which prevents jquery ui resizable from changing top. \*/ top: auto !important; } div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /\* This injects handle bars (a short, wide = symbol) for the resize handle. \*/ } div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .quickhelp { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .shortcut\_key { display: inline-block; width: 21ex; text-align: right; font-family: monospace; } .shortcut\_descr { display: inline-block; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } span.save\_widget { height: 30px; margin-top: 4px; display: flex; justify-content: flex-start; align-items: baseline; width: 50%; flex: 1; } span.save\_widget span.filename { height: 100%; line-height: 1em; margin-left: 16px; border: none; font-size: 146.5%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-radius: 2px; } span.save\_widget span.filename:hover { background-color: #e6e6e6; } [dir="rtl"] span.save\_widget.pull-left { float: right !important; float: right; } [dir="rtl"] span.save\_widget span.filename { margin-left: 0; margin-right: 16px; } span.checkpoint\_status, span.autosave\_status { font-size: small; white-space: nowrap; padding: 0 5px; } @media (max-width: 767px) { span.save\_widget { font-size: small; padding: 0 0 0 5px; } span.checkpoint\_status, span.autosave\_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { span.checkpoint\_status { display: none; } span.autosave\_status { font-size: x-small; } } .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toolbar select, .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .toolbar .btn { padding: 2px 8px; } .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } .toolbar-btn-label { margin-left: 6px; } #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .select-xs { height: 24px; } [dir="rtl"] .btn-group > .btn, .btn-group-vertical > .btn { float: right; } .pulse, .dropdown-menu > li > a.pulse, li.pulse > a.dropdown-toggle, li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ /\*\* WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot \* of chance of beeing generated from the ../less/[samename].less file, you can \* try to get back the less file by reverting somme commit in history \*\*/ /\* \* We'll try to get something pretty, so we \* have some strange css to have the scroll bar on \* the left with fix button on the top right of the tooltip \*/ @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /\*properties of tooltip after "expand"\*/ .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } /\*properties of tooltip before "expand"\*/ .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .tooltiptext { /\*avoid the button to overlap on some docstring\*/ padding-right: 30px; } .ipython\_tooltip { max-width: 700px; /\*fade-in animation when inserted\*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .ipython\_tooltip a { float: right; } .ipython\_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } ul.typeahead-list i { margin-left: -10px; width: 18px; } [dir="rtl"] ul.typeahead-list i { margin-left: 0; margin-right: -10px; } ul.typeahead-list { max-height: 80vh; overflow: auto; } ul.typeahead-list > li > a { /\*\* Firefox bug \*\*/ /\* see https://github.com/jupyter/notebook/issues/559 \*/ white-space: normal; } ul.typeahead-list > li > a.pull-right { float: left !important; float: left; } [dir="rtl"] .typeahead-list { text-align: right; } .cmd-palette .modal-body { padding: 7px; } .cmd-palette form { background: white; } .cmd-palette input { outline: none; } .no-shortcut { min-width: 20px; color: transparent; } [dir="rtl"] .no-shortcut.pull-right { float: left !important; float: left; } [dir="rtl"] .command-shortcut.pull-right { float: left !important; float: left; } .command-shortcut:before { content: "(command mode)"; padding-right: 3px; color: #777777; } .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } [dir="rtl"] .edit-shortcut.pull-right { float: left !important; float: left; } #find-and-replace #replace-preview .match, #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } [dir="ltr"] #find-and-replace .input-group-btn + .form-control { border-left: none; } [dir="rtl"] #find-and-replace .input-group-btn + .form-control { border-right: none; } #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } #find-and-replace #replace-preview pre { padding: 5px 10px; } .terminal-app { background: #EEE; } .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .terminal-app .terminal { width: 100%; float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } .terminal-app .terminal, .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .terminal-app .terminal .xterm-rows { padding: 10px; } .terminal-app .terminal-cursor { color: black; background: white; } .terminal-app #terminado-container { margin-top: 20px; } /\*# sourceMappingURL=style.min.css.map \*/ .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /\* Comment \*/ .highlight .err { border: 1px solid #FF0000 } /\* Error \*/ .highlight .k { color: #008000; font-weight: bold } /\* Keyword \*/ .highlight .o { color: #666666 } /\* Operator \*/ .highlight .ch { color: #408080; font-style: italic } /\* Comment.Hashbang \*/ .highlight .cm { color: #408080; font-style: italic } /\* Comment.Multiline \*/ .highlight .cp { color: #BC7A00 } /\* Comment.Preproc \*/ .highlight .cpf { color: #408080; font-style: italic } /\* Comment.PreprocFile \*/ .highlight .c1 { color: #408080; font-style: italic } /\* Comment.Single \*/ .highlight .cs { color: #408080; font-style: italic } /\* Comment.Special \*/ .highlight .gd { color: #A00000 } /\* Generic.Deleted \*/ .highlight .ge { font-style: italic } /\* Generic.Emph \*/ .highlight .gr { color: #FF0000 } /\* Generic.Error \*/ .highlight .gh { color: #000080; font-weight: bold } /\* Generic.Heading \*/ .highlight .gi { color: #00A000 } /\* Generic.Inserted \*/ .highlight .go { color: #888888 } /\* Generic.Output \*/ .highlight .gp { color: #000080; font-weight: bold } /\* Generic.Prompt \*/ .highlight .gs { font-weight: bold } /\* Generic.Strong \*/ .highlight .gu { color: #800080; font-weight: bold } /\* Generic.Subheading \*/ .highlight .gt { color: #0044DD } /\* Generic.Traceback \*/ .highlight .kc { color: #008000; font-weight: bold } /\* Keyword.Constant \*/ .highlight .kd { color: #008000; font-weight: bold } /\* Keyword.Declaration \*/ .highlight .kn { color: #008000; font-weight: bold } /\* Keyword.Namespace \*/ .highlight .kp { color: #008000 } /\* Keyword.Pseudo \*/ .highlight .kr { color: #008000; font-weight: bold } /\* Keyword.Reserved \*/ .highlight .kt { color: #B00040 } /\* Keyword.Type \*/ .highlight .m { color: #666666 } /\* Literal.Number \*/ .highlight .s { color: #BA2121 } /\* Literal.String \*/ .highlight .na { color: #7D9029 } /\* Name.Attribute \*/ .highlight .nb { color: #008000 } /\* Name.Builtin \*/ .highlight .nc { color: #0000FF; font-weight: bold } /\* Name.Class \*/ .highlight .no { color: #880000 } /\* Name.Constant \*/ .highlight .nd { color: #AA22FF } /\* Name.Decorator \*/ .highlight .ni { color: #999999; font-weight: bold } /\* Name.Entity \*/ .highlight .ne { color: #D2413A; font-weight: bold } /\* Name.Exception \*/ .highlight .nf { color: #0000FF } /\* Name.Function \*/ .highlight .nl { color: #A0A000 } /\* Name.Label \*/ .highlight .nn { color: #0000FF; font-weight: bold } /\* Name.Namespace \*/ .highlight .nt { color: #008000; font-weight: bold } /\* Name.Tag \*/ .highlight .nv { color: #19177C } /\* Name.Variable \*/ .highlight .ow { color: #AA22FF; font-weight: bold } /\* Operator.Word \*/ .highlight .w { color: #bbbbbb } /\* Text.Whitespace \*/ .highlight .mb { color: #666666 } /\* Literal.Number.Bin \*/ .highlight .mf { color: #666666 } /\* Literal.Number.Float \*/ .highlight .mh { color: #666666 } /\* Literal.Number.Hex \*/ .highlight .mi { color: #666666 } /\* Literal.Number.Integer \*/ .highlight .mo { color: #666666 } /\* Literal.Number.Oct \*/ .highlight .sa { color: #BA2121 } /\* Literal.String.Affix \*/ .highlight .sb { color: #BA2121 } /\* Literal.String.Backtick \*/ .highlight .sc { color: #BA2121 } /\* Literal.String.Char \*/ .highlight .dl { color: #BA2121 } /\* Literal.String.Delimiter \*/ .highlight .sd { color: #BA2121; font-style: italic } /\* Literal.String.Doc \*/ .highlight .s2 { color: #BA2121 } /\* Literal.String.Double \*/ .highlight .se { color: #BB6622; font-weight: bold } /\* Literal.String.Escape \*/ .highlight .sh { color: #BA2121 } /\* Literal.String.Heredoc \*/ .highlight .si { color: #BB6688; font-weight: bold } /\* Literal.String.Interpol \*/ .highlight .sx { color: #008000 } /\* Literal.String.Other \*/ .highlight .sr { color: #BB6688 } /\* Literal.String.Regex \*/ .highlight .s1 { color: #BA2121 } /\* Literal.String.Single \*/ .highlight .ss { color: #19177C } /\* Literal.String.Symbol \*/ .highlight .bp { color: #008000 } /\* Name.Builtin.Pseudo \*/ .highlight .fm { color: #0000FF } /\* Name.Function.Magic \*/ .highlight .vc { color: #19177C } /\* Name.Variable.Class \*/ .highlight .vg { color: #19177C } /\* Name.Variable.Global \*/ .highlight .vi { color: #19177C } /\* Name.Variable.Instance \*/ .highlight .vm { color: #19177C } /\* Name.Variable.Magic \*/ .highlight .il { color: #666666 } /\* Literal.Number.Integer.Long \*/ /\* Overrides of notebook CSS for static HTML export \*/ body { overflow: visible; padding: 8px; } div#notebook { overflow: visible; border-top: none; }@media print { div.cell { display: block; page-break-inside: avoid; } div.output\_wrapper { display: block; page-break-inside: avoid; } div.output { display: block; page-break-inside: avoid; } } Introduction[¶](#Introduction) ------------------------------ This tutorial shows how to compute the power spectra of spin 0 and 2 fields. We will use the `CAR` pixellisation to pass through the different steps of generation. If you are interested on doing the same thing with `HEALPIX` pixellisation, you can have a look at this [file](tutorial_spectra_healpix_spin0and2.ipynb). The `CAR` survey mask is defined with coordinates `ra0, ra1, dec0, dec1` and has an angular resolution of 1 arcminute. We simulate 2 splits with 5 µK.arcmin noise and we also include a point source mask with 100 holes of size 10 arcminutes. We appodize the survey mask with an apodisation of 1 degree and the point source mask with an apodisation of 0.3 degree. We finally compute the spectra between the 2 splits of data up to `lmax=1000`. Preamble[¶](#Preamble) ---------------------- `matplotlib` magic In [1]: ``` %matplotlib inline ``` Versions used for this tutorial In [2]: ``` import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt import pspy, pixell print(" Numpy :", np.\_\_version\_\_) print("Matplotlib :", mpl.\_\_version\_\_) print(" pixell :", pixell.\_\_version\_\_) print(" pspy :", pspy.\_\_version\_\_) ``` ``` Numpy : 1.18.0 Matplotlib : 3.1.2 pixell : 0.6.0+34.g23be32d pspy : 0+untagged.118.gbf1f0bc.dirty ``` Get default data dir from `pspy` and set Planck colormap as default In [3]: ``` from pspy.so\_config import DEFAULT\_DATA\_DIR pixell.colorize.mpl\_setdefault("planck") ``` Generation of the templates, mask and apodisation type[¶](#Generation-of-the-templates,-mask-and-apodisation-type) ------------------------------------------------------------------------------------------------------------------ We start by specifying the `CAR` survey parameters, it will go from right ascension `ra0` to `ra1` and from declination `dec0` to `dec1` (all in degrees) with a resolution of 1 arcminute. In [4]: ``` ra0, ra1, dec0, dec1 = -25, 25, -25, 25 res = 1 ``` For this example, we will make use of 3 components : Temperature (spin 0) and polarisation Q and U (spin 2) In [5]: ``` ncomp = 3 ``` Given the parameters, we can generate the `CAR` template as follow In [6]: ``` from pspy import so\_map template\_car = so\_map.car\_template(ncomp, ra0, ra1, dec0, dec1, res) ``` We also define a binary template for the window function: we set pixels inside the survey at 1 and at the border to be zero In [7]: ``` binary\_car = so\_map.car\_template(1, ra0, ra1, dec0, dec1, res) binary\_car.data[:] = 0 binary\_car.data[1:-1, 1:-1] = 1 ``` Generation of spectra[¶](#Generation-of-spectra) ------------------------------------------------ ### Generation of simulations[¶](#Generation-of-simulations) We first have to compute a set of theoretical power spectra $C\_\ell$ using a Boltzmann solver such as [CAMB](https://camb.readthedocs.io/en/latest/) and we need to install it since this is a prerequisite of `pspy`. We can do it within this notebook by executing the following command In [8]: ``` %pip install camb ``` ``` Requirement already satisfied: camb in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (1.1.0) Requirement already satisfied: scipy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.4.1) Requirement already satisfied: six in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.13.0) Requirement already satisfied: sympy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.5) Requirement already satisfied: numpy>=1.13.3 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from scipy>=1.0->camb) (1.18.0) Requirement already satisfied: mpmath>=0.19 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from sympy>=1.0->camb) (1.1.0) Note: you may need to restart the kernel to use updated packages. ``` To make sure everything goes well, we can import `CAMB` and check its version In [9]: ``` import camb print("CAMB version:", camb.\_\_version\_\_) ``` ``` CAMB version: 1.1.0 ``` Now that `CAMB` is properly installed, we will produce the $C\_\ell$s from $\ell$min=2 to $\ell$max=104 for the following set of $\Lambda$CDM parameters In [10]: ``` lmin, lmax = 2, 10\*\*4 l = np.arange(lmin, lmax) cosmo\_params = { "H0": 67.5, "As": 1e-10\*np.exp(3.044), "ombh2": 0.02237, "omch2": 0.1200, "ns": 0.9649, "Alens": 1.0, "tau": 0.0544 } pars = camb.set\_params(\*\*cosmo\_params) pars.set\_for\_lmax(lmax, lens\_potential\_accuracy=1) results = camb.get\_results(pars) powers = results.get\_cmb\_power\_spectra(pars, CMB\_unit="muK") ``` We finally have to write the $C\_\ell$s into a file to feed the `so_map.synfast` function In [11]: ``` import os output\_dir = "/tmp/tutorial\_spectra\_spin0and2" os.makedirs(output\_dir, exist\_ok=True) cl\_file = output\_dir + "/cl\_camb.dat" np.savetxt(cl\_file, np.hstack([l[:, np.newaxis], powers["total"][lmin:lmax]])) ``` Given the `CAMB` file, we generate a CMB realisation In [12]: ``` cmb = template\_car.synfast(cl\_file) ``` Then, we make 2 splits out of it, each with 5 µK.arcmin rms in temperature and 5xsqrt(2) µK.arcmin in polarisation In [13]: ``` nsplits = 2 splits = [cmb.copy() for i in range(nsplits)] for i in range(nsplits): noise = so\_map.white\_noise(cmb, rms\_uKarcmin\_T=5, rms\_uKarcmin\_pol=np.sqrt(2)\*5) splits[i].data += noise.data ``` We can plot each component T, Q, U for both splits and for the original CMB realisation In [14]: ``` fig, axes = plt.subplots(3, 3, figsize=(9, 9), sharex=True, sharey=True) fields = ["T", "Q", "U"] kwargs = dict(extent=[ra1, ra0, dec0, dec1], origin="lower") for i, field in enumerate(fields): if field=='T': vrange={"vmin": -300, "vmax": 300} else: vrange={"vmin": -20, "vmax": 20} axes[0, i].set\_title(fields[i]) axes[0, i].imshow(cmb.data[i], \*\*kwargs, \*\*vrange) axes[1, i].imshow(splits[0].data[i], \*\*kwargs, \*\*vrange) axes[2, i].imshow(splits[1].data[i], \*\*kwargs, \*\*vrange) axes[0, 0].set\_ylabel("original") axes[1, 0].set\_ylabel("split 0") axes[2, 0].set\_ylabel("split 1") plt.tight\_layout() ``` ![](data:image/png;base64,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 ) ### Generate window[¶](#Generate-window) We then create an apodisation for the survey mask. We use an apodisation routine designed for rectangle maps and an apodisation size of 1 degree In [15]: ``` from pspy import so\_window window = so\_window.create\_apodization(binary\_car, apo\_type="C1", apo\_radius\_degree=1) ``` We also create a point source mask made of 100 holes each with a 10 arcminutes size In [16]: ``` mask = so\_map.simulate\_source\_mask(binary\_car, n\_holes=100, hole\_radius\_arcmin=10) ``` and we apodize it In [17]: ``` mask = so\_window.create\_apodization(mask, apo\_type="C1", apo\_radius\_degree=0.3) ``` The window is given by the product of the survey window and the mask window In [18]: ``` window.data \*= mask.data plt.figure(figsize=(5, 5)) plt.imshow(window.data, \*\*kwargs, vmin=-1, vmax=+1) ``` Out[18]: ``` <matplotlib.image.AxesImage at 0x7fa14252e310> ``` ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAToAAAEvCAYAAADVWQ10AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4xLjIsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy8li6FKAAAgAElEQVR4nO3df3gU5b338ffNksQGCRANSAmCxpDjakEqWKTwoOJDkFOgCPRAaU2fQhApp1agEhG1otBoCVSLELNgTS0HqkEkrWgQjqZaoAZFUJZGSAUNBoiAgOQiQLifP2aFgAn5sT/umdnv67pyZe/Zzc53IHyYnbl/KK01QgjhZi1MFyCEEOEmQSeEcD0JOiGE60nQCSFcT4JOCOF6EnRCCNdrabqA2i6/rJ3u2rmT6TKEEA703tbtX2itk+p6zlZB17VzJzavfwlqqkCfhDOnQJ8yXZYQ4msqBlrEWP9G7VCHigVPvLXpcu+e+l5uq6ADrD/Az5fCF4Wwby8cq+d1MUBab+uAyzaA4T93IaKCB+vf3gnDdbQGrugElw+Db48/G3b1sV/Q6ZNWyG3cC+9D5Zdwuo7BGx1/BXjzrcaJ/0vF43sjWqYQwoyWCpLaAt/dCzcXQsefAk4Luhat4GQlvA+rPoTSQ3W/LCs29lwj7tv8+cO91MhoNiGiQloijABI2Wtd4mqA/YJOn4JjJzl0FHYdhrLDdb+s9LGTpD39MLRoxdHZJXxcTyAKIdzHo+DQUUhs5CUr+wVdzfH6r8vVMm8TtPs/BcR5YN/x8JdlQu+OMPHHQDnc+zJUyX0ZIZrF0f3oDp+oP+SGpMDiO6Bnh8jWFEoTFwEP+OEZP09NMF2NEM7l6KCrz5AUGPHXx2j5gp/JrwwhubXpipouIRboNOrchuuMlSKE47ky6IZ2A9qPtBpXzaJPstFyGpQUD9P7QL/O57YdPQlkF8Cn8+Ff9/BWrrHyhHA8+12jC4G892Hyzulw1SzY/H3WlpmuqH5xHpj7ooKbPiDti0KuGPkQBTus5zJfhuQ3lnC0OhB8QohmceUZ3Zb98OigNRTd2pdpd2pbh0TPK4DvvGT18m4/kvTvn/98+TEJOSGC5cqgAysgCnbYPyS27AM+HG31BTqwkqJ/mK5ICPdx/EfXhFj7h9nFVNfAzB9pMrr3YNNeeOcz0xWJcFiYDnE3QVEBZy9NiMhx7Bld747gWwU574zCd6fpaoJTWWX1C5SQc6dH+kPcH4vhXj/p+aO4opXpiqKPY4Nu4o+B/n64ejbMmuDILiQiOiRfDcQGZg+67A46JxgtJyo5Nugor/W4aidHq41VIhwizmN9RdrTrwHv3QKVhfDceEoqIl9DtHPsNbpJL0JutReugxXLnH2dToTf9D6Q9rTVAbv0lwXM2xS5fX94ADLTD5AQmyW/p4Y4NuhqNGS+ArxiuhLhBGkzsC5zAGkzCgJTX0SWhJw5zv3oKkRTfFjPYxEVHHtG168zjLseln0kdytFw2Zmw9wyr/X4JcPFiIhzZND17AAZqyfAlVPJ+HQ+x+9Ywpb9pqsSdlZZBZn5pqsQjRUfY40B33MkNO/nyI+uA68CrpxqNa6carUdxKOgT6fADCVCiPMM7ApPvZ7KrA0P45sYmvcMOuiUUp2VUm8qpfxKqe1KqXsD2xOVUm8opXYGvrcLvlzLiu3A1uFw+kvYOtxqO0ScB3L/COM3FJDzWirdEk1XJIS9jBkH9FgNHcbAvQ/TpU3w7xmKM7rTwDSttRfoA/xCKeUFsoD1WutUYH2gHRLlx2Dm0J0U3dqXmUN3Ut6IGYntYmg3YFAxtPJCj9Xc9z3TFYlol9zaGqKW0d10JQHbObcOxL7lVIZghb+gg05rXaG1fj/w+BiwA+gEDAe+viqSD/ww2H3VVllljRkMxR9CJG3ZB+x7wWoc2cj63SarEdHOo+CRP0HcMj/9/lbI7AGmK4JJq4GJPWCBlxXjd4ZkCYGQ3oxQSnUFegL/BDporb/uA74PcPCk5qFTdhhWjV7CiFuXsLFEBngLs5ITAG+O1Yi/ho63AsUmKwpPH9mQBZ1S6lJgJfArrfVRpdTZ57TWWilV52KESqmJwESAK5M7hqocW1tTZn0JYdqeI8CaaTAyFY5tZuMq0xWFR0iCTikVgxVyy7TWLwc271dKddRaVyilOgIH6vpZrXUekAfQ64brZWVWISJs0lQYljuM0oPg/8J0NeERiruuClgK7NBaz6/1VCGQEXicAawOdl9CiNCr0bCq1L0hB6E5o/s+8FPgQ6XUB4FtM4Fs4EWl1HhgD/CjEOxLCCGaLOig01q/A6h6nh4Y7PsLIUSwHDkywg4yuoNvGfjmQUrIukILIcJBgq4Z4jzQb0EqpPvhZ36yJpuuSAhxMRJ0zeBpAcS0PbchzlgpQohGkKBrhqpTUHp/iTU9dpGXvMWmKxKicQZdbV1u8U2zZgeJFo6cpskO5m0C0uvsGiiELXkUjF7cHm58C4C5eMnMMVtTpMgZnRBRIq4l0OracxuiYyASIEEnRNSoOgVHf1MM/7oH3ruFlxaZrihyovKj6+wB0PFW2LgKnttquhohImfaOogvLqb6tDUiIlpE3RldRnfo+EIhTPFz8/88jPdy0xUJEVlVp6Ir5CAKg653RyD+GqvRuhdplxktRwgRAVEXdNkbgLe9cPA1WDmMwo9NVySECLeou0ZXfgwm3QnJCdNCtsKQEMLeou6MDqzrExJyDfPUN1WDsJXpfcA3wVrrWNQtKoNOXFxKO/A9C7nrUsm53XQ14mKm94G0Fwsh20/G8gG0u8R0RfYkQddEcR6YfCMMSTFdSfhkjQFG+qHHahKyM7iilemKRH3SrufczbXkSXJzrR4SdE208LfQ89UNjFi/nIXppqsJk9orq505TnWNsUpEA/KLsDoAf7UVVo1l017TFdlT1N2MCEZCLHD7BGjZFi5tS9wooMh0VaE38yWYm+KF70DpE3D4hOmKRH3e+Qy2315M2mXFEnIXIUHXBEdPAuuWwF0/hxN7qC4wXVF4VFZB5sOmq3A/jwpNx93DJ5CQa4AEXRNNeQDG/6Uvu7+UJQtF8/kmAHf1hrdKuPcxQrJIs6ifBF0TVdfAovdMVyGcrGcH4KECaOUFLzzylpcZ/2u6KneTmxFCRFhlFVC1y2qcrJQ+nREgQSdEhJUfg4pJWbDKC5MHyCeECHDlR9c4j7Wug1z3iC4JsYEbRg7wcDFQbLqK6OG6M7qM7rBwbSpPre/N9D6mqxFf69Mp0D0nDOI84HsScjZNwPek1RaiNtcFXb8ZQI/V4M0n7dH2pssRgG8BjN9QQM5rqXRLDP37j78BuGsDXDkV7tpgtYWoxXVBR0Wtx1/I4jWm9ekEjFhu3WHssZr7vhf6fez+Ejixx2qc2GO1hajFddfosudA1mEvxCHLENpA6UGgPBf+YzEc2cj63aHfx5oyGHL3WOJGQXWB9G8U3+S6oCs7DJlzTFchvnb4BOSPLSYj3cvGEijYEZ79TCnClcPxRGi4LuiE/bzzGbyzxHQVwklC3XNCgk4IYSsZ3aHfglSIaUvp/SXWYvFBkqATtjKwK4wZB2yHSaujb7UqUavnBJD26C2QHvxNRQk6YRvxMTBmaar1S37mFLn0IPMV01WJiAtDzwkJOmEbSfHAFWOtRosYuA6QoIs64eg5IUEnbGPPEeCp2XAvsG85K5aZrkiYEI6eExJ0wlYy86DLX2ZTWSVjlZvqv3tD9wnA2zBpmVzfrM19IyOE4+05IiHXVMmtofuzE6xFjeZvZe6tpiuyl6gNuozu4FsGvnnW8n5COFlSPNDqWqvRIobEJKPl2E5UBl2cJ9BPJ90PP/OTNdl0RSKUenaAxXe4e0nKC23ZD+RMg91PQJGXx183XZG9ROU1Ok8LIKbtuQ1xxkoRIZbcGia/MgRS5zHiwEoY+lDUjH3NzIOE5/MdMydfJEXlGV3VKSi9vwTeuwWKvDL430X6JANXzbIa7UcytJvRciJOQq5uUXlGB1jDSkLQ41rYy9oySN/8fej1D/jkcfLeN12RsIOoDTrhTkdPwrQ7NYNS+rKp3FqfQQgJOuE6R0+Gbzoo4UxReY1OCBFdJOiEEK4nQSeEcL2QBJ1S6jml1AGl1Ee1tiUqpd5QSu0MfJfxB0KI0GoNeFo1+LJQndE9Dwy+YFsWsF5rnQqsD7SNkmFfQrjMKUA33HkwJEGntf47cOiCzcOB/MDjfOCHodhXc8mwLyGcy/dD8Plg9oALnjgBnGl4BohwXqProLX+eq7QfUCHMO6rQW4d9tXuksDaqUK41OQbgUXFMMJPx9xsejYjSSJyM0JrrYE6Z8dSSk1USm1WSm2uPHjhSWHouHHYV7/O8OS6AYz/x3J8C0xXI0R4dGkDxAamY4m/ho6XNv09whl0+5VSHQEC3+scb6W1ztNa99Ja90q6LDGM5VjDvjLTD5A5DkoqGn693WWkYy0MfWkPGLFczuyEK2VvAFZ64dP5kDeqWZM0hHNkRCGQAWQHvq8O476iUulHkFa1C+KvgfJcSg+arkiI0Dt8AjLvhoTYJc2etCAkQaeUWg7cAlyulCoHHsEKuBeVUuOBPcCPQrEvcc68TTAqfRgDu8KCf1q/EEK4VTAzs4Qk6LTWY+t5amAo3j8YXdpA+VH3zp9fsEPGdQp3uaIVVNeE9j9u146M8CjwLYBZ7+aQ+7I1IaMQwt5ybofHijN48u+jmN4ndO/r2qAb1g0YWQiX3QH9/WT1bfzPDkmxpuJuzm1sIUTzeBQkPJAKXWfA1bNJmxG693Zt0JUeBI5tthpVuxp9l3VICoz462O0fMHP5FeGyJmgEBFSo4FdO89t+DB07+3aoPN/ARt/PBsWeqn46TDytzXu54Z2A9qPtBpXzbKm5g6I80B8zPmv96hvbhNCNE92FvCQF6Z5mZkduvd19cSbz221vpoi732YvHO6te7A5u+zNtBnJ6N7YAhZTFtK7y9h3iYYdDWMXtweWl3L0d8UM21d6I9BiGhSdhgyw9CZ39VB1xxb9sOjg9bQJ3kNa8vO3dLuNwPoYXUFTHv0Fkg/wOjJwI1vAZDwm3uILy6WhZdFxIy6FtJHQfW7MKXIdDX25tqPrsEoP2Z12Tiv307ta3xfHPjmtuM7qD4dgeKEwOqCkZ4/Cu71E/fHYh7pb7oie5MzukbKngNZh70Qx9lxsjMXw1y80BFeWuTevnpulxDrvGUCOydg9SgAiE0i+WrgbZMV2ZsEXSOVHYbMOedvq6yCzBwz9YjQ8E0EJmZAaT6PT4Y9R0xX1DglFTDxufHwk2z4dD5Pv2a6InuToBNRq2cHYFqOdWbUdQazBnvJ/Ivpqhovcw50WZjFvq+skQSifnKNTkStyirgeGD83JlTHKo0Wk6z7DkiIdcYEnQiapUfg213L7GmAJrag5lvmq5IxMeA7x7wLYRx14fufeWjq4hqfygBSkxXIb721J3AY34AbrnhHv56W3FIbhTJGZ0Qwj5qjUQiPpWEEC15IEEnhLCNvP8B3vbCvx+Gx5dQfiw07ysfXYUQtlFSASUjICG2IKR9G+WMTghhO6HuwC1BJ4RwPQk6IYTrSdAJIVxPgk4I4XoSdEII15OgE0I4TtplkDgYaOQCVtKPTkTE5ButNXazN8hC2yI4CbEwbGlv8ObDycbNxCBndCLsZg+Ann8tJvFFP08+Zboa4XTeJKDrQ1YjNqlRPyNBJ8Ku462c+4XsPYGEWKPlCIcr+RwoGQanv4SvGrf6lQSdCLuNq4DKQjjuh5VLHDdtubCXGg2LJgOP9oW3xzbqZ+QanQi757bClluy6HgprCkzXY1wg+On4FApJH63ca+XoBMRsWW/9SWECfLRVQjhehJ0QgjXk6ATQrieBJ0QwvUk6IQQridBJ0QTZHQH3zLwzYOUdqarEY0lQSdEI8V5oN+CVEj3w8/8ZE02XVH4eRRM7wOP9LfWXHUqCTrRbF3aWP/4o4WnBRDT9tyGEC3FZ2e5kyDtlQ0kr9zKUw+Zrqb5JOhEs/gehFmbslm4pj3faW+6msioOgWl95fAe7dAkZe8xaYrioAfxELLttAiBm7pjUeZLqh5ZGSEaLLeHYGfL4U2N0PSMH55h5fMfNNVRca8TUD6AdNlRE7uSfiPjeCJhz+VUKNNF3ROYi+g1z2Neq0EnWiyz44CB1+zgu5kJeX/Nl2RCJfMv0K/D8YT54H1u01Xc07nBOD/ZUPSsEa9XoJONNm+41CUUUD6qAKq34VH3zZdkQindz4zXcE3tfsW8K0ujX69XKMTzVKwAzIfgylFpisR0WjbfuCtsdZ8dI2YZViCTgjhSIf+BPxv4+ajk6ATQjhXTeNeJkEnhHC9sAedUmqwUqpUKbVLKZUV7v0JIcSFwhp0SikP8AxwB+AFxiqlvOHcpxBCXCjcZ3Q3Abu01v/WWp8EVgDDw7xPIYQ4T7iDrhNQuxdOeWCbEEJEjPGbEUqpiUqpzUqpzZUHD5kuRwjhQuEOur1A51rt5MC2s7TWeVrrXlrrXkmXJYa5HCFENAp30JUAqUqpq5RSscAYoDDM+xRCiPOEdayr1vq0UmoKUAR4gOe01tvDuU8hhLhQ2Af1a63XAGvCvR8hhKiP8ZsRQggRbhJ0F+iWaM2R303uiwjhGhJ0tXRLhF+/OoS0v/n59atDJOyEcAlbB116CvgmwM97RGZ/w7oBqfOsRuo8qy2iTr/O1u/d9D6mKxGhYtugS2wL3Zf8ErL93PzyUkZdG/59Fn4M7JxuNXZOt9oiqrS7BDKWD4BsP2kvFkrYuYRtg44OQNJI63GbmxnYNfy7/PgQ/O4/11D6Ay+/+881fCwDNerl1NWgGpJ2GZA8yWrEX0Pa9UbLESFi26A7XgZsHADH/bB1OAv+GZn9fnzIWulJQq5u8THgmw25xb3xTTBdTeht2gusCkzR/a97yJep4l3BtovjVJ+GpfdAq5hR+Cvh6EnTFQmAX/cBJm211vmctZWB68baanWoUMi8D/rMG0vpQTh8wnQ1IhRsG3Rghd2HUbSEphMcPwWcOQ4t2kJNFdWNnMraaTbtbfg1wjlsHXTCfhb8E3If7Wut4J570pZL4YF1DdFOiy0LsyToRJPUaMhcDCy257UEj4LcqcDw3rC6hEnzJfCEjW9GCNEcP/kOMK0YvPkwrdhqR4CMqLE3CTrhKpXHgZOfW42Tn1vtMIrzgO95+PWWAmtEzboJ9OwQ3n2KppOgsxGPgiduA99/QZc2pqtxpjVlUH33WFjlpfrusawpC+/+hnYDBhVDq8CaT1dOZeBV4d2naDoJOhvJHQeJK7bCM35mLar/dcmtrY9JcuZQtylFkJlpfQ+3LfuAfS9YjdNfwtbhrIjyGReT4q2+lr5V9hlGJ0FnJ/2x+qcBpGWQEPvNlyTFwyOvpJL2Nz+TX5tAv87ffI2InLLDsGr0EsjysjG9LzOH7qT8mOmqzJo7Gpjsh/5+0p4eRbtLTFckQRe0UddaA8BDMRZ32xLg0/lw8DXIy6+zk/SALsB1+VbjyqmMkyFKxq0pg8wl8NxWqKwyXY0NxNd63KIVcR5jlZwl3UuC0K8zpK98DNqPJP3ASvalPxRUv7I/lEDygCUkxcOW/XW/pngPpG/PgB6r4dP5LPuo+fsT9pLRHfrNACoge451tuhE2Ssg6wYvXJPK0d/uZF+Ybwg1hgRdEPp0Ai4fZjUuH0afTsEFHUD5MS760aeyCh794U7GXOdl/Sf1B2IoeZQ1hVXpQfB/Ef79RaM4D/RbkGr9BwZkHfaSOScy++7Zwfq9CtVH7rLDkHk3eNRO2/RhlI+uQcjfBrx7gzXxwLs3WO0IKD9mTTwQiZADyJ0PQ94o5L7ihyM2N2C08bQAYtqe2xAXmf36JsLkv+fwSPEE/rt3aN/bLiEHEnRBqayCKcM1S/uOYspw7crrM13aAENyIP4a6DCGm0eYrsidqk5B6f0l8N4tUOQlb3H49+lRwMQMuOwOuHIq3V04G83X5KNrkKpr3D0AvPwo4J8G/e+Aql1UvGm6IveatwlIj9wsFjUaKM2HrjPgzCl4O2K7jjgJOnFRNRoevQuy+nopqSBiH89FZDw+GWYN9nKoEma6+D8xCTrRoPJjkel8K5ouPgaevA3ivgUz1za9e8ueI5D5l/DUZidyjU4IB3vqlxC3zA9L/Mydbboa+5KgC1iYDj6f9V0Ix7i11uIdN/V27VoewZKgA4akQNyzy2GEn7hnlzMkxXRFQjTOofka9q+AykL4fYmtunTYiVyjA7q2BS7pYjUu6WK1hXCAGf8LKf1mE+eRztwXI0EH3xiLZ4exeUI0llOHikWSfHQFth0Aju+wGsd3WG0hhGvIGR2wfjf0HDeetMFQ+jquW75PiGgnQRcwbxOwyXQVQohwkI+uQgjXk6ATQrieBJ2LeJQsqiNEXSToXCK5NeS+DLPezcG3AOkhL0QtEnQukdUX6O+35hYbWciwbqYrEsI+JOhcoqQCqNplNY5tpvSg0XKEsBXpXuIS+dsg5afD6HgrbFwlw4GEqE2CzkUeLgaKTVchhP3IR1chhOtJ0AkhQi4+xl53/iXohBAhlXM7PPXmAHJfb8+gq01XY5GgE8JmEmJNV9B88TGQ8JsB8B+L4ca3GD3ZdEUWCTohbMT3IORsmoDvWWh3ielqmq76NOemPAOoMFbKeYIKOqXUaKXUdqXUGaVUrwuee0AptUspVaqUkpUYHCSlHfjuAV8GJMWbriZ6DEkBJhbAlVNhpN/qBO4wNRpeuucAPO+F33qZGYGFuBsj2O4lHwF3As/W3qiU8gJjgOuAbwPrlFLdtNY1Qe5PREDWQiDdD8Dc73jJnG62nmix+wjw1TZo5YWqXY7tC7n237DWZr8zQZ3Raa13aK1L63hqOLBCa12ttf4E2AXcFMy+6hIfA75p4Pub4onbQv3uUezy9ucedzRXRrTxfwEbfzwbFnqp+OkwWSw8hMLVYbgT509jWR7YFlJP3gY8YJ15JP5hBSn9Zsv8+SFQ+sgB0p7MgFNf8s4Tpqu5uG6JcN/3rFmhC3Y0+HLbe26r9SVCq8GgU0qtA66o46kHtdargy1AKTURmAhwZXLTTh/ivlWr0SJeFrUJkXmbIH5gCTVnoNrGFxsSYuHXL6VCj9WkH9lIwp3jJSREnRoMOq317c14371A51rt5MC2ut4/D8gD6HXD9U1alXLmWpj7vBdu6g2/L3HsNQ07qjpluoKGeZOAa35rNdrczM295WxI1C1cH10Lgf9RSs3HuhmRCrwb6p1UVkHmdPAoWbg3GpV8DuPfHAWDimHfC6x603RFwq6CCjql1AjgD0AS8KpS6gOtdbrWertS6kXAD5wGfhHOO64SctGpRsOU8TC02wC27JP1TUX9ggo6rfUqYFU9z80B5gTz/kI0pLrGHTchRHjJyAgb++/e4HsWfD+x1wBpIZxGgs6mkltD92cnwEg/zN/K3FtNVySEc0nQ2VRSPNDqWqvRIobEJKPlCOFoEnQ2tWU/kDMNdj8BRV4ef910RUI4l0ylHiYDu0L39rD0Azh6snnvkZkHCc/nN/vnhbCzpHjI6A6b9sI7n4V3X3JGFwajroUx65fiLdxATl5w7yUhJ9wozgNzX1SkFW4lo+gx+nVu+GeCIUEXBunfB9rcDC3bws05dGljuiIhzEiKB99s8K2C6X3Obe95BfCdl6BFDLQfybjrw1uHBF0YFP0DOLIRTn8JG6ex54jpioQwY+5oYLIf+vtJe3rU2clEt+wDPhwNZ07BgZUs+yi8dUjQhUHBDlgxcDys7gudU8lpzmhhl5k9AHw+8P3QdCUiompP3Nqi1dmJN6prYOaPNKXDepCf/pBco3OqMXdg9YHrsZqE7AyuaGW6InOSW0PH3GwY4YdFxUy+0XRFIlKyVwArvbB1OEez8tl3/NxzlVXWTDnhDjmQu67hU1Xr8Znjtp7uKNyS4oH4a6xGbJJcs6zDkBTo2ta6S++m35Wyw5B5N3jUTqNj0uWMLkxmvgQs8sLbXkp/WcDhE6YrMmfLfiBvFHw6H1Z6yd5guiJ7WZgOI9Yvp+erG1j4W9PVhIfpiTfkjC5MKqsg82HTVdhH5hxI+N0S6S5Th7hRwKU9rMbtE0iIlT+nUJMzOhEx8o+3btUFwFdbrbv06y4eck5e89UkOaMTwrApRTBk4Niz1+jq0qUNzFoEpGVAXj6ZQXZEt4M4D3haRGY2awk6IWxgTdnFn581mLNLUDKtOz1XT7OufTpURnfotyAVYtpSen8J8zY1/DPBkI+uQjjAoUqszrUAx3dQWXXRl9tevxlAj9XgzSft0fYNvj5YckYnhAPMfBNyp/aA/rBtCZQfM11RkCpqPf7iQNh3J0EnhAPUaMj8M/Bn05WERvYcyDrshTjIWxz+/UnQCSEiruyw1eUoUuQanRDC9STohBCuJ0EnopITV1VLaQe+eeBbZnXPEI0nQSccpUsb8P0XPHFb88IqpZ21hGTuOudNn5U1GfiZH9L99FuQenbKI9EwCTrhKLMWAc/4SVyxldxxTf/5rDE4d/qsuFqPY9rikX+9jSZ/VMIxEmKxhkCBNQV3/2a8iYOnz8pbDBR54b1bKL2/JCJDp9xCupcIxzh6EpibD7NioGonb/2haT+f0R0Y3xu2DocdO3krF0dNn1VSASXjAMLfwdZtJOiEo2S+DMlvLOFoddNnQ+k3A/DmW4193qDWKfAomHsrJCbB468j64LYnHx0FY5TfqyZUz5V1PO4GXLHQeKKrfCM37puKGxNzuhE1MieA1lVXqiG7GDDqT/WdUKAtAwSYmWhcTuToBNRo+xw6GZ93rYEuveeD62uhTwJObuToBOiGf5QAskDlpAUj6PnhYsWEnRCNFP5MRdMlxQl5GaEEML1JOiEEK7n6qBLiIU+nZw5gFsIETquDbpuiZDzWirjNxSQ+0dkALQQUcy1QXff97AW32jlhUHFDO1muqLwkvU+haifa4Nu/W7gyEarse8FtuwzWU14+R6EnE0T8D0L7S4xXc3FDboafKvA9zclc6qJiHFt0BXsgI13jocsL6tGL6HssOmKwmNICjCxAK6cCiP9ZPU1XdHFjS8FnYgAAAjqSURBVJ4B9PdDn+30mysXT0VkuLof3XNbrS83q/gKqNplfUQ/WWn/weW1pxY6pY2VIaKLq4MuGmzZDxWTsuj4kyx4FRa9Z7qii8ubAxPxQgy89ITpakS0kKCLgH6dYdz1sOwjeOez0L//w8VAcejfNxxKKqBkiukqRLRx7TU6k2rfAe3ZATJWT6DlC34yVk+gZwdzdQkRrSToQijOA74nA3dAH7S2DbwK60YB1veBVxkrT4gm8f0EfK/G4vuJ6UqCJ0EXQuNvAO7aYAXbxAKGpMCK7VhTd5/+ErYOt9pC2Nyoa4G5hfC9D2BuodV2sKCCTin1O6XUv5RS25RSq5RSbWs994BSapdSqlQplR58qfa3+0vgxB6rUbWLiq+s2S1mDt1J0a19mTl0p8x2IRyhVQzQso3VaNnGajtYsGd0bwDXa627Ax8DDwAopbzAGOA6YDCwSCnl+kFYa8qg+u6xsMpLxaSss/OUVVZZ/foqqy7+80LYxZ8/BHIGgD8DcgZYbQcL6q6r1nptreYmYFTg8XBghda6GvhEKbULuAnYGMz+nGBKEVBkugohglOjITMHPPNLqHFBd8dQXqP7OfBa4HEnoHZHivLAtrBLbm1dX5Cxn0IEzw0hB40IOqXUOqXUR3V8Da/1mgeB08CyphaglJqolNqslNpcefBQU3/8PMmt4ZG1Q0h/cwM5LysJOyEE0IiPrlrr2y/2vFLqZ8APgIFa66/zfy/QudbLkgPb6nr/PCAPoNcN1wf1/8eY64DUeVaj1z8YlNKXgh3BvKMQwg2Cves6GLgfGKa1rn2pvRAYo5SKU0pdBaQC7wazr8ZY/wlwYKXV+ORxNpWHe49CCCcIdgjYQiAOeEMpBbBJaz1Ja71dKfUi4Mf6SPsLrXVNkPtq0Jb9sGroQwzt9hB578vCJUIIS7B3Xa+5yHNzgDnBvH9zrCmzvoQQ4msyMkII4XoSdEII15OgE0K4ngSdEML1ZOJNEXLT+0DaYCh9HeZtMl2NEHJGJ0JsSAqkrVgOU/ykrVhuLd4jhGESdC41vU9gWcFpEB/BKXa6tgUu6WI1LulitYUwTILOhdpdAmlPj7KWFXzAz5O3RW7fSz8A/tQXPp0Pf+prtYUwTK7RuVCcB2jR6lz7W5Hbd3UNZN4PCbFLOHoycvsV4mLseUZ34wQSrzBdhHPtOw5Hs/KtKdyf9zJzrbUS2cCukatBQk7Yif3O6GKTrDUXMgrh9QOmq3GsaevAs34nNRp8Q4HfLwVPPGMeH0vmEtPVCRFZ9jyjA/DEm67A8c5OmjgpFtrcDJf2gLt641FGyxIi4uwXdCcrYf8KWLHbdCXu8beT1ipkZ07BW+6YGluIprDfR1eADbM59G/TRbjHpFy4b0tfWsXA76QDr4hC9gw6EVI1OrIjFAZdDaNzgBjFOzM1+dsit28h6mK/j64CsP8q6V3a1N8RefQMrD58fbbTb65cEAxGQqy12FNya9OVOJsEnQ3ZfZV030SYteFhnno9te4uK6dqP5YLgs2VEAs5LyvS39zAI2uH0LOD6Yqcy54fXeMhMQGuaeee5daaIi2R81ZJT0uElHZGSzoruTXwq8eg/UjoMIYxd3vZ/eT5ryl6BtIv9UIMlMyzT+1OMywV6PUPaNkWUucxeeAasl9r8MeiwjXtrIygkZ0z7Bd0LWKgfSf47l5GAJVfwukoCbs4DyQmwaFK4M0B4L0H/ItpFQMZ3U1XZ2kVAxz3AyOtu7j11FbxR+t7coJ9aneajpdiLfb07fFwZGO9f9bRpqWCpLbAd7GyokXDg7nVuRUKzet1w/V689p8+HwpfFEI+/ZCtCxwEwP0fRguGwwHX4cNs8//CGgnlwOdh0DVTijdaboad2sDdOgKh3bDF4ZrsZPWwBWd4PJh1n8EnnjU5d73tNa96nq5/YJu/UtQUwX6pHXGoO36rz0M4r597nH15+bqEMLuVIx1Jqdizw4uuFjQ2e+jKwQKj/KREbVDTwgRFFud0SmlKoE9Edrd5bj3w4Bbj02Oy3kieWxdtNZJdT1hq6CLJKXU5vpOc53Orccmx+U8djk26UcnhHA9CTohhOtFc9DlmS4gjNx6bHJczmOLY4vaa3RCiOgRzWd0QogoERVBp5TqrJR6UynlV0ptV0rdG9ieqJR6Qym1M/DdcaMylVLPKaUOKKU+qrXN8cd1IaXUYKVUqVJql1Iqy3Q9oaCUGh34fTyjlOp1wXMPBI61VCmVbqrG5lBK/U4p9S+l1Dal1CqlVNtazxk5rqgIOuA0ME1r7QX6AL9QSnmBLGC91joVWB9oO83zwOALtrnhuM5SSnmAZ4A7AC8wNvD353QfAXcCf6+9MXBsY4DrsP5uFwX+DJziDeB6rXV34GPgATB7XFERdFrrCq31+4HHx4AdQCdgOJAfeFk+8EMzFTaf1vrvwKELNjv+uC5wE7BLa/1vrfVJYAXWMTqa1nqH1rq0jqeGAyu01tVa60+AXVh/Bo6gtV6rtT4daG4CkgOPjR1XVARdbUqprkBP4J9AB611ReCpfYBbZvxy23F1Aj6r1S4PbHMrNx3vz4GvJ5cydlz2HOsaJkqpS4GVwK+01keVOjf7rdZaK6VcdwvarcflFEqpdUBdqxQ/qLVeHel6QqUxx6WUehDrstGySNZWl6gJOqVUDFbILdNavxzYvF8p1VFrXaGU6gi4ZSFZtx3XXqBzrXZyYJvtaa1vb8aP2f54GzoupdTPgB8AA/W5PmzGjisqProq69RtKbBDaz2/1lOFQEbgcQbg2P9hL+C24yoBUpVSVymlYrEuaBcarimcCoExSqk4pdRVQCrwruGaGk0pNRi4Hximta6q9ZS549Jau/4L6AdoYBvwQeBrCHAZ1l3JncA6INF0rc04tuVABdY0neXAeDccVx3HOQTrDl4Z1scj4zWF4JhGBP7OqoH9QFGt5x4MHGspcIfpWpt4XLuwrsV9/W8t1/RxycgIIYTrRcVHVyFEdJOgE0K4ngSdEML1JOiEEK4nQSeEcD0JOiGE60nQCSFcT4JOCOF6/x+F4coww6CDmQAAAABJRU5ErkJggg== ) ### Compute mode coupling matrix[¶](#Compute-mode-coupling-matrix) For spin 0 and 2 the window need to be a tuple made of two objects: the window used for spin 0 and the one used for spin 2 In [19]: ``` window = (window, window) ``` The windows (for `spin0` and `spin2`) are going to couple mode together, we compute a mode coupling matrix in order to undo this effect given a binning file (format: lmin, lmax, lmean) and a $\ell$max value of 1000 In [20]: ``` lmax = 1000 binning\_file = output\_dir + "/binning.dat" from pspy import pspy\_utils pspy\_utils.create\_binning\_file(bin\_size=40, n\_bins=100, file\_name=binning\_file) from pspy import so\_mcm mbb\_inv, Bbl = so\_mcm.mcm\_and\_bbl\_spin0and2(window, binning\_file, lmax=lmax, type="Dl", niter=0) ``` ### Compute alms and bin spectra[¶](#Compute-alms-and-bin-spectra) In [21]: ``` from pspy import sph\_tools alms = [sph\_tools.get\_alms(split, window, niter=0, lmax=lmax) for split in splits] ``` We need to specify the order of the spectra to be used by `pspy` In [22]: ``` spectra = ["TT", "TE", "TB", "ET", "BT", "EE", "EB", "BE", "BB"] ``` and we finally build a dictionary of cross split spectra In [23]: ``` Db\_dict = {} from itertools import combinations\_with\_replacement as cwr for (i1, alm1), (i2, alm2) in cwr(enumerate(alms), 2): from pspy import so\_spectra l, ps = so\_spectra.get\_spectra(alm1, alm2, spectra=spectra) lb, Db = so\_spectra.bin\_spectra(l, ps, binning\_file, lmax, type="Dl", mbb\_inv=mbb\_inv, spectra=spectra) Db\_dict.update({"split{}xsplit{}".format(i1, i2): Db}) ``` To compare with the input $C\_\ell$, we also compute the binned theory spectra In [24]: ``` from pspy import pspy\_utils l, ps\_theory = pspy\_utils.ps\_lensed\_theory\_to\_dict(cl\_file, 'Dl', lmax=lmax) ps\_theory\_b = so\_mcm.apply\_Bbl(Bbl, ps\_theory, spectra=spectra) ``` and we finally plot all the results In [25]: ``` fig, axes = plt.subplots(3, 3, figsize=(15, 12), sharex=True) ax = axes.flatten() for i, spec in enumerate(spectra): for k, v in Db\_dict.items(): ax[i].plot(lb, v[spec], "-o", label=k) ax[i].plot(lb, ps\_theory\_b[spec], "--", color="tab:red", label="binned theory") ax[i].plot(l, ps\_theory[spec], color="tab:red", label="theory") ax[i].set\_ylabel(r'$D^{%s}\_{\ell}$'%spec, fontsize=20) if i==0: fig.legend(loc="upper left", bbox\_to\_anchor=(1,1)) for ax in axes[-1]: ax.set\_xlabel(r'$\ell$',fontsize=20) plt.tight\_layout() ``` ![](data:image/png;base64,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uae2Tn94VsTDmTErcuSNSkVEJDMkGqZfDmwFLHGbk43U5WBmFgWuBh4C6oF7zOyFVLyWPk+IiMhQWvVvjLQKgYiMF51Pjpz+DEVkPOhccuT0Zygi40HnEgFVVImIiIiIiIiISIZQokpERERERERERDKCElUiIiIiIiIiIpIRlKgSEREREREREZGMoESViIiIiIiIiIhkBCWqREREREREREQkIyhRJSIiIiIiIiIiGcGZWbpjyCrOuT3A1jEcMgPYm6JwJpLeR+bJlfcymd/HYjObmYpgJgudk7Oe3kdmmczvQ+fjI6TzcdbT+8g8ufJexvo+dD4WJapSzTm32cxWpTuOI6X3kXly5b3ofchEypW/J72PzKL3kVly5X3kulz5e9L7yCy58j4gd95LrrwPmVia+iciIiIiIiIiIhlBiSoREREREREREckISlSl3i3pDmCc6H1knlx5L3ofMpFy5e9J7yOz6H1kllx5H7kuV/6e9D4yS668D8id95Ir70MmkHpUiYiIiIiIiIhIRlBFlYiIiIiIiIiIZAQlqkREREREREREJCMoUSUiIiIiIiIiIhlBiSoREREREREREckISlSJiIiIiIiIiEhGUKJKREREREREREQyghJVIiIiIiIiIiKSEZSoEhERERERERGRjBBIdwDZxjm3B9ia7jhEJCcsNrOZ6Q4im+mcLCLjROfjI6TzsYiME52PRYmqw7DVzFalOwgRyX7Ouc3pjiEH6JwsIkdM5+NxofOxiBwxnY8FNPVPREREREREREQyhBJVIiIiIiIiIiKSEZSoEhERERERERGRjKBElYiIiIiIiIiIZAQlqkREREREREREJCMoUSUiIiIiIiIiIhlBiSoRERERkUnEOXeec+4l59wW59y6YbYvcs793jn3jHPu7865C9IRp4iITE6BdAcgItmrct3GtcB1wCJgG7C+sXbNnemNSkRkEqopP+h8TE2HzsdyEOecH7gJeA+wA9jknNtgZi8O2u0a4B4z+y/n3ArgfqBywoMVkbQK1gUP+t0Sqg7pd4uknCqqROSwJJJUtwKLAZe4vTUxLiIiEyWepDrofJwYFxnqVGCLmb1mZmHgbuDCIfsYMCVxvxzYOYHxiUgGSCSpDvrdkhgXSamcSFQlUb58lnPuaedc1Dl38ZBt1c65VxI/1RMXtUjWuw4oHjJWnBgXEZGJo/OxjMV8YPugxzsSY4PVAP/onNtBvJrqsxMTmohkEP1ukbTJ+kTVoPLl84EVwGWJEuXBtgEfB+4ccuw04FrgNOJXl651zlWkOmaRHLFojOMiIpICZsOfd0caF0nCZcCPzWwBcAHwE+fcQd8bnHNXOOc2O+c2AzMmOkgRSSl91pe0yfpEFUmUL5tZo5n9HfCGHHsu8IiZtZpZG/AIcN5EBC2SA7aNcVwmAVW4iky8JiqGfr455LhMem8ACwc9XpAYG+xTwD0AZvYEUMgwiSgzu8XMVpnZKmBvasIVkTTRZ31Jm1xIVCVTvnxEx+pqkciw1gORIWM9iXGZhFThKpIe10cu8/Va/gFjPZbP9ZHLcuFznoy/TcDRzrklzrl84FJgw5B9tgFnAzjnqognqvZMaJQikm7rzYgNHjBzYfRZXyaAPsAkQVeLRA6WWN1v8BXYJuByrfo3qanCVSQNNnhv23ZP7B0AmEG3FbAu8mk2eG/TVW85iJlFgauBh4B64qv7veCc+7pz7v2J3b4IXO6cew64C/i4mVl6IhaRdOiqr8Ui03zm+TEDLzyVvp2XWFd9bbpDk0kgkO4AxkEy5cuHOvadQ479w7hEJZLjKtdtnEN8qepfAhcBVzbWrvlVWoOSdBuuSvW0Izh22OpY59wVwBWJh6pyFYH1pa7vjjYr9TfaHHqsgA3e21ThKiMys/uJN0kfPPbVQfdfBM6c6LhEJIP4eq93ee0u3PJOwntWD4wWEG+mrgvTklK5UFGVTPnySB4CVjvnKhJTTFYnxkRkdOcmbn+UuJ2TrkBkclGVq8iBGgvX3nW27+m+v3gr2WnTmONaPVThKiIiR8Bf/PpC5zxi3cuGblIzdUm5rE9UJVO+7Jw7JbG87iXAD51zLySObQX+lXiyaxPw9cSYiIzufOLT/R5JPFaiSo60wvVwjxWZ7Kqmuu6Sv3lV7d1WtHeua/GUpBIRkSMRKH1pn3kBYr2Lh27StHJJuaxPVEG8fNnMjjGzZWb2zcTYV81sQ+L+JjNbYGYlZjbdzFYOOvZ2Mzsq8fOjkV5DRPbDcXG7AAAgAElEQVSrXLcxQLwC8cHG2jX9QAtKVIkqXEXSImyB8wA2e8c+1ElJS7ELB6gpL0l3XCIikr3ypvy9Pda72MMO6BakaeUyIXIiUSUiE+5UoAJ4IPF4F0pUTXqqcBVJjw5KLnnVm0u9Lf5Zu5XsTgzPTWtQIiKStYJ1wdnO37vQ65v3KmCJn61oWrlMkFxopi4iE+984qu2DUz7a0KJKiGpBr2biE/rG+7Y24HbUxqgSK6pKS8ox3/y/d6pHvBoG2UfAgibf34+bElzdCIikp3eBRDtWlkIbGysXfO+NMcjk4wqqkTkcJwHPNFYu6Yt8ViJKhGR9Dgj38XynvOWvdhYu6Zjj5W/DtBk045Jd2AiIpK1zjZznbHeRQvZf2FaZMIoUSUiY1K5buMsYBXw4KDhJmBO5bqNLj1RiYhMTnttykUR8/O4t/IegK02+xWAHgqPTm9kIiKSxc72wjNeTaQLlKiSCadElYiM1bmJ2wcGjTUBhcCUiQ9HRGTyMtz7nrGjaGL6fQBbbP6rfZaHh6tMa2AiIpKVgnXBJcCSaNdKiK/A3JDeiGQyUqJKRMbqfKAZeGbQWFPiVtP/REQmSk35jOl0VD7pLe8EngeI4W/abRUEiA3bC05ERGQUZwNEO09YCjzSWLvG0hyPTEJKVIlI0irXbfQTr6h6sLF2jTdokxJVIiITrMcKVvschLylvx/0RWLXbiooIDIrrcGJiEi2OtvMv9frn12Opv1JmihRJSJjcQowjQOn/cH+RJWWQxcRmSB7rPwjHVbMY95xdwyMNdau2ddi5dFi1z8tnbGJiEj2CdYFHfBur2/uDnAAj6Y5JJmkAukOQESyynmAx8FXV7K7oqqmfC1wHbAI2Aasp6bjzvQGJSJyCDXlbqorefvj3krroeiAc3KblXaX0luWrtBERCRrrQRmRTqPbwWebaxd05zugGRyUkWViIzF+cCTjbVrWoaMtwIRsjFRFU9S3QosJn7paDFwa2JcRCRTHVPuustC3pKXGmvXdA3e0E5pW5ELB6gpV7JKRETGIt6fqiu4DE37kzRSokpEklK5buNM4lP/hk77I9EbpYlsTFTFK6mKh4wVJ8ZFRDLSNm/mhwGe8o69d+i2disduAKu6dgiIjIWZ5uXv8siFXkoUSVppKl/InKQYF3w4Klw1DriFUcHJaoSsjVRtWiM4yIiaRfFf3GjN5u/WdVPh25rpWxn4u484OWJjUxERLJRsC4YAN4R61m0lXhP2j+nOSSZxFRRJSIHSCSpDpoKlzftj1cCe4CnRjg0+xJVNeUXHWLrtgmLQ0RkLGrK8+e5lhVPesv3AfVDN++18kaALitSwl1ERJK1CpgS6TxhKvBYY+2a3nQHJJOXKqpEZKhhp8LlT3v8rZHWd9zZWLvGG+G4JuDU1IY2TmrK84FvAZ8HXiVedVA0aI8eYH0aIhMROcBwFa5/tLLd01xXoMEW/SUx9foAr9ucLQBtVnaMmlSJiEiS3g0Q27d8IXBjmmORSU4VVSIy1LBX4F2gw8fI0/4gnqiaWbluoz8lUY2XmvJFwB+JJ6m+D6wAPg1sBSxxe7lW/RORdBupwvW/pkyriZqPx72VdcMdt91mvt5jBUTxL53AcEVEJLud7UWLt1msFNSfStJMFVUiMtQ24l+GDmCRqQAPH+K4JuLJ75mJ++kXX7lvcCXC/xBPSuUBH6am42eJPe9M/IiIZJJhK1wfLY+dcV7HMmuwRb8e7iAP/67dNhUf3oLUhygiItkuWBcsAs6M9Sx7jXirj+fSHJJMcqqoEpGh1hOf+vYm8wJeuOUdrzbWrtl7iOMGklOZ0acqnqQaWonwJaALOHlQkkpEJFMNW+HaEnD+570lrzfWrtk3wnFNzVSQ56KZcT4WEZFM91agINpxwhzgt4do9SEyIZSoEpEDhKpDdwKXA1EAM5r7dn3IRdrPOGhlqSEGElWZshz6cJUIAI6ajlcmOhgRkcMw7KIOc6IxGmzhbw5x3J5mm0oh4ekpikuynHPuPOfcS865Lc65dcNs/55z7tnEz8vOufZ0xCkiE+ZsM6LRnqMq0LQ/yQBKVInIQRLJqj0AkfbT7o52nug4dH8qyLSKqhEqEYCFExqFiMjhO6jCNc/Du6K1h0diJ98y0kGNtWuirTalp5TeKdSUu5RHKVnFOecHbgLOJ96n8TLn3IrB+5jZF8zsBDM7gXg/x19OfKQiMoHOtujUHXgFoESVZAAlqkRkJKUAmP9MoAXYPMr+mZaoGrYS4RDjIiIZZVCFaxsAZt1f3Nsdnd61uGcvU1881LHtlLYXuGgA0MJ/MtSpwBYze83MwsDdwIWH2P8y4K4JiUxEJlywLlgOrIruOzYGvNRYu2Z7umMSUaJKRA4SrAs6BhJVLrYCeKixdk3sUMc01q7pATrJnETVeqB3yFhPYlxEJCskklXfBygyXvxId0v+KzZ/c2PtGjvUcW1WOtBTcF6qY5SsMx8Y/EV0R2LsIM65xcAS4HcTEJeIpMc7AF+08/gFqJpKMoQSVSIynCLiDchxga4i4MEkj2siUxJVNR13At9NPDJgK3B5YlxEJJuUAvjMdyzAi17lT0Y7oNXKdiXuZkrfQMlOlwI/N7NhL1Y5565wzm12zm0GZkxsaCIyTs42c/2x3sUFKFElGSKQ7gBEJCOVDtzxBToAHkryuMxJVMUN9HaZTk1H20g7BeuCa4k3X19EfGrg+kQVg4hIJigD6PPZlEZvpv3ZO27U81MzU7cCeObm6aqkDPEGB/ZrXJAYG86lwFUjPZGZ3QLcApBIVolI9jnbC8/ciQUWAn9IdzAioIoqERleKYB5Ac+X3xJtrF3TnORxmZaoOh1oSCJJdSuwmHgV2WLg1sS4iEgmKAWIOXjcv2jX5tqP9Ix2QKM351WANkqPSnVwknU2AUc755Y45/KJJ6M2DN3JObccqACemOD4RGSCBOuCc4CV0a4VecBfG2vXdKY7JhFQokpEhtG780OXAHj9s33O3xdYcs2dH0/y0MxJVMVXujoD+Osoe14HFA8ZK06Mi4hkgjerXJ/OL306mQOamL51nxXSR/7S1IWVGsG64NpgXbAxWBf0Ere6cDCOzCwKXE28WroeuMfMXnDOfd059/5Bu14K3G1mh+yHJiJZ7d0A0a7j5qNpf5JBlKgSkQNUrtu41sIzawC88CwAnC/8g8p1G5P5otAETKlct3Fo4icdlhLvlzHaleBFYxwXEZk4NeVrT+zrf09ZzAOgpOi1fUkeuavZpkKWnctU5ToxzOx+MzvGzJaZ2TcTY181sw2D9qkxs3Xpi1JEJsDZZv5ur2+eQ4kqySBKVInIUNfhCxcCeP2JRFWgvYjkKoyaErezUxPamJyRuB2xoipYF5wPREbYvG3cIxIRGYua8rVR8/0o7ChcGomfqhZ6HZdQU57UhYNmKvDjZVszdVW5iohMnHd7ffP2gK+D+LRgkYygRJWIDLXI+fqBQYmqvHZI7qr8QKIqE6b/nQ7sA14YbmOwLngmsBnwgP4hm3uA9SmNTkRkFN1WcEPAefk9zsfsaJRSz2NPwO/vtoIbkji8abdVUEg4a1ZiC9YFfcQrqIaTVZVhIiKZLDHFegdQ6cvfsyiv4rFXGmvXRNMdl8gAJapEZKht+MIAeOGZmDl88URVMhVGA4mqTLiCfzrwJDUdBy2pHawLXgH8nngiaxXwSWArYInby7Xqn4ikWxH9MwB6fI5iM+ZEo+wK+N8cH0XXHiuPltBXnujZl9GCdcEpwC8PsYuqXEVExsGgKdbzAZy/z1cw+4HjNcVaMkkg3QGISMZZ73x9PwbyLFaMRcvw5bVHSa7CKDMqqmrKi4G3AP82eDhYF8wH/hP4DPAA8JFQdaiNeNWVElMiklF22nQWuBZ6nI9iz5gbjdEUCMTHRzm2sXaNffsr93Xkudh0oBxon4CQD0uwLrgcuA84CrgDuJgDp/+pylVEZPwcNMXaOS8/Ma7Pw5IRVFElIgdorF1z5ymFj78I8HzeZ1gRa2Ne0d93NdauSeYXVzPxqXTpnvp3MhD40szp+YNWjtoOhIgnqa4H3pdIUomIZKQbYhft7bZ8en2OYvOYG42yMxDghthFe5M5vp3SlsTdTKhyHVawLvgB4ElgGnB2qDpUDVyOqlxFRFJFCwlJxlNFlYgcqKZ87alTpx73vJVRjLEo2kdPgbeAmvK11HQc8otCY+2aWOW6jXtIf6LqjI0lxTxQUnwVUJQYGyhA+M9QdUhX5kUk4/0s9q7P9eFuj7oHC4o9IxoroMPv4+fuxC99O4njW6ysCTgGmAfUpzbasUn0o/oacA3xBr4fClWHtgMkklJKTImIpMZ2hk9KaYq1ZAxVVInIUNf1+/AXm+GAubEYu/1+Z8mvuNRE+hNVp3932tQozhUNs+3CCY9GROQwNNauuXNj4Oh/Atgbm8nN/ZftBSg9uvaJZI5vtoqBLx3zUhTimCSa9zYG64Ie8R6B1wA/As4aSFKJiEjK/X3ogJkLoynWkkFUUSUyjhJNCK8jfpViG7A+C6crLOr1+Sj2PADmRqP0+3y0+3yLKpI7Pr2JqnjT4DOa/f6Rzm8qaxaRrFFc+YOHARzWVDjvF5cAjxE/jzWMduw2m/U6QL/lLSxIaZSjG9S8d6AvShEQBh4NVYf60haYiMgkEqwLnmLGmljPkpgvr83v8tqxyFT696y2aOdJ6Q5P5E1KVImMk2E+hC8Gbg3WBcmyZNW2HucWF5sBMCcaXzRve16gaQyJqhUpii0Zi4A5JWat3c5NG2a7yppFJoEcuXCAr3vpYit7Bc8CeyA6cP5KKuG+l6nbuqyIMIGj0p2oYpjmvYCa94qITJDEokL/bbFSr3dHtR+vcPDmAnQ+lgyiqX8i42e4D+HFJD9lLlOs73J+ir2BRFUUgAdKiu9K8vgmYE7luo3pWg79dICV/eHvANEh27RylMgkMOjCwWLAsf/CQdYtvT2vP/9kAA/fNmAn8QUrkq0M3dVsU4nhz4RKUjXvFRFJr38Bgn27LvINSVIN0PlYMoYSVSLjJyc+hFf23XnP827em1P/5kRjrQA/LZ+yNcmnaALygCQLsMbd6UBvntkPgAjQjVaOEplscuXCAdO98PEAuNhLoepQFHiD5H+vNO22Cnx4mdCjaqQeVKpyFRFJsWBdMAh8xczdHdu3YqTp1jofS8bIiUSVc+4859xLzrktzrl1w2wvcM79T2L735xzlYnxSudcr3Pu2cTPzRMdu+SUkU7u2XbSX9Diiig0PIAKz7sZ6AMWJnl8U+I2XX2qzgA2/6W46CLiPVDOC1WHfKHqUKWSVCKTRk5cOAAotsgyAH+g69nE0DbGkqiignwiM1MS3NjcM8yYqlxFRFIsWBcMALeb0d796pf62d8jcDCdjyWjZH2iyjnnB24CzifeF+cy59zQ/jifAtrM7Cjge8C3Bm171cxOSPxcOSFBS066qLPrNy7R12lAoedxUWfXb9IU0uFa6nz9lHoxH4AvvrT5SMvYDmcgUTU3FcEdUk15AXAi8ARwOfHl2P8y4XGISLrlyoUDClx4HsDevMhLiaGxJKqam62CYvqnJhaaSKflQDvx+FXlKiIycb4ArAq3vOt3FqmoBmqBTxA/D795Pm6sXaPzsWSMXGimfiqwxcxeA3DO3U18+fkXB+1zIVCTuP9z4EbnXLo/sEmO+V/tnRf+sqyUfM8j7PMxLRrjS61trOnueS9wdbrjG4NlPl8/xfuTbkczxiv4idt0VFSdBOT/vKxkJ/EpgF8MVYdslGNkHDnnzgNuAPzAbWZWO2R7AXAHcDLQAvyDmTUmKl3rgYEv43/VxQM5AuuB24hfNR6QlVeL813/NIA/FhcNJNm2AR8K1gV9oeqQd6hjG2vXRK7/yq/3BZxXCkwF2lIb7fCCdcGFwAXA9aHq0DXpiEFEZDIK1gWPAb7uhac/E96z+h+AnwLrG2vXGGqcLhks6yuqgPkc2PdgR2Js2H3MLAp0ANMT25Y4555xzv3ROff24V7AOXeFc26zc24zMGNco5ec8Yfiovk4x8279wBwRUcHa7p7IPummizFFx5opt4BHI3ZWBJVuxK36UhUnQ7wvYqpxxEvab4jDTFMWqpwlUyRqNL51aChLrK0eifg+koB+n2+fYmhbcRXy5uVzPFtlLYm7qazT9UniTe1/+80xiAiMqkE64I+4DYzX6xn6xVBcI8Cn0okqUQyWi4kqo7ELmCRmZ0I/DNwp3NuytCdzOwWM1tlZquAvRMdpGSH+0tL+peGI6zq66cs5vF6Xt7ApiybamLL8IUpNg/gKaB4RsxrA+YG64J5hz4WgE7iPa3Skqjqc25bp9//IeDeUHVI/18n1psVrmYWBgYqXAe7EKhL3P85cLYqXCVFjgY2AZuBJ7IxSVW5bmNJnq8vkJhW3pMYHvidktTFgxabMlDlmpZEVbAu6Ac+DTwcqg69no4YREQmqSuBt/c3fSBg0fIXgA811q4Z2ptKJCPlQqLqDQ5s8rwgMTbsPs65AFAOtJhZv5m1AJjZU8CrxPvxiIxJsC4465mC/IJzuns8ByyJRGiMJ6qyb6qJiyzD2UBF1WaA5eFwjPjV8KHVigdJXKVpIj2JqjPumlK6k/iKg7em4fUnu5RXuIKqXGV0wbrgEuLTS38GNBDvj5SNlgR8veQZsUHT/AYSVYuTeYJmq9iRuJuuiqrziH82uyVNry8iMmkE64Jrg3XBxmBd0DPjxljfzGik/ZTdwAWNtWs60x2fSLJyIVG1CTjaObfEOZcPXApsGLLPBqA6cf9i4HdmZs65mYmpKjjnlhK/+vraBMUtueUDOOfe3dPbBMQqIxFezcvzgMup6ciqq/jOF14KUBSvqNoMcGJf/0Al1Vj6VE1soqqmfD6w8O6yshnE/x//fkJfX45UUhWuoCpXScrFidufE+97tihYFyxJYzyHpZjeo/GFCdgBqzONqaJqm81qBDBLwwIXcZcDu4Ffp+n1RUQmhWBdcK2Z+xHxCxnOOZwvvy1QtPi/vt9Yu2ZnuuMTGYusT1QlrshfDTxEvBHvPWb2gnPu68659yd2+29gunNuC/EvQOsS42cBf3fOPUv8w+yVZtaKyNhd7Dd7bUU4PA/42uJINLo34PcFlyzKqg/mles2VuALTwUGKqpeAPpP7O8fSBgsHOnYIdJRUXV6YyDAzrzAUcBtozUZlpRQhatkikuAzYmpZg2Jsaz793Ss235ir8/hh+5Bwx3Ee24llajqoHRHpxXTQ8GSlAR5CMG64HzgvcDtoepQZKJfX0RkMjEv/wbnLH/wmPNF8Rc2fTldMYkcrlxY9Q8zux+4f8jYVwfd7yP+oXXocb8AfpHyACWnBeuC04F3n9jXf7+DpcBvZsdiHwOOIv7F6Km0Bjg2S50vfuG+xPMgvpT4lqr+8OzE9rFUVL1tzK9eU74WuC7xOtuA9WOoSDv951NKY5iBcz8e82vLeHizwpV4QupSYO2QfQYqXJ9gSIUr0GpmMVW4ypEI1gUrgVPYf1FqIFF1LPBMOmI6XHNd68oenw+wjoGxUHXIgnXBMS1wsdsqmOE6KtNQUvYJEiuATvxLi4hMMi48fDuEkcZFMljWV1SJZIALAf/l7Z15xKc3PDcvGn0awJllW1+UZfj6ASi2N1f9e7nUbBnQwtgSVTMq121Mpvl6XDxJdSuJcuXE7a2J8VH1O864t7TEcO7XoerQrtGPkPGmClfJEB9K3P4scbsF8MjCPlUzXMeyHueIOdqHbBpLoqppt03FYaP2GBxPg5qoPxqqDinpLCKSYhaZOqZxkUymRJWkVk35WmrKG6kp9xK3SSUdsszFmL1+Rl/fKcBD1HR4x4bDf/KbMSsWOy3dwY3RmxVVxZ55xJvBvwIsw2xMX4wSt0ktn55wHVA8ZKw4MX5oNeX5fyguPqXT7w+gJuppZWb3m9kxZrbMzL6ZGPuqmW1I3O8zs0vM7CgzO9XMXkuM/8LMVprZCWZ2kpll1bRZySiXAE8PJEdC1aE+4HWyMFFVwb75PT5H2LmhSduxJaqoII/o7NF3HVfvIX7BQU3UM5Bz7jzn3EvOuS3OuXUj7PNh59yLzrkXnHNZ1W9TZDKKdB63b+iYeXn07z1b/Twl6yhRJalzhBUy2SBYF6wAzqmMRP/s4iuXPQgwxbNN86NR8s1OTm+EY7bU+Xo7AArN66amw4CXgbxSs72MrUcVjK1P1aKNJcWsXjCP4ysXsnrBPDaWFENyX8aO/2VpSX6h5+0lXs0jIpNQsC64CDiN/dVUA14iyxJVles2+qe5rmn7nM+izg1XUTUjWBccmtwfzq49VkEhkQpqyl0KQh3JFcAe4FcT+JqShMRCQjcB5wMrgMuccyuG7HM08C/AmWa2Evj8hAcqIkk76vqa2XlTXijyoiV4kXLMwAtPpW/XB/ujHad8Lt3xiYxVTvSokox13caS4uIbKqbSFPAzJxrjc23txWu6e64DcuXK3PuAvCvbO3oBAx5JjIcWR6LWkJ93VPpCOyzLXGDfHqC80GxgCdtXAOZEoz1b8vPHWlGV9CpT95SU7/v2jLKyPl88f74rL0DNjGl0k7fvw6Mc+2RhwQVPFBUyIxb7yaZPvBBL9jVFJOcMXu1vsAbgXcG6oC+LFlpYMMe1+vb5/DFg6FXygZX/FhJPwh1K5x4rj/idlwdMIz6NOymV6zYe1DewsXbNqL+/g3XBucD7ge+EqkPh0faXCXcqsGWgotU5dzfxNgYvDtrncuAmM2sDMLPmCY9SRJJSuW6jK5y79fe+/DZ/X9OFd0TazngHYzxvi2QaJaokZX5TUrzoazOmMTTxYLDovWmObRxdDGw/v7vnOGAzNR3x0tqajt45369s/WtR4Yws+2K01AW6mgGKvTcTVS8DLA1H2JKfXx6sC5aHqkMdIz5D3ECPqKQrqr5dMbukz9d3wFifz8e3K2aXjJao+nVpySUAewKBG5J9PZHJJlgXPCjpEKoO5dqH14uBZ0PVoS1DxhuAIuKJna0THtXhWTbXtdDjcxBf5W+wgUTVIkZJVDXWrrEvrH+sjfhU7HkkmaiqXLdxbWDK07cXzHy4wOW1Y5Gpi/v3rL69ch0k8aVHTdQz23xg+6DHO4hXIg52DIBz7i/E/y5rzOzBoU/knLuCePUcgBo2i6RBoCz0tUD501Wx3oVPv/Llb1SnOx6R8aCpf5Iy35s21RtIUg3o8/n43rSp2ZK0OaRgXXAKcG6x5/3aB6eTmPY3YHrMeyXinI/k+4ikVeW6jfnAIl+gsxOgxPMGpprsBvYtD0cKEo+Tmf63O3GbdKKqN9A37Pmob4TxAcG6YOCxoqKqleHw7lB1KFu+gIpMqESS6qCp2InxnBCsCy4EzuDgaX+wf+W/bJr+t2yOa6HP4WPkiqqkfr+0MGWgGmZesi8eKN90Q+Hcewt8+e04B778dgrn3lsQKN90yAsCwbqgj3g1zu9C1aFXkn09yTgB4quvvhO4DLjVOXdQR2Yzu8XMVpnZKkB9cEQmWOW/3Hti/rQ/X4OXF3F5LeenOx6R8aJElaRMs98/7L+vkcaz0HuB/CvaO3cS/780JFEV2wxwdDicLQ3VFwE+F+joBig2iyeqEn2qlofDFYn9Rk1UNdau6QfaGEOiyqJThp2yV+p5tH69YsRV1ZeFI5e2BPz+t/b0HXSlV0TedPiLFWSPgdX+hk77gyxMVJXQe0y5rxNzznFwouoN4tPNk0pU7bGpbyTuJj0du2DGb2c4X+SAMeeLUDDjt6NVzZwDVKIm6pnsDQ78Xb4gMTbYDmCDmUXM7HXi1dVHT1B8IpKEynUby/KmbnrAX7zVmVf0xRc+9TdN0ZWckSsJA8lEzm0b03j2uRjY+fGOzqVAO/Dk4I2LItHfAUyPee+c+NAOy1IAl9fZV+h55ofB0/teWRaODCSdxtKnKulEVXTfsTfnDa21M8c+v48r58x6NlgXnDbccT0+99np0Rj/2Nl1e7KvJTIJjfT/NisqPpN0CfD3UHXo5WG27SWePM+aRFWl272ix735Me2ARFWoOhQBdpLk398OmzlQbZp0RZXLG9q//dDjg1xOfHrhfcm+lky4TcDRzrklzrl84FJgw5B97iNeTYVzbgbxqYCvTWSQIjKyynUbnctr+XHBzEdmW7T4WV9e+43pjklkPClRJam03m82dKwHWJ+GWMZVsC5YCpyP2S/8cB7wCDUd0cH7HN/f/4cpsRhROCE9UY7ZMgBfoCtSbGZA56BtL8+OxRZiFiVFiaqXPn/71R9t7+0H4iuVRMq9cPvJN/1jR+cTr+TnHZVn9kKwLvjWwccE64Lzmvz+U96/r9ur8LxNyb6WyCQ00gWCnLhwEKwLzgfeyvDT/ghVh4x4VVXWJKpmubajun1vLtI3tEcVxP/ukjofd1G8o91KiJpvQdIBWP7w07jM3x2sCw67emCwLjgb+ADw41B1qD/p15IJZfHf5VcTXyW3HrjHzF5wzn3dOff+xG4PAS3OuReB3wP/x8ySbsQvIin3qYKZD1+Erz/mAj2XJn7PieQMJaokZUKvb3todjSGzyyKGUWeR8DsMznSvPcCoPCC7p6niV+hfmjoDqXXtrctiMb6u3y+pRMe3eFZCvTh6/WXeJ7jwETVK37wBaCZFCWqqCkvWxnZVwDQ8/pn6d7yL//00ud/dPWXW9vf++Ndu1unxWIVmP0pWBdcF6wLrg3WBRuBN8w5V2DeDmo6epN+LZHJZz0w9P9ITlw4SBiY9jdsoiqhATh2AmI5YpXrNroZrmPBSBVVCUknqoCm3VZBH/lLkg7CRT5ndmA+ygzP+WIlwH3BuuD0YY76OPHeRrcm/TqSFmZ2v5kdY2bLzOybibGvmtmGxH0zs382sxVmFjSzu9MbsYgMqFy3MegveemmvPLnAL4Rqg6NtvqrSNZRokpSZlsgcLkiDWIAACAASURBVObugJ9jw5G7F0ajT5Z5Hpsat+dKY9WLgd3/uqdlZuLxQYkqgOmxWNNev3+4D/OZaBnwug8rK/HMceDUv5cBpnheG8k1U4exJqrg+Nfy8wDwwjOjxFclgpqO1rf0hz97745dBUdHIs8B1wM/Id4MGoDbppbPy6Wm0CLjLXGBYHAT7Chw+bAXDmrK11JT3khNuZe4zYb/W5cAoVE+rDcAc4N1wfIJiulIVMyivbhnf0XVSImqhYnm5aNp2m0VGC7piqp9Ddc/bdFSzMsjURy91Tk+CnweOB94NlgXfPvA/oOaqP9RX5pERMZX5bqNayvXbWysXLfRw4WfKpxzX8DM96pzdn26YxNJBSWqJGWeKCp8f8w5Ony+X4Wdu6s5EOCx4qKPpDuuIxWsCxYDa4Bf5sO5wPPUdOwYbt8pnvdyS8Dv//5/LJo/oUEenqXAawEoLzYPhlRUAcyJRvsZW0VVSeW6jaXJ7LzLpr399bw8fLH8Dix/FwOJqri7yswe/cUbTUc5szaGnLuizgXIrabQIqkQBjzgK8SrXv520B7xpNRBqwNmcrIqWBecB5zJ8E3UBxtoqJ4NVVXL5rkW2l1eT+LxSImqAmDmMNuG2rWHqQSIzU46Al/vGS7QTaT9lN37Gmr/H3vnHR9JXf//52fKbvom13N1Lzk6e4CUgwNBAWkBQQSVUwxIEUGw8P3qiqILFiJiQX+I0lfxpAnCl6UKIiJSBW/hetnrd7kkd5tL3Z2Zz++PmU02m23JJVfn+XjkMcnMZ2Y+M7v5zHxe77Yq2hj1Rxuj86ON0duxqyv2AK8EwoEbA+HA57FzZtUDh7iGAxcXF5eRwx+MDHg2e8a9rCuerUpiyyl/dsOsXfZWXKHKZdRYpWvHAWzQtZc3a9pjAO97vWft2l6NCGcAZbWG8TTwUTKq/aXjkfItACnYrcvF+oMRgS1UrVAkVaWWhHShKhRvA1pnJA0FmBoIB9QiDrvJWRblVdUhSz+2TPdiSn0xdvWhfqHKrjz4FQFeCTU5DrE3JYV2cRkN5gILgEecv7ONS3tidcDzsUW1fGF/ACkvnz0hT1V9rWilTVXbnL9zCVVQ3Ni3abOswUNyDCFfUe9+asmGU4WwkGbpu8AU5zkBQLQx+i7wEWA+cDPwByAlgo0D7nbFKhcXF5cR4yda1Xtl5fVNVBwYxDP2FYxOP4nWUy7e1R1zcRktXKHKZdSI6XrdBMNojzZG26KN0XUTDKNlgddTR8iXOQka4M7qLHfnF9wLgJYn1m3UAA95hKoeIV4A6BLixJ3Ut+EyDqgEVoKsLLPjPOIZbZbVJ5JlgE7/hCQfQxKqSkRPYLWugdL7NplCFUAovhz4Ya1h5jrEXpEU2sVlNHDE5WOB16ON0eXYXpLZDAd7YnXAC4EPo43RRQXarcQOedwThKq6WtHKVlWkEprnSqYOxX02zZtlDaqQKlBUOLrQt84BsJJjF2I/68alb482RrdHG6MXY1f4y3yf3N3FTRcXF5c9Bq3qvekltY+jeLYhBAgBaul6tKr3dudns4vLDuEKVS6jQs9N1ZMXej0lE0yzb+Iw1rT+/n6JVyzT9dPS22a6szrLu3dHsSoQDpQC5wBPlEt5GnYy4tdytf/A63lDlZLtijJ7Z/VxmKQSvq+UiIoya1DoH8DSWclkaoJTTJ6qjc6ytmDLkE8ztY5JCQWEYnxANqHK5mdXbouv91pWZmWTvSkptIvLaHAoUAG87vz9DPBxZ0xLZ4+qDhgIB2qxPVsLeVMRbYwmgeXsGUJV/RTRKts0kTIY7JBHVaypIdEqq1Ji1+RC7f3BSImix/0AZpf/fWd1rhD2MTnWuxMoFxcXlxHAO+FZSyjJAeuEksQ74VlrF3XJxWXUcYUql1HhpbLST25VVcot+ffUuq2qcp8hBP8sK/liRvM9KdTkNOzJ3mPY+an+TiieMzb8mcsXJ8aZZlebqvp3Uv+GS72zXGEJysoyQ/9slk1LGimhqqhQE2dZ0KMqKdX91nv6ylstwhaqKv3BSNWAhqF44oKOznk3tbSJSYYhhZRMMgzr/Pbt9+8l1SRdXEaLuc4yXagqAT6W3ugJ4/jnZIYM3CN1/mx87OlR7t9w+RS2gaNQfqoUe0Tlv0o6968SXaJFVfPlqNoKdFKkINRG5Rbn18LGAzhc8WxRpaW3yOSY5c66XInY9yhx08XFxWV3IlXJOhAOWM5ynrNeC4QDcwPhwA+E1p415YbQ2t25vMtei/vldhkVlng8ZwJsUdW+ycMmTXupxLLMxR7PRzOa70mhJhcAW59bu34NMIs8YX8pqk1rw2ZN9RHyeUe9d8Mn5VG1yoRSJ5l6Zujf0kmmkfq9mM+mFTApQqhaKGecvlLXU3+mclRBdgv+1IbOLuPFtRvEgthaXly7Qbmpdeulu3OyZxeX3YC52OJxzPn7VWxPxAHhf4vk9AuFgGbpw5IgJbxlHcB3jCvP3rndLZoLgUXRxuiHRbZfDOwXCAe0UezTDjNZtM4C2KKqPYDE/qwGEG2MSmwxqKhnZbOs3pA6fBHNj1E8WwA+JP94DLY3a2b/XC9XFxcXlwI4olRmVMn9gXDgbez36H8BP8AuhjIIIVyDgMveiytUuYwK63TtiDLLslZ69PdS66KN0eSMpLH0PyXecZ03VafnyNiW4zC7zeDrWDtWA18A9D9WVX7b2VRQqPJKuWiNprFdiMCodnLHqAM2VB4UNKUQankOj6pKS6JK2U1xoSYWsJkihKoE2snLdQ9IEQe2kH9i9BPsimXp7K4eeC4uuwtzsfNTSYBoY7QHeBk4KxAO2EmyQz7tC+rfxrxj7c8xvXdS1zufJ625HK6sxEtitzMcBMKBicCJFBH2l8YS7Dx7M0elUyOAPxgpmSC2TQRoUdUk0JH63LJQtFC1Xo5LPVOLEKqsOYq3WQol+T62wGmRQ6hyvFmvAFZji2qrgStcL1cXFxeXgmSLKvEAhwMPA58Bxie3HvsHaemZ+7oGAZe9Gleochl5Qj6xUtcmT08aG6KN0QGx09WW9eRmTePZ8rJGAH8wcgRQhe15k043u8ngm2btSE0GKh6tqrz48YryzU6C77z0CPFGr6KwoMR7yqh2dMeox040XAHgeFQNEqoE4LOsdorLUQX2BKegUFVB9+yFejkS+aEzIVvnbMo2MdqTPPBcXHY5gXBgErYY/XrGpmec9fs7f58/XdnC3UZDX4OHzJOpEl18Sn2tdad0dmicj/0eMxSharGz3J3zVPkni1YB0KYqFtnD/lIULVR1U7J+q6xAysJCldC3zhVKUgCLYk0NBvZYniv0j2hjdH60MeqPNkYVZ+mKVC4uLi6FyTV+q9HG6JXRxuij0cZoa+/m8w7q3XT2Bildg4DLvoMrVLmMOH8vKw2s1HV1vGm+l7ltvab+HmCR13OhPxgpA/6E7XVzNf3WWIBnY00Nu8vgO8jakRBC/cWY6kHVC7OxyqP/E2C9ph0/Cn0bKeqwhapKgFJLmthiYT+heAewcZJhJCleFCpKqJoktk5e6xGWEKSS7+fzqHLzobi4DI3jnGWmUPWsszyTkE8A/7NZVm9/0Tqyr8Eb1kHErIny69pfWthNSOXzAH4LJIGhFKtY4ix3Z6GqfrJoRUrkdkURFBaqJmRJip+NTZtkDQm0Gfka+YORsYqnxe/8mT4m5wr9c3FxcXEZHgXfaf3BSD1wfDI+5zcfXOIaBFz2HVyhymXE+cDruVAKQYVlPZu57dnLF8emJI32JR7PYcCtwEFAY6yp4a5YU4M/1tSgAH8FPu4PRip3ctdzkVWUiStKRTE7J4VYDLBFVQ8dyU6NFP5gpAR7ArICx6PKK2U3oXi2UJOl05OGzggKVcu/f9BURe3SO1Wp4Hg7xJoaurETBWebGLn5UFxchsZc7PwW/0lfGW2MxrCFiLOwQ+iO/o3xqVIL5R36DAfCiljHrp8kth5IyLfLk5Bn5PMAO4zv7lTy2UJEG6NbsY0ju/xa8lBXSysWotkSopzCQhXk8XZKY9MWWY2JUqjt0Yq3OfW7K1S5uLi4jB43MDiqJPOd9ovYhvwHd1anXFx2B1yhymXEWa9pHxdSsl1RHsm2fXoy+faHXk/pFHXdNcAvY00Nf8tocgtQA3x5tPtaJFmtHaI/PK0QLSWW1duiqtMI+VQAfzAyzx+MxPzBiOUsd2UicD92Ase+0D+vlJ052i7zJ40KYHyxFnxgoj8YyTnWLJbTzl2l96WcWpS2KfvEKBTPmg/FWe/i4jKYucC70cZotgqlzwAntQn1O9tkufmYeWILcGaa4eCHDxinT5USA7hsZ3Y6ByNRJXYxu7lH1RTRYirIGPaYXIxQVYzxYONmWYOCLFT1b47iaUZK2qKN0VSlwHUUJ4a5uLi4uBTPU9g5ALeTJaTPeX/+IvBSrKmh2HmHi8tegStUuYw46zXtoGmG0X3nV5ZnzWmiJqqfNITgoMqXWsniBRNrangL+BtwvePts6u5gYwwOI8lLSlEsJido41RWWnJtat1TQNmOaJUZoWPu3ehWJWq+NcnVJVImWtitHS6kSx3fi/Kgg+owNhcDTTMUzIq/qXIbcEPxecTivsJxRVn6YpULi5ZCIQDXuBIBof9pXgG8Py31HP6/cYZag/eL8aaGtLD/H69heqOd+T+m4BLCPk8o93nAoxEjrolpAlVu5nhAKB+mmg2hGAtdjj29jxthyJUbdpMDR6SYwn58r3/HaOWbOgSgoVp69YDPn8wUp5rJxcXFxeXIdOA7Rl8do6QvuOxDcp/2BWdc3HZlbhClcuI8ujPp2jLPfqYaUljZbbt/mBEPLfpe6eXWRK96r9dsaaGnhyH+gl2yNglo9XXYnEeGL8GQEpZmzSY1779oaHFhsuFMdtr6COMjEfASFLvLPtC/0qkzEyknmLZJKPPQ7moiZGzzBn+Vy06D4vqVVJKeoFY2iY31MTFZcc5AvCSW6h6zWNJ85XSMv5qHX9nrKnhxfSNsaaGNuDOO4zzJgPjgXNGt7sFGYkcdYuBsYFwYNxuaDhAIOsmiq0asJbCHlXrsa3wxQlVsgZFoGB/loPwByMCmKN4tqgMNhyAOya7uLi4jCQXYIej/yvH9kagE3h8p/XIxWU3wRWqXEaUNZp2ZoeiMN40/52jyZel1Bvqe8S2pV5lyvM/q831HXwFeBP4tj8Y0XK0yUkq2W4gHLCc5Y5OOtYA/GHj5v95Yd0Grt+6rWkoO29T1Te3aBpbVGUOu1/Vujrsh2Azqap/lhXP0XbpJMNI/V5UqImzzBlqMom2KYs83oQQLI02RtPj9Ndjhw0O+fN3cXHpY66zzDomX7Xs8APmdveofyutstZonm/kOMYvXrUCya2yohM77HaXcX779qdLrAHFZCmxLM5v3/70EA6TXvlvtzIc+IMRxUdHnVcYKkUIVU445yaKG4+3tUhf0vk915g8U6idY4Wa8DIwFDsVcuKG/7m4uLiMAIFwoBw7R+TjGe+/APiDkVLgM8BjsaaGXCk5XFz2Wlyhal8h5JtHyBcj5LOc5ahYi1tV9TyAcab5ROY2fzByIPAL4IUZZudfmzVN+dDjOS/bcWJNDRJ7ouAHPjeUPmQk2+2zkO+gWFUP9MzuTRwLbAA+GMrOSSEWAqzQ9ePY/arW1QMrnXvuCFVyW462KycapkRKGAGPqh9+95oJ00Szd60Hi4GTIrCFKiXXvi4uLkUxF1gVbYxuzNzgD0aUGjqeOLGrm3bdVCpm3Tor2wFiTQ2bLNR7/mCeViolpxHy5a0aN5rc1Lr17B+0tCGkBCmpTRqEWtq4qXXr2UM4TEqoOoDdz3BQWyvaUiHvxXhUgf3sKNjfWFODbJVVqZD8yTmazVE8gxKpg+tR5eLi4jLSnIltGHk0x/bzsMO/wzutRy4uuxGuULUvYItSg4Sb0RCrtmjqsVWmydzunufT1/uDEQ/wJ+xKFpfUmsZvATZq6iV5Dvc0tiD0nXzJuLMwGhbyOqRcqcKpwPM5KuLlYzHARk07WGDdl2X7rqxaV4ednwocoarSsrLmFyMU7/HA6irL6gamFXHsvEJVteg431Ak7apVwsAwE3AnRi4uO0QgHBDY+S2yhv1NpO2bZ6lv1td2VX3orDorz+FufcQ4yZL2M+RLQ+zHSHq4Tj+2pwcpBN9p3coL6zbQ0NkFMIOQr1CS8BRrgF5sj6rdznBQK+zh1xhhoQqgmeqUYJlLqDpG8W5OOL+7QpWLi4vL6HEBsAX4Z47tX8Qe3/+x03rk4rIb4QpV+wY/iZSXlZ02dTKz/dM4bepkIuVloxLasE7TZs5KJtuODjab0J+kFntS8BEgHGtq2Hjd19a8PTOR7F2t63NzHSvW1GBhVwA8GPjkELox4hZyn2keeXx3Tz12NcJzhiHyrRRSWmt1rcIvNp+KnRx3bdr2G2NNDTs9IbiTj2SQUFVlWW15dls2yTQtirPgd2CHFWYXqug4dbWmg0CQ3aMK3FATF5fhMgP7f2+QUOUPRgJnqW/dUi06OdbcdAWwgDxCVaypYc16xv/xn9Zsy5Ti8lQF00KMgofrmrWaHQ08rT8MOcVKQr5fFhKsnBCLpdhC1Q1A5oG62YWGg8mOUPVOiXcLdjGKfMnUwRGqHGEyLxvl2NRzJ6dHlVq6tgXbeNIn1jlhJ9twx2MXFxeXHcapnH028ES0MTroYeYPRiYDpwF/dOZDLi77HK5QtQ/wdFnZjNC4MWzUNaQQbNQ1QuPG8HRZ2YiGNnzx9/tNXKdrpdOSxkKwRSr6Jygprkolqd0vkVi4zKOP/dLv9huT57CPYIsoNziiSjE051g/LAu5GfLNSwgxbWYy6XVWjWOIHmnRxmjCK+X6mK5TLzZ8FAjFmhqmY08WTGDCcPo2AkwCSrETqaNJ6Su1LHTIlaMKYOm0pOFFymK/P5vIIVSNE+2HL9TLUt5prkeVyz7BKOTQy0XKEPA6DKxup2K+e5n2jJKQ6lvaTVv/DTwLnBAIB6ryHK/pIfPjqEJOBk4vsg8j7eF6w2pdTwBMS/a923cB3wD+DFyLLVj9gpDvK3lC3hdjC1XvYL8LpUqDA8zfFYYDh/rJokVKiXHj+LGpnCTFeFSVYD+b8tKLZ0ObrJRkyVHlD0Z04CNKyfoEsCTaGLXS0wa84b2m/DL1mTlDvB4XFxcXl8GcDpQDj+XYPg/72fTHndYjF5fdDFeo2ge4fUwNPcrAj7pHUfjlmDHFCj9FMc60LgSYbJgvO6vyTlBmJo0nDCGoMc2rch0z1tRgAD8FjgZOKZRrKxAOnAyMoX/CkWLYoXWtqtrUrShMHWi9H/JEKylEdJWucYSyfDtwJ0CsqWEjdnn4xl2UNLzOWa4E8Eg5ptTOP5VPqFo2xTA0irTgk0eomixapr3vqerC/ryWZmxuAZK4QpXLXkQgHJgnpbifNA8jKcX9oyRWzcUWOT7IrG53hvK2PlW0KA+an3jNafsMoGGHN2cl1tSw9GXriL+0yCrZK/WvFNmHkfVwDcXnP19e9jchJVPsMXk1cAWh+K8Ixb+ELT49DHwd+C25Q94XA3WIxA/PU/6ZXOH9fHyVdx5veq9Ofl598WPD6tvIUO8Xm7uEYP0mTUs9P4sRqqD4yn/CkiLbuDob8CqetgpgUWbagEliq/6/2sMfGa0cly4uLi77EBcCrdjFowbgGOYbgTdiTQ1LdnK/XFx2G1yham8n5Dt1s5b9Y27OsX64dApxhiIlh/f0ppIC5p2gHN/d/btyy6JNVT9d4NBhYOMX1ed/RZ5cW4Fw4CTg/7AFj68AW5391wJXRBujw7KQb9DUqTDAej/gOool0Tula7Wmc6ry9spYU0N32qZ7sYWcMwftNPpJ8Oud5QoAXcrqMruiVnuefZbWGiYIUYotChYiq1B1ePChyfVig2eJR+0CVkcbo13p2x1X5/W4QpXLXoS0PLcLIT3p64SQHml5bh+F080F3nTCCtIMB5IrtadZaU3iR8bnU+Pvv7EF6nx5qujF86PHzBOFhnEWIV8xhQ5yid7DzgG1Ste9k0wTHU4lFPcTiveP7aH4ckLxS+ivOJpOGfYz47aL4+0zAGVeyaOf+Zl+l6oKOVUIxESxTf+u9qf6N26c8+3h9m8HqZsumpPY96fCWTfSQhVJ1Gxtj0H0IpTEOOxQ7EHGphKRVNhFFRFdRhYhxBlCiCVCiOVCiGCW7ZcIIbYIId53fi7fFf10cdnbCIQDJcA5wF+jjdFkliaHA4cCf9ipHXNx2c1whaq9mZCvxoQHtBxpvy2jalAp1B1hi6YeMSuRNOf29KQS8+ZNUnvEd7Zsmd3bu3WlRz80n2dOrKmhF7jtSjVyCDk8tALhwAlABNu6fkq0Mfp77CSEAJ8drkgFsELXW4FMj6q+6ygGfzAikvEjjk4qAo+neXzG5meAzcBlA9YOJQn+8AWtOmxvptXYJ/GVWRLyC1XLavvvRbGV/wZNaE9UFpxTIXpY55XZKv6lcIUql70KIRJZw7NyrR8ugXCgAjiM/vxUff+rc8RiDlNWcq95FpYjWDgvyy8AZxYYjxc8bR77siqksl2WXlGgD98CqrHDm9PZoeIRhqDOMRx8mKdZrjxVZcDVDR2dXwQ4ufRldGEO8GYtEwkOUNZ9d7j920Hqa0WrSn8idSguRxUUNx5v3CxrEMhsOaqOUbzNKQPP4lzHk3KXVUR0GSGEECpwB7aB7GDgIiHEwVmaPiylPNz5uWendtLFZe/lE9jV/HKF/TUCCWzvYBeXfRZXqNq7ueOu6qrapCKQ1sC8tyWWxQHt1X8ZqRMFwgF1raZNqksmN6RVxLs1S9MBE5T9Esk32lTVc1Bv4ugCp7hrsmjJuuF9r2eGKuWLQsr1wMnRxuhmQr55T6zb8DuA77e0PbUjnkjPVZS/AqTCTLJeRxGca3VPmwGwTtcmE/KNTW2INTUksa0mZ/uDkXRBJ1fo5K2EfP0eGTtW1bEOWOeIgQioLCsc+hebaJipiWexQlWNPxjxpq+cLpo/YQFx1apmcH6qFK5Q5bJXMdbMnhN1gjHiuVKPwX7Gp4SqNZ9UXuM1z3U85PkhphT0SA0GCu7PYufNm53vwB/IuhvetA7EQLmOkC+rqBUIB/4HO2z7IeASHDEcW3QZtocrQIeiTKo1jF5sgT8XuQwJq4HyH/Ze9imAlbqetZGPjkp/MFIy3D4OB38wUiWwxlXTUYYtVFU6mwp5VLViJ4CfUaAdwKbNVKNjjs2SEH+OWrY65vy+yDnuIEyU9dnWu+xRHAMsl1KulFImsP9Pz93FfXJx2Ve4ALs4xcuZG5xcgfOA/4s1NeQrbOTistfjClV7KyHfRW+WeC+6s7paJOOH07vl9LetZJUpHQnp5I4EP922asSSos5IJo/qURRlmmH8J221z1luoN9r54r0JLVH9PSGASot68v5jh8rmZcwUQa5NC3werhq0gSmGkbJi2s3TIuuWvMbQr7fAPfMSBpTNCnZqKlDTn6ezhulJV1Vptnlte9d33UMCDfJgz8YUYAfWomxKwBW2ROjwzOa3Ydd3enitHW5RKApQA8h31pCvteAuxh+suJ6nLA/AAmVBUP/QnFjgmnECvQxnU3OcmL6ykmi7Yh1qo4UwksBj6ohJNJ3cdltCYQDJbq0QA50c/VYFl9vG/H30VQi9TcAbtHuerpJv4epSgtCgCokP9If4BbtrqfT9nnOWeYN/4s1Nbz5nHnMhzWic1yz9H0ic3sgHPgm8DPsYhgXRxujD0Ybo37gXeDfOyJSBcKByk5FKR1jWhvTjCLZuAHboJCObWAIxeUbvSdeayWrrCUeT2eWfdkgxwGcN9x+DpO6cbSjCpnpUZVXqIo2RiVO5b8izrGpWdYgBArQ593rD0Z8wIFq2cp2wHxi3cYe7EIbAxTULunhNStwd9FX5LK7MoWBlYfXkd0o9GkhxAIhxGNCiGnZDiSEuFII8Y4Q4h2KSOjv4rIvEwgHvNii8F+jjdFEliZnYI/N4Z3aMReX3RBXqNobCfmmNavKnddPGGeYibFWz6bzFiTbTjzhw8v/pQmBIiVvv1pa0VOnrJ/xo+9e/fuROOV4w/w0wIG9iWegT5y5DHgl1tQwJdbUoMSaGvyZlZRO7ep+alYiIVtUddBkJ+16dOBhXVhaQvYbgD/0ePjyxAkAzd9o23bRRNMMAx8FvgqU6sDUpEHMFoZ2pMpU3RjTasO2WGuDcqIU5rPAodKs/J6QcmtM1wCOSG8Qa2pYjO35cFmaKLMux/FagZuBl7CTjZfnaFfMpKUOJ5E6gAVljkdVvtA/xpnWIl1KCWR9cc0glSumz1vMH4woU0TLtHc91akJWD6PqjL6RU8Xlz0WKbl9k67RGG+nNmkgpERIyYGJBHM69V5n3Bwp5gILo43RbQCfU185p0wMfCcuFQku0l45O/V3tDG6EfgPBYQqgBetI6+PyzJaZPWP09cHwoGvAz8HHgU+n1F2ewlwwDCvBwBVyjqAGsvMLL4wEHuMvgLbsDDAwOAPRk4BTkZqy94p9W4iQ9CSkt5fm5/aAuzsnDz1taLPialoocphNcWN+ZubZXXq9/Twv6MAoZasV5Fyxaxk8n5skeqbQC9AQmobg8nLuST57Xwhly57D/8H+KWUs4EXyTFxllLeJaU8Skp5FHYRFBcXl9ycgv1Omyvs74vAFvoNRy4u+yyuULWbcs3PT3z+lHsOkbMfOFSecs8h8pqfn/h8UTuGfIoB9397/LiKuNCV7vUXS6ySL8SaGhJgW16FoKlDN0oeKxvb+0n19StnBZ+8ZEf726UoHxtjmpzY3ZOyzp+E7a2TP6dBKN49uzexZo2uTQ2EA5WDt/s0YD5w3rPm0eGLSxqsU6ZOZbZ/GhdNnkiP9Mot6y7/0Snf2vQQofhXsC2CfVb2GYaBIwzBcKtMQf3UhFK21Jqi+XvmG05596K87LEY0AAAIABJREFUs5xKfjcBHwCPSCEWLfN4eskQqhzuxZ7EzSXkU8gedtEFXEcoHiIUv4RQ/OP0h9RkkjeHlj8YKccWj/qEKlOIMsejKl/oH0oqT5WUQ/GoSs8ZM+sAZa2+wFOSusZ8HlXghv+57OEEwoEvCMGVx7VV8z9b47ywbgMLYmu5JL6dD7xebhWneoFfjYT3YCAcUIBj6Q/7g9yicub/8DPA3EA4UJPvHOvk+BcWWdM7DxKrj7J+4JMbf+A3Lr39+FeBXwJ/YbBIBXahi+mBcKC06IvJoC6ZPApgjGm9X7BxKD7fMSwoKQODc39/DKwVevzlNlUdbw4UtEwhWPmI+fHfAKf4g5GZw+3rMNgRoaooj6pYU0Nvi/SlDBHpQtUxAEJrH79/MmliG32uIRS/HTssbMP+vX847CnrBHDH472B9QwcE6bS/7wFQErZKqXsdf68BzhyJ/XNxWVv5gJsY/DfMjf4g5ExwCeB+U5aEBeXfRpXqNrJ+IOReY7QYeUSPK75+YnPvzWm9bRmXUEKQbOu8NaY1tOKFKuu+12175R3SkvU7k3nK1bvpBtjTQ3RjDZ/BZbcMa50U0BZxRnK2/f6g5Gzsx2sWJpV9cBDehM9JT/YtsFZdTl2/PXjhfY9qDfxgiGEqEskzx+wwRap/og9qH/z2rITGj6c9KGSui9SCJKKFEKLf79/n7hJmkAzI5lkjaalYheGXGUqEA6UAbUzErJmqZyqk5YDqkix6mJgP+BGp4rdkpVZPKocHsGekFwGfAc7PPA+sngEZOyXO8QlP6kJWF/onwklxXhUYVf+Ex7JrALtoF+o6vOoOlCsPnmyaGNpCXGgNdoYzWWFdYUql11OIByYFwgHYoFwwHKWQwojDoQDh0jJXUrXVPOn25YaUrIY5/96Xvv2TSrA2Nd7Sum5FvjeCHT5AKCGNKGqBV9vjraZ4+Kz2O8Gub1cgVu0u36zsXJ9+enTJnP4zGlcMKNMfae6/aOTe7wrgYtyVDJagj2GFjNuZKXKtOYAPLztikvyPUfzcA4wB7hZCHMhUHX4zOl/7xO0IAgcdKf+y7exPYq+NNy+DoP66aI5FYqYnqOqUDJ1sD/HiU41qbw0U50ak9OFqjlgLBVYs07o6j4Q20D0oLNtOTD5Le/VHdgJfqcW0R+X3Zu3gf2EEDOFEB7gc8BT6Q2EEOnGpU+S26Dk4uJSBIFwQMcOKX8y2hjN9kz+DODBrfbn4gLsJUJVESV2vUKIh53tbwoh/GnbvuOsXyKEOH00++kPRubN8f35gfpZ35pRdeC3Rf2sb82Y4/vzA454pRx86/UHnPbrM298p6b1tB5l4EfToygs9rWelvcEId8hr5WW3HpXdRXJ+OEJI37UG8Btmc2ijVEL+NlWVZnxcmnp6u/o85MaxqP+YOT44VxXIByY0KKplTOTyZXOdY4BPg08GGtq6C60/yc6u+4rtyw8UvbnZ7KTvN6P/fL07cDM6WHvhGfGCWXg3EcoBt5xL2XmROgTbmYkDXoVhU2a2s3wqkzNBDgkGRcr5YAiUgVDCf3BiAf4AfAO8KSzekm7qnq3C3EgId+AkL1YU0MH8PBc5YOLpORm7InC5ZkeAYNO1B/ikvKCWkNxObTqnGWfR1VSCG+pJS2cUI88LJtkJ5cvxqOq2Vn2CVWHKrHTANZ4LYX8L7+uUOWySwmEA/MUSZi0YgWKJFysWBUIByqk5FGsUvWGzT2ymh5LCM5L/V9PurGtdmrSeOblSq3ktpKfrgF5sz8YuXoHu53KT/U6gD8YqX/EPCmbgJFN0H4TaKNA+J9Z9eFXfjLex0ZdQwpBu6qiSMm8+DZ/DpEKbI8qgP2Lu4zB9JhVJ/lMkyXGARMYouHACa38EbAMO4wpFXJ8YFqze4HOM9W3Pwc8D1zqD0Yyk46PFnX1YsN2oAfbo7YC20hR8DlKv+BYUETaLGvWWVKA4+XqeJnNqSlduhwh1KmG0QpcnZYDbAXABLGtDrfAxV6BlNLATpPwPPYz+BEp5YdCiJuFEJ90ml0nhPhQCPFf4DrsogguLi7D52RsI1K+an8fAO/ttB65uOzG7PFCVZEldi8DtkopZ2GHJfzU2fdgbCHkEOzkdb91jjcqHFf94O9WTnpPT/eUWjbpff3IGd/90wF1N5jqxBcWb/Stu7lLyR75sUUT5KqwRMjn2aCpD31n/FiNZHVHz8bzTaAx1tQwKAG5w4PAhh+NGxOfIlq9jeoL7cDT/mDkW4U8vjKZZBgnA9Qlkinr/ecBL4XC/hzGWtbb0xJJc4lHPzkQDliBBw6N3eOrfGmbonzhljE1jwdmTj8Z2Kxo2d/Vhb5t4Ip+4abVn7TnS09UVPxqiHmlUtQBzDCTrLIGVTsvJNJcjj2J+l6sqSH1wr8YIKbrgiyVtc5Q3nrydv2Okjjlm4EvF0gW3Edg5nSOnTHVmu2fxmH+aSIws6gox3pnuQJsS48phOqVsqeI8y6tNUySgnGOhSgnjvtyC2lC1TTR/BGAuKLUkjs/FdiJ+MG14O8x7CmGAygcYh0IBxSvqdxtCbT09ZZAKzGV3xU6fiAcEMDvgQMPXn+057P8RxOCmwnFl6S3W+XRrzNALqnZPP072vyFwP/zByOf24FLm4stNi0FUDEvO0lZgClpwxY0cnpoRhujJvbk9UwnhDAr4TG6kmlQsYTgT2P0fO8VKaFq2HmquhRRX5uUtA5MW1dsDsLPAgHgB864NFioCsW3Ag8AFx0lFj+KLcqM+nfRod6vbE4Aa5wxuALocJKlFyIlVBUc/JPoG7dRYdLvUTUVmHRF6R/2B1it698mFE8P/0553c7CFar2GqSUz0gp95dS1kspf+ys+76U8inn9+9IKQ+RUh4mpfy4lDLfs9rFxaUwF2BHTryQvtJxWFiPHbI/BbhoF/TNxWW3Q0hZ1Dx4t0UIcRwQklKe7vz9HQAp5S1pbZ532vxbCKFhhyKNx3bx72ub3i7P+d5xEkYWxaIDD/oVToW3ZVM5KeG8wvszimqrEpJeDEtX41tKzbG1WQKhtpUDJZY5cbvcrG1XKkBIhNQVVZYiEM2Vgi3lAjprqd/W3O2xzMxqEmuxrbSlwAEJFW9So6TMtCwFRKx0khX3VKglRoLJnf0d8JrJLl2aSWzPm3agin5vHBKaLEuqQq+Q1nIroaxfVzF+ztjuuF5mJjLzaizBtgyPJS03gqGg9+qUrR8LSQ2qOmFM2p5CYmkWydh4oSV1qVZ3QHV6nSaJLE/QDizADtWYDExASBVNVnQqCh6Dbt3kLWePaU4f0jGBVIjkDGyLB0kVb0KjpAKLFZVT6JClTOpqoyzZ43xuluE1k90Kspt+z6BZEiq6NG+VkNIqNRMdwvZcWNqtU9bj4eiqhEQ16cbqy27cAXJFSU3ysESX5usyvWaJkUy/f3FglfP7IUCfOGQo6G0VlG6pRgBMbwZFgjdJl2aR8mxopb/Cz+EAvYpeaiiqp8zoiQtoNhSal03m+P02S6klRWbo3ybnR7fPLzF1fD2KoLSXdsVO/L4FW6A8KGNf1pWPK0mo+va69o0rJRxg6cKnYtGpCDwGPbrJUmAr9sRsQFhQp+at6tDLWid2b/2QjO9eGsvte0gN2Uu0Z/3upbGIwl5khXj/oMWLvj6UHYY6nuzuOEL/UuywsXXY4SUXSSkXprW5GpgtpbxKCPE54FNSys86hoM/Y+fKmYydv2F/KaVZ4JzDuoepEOt0saXEsjh6a9W2Xkq720q212wo6S3pUnM8I6UkeskHefNJBcKBq4A72XKS8Y/tTxg1dCwTgiMJxQd5HAUeOPTPXikveGnNeiXYe92Hz1pzDgTOiTU1FJefcOB5FwHLo43Rc/zBiH6B+o/m2/TfVwMXE4o/WMT+dwBXYwtaa4Aboo3R+U5uqdOBC5Dy84jBly+kZEGe+xIIB9YDL0Ybo5cM9boATr4nIP09Ki+v+3HmJhlrasgpkjklvxdijwOHx5oaLEdI3A7cG22Mfq2vcci3P7AkIdUf7t/7xy8D/4o1NZyf7bjZcLztfoItGvXdv3z7OP3r/qfna5umKVsWE4qfGggH7gYaoo3Ryfn2dc5Zjz0OXhptjD5Q4Fy3PeMJfvMgsSYiboqf4w9GPn2e8tpjh45/kNvHVAP4oo3R/mdAyDcW29hwvb9n/jHAUbGmhmGHb+6u7G3j8a7AvYcuLtkJhAOp+ecL0cZonxOA4xBwNwOrd3eRUSV9X8MdS1xgL/CoorgSu31tHHfnOPaEtajyvCNVejeRZ0pTkiBeuZ1VvjbzA1+3ujVbG48l2K4q6ooqdXKvhyo0q9LUKOtQFLFdUegWgrGmxURze7c+WKQahG7Si0T2CsUSAjFGbM/aw4Sq5U18aypCVaVEJkVHp15amVS0kmLO33d8jZzHL0nQUZpgu8egZ3y7XCGkGDRr9Bj0ZN1ZYqa+4JZgWJ5yll3CGyEl3dI7YJsmzaQlFK1L81Z2qZ4KQyhqS0nVhDZv5aROrcQnEUKVlpF+U71JO4TDEiCEHNAnT6XpVzTpS5haj4GqmoiC/58S5/4JBn12+e6r3QehCGmZqR1NZSj3SCCcsuVSFB5HVGklDUX1OOdVVSSms7+Q5BcikNJQFE/xfXPZhRwDLJdSrpRSJrCTMJ+b0eZc+qtHPQacIoQQzvqHpJS9UspV2JPuY0aro4t92UOs/zm2o/qtsVtqez0dJXO7EgmfmfvrGQgH7g2EA1mTbQfCgSOl5Hajyx+/Ydsao4YOjxBcnk2kAkCIpl5F0e6vrmq5Q799ap3YsBx40h+MbByKh2sgHBiL7SH0OsAY2s/9mvp4dVyWr8QOJy60/zzg0lSvsIXf+wLhwL+ww3ifAM5Upch6HWWW0pltfRrDrvx37t0H6m2aRE1mLQIq/MHIQ/5gJJdHUSO2CP49J18gjqfS4kH9CcWXAhGPML9cTvefgHP8wcjEYvro3L+7SQsVBe4uIlR0OqCOFe1l9L+XVFBcfirorxJbVIGLTXKMMFGmAhwhlp32I/0+/uv1NiPl+gEilU0bds7Jeuc8U0Yi6b+Li4vLPsRJ2HPPRzPW/4SBIhXsWKVyF5e9hr3Bo+oC4Awp5eXO3xcDc6SUX01r84HTZp3z9wrsZKoh4A0p5YPO+nuBZ6WUuWKHd0jhPeXeg81mTR00qZ9gmNZLly0cIBJc8/MTn1/saz1tiyYYb0hmbat97fmWb3hRuo6ePPGhZT2+Jf4k6Cp2iaIUJZZFsGVb26f/d32mx1BWAuHAj4Ab/rx+09+n92onf7T3V8T7Cg31kdNSHQgHdF3K7nO3d3T84NpYtT8Y+T3wBaA21tRQKCE3ALMfOFTKIi3z6ZZqaambejZ+eqLR/pHfx5oasud0CflWnTm11rdO19+MNkbPLKY/GeeLTE4ax85fu736yN7f9wIlOBbyWFPDfH8wMhm4Bbuc7Dbsh0u6qDLIKhIIB5bM6e6pvmdT81pC8aOcfp6NXQr6Ln/P/O9jTwZ+VXlQ8D0yLPPAP4EG5+cUyClIyWhjNJ+HwWLgg1hTwwVOvw4CFn6vpW3RZ69fnxk+O4gFt4x//vOTJ52GXd2rkLfAH4ETYk0NM2cHH7nuXe9Vt/+sZtzf/1zj/ThQF22MrsqzbwT7+/SRQn3a09jbLEY7ezx22hV9D9M9XD+cxkkpeTfTw7U0Ibcrkk0gNmyfaJ2kbBv8b9RTJtlcoUjVkvg3k9QNei0FNaFRKgViawW0lwqromuM4t++BWnSKy0lXVQf4OEK0KNTbgnUcmmhlErjv/os3WMkh+ThaihovTrlwJLyXjZ1VpYcW9nT5bUM0YkU6aHgWb0MuzxUSYHI5uGqmSRUi6RqYWwrZ/PGMezn60Ske7iWWFKqSdpBDPRwdejVKDUU9PIErzqrivZwtYRUuz2iQqCyvMJ2nEx5uGrSTBpC1QFUaXV6rOR/VCkt8ni4AnR4OUaRlJQlBhSQ6FC9Zqu3ypjd2ebt6BQlFR7L6PFYRsrrMqeHa5eHqo5SxBZHS0t5uAqJTDvHIA9XQyhaj+oprxJdCCHbzIQaXT2ewIQ4vtLEoKp/GR6u/edWLZJeg+Xk8XDdrpduFz6mjjXajd5tWiea8Alh0SUUC4lVmmQhGR6uQrMqANlr6caayoklM9o3/0uXZhmj6+E63rmO4TIkL9e9bTzeFbj30MUlO4Fw4HfY86Px0cZoN4A/GCkhdw7CvF7CezvuWOICDMy7sYdSsMRuWpt1TuifD/tFsZh9R4wTurrufKai/JrMUJMTurruzGx7x/WvDsqJ4Q9GNKyyGzZs/NKNormjZWL9zZM61cEeAb+vqRrz6eK79Wvg+usmjtv2tzUbuVp7kluMz2e2yVct77CkEGpd0ljoD0bKseOqHylWpAKYZJhs1Ad/FScZgz0ZHEGkTxTxByO3A1/1ByN3x5oasiUfXFiXNOau0/XhJu+tm5Y0WCEnK8BNsaaGn6ZvjDU1bAAa/cHIb4FXGShSQb9VJF3IWbxS1+YCAUI+HduL7w/YyRO/Fmtq6PEHI09rvneukBJdiD5Lywzs3GIp8W4VduLfz5A2EUwj5+fmJBWeycAqPxUAXimLsuBPSxpR4DRVSn8RzTcBk/zBiPiosuJUXZh8UEoXdtLgQtUY1wPuw8qlDyHElcCVzp/D8nL1yOxerkKCIoWV+lvv9G7UrURtrxBIYW/3Skm1YdDTM15009tjqN0lhjrwf19iexuOUbdYSJCWyO75mYZu0NPjoSJhiUS5MD11ygbWZVxeQtVKdcPMWbY6lU+rNEFXQtPKqpROrylVC0mufIUDkFm8M1N4jf4X6ppOWqTATGjsB2hCIhWpCB1DSIVSaWU/jCKxEIikiq6b5LyOrH1T7GtTLAyc9xdFWqbXTPbq0kxaGCKhaqXdqrd8lW/ynIpEV0tFsnuix0yqAJo0jcxeqRLDEggJAy7c7FW2WpboUlWzRDEt01BUj4JhJTRKO7342qqYOD7OyjEdIEGYCpqpoOe6f/nuK4CFUBRsw6F0BEVLoDIEW6KQWFaRHq6KkAhFaooufSAxpGJaCqpm5fieSCwhUIW0PWETqubVszyjXVxcXFwGEggHVOB8IJImUs1isHdVOkOuVO7isrexNwhVfSV2sSe0nwMyXeyfwnb7/zd2IruXpZRSCPEUMF8I8Qtsq+9+0JfHaMS56drYV/mNn9fKSq/aoqrqeNM0T+jq/t1N18a+WnhvcBKj3+wPRiLSrPhjlyImZWu3SSs+givaGG0OhAP3bdG0K/6pTnnzSzwz55PK60wUW9kgx3GbcWHyr9ZHc1bLG2+Yn9iiqQR6e18GLsQup11UEvUUV22Lt9wytmZcpoB31bZ4lkxdg/gBtjj2//zByAlpSctTLDwwkTj91dKSqkA44M1RDjYrTiLhmXVJg5V2IvV/5Goba2p408kxko3MUIwlbap6tgmKaluNk4ABXEgonprM3usd97fzsjmaYVu6jwcWRxujMhAO/Jvs8e35qhxOwRbVVqatSwlVRYmMNZa1sNo0Ue0iBoXYhO2NVuUXm44EWOXRK4AlTvLmfKwHJviDEU+sqaHokFKXXcJOMRxIKe8C7gLb6lZs59K9K/5fjhxVx7SNfSHTUPDn7537/z6m/veqiWxVN1NjvmEdfO95yr9mzhJbPvGL5AX6dcrHWsrrbysXwhrk3ViblMoL6zacTij+Qua2bATCgdeAaZ9fesK0oP6oqJebqaKLDXIctxqf4SnrBGJNDdV59v87UBFtjB79wo0nv3qa+i5Pmced+8kfPvd0keePkd0LZnW0MerPt68/GPnUd7UHH79Ce8YD3EEo/nCW458FRID/jTZGXx90kDyEfjPz0b9UVVxQtuLSpzcnDjgBmJgK48vox/HAH3GqtqZhAldneLheCDwCfCzaGH1/4Al9VwB3NSU/13RP+bRgyeRHFCFkalT2YnsbLceuYqhih8h5gQEVXR3y3j9/MHLbUWLxtY95b/YAjYTiz30mHHgH2BxtjDbkvClpBMKBR4FAtDF6SL52b3//6P8NiBW3ekT/0LtW0c3PzahVga9HG6ODjGeEfD8GvjW75+4z2il/Ffh+rKnh2WL65eLi4rKP81FsD9FHAfzByKeB+7CfST8DrmFo7/AuLvsEe7xLYZEldu8FxgohlgPfpD+J+ofYL6gLgeeAawol7t1Rbro29tWXLlukLbjkA/HSZYu0YkWqdGJNDe8CR3qM0qy2Vq9ROujFvQC3AcofJyQ6NCS1ylYUAVOVFm7R79Wi3styVnXzSuv0CYbBob2JF7Gr3C3GyY1SLOd3dH7t+y1tvbVJAyEltUmD77e09Z7f0fm1QvvGmhq2YX+ec7FdajNZODORVBFCIXuIQj4mA95ZyYR3tZyYBN4t0D6X9WPA+oaOzmpTCGWDpoEtPHmwJzlz0po9N6iaYT/V0cboolQlKMfL7Aqk3AZQaZrtwBUFwvFS92JF2roKgFLnOEWwdJJhokq5XxFtNzrLA2aKTZOTUk12CDGd/BX/UqTEikFlF112O/oMB0IID7bh4KmMNinDAaQZDpz1n3OqAs5klA0Hd1z/6unHtI19YULSQkjJhGR2kQrgoh89+dXam2KaclNc1N4U0z71w2e+LARnAw9+U39M/TkPAYNFKoCNmkqxIpXDLcD0/1Z1dBhSoVp09Y3HTfo9XKj+vTXXjk4FzmOA17f8YPq0E5UFJ/zdPGxTsSKVww3YL8npFPvS/NefGZ994T/WLNOS3EvIly0X1bAr/3Uo4gCPlGxO7Hc48Go2kQog1tTwL7K/32TL+zG48l8/DwKt12uPHuyd8JwUQpZkbNex8zb9FNt4MAHb028496+uTtmUCnNLz1GVGfaXjzXAdCdJfE4+IpZdmy5SAaz1qimPwEWD9wDsZ4X2Ne3x1HuHW/nPxcXFpTguALqT8dl/8wcjv8TOz7kYOCLW1PAt7Erlq0mryLsvJ1J3cUmxxwtVUFSJ3R4p5YVSyllSymOklCvT9v2xs98BUso9xjoYa2ro3tZ8Loo10HtKsVS2Np87pCSnTn6gRxZ4PSe3qwN3LRUJYaD+Jte+cUU97LDeBF9IfK8D+0X93ixeTfkJxeef09n1pRfWbVi9ILZWvrBuw+pzOru+lFk2PQ8PYE9ob/UHI1UZ2xb6k32RDEMN/6sHmGoYbKF6oVPOPB9FTfDO395xDsCqgeGOXtImUJUHBS2kmut8gwSxaGN0PkJ8G+CPGzdHCuWMwrk2snhUlVlWW4F9UyybZBgYQkwtou0mZ9lwsLKaFlGyEiH85J4UpZMSqtyJ0W7OnmY4uOP6V09/6fIPxYJLPhAvXf6hyCZS5SQUT2ALbreer742rsbI8Tg1qoZ6Dc8A0fYx/y1TxEAdpkwkuFF7MJ/L7GxsMeb1dll2t0CK+eYpPxrKyfuE74yX5iLGFGJNDTKBfu01ia9ZXZRowGOEfJlJYmPYXqRDDseOq8rUcYbZDYqfPB6uDrmSimeuX4Z9nYOFqlC8G/i9LsxzFC2e67mqRxuj3402Rl+PNkbNtPuXSm7eRnH3r36WWJ/yZh1OMnWwnw2lDM75NQAFOWjMXqn32aPyCVVcqL6SesYWM+67uLi47LP4g5F5/uD/xSyj8hpj+0H0bJj3FvB14DfAR2NNDasBYk0N82NNDf5YU4PiLF2RysWFvUSo2lcx2o9Y07nxAqxENVKClaimc+MFGO1HDCeu+afdiiIeqawctMFHZ6U/GBkUehAIByZvV5XqAxKJTW9YB1+EHb72h2GcG0Lx+YTifkJxxVkWPUg7VvWvAhOB72dsXjzd6NN7hmrBrwOYljTYIqsLTYpwHiwFrSL7JZITAWL6IEe16QCONfw2oZi6lIP+RfNZ5tsAtilqMdWp6rBdjvu+K6WWVQ1QXrxQ1TzBNBNdQhSTuH8TgECee5BYzeISZTG2N9lQPKpcoWoPYJ8yHITiFqH4t4GvfattC15roEavWYLu5rOG9Jx1PCWb1ng09ZWywU5aFXTX+IORXFUw5wJ8u7WtZabYdPpD5sndL1pH3T2U8zt9mB9tjPqjjVHFWQ5lPF66kbG3XZX8hldKDgHuJOTrE3mijVEDW/QY2ngc8okWVfVVGHoqdXuhMbkoD9doY7QHWzzL1Z/fAmaFJXMlvM1uOOj3Wr29iGITAqivFxsSQDuheEqwqmToHlVQoPKfEIP7vErXqLAsC7uyYzZWAFSJ7hnAZtzx2MXFxSUn/mBknlb1n/vK9/vJDEXbjlK6ulSrem8/4Nexpobr3FQWLi6FcYWqPZsbjPYjujpXBOlY3ETniiBG+xHDimuONkb/O6e7p/tBXyU9GYmR2qg0gPszy3MLKY8DqO813sf2LHgy1tSQ6yV3VIk1NbyN7anxNX8w0l/lKBSPV1lyfYVl9TAMjyohkeOTJh9aM/5aZD8KWkVqLGtNtWlmelRB/yTjf4BvAL/u3XjueivpCJHJKjOx9ej780x62gDaVWV8EV2tA9ake4mVW3IcgM+yiskNBqG4rDat5h5F8QbCgUxPtkw2AUym5TCf6OLtMjUV4uJ6VA0BIcTTQohBZTlddjGh+K+3tx/THtrSSnoI841btvKpzm05Q/Xy8Eht0jDu9VUNyqVtonKCEv1djv2OA9Z9Op74Vgel3G2ede8uehn+8WtWYO095lnN2BVRL8vYvoQhClW9gmnrNU0hWZ3EztMXLbDLUEIYF5M99A9C8fUxTfs/VVolWRKb53zeRhujSeyqjMUI+eOB8umiWcF5DjgGi+GE/kEBoQq4oUfqA9z1Vnh0y2vJFamQ8ixswC5+UY89Ju/z4/GOIISYIoS4XwjxiBDiRGedRwhxuBBi8q7un4uLy46h+d6+vaT2Ca+i2UO4onVRUvs4mu/tzDzKLi4uOSgoVLkP092XYj14iuWY7p7b2lSVU6ZNZrbWvLlzAAAgAElEQVR/GqdNnUykvIwxtHO1+mSNhvGAY/klEA7MAx5ASr47fvwJWtV74xhiEvVR4Absl/pfp/rpsHBa0jAYulBVV2NgbJbjZQvV/x6xXsINM5KGleFR1QXcEAgHLgZuBR7evujHbyXjc8Z3LneEyOU3qL2bPn2pPxjJ9ZBrBegQoqaIPtQzMOwPj5RjAcaaVtHlwKssa7Xza7YS4+lsBZIHK3bzN0tKBPZ3dlkRp2nDTjrvTozgTNISbgohHhZpHm1CCEUIUUg0dBkFzlVfT5zd1cUL6zawILaWF9Zt4PyudkLa0J1Mo41RY3Zv7x8WlHh5u8SbvqnXQEncrf/80r/d+LGfp3sqOcydaBjLSkXitDuNT7JOTrhjR65puMSaGjqBb95izJu42pqwGPgtId8GQj6LkC92eE+vCsxyKiEVxQKvd263otDe4y8jT36qtD4M5fm4GDjAKaAxgEA4UP2ZKZMCSUWII7aOXdfnwVzYcAD2mDymiMurBxgvtpXSH/ZXgv2ONvJCVSg+/1bjs++ts8ZiSUG39DR/4PF0tGrqP/PsY2E/M2ZhC1Vu6N+OcRfQgF219GkhxCnY38N3gbVCiLCwc2u6uLjsgXjHvzhOKAMzeAgliXfcS8OqVOzisi9STNW/u4CjgQ+wH6afwq4wNgNACPEgcKmUcqgJvF1GAOele0RimX8zpnoxUsp21U5UtVHX+O74sYkWVX3/W+0PH3Oa+sYZd8pP3BYIB5cBv5BClAJ0qbKipPYvksmPjrXfu3YNsaaGLf5g5Ebs2O/zgb84mxbun0h8fJFHH7JH1dSkpW6mZmusqaFgafmiCcXnd999wBVrVO1E7PC3NcANgZnTt2InlH4JaAR1CZAZ4pNKBpztM28D6FQUXxG9qAMeT1+hIWu8ljWUZOrUWNYS4HifadYBH+ZpehGgHCTWYEnBcmoD0LoqVaY3H7GmBukPRtyJkU2mMHEW/VXzwPbMWM/eUdF1j6Jc9Gb1nMm1vhDPV5Rfo1rWZ78ycXxZUgjhVIm955TmqT8vE73RU9X3vtklvdPLQr4vBWZOPwc7offUDqFMnV82zgy3nfZGrKmhmNDa0eIvFsrf7jHOPP5mPawJ0VcMYca5HR2175d4PdjvESvzHKOPtZp2PMDm3v19FA77A4b0fFyMndtpGragBUAgHCgFnupWlBk/3tS5/rDO9VM+tvkXSNvGpwKX+oOR1/MYh9oozqOqHqCC7jEMzE8FQ8tR1YLt9VTIo4r7zLPevc8860gAz9hXPupVnltCYQ/XFU5f/4mdk9Jl+BwHfEpK+Q8hxDzgIeAd4FLse3wL8CV2vQHQxcVlCATCgQrgmyLHW1ieQkkuLi4ZFGOtOQ64UEp5MnAV9sN0CXAytrXyDOyHqcuez08QA+P+TCE8t42tOWq2f5pxcb3k9VkvfBO4E/ulvg+hGEII68c7s7M5+B12SMgv/MFIyvNkYV0yqSHExEA4UIyIYyOprzN6lC5ZsrRw46Gx1ON5dquqKoGZ08cQivsDM6evwK4CEgXOjzZGe8mTDDjDYyxFK0CnopQT8uX833YSzo8jY4KoSHxlUoIdrlIUEw3jfYDJhvmRPOebhy1uqwcrq1klJ5GU+lFWoqbo8+CGmgwF1wq/aygqJ9IQON9UFE9CUYQUgmZNUx+vqrz0mlnx4y5N/O8Jv0heYJSQuOCxivIlmpQP4Ai5naqi/mx8uWpOembBMM87IjhFNa69Snu6VIiBAuvMhJES4Is2HrSq6myAjsQUKFKoGgKDKv8FwgEN+33nBODiV+Kf8cxQmsXJynvp+2WrIphOsR5VdV4SUhNWulCVShhZtEeVE7a3hiKEKuxnAABm97TU/SwkVC0H6gTWemCMPxjJWunSpSiqsd+lwS4iUQN8X0r5DynlfdiFJq7cVZ1zcXEZGoFwQAuEA1diRwrchMxRMF16ikuv4eLiUtSExn2Y7jvkerlVpBC3VSS8vz69xWcgc6SwkLKYl+NRJdbUkKo6Nh3Y4A9GrHmJG26aMcTKf4FwoArB2JlGLwrWG6PQ1dTE6IBAOHAAEPn/7N17fFx1mfjxz3Pmkms76f3eTLlXHOUmqBTwtqgbxPuFogYUENcL6150qLs4q2uJ+ltd3WVXKKDRtSLo7soSbysLCipKFXWAIrQwbWlLaZJm0iRNMjPn+/vjnEmnk5lmksw9z/v16msyZ84kT5rkO3Oe7/N9vjh9nF4f7YymEzj5LnAFeCgY7nlzMNyT+Td8xDImGbcsC6fKJp90k9+dWccDzU4z6Hih38StgfkLMIbtfl8k1B2KuUtCs23GXa72AonxmFmD5e+1kkOnnZDj3Hw0UVW46e26qYplOj2RCrEZyH6n2wzczvrPbLnthMcOnrN6PZ9ZvHBFUuSY85KWIRB46B0z/LpFE+vqeGKlTG7RFUxMf4OLQx7rRDEGO7EgDvyhOBFOSL/HORUm+kPdDFwKfDTaGf3O9+2XL95rFvE+z4+yn5tv4gCmUVG1SnoPuB9nV1RNZ+kfFJCocicPLknft/x9ywFG9rz35Ck+906g+UzZkY5Jx+TZsWFit9QjHK2MBfglzjJLpVSVCXWHNrrveW339gvAH4Gbje3bOxL7wKHR597wvDHWMT0ijZFxscavq0zUStWeQmfe9cV0bsiXGNkV7Yxe/6urt1333YPXX7osmXuV59JUqlqWf67G2dEuAMjjdvvyjAujQmfwTwBYnUhyqrXnJ8UPkfQFwUM4S+a8wGujndEDGefku/C9DWc2/D+Bx4LhniuD4Z73HN7e9Ywv2eiNeyw+MP6xK3J9UfcCJf39fCWz35UR5jU5K3gLqnQKdYc2PtzU+ElEwCnEa/cY87Ucyaq1APMYYa11kIc9yxEriT22YvIWk/ntBVYd54JwLrlSRF4qIo3ufU1MVQNnp9JJPZGms4NplnzJhgbgoHiGf3lkfNW+fIPuaGG7cZacQfZkH1to27TYtqHQ8TgSsPo9nmWtKa/B+B6IdXWkihzm88AARyuqNuNUin8m2hn9V4AUnt3bUqdwvucxnm7YyIP+j3Kp9SA4EwePONuQ92Qv9uijwETVibJv1okqd+x9KXDecSYOwPn+JpaVW/7nMbaX1NBpfznFl9gJ8FrPtvQ4rImq2blCRM4VkQacMSNzLB/h+BNOSqkKcMfVdAsccW//Bmizxxe8e+hPn25JHVlHMn7uRSL2lWS8JxAxV05nF12l5rpCE1X6Yjo3TFkREOvq+OFf9h+i0T728qjRtvlY30C1LDnajNM/BIAB5tE43pL+rS00UXUiwJpkkmUyUNQlNO6L3KczDnlwLj7PzTzvOM2Ar8KZ+X8XTj+S24FuoF3sRuKWxUET2JzddD1jCV56V8AVwJb0eSlocSuqCkpUNdn2l1Mix/TQSon4m2z7y1mn7r7UepD/a/hrAM5rfBAAe3zRAQr3LM7/USHLaOrZfcAncCYIBoEW4HMicp2IXIBTAasqJRLfSiQeJBK33NvZvCE93sTBnz96RfRtR/ZceeaKZO6czfI8x8vtO6mL7j5ijm21N2r8+JL+5ym8omrtPq/H6xufLxR/2R84PfSagA+GukP9QBinoupT6RNu9N5yz8WebQBYAqutXj7nu5UPef7rXpyx6VvAU8Fwz4eD4Z4rguGe2NjBV33IGBYEr//vy6f4+ieeKnvSlawzSlRlXDyln9cObMmTrDomCWo1HMQeXwJYU1VF7wA4z3o8veRPE1Uzdx/O79lD6FiuVC2ZWCWQyRgSwzs/cTXICcCbYl0dT0Q7o1ujndFgtDNqubeapFJqGgppuJt+Me0CEu5zPicivwB+hzMTqepAtDO6NdQdAmcQXovb5Dt7YD17uCEVkX7Plxe08ZzXw/JkiusODXDWcEO1VFRNerO9y17FkuQQB32FJaqM7T9VrHGWJkjgbMtdTLle5BrJ0SQ9XzNgd4njd4LhnjtxlgwuBSDVxIBlEZDhRgxfD4Z7rgEOuv825vi6E83ZU0hzyzQqqkZFcu5cMiqymEjgXe7nOfx134seeqm1vb1RnKq2Pr9z+7f2j3rgo4V8KXAqqsC5MJq8lmiOMMa8GkBETgDOdv+dBfw9R5N4WmFVHzbhJB4y/2azJw6ev+sL18Y/v3h+YNQ6Ok/QaNtcOxCvij4Y1yevueRX9gv4uPdOVokT0g2JTg6O7mv1+aOFThycvsfrIzm0GIqcqMpI8KS3V1yAU5H7gNvzCYDLvPdfkv3cJhnnb313nXRT6s0nAG/ASSL/S/pxk2p2Ck6t8VuC4R6T3XTdnSS4EVjuwU4nJp51b6fbTD3X60q+zTd2426IA2D5D5I6sjp9/Hh2AamTZF86Vk1UzZCO5UrVrLz9Y91/l8e6On5exniUqltTJqr0xXRucZNSx83435i4zOoaupWO4aP5mxHjJ5y4wvpKqQMszDFvwgGeMqs4IfFHDnr9BV0Y2YnAy+d7e/Havt38Q2+xf7+P9yI3Le6OeOkKKVKpVuINFic41zY+nKrJF+JUUeWrfFwLkBKammxjE4mPFfK1lydT7PdNHkLcSo5vp++/wnNsQdozfh8LUymu5RevKeTruDITVRVtEl0NjDFP4zTDvyt9TESCwDk447OqcYVOHCTjZ/3H9eZ3H/rqwtaJiYMP9g8xOviS71Qg7FzW3m1v4O7xDbzMeoxv+z/LAPOwR5c3Mz/aEuoOtUQ7o8PH+wR9lnVGr9cDiZVjwCPHO3cGciV4PMBncaqk0vKNz+2xxo1vAv4nOLr1bmA/sAzApFqcM6wjzaRabguGey7l6MRBO3A5boJsqQw09pt5nDV285tjzmvwdJupT+d15WgSVBKI7xB2/MwEU/VTi8QTRAK7W2V0LU4CrXQ7sUYCG8n63Z9lhWJV0rFcqZqTcxdqk2gD+ORxdoFVSk1TwVuY64upSrvb3rCbBO0f997JSuljn1nE55Pv4G57w+4qSVRNqkR42qwcPymxzf+bJv+poe6QZM6U57F+ZSJFE+O/L0F8kxJpGcdn9fkSqXnELYs2OQywK9bVcWH6pGC4Zxe5L1p2AyREGhuMGc/xeE7XDsR7b1y0YHFmJYfHGD44EO8HLsC50JqH0xNrorfU0z5vupnydBJzmYkqlYMxJgbEcHaPVHWgkImD65PXXHLpwIPcPpQ5Hr+bu+0Nl1zmbCxRaRPj0zb7VA6bJl5pPcJ9ybN7cRLoJzFFc/Sdft+5AKOpwHa3mrSYCk3w5Bu3U8D3gAOxxo1fu3DsS0vPkKf4uPdOdlpDfJilXOj7FT9LvKERZ6Iv56TBSullr1kERyugptujquDXlVhXx9ZguAdgs+U/uFbEiHiH/r3AC6ydOEvjS7fBhZOkynwNbwe2EAlQj8mqbDqWK1Wd3I02nicrUWVsH4mB8+7DqZBVShXJlD2FROQeEWnN9ZgxJmaM+a4xZqa7GqnatOlue8PIhvGvcMLYt9gw/hXutjfMZnerosrq7QTAON472xMJjEgLTm+m47Ks0ZUnJo/gl+RjJQix2LuDTXy+seQ84paHRRLPNTt+/fG+bkLE759GouotQ8PX3dDbP7YikUSModm2SYmwy+fdQiT+OJH4r4nEf0rWhdIzPh8njCfIPj6F/e7tnE5UicgqEfmaiNwpIhe6x/wicoaIrKx0fKoi1t5tbyBrPIYZVGiWyMT4lMDLA3aIV3l+j0Xii+7jU/ap2u/xvQjApJoeLEF8+cah7OP5xu1OnB30fg387c8bPiZf8v07q61eFjhLqbncfw9v99zXG+vqODnW1dGGU0V1zGTJCulnv5OoSv/cppuoyhWfASK5To51dWyNdXUEW074yuUA/gW/vrXAr7ODUieqjr+MsS7oWK5UTbocOCs1uuRBOzE/ZQzY422MHbhk93jfK18b6+rQFUZKFVEhza9fT8YbBhH5jmTsJiQilojML0Vwqjodp8l31cx0pt+E4/zuHnrQDrW2JyYm4o+7/O+kf/x8q3iHGtckkwBPFjs2t0pi0v/fTJssHvPzsJvNuCW8xPvHX2T/PKb6uY2J+PzGHCn4C0fiW98wPPK+nzy7b9cfY3vMz3bv3T0/ldpzW1vgilB3aGnGmRMXUP2WxYDHQ3siOc40EnOxro5xnFmsOZ2oAm4BOnB2fbxHRF4NPAH8FtgjIt0iUi2bGqjyKDTRUhHZ48599hlmuRzi++bf7ndPOf5y7EjA6vVYqwFMcv7/lCDEwiYO8u/q+C0i8R4i8TcCa8eNZ8QjzrVKwN0Id8ybIuL9xsSncsezY34+6Wq4jOOtODsuFzQm53hdSW9W8fIpnrre/TqFvtbtBBYu5dCkqoIiKtry+CqmY7lSNSTUHVoBfMVOtj458szHzhresckz9EQXwzvDJAbOWwK8vdIxKlVvCln6l70d/J/jlK2nGxovwZlZK3gZoap9+Zp8V5tYV8eRYLjnG3vMkr9Yk0jGcX53TwHuz/skz8gliGGNk9j6UyniKmRJz3Skfx6h7vBVwJZFvn05L27y/dxC3SEvIpbfmOwLtuNzLt62gtMNfrA7FAIeBm4LdYcujXZGjbMTWgBg8zM+31pABjzWl2awhKOUM/i14mXAm40xPxORjcAdwDbgSpwqhxuB9wGFVkeo2jdl0/VKyxx3XnH9/m8C71455uvA2eFuqoqq4H6fx+tNeUmNnHhfsWMrtBcYcMx4l1Mkvs8fCaR3xKPN3R13wPLQIiOLss6e+Lm1cIT5MsIBsyCzErYVGCpgmfox30tmfKHu0I1AONQd+nG0M/q9PE9bDzwd7YwW1JsQJ1HF2daTR35on7ciGO7xxLo6ir3FZLGXx1ejio/lIvI64Ms4PdluNcZ05TnvrTjLEF9ijNlWqniUqlbukr9/B5qO7LqqBazsis8mcm9coZSahWLN1uisj6pmN4P47ETbIZ8xNlPM4IuVeB3A6hJVVJVYP0DcspZMdWKWFgC/mVRZMC3RzmgU+DjOUpgPTjwQiW8lEg9esXLZtQC3tQW+OoNPn7OB5RzTxtHk6Z04O5TdYIz5mTHmduCvgGsqFZwqv1qocM0UMyv++Q/2CYzQeDnO7/JUG1yc/qzXizfZPBzr6kiUIqYibyE+kUyZZ9uIMcSdPn57Mk/K/LmtkD4DsEaevznj5zaPwpf95XMDzsTBllB3aE2ec9YD26fxOXcAnG09aXASHEuPf/qMbMLp/ZWpqpKvRVDRsVxEPMBNOKsmXgBcJiIvyHHePOA6nKWtSs1V7wLeCPydPb4839Lceqr4VKoqFCvBpGtyVdWKdXVsBx7YZk5buDaRMBgzRaJq7DyAlcnk80Tig2UJsnj6AQYta/E0n9cK4Dem0K3Qj+dfgB8B/xTqDp2e9dhpOEtZZjIzXrKKqmC4Z2Mw3BMLhnts93ZjKb5OkdgAxpgkzv9lX8Zjv8RpTq3mkPRS51hXh+XeVmWSCiDW1fHbbfap+5ZxaF2zbe8GTnVnq3PqM/PO2ePzMm43xcoX5axMLCW0gPm2zYDHAthHJHDMe670z+2nDR9/PcBG732ZOzW2MstEVbQzmgA2An7gm6HukCfz8VB3yIuTKHxiGp/2aYDTJeZ375di8uA7wBjO95+5zLJqf69nqJJj+bnADmPM08bpTXkHzoV4ts8AnwNGSxiLUlUr1B1aBvwr8NDQk5/8HpOT6Gn1VPGpVFUoNFF1pYi8VEQa3ft5E1Mi8lURGRSRJ0TkNhHpyF5nLyIbRSRXWbdSpXLzo/a6+Sckkh6PM3uYUzDc4xfPyEleY1iWTE3nzXu16AMYsqy2aT6vFcBnzKwTc+5SlStxti/fGuoONWQ8fBrwp2hn1J7Bp94LLAqGexqnPHMa3KTUFpylJuLebqniZNUVInKuiKQbMmeOxyNk7Cim47GqRjvNitssMbz4cNMqnN/XvBWgvab1or1eLwnhd+WLcBayelm12ib5jM+3C3gp8A95npWudsqsupp1ogog2hndAXwIuAj4RNbD6wAf06moisSHgeeC1oH0OFOKyYPTgeZw4qrR4OhW0v/qUCXH8lUc+/v2LFk/SxE5C1hjjOmZxvekVN3IWPLXkoif+QmTmncvMM7kxG29VXwqVRUKSVTdh/Pm5pfAIM4Soc+JyHUicgFO+XKmZuArwPuBP+KULz8jIh/NSHQ9AtxWhPiVKtT3njErBtsTCWwIhrpDvjznnSO+Q96ViZTtLVF/qhLrBxi2rPlEAnmrFLJ5jGkFaDAmXowgop3R53D6a7yIY7frne4yk0x73dti74hUSztM3QeEgYfQ8VjVqIfsF3y+18w3Z4zIme6hvH2q4r7k6SkRLH/fL8oU3uy5S52JxK29Pu9vf9PY8CTO39jfEQm8J8cz1uAkKfZlHGvFSfYXwzdwKmY+HeoOvTTj+Hr3drpj8s6FDKaTi0VPVN2TOu8vAX5hn76Y2pg8mImqHsvdJNgXgb8u4NxrRGSbiGzDaQ6vVL14B/BmOzH/86P73nkrzqTKq3D+Dmtiub1StWzKRJUx5tXGmIU4JciXA5/HeQH9e+BnTH6D8zFgIfDfODsgPAJ8G7gW+JOIXIZT0aLb76qyiXV1jO43C7/dnkhinN4MwTynXuTz97I2mbCovf5UcHTpn4XT46QgC1L2QgC/MYeKFUi0M3oPTg+Mj4W6QxeHukPNOBccM61Ue9a9LfaFUc3sMJU1Hr8b+AI6Hqsa8383Xj30J3vN9lcm9qX7G+Vejh0JWKNepwm5WMlaHI8B+nB2Sv4LnOTErUQCG7LOWQPsJxLP7MFVjB5VwESV6wdxxtCtoe5QeqfmmSaqdvhJrgWSlGDpn4V5xwHTxh5zTPurap08mJEqGMv3crSSD5yf496M+/OAFwL3i0gMpyLwbhE5J8f3cosx5hxjzDlAb4FfX6mq5u5efZOxPb8b3hF+O87f1utjXR2/rqXl9krVsoJ7VLnr2O8yxoSNMRcbYxYDJ+Bkmz+XcV6fMeYvgBU4s0V9wMk46+89ONUVd+Kse1eqbJ42K764ZHziVz5PnypzoeXvNaXc8a+Uop3RIx5jxt2eKAXPbC5MpZYCNBQxUeX6W+BxnJ4jT+PMjn8k1B2aycx4+k10sRNV+foKVG2/AR2PVR3YckpqCDGSIk9F1b2pM198wD+x8/DO8oVWVH3AQiLxceCtQAz4byKBEzPOSe82mKkoS//Sop3RAZx+Ve04EwjgJKr2Rzuj062k3SnCqkbG9lOCiqoXWU+3bLNPYfKm09U3eTBbFRzLHwZOFpF1IuLHaRZ9d8bXixtjFhtjgsaYIE7l16W665+aQ24yhtaR2IfmgdUO/Hmsq6N2KnuVqgOzaqZujIkZY75rjJm0LtcYkzTGPGiMudEY81ZjzNnGmNXuC94bgTfP5msrNV1Pdb3pSe9422EAY2TShVEw3OMVz8gG20pKje74B4DXmMPuLlPZ26Hn1WTMEve2b6pzpyPaGT2Cs+ykDVjmHl6MswvVdJNVpUpUbcJp3Jup5voN6Hisasn5nsdut41lFiR8GJN74mC/WfTWPV4fYkhybLVHLeknPRZH4oeADpwMzD1EAunlXWvI2hWQIieqAKKd0V/i9Ml6d6g7dBNwGbAi1B2KTXM83glwijzbR7HH40hg9Wrp5bd2ztxl1U4eFFM5xnK3gfuHgR/jVG/daYx5TEQ+LSKXFvHbUapmhLpDG93x0Abelhw6bcQeW7kGuCTW1fHzSsen1Fwz40SViLSLyDtF5AMi8jYRCRX6XGPMPTizN0qVVZttfjsvZWOPL351jofPFF9/K8CaZNLG3d2o1njgkJuoKriiyoNZBNBsm4MlCOmDOY7NZBlHHCeBVNQLI7dk+3/cuzXZb0DHY1VzIvHBXtoeP2l8zIPtPyvXKX4SFz3r8wLEop3RfDstVbs+YN5EX8RIfAdOMuFE4LtEAj7KlKhybcapFv4LnN0Awe0BNY1k1Q6AF1i7hin+0r/zAR62T83etKfmJg9mopxjuTHmB8aYU4wxJxpjPuseu8EYc3eOc1+h1VSqnoW6QxuNka9xdGMdvC07FzSu+tY/x7o6/q+y0Sk1N007USUiLSJyB85F/Fbg33CW9fxeRPaIyCdEpGWqz2OMmcmuX0rNSlCe+9G6RAKvbZ2X4+ELLX8/AMuSyT1Z/UJqhoG+uGd6FVUew0KANjv1fAlCKkoPqFhXh8GpqijFLlPzgT/WWr8BHY9VLVvA4e5QchCxEqtD3SFv9uNtMvSCp70NxghPVSK+Iul3bxdOHInEf46zM+CrgQGgCbiSSGAjTOw0Vcxm6hOindGk+7mzTWfyYCfA6RJLAquC4Z6CN+4owPnGMLLdrBXgEDU6eTBdOpYrVVnG9n9ZxPgzj4mVwNv6p6sqFZNSc92kN4YF+D7OjgcjwK9wZgsDOD1/1uG80blaRN5ojHmsWIEqVQwNkowGEwkebzy8KBjuWRnr6sjcZekiq+G5PmDR2kTy8UrFOFs2cmC6FVW4OwwtT5YkUbUbZ4Yq1/HpKnqiKhju8QIvx1miWGt0PFY1q1ESd7cnkp9HjCQGzjkXZ3dhAILhnsA9/oML9/osm9rtTwXO3yQ4EwcHMo4n3H/pHUcXAFuIBGDd2v/GmUgsRUUV5G+4XejkQT8QP8V61oezW918nIrXYthwgAU7k3hDQEesq+NXRfq81U7HcqVKxN0xdDNH+wFuykx8B8M9q1pPG8/9nlnyHFdKldy0ElXuuvVX4exc805jTG/W4yfjNHm8EmenkLONMXOip4CqGY+3J5Ik540gnsMfxNlhh2C4xwNc4Gnc8/yiZGpRqzHT3QWpaowLBwYsD0wjUWUg4DOG5alUUXtUuTYBWzh6QQYzX8axF8jeMWu2XoRTYfBgkT9vSel4rOrAk8sS9gFgWWps6bVkJKoaGbtwsec5Rq3lFrWdqJpcUeXYDPiyjqWrmn7q3i9VooqYBy0AACAASURBVGp2kweRuCES2LlaDqYrs1ZTjERVJDAPePGv7fUP4zQJ/+2sP2cN0LFcqdJxk1SZ70HbgduC4Z6LcZY/v1w8h9sxHpDJK8xNom3SMaVUeUx36d9lwChwWfYLKYAx5iljzPuB9+K8Kfvm7ENUqqh2r0kmxwDEN3CVm6ACCAFtzf791tpkAmpwx780I9IX91jY01j6Zwvzm20bYLDY8UQ7o1txlrnsImMZh3t8uvYCK4PhnlltBJElnfiqqUQVOh6rWheJm7Wp8e8D+GTsUre6EYCQPHPp80cXYdRyoiqzoirT8ZZEpxNApUpUbcKZLMg03cmDHQs5nE6+FavK9TzA+kHq3IXAr2NdHeNF+rzVTsdypUpnM8dOlAI0Ap3ARVbjnu0tJ/5Tn7Nw1nPMScb2Mdb76kl/k0qp8pjuxd7ZwH3GmOMuDzLG/AfwRWCDiLx0psEpVXSRuL0ymdwJYPn6lwOvcx+5EEC8wwtWJ1JQozv+ufqTIgxa1vJCn5BCWpuNgRL0RAEnWRXtjAajnVHLvZ1pr5G9OFUIxSzF3gDsjnV1ZDczrnY6HquatzqZ+l4glWK5PxYAXj9xXA5etMc7kbeqh0RVdkVVvoqY3RxNVJVsPGb2kwc7Gxlf7iEFxUtUbTAG+xf2C0+k9iYOZkPHcqVKJ9+kgGk97fp3tKy76VzxjKbGnr/khtH9bx2zx9swBuzxNkb3v3ksGX/JdWWNVik1YbqJquXAEwWeeyPOlu9vnebXUKqkThhP/B7AajwwBHzAPXwRktg1JmbhmhqvqMJdatLvsZYW+oSk0NJs24ZIvNpnsNNb1BflwshtArwBeKAYn6/MdDxW9eBnaxNJu9m/NwVcCxAM98xbJb0n7vFNJKqeqVh0s5de+pddUXW8qqZSV1QVY/JgpwjeldILxdv57/zDNMWGaLaozTF5pnQsV6p0DuQ66J3/SK+IuRfoBV721Cc++4/JwbPeN7wzvGvoiS4zvDO8Kzl41vvqeRMHparddJupt1Dg0iBjTL+I/ArQWR9VVeYZE12eTPJ885O7x7m4IxjuWQtcaDXuexCR9hXJ1CjwXKXjnIU+gEHLWlLoE5JIc4MxydKFVDSZiapHivD51gErqM3Zex2PVe2LxMfa/v2kvfv8I6vBvD4Y7gkCp51s7bUe8DWMAv3RzuiRCkc5G4eBJNmJqkh8K5EAZDX4JRLfSnfote5ZJUtUFcEOgBNlf3yPWTb7iYNIwAu87A/2SduBIE5D8blCx3KlSiAY7lmNs6uqASZ2J/UtfGC8YWnPYpxx5tJoZ7QPwE1KaWJKqSox3USV4PyxF+ox4C3T/BpKldrj7Ykkhxv2+uLO7/R2oFk8w68CWJZMxYjEp/N7Xm36AQ5bVvZSk7ySIo3Ntp0oXUhFU9SKKuAC97YWE1U6Hqu6YGG29XmtNSdbO+2n7JOuBjynyB6+4fMcobaX/RHtjJpQd6ifyUv/nGRV7ouikldUFcFOgFPk2cP3c0YxxuMXAS0/sc9uBh6JdXWUZNljldKxXKkiC4Z7GoH/BDz+JT3f9gX+8E7xDnowfiPWuB/4HvCeGp8IUaquFbMhcS6HcLe9V6qKPB5MJBgX2sHYuE0WLd/AfADGF9b6G+Q+gCHLChAJyFQnA4wL/gZDtS/7A6fSzaaIPVFwxqnHi/T5qpmOx6oq7fd6fwjwsqaf9QJhD6lPnCj72ef1N1HjiSpXH9PY3ILaSFTtA8ZOtfYkKM7Svw0A96bOmmv9qWZCx3KljsNt6/BV4CWNK++4pWHxA2+yfIMeERBrXHCqXP9Lk1RKVbeZJKpuEJHHReSbInKdiGwQkZY859o4JZdKVZNn1iaSyYRl/OIZntjiw+c7SKNt87vxs0+uZHBF0A8waFlenCUFUxoT8fuMGS1pVEUQ6+pI4PQbKGai6hexrg67SJ+v3HQ8VjXvSb//IYClDbElgNUuB7CtFEMeGpNDJxc0hlW5PnJVVOVX0mbqRRGJ28DOE2SfUJzx+Pwx4z2wj8UNzK3+VGk6litVPB/B2dUv4gv8/q1M3vXPC3y27FEppaZluomqnwIDwGnA5Ti7j/wMiLsvsN/IeIHNHhSUqg6ReGp5MrkHwPIf3XW22b+f1ckkf7LXBioWW3H0A8QtCwrcHW9MxOuvgUSVay9FuDAKhnuW4IxltTp7r+Oxqhc7MCC+XgkwxMnyLM+6O/4lBl/0ygrHVgz9TK+iap57W80VVQA7V0lfE7AkGO5pmPFncSp/Nzxp1ux3j9TqmDxTOpYrVSTBcM8rcf6Gvg98hvy7/uU7rpSqEtPqUWWMuRhARNYB52T8OwvnBTb9IgvOjM9w0SJVqohWJ5OPAevEfxCOBAHw+PtZk0iy2yyt5UbqRDujY2d8/YWjAx6rEefiKDbVc0ZFPD5jauXvdS9wYhE+z/nubU1eFOl4rOpFtDN65MwtL2O3f5iLrD/SLs+R3vHPHls2nQRPterD+bssVCvO32y1Tx7sXMjga90+xSuZ+e6M7cDK/7PP6AeejHV15Nylq17pWK5UcbibcdwFPAm8N9bVYYe6wwdwdtbMtrucsSmlpm+6zdQBMMY8g/OG5K70MRE5mWNfYM8E5jO9BpFKlcWJicQ2rzGXNDTsTyTBB4Yx3xCrR5M8QuDvKh3fbHkgHresRgqoqAp1hzxYlnhr583vXuDCInyeDTjbfG8rwueqGB2PVT0YSywZ3eEbaHy35xG8pPijxylsNYkFz1Y4tGKYbkVVKzAU7YxW+9/rTq/Y/iUMcJAFq5h5oup8gP9Nnb0W+G7RoqsxOpYrNXPBcE8z8F8417ZvinV1DIa6Q+nls8fs+geMAJvKHKJSapqK1kzdGPOUMebbxpi/NsZcBASA04ErivU1lCqWBsOjaxJJ2lr/+BSwSzxDJmXZLE4w8sCNV95e6fhmS4zpH3SW/k15cTQ/lWoG8BpTvf1QjrUXWOC+KZmNDcBvYl0dY0WIqaroeKxqjpX42S6fjwutP3Ca7OEJ73xMqgGTaglXOrQi6AOaQt2hQvsKtVL9y/4AdgC0ywGY3XLsDSkjw4+b4HzmZn+qvHQsV2pqbvP0W4EXAxtjXR1Pug/9E7AM+EdgF07CahdwdbQzmmvHVaVUFZlRRVUhjDEG2O7+U6raPN6eSNDXGJ8f6+pYE+oOnQ88uNwe31HpwIrBFukd8HigkIqqsfElv2huwmdMvPSRFcVe93YV8NRMPoGb5Dob+EKxgqpmOh6raudpevaeMXit7R3h5NQQKf8y2uyWg492vaEeLib63duFHB2/jqeVam6kftROgHZ5nm3mtNns/Hf+s2bJbhtrPZqoOi4dy5U6Khju2Qhsxlk+DHBHrKvjBwCh7lAH8AHgC9HO6A3ADZWJUik1U0WrqKoEEVkoIv8rIk+5twvynNfpnvOUiHRmHL9fRP4kIr93/y0tX/Sqwna0J5P2sGWtCHWHPMAJACuTyccrHFdRJOFAvMCKqoUpezmA12nmWgsyE1UzdS5Oor4m+1MpVW+uORRfCRDz+QDY77V4yfjgQiKBjRUNrDj63NtCl//NozYqqnYZg32CtT/BTMfjSKANeOGDdigB7AeeLmJ8Sqk65SaptnA0SQVwaTDcszHUHVoC3AZEgb+vRHxKqdmr6UQVEAbuNcacDNzr3j+GiCwEPgWch3Nx+qmshNblxpgz3H/PlyNoVQUi8cTyZOq5lIgHWDs/lXqhGMPJ44nfVTq0YjAifYc8lqGAiiq/McsAPMYcKnlgxVGMRNUFOCXgv5x9OAp04kDNzpuGht8DEPN5SQHP+rysSSQ9OLPltS6dqFpY4Pm1sfQvEh8XYddJsneUmY/HLwPkJ/Y5y4EHYl0d2ntJKVWIzUB2C4hmMJuBW4AFwOXRzmjdtXdQaq6o9UTVG4Fu9+Nu4E05znkt8L/GmH7jXIj/L/C6MsWnqtiyZDK9hv2UZmNetDyVosWYuqioAvoGLUvsAmbwBbMEwHN0eUq1K0aiagMQjXV11EoVWS3QiQM1Y6uSyVUNts0un48DXg9JEdYkE1AfW4inx9ZCK6pqI1Hl2LlOngOY6dK/DcaQ+o196lK0wlUpVbicrw2+wLa1ONeDm6Kd0Wh5Q1JKFVOtJ6qWGWP2ux8/h9MwL9sqYE/G/Wc59gL3a+7s/d+LiJCDiFwjIttEZBsFVKio2rAukfwtQINtvyAFJ61JJMHZ0rYe9NsixC0r199EFlkEYBl6Sx1UMcS6OgZxLuJmlKgKhnu8wMvRi6Ji04kDNWMW7F6bTBLz+XjW67TPdMfkethCfLpL/2qlRxXAzlXS28DMJw7O72P+7iM0gvanUkoVbtJ7VvH10bD8fwDuB75U7oCUUsVV9YkqEfmpiDya498bM89zG0xOt2T8cmNMCGcZ0AXAe3KdZIy5xRhzjjHmHHIMjKo2rUskHm6xbRbY9ktGLGvFqmTSMPPttatNP8CAx5py+ZQtTvLVwhwsdVBFlJ1wno4QzoWgJqqKqywTB6CTB3VqU3simdrl9bLHTVStTiaPUB9biGc2Uy9ETVVUtciofz7DK4Phnum9p4wE/MC52+xThoBBnH4ySil1XMFwTwCnz2jGdZ9N08rv2EhyFOiMdkbtCoWnlCqSqk9UGWNeY4x5YY5/3wcOiMgKAPc211KRvcCajPur3WMYY9K3h4GtOEtR1Bzhge3tiQQJ5Kxhy2pZkkz1EoknKx1XkfQBDFrWlDP4NrQBSO6/n2q1l5knqja4t5qomqZqmDhwP79OHtSbSHzrIcu6Z4/PyzN+Hx5jWJJKXU0kXvO7/kU7oyPAKPXXTB1gB8BaOeADlkzzuWcCTT9JnbMA+EWsqyNV7OBUfiLyOrcv4A4RybVU+1oRibqTBw+KyAsqEadSOXwOCOA0St8FGP/iewc8zbstEfuaaGe0HipxlZrzqj5RNYW7gXQz3k7g+znO+TFwsYgscHuhXAz8WES8IrIYQER8wCXAo2WIWVWPJ9sTSdPvsU4BWGindlU6oCLqBzhsWW1TnZhC2gASIvunOreKzCZRdQGwO9bVsWfKM9UxdOJAldJvmxr/MyVCd2D+H1IiOxo+Ff9WpWMqoj4KqKgKdYeEGquoAgjKAZj+mHw+wAN2aDU6cVBW4mwkcxPweuAFwGU5ElFbjTEhY8wZwOeBL5Y5TKUmCYZ7LgI+AHxp3vrwM/PWh5m3PkzDknvbgIeAenrdUGpOq/VEVRfwZyLyFPAa9z4ico6I3ApgjOkHPgM87P77tHusASdh9Ufg9zgXS1vK/y2oionER5cnU/3GXWK0LJnaXumQiqgP4LBlNRAJZO+KcoyUMB+g1+N5rhyBFcleYMV0l5oEwz2CU1GlvVCKTycO1GylewS+GDcBUkf6KayiqgkQaidR9TTA2pklqjYMm4bnDrIAdEwut3OBHcaYp40x48AdOH0GJxhjBjPutjD9KlmliioY7mnCuVZ7uvWUyKPux+04YyY4rx2XVSg8pVSReSsdwGwYY/qAV+c4vg24KuP+7cDtWecMA2eXOkZV3ZakUs/gXjysSyS2VTicYnJ6VFkWON/fSL4TkyLzvMbQ9aGn855ThfbijF9LcfohFWodsAKdvS+FLuBOEXk/Tin+O8CZOACuNcZcZYzpF5H0xAG4Ewci0oKTsPIBHuCn6MTBXJS5mUW9Jar6KCxR1ere1kYz9Uh8KPWptufb5fmlTGfnv0hAgPMfM8FenEqzh6d4hiquXP0Cz8s+SUQ+BPwV4AdeVZ7Q1FwX6g5tBDbj7Oy3G2cHv63ADcDJwJ+JZ/R2IHsitsl9Xs0vGVdK1XiiSqnZeszvGwbAGN6xcvmm8e5Qr/tiWOv6AeIeC5xm03mXuSWgtck2tTZTute9Xc30ElXan6pEdOJAFcHrABun2vuyUHfoF3UyHoMzJp9WwHnz3NtaqajCwjzVbh1YyvQqqk4Clv40dfYw8JtYV8doaaJTs2GMuQm4SUQ2An/H0arZCSJyDXCNe1c3t1Cz4iaptnA0CdUO3Hb6ree/uWHpi9/qadm519O47+vkH2/WliFMpVQZ1PrSP6VmLNQd2vjj1pbzARBh3LKWeYz5mvsiWdOindGEZcxI/GhFVV5JkeZGY9daE9t0omq6S00uAA4Bjxc3HKXUbGRcnKTflywAttTDeOyabkVVzSSqRNi5TvanmN54fD7A/faL16DL/iohb7/APO4A3pTrAd3cQhXZZiZXSjVavsG3+Rb8SqyG5/qA/8N5L5eLNlJXqk5ookrNWU22/eWkyDFVhSkRf5Ntf7lSMRWTBQNxywNTzHAmRJoajKm13Q5nmqjagLO7lG5brFR1yXVx0uwerwd9wEK3Wfrx1FyiCti5TAY8zYxOp5Lh/ISxhp4yq7xohWslPAycLCLrRMQPvAunz+AEETk5424H8FQZ41NzV85xxBgYevJT73z0ij+8ONoZfS/wYSa3tRgBNpU6QKVUeWiiSs1Zo27z5kKP16Bed+nfcWfxx4UGv2G8PCEVzQFgWjP4wXDPEpylN3pRpFT1yZfkqJdlHP2Aj6OJqHxqq0eVYwdAUJ5rn8ZzNjxtVu4zWAb4ZWnCUvkYZ3LqwzgbXGwH7jTGPCYinxaRS93TPiwij4nI73H6VE1a9qdUCeRs52BSLUcwvrvS991l4Vfj9MQ07u3VdbRcXKk5T3tUqTlreTLFft/kP4HlyVpbBZdbCg66zdSPm3gbE2nwOz2Cask73dtNwXDP5cCmWFfHVG9OXu7eaqJKqeqzG6cXSa7j9aDPvV3I8ZNQNVlRBbBGDq4o6OxIYDFw2s/tF+0E/hjr6hgoYWwqD2PMD4AfZB27IePj68oelJrTQt0hPzCGk3iaqD41tg+TavqbWFfHMf1U3aSUJqaUqlNaUaXmrGsH4r2N9rErwBptm2sH4nXRY8GI9A54LJspKqrGRHw+Y2qmkW0w3JPuZeNxD7UDW9zjx7MB5w1QPe3uqFS92ER9L+Pod2+n6lNVc83UcRNVq+VgczDcYwfDPbEpxuOXA/w0dfYqtD+VUuqoTwLB5MiaH9iJ+SljwB5vY7z3Vfc9fs19/1bp4JRS5aWJKjVnvWVo+LobevvHViSSiDGsSCS5obd/7C1Dw/Uyi9hfSEXVqIjHi8m+QKxmM+1lcwHO7lJjJYlKKTVjc2AZR7qiaqpEVc1VVJ0w+h8XD5pm1soBcKog8k8eRAIbgW8aA1/0/Vvj570319qOs0qpEgh1h84BPpkaXfbzI7s+9MrhHZs8Q090MbwzzHjfK88rYDJSKVVndOmfmrsi8a1viAR4w/DIZpw+KLuBTUTidXNhdNiyrBQs8uQ7IxKQ0TWrLK9J1dLSv2n3sgmGe5qBs4EvlCQipdSs1fkyjnRF1cIpzqu5RJWNtXmXWUq7PJ95OD15cPTn6SSptgDNIrBK+ni7/OwqIoGH6uh1Vyk1TaHuUBPwDWD/yK4PrCP/ZKSOE0rNIZqoUnOb8+a4Xl/4+o0Icctadpwro9YRS/BgauaiiPy9bI63ZPNcnPFO+1MppSphOhVVKaBmlmMDa3eZZZwusUnHs+7fSNYFqAhN6AWoUnPdZ4D1wGuxm3+U55x62VhDKVUgXfqnVP3qB4h7rLxL/+KWFTgigscwWL6wZi1XLxsbWBIM93wzGO5ZkOM5G3CWE+nuUkqpSphORdVQtDNaS0vidvtJEJQDPN2wkQf9H+VS60HAHCASOJ1I4KNEAt+n/nd2VEpNU6g7dAHOrpL/fnh7133AkTyn1svGGkqpAmmiSqn61Qdw2LLyXhjFfN6lRgSBePnCmh13d7/sXjadwD8AlwGPBsM9r8t62gYgqrtLKaUqIdoZHcdZzldIM/VaqnDlRu8t97zC+gMiYAmstnr5ou+r/KHhquXAo8CXgReS//vSC1Cl5qBQd6gV+DrwTCJ+xt8Bd+FUXSayTq2njTWUUgXSpX9K1a9+gEHLaiISaCQSn7SUpM/jWQYgUFMJHDdZNWmpSDDc8z84fQ5+GAz33AL8GvgUzoz94WC4Z6P7XKWUKrc+Clv6V1OJqsu891+SfcwrNo0mkfx44mrvb+zTnoyZFRtjjRtPxe1RlXGqXoAqNXd9HlhnJwIXj+5711bgtcBHcN6/HtM/Vt+7KTX3aKJKqfrVBxB3dv5bBOzNPmHIspYCmKPLUmparKvjt8Fwz9k41VV/i1N5Je7D83B2okLf8CilKqCfwpb+HS5DLMWUc+legyQ9d6Ze2YGTnPp1cHTrZzd7b+2+yPrDtSukXw7Qlro/9eKvXfaP39fxWKk5JtQduhj4oLF9Xxnecf0ngYuAq2JdHbe5p+i4oNQcp0v/lKpf/QADnolE1SSjIosBUjLR6Lfmxbo6RmNdHZ8ADnA0SZWW3jlGKaXKrS4rqsi/dG93rKvjBzjL/r4F3LApedW154//i5ww9i1eNnaT5/rkNVfqtvNKzS2h7lAbcJsx8qehJ//+XOAC4N0ZSSqllNJElVJ17BDAoFNRlbOhejpRNSZysHxhlc2yPMe1ca9SqhL6mLqiquZ6VJF7g4uJJX2xro5Dsa6OTuAgOnmg1JwV6g5tDHWHYsAhY1g93r+hFeM/G3inVrorpbJpokqpOhXtjCYtYw4PWB7IM4s/LrIQ4LBl1WOiKu8sf1mjUEopRz/1WFEViefa4OJq93imfDvQ6uSBUnUu1B3aaIx8DWgHEAH/godWNa789j/Hujq+V+HwlFJVSHtUKVXHBA7FPdY88lwgJIQ2gL1e7/NlDaw8NqGNe5VS1aMPWBDqDlnRzqid55zaS1RBOlk1VUXEbtyL1BzHlVJ1zNj+L4s17s88JlYC77ztVwIfr1BYSqkqphVVStUxGw5mNFOfJCESABixrMFyxlUObhn5pFl+LS9XSlVIP877rsBxzqnFZuqFOu4SQaVUHZPx3BWV+Y4rpeY8rahSqo4Zkb5DHitFvooqZL77YV1eGLlJKU1MKaWqQXrTikW4PQQzhbpDQq1WVBUg1tWxNRjuAd12Xqk5JRjuaWw9pRE8o5MeM4m2CkSklKoFmqhSqr71HbI8hvw9qlrdD+vywkgppapIOlGVr6F6M06z8bodj3XyQKm5JRjuOcvTuv17WKMYI4iYiceM7WOs99W9FQxPKVXFNFGlVH3rj3ssIX+PqhbLGGyRsTLHpZRSc02/e5uvobpOHCil6kIw3OMFrhfv4A2NK75rmdS8vrHnX9PasPi+BvENYBJtjB28eCw5eNZ1lY5VKVWdNFGlVH3rGxHxJGFRrj/2cZHmBmOSv7niUZPjYaWUUsUzVUWVJqqUUjUvGO5ZD3SD/ZKmNbcfEM/wPBEuTMbPOyMZP0+X/iqlCqKJKqXqW78RYdCylua6MhoXaWwwJlH2qJRSau4ptKKqLnsGKqXqUzDcs5GjvecGcMaywaa1W+7yND73duCKaGf0ceBxdOmvUqpAuuufUvWtHyDusXJeGI2JNPiMGS9vSEopNSelG6jr0j+lVF1wk1RbgHacHnsLAMu/6L5veVueeRvw9WhntLuSMSqlapMmqpSqb30Ahy2rlUjAn/3gmIjPZ9D+VEopVWLRzmgKp9og39K/ee6tJqqUUrViM85GEBPEO+jxL3zgw8B24MMViUopVfM0UaVUfesHGLAsyL44igSsURGvF3OkAnEppdRc1IdWVCml6sfaY++maFz5bbASFvD2aGd0uCJRKaVqniaqlKpvfQBxJ1GVvfNf64hl4THomwillCqPPqZupq49qlTJicjrRORPIrJDRMI5Hv8rEXlcRP4oIveKSHsl4lRV75jxyr/kXrwtzzB24JJety+VUkrNiDZTV6q+uT2qPDB5Fj9wRAQvRmfvlVKqPPqZPGmQphVVqixExAPcBPwZ8CzwsIjcbYzJTCw8ApxjjBkRkQ8CnwfeWf5oVbUKhnteA8zzzv9dqmHJTzziGwAgOdyeSgycd11lo1NK1TqtqFKqvg1gjMlTUTV/xBJEZ++VUqpcjrf0T3tUqXI5F9hhjHnaOBuq3AG8MfMEY8x9xpgR9+5DwOoyx6iqWDDcswT4pi/w632NK7+bsvwDiIAIeJp3p+atn1Skp5RS06KJKqXqWLQzmhKID3gsmHxxNH/ESWANlj0wpZSam/o5/tK/FOgGF6rkVgF7Mu4/6x7L5/3AD3M9ICLXiMg2EdlG/mpBVUeC4R4BvgYsaFh+tyViH7NZj4jx4zRZV0qpGdNElVL1rz9XRVUKAiMiGGcXKqWUUqXXBwRC3aFcrRdagaFoZ9SUOSal8hKRdwPnAF/I9bgx5hZjzDnGmHOA3rIGpyrlI0AHkvi4WKkVec5Zm+e4UkoVRHtUKVXnjEjvgMdqJ6uiqt9jLbJFsBFNVCmlVHn0ubcLgINZj7WiS7FVeewF1mTcX+0eO4aIvAb4JHCRMUYr/RTBcM8ZwBc8LU882LTm61ce59Td5YpJKVWftKJKqfrX3295UmRVVPV5PEsAxmXiwkkppVRp9bu3ufpUtaL9qVR5PAycLCLrRMQPvAu4O/MEETkTuBm41BjzfAViVFUmGO5pEc/gXY0rv5NsXvv1DSIsAb4CjGSdOgJsKn+ESql6ohVVStW/vlw9qgYtawnAsGVpqb5SSpVHemIgV6JqHpqoUmVgjEmKyIeBHwMe4HZjzGMi8mlgmzHmbpylfq3AXSICsNsYc2nFglZlF+oObcTpNbUW2NO45uQj3qZnT8I6ksL5/fh0tDM6FOoO/TrjvN3ApmhndGvFAldK1QVNVClV//oHLcsiq6JqRKyFAIOWpRVVSilVHumKqlwN1bWiSpWNMeYHwA+yjt2Q8fFryh6UqhpukmoL0OweWutrfQo70dJreXhFtDP6WPpcNymliSmlVFHp0j+l6l/fEcvyJrNm8I9YsgAgJaI9UZRSqjyOV1GlPaqUUtViM0eTVBPEOzySmaRSSqlS0USVphWHbAAAIABJREFUUvWvHyDuLvVLGxNpcz/UCyOllCqPdKJKK6qUUtUs5659Isc04VdKqZKp6USViCwUkf8Vkafc2wV5zvuRiAyIyD1Zx9eJyK9FZIeIfMdtKKlUvekHGPRYASKBieW+YyLz3Q/1wkjNmo7HShVkEEihzdSVUlXM2N6ck5jG9mu7CKVUWdR0ogoIA/caY04G7nXv5/IF4D05jn8O+JIx5iTgEPD+kkSpVGX1AcQtCzJm8cdE5rkf6oWRKgYdj5WaQrQzanAmD3JVVGkzdaVUxYW6QyeAmWeMHHPc2D5Gn3tDhaJSSs01tZ6oeiPQ7X7cDbwp10nGmHvJWt4kzhYmrwK+O9Xzlapx6aV/kDGLPybS6n6oF0aqGHQ8Vqow/WRVVIW6QxbQgo7HSqkKCnWHmozhexifjB34c+zxNowBe7yN0f1vIRl/Sa5qUKWUKrpa3/VvmTFmv/vxc8CyaTx3ETBgjEm6958FVuU6UUSuAa5x7y7OdY5SVcypqPJ4IOP3d1wk3SRTL4xUMZRlPFaqDvQxeelfEyBoz0ClVAUZ23ezWIkzRva9k9TQehKHLsg+ZXcl4lJKzT1Vn6gSkZ8Cy3M89MnMO8YYIyKmFDEYY24BbnHj2VaKr6FUCfUDDEyuqGoSYzAiRyoVmKot1TAeu3Ho5IGqZf3A6qxjWuGqlKqoF9z8Z2FPY+I9Y72vtFND628GOjl2578RYFNlolNKzTVVn6gyxrwm32MickBEVhhj9ovICuD5aXzqPqBNRLzuLP5qYO8sw1WqGsUxxo5blsWxFVWNPsP4b6+IliyhoOpLtYzHOnmgalwf8OKsY9ozUClVMaf8v7+8wr/o4I3J4RMS472vuDjW1XF/MNzzILAZZwfA3cCmWFfH1spGqpSaK6o+UTWFu3Gy/V3u7fcLfaI7438f8Dbgjuk+X6laEe2M2qGvv/BQ3GMtIl1RFQl4Rhcv9PkwusxEFYuOx0oVpo/JzdS1okopVREn3HDbVU1rfneLSTUnE/GzNsRufMtvANyklCamlFIVUeuJqi7gThF5P7ALeAeAiJwDXGuMucq9/wBwGtAqIs8C7zfG/Bj4BHCHiPwj8AhwWwW+B6VKT6T/kGW1cbSiat6ICF5jRisZlqorOh4rVZh+oCXUHWqIdkbH3GPpRJVOHiilSioY7tnIRKWUHW9a/aM28cWNPbqyY8f1n/pNpeNTSimo8USVMaYPeHWO49uAqzLuT+oE6B5/Gji3ZAEqVT36+j2etRztUTV/xLLwOP0GlJo1HY+VKlife7sI2Od+rBVVSqmSc5NUW3B7T/kX3d/mnfcEicEXffOJj3zrJ5WNTimljqrpRJVSqmD9hzyWzdGKqsCICJZhuJJBKaXUHNTv3i5EE1VKqfLa7J3/SHPDkh8jvgEAkiNrGd172UUVjktVq0ggowLP6VVGJK5LQlXJWZUOQClVFn1xyyMcU1ElCEYvipRSqrwyK6rStJm6UqrkvPMfWdu44j+x/AOIgAh4Gvfjnf/7tZWOTVUhJ0m1BWgHxL3d4h5XqqQ0UaXU3NB/2BIvRyuq5o+IBchgBWNSSqm5KJ2oymyorhVVSqmSCobvfkXD0h+IWIljjouVoGHpD+0KhaWq22bcZaIZmt3jSpWULv1Tam7oH7MsbwIW+Zz7gRFLsCFe2bCUUmrOSS/9y6yo0mbqSqmcQt2hSUuvop3RSUuvcp0HPApckBpb+t6Wk0bPtXy5hxjxDmrxgsolX6WdVuCpktNElVJzQx9A3LIWLo4EPLgVVRZmoMJxKaXUXJNr6V8rkATGyx+OUqpaucmniebnuEuvQt0h0smqUHdIgPcDXwGaMs77VvrziDWKPbbsOfEONoiwIPvriLC7hN+GqkWRwAtxXpd8OR7V3xdVcpqoUmpu6AcY9Fiy2LYX2DD/iCX4DIcqHZhSSs0xIzgJqeylf0PRzqipTEhKqSqVb+nVbaHu0CeAJThtHXIlEzCphvHhZ67zm8SCm0E+Mm99+O0cm/gCZ0zaVPzQVc2KBK4EbsL53WgEGjIe1d8XVRZa5qnU3JCuqAJYNCyyMCnCEZH+4z9NKaVUMbnJqD4mN1PX/lRKqWz5llg1AjHgB8D/y/tsa8xvEgv/CuSDsa6OhFuFdTWwCzDu7dW5lhKqOSgSaCES+DpwO/AQcBrwPrJ+X3TXP1UOWlGl1NzQDzDg8QAsjnss5wJJRC+MlFKq/PrIUVFVoViUUtWrj6Mb4WTaFe2MvjF9x10i2D7pLOM7GOvq+FLmITcppYkGdaxI4HTgLpzk1D8AnyEST20/bf13gd+tf2L7ExWNT805mqhSam44pqJqyLLSF0h6YaSUUuXXz+QeVdpIXSk1IdQd2mAMC0AQOboq2Ng+EofO/Xkw3HMiIIDVsPSCB30LHmrP3NHP2D4S8TPuLH/kqiZEApnN9/uBeakxiR/a0fIXi+/a+1WA7aet7wYuAzzbT1vfuv6J7UcqF7CaazRRpdTc0A8TiarFI2K1ucf1wkgppcqvDzg5475WVKmyEpHXAV8GPMCtxpiurMcvBP4ZeBHwLmPMd8sf5dwV6g6dCPyXSSw0Y70X0bD4PsQ3gEm0MXbwtSQHz3wP8J70+WPPd5AaXUnDkh9nn3cJ8OGKfSNqascmjJzdGou4tG77aev9OK8x89L/Tnnr/pM8Pr56pN/XPLS3kdEB76KxQz4SI94lwBcPnrZ+y/ontqeAh4H9wO+LFY9ShdJElVJzwyDGpOIeywMsOmJJwD2uF0ZKKVV+uSqqnq1QLGqOEREPTqPkP8P5vXtYRO42xjyecdpu4Argb8of4dwW6g61AfcYg2dk9/u8JrGYZPy8XKe+F7Bxegf9R3LwTEkOnpl9Tr4eV6oaOEmqSbs6EgkwKVmVI6G1/Y6VPwFe7B5bA6z1NifPDb6md4Gv2V518NHWAZg/aZdHOylxj880D+1tpPexVvzzkzQtHicwf+RQ76PzL8Op1GP9E9v/tTTfuFJT00SVUnNAtDNqQl9/Yf8hy7MIWDwqMt99SBNVSilVfn3AolB3SNzm6tpMXZXTucAOY8zTACJyB/BGYCJRZYyJuY/ZlQhwrgp1h3zAd43hpCN73vecSSyelGRw7Yp1dXwzfScY7tlMrh5VTkKjPpW4EqlMXzffro43AlvdaqhT2k4avtrbMO+DY4NeX2LYw/Jz4u2NCxJb5q0d2Xp4d/NVE88UM4KhqW97q4gHEkOeBQ1t48ZOWoNiGY/HZ7dgIQd+GwgggBgC645g+WwsjwFoA84ATt5+2vohnNel/9/encfJVdb5Hv/8zqnq6i1dWclKEhAkLfY4OKjgOMi9aHBhxA1kmTGyDIPCHfDlqAHnaoEzvqLoCFcQBQUjinEBFYlXQNRBHC8SBOlIBwgYQiAhSXenOr1X1XnuH+d0Ur2F7qS761TX9/161avrPHXq1POc0/Xrrl89y97oZ/H9vUBv46YWrVQrk0aJKpFKYdbW6nszgDl9ZvVRqT4YiYhMvTagivADSReao0qm1mLg+aLtbcCIXXZejpldBFwUbY406beMUdPaJiPs6XZK7/b39xe6XukDVxP2aitOZnQDVw55+pUM7pkz2n7Tw3h6IsXxdTPpNHBa9HyCvNG/16cvm6SvI8GMxb1LazLp7YvflNrzwoNzVuzZXAc4vKTDPMcLv5tFvtevdQW7cNBxndXmexK0P12P+Q7PD7CEM88nHeStt9CXaHcF685XBwvMXMIFRlAw3MAtMAPWDKvvyApFyayhSayhZc2Nm1o0fFjGRYkqkcrR2u77i4G5fWZ1UZkSVSIiU681+jmH/YkqxWMpO865m4CbAMxsQ4mrU9ZckPyEebl/6tt9Mvns8f8NnL1lzTt3LF+9/kmG9ODZsuadg5IiW9a88/blq9fzcvtNI6P1RPock7ui4Wivex2Z9J+AJ8lk88BIPa/+PdfjWX9H4h8TNYkTUg35ZK7HK2y5b66f7/aJRtsBjr3bqgtBzqvO93rH7H8ZwwWOZG1A1Yw8ybpeEjUF/FRAojrATwW5RCpIelVh7yjzBtXRkcnW7NsannAD6A4KXPTkDxf9JCqvZ//cViP9HK3s8CFldcAdgBJVMi5KVIlUjrZ2P1z1r89s4A+TPhiJiEy9gUTV7Ka1TdsI/5FXPJap8gLhh8kBS6IymULLV6/fl8hIzHi8rXpxbk6uo4n+XW9dA/zvLWvemYcwCcUYki9j3a+sZdL1hKvQjTTMESZzTq5M+k0HeN25wEagz3063RzkrNtPcYJzVO16fAa9e5LL+vYkbs73hAmpRE1+l3O2yRXsFUHOFu1PUoH5kO/1Xwz6vQ3A08DTh7+59d9T6dz8RE2A2aDX3QYcC3STyebJpLeMUsfBQ0Az2dvJpGFIYtP7bPb2xs8C4Rcou8ZzekbTsqLRI+xBLDIuSlSJVI7WDs/zgAW9ZgN/MPTBSERk6rVFP+cQfnNtKB7L1HkYONrMjiBMUJ0FnFPaKlWW5avXn5No+OMtqXn3piy5B2COy82id/t7rtuy5l1XlLp+JTXSHFBhEuhi4B8Ie+rkgOQIzw7IpC8DbiKT7Zmg+hwBfB44Ayi4AD/IG35VOD1T++ZaundXdXe9VLXF5W1JkPP+pqohb3Xz++nv9OnakQqnuy9KRuV7Eg3ALOChmrl9yYalvSem0rnZyfrCC8mawmq7OvvdIXXoZuShnZ8kk+0oKhv7ENBwqOKkJzYbN7UEQO9kv45MP0pUiVSOtk7PqwKWdnn7+gN3l7A+IiKVqnjon+YMlCnlnMub2aXAPYAP3OKc+7OZXQ1scM7dZWavA35M+GH6783sKufcsSWs9rSSSD98XfWCu1Lm5YoK95KY8edz4YzLS1ezEht5DqjbAA/oA74PfA04guEJmT7gWeBa4Aoy6S8AXydcKGDUyc9bVjQaUL/k71rP96uCTxZy3oJCv7e7dl5/ptDnvXrPMw0X9bRWWa4rsSfIWwpHjZ8KqJvfR67Hp7e1ChdQC/aqgWP2dyTJ9/hU1eeZsaSXqvo8yfoCVfV5t/XXc5cCL0YJnDGel5F7QA1fGXCM+4mUASWqRCpHW84s0Q90e4bvXN9jH9qo1XxERKbeQI+q2exPVGkydZkyzrmfAz8fUvbpovsPEw4JlEmQmnv/3EFJKsC8PKm598+FTGkqFQ8jzQHlAe3AUWSyA7Hz96MmZDLpNwOfBr4UFPhM90up2u7dyUS+xyff6y0r9Pq39d9xzOeDnLeWMBH7DmD5tt/OKXpJNw/shiH1mDlwp9Dv0dNWRSIV9CXr8o/2703+DniRsIfis0e/e8cdfio4fMgwPYCtjZtath3UmRlrD6gp6iklMtmUqBKpHK0AWd+j24yEcxPTJVpERMZLPapEKtTyK+58c/0xe0Z8LBoGWF5GGqp3MD14MukmRp8DamZRkgqAlnWL7gQeBU4F3gJ8gnWN18CiNFCDuU6cNYxwLA9YAu5K812vGXkv6QIvGXh+VTQxeXVAVV0eL+GyOx6ZeT5homz/zdneozY87Q7QltVU0iqMIpNAiSqRytEGkPV8uj0PL5woUUREpljzqua+prVNXQzuUaVElcg0tnz1eks0/OnLtcseuGyEnjYhV7V7Sit1qEYeqnczmTRjSlZl0gacBHwSeDvhbE6Dzk6u19j7fE3rSysabwX+mjAhliZMOA09k/2EsXQ7zn49r6njQvOdeYmAZF2BRHWAl3T4VQFe0nWb7ZsjcDQNs767/c6XbcewdmkInsihUqJKpHKEPaq8sEeVKVElIlJKbYQ9qmZE20pUiUxTR3/+U0uqF239TaLhT68gqO51QeJbWOF8M7dvNTTnrN+8/stKWc+DMNJQvVrCyceHzJ80qOfV88CdwInAGwhXmPu3nvZEd/dLqTWd21NVOCPX6ZPrTkC4qt6HoiN1A88BdxMuDPA84dxU2xo3tQzu5ZRJr2TkXlrPkckujxJlKeApBq+EOWDrCGVjoyF4IodEiSqRytEGsMf36PE8nOZDEREppVY0R5XItNO0tmnQULhC/+wHq+bkz7LEXr/Qs/RBP7Xj7zee9+ieprVNvy3ez8xd2byquXwSG5n0iYw+VG8JmfSLQHN0qyNMNFVHjy8FLu/v8nft3lj/nexfal8DdiVFSS+/ukDtnP6uRF3hvp5dqaeAe4EHGje1DJ7c68AOvApeJuuAXg3VE4kfJapEKkcrQEfUoyqAjpd7goiITJqBHlUa+icyTTStbTrHObu1qKfUMr+qbVmQm1HItb/xoic/+rWbB/aNklLlk5gaECaoMsBKICAcgjdUO2FiqQm4FEgV+qHj+Ro6X6ihtz1BkPcIct484B+KnvNH4JfAba987KlnD72uWi1PpFwpUSVSOfb1qOr2jIJZGc7YKSIybbQCf4USVSLThguqrjOvv2pouXl92eIkVVkYPkn6rcAbCRNUu4FPRD+vZ3hPpEtb1i36L+A1mPtbLxlcGfQXTSlljlQ6z8wj97qX/ph+HdDcuKmlf3LaodXyRMqRElUilaMT5/J7PM/r9jwvD9lSV0hEpIINHfqnRJVIubP+uSOWe/2zD/qYE7Wq3vhfc+gk6RnC3vgfB24kk+2K9u0LCnyuc3tqacdztd2d21N7Xd77FpAEwFnBjEL1rJxfe1gfDct6qJmdH3ilrbNvf/GRSW2LiJQlJapEKkTzqmZ3/K3HdmU9v6HbjPd1dr2PTPo+dWsWESmJNsJEVQOQJ1ytSkTKVOMN7/uwX2eEC9cN5nIzD+6gh7qq3sG9pgHXMHySdIA9LesWfRk4jnWN7wV6YdGJwELC7lJ10fN2Eg7juwZ4+JXveeldaA4oERkHJapEKkUmfc6ixQsbOnzPujyPmYXCDCb7nx0RERlNK+ADi4C9zauah3+6FZHYe8XVX1menP3g3ckZTx0b9Kch0YV5+3oM4YIkfbtP2X2Qh/8CI6+q9zkOdpjaSD204D7gLYTD+lYSxiUA8n1Gx9YaOp6roX9vYimQY98YPhzwRPT87cAPgPsbN7UEQ15Vc0CJyLgoUSVSOT43KyjYbt8jb0Zd4OBQ/9kREZGD1Rb9XIaG/YmUneWr18/w655ak5r/84v96h1efm/joz0vnvmNRH3Lf6bm3Zuy5B5cbiZ9u1b25Ttee9mYD5xJp4B3AxcCi0fZaxmZ9Erg12Syueh5Lz9EcOQeWre5AK+nLUnXS6nurh2ptkKvV8j3+L4lHIVef//zPQewBXgM+L/Ajxo3tbSPrV2aA0pExk6JKpHKsbShENCSCuf4rHX7vuxaWrIaiYhUrtbopxJVImVg+er1RYkg156c+VBNav76GpzXl+868iMtl/7glmi/PfmO1w5KGG1Z887hCZrhiaUbCIfQfZBwRdDngD3ASOMGHXAP0EomfQewC/gow4cINgAbgWOAYwq9dmnnzlRNT2sVfe1JvERAod/z+rJJF+Q8i55fCw7zHTUzc9TN7ySVzpGale9O1gT/pF5QIjIVlKgSqRxbZwbBsl1++M1YbbBvlMnWktVIRKRyDfSoWgI8WsqKiMiBLV+9/pxEwx9vGegphUvONi9H0Df3GS+1++9aPvLT7QP7RkmpAydzRu7Z9AWgANwZPXY/cBYjz+30YcKJzT8AnEs4NxQAQQF625N076yqDXLejS4wevck6N6ZAmcU8xIB1bNy1C/utY4ttbcDfwD+C+zPK87YfgYaqiciJaJElUjluHJGEKwNzBIANc6BJrIUESmVgR5VCdSjSiTWEukNN1Qv+GnKvHCUHZbDBR59rSelN19x1fYDP3uIcLLyLzHyZOXbyWTPLNoedW6nlhWN1cAOvyr42axXdn4n+5day/d6uIKxfwopwFyfGc/iqKmZ27egelauumZuP7WH9ZGs2fel5XOLf/HcuUPqoqF6IlIySlSJVIpM9vZnbjzqdOBMgKRzO4GP6tsxEZGSaC26v7dktRCRUS1fvX65JbJfrD1i/cx9SaqIeQGpub+aC1eN7WCZ9MCwvvOABaPsNWxOqpZ1i34APA6cAbwJWMO6xluAFECh32P3xgbMc3jJgMSMPKl0nupZOWrn9b+45b55h69oiSY3H96TC/SlpYjEkBJVIhXkv2trfkWUqLp8/rwzmlc1P1DiKomIVKriCYjVo0qkRJrWNg2bhLx3x+m/Mb/rxpol207z65/2zAojPteSe4YXDp576nngDuBo4O2EK30+CMwlnIdqkCDP80+uaFwJnAacABxOOEdVddFuBcJE9xbg/wG3HvWuHccla4PrGZ6A+vigFfgyWa2+JyJlQYkqkcrSVnRfH4xEREqkeVVzvmltUxZIo3gsUhJNa5vOcc5uNXNVUdEy5+w7qcN+ZuYFuEJNtytUfxuv7yzz8sMnNXdVuwdtD++xtJRwkvM9hHNQfYtM9iky6XMKObu5e2dVba4rQW97ks7tKVfo9ZYSTpI+oAv4KuE8dm3An4AXGze1OAZ7jEy6j7EkoLT6noiUASWqRCpL8VATfTASESmtNpSoEikZFyS/Yl6uqrjMzJlziSCXfc1FyfSjt25c1Rw0rW367ZCEFs5Zv3n9l+17YiY9HxjaqwmAfK/X+fRPFjwMrGZd4+tg0RHgagfmkvKrCoHDXgDLAo8AvwB+3rippWPMjVECSkSmESWqRCqLelSJiMRHK3AEmqNKZEIdc+351yfqn7zYEh2+yzcU8p3HfO3Jy2+5tGlt00LgJBf4p4B3inm52SMewHLepn/59jcHNptXNd/+ma8sf+ODtTUX7/J9f16hUHhTd8/NV7W2/5hM+gOEc0+d6hx+rtuj+6UUXTtS9LYnCfIe+R5/CeFqfgP2gv2JcJW96wr9/hMj9JISEalYSlSJVBZN3isiEh8DMVlfHIhMkGOuPf/6ZPqxSwYmP7dkh5+cueGSY7/5ugu9RDgBOc6n0LMcv2Yr5vcOO4bLDRnll0mfcxWcR2u7H5X4QYF/7tpVdUFfR6K6vyPZ2bk9tSPX7S/GWfGRqJnbz6yjutp3NTdcCPQAv23c1KL3vIjIAZR1osrMZgPfB5YTTih4pnOufYT9fkE4IeGDzrnTisq/BbwZyEZFH3LOPTa5tRYpqeIeVd0lq4VMO4rHIgdlICbrQ6vIBEnUb7p42Ap95sDLp/p2nfJioWfpxkL3kb/HJf+cSG+4qW7Bj2cG3v7J0r3Ap2f3Kfvmntpx2uFz00ckr+3vSNRmn6uhvzNBvsfDFSwBFn2Wcgmwl8wL6qrn9DdUz+736hf2UTsvh5dw3cClc3/4wp2IiMiYlHWiClgN3O+cW2Nmq6PtT46w3zWE48X/eYTHPu6c+9Ek1lEkTrqBfiDfvKp55CVsRA6O4rHI+KlHlZSEmb0NuI5wFbpvOOfWDHk8BXwb+BvC39MPOOe2TFZ9LvnSSfdsSreu3JUw5uUdK7Jz7r3hYw+cOnS/0Yb0HfvNE+cEvYuusET2XD+11x/pNczyPNV56wqgQIoCUFjXdfKbUztaL7m9uh46PU5tDjhuZy91Hd9r2PSd7+XCZFQ97Zvro6OEo/O8pKOqPkdqZt51PFf7brCfN25qyQNDV/3TqnoiIgfBnCvf4dBm9iRwsnNuu5ktBH7jnDtmlH1PBv51hG/w7x7PByMz2+CcO/7Qai5SGtESzN8m/Mf0OeDK5lXN+uepRKZTPClFPI6eN23OoVSWKB5/lXAy9V3A5YrHpVNJscTMfOAp4K3ANuBh4Gzn3BNF+3wE+Cvn3MVmdhbwHufcB17muAd1Di/50kn3/GF268pez9tXVh0EvL5tcLLqmGvPv746/cglgRfsf83AKORm7bGqPTPNAvz+tKv2263HjPpux2FZmLMXAg+WZQPO29hLrsun0O8R5A1XGBimVzxcD8Bhvit4CdeTqClsmdPYtTSVzjV4yYBkbYDt3/05Mtnl422ziIyukuKxjK7ce1TNd85tj+7vAOYfxDH+w8w+DdwPrHbO9Q3dwcwuAi6KNuceVE1FSiz6UHQzYZIKYBlwc9PaJvThSCbAlMRjUEyW8lcUjwdWB5uH4rFMndcDm51zzwKY2TrgdOCJon1OBzLR/R8B15uZuQn6hrtlRWMN4UICic5/tJWLd3h4gePIlxzz2xzOIMGulTed/rqnnTO3dU5V5+l12ePmdBSo74VkHmr7HHW9UJ3bObPK94IFPTkSnbu8Qt6wYYmnUBfVgHMYBfNcX7I+X1dVX2DGkl6SdQU8PyA1M4dfhSOT3f85KewlVfyehbCX+pUTcT5ERGSw2CeqzOyXwIIRHvpU8YZzzpnZeP94XkH4gaoKuIlwmMrVQ3dyzt0UPY6ZbRjna4jExecYvmRybVSuD0bysuIQj6PjKyZLuVM8llJaDDxftL0NeMNo+zjn8maWBeYAu5kYTcBDAKtvc8BosxF0HvVyBwoMamf35vDZmfN9qqqCRXtr8J+dkWBXPXTPgKbD9nJy0LVt888WvKJx06b+fU/OpLcQfnE31NZBW5ns7WTSoCF9IiJTIvaJKufcW0Z7zMxeMrOFRUNNdo7z2APf/veZ2a3Avx5CVUXibuk4y0UGUTwWmTCKxzItHEIP183AB4D8199td7QljcADrwCJAMzBzELAec+6H1f7haqaBbm+S19R895Ct0dDt8Nzxt4aI1sHNVUF1n/4mep9R456Px03vPfTJxs3tfQPrgZXMtaeUmFSSokpEZEpEPtE1cu4C1gFrIl+/nQ8Ty76UGXAu4GNE19FkdjYyli+NRQ5OIrHImOneCyl9AJweNH2kqhspH22mVmCcC611iH7HHQP18ZNLW3ADwByXzrp3pYR56iad++rv/DAewfKzr5macc182fM+IvnD9rv4t1dewcdfDy9n9RTSkQklso9UbUG+IGZXUA4MfSZAGZ2PHCxc+7CaPu3wAqg3sy2ARc45+4Bvmtm8whnUHwMuLgEbRCZKmPDCaBOAAAJoElEQVT/1lBk/BSPRcZO8VhK6WHgaDM7gjAhdRZwzpB9Br58+D3wfuBXEzU/1VA3fOyBU8ey6t+ZXdmLU+TX3jArndiR8FmQL3BJezZ/elfX8L8X4+n9pJ5SIiKxU9ar/pWCViGQchZN4DvoW0NN3Fs6iieHTudQypXicbxUWiwxs3cA1xIusHKLc+4/zOxqYINz7i4zqwZuA44D2oCzBiZfP8AxJ/8chsP61PtJZBqrtHgsI1Oiapz0xhGRiaJ4cuh0DkVkIiiWHDqdQxGZCIolAuC9/C4iIiIiIiIiIiKTT4kqERERERERERGJBSWqREREREREREQkFpSoEhERERERERGRWFCiSkREREREREREYkGJKhERERERERERiQUlqkREREREREREJBbMOVfqOpQVM9sFPDeOp8wFdk9SdaaS2hE/06UtldyOZc65eZNRmUqhmFz21I54qeR2KB4fIsXjsqd2xM90act426F4LEpUTTYz2+CcO77U9ThUakf8TJe2qB0ylabLdVI74kXtiJfp0o7pbrpcJ7UjXqZLO2D6tGW6tEOmlob+iYiIiIiIiIhILChRJSIiIiIiIiIisaBE1eS7qdQVmCBqR/xMl7aoHTKVpst1UjviRe2Il+nSjuluulwntSNepks7YPq0Zbq0Q6aQ5qgSEREREREREZFYUI8qERERERERERGJBSWqJpGZvc3MnjSzzWa2utT1ORAzO9zMfm1mT5jZn83ssqh8tpndZ2ZPRz9nReVmZv8natvjZvba0rZgMDPzzexRM7s72j7CzB6K6vt9M6uKylPR9ubo8eWlrHcxM5tpZj8ys01m1mJmJ5bj9TCzj0a/UxvN7HtmVl0O18PMbjGznWa2sahs3OffzFZF+z9tZqtK0RZRPC4lxeP4XI9yjcdRfRSTp5FyicmKx/F4/w+lmKz/kWX6U6JqkpiZD9wAvB14FXC2mb2qtLU6oDzwMefcq4ATgEui+q4G7nfOHQ3cH21D2K6jo9tFwI1TX+UDugxoKdr+PPBl59xRQDtwQVR+AdAelX852i8urgN+4ZxbAbyGsD1ldT3MbDHwL8DxzrlXAz5wFuVxPb4FvG1I2bjOv5nNBj4DvAF4PfCZgT/cMnUUj0tO8TgGyjweg2LytFFmMVnxOB7v/6EUk/U/skx3zjndJuEGnAjcU7R9BXBFqes1jvr/FHgr8CSwMCpbCDwZ3f86cHbR/vv2K/UNWEIYIP8ncDdgwG4gMfTaAPcAJ0b3E9F+FoM2pIG/DK1LuV0PYDHwPDA7Or93A6eWy/UAlgMbD/b8A2cDXy8qH7SfblN2HRWPS1d3xeOYXI9yj8dRPRSTp8GtnGOy4nEs2qGYHINronis22Tf1KNq8gwEnwHborLYi7qSHgc8BMx3zm2PHtoBzI/ux7l91wKfAIJoew6wxzmXj7aL67qvHdHj2Wj/UjsC2AXcGnXR/oaZ1VFm18M59wLwRWArsJ3w/D5C+V2PAeM9/7G8LhWobK+D4nEs3v+Kx/G6HsUUk8tTWV4HxePYvP8Vk+N3TUDxWCaYElUyiJnVA3cAlzvnOoofc845INbLRJrZacBO59wjpa7LIUoArwVudM4dB3SxvwstUDbXYxZwOuE/FYuAOoZ3FS5L5XD+pbwpHseG4nEZKIdrIOVL8ThWFJNjrhzOv8SfElWT5wXg8KLtJVFZbJlZkvCP8Hedc3dGxS+Z2cLo8YXAzqg8ru37W+BdZrYFWEfYvfk6YKaZJaJ9iuu6rx3R42mgdSorPIptwDbn3EPR9o8I/yiX2/V4C/AX59wu51wOuJPwGpXb9Rgw3vMf1+tSacruOigex+r9r3gcr+tRTDG5PJXVdVA8jt37XzE5ftcEFI9lgilRNXkeBo6OVm6oIpwc764S12lUZmbAN4EW59x/Fj10FzCwCsMqwrH5A+UfjFZyOAHIFnX3LBnn3BXOuSXOueWE5/xXzrlzgV8D7492G9qOgfa9P9q/5N8AOOd2AM+b2TFR0SnAE5TZ9SDsznyCmdVGv2MD7Sir61FkvOf/HmClmc2KvjlbGZXJ1FI8LgHF43hdD6ZfPAbF5HJVNjFZ8RiI2ftfMRmI2TWJKB7LxJrMCbAq/Qa8A3gKeAb4VKnr8zJ1fRNhF83Hgcei2zsIxz7fDzwN/BKYHe1vhCu2PAM0E65YUfJ2DGnTycDd0f0jgT8Am4EfAqmovDra3hw9fmSp611U/78GNkTX5CfArHK8HsBVwCZgI3AbkCqH6wF8j3DOgBzht3cXHMz5B86P2rMZOK/U16NSb4rHJW+T4nEMbuUaj6P6KCZPo1u5xGTF43i8/0dog2Ky/kfWbZrfzLk4JWJFRERERERERKRSaeifiIiIiIiIiIjEghJVIiIiIiIiIiISC0pUiYiIiIiIiIhILChRJSIiIiIiIiIisaBElYiIiIiIiIiIxIISVSITzMyqzewmM2szs5+Uuj4iIpVMMVlEJB4Uj0VkrJSoEpl4nwLOAL4JnG5miRLXR0Skkikmi4jEg+KxiIyJgoPIBIr+4F4M3AjsBTqdc/nS1kpEpDIpJouIxIPisYiMh3pUiUysk4G5wDrgtcDTJa2NiEhlOxnFZBGRODgZxWMRGSMlqkQm1tuAHUAzcBLwq9JWR0Skoikmi4jEg+KxiIyZElUiE+t/AL8D3gAcBtxd2uqIiFQ0xWQRkXhQPBaRMTPnXKnrIDItmFkdkAX+DVgMvB042ulNJiIy5RSTRUTiQfFYRMZLPapEJs5xgA9sAT4IfE1/gEVESkYxWUQkHhSPRWRclKgSmTjHRj9PBvoJVzUREZHSUEwWEYkHxWMRGRclqkQmzkLAAWcAX3TOdZW4PiIilUwxWUQkHhSPRWRclKgSmTjVgBGOwb+uxHUREal0iskiIvGgeCwi46JElcjE2Rv9/KhzrrekNREREcVkEZF4UDwWkXFRokpkApiZB7yLsFvzA1FZtZnVl7RiIiIVSDFZRCQeFI9F5GAoUSUyMf4X0Eg4QeSlZrYQeBw4t6S1EhGpTIrJIiLxoHgsIuNmWhlU5NCYWQOwFvg+kACuiR76rHPuqyWrmIhIBVJMFhGJB8VjETlYSlSJiIiIiIiIiEgsaOifiIiIiIiIiIjEghJVIiIiIiIiIiISC0pUiYiIiIiIiIhILChRJSIiIiIiIiIisaBElYiIiIiIiIiIxIISVSIiIiIiIiIiEgtKVImIiIiIiIiISCwoUSUiIiIiIiIiIrGgRJWIiIiIiIiIiMSCElUiIiIiIiIiIhIL/x/fv9BQ+zUX8QAAAABJRU5ErkJggg== ) In [ ]: ``` ``` tutorial\_io /\*! \* \* Twitter Bootstrap \* \*/ /\*! \* Bootstrap v3.3.7 (http://getbootstrap.com) \* Copyright 2011-2016 Twitter, Inc. \* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) \*/ /\*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css \*/ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /\*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css \*/ @media print { \*, \*:before, \*:after { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons\_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } \* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } \*:before, \*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 33px; } h2, .h2 { font-size: 27px; } h3, .h3 { font-size: 23px; } h4, .h4 { font-size: 17px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 19.5px; } } small, .small { font-size: 92%; } mark, .mark { background-color: #fcf8e3; padding: .2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 9px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 541px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .container { width: 768px; } } @media (min-width: 992px) { .container { width: 940px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class\*="col-"] { position: static; float: none; display: table-column; } table td[class\*="col-"], table th[class\*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 32px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 45px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .form-group-lg select.form-control { height: 45px; line-height: 45px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 23px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class\*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 2px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .navbar { border-radius: 2px; } } @media (min-width: 541px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 541px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 3px 0px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .navbar-left { float: left !important; float: left; } .navbar-right { float: right !important; float: right; margin-right: 0px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 59px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #000; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 3px; } .well-sm { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .item\_buttons:before, .item\_buttons:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .item\_buttons:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /\*! \* \* Font Awesome \* \*/ /\*! \* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome \* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) \*/ /\* FONT PATH \* -------------------------- \*/ @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /\* makes the font 33% larger relative to the icon container \*/ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /\* Deprecated as of 4.4.0 \*/ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /\* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons \*/ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .fa-handshake-o:before { content: "\f2b5"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-o:before { content: "\f2b7"; } .fa-linode:before { content: "\f2b8"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-book-o:before { content: "\f2ba"; } .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-circle-o:before { content: "\f2be"; } .fa-user-o:before { content: "\f2c0"; } .fa-id-badge:before { content: "\f2c1"; } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } .fa-quora:before { content: "\f2c4"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-telegram:before { content: "\f2c6"; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } .fa-shower:before { content: "\f2cc"; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } .fa-podcast:before { content: "\f2ce"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-grav:before { content: "\f2d6"; } .fa-etsy:before { content: "\f2d7"; } .fa-imdb:before { content: "\f2d8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-eercast:before { content: "\f2da"; } .fa-microchip:before { content: "\f2db"; } .fa-snowflake-o:before { content: "\f2dc"; } .fa-superpowers:before { content: "\f2dd"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /\*! \* \* IPython base \* \*/ .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } code { color: #000; } pre { font-size: inherit; line-height: inherit; } label { font-weight: normal; } /\* Make the page background atleast 100% the height of the view port \*/ /\* Make the page itself atleast 70% the height of the view port \*/ .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .corner-all { border-radius: 2px; } .no-padding { padding: 0px; } /\* Flexible box model classes \*/ /\* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ \*/ /\* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. \*/ .hbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } .hbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .vbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } .vbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .hbox.reverse, .vbox.reverse, .reverse { /\* Old browsers \*/ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /\* Modern browsers \*/ flex-direction: row-reverse; } .hbox.box-flex0, .vbox.box-flex0, .box-flex0 { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; width: auto; } .hbox.box-flex1, .vbox.box-flex1, .box-flex1 { /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex, .vbox.box-flex, .box-flex { /\* Old browsers \*/ /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex2, .vbox.box-flex2, .box-flex2 { /\* Old browsers \*/ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /\* Modern browsers \*/ flex: 2; } .box-group1 { /\* Deprecated \*/ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .box-group2 { /\* Deprecated \*/ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .hbox.start, .vbox.start, .start { /\* Old browsers \*/ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /\* Modern browsers \*/ justify-content: flex-start; } .hbox.end, .vbox.end, .end { /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; } .hbox.center, .vbox.center, .center { /\* Old browsers \*/ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /\* Modern browsers \*/ justify-content: center; } .hbox.baseline, .vbox.baseline, .baseline { /\* Old browsers \*/ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /\* Modern browsers \*/ justify-content: baseline; } .hbox.stretch, .vbox.stretch, .stretch { /\* Old browsers \*/ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /\* Modern browsers \*/ justify-content: stretch; } .hbox.align-start, .vbox.align-start, .align-start { /\* Old browsers \*/ -webkit-box-align: start; -moz-box-align: start; box-align: start; /\* Modern browsers \*/ align-items: flex-start; } .hbox.align-end, .vbox.align-end, .align-end { /\* Old browsers \*/ -webkit-box-align: end; -moz-box-align: end; box-align: end; /\* Modern browsers \*/ align-items: flex-end; } .hbox.align-center, .vbox.align-center, .align-center { /\* Old browsers \*/ -webkit-box-align: center; -moz-box-align: center; box-align: center; /\* Modern browsers \*/ align-items: center; } .hbox.align-baseline, .vbox.align-baseline, .align-baseline { /\* Old browsers \*/ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /\* Modern browsers \*/ align-items: baseline; } .hbox.align-stretch, .vbox.align-stretch, .align-stretch { /\* Old browsers \*/ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /\* Modern browsers \*/ align-items: stretch; } div.error { margin: 2em; text-align: center; } div.error > h1 { font-size: 500%; line-height: normal; } div.error > p { font-size: 200%; line-height: normal; } div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } div.traceback-wrapper pre.traceback { max-height: 600px; overflow: auto; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ body { background-color: #fff; /\* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below \*/ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } body > #header { /\* Initially hidden to prevent FLOUC \*/ display: none; background-color: #fff; /\* Display over codemirror \*/ position: relative; z-index: 100; } body > #header #header-container { display: flex; flex-direction: row; justify-content: space-between; padding: 5px; padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { body > #header { display: none !important; } } #header-spacer { width: 100%; visibility: hidden; } @media print { #header-spacer { display: none; } } #ipython\_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } [dir="rtl"] #ipython\_notebook { margin-right: 10px; margin-left: 0; } [dir="rtl"] #ipython\_notebook.pull-left { float: right !important; float: right; } .flex-spacer { flex: 1; } #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } #ipython\_notebook img { height: 28px; } #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { #site { height: auto !important; } } /\* Smaller buttons \*/ .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } input.ui-button { padding: 0.3em 0.9em; } span#kernel\_logo\_widget { margin: 0 10px; } span#login\_widget { float: right; } [dir="rtl"] span#login\_widget { float: left; } span#login\_widget > .button, #logout { color: #333; background-color: #fff; border-color: #ccc; } span#login\_widget > .button:focus, #logout:focus, span#login\_widget > .button.focus, #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } span#login\_widget > .button:hover, #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active:hover, #logout:active:hover, span#login\_widget > .button.active:hover, #logout.active:hover, .open > .dropdown-togglespan#login\_widget > .button:hover, .open > .dropdown-toggle#logout:hover, span#login\_widget > .button:active:focus, #logout:active:focus, span#login\_widget > .button.active:focus, #logout.active:focus, .open > .dropdown-togglespan#login\_widget > .button:focus, .open > .dropdown-toggle#logout:focus, span#login\_widget > .button:active.focus, #logout:active.focus, span#login\_widget > .button.active.focus, #logout.active.focus, .open > .dropdown-togglespan#login\_widget > .button.focus, .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { background-image: none; } span#login\_widget > .button.disabled:hover, #logout.disabled:hover, span#login\_widget > .button[disabled]:hover, #logout[disabled]:hover, fieldset[disabled] span#login\_widget > .button:hover, fieldset[disabled] #logout:hover, span#login\_widget > .button.disabled:focus, #logout.disabled:focus, span#login\_widget > .button[disabled]:focus, #logout[disabled]:focus, fieldset[disabled] span#login\_widget > .button:focus, fieldset[disabled] #logout:focus, span#login\_widget > .button.disabled.focus, #logout.disabled.focus, span#login\_widget > .button[disabled].focus, #logout[disabled].focus, fieldset[disabled] span#login\_widget > .button.focus, fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } span#login\_widget > .button .badge, #logout .badge { color: #fff; background-color: #333; } .nav-header { text-transform: none; } #header > span { margin-top: 10px; } .modal\_stretch .modal-dialog { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .modal\_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } .modal-header { cursor: move; } @media (min-width: 768px) { .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { select.form-control { margin-left: 12px; margin-right: 12px; } } /\*! \* \* IPython auth \* \*/ .center-nav { display: inline-block; margin-bottom: -4px; } [dir="rtl"] .center-nav form.pull-left { float: right !important; float: right; } [dir="rtl"] .center-nav .navbar-text { float: right; } [dir="rtl"] .navbar-inner { text-align: right; } [dir="rtl"] div.text-left { text-align: right; } /\*! \* \* IPython tree view \* \*/ /\* We need an invisible input field on top of the sentense\*/ /\* "Drag file onto the list ..." \*/ .alternate\_upload { background-color: none; display: inline; } .alternate\_upload.form { padding: 0; margin: 0; } .alternate\_upload input.fileinput { position: absolute; display: block; width: 100%; height: 100%; overflow: hidden; cursor: pointer; opacity: 0; z-index: 2; } .alternate\_upload .btn-xs > input.fileinput { margin: -1px -5px; } .alternate\_upload .btn-upload { position: relative; height: 22px; } ::-webkit-file-upload-button { cursor: pointer; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ ul#tabs { margin-bottom: 4px; } ul#tabs a { padding-top: 6px; padding-bottom: 4px; } [dir="rtl"] ul#tabs.nav-tabs > li { float: right; } [dir="rtl"] ul#tabs.nav.nav-tabs { padding-right: 0; } ul.breadcrumb a:focus, ul.breadcrumb a:hover { text-decoration: none; } ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } ul.breadcrumb span { color: #5e5e5e; } .list\_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .list\_toolbar .tree-buttons { padding-top: 1px; } [dir="rtl"] .list\_toolbar .tree-buttons .pull-right { float: left !important; float: left; } [dir="rtl"] .list\_toolbar .col-sm-4, [dir="rtl"] .list\_toolbar .col-sm-8 { float: right; } .dynamic-buttons { padding-top: 3px; display: inline-block; } .list\_toolbar [class\*="span"] { min-height: 24px; } .list\_header { font-weight: bold; background-color: #EEE; } .list\_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .list\_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .list\_container > div { border-bottom: 1px solid #ddd; } .list\_container > div:hover .list-item { background-color: red; } .list\_container > div:last-child { border: none; } .list\_item:hover .list\_item { background-color: #ddd; } .list\_item a { text-decoration: none; } .list\_item:hover { background-color: #fafafa; } .list\_header > div, .list\_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .list\_header > div input, .list\_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: text-bottom; line-height: 22px; position: relative; top: -1px; } .list\_header > div .item\_link, .list\_item > div .item\_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } [dir="rtl"] .list\_item > div input { margin-right: 0; } .new-file input[type=checkbox] { visibility: hidden; } .item\_name { line-height: 22px; height: 24px; } .item\_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .item\_modified { margin-right: 7px; margin-left: 7px; } [dir="rtl"] .item\_modified.pull-right { float: left !important; float: left; } .item\_buttons { line-height: 1em; margin-left: -5px; } .item\_buttons .btn, .item\_buttons .btn-group, .item\_buttons .input-group { float: left; } .item\_buttons > .btn, .item\_buttons > .btn-group, .item\_buttons > .input-group { margin-left: 5px; } .item\_buttons .btn { min-width: 13ex; } .item\_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .item\_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } [dir="rtl"] .item\_buttons.pull-right { float: left !important; float: left; } [dir="rtl"] .item\_buttons .kernel-name { margin-left: 7px; float: right; } .toolbar\_info { height: 24px; line-height: 24px; } .list\_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .highlight\_text { color: blue; } #project\_name { display: inline-block; padding-left: 7px; margin-left: -2px; } #project\_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } .sort\_button { display: inline-block; padding-left: 7px; } [dir="rtl"] .sort\_button.pull-right { float: left !important; float: left; } #tree-selector { padding-right: 0px; } #button-select-all { min-width: 50px; } [dir="rtl"] #button-select-all.btn { float: right ; } #select-all { margin-left: 7px; margin-right: 2px; margin-top: 2px; height: 16px; } [dir="rtl"] #select-all.pull-left { float: right !important; float: right; } .menu\_icon { margin-right: 2px; } .tab-content .row { margin-left: 0px; margin-right: 0px; } .folder\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .folder\_icon:before.fa-pull-left { margin-right: .3em; } .folder\_icon:before.fa-pull-right { margin-left: .3em; } .folder\_icon:before.pull-left { margin-right: .3em; } .folder\_icon:before.pull-right { margin-left: .3em; } .notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .notebook\_icon:before.fa-pull-left { margin-right: .3em; } .notebook\_icon:before.fa-pull-right { margin-left: .3em; } .notebook\_icon:before.pull-left { margin-right: .3em; } .notebook\_icon:before.pull-right { margin-left: .3em; } .running\_notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .running\_notebook\_icon:before.fa-pull-left { margin-right: .3em; } .running\_notebook\_icon:before.fa-pull-right { margin-left: .3em; } .running\_notebook\_icon:before.pull-left { margin-right: .3em; } .running\_notebook\_icon:before.pull-right { margin-left: .3em; } .file\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .file\_icon:before.fa-pull-left { margin-right: .3em; } .file\_icon:before.fa-pull-right { margin-left: .3em; } .file\_icon:before.pull-left { margin-right: .3em; } .file\_icon:before.pull-right { margin-left: .3em; } #notebook\_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } ul#new-menu { left: auto; right: 0; } #new-menu .dropdown-header { font-size: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 3px; margin: -3px 20px 0; } .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .kernel-menu-icon:before { content: "\f096"; } .kernel-menu-icon-current:before { content: "\f00c"; } #tab\_content { padding-top: 20px; } #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } #running .panel-group .panel .panel-heading a:focus, #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } #running .panel-group .panel .panel-body { padding: 0px; } #running .panel-group .panel .panel-body .list\_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } #running .panel-group .panel .panel-body .list\_container .list\_item { border-bottom: 1px solid #ddd; } #running .panel-group .panel .panel-body .list\_container .list\_item:last-child { border-bottom: 0px; } .delete-button { display: none; } .duplicate-button { display: none; } .rename-button { display: none; } .move-button { display: none; } .download-button { display: none; } .shutdown-button { display: none; } .dynamic-instructions { display: inline-block; padding-top: 4px; } /\*! \* \* IPython text editor webapp \* \*/ .selected-keymap i.fa { padding: 0px 5px; } .selected-keymap i.fa:before { content: "\f00c"; } #mode-menu { overflow: auto; max-height: 20em; } .edit\_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .edit\_app #menubar .navbar { /\* Use a negative 1 bottom margin, so the border overlaps the border of the header \*/ margin-bottom: -1px; } .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator.fa-pull-left { margin-right: .3em; } .dirty-indicator.fa-pull-right { margin-left: .3em; } .dirty-indicator.pull-left { margin-right: .3em; } .dirty-indicator.pull-right { margin-left: .3em; } .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-dirty.fa-pull-left { margin-right: .3em; } .dirty-indicator-dirty.fa-pull-right { margin-left: .3em; } .dirty-indicator-dirty.pull-left { margin-right: .3em; } .dirty-indicator-dirty.pull-right { margin-left: .3em; } .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-clean.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean.pull-left { margin-right: .3em; } .dirty-indicator-clean.pull-right { margin-left: .3em; } .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .dirty-indicator-clean:before.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean:before.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean:before.pull-left { margin-right: .3em; } .dirty-indicator-clean:before.pull-right { margin-left: .3em; } #filename { font-size: 16pt; display: table; padding: 0px 5px; } #current-mode { padding-left: 5px; padding-right: 5px; } #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { #texteditor-backdrop { background-color: #EEE; } } @media print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } .CodeMirror-dialog { background-color: #fff; } /\*! \* \* IPython notebook \* \*/ /\* CSS font colors for translated ANSI escape sequences \*/ /\* The color values are a mix of http://www.xcolors.net/dl/baskerville-ivorylight and http://www.xcolors.net/dl/euphrasia \*/ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-default-inverse-fg { color: #FFFFFF; } .ansi-default-inverse-bg { background-color: #000000; } .ansi-bold { font-weight: bold; } .ansi-underline { text-decoration: underline; } /\* The following styles are deprecated an will be removed in a future version \*/ .ansibold { font-weight: bold; } .ansi-inverse { outline: 0.5px dotted; } /\* use dark versions for foreground, to improve visibility \*/ .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: #c4a000; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } /\* and light for background, for the same reason \*/ .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } div.cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /\* This acts as a spacer between cells, that is outside the border \*/ margin: 0px; outline: none; position: relative; overflow: visible; } div.cell:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: transparent; } div.cell.jupyter-soft-selected { border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { div.cell.jupyter-soft-selected { border-color: transparent; } } div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: #ababab; } div.cell.selected:before, div.cell.selected.jupyter-soft-selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #42A5F5; } @media print { div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: transparent; } } .edit\_mode div.cell.selected { border-color: #66BB6A; } .edit\_mode div.cell.selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #66BB6A; } @media print { .edit\_mode div.cell.selected { border-color: transparent; } } .prompt { /\* This needs to be wide enough for 3 digit prompt numbers: In[100]: \*/ min-width: 14ex; /\* This padding is tuned to match the padding on the CodeMirror editor. \*/ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; /\* Don't highlight prompt number selection \*/ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /\* Use default cursor \*/ cursor: default; } @media (max-width: 540px) { .prompt { text-align: left; } } div.inner\_cell { min-width: 0; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } /\* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output\_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output\_subareas have no height. \*/ div.prompt:empty { padding-top: 0; padding-bottom: 0; } div.unrecognized\_cell { padding: 5px 5px 5px 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.unrecognized\_cell .inner\_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } div.unrecognized\_cell .inner\_cell a { color: inherit; text-decoration: none; } div.unrecognized\_cell .inner\_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { div.unrecognized\_cell > div.prompt { display: none; } } div.code\_cell { /\* avoid page breaking on code cells when printing \*/ } @media print { div.code\_cell { page-break-inside: avoid; } } /\* any special styling for code cells that are currently running goes here \*/ div.input { page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.input { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_prompt { color: #303F9F; border-top: 1px solid transparent; } div.input\_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input\_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } /\* The following gets added to the <head> if it is detected that the user has a \* monospace font with inconsistent normal/bold/italic height. See \* notebookmain.js. Such fonts will have keywords vertically offset with \* respect to the rest of the text. The user should select a better font. \* See: https://github.com/ipython/ipython/issues/1503 \* \* .CodeMirror span { \* vertical-align: bottom; \* } \*/ .CodeMirror { line-height: 1.21429em; /\* Changed from 1em to our global default \*/ font-size: 14px; height: auto; /\* Changed to auto to autogrow \*/ background: none; /\* Changed from white to allow our bg to show through \*/ } .CodeMirror-scroll { /\* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.\*/ /\* We have found that if it is visible, vertical scrollbars appear with font size changes.\*/ overflow-y: hidden; overflow-x: auto; } .CodeMirror-lines { /\* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because \*/ /\* we have set a different line-height and want this to scale with that. \*/ /\* Note that this should set vertical padding only, since CodeMirror assumes that horizontal padding will be set on CodeMirror pre \*/ padding: 0.4em 0; } .CodeMirror-linenumber { padding: 0 8px 0 4px; } .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .CodeMirror pre { /\* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, use .CodeMirror-lines for vertical \*/ padding: 0 0.4em; border: 0; border-radius: 0; } .CodeMirror-cursor { border-left: 1.4px solid black; } @media screen and (min-width: 2138px) and (max-width: 4319px) { .CodeMirror-cursor { border-left: 2px solid black; } } @media screen and (min-width: 4320px) { .CodeMirror-cursor { border-left: 4px solid black; } } /\* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> Adapted from GitHub theme \*/ .highlight-base { color: #000; } .highlight-variable { color: #000; } .highlight-variable-2 { color: #1a1a1a; } .highlight-variable-3 { color: #333333; } .highlight-string { color: #BA2121; } .highlight-comment { color: #408080; font-style: italic; } .highlight-number { color: #080; } .highlight-atom { color: #88F; } .highlight-keyword { color: #008000; font-weight: bold; } .highlight-builtin { color: #008000; } .highlight-error { color: #f00; } .highlight-operator { color: #AA22FF; font-weight: bold; } .highlight-meta { color: #AA22FF; } /\* previously not defined, copying from default codemirror \*/ .highlight-def { color: #00f; } .highlight-string-2 { color: #f50; } .highlight-qualifier { color: #555; } .highlight-bracket { color: #997; } .highlight-tag { color: #170; } .highlight-attribute { color: #00c; } .highlight-header { color: blue; } .highlight-quote { color: #090; } .highlight-link { color: #00c; } /\* apply the same style to codemirror \*/ .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .cm-s-ipython span.cm-atom { color: #88F; } .cm-s-ipython span.cm-number { color: #080; } .cm-s-ipython span.cm-def { color: #00f; } .cm-s-ipython span.cm-variable { color: #000; } .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .cm-s-ipython span.cm-variable-3 { color: #333333; } .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .cm-s-ipython span.cm-string { color: #BA2121; } .cm-s-ipython span.cm-string-2 { color: #f50; } .cm-s-ipython span.cm-meta { color: #AA22FF; } .cm-s-ipython span.cm-qualifier { color: #555; } .cm-s-ipython span.cm-builtin { color: #008000; } .cm-s-ipython span.cm-bracket { color: #997; } .cm-s-ipython span.cm-tag { color: #170; } .cm-s-ipython span.cm-attribute { color: #00c; } .cm-s-ipython span.cm-header { color: blue; } .cm-s-ipython span.cm-quote { color: #090; } .cm-s-ipython span.cm-link { color: #00c; } .cm-s-ipython span.cm-error { color: #f00; } .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } div.output\_wrapper { /\* this position must be relative to enable descendents to be absolute within it \*/ position: relative; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } /\* class for the output area when it should be height-limited \*/ div.output\_scroll { /\* ideally, this would be max-height, but FF barfs all over that \*/ height: 24em; /\* FF needs this \*and the wrapper\* to specify full width, or it will shrinkwrap \*/ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } /\* output div while it is collapsed \*/ div.output\_collapsed { margin: 0px; padding: 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } div.out\_prompt\_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } div.out\_prompt\_overlay:hover { /\* use inner shadow to get border that is computed the same on WebKit/FF \*/ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } div.output\_prompt { color: #D84315; } /\* This class is the outer container of all output sections. \*/ div.output\_area { padding: 0px; page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.output\_area .MathJax\_Display { text-align: left !important; } div.output\_area .rendered\_html table { margin-left: 0; margin-right: 0; } div.output\_area .rendered\_html img { margin-left: 0; margin-right: 0; } div.output\_area img, div.output\_area svg { max-width: 100%; height: auto; } div.output\_area img.unconfined, div.output\_area svg.unconfined { max-width: none; } div.output\_area .mglyph > img { max-width: none; } /\* This is needed to protect the pre formating from global settings such as that of bootstrap \*/ .output { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { div.output\_area { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } div.output\_area pre { margin: 0; padding: 1px 0 1px 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } /\* This class is for the output subarea inside the output\_area and after the prompt div. \*/ div.output\_subarea { overflow-x: auto; padding: 0.4em; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; max-width: calc(100% - 14ex); } div.output\_scroll div.output\_subarea { overflow-x: visible; } /\* The rest of the output\_\* classes are for special styling of the different output types \*/ /\* all text output has this class: \*/ div.output\_text { text-align: left; color: #000; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; } /\* stdout/stderr are 'text' as well as 'stream', but execute\_result/error are \*not\* streams \*/ div.output\_stderr { background: #fdd; /\* very light red background for stderr \*/ } div.output\_latex { text-align: left; } /\* Empty output\_javascript divs should have no height \*/ div.output\_javascript:empty { padding: 0; } .js-error { color: darkred; } /\* raw\_input styles \*/ div.raw\_input\_container { line-height: 1.21429em; padding-top: 5px; } pre.raw\_input\_prompt { /\* nothing needed here. \*/ } input.raw\_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /\* make sure input baseline aligns with prompt \*/ vertical-align: baseline; /\* padding + margin = 0.5em between prompt and cursor \*/ padding: 0em 0.25em; margin: 0em 0.25em; } input.raw\_input:focus { box-shadow: none; } p.p-space { margin-bottom: 10px; } div.output\_unrecognized { padding: 5px; font-weight: bold; color: red; } div.output\_unrecognized a { color: inherit; text-decoration: none; } div.output\_unrecognized a:hover { color: inherit; text-decoration: none; } .rendered\_html { color: #000; /\* any extras will just be numbers: \*/ } .rendered\_html em { font-style: italic; } .rendered\_html strong { font-weight: bold; } .rendered\_html u { text-decoration: underline; } .rendered\_html :link { text-decoration: underline; } .rendered\_html :visited { text-decoration: underline; } .rendered\_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h1:first-child { margin-top: 0.538em; } .rendered\_html h2:first-child { margin-top: 0.636em; } .rendered\_html h3:first-child { margin-top: 0.777em; } .rendered\_html h4:first-child { margin-top: 1em; } .rendered\_html h5:first-child { margin-top: 1em; } .rendered\_html h6:first-child { margin-top: 1em; } .rendered\_html ul:not(.list-inline), .rendered\_html ol:not(.list-inline) { padding-left: 2em; } .rendered\_html ul { list-style: disc; } .rendered\_html ul ul { list-style: square; margin-top: 0; } .rendered\_html ul ul ul { list-style: circle; } .rendered\_html ol { list-style: decimal; } .rendered\_html ol ol { list-style: upper-alpha; margin-top: 0; } .rendered\_html ol ol ol { list-style: lower-alpha; } .rendered\_html ol ol ol ol { list-style: lower-roman; } .rendered\_html ol ol ol ol ol { list-style: decimal; } .rendered\_html \* + ul { margin-top: 1em; } .rendered\_html \* + ol { margin-top: 1em; } .rendered\_html hr { color: black; background-color: black; } .rendered\_html pre { margin: 1em 2em; padding: 0px; background-color: #fff; } .rendered\_html code { background-color: #eff0f1; } .rendered\_html p code { padding: 1px 5px; } .rendered\_html pre code { background-color: #fff; } .rendered\_html pre, .rendered\_html code { border: 0; color: #000; font-size: 100%; } .rendered\_html blockquote { margin: 1em 2em; } .rendered\_html table { margin-left: auto; margin-right: auto; border: none; border-collapse: collapse; border-spacing: 0; color: black; font-size: 12px; table-layout: fixed; } .rendered\_html thead { border-bottom: 1px solid black; vertical-align: bottom; } .rendered\_html tr, .rendered\_html th, .rendered\_html td { text-align: right; vertical-align: middle; padding: 0.5em 0.5em; line-height: normal; white-space: normal; max-width: none; border: none; } .rendered\_html th { font-weight: bold; } .rendered\_html tbody tr:nth-child(odd) { background: #f5f5f5; } .rendered\_html tbody tr:hover { background: rgba(66, 165, 245, 0.2); } .rendered\_html \* + table { margin-top: 1em; } .rendered\_html p { text-align: left; } .rendered\_html \* + p { margin-top: 1em; } .rendered\_html img { display: block; margin-left: auto; margin-right: auto; } .rendered\_html \* + img { margin-top: 1em; } .rendered\_html img, .rendered\_html svg { max-width: 100%; height: auto; } .rendered\_html img.unconfined, .rendered\_html svg.unconfined { max-width: none; } .rendered\_html .alert { margin-bottom: initial; } .rendered\_html \* + .alert { margin-top: 1em; } [dir="rtl"] .rendered\_html p { text-align: right; } div.text\_cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.text\_cell > div.prompt { display: none; } } div.text\_cell\_render { /\*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;\*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } h1:hover .anchor-link, h2:hover .anchor-link, h3:hover .anchor-link, h4:hover .anchor-link, h5:hover .anchor-link, h6:hover .anchor-link { visibility: visible; } .text\_cell.rendered .input\_area { display: none; } .text\_cell.rendered .rendered\_html { overflow-x: auto; overflow-y: hidden; } .text\_cell.rendered .rendered\_html tr, .text\_cell.rendered .rendered\_html th, .text\_cell.rendered .rendered\_html td { max-width: none; } .text\_cell.unrendered .text\_cell\_render { display: none; } .text\_cell .dropzone .input\_area { border: 2px dashed #bababa; margin: -1px; } .cm-header-1, .cm-header-2, .cm-header-3, .cm-header-4, .cm-header-5, .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .cm-header-1 { font-size: 185.7%; } .cm-header-2 { font-size: 157.1%; } .cm-header-3 { font-size: 128.6%; } .cm-header-4 { font-size: 110%; } .cm-header-5 { font-size: 100%; font-style: italic; } .cm-header-6 { font-size: 100%; font-style: italic; } /\*! \* \* IPython notebook webapp \* \*/ @media (max-width: 767px) { .notebook\_app { padding-left: 0px; padding-right: 0px; } } #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook\_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /\* This spaces the page away from the edge of the notebook area \*/ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } @media print { #notebook-container { width: 100%; } } div.ui-widget-content { border: 1px solid #ababab; outline: none; } pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } p.dialog { padding: 0.2em; } /\* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. \*/ pre, code, kbd, samp { white-space: pre-wrap; } #fonttest { font-family: monospace; } p { margin-bottom: 0; } .end\_space { min-height: 100px; transition: height .2s ease; } .notebook\_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { .notebook\_app { background-color: #EEE; } } kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } .jupyter-keybindings { padding: 1px; line-height: 24px; border-bottom: 1px solid gray; } .jupyter-keybindings input { margin: 0; padding: 0; border: none; } .jupyter-keybindings i { padding: 6px; } .well code { background-color: #ffffff; border-color: #ababab; border-width: 1px; border-style: solid; padding: 2px; padding-top: 1px; padding-bottom: 1px; } /\* CSS for the cell toolbar \*/ .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; display: -webkit-flex; } @media print { .celltoolbar { display: none; } } .ctb\_hideshow { display: none; vertical-align: bottom; } /\* ctb\_show is added to the ctb\_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb\_global\_show class is also set. \*/ .ctb\_global\_show .ctb\_show.ctb\_hideshow { display: block; } .ctb\_global\_show .ctb\_show + .input\_area, .ctb\_global\_show .ctb\_show + div.text\_cell\_input, .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border: 1px solid #cfcfcf; } .celltoolbar { font-size: 87%; padding-top: 3px; } .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .celltoolbar select:-ms-input-placeholder { color: #999; } .celltoolbar select::-webkit-input-placeholder { color: #999; } .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .celltoolbar select[disabled], .celltoolbar select[readonly], fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .celltoolbar select[disabled], fieldset[disabled] .celltoolbar select { cursor: not-allowed; } textarea.celltoolbar select { height: auto; } select.celltoolbar select { height: 30px; line-height: 30px; } textarea.celltoolbar select, select[multiple].celltoolbar select { height: auto; } .celltoolbar label { margin-left: 5px; margin-right: 5px; } .tags\_button\_container { width: 100%; display: flex; } .tag-container { display: flex; flex-direction: row; flex-grow: 1; overflow: hidden; position: relative; } .tag-container > \* { margin: 0 4px; } .remove-tag-btn { margin-left: 4px; } .tags-input { display: flex; } .cell-tag:last-child:after { content: ""; position: absolute; right: 0; width: 40px; height: 100%; /\* Fade to background color of cell toolbar \*/ background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); } .tags-input > \* { margin-left: 4px; } .cell-tag, .tags-input input, .tags-input button { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; box-shadow: none; width: inherit; font-size: inherit; height: 22px; line-height: 22px; padding: 0px 4px; display: inline-block; } .cell-tag:focus, .tags-input input:focus, .tags-input button:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .cell-tag::-moz-placeholder, .tags-input input::-moz-placeholder, .tags-input button::-moz-placeholder { color: #999; opacity: 1; } .cell-tag:-ms-input-placeholder, .tags-input input:-ms-input-placeholder, .tags-input button:-ms-input-placeholder { color: #999; } .cell-tag::-webkit-input-placeholder, .tags-input input::-webkit-input-placeholder, .tags-input button::-webkit-input-placeholder { color: #999; } .cell-tag::-ms-expand, .tags-input input::-ms-expand, .tags-input button::-ms-expand { border: 0; background-color: transparent; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], .cell-tag[readonly], .tags-input input[readonly], .tags-input button[readonly], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { background-color: #eeeeee; opacity: 1; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { cursor: not-allowed; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button { height: auto; } select.cell-tag, select.tags-input input, select.tags-input button { height: 30px; line-height: 30px; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button, select[multiple].cell-tag, select[multiple].tags-input input, select[multiple].tags-input button { height: auto; } .cell-tag, .tags-input button { padding: 0px 4px; } .cell-tag { background-color: #fff; white-space: nowrap; } .tags-input input[type=text]:focus { outline: none; box-shadow: none; border-color: #ccc; } .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .completions select option.context { color: #286090; } #kernel\_logo\_widget .current\_kernel\_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } [dir="rtl"] #kernel\_logo\_widget { float: left !important; float: left; } .modal .modal-body .move-path { display: flex; flex-direction: row; justify-content: space; align-items: center; } .modal .modal-body .move-path .server-root { padding-right: 20px; } .modal .modal-body .move-path .path-input { flex: 1; } #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } #menubar .navbar-collapse { clear: left; } [dir="rtl"] #menubar .navbar-toggle { float: right; } [dir="rtl"] #menubar .navbar-collapse { clear: right; } [dir="rtl"] #menubar .navbar-nav { float: right; } [dir="rtl"] #menubar .nav { padding-right: 0px; } [dir="rtl"] #menubar .navbar-nav > li { float: right; } [dir="rtl"] #menubar .navbar-right { float: left !important; } [dir="rtl"] ul.dropdown-menu { text-align: right; left: auto; } [dir="rtl"] ul#new-menu.dropdown-menu { right: auto; left: 0; } .nav-wrapper { border-bottom: 1px solid #e7e7e7; } i.menu-icon { padding-top: 4px; } [dir="rtl"] i.menu-icon.pull-right { float: left !important; float: left; } ul#help\_menu li a { overflow: hidden; padding-right: 2.2em; } ul#help\_menu li a i { margin-right: -1.2em; } [dir="rtl"] ul#help\_menu li a { padding-left: 2.2em; } [dir="rtl"] ul#help\_menu li a i { margin-right: 0; margin-left: -1.2em; } [dir="rtl"] ul#help\_menu li a i.pull-right { float: left !important; float: left; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } [dir="rtl"] .dropdown-submenu > .dropdown-menu { right: 100%; margin-right: -1px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .dropdown-submenu > a:after.fa-pull-left { margin-right: .3em; } .dropdown-submenu > a:after.fa-pull-right { margin-left: .3em; } .dropdown-submenu > a:after.pull-left { margin-right: .3em; } .dropdown-submenu > a:after.pull-right { margin-left: .3em; } [dir="rtl"] .dropdown-submenu > a:after { float: left; content: "\f0d9"; margin-right: 0; margin-left: -10px; } .dropdown-submenu:hover > a:after { color: #262626; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #notification\_area { float: right !important; float: right; z-index: 10; } [dir="rtl"] #notification\_area { float: left !important; float: left; } .indicator\_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] .indicator\_area { float: left !important; float: left; } #kernel\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } #kernel\_indicator .kernel\_indicator\_name { padding-left: 5px; padding-right: 5px; } [dir="rtl"] #kernel\_indicator { float: left !important; float: left; border-left: 0; border-right: 1px solid; } #modal\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] #modal\_indicator { float: left !important; float: left; } #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .modal\_indicator:before { width: 1.28571429em; text-align: center; } .edit\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .edit\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .edit\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .command\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .kernel\_idle\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .kernel\_idle\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_idle\_icon:before.pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.pull-right { margin-left: .3em; } .kernel\_busy\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .kernel\_busy\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_busy\_icon:before.pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.pull-right { margin-left: .3em; } .kernel\_dead\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .kernel\_dead\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_dead\_icon:before.pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .kernel\_disconnected\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before.pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.pull-right { margin-left: .3em; } .notification\_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .notification\_widget:focus, .notification\_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .notification\_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active:hover, .notification\_widget.active:hover, .open > .dropdown-toggle.notification\_widget:hover, .notification\_widget:active:focus, .notification\_widget.active:focus, .open > .dropdown-toggle.notification\_widget:focus, .notification\_widget:active.focus, .notification\_widget.active.focus, .open > .dropdown-toggle.notification\_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { background-image: none; } .notification\_widget.disabled:hover, .notification\_widget[disabled]:hover, fieldset[disabled] .notification\_widget:hover, .notification\_widget.disabled:focus, .notification\_widget[disabled]:focus, fieldset[disabled] .notification\_widget:focus, .notification\_widget.disabled.focus, .notification\_widget[disabled].focus, fieldset[disabled] .notification\_widget.focus { background-color: #fff; border-color: #ccc; } .notification\_widget .badge { color: #fff; background-color: #333; } .notification\_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning:focus, .notification\_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .notification\_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active:hover, .notification\_widget.warning.active:hover, .open > .dropdown-toggle.notification\_widget.warning:hover, .notification\_widget.warning:active:focus, .notification\_widget.warning.active:focus, .open > .dropdown-toggle.notification\_widget.warning:focus, .notification\_widget.warning:active.focus, .notification\_widget.warning.active.focus, .open > .dropdown-toggle.notification\_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { background-image: none; } .notification\_widget.warning.disabled:hover, .notification\_widget.warning[disabled]:hover, fieldset[disabled] .notification\_widget.warning:hover, .notification\_widget.warning.disabled:focus, .notification\_widget.warning[disabled]:focus, fieldset[disabled] .notification\_widget.warning:focus, .notification\_widget.warning.disabled.focus, .notification\_widget.warning[disabled].focus, fieldset[disabled] .notification\_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .notification\_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success:focus, .notification\_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .notification\_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active:hover, .notification\_widget.success.active:hover, .open > .dropdown-toggle.notification\_widget.success:hover, .notification\_widget.success:active:focus, .notification\_widget.success.active:focus, .open > .dropdown-toggle.notification\_widget.success:focus, .notification\_widget.success:active.focus, .notification\_widget.success.active.focus, .open > .dropdown-toggle.notification\_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { background-image: none; } .notification\_widget.success.disabled:hover, .notification\_widget.success[disabled]:hover, fieldset[disabled] .notification\_widget.success:hover, .notification\_widget.success.disabled:focus, .notification\_widget.success[disabled]:focus, fieldset[disabled] .notification\_widget.success:focus, .notification\_widget.success.disabled.focus, .notification\_widget.success[disabled].focus, fieldset[disabled] .notification\_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success .badge { color: #5cb85c; background-color: #fff; } .notification\_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info:focus, .notification\_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .notification\_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active:hover, .notification\_widget.info.active:hover, .open > .dropdown-toggle.notification\_widget.info:hover, .notification\_widget.info:active:focus, .notification\_widget.info.active:focus, .open > .dropdown-toggle.notification\_widget.info:focus, .notification\_widget.info:active.focus, .notification\_widget.info.active.focus, .open > .dropdown-toggle.notification\_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { background-image: none; } .notification\_widget.info.disabled:hover, .notification\_widget.info[disabled]:hover, fieldset[disabled] .notification\_widget.info:hover, .notification\_widget.info.disabled:focus, .notification\_widget.info[disabled]:focus, fieldset[disabled] .notification\_widget.info:focus, .notification\_widget.info.disabled.focus, .notification\_widget.info[disabled].focus, fieldset[disabled] .notification\_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info .badge { color: #5bc0de; background-color: #fff; } .notification\_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger:focus, .notification\_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .notification\_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active:hover, .notification\_widget.danger.active:hover, .open > .dropdown-toggle.notification\_widget.danger:hover, .notification\_widget.danger:active:focus, .notification\_widget.danger.active:focus, .open > .dropdown-toggle.notification\_widget.danger:focus, .notification\_widget.danger:active.focus, .notification\_widget.danger.active.focus, .open > .dropdown-toggle.notification\_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { background-image: none; } .notification\_widget.danger.disabled:hover, .notification\_widget.danger[disabled]:hover, fieldset[disabled] .notification\_widget.danger:hover, .notification\_widget.danger.disabled:focus, .notification\_widget.danger[disabled]:focus, fieldset[disabled] .notification\_widget.danger:focus, .notification\_widget.danger.disabled.focus, .notification\_widget.danger[disabled].focus, fieldset[disabled] .notification\_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger .badge { color: #d9534f; background-color: #fff; } div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); /\* Display over codemirror \*/ z-index: 100; /\* Hack which prevents jquery ui resizable from changing top. \*/ top: auto !important; } div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /\* This injects handle bars (a short, wide = symbol) for the resize handle. \*/ } div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .quickhelp { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .shortcut\_key { display: inline-block; width: 21ex; text-align: right; font-family: monospace; } .shortcut\_descr { display: inline-block; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } span.save\_widget { height: 30px; margin-top: 4px; display: flex; justify-content: flex-start; align-items: baseline; width: 50%; flex: 1; } span.save\_widget span.filename { height: 100%; line-height: 1em; margin-left: 16px; border: none; font-size: 146.5%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-radius: 2px; } span.save\_widget span.filename:hover { background-color: #e6e6e6; } [dir="rtl"] span.save\_widget.pull-left { float: right !important; float: right; } [dir="rtl"] span.save\_widget span.filename { margin-left: 0; margin-right: 16px; } span.checkpoint\_status, span.autosave\_status { font-size: small; white-space: nowrap; padding: 0 5px; } @media (max-width: 767px) { span.save\_widget { font-size: small; padding: 0 0 0 5px; } span.checkpoint\_status, span.autosave\_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { span.checkpoint\_status { display: none; } span.autosave\_status { font-size: x-small; } } .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toolbar select, .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .toolbar .btn { padding: 2px 8px; } .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } .toolbar-btn-label { margin-left: 6px; } #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .select-xs { height: 24px; } [dir="rtl"] .btn-group > .btn, .btn-group-vertical > .btn { float: right; } .pulse, .dropdown-menu > li > a.pulse, li.pulse > a.dropdown-toggle, li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ /\*\* WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot \* of chance of beeing generated from the ../less/[samename].less file, you can \* try to get back the less file by reverting somme commit in history \*\*/ /\* \* We'll try to get something pretty, so we \* have some strange css to have the scroll bar on \* the left with fix button on the top right of the tooltip \*/ @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /\*properties of tooltip after "expand"\*/ .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } /\*properties of tooltip before "expand"\*/ .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .tooltiptext { /\*avoid the button to overlap on some docstring\*/ padding-right: 30px; } .ipython\_tooltip { max-width: 700px; /\*fade-in animation when inserted\*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .ipython\_tooltip a { float: right; } .ipython\_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } ul.typeahead-list i { margin-left: -10px; width: 18px; } [dir="rtl"] ul.typeahead-list i { margin-left: 0; margin-right: -10px; } ul.typeahead-list { max-height: 80vh; overflow: auto; } ul.typeahead-list > li > a { /\*\* Firefox bug \*\*/ /\* see https://github.com/jupyter/notebook/issues/559 \*/ white-space: normal; } ul.typeahead-list > li > a.pull-right { float: left !important; float: left; } [dir="rtl"] .typeahead-list { text-align: right; } .cmd-palette .modal-body { padding: 7px; } .cmd-palette form { background: white; } .cmd-palette input { outline: none; } .no-shortcut { min-width: 20px; color: transparent; } [dir="rtl"] .no-shortcut.pull-right { float: left !important; float: left; } [dir="rtl"] .command-shortcut.pull-right { float: left !important; float: left; } .command-shortcut:before { content: "(command mode)"; padding-right: 3px; color: #777777; } .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } [dir="rtl"] .edit-shortcut.pull-right { float: left !important; float: left; } #find-and-replace #replace-preview .match, #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } [dir="ltr"] #find-and-replace .input-group-btn + .form-control { border-left: none; } [dir="rtl"] #find-and-replace .input-group-btn + .form-control { border-right: none; } #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } #find-and-replace #replace-preview pre { padding: 5px 10px; } .terminal-app { background: #EEE; } .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .terminal-app .terminal { width: 100%; float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } .terminal-app .terminal, .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .terminal-app .terminal .xterm-rows { padding: 10px; } .terminal-app .terminal-cursor { color: black; background: white; } .terminal-app #terminado-container { margin-top: 20px; } /\*# sourceMappingURL=style.min.css.map \*/ .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /\* Comment \*/ .highlight .err { border: 1px solid #FF0000 } /\* Error \*/ .highlight .k { color: #008000; font-weight: bold } /\* Keyword \*/ .highlight .o { color: #666666 } /\* Operator \*/ .highlight .ch { color: #408080; font-style: italic } /\* Comment.Hashbang \*/ .highlight .cm { color: #408080; font-style: italic } /\* Comment.Multiline \*/ .highlight .cp { color: #BC7A00 } /\* Comment.Preproc \*/ .highlight .cpf { color: #408080; font-style: italic } /\* Comment.PreprocFile \*/ .highlight .c1 { color: #408080; font-style: italic } /\* Comment.Single \*/ .highlight .cs { color: #408080; font-style: italic } /\* Comment.Special \*/ .highlight .gd { color: #A00000 } /\* Generic.Deleted \*/ .highlight .ge { font-style: italic } /\* Generic.Emph \*/ .highlight .gr { color: #FF0000 } /\* Generic.Error \*/ .highlight .gh { color: #000080; font-weight: bold } /\* Generic.Heading \*/ .highlight .gi { color: #00A000 } /\* Generic.Inserted \*/ .highlight .go { color: #888888 } /\* Generic.Output \*/ .highlight .gp { color: #000080; font-weight: bold } /\* Generic.Prompt \*/ .highlight .gs { font-weight: bold } /\* Generic.Strong \*/ .highlight .gu { color: #800080; font-weight: bold } /\* Generic.Subheading \*/ .highlight .gt { color: #0044DD } /\* Generic.Traceback \*/ .highlight .kc { color: #008000; font-weight: bold } /\* Keyword.Constant \*/ .highlight .kd { color: #008000; font-weight: bold } /\* Keyword.Declaration \*/ .highlight .kn { color: #008000; font-weight: bold } /\* Keyword.Namespace \*/ .highlight .kp { color: #008000 } /\* Keyword.Pseudo \*/ .highlight .kr { color: #008000; font-weight: bold } /\* Keyword.Reserved \*/ .highlight .kt { color: #B00040 } /\* Keyword.Type \*/ .highlight .m { color: #666666 } /\* Literal.Number \*/ .highlight .s { color: #BA2121 } /\* Literal.String \*/ .highlight .na { color: #7D9029 } /\* Name.Attribute \*/ .highlight .nb { color: #008000 } /\* Name.Builtin \*/ .highlight .nc { color: #0000FF; font-weight: bold } /\* Name.Class \*/ .highlight .no { color: #880000 } /\* Name.Constant \*/ .highlight .nd { color: #AA22FF } /\* Name.Decorator \*/ .highlight .ni { color: #999999; font-weight: bold } /\* Name.Entity \*/ .highlight .ne { color: #D2413A; font-weight: bold } /\* Name.Exception \*/ .highlight .nf { color: #0000FF } /\* Name.Function \*/ .highlight .nl { color: #A0A000 } /\* Name.Label \*/ .highlight .nn { color: #0000FF; font-weight: bold } /\* Name.Namespace \*/ .highlight .nt { color: #008000; font-weight: bold } /\* Name.Tag \*/ .highlight .nv { color: #19177C } /\* Name.Variable \*/ .highlight .ow { color: #AA22FF; font-weight: bold } /\* Operator.Word \*/ .highlight .w { color: #bbbbbb } /\* Text.Whitespace \*/ .highlight .mb { color: #666666 } /\* Literal.Number.Bin \*/ .highlight .mf { color: #666666 } /\* Literal.Number.Float \*/ .highlight .mh { color: #666666 } /\* Literal.Number.Hex \*/ .highlight .mi { color: #666666 } /\* Literal.Number.Integer \*/ .highlight .mo { color: #666666 } /\* Literal.Number.Oct \*/ .highlight .sa { color: #BA2121 } /\* Literal.String.Affix \*/ .highlight .sb { color: #BA2121 } /\* Literal.String.Backtick \*/ .highlight .sc { color: #BA2121 } /\* Literal.String.Char \*/ .highlight .dl { color: #BA2121 } /\* Literal.String.Delimiter \*/ .highlight .sd { color: #BA2121; font-style: italic } /\* Literal.String.Doc \*/ .highlight .s2 { color: #BA2121 } /\* Literal.String.Double \*/ .highlight .se { color: #BB6622; font-weight: bold } /\* Literal.String.Escape \*/ .highlight .sh { color: #BA2121 } /\* Literal.String.Heredoc \*/ .highlight .si { color: #BB6688; font-weight: bold } /\* Literal.String.Interpol \*/ .highlight .sx { color: #008000 } /\* Literal.String.Other \*/ .highlight .sr { color: #BB6688 } /\* Literal.String.Regex \*/ .highlight .s1 { color: #BA2121 } /\* Literal.String.Single \*/ .highlight .ss { color: #19177C } /\* Literal.String.Symbol \*/ .highlight .bp { color: #008000 } /\* Name.Builtin.Pseudo \*/ .highlight .fm { color: #0000FF } /\* Name.Function.Magic \*/ .highlight .vc { color: #19177C } /\* Name.Variable.Class \*/ .highlight .vg { color: #19177C } /\* Name.Variable.Global \*/ .highlight .vi { color: #19177C } /\* Name.Variable.Instance \*/ .highlight .vm { color: #19177C } /\* Name.Variable.Magic \*/ .highlight .il { color: #666666 } /\* Literal.Number.Integer.Long \*/ /\* Overrides of notebook CSS for static HTML export \*/ body { overflow: visible; padding: 8px; } div#notebook { overflow: visible; border-top: none; }@media print { div.cell { display: block; page-break-inside: avoid; } div.output\_wrapper { display: block; page-break-inside: avoid; } div.output { display: block; page-break-inside: avoid; } } Introduction[¶](#Introduction) ------------------------------ This tutorial shows how to read/write and plot SO maps. We will use both pixellisation *i.e.* `CAR` and `HEALPIX` with the same interface showing how `pspy` can deal with both data format. Preamble[¶](#Preamble) ---------------------- `matplotlib` magic In [1]: ``` %matplotlib inline ``` Versions used for this tutorial In [2]: ``` import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt import pspy, pixell print(" Numpy :", np.\_\_version\_\_) print("Matplotlib :", mpl.\_\_version\_\_) print(" pixell :", pixell.\_\_version\_\_) print(" pspy :", pspy.\_\_version\_\_) ``` ``` Numpy : 1.18.0 Matplotlib : 3.1.2 pixell : 0.6.0+34.g23be32d pspy : 0+untagged.118.gbf1f0bc.dirty ``` Get default data dir from `pspy` and set Planck colormap as default In [3]: ``` from pspy.so\_config import DEFAULT\_DATA\_DIR pixell.colorize.mpl\_setdefault("planck") ``` Generation of CAR and HEALPIX templates[¶](#Generation-of-CAR-and-HEALPIX-templates) ------------------------------------------------------------------------------------ We start with the definition of the `CAR` template, it will go from right ascension `ra0` to `ra1` and from declination `dec0` to `dec1` (all in degrees). The resolution will be 1 arcminute and we will allow 3 components (stokes parameter in the case of CMB anisotropies) In [4]: ``` ra0, ra1, dec0, dec1 = -5, 5, -5, 5 res = 1 ncomp = 3 from pspy import so\_map template\_car= so\_map.car\_template(ncomp, ra0, ra1, dec0, dec1, res) ``` We do the same with `HEALPIX` In [5]: ``` template\_healpix = so\_map.healpix\_template(ncomp, nside=256, coordinate="equ") ``` Simulation of CMB data[¶](#Simulation-of-CMB-data) -------------------------------------------------- We first have to compute the power spectra $C\_\ell$s using a Boltzmann solver such as [CAMB](https://camb.readthedocs.io/en/latest/) and we need to install it since this is a prerequisite of `pspy`. We can do it within this notebook by executing the following command In [6]: ``` %pip install camb ``` ``` Requirement already satisfied: camb in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (1.1.0) Requirement already satisfied: scipy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.4.1) Requirement already satisfied: six in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.13.0) Requirement already satisfied: sympy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.5) Requirement already satisfied: numpy>=1.13.3 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from scipy>=1.0->camb) (1.18.0) Requirement already satisfied: mpmath>=0.19 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from sympy>=1.0->camb) (1.1.0) Note: you may need to restart the kernel to use updated packages. ``` To make sure everything goes well, we can import `CAMB` and check its version In [7]: ``` import camb print("CAMB version:", camb.\_\_version\_\_) ``` ``` CAMB version: 1.1.0 ``` Now that `CAMB` is properly installed, we will produce $C\_\ell$ data from $\ell$min=2 to $\ell$max=104 for the following set of $\Lambda$CDM parameters In [8]: ``` lmin, lmax = 2, 10\*\*4 cosmo\_params = { "H0": 67.5, "As": 1e-10\*np.exp(3.044), "ombh2": 0.02237, "omch2": 0.1200, "ns": 0.9649, "Alens": 1.0, "tau": 0.0544 } pars = camb.set\_params(\*\*cosmo\_params) pars.set\_for\_lmax(lmax, lens\_potential\_accuracy=1) results = camb.get\_results(pars) powers = results.get\_cmb\_power\_spectra(pars, CMB\_unit="muK") ``` We can plot the results for sanity check In [9]: ``` l = np.arange(lmin, lmax) cl\_dict = {spec: powers["total"][lmin:lmax, i] for i, spec in enumerate(["tt", "ee", "bb", "te"])} fig, axes = plt.subplots(2, 1, sharex=True, figsize=(6, 8)) axes[0].set\_yscale("log") for i, (k, v) in enumerate(cl\_dict.items()): ax = axes[1] if k == "te" else axes[0] ax.plot(l, v, "-C{}".format(i), label=k.upper()) for ax in axes: ax.set\_ylabel(r"$D\_\ell$") ax.legend() axes[1].set\_xlabel(r"$\ell$") plt.tight\_layout() ``` ![](data:image/png;base64,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 ) We finally have to write the $C\_\ell$s into a file to feed the `so_map.synfast` function for both pixellisation templates In [10]: ``` import os output\_dir = "/tmp/tutorial\_io" os.makedirs(output\_dir, exist\_ok=True) cl\_file = output\_dir + "/cl\_camb.dat" np.savetxt(cl\_file, np.hstack([l[:, np.newaxis], powers["total"][lmin:lmax]])) cmb\_car = template\_car.synfast(cl\_file) cmb\_healpix = template\_healpix.synfast(cl\_file) ``` We can plot both maps, first for the `CAR` pixellisation In [11]: ``` fig, axes = plt.subplots(1, 3, figsize=(10, 5), sharey=True) fields = ["T", "Q", "U"] kwargs = dict(extent=[ra1, ra0, dec0, dec1], origin="lower") for i, field in enumerate(fields): im = axes[i].imshow(cmb\_car.data[i], \*\*kwargs) axes[i].set\_title(fields[i]) fig.colorbar(im, ax=axes[i], orientation="horizontal", shrink=0.9) axes[0].set\_ylabel(r"$\delta$ [deg]") for ax in axes: ax.set\_xlabel(r"$\alpha$ [deg]") plt.tight\_layout() ``` ![](data:image/png;base64,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 ) then for the `HEALPIX` pixellisation In [12]: ``` import healpy as hp plt.figure(figsize=(12,8)) for i, field in enumerate(fields): hp.mollview(cmb\_healpix.data[i], title=field, sub=(1, ncomp, i+1)) ``` ![](data:image/png;base64,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 ) Actually, saving CMB maps can be done with the `so_map.plot` function which can be used interactively (maps will popup *via* an external image viewer program) but can also be used to store each CMB maps (T, Q, U) inside a directory as follow In [13]: ``` cmb\_car.plot(file\_name="{}/map\_car\_io".format(output\_dir)) cmb\_healpix.plot(file\_name="{}/map\_healpix\_io".format(output\_dir)) ``` ``` <Figure size 612x388.8 with 0 Axes> ``` ``` <Figure size 612x388.8 with 0 Axes> ``` ``` <Figure size 612x388.8 with 0 Axes> ``` Writing/reading SO maps[¶](#Writing/reading-SO-maps) ---------------------------------------------------- Maps can also be writen to disk in `fits` format with the `so_map.write_map` function In [14]: ``` cmb\_car.write\_map("{}/map\_car.fits".format(output\_dir)) cmb\_healpix.write\_map("{}/map\_healpix.fits".format(output\_dir)) ``` ``` /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages/healpy/fitsfunc.py:184: FutureWarning: The default dtype of write_map() will change in a future version: explicitly set the dtype if it is important to you warnings.warn( ``` We can read them back In [15]: ``` cmb\_car2 = so\_map.read\_map("{}/map\_car.fits".format(output\_dir)) cmb\_healpix2 = so\_map.read\_map("{}/map\_healpix.fits".format(output\_dir)) ``` ``` /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages/healpy/fitsfunc.py:351: UserWarning: If you are not specifying the input dtype and using the default np.float64 dtype of read_map(), please consider that it will change in a future version to None as to keep the same dtype of the input file: please explicitly set the dtype if it is important to you. warnings.warn( ``` We null them In [16]: ``` cmb\_car2.data -= cmb\_car.data cmb\_healpix2.data -= cmb\_healpix.data ``` and plot the nulls In [17]: ``` fig, axes = plt.subplots(1, 3, figsize=(10, 5), sharey=True) for i, field in enumerate(fields): im = axes[i].imshow(cmb\_car2.data[i], \*\*kwargs) axes[i].set\_title(fields[i]) fig.colorbar(im, ax=axes[i], orientation="horizontal", shrink=0.9) axes[0].set\_ylabel(r"$\delta$ [deg]") for ax in axes: ax.set\_xlabel(r"$\alpha$ [deg]") plt.tight\_layout() ``` ![](data:image/png;base64,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 ) In [18]: ``` plt.figure(figsize=(12,8)) for i, field in enumerate(fields): hp.mollview(cmb\_healpix2.data[i], title=field, sub=(1, ncomp, i+1)) ``` ![](data:image/png;base64,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 ) Note that while `CAR` is zero, some low amplitude numerical noise is there in `HEALPIX`. In [19]: ``` np.allclose(cmb\_car2.data, 0), np.allclose(cmb\_healpix2.data, 0) ``` Out[19]: ``` (True, False) ``` tutorial\_projection /\*! \* \* Twitter Bootstrap \* \*/ /\*! \* Bootstrap v3.3.7 (http://getbootstrap.com) \* Copyright 2011-2016 Twitter, Inc. \* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) \*/ /\*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css \*/ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /\*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css \*/ @media print { \*, \*:before, \*:after { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons\_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } \* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } \*:before, \*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 33px; } h2, .h2 { font-size: 27px; } h3, .h3 { font-size: 23px; } h4, .h4 { font-size: 17px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 19.5px; } } small, .small { font-size: 92%; } mark, .mark { background-color: #fcf8e3; padding: .2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 9px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 541px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .container { width: 768px; } } @media (min-width: 992px) { .container { width: 940px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class\*="col-"] { position: static; float: none; display: table-column; } table td[class\*="col-"], table th[class\*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 32px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 45px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .form-group-lg select.form-control { height: 45px; line-height: 45px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 23px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class\*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 2px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .navbar { border-radius: 2px; } } @media (min-width: 541px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 541px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 3px 0px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .navbar-left { float: left !important; float: left; } .navbar-right { float: right !important; float: right; margin-right: 0px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 59px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #000; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 3px; } .well-sm { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .item\_buttons:before, .item\_buttons:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .item\_buttons:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /\*! \* \* Font Awesome \* \*/ /\*! \* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome \* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) \*/ /\* FONT PATH \* -------------------------- \*/ @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /\* makes the font 33% larger relative to the icon container \*/ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /\* Deprecated as of 4.4.0 \*/ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /\* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons \*/ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .fa-handshake-o:before { content: "\f2b5"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-o:before { content: "\f2b7"; } .fa-linode:before { content: "\f2b8"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-book-o:before { content: "\f2ba"; } .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-circle-o:before { content: "\f2be"; } .fa-user-o:before { content: "\f2c0"; } .fa-id-badge:before { content: "\f2c1"; } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } .fa-quora:before { content: "\f2c4"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-telegram:before { content: "\f2c6"; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } .fa-shower:before { content: "\f2cc"; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } .fa-podcast:before { content: "\f2ce"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-grav:before { content: "\f2d6"; } .fa-etsy:before { content: "\f2d7"; } .fa-imdb:before { content: "\f2d8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-eercast:before { content: "\f2da"; } .fa-microchip:before { content: "\f2db"; } .fa-snowflake-o:before { content: "\f2dc"; } .fa-superpowers:before { content: "\f2dd"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /\*! \* \* IPython base \* \*/ .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } code { color: #000; } pre { font-size: inherit; line-height: inherit; } label { font-weight: normal; } /\* Make the page background atleast 100% the height of the view port \*/ /\* Make the page itself atleast 70% the height of the view port \*/ .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .corner-all { border-radius: 2px; } .no-padding { padding: 0px; } /\* Flexible box model classes \*/ /\* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ \*/ /\* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. \*/ .hbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } .hbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .vbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } .vbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .hbox.reverse, .vbox.reverse, .reverse { /\* Old browsers \*/ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /\* Modern browsers \*/ flex-direction: row-reverse; } .hbox.box-flex0, .vbox.box-flex0, .box-flex0 { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; width: auto; } .hbox.box-flex1, .vbox.box-flex1, .box-flex1 { /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex, .vbox.box-flex, .box-flex { /\* Old browsers \*/ /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex2, .vbox.box-flex2, .box-flex2 { /\* Old browsers \*/ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /\* Modern browsers \*/ flex: 2; } .box-group1 { /\* Deprecated \*/ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .box-group2 { /\* Deprecated \*/ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .hbox.start, .vbox.start, .start { /\* Old browsers \*/ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /\* Modern browsers \*/ justify-content: flex-start; } .hbox.end, .vbox.end, .end { /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; } .hbox.center, .vbox.center, .center { /\* Old browsers \*/ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /\* Modern browsers \*/ justify-content: center; } .hbox.baseline, .vbox.baseline, .baseline { /\* Old browsers \*/ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /\* Modern browsers \*/ justify-content: baseline; } .hbox.stretch, .vbox.stretch, .stretch { /\* Old browsers \*/ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /\* Modern browsers \*/ justify-content: stretch; } .hbox.align-start, .vbox.align-start, .align-start { /\* Old browsers \*/ -webkit-box-align: start; -moz-box-align: start; box-align: start; /\* Modern browsers \*/ align-items: flex-start; } .hbox.align-end, .vbox.align-end, .align-end { /\* Old browsers \*/ -webkit-box-align: end; -moz-box-align: end; box-align: end; /\* Modern browsers \*/ align-items: flex-end; } .hbox.align-center, .vbox.align-center, .align-center { /\* Old browsers \*/ -webkit-box-align: center; -moz-box-align: center; box-align: center; /\* Modern browsers \*/ align-items: center; } .hbox.align-baseline, .vbox.align-baseline, .align-baseline { /\* Old browsers \*/ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /\* Modern browsers \*/ align-items: baseline; } .hbox.align-stretch, .vbox.align-stretch, .align-stretch { /\* Old browsers \*/ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /\* Modern browsers \*/ align-items: stretch; } div.error { margin: 2em; text-align: center; } div.error > h1 { font-size: 500%; line-height: normal; } div.error > p { font-size: 200%; line-height: normal; } div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } div.traceback-wrapper pre.traceback { max-height: 600px; overflow: auto; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ body { background-color: #fff; /\* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below \*/ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } body > #header { /\* Initially hidden to prevent FLOUC \*/ display: none; background-color: #fff; /\* Display over codemirror \*/ position: relative; z-index: 100; } body > #header #header-container { display: flex; flex-direction: row; justify-content: space-between; padding: 5px; padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { body > #header { display: none !important; } } #header-spacer { width: 100%; visibility: hidden; } @media print { #header-spacer { display: none; } } #ipython\_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } [dir="rtl"] #ipython\_notebook { margin-right: 10px; margin-left: 0; } [dir="rtl"] #ipython\_notebook.pull-left { float: right !important; float: right; } .flex-spacer { flex: 1; } #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } #ipython\_notebook img { height: 28px; } #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { #site { height: auto !important; } } /\* Smaller buttons \*/ .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } input.ui-button { padding: 0.3em 0.9em; } span#kernel\_logo\_widget { margin: 0 10px; } span#login\_widget { float: right; } [dir="rtl"] span#login\_widget { float: left; } span#login\_widget > .button, #logout { color: #333; background-color: #fff; border-color: #ccc; } span#login\_widget > .button:focus, #logout:focus, span#login\_widget > .button.focus, #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } span#login\_widget > .button:hover, #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active:hover, #logout:active:hover, span#login\_widget > .button.active:hover, #logout.active:hover, .open > .dropdown-togglespan#login\_widget > .button:hover, .open > .dropdown-toggle#logout:hover, span#login\_widget > .button:active:focus, #logout:active:focus, span#login\_widget > .button.active:focus, #logout.active:focus, .open > .dropdown-togglespan#login\_widget > .button:focus, .open > .dropdown-toggle#logout:focus, span#login\_widget > .button:active.focus, #logout:active.focus, span#login\_widget > .button.active.focus, #logout.active.focus, .open > .dropdown-togglespan#login\_widget > .button.focus, .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { background-image: none; } span#login\_widget > .button.disabled:hover, #logout.disabled:hover, span#login\_widget > .button[disabled]:hover, #logout[disabled]:hover, fieldset[disabled] span#login\_widget > .button:hover, fieldset[disabled] #logout:hover, span#login\_widget > .button.disabled:focus, #logout.disabled:focus, span#login\_widget > .button[disabled]:focus, #logout[disabled]:focus, fieldset[disabled] span#login\_widget > .button:focus, fieldset[disabled] #logout:focus, span#login\_widget > .button.disabled.focus, #logout.disabled.focus, span#login\_widget > .button[disabled].focus, #logout[disabled].focus, fieldset[disabled] span#login\_widget > .button.focus, fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } span#login\_widget > .button .badge, #logout .badge { color: #fff; background-color: #333; } .nav-header { text-transform: none; } #header > span { margin-top: 10px; } .modal\_stretch .modal-dialog { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .modal\_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } .modal-header { cursor: move; } @media (min-width: 768px) { .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { select.form-control { margin-left: 12px; margin-right: 12px; } } /\*! \* \* IPython auth \* \*/ .center-nav { display: inline-block; margin-bottom: -4px; } [dir="rtl"] .center-nav form.pull-left { float: right !important; float: right; } [dir="rtl"] .center-nav .navbar-text { float: right; } [dir="rtl"] .navbar-inner { text-align: right; } [dir="rtl"] div.text-left { text-align: right; } /\*! \* \* IPython tree view \* \*/ /\* We need an invisible input field on top of the sentense\*/ /\* "Drag file onto the list ..." \*/ .alternate\_upload { background-color: none; display: inline; } .alternate\_upload.form { padding: 0; margin: 0; } .alternate\_upload input.fileinput { position: absolute; display: block; width: 100%; height: 100%; overflow: hidden; cursor: pointer; opacity: 0; z-index: 2; } .alternate\_upload .btn-xs > input.fileinput { margin: -1px -5px; } .alternate\_upload .btn-upload { position: relative; height: 22px; } ::-webkit-file-upload-button { cursor: pointer; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ ul#tabs { margin-bottom: 4px; } ul#tabs a { padding-top: 6px; padding-bottom: 4px; } [dir="rtl"] ul#tabs.nav-tabs > li { float: right; } [dir="rtl"] ul#tabs.nav.nav-tabs { padding-right: 0; } ul.breadcrumb a:focus, ul.breadcrumb a:hover { text-decoration: none; } ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } ul.breadcrumb span { color: #5e5e5e; } .list\_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .list\_toolbar .tree-buttons { padding-top: 1px; } [dir="rtl"] .list\_toolbar .tree-buttons .pull-right { float: left !important; float: left; } [dir="rtl"] .list\_toolbar .col-sm-4, [dir="rtl"] .list\_toolbar .col-sm-8 { float: right; } .dynamic-buttons { padding-top: 3px; display: inline-block; } .list\_toolbar [class\*="span"] { min-height: 24px; } .list\_header { font-weight: bold; background-color: #EEE; } .list\_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .list\_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .list\_container > div { border-bottom: 1px solid #ddd; } .list\_container > div:hover .list-item { background-color: red; } .list\_container > div:last-child { border: none; } .list\_item:hover .list\_item { background-color: #ddd; } .list\_item a { text-decoration: none; } .list\_item:hover { background-color: #fafafa; } .list\_header > div, .list\_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .list\_header > div input, .list\_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: text-bottom; line-height: 22px; position: relative; top: -1px; } .list\_header > div .item\_link, .list\_item > div .item\_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } [dir="rtl"] .list\_item > div input { margin-right: 0; } .new-file input[type=checkbox] { visibility: hidden; } .item\_name { line-height: 22px; height: 24px; } .item\_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .item\_modified { margin-right: 7px; margin-left: 7px; } [dir="rtl"] .item\_modified.pull-right { float: left !important; float: left; } .item\_buttons { line-height: 1em; margin-left: -5px; } .item\_buttons .btn, .item\_buttons .btn-group, .item\_buttons .input-group { float: left; } .item\_buttons > .btn, .item\_buttons > .btn-group, .item\_buttons > .input-group { margin-left: 5px; } .item\_buttons .btn { min-width: 13ex; } .item\_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .item\_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } [dir="rtl"] .item\_buttons.pull-right { float: left !important; float: left; } [dir="rtl"] .item\_buttons .kernel-name { margin-left: 7px; float: right; } .toolbar\_info { height: 24px; line-height: 24px; } .list\_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .highlight\_text { color: blue; } #project\_name { display: inline-block; padding-left: 7px; margin-left: -2px; } #project\_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } .sort\_button { display: inline-block; padding-left: 7px; } [dir="rtl"] .sort\_button.pull-right { float: left !important; float: left; } #tree-selector { padding-right: 0px; } #button-select-all { min-width: 50px; } [dir="rtl"] #button-select-all.btn { float: right ; } #select-all { margin-left: 7px; margin-right: 2px; margin-top: 2px; height: 16px; } [dir="rtl"] #select-all.pull-left { float: right !important; float: right; } .menu\_icon { margin-right: 2px; } .tab-content .row { margin-left: 0px; margin-right: 0px; } .folder\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .folder\_icon:before.fa-pull-left { margin-right: .3em; } .folder\_icon:before.fa-pull-right { margin-left: .3em; } .folder\_icon:before.pull-left { margin-right: .3em; } .folder\_icon:before.pull-right { margin-left: .3em; } .notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .notebook\_icon:before.fa-pull-left { margin-right: .3em; } .notebook\_icon:before.fa-pull-right { margin-left: .3em; } .notebook\_icon:before.pull-left { margin-right: .3em; } .notebook\_icon:before.pull-right { margin-left: .3em; } .running\_notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .running\_notebook\_icon:before.fa-pull-left { margin-right: .3em; } .running\_notebook\_icon:before.fa-pull-right { margin-left: .3em; } .running\_notebook\_icon:before.pull-left { margin-right: .3em; } .running\_notebook\_icon:before.pull-right { margin-left: .3em; } .file\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .file\_icon:before.fa-pull-left { margin-right: .3em; } .file\_icon:before.fa-pull-right { margin-left: .3em; } .file\_icon:before.pull-left { margin-right: .3em; } .file\_icon:before.pull-right { margin-left: .3em; } #notebook\_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } ul#new-menu { left: auto; right: 0; } #new-menu .dropdown-header { font-size: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 3px; margin: -3px 20px 0; } .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .kernel-menu-icon:before { content: "\f096"; } .kernel-menu-icon-current:before { content: "\f00c"; } #tab\_content { padding-top: 20px; } #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } #running .panel-group .panel .panel-heading a:focus, #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } #running .panel-group .panel .panel-body { padding: 0px; } #running .panel-group .panel .panel-body .list\_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } #running .panel-group .panel .panel-body .list\_container .list\_item { border-bottom: 1px solid #ddd; } #running .panel-group .panel .panel-body .list\_container .list\_item:last-child { border-bottom: 0px; } .delete-button { display: none; } .duplicate-button { display: none; } .rename-button { display: none; } .move-button { display: none; } .download-button { display: none; } .shutdown-button { display: none; } .dynamic-instructions { display: inline-block; padding-top: 4px; } /\*! \* \* IPython text editor webapp \* \*/ .selected-keymap i.fa { padding: 0px 5px; } .selected-keymap i.fa:before { content: "\f00c"; } #mode-menu { overflow: auto; max-height: 20em; } .edit\_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .edit\_app #menubar .navbar { /\* Use a negative 1 bottom margin, so the border overlaps the border of the header \*/ margin-bottom: -1px; } .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator.fa-pull-left { margin-right: .3em; } .dirty-indicator.fa-pull-right { margin-left: .3em; } .dirty-indicator.pull-left { margin-right: .3em; } .dirty-indicator.pull-right { margin-left: .3em; } .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-dirty.fa-pull-left { margin-right: .3em; } .dirty-indicator-dirty.fa-pull-right { margin-left: .3em; } .dirty-indicator-dirty.pull-left { margin-right: .3em; } .dirty-indicator-dirty.pull-right { margin-left: .3em; } .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-clean.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean.pull-left { margin-right: .3em; } .dirty-indicator-clean.pull-right { margin-left: .3em; } .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .dirty-indicator-clean:before.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean:before.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean:before.pull-left { margin-right: .3em; } .dirty-indicator-clean:before.pull-right { margin-left: .3em; } #filename { font-size: 16pt; display: table; padding: 0px 5px; } #current-mode { padding-left: 5px; padding-right: 5px; } #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { #texteditor-backdrop { background-color: #EEE; } } @media print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } .CodeMirror-dialog { background-color: #fff; } /\*! \* \* IPython notebook \* \*/ /\* CSS font colors for translated ANSI escape sequences \*/ /\* The color values are a mix of http://www.xcolors.net/dl/baskerville-ivorylight and http://www.xcolors.net/dl/euphrasia \*/ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-default-inverse-fg { color: #FFFFFF; } .ansi-default-inverse-bg { background-color: #000000; } .ansi-bold { font-weight: bold; } .ansi-underline { text-decoration: underline; } /\* The following styles are deprecated an will be removed in a future version \*/ .ansibold { font-weight: bold; } .ansi-inverse { outline: 0.5px dotted; } /\* use dark versions for foreground, to improve visibility \*/ .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: #c4a000; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } /\* and light for background, for the same reason \*/ .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } div.cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /\* This acts as a spacer between cells, that is outside the border \*/ margin: 0px; outline: none; position: relative; overflow: visible; } div.cell:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: transparent; } div.cell.jupyter-soft-selected { border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { div.cell.jupyter-soft-selected { border-color: transparent; } } div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: #ababab; } div.cell.selected:before, div.cell.selected.jupyter-soft-selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #42A5F5; } @media print { div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: transparent; } } .edit\_mode div.cell.selected { border-color: #66BB6A; } .edit\_mode div.cell.selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #66BB6A; } @media print { .edit\_mode div.cell.selected { border-color: transparent; } } .prompt { /\* This needs to be wide enough for 3 digit prompt numbers: In[100]: \*/ min-width: 14ex; /\* This padding is tuned to match the padding on the CodeMirror editor. \*/ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; /\* Don't highlight prompt number selection \*/ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /\* Use default cursor \*/ cursor: default; } @media (max-width: 540px) { .prompt { text-align: left; } } div.inner\_cell { min-width: 0; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } /\* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output\_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output\_subareas have no height. \*/ div.prompt:empty { padding-top: 0; padding-bottom: 0; } div.unrecognized\_cell { padding: 5px 5px 5px 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.unrecognized\_cell .inner\_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } div.unrecognized\_cell .inner\_cell a { color: inherit; text-decoration: none; } div.unrecognized\_cell .inner\_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { div.unrecognized\_cell > div.prompt { display: none; } } div.code\_cell { /\* avoid page breaking on code cells when printing \*/ } @media print { div.code\_cell { page-break-inside: avoid; } } /\* any special styling for code cells that are currently running goes here \*/ div.input { page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.input { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_prompt { color: #303F9F; border-top: 1px solid transparent; } div.input\_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input\_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } /\* The following gets added to the <head> if it is detected that the user has a \* monospace font with inconsistent normal/bold/italic height. See \* notebookmain.js. Such fonts will have keywords vertically offset with \* respect to the rest of the text. The user should select a better font. \* See: https://github.com/ipython/ipython/issues/1503 \* \* .CodeMirror span { \* vertical-align: bottom; \* } \*/ .CodeMirror { line-height: 1.21429em; /\* Changed from 1em to our global default \*/ font-size: 14px; height: auto; /\* Changed to auto to autogrow \*/ background: none; /\* Changed from white to allow our bg to show through \*/ } .CodeMirror-scroll { /\* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.\*/ /\* We have found that if it is visible, vertical scrollbars appear with font size changes.\*/ overflow-y: hidden; overflow-x: auto; } .CodeMirror-lines { /\* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because \*/ /\* we have set a different line-height and want this to scale with that. \*/ /\* Note that this should set vertical padding only, since CodeMirror assumes that horizontal padding will be set on CodeMirror pre \*/ padding: 0.4em 0; } .CodeMirror-linenumber { padding: 0 8px 0 4px; } .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .CodeMirror pre { /\* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, use .CodeMirror-lines for vertical \*/ padding: 0 0.4em; border: 0; border-radius: 0; } .CodeMirror-cursor { border-left: 1.4px solid black; } @media screen and (min-width: 2138px) and (max-width: 4319px) { .CodeMirror-cursor { border-left: 2px solid black; } } @media screen and (min-width: 4320px) { .CodeMirror-cursor { border-left: 4px solid black; } } /\* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> Adapted from GitHub theme \*/ .highlight-base { color: #000; } .highlight-variable { color: #000; } .highlight-variable-2 { color: #1a1a1a; } .highlight-variable-3 { color: #333333; } .highlight-string { color: #BA2121; } .highlight-comment { color: #408080; font-style: italic; } .highlight-number { color: #080; } .highlight-atom { color: #88F; } .highlight-keyword { color: #008000; font-weight: bold; } .highlight-builtin { color: #008000; } .highlight-error { color: #f00; } .highlight-operator { color: #AA22FF; font-weight: bold; } .highlight-meta { color: #AA22FF; } /\* previously not defined, copying from default codemirror \*/ .highlight-def { color: #00f; } .highlight-string-2 { color: #f50; } .highlight-qualifier { color: #555; } .highlight-bracket { color: #997; } .highlight-tag { color: #170; } .highlight-attribute { color: #00c; } .highlight-header { color: blue; } .highlight-quote { color: #090; } .highlight-link { color: #00c; } /\* apply the same style to codemirror \*/ .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .cm-s-ipython span.cm-atom { color: #88F; } .cm-s-ipython span.cm-number { color: #080; } .cm-s-ipython span.cm-def { color: #00f; } .cm-s-ipython span.cm-variable { color: #000; } .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .cm-s-ipython span.cm-variable-3 { color: #333333; } .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .cm-s-ipython span.cm-string { color: #BA2121; } .cm-s-ipython span.cm-string-2 { color: #f50; } .cm-s-ipython span.cm-meta { color: #AA22FF; } .cm-s-ipython span.cm-qualifier { color: #555; } .cm-s-ipython span.cm-builtin { color: #008000; } .cm-s-ipython span.cm-bracket { color: #997; } .cm-s-ipython span.cm-tag { color: #170; } .cm-s-ipython span.cm-attribute { color: #00c; } .cm-s-ipython span.cm-header { color: blue; } .cm-s-ipython span.cm-quote { color: #090; } .cm-s-ipython span.cm-link { color: #00c; } .cm-s-ipython span.cm-error { color: #f00; } .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } div.output\_wrapper { /\* this position must be relative to enable descendents to be absolute within it \*/ position: relative; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } /\* class for the output area when it should be height-limited \*/ div.output\_scroll { /\* ideally, this would be max-height, but FF barfs all over that \*/ height: 24em; /\* FF needs this \*and the wrapper\* to specify full width, or it will shrinkwrap \*/ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } /\* output div while it is collapsed \*/ div.output\_collapsed { margin: 0px; padding: 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } div.out\_prompt\_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } div.out\_prompt\_overlay:hover { /\* use inner shadow to get border that is computed the same on WebKit/FF \*/ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } div.output\_prompt { color: #D84315; } /\* This class is the outer container of all output sections. \*/ div.output\_area { padding: 0px; page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.output\_area .MathJax\_Display { text-align: left !important; } div.output\_area .rendered\_html table { margin-left: 0; margin-right: 0; } div.output\_area .rendered\_html img { margin-left: 0; margin-right: 0; } div.output\_area img, div.output\_area svg { max-width: 100%; height: auto; } div.output\_area img.unconfined, div.output\_area svg.unconfined { max-width: none; } div.output\_area .mglyph > img { max-width: none; } /\* This is needed to protect the pre formating from global settings such as that of bootstrap \*/ .output { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { div.output\_area { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } div.output\_area pre { margin: 0; padding: 1px 0 1px 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } /\* This class is for the output subarea inside the output\_area and after the prompt div. \*/ div.output\_subarea { overflow-x: auto; padding: 0.4em; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; max-width: calc(100% - 14ex); } div.output\_scroll div.output\_subarea { overflow-x: visible; } /\* The rest of the output\_\* classes are for special styling of the different output types \*/ /\* all text output has this class: \*/ div.output\_text { text-align: left; color: #000; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; } /\* stdout/stderr are 'text' as well as 'stream', but execute\_result/error are \*not\* streams \*/ div.output\_stderr { background: #fdd; /\* very light red background for stderr \*/ } div.output\_latex { text-align: left; } /\* Empty output\_javascript divs should have no height \*/ div.output\_javascript:empty { padding: 0; } .js-error { color: darkred; } /\* raw\_input styles \*/ div.raw\_input\_container { line-height: 1.21429em; padding-top: 5px; } pre.raw\_input\_prompt { /\* nothing needed here. \*/ } input.raw\_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /\* make sure input baseline aligns with prompt \*/ vertical-align: baseline; /\* padding + margin = 0.5em between prompt and cursor \*/ padding: 0em 0.25em; margin: 0em 0.25em; } input.raw\_input:focus { box-shadow: none; } p.p-space { margin-bottom: 10px; } div.output\_unrecognized { padding: 5px; font-weight: bold; color: red; } div.output\_unrecognized a { color: inherit; text-decoration: none; } div.output\_unrecognized a:hover { color: inherit; text-decoration: none; } .rendered\_html { color: #000; /\* any extras will just be numbers: \*/ } .rendered\_html em { font-style: italic; } .rendered\_html strong { font-weight: bold; } .rendered\_html u { text-decoration: underline; } .rendered\_html :link { text-decoration: underline; } .rendered\_html :visited { text-decoration: underline; } .rendered\_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h1:first-child { margin-top: 0.538em; } .rendered\_html h2:first-child { margin-top: 0.636em; } .rendered\_html h3:first-child { margin-top: 0.777em; } .rendered\_html h4:first-child { margin-top: 1em; } .rendered\_html h5:first-child { margin-top: 1em; } .rendered\_html h6:first-child { margin-top: 1em; } .rendered\_html ul:not(.list-inline), .rendered\_html ol:not(.list-inline) { padding-left: 2em; } .rendered\_html ul { list-style: disc; } .rendered\_html ul ul { list-style: square; margin-top: 0; } .rendered\_html ul ul ul { list-style: circle; } .rendered\_html ol { list-style: decimal; } .rendered\_html ol ol { list-style: upper-alpha; margin-top: 0; } .rendered\_html ol ol ol { list-style: lower-alpha; } .rendered\_html ol ol ol ol { list-style: lower-roman; } .rendered\_html ol ol ol ol ol { list-style: decimal; } .rendered\_html \* + ul { margin-top: 1em; } .rendered\_html \* + ol { margin-top: 1em; } .rendered\_html hr { color: black; background-color: black; } .rendered\_html pre { margin: 1em 2em; padding: 0px; background-color: #fff; } .rendered\_html code { background-color: #eff0f1; } .rendered\_html p code { padding: 1px 5px; } .rendered\_html pre code { background-color: #fff; } .rendered\_html pre, .rendered\_html code { border: 0; color: #000; font-size: 100%; } .rendered\_html blockquote { margin: 1em 2em; } .rendered\_html table { margin-left: auto; margin-right: auto; border: none; border-collapse: collapse; border-spacing: 0; color: black; font-size: 12px; table-layout: fixed; } .rendered\_html thead { border-bottom: 1px solid black; vertical-align: bottom; } .rendered\_html tr, .rendered\_html th, .rendered\_html td { text-align: right; vertical-align: middle; padding: 0.5em 0.5em; line-height: normal; white-space: normal; max-width: none; border: none; } .rendered\_html th { font-weight: bold; } .rendered\_html tbody tr:nth-child(odd) { background: #f5f5f5; } .rendered\_html tbody tr:hover { background: rgba(66, 165, 245, 0.2); } .rendered\_html \* + table { margin-top: 1em; } .rendered\_html p { text-align: left; } .rendered\_html \* + p { margin-top: 1em; } .rendered\_html img { display: block; margin-left: auto; margin-right: auto; } .rendered\_html \* + img { margin-top: 1em; } .rendered\_html img, .rendered\_html svg { max-width: 100%; height: auto; } .rendered\_html img.unconfined, .rendered\_html svg.unconfined { max-width: none; } .rendered\_html .alert { margin-bottom: initial; } .rendered\_html \* + .alert { margin-top: 1em; } [dir="rtl"] .rendered\_html p { text-align: right; } div.text\_cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.text\_cell > div.prompt { display: none; } } div.text\_cell\_render { /\*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;\*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } h1:hover .anchor-link, h2:hover .anchor-link, h3:hover .anchor-link, h4:hover .anchor-link, h5:hover .anchor-link, h6:hover .anchor-link { visibility: visible; } .text\_cell.rendered .input\_area { display: none; } .text\_cell.rendered .rendered\_html { overflow-x: auto; overflow-y: hidden; } .text\_cell.rendered .rendered\_html tr, .text\_cell.rendered .rendered\_html th, .text\_cell.rendered .rendered\_html td { max-width: none; } .text\_cell.unrendered .text\_cell\_render { display: none; } .text\_cell .dropzone .input\_area { border: 2px dashed #bababa; margin: -1px; } .cm-header-1, .cm-header-2, .cm-header-3, .cm-header-4, .cm-header-5, .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .cm-header-1 { font-size: 185.7%; } .cm-header-2 { font-size: 157.1%; } .cm-header-3 { font-size: 128.6%; } .cm-header-4 { font-size: 110%; } .cm-header-5 { font-size: 100%; font-style: italic; } .cm-header-6 { font-size: 100%; font-style: italic; } /\*! \* \* IPython notebook webapp \* \*/ @media (max-width: 767px) { .notebook\_app { padding-left: 0px; padding-right: 0px; } } #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook\_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /\* This spaces the page away from the edge of the notebook area \*/ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } @media print { #notebook-container { width: 100%; } } div.ui-widget-content { border: 1px solid #ababab; outline: none; } pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } p.dialog { padding: 0.2em; } /\* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. \*/ pre, code, kbd, samp { white-space: pre-wrap; } #fonttest { font-family: monospace; } p { margin-bottom: 0; } .end\_space { min-height: 100px; transition: height .2s ease; } .notebook\_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { .notebook\_app { background-color: #EEE; } } kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } .jupyter-keybindings { padding: 1px; line-height: 24px; border-bottom: 1px solid gray; } .jupyter-keybindings input { margin: 0; padding: 0; border: none; } .jupyter-keybindings i { padding: 6px; } .well code { background-color: #ffffff; border-color: #ababab; border-width: 1px; border-style: solid; padding: 2px; padding-top: 1px; padding-bottom: 1px; } /\* CSS for the cell toolbar \*/ .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; display: -webkit-flex; } @media print { .celltoolbar { display: none; } } .ctb\_hideshow { display: none; vertical-align: bottom; } /\* ctb\_show is added to the ctb\_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb\_global\_show class is also set. \*/ .ctb\_global\_show .ctb\_show.ctb\_hideshow { display: block; } .ctb\_global\_show .ctb\_show + .input\_area, .ctb\_global\_show .ctb\_show + div.text\_cell\_input, .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border: 1px solid #cfcfcf; } .celltoolbar { font-size: 87%; padding-top: 3px; } .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .celltoolbar select:-ms-input-placeholder { color: #999; } .celltoolbar select::-webkit-input-placeholder { color: #999; } .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .celltoolbar select[disabled], .celltoolbar select[readonly], fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .celltoolbar select[disabled], fieldset[disabled] .celltoolbar select { cursor: not-allowed; } textarea.celltoolbar select { height: auto; } select.celltoolbar select { height: 30px; line-height: 30px; } textarea.celltoolbar select, select[multiple].celltoolbar select { height: auto; } .celltoolbar label { margin-left: 5px; margin-right: 5px; } .tags\_button\_container { width: 100%; display: flex; } .tag-container { display: flex; flex-direction: row; flex-grow: 1; overflow: hidden; position: relative; } .tag-container > \* { margin: 0 4px; } .remove-tag-btn { margin-left: 4px; } .tags-input { display: flex; } .cell-tag:last-child:after { content: ""; position: absolute; right: 0; width: 40px; height: 100%; /\* Fade to background color of cell toolbar \*/ background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); } .tags-input > \* { margin-left: 4px; } .cell-tag, .tags-input input, .tags-input button { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; box-shadow: none; width: inherit; font-size: inherit; height: 22px; line-height: 22px; padding: 0px 4px; display: inline-block; } .cell-tag:focus, .tags-input input:focus, .tags-input button:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .cell-tag::-moz-placeholder, .tags-input input::-moz-placeholder, .tags-input button::-moz-placeholder { color: #999; opacity: 1; } .cell-tag:-ms-input-placeholder, .tags-input input:-ms-input-placeholder, .tags-input button:-ms-input-placeholder { color: #999; } .cell-tag::-webkit-input-placeholder, .tags-input input::-webkit-input-placeholder, .tags-input button::-webkit-input-placeholder { color: #999; } .cell-tag::-ms-expand, .tags-input input::-ms-expand, .tags-input button::-ms-expand { border: 0; background-color: transparent; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], .cell-tag[readonly], .tags-input input[readonly], .tags-input button[readonly], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { background-color: #eeeeee; opacity: 1; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { cursor: not-allowed; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button { height: auto; } select.cell-tag, select.tags-input input, select.tags-input button { height: 30px; line-height: 30px; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button, select[multiple].cell-tag, select[multiple].tags-input input, select[multiple].tags-input button { height: auto; } .cell-tag, .tags-input button { padding: 0px 4px; } .cell-tag { background-color: #fff; white-space: nowrap; } .tags-input input[type=text]:focus { outline: none; box-shadow: none; border-color: #ccc; } .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .completions select option.context { color: #286090; } #kernel\_logo\_widget .current\_kernel\_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } [dir="rtl"] #kernel\_logo\_widget { float: left !important; float: left; } .modal .modal-body .move-path { display: flex; flex-direction: row; justify-content: space; align-items: center; } .modal .modal-body .move-path .server-root { padding-right: 20px; } .modal .modal-body .move-path .path-input { flex: 1; } #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } #menubar .navbar-collapse { clear: left; } [dir="rtl"] #menubar .navbar-toggle { float: right; } [dir="rtl"] #menubar .navbar-collapse { clear: right; } [dir="rtl"] #menubar .navbar-nav { float: right; } [dir="rtl"] #menubar .nav { padding-right: 0px; } [dir="rtl"] #menubar .navbar-nav > li { float: right; } [dir="rtl"] #menubar .navbar-right { float: left !important; } [dir="rtl"] ul.dropdown-menu { text-align: right; left: auto; } [dir="rtl"] ul#new-menu.dropdown-menu { right: auto; left: 0; } .nav-wrapper { border-bottom: 1px solid #e7e7e7; } i.menu-icon { padding-top: 4px; } [dir="rtl"] i.menu-icon.pull-right { float: left !important; float: left; } ul#help\_menu li a { overflow: hidden; padding-right: 2.2em; } ul#help\_menu li a i { margin-right: -1.2em; } [dir="rtl"] ul#help\_menu li a { padding-left: 2.2em; } [dir="rtl"] ul#help\_menu li a i { margin-right: 0; margin-left: -1.2em; } [dir="rtl"] ul#help\_menu li a i.pull-right { float: left !important; float: left; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } [dir="rtl"] .dropdown-submenu > .dropdown-menu { right: 100%; margin-right: -1px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .dropdown-submenu > a:after.fa-pull-left { margin-right: .3em; } .dropdown-submenu > a:after.fa-pull-right { margin-left: .3em; } .dropdown-submenu > a:after.pull-left { margin-right: .3em; } .dropdown-submenu > a:after.pull-right { margin-left: .3em; } [dir="rtl"] .dropdown-submenu > a:after { float: left; content: "\f0d9"; margin-right: 0; margin-left: -10px; } .dropdown-submenu:hover > a:after { color: #262626; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #notification\_area { float: right !important; float: right; z-index: 10; } [dir="rtl"] #notification\_area { float: left !important; float: left; } .indicator\_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] .indicator\_area { float: left !important; float: left; } #kernel\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } #kernel\_indicator .kernel\_indicator\_name { padding-left: 5px; padding-right: 5px; } [dir="rtl"] #kernel\_indicator { float: left !important; float: left; border-left: 0; border-right: 1px solid; } #modal\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] #modal\_indicator { float: left !important; float: left; } #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .modal\_indicator:before { width: 1.28571429em; text-align: center; } .edit\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .edit\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .edit\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .command\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .kernel\_idle\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .kernel\_idle\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_idle\_icon:before.pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.pull-right { margin-left: .3em; } .kernel\_busy\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .kernel\_busy\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_busy\_icon:before.pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.pull-right { margin-left: .3em; } .kernel\_dead\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .kernel\_dead\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_dead\_icon:before.pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .kernel\_disconnected\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before.pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.pull-right { margin-left: .3em; } .notification\_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .notification\_widget:focus, .notification\_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .notification\_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active:hover, .notification\_widget.active:hover, .open > .dropdown-toggle.notification\_widget:hover, .notification\_widget:active:focus, .notification\_widget.active:focus, .open > .dropdown-toggle.notification\_widget:focus, .notification\_widget:active.focus, .notification\_widget.active.focus, .open > .dropdown-toggle.notification\_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { background-image: none; } .notification\_widget.disabled:hover, .notification\_widget[disabled]:hover, fieldset[disabled] .notification\_widget:hover, .notification\_widget.disabled:focus, .notification\_widget[disabled]:focus, fieldset[disabled] .notification\_widget:focus, .notification\_widget.disabled.focus, .notification\_widget[disabled].focus, fieldset[disabled] .notification\_widget.focus { background-color: #fff; border-color: #ccc; } .notification\_widget .badge { color: #fff; background-color: #333; } .notification\_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning:focus, .notification\_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .notification\_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active:hover, .notification\_widget.warning.active:hover, .open > .dropdown-toggle.notification\_widget.warning:hover, .notification\_widget.warning:active:focus, .notification\_widget.warning.active:focus, .open > .dropdown-toggle.notification\_widget.warning:focus, .notification\_widget.warning:active.focus, .notification\_widget.warning.active.focus, .open > .dropdown-toggle.notification\_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { background-image: none; } .notification\_widget.warning.disabled:hover, .notification\_widget.warning[disabled]:hover, fieldset[disabled] .notification\_widget.warning:hover, .notification\_widget.warning.disabled:focus, .notification\_widget.warning[disabled]:focus, fieldset[disabled] .notification\_widget.warning:focus, .notification\_widget.warning.disabled.focus, .notification\_widget.warning[disabled].focus, fieldset[disabled] .notification\_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .notification\_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success:focus, .notification\_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .notification\_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active:hover, .notification\_widget.success.active:hover, .open > .dropdown-toggle.notification\_widget.success:hover, .notification\_widget.success:active:focus, .notification\_widget.success.active:focus, .open > .dropdown-toggle.notification\_widget.success:focus, .notification\_widget.success:active.focus, .notification\_widget.success.active.focus, .open > .dropdown-toggle.notification\_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { background-image: none; } .notification\_widget.success.disabled:hover, .notification\_widget.success[disabled]:hover, fieldset[disabled] .notification\_widget.success:hover, .notification\_widget.success.disabled:focus, .notification\_widget.success[disabled]:focus, fieldset[disabled] .notification\_widget.success:focus, .notification\_widget.success.disabled.focus, .notification\_widget.success[disabled].focus, fieldset[disabled] .notification\_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success .badge { color: #5cb85c; background-color: #fff; } .notification\_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info:focus, .notification\_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .notification\_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active:hover, .notification\_widget.info.active:hover, .open > .dropdown-toggle.notification\_widget.info:hover, .notification\_widget.info:active:focus, .notification\_widget.info.active:focus, .open > .dropdown-toggle.notification\_widget.info:focus, .notification\_widget.info:active.focus, .notification\_widget.info.active.focus, .open > .dropdown-toggle.notification\_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { background-image: none; } .notification\_widget.info.disabled:hover, .notification\_widget.info[disabled]:hover, fieldset[disabled] .notification\_widget.info:hover, .notification\_widget.info.disabled:focus, .notification\_widget.info[disabled]:focus, fieldset[disabled] .notification\_widget.info:focus, .notification\_widget.info.disabled.focus, .notification\_widget.info[disabled].focus, fieldset[disabled] .notification\_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info .badge { color: #5bc0de; background-color: #fff; } .notification\_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger:focus, .notification\_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .notification\_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active:hover, .notification\_widget.danger.active:hover, .open > .dropdown-toggle.notification\_widget.danger:hover, .notification\_widget.danger:active:focus, .notification\_widget.danger.active:focus, .open > .dropdown-toggle.notification\_widget.danger:focus, .notification\_widget.danger:active.focus, .notification\_widget.danger.active.focus, .open > .dropdown-toggle.notification\_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { background-image: none; } .notification\_widget.danger.disabled:hover, .notification\_widget.danger[disabled]:hover, fieldset[disabled] .notification\_widget.danger:hover, .notification\_widget.danger.disabled:focus, .notification\_widget.danger[disabled]:focus, fieldset[disabled] .notification\_widget.danger:focus, .notification\_widget.danger.disabled.focus, .notification\_widget.danger[disabled].focus, fieldset[disabled] .notification\_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger .badge { color: #d9534f; background-color: #fff; } div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); /\* Display over codemirror \*/ z-index: 100; /\* Hack which prevents jquery ui resizable from changing top. \*/ top: auto !important; } div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /\* This injects handle bars (a short, wide = symbol) for the resize handle. \*/ } div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .quickhelp { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .shortcut\_key { display: inline-block; width: 21ex; text-align: right; font-family: monospace; } .shortcut\_descr { display: inline-block; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } span.save\_widget { height: 30px; margin-top: 4px; display: flex; justify-content: flex-start; align-items: baseline; width: 50%; flex: 1; } span.save\_widget span.filename { height: 100%; line-height: 1em; margin-left: 16px; border: none; font-size: 146.5%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-radius: 2px; } span.save\_widget span.filename:hover { background-color: #e6e6e6; } [dir="rtl"] span.save\_widget.pull-left { float: right !important; float: right; } [dir="rtl"] span.save\_widget span.filename { margin-left: 0; margin-right: 16px; } span.checkpoint\_status, span.autosave\_status { font-size: small; white-space: nowrap; padding: 0 5px; } @media (max-width: 767px) { span.save\_widget { font-size: small; padding: 0 0 0 5px; } span.checkpoint\_status, span.autosave\_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { span.checkpoint\_status { display: none; } span.autosave\_status { font-size: x-small; } } .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toolbar select, .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .toolbar .btn { padding: 2px 8px; } .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } .toolbar-btn-label { margin-left: 6px; } #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .select-xs { height: 24px; } [dir="rtl"] .btn-group > .btn, .btn-group-vertical > .btn { float: right; } .pulse, .dropdown-menu > li > a.pulse, li.pulse > a.dropdown-toggle, li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ /\*\* WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot \* of chance of beeing generated from the ../less/[samename].less file, you can \* try to get back the less file by reverting somme commit in history \*\*/ /\* \* We'll try to get something pretty, so we \* have some strange css to have the scroll bar on \* the left with fix button on the top right of the tooltip \*/ @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /\*properties of tooltip after "expand"\*/ .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } /\*properties of tooltip before "expand"\*/ .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .tooltiptext { /\*avoid the button to overlap on some docstring\*/ padding-right: 30px; } .ipython\_tooltip { max-width: 700px; /\*fade-in animation when inserted\*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .ipython\_tooltip a { float: right; } .ipython\_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } ul.typeahead-list i { margin-left: -10px; width: 18px; } [dir="rtl"] ul.typeahead-list i { margin-left: 0; margin-right: -10px; } ul.typeahead-list { max-height: 80vh; overflow: auto; } ul.typeahead-list > li > a { /\*\* Firefox bug \*\*/ /\* see https://github.com/jupyter/notebook/issues/559 \*/ white-space: normal; } ul.typeahead-list > li > a.pull-right { float: left !important; float: left; } [dir="rtl"] .typeahead-list { text-align: right; } .cmd-palette .modal-body { padding: 7px; } .cmd-palette form { background: white; } .cmd-palette input { outline: none; } .no-shortcut { min-width: 20px; color: transparent; } [dir="rtl"] .no-shortcut.pull-right { float: left !important; float: left; } [dir="rtl"] .command-shortcut.pull-right { float: left !important; float: left; } .command-shortcut:before { content: "(command mode)"; padding-right: 3px; color: #777777; } .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } [dir="rtl"] .edit-shortcut.pull-right { float: left !important; float: left; } #find-and-replace #replace-preview .match, #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } [dir="ltr"] #find-and-replace .input-group-btn + .form-control { border-left: none; } [dir="rtl"] #find-and-replace .input-group-btn + .form-control { border-right: none; } #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } #find-and-replace #replace-preview pre { padding: 5px 10px; } .terminal-app { background: #EEE; } .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .terminal-app .terminal { width: 100%; float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } .terminal-app .terminal, .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .terminal-app .terminal .xterm-rows { padding: 10px; } .terminal-app .terminal-cursor { color: black; background: white; } .terminal-app #terminado-container { margin-top: 20px; } /\*# sourceMappingURL=style.min.css.map \*/ .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /\* Comment \*/ .highlight .err { border: 1px solid #FF0000 } /\* Error \*/ .highlight .k { color: #008000; font-weight: bold } /\* Keyword \*/ .highlight .o { color: #666666 } /\* Operator \*/ .highlight .ch { color: #408080; font-style: italic } /\* Comment.Hashbang \*/ .highlight .cm { color: #408080; font-style: italic } /\* Comment.Multiline \*/ .highlight .cp { color: #BC7A00 } /\* Comment.Preproc \*/ .highlight .cpf { color: #408080; font-style: italic } /\* Comment.PreprocFile \*/ .highlight .c1 { color: #408080; font-style: italic } /\* Comment.Single \*/ .highlight .cs { color: #408080; font-style: italic } /\* Comment.Special \*/ .highlight .gd { color: #A00000 } /\* Generic.Deleted \*/ .highlight .ge { font-style: italic } /\* Generic.Emph \*/ .highlight .gr { color: #FF0000 } /\* Generic.Error \*/ .highlight .gh { color: #000080; font-weight: bold } /\* Generic.Heading \*/ .highlight .gi { color: #00A000 } /\* Generic.Inserted \*/ .highlight .go { color: #888888 } /\* Generic.Output \*/ .highlight .gp { color: #000080; font-weight: bold } /\* Generic.Prompt \*/ .highlight .gs { font-weight: bold } /\* Generic.Strong \*/ .highlight .gu { color: #800080; font-weight: bold } /\* Generic.Subheading \*/ .highlight .gt { color: #0044DD } /\* Generic.Traceback \*/ .highlight .kc { color: #008000; font-weight: bold } /\* Keyword.Constant \*/ .highlight .kd { color: #008000; font-weight: bold } /\* Keyword.Declaration \*/ .highlight .kn { color: #008000; font-weight: bold } /\* Keyword.Namespace \*/ .highlight .kp { color: #008000 } /\* Keyword.Pseudo \*/ .highlight .kr { color: #008000; font-weight: bold } /\* Keyword.Reserved \*/ .highlight .kt { color: #B00040 } /\* Keyword.Type \*/ .highlight .m { color: #666666 } /\* Literal.Number \*/ .highlight .s { color: #BA2121 } /\* Literal.String \*/ .highlight .na { color: #7D9029 } /\* Name.Attribute \*/ .highlight .nb { color: #008000 } /\* Name.Builtin \*/ .highlight .nc { color: #0000FF; font-weight: bold } /\* Name.Class \*/ .highlight .no { color: #880000 } /\* Name.Constant \*/ .highlight .nd { color: #AA22FF } /\* Name.Decorator \*/ .highlight .ni { color: #999999; font-weight: bold } /\* Name.Entity \*/ .highlight .ne { color: #D2413A; font-weight: bold } /\* Name.Exception \*/ .highlight .nf { color: #0000FF } /\* Name.Function \*/ .highlight .nl { color: #A0A000 } /\* Name.Label \*/ .highlight .nn { color: #0000FF; font-weight: bold } /\* Name.Namespace \*/ .highlight .nt { color: #008000; font-weight: bold } /\* Name.Tag \*/ .highlight .nv { color: #19177C } /\* Name.Variable \*/ .highlight .ow { color: #AA22FF; font-weight: bold } /\* Operator.Word \*/ .highlight .w { color: #bbbbbb } /\* Text.Whitespace \*/ .highlight .mb { color: #666666 } /\* Literal.Number.Bin \*/ .highlight .mf { color: #666666 } /\* Literal.Number.Float \*/ .highlight .mh { color: #666666 } /\* Literal.Number.Hex \*/ .highlight .mi { color: #666666 } /\* Literal.Number.Integer \*/ .highlight .mo { color: #666666 } /\* Literal.Number.Oct \*/ .highlight .sa { color: #BA2121 } /\* Literal.String.Affix \*/ .highlight .sb { color: #BA2121 } /\* Literal.String.Backtick \*/ .highlight .sc { color: #BA2121 } /\* Literal.String.Char \*/ .highlight .dl { color: #BA2121 } /\* Literal.String.Delimiter \*/ .highlight .sd { color: #BA2121; font-style: italic } /\* Literal.String.Doc \*/ .highlight .s2 { color: #BA2121 } /\* Literal.String.Double \*/ .highlight .se { color: #BB6622; font-weight: bold } /\* Literal.String.Escape \*/ .highlight .sh { color: #BA2121 } /\* Literal.String.Heredoc \*/ .highlight .si { color: #BB6688; font-weight: bold } /\* Literal.String.Interpol \*/ .highlight .sx { color: #008000 } /\* Literal.String.Other \*/ .highlight .sr { color: #BB6688 } /\* Literal.String.Regex \*/ .highlight .s1 { color: #BA2121 } /\* Literal.String.Single \*/ .highlight .ss { color: #19177C } /\* Literal.String.Symbol \*/ .highlight .bp { color: #008000 } /\* Name.Builtin.Pseudo \*/ .highlight .fm { color: #0000FF } /\* Name.Function.Magic \*/ .highlight .vc { color: #19177C } /\* Name.Variable.Class \*/ .highlight .vg { color: #19177C } /\* Name.Variable.Global \*/ .highlight .vi { color: #19177C } /\* Name.Variable.Instance \*/ .highlight .vm { color: #19177C } /\* Name.Variable.Magic \*/ .highlight .il { color: #666666 } /\* Literal.Number.Integer.Long \*/ /\* Overrides of notebook CSS for static HTML export \*/ body { overflow: visible; padding: 8px; } div#notebook { overflow: visible; border-top: none; }@media print { div.cell { display: block; page-break-inside: avoid; } div.output\_wrapper { display: block; page-break-inside: avoid; } div.output { display: block; page-break-inside: avoid; } } Introduction[¶](#Introduction) ------------------------------ This is a tutorial of generation of simulations and projection. We first specify two templates, one in equatorial coordinates with `CAR` pixellisation and one in equatorial coordinates with `HEALPIX` pixellisation. We generate alms from a `CAMB` lensed power spectrum file and use them to generate a random CMB realisation in both templates. We then project the `HEALPIX` simulation into the CAR template and plot both the native `CAR` simulation and the projected `HEALPIX` simulation. We chose a low resolution `nside` to emphasize the effect of resolution Preamble[¶](#Preamble) ---------------------- `matplotlib` magic In [1]: ``` %matplotlib inline ``` Print versions used In [2]: ``` import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt import pspy, pixell print(" Numpy :", np.\_\_version\_\_) print("Matplotlib :", mpl.\_\_version\_\_) print(" pixell :", pixell.\_\_version\_\_) print(" pspy :", pspy.\_\_version\_\_) ``` ``` Numpy : 1.18.0 Matplotlib : 3.1.2 pixell : 0.6.0+34.g23be32d pspy : 0+untagged.118.gbf1f0bc.dirty ``` Get default data dir from `pspy` and set Planck colormap as default In [3]: ``` from pspy.so\_config import DEFAULT\_DATA\_DIR pixell.colorize.mpl\_setdefault("planck") ``` Generation of the templates[¶](#Generation-of-the-templates) ------------------------------------------------------------ The `CAR` template will go from right ascension `ra0` to `ra1` and from declination `dec0` to `dec1` (all in degrees). It will have a resolution of 1 arcminute and it allows 3 components (stokes parameter in the case of CMB anisotropies). In [4]: ``` ra0, ra1 = -5, 5 dec0, dec1 = -5, 5 res = 1 ncomp = 3 from pspy import so\_map template\_car = so\_map.car\_template(ncomp, ra0, ra1, dec0, dec1, res) ``` We also generate an `HEALPIX` template for which we choose `nside=256` so that the resolution of `HEALPIX` is much smaller In [5]: ``` template\_healpix = so\_map.healpix\_template(ncomp, nside=256, coordinate="equ") ``` Read power spectrum and alm generation[¶](#Read-power-spectrum-and-alm-generation) ---------------------------------------------------------------------------------- We first have to compute the power spectra $C\_\ell$s using a Boltzmann solver such as [CAMB](https://camb.readthedocs.io/en/latest/) and we need to install it since this is a prerequisite of `pspy`. We can do it within this notebook by executing the following command In [6]: ``` %pip install camb ``` ``` Requirement already satisfied: camb in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (1.1.0) Requirement already satisfied: scipy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.4.1) Requirement already satisfied: six in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.13.0) Requirement already satisfied: sympy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.5) Requirement already satisfied: numpy>=1.13.3 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from scipy>=1.0->camb) (1.18.0) Requirement already satisfied: mpmath>=0.19 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from sympy>=1.0->camb) (1.1.0) Note: you may need to restart the kernel to use updated packages. ``` To make sure everything goes well, we can import `CAMB` and check its version In [7]: ``` import camb print("CAMB version:", camb.\_\_version\_\_) ``` ``` CAMB version: 1.1.0 ``` Now that `CAMB` is properly installed, we will produce $C\_\ell$ data from $\ell$min=2 to $\ell$max=104 for the following set of $\Lambda$CDM parameters In [8]: ``` lmin, lmax = 2, 10\*\*4 l = np.arange(lmin, lmax) cosmo\_params = { "H0": 67.5, "As": 1e-10\*np.exp(3.044), "ombh2": 0.02237, "omch2": 0.1200, "ns": 0.9649, "Alens": 1.0, "tau": 0.0544 } pars = camb.set\_params(\*\*cosmo\_params) pars.set\_for\_lmax(lmax, lens\_potential\_accuracy=1) results = camb.get\_results(pars) powers = results.get\_cmb\_power\_spectra(pars, CMB\_unit="muK") ``` We finally have to write $C\_\ell$ into a file to read back using the `pixell.powspec` function In [9]: ``` import os output\_dir = "/tmp/tutorial\_projection" os.makedirs(output\_dir, exist\_ok=True) cl\_file = output\_dir + "/cl\_camb.dat" np.savetxt(cl\_file, np.hstack([l[:, np.newaxis], powers["total"][lmin:lmax]])) from pixell import powspec ps = powspec.read\_spectrum(cl\_file)[:ncomp,:ncomp] ``` and generate alms from the power spectrum up to `lmax = 5000` In [10]: ``` from pixell import curvedsky lmax = 5000 alms = curvedsky.rand\_alm(ps, lmax=lmax) ``` Computation of stokes parameters[¶](#Computation-of-stokes-parameters) ---------------------------------------------------------------------- We compute the stokes parameters from the alms in both templates In [11]: ``` from pspy import sph\_tools map\_healpix = sph\_tools.alm2map(alms, template\_healpix) map\_car = sph\_tools.alm2map(alms, template\_car) ``` and we project the `HEALPIX` map into the `CAR` template In [12]: ``` map\_healpix\_proj = so\_map.healpix2car(map\_healpix, map\_car, lmax=lmax) ``` ``` WARNING: your lmax is too large, setting it to 3*nside-1 now Preparing SHT T -> alm float64 complex128 P -> alm Projecting ``` Showing maps[¶](#Showing-maps) ------------------------------ We plot both the native `CAR` map and the `HEALPIX` projected to `CAR` map. They contain the same CMB but have different resolutions. In [13]: ``` fig, axes = plt.subplots(2, 3, figsize=(9, 6), sharex=True, sharey=True) fields = ["T", "Q", "U"] kwargs = dict(extent=[ra1, ra0, dec0, dec1], origin="lower") for i, field in enumerate(fields): kwargs["vmin"] = np.min([map\_car.data[i], map\_healpix\_proj.data[i]]) kwargs["vmax"] = np.max([map\_car.data[i], map\_healpix\_proj.data[i]]) axes[0, i].imshow(map\_car.data[i], \*\*kwargs) axes[1, i].imshow(map\_healpix\_proj.data[i], \*\*kwargs) axes[0, i].set\_title(fields[i]) axes[0, 0].set\_ylabel("CAR") axes[1, 0].set\_ylabel("HEALPIX") plt.tight\_layout() ``` ![](data:image/png;base64,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 ) We can also use the `plot` function from `pspy.so_map` and set the output path to get individual images for each component T, Q, U. In [14]: ``` map\_car.plot(file\_name=output\_dir + "/map\_car") map\_healpix\_proj.plot(file\_name=output\_dir + "/map\_healpix") ``` tutorial\_spectra\_healpix\_spin0and2 /\*! \* \* Twitter Bootstrap \* \*/ /\*! \* Bootstrap v3.3.7 (http://getbootstrap.com) \* Copyright 2011-2016 Twitter, Inc. \* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) \*/ /\*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css \*/ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /\*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css \*/ @media print { \*, \*:before, \*:after { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons\_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } \* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } \*:before, \*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 33px; } h2, .h2 { font-size: 27px; } h3, .h3 { font-size: 23px; } h4, .h4 { font-size: 17px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 19.5px; } } small, .small { font-size: 92%; } mark, .mark { background-color: #fcf8e3; padding: .2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 9px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 541px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .container { width: 768px; } } @media (min-width: 992px) { .container { width: 940px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class\*="col-"] { position: static; float: none; display: table-column; } table td[class\*="col-"], table th[class\*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 32px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 45px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .form-group-lg select.form-control { height: 45px; line-height: 45px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 23px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class\*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 2px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .navbar { border-radius: 2px; } } @media (min-width: 541px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 541px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 3px 0px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .navbar-left { float: left !important; float: left; } .navbar-right { float: right !important; float: right; margin-right: 0px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 59px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #000; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 3px; } .well-sm { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .item\_buttons:before, .item\_buttons:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .item\_buttons:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /\*! \* \* Font Awesome \* \*/ /\*! \* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome \* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) \*/ /\* FONT PATH \* -------------------------- \*/ @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /\* makes the font 33% larger relative to the icon container \*/ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /\* Deprecated as of 4.4.0 \*/ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /\* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons \*/ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .fa-handshake-o:before { content: "\f2b5"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-o:before { content: "\f2b7"; } .fa-linode:before { content: "\f2b8"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-book-o:before { content: "\f2ba"; } .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-circle-o:before { content: "\f2be"; } .fa-user-o:before { content: "\f2c0"; } .fa-id-badge:before { content: "\f2c1"; } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } .fa-quora:before { content: "\f2c4"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-telegram:before { content: "\f2c6"; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } .fa-shower:before { content: "\f2cc"; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } .fa-podcast:before { content: "\f2ce"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-grav:before { content: "\f2d6"; } .fa-etsy:before { content: "\f2d7"; } .fa-imdb:before { content: "\f2d8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-eercast:before { content: "\f2da"; } .fa-microchip:before { content: "\f2db"; } .fa-snowflake-o:before { content: "\f2dc"; } .fa-superpowers:before { content: "\f2dd"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /\*! \* \* IPython base \* \*/ .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } code { color: #000; } pre { font-size: inherit; line-height: inherit; } label { font-weight: normal; } /\* Make the page background atleast 100% the height of the view port \*/ /\* Make the page itself atleast 70% the height of the view port \*/ .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .corner-all { border-radius: 2px; } .no-padding { padding: 0px; } /\* Flexible box model classes \*/ /\* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ \*/ /\* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. \*/ .hbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } .hbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .vbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } .vbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .hbox.reverse, .vbox.reverse, .reverse { /\* Old browsers \*/ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /\* Modern browsers \*/ flex-direction: row-reverse; } .hbox.box-flex0, .vbox.box-flex0, .box-flex0 { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; width: auto; } .hbox.box-flex1, .vbox.box-flex1, .box-flex1 { /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex, .vbox.box-flex, .box-flex { /\* Old browsers \*/ /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex2, .vbox.box-flex2, .box-flex2 { /\* Old browsers \*/ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /\* Modern browsers \*/ flex: 2; } .box-group1 { /\* Deprecated \*/ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .box-group2 { /\* Deprecated \*/ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .hbox.start, .vbox.start, .start { /\* Old browsers \*/ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /\* Modern browsers \*/ justify-content: flex-start; } .hbox.end, .vbox.end, .end { /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; } .hbox.center, .vbox.center, .center { /\* Old browsers \*/ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /\* Modern browsers \*/ justify-content: center; } .hbox.baseline, .vbox.baseline, .baseline { /\* Old browsers \*/ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /\* Modern browsers \*/ justify-content: baseline; } .hbox.stretch, .vbox.stretch, .stretch { /\* Old browsers \*/ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /\* Modern browsers \*/ justify-content: stretch; } .hbox.align-start, .vbox.align-start, .align-start { /\* Old browsers \*/ -webkit-box-align: start; -moz-box-align: start; box-align: start; /\* Modern browsers \*/ align-items: flex-start; } .hbox.align-end, .vbox.align-end, .align-end { /\* Old browsers \*/ -webkit-box-align: end; -moz-box-align: end; box-align: end; /\* Modern browsers \*/ align-items: flex-end; } .hbox.align-center, .vbox.align-center, .align-center { /\* Old browsers \*/ -webkit-box-align: center; -moz-box-align: center; box-align: center; /\* Modern browsers \*/ align-items: center; } .hbox.align-baseline, .vbox.align-baseline, .align-baseline { /\* Old browsers \*/ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /\* Modern browsers \*/ align-items: baseline; } .hbox.align-stretch, .vbox.align-stretch, .align-stretch { /\* Old browsers \*/ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /\* Modern browsers \*/ align-items: stretch; } div.error { margin: 2em; text-align: center; } div.error > h1 { font-size: 500%; line-height: normal; } div.error > p { font-size: 200%; line-height: normal; } div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } div.traceback-wrapper pre.traceback { max-height: 600px; overflow: auto; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ body { background-color: #fff; /\* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below \*/ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } body > #header { /\* Initially hidden to prevent FLOUC \*/ display: none; background-color: #fff; /\* Display over codemirror \*/ position: relative; z-index: 100; } body > #header #header-container { display: flex; flex-direction: row; justify-content: space-between; padding: 5px; padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { body > #header { display: none !important; } } #header-spacer { width: 100%; visibility: hidden; } @media print { #header-spacer { display: none; } } #ipython\_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } [dir="rtl"] #ipython\_notebook { margin-right: 10px; margin-left: 0; } [dir="rtl"] #ipython\_notebook.pull-left { float: right !important; float: right; } .flex-spacer { flex: 1; } #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } #ipython\_notebook img { height: 28px; } #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { #site { height: auto !important; } } /\* Smaller buttons \*/ .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } input.ui-button { padding: 0.3em 0.9em; } span#kernel\_logo\_widget { margin: 0 10px; } span#login\_widget { float: right; } [dir="rtl"] span#login\_widget { float: left; } span#login\_widget > .button, #logout { color: #333; background-color: #fff; border-color: #ccc; } span#login\_widget > .button:focus, #logout:focus, span#login\_widget > .button.focus, #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } span#login\_widget > .button:hover, #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active:hover, #logout:active:hover, span#login\_widget > .button.active:hover, #logout.active:hover, .open > .dropdown-togglespan#login\_widget > .button:hover, .open > .dropdown-toggle#logout:hover, span#login\_widget > .button:active:focus, #logout:active:focus, span#login\_widget > .button.active:focus, #logout.active:focus, .open > .dropdown-togglespan#login\_widget > .button:focus, .open > .dropdown-toggle#logout:focus, span#login\_widget > .button:active.focus, #logout:active.focus, span#login\_widget > .button.active.focus, #logout.active.focus, .open > .dropdown-togglespan#login\_widget > .button.focus, .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { background-image: none; } span#login\_widget > .button.disabled:hover, #logout.disabled:hover, span#login\_widget > .button[disabled]:hover, #logout[disabled]:hover, fieldset[disabled] span#login\_widget > .button:hover, fieldset[disabled] #logout:hover, span#login\_widget > .button.disabled:focus, #logout.disabled:focus, span#login\_widget > .button[disabled]:focus, #logout[disabled]:focus, fieldset[disabled] span#login\_widget > .button:focus, fieldset[disabled] #logout:focus, span#login\_widget > .button.disabled.focus, #logout.disabled.focus, span#login\_widget > .button[disabled].focus, #logout[disabled].focus, fieldset[disabled] span#login\_widget > .button.focus, fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } span#login\_widget > .button .badge, #logout .badge { color: #fff; background-color: #333; } .nav-header { text-transform: none; } #header > span { margin-top: 10px; } .modal\_stretch .modal-dialog { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .modal\_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } .modal-header { cursor: move; } @media (min-width: 768px) { .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { select.form-control { margin-left: 12px; margin-right: 12px; } } /\*! \* \* IPython auth \* \*/ .center-nav { display: inline-block; margin-bottom: -4px; } [dir="rtl"] .center-nav form.pull-left { float: right !important; float: right; } [dir="rtl"] .center-nav .navbar-text { float: right; } [dir="rtl"] .navbar-inner { text-align: right; } [dir="rtl"] div.text-left { text-align: right; } /\*! \* \* IPython tree view \* \*/ /\* We need an invisible input field on top of the sentense\*/ /\* "Drag file onto the list ..." \*/ .alternate\_upload { background-color: none; display: inline; } .alternate\_upload.form { padding: 0; margin: 0; } .alternate\_upload input.fileinput { position: absolute; display: block; width: 100%; height: 100%; overflow: hidden; cursor: pointer; opacity: 0; z-index: 2; } .alternate\_upload .btn-xs > input.fileinput { margin: -1px -5px; } .alternate\_upload .btn-upload { position: relative; height: 22px; } ::-webkit-file-upload-button { cursor: pointer; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ ul#tabs { margin-bottom: 4px; } ul#tabs a { padding-top: 6px; padding-bottom: 4px; } [dir="rtl"] ul#tabs.nav-tabs > li { float: right; } [dir="rtl"] ul#tabs.nav.nav-tabs { padding-right: 0; } ul.breadcrumb a:focus, ul.breadcrumb a:hover { text-decoration: none; } ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } ul.breadcrumb span { color: #5e5e5e; } .list\_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .list\_toolbar .tree-buttons { padding-top: 1px; } [dir="rtl"] .list\_toolbar .tree-buttons .pull-right { float: left !important; float: left; } [dir="rtl"] .list\_toolbar .col-sm-4, [dir="rtl"] .list\_toolbar .col-sm-8 { float: right; } .dynamic-buttons { padding-top: 3px; display: inline-block; } .list\_toolbar [class\*="span"] { min-height: 24px; } .list\_header { font-weight: bold; background-color: #EEE; } .list\_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .list\_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .list\_container > div { border-bottom: 1px solid #ddd; } .list\_container > div:hover .list-item { background-color: red; } .list\_container > div:last-child { border: none; } .list\_item:hover .list\_item { background-color: #ddd; } .list\_item a { text-decoration: none; } .list\_item:hover { background-color: #fafafa; } .list\_header > div, .list\_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .list\_header > div input, .list\_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: text-bottom; line-height: 22px; position: relative; top: -1px; } .list\_header > div .item\_link, .list\_item > div .item\_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } [dir="rtl"] .list\_item > div input { margin-right: 0; } .new-file input[type=checkbox] { visibility: hidden; } .item\_name { line-height: 22px; height: 24px; } .item\_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .item\_modified { margin-right: 7px; margin-left: 7px; } [dir="rtl"] .item\_modified.pull-right { float: left !important; float: left; } .item\_buttons { line-height: 1em; margin-left: -5px; } .item\_buttons .btn, .item\_buttons .btn-group, .item\_buttons .input-group { float: left; } .item\_buttons > .btn, .item\_buttons > .btn-group, .item\_buttons > .input-group { margin-left: 5px; } .item\_buttons .btn { min-width: 13ex; } .item\_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .item\_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } [dir="rtl"] .item\_buttons.pull-right { float: left !important; float: left; } [dir="rtl"] .item\_buttons .kernel-name { margin-left: 7px; float: right; } .toolbar\_info { height: 24px; line-height: 24px; } .list\_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .highlight\_text { color: blue; } #project\_name { display: inline-block; padding-left: 7px; margin-left: -2px; } #project\_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } .sort\_button { display: inline-block; padding-left: 7px; } [dir="rtl"] .sort\_button.pull-right { float: left !important; float: left; } #tree-selector { padding-right: 0px; } #button-select-all { min-width: 50px; } [dir="rtl"] #button-select-all.btn { float: right ; } #select-all { margin-left: 7px; margin-right: 2px; margin-top: 2px; height: 16px; } [dir="rtl"] #select-all.pull-left { float: right !important; float: right; } .menu\_icon { margin-right: 2px; } .tab-content .row { margin-left: 0px; margin-right: 0px; } .folder\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .folder\_icon:before.fa-pull-left { margin-right: .3em; } .folder\_icon:before.fa-pull-right { margin-left: .3em; } .folder\_icon:before.pull-left { margin-right: .3em; } .folder\_icon:before.pull-right { margin-left: .3em; } .notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .notebook\_icon:before.fa-pull-left { margin-right: .3em; } .notebook\_icon:before.fa-pull-right { margin-left: .3em; } .notebook\_icon:before.pull-left { margin-right: .3em; } .notebook\_icon:before.pull-right { margin-left: .3em; } .running\_notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .running\_notebook\_icon:before.fa-pull-left { margin-right: .3em; } .running\_notebook\_icon:before.fa-pull-right { margin-left: .3em; } .running\_notebook\_icon:before.pull-left { margin-right: .3em; } .running\_notebook\_icon:before.pull-right { margin-left: .3em; } .file\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .file\_icon:before.fa-pull-left { margin-right: .3em; } .file\_icon:before.fa-pull-right { margin-left: .3em; } .file\_icon:before.pull-left { margin-right: .3em; } .file\_icon:before.pull-right { margin-left: .3em; } #notebook\_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } ul#new-menu { left: auto; right: 0; } #new-menu .dropdown-header { font-size: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 3px; margin: -3px 20px 0; } .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .kernel-menu-icon:before { content: "\f096"; } .kernel-menu-icon-current:before { content: "\f00c"; } #tab\_content { padding-top: 20px; } #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } #running .panel-group .panel .panel-heading a:focus, #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } #running .panel-group .panel .panel-body { padding: 0px; } #running .panel-group .panel .panel-body .list\_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } #running .panel-group .panel .panel-body .list\_container .list\_item { border-bottom: 1px solid #ddd; } #running .panel-group .panel .panel-body .list\_container .list\_item:last-child { border-bottom: 0px; } .delete-button { display: none; } .duplicate-button { display: none; } .rename-button { display: none; } .move-button { display: none; } .download-button { display: none; } .shutdown-button { display: none; } .dynamic-instructions { display: inline-block; padding-top: 4px; } /\*! \* \* IPython text editor webapp \* \*/ .selected-keymap i.fa { padding: 0px 5px; } .selected-keymap i.fa:before { content: "\f00c"; } #mode-menu { overflow: auto; max-height: 20em; } .edit\_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .edit\_app #menubar .navbar { /\* Use a negative 1 bottom margin, so the border overlaps the border of the header \*/ margin-bottom: -1px; } .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator.fa-pull-left { margin-right: .3em; } .dirty-indicator.fa-pull-right { margin-left: .3em; } .dirty-indicator.pull-left { margin-right: .3em; } .dirty-indicator.pull-right { margin-left: .3em; } .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-dirty.fa-pull-left { margin-right: .3em; } .dirty-indicator-dirty.fa-pull-right { margin-left: .3em; } .dirty-indicator-dirty.pull-left { margin-right: .3em; } .dirty-indicator-dirty.pull-right { margin-left: .3em; } .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-clean.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean.pull-left { margin-right: .3em; } .dirty-indicator-clean.pull-right { margin-left: .3em; } .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .dirty-indicator-clean:before.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean:before.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean:before.pull-left { margin-right: .3em; } .dirty-indicator-clean:before.pull-right { margin-left: .3em; } #filename { font-size: 16pt; display: table; padding: 0px 5px; } #current-mode { padding-left: 5px; padding-right: 5px; } #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { #texteditor-backdrop { background-color: #EEE; } } @media print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } .CodeMirror-dialog { background-color: #fff; } /\*! \* \* IPython notebook \* \*/ /\* CSS font colors for translated ANSI escape sequences \*/ /\* The color values are a mix of http://www.xcolors.net/dl/baskerville-ivorylight and http://www.xcolors.net/dl/euphrasia \*/ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-default-inverse-fg { color: #FFFFFF; } .ansi-default-inverse-bg { background-color: #000000; } .ansi-bold { font-weight: bold; } .ansi-underline { text-decoration: underline; } /\* The following styles are deprecated an will be removed in a future version \*/ .ansibold { font-weight: bold; } .ansi-inverse { outline: 0.5px dotted; } /\* use dark versions for foreground, to improve visibility \*/ .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: #c4a000; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } /\* and light for background, for the same reason \*/ .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } div.cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /\* This acts as a spacer between cells, that is outside the border \*/ margin: 0px; outline: none; position: relative; overflow: visible; } div.cell:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: transparent; } div.cell.jupyter-soft-selected { border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { div.cell.jupyter-soft-selected { border-color: transparent; } } div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: #ababab; } div.cell.selected:before, div.cell.selected.jupyter-soft-selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #42A5F5; } @media print { div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: transparent; } } .edit\_mode div.cell.selected { border-color: #66BB6A; } .edit\_mode div.cell.selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #66BB6A; } @media print { .edit\_mode div.cell.selected { border-color: transparent; } } .prompt { /\* This needs to be wide enough for 3 digit prompt numbers: In[100]: \*/ min-width: 14ex; /\* This padding is tuned to match the padding on the CodeMirror editor. \*/ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; /\* Don't highlight prompt number selection \*/ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /\* Use default cursor \*/ cursor: default; } @media (max-width: 540px) { .prompt { text-align: left; } } div.inner\_cell { min-width: 0; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } /\* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output\_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output\_subareas have no height. \*/ div.prompt:empty { padding-top: 0; padding-bottom: 0; } div.unrecognized\_cell { padding: 5px 5px 5px 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.unrecognized\_cell .inner\_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } div.unrecognized\_cell .inner\_cell a { color: inherit; text-decoration: none; } div.unrecognized\_cell .inner\_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { div.unrecognized\_cell > div.prompt { display: none; } } div.code\_cell { /\* avoid page breaking on code cells when printing \*/ } @media print { div.code\_cell { page-break-inside: avoid; } } /\* any special styling for code cells that are currently running goes here \*/ div.input { page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.input { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_prompt { color: #303F9F; border-top: 1px solid transparent; } div.input\_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input\_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } /\* The following gets added to the <head> if it is detected that the user has a \* monospace font with inconsistent normal/bold/italic height. See \* notebookmain.js. Such fonts will have keywords vertically offset with \* respect to the rest of the text. The user should select a better font. \* See: https://github.com/ipython/ipython/issues/1503 \* \* .CodeMirror span { \* vertical-align: bottom; \* } \*/ .CodeMirror { line-height: 1.21429em; /\* Changed from 1em to our global default \*/ font-size: 14px; height: auto; /\* Changed to auto to autogrow \*/ background: none; /\* Changed from white to allow our bg to show through \*/ } .CodeMirror-scroll { /\* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.\*/ /\* We have found that if it is visible, vertical scrollbars appear with font size changes.\*/ overflow-y: hidden; overflow-x: auto; } .CodeMirror-lines { /\* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because \*/ /\* we have set a different line-height and want this to scale with that. \*/ /\* Note that this should set vertical padding only, since CodeMirror assumes that horizontal padding will be set on CodeMirror pre \*/ padding: 0.4em 0; } .CodeMirror-linenumber { padding: 0 8px 0 4px; } .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .CodeMirror pre { /\* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, use .CodeMirror-lines for vertical \*/ padding: 0 0.4em; border: 0; border-radius: 0; } .CodeMirror-cursor { border-left: 1.4px solid black; } @media screen and (min-width: 2138px) and (max-width: 4319px) { .CodeMirror-cursor { border-left: 2px solid black; } } @media screen and (min-width: 4320px) { .CodeMirror-cursor { border-left: 4px solid black; } } /\* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> Adapted from GitHub theme \*/ .highlight-base { color: #000; } .highlight-variable { color: #000; } .highlight-variable-2 { color: #1a1a1a; } .highlight-variable-3 { color: #333333; } .highlight-string { color: #BA2121; } .highlight-comment { color: #408080; font-style: italic; } .highlight-number { color: #080; } .highlight-atom { color: #88F; } .highlight-keyword { color: #008000; font-weight: bold; } .highlight-builtin { color: #008000; } .highlight-error { color: #f00; } .highlight-operator { color: #AA22FF; font-weight: bold; } .highlight-meta { color: #AA22FF; } /\* previously not defined, copying from default codemirror \*/ .highlight-def { color: #00f; } .highlight-string-2 { color: #f50; } .highlight-qualifier { color: #555; } .highlight-bracket { color: #997; } .highlight-tag { color: #170; } .highlight-attribute { color: #00c; } .highlight-header { color: blue; } .highlight-quote { color: #090; } .highlight-link { color: #00c; } /\* apply the same style to codemirror \*/ .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .cm-s-ipython span.cm-atom { color: #88F; } .cm-s-ipython span.cm-number { color: #080; } .cm-s-ipython span.cm-def { color: #00f; } .cm-s-ipython span.cm-variable { color: #000; } .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .cm-s-ipython span.cm-variable-3 { color: #333333; } .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .cm-s-ipython span.cm-string { color: #BA2121; } .cm-s-ipython span.cm-string-2 { color: #f50; } .cm-s-ipython span.cm-meta { color: #AA22FF; } .cm-s-ipython span.cm-qualifier { color: #555; } .cm-s-ipython span.cm-builtin { color: #008000; } .cm-s-ipython span.cm-bracket { color: #997; } .cm-s-ipython span.cm-tag { color: #170; } .cm-s-ipython span.cm-attribute { color: #00c; } .cm-s-ipython span.cm-header { color: blue; } .cm-s-ipython span.cm-quote { color: #090; } .cm-s-ipython span.cm-link { color: #00c; } .cm-s-ipython span.cm-error { color: #f00; } .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } div.output\_wrapper { /\* this position must be relative to enable descendents to be absolute within it \*/ position: relative; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } /\* class for the output area when it should be height-limited \*/ div.output\_scroll { /\* ideally, this would be max-height, but FF barfs all over that \*/ height: 24em; /\* FF needs this \*and the wrapper\* to specify full width, or it will shrinkwrap \*/ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } /\* output div while it is collapsed \*/ div.output\_collapsed { margin: 0px; padding: 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } div.out\_prompt\_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } div.out\_prompt\_overlay:hover { /\* use inner shadow to get border that is computed the same on WebKit/FF \*/ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } div.output\_prompt { color: #D84315; } /\* This class is the outer container of all output sections. \*/ div.output\_area { padding: 0px; page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.output\_area .MathJax\_Display { text-align: left !important; } div.output\_area .rendered\_html table { margin-left: 0; margin-right: 0; } div.output\_area .rendered\_html img { margin-left: 0; margin-right: 0; } div.output\_area img, div.output\_area svg { max-width: 100%; height: auto; } div.output\_area img.unconfined, div.output\_area svg.unconfined { max-width: none; } div.output\_area .mglyph > img { max-width: none; } /\* This is needed to protect the pre formating from global settings such as that of bootstrap \*/ .output { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { div.output\_area { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } div.output\_area pre { margin: 0; padding: 1px 0 1px 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } /\* This class is for the output subarea inside the output\_area and after the prompt div. \*/ div.output\_subarea { overflow-x: auto; padding: 0.4em; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; max-width: calc(100% - 14ex); } div.output\_scroll div.output\_subarea { overflow-x: visible; } /\* The rest of the output\_\* classes are for special styling of the different output types \*/ /\* all text output has this class: \*/ div.output\_text { text-align: left; color: #000; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; } /\* stdout/stderr are 'text' as well as 'stream', but execute\_result/error are \*not\* streams \*/ div.output\_stderr { background: #fdd; /\* very light red background for stderr \*/ } div.output\_latex { text-align: left; } /\* Empty output\_javascript divs should have no height \*/ div.output\_javascript:empty { padding: 0; } .js-error { color: darkred; } /\* raw\_input styles \*/ div.raw\_input\_container { line-height: 1.21429em; padding-top: 5px; } pre.raw\_input\_prompt { /\* nothing needed here. \*/ } input.raw\_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /\* make sure input baseline aligns with prompt \*/ vertical-align: baseline; /\* padding + margin = 0.5em between prompt and cursor \*/ padding: 0em 0.25em; margin: 0em 0.25em; } input.raw\_input:focus { box-shadow: none; } p.p-space { margin-bottom: 10px; } div.output\_unrecognized { padding: 5px; font-weight: bold; color: red; } div.output\_unrecognized a { color: inherit; text-decoration: none; } div.output\_unrecognized a:hover { color: inherit; text-decoration: none; } .rendered\_html { color: #000; /\* any extras will just be numbers: \*/ } .rendered\_html em { font-style: italic; } .rendered\_html strong { font-weight: bold; } .rendered\_html u { text-decoration: underline; } .rendered\_html :link { text-decoration: underline; } .rendered\_html :visited { text-decoration: underline; } .rendered\_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h1:first-child { margin-top: 0.538em; } .rendered\_html h2:first-child { margin-top: 0.636em; } .rendered\_html h3:first-child { margin-top: 0.777em; } .rendered\_html h4:first-child { margin-top: 1em; } .rendered\_html h5:first-child { margin-top: 1em; } .rendered\_html h6:first-child { margin-top: 1em; } .rendered\_html ul:not(.list-inline), .rendered\_html ol:not(.list-inline) { padding-left: 2em; } .rendered\_html ul { list-style: disc; } .rendered\_html ul ul { list-style: square; margin-top: 0; } .rendered\_html ul ul ul { list-style: circle; } .rendered\_html ol { list-style: decimal; } .rendered\_html ol ol { list-style: upper-alpha; margin-top: 0; } .rendered\_html ol ol ol { list-style: lower-alpha; } .rendered\_html ol ol ol ol { list-style: lower-roman; } .rendered\_html ol ol ol ol ol { list-style: decimal; } .rendered\_html \* + ul { margin-top: 1em; } .rendered\_html \* + ol { margin-top: 1em; } .rendered\_html hr { color: black; background-color: black; } .rendered\_html pre { margin: 1em 2em; padding: 0px; background-color: #fff; } .rendered\_html code { background-color: #eff0f1; } .rendered\_html p code { padding: 1px 5px; } .rendered\_html pre code { background-color: #fff; } .rendered\_html pre, .rendered\_html code { border: 0; color: #000; font-size: 100%; } .rendered\_html blockquote { margin: 1em 2em; } .rendered\_html table { margin-left: auto; margin-right: auto; border: none; border-collapse: collapse; border-spacing: 0; color: black; font-size: 12px; table-layout: fixed; } .rendered\_html thead { border-bottom: 1px solid black; vertical-align: bottom; } .rendered\_html tr, .rendered\_html th, .rendered\_html td { text-align: right; vertical-align: middle; padding: 0.5em 0.5em; line-height: normal; white-space: normal; max-width: none; border: none; } .rendered\_html th { font-weight: bold; } .rendered\_html tbody tr:nth-child(odd) { background: #f5f5f5; } .rendered\_html tbody tr:hover { background: rgba(66, 165, 245, 0.2); } .rendered\_html \* + table { margin-top: 1em; } .rendered\_html p { text-align: left; } .rendered\_html \* + p { margin-top: 1em; } .rendered\_html img { display: block; margin-left: auto; margin-right: auto; } .rendered\_html \* + img { margin-top: 1em; } .rendered\_html img, .rendered\_html svg { max-width: 100%; height: auto; } .rendered\_html img.unconfined, .rendered\_html svg.unconfined { max-width: none; } .rendered\_html .alert { margin-bottom: initial; } .rendered\_html \* + .alert { margin-top: 1em; } [dir="rtl"] .rendered\_html p { text-align: right; } div.text\_cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.text\_cell > div.prompt { display: none; } } div.text\_cell\_render { /\*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;\*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } h1:hover .anchor-link, h2:hover .anchor-link, h3:hover .anchor-link, h4:hover .anchor-link, h5:hover .anchor-link, h6:hover .anchor-link { visibility: visible; } .text\_cell.rendered .input\_area { display: none; } .text\_cell.rendered .rendered\_html { overflow-x: auto; overflow-y: hidden; } .text\_cell.rendered .rendered\_html tr, .text\_cell.rendered .rendered\_html th, .text\_cell.rendered .rendered\_html td { max-width: none; } .text\_cell.unrendered .text\_cell\_render { display: none; } .text\_cell .dropzone .input\_area { border: 2px dashed #bababa; margin: -1px; } .cm-header-1, .cm-header-2, .cm-header-3, .cm-header-4, .cm-header-5, .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .cm-header-1 { font-size: 185.7%; } .cm-header-2 { font-size: 157.1%; } .cm-header-3 { font-size: 128.6%; } .cm-header-4 { font-size: 110%; } .cm-header-5 { font-size: 100%; font-style: italic; } .cm-header-6 { font-size: 100%; font-style: italic; } /\*! \* \* IPython notebook webapp \* \*/ @media (max-width: 767px) { .notebook\_app { padding-left: 0px; padding-right: 0px; } } #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook\_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /\* This spaces the page away from the edge of the notebook area \*/ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } @media print { #notebook-container { width: 100%; } } div.ui-widget-content { border: 1px solid #ababab; outline: none; } pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } p.dialog { padding: 0.2em; } /\* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. \*/ pre, code, kbd, samp { white-space: pre-wrap; } #fonttest { font-family: monospace; } p { margin-bottom: 0; } .end\_space { min-height: 100px; transition: height .2s ease; } .notebook\_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { .notebook\_app { background-color: #EEE; } } kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } .jupyter-keybindings { padding: 1px; line-height: 24px; border-bottom: 1px solid gray; } .jupyter-keybindings input { margin: 0; padding: 0; border: none; } .jupyter-keybindings i { padding: 6px; } .well code { background-color: #ffffff; border-color: #ababab; border-width: 1px; border-style: solid; padding: 2px; padding-top: 1px; padding-bottom: 1px; } /\* CSS for the cell toolbar \*/ .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; display: -webkit-flex; } @media print { .celltoolbar { display: none; } } .ctb\_hideshow { display: none; vertical-align: bottom; } /\* ctb\_show is added to the ctb\_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb\_global\_show class is also set. \*/ .ctb\_global\_show .ctb\_show.ctb\_hideshow { display: block; } .ctb\_global\_show .ctb\_show + .input\_area, .ctb\_global\_show .ctb\_show + div.text\_cell\_input, .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border: 1px solid #cfcfcf; } .celltoolbar { font-size: 87%; padding-top: 3px; } .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .celltoolbar select:-ms-input-placeholder { color: #999; } .celltoolbar select::-webkit-input-placeholder { color: #999; } .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .celltoolbar select[disabled], .celltoolbar select[readonly], fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .celltoolbar select[disabled], fieldset[disabled] .celltoolbar select { cursor: not-allowed; } textarea.celltoolbar select { height: auto; } select.celltoolbar select { height: 30px; line-height: 30px; } textarea.celltoolbar select, select[multiple].celltoolbar select { height: auto; } .celltoolbar label { margin-left: 5px; margin-right: 5px; } .tags\_button\_container { width: 100%; display: flex; } .tag-container { display: flex; flex-direction: row; flex-grow: 1; overflow: hidden; position: relative; } .tag-container > \* { margin: 0 4px; } .remove-tag-btn { margin-left: 4px; } .tags-input { display: flex; } .cell-tag:last-child:after { content: ""; position: absolute; right: 0; width: 40px; height: 100%; /\* Fade to background color of cell toolbar \*/ background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); } .tags-input > \* { margin-left: 4px; } .cell-tag, .tags-input input, .tags-input button { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; box-shadow: none; width: inherit; font-size: inherit; height: 22px; line-height: 22px; padding: 0px 4px; display: inline-block; } .cell-tag:focus, .tags-input input:focus, .tags-input button:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .cell-tag::-moz-placeholder, .tags-input input::-moz-placeholder, .tags-input button::-moz-placeholder { color: #999; opacity: 1; } .cell-tag:-ms-input-placeholder, .tags-input input:-ms-input-placeholder, .tags-input button:-ms-input-placeholder { color: #999; } .cell-tag::-webkit-input-placeholder, .tags-input input::-webkit-input-placeholder, .tags-input button::-webkit-input-placeholder { color: #999; } .cell-tag::-ms-expand, .tags-input input::-ms-expand, .tags-input button::-ms-expand { border: 0; background-color: transparent; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], .cell-tag[readonly], .tags-input input[readonly], .tags-input button[readonly], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { background-color: #eeeeee; opacity: 1; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { cursor: not-allowed; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button { height: auto; } select.cell-tag, select.tags-input input, select.tags-input button { height: 30px; line-height: 30px; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button, select[multiple].cell-tag, select[multiple].tags-input input, select[multiple].tags-input button { height: auto; } .cell-tag, .tags-input button { padding: 0px 4px; } .cell-tag { background-color: #fff; white-space: nowrap; } .tags-input input[type=text]:focus { outline: none; box-shadow: none; border-color: #ccc; } .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .completions select option.context { color: #286090; } #kernel\_logo\_widget .current\_kernel\_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } [dir="rtl"] #kernel\_logo\_widget { float: left !important; float: left; } .modal .modal-body .move-path { display: flex; flex-direction: row; justify-content: space; align-items: center; } .modal .modal-body .move-path .server-root { padding-right: 20px; } .modal .modal-body .move-path .path-input { flex: 1; } #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } #menubar .navbar-collapse { clear: left; } [dir="rtl"] #menubar .navbar-toggle { float: right; } [dir="rtl"] #menubar .navbar-collapse { clear: right; } [dir="rtl"] #menubar .navbar-nav { float: right; } [dir="rtl"] #menubar .nav { padding-right: 0px; } [dir="rtl"] #menubar .navbar-nav > li { float: right; } [dir="rtl"] #menubar .navbar-right { float: left !important; } [dir="rtl"] ul.dropdown-menu { text-align: right; left: auto; } [dir="rtl"] ul#new-menu.dropdown-menu { right: auto; left: 0; } .nav-wrapper { border-bottom: 1px solid #e7e7e7; } i.menu-icon { padding-top: 4px; } [dir="rtl"] i.menu-icon.pull-right { float: left !important; float: left; } ul#help\_menu li a { overflow: hidden; padding-right: 2.2em; } ul#help\_menu li a i { margin-right: -1.2em; } [dir="rtl"] ul#help\_menu li a { padding-left: 2.2em; } [dir="rtl"] ul#help\_menu li a i { margin-right: 0; margin-left: -1.2em; } [dir="rtl"] ul#help\_menu li a i.pull-right { float: left !important; float: left; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } [dir="rtl"] .dropdown-submenu > .dropdown-menu { right: 100%; margin-right: -1px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .dropdown-submenu > a:after.fa-pull-left { margin-right: .3em; } .dropdown-submenu > a:after.fa-pull-right { margin-left: .3em; } .dropdown-submenu > a:after.pull-left { margin-right: .3em; } .dropdown-submenu > a:after.pull-right { margin-left: .3em; } [dir="rtl"] .dropdown-submenu > a:after { float: left; content: "\f0d9"; margin-right: 0; margin-left: -10px; } .dropdown-submenu:hover > a:after { color: #262626; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #notification\_area { float: right !important; float: right; z-index: 10; } [dir="rtl"] #notification\_area { float: left !important; float: left; } .indicator\_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] .indicator\_area { float: left !important; float: left; } #kernel\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } #kernel\_indicator .kernel\_indicator\_name { padding-left: 5px; padding-right: 5px; } [dir="rtl"] #kernel\_indicator { float: left !important; float: left; border-left: 0; border-right: 1px solid; } #modal\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] #modal\_indicator { float: left !important; float: left; } #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .modal\_indicator:before { width: 1.28571429em; text-align: center; } .edit\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .edit\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .edit\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .command\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .kernel\_idle\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .kernel\_idle\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_idle\_icon:before.pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.pull-right { margin-left: .3em; } .kernel\_busy\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .kernel\_busy\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_busy\_icon:before.pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.pull-right { margin-left: .3em; } .kernel\_dead\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .kernel\_dead\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_dead\_icon:before.pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .kernel\_disconnected\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before.pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.pull-right { margin-left: .3em; } .notification\_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .notification\_widget:focus, .notification\_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .notification\_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active:hover, .notification\_widget.active:hover, .open > .dropdown-toggle.notification\_widget:hover, .notification\_widget:active:focus, .notification\_widget.active:focus, .open > .dropdown-toggle.notification\_widget:focus, .notification\_widget:active.focus, .notification\_widget.active.focus, .open > .dropdown-toggle.notification\_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { background-image: none; } .notification\_widget.disabled:hover, .notification\_widget[disabled]:hover, fieldset[disabled] .notification\_widget:hover, .notification\_widget.disabled:focus, .notification\_widget[disabled]:focus, fieldset[disabled] .notification\_widget:focus, .notification\_widget.disabled.focus, .notification\_widget[disabled].focus, fieldset[disabled] .notification\_widget.focus { background-color: #fff; border-color: #ccc; } .notification\_widget .badge { color: #fff; background-color: #333; } .notification\_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning:focus, .notification\_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .notification\_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active:hover, .notification\_widget.warning.active:hover, .open > .dropdown-toggle.notification\_widget.warning:hover, .notification\_widget.warning:active:focus, .notification\_widget.warning.active:focus, .open > .dropdown-toggle.notification\_widget.warning:focus, .notification\_widget.warning:active.focus, .notification\_widget.warning.active.focus, .open > .dropdown-toggle.notification\_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { background-image: none; } .notification\_widget.warning.disabled:hover, .notification\_widget.warning[disabled]:hover, fieldset[disabled] .notification\_widget.warning:hover, .notification\_widget.warning.disabled:focus, .notification\_widget.warning[disabled]:focus, fieldset[disabled] .notification\_widget.warning:focus, .notification\_widget.warning.disabled.focus, .notification\_widget.warning[disabled].focus, fieldset[disabled] .notification\_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .notification\_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success:focus, .notification\_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .notification\_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active:hover, .notification\_widget.success.active:hover, .open > .dropdown-toggle.notification\_widget.success:hover, .notification\_widget.success:active:focus, .notification\_widget.success.active:focus, .open > .dropdown-toggle.notification\_widget.success:focus, .notification\_widget.success:active.focus, .notification\_widget.success.active.focus, .open > .dropdown-toggle.notification\_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { background-image: none; } .notification\_widget.success.disabled:hover, .notification\_widget.success[disabled]:hover, fieldset[disabled] .notification\_widget.success:hover, .notification\_widget.success.disabled:focus, .notification\_widget.success[disabled]:focus, fieldset[disabled] .notification\_widget.success:focus, .notification\_widget.success.disabled.focus, .notification\_widget.success[disabled].focus, fieldset[disabled] .notification\_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success .badge { color: #5cb85c; background-color: #fff; } .notification\_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info:focus, .notification\_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .notification\_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active:hover, .notification\_widget.info.active:hover, .open > .dropdown-toggle.notification\_widget.info:hover, .notification\_widget.info:active:focus, .notification\_widget.info.active:focus, .open > .dropdown-toggle.notification\_widget.info:focus, .notification\_widget.info:active.focus, .notification\_widget.info.active.focus, .open > .dropdown-toggle.notification\_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { background-image: none; } .notification\_widget.info.disabled:hover, .notification\_widget.info[disabled]:hover, fieldset[disabled] .notification\_widget.info:hover, .notification\_widget.info.disabled:focus, .notification\_widget.info[disabled]:focus, fieldset[disabled] .notification\_widget.info:focus, .notification\_widget.info.disabled.focus, .notification\_widget.info[disabled].focus, fieldset[disabled] .notification\_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info .badge { color: #5bc0de; background-color: #fff; } .notification\_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger:focus, .notification\_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .notification\_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active:hover, .notification\_widget.danger.active:hover, .open > .dropdown-toggle.notification\_widget.danger:hover, .notification\_widget.danger:active:focus, .notification\_widget.danger.active:focus, .open > .dropdown-toggle.notification\_widget.danger:focus, .notification\_widget.danger:active.focus, .notification\_widget.danger.active.focus, .open > .dropdown-toggle.notification\_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { background-image: none; } .notification\_widget.danger.disabled:hover, .notification\_widget.danger[disabled]:hover, fieldset[disabled] .notification\_widget.danger:hover, .notification\_widget.danger.disabled:focus, .notification\_widget.danger[disabled]:focus, fieldset[disabled] .notification\_widget.danger:focus, .notification\_widget.danger.disabled.focus, .notification\_widget.danger[disabled].focus, fieldset[disabled] .notification\_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger .badge { color: #d9534f; background-color: #fff; } div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); /\* Display over codemirror \*/ z-index: 100; /\* Hack which prevents jquery ui resizable from changing top. \*/ top: auto !important; } div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /\* This injects handle bars (a short, wide = symbol) for the resize handle. \*/ } div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .quickhelp { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .shortcut\_key { display: inline-block; width: 21ex; text-align: right; font-family: monospace; } .shortcut\_descr { display: inline-block; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } span.save\_widget { height: 30px; margin-top: 4px; display: flex; justify-content: flex-start; align-items: baseline; width: 50%; flex: 1; } span.save\_widget span.filename { height: 100%; line-height: 1em; margin-left: 16px; border: none; font-size: 146.5%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-radius: 2px; } span.save\_widget span.filename:hover { background-color: #e6e6e6; } [dir="rtl"] span.save\_widget.pull-left { float: right !important; float: right; } [dir="rtl"] span.save\_widget span.filename { margin-left: 0; margin-right: 16px; } span.checkpoint\_status, span.autosave\_status { font-size: small; white-space: nowrap; padding: 0 5px; } @media (max-width: 767px) { span.save\_widget { font-size: small; padding: 0 0 0 5px; } span.checkpoint\_status, span.autosave\_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { span.checkpoint\_status { display: none; } span.autosave\_status { font-size: x-small; } } .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toolbar select, .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .toolbar .btn { padding: 2px 8px; } .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } .toolbar-btn-label { margin-left: 6px; } #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .select-xs { height: 24px; } [dir="rtl"] .btn-group > .btn, .btn-group-vertical > .btn { float: right; } .pulse, .dropdown-menu > li > a.pulse, li.pulse > a.dropdown-toggle, li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ /\*\* WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot \* of chance of beeing generated from the ../less/[samename].less file, you can \* try to get back the less file by reverting somme commit in history \*\*/ /\* \* We'll try to get something pretty, so we \* have some strange css to have the scroll bar on \* the left with fix button on the top right of the tooltip \*/ @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /\*properties of tooltip after "expand"\*/ .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } /\*properties of tooltip before "expand"\*/ .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .tooltiptext { /\*avoid the button to overlap on some docstring\*/ padding-right: 30px; } .ipython\_tooltip { max-width: 700px; /\*fade-in animation when inserted\*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .ipython\_tooltip a { float: right; } .ipython\_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } ul.typeahead-list i { margin-left: -10px; width: 18px; } [dir="rtl"] ul.typeahead-list i { margin-left: 0; margin-right: -10px; } ul.typeahead-list { max-height: 80vh; overflow: auto; } ul.typeahead-list > li > a { /\*\* Firefox bug \*\*/ /\* see https://github.com/jupyter/notebook/issues/559 \*/ white-space: normal; } ul.typeahead-list > li > a.pull-right { float: left !important; float: left; } [dir="rtl"] .typeahead-list { text-align: right; } .cmd-palette .modal-body { padding: 7px; } .cmd-palette form { background: white; } .cmd-palette input { outline: none; } .no-shortcut { min-width: 20px; color: transparent; } [dir="rtl"] .no-shortcut.pull-right { float: left !important; float: left; } [dir="rtl"] .command-shortcut.pull-right { float: left !important; float: left; } .command-shortcut:before { content: "(command mode)"; padding-right: 3px; color: #777777; } .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } [dir="rtl"] .edit-shortcut.pull-right { float: left !important; float: left; } #find-and-replace #replace-preview .match, #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } [dir="ltr"] #find-and-replace .input-group-btn + .form-control { border-left: none; } [dir="rtl"] #find-and-replace .input-group-btn + .form-control { border-right: none; } #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } #find-and-replace #replace-preview pre { padding: 5px 10px; } .terminal-app { background: #EEE; } .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .terminal-app .terminal { width: 100%; float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } .terminal-app .terminal, .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .terminal-app .terminal .xterm-rows { padding: 10px; } .terminal-app .terminal-cursor { color: black; background: white; } .terminal-app #terminado-container { margin-top: 20px; } /\*# sourceMappingURL=style.min.css.map \*/ .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /\* Comment \*/ .highlight .err { border: 1px solid #FF0000 } /\* Error \*/ .highlight .k { color: #008000; font-weight: bold } /\* Keyword \*/ .highlight .o { color: #666666 } /\* Operator \*/ .highlight .ch { color: #408080; font-style: italic } /\* Comment.Hashbang \*/ .highlight .cm { color: #408080; font-style: italic } /\* Comment.Multiline \*/ .highlight .cp { color: #BC7A00 } /\* Comment.Preproc \*/ .highlight .cpf { color: #408080; font-style: italic } /\* Comment.PreprocFile \*/ .highlight .c1 { color: #408080; font-style: italic } /\* Comment.Single \*/ .highlight .cs { color: #408080; font-style: italic } /\* Comment.Special \*/ .highlight .gd { color: #A00000 } /\* Generic.Deleted \*/ .highlight .ge { font-style: italic } /\* Generic.Emph \*/ .highlight .gr { color: #FF0000 } /\* Generic.Error \*/ .highlight .gh { color: #000080; font-weight: bold } /\* Generic.Heading \*/ .highlight .gi { color: #00A000 } /\* Generic.Inserted \*/ .highlight .go { color: #888888 } /\* Generic.Output \*/ .highlight .gp { color: #000080; font-weight: bold } /\* Generic.Prompt \*/ .highlight .gs { font-weight: bold } /\* Generic.Strong \*/ .highlight .gu { color: #800080; font-weight: bold } /\* Generic.Subheading \*/ .highlight .gt { color: #0044DD } /\* Generic.Traceback \*/ .highlight .kc { color: #008000; font-weight: bold } /\* Keyword.Constant \*/ .highlight .kd { color: #008000; font-weight: bold } /\* Keyword.Declaration \*/ .highlight .kn { color: #008000; font-weight: bold } /\* Keyword.Namespace \*/ .highlight .kp { color: #008000 } /\* Keyword.Pseudo \*/ .highlight .kr { color: #008000; font-weight: bold } /\* Keyword.Reserved \*/ .highlight .kt { color: #B00040 } /\* Keyword.Type \*/ .highlight .m { color: #666666 } /\* Literal.Number \*/ .highlight .s { color: #BA2121 } /\* Literal.String \*/ .highlight .na { color: #7D9029 } /\* Name.Attribute \*/ .highlight .nb { color: #008000 } /\* Name.Builtin \*/ .highlight .nc { color: #0000FF; font-weight: bold } /\* Name.Class \*/ .highlight .no { color: #880000 } /\* Name.Constant \*/ .highlight .nd { color: #AA22FF } /\* Name.Decorator \*/ .highlight .ni { color: #999999; font-weight: bold } /\* Name.Entity \*/ .highlight .ne { color: #D2413A; font-weight: bold } /\* Name.Exception \*/ .highlight .nf { color: #0000FF } /\* Name.Function \*/ .highlight .nl { color: #A0A000 } /\* Name.Label \*/ .highlight .nn { color: #0000FF; font-weight: bold } /\* Name.Namespace \*/ .highlight .nt { color: #008000; font-weight: bold } /\* Name.Tag \*/ .highlight .nv { color: #19177C } /\* Name.Variable \*/ .highlight .ow { color: #AA22FF; font-weight: bold } /\* Operator.Word \*/ .highlight .w { color: #bbbbbb } /\* Text.Whitespace \*/ .highlight .mb { color: #666666 } /\* Literal.Number.Bin \*/ .highlight .mf { color: #666666 } /\* Literal.Number.Float \*/ .highlight .mh { color: #666666 } /\* Literal.Number.Hex \*/ .highlight .mi { color: #666666 } /\* Literal.Number.Integer \*/ .highlight .mo { color: #666666 } /\* Literal.Number.Oct \*/ .highlight .sa { color: #BA2121 } /\* Literal.String.Affix \*/ .highlight .sb { color: #BA2121 } /\* Literal.String.Backtick \*/ .highlight .sc { color: #BA2121 } /\* Literal.String.Char \*/ .highlight .dl { color: #BA2121 } /\* Literal.String.Delimiter \*/ .highlight .sd { color: #BA2121; font-style: italic } /\* Literal.String.Doc \*/ .highlight .s2 { color: #BA2121 } /\* Literal.String.Double \*/ .highlight .se { color: #BB6622; font-weight: bold } /\* Literal.String.Escape \*/ .highlight .sh { color: #BA2121 } /\* Literal.String.Heredoc \*/ .highlight .si { color: #BB6688; font-weight: bold } /\* Literal.String.Interpol \*/ .highlight .sx { color: #008000 } /\* Literal.String.Other \*/ .highlight .sr { color: #BB6688 } /\* Literal.String.Regex \*/ .highlight .s1 { color: #BA2121 } /\* Literal.String.Single \*/ .highlight .ss { color: #19177C } /\* Literal.String.Symbol \*/ .highlight .bp { color: #008000 } /\* Name.Builtin.Pseudo \*/ .highlight .fm { color: #0000FF } /\* Name.Function.Magic \*/ .highlight .vc { color: #19177C } /\* Name.Variable.Class \*/ .highlight .vg { color: #19177C } /\* Name.Variable.Global \*/ .highlight .vi { color: #19177C } /\* Name.Variable.Instance \*/ .highlight .vm { color: #19177C } /\* Name.Variable.Magic \*/ .highlight .il { color: #666666 } /\* Literal.Number.Integer.Long \*/ /\* Overrides of notebook CSS for static HTML export \*/ body { overflow: visible; padding: 8px; } div#notebook { overflow: visible; border-top: none; }@media print { div.cell { display: block; page-break-inside: avoid; } div.output\_wrapper { display: block; page-break-inside: avoid; } div.output { display: block; page-break-inside: avoid; } } Introduction[¶](#Introduction) ------------------------------ This tutorial shows how to compute the power spectra of spin 0 and 2 fields. We will use the `HEALPIX` pixellisation to pass through the different steps of generation. If you are interested on doing the same thing with `CAR` pixellisation, you can have a look at this [file](tutorial_spectra_car_spin0and2.ipynb). The `HEALPIX` survey mask is defined will be a disk of radius 25 degree centered on longitude 30 degree and latitude 50 degree, It will have a resolution nside=1024. We simulate 2 splits with 5 µK.arcmin noise and we also include a point source mask with 100 holes of size 10 arcminutes. We appodize the survey mask with an apodisation of 1 degree and the point source mask with an apodisation of 0.3 degree. We finally compute the spectra between the 2 splits of data up to `lmax=1000`. Preamble[¶](#Preamble) ---------------------- `matplotlib` magic In [1]: ``` %matplotlib inline ``` Versions used for this tutorial In [2]: ``` import numpy as np import healpy as hp import matplotlib as mpl import matplotlib.pyplot as plt import pspy, pixell print(" Numpy :", np.\_\_version\_\_) print(" Healpy :", hp.\_\_version\_\_) print("Matplotlib :", mpl.\_\_version\_\_) print(" pixell :", pixell.\_\_version\_\_) print(" pspy :", pspy.\_\_version\_\_) ``` ``` Numpy : 1.18.0 Healpy : 1.13.0 Matplotlib : 3.1.2 pixell : 0.6.0+34.g23be32d pspy : 0+untagged.118.gbf1f0bc.dirty ``` Get default data dir from `pspy` and set Planck colormap as default In [3]: ``` from pspy.so\_config import DEFAULT\_DATA\_DIR pixell.colorize.mpl\_setdefault("planck") ``` If you face issue with `openmp` library, run the next code block In [4]: ``` import os os.environ["KMP\_DUPLICATE\_LIB\_OK"] = "True" #only used in this notebook to avoid a openmp bugs ``` Generation of the templates, mask and apodisation type[¶](#Generation-of-the-templates,-mask-and-apodisation-type) ------------------------------------------------------------------------------------------------------------------ We start by specifying the `HEALPIX` parameters for the window function. it will be a disk of radius 25 degree centered on longitude 30 degree and latitude 50 degree, It will have a resolution nside=1024. In [5]: ``` lon, lat = 30, 50 radius = 25 nside = 1024 ``` For this example, we will make use of 3 components : Temperature (spin 0) and polarisation Q and U (spin 2) In [6]: ``` ncomp = 3 ``` Given the parameters, we can generate the `HEALPIX` template as follow In [7]: ``` from pspy import so\_map template\_healpix = so\_map.healpix\_template(ncomp, nside=nside) ``` We also define a binary template for the window function: we set pixel inside the disk at 1 and pixel outside at zero In [8]: ``` binary\_healpix = so\_map.healpix\_template(ncomp=1, nside=nside) vec = hp.pixelfunc.ang2vec(lon, lat, lonlat=True) disc = hp.query\_disc(nside, vec, radius=radius\*np.pi/180) binary\_healpix.data[disc] = 1 ``` Generation of spectra[¶](#Generation-of-spectra) ------------------------------------------------ ### Generation of simulations[¶](#Generation-of-simulations) We first have to compute a set of theoretical power spectra $C\_\ell$ using a Boltzmann solver such as [CAMB](https://camb.readthedocs.io/en/latest/) and we need to install it since this is a prerequisite of `pspy`. We can do it within this notebook by executing the following command In [9]: ``` %pip install camb ``` ``` Requirement already satisfied: camb in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (1.1.0) Requirement already satisfied: scipy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.4.1) Requirement already satisfied: six in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.13.0) Requirement already satisfied: sympy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.5) Requirement already satisfied: numpy>=1.13.3 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from scipy>=1.0->camb) (1.18.0) Requirement already satisfied: mpmath>=0.19 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from sympy>=1.0->camb) (1.1.0) Note: you may need to restart the kernel to use updated packages. ``` To make sure everything goes well, we can import `CAMB` and check its version In [10]: ``` import camb print("CAMB version:", camb.\_\_version\_\_) ``` ``` CAMB version: 1.1.0 ``` Now that `CAMB` is properly installed, we will produce the $C\_\ell$s from $\ell$min=2 to $\ell$max=104 for the following set of $\Lambda$CDM parameters In [11]: ``` lmin, lmax = 2, 10\*\*4 l = np.arange(lmin, lmax) cosmo\_params = { "H0": 67.5, "As": 1e-10\*np.exp(3.044), "ombh2": 0.02237, "omch2": 0.1200, "ns": 0.9649, "Alens": 1.0, "tau": 0.0544 } pars = camb.set\_params(\*\*cosmo\_params) pars.set\_for\_lmax(lmax, lens\_potential\_accuracy=1) results = camb.get\_results(pars) powers = results.get\_cmb\_power\_spectra(pars, CMB\_unit="muK") ``` We finally have to write the $C\_\ell$s into a file to feed the `so_map.synfast` function In [12]: ``` import os output\_dir = "/tmp/tutorial\_spectra\_spin0and2" os.makedirs(output\_dir, exist\_ok=True) cl\_file = output\_dir + "/cl\_camb.dat" np.savetxt(cl\_file, np.hstack([l[:, np.newaxis], powers["total"][lmin:lmax]])) ``` Given the `CAMB` file, we generate a CMB realisation In [13]: ``` cmb = template\_healpix.synfast(cl\_file) ``` Then, we make 2 splits out of it, each with 5 µK.arcmin rms in temperature and 5xsqrt(2) µK.arcmin in polarisation In [14]: ``` nsplits = 2 splits = [cmb.copy() for i in range(nsplits)] for i in range(nsplits): noise = so\_map.white\_noise(cmb, rms\_uKarcmin\_T=5, rms\_uKarcmin\_pol=np.sqrt(2)\*5) splits[i].data += noise.data ``` We can plot each component T, Q, U for the original CMB realisation In [15]: ``` fields = ["T", "Q", "U"] plt.figure() for i, field in enumerate(fields): hp.mollview(cmb.data[i],title='%s'%field) ``` ``` <Figure size 432x288 with 0 Axes> ``` ![](data:image/png;base64,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 ) ![](data:image/png;base64,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 ) ![](data:image/png;base64,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 ) ### Generate window[¶](#Generate-window) We then create an apodisation for the survey mask. We use a C1 apodisation with an apodisation size of 1 degree In [16]: ``` from pspy import so\_window window = so\_window.create\_apodization(binary\_healpix, apo\_type="C1", apo\_radius\_degree=1) ``` We also create a point source mask made of 100 holes each with a 10 arcminutes size In [17]: ``` mask = so\_map.simulate\_source\_mask(binary\_healpix, n\_holes=100, hole\_radius\_arcmin=10) ``` and we apodize it In [18]: ``` mask = so\_window.create\_apodization(mask, apo\_type="C1", apo\_radius\_degree=0.3) ``` The window is given by the product of the survey window and the mask window In [19]: ``` window.data \*= mask.data plt.figure(figsize=(5, 5)) hp.mollview(window.data, min=0, max=1) ``` ``` <Figure size 360x360 with 0 Axes> ``` ![](data:image/png;base64,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 ) ### Compute mode coupling matrix[¶](#Compute-mode-coupling-matrix) For spin 0 and 2 the window need to be a tuple made of two objects: the window used for spin 0 and the one used for spin 2 In [20]: ``` window = (window, window) ``` The windows (for `spin0` and `spin2`) are going to couple mode together, we compute a mode coupling matrix in order to undo this effect given a binning file (format: lmin, lmax, lmean) and a $\ell$max value of 1000 In [21]: ``` lmax = 1000 binning\_file = output\_dir + "/binning.dat" from pspy import pspy\_utils pspy\_utils.create\_binning\_file(bin\_size=40, n\_bins=100, file\_name=binning\_file) from pspy import so\_mcm mbb\_inv, Bbl = so\_mcm.mcm\_and\_bbl\_spin0and2(window, binning\_file, lmax=lmax, type="Dl", niter=0) ``` ### Compute alms and bin spectra[¶](#Compute-alms-and-bin-spectra) In [22]: ``` from pspy import sph\_tools alms = [sph\_tools.get\_alms(split, window, niter=0, lmax=lmax) for split in splits] ``` We need to specify the order of the spectra to be used by `pspy` In [23]: ``` spectra = ["TT", "TE", "TB", "ET", "BT", "EE", "EB", "BE", "BB"] ``` and we finally build a dictionary of cross split spectra In [24]: ``` Db\_dict = {} from itertools import combinations\_with\_replacement as cwr for (i1, alm1), (i2, alm2) in cwr(enumerate(alms), 2): from pspy import so\_spectra l, ps = so\_spectra.get\_spectra(alm1, alm2, spectra=spectra) lb, Db = so\_spectra.bin\_spectra(l, ps, binning\_file, lmax, type="Dl", mbb\_inv=mbb\_inv, spectra=spectra) Db\_dict.update({"split{}xsplit{}".format(i1, i2): Db}) ``` To compare with the input $C\_\ell$, we also compute the binned theory spectra In [25]: ``` from pspy import pspy\_utils l, ps\_theory = pspy\_utils.ps\_lensed\_theory\_to\_dict(cl\_file, 'Dl', lmax=lmax) ps\_theory\_b = so\_mcm.apply\_Bbl(Bbl, ps\_theory, spectra=spectra) ``` and we finally plot all the results In [26]: ``` fig, axes = plt.subplots(3, 3, figsize=(15, 12), sharex=True) ax = axes.flatten() for i, spec in enumerate(spectra): for k, v in Db\_dict.items(): ax[i].plot(lb, v[spec], "-o", label=k) ax[i].plot(lb, ps\_theory\_b[spec], "--", color="tab:red", label="binned theory") ax[i].plot(l, ps\_theory[spec], color="tab:red", label="theory") ax[i].set\_ylabel(r'$D^{%s}\_{\ell}$'%spec, fontsize=20) if i==0: fig.legend(loc="upper left", bbox\_to\_anchor=(1,1)) for ax in axes[-1]: ax.set\_xlabel(r'$\ell$',fontsize=20) plt.tight\_layout() ``` ![](data:image/png;base64,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 ) tutorial\_purebb /\*! \* \* Twitter Bootstrap \* \*/ /\*! \* Bootstrap v3.3.7 (http://getbootstrap.com) \* Copyright 2011-2016 Twitter, Inc. \* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) \*/ /\*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css \*/ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { font-size: 2em; margin: 0.67em 0; } mark { background: #ff0; color: #000; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { box-sizing: content-box; height: 0; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } /\*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css \*/ @media print { \*, \*:before, \*:after { background: transparent !important; box-shadow: none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } .navbar { display: none; } .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('../components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../components/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons\_halflingsregular') format('svg'); } .glyphicon { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before { content: "\002a"; } .glyphicon-plus:before { content: "\002b"; } .glyphicon-euro:before, .glyphicon-eur:before { content: "\20ac"; } .glyphicon-minus:before { content: "\2212"; } .glyphicon-cloud:before { content: "\2601"; } .glyphicon-envelope:before { content: "\2709"; } .glyphicon-pencil:before { content: "\270f"; } .glyphicon-glass:before { content: "\e001"; } .glyphicon-music:before { content: "\e002"; } .glyphicon-search:before { content: "\e003"; } .glyphicon-heart:before { content: "\e005"; } .glyphicon-star:before { content: "\e006"; } .glyphicon-star-empty:before { content: "\e007"; } .glyphicon-user:before { content: "\e008"; } .glyphicon-film:before { content: "\e009"; } .glyphicon-th-large:before { content: "\e010"; } .glyphicon-th:before { content: "\e011"; } .glyphicon-th-list:before { content: "\e012"; } .glyphicon-ok:before { content: "\e013"; } .glyphicon-remove:before { content: "\e014"; } .glyphicon-zoom-in:before { content: "\e015"; } .glyphicon-zoom-out:before { content: "\e016"; } .glyphicon-off:before { content: "\e017"; } .glyphicon-signal:before { content: "\e018"; } .glyphicon-cog:before { content: "\e019"; } .glyphicon-trash:before { content: "\e020"; } .glyphicon-home:before { content: "\e021"; } .glyphicon-file:before { content: "\e022"; } .glyphicon-time:before { content: "\e023"; } .glyphicon-road:before { content: "\e024"; } .glyphicon-download-alt:before { content: "\e025"; } .glyphicon-download:before { content: "\e026"; } .glyphicon-upload:before { content: "\e027"; } .glyphicon-inbox:before { content: "\e028"; } .glyphicon-play-circle:before { content: "\e029"; } .glyphicon-repeat:before { content: "\e030"; } .glyphicon-refresh:before { content: "\e031"; } .glyphicon-list-alt:before { content: "\e032"; } .glyphicon-lock:before { content: "\e033"; } .glyphicon-flag:before { content: "\e034"; } .glyphicon-headphones:before { content: "\e035"; } .glyphicon-volume-off:before { content: "\e036"; } .glyphicon-volume-down:before { content: "\e037"; } .glyphicon-volume-up:before { content: "\e038"; } .glyphicon-qrcode:before { content: "\e039"; } .glyphicon-barcode:before { content: "\e040"; } .glyphicon-tag:before { content: "\e041"; } .glyphicon-tags:before { content: "\e042"; } .glyphicon-book:before { content: "\e043"; } .glyphicon-bookmark:before { content: "\e044"; } .glyphicon-print:before { content: "\e045"; } .glyphicon-camera:before { content: "\e046"; } .glyphicon-font:before { content: "\e047"; } .glyphicon-bold:before { content: "\e048"; } .glyphicon-italic:before { content: "\e049"; } .glyphicon-text-height:before { content: "\e050"; } .glyphicon-text-width:before { content: "\e051"; } .glyphicon-align-left:before { content: "\e052"; } .glyphicon-align-center:before { content: "\e053"; } .glyphicon-align-right:before { content: "\e054"; } .glyphicon-align-justify:before { content: "\e055"; } .glyphicon-list:before { content: "\e056"; } .glyphicon-indent-left:before { content: "\e057"; } .glyphicon-indent-right:before { content: "\e058"; } .glyphicon-facetime-video:before { content: "\e059"; } .glyphicon-picture:before { content: "\e060"; } .glyphicon-map-marker:before { content: "\e062"; } .glyphicon-adjust:before { content: "\e063"; } .glyphicon-tint:before { content: "\e064"; } .glyphicon-edit:before { content: "\e065"; } .glyphicon-share:before { content: "\e066"; } .glyphicon-check:before { content: "\e067"; } .glyphicon-move:before { content: "\e068"; } .glyphicon-step-backward:before { content: "\e069"; } .glyphicon-fast-backward:before { content: "\e070"; } .glyphicon-backward:before { content: "\e071"; } .glyphicon-play:before { content: "\e072"; } .glyphicon-pause:before { content: "\e073"; } .glyphicon-stop:before { content: "\e074"; } .glyphicon-forward:before { content: "\e075"; } .glyphicon-fast-forward:before { content: "\e076"; } .glyphicon-step-forward:before { content: "\e077"; } .glyphicon-eject:before { content: "\e078"; } .glyphicon-chevron-left:before { content: "\e079"; } .glyphicon-chevron-right:before { content: "\e080"; } .glyphicon-plus-sign:before { content: "\e081"; } .glyphicon-minus-sign:before { content: "\e082"; } .glyphicon-remove-sign:before { content: "\e083"; } .glyphicon-ok-sign:before { content: "\e084"; } .glyphicon-question-sign:before { content: "\e085"; } .glyphicon-info-sign:before { content: "\e086"; } .glyphicon-screenshot:before { content: "\e087"; } .glyphicon-remove-circle:before { content: "\e088"; } .glyphicon-ok-circle:before { content: "\e089"; } .glyphicon-ban-circle:before { content: "\e090"; } .glyphicon-arrow-left:before { content: "\e091"; } .glyphicon-arrow-right:before { content: "\e092"; } .glyphicon-arrow-up:before { content: "\e093"; } .glyphicon-arrow-down:before { content: "\e094"; } .glyphicon-share-alt:before { content: "\e095"; } .glyphicon-resize-full:before { content: "\e096"; } .glyphicon-resize-small:before { content: "\e097"; } .glyphicon-exclamation-sign:before { content: "\e101"; } .glyphicon-gift:before { content: "\e102"; } .glyphicon-leaf:before { content: "\e103"; } .glyphicon-fire:before { content: "\e104"; } .glyphicon-eye-open:before { content: "\e105"; } .glyphicon-eye-close:before { content: "\e106"; } .glyphicon-warning-sign:before { content: "\e107"; } .glyphicon-plane:before { content: "\e108"; } .glyphicon-calendar:before { content: "\e109"; } .glyphicon-random:before { content: "\e110"; } .glyphicon-comment:before { content: "\e111"; } .glyphicon-magnet:before { content: "\e112"; } .glyphicon-chevron-up:before { content: "\e113"; } .glyphicon-chevron-down:before { content: "\e114"; } .glyphicon-retweet:before { content: "\e115"; } .glyphicon-shopping-cart:before { content: "\e116"; } .glyphicon-folder-close:before { content: "\e117"; } .glyphicon-folder-open:before { content: "\e118"; } .glyphicon-resize-vertical:before { content: "\e119"; } .glyphicon-resize-horizontal:before { content: "\e120"; } .glyphicon-hdd:before { content: "\e121"; } .glyphicon-bullhorn:before { content: "\e122"; } .glyphicon-bell:before { content: "\e123"; } .glyphicon-certificate:before { content: "\e124"; } .glyphicon-thumbs-up:before { content: "\e125"; } .glyphicon-thumbs-down:before { content: "\e126"; } .glyphicon-hand-right:before { content: "\e127"; } .glyphicon-hand-left:before { content: "\e128"; } .glyphicon-hand-up:before { content: "\e129"; } .glyphicon-hand-down:before { content: "\e130"; } .glyphicon-circle-arrow-right:before { content: "\e131"; } .glyphicon-circle-arrow-left:before { content: "\e132"; } .glyphicon-circle-arrow-up:before { content: "\e133"; } .glyphicon-circle-arrow-down:before { content: "\e134"; } .glyphicon-globe:before { content: "\e135"; } .glyphicon-wrench:before { content: "\e136"; } .glyphicon-tasks:before { content: "\e137"; } .glyphicon-filter:before { content: "\e138"; } .glyphicon-briefcase:before { content: "\e139"; } .glyphicon-fullscreen:before { content: "\e140"; } .glyphicon-dashboard:before { content: "\e141"; } .glyphicon-paperclip:before { content: "\e142"; } .glyphicon-heart-empty:before { content: "\e143"; } .glyphicon-link:before { content: "\e144"; } .glyphicon-phone:before { content: "\e145"; } .glyphicon-pushpin:before { content: "\e146"; } .glyphicon-usd:before { content: "\e148"; } .glyphicon-gbp:before { content: "\e149"; } .glyphicon-sort:before { content: "\e150"; } .glyphicon-sort-by-alphabet:before { content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before { content: "\e152"; } .glyphicon-sort-by-order:before { content: "\e153"; } .glyphicon-sort-by-order-alt:before { content: "\e154"; } .glyphicon-sort-by-attributes:before { content: "\e155"; } .glyphicon-sort-by-attributes-alt:before { content: "\e156"; } .glyphicon-unchecked:before { content: "\e157"; } .glyphicon-expand:before { content: "\e158"; } .glyphicon-collapse-down:before { content: "\e159"; } .glyphicon-collapse-up:before { content: "\e160"; } .glyphicon-log-in:before { content: "\e161"; } .glyphicon-flash:before { content: "\e162"; } .glyphicon-log-out:before { content: "\e163"; } .glyphicon-new-window:before { content: "\e164"; } .glyphicon-record:before { content: "\e165"; } .glyphicon-save:before { content: "\e166"; } .glyphicon-open:before { content: "\e167"; } .glyphicon-saved:before { content: "\e168"; } .glyphicon-import:before { content: "\e169"; } .glyphicon-export:before { content: "\e170"; } .glyphicon-send:before { content: "\e171"; } .glyphicon-floppy-disk:before { content: "\e172"; } .glyphicon-floppy-saved:before { content: "\e173"; } .glyphicon-floppy-remove:before { content: "\e174"; } .glyphicon-floppy-save:before { content: "\e175"; } .glyphicon-floppy-open:before { content: "\e176"; } .glyphicon-credit-card:before { content: "\e177"; } .glyphicon-transfer:before { content: "\e178"; } .glyphicon-cutlery:before { content: "\e179"; } .glyphicon-header:before { content: "\e180"; } .glyphicon-compressed:before { content: "\e181"; } .glyphicon-earphone:before { content: "\e182"; } .glyphicon-phone-alt:before { content: "\e183"; } .glyphicon-tower:before { content: "\e184"; } .glyphicon-stats:before { content: "\e185"; } .glyphicon-sd-video:before { content: "\e186"; } .glyphicon-hd-video:before { content: "\e187"; } .glyphicon-subtitles:before { content: "\e188"; } .glyphicon-sound-stereo:before { content: "\e189"; } .glyphicon-sound-dolby:before { content: "\e190"; } .glyphicon-sound-5-1:before { content: "\e191"; } .glyphicon-sound-6-1:before { content: "\e192"; } .glyphicon-sound-7-1:before { content: "\e193"; } .glyphicon-copyright-mark:before { content: "\e194"; } .glyphicon-registration-mark:before { content: "\e195"; } .glyphicon-cloud-download:before { content: "\e197"; } .glyphicon-cloud-upload:before { content: "\e198"; } .glyphicon-tree-conifer:before { content: "\e199"; } .glyphicon-tree-deciduous:before { content: "\e200"; } .glyphicon-cd:before { content: "\e201"; } .glyphicon-save-file:before { content: "\e202"; } .glyphicon-open-file:before { content: "\e203"; } .glyphicon-level-up:before { content: "\e204"; } .glyphicon-copy:before { content: "\e205"; } .glyphicon-paste:before { content: "\e206"; } .glyphicon-alert:before { content: "\e209"; } .glyphicon-equalizer:before { content: "\e210"; } .glyphicon-king:before { content: "\e211"; } .glyphicon-queen:before { content: "\e212"; } .glyphicon-pawn:before { content: "\e213"; } .glyphicon-bishop:before { content: "\e214"; } .glyphicon-knight:before { content: "\e215"; } .glyphicon-baby-formula:before { content: "\e216"; } .glyphicon-tent:before { content: "\26fa"; } .glyphicon-blackboard:before { content: "\e218"; } .glyphicon-bed:before { content: "\e219"; } .glyphicon-apple:before { content: "\f8ff"; } .glyphicon-erase:before { content: "\e221"; } .glyphicon-hourglass:before { content: "\231b"; } .glyphicon-lamp:before { content: "\e223"; } .glyphicon-duplicate:before { content: "\e224"; } .glyphicon-piggy-bank:before { content: "\e225"; } .glyphicon-scissors:before { content: "\e226"; } .glyphicon-bitcoin:before { content: "\e227"; } .glyphicon-btc:before { content: "\e227"; } .glyphicon-xbt:before { content: "\e227"; } .glyphicon-yen:before { content: "\00a5"; } .glyphicon-jpy:before { content: "\00a5"; } .glyphicon-ruble:before { content: "\20bd"; } .glyphicon-rub:before { content: "\20bd"; } .glyphicon-scale:before { content: "\e230"; } .glyphicon-ice-lolly:before { content: "\e231"; } .glyphicon-ice-lolly-tasted:before { content: "\e232"; } .glyphicon-education:before { content: "\e233"; } .glyphicon-option-horizontal:before { content: "\e234"; } .glyphicon-option-vertical:before { content: "\e235"; } .glyphicon-menu-hamburger:before { content: "\e236"; } .glyphicon-modal-window:before { content: "\e237"; } .glyphicon-oil:before { content: "\e238"; } .glyphicon-grain:before { content: "\e239"; } .glyphicon-sunglasses:before { content: "\e240"; } .glyphicon-text-size:before { content: "\e241"; } .glyphicon-text-color:before { content: "\e242"; } .glyphicon-text-background:before { content: "\e243"; } .glyphicon-object-align-top:before { content: "\e244"; } .glyphicon-object-align-bottom:before { content: "\e245"; } .glyphicon-object-align-horizontal:before { content: "\e246"; } .glyphicon-object-align-left:before { content: "\e247"; } .glyphicon-object-align-vertical:before { content: "\e248"; } .glyphicon-object-align-right:before { content: "\e249"; } .glyphicon-triangle-right:before { content: "\e250"; } .glyphicon-triangle-left:before { content: "\e251"; } .glyphicon-triangle-bottom:before { content: "\e252"; } .glyphicon-triangle-top:before { content: "\e253"; } .glyphicon-console:before { content: "\e254"; } .glyphicon-superscript:before { content: "\e255"; } .glyphicon-subscript:before { content: "\e256"; } .glyphicon-menu-left:before { content: "\e257"; } .glyphicon-menu-right:before { content: "\e258"; } .glyphicon-menu-down:before { content: "\e259"; } .glyphicon-menu-up:before { content: "\e260"; } \* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } \*:before, \*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.42857143; color: #000; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 3px; } .img-thumbnail { padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; } .img-circle { border-radius: 50%; } hr { margin-top: 18px; margin-bottom: 18px; border: 0; border-top: 1px solid #eeeeee; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } [role="button"] { cursor: pointer; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 18px; margin-bottom: 9px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 9px; margin-bottom: 9px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 33px; } h2, .h2 { font-size: 27px; } h3, .h3 { font-size: 23px; } h4, .h4 { font-size: 17px; } h5, .h5 { font-size: 13px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 9px; } .lead { margin-bottom: 18px; font-size: 14px; font-weight: 300; line-height: 1.4; } @media (min-width: 768px) { .lead { font-size: 19.5px; } } small, .small { font-size: 92%; } mark, .mark { background-color: #fcf8e3; padding: .2em; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777777; } .text-primary { color: #337ab7; } a.text-primary:hover, a.text-primary:focus { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover, a.text-success:focus { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover, a.text-info:focus { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover, a.text-warning:focus { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover, a.text-danger:focus { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover, a.bg-primary:focus { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover, a.bg-success:focus { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover, a.bg-info:focus { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover, a.bg-warning:focus { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover, a.bg-danger:focus { background-color: #e4b9b9; } .page-header { padding-bottom: 8px; margin: 36px 0 18px; border-bottom: 1px solid #eeeeee; } ul, ol { margin-top: 0; margin-bottom: 9px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; list-style: none; margin-left: -5px; } .list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; } dl { margin-top: 0; margin-bottom: 18px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width: 541px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 9px 18px; margin: 0 0 18px; font-size: inherit; border-left: 5px solid #eeeeee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 18px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 2px; } kbd { padding: 2px 4px; font-size: 90%; color: #888; background-color: transparent; border-radius: 1px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; box-shadow: none; } pre { display: block; padding: 8.5px; margin: 0 0 9px; font-size: 12px; line-height: 1.42857143; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 2px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .container { width: 768px; } } @media (min-width: 992px) { .container { width: 940px; } } @media (min-width: 1200px) { .container { width: 1140px; } } .container-fluid { margin-right: auto; margin-left: auto; padding-left: 0px; padding-right: 0px; } .row { margin-left: 0px; margin-right: 0px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 0px; padding-right: 0px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0%; } @media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0%; } } @media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0%; } } @media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0%; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 18px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td { border-top: 0; } .table > tbody + tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; } .table-striped > tbody > tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover > tbody > tr:hover { background-color: #f5f5f5; } table col[class\*="col-"] { position: static; float: none; display: table-column; } table td[class\*="col-"], table th[class\*="col-"] { position: static; float: none; display: table-cell; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th { background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th { background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th { background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th { background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th { background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; } .table-responsive { overflow-x: auto; min-height: 0.01%; } @media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 13.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive > .table { margin-bottom: 0; } .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } .table-responsive > .table-bordered { border: 0; } .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } } fieldset { padding: 0; margin: 0; border: 0; min-width: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 18px; font-size: 19.5px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 13px; line-height: 1.42857143; color: #555555; } .form-control { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control::-ms-expand { border: 0; background-color: transparent; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 32px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 45px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 18px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; min-height: 31px; } .form-control-static.input-lg, .form-control-static.input-sm { padding-left: 0; padding-right: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .form-group-sm select.form-control { height: 30px; line-height: 30px; } .form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; min-height: 30px; padding: 6px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-lg { height: 45px; line-height: 45px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .form-group-lg select.form-control { height: 45px; line-height: 45px; } .form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; } .form-group-lg .form-control-static { height: 45px; min-height: 35px; padding: 11px 16px; font-size: 17px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 40px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; pointer-events: none; } .input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 45px; height: 45px; line-height: 45px; } .input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label ~ .form-control-feedback { top: 23px; } .has-feedback label.sr-only ~ .form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #404040; } @media (min-width: 768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group > .form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 25px; } .form-horizontal .form-group { margin-left: 0px; margin-right: 0px; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: right; margin-bottom: 0; padding-top: 7px; } } .form-horizontal .has-feedback .form-control-feedback { right: 0px; } @media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 11px; font-size: 17px; } } @media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } } .btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #286090; border-color: #122b40; } .btn-primary:hover { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus { color: #fff; background-color: #204d74; border-color: #122b40; } .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:focus, .btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus { color: #fff; background-color: #398439; border-color: #255625; } .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { color: #337ab7; font-weight: normal; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; } .btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } .btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 1px; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { opacity: 1; } .collapse { display: none; } .collapse.in { display: block; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-property: height, visibility; transition-property: height, visibility; -webkit-transition-duration: 0.35s; transition-duration: 0.35s; -webkit-transition-timing-function: ease; transition-timing-function: ease; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px dashed; border-top: 4px solid \9; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 13px; text-align: left; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 2px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; } .open > .dropdown-menu { display: block; } .open > a { outline: 0; } .dropdown-menu-right { left: auto; right: 0; } .dropdown-menu-left { left: 0; right: auto; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777777; white-space: nowrap; } .dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; } .pull-right > .dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px dashed; border-bottom: 4px solid \9; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width: 541px) { .navbar-right .dropdown-menu { left: auto; right: 0; } .navbar-right .dropdown-menu-left { left: 0; right: auto; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active { z-index: 2; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group > .btn-group { float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; } .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group > .btn-lg + .dropdown-toggle { padding-left: 12px; padding-right: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical > .btn-group > .btn { float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) { border-top-right-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; } .btn-group-justified > .btn-group .btn { width: 100%; } .btn-group-justified > .btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class\*="col-"] { float: none; padding-left: 0; padding-right: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group .form-control:focus { z-index: 3; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 45px; padding: 10px 16px; font-size: 17px; line-height: 1.3333333; border-radius: 3px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn { height: 45px; line-height: 45px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn { height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn { height: 30px; line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 13px; font-weight: normal; line-height: 1; color: #555555; text-align: center; background-color: #eeeeee; border: 1px solid #ccc; border-radius: 2px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 1px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 17px; border-radius: 3px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn > .btn { position: relative; } .input-group-btn > .btn + .btn { margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; } .nav { margin-bottom: 0; padding-left: 0; list-style: none; } .nav > li { position: relative; display: block; } .nav > li > a { position: relative; display: block; padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #eeeeee; } .nav > li.disabled > a { color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 8px 0; overflow: hidden; background-color: #e5e5e5; } .nav > li > a > img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; margin-bottom: -1px; } .nav-tabs > li > a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 2px 2px 0 0; } .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified > li { float: none; } .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-tabs.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-tabs.nav-justified > li { display: table-cell; width: 1%; } .nav-tabs.nav-justified > li > a { margin-bottom: 0; } } .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } } .nav-pills > li { float: left; } .nav-pills > li > a { border-radius: 2px; } .nav-pills > li + li { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #337ab7; } .nav-stacked > li { float: none; } .nav-stacked > li + li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified > li { float: none; } .nav-justified > li > a { text-align: center; margin-bottom: 5px; } .nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width: 768px) { .nav-justified > li { display: table-cell; width: 1%; } .nav-justified > li > a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified > li > a { margin-right: 0; border-radius: 2px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 2px 2px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus { border-bottom-color: #fff; } } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar { position: relative; min-height: 30px; margin-bottom: 18px; border: 1px solid transparent; } @media (min-width: 541px) { .navbar { border-radius: 2px; } } @media (min-width: 541px) { .navbar-header { float: left; } } .navbar-collapse { overflow-x: visible; padding-right: 0px; padding-left: 0px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; } .navbar-collapse.in { overflow-y: auto; } @media (min-width: 541px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width: 540px) and (orientation: landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0px; margin-left: 0px; } @media (min-width: 541px) { .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width: 541px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width: 541px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; padding: 6px 0px; font-size: 17px; line-height: 18px; height: 30px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand > img { display: block; } @media (min-width: 541px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: 0px; } } .navbar-toggle { position: relative; float: right; margin-right: 0px; padding: 9px 10px; margin-top: -2px; margin-bottom: -2px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 2px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; } @media (min-width: 541px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 3px 0px; } .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 18px; } @media (max-width: 540px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; } .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu > li > a { line-height: 18px; } .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } } @media (min-width: 541px) { .navbar-nav { float: left; margin: 0; } .navbar-nav > li { float: left; } .navbar-nav > li > a { padding-top: 6px; padding-bottom: 6px; } } .navbar-form { margin-left: 0px; margin-right: 0px; padding: 10px 0px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -1px; margin-bottom: -1px; } @media (min-width: 768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group > .form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width: 540px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width: 541px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { margin-bottom: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: -1px; margin-bottom: -1px; } .navbar-btn.btn-sm { margin-top: 0px; margin-bottom: 0px; } .navbar-btn.btn-xs { margin-top: 4px; margin-bottom: 4px; } .navbar-text { margin-top: 6px; margin-bottom: 6px; } @media (min-width: 541px) { .navbar-text { float: left; margin-left: 0px; margin-right: 0px; } } @media (min-width: 541px) { .navbar-left { float: left !important; float: left; } .navbar-right { float: right !important; float: right; margin-right: 0px; } .navbar-right ~ .navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav > li > a { color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; } @media (max-width: 540px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #080808; color: #fff; } @media (max-width: 540px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 18px; list-style: none; background-color: #f5f5f5; border-radius: 2px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { content: "/\00a0"; padding: 0 5px; color: #5e5e5e; } .breadcrumb > .active { color: #777777; } .pagination { display: inline-block; padding-left: 0; margin: 18px 0; border-radius: 2px; } .pagination > li { display: inline; } .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #337ab7; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 2px; border-top-right-radius: 2px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eeeeee; border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; background-color: #337ab7; border-color: #337ab7; cursor: default; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; background-color: #fff; border-color: #ddd; cursor: not-allowed; } .pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 17px; line-height: 1.3333333; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; } .pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 1px; border-top-left-radius: 1px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 1px; border-top-right-radius: 1px; } .pager { padding-left: 0; margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777777; background-color: #fff; cursor: not-allowed; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge, .btn-group-xs > .btn .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #337ab7; background-color: #fff; } .list-group-item > .badge { float: right; } .list-group-item > .badge + .badge { margin-right: 5px; } .nav-pills > li > a > .badge { margin-left: 3px; } .jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 20px; font-weight: 200; } .jumbotron > hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 3px; padding-left: 0px; padding-right: 0px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; } .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 59px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 18px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 2px; -webkit-transition: border 0.2s ease-in-out; -o-transition: border 0.2s ease-in-out; transition: border 0.2s ease-in-out; } .thumbnail > img, .thumbnail a > img { margin-left: auto; margin-right: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #000; } .alert { padding: 15px; margin-bottom: 18px; border: 1px solid transparent; border-radius: 2px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert > p, .alert > ul { margin-bottom: 0; } .alert > p + p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { overflow: hidden; height: 18px; margin-bottom: 18px; background-color: #f5f5f5; border-radius: 2px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { float: left; width: 0%; height: 100%; font-size: 12px; line-height: 18px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left, .media > .pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { margin-bottom: 20px; padding-left: 0; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; } a.list-group-item, button.list-group-item { color: #555; } a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { text-decoration: none; color: #555; background-color: #f5f5f5; } button.list-group-item { width: 100%; text-align: left; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { background-color: #eeeeee; color: #777777; cursor: not-allowed; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success, button.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info, button.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning, button.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger, button.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 18px; background-color: #fff; border: 1px solid transparent; border-radius: 2px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel-heading > .dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 15px; color: inherit; } .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .list-group, .panel > .panel-collapse > .list-group { margin-bottom: 0; } .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { border-top-right-radius: 0; border-top-left-radius: 0; } .panel-heading + .list-group .list-group-item:first-child { border-top-width: 0; } .list-group + .panel-footer { border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table { margin-bottom: 0; } .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption { padding-left: 15px; padding-right: 15px; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child { border-top-right-radius: 1px; border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { border-top-left-radius: 1px; border-top-right-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 1px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 1px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 1px; border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 1px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 1px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body { border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered { border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; } .panel > .table-responsive { border: 0; margin-bottom: 0; } .panel-group { margin-bottom: 18px; } .panel-group .panel { margin-bottom: 0; border-radius: 2px; } .panel-group .panel + .panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #f5f5f5; border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary > .panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary > .panel-heading + .panel-collapse > .panel-body { border-top-color: #337ab7; } .panel-primary > .panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success > .panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse > .panel-body { border-top-color: #d6e9c6; } .panel-success > .panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info > .panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse > .panel-body { border-top-color: #bce8f1; } .panel-info > .panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning > .panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse > .panel-body { border-top-color: #faebcc; } .panel-warning > .panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger > .panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ebccd1; } .panel-danger > .panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; left: 0; bottom: 0; height: 100%; width: 100%; border: 0; } .embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); } .well-lg { padding: 24px; border-radius: 3px; } .well-sm { padding: 9px; border-radius: 1px; } .close { float: right; font-size: 19.5px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); } button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; } .modal-open { overflow: hidden; } .modal { display: none; overflow: hidden; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } .modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } .modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); } .modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); } .modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .modal-sm { width: 300px; } } @media (min-width: 992px) { .modal-lg { width: 900px; } } .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 12px; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.9; filter: alpha(opacity=90); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; background-color: #000; border-radius: 2px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; right: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal; font-weight: normal; letter-spacing: normal; line-break: auto; line-height: 1.42857143; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; white-space: normal; word-break: normal; word-spacing: normal; word-wrap: normal; font-size: 13px; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { margin: 0; padding: 8px 14px; font-size: 13px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 2px 2px 0 0; } .popover-content { padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover > .arrow { border-width: 11px; } .popover > .arrow:after { border-width: 10px; content: ""; } .popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; } .popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; } .popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); } .popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; } .popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); } .popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; } .carousel { position: relative; } .carousel-inner { position: relative; overflow: hidden; width: 100%; } .carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { -webkit-transition: -webkit-transform 0.6s ease-in-out; -moz-transition: -moz-transform 0.6s ease-in-out; -o-transition: -o-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; -moz-perspective: 1000px; perspective: 1000px; } .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; } .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; } .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; } .carousel-inner > .active { left: 0; } .carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; } .carousel-inner > .next { left: 100%; } .carousel-inner > .prev { left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; } .carousel-inner > .active.left { left: -100%; } .carousel-inner > .active.right { left: 100%; } .carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0); } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus { outline: 0; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; margin-top: -10px; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; line-height: 1; font-family: serif; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; } .carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -10px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -10px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -10px; } .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after, .item\_buttons:before, .item\_buttons:after { content: " "; display: table; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after, .item\_buttons:after { clear: both; } .center-block { display: block; margin-left: auto; margin-right: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width: 767px) { .visible-xs { display: block !important; } table.visible-xs { display: table !important; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width: 767px) { .visible-xs-block { display: block !important; } } @media (max-width: 767px) { .visible-xs-inline { display: inline !important; } } @media (max-width: 767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; } table.visible-sm { display: table !important; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-block { display: block !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline { display: inline !important; } } @media (min-width: 768px) and (max-width: 991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; } table.visible-md { display: table !important; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-block { display: block !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline { display: inline !important; } } @media (min-width: 992px) and (max-width: 1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width: 1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table !important; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width: 1200px) { .visible-lg-block { display: block !important; } } @media (min-width: 1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width: 1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width: 767px) { .hidden-xs { display: none !important; } } @media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } } @media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } } @media (min-width: 1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table !important; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /\*! \* \* Font Awesome \* \*/ /\*! \* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome \* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) \*/ /\* FONT PATH \* -------------------------- \*/ @font-face { font-family: 'FontAwesome'; src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../components/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../components/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../components/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../components/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../components/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /\* makes the font 33% larger relative to the icon container \*/ .fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; } .fa-2x { font-size: 2em; } .fa-3x { font-size: 3em; } .fa-4x { font-size: 4em; } .fa-5x { font-size: 5em; } .fa-fw { width: 1.28571429em; text-align: center; } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none; } .fa-ul > li { position: relative; } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: 0.14285714em; text-align: center; } .fa-li.fa-lg { left: -1.85714286em; } .fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; } .fa-pull-left { float: left; } .fa-pull-right { float: right; } .fa.fa-pull-left { margin-right: .3em; } .fa.fa-pull-right { margin-left: .3em; } /\* Deprecated as of 4.4.0 \*/ .pull-right { float: right; } .pull-left { float: left; } .fa.pull-left { margin-right: .3em; } .fa.pull-right { margin-left: .3em; } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; } .fa-stack-1x { line-height: inherit; } .fa-stack-2x { font-size: 2em; } .fa-inverse { color: #fff; } /\* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons \*/ .fa-glass:before { content: "\f000"; } .fa-music:before { content: "\f001"; } .fa-search:before { content: "\f002"; } .fa-envelope-o:before { content: "\f003"; } .fa-heart:before { content: "\f004"; } .fa-star:before { content: "\f005"; } .fa-star-o:before { content: "\f006"; } .fa-user:before { content: "\f007"; } .fa-film:before { content: "\f008"; } .fa-th-large:before { content: "\f009"; } .fa-th:before { content: "\f00a"; } .fa-th-list:before { content: "\f00b"; } .fa-check:before { content: "\f00c"; } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d"; } .fa-search-plus:before { content: "\f00e"; } .fa-search-minus:before { content: "\f010"; } .fa-power-off:before { content: "\f011"; } .fa-signal:before { content: "\f012"; } .fa-gear:before, .fa-cog:before { content: "\f013"; } .fa-trash-o:before { content: "\f014"; } .fa-home:before { content: "\f015"; } .fa-file-o:before { content: "\f016"; } .fa-clock-o:before { content: "\f017"; } .fa-road:before { content: "\f018"; } .fa-download:before { content: "\f019"; } .fa-arrow-circle-o-down:before { content: "\f01a"; } .fa-arrow-circle-o-up:before { content: "\f01b"; } .fa-inbox:before { content: "\f01c"; } .fa-play-circle-o:before { content: "\f01d"; } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e"; } .fa-refresh:before { content: "\f021"; } .fa-list-alt:before { content: "\f022"; } .fa-lock:before { content: "\f023"; } .fa-flag:before { content: "\f024"; } .fa-headphones:before { content: "\f025"; } .fa-volume-off:before { content: "\f026"; } .fa-volume-down:before { content: "\f027"; } .fa-volume-up:before { content: "\f028"; } .fa-qrcode:before { content: "\f029"; } .fa-barcode:before { content: "\f02a"; } .fa-tag:before { content: "\f02b"; } .fa-tags:before { content: "\f02c"; } .fa-book:before { content: "\f02d"; } .fa-bookmark:before { content: "\f02e"; } .fa-print:before { content: "\f02f"; } .fa-camera:before { content: "\f030"; } .fa-font:before { content: "\f031"; } .fa-bold:before { content: "\f032"; } .fa-italic:before { content: "\f033"; } .fa-text-height:before { content: "\f034"; } .fa-text-width:before { content: "\f035"; } .fa-align-left:before { content: "\f036"; } .fa-align-center:before { content: "\f037"; } .fa-align-right:before { content: "\f038"; } .fa-align-justify:before { content: "\f039"; } .fa-list:before { content: "\f03a"; } .fa-dedent:before, .fa-outdent:before { content: "\f03b"; } .fa-indent:before { content: "\f03c"; } .fa-video-camera:before { content: "\f03d"; } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e"; } .fa-pencil:before { content: "\f040"; } .fa-map-marker:before { content: "\f041"; } .fa-adjust:before { content: "\f042"; } .fa-tint:before { content: "\f043"; } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044"; } .fa-share-square-o:before { content: "\f045"; } .fa-check-square-o:before { content: "\f046"; } .fa-arrows:before { content: "\f047"; } .fa-step-backward:before { content: "\f048"; } .fa-fast-backward:before { content: "\f049"; } .fa-backward:before { content: "\f04a"; } .fa-play:before { content: "\f04b"; } .fa-pause:before { content: "\f04c"; } .fa-stop:before { content: "\f04d"; } .fa-forward:before { content: "\f04e"; } .fa-fast-forward:before { content: "\f050"; } .fa-step-forward:before { content: "\f051"; } .fa-eject:before { content: "\f052"; } .fa-chevron-left:before { content: "\f053"; } .fa-chevron-right:before { content: "\f054"; } .fa-plus-circle:before { content: "\f055"; } .fa-minus-circle:before { content: "\f056"; } .fa-times-circle:before { content: "\f057"; } .fa-check-circle:before { content: "\f058"; } .fa-question-circle:before { content: "\f059"; } .fa-info-circle:before { content: "\f05a"; } .fa-crosshairs:before { content: "\f05b"; } .fa-times-circle-o:before { content: "\f05c"; } .fa-check-circle-o:before { content: "\f05d"; } .fa-ban:before { content: "\f05e"; } .fa-arrow-left:before { content: "\f060"; } .fa-arrow-right:before { content: "\f061"; } .fa-arrow-up:before { content: "\f062"; } .fa-arrow-down:before { content: "\f063"; } .fa-mail-forward:before, .fa-share:before { content: "\f064"; } .fa-expand:before { content: "\f065"; } .fa-compress:before { content: "\f066"; } .fa-plus:before { content: "\f067"; } .fa-minus:before { content: "\f068"; } .fa-asterisk:before { content: "\f069"; } .fa-exclamation-circle:before { content: "\f06a"; } .fa-gift:before { content: "\f06b"; } .fa-leaf:before { content: "\f06c"; } .fa-fire:before { content: "\f06d"; } .fa-eye:before { content: "\f06e"; } .fa-eye-slash:before { content: "\f070"; } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071"; } .fa-plane:before { content: "\f072"; } .fa-calendar:before { content: "\f073"; } .fa-random:before { content: "\f074"; } .fa-comment:before { content: "\f075"; } .fa-magnet:before { content: "\f076"; } .fa-chevron-up:before { content: "\f077"; } .fa-chevron-down:before { content: "\f078"; } .fa-retweet:before { content: "\f079"; } .fa-shopping-cart:before { content: "\f07a"; } .fa-folder:before { content: "\f07b"; } .fa-folder-open:before { content: "\f07c"; } .fa-arrows-v:before { content: "\f07d"; } .fa-arrows-h:before { content: "\f07e"; } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080"; } .fa-twitter-square:before { content: "\f081"; } .fa-facebook-square:before { content: "\f082"; } .fa-camera-retro:before { content: "\f083"; } .fa-key:before { content: "\f084"; } .fa-gears:before, .fa-cogs:before { content: "\f085"; } .fa-comments:before { content: "\f086"; } .fa-thumbs-o-up:before { content: "\f087"; } .fa-thumbs-o-down:before { content: "\f088"; } .fa-star-half:before { content: "\f089"; } .fa-heart-o:before { content: "\f08a"; } .fa-sign-out:before { content: "\f08b"; } .fa-linkedin-square:before { content: "\f08c"; } .fa-thumb-tack:before { content: "\f08d"; } .fa-external-link:before { content: "\f08e"; } .fa-sign-in:before { content: "\f090"; } .fa-trophy:before { content: "\f091"; } .fa-github-square:before { content: "\f092"; } .fa-upload:before { content: "\f093"; } .fa-lemon-o:before { content: "\f094"; } .fa-phone:before { content: "\f095"; } .fa-square-o:before { content: "\f096"; } .fa-bookmark-o:before { content: "\f097"; } .fa-phone-square:before { content: "\f098"; } .fa-twitter:before { content: "\f099"; } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a"; } .fa-github:before { content: "\f09b"; } .fa-unlock:before { content: "\f09c"; } .fa-credit-card:before { content: "\f09d"; } .fa-feed:before, .fa-rss:before { content: "\f09e"; } .fa-hdd-o:before { content: "\f0a0"; } .fa-bullhorn:before { content: "\f0a1"; } .fa-bell:before { content: "\f0f3"; } .fa-certificate:before { content: "\f0a3"; } .fa-hand-o-right:before { content: "\f0a4"; } .fa-hand-o-left:before { content: "\f0a5"; } .fa-hand-o-up:before { content: "\f0a6"; } .fa-hand-o-down:before { content: "\f0a7"; } .fa-arrow-circle-left:before { content: "\f0a8"; } .fa-arrow-circle-right:before { content: "\f0a9"; } .fa-arrow-circle-up:before { content: "\f0aa"; } .fa-arrow-circle-down:before { content: "\f0ab"; } .fa-globe:before { content: "\f0ac"; } .fa-wrench:before { content: "\f0ad"; } .fa-tasks:before { content: "\f0ae"; } .fa-filter:before { content: "\f0b0"; } .fa-briefcase:before { content: "\f0b1"; } .fa-arrows-alt:before { content: "\f0b2"; } .fa-group:before, .fa-users:before { content: "\f0c0"; } .fa-chain:before, .fa-link:before { content: "\f0c1"; } .fa-cloud:before { content: "\f0c2"; } .fa-flask:before { content: "\f0c3"; } .fa-cut:before, .fa-scissors:before { content: "\f0c4"; } .fa-copy:before, .fa-files-o:before { content: "\f0c5"; } .fa-paperclip:before { content: "\f0c6"; } .fa-save:before, .fa-floppy-o:before { content: "\f0c7"; } .fa-square:before { content: "\f0c8"; } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9"; } .fa-list-ul:before { content: "\f0ca"; } .fa-list-ol:before { content: "\f0cb"; } .fa-strikethrough:before { content: "\f0cc"; } .fa-underline:before { content: "\f0cd"; } .fa-table:before { content: "\f0ce"; } .fa-magic:before { content: "\f0d0"; } .fa-truck:before { content: "\f0d1"; } .fa-pinterest:before { content: "\f0d2"; } .fa-pinterest-square:before { content: "\f0d3"; } .fa-google-plus-square:before { content: "\f0d4"; } .fa-google-plus:before { content: "\f0d5"; } .fa-money:before { content: "\f0d6"; } .fa-caret-down:before { content: "\f0d7"; } .fa-caret-up:before { content: "\f0d8"; } .fa-caret-left:before { content: "\f0d9"; } .fa-caret-right:before { content: "\f0da"; } .fa-columns:before { content: "\f0db"; } .fa-unsorted:before, .fa-sort:before { content: "\f0dc"; } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd"; } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de"; } .fa-envelope:before { content: "\f0e0"; } .fa-linkedin:before { content: "\f0e1"; } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2"; } .fa-legal:before, .fa-gavel:before { content: "\f0e3"; } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4"; } .fa-comment-o:before { content: "\f0e5"; } .fa-comments-o:before { content: "\f0e6"; } .fa-flash:before, .fa-bolt:before { content: "\f0e7"; } .fa-sitemap:before { content: "\f0e8"; } .fa-umbrella:before { content: "\f0e9"; } .fa-paste:before, .fa-clipboard:before { content: "\f0ea"; } .fa-lightbulb-o:before { content: "\f0eb"; } .fa-exchange:before { content: "\f0ec"; } .fa-cloud-download:before { content: "\f0ed"; } .fa-cloud-upload:before { content: "\f0ee"; } .fa-user-md:before { content: "\f0f0"; } .fa-stethoscope:before { content: "\f0f1"; } .fa-suitcase:before { content: "\f0f2"; } .fa-bell-o:before { content: "\f0a2"; } .fa-coffee:before { content: "\f0f4"; } .fa-cutlery:before { content: "\f0f5"; } .fa-file-text-o:before { content: "\f0f6"; } .fa-building-o:before { content: "\f0f7"; } .fa-hospital-o:before { content: "\f0f8"; } .fa-ambulance:before { content: "\f0f9"; } .fa-medkit:before { content: "\f0fa"; } .fa-fighter-jet:before { content: "\f0fb"; } .fa-beer:before { content: "\f0fc"; } .fa-h-square:before { content: "\f0fd"; } .fa-plus-square:before { content: "\f0fe"; } .fa-angle-double-left:before { content: "\f100"; } .fa-angle-double-right:before { content: "\f101"; } .fa-angle-double-up:before { content: "\f102"; } .fa-angle-double-down:before { content: "\f103"; } .fa-angle-left:before { content: "\f104"; } .fa-angle-right:before { content: "\f105"; } .fa-angle-up:before { content: "\f106"; } .fa-angle-down:before { content: "\f107"; } .fa-desktop:before { content: "\f108"; } .fa-laptop:before { content: "\f109"; } .fa-tablet:before { content: "\f10a"; } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b"; } .fa-circle-o:before { content: "\f10c"; } .fa-quote-left:before { content: "\f10d"; } .fa-quote-right:before { content: "\f10e"; } .fa-spinner:before { content: "\f110"; } .fa-circle:before { content: "\f111"; } .fa-mail-reply:before, .fa-reply:before { content: "\f112"; } .fa-github-alt:before { content: "\f113"; } .fa-folder-o:before { content: "\f114"; } .fa-folder-open-o:before { content: "\f115"; } .fa-smile-o:before { content: "\f118"; } .fa-frown-o:before { content: "\f119"; } .fa-meh-o:before { content: "\f11a"; } .fa-gamepad:before { content: "\f11b"; } .fa-keyboard-o:before { content: "\f11c"; } .fa-flag-o:before { content: "\f11d"; } .fa-flag-checkered:before { content: "\f11e"; } .fa-terminal:before { content: "\f120"; } .fa-code:before { content: "\f121"; } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122"; } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123"; } .fa-location-arrow:before { content: "\f124"; } .fa-crop:before { content: "\f125"; } .fa-code-fork:before { content: "\f126"; } .fa-unlink:before, .fa-chain-broken:before { content: "\f127"; } .fa-question:before { content: "\f128"; } .fa-info:before { content: "\f129"; } .fa-exclamation:before { content: "\f12a"; } .fa-superscript:before { content: "\f12b"; } .fa-subscript:before { content: "\f12c"; } .fa-eraser:before { content: "\f12d"; } .fa-puzzle-piece:before { content: "\f12e"; } .fa-microphone:before { content: "\f130"; } .fa-microphone-slash:before { content: "\f131"; } .fa-shield:before { content: "\f132"; } .fa-calendar-o:before { content: "\f133"; } .fa-fire-extinguisher:before { content: "\f134"; } .fa-rocket:before { content: "\f135"; } .fa-maxcdn:before { content: "\f136"; } .fa-chevron-circle-left:before { content: "\f137"; } .fa-chevron-circle-right:before { content: "\f138"; } .fa-chevron-circle-up:before { content: "\f139"; } .fa-chevron-circle-down:before { content: "\f13a"; } .fa-html5:before { content: "\f13b"; } .fa-css3:before { content: "\f13c"; } .fa-anchor:before { content: "\f13d"; } .fa-unlock-alt:before { content: "\f13e"; } .fa-bullseye:before { content: "\f140"; } .fa-ellipsis-h:before { content: "\f141"; } .fa-ellipsis-v:before { content: "\f142"; } .fa-rss-square:before { content: "\f143"; } .fa-play-circle:before { content: "\f144"; } .fa-ticket:before { content: "\f145"; } .fa-minus-square:before { content: "\f146"; } .fa-minus-square-o:before { content: "\f147"; } .fa-level-up:before { content: "\f148"; } .fa-level-down:before { content: "\f149"; } .fa-check-square:before { content: "\f14a"; } .fa-pencil-square:before { content: "\f14b"; } .fa-external-link-square:before { content: "\f14c"; } .fa-share-square:before { content: "\f14d"; } .fa-compass:before { content: "\f14e"; } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150"; } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151"; } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152"; } .fa-euro:before, .fa-eur:before { content: "\f153"; } .fa-gbp:before { content: "\f154"; } .fa-dollar:before, .fa-usd:before { content: "\f155"; } .fa-rupee:before, .fa-inr:before { content: "\f156"; } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157"; } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158"; } .fa-won:before, .fa-krw:before { content: "\f159"; } .fa-bitcoin:before, .fa-btc:before { content: "\f15a"; } .fa-file:before { content: "\f15b"; } .fa-file-text:before { content: "\f15c"; } .fa-sort-alpha-asc:before { content: "\f15d"; } .fa-sort-alpha-desc:before { content: "\f15e"; } .fa-sort-amount-asc:before { content: "\f160"; } .fa-sort-amount-desc:before { content: "\f161"; } .fa-sort-numeric-asc:before { content: "\f162"; } .fa-sort-numeric-desc:before { content: "\f163"; } .fa-thumbs-up:before { content: "\f164"; } .fa-thumbs-down:before { content: "\f165"; } .fa-youtube-square:before { content: "\f166"; } .fa-youtube:before { content: "\f167"; } .fa-xing:before { content: "\f168"; } .fa-xing-square:before { content: "\f169"; } .fa-youtube-play:before { content: "\f16a"; } .fa-dropbox:before { content: "\f16b"; } .fa-stack-overflow:before { content: "\f16c"; } .fa-instagram:before { content: "\f16d"; } .fa-flickr:before { content: "\f16e"; } .fa-adn:before { content: "\f170"; } .fa-bitbucket:before { content: "\f171"; } .fa-bitbucket-square:before { content: "\f172"; } .fa-tumblr:before { content: "\f173"; } .fa-tumblr-square:before { content: "\f174"; } .fa-long-arrow-down:before { content: "\f175"; } .fa-long-arrow-up:before { content: "\f176"; } .fa-long-arrow-left:before { content: "\f177"; } .fa-long-arrow-right:before { content: "\f178"; } .fa-apple:before { content: "\f179"; } .fa-windows:before { content: "\f17a"; } .fa-android:before { content: "\f17b"; } .fa-linux:before { content: "\f17c"; } .fa-dribbble:before { content: "\f17d"; } .fa-skype:before { content: "\f17e"; } .fa-foursquare:before { content: "\f180"; } .fa-trello:before { content: "\f181"; } .fa-female:before { content: "\f182"; } .fa-male:before { content: "\f183"; } .fa-gittip:before, .fa-gratipay:before { content: "\f184"; } .fa-sun-o:before { content: "\f185"; } .fa-moon-o:before { content: "\f186"; } .fa-archive:before { content: "\f187"; } .fa-bug:before { content: "\f188"; } .fa-vk:before { content: "\f189"; } .fa-weibo:before { content: "\f18a"; } .fa-renren:before { content: "\f18b"; } .fa-pagelines:before { content: "\f18c"; } .fa-stack-exchange:before { content: "\f18d"; } .fa-arrow-circle-o-right:before { content: "\f18e"; } .fa-arrow-circle-o-left:before { content: "\f190"; } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191"; } .fa-dot-circle-o:before { content: "\f192"; } .fa-wheelchair:before { content: "\f193"; } .fa-vimeo-square:before { content: "\f194"; } .fa-turkish-lira:before, .fa-try:before { content: "\f195"; } .fa-plus-square-o:before { content: "\f196"; } .fa-space-shuttle:before { content: "\f197"; } .fa-slack:before { content: "\f198"; } .fa-envelope-square:before { content: "\f199"; } .fa-wordpress:before { content: "\f19a"; } .fa-openid:before { content: "\f19b"; } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c"; } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d"; } .fa-yahoo:before { content: "\f19e"; } .fa-google:before { content: "\f1a0"; } .fa-reddit:before { content: "\f1a1"; } .fa-reddit-square:before { content: "\f1a2"; } .fa-stumbleupon-circle:before { content: "\f1a3"; } .fa-stumbleupon:before { content: "\f1a4"; } .fa-delicious:before { content: "\f1a5"; } .fa-digg:before { content: "\f1a6"; } .fa-pied-piper-pp:before { content: "\f1a7"; } .fa-pied-piper-alt:before { content: "\f1a8"; } .fa-drupal:before { content: "\f1a9"; } .fa-joomla:before { content: "\f1aa"; } .fa-language:before { content: "\f1ab"; } .fa-fax:before { content: "\f1ac"; } .fa-building:before { content: "\f1ad"; } .fa-child:before { content: "\f1ae"; } .fa-paw:before { content: "\f1b0"; } .fa-spoon:before { content: "\f1b1"; } .fa-cube:before { content: "\f1b2"; } .fa-cubes:before { content: "\f1b3"; } .fa-behance:before { content: "\f1b4"; } .fa-behance-square:before { content: "\f1b5"; } .fa-steam:before { content: "\f1b6"; } .fa-steam-square:before { content: "\f1b7"; } .fa-recycle:before { content: "\f1b8"; } .fa-automobile:before, .fa-car:before { content: "\f1b9"; } .fa-cab:before, .fa-taxi:before { content: "\f1ba"; } .fa-tree:before { content: "\f1bb"; } .fa-spotify:before { content: "\f1bc"; } .fa-deviantart:before { content: "\f1bd"; } .fa-soundcloud:before { content: "\f1be"; } .fa-database:before { content: "\f1c0"; } .fa-file-pdf-o:before { content: "\f1c1"; } .fa-file-word-o:before { content: "\f1c2"; } .fa-file-excel-o:before { content: "\f1c3"; } .fa-file-powerpoint-o:before { content: "\f1c4"; } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5"; } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6"; } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7"; } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8"; } .fa-file-code-o:before { content: "\f1c9"; } .fa-vine:before { content: "\f1ca"; } .fa-codepen:before { content: "\f1cb"; } .fa-jsfiddle:before { content: "\f1cc"; } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd"; } .fa-circle-o-notch:before { content: "\f1ce"; } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0"; } .fa-ge:before, .fa-empire:before { content: "\f1d1"; } .fa-git-square:before { content: "\f1d2"; } .fa-git:before { content: "\f1d3"; } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4"; } .fa-tencent-weibo:before { content: "\f1d5"; } .fa-qq:before { content: "\f1d6"; } .fa-wechat:before, .fa-weixin:before { content: "\f1d7"; } .fa-send:before, .fa-paper-plane:before { content: "\f1d8"; } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9"; } .fa-history:before { content: "\f1da"; } .fa-circle-thin:before { content: "\f1db"; } .fa-header:before { content: "\f1dc"; } .fa-paragraph:before { content: "\f1dd"; } .fa-sliders:before { content: "\f1de"; } .fa-share-alt:before { content: "\f1e0"; } .fa-share-alt-square:before { content: "\f1e1"; } .fa-bomb:before { content: "\f1e2"; } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3"; } .fa-tty:before { content: "\f1e4"; } .fa-binoculars:before { content: "\f1e5"; } .fa-plug:before { content: "\f1e6"; } .fa-slideshare:before { content: "\f1e7"; } .fa-twitch:before { content: "\f1e8"; } .fa-yelp:before { content: "\f1e9"; } .fa-newspaper-o:before { content: "\f1ea"; } .fa-wifi:before { content: "\f1eb"; } .fa-calculator:before { content: "\f1ec"; } .fa-paypal:before { content: "\f1ed"; } .fa-google-wallet:before { content: "\f1ee"; } .fa-cc-visa:before { content: "\f1f0"; } .fa-cc-mastercard:before { content: "\f1f1"; } .fa-cc-discover:before { content: "\f1f2"; } .fa-cc-amex:before { content: "\f1f3"; } .fa-cc-paypal:before { content: "\f1f4"; } .fa-cc-stripe:before { content: "\f1f5"; } .fa-bell-slash:before { content: "\f1f6"; } .fa-bell-slash-o:before { content: "\f1f7"; } .fa-trash:before { content: "\f1f8"; } .fa-copyright:before { content: "\f1f9"; } .fa-at:before { content: "\f1fa"; } .fa-eyedropper:before { content: "\f1fb"; } .fa-paint-brush:before { content: "\f1fc"; } .fa-birthday-cake:before { content: "\f1fd"; } .fa-area-chart:before { content: "\f1fe"; } .fa-pie-chart:before { content: "\f200"; } .fa-line-chart:before { content: "\f201"; } .fa-lastfm:before { content: "\f202"; } .fa-lastfm-square:before { content: "\f203"; } .fa-toggle-off:before { content: "\f204"; } .fa-toggle-on:before { content: "\f205"; } .fa-bicycle:before { content: "\f206"; } .fa-bus:before { content: "\f207"; } .fa-ioxhost:before { content: "\f208"; } .fa-angellist:before { content: "\f209"; } .fa-cc:before { content: "\f20a"; } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b"; } .fa-meanpath:before { content: "\f20c"; } .fa-buysellads:before { content: "\f20d"; } .fa-connectdevelop:before { content: "\f20e"; } .fa-dashcube:before { content: "\f210"; } .fa-forumbee:before { content: "\f211"; } .fa-leanpub:before { content: "\f212"; } .fa-sellsy:before { content: "\f213"; } .fa-shirtsinbulk:before { content: "\f214"; } .fa-simplybuilt:before { content: "\f215"; } .fa-skyatlas:before { content: "\f216"; } .fa-cart-plus:before { content: "\f217"; } .fa-cart-arrow-down:before { content: "\f218"; } .fa-diamond:before { content: "\f219"; } .fa-ship:before { content: "\f21a"; } .fa-user-secret:before { content: "\f21b"; } .fa-motorcycle:before { content: "\f21c"; } .fa-street-view:before { content: "\f21d"; } .fa-heartbeat:before { content: "\f21e"; } .fa-venus:before { content: "\f221"; } .fa-mars:before { content: "\f222"; } .fa-mercury:before { content: "\f223"; } .fa-intersex:before, .fa-transgender:before { content: "\f224"; } .fa-transgender-alt:before { content: "\f225"; } .fa-venus-double:before { content: "\f226"; } .fa-mars-double:before { content: "\f227"; } .fa-venus-mars:before { content: "\f228"; } .fa-mars-stroke:before { content: "\f229"; } .fa-mars-stroke-v:before { content: "\f22a"; } .fa-mars-stroke-h:before { content: "\f22b"; } .fa-neuter:before { content: "\f22c"; } .fa-genderless:before { content: "\f22d"; } .fa-facebook-official:before { content: "\f230"; } .fa-pinterest-p:before { content: "\f231"; } .fa-whatsapp:before { content: "\f232"; } .fa-server:before { content: "\f233"; } .fa-user-plus:before { content: "\f234"; } .fa-user-times:before { content: "\f235"; } .fa-hotel:before, .fa-bed:before { content: "\f236"; } .fa-viacoin:before { content: "\f237"; } .fa-train:before { content: "\f238"; } .fa-subway:before { content: "\f239"; } .fa-medium:before { content: "\f23a"; } .fa-yc:before, .fa-y-combinator:before { content: "\f23b"; } .fa-optin-monster:before { content: "\f23c"; } .fa-opencart:before { content: "\f23d"; } .fa-expeditedssl:before { content: "\f23e"; } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240"; } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241"; } .fa-battery-2:before, .fa-battery-half:before { content: "\f242"; } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243"; } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244"; } .fa-mouse-pointer:before { content: "\f245"; } .fa-i-cursor:before { content: "\f246"; } .fa-object-group:before { content: "\f247"; } .fa-object-ungroup:before { content: "\f248"; } .fa-sticky-note:before { content: "\f249"; } .fa-sticky-note-o:before { content: "\f24a"; } .fa-cc-jcb:before { content: "\f24b"; } .fa-cc-diners-club:before { content: "\f24c"; } .fa-clone:before { content: "\f24d"; } .fa-balance-scale:before { content: "\f24e"; } .fa-hourglass-o:before { content: "\f250"; } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251"; } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252"; } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253"; } .fa-hourglass:before { content: "\f254"; } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255"; } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256"; } .fa-hand-scissors-o:before { content: "\f257"; } .fa-hand-lizard-o:before { content: "\f258"; } .fa-hand-spock-o:before { content: "\f259"; } .fa-hand-pointer-o:before { content: "\f25a"; } .fa-hand-peace-o:before { content: "\f25b"; } .fa-trademark:before { content: "\f25c"; } .fa-registered:before { content: "\f25d"; } .fa-creative-commons:before { content: "\f25e"; } .fa-gg:before { content: "\f260"; } .fa-gg-circle:before { content: "\f261"; } .fa-tripadvisor:before { content: "\f262"; } .fa-odnoklassniki:before { content: "\f263"; } .fa-odnoklassniki-square:before { content: "\f264"; } .fa-get-pocket:before { content: "\f265"; } .fa-wikipedia-w:before { content: "\f266"; } .fa-safari:before { content: "\f267"; } .fa-chrome:before { content: "\f268"; } .fa-firefox:before { content: "\f269"; } .fa-opera:before { content: "\f26a"; } .fa-internet-explorer:before { content: "\f26b"; } .fa-tv:before, .fa-television:before { content: "\f26c"; } .fa-contao:before { content: "\f26d"; } .fa-500px:before { content: "\f26e"; } .fa-amazon:before { content: "\f270"; } .fa-calendar-plus-o:before { content: "\f271"; } .fa-calendar-minus-o:before { content: "\f272"; } .fa-calendar-times-o:before { content: "\f273"; } .fa-calendar-check-o:before { content: "\f274"; } .fa-industry:before { content: "\f275"; } .fa-map-pin:before { content: "\f276"; } .fa-map-signs:before { content: "\f277"; } .fa-map-o:before { content: "\f278"; } .fa-map:before { content: "\f279"; } .fa-commenting:before { content: "\f27a"; } .fa-commenting-o:before { content: "\f27b"; } .fa-houzz:before { content: "\f27c"; } .fa-vimeo:before { content: "\f27d"; } .fa-black-tie:before { content: "\f27e"; } .fa-fonticons:before { content: "\f280"; } .fa-reddit-alien:before { content: "\f281"; } .fa-edge:before { content: "\f282"; } .fa-credit-card-alt:before { content: "\f283"; } .fa-codiepie:before { content: "\f284"; } .fa-modx:before { content: "\f285"; } .fa-fort-awesome:before { content: "\f286"; } .fa-usb:before { content: "\f287"; } .fa-product-hunt:before { content: "\f288"; } .fa-mixcloud:before { content: "\f289"; } .fa-scribd:before { content: "\f28a"; } .fa-pause-circle:before { content: "\f28b"; } .fa-pause-circle-o:before { content: "\f28c"; } .fa-stop-circle:before { content: "\f28d"; } .fa-stop-circle-o:before { content: "\f28e"; } .fa-shopping-bag:before { content: "\f290"; } .fa-shopping-basket:before { content: "\f291"; } .fa-hashtag:before { content: "\f292"; } .fa-bluetooth:before { content: "\f293"; } .fa-bluetooth-b:before { content: "\f294"; } .fa-percent:before { content: "\f295"; } .fa-gitlab:before { content: "\f296"; } .fa-wpbeginner:before { content: "\f297"; } .fa-wpforms:before { content: "\f298"; } .fa-envira:before { content: "\f299"; } .fa-universal-access:before { content: "\f29a"; } .fa-wheelchair-alt:before { content: "\f29b"; } .fa-question-circle-o:before { content: "\f29c"; } .fa-blind:before { content: "\f29d"; } .fa-audio-description:before { content: "\f29e"; } .fa-volume-control-phone:before { content: "\f2a0"; } .fa-braille:before { content: "\f2a1"; } .fa-assistive-listening-systems:before { content: "\f2a2"; } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3"; } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4"; } .fa-glide:before { content: "\f2a5"; } .fa-glide-g:before { content: "\f2a6"; } .fa-signing:before, .fa-sign-language:before { content: "\f2a7"; } .fa-low-vision:before { content: "\f2a8"; } .fa-viadeo:before { content: "\f2a9"; } .fa-viadeo-square:before { content: "\f2aa"; } .fa-snapchat:before { content: "\f2ab"; } .fa-snapchat-ghost:before { content: "\f2ac"; } .fa-snapchat-square:before { content: "\f2ad"; } .fa-pied-piper:before { content: "\f2ae"; } .fa-first-order:before { content: "\f2b0"; } .fa-yoast:before { content: "\f2b1"; } .fa-themeisle:before { content: "\f2b2"; } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3"; } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4"; } .fa-handshake-o:before { content: "\f2b5"; } .fa-envelope-open:before { content: "\f2b6"; } .fa-envelope-open-o:before { content: "\f2b7"; } .fa-linode:before { content: "\f2b8"; } .fa-address-book:before { content: "\f2b9"; } .fa-address-book-o:before { content: "\f2ba"; } .fa-vcard:before, .fa-address-card:before { content: "\f2bb"; } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc"; } .fa-user-circle:before { content: "\f2bd"; } .fa-user-circle-o:before { content: "\f2be"; } .fa-user-o:before { content: "\f2c0"; } .fa-id-badge:before { content: "\f2c1"; } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2"; } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3"; } .fa-quora:before { content: "\f2c4"; } .fa-free-code-camp:before { content: "\f2c5"; } .fa-telegram:before { content: "\f2c6"; } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7"; } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8"; } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9"; } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca"; } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb"; } .fa-shower:before { content: "\f2cc"; } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd"; } .fa-podcast:before { content: "\f2ce"; } .fa-window-maximize:before { content: "\f2d0"; } .fa-window-minimize:before { content: "\f2d1"; } .fa-window-restore:before { content: "\f2d2"; } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3"; } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4"; } .fa-bandcamp:before { content: "\f2d5"; } .fa-grav:before { content: "\f2d6"; } .fa-etsy:before { content: "\f2d7"; } .fa-imdb:before { content: "\f2d8"; } .fa-ravelry:before { content: "\f2d9"; } .fa-eercast:before { content: "\f2da"; } .fa-microchip:before { content: "\f2db"; } .fa-snowflake-o:before { content: "\f2dc"; } .fa-superpowers:before { content: "\f2dd"; } .fa-wpexplorer:before { content: "\f2de"; } .fa-meetup:before { content: "\f2e0"; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } /\*! \* \* IPython base \* \*/ .modal.fade .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } code { color: #000; } pre { font-size: inherit; line-height: inherit; } label { font-weight: normal; } /\* Make the page background atleast 100% the height of the view port \*/ /\* Make the page itself atleast 70% the height of the view port \*/ .border-box-sizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .corner-all { border-radius: 2px; } .no-padding { padding: 0px; } /\* Flexible box model classes \*/ /\* Taken from Alex Russell http://infrequently.org/2009/08/css-3-progress/ \*/ /\* This file is a compatability layer. It allows the usage of flexible box model layouts accross multiple browsers, including older browsers. The newest, universal implementation of the flexible box model is used when available (see `Modern browsers` comments below). Browsers that are known to implement this new spec completely include: Firefox 28.0+ Chrome 29.0+ Internet Explorer 11+ Opera 17.0+ Browsers not listed, including Safari, are supported via the styling under the `Old browsers` comments below. \*/ .hbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } .hbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .vbox { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } .vbox > \* { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; } .hbox.reverse, .vbox.reverse, .reverse { /\* Old browsers \*/ -webkit-box-direction: reverse; -moz-box-direction: reverse; box-direction: reverse; /\* Modern browsers \*/ flex-direction: row-reverse; } .hbox.box-flex0, .vbox.box-flex0, .box-flex0 { /\* Old browsers \*/ -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; /\* Modern browsers \*/ flex: none; width: auto; } .hbox.box-flex1, .vbox.box-flex1, .box-flex1 { /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex, .vbox.box-flex, .box-flex { /\* Old browsers \*/ /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } .hbox.box-flex2, .vbox.box-flex2, .box-flex2 { /\* Old browsers \*/ -webkit-box-flex: 2; -moz-box-flex: 2; box-flex: 2; /\* Modern browsers \*/ flex: 2; } .box-group1 { /\* Deprecated \*/ -webkit-box-flex-group: 1; -moz-box-flex-group: 1; box-flex-group: 1; } .box-group2 { /\* Deprecated \*/ -webkit-box-flex-group: 2; -moz-box-flex-group: 2; box-flex-group: 2; } .hbox.start, .vbox.start, .start { /\* Old browsers \*/ -webkit-box-pack: start; -moz-box-pack: start; box-pack: start; /\* Modern browsers \*/ justify-content: flex-start; } .hbox.end, .vbox.end, .end { /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; } .hbox.center, .vbox.center, .center { /\* Old browsers \*/ -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; /\* Modern browsers \*/ justify-content: center; } .hbox.baseline, .vbox.baseline, .baseline { /\* Old browsers \*/ -webkit-box-pack: baseline; -moz-box-pack: baseline; box-pack: baseline; /\* Modern browsers \*/ justify-content: baseline; } .hbox.stretch, .vbox.stretch, .stretch { /\* Old browsers \*/ -webkit-box-pack: stretch; -moz-box-pack: stretch; box-pack: stretch; /\* Modern browsers \*/ justify-content: stretch; } .hbox.align-start, .vbox.align-start, .align-start { /\* Old browsers \*/ -webkit-box-align: start; -moz-box-align: start; box-align: start; /\* Modern browsers \*/ align-items: flex-start; } .hbox.align-end, .vbox.align-end, .align-end { /\* Old browsers \*/ -webkit-box-align: end; -moz-box-align: end; box-align: end; /\* Modern browsers \*/ align-items: flex-end; } .hbox.align-center, .vbox.align-center, .align-center { /\* Old browsers \*/ -webkit-box-align: center; -moz-box-align: center; box-align: center; /\* Modern browsers \*/ align-items: center; } .hbox.align-baseline, .vbox.align-baseline, .align-baseline { /\* Old browsers \*/ -webkit-box-align: baseline; -moz-box-align: baseline; box-align: baseline; /\* Modern browsers \*/ align-items: baseline; } .hbox.align-stretch, .vbox.align-stretch, .align-stretch { /\* Old browsers \*/ -webkit-box-align: stretch; -moz-box-align: stretch; box-align: stretch; /\* Modern browsers \*/ align-items: stretch; } div.error { margin: 2em; text-align: center; } div.error > h1 { font-size: 500%; line-height: normal; } div.error > p { font-size: 200%; line-height: normal; } div.traceback-wrapper { text-align: left; max-width: 800px; margin: auto; } div.traceback-wrapper pre.traceback { max-height: 600px; overflow: auto; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ body { background-color: #fff; /\* This makes sure that the body covers the entire window and needs to be in a different element than the display: box in wrapper below \*/ position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; overflow: visible; } body > #header { /\* Initially hidden to prevent FLOUC \*/ display: none; background-color: #fff; /\* Display over codemirror \*/ position: relative; z-index: 100; } body > #header #header-container { display: flex; flex-direction: row; justify-content: space-between; padding: 5px; padding-bottom: 5px; padding-top: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } body > #header .header-bar { width: 100%; height: 1px; background: #e7e7e7; margin-bottom: -1px; } @media print { body > #header { display: none !important; } } #header-spacer { width: 100%; visibility: hidden; } @media print { #header-spacer { display: none; } } #ipython\_notebook { padding-left: 0px; padding-top: 1px; padding-bottom: 1px; } [dir="rtl"] #ipython\_notebook { margin-right: 10px; margin-left: 0; } [dir="rtl"] #ipython\_notebook.pull-left { float: right !important; float: right; } .flex-spacer { flex: 1; } #noscript { width: auto; padding-top: 16px; padding-bottom: 16px; text-align: center; font-size: 22px; color: red; font-weight: bold; } #ipython\_notebook img { height: 28px; } #site { width: 100%; display: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; overflow: auto; } @media print { #site { height: auto !important; } } /\* Smaller buttons \*/ .ui-button .ui-button-text { padding: 0.2em 0.8em; font-size: 77%; } input.ui-button { padding: 0.3em 0.9em; } span#kernel\_logo\_widget { margin: 0 10px; } span#login\_widget { float: right; } [dir="rtl"] span#login\_widget { float: left; } span#login\_widget > .button, #logout { color: #333; background-color: #fff; border-color: #ccc; } span#login\_widget > .button:focus, #logout:focus, span#login\_widget > .button.focus, #logout.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } span#login\_widget > .button:hover, #logout:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { color: #333; background-color: #e6e6e6; border-color: #adadad; } span#login\_widget > .button:active:hover, #logout:active:hover, span#login\_widget > .button.active:hover, #logout.active:hover, .open > .dropdown-togglespan#login\_widget > .button:hover, .open > .dropdown-toggle#logout:hover, span#login\_widget > .button:active:focus, #logout:active:focus, span#login\_widget > .button.active:focus, #logout.active:focus, .open > .dropdown-togglespan#login\_widget > .button:focus, .open > .dropdown-toggle#logout:focus, span#login\_widget > .button:active.focus, #logout:active.focus, span#login\_widget > .button.active.focus, #logout.active.focus, .open > .dropdown-togglespan#login\_widget > .button.focus, .open > .dropdown-toggle#logout.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } span#login\_widget > .button:active, #logout:active, span#login\_widget > .button.active, #logout.active, .open > .dropdown-togglespan#login\_widget > .button, .open > .dropdown-toggle#logout { background-image: none; } span#login\_widget > .button.disabled:hover, #logout.disabled:hover, span#login\_widget > .button[disabled]:hover, #logout[disabled]:hover, fieldset[disabled] span#login\_widget > .button:hover, fieldset[disabled] #logout:hover, span#login\_widget > .button.disabled:focus, #logout.disabled:focus, span#login\_widget > .button[disabled]:focus, #logout[disabled]:focus, fieldset[disabled] span#login\_widget > .button:focus, fieldset[disabled] #logout:focus, span#login\_widget > .button.disabled.focus, #logout.disabled.focus, span#login\_widget > .button[disabled].focus, #logout[disabled].focus, fieldset[disabled] span#login\_widget > .button.focus, fieldset[disabled] #logout.focus { background-color: #fff; border-color: #ccc; } span#login\_widget > .button .badge, #logout .badge { color: #fff; background-color: #333; } .nav-header { text-transform: none; } #header > span { margin-top: 10px; } .modal\_stretch .modal-dialog { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; min-height: 80vh; } .modal\_stretch .modal-dialog .modal-body { max-height: calc(100vh - 200px); overflow: auto; flex: 1; } .modal-header { cursor: move; } @media (min-width: 768px) { .modal .modal-dialog { width: 700px; } } @media (min-width: 768px) { select.form-control { margin-left: 12px; margin-right: 12px; } } /\*! \* \* IPython auth \* \*/ .center-nav { display: inline-block; margin-bottom: -4px; } [dir="rtl"] .center-nav form.pull-left { float: right !important; float: right; } [dir="rtl"] .center-nav .navbar-text { float: right; } [dir="rtl"] .navbar-inner { text-align: right; } [dir="rtl"] div.text-left { text-align: right; } /\*! \* \* IPython tree view \* \*/ /\* We need an invisible input field on top of the sentense\*/ /\* "Drag file onto the list ..." \*/ .alternate\_upload { background-color: none; display: inline; } .alternate\_upload.form { padding: 0; margin: 0; } .alternate\_upload input.fileinput { position: absolute; display: block; width: 100%; height: 100%; overflow: hidden; cursor: pointer; opacity: 0; z-index: 2; } .alternate\_upload .btn-xs > input.fileinput { margin: -1px -5px; } .alternate\_upload .btn-upload { position: relative; height: 22px; } ::-webkit-file-upload-button { cursor: pointer; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ ul#tabs { margin-bottom: 4px; } ul#tabs a { padding-top: 6px; padding-bottom: 4px; } [dir="rtl"] ul#tabs.nav-tabs > li { float: right; } [dir="rtl"] ul#tabs.nav.nav-tabs { padding-right: 0; } ul.breadcrumb a:focus, ul.breadcrumb a:hover { text-decoration: none; } ul.breadcrumb i.icon-home { font-size: 16px; margin-right: 4px; } ul.breadcrumb span { color: #5e5e5e; } .list\_toolbar { padding: 4px 0 4px 0; vertical-align: middle; } .list\_toolbar .tree-buttons { padding-top: 1px; } [dir="rtl"] .list\_toolbar .tree-buttons .pull-right { float: left !important; float: left; } [dir="rtl"] .list\_toolbar .col-sm-4, [dir="rtl"] .list\_toolbar .col-sm-8 { float: right; } .dynamic-buttons { padding-top: 3px; display: inline-block; } .list\_toolbar [class\*="span"] { min-height: 24px; } .list\_header { font-weight: bold; background-color: #EEE; } .list\_placeholder { font-weight: bold; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; } .list\_container { margin-top: 4px; margin-bottom: 20px; border: 1px solid #ddd; border-radius: 2px; } .list\_container > div { border-bottom: 1px solid #ddd; } .list\_container > div:hover .list-item { background-color: red; } .list\_container > div:last-child { border: none; } .list\_item:hover .list\_item { background-color: #ddd; } .list\_item a { text-decoration: none; } .list\_item:hover { background-color: #fafafa; } .list\_header > div, .list\_item > div { padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } .list\_header > div input, .list\_item > div input { margin-right: 7px; margin-left: 14px; vertical-align: text-bottom; line-height: 22px; position: relative; top: -1px; } .list\_header > div .item\_link, .list\_item > div .item\_link { margin-left: -1px; vertical-align: baseline; line-height: 22px; } [dir="rtl"] .list\_item > div input { margin-right: 0; } .new-file input[type=checkbox] { visibility: hidden; } .item\_name { line-height: 22px; height: 24px; } .item\_icon { font-size: 14px; color: #5e5e5e; margin-right: 7px; margin-left: 7px; line-height: 22px; vertical-align: baseline; } .item\_modified { margin-right: 7px; margin-left: 7px; } [dir="rtl"] .item\_modified.pull-right { float: left !important; float: left; } .item\_buttons { line-height: 1em; margin-left: -5px; } .item\_buttons .btn, .item\_buttons .btn-group, .item\_buttons .input-group { float: left; } .item\_buttons > .btn, .item\_buttons > .btn-group, .item\_buttons > .input-group { margin-left: 5px; } .item\_buttons .btn { min-width: 13ex; } .item\_buttons .running-indicator { padding-top: 4px; color: #5cb85c; } .item\_buttons .kernel-name { padding-top: 4px; color: #5bc0de; margin-right: 7px; float: left; } [dir="rtl"] .item\_buttons.pull-right { float: left !important; float: left; } [dir="rtl"] .item\_buttons .kernel-name { margin-left: 7px; float: right; } .toolbar\_info { height: 24px; line-height: 24px; } .list\_item input:not([type=checkbox]) { padding-top: 3px; padding-bottom: 3px; height: 22px; line-height: 14px; margin: 0px; } .highlight\_text { color: blue; } #project\_name { display: inline-block; padding-left: 7px; margin-left: -2px; } #project\_name > .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; font-weight: bold; } .sort\_button { display: inline-block; padding-left: 7px; } [dir="rtl"] .sort\_button.pull-right { float: left !important; float: left; } #tree-selector { padding-right: 0px; } #button-select-all { min-width: 50px; } [dir="rtl"] #button-select-all.btn { float: right ; } #select-all { margin-left: 7px; margin-right: 2px; margin-top: 2px; height: 16px; } [dir="rtl"] #select-all.pull-left { float: right !important; float: right; } .menu\_icon { margin-right: 2px; } .tab-content .row { margin-left: 0px; margin-right: 0px; } .folder\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f114"; } .folder\_icon:before.fa-pull-left { margin-right: .3em; } .folder\_icon:before.fa-pull-right { margin-left: .3em; } .folder\_icon:before.pull-left { margin-right: .3em; } .folder\_icon:before.pull-right { margin-left: .3em; } .notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; } .notebook\_icon:before.fa-pull-left { margin-right: .3em; } .notebook\_icon:before.fa-pull-right { margin-left: .3em; } .notebook\_icon:before.pull-left { margin-right: .3em; } .notebook\_icon:before.pull-right { margin-left: .3em; } .running\_notebook\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f02d"; position: relative; top: -1px; color: #5cb85c; } .running\_notebook\_icon:before.fa-pull-left { margin-right: .3em; } .running\_notebook\_icon:before.fa-pull-right { margin-left: .3em; } .running\_notebook\_icon:before.pull-left { margin-right: .3em; } .running\_notebook\_icon:before.pull-right { margin-left: .3em; } .file\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f016"; position: relative; top: -2px; } .file\_icon:before.fa-pull-left { margin-right: .3em; } .file\_icon:before.fa-pull-right { margin-left: .3em; } .file\_icon:before.pull-left { margin-right: .3em; } .file\_icon:before.pull-right { margin-left: .3em; } #notebook\_toolbar .pull-right { padding-top: 0px; margin-right: -1px; } ul#new-menu { left: auto; right: 0; } #new-menu .dropdown-header { font-size: 10px; border-bottom: 1px solid #e5e5e5; padding: 0 0 3px; margin: -3px 20px 0; } .kernel-menu-icon { padding-right: 12px; width: 24px; content: "\f096"; } .kernel-menu-icon:before { content: "\f096"; } .kernel-menu-icon-current:before { content: "\f00c"; } #tab\_content { padding-top: 20px; } #running .panel-group .panel { margin-top: 3px; margin-bottom: 1em; } #running .panel-group .panel .panel-heading { background-color: #EEE; padding-top: 4px; padding-bottom: 4px; padding-left: 7px; padding-right: 7px; line-height: 22px; } #running .panel-group .panel .panel-heading a:focus, #running .panel-group .panel .panel-heading a:hover { text-decoration: none; } #running .panel-group .panel .panel-body { padding: 0px; } #running .panel-group .panel .panel-body .list\_container { margin-top: 0px; margin-bottom: 0px; border: 0px; border-radius: 0px; } #running .panel-group .panel .panel-body .list\_container .list\_item { border-bottom: 1px solid #ddd; } #running .panel-group .panel .panel-body .list\_container .list\_item:last-child { border-bottom: 0px; } .delete-button { display: none; } .duplicate-button { display: none; } .rename-button { display: none; } .move-button { display: none; } .download-button { display: none; } .shutdown-button { display: none; } .dynamic-instructions { display: inline-block; padding-top: 4px; } /\*! \* \* IPython text editor webapp \* \*/ .selected-keymap i.fa { padding: 0px 5px; } .selected-keymap i.fa:before { content: "\f00c"; } #mode-menu { overflow: auto; max-height: 20em; } .edit\_app #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .edit\_app #menubar .navbar { /\* Use a negative 1 bottom margin, so the border overlaps the border of the header \*/ margin-bottom: -1px; } .dirty-indicator { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator.fa-pull-left { margin-right: .3em; } .dirty-indicator.fa-pull-right { margin-left: .3em; } .dirty-indicator.pull-left { margin-right: .3em; } .dirty-indicator.pull-right { margin-left: .3em; } .dirty-indicator-dirty { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-dirty.fa-pull-left { margin-right: .3em; } .dirty-indicator-dirty.fa-pull-right { margin-left: .3em; } .dirty-indicator-dirty.pull-left { margin-right: .3em; } .dirty-indicator-dirty.pull-right { margin-left: .3em; } .dirty-indicator-clean { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; width: 20px; } .dirty-indicator-clean.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean.pull-left { margin-right: .3em; } .dirty-indicator-clean.pull-right { margin-left: .3em; } .dirty-indicator-clean:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f00c"; } .dirty-indicator-clean:before.fa-pull-left { margin-right: .3em; } .dirty-indicator-clean:before.fa-pull-right { margin-left: .3em; } .dirty-indicator-clean:before.pull-left { margin-right: .3em; } .dirty-indicator-clean:before.pull-right { margin-left: .3em; } #filename { font-size: 16pt; display: table; padding: 0px 5px; } #current-mode { padding-left: 5px; padding-right: 5px; } #texteditor-backdrop { padding-top: 20px; padding-bottom: 20px; } @media not print { #texteditor-backdrop { background-color: #EEE; } } @media print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container .CodeMirror-gutter, #texteditor-backdrop #texteditor-container .CodeMirror-gutters { background-color: #fff; } } @media not print { #texteditor-backdrop #texteditor-container { padding: 0px; background-color: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } .CodeMirror-dialog { background-color: #fff; } /\*! \* \* IPython notebook \* \*/ /\* CSS font colors for translated ANSI escape sequences \*/ /\* The color values are a mix of http://www.xcolors.net/dl/baskerville-ivorylight and http://www.xcolors.net/dl/euphrasia \*/ .ansi-black-fg { color: #3E424D; } .ansi-black-bg { background-color: #3E424D; } .ansi-black-intense-fg { color: #282C36; } .ansi-black-intense-bg { background-color: #282C36; } .ansi-red-fg { color: #E75C58; } .ansi-red-bg { background-color: #E75C58; } .ansi-red-intense-fg { color: #B22B31; } .ansi-red-intense-bg { background-color: #B22B31; } .ansi-green-fg { color: #00A250; } .ansi-green-bg { background-color: #00A250; } .ansi-green-intense-fg { color: #007427; } .ansi-green-intense-bg { background-color: #007427; } .ansi-yellow-fg { color: #DDB62B; } .ansi-yellow-bg { background-color: #DDB62B; } .ansi-yellow-intense-fg { color: #B27D12; } .ansi-yellow-intense-bg { background-color: #B27D12; } .ansi-blue-fg { color: #208FFB; } .ansi-blue-bg { background-color: #208FFB; } .ansi-blue-intense-fg { color: #0065CA; } .ansi-blue-intense-bg { background-color: #0065CA; } .ansi-magenta-fg { color: #D160C4; } .ansi-magenta-bg { background-color: #D160C4; } .ansi-magenta-intense-fg { color: #A03196; } .ansi-magenta-intense-bg { background-color: #A03196; } .ansi-cyan-fg { color: #60C6C8; } .ansi-cyan-bg { background-color: #60C6C8; } .ansi-cyan-intense-fg { color: #258F8F; } .ansi-cyan-intense-bg { background-color: #258F8F; } .ansi-white-fg { color: #C5C1B4; } .ansi-white-bg { background-color: #C5C1B4; } .ansi-white-intense-fg { color: #A1A6B2; } .ansi-white-intense-bg { background-color: #A1A6B2; } .ansi-default-inverse-fg { color: #FFFFFF; } .ansi-default-inverse-bg { background-color: #000000; } .ansi-bold { font-weight: bold; } .ansi-underline { text-decoration: underline; } /\* The following styles are deprecated an will be removed in a future version \*/ .ansibold { font-weight: bold; } .ansi-inverse { outline: 0.5px dotted; } /\* use dark versions for foreground, to improve visibility \*/ .ansiblack { color: black; } .ansired { color: darkred; } .ansigreen { color: darkgreen; } .ansiyellow { color: #c4a000; } .ansiblue { color: darkblue; } .ansipurple { color: darkviolet; } .ansicyan { color: steelblue; } .ansigray { color: gray; } /\* and light for background, for the same reason \*/ .ansibgblack { background-color: black; } .ansibgred { background-color: red; } .ansibggreen { background-color: green; } .ansibgyellow { background-color: yellow; } .ansibgblue { background-color: blue; } .ansibgpurple { background-color: magenta; } .ansibgcyan { background-color: cyan; } .ansibggray { background-color: gray; } div.cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; border-radius: 2px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-width: 1px; border-style: solid; border-color: transparent; width: 100%; padding: 5px; /\* This acts as a spacer between cells, that is outside the border \*/ margin: 0px; outline: none; position: relative; overflow: visible; } div.cell:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: transparent; } div.cell.jupyter-soft-selected { border-left-color: #E3F2FD; border-left-width: 1px; padding-left: 5px; border-right-color: #E3F2FD; border-right-width: 1px; background: #E3F2FD; } @media print { div.cell.jupyter-soft-selected { border-color: transparent; } } div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: #ababab; } div.cell.selected:before, div.cell.selected.jupyter-soft-selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #42A5F5; } @media print { div.cell.selected, div.cell.selected.jupyter-soft-selected { border-color: transparent; } } .edit\_mode div.cell.selected { border-color: #66BB6A; } .edit\_mode div.cell.selected:before { position: absolute; display: block; top: -1px; left: -1px; width: 5px; height: calc(100% + 2px); content: ''; background: #66BB6A; } @media print { .edit\_mode div.cell.selected { border-color: transparent; } } .prompt { /\* This needs to be wide enough for 3 digit prompt numbers: In[100]: \*/ min-width: 14ex; /\* This padding is tuned to match the padding on the CodeMirror editor. \*/ padding: 0.4em; margin: 0px; font-family: monospace; text-align: right; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; /\* Don't highlight prompt number selection \*/ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /\* Use default cursor \*/ cursor: default; } @media (max-width: 540px) { .prompt { text-align: left; } } div.inner\_cell { min-width: 0; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_area { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; line-height: 1.21429em; } /\* This is needed so that empty prompt areas can collapse to zero height when there is no content in the output\_subarea and the prompt. The main purpose of this is to make sure that empty JavaScript output\_subareas have no height. \*/ div.prompt:empty { padding-top: 0; padding-bottom: 0; } div.unrecognized\_cell { padding: 5px 5px 5px 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.unrecognized\_cell .inner\_cell { border-radius: 2px; padding: 5px; font-weight: bold; color: red; border: 1px solid #cfcfcf; background: #eaeaea; } div.unrecognized\_cell .inner\_cell a { color: inherit; text-decoration: none; } div.unrecognized\_cell .inner\_cell a:hover { color: inherit; text-decoration: none; } @media (max-width: 540px) { div.unrecognized\_cell > div.prompt { display: none; } } div.code\_cell { /\* avoid page breaking on code cells when printing \*/ } @media print { div.code\_cell { page-break-inside: avoid; } } /\* any special styling for code cells that are currently running goes here \*/ div.input { page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.input { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } /\* input\_area and input\_prompt must match in top border and margin for alignment \*/ div.input\_prompt { color: #303F9F; border-top: 1px solid transparent; } div.input\_area > div.highlight { margin: 0.4em; border: none; padding: 0px; background-color: transparent; } div.input\_area > div.highlight > pre { margin: 0px; border: none; padding: 0px; background-color: transparent; } /\* The following gets added to the <head> if it is detected that the user has a \* monospace font with inconsistent normal/bold/italic height. See \* notebookmain.js. Such fonts will have keywords vertically offset with \* respect to the rest of the text. The user should select a better font. \* See: https://github.com/ipython/ipython/issues/1503 \* \* .CodeMirror span { \* vertical-align: bottom; \* } \*/ .CodeMirror { line-height: 1.21429em; /\* Changed from 1em to our global default \*/ font-size: 14px; height: auto; /\* Changed to auto to autogrow \*/ background: none; /\* Changed from white to allow our bg to show through \*/ } .CodeMirror-scroll { /\* The CodeMirror docs are a bit fuzzy on if overflow-y should be hidden or visible.\*/ /\* We have found that if it is visible, vertical scrollbars appear with font size changes.\*/ overflow-y: hidden; overflow-x: auto; } .CodeMirror-lines { /\* In CM2, this used to be 0.4em, but in CM3 it went to 4px. We need the em value because \*/ /\* we have set a different line-height and want this to scale with that. \*/ /\* Note that this should set vertical padding only, since CodeMirror assumes that horizontal padding will be set on CodeMirror pre \*/ padding: 0.4em 0; } .CodeMirror-linenumber { padding: 0 8px 0 4px; } .CodeMirror-gutters { border-bottom-left-radius: 2px; border-top-left-radius: 2px; } .CodeMirror pre { /\* In CM3 this went to 4px from 0 in CM2. This sets horizontal padding only, use .CodeMirror-lines for vertical \*/ padding: 0 0.4em; border: 0; border-radius: 0; } .CodeMirror-cursor { border-left: 1.4px solid black; } @media screen and (min-width: 2138px) and (max-width: 4319px) { .CodeMirror-cursor { border-left: 2px solid black; } } @media screen and (min-width: 4320px) { .CodeMirror-cursor { border-left: 4px solid black; } } /\* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> Adapted from GitHub theme \*/ .highlight-base { color: #000; } .highlight-variable { color: #000; } .highlight-variable-2 { color: #1a1a1a; } .highlight-variable-3 { color: #333333; } .highlight-string { color: #BA2121; } .highlight-comment { color: #408080; font-style: italic; } .highlight-number { color: #080; } .highlight-atom { color: #88F; } .highlight-keyword { color: #008000; font-weight: bold; } .highlight-builtin { color: #008000; } .highlight-error { color: #f00; } .highlight-operator { color: #AA22FF; font-weight: bold; } .highlight-meta { color: #AA22FF; } /\* previously not defined, copying from default codemirror \*/ .highlight-def { color: #00f; } .highlight-string-2 { color: #f50; } .highlight-qualifier { color: #555; } .highlight-bracket { color: #997; } .highlight-tag { color: #170; } .highlight-attribute { color: #00c; } .highlight-header { color: blue; } .highlight-quote { color: #090; } .highlight-link { color: #00c; } /\* apply the same style to codemirror \*/ .cm-s-ipython span.cm-keyword { color: #008000; font-weight: bold; } .cm-s-ipython span.cm-atom { color: #88F; } .cm-s-ipython span.cm-number { color: #080; } .cm-s-ipython span.cm-def { color: #00f; } .cm-s-ipython span.cm-variable { color: #000; } .cm-s-ipython span.cm-operator { color: #AA22FF; font-weight: bold; } .cm-s-ipython span.cm-variable-2 { color: #1a1a1a; } .cm-s-ipython span.cm-variable-3 { color: #333333; } .cm-s-ipython span.cm-comment { color: #408080; font-style: italic; } .cm-s-ipython span.cm-string { color: #BA2121; } .cm-s-ipython span.cm-string-2 { color: #f50; } .cm-s-ipython span.cm-meta { color: #AA22FF; } .cm-s-ipython span.cm-qualifier { color: #555; } .cm-s-ipython span.cm-builtin { color: #008000; } .cm-s-ipython span.cm-bracket { color: #997; } .cm-s-ipython span.cm-tag { color: #170; } .cm-s-ipython span.cm-attribute { color: #00c; } .cm-s-ipython span.cm-header { color: blue; } .cm-s-ipython span.cm-quote { color: #090; } .cm-s-ipython span.cm-link { color: #00c; } .cm-s-ipython span.cm-error { color: #f00; } .cm-s-ipython span.cm-tab { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=); background-position: right; background-repeat: no-repeat; } div.output\_wrapper { /\* this position must be relative to enable descendents to be absolute within it \*/ position: relative; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; z-index: 1; } /\* class for the output area when it should be height-limited \*/ div.output\_scroll { /\* ideally, this would be max-height, but FF barfs all over that \*/ height: 24em; /\* FF needs this \*and the wrapper\* to specify full width, or it will shrinkwrap \*/ width: 100%; overflow: auto; border-radius: 2px; -webkit-box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); display: block; } /\* output div while it is collapsed \*/ div.output\_collapsed { margin: 0px; padding: 0px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } div.out\_prompt\_overlay { height: 100%; padding: 0px 0.4em; position: absolute; border-radius: 2px; } div.out\_prompt\_overlay:hover { /\* use inner shadow to get border that is computed the same on WebKit/FF \*/ -webkit-box-shadow: inset 0 0 1px #000; box-shadow: inset 0 0 1px #000; background: rgba(240, 240, 240, 0.5); } div.output\_prompt { color: #D84315; } /\* This class is the outer container of all output sections. \*/ div.output\_area { padding: 0px; page-break-inside: avoid; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } div.output\_area .MathJax\_Display { text-align: left !important; } div.output\_area .rendered\_html table { margin-left: 0; margin-right: 0; } div.output\_area .rendered\_html img { margin-left: 0; margin-right: 0; } div.output\_area img, div.output\_area svg { max-width: 100%; height: auto; } div.output\_area img.unconfined, div.output\_area svg.unconfined { max-width: none; } div.output\_area .mglyph > img { max-width: none; } /\* This is needed to protect the pre formating from global settings such as that of bootstrap \*/ .output { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } @media (max-width: 540px) { div.output\_area { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: vertical; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: vertical; -moz-box-align: stretch; display: box; box-orient: vertical; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: column; align-items: stretch; } } div.output\_area pre { margin: 0; padding: 1px 0 1px 0; border: 0; vertical-align: baseline; color: black; background-color: transparent; border-radius: 0; } /\* This class is for the output subarea inside the output\_area and after the prompt div. \*/ div.output\_subarea { overflow-x: auto; padding: 0.4em; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; max-width: calc(100% - 14ex); } div.output\_scroll div.output\_subarea { overflow-x: visible; } /\* The rest of the output\_\* classes are for special styling of the different output types \*/ /\* all text output has this class: \*/ div.output\_text { text-align: left; color: #000; /\* This has to match that of the the CodeMirror class line-height below \*/ line-height: 1.21429em; } /\* stdout/stderr are 'text' as well as 'stream', but execute\_result/error are \*not\* streams \*/ div.output\_stderr { background: #fdd; /\* very light red background for stderr \*/ } div.output\_latex { text-align: left; } /\* Empty output\_javascript divs should have no height \*/ div.output\_javascript:empty { padding: 0; } .js-error { color: darkred; } /\* raw\_input styles \*/ div.raw\_input\_container { line-height: 1.21429em; padding-top: 5px; } pre.raw\_input\_prompt { /\* nothing needed here. \*/ } input.raw\_input { font-family: monospace; font-size: inherit; color: inherit; width: auto; /\* make sure input baseline aligns with prompt \*/ vertical-align: baseline; /\* padding + margin = 0.5em between prompt and cursor \*/ padding: 0em 0.25em; margin: 0em 0.25em; } input.raw\_input:focus { box-shadow: none; } p.p-space { margin-bottom: 10px; } div.output\_unrecognized { padding: 5px; font-weight: bold; color: red; } div.output\_unrecognized a { color: inherit; text-decoration: none; } div.output\_unrecognized a:hover { color: inherit; text-decoration: none; } .rendered\_html { color: #000; /\* any extras will just be numbers: \*/ } .rendered\_html em { font-style: italic; } .rendered\_html strong { font-weight: bold; } .rendered\_html u { text-decoration: underline; } .rendered\_html :link { text-decoration: underline; } .rendered\_html :visited { text-decoration: underline; } .rendered\_html h1 { font-size: 185.7%; margin: 1.08em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h2 { font-size: 157.1%; margin: 1.27em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h3 { font-size: 128.6%; margin: 1.55em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h4 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; } .rendered\_html h5 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h6 { font-size: 100%; margin: 2em 0 0 0; font-weight: bold; line-height: 1.0; font-style: italic; } .rendered\_html h1:first-child { margin-top: 0.538em; } .rendered\_html h2:first-child { margin-top: 0.636em; } .rendered\_html h3:first-child { margin-top: 0.777em; } .rendered\_html h4:first-child { margin-top: 1em; } .rendered\_html h5:first-child { margin-top: 1em; } .rendered\_html h6:first-child { margin-top: 1em; } .rendered\_html ul:not(.list-inline), .rendered\_html ol:not(.list-inline) { padding-left: 2em; } .rendered\_html ul { list-style: disc; } .rendered\_html ul ul { list-style: square; margin-top: 0; } .rendered\_html ul ul ul { list-style: circle; } .rendered\_html ol { list-style: decimal; } .rendered\_html ol ol { list-style: upper-alpha; margin-top: 0; } .rendered\_html ol ol ol { list-style: lower-alpha; } .rendered\_html ol ol ol ol { list-style: lower-roman; } .rendered\_html ol ol ol ol ol { list-style: decimal; } .rendered\_html \* + ul { margin-top: 1em; } .rendered\_html \* + ol { margin-top: 1em; } .rendered\_html hr { color: black; background-color: black; } .rendered\_html pre { margin: 1em 2em; padding: 0px; background-color: #fff; } .rendered\_html code { background-color: #eff0f1; } .rendered\_html p code { padding: 1px 5px; } .rendered\_html pre code { background-color: #fff; } .rendered\_html pre, .rendered\_html code { border: 0; color: #000; font-size: 100%; } .rendered\_html blockquote { margin: 1em 2em; } .rendered\_html table { margin-left: auto; margin-right: auto; border: none; border-collapse: collapse; border-spacing: 0; color: black; font-size: 12px; table-layout: fixed; } .rendered\_html thead { border-bottom: 1px solid black; vertical-align: bottom; } .rendered\_html tr, .rendered\_html th, .rendered\_html td { text-align: right; vertical-align: middle; padding: 0.5em 0.5em; line-height: normal; white-space: normal; max-width: none; border: none; } .rendered\_html th { font-weight: bold; } .rendered\_html tbody tr:nth-child(odd) { background: #f5f5f5; } .rendered\_html tbody tr:hover { background: rgba(66, 165, 245, 0.2); } .rendered\_html \* + table { margin-top: 1em; } .rendered\_html p { text-align: left; } .rendered\_html \* + p { margin-top: 1em; } .rendered\_html img { display: block; margin-left: auto; margin-right: auto; } .rendered\_html \* + img { margin-top: 1em; } .rendered\_html img, .rendered\_html svg { max-width: 100%; height: auto; } .rendered\_html img.unconfined, .rendered\_html svg.unconfined { max-width: none; } .rendered\_html .alert { margin-bottom: initial; } .rendered\_html \* + .alert { margin-top: 1em; } [dir="rtl"] .rendered\_html p { text-align: right; } div.text\_cell { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; } @media (max-width: 540px) { div.text\_cell > div.prompt { display: none; } } div.text\_cell\_render { /\*font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;\*/ outline: none; resize: none; width: inherit; border-style: none; padding: 0.5em 0.5em 0.5em 0.4em; color: #000; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } a.anchor-link:link { text-decoration: none; padding: 0px 20px; visibility: hidden; } h1:hover .anchor-link, h2:hover .anchor-link, h3:hover .anchor-link, h4:hover .anchor-link, h5:hover .anchor-link, h6:hover .anchor-link { visibility: visible; } .text\_cell.rendered .input\_area { display: none; } .text\_cell.rendered .rendered\_html { overflow-x: auto; overflow-y: hidden; } .text\_cell.rendered .rendered\_html tr, .text\_cell.rendered .rendered\_html th, .text\_cell.rendered .rendered\_html td { max-width: none; } .text\_cell.unrendered .text\_cell\_render { display: none; } .text\_cell .dropzone .input\_area { border: 2px dashed #bababa; margin: -1px; } .cm-header-1, .cm-header-2, .cm-header-3, .cm-header-4, .cm-header-5, .cm-header-6 { font-weight: bold; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .cm-header-1 { font-size: 185.7%; } .cm-header-2 { font-size: 157.1%; } .cm-header-3 { font-size: 128.6%; } .cm-header-4 { font-size: 110%; } .cm-header-5 { font-size: 100%; font-style: italic; } .cm-header-6 { font-size: 100%; font-style: italic; } /\*! \* \* IPython notebook webapp \* \*/ @media (max-width: 767px) { .notebook\_app { padding-left: 0px; padding-right: 0px; } } #ipython-main-app { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook\_panel { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; height: 100%; } div#notebook { font-size: 14px; line-height: 20px; overflow-y: hidden; overflow-x: auto; width: 100%; /\* This spaces the page away from the edge of the notebook area \*/ padding-top: 20px; margin: 0px; outline: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; min-height: 100%; } @media not print { #notebook-container { padding: 15px; background-color: #fff; min-height: 0; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } } @media print { #notebook-container { width: 100%; } } div.ui-widget-content { border: 1px solid #ababab; outline: none; } pre.dialog { background-color: #f7f7f7; border: 1px solid #ddd; border-radius: 2px; padding: 0.4em; padding-left: 2em; } p.dialog { padding: 0.2em; } /\* Word-wrap output correctly. This is the CSS3 spelling, though Firefox seems to not honor it correctly. Webkit browsers (Chrome, rekonq, Safari) do. \*/ pre, code, kbd, samp { white-space: pre-wrap; } #fonttest { font-family: monospace; } p { margin-bottom: 0; } .end\_space { min-height: 100px; transition: height .2s ease; } .notebook\_app > #header { -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } @media not print { .notebook\_app { background-color: #EEE; } } kbd { border-style: solid; border-width: 1px; box-shadow: none; margin: 2px; padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 1px; } .jupyter-keybindings { padding: 1px; line-height: 24px; border-bottom: 1px solid gray; } .jupyter-keybindings input { margin: 0; padding: 0; border: none; } .jupyter-keybindings i { padding: 6px; } .well code { background-color: #ffffff; border-color: #ababab; border-width: 1px; border-style: solid; padding: 2px; padding-top: 1px; padding-bottom: 1px; } /\* CSS for the cell toolbar \*/ .celltoolbar { border: thin solid #CFCFCF; border-bottom: none; background: #EEE; border-radius: 2px 2px 0px 0px; width: 100%; height: 29px; padding-right: 4px; /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; /\* Old browsers \*/ -webkit-box-pack: end; -moz-box-pack: end; box-pack: end; /\* Modern browsers \*/ justify-content: flex-end; display: -webkit-flex; } @media print { .celltoolbar { display: none; } } .ctb\_hideshow { display: none; vertical-align: bottom; } /\* ctb\_show is added to the ctb\_hideshow div to show the cell toolbar. Cell toolbars are only shown when the ctb\_global\_show class is also set. \*/ .ctb\_global\_show .ctb\_show.ctb\_hideshow { display: block; } .ctb\_global\_show .ctb\_show + .input\_area, .ctb\_global\_show .ctb\_show + div.text\_cell\_input, .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border-top-right-radius: 0px; border-top-left-radius: 0px; } .ctb\_global\_show .ctb\_show ~ div.text\_cell\_render { border: 1px solid #cfcfcf; } .celltoolbar { font-size: 87%; padding-top: 3px; } .celltoolbar select { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; width: inherit; font-size: inherit; height: 22px; padding: 0px; display: inline-block; } .celltoolbar select:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .celltoolbar select::-moz-placeholder { color: #999; opacity: 1; } .celltoolbar select:-ms-input-placeholder { color: #999; } .celltoolbar select::-webkit-input-placeholder { color: #999; } .celltoolbar select::-ms-expand { border: 0; background-color: transparent; } .celltoolbar select[disabled], .celltoolbar select[readonly], fieldset[disabled] .celltoolbar select { background-color: #eeeeee; opacity: 1; } .celltoolbar select[disabled], fieldset[disabled] .celltoolbar select { cursor: not-allowed; } textarea.celltoolbar select { height: auto; } select.celltoolbar select { height: 30px; line-height: 30px; } textarea.celltoolbar select, select[multiple].celltoolbar select { height: auto; } .celltoolbar label { margin-left: 5px; margin-right: 5px; } .tags\_button\_container { width: 100%; display: flex; } .tag-container { display: flex; flex-direction: row; flex-grow: 1; overflow: hidden; position: relative; } .tag-container > \* { margin: 0 4px; } .remove-tag-btn { margin-left: 4px; } .tags-input { display: flex; } .cell-tag:last-child:after { content: ""; position: absolute; right: 0; width: 40px; height: 100%; /\* Fade to background color of cell toolbar \*/ background: linear-gradient(to right, rgba(0, 0, 0, 0), #EEE); } .tags-input > \* { margin-left: 4px; } .cell-tag, .tags-input input, .tags-input button { display: block; width: 100%; height: 32px; padding: 6px 12px; font-size: 13px; line-height: 1.42857143; color: #555555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 1px; box-shadow: none; width: inherit; font-size: inherit; height: 22px; line-height: 22px; padding: 0px 4px; display: inline-block; } .cell-tag:focus, .tags-input input:focus, .tags-input button:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .cell-tag::-moz-placeholder, .tags-input input::-moz-placeholder, .tags-input button::-moz-placeholder { color: #999; opacity: 1; } .cell-tag:-ms-input-placeholder, .tags-input input:-ms-input-placeholder, .tags-input button:-ms-input-placeholder { color: #999; } .cell-tag::-webkit-input-placeholder, .tags-input input::-webkit-input-placeholder, .tags-input button::-webkit-input-placeholder { color: #999; } .cell-tag::-ms-expand, .tags-input input::-ms-expand, .tags-input button::-ms-expand { border: 0; background-color: transparent; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], .cell-tag[readonly], .tags-input input[readonly], .tags-input button[readonly], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { background-color: #eeeeee; opacity: 1; } .cell-tag[disabled], .tags-input input[disabled], .tags-input button[disabled], fieldset[disabled] .cell-tag, fieldset[disabled] .tags-input input, fieldset[disabled] .tags-input button { cursor: not-allowed; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button { height: auto; } select.cell-tag, select.tags-input input, select.tags-input button { height: 30px; line-height: 30px; } textarea.cell-tag, textarea.tags-input input, textarea.tags-input button, select[multiple].cell-tag, select[multiple].tags-input input, select[multiple].tags-input button { height: auto; } .cell-tag, .tags-input button { padding: 0px 4px; } .cell-tag { background-color: #fff; white-space: nowrap; } .tags-input input[type=text]:focus { outline: none; box-shadow: none; border-color: #ccc; } .completions { position: absolute; z-index: 110; overflow: hidden; border: 1px solid #ababab; border-radius: 2px; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; line-height: 1; } .completions select { background: white; outline: none; border: none; padding: 0px; margin: 0px; overflow: auto; font-family: monospace; font-size: 110%; color: #000; width: auto; } .completions select option.context { color: #286090; } #kernel\_logo\_widget .current\_kernel\_logo { display: none; margin-top: -1px; margin-bottom: -1px; width: 32px; height: 32px; } [dir="rtl"] #kernel\_logo\_widget { float: left !important; float: left; } .modal .modal-body .move-path { display: flex; flex-direction: row; justify-content: space; align-items: center; } .modal .modal-body .move-path .server-root { padding-right: 20px; } .modal .modal-body .move-path .path-input { flex: 1; } #menubar { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 1px; } #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; margin-bottom: 0px; } #menubar .navbar-toggle { float: left; padding-top: 7px; padding-bottom: 7px; border: none; } #menubar .navbar-collapse { clear: left; } [dir="rtl"] #menubar .navbar-toggle { float: right; } [dir="rtl"] #menubar .navbar-collapse { clear: right; } [dir="rtl"] #menubar .navbar-nav { float: right; } [dir="rtl"] #menubar .nav { padding-right: 0px; } [dir="rtl"] #menubar .navbar-nav > li { float: right; } [dir="rtl"] #menubar .navbar-right { float: left !important; } [dir="rtl"] ul.dropdown-menu { text-align: right; left: auto; } [dir="rtl"] ul#new-menu.dropdown-menu { right: auto; left: 0; } .nav-wrapper { border-bottom: 1px solid #e7e7e7; } i.menu-icon { padding-top: 4px; } [dir="rtl"] i.menu-icon.pull-right { float: left !important; float: left; } ul#help\_menu li a { overflow: hidden; padding-right: 2.2em; } ul#help\_menu li a i { margin-right: -1.2em; } [dir="rtl"] ul#help\_menu li a { padding-left: 2.2em; } [dir="rtl"] ul#help\_menu li a i { margin-right: 0; margin-left: -1.2em; } [dir="rtl"] ul#help\_menu li a i.pull-right { float: left !important; float: left; } .dropdown-submenu { position: relative; } .dropdown-submenu > .dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; } [dir="rtl"] .dropdown-submenu > .dropdown-menu { right: 100%; margin-right: -1px; } .dropdown-submenu:hover > .dropdown-menu { display: block; } .dropdown-submenu > a:after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; content: "\f0da"; float: right; color: #333333; margin-top: 2px; margin-right: -10px; } .dropdown-submenu > a:after.fa-pull-left { margin-right: .3em; } .dropdown-submenu > a:after.fa-pull-right { margin-left: .3em; } .dropdown-submenu > a:after.pull-left { margin-right: .3em; } .dropdown-submenu > a:after.pull-right { margin-left: .3em; } [dir="rtl"] .dropdown-submenu > a:after { float: left; content: "\f0d9"; margin-right: 0; margin-left: -10px; } .dropdown-submenu:hover > a:after { color: #262626; } .dropdown-submenu.pull-left { float: none; } .dropdown-submenu.pull-left > .dropdown-menu { left: -100%; margin-left: 10px; } #notification\_area { float: right !important; float: right; z-index: 10; } [dir="rtl"] #notification\_area { float: left !important; float: left; } .indicator\_area { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] .indicator\_area { float: left !important; float: left; } #kernel\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; border-left: 1px solid; } #kernel\_indicator .kernel\_indicator\_name { padding-left: 5px; padding-right: 5px; } [dir="rtl"] #kernel\_indicator { float: left !important; float: left; border-left: 0; border-right: 1px solid; } #modal\_indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; } [dir="rtl"] #modal\_indicator { float: left !important; float: left; } #readonly-indicator { float: right !important; float: right; color: #777; margin-left: 5px; margin-right: 5px; width: 11px; z-index: 10; text-align: center; width: auto; margin-top: 2px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; display: none; } .modal\_indicator:before { width: 1.28571429em; text-align: center; } .edit\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f040"; } .edit\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .edit\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .edit\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: ' '; } .command\_mode .modal\_indicator:before.fa-pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.fa-pull-right { margin-left: .3em; } .command\_mode .modal\_indicator:before.pull-left { margin-right: .3em; } .command\_mode .modal\_indicator:before.pull-right { margin-left: .3em; } .kernel\_idle\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f10c"; } .kernel\_idle\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_idle\_icon:before.pull-left { margin-right: .3em; } .kernel\_idle\_icon:before.pull-right { margin-left: .3em; } .kernel\_busy\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f111"; } .kernel\_busy\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_busy\_icon:before.pull-left { margin-right: .3em; } .kernel\_busy\_icon:before.pull-right { margin-left: .3em; } .kernel\_dead\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f1e2"; } .kernel\_dead\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_dead\_icon:before.pull-left { margin-right: .3em; } .kernel\_dead\_icon:before.pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f127"; } .kernel\_disconnected\_icon:before.fa-pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.fa-pull-right { margin-left: .3em; } .kernel\_disconnected\_icon:before.pull-left { margin-right: .3em; } .kernel\_disconnected\_icon:before.pull-right { margin-left: .3em; } .notification\_widget { color: #777; z-index: 10; background: rgba(240, 240, 240, 0.5); margin-right: 4px; color: #333; background-color: #fff; border-color: #ccc; } .notification\_widget:focus, .notification\_widget.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; } .notification\_widget:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { color: #333; background-color: #e6e6e6; border-color: #adadad; } .notification\_widget:active:hover, .notification\_widget.active:hover, .open > .dropdown-toggle.notification\_widget:hover, .notification\_widget:active:focus, .notification\_widget.active:focus, .open > .dropdown-toggle.notification\_widget:focus, .notification\_widget:active.focus, .notification\_widget.active.focus, .open > .dropdown-toggle.notification\_widget.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; } .notification\_widget:active, .notification\_widget.active, .open > .dropdown-toggle.notification\_widget { background-image: none; } .notification\_widget.disabled:hover, .notification\_widget[disabled]:hover, fieldset[disabled] .notification\_widget:hover, .notification\_widget.disabled:focus, .notification\_widget[disabled]:focus, fieldset[disabled] .notification\_widget:focus, .notification\_widget.disabled.focus, .notification\_widget[disabled].focus, fieldset[disabled] .notification\_widget.focus { background-color: #fff; border-color: #ccc; } .notification\_widget .badge { color: #fff; background-color: #333; } .notification\_widget.warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning:focus, .notification\_widget.warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; } .notification\_widget.warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .notification\_widget.warning:active:hover, .notification\_widget.warning.active:hover, .open > .dropdown-toggle.notification\_widget.warning:hover, .notification\_widget.warning:active:focus, .notification\_widget.warning.active:focus, .open > .dropdown-toggle.notification\_widget.warning:focus, .notification\_widget.warning:active.focus, .notification\_widget.warning.active.focus, .open > .dropdown-toggle.notification\_widget.warning.focus { color: #fff; background-color: #d58512; border-color: #985f0d; } .notification\_widget.warning:active, .notification\_widget.warning.active, .open > .dropdown-toggle.notification\_widget.warning { background-image: none; } .notification\_widget.warning.disabled:hover, .notification\_widget.warning[disabled]:hover, fieldset[disabled] .notification\_widget.warning:hover, .notification\_widget.warning.disabled:focus, .notification\_widget.warning[disabled]:focus, fieldset[disabled] .notification\_widget.warning:focus, .notification\_widget.warning.disabled.focus, .notification\_widget.warning[disabled].focus, fieldset[disabled] .notification\_widget.warning.focus { background-color: #f0ad4e; border-color: #eea236; } .notification\_widget.warning .badge { color: #f0ad4e; background-color: #fff; } .notification\_widget.success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success:focus, .notification\_widget.success.focus { color: #fff; background-color: #449d44; border-color: #255625; } .notification\_widget.success:hover { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { color: #fff; background-color: #449d44; border-color: #398439; } .notification\_widget.success:active:hover, .notification\_widget.success.active:hover, .open > .dropdown-toggle.notification\_widget.success:hover, .notification\_widget.success:active:focus, .notification\_widget.success.active:focus, .open > .dropdown-toggle.notification\_widget.success:focus, .notification\_widget.success:active.focus, .notification\_widget.success.active.focus, .open > .dropdown-toggle.notification\_widget.success.focus { color: #fff; background-color: #398439; border-color: #255625; } .notification\_widget.success:active, .notification\_widget.success.active, .open > .dropdown-toggle.notification\_widget.success { background-image: none; } .notification\_widget.success.disabled:hover, .notification\_widget.success[disabled]:hover, fieldset[disabled] .notification\_widget.success:hover, .notification\_widget.success.disabled:focus, .notification\_widget.success[disabled]:focus, fieldset[disabled] .notification\_widget.success:focus, .notification\_widget.success.disabled.focus, .notification\_widget.success[disabled].focus, fieldset[disabled] .notification\_widget.success.focus { background-color: #5cb85c; border-color: #4cae4c; } .notification\_widget.success .badge { color: #5cb85c; background-color: #fff; } .notification\_widget.info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info:focus, .notification\_widget.info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; } .notification\_widget.info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .notification\_widget.info:active:hover, .notification\_widget.info.active:hover, .open > .dropdown-toggle.notification\_widget.info:hover, .notification\_widget.info:active:focus, .notification\_widget.info.active:focus, .open > .dropdown-toggle.notification\_widget.info:focus, .notification\_widget.info:active.focus, .notification\_widget.info.active.focus, .open > .dropdown-toggle.notification\_widget.info.focus { color: #fff; background-color: #269abc; border-color: #1b6d85; } .notification\_widget.info:active, .notification\_widget.info.active, .open > .dropdown-toggle.notification\_widget.info { background-image: none; } .notification\_widget.info.disabled:hover, .notification\_widget.info[disabled]:hover, fieldset[disabled] .notification\_widget.info:hover, .notification\_widget.info.disabled:focus, .notification\_widget.info[disabled]:focus, fieldset[disabled] .notification\_widget.info:focus, .notification\_widget.info.disabled.focus, .notification\_widget.info[disabled].focus, fieldset[disabled] .notification\_widget.info.focus { background-color: #5bc0de; border-color: #46b8da; } .notification\_widget.info .badge { color: #5bc0de; background-color: #fff; } .notification\_widget.danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger:focus, .notification\_widget.danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; } .notification\_widget.danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .notification\_widget.danger:active:hover, .notification\_widget.danger.active:hover, .open > .dropdown-toggle.notification\_widget.danger:hover, .notification\_widget.danger:active:focus, .notification\_widget.danger.active:focus, .open > .dropdown-toggle.notification\_widget.danger:focus, .notification\_widget.danger:active.focus, .notification\_widget.danger.active.focus, .open > .dropdown-toggle.notification\_widget.danger.focus { color: #fff; background-color: #ac2925; border-color: #761c19; } .notification\_widget.danger:active, .notification\_widget.danger.active, .open > .dropdown-toggle.notification\_widget.danger { background-image: none; } .notification\_widget.danger.disabled:hover, .notification\_widget.danger[disabled]:hover, fieldset[disabled] .notification\_widget.danger:hover, .notification\_widget.danger.disabled:focus, .notification\_widget.danger[disabled]:focus, fieldset[disabled] .notification\_widget.danger:focus, .notification\_widget.danger.disabled.focus, .notification\_widget.danger[disabled].focus, fieldset[disabled] .notification\_widget.danger.focus { background-color: #d9534f; border-color: #d43f3a; } .notification\_widget.danger .badge { color: #d9534f; background-color: #fff; } div#pager { background-color: #fff; font-size: 14px; line-height: 20px; overflow: hidden; display: none; position: fixed; bottom: 0px; width: 100%; max-height: 50%; padding-top: 8px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); /\* Display over codemirror \*/ z-index: 100; /\* Hack which prevents jquery ui resizable from changing top. \*/ top: auto !important; } div#pager pre { line-height: 1.21429em; color: #000; background-color: #f7f7f7; padding: 0.4em; } div#pager #pager-button-area { position: absolute; top: 8px; right: 20px; } div#pager #pager-contents { position: relative; overflow: auto; width: 100%; height: 100%; } div#pager #pager-contents #pager-container { position: relative; padding: 15px 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } div#pager .ui-resizable-handle { top: 0px; height: 8px; background: #f7f7f7; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; /\* This injects handle bars (a short, wide = symbol) for the resize handle. \*/ } div#pager .ui-resizable-handle::after { content: ''; top: 2px; left: 50%; height: 3px; width: 30px; margin-left: -15px; position: absolute; border-top: 1px solid #cfcfcf; } .quickhelp { /\* Old browsers \*/ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-align: stretch; display: -moz-box; -moz-box-orient: horizontal; -moz-box-align: stretch; display: box; box-orient: horizontal; box-align: stretch; /\* Modern browsers \*/ display: flex; flex-direction: row; align-items: stretch; line-height: 1.8em; } .shortcut\_key { display: inline-block; width: 21ex; text-align: right; font-family: monospace; } .shortcut\_descr { display: inline-block; /\* Old browsers \*/ -webkit-box-flex: 1; -moz-box-flex: 1; box-flex: 1; /\* Modern browsers \*/ flex: 1; } span.save\_widget { height: 30px; margin-top: 4px; display: flex; justify-content: flex-start; align-items: baseline; width: 50%; flex: 1; } span.save\_widget span.filename { height: 100%; line-height: 1em; margin-left: 16px; border: none; font-size: 146.5%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; border-radius: 2px; } span.save\_widget span.filename:hover { background-color: #e6e6e6; } [dir="rtl"] span.save\_widget.pull-left { float: right !important; float: right; } [dir="rtl"] span.save\_widget span.filename { margin-left: 0; margin-right: 16px; } span.checkpoint\_status, span.autosave\_status { font-size: small; white-space: nowrap; padding: 0 5px; } @media (max-width: 767px) { span.save\_widget { font-size: small; padding: 0 0 0 5px; } span.checkpoint\_status, span.autosave\_status { display: none; } } @media (min-width: 768px) and (max-width: 991px) { span.checkpoint\_status { display: none; } span.autosave\_status { font-size: x-small; } } .toolbar { padding: 0px; margin-left: -5px; margin-top: 2px; margin-bottom: 5px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } .toolbar select, .toolbar label { width: auto; vertical-align: middle; margin-right: 2px; margin-bottom: 0px; display: inline; font-size: 92%; margin-left: 0.3em; margin-right: 0.3em; padding: 0px; padding-top: 3px; } .toolbar .btn { padding: 2px 8px; } .toolbar .btn-group { margin-top: 0px; margin-left: 5px; } .toolbar-btn-label { margin-left: 6px; } #maintoolbar { margin-bottom: -3px; margin-top: -8px; border: 0px; min-height: 27px; margin-left: 0px; padding-top: 11px; padding-bottom: 3px; } #maintoolbar .navbar-text { float: none; vertical-align: middle; text-align: right; margin-left: 5px; margin-right: 0px; margin-top: 0px; } .select-xs { height: 24px; } [dir="rtl"] .btn-group > .btn, .btn-group-vertical > .btn { float: right; } .pulse, .dropdown-menu > li > a.pulse, li.pulse > a.dropdown-toggle, li.pulse.open > a.dropdown-toggle { background-color: #F37626; color: white; } /\*\* \* Primary styles \* \* Author: Jupyter Development Team \*/ /\*\* WARNING IF YOU ARE EDITTING THIS FILE, if this is a .css file, It has a lot \* of chance of beeing generated from the ../less/[samename].less file, you can \* try to get back the less file by reverting somme commit in history \*\*/ /\* \* We'll try to get something pretty, so we \* have some strange css to have the scroll bar on \* the left with fix button on the top right of the tooltip \*/ @-moz-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-webkit-keyframes fadeOut { from { opacity: 1; } to { opacity: 0; } } @-moz-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } /\*properties of tooltip after "expand"\*/ .bigtooltip { overflow: auto; height: 200px; -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; } /\*properties of tooltip before "expand"\*/ .smalltooltip { -webkit-transition-property: height; -webkit-transition-duration: 500ms; -moz-transition-property: height; -moz-transition-duration: 500ms; transition-property: height; transition-duration: 500ms; text-overflow: ellipsis; overflow: hidden; height: 80px; } .tooltipbuttons { position: absolute; padding-right: 15px; top: 0px; right: 0px; } .tooltiptext { /\*avoid the button to overlap on some docstring\*/ padding-right: 30px; } .ipython\_tooltip { max-width: 700px; /\*fade-in animation when inserted\*/ -webkit-animation: fadeOut 400ms; -moz-animation: fadeOut 400ms; animation: fadeOut 400ms; -webkit-animation: fadeIn 400ms; -moz-animation: fadeIn 400ms; animation: fadeIn 400ms; vertical-align: middle; background-color: #f7f7f7; overflow: visible; border: #ababab 1px solid; outline: none; padding: 3px; margin: 0px; padding-left: 7px; font-family: monospace; min-height: 50px; -moz-box-shadow: 0px 6px 10px -1px #adadad; -webkit-box-shadow: 0px 6px 10px -1px #adadad; box-shadow: 0px 6px 10px -1px #adadad; border-radius: 2px; position: absolute; z-index: 1000; } .ipython\_tooltip a { float: right; } .ipython\_tooltip .tooltiptext pre { border: 0; border-radius: 0; font-size: 100%; background-color: #f7f7f7; } .pretooltiparrow { left: 0px; margin: 0px; top: -16px; width: 40px; height: 16px; overflow: hidden; position: absolute; } .pretooltiparrow:before { background-color: #f7f7f7; border: 1px #ababab solid; z-index: 11; content: ""; position: absolute; left: 15px; top: 10px; width: 25px; height: 25px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); } ul.typeahead-list i { margin-left: -10px; width: 18px; } [dir="rtl"] ul.typeahead-list i { margin-left: 0; margin-right: -10px; } ul.typeahead-list { max-height: 80vh; overflow: auto; } ul.typeahead-list > li > a { /\*\* Firefox bug \*\*/ /\* see https://github.com/jupyter/notebook/issues/559 \*/ white-space: normal; } ul.typeahead-list > li > a.pull-right { float: left !important; float: left; } [dir="rtl"] .typeahead-list { text-align: right; } .cmd-palette .modal-body { padding: 7px; } .cmd-palette form { background: white; } .cmd-palette input { outline: none; } .no-shortcut { min-width: 20px; color: transparent; } [dir="rtl"] .no-shortcut.pull-right { float: left !important; float: left; } [dir="rtl"] .command-shortcut.pull-right { float: left !important; float: left; } .command-shortcut:before { content: "(command mode)"; padding-right: 3px; color: #777777; } .edit-shortcut:before { content: "(edit)"; padding-right: 3px; color: #777777; } [dir="rtl"] .edit-shortcut.pull-right { float: left !important; float: left; } #find-and-replace #replace-preview .match, #find-and-replace #replace-preview .insert { background-color: #BBDEFB; border-color: #90CAF9; border-style: solid; border-width: 1px; border-radius: 0px; } [dir="ltr"] #find-and-replace .input-group-btn + .form-control { border-left: none; } [dir="rtl"] #find-and-replace .input-group-btn + .form-control { border-right: none; } #find-and-replace #replace-preview .replace .match { background-color: #FFCDD2; border-color: #EF9A9A; border-radius: 0px; } #find-and-replace #replace-preview .replace .insert { background-color: #C8E6C9; border-color: #A5D6A7; border-radius: 0px; } #find-and-replace #replace-preview { max-height: 60vh; overflow: auto; } #find-and-replace #replace-preview pre { padding: 5px 10px; } .terminal-app { background: #EEE; } .terminal-app #header { background: #fff; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.2); } .terminal-app .terminal { width: 100%; float: left; font-family: monospace; color: white; background: black; padding: 0.4em; border-radius: 2px; -webkit-box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); box-shadow: 0px 0px 12px 1px rgba(87, 87, 87, 0.4); } .terminal-app .terminal, .terminal-app .terminal dummy-screen { line-height: 1em; font-size: 14px; } .terminal-app .terminal .xterm-rows { padding: 10px; } .terminal-app .terminal-cursor { color: black; background: white; } .terminal-app #terminado-container { margin-top: 20px; } /\*# sourceMappingURL=style.min.css.map \*/ .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /\* Comment \*/ .highlight .err { border: 1px solid #FF0000 } /\* Error \*/ .highlight .k { color: #008000; font-weight: bold } /\* Keyword \*/ .highlight .o { color: #666666 } /\* Operator \*/ .highlight .ch { color: #408080; font-style: italic } /\* Comment.Hashbang \*/ .highlight .cm { color: #408080; font-style: italic } /\* Comment.Multiline \*/ .highlight .cp { color: #BC7A00 } /\* Comment.Preproc \*/ .highlight .cpf { color: #408080; font-style: italic } /\* Comment.PreprocFile \*/ .highlight .c1 { color: #408080; font-style: italic } /\* Comment.Single \*/ .highlight .cs { color: #408080; font-style: italic } /\* Comment.Special \*/ .highlight .gd { color: #A00000 } /\* Generic.Deleted \*/ .highlight .ge { font-style: italic } /\* Generic.Emph \*/ .highlight .gr { color: #FF0000 } /\* Generic.Error \*/ .highlight .gh { color: #000080; font-weight: bold } /\* Generic.Heading \*/ .highlight .gi { color: #00A000 } /\* Generic.Inserted \*/ .highlight .go { color: #888888 } /\* Generic.Output \*/ .highlight .gp { color: #000080; font-weight: bold } /\* Generic.Prompt \*/ .highlight .gs { font-weight: bold } /\* Generic.Strong \*/ .highlight .gu { color: #800080; font-weight: bold } /\* Generic.Subheading \*/ .highlight .gt { color: #0044DD } /\* Generic.Traceback \*/ .highlight .kc { color: #008000; font-weight: bold } /\* Keyword.Constant \*/ .highlight .kd { color: #008000; font-weight: bold } /\* Keyword.Declaration \*/ .highlight .kn { color: #008000; font-weight: bold } /\* Keyword.Namespace \*/ .highlight .kp { color: #008000 } /\* Keyword.Pseudo \*/ .highlight .kr { color: #008000; font-weight: bold } /\* Keyword.Reserved \*/ .highlight .kt { color: #B00040 } /\* Keyword.Type \*/ .highlight .m { color: #666666 } /\* Literal.Number \*/ .highlight .s { color: #BA2121 } /\* Literal.String \*/ .highlight .na { color: #7D9029 } /\* Name.Attribute \*/ .highlight .nb { color: #008000 } /\* Name.Builtin \*/ .highlight .nc { color: #0000FF; font-weight: bold } /\* Name.Class \*/ .highlight .no { color: #880000 } /\* Name.Constant \*/ .highlight .nd { color: #AA22FF } /\* Name.Decorator \*/ .highlight .ni { color: #999999; font-weight: bold } /\* Name.Entity \*/ .highlight .ne { color: #D2413A; font-weight: bold } /\* Name.Exception \*/ .highlight .nf { color: #0000FF } /\* Name.Function \*/ .highlight .nl { color: #A0A000 } /\* Name.Label \*/ .highlight .nn { color: #0000FF; font-weight: bold } /\* Name.Namespace \*/ .highlight .nt { color: #008000; font-weight: bold } /\* Name.Tag \*/ .highlight .nv { color: #19177C } /\* Name.Variable \*/ .highlight .ow { color: #AA22FF; font-weight: bold } /\* Operator.Word \*/ .highlight .w { color: #bbbbbb } /\* Text.Whitespace \*/ .highlight .mb { color: #666666 } /\* Literal.Number.Bin \*/ .highlight .mf { color: #666666 } /\* Literal.Number.Float \*/ .highlight .mh { color: #666666 } /\* Literal.Number.Hex \*/ .highlight .mi { color: #666666 } /\* Literal.Number.Integer \*/ .highlight .mo { color: #666666 } /\* Literal.Number.Oct \*/ .highlight .sa { color: #BA2121 } /\* Literal.String.Affix \*/ .highlight .sb { color: #BA2121 } /\* Literal.String.Backtick \*/ .highlight .sc { color: #BA2121 } /\* Literal.String.Char \*/ .highlight .dl { color: #BA2121 } /\* Literal.String.Delimiter \*/ .highlight .sd { color: #BA2121; font-style: italic } /\* Literal.String.Doc \*/ .highlight .s2 { color: #BA2121 } /\* Literal.String.Double \*/ .highlight .se { color: #BB6622; font-weight: bold } /\* Literal.String.Escape \*/ .highlight .sh { color: #BA2121 } /\* Literal.String.Heredoc \*/ .highlight .si { color: #BB6688; font-weight: bold } /\* Literal.String.Interpol \*/ .highlight .sx { color: #008000 } /\* Literal.String.Other \*/ .highlight .sr { color: #BB6688 } /\* Literal.String.Regex \*/ .highlight .s1 { color: #BA2121 } /\* Literal.String.Single \*/ .highlight .ss { color: #19177C } /\* Literal.String.Symbol \*/ .highlight .bp { color: #008000 } /\* Name.Builtin.Pseudo \*/ .highlight .fm { color: #0000FF } /\* Name.Function.Magic \*/ .highlight .vc { color: #19177C } /\* Name.Variable.Class \*/ .highlight .vg { color: #19177C } /\* Name.Variable.Global \*/ .highlight .vi { color: #19177C } /\* Name.Variable.Instance \*/ .highlight .vm { color: #19177C } /\* Name.Variable.Magic \*/ .highlight .il { color: #666666 } /\* Literal.Number.Integer.Long \*/ /\* Overrides of notebook CSS for static HTML export \*/ body { overflow: visible; padding: 8px; } div#notebook { overflow: visible; border-top: none; }@media print { div.cell { display: block; page-break-inside: avoid; } div.output\_wrapper { display: block; page-break-inside: avoid; } div.output { display: block; page-break-inside: avoid; } } Introduction[¶](#Introduction) ------------------------------ This tutorial illustrates the spectra computation for standard and pure B modes. We will only use the `HEALPIX` pixellisation to pass through the different steps of generation. The `HEALPIX` survey mask is a disk centered on longitude 30° and latitude 50° with a radius of 25 radians. The `nside` value is set to 512 for this tutorial to reduce computation time. Preamble[¶](#Preamble) ---------------------- `matplotlib` magic In [1]: ``` %matplotlib inline ``` Versions used for this tutorial In [2]: ``` import numpy as np import matplotlib as mpl import matplotlib.pyplot as plt import healpy as hp import pspy print(" Numpy :", np.\_\_version\_\_) print("Matplotlib :", mpl.\_\_version\_\_) print(" healpy :", hp.\_\_version\_\_) print(" pspy :", pspy.\_\_version\_\_) ``` ``` Numpy : 1.18.0 Matplotlib : 3.1.2 healpy : 1.13.0 pspy : 1.2.0+4.gcb26dc1 ``` Get default data dir from `pspy` and set Planck colormap as default In [3]: ``` from pixell import colorize colorize.mpl\_setdefault("planck") ``` Generation of the templates, mask and apodisation type[¶](#Generation-of-the-templates,-mask-and-apodisation-type) ------------------------------------------------------------------------------------------------------------------ We start by specifying the `HEALPIX` survey parameters namely longitude, latitude and patch size. The `nside` value is set to 512. In [4]: ``` lon, lat = 30, 50 radius = 25 nside = 512 ``` Given the `nside` value, we can set the $\ell$max value In [5]: ``` lmax = 3 \* nside - 1 ``` For this example, we will make use of 3 components : Temperature (spin 0) and polarisation Q and U (spin 2) In [6]: ``` ncomp = 3 ``` Given the parameters, we can generate the `HEALPIX` template as follow In [7]: ``` from pspy import so\_map template = so\_map.healpix\_template(ncomp, nside) ``` We also define the binary template for the window function pixels In [8]: ``` binary = so\_map.healpix\_template(ncomp=1, nside=nside) vec = hp.pixelfunc.ang2vec(lon, lat, lonlat=True) disc = hp.query\_disc(nside, vec, radius=radius\*np.pi/180) binary.data[disc] = 1 ``` Generation of spectra[¶](#Generation-of-spectra) ------------------------------------------------ ### Generate window[¶](#Generate-window) We then create an apodisation for the survey mask. We use a C1 apodisation with an apodisation size of 5 degrees In [9]: ``` from pspy import so\_window window = so\_window.create\_apodization(binary, apo\_type="C1", apo\_radius\_degree=5) hp.mollview(window.data, title=None) ``` ![](data:image/png;base64,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 ) We can also have a look to the corresponding spin 1 and spin 2 window functions In [10]: ``` niter = 3 w1\_plus, w1\_minus, w2\_plus, w2\_minus = so\_window.get\_spinned\_windows(window, lmax=lmax, niter=niter) plt.figure(figsize=(8, 8)) kwargs = {"rot": (lon, lat, 0), "xsize": 3500, "reso": 1, "title": None} hp.gnomview(w1\_plus.data, \*\*kwargs, sub=(2, 2, 1)) hp.gnomview(w1\_minus.data, \*\*kwargs, sub=(2, 2, 2)) hp.gnomview(w2\_plus.data, \*\*kwargs, sub=(2, 2, 3)) hp.gnomview(w2\_minus.data, \*\*kwargs, sub=(2, 2, 4)) ``` ![](data:image/png;base64,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 ) ### Binning file[¶](#Binning-file) We create a binning file with the following format : lmin, lmax, lmean In [11]: ``` import os output\_dir = "/tmp/tutorial\_purebb" os.makedirs(output\_dir, exist\_ok=True) binning\_file = os.path.join(output\_dir, "binning.dat") from pspy import pspy\_utils pspy\_utils.create\_binning\_file(bin\_size=50, n\_bins=300, file\_name=binning\_file) ``` ### Compute mode coupling matrix[¶](#Compute-mode-coupling-matrix) For spin 0 and 2 the window need to be a tuple made of two objects: the window used for spin 0 and the one used for spin 2 In [12]: ``` window\_tuple = (window, window) ``` The windows (for `spin0` and `spin2`) are going to couple mode together, we compute a mode coupling matrix in order to undo this effect given the binning file. We do it for both calculations *i.e.* standard and pure B mode In [13]: ``` from pspy import so\_mcm print("computing standard mode coupling matrix") mbb\_inv, Bbl = so\_mcm.mcm\_and\_bbl\_spin0and2(window\_tuple, binning\_file, lmax=lmax, niter=niter, type="Cl") print("computing pure mode coupling matrix") mbb\_inv\_pure, Bbl\_pure = so\_mcm.mcm\_and\_bbl\_spin0and2(window\_tuple, binning\_file, lmax=lmax, niter=niter, type="Cl", pure=True) ``` ``` computing standard mode coupling matrix computing pure mode coupling matrix ``` ### Generation of ΛCDM power spectra[¶](#Generation-of-ΛCDM-power-spectra) We first have to compute $C\_\ell$ data using a cosmology code such as [CAMB](https://camb.readthedocs.io/en/latest/) and we need to install it since this is not a prerequisite of `pspy`. We can do it within this notebook by executing the following command In [14]: ``` %pip install -U camb ``` ``` Requirement already up-to-date: camb in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (1.1.0) Requirement already satisfied, skipping upgrade: scipy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.4.1) Requirement already satisfied, skipping upgrade: six in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.13.0) Requirement already satisfied, skipping upgrade: sympy>=1.0 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from camb) (1.5) Requirement already satisfied, skipping upgrade: numpy>=1.13.3 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from scipy>=1.0->camb) (1.18.0) Requirement already satisfied, skipping upgrade: mpmath>=0.19 in /home/garrido/Workdir/CMB/development/pspy/pyenv/lib/python3.8/site-packages (from sympy>=1.0->camb) (1.1.0) Note: you may need to restart the kernel to use updated packages. ``` To make sure everything goes well, we can import `CAMB` and check its version In [15]: ``` import camb print("CAMB version:", camb.\_\_version\_\_) ``` ``` CAMB version: 1.1.0 ``` Now that `CAMB` is properly installed, we will produce $C\_\ell$ data from $\ell$min=2 to $\ell$max=104 for the following set of $\Lambda$CDM parameters In [16]: ``` ellmin, ellmax = 2, 10\*\*4 ell = np.arange(ellmin, ellmax) cosmo\_params = { "H0": 67.5, "As": 1e-10\*np.exp(3.044), "ombh2": 0.02237, "omch2": 0.1200, "ns": 0.9649, "Alens": 1.0, "tau": 0.0544 } pars = camb.set\_params(\*\*cosmo\_params) pars.set\_for\_lmax(ellmax, lens\_potential\_accuracy=1) results = camb.get\_results(pars) powers = results.get\_cmb\_power\_spectra(pars, CMB\_unit="muK") ``` We finally have to write $C\_\ell$ into a file to feed the `so_map.synfast` function for both pixellisation templates In [17]: ``` cl\_file = os.path.join(output\_dir, "cl\_camb.dat") np.savetxt(cl\_file, np.hstack([ell[:, np.newaxis], powers["total"][ellmin:ellmax]])) ``` Running simulations[¶](#Running-simulations) -------------------------------------------- Given the parameters and data above, we will now simulate `n_sims` simulations to check for mean and variance of BB spectrum. For illustrative purpose, we will only run 10 simulations (~ few minutes) but for reasonable comparisons, you should increase this number to few tens of simulations. We will do it for both calculations (standard and pure) and finally we will graphically compare results We first need to specify the order of the spectra to be used by `pspy` although only BB spectrum will be used In [18]: ``` spectra = ["TT", "TE", "TB", "ET", "BT", "EE", "EB", "BE", "BB"] ``` and we define a dictionnary of methods regarding the calculation type for B mode spectrum In [19]: ``` from pspy import sph\_tools methods = { "standard": {"alm" : sph\_tools.get\_alms, "mbb": mbb\_inv, "bb": []}, "pure": {"alm": sph\_tools.get\_pure\_alms, "mbb": mbb\_inv\_pure, "bb": []} } ``` In [20]: ``` from pspy import so\_spectra n\_sims = 10 for i in range(n\_sims): cmb = template.synfast(cl\_file) for k, v in methods.items(): get\_alm = v.get("alm") alm = get\_alm(cmb, window\_tuple, niter, lmax) ell, ps = so\_spectra.get\_spectra(alm, spectra=spectra) ellb, ps\_dict = so\_spectra.bin\_spectra(ell, ps, binning\_file, lmax, type="Cl", mbb\_inv=v.get("mbb"), spectra=spectra) v["bb"] += [ps\_dict["BB"]] ``` Let's plot the mean results against the theory value for BB spectrum In [21]: ``` for k, v in methods.items(): v["mean"] = np.mean(v.get("bb"), axis=0) v["std"] = np.std(v.get("bb"), axis=0) from pspy import pspy\_utils ell\_th, ps\_theory = pspy\_utils.ps\_lensed\_theory\_to\_dict(cl\_file, output\_type="Cl", lmax=lmax) ps\_theory\_b = so\_mcm.apply\_Bbl(Bbl, ps\_theory, spectra=spectra) ps\_theory\_b\_pure = so\_mcm.apply\_Bbl(Bbl\_pure, ps\_theory, spectra=spectra) fac = ellb \* (ellb + 1) / (2 \* np.pi) facth = ell\_th \* (ell\_th + 1) / (2 \* np.pi) plt.figure(figsize=(7, 6)) grid = plt.GridSpec(4, 1, hspace=0, wspace=0) main = plt.subplot(grid[:3], xticklabels=[], xlim=(0, 2\*nside)) main.plot(ell\_th[:lmax], ps\_theory["BB"][:lmax] \* facth[:lmax], color="grey") main.errorbar(ellb, ps\_theory\_b["BB"] \* fac, color="tab:red", label="binned theory BB") main.errorbar(ellb, ps\_theory\_b\_pure["BB"] \* fac, color="tab:blue", label="binned theory BB pure") main.errorbar(ellb, methods.get("standard").get("mean") \* fac, methods.get("standard").get("std") \* fac, fmt=".", color="tab:red", label="mean BB") main.errorbar(ellb, methods.get("pure").get("mean") \* fac, methods.get("pure").get("std") \* fac, fmt=".", color="tab:blue", label="mean BB pure") main.set(ylim=(-0.07, 0.17), ylabel=r"$D^{BB}\_{\ell}$") plt.legend(title=r"$n\_{\rm sims}=%s$" % n\_sims) ratio = plt.subplot(grid[3], xlim=(0, 2\*nside)) ratio.plot(ellb, methods.get("pure").get("std") / methods.get("standard").get("std"), ".-k") ratio.set(ylabel=r"$\sigma^{\rm pure}\_\ell/ \sigma\_\ell$", xlabel=r"$\ell$"); ratio.axhline(1) ``` Out[21]: ``` <matplotlib.lines.Line2D at 0x7fd338b42c70> ``` ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdIAAAF1CAYAAABceWtgAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAADh0RVh0U29mdHdhcmUAbWF0cGxvdGxpYiB2ZXJzaW9uMy4xLjIsIGh0dHA6Ly9tYXRwbG90bGliLm9yZy8li6FKAAAgAElEQVR4nOzdd3hb5fn/8fctyXvEdvZ2EgJSSCBAGIEAIWGW2ZYAZRQKZfwKFNoyAgWMaWkDHVA62aMDvmxS0paVhBnIAJKQyNmbDCex4z0k3b8/zjEowUkcS7Zk+35dly5ZOkfn3FIcf/Sc85znEVXFGGOMMa3jSXQBxhhjTEdmQWqMMcbEwILUGGOMiYEFqTHGGBMDC1JjjDEmBhakxhhjTAx8iS4gWYhIKbAm0XUYY4xJGoNVtefeVrIg/doaVR2T6CKMMcYkBxGZ25L17NCuMcYYEwMLUmOMMSYGFqTGGGNMDCxIjTHGmBhYkBpjjDExsCA1xhhjYmBBaowxxsTAgtQYY4yJgQWpMcYYEwMLUtOuROQJEdkiIl80s+xUEVkiIstFZHIi6jPGmH1lQWra21PAqbs+KSJe4M/AacAI4HsiMqJ9SzPGmH1nQdpFiMjLIvJLEXlPRNaKyImJqENV3wO2N7PoCGC5qq5U1QbgOeDsdi3OGGNawQat7zpGAR+p6nEi8m3gIuDteG1cRN4HcppZdJOqtmQ//YF1UY/XA0fGozZjjGlLFqRdgIhkAt2AB9ynUoDyXdY5CyhT1fdbsw9VPTamIo0xpoOyIO0aRgDzVDXsPj4I+EJELgTGA5XAUiAiIpcBJwC1wEac0B0JnAecG7X+7apa37SDOLRINwADox4PcJ8zxpiklrTnSPfWg1NEjhORT0UkJCLn7rIsLCKfu7ep7Vd10hoFfB71+CBgATDMvX8QqI9a/oaqXgMcp6p3ALOBA6PXjw5RcFqkqjq6mVtLDx/PAYaLyBARSQUuAOzfzhiT9JIySFvYg3MtcBnwr2Y2URv1h/ysNi22Y9g1SEcCX6jqL4D3gd/gtDybVLj3pe59A5AWvb6IDG9NISLyLDALOEBE1ovIFQCqGgKuA94AgsDzqrqoNfswxpj2lKyHdr/qwQkgIk09OBc3raCqq91lkUQU2JGo6k93eTwUQESuAoYDEZzDshv3tJ1d1t/Wylq+t4dl/wH+05rtGmNMoiRrkMbagzNdROYCIWCKqr7a3EpuMFzlPuzRmkI7MlV9ZC/LL3Dvf+s+9XGbF2WMMR1MsgZprAar6gYRGQpMF5GFqrpi15XcIHkEwA1eY4wxZp8k5TlSYuzBqaob3PuVwEzgkHgWZ4wxxjRJ1iBtdQ9OEckXkTT35x7AMUSdWzXGGGPiKSmDdHc9OEXkHnfgAETkcBFZD0wCHhaRph6eAWCuiMwHZuCcI7UgNcYY0yZEVRNdQ1IQkbmqOibRdRhjjEkOLc2FpGyRGmOMMR2FBakxxhgTAwvSJCUihc1Nfu0ue6yt5+oUkbtF5KZmnj8net8iMlNEEnZIPGo4yPnukJFHu88Xikht1LKPROSARNVpjOm8LEg7IFX9YQI7UJ2DM2xjmxGRfbm+uWk4yIOB24BfRy1bEbXsaeD2eNZpjDFgQZrsfCLyTxEJisiL7nRoO7UCRaRKRO51W10fi0hv9/mnROQhtyW2MnpgfxG5WUTmiMgCESmOev7nIrJURD4AvtF6c1t7Z+GMtfu5iAxzF00Skdnua4911/WKyG+i9nO1+7y4z38hIgtF5Hz3+fEi8r47ycBit4f2jVH7vldEbtjL55ULlLVimTHGtFpnHdko7oL+wIPA6Dhv9vNASfDGPSw/ALhCVT8UkSeAHwG/3WWdLOBjVf25iNwPXAn80l3WFxgH+HGuw31RRE7GGS/3CECAqSJyHFCNc73uaJzfi0+BedE7UtWP3KB7XVVfBBARAJ+qHiEi3wKKgBOBK4Adqnq4e13vhyLyJnCou4+DcYZlnCMi77m7OBQYqaqrRKQQeBl4UEQ8bm1HNPMZZYjI50C6+34nRC0b5i7LATKxicKNMW3AgjS5rVPVD92f/wH8mG8GaQPwuvvzPOCkqGWvqmoEp4XX233uZPf2mfs4GydYc4BXVLUGYB+nn3s5av+FUfs5KKol3M3dzzjgWXdu1M0i8i5wOM6MM7NVdRU4kxKIyDYROQToDXymqs0NlF+rqqPdmscCz4jISHfZiqhl5+MMB3nqPrwvY4zZKwvSFtpLy7Gt7HqRb3MX/Tbq1xcDh9n53zR6zlCJuv+1qj4cvZHow6it0LSf6P0LcL2qvrHLfk7bw3aqd3n8GM5UeX2AJ/ZWhKrOckez6tnM4qnAk3vbhjHG7Cs7R7oPgv7AzKA/MLMddznIbWUBXAh8EIdtvgFcLiLZACLSX0R6Ae8B54hIhojkAGfu5vWVOK3Xluzn/4lIiruf/UUkC2c+0/Pdc6g9geNwJg5vzis4LcjD3e3tkYj4AS/NT/E2DvjGxAXGGBMra5EmtyXAte750cXAX2PdoKq+KSIBYJZ7frMKuFhVPxWR/wPmA1twxjtuznPAoyLyY+Dc3awDTmuyEPhUnB2V4vT4fQUY6+5HgVtUdZMbgrvW2iAiM4By91Bwc5rOkYLTCr5UVcPue2s6Ryo4h8B/uId6jTGmVWyIQFdLhoJqao0GSoLj26Omrs7tZPQpMElVlyW6HmNM12JDBJoOzR30YTnwjoWoMSaZ2aFdk5TcASeGJroOY4zZG2uRGmOMMTGwIDXGGGNiYEFqjDHGxMCC1BhjjImBBWmSsmnUWsamUTPGJJoFaQdk06jtJKHTqO1jrcaYTsiCNLnZNGpf77tNplFz9/ueiEwTkSUi8jd3IAhEpCpqvXNF5Kmoz/ZvIvIJcL+IZInIE+5n8JmInL2XOo0xnYh9m26hwsnTHtxv/I2jAZZPnjYzTpv9fPWU020atcRPo3YETit7DfA/4DvAi7tZt8kA4Gh3OMJfAdNV9XIRyQNmi8jbqrrrIPzGmE7IWqTJbddp1MY1s86u06gVRi17VVUj7mHg5qZR+xQnZIcDx+JOo6aqFTjB21K7m0bt+26QfQJ0Z5dp1FR1M9A0jRrsMo0a0DSN2snsZRo1VfXjDHD/jDu2L3x9aHcYcCPONGrNma2qK93xfJ+l+c95Vy9Ejf97MjDZfa8zcUJ9UAu2YYzpBKxF2kKrp5x+Y9AfGA3tOtauTaPWPtOo7e5zjn4+fQ+1CvBdVV2ytxqNMZ2PtUiTm02j1j7TqB0hIkPcQ8jn8/XnvFlEAu7z397Drt8Arm9qCbutaGNMF2Et0uRm06i1zzRqc4A/AfsBM9waASbjHDYvBeYC2bt5/S+AB4EFbuiuAs7YzbrGmE7GplFziU2jlnSkHaZRE5HxwE2qasFnjNlJS3IB7NCuSVJi06gZYzoIO7RrklJ7TaOmqjNxetoaY0yrWIvUGGOMiYEFqTHGGBMDC1JjjDEmBhakcRb0B2Y29e41xhjT+VmQmma5A7OvcgenLxGRoqhlM90B3j8XZ0D9qxJZqzHGJJIFqdmTm1V1NM4g85eKyJCoZRe5y44B7hOR1IRUaIwxCWZBGn+5wKCgPzB2r2vugTgTU5e4LcOl4kyndqKIfCgiy0TkCHe9Zqfwcl//vjiTXUdPeD3ebVG+6G7/n1GDvO9O0zizzc1mku0+v7uRh4wxplOzII0jNzwPBoYA78QapjhD1v0OZ4YWP854u+OAm/h6kuqf40zhdQRwAs5coVk4w/ydpKqH4owf+1DUdg/BmQ1lBM61msfsZv+/cYfYWw88p6pbopb9U0QW4Axj+Is9DOFnjDGdmgVpfI3n6880xX0ci1WqulBVI8AinFF+FFjIztOVNTeFVwrOmLgLgRdwQrPJbFVd7273c3aeei1a06HdPsDEplat6yJVPcjd100iMjjG92qMMR2SjWwUXzOBCM4g6Y3EPmJO9DRokajHEXaeruwbU3iJyN3AZpwWsgeo2812d5167RtUtUpEZuK0hj/aZVmpiHyKM2n2mr2+I2OM6WSsRRpHgZLgLJxZTVYDE93HbW13U3h1Aza6rc5LcKYXaxUR8eEE5TemIRORTJxDxbuboswYYzo1C9L4qwDWtlOIgjOFVwrOFF6L3McAf8HpaTsf5/xqcx2F9qbpHOkCnMPJL0ct+6e7bB7wlKrOa+0bMMaYjsymUXPFaxo1m2rNGGM6h5ZOo2bnSOPMAtQY0xWceM3D5QBv/+3qvETXkmhJe2hXRE51R89ZLiKTm1l+nHt9ZEhEzt1l2aXutZbLROTS9qvaGGO6hvy6HSnda8uzbpx065WJriXRkrJFKiJe4M/ASTjXMM4RkanuHJVN1gKX4VxTGf3aAqAIGAMoMM99bVl71G6MMclqX1uRxcXFXpzL3wZElP419d4DGirChzRWhI6c3+fQzJB48Wn4kfrv33Uf6b4dPomEvKJ1Xo9We0QrfF52eLyUeXxs9KTKGk+q90ug1L1tKSoqqgOYdNn91R7V1L4123/04Av3PdpGb7/NJGWQAkcAy1V1JYCIPAecDXwVpKq62l0W2eW1pwBvqep2d/lbwKnAs21ftjHGJK/8uh0pHtXUGyfdemV0YBUXF2cCBwEjGiMysrZWjmqsw1/TmJK3QzNkmy+bzWl5VKdkQg6MqltOSLxEPF5CEVif0j1/YcF++XvceRh8VSEywvWkhxtICzfy/v97WHvUlEXm9zrAGxIvvkj4Ef3e5BszveH/ZjfWTi/csn76RTNerdvjdpNAsgZpf2Bd1OP1OJdftPa1/Ztb0R1svWnA9R77WKMxxnQYN0669cr5hUdlfhVYV9x1ciQ7tXtDSEZVRzK7l0mWlKbksjW9GxGPBzKd1+XXVdC7pqzuoMqVpbmN1SuyG2rneSLhtCUFg64LRcAXCeMvW3v72E2LZtT40no2elIKQh5vQaPHlx/yePJDHm+3kMdXEPZ688MeT7dGjy875PFmNHp86Y0eX6riSfsqlIGVmX1HLOy53wjgZymDGvnT9U9T0FAZ6tZYXZMdrtuWGalfmxmpX5DTWPveiE0r3zj7vf9VJvJzheQN0nahqo8Aj4DTOyse2yycPG0mwOopp4+Px/aMMSZW199x3/DKjJx7dgosup+7MGM/ANJCDfSp2RYeWLm5fGTpytW5DdWLujVUzxlQuWXGuI0Lg4GS4K5H/lh92f2XNx2O/c3Lv2v14dgbJ916pU/DjzSF8tDaTf8YVFoWacDrr5XU/lXe9LwdvqyM9Zk9c3ekZefiDMF6PHC9rzDEr69/hu4NFeFujdW12eG67b6Gxv413jTpWV/+v6z6ulfSQg1bMkP1pTkN1VtGbltVmtNYWx0oCbZoSNPMtMwWNbCSNUg3AAOjHg9wn2vpa8fv8tqZcamqCxGRp3B+WXfgDDv4rKoWu8tmAn2BWiANeMD9UmKMSQLFxcXeinrfSdVleucmcg8vyRqe0jt7Oz4N0xRYhZWblo/ctuqVHrXl7x9auvS9Ez79aMe+7OOFp27JiketD75w36NfXP23m7Iba3sWVm66dU/nSC/9ye96ZdVUnyrhyLh6fAfWSsrAak96foUvM2NDZo/sbvVV2Rt7dcc9d/utvtXbvrUmt+9XrxeNkB5qIP3GZ0kLN2pauCGSFmkMp4ZDoRQNNaZEQg2pkXCDT0P1GQ11GeG8vn13V0u0ZA3SOcBwd9quDcAFOAO2t8QbwK9EpOl4/cnAbfEvsUu4WVVfFJF0YLGIPKOqq9xlF6nqXLdz1woReUpVG+K1YxHxqWooXtszprMrLi7OrKj1XFC9Q362nh7+Jdn9PY3dUsirr+SwrUu3F9Zs+vfqip7nhby+lGTr1PP2w9cc0JL1nn7gZ1uAZ9zbN3z/knvfWZfda0LTuduhVRvLRkQ2rgur5IbxZIbxZITxpDXi9YXE62nA623w+Lw13vTUek8K9d4U6jyp1HlTCWxfTUtHWUjKIFXVkIhchxOKXuAJVV0kIvcAc1V1qogcDrwC5ANnikixqh6oqttF5Bc4YQxwT1PHo3aSC+QVTp42dvWU01s9upGIFAL/Az4GjsZ5P08CxUAvnCCb7c708kdgJM4IR3er6mvu6/8ONH1rvE5VPxKR8cDdwFb3NfOAi3XPI3O0aho1EVkNPA+chtN6vVBVl7ut3ddV9UV3vSpVzXZr+wVQhjMa0/4icjHwYyAV+AT4kc00Y4yjuLg4tbzS84PqSs/Na729hi7N7i+Rbl561pRx9OZFXw6q3Pzk4RuD95/18VsV7ksuS2S9ba2gruI5n4YnNLW6u9VW3frgM81/YSguLhacvysZUbc0nKs9KNtUf744fyv3ykY2csVjZKPCydPGAh/gXJ9bC0xsbZi6QbgcZxzbRThBOh+4AjgL+IGqniMivwIWq+o/RCQPmO2+RoGIqtaJyHCcQ7Nj3LB6DTgQ+BL4EKfl+cEu+3+Krw/t7gc8pKq3u8tm4hzarQeGAzeq6sPNvIfVwKOqeq+IfB84T1XP2EuQTgNGquoqEQkA9wPfUdVGEfkL8LGqNvtt1JiuoLi42Lt9u1xVVeu7aXVKzyErcvoJQL+qUvXvWLdiYMXmP52w7tO/jf/0o/q9basziuelNFnpWaur66oL97ZeUrZIO7DxfHMatVjG3F2lqgsB3HF031FVdadGK3TXORk4S0SarqdtmkbtS+BPIjIap7W4f9R2Z6vqene7TdOo7RSkrqZDu9nAOyJytKo2zf7SdGi3J/CRiPxPVZub/eXZqPsHWvCeZ0cdPp4IHIZzHTE43xi37O6FxnRGx1z7ZGWNL803kPI/59fs+O6qtIGD12b3FjKgsGJj5KQNc4KDyjffv3/Zun+c/8HrXf5oTbzO3QLU1Ndsbcl6FqTxNRObRu0bL2/m55BbEyLiwTm80iT68LEAT6uqneM2XU7h5GkyqnL17zdlDcyOiFBOzs80YzDDy9eFT93wyaKBO7bc/Z2l774aKAnaYcUEsyCNo9VTTp9VOHnafCAPuCiWc6T7oGkatevd1uohqvoZzjRq61U14g6TGI9p1P7YzLKmadTu383LzwemuPdNn8dqnJbm8ziHqVN289p3gNdE5AFV3eJ2bMrZTcvXmA7v5+fcIJW52ddvS8n9ac/s/oM2ebuJAioePJEwo7Ytf33qYzecmeg6zc4sSOOvAqhopxAFp3POgzjTqHmAVcAZONOoveSem/wfrZ9G7Q6cFuM7fHMatabLX/Y0jVq+iCzAaQV/z33uUZyAnL+n2lR1sbv/N9331ghci00gbjqRn59zg7cqM/O6rel5P1ky+IhBWzPyxBsJM2LHmtCRG7/Y/sz+p/YK4XSembh27vpE12u+yTobueI1jZoNyPA1t7PRGFVt0XkGY7qK3536A9+X3Xr+ZFNm92tLcgcO2pbRTXzhECN2rAkXNpTO7+Gtvvmux38/PegPjF2cP/iDhT2GychtKxsO3L76hHac67jLs2nUEsQC1BjTnIcnXJC+vMfAWzdk9bgq6D+5X1l6LinhRkZUrA0fU1WyMC+jYbK3f8abRUW/+Kp1EygJzsIfGDeibM14YKaFaHKyIDVtRlULE12DMYnwr2PPXLKw+7CeDd6UIp9XB6/L6nnJooPP6bUjLYfUcCMjKtaEj60u+Tw3O1yU0i/lv0VF93xjCL4mbnhagCYxC1JjjImToD8gTwdOKX75yMv3D3m8+DT8UN/qbWzK7M6IyrWNA6pL5mbl6h0Z/TwzioqK7bxaJ2FBaowxrfTvI0/s+1nP/SaV5hR8tzQ976B1J97SraC2QkKer6cYG1q1ceuROV+ekdVPZxcV3W3h2QlZkBpjTAvMOmhM1id9Rpy+IafnWaWZ+eO+zOzef/Vx1/kavM7VW7kN1QyqLQ33aSwrX6KDukcNU3f7/ffd90mCyzdtyILUGGN2EfQHUj7vsd9Ri7sXTirNzJu4KbP70NUTbkovT88BIDXcyMDaUg6vWl6X66krScmUF/Jyw/+65/d3rQZnarCytJzv5tdXvpRMg8ObtmGXv7jidfmLMaZjmXXkUd1Kehee9Flm4bNV3kwvaOOSvEGpG3J6fbVO39pt9GvYHinw1G5Mz9APc7PDr6RK5KOioqK1CSzdtDG7/MUYY1zzDjk0ff6A/Y/fmNH9zEpvxmGV3ozCcl9W/ra03NRNY2+Ubg1VbMz6ah7L1MNKlzYOjWzdmJkW/jQzl//kZdR/ACwpKirabe9a03VZkBpjOoWgP+D7cL9DjtqY1f3sSl/GkVWe9KHlvqyCbak56VuOv1nK0nN3Wj+vvkoLGisaCuu2lOXUVKavy+6V19RBKDXUOP3pv95xaoLeiulgLEiNMR1KcXGxN3vVlqO3NWZcvd2bNbbCl9l7W0pOxuZTizxN5zCb5NVX0r2hsqGwbsuOEbXr1vpEP6tNTf/f8qy+b336wPlNc3Ry46Rbr/Rp+JGmDkL59ZUvtfsbMx2WBakxJmkVFxdnAKO0tObblTW+M7dK9tB1aX0zVvc6hIFVW8itrybk8RL2+RqH1W4qz6pZsy6F8MJQqu/N9Zm9Xn/ngcvKWrKfB1+471Em3Yp1EDKtYZ2NXNbZyJjEKy4u7hMJ63EN5aGLq2p9x2yRnILV6b3YnFkAQGq4gUFVW+oGV24qe7/vQX1D4sUXCfOtNR9fZeFn4s06Gxljkl5xcXFOfaOcXlceuaayMWXMJinIWpXZh6rMTMiEbvVVOqhq8/ZA+Zo5aQ31/9iQ3fPF1x/7cf2lF//yfyHx9o14vISAsrSc7+LMKmRMu7MgNca0mxOvebg8zdPoHaTl71ZG0o7Z6OuXtyazF6Fs509R/6rS8Iiy1V/m11a8k9tQ84/USGj6va/+4RuHzfLrK1/yafgUO6dpkoEFqTGmzU2++96hZaU80L0+pVuNJ43FaX1O35Dbk6GVX4aO2bxwdfeain/3rd725M3/fXxhS7Zn5zRNMrEgNca0ieLi4tzKBt9V28p8ty5MLeyRpbVs7OFeqxkJ853lM2+5/5UHftPa7bvhaQFqEs6C1BgTN8XFxQKM21aVcueX1d0mzs8q9DTmpjBi+6rGvlVbt6/L7tW76bzm5qzuE4FWB6kxycKC1BgTs+Li4qy6iOfy7eWpdy6J9Oq5OqsP6Zn1jN28aNOoLSuKz1g965GHR511hV2raTojC1JjTKsVFxcPLGtIvbO0PPuyBWmDUiozMulftUXPXvHeB2M2L7nhkvde/axp3Qfh0SOOPfOmhd2H9axNSbvVzmuazsKCdN/kAnlBf2CsO2u9MZ1eczOZ3HX3PQdtqUr767q6nkcHswZCNhyyZWnNwaXLHztlzew7jlw4r7K5bV34/r8PaN/qjWl7NiCDa28X3gb9gbHAB4AHqAUmWpiazu7GSbde+Z/Cox5p6iB0aum835Z3y/v2Ek/vYZvTC+hWX8VRmxatOmzzkjuO/XLBs4GSoP1BMZ2GDcgQf+NxQhQgxX1sQWo6tbK0nO+GxEtTB6E13h43zc8czvCytZGJa+a9M27Dguu/NXv6kkTXaUwiWZC23EwgAgjQ6D42plPL8DZ+6dMwoQj4NEzP2u0NP57/woOnrfqkOFASrEl0fcYkAwvSFgqUBGcF/YH5QB5wkR3WNZ3ZJTc9MHFHbcrzX/QZUzCsbB0Dq0sbBldufuK8pTN+ZIdvjdmZBem+qQAqLERNZ3XhrQ+NbKiMTJufNWQQmXDS+jk7xm5ZfNllb734aqJrMyZZWZAaY/jebX/qqzsa3pyfOXhkfU4q4zYuqDt66+KfHr/y079ZC9SYPbMgNaYLu+DOv2T5ttVMW5w+8PgdudmM2VISGrd10f2nLJ11Z6AkGEl0fcZ0BBakxnRBF975Z59ve/W/VqT0O7c0d7CM2L5aLyid8dQ5wXevCpQEQ4muz5iOxILUmC7knDselfyy7b9f5+l1/bqcQm9hxUa+teGN/5y07JNzx33+SW2i6zOmI7IgNaaLuOLaKT+touDXn+eMTO1dvY0LVk2ffcKaeaee8vHMskTXZkxHZkG6b1KAcKKLMGZfXHHdlPM3h3Me+6LbqOxu9VV8e+0Hy47ctOjkC6ZPXZ3o2ozpDCxIWyjoDxwMHA0sTnQtxuzNpMvur/ZpJNVHuPbD3qNy0sKNnLb+k02jy1acefW0f85NdH3GdCZ7DVIRCQADVPUtEclQ1a56HmURTms0P9GFGLMn133v57+cP2BMZki8+DScc+L6uTUH1qw//4ZXn3g90bUZ0xm1pEX6R+B1EfkREBKRoKre1cZ1JZ1ASTAU9AfKcUY2MibpXP2D4sPLfNkv1WX0HPjV+LgRqPekvm8hakzb8ex9FRar6oPARlWdBBS0cU3JrBzICPoDAxJdiDFNrr3wjqMnXfn7de/0GD17Xv7wgT0bdjT4ImE8kbBNoG1MO2hJi3SsiPwJ2E9ERuEM2t5VNfVuPAH4eyILMeYn590yYV1un398NuCIvoIydmuwdv/Qxtvu/Mcf/tDcHKLGmLax1yBV1cNFZABwGDAJKGzropJYNRACJmBBahLk1nN/eubyvAGPf1Y4rqdXIxyzbXHtUM/WO2RwzgN3Fv1BAdzwtAA1ph3sS2ej10TkzfbqbCQipwJ/ALzAY6o6ZZflacAzOAG/DThfVVeLSCEQBJrmSPxYVa+JY2nlwISgPyA2BqlpT7d/+4YLlhQM/sunw07IT4mEOHb7oppBqTtu9w3KeKio6Lf2u2hMgiRlZyMR8QJ/Bk4C1gNzRGSqqkZfenIFUKaq+4nIBcB9wPnushWqOrqNyisDhgNDgJVttA9jAAj6A/Kcf+JVC7oPu/+zA07OTQ/Vc9z2RVUDMqtuTh2Y8nBR0RQLUGMSrCVBulhVHxSR/VX1R+750rZ2BLBcVVcCiMhzwNnsfA3n2cDd7s8vAn8SkfY4f1vu3k/AgtS0kaA/IC/4J9z62bir7vqsx/4ZmY11nLB9QUWfnLob0gd4ni4q+qUFqDFJotWdjURkHHAw8N+owBuiqqviUFd/YF3U4/XAkbtbR1VDIrID6O4uGyIin+HMH3qHqr7f3E5E5CrgKvdhjxbWVgNswgnSx1r4GmNaJOgPeNKrMpoAACAASURBVF8MnDBl7rhrfjy/x36p2Y01jC9bWNqrW/2PsvrzUlFRsQWoMUmmNZ2NBruLeuK0HI8QkW3Av4BbgPPaqNaW2ggMUtVtInIY8KqIHKiqFbuuqKqPAI8AiMi+jPYyHTtPauLonTHj+rw4fPzS8iMuzf4yu4dsT+/G8eVfrCnIC13ywMM/b/aLoDEmObRoiEBVXQ+sF5F5QL6IZKnqKyIyFSdgRwLH4nTyiYcNwMCoxwPc55pbZ72I+IBuwDZVVaDerXueiKwA9gfiOSzaDOBCwE/83rPpYoL+QPqbQ464YVH3IT9bN/r8nivyBxASL75ImFM3zr3roX/e+4tE12iM2bsWBanbE/ZloDdQB/QRkenAz1R1NjA7znXNAYaLyBCcwLwAJ7iiTQUuBWYB5wLTVVVFpCewXVXDIjIUp2NQvM9lTnfvJ2BBavZB0B+Qhd2Hnjq7X+De+cffMHpZ/kDxRMIcsTkYCYnXE/F4CQE7JOOYRNdqjGmZlg5afx/wsKo+DOC2AC8H/isip6rqsngW5Z7zvA54A+fylydUdZGI3APMVdWpwOPA30VkObAdJ2wBjgPuEZFGIAJco6rb41kfsApYgzMww5/jvG3TCX0w+sgDZg485JdfHPWDM+f2PCAt5PXRv3Yrx1YFl2bkyk8zasr6+SLhR0JgoxEZ08GIcyR0LyuJfKaqhzTz/MnAJap6SVsU155EZK6qjtnTOkF/YCZAoCQ4PugPPAmcBfQMlAQj7VCi6WCC/kDBu/0P/snnvfb/f5/0DnQvS88lu7GGQP2Gyrys0OMDMqt/VVRUVNq0vo1GZExyaUkuQMtbpM2mraq+KSK/2qfKOo/pwGXAQcDniS3FJIugP5C6JH/g+R/3H3nXvONv2G9Z/kC8kTAH1G4IH9y4cUbP7LrbfvO725s9X2+jERnTMbU0SPuIyBXAF8AiVa2KWtZVe63OcO9PwIK0y/rHcWd/+lnP/fOqU9KmFNZsuXT+kZcdNae33xPy+Ohft5Wj65ctK8huuLdnVu2zRUVFDYmu1xgTfy0N0ruB0cD3gZEiUokTql8AfdqmtOQWKAmuD/oDy3A6HD2Q6HpM+7v4kl+d//FRlx8SFg+iPBzxeMhprGFU3bovc7LDfx6WX/7HoqKiykTXaYxpWy29/OWR6MfudaWjcA5rvtsGdXUU04ELg/6AL1ASDCW6GNP25h50yJBPBo2csiRrwBnrC4ZmRhBUPIiG8VeuWziwe+3xj97zk7K9b8kY01m0tEW6k6brSoH/xrecDmcGcDVwKPG/BMgkidkHHzpgzsCRU0qyB5z96XE3ZG/I7olHI5y96v3GL7N6pDT1tD1t2Ycf3vDnv1uIGtPFtCpIzVdmuvcTsCDtVD4+ZEzvOQMPnLI0q/93Px13fc6GnF6IRiis3VI9um7161VZ2bddteDffcatW/DBwh7DZOS2lQ0Hbl/9TKLrNsa0PwvSGARKgpuD/sAXOB2OpuxtfZPcPh49Jn/2oJH3Lcvuf95nR/+o2/qc3k541mypObR21X93ZOfc8s5DV3w9uMe9l67CHxg3omzNeGBmoCQ4K2HFG2MSxoI0djOAHwb9gdRASdB6ZXYAQX/gUyAPuKghNeWLmUPG/GpZVt+L5h/zo/x1X4Xn5pox1SveLM/OventP16xYnfbcsPTAtSYLsyCNHbTgetxZqexwcWTXNAfGLs4f/DBC3oM84zctvKjaUOOZubAQ5vCs+6IqmVvl+d0+9mbf/zh0kTXaozpGCxIY/cuzrW0J2BBmtT++p1LJ5YNP+7Fpw441RPyOIPDn75mVvioyiVvV+Tk/vQ/f/zh4r1vxRhjdmZBGqNASbAs6A98htPh6J5E12N29ttrb8yq3sFfl6f0njRn6NnpOQ01hDxemgaHX9h92KNv//nq/5foOo0xHZcFaXxMB34c9AcyAiXB2kQX09UVFxeLb1PlWVtqMx5ckHlg4aoB/UgLNTCicu2mivSsp8o1+1YiiIrUL88bYD1tjTExsSCNj+nATcDRwDsJrqXLKi4uzq3ZUP/QukjeBZ/mjUqr65bGgOotoeNLF7y5NSX30lcevmErQOHkaVOB8cDM1VNOt45CxpiYWJDGxwdAGOfwrgVpO7v1prsnVJR7/hJM63/A6oK+pIYbGFW2alOPuorb3hhw+NMf/PEHO40H7YanBagxJi4sSOMgUBKsDPoDs3GC1LSD4uLi1G2lMmVzY9bV83MOyqzrkcbAys3hk76cOyOzrvbyPzw/ZV2iazTGdA0WpPEzHZgc9AdyAiVBG6g8zgonTxsLjM/TmsWH7Fh+80rfwKPXZPeWtFADo7cv315YuenXvsbQ7+599Q9ddTYiY0yCWJDGzwzg58CxwH8SXEunUjh52liPRj5UkB2kMyPvIAZVbtIz1n00Z9jW9Zf95I2n7bIVY0zCWJDGz0dAA87hXQvSOCicPE3GVi25db9Q1j0rc/uKerx4ImHGlC7+4ur5Uw87cd77NpKUMSbhLEjjJFASrA36A7NwBmYwMTjstud9+1Vu+Et/T/5ls7IPSDlt5Uesze5F0ywr49Yv+MBC1BiTLCxI42s6cHfQHygIlAS3J7qYjubEnz+dX7Cj7F+k9Drlk+z9pX9VKeevnrH89FUf3XviunmP2ywrxphkZEEaX9OBYuA44NUE19JhnHbb48MyK6pe2Jje/5Dl2T3wb1/DmetnfTx28+JzT3nvnQ0AQX9gic2yYoxJRhak8TUbqME5T2pBuhfn3Pq38eHq8FPLM/oPbszpw+Gbg5HDy5dOPXnFJ5eMXjC/Knpdm2XFGJOsLEjjKFASbAj6Ax9g15Pu0Xdu/svlNXXe3yzJ7F/gzYhw7KYFjYeVL/vbxGVzbrKp6IwxHY0FafxNB6YE/YHegZLg5kQXkyzOueNR8dQ1/HJ7Q8ZPVmcOzshKreX0tR9Xjdm2pOjItYseDJQEI4mu0RhjWsOCNP5muPfjgf9LYB0JVzh52lgPkZMLG0uPrgmnT9yU3s/bo6GcSStmbDmyNPijAzetfDlQErQBFIwxHZoFafx9ClTgHN7tskF60G0vnuvRtOcjIKt8Peldv51Ll/5v+bEb5l9y4ifvfZzo+owxJl4sSOMsUBIMBf2Bd+mC15MWTp4mft10HrWNv0/XzH5VGang8SKRML1ry/5Z/PIfL050jcYYE2+eRBfQSc0Ahgf9gYGJLqQ9+Ce/mnnGjX/9a9+6bbUl0ue5NSk9+31rzcdhXySMJxLGFwkzYd08G3/YGNMpWYu0bUx3708AOu3gAWNufu6gXrVlT3rSex3yRfogGVyxiYvWv7X58K0ltx+wac2SkVtXvbOwx9CUUVtXNtogCsaYzsqCtG0sBLbRCYO0cPI0X6Bm3U9rNeW2rVl98sozMzhq02I9tHLFrEO3LLls/IfvL/1qZX/ghAO3rx6PDaJgjOnELEjbQKAkGAn6AzOBCUF/QDpDz9QDb3lpwLCqjU91S+95QjBzoKdnTRnfWf1e1ajatQ8Prth0+4QZM75x/acNomCM6QosSNvOdOC7wFBgRYJraZXCydNkVM2aKxrCnl/UZvXvsyB3CIeWLuHQipUl/rr115z771ffTXSNxhiTaBakbafpetIT6EBBeuOkW6/clp57oc+jPXrnF/oXZg725TRUc8qGOfUH1q19flDD9mvP+vdU6zhkjDEuC9K2UwJswrme9LEE17JX95111X5rs3s9/VbhUUeHxItPw4zesowT6+atGFGz/icX/fuFfye6RmOMSUYWpG0kUBLUoD8wHZiYTOdJg/5AOjAigoya33PYCZ/32n/i4oLCfkH/GZ4R21YREi8Rj5dQBDJD9W/f+38PnJTomo0xJplZkLatGcCFgB8IttVOgv7Ap0AecFFT79igPyBAITAKOAgYVedNOXhBb//wub0Dnjm9/WzK6g5Av9ptHLVjyebetVuXL4kMOqZpAu28hqrn26pmY4zpLCxI21bT9aQTaKMgDfoDY4GDcQbXeDfoD0wDeuEEaM7mjHzm9AnwUb+RDV8UDElt9KaQoiH6a3l4tHfD5z28NY8OzNjx96KiohqAyKRbryxLy/lufn3lSw++cN+jbVGzMcZ0JhakbWsVsAanw9Gf22gf5wXzB3sW9BjGQVtXpOxftvaUT/qOWPHu4ENLvygY6t2empMJkCN1qUM85Tu6e2pmDPSWP5YljW8XFRXV77oxNzwtQI0xpoUsSNuQe550BnBW0B/wxHuqsKA/0GtB9yEX3zn2SkIep4PQgOrStJW5/Ud6iNDbUxU+yLOxpLen8tW+nsqnvKJLi4qKkuJcrTHGdBYWpG1vOnAZznnKz2PZUOHkaZk5UndYjtSfIRE9Jvf4645YmdM3pcGbAiI0qIdtuQVVh/g2TB3o3fFUd0/Ne0VFRY3xeBPGGGOaZ0Ha9qKvJ21RkBZOnubxEBmaL7UTvKLHNapndJ36BkFKTqWmU6nppIYbydYK+obKt6/29eoGKgj1O8g49ZVfXmWjCRljTDtJ2iAVkVOBPwBe4DFVnbLL8jSccWwPwxnX9nxVXe0uuw24AggDP1bVN9qx9J0ESoLrg/7AMpwORw80PV84edpYYHwqjV/081T2COE5ph7fqDr1DfGS2j2Mx7NNs0CVXKmnu6emJlsalmRKw/xz5ryVediaxWd40MmBkuB9TdsCZq6ecrqFqDHGtKOkDFIR8eJ0zjkJWA/MEZGpqro4arUrgDJV3U9ELgDuA84XkRHABcCBQD/gbRHZX1XD7fkeCidPSwd65Upd4cXDjtnoC4VOvvq2v78UFm+/WvUNhMz+AA2ksDpSAEAajeR56hp7e6o2ZUnD0myp/7i3p+qtbp76eUVFRTsAgv7A94GngceB+wHc8LQANcaYBBDV5Ot7IiJjgbtV9RT38W0AqvrrqHXecNeZJSI+nFGEegKTo9eNXm8v+5yrqmOaW1ZcXCw1mpI+4OPgnHm9Dij4ov/wJ7OksS6Ep28Y6R3B0zuk0j2EN79RPdmNeNNDeL3NbctHGA8aacDrAQFU86X23YNTNt7X31Px8b1331G+uxqD/sBxwNvA+8BpgZLgNwaKN8YYEx97yoVoSdkiBfoD66IerweO3N06qhoSkR1Ad/f5j3d5bf+97bBXr14ji4uLVwIpzdxSN4azPf83+gJnZeX2rV99/1DSCZEujWRIY2OehGpSJLwplXBZikRKfYTXFtTs2HzxzFdviaR6H3j/tBMnP1k75rCUcOMHIfGKejx1ZZp5+1P3/HiPQR/0B4YDrwArgXMtRI0xJjkka5C2CxG5CrgKID8/Pwx8CDQ2c2tYHc4/EnQiiIBG8qTutcNS1j/S21O1Lk3Cm4GyoqKi3R4+Dvqf/BY1jCwqKmoogln/OO7s+Z/13D/vpeHjL9rbec2gP1AATAMUOD1QEiyLx/s3xhgTu2QN0g3AwKjHA9znmltnvXtotxtOp6OWvBYAVX0EeAScJnxRUdEluyvoSadDzzFACkhjuWb85vF7btyX85LTgSuD/kBqoCTYcNiWpRWHbVla8buXfrO3EE0FXgYGAxMDJcEOM5OMMcZ0BZ5EF7Abc4DhIjJERFJxOg9N3WWdqcCl7s/nAtPVOeE7FbhARNJEZAgwHJgda0Fuq3EicBcwsRW9Y2cAGXzzEPVuuePlPgIcD/wgUBL8YB/3aYwxpo0lZYvUPed5HfAGzuUvT6jqIhG5B5irqlNxeq3+XUSWA9txwhZ3veeBxUAIuDZePXZj7B37Ls6h2Qk4nYVa4jacLwt3B0qC/2rlfo0xxrShpOy1mwgt7Z0Vi6A/MA+oDJQExwf9gZkAgZLg+N2sex7wf8C/gIuTZRo2Y4zpKlqaC8l6aLezmg6MDfoDGXtaKegPHIUz2MSHwBUWosYYk7wsSNvXdCAVOHp3KwT9gULgNZwOUt8OlATr2qc0Y4wxrWFB2r4+wBm2cEJzC4P+QDfgdZywPT1QEixtx9qMMca0ggVpOwqUBCtxehB/I0iD/kAK8DxwAPDdQEmwpJ3LM8YY0woWpO1vOnA4Tm9k4KvLXP4InAxcEygJTk9QbcYYY/aRBWn7m4ETot2inrsRuBq4L1ASfDwhVRljjGkVC9L29xHQAOQDBP2Bs4DfAS8BtyewLmOMMa1gQdrOAiXBWpwwzQOygWeBucD3AyXBSCJrM8YYs+8sSBNjBk6IjgK2AmcFSoI1iS3JGGNMa1iQJkZTZyIvcEagJLgpkcUYY4xpvaQca7cL+AQoBTYGSoILE12MMcaY1rMWaQIESoKNOBOO5wT9gbGJrscYY0zrWZAmgBueBwNDgHcsTI0xpuOyIE2M8Xz92ae4j40xxnRAFqSJMROI4MxP2ug+NsYY0wFZkCZAoCQ4C5gPrAYmuo+NMcZ0QNZrN3EqgAoLUWOM6disRWqMMcbEwILUGGOMiYEFqTHGGBMDC1JjjDEmBhakxhhjTAwsSI0xxpgYWJAaY4wxMbAgNcYYY2JgQWqMMcbEwILUGGOMiYEFqTHGGBMDC1JjjDEmBhakxhhjTAwsSI0xxpgYWJAaY4wxMbD5SBMkUBIcn+gajDHGxM5apMYYY0wMLEiNMcaYGFiQGmOMMTGwIDXGGGNiYEFqjDHGxMCC1BhjjImBBakxxhgTAwtSY4wxJgYWpMYYY0wMki5IRaRARN4SkWXuff5u1rvUXWeZiFwa9fxMEVkiIp+7t17tV70xxpiuJumCFJgMvKOqw4F33Mc7EZECoAg4EjgCKNolcC9S1dHubUt7FG2MMaZrSsYgPRt42v35aeCcZtY5BXhLVberahnwFnBqO9VnjDHGfCUZg7S3qm50f94E9G5mnf7AuqjH693nmjzpHta9U0Skjeo0xhhjEjP7i4i8DfRpZtHPox+oqoqI7uPmL1LVDSKSA7wEXAI8s5s6rgKuch/22Mf9GGOMMYkJUlU9cXfLRGSziPRV1Y0i0hdo7hznBmB81OMBwEx32xvc+0oR+RfOOdRmg1RVHwEecfc7d9/fiTHGmK4uGQ/tTgWaeuFeCrzWzDpvACeLSL7byehk4A0R8YlIDwARSQHOAL5oh5qNMcZ0UckYpFOAk0RkGXCi+xgRGSMijwGo6nbgF8Ac93aP+1waTqAuAD7Habk+2v5vwRhjTFchqvt6CrJzEpG5qjom0XUYY4xJDi3NhWRskRpjjDEdhgWpMcYYEwMLUmOMMSYGFqTGGGNMDCxIjTHGmBhYkBpjjDExsCA1xhhjYmBBaowxxsTAgtQYY4yJgQWpMcYYEwMLUmOMMSYGFqTGGGNMDCxIjTHGmBhYkBpjjDExsCA1xhhjYmDzkbpEJALUJrqODsQHhBJdRAdin9e+sc9r39lntm9a8nllqOpeG5y++NTTKdSqalaii+gobCL0fWOf176xz2vf2We2b1ryeYnI3JZsyw7tGmMMICJjReQ2ERmb6FpMx2ItUmNMlycik4BnAQHqRWSiqs5KcFmmg7AW6ddKE11AB/NIogvoYPb6eYnI0SJyh7WIgHb8/RKRwcCjgBfnb2I6cFp77T+O7P/kvonb52WdjVx2fsEkkhue7+EcJQoD1wN/U/sP2qZEpB/wPtATSAVScMJ0O3CFqr6awPJMgrU0Fzpci1REnhCRLSLyxW6Wi4g8JCLLRWSBiBza3jUa0wqn8vWpFi/wF2CpiEwWkb6JK6vzEpFewDtAL+Ak4ATgDuBSYB3wioj8S0S6J65K0xF0uCAFnsL5o7M7pwHD3dtVwF/boSZjYtXDvQ/jXIZ1D7AB+DWwTkSmishZImL9GuJARAqAN4HBwOmq+omqzlLVX6vqM8DhQBEwCVgsIt9OYLlJKVk7ZyWirg73n1JV3xORwj2scjbwjHtI7GMRyRORvqq6sV0KNGYfiUgqcA4wF3gZmNnU0UVEhgOXA5cBZwKbROQp4AlVXdZO9Y0FxkfX1ZGJSC7wXyAAnKGq7+26jqo2AveIyGvAk8DLIvIccL2qbm3XgpOMiOQAPwTux2mMNbqdsz5McF1pOP9XHsI5qhMWkb8A84Fy91YW9XOFqob3stkWXRLZIc+RukH6uqqObGbZ68AUVf3AffwOcKuq7vF6oJQeAyv7//Bv89qgXGP2KFS5tXeobKM/pfvAhd6svO3NraMakUjNjoJwVVnfSH11dwBJTd/hzcrf6M3KLxWPNxLPmlQjoo316eGaHT3CFaVDAEEkktJj8HxvRk5FPPfVnjQS9jRsWXmQNtTlpnQfsMiblb9tr6/RiITKNw0KV24bjMcT8uX1XerLLugyYaqRsCdSV9UtUleVF6mvztPG+txvrCQS8aRlbvekZZV70nPKJDWjRkTati5VidRXZ0dqK/Oduuq60YLBE3YinjAeT0jEE3Luvc69xxvSSMS78Ylre6mqd2+b6XAt0ngSkatwDv/iKxiQkuByTBekqoQrtw0QX0qNJ7NbsyEKIOJRb1b+Nm9W/rZIqCE1XLmtT6SmvG+obKM/VL55uCcjZ7Mvu2CjpGVVtfQPmKpCuDE10liXoY31mdpYn6mhhgwNNWRquDEd51KQ6Bd4QmVf7g/9lnbEMNVIxNOwZdVIbajr5svvt7glIQrOZ5+S32+NNzNva+O29f7Q9g0HRmp2lKYUDFgmvpTGtq67vWkk4onUVeY6wVmTp411ubi/C5KSVuHNLlgrXl9DqKJ0KKoC4EnNKIs01udE6qp7sGMLeLwNntTMck96VpknI6fck5JeF3NdqmhDbVaktjIvUl+dH2mozUMjXgDxpVZ7M7ttxJtSH67cWoiqIKIp3Qd+ISnpNURCPg2HfUTCPo2499r0OOI+jvg03JhGKJIViUR8aKTF+dgZW6QP4xyCetZ9vAQYv7dDu9Zr1ySCiEzA6fDyQ1V9fB9fK8DxwBXAuTiXbXwOPA4sBQ4DZuIc2hoOHODe9o/6Obp1UQcsc1+7xL2l4hwqa/qiWQvkAB8BvwNea8HhsYQTkRTgJZzD45ep6tMxbOcWnPOn5cC1qvpC3ApNAPfUwpE4na1OAMYCaUAEmAfMwPk9+kBVK6Net9Mhf/f3cQgwIerW2119NTAd53d9RktOtbnbGwZMdLd1Ak7vaoDl7vamu/vfvLu69uWz2GX/RwPvt6RF2hmD9HTgOuBbOL8cD6nqES3YpgWpaXciMg0YAwxW1VZ/axeRPOBCnHNXh0QtUnZtWcJadg7Lpp/Xquo3DhFH/2ECFuKch7oR54/mCuBB4ElVrW5t/W1JRLzAv4DzcILvL3HY5kicjo+HAS+6290S63bbmvtvOQHYghNKJwDHABk4vyuf4wTnDJwQ2RHDvgTnPHRTqJ4A5LmLg0QFIc6XuvHAInedptcMdNffwM5BvLa1de3jewiqamCvK6pqh7rhjD6yEWgE1uN8G78GuMZdLsCfcf6DLwTGtHC7cxP93uzWtW44f2QUuDPO230IpzWh7v2bOCFyMJAZp314cVrBs9z9bAd+BfRN9Oe6S50enMBT4Gdx3rYPuA2oxxnQ5Tzcxkky3XBahWcAT+D0Cteo2wLgDzid3QrauA4vcChwM05nr6qo39HILnVtBZ53/7bvn6jPtaW5kPB/5GS5WZDarb1vOKPp1AI947zdsUCN+2WzBhjbxu/jaJzDphGgwQ2uUUnw+QrO9bgK3NWG+zkQmO3u50WgdwLfcw5Oy+4W4AVgTVQ4RYdVCPhlgv99UnFaw29G1RZ2g92T6N8ft8YW5UKHPLTbFuzQrmlP7mAAa4GnVPWaNth+u1+yIiLDcA75Xg5k4vyB/B3wlrbzHxr3sOJvgJ/hXKYxuS1rcK/v/RnO9b+VOEcFPMAbbfX5u+c2D8K55vUI9xbg60P5K4E5OCE/G+c89zT3vhFIivGE3d/Vd0iyuqDluWBB6rIgNe1JRO7G6bDiV9UlCS4nrtzBDq7BGeawD84plt8Dz6pqfTvVUAzcBfwJ+HF7BbmIjMBpCY6IeroM2Ixz+Dv6tm0PjyuaanaD5gSc01WpOIF5OM658FR3H6U4YdkUnHO0metdk/Wa4CSuy4J0X1iQmvYiIhk4rdFZqnpWoutpK+4F8t/DaamNxOnb8BrOH/3/tmFL7RbgPpxzgldqMx2o2pKI/BynZerBOWQ5F+cQawHQ3b0vALL3sJkwTgBX43S4ib4+shqnN21TS3MOsKa9W/1dgQXpPrIgNe3FvX75YZzLst5NdD1tzT3MehJOuBzpPh3BGb7zcWB+vMJORK4D/ojTKfESTcClOS09VOkems1n53CNvnXHOYc4EudwbQTnvf0sEe+rK7Ig3UcWpKY9iIgHWIzTY/HwrtSKEJHbgF/g9N6MthUneN4C3lbVNa3c/uU4wfwaMEmdYf4SIo7XMibt+cOuoKW50KVHNjImAb6Fc83chV0pRF0zcXr1NoXCeTgtshNxWqznA4jIMuBtnGCdoarle9uwiHwPeAx4Azg/kSEK4IZdzIGnzkAHE0nC84fma9YidVmL1LQHEZmOM8rQ0ET/sU+E3bXU3MO/I/g6VMfjDBgewTkH+JZ7+1hVG3bZ5rdxOvh8AHxLVWva/I2YLsEO7e4jC1LT1kTkEOBT4GZV/W2i60lmUcPWnYQTrkfgHBKuBt7FCdVSd9nFOB16TtaoIeyMiZUF6T6yIDVtTUT+AZwFDNQYhl7rikSkG84lIE3Bun/UYgVOUdW3ElGb6bxamgsdcWJvYzocERmAcw7wMQvRfaeqO1T1VVW9VlUPwLm8pamnbxhnvGJjEqJdg1RExonItSIyNOq5Ie1ZgzEJ8mOcSxj+kOhCOonXcMa4DeF0XJqZ0GpMl9bevXZ74g5lJSLbcGZkuAWn954xnZKI5ODMe/tiay/tMDuz3qwmmbRbkIrI3ap6t4hMxZl6aCRwLM50OqYTStZhvxLgCqAbzjB5Jk7idYmJMbFqzxbpXe7QaAU4PRefU9WyuxXPxAAAEDNJREFUdty/aSci0hO4GmcsWQ/QICITumKYuoOZ34AzKfLsRNdjjIm/9jxHqkAdzgXTA4GPROTgdty/aSMikiUip4rIb0XkM5xJg3+B80XNA6QDj4jIRPd6wa7k20AhziwoxphOqN0ufxGRRap6YNTj/YG/qeqEdilgL+zyl5ZzW1mH41yGMBFnPsoUnFFrPsQZlWYzzrigqThfomqAXGApzhirT3f2IxLul4ZZOGOm+m18VGM6lmQcInCriBymqvMAVHWpewjQJDk3EPw4wXkiznnPXJyA/Ax4ECc8P4geVUZEFrvrznTXmwT8CHgA+JWIPAv8VVXnttNbaW9H4wwqcK2FqDGdV3u2SA8GnsOZ/mchzoS0/7+9ew+2qyzvOP79kXCpyCABRkLAJkrAAsqllJBClQpIDAzQKpJgBRGhOqVAjUNJxVIQHRGKhXJRQMShllApmjTIpcRonWohwSLXEMJlIAwUAeViKRB5+sfz7pydcE7OOdl7n7X3Xr/PzJ5z9tora73nzZs8513rXc+zWbeUkfKMNDUtELqXgTyoBwITyy6PkEHzNjIP6ptqHo7gHHsAnwE+RhaAXkLOUq/rp/Rukm4A3k8mYOibn8usLroms1H5j/m/IiJKfcIDyRW7z5GFfn/T0QaMkAPp6r+rH5OXaRsalTkWAYsi4pE2nm9z4OPkLPX3yPqLV5OX/Je36zxVkLQDeRn7yxFxRtXtMbPR66ZAehl5eWs5cDNwc0Q83dGTrgcHUpB0KTlThMwacwlwaqcLI5dLx+8jA+qfkrccbiNnqQsiYlUnz98Jkv6RfHZ0ckQ8VXV7zGz0uiaQrj6R9G7gQ8DB5DN1i8nA+p/dcP/IgRQk3UEuImpkixnz2oeStgE+RQah7YEngSvIR6Z2pQeeSZU0AXgC+JeIOK7q9pjZ+um6QLrGSfN50j8mA+v0bghgdQ+kkvYnf7m5kFxxW2nAKiuDZ5Kz1IPL5iCD/JERMb+qtg2nFLD+MvDeiLin6vaY2frp6kDajeocSMul1Z+QzzvuEBH/V22L1iTpPGAOmau24RfAQuBG4I5uuKoBq8t/PQbcExEHD7O7mXWxyqu/SDpF0hXl+y906jzWFgcD+wLndFsQLW4gk3msKl8vBn4NnA78FHha0rclHVkWMFVpNrnC2QkYzGqik8+Rvou8TwSwWQfPYy0os9FzyFnUVdW2ZnBDJSiXtAX5S8Ch5XUMsErSf5Cz1YUR8dBYtbP05Rzy8S7XxjSriU4G0gB+R9KuwLYdPI+15giyiMBxEfFa1Y0ZymAJyktmpHnAvHJPdRoDQfUC4AJJyylBlUwY8XoHm3kA8B6yL33PxKwmOnaPVNI7yIUiAi6JiMfbdNwZ5IKYcWSR5K+s9fkngPPI1Z4AF0fElSM4bu3ukUoaR95rHA/s2ouPmQxF0mTgEDKofoBMVfgimet5GXlb48Z2LqiSdBOwO/nIy6vtOq6ZVaPSFIHlEtcREXF6m487jny28SBgJbBE0oKIuH+tXa+LiJPaee4+9VFgF2BWPwVRgIh4jBwrl0h6KzlbPJRMIn9k2W2upCuBrwN3tTKLlLQLMAM4w0HUrF46stio/If0B5JmS5opaWabDr03sCIiHimXIecBh7fp2LVSLoWeRd7P+27FzemoiHg5IuZHxAnkJd/GCt8NyOdVfw6slHSFpCNK4B2tzwKvkEHZzGqkk2XUbiNTzW1VXu0wiYEFTJCz0kmD7PdhSXdLul7S9kMdTNKJkpZKWtrGNvaKY4CpwBc6nbmoyywmq9SsIgPfIcBx5OrfjwLfA56TdGtZeb7DcAcsSST+DPhWRDzXsZabWVfq5D3Sa8u3mwKbR8T723DMjwAzIuJT5f3HgWnNl3ElbQm8HBGvSvpz4KiRlGqr0z3SkvN4OZl4YVrdFsY0JeZfI+lEeQZ0XzK4HkJWvAF4kHxe9UZywdJrax3vi8DngR0jYkXHfwAzGxOVl1GLiNlNjTm1TYd9kkwb17AdA4uKGudtnhFcCXy1TefuJ8cD7wBOqFsQhcFXAJftr5Ez1sXA5yS9i4GgehJ5+fYlSbeSQfUHZLL9zwI/cRA1q6eOBdKm+6LjgT3bdNglwFRJU8gAOgs4eq3zTmxKEn4Y8ECbzt0XJL0FOIPMZORnHdchIh4GLgIualqw1AisH27sRq5MnyZperfnATaz9uvkc6SNot2vAn/djgNGxCpJJ5GPMIwDroqI+ySdDSyNiAXAyZIOI++BPQ98oh3n7iOfITPvzKrjbHR9RcTLwHxgflmVvjtwLrmCHHI87s8gM10z62/OtVvU4R6ppM3Iwtw/dx7Y1pV7rYvIRXWVVMsxs86p/B6ppDnAXuUcd0TEeZ06l43YKeTqZOc+boOhUheaWb108tLuBo0FR5LOb/5A0n7AbsBNEfFI2TYlIh7tYHtqreSl/RxZKPuOqtvTL4ZauGRm9dHJQLqLpKPLOSZKmhkRPyifbU0mV9hb0nPAPwOnkc/xWWfMIQuqezZqZtZGnQyki8l7RwC3ApeS9S6JiO9JWkAmS98V+CO8urZjJG0NnEqmTry76vaYmfWTMVtsJOkNMpn8BDIl27xSvaMr9PNiI0l/TwbSXSJiWdXtMTPrBZUX9h5EkEWZbyGTKvxU0m5jeP5akjSJrMJzjYOomVn7dfLS7tqWRcSZ5fvrJV1NJvgeNn2fteRvyL/ns6puiJlZPxrLGemzkn6/8SYiljOQtME6oNTkPIGs2+oV0WZmHTCWM9KTgXmS7iRLd70X8H/unfW3wBvAl6puiJlZvxqzGWlE/IJMq9aoCrMYmD30n7BWSNoROBa4NCJWVt0eM7N+NZYzUiLiVQbKUVln/R25uOsrFbfDzKyvjeU9Uhsjkt5DVsa5MCKeqbo9Zmb9zIG0P50NvAScP9yOZmbWGgfSPiNpL+AI4PyIeL7q9piZ9TsH0v7zReA54MKqG2JmVgdjutjIOqtU1ZkBnBYRL1bdHjOzOvCMtE9IEvm86NPAJRU3x8ysNjwj7R8HAO8D/jIi/rfqxpiZ1YVnpH2gzEbPAZ4Arqi4OWZmteJA2h/mANOAfypJL8zMbIw4kPYwSZtImgt8tWw6VdL0KttkZlY3vkfaYySNBw4k8xT/CbBZ08cbAvsDPxv7lpmZ1ZMDaQ+QtAHwh2TwPJIsP/cCcD1wF5lPd0PgdeBH1bTSzKyeHEi7VFlAtDsZPGcB2wOvAP9GVtC5qXE/VNIScib6o4jwbNTMbAw5kHaZUv5sdnntBKwCbgHmAgsi4qW1/0wJng6gZmYV6LnFRpJmSHpQ0gpJpw/y+caSriuf3y5p8ti3cnQkbSdpjqSlwIPAmWRihU8D20TEoRHxncGCqJmZVaunZqSSxpFZew4CVgJLJC2IiPubdjse+FVE7CBpFnAucFSbzj+dFi6hlnudGwIbleN8EpgM7AYIWEo+ynJdRDzZjjabmVln9VQgBfYGVkTEIwCS5gGHA82B9HCyqDXkYpyLJSkiopUTSzoU+D45i3+jzB5fYSAwNr5utI5t4wY5dABXAudFxEOttNHMzMZerwXSSWT2noaVZCKCQfeJiFWSXgC2BJ5d+2CSTgROLG+3Gubc+zEQCMcB2wKPAa+StT9fI1fNrutr4/v9gIPJoPxb4FEHUTOz3tRrgbStIuJy4HKAMsNcl/nAyQw8ZnLU+q6QbbpE7EdWzMx6XK8F0ifJx0AativbBttnZUlesDlZn7MlEfEzSQfQhsdM2nksMzOrVq8F0iXAVElTyIA5Czh6rX0WAMeSj4N8BPhhq/dHG9r5mIkfWTEz6w89FUjLPc+TyOcqxwFXRcR9ks4GlkbEAuCbwDWSVgDPk8F2JHYaweVdG7AVg9x3tiG5v0bH/TV67rPRGUl//e5IDqQ2TdZ6nqSlEbFX1e3oFe6v0XF/jY77a/TcZ6PTzv7quYQMZmZm3cSB1MzMrAUOpAMur7oBPcb9NTrur9Fxf42e+2x02tZfvkdqZmbWAs9IzczMWlD7QDpcNZk6krS9pMWS7pd0n6RTyvYJkv5d0kPl6xZluyRdVPrwbkl7VvsTVEPSOEn/LWlheT+lVCBaUSoSbVS291yFok6Q9DZJ10taJukBSdM9xoYm6a/Kv8d7JV0raROPsTVJukrSM5Lubdo26jEl6diy/0OSjh3uvLUOpE3VZD4E7AzMlrRzta3qCquAORGxM7AP8BelX04HFkXEVGBReQ/Zf1PL60TgsrFvclc4BXig6f25wNciYgfgV2RlImiqUAR8rexXRxcCN0fEu8kKSA/gMTYoSZPIFKV7RcSu5HP0jepWHmMDrgZmrLVtVGNK0gSylOU0slDKmY3gO6SIqO0LmA7c0vR+LjC36nZ124vMM3wQWSt1Ytk2EXiwfP8NYHbT/qv3q8uLTFe5CPgAsJAsi/csML58vnqskQlFppfvx5f9VPXPMMb9tTnw6No/t8fYkP3VKMYxoYyZhWThC4+xN/fVZODe9R1TwGzgG03b19hvsFetZ6QMXk1mUkVt6UrlktAewO3A2yPiqfLR08Dby/fuR/gH4DTgjfJ+S+DXEbGqvG/ukzUqFAGNCkV1MgX4JfCtcjn8Skmb4jE2qMj6xOcDjwNPkWPmTjzGRmK0Y2rUY63ugdTWQdJbgX8FTo2IF5s/i/xVzUu+WV2r9pmIuLPqtvSQ8cCewGURsQfwGwYuuQEeY83KpcXDyV9AtgU25c2XMG0YnRpTdQ+kI6kmU0uSNiSD6Hci4oay+X8kTSyfTwSeKdvr3o/7AodJegyYR17evRB4W6lABGv2yer+ameFoh6zElgZEbeX99eTgdVjbHAHknWLfxkRrwM3kOPOY2x4ox1Tox5rdQ+kq6vJlNVus8jqMbUmSWTy/wci4oKmjxqVdShf5zdtP6asgtsHeKHpUkrfi4i5EbFdREwmx9API+JjwGKyAhG8ub8a/djWCkW9IiKeBp6QtFPZdABwPx5jQ3kc2EfSW8q/z0Z/eYwNb7Rj6hbgg5K2KFcCPli2Da3qG8NVv4CZwHLgYeDzVbenG17AfuTlj7uBu8prJnmPZRHwEHAbMKHsL3L188PAPeTKwsp/jor6bn9gYfn+ncAdwArgu8DGZfsm5f2K8vk7q253RX21O7C0jLPvA1t4jK2zv84ClgH3AtcAG3uMvamPriXvIb9OXvU4fn3GFPDJ0ncrgOOGO68zG5mZmbWg7pd2zczMWuJAamZm1gIHUjMzsxY4kJqZmbXAgdTMzKwFDqRmZmYtcCA1MzNrgQOpma0maVNJF5dML2Y2Ag6kZtbs02RWnP2qbohZr3AgNbNmM8i6jHdV3RCzXuFAamYASNoEGEdWYflxxc0x6xkOpGbWMJUMpMsiS3WZ2QiMH34XM6uJrYEdyQLSZjZCnpGaWcO2ZDH3DUodRjMbAQdSM0PSePLe6DbA14HfVtsis97heqRmZmYt8IzUzMysBQ6kZmZmLXAgNTMza4EDqZmZWQscSM3MzFrgQGpmZtYCB1IzM7MWOJCamZm14P8BWxA3yaaWbCMAAAAASUVORK5CYII= ) pspy documentation [pspy](index.html#document-index) stable * [`so\_map` - a module for handling HEALPIX and CAR maps](index.html#document-so_map) * [`so\_window` - a module for window function generation](index.html#document-so_window) * [`so\_mcm` - a module for mode coupling calculation](index.html#document-so_mcm) * [`so\_spectra` - a module for power spectra estimation and debiasing](index.html#document-so_spectra) * [`so\_cov` - a module for covariance matrix estimation](index.html#document-so_cov) * [`sph\_tools` - a helper module for spherical harmonic transformation](index.html#document-sph_tools) * [`pspy\_utils` - a module with utilities for `pspy`](index.html#document-pspy_utils) [pspy](index.html#document-index) * [Docs](index.html#document-index) » * pspy documentation * [Edit on GitHub](https://github.com/simonsobs/pspy/blob/45eb016d73916c8098c80bca68bef1e84f193784/docs/source/index.rst) --- Welcome to pspy’s documentation![¶](#welcome-to-pspy-s-documentation "Permalink to this headline") ================================================================================================== `pspy` is a cosmology code for calculating CMB power spectra and covariance matrices. See the python example notebooks for an introductory set of examples on how to use the package. [![https://img.shields.io/pypi/v/pspy.svg?style=flat](https://img.shields.io/pypi/v/pspy.svg?style=flat)](https://pypi.python.org/pypi/pspy/) [![https://img.shields.io/badge/license-BSD-yellow](https://img.shields.io/badge/license-BSD-yellow)](https://github.com/simonsobs/pspy/blob/master/LICENSE) [![https://img.shields.io/github/actions/workflow/status/simonsobs/pspy/testing.yml?branch=master](https://img.shields.io/github/actions/workflow/status/simonsobs/pspy/testing.yml?branch=master)](https://github.com/simonsobs/pspy/actions?query=workflow%3ATesting) [![https://readthedocs.org/projects/pspy/badge/?version=latest](https://readthedocs.org/projects/pspy/badge/?version=latest)](https://pspy.readthedocs.io/en/latest/?badge=latest) [![https://codecov.io/gh/simonsobs/pspy/branch/master/graph/badge.svg?token=HHAJ7NQ5CE](https://codecov.io/gh/simonsobs/pspy/branch/master/graph/badge.svg?token=HHAJ7NQ5CE)](https://codecov.io/gh/simonsobs/pspy) [![https://mybinder.org/badge_logo.svg](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/simonsobs/pspy/master?filepath=notebooks/%2Findex.ipynb) * Free software: BSD license * `pspy` documentation: <https://pspy.readthedocs.io>. * Scientific documentation: <https://pspy.readthedocs.io/en/latest/scientific_doc.pdf> Installing[¶](#installing "Permalink to this headline") ------------------------------------------------------- ``` $ pip install pspy [--user] ``` You can test your installation by running ``` $ test-pspy ``` If everything goes fine, no errors will occur. Otherwise, you can report your problem on the [Issues tracker](https://github.com/simonsobs/pspy/issues). If you plan to develop `pspy`, it is better to checkout the latest version by doing ``` $ git clone https://github.com/simonsobs/pspy.git /where/to/clone ``` Then you can install the `pspy` library and its dependencies *via* ``` $ pip install -e /where/to/clone ``` The `-e` option allow the developer to make changes within the `pspy` directory without having to reinstall at every changes. Ipython notebooks[¶](#ipython-notebooks "Permalink to this headline") --------------------------------------------------------------------- * [Reading, writing and plotting SO maps](https://pspy.readthedocs.org/en/latest/tutorial_io.html) * [Generate spin0 and spin2 spectra for CAR](https://pspy.readthedocs.org/en/latest/tutorial_spectra_car_spin0and2.html) * [Generate spin0 and spin2 spectra for HEALPIX](https://pspy.readthedocs.org/en/latest/tutorial_spectra_healpix_spin0and2.html) * [Projecting HEALPIX to CAR](https://pspy.readthedocs.org/en/latest/tutorial_projection.html) * [Compute spectra for standard and pure B modes](https://pspy.readthedocs.org/en/latest/tutorial_purebb.html) Others tutorials can be found under the `tutorials` directory. Dependencies[¶](#dependencies "Permalink to this headline") ----------------------------------------------------------- * Python >= 3.8 * `pyFFTW` <https://pyfftw.readthedocs.io> * `healpy` <https://healpy.readthedocs.io> * `pixell` >= 0.7.0 <https://pixell.readthedocs.io> Authors[¶](#authors "Permalink to this headline") ------------------------------------------------- * [Thibaut Louis](https://thibautlouis.github.io) * Steve Choi * DW Han * [Xavier Garrido](https://xgarrido.github.io) * Sigurd Naess * [Adrien La Posta](https://adrien-laposta.github.io) The code is part of [PSpipe](https://github.com/simonsobs/PSpipe) the Simons Observatory power spectrum pipeline. Main high-level modules:[¶](#main-high-level-modules "Permalink to this headline") ================================================================================== `so\_map` - a module for handling HEALPIX and CAR maps[¶](#so-map-a-module-for-handling-healpix-and-car-maps "Permalink to this headline") ------------------------------------------------------------------------------------------------------------------------------------------ `so\_window` - a module for window function generation[¶](#so-window-a-module-for-window-function-generation "Permalink to this headline") ------------------------------------------------------------------------------------------------------------------------------------------ `so\_mcm` - a module for mode coupling calculation[¶](#so-mcm-a-module-for-mode-coupling-calculation "Permalink to this headline") ---------------------------------------------------------------------------------------------------------------------------------- `so\_spectra` - a module for power spectra estimation and debiasing[¶](#so-spectra-a-module-for-power-spectra-estimation-and-debiasing "Permalink to this headline") -------------------------------------------------------------------------------------------------------------------------------------------------------------------- `so\_cov` - a module for covariance matrix estimation[¶](#so-cov-a-module-for-covariance-matrix-estimation "Permalink to this headline") ---------------------------------------------------------------------------------------------------------------------------------------- `sph\_tools` - a helper module for spherical harmonic transformation[¶](#sph-tools-a-helper-module-for-spherical-harmonic-transformation "Permalink to this headline") ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- `pspy\_utils` - a module with utilities for `pspy`[¶](#pspy-utils-a-module-with-utilities-for-pspy "Permalink to this headline") -------------------------------------------------------------------------------------------------------------------------------- Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html)
dep
go
数据交换平台接口说明 0.1 文档 --- 概述[¶](#id1 "永久链接至标题") ===================== > > 接口访问方式(http­post,json格式传输) ``` def myFun(x,y): print x+y ``` 注册[¶](#id1 "永久链接至标题") ===================== > > 注册相关内容。 业务部分[¶](#id1 "永久链接至标题") ======================= > > 各业务介绍以及接口调用方法说明。 请求地址[¶](#id2 "永久链接至标题") ----------------------- * 数据上传:[基地址]/ DataExchange/Post * 数据查询:[基地址]/ DataExchange/Get * 更新下载状态:[基地址]/ DataExchange/UpdateDownloadState * 更新数据状态:[基地址]/ DataExchange/Update 消息头[¶](#id3 "永久链接至标题") ---------------------- * Code:用户账号 * Token:校验值 Token用于校验数据完整性,其计算方法为:**MD5([请求字符串][用户Token])**,需要说明的是: 1. [请求字符串] 是请求Json字符串去除制表符[“r”,”n”,”t”]和空格后所得的值。 2. [用户Token]为注册账号后所获得到的Token值。 请求数据Json字段[¶](#json "永久链接至标题") ------------------------------ * BusinessType:业务类型 * HospitalCode:医院代码 * IP:客户端IP地址 * MAC:客户端MAC地址 * HostName:客户端主机名 * Data:具体请求数据(如上传的业务数据,查询时候的查询条件等) 各业务说明[¶](#id4 "永久链接至标题") ------------------------ ### YY001 医院信息[¶](#yy001 "永久链接至标题") > > 上传医院基础信息。 #### 数据上传[¶](#id1 "永久链接至标题") ##### 字段说明[¶](#id2 "永久链接至标题") | 字段 | 说明 | 类型 | 长度 | 非空 | 附录字典数据 | | --- | --- | --- | --- | --- | --- | | Code | 医院代码 | 字符 | 32 | √ | | | Name | 医院名称 | 字符 | 128 | √ | | ##### 示例[¶](#id3 "永久链接至标题") ###### 请求[¶](#id4 "永久链接至标题") ``` { "BusinessType": "YY001", "HospitalCode": null, "IP": "192.168.0.1", "MAC": "123456789012", "HostName": "\*\*", "Data": [ { "Code": "test02", "Name": "hospital02" } ] } ``` ###### 请求结果[¶](#id5 "永久链接至标题") ``` { "Code": 1, "Message": "success", "Completed": true, "Data": null } ``` #### 数据下载[¶](#id6 "永久链接至标题") > > 获取所有医院数据,暂不支持条件查询。 ##### 示例[¶](#id7 "永久链接至标题") ###### 请求[¶](#id8 "永久链接至标题") ``` { "BusinessType": "YY001", "HospitalCode": null, "IP": "192.168.0.1", "MAC": "123456789012", "HostName": "\*\*", "Data": null } ``` ###### 请求结果[¶](#id9 "永久链接至标题") ``` { "Code": 0, "Message": "", "Completed": true, "Data": [ { "Code": "Test001", "Name": "测试医院", "Memo": null }, { "Code": "test02", "Name": "hospital02", "Memo": null } ] } ``` ### YY101 采购订单[¶](#yy101 "永久链接至标题") ``` { "BusinessType": "YY101", "HospitalCode": "Test001", "IP": "192.168.0.1", "MAC": "123456789012", "HostName": "\*\*", "Data": [ { "HospitalCode": "Test001", "OrderNO": "Test002", "OrderType": 0, "OrderLevel": 0, "ProductType":"0", "SupplierCode": "苏20160343", "DistributionSiteCode": "01", "Employee": "\*\*", "SumQuantity":4, "Amount":13.8, "Creator": "制单人", "CreateTime": "2016-12-28 14:55:01", "Memo": "备注", "PurchaseDetail": [{ "Seq":1, "UniCode": "A.101116.1", "Quantity": 1, "Price": 1.2, "Amount": 1.2, "Memo": "明细备注" }, { "Seq":2, "UniCode": "A.185770.1", "Quantity": 3, "Price": 4.2, "Amount": 12.6, "Memo": "明细备注2" }] } ] } ``` ### YY102 配送单[¶](#yy102 "永久链接至标题") ### [內容目录](index.html#document-index) * [概述](index.html#document-summary/index) * [注册](index.html#document-register/index) * [业务部分](index.html#document-business/index) ### Related Topics * [Documentation overview](index.html#document-index) ### 快速搜索 输入相关的术语,模块,类或者函数名称进行搜索 ©2017, 卫宁健康. | Powered by [Sphinx 1.3.5](http://sphinx-doc.org/) & [Alabaster 0.7.9](https://github.com/bitprophet/alabaster)
shell
go
shell 1.0.1 documentation [shell](index.html#document-index) stable * [shell Tutorial](index.html#document-tutorial) * [Shell API](index.html#document-shell_api) * [Testing shell](index.html#document-testing) * [Contributing](index.html#document-contributing) [shell](index.html#document-index) * [Docs](index.html#document-index) » * shell 1.0.1 documentation * [Edit on GitHub](https://github.com/toastdriven/shell/blob/703307b6dc9a287133f6ac1881f231eed6b79506/docs/index.rst) --- shell’s Documentation[¶](#shell-s-documentation "Permalink to this headline") ============================================================================= “”“A better way to run shell commands in Python.”“” Built because every time I go to use [subprocess](http://docs.python.org/2.7/library/subprocess.html), I spend more time in the docs & futzing around than actually implementing what I’m trying to get done. Philosophy[¶](#philosophy "Permalink to this headline") ------------------------------------------------------- * Makes running commands more natural * Assumes you care about the output/errors by default * Covers the 80% case of running commands * A nicer API * Works on Linux/OS X (untested on Windows but might work?) Contents: ### shell Tutorial[¶](#shell-tutorial "Permalink to this headline") If you’ve ever tried to run a shell command in Python, you’re likely unhappy about it. The `subprocess` module, while a huge & consistent step forward over the previous ways Python shelled out, has a rather painful interface. If you’re like me, you spent more time in the docs than you did writing working code. `shell` tries to fix this, by glossing over the warts in the `subprocess` API & making running commands *easy*. #### Installation[¶](#installation "Permalink to this headline") If you’re developing in Python, you ought to be using [pip](http://www.pip-installer.org/en/latest/). Installing (from your terminal) looks like: ``` $ pip install shell ``` #### Quickstart[¶](#quickstart "Permalink to this headline") For the impatient: ``` >>> from shell import shell >>> ls = shell('ls') >>> for file in ls.output(): ... print file 'another.txt' # Or if you need more control, the same code can be stated as... >>> from shell import Shell >>> sh = Shell() >>> sh.run('ls') >>> for file in sh.output(): ... print file 'another.txt' ``` #### Getting Started[¶](#getting-started "Permalink to this headline") ##### Importing[¶](#importing "Permalink to this headline") The first thing you’ll need to do is import `shell`. You can either use the easy functional version: ``` >>> from shell import shell ``` Or the class-based & extensible version: ``` >>> from shall import Shell ``` ##### Your First Command[¶](#your-first-command "Permalink to this headline") Running a basic command is simple. Simply hand the command you’d use at the terminal off to `shell`: ``` >>> from shell import shell >>> shell('touch hello\_world.txt') # The class-based variant. >>> from shall import Shell >>> sh = Shell() >>> sh.run('touch hello\_world.txt') ``` You should now have a `hello\_world.txt` file created in your current directory. ##### Reading Output[¶](#reading-output "Permalink to this headline") By default, `shell` captures output/errors from the command being run. You can read the output & errors like so: ``` >>> from shell import shell >>> sh = shell('ls /tmp') # Your output from these calls will vary... >>> sh.output() [ 'hello.txt', 'world.py', ] >>> sh.errors() [] # The class-based variant. >>> from shell import Shell >>> sh = Shell() >>> sh.run('ls /tmp') >>> sh.output() [ 'hello.txt', 'world.py', ] >>> sh.errors() [] ``` You can also look at what the process ID was & the return code.: ``` >>> sh.pid 15172 >>> sh.code 0 ``` Getting a `0` from `sh.code` means a process finished sucessfully. Higher integer return values generally mean there was an error. ##### Interactive[¶](#interactive "Permalink to this headline") If the command is interactive, you can send it input as well.: ``` >>> from shell import shell >>> sh = shell('cat -u', has\_input=True) >>> sh.write('Hello, world!') >>> sh.output() [ 'Hello, world!' ] # The class-based variant. >>> from shall import Shell >>> sh = Shell(has\_input=True) >>> sh.run('cat -u') >>> sh.write('Hello, world!') >>> sh.output() [ 'Hello, world!' ] ``` Warning You get one shot at sending input, after which the command will finish. Using `shell` for advanced, multi-prompt shell commands is likely is not a good option. ##### Chaining[¶](#chaining "Permalink to this headline") You can also chain calls together, if that suits you.: ``` >>> from shell import shell >>> shell('cat -u', has\_input=True).write('Hello, world!').output() [ 'Hello, world!' ] # The class-based variant. >>> from shall import Shell >>> Shell(has\_input=True).run('cat -u').write('Hello, world!').output() [ 'Hello, world!' ] ``` ##### Ignoring Large Output[¶](#ignoring-large-output "Permalink to this headline") By default, `shell` captures all output/errors. If you have a command that generates a large volume of output that you don’t care about, you can ignore it like so.: ``` >>> from shell import shell >>> sh = shell('run\_intensive\_command -v', record\_output=False, record\_errors=False) >>> sh.code 0 # The class-based variant. >>> from shall import Shell >>> sh = Shell(record\_output=False, record\_errors=False) >>> sh.run('run\_intensive\_command -v') >>> sh.code 0 ``` #### What Now?[¶](#what-now "Permalink to this headline") If you need more advanced functionality, subclassing the `Shell` class is the best place to start. You can find more details about it in the [*Shell API*](index.html#document-shell_api). ### Shell API[¶](#shell-api "Permalink to this headline") #### shell[¶](#module-shell "Permalink to this headline") ##### shell[¶](#id1 "Permalink to this headline") A better way to run shell commands in Python. If you just need to quickly run a command, you can use the `shell` shortcut function: ``` >>> from shell import shell >>> ls = shell('ls') >>> for file in ls.output(): ... print file 'another.txt' ``` If you need to extend the behavior, you can also use the `Shell` object: ``` >>> from shell import Shell >>> sh = Shell(has\_input=True) >>> cat = sh.run('cat -u') >>> cat.write('Hello, world!') >>> cat.output() ['Hello, world!'] ``` *exception* `shell.``CommandError`[¶](#shell.CommandError "Permalink to this definition") Thrown when a command fails. `error_code` *= 1*[¶](#shell.CommandError.error_code "Permalink to this definition") *exception* `shell.``MissingCommandException`[¶](#shell.MissingCommandException "Permalink to this definition") Thrown when no command was setup. *class* `shell.``Shell`(*has\_input=False*, *record\_output=True*, *record\_errors=True*, *strip\_empty=True*)[¶](#shell.Shell "Permalink to this definition") Handles executing commands & recording output. Optionally accepts a `has\_input` parameter, which should be a boolean. If set to `True`, the command will wait to execute until you call the `Shell.write` method & send input. (Default: `False`) Optionally accepts a `record\_output` parameter, which should be a boolean. If set to `True`, the stdout from the command will be recorded. (Default: `True`) Optionally accepts a `record\_errors` parameter, which should be a boolean. If set to `True`, the stderr from the command will be recorded. (Default: `True`) Optionally accepts a `strip\_empty` parameter, which should be a boolean. If set to `True`, only non-empty lines from `Shell.output` or `Shell.errors` will be returned. (Default: `True`) `errors`(*raw=False*)[¶](#shell.Shell.errors "Permalink to this definition") Returns the errors from running a command. Optionally accepts a `raw` parameter, which should be a boolean. If `raw` is set to `False`, you get an array of lines of errors. If `raw` is set to `True`, the raw string of errors is returned. (Default: `False`) Example: ``` >>> from shell import Shell >>> sh = Shell() >>> sh.run('ls /there-s-no-way-anyone/has/this/directory/please') >>> sh.errors() [ 'ls /there-s-no-way-anyone/has/this/directory/please: No such file or directory' ] ``` `kill`()[¶](#shell.Shell.kill "Permalink to this definition") Kills a given process. Example: ``` >>> from shell import Shell >>> sh = Shell() >>> sh.run('some\_long\_running\_thing') >>> sh.kill() ``` `output`(*raw=False*)[¶](#shell.Shell.output "Permalink to this definition") Returns the output from running a command. Optionally accepts a `raw` parameter, which should be a boolean. If `raw` is set to `False`, you get an array of lines of output. If `raw` is set to `True`, the raw string of output is returned. (Default: `False`) Example: ``` >>> from shell import Shell >>> sh = Shell() >>> sh.run('ls ~') >>> sh.output() [ 'hello.txt', 'world.txt', ] ``` `run`(*command*)[¶](#shell.Shell.run "Permalink to this definition") Runs a given command. Requires a `command` parameter should be either a string command (easier) or an array of arguments to send as the command (if you know what you’re doing). Returns the `Shell` instance. Example: ``` >>> from shell import Shell >>> sh = Shell() >>> sh.run('ls- alh') ``` `write`(*the\_input*)[¶](#shell.Shell.write "Permalink to this definition") If you’re working with an interactive process, sends that input to the process. This needs to be used in conjunction with the `has\_input=True` parameter. Requires a `the\_input` parameter, which should be a string of the input to send to the command. Returns the `Shell` instance. Example: ``` >>> from shell import Shell >>> sh = Shell(has\_input=True) >>> sh.run('cat -u') >>> sh.write('Hello world!') ``` *exception* `shell.``ShellException`[¶](#shell.ShellException "Permalink to this definition") The base exception for all shell-related errors. `shell.``shell`(*command*, *has\_input=False*, *record\_output=True*, *record\_errors=True*, *strip\_empty=True*)[¶](#shell.shell "Permalink to this definition") A convenient shortcut for running commands. Requires a `command` parameter should be either a string command (easier) or an array of arguments to send as the command (if you know what you’re doing). Optionally accepts a `has\_input` parameter, which should be a boolean. If set to `True`, the command will wait to execute until you call the `Shell.write` method & send input. (Default: `False`) Optionally accepts a `record\_output` parameter, which should be a boolean. If set to `True`, the stdout from the command will be recorded. (Default: `True`) Optionally accepts a `record\_errors` parameter, which should be a boolean. If set to `True`, the stderr from the command will be recorded. (Default: `True`) Optionally accepts a `strip\_empty` parameter, which should be a boolean. If set to `True`, only non-empty lines from `Shell.output` or `Shell.errors` will be returned. (Default: `True`) Returns the `Shell` instance, which has been run with the given command. Example: ``` >>> from shell import shell >>> sh = shell('ls -alh \*py') >>> sh.output() ['hello.py', 'world.py'] ``` ### Testing shell[¶](#testing-shell "Permalink to this headline") `shell` maintains 100% passing tests at all times. That said, there are undoubtedly bugs or odd configurations it doesn’t cover. #### Setup[¶](#setup "Permalink to this headline") Getting setup to run tests (Python 2) looks like: ``` $ git clone https://github.com/toastdriven/shell $ cd shell $ virtualenv env $ . env/bin/activate $ pip install mock==1.0.1 $ pip install nose==1.3.0 ``` Once that’s setup, setting up for Python 3 looks like: ``` $ virtualenv -p python3 env3 $ . env3/bin/activate $ pip install mock==1.0.1 $ pip install nose==1.3.0 ``` #### Running the tests[¶](#running-the-tests "Permalink to this headline") To run the tests, run the following: ``` $ nosetests -s tests.py ``` ### Contributing[¶](#contributing "Permalink to this headline") To contribute to `shell`, it must meet the following criteria: * Has a failing test case (see `tests.py` & testing) without the fix * Has a fix that matches existing style * Has docstrings * Adds to the documentation if the change is user-facing * Is BSD-compatibly licensed Please create fork on Github, clone your fork, create a new branch, make your changes on that branch, push it back to Github & open a pull request. Indices and tables[¶](#indices-and-tables "Permalink to this headline") ======================================================================= * [Index](genindex.html) * [Module Index](py-modindex.html) * [Search Page](search.html)
rook
go
io.aviso/rook 0.2.0 documentation [io.aviso/rook](index.html#document-index) stable * [Defining Endpoints](index.html#document-endpoints) + [Rook Routes](index.html#rook-routes) + [Namespace Metadata](index.html#namespace-metadata) + [Route Names](index.html#route-names) * [Nested Namespaces](index.html#document-nested) + [Namespace Inheritance](index.html#namespace-inheritance) * [Interceptors](index.html#document-interceptors) + [Interceptor Values](index.html#interceptor-values) + [Interceptor Generators](index.html#interceptor-generators) + [Applying Interceptors](index.html#applying-interceptors) * [Asynchronous Endpoints](index.html#document-async) * [Argument Resolvers](index.html#document-arg-resolvers) + [Predefined Argument Resolvers](index.html#predefined-argument-resolvers) + [Defining New Argument Resolvers](index.html#defining-new-argument-resolvers) + [Argument Resolver Errors](index.html#argument-resolver-errors) * [API](http://avisonovate.github.io/docs/rook) * [GitHub Project](https://github.com/AvisoNovate/rook) [io.aviso/rook](index.html#document-index) * [Docs](index.html#document-index) » * io.aviso/rook 0.2.0 documentation * [Edit on GitHub](https://github.com/AvisoNovate/rook/blob/57b849b56a40459b3e8a84dab77b415edc6d1639/docs/index.rst) --- io.aviso/rook[¶](#io-aviso-rook "Permalink to this headline") ============================================================= [![Clojars Project](http://clojars.org/io.aviso/rook/latest-version.svg)](http://clojars.org/io.aviso/rook) Easier Routing for Pedestal[¶](#easier-routing-for-pedestal "Permalink to this headline") ----------------------------------------------------------------------------------------- Rook is a way of mapping Clojure namespaces and functions as the endpoints of a [Pedestal](https://github.com/pedestal/pedestal) application. Using Rook, you map a namespace to a URI; Rook uses metadata to identify which functions are endpoints. It generates a [Pedestal routing table](https://github.com/pedestal/pedestal/blob/master/guides/documentation/service-routing.md#routing) that you can use as-is, or combine with more traditional routing. With Rook, your configuration is both less dense and more dynamic, because you only have to explicitly identify your namespaces and Rook finds all the endpoints within those namespaces. Rook is also designed to work well the [Component](https://github.com/stuartsierra/component) library, though Component is not a requirement. Rook generates a set of table routes that can then be used by the io.pedestal.http/create-server bootstrapping function. ``` (require '[io.aviso.rook :as rook] [io.pedestal.http :as http]) (def service-map {:env :prod ::http/routes (rook/gen-table-routes {"/widgets" 'org.example.widgets "/gizmos" 'org.example.gizmos} nil}) ::http/resource-path "/public" ::http/type :jetty ::http/port 8080}) (defn start [] (-> service-map http/create-server http/start)) ``` Rook supports many more options: * Nested namespaces * Defining interceptors for endpoints * Leveraging metadata at the namespace and function level * Defining constraints for path parameters License[¶](#license "Permalink to this headline") ------------------------------------------------- Rook is released under the terms of the [Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0). ### Defining Endpoints[¶](#defining-endpoints "Permalink to this headline") The io.aviso.rook/gen-table-routes function is provided with namespaces; the actual endpoints are functions within those namespaces. Rook identifies functions with the metadata :rook-route. Functions with this metadata will be added to the generated routing table. Here’s an example namespace with just a single endpoint: ``` (ns org.example.widgets (:require [ring.util.response :as r]) (defn list-widgets {:rook-route [:get ""]} [] ;; Placeholder: (r/response {:widgets []}) ``` Endpoint functions take some number of parameters (more on this shortly) and return a [Ring response map](https://github.com/ring-clojure/ring/blob/master/SPEC#L108). The above example is a placeholder: it returns a fixed and largely empty Ring response. In a real application, the function could be provided with a database connection of some sort and could perform a query and return the results of that query. Note Pedestal route matching is very specific: the `list-widgets` endpoint above is mapped to `/widgets`, and a client that requests `/widgets/` will get a 404 NOT FOUND response. #### Rook Routes[¶](#rook-routes "Permalink to this headline") The route meta is either two or three terms, in a vector: * The verb to use, such as :get, :post, :head, ... or :all. * The path to match. * (optional) A map of path variable constraints. For example, we might define some additional endpoints to flesh out a typical resource-oriented API: ``` (defn get-widget {:rook-route [:get "/:id" {:id #"\d{6}"}]} [^:path-param id] ;; Placeholder: (r/not-found "WIDGET NOT FOUND")) (defn update-widget {:rook-route [:post "/:id" {:id #"\d{6}"}]} [^:path-param id ^:request body] ;; Placeholder: (r/response "OK")) ``` The URI for the `get-widget` endpoint is `/widgets/:id`, where the `:id` path parameter must match the regular expression (six numeric digits). This is because the namespace’s URI is `/widgets` and the endpoint’s path is directly appended to that. Likewise, the `update-widget` endpoint is also mapped to the URI `/widgets/:id`, but with the POST verb. Because of how Pedestal routing is designed, a URI where the `:id` variable doesn’t match the regular expression will be ignored (it might match some other endpoint, but will most likely match nothing and result in a 404 NOT FOUND response). This example also illustrates another major feature of Rook: endpoints can have any number of parameters, but use metadata on the parameters to identify what is to be supplied. Two common parameter metadata are used in the above example: * :path-param is used to mark function parameters that should match against a path parameter. * :request is used to mark function parameters that should match a key stored in the Ring request map. Rook defines additional parameter metadata, and they are extensible. #### Namespace Metadata[¶](#namespace-metadata "Permalink to this headline") That repetition about the `:id` path parameter constraint is bothersome, having it multiple places just makes it more likely to have conflicts. Fortunately, Rook merges metadata from the namespace with metadata from the endpoint, allowing such things to be just defined once: ``` (ns org.example.widgets {:constraints {:id #"\d{6}"}} (:require [ring.util.response :as r]) (defn list-widgets {:rook-route [:get ""]} [] ;; Placeholder: (r/response {:widgets []}) (defn get-widget {:rook-route [:get "/:id"]} [^:path-param id] ;; Placeholder: (r/not-found "WIDGET NOT FOUND")) (defn update-widget {:rook-route [:post "/:id"]} [^:path-param id ^:request body] ;; Placeholder: (r/response "OK")) ``` Here, each endpoint inherits the `:id` constraint from the namespace. #### Route Names[¶](#route-names "Permalink to this headline") When Rook creates an interceptor, it provides a name for the interceptor; this is the keyword version of the fully qualified endpoint name. The interceptor name is the default route name, used by Pedestal when it create URLs. You can override the route name using the :route-name metadata on the endpoint function. ### Nested Namespaces[¶](#nested-namespaces "Permalink to this headline") Defining nested (that is, hierarchical) namespaces requires a smidgen of extra work. In the non-nested case, it is usually sufficient to just specify the namespace (as a symbol), but with nested namespaces, a map is used; this is the full namespace definition. ``` (rook/gen-table-routes {"/hotels" {:ns 'org.example.hotels :nested {"/:hotel-id/rooms" 'org.example.rooms}}} nil) ``` In this example, the outer namespace is mapped to `/hotels` and the nested rooms namespace is mapped to `/hotels/:hotel-id/rooms` ... in other words, whenever we access a specific room, we must also provide the hotel’s id in the URI. :nested is just a new mapping of paths to namespaces under `/hotels`; the map keys are extensions to the path, and the values can be namespace symbols or nested namespace definitions. #### Namespace Inheritance[¶](#namespace-inheritance "Permalink to this headline") Nested namespaces may inherit some data from their containing namespace: * :arg-resolvers - a map from keyword to [argument resolver factory](index.html#document-arg-resolvers) * :interceptors - a vector of [Pedestal interceptors](index.html#document-interceptors) * :constraints - a map from keyword to regular expression, for path parameter constraints These options flow as follows: ![digraph { defaults [label="io.aviso.rook/default-options"]; opts [label="gen-table-routes options"]; nsdef [label="outer namespace definition"]; nsmeta [label="outer namespace metadata"]; nesteddef [label="nested namespace definition"]; nestedmeta [label="nested namespace metadata"]; nestedfns [label="nested endpoint function metadata"]; fmeta [label="endpoint function metadata"]; defaults -> opts -> nsdef -> nsmeta -> nesteddef -> nestedmeta -> nestedfns; nsmeta -> fmeta; }](_images/graphviz-13597ec5ed8849652a5b077b96286e8f7583a383.png) Metadata on an endpoint function is handled slightly differently, :constraints overrides come from the third value in the :rook-route metadata. In all cases, a deep merge takes place: * nested maps are merged together, later overriding earlier * sequences are concatenated together (using `concat` for sequences, or `into` for vectors) This inheritance is quite useful: for example, the org.example.hotels namespace may define a `:hotel-id` constraint that will be inherited by the org.example.rooms namespace endpoints. ### Interceptors[¶](#interceptors "Permalink to this headline") Pedestal is all about [interceptors](https://github.com/pedestal/pedestal/blob/master/guides/documentation/service-interceptors.md), they are integral to how Pedestal applications are constructed and composed. Each endpoint function may define a set of interceptors specific to that function, using :interceptors metadata. Ultimately, Rook wraps endpoints functions so that they are Pedestal interceptors. Interceptors may be [inherited](index.html#document-nested) from the namespace and elsewhere. #### Interceptor Values[¶](#interceptor-values "Permalink to this headline") The interceptor values can be any of the values that Pedestal accepts as an interceptor: * An interceptor, as by io.pedestal.interceptor/interceptor. * A map, which is converted to an interceptor * A bunch of other things that make sense in terms of Pedestal’s deprecated terse routing syntax Rook adds one additional option, a keyword. The keyword references the :interceptor-defs option (passed to io.aviso.rook/gen-table-routes). A matching value must exist (otherwise, an exception is thrown). The value is typically a configured interceptor value. Pedestal Conflict? Normally, a function in the intererceptor chain is [interpreted as a Ring handler](http://pedestal.io/reference/interceptors#_handlers). However, those are *only* allowed in the final position of an interceptor chain. That’s never the case with Rook, because a Rook endpoint function is at the end of the interceptor chain. Alternately, the value might be a function, which acts as an interceptor generator. #### Interceptor Generators[¶](#interceptor-generators "Permalink to this headline") An interceptor generator is a function that creates an interceptor customized to the particular endpoint. It is passed a map that describes the endpoint, and returns an interceptor. The endpoint description has the following keys: :var The Clojure Var containing the endpoint function. :meta The metadata map for the endpoint function. :endpoint-name A string version of the fully qualified name of the endpoint function In this way, the interceptor can use the details of the particular endpoint to generate a custom interceptor. For example, an interceptor that did some special validation, or authentication, might use metadata on the endpoint function to determine what validations and authentications are necessary for that particular endpoint. Here’s a more concrete example, part of Rook’s test suite: ``` (ns sample.dynamic-interceptors (:require [io.pedestal.interceptor :refer [interceptor]])) (defn endpoint-labeler [endpoint] (let [{:keys [endpoint-name]} endpoint] (interceptor {:name ::endpoint-labeler :leave (fn [context] (assoc-in context [:response :headers "Endpoint"] endpoint-name))}))) ``` This generator returns an interceptor that operates during the leave phase, when there’s a response map. It adds the `Endpoint` header to the response. This same interceptor generator could be added to any number of endpoints; a unique interceptor instance will be generated for each endpoint. #### Applying Interceptors[¶](#applying-interceptors "Permalink to this headline") When a namespace provides :interceptor metadata, that’s a list of interceptors to add to every endpoint in the namespace, and in any nested namespaces. Tip This can cast a wider net than is desirable; for example, including the io.aviso.rook.interceptors/keywordized-form interceptor at the namespace level will add it to all endpoints in the namespace, even those that do not include a POSTed form. However, each individual endpoint will ultimately end up with its own individual interceptor list. Further, none of those interceptors will actually execute in a request unless routing selects that particular endpoint to handle the request. ![digraph { incoming [label="Incoming Request"]; definterceptors [label="Default Interceptors"]; routing [label="Pedestal Routing"]; endpoint [label="Endpoint Selected"]; interceptors [label="Endpoint's Interceptors"]; fn [label="Endpoint Function"]; incoming -> definterceptors -> routing -> endpoint -> interceptors -> fn; }](_images/graphviz-6e1987399263c5da97588d4545899e395768edb8.png) The default interceptors are usually provided by io.pedestal.http/create-server. These cover a number of cases such as handling requests for unmapped URIs, logging, preventing cross-site scripting forgery, and so forth. The :interceptor metadata in namespaces and elsewhere simply builds up the Endpoint’s Interceptors stage. ### Asynchronous Endpoints[¶](#asynchronous-endpoints "Permalink to this headline") There isn’t much to say here: an endpoint can be asynchronous by returning a [Clojure core.async](https://github.com/clojure/core.async) channel instead of a Ring response map. The channel must convey a Ring response map. Really, Pedestal takes care of the rest. ### Argument Resolvers[¶](#argument-resolvers "Permalink to this headline") In Rook, endpoint functions may [have many parameters](index.html#document-endpoints), in contrast to a traditional [Ring](https://github.com/ring-clojure) handler (or middleware), or a Pedestal interceptor. Argument resolvers are the bridge between the Pedestal context and the individual parameters of an endpoint function. Compared to a typical Ring request handler, this saves your code from the work of destructuring the Ring request map. Beyond that, it is possible to expose other Pedestal context values, or (via custom argument resolver generators) entirely other business logic. From a unit testing perspective, it is likely easier to pass a number of parameters than it is to construct the necessary Ring response map. The :arg-resolvers option is a map from keyword to argument resolver generator. When a parameter of an endpoint function has metadata with the matching key, the generator is invoked. The generator is passed the parameter symbol, and returns the argument resolver function; the argument resolver function is used during request processing. An argument resolver function is passed the Pedestal context and returns the argument value. There will be an individual argument resolver function created for each endpoint function parameter. By convention, when the metadata value is the literal value `true`, the symbol is converted to a keyword. So, if an endpoint function has a parameter `^:request body`, the :request argument resolver generator will return an argument resolver function equivalent to: ``` (fn [context] (let [v (get-in context [:request :body])] (if (some? v) v (throw (ex-info ...))))) ``` #### Predefined Argument Resolvers[¶](#predefined-argument-resolvers "Permalink to this headline") :request > > Key in the Ring request map (:request). Value may not be nil. :path-param > > A path parameter, value may not be nil. :query-param > > A query parameter, as an HTTP decoded string. :form-param > > A form parameter. Endpoints using this should include the > io.aviso.rook.interceptors/keywordized-form interceptor. Further details about these are in the [API documentation](http://avisonovate.github.io/docs/rook/io.aviso.rook.arg-resolvers.html#var-default-arg-resolvers). #### Defining New Argument Resolvers[¶](#defining-new-argument-resolvers "Permalink to this headline") It is completely reasonable to provide your own :arg-resolvers (as the :arg-resolvers key in the options passed to io.aviso.rook/gen-table-routes). ``` (require '[io.aviso.rook :as rook]) (defn inject-arg-resolver [injections] (fn [sym] (let [k (rook/meta-value-for-parameter sym :inject) injection (get injections k)] (fn [\_] injection)))) ... (rook/gen-table-routes {...} {:arg-resolvers {:inject (inject-arg-resolver dependencies)}}) ``` In the above example code, when the table routes are created, the dependencies symbol contains values that an endpoint function might need; for example, a database connection or the like. When :inject is seen on a parameter symbol, the symbol is converted to a keyword via the function meta-value-for-parameter. This is then used to find the specific dependency value; finally, an argument resolver is returned that ignores the provided context and supplies the value. #### Argument Resolver Errors[¶](#argument-resolver-errors "Permalink to this headline") Each endpoint parameter must apply to one and only one argument resolver. If you apply more than one (say `^:inject ^::request body`), you’ll see an exception thrown from gen-table-routes.