Saturday, September 08, 2018

Google Hacking

But That’s What I Wanted!
As you grom in your Google-Fu, you will undoubtedly want to perform a search that Google’s syntax doesn’t allow. When this happens, you’ll have to find other ways to tackle the problem. For now though, take the easy route and play by Google’s rules.


Google Highlighting
Google highlights search terms using multiple colors when you’re viewing the cached version of a page, and uses a bold typeface when displaying search terms on the search results pages. Don’t let this confuse you if the term is highlighted in a way that’s not consistent with your search syntax. Google highlights your search terms everywhere they appear in the search results. You can also use Google’s cache as a sort of virtual highlighter. Experiment with modifying a Google cache URL. Locate your search terms in the URL, and add words around your search terms. If you do it correctly and those words are present, Google will highlight those new words on the page.

Allintext: Locate a String Within the Text of a Page

The allintext operator is perhaps the simplest operator to use since it performs the function that search engines are most known for: locating a term within the text of the page. Although this advanced operator might seem too generic to be of any real use, it is handy when you know that the text you’re looking for should only be found in the text of the page. Using allintext can also serve as a type of shorthand for “find this string anywhere except in the title, the URL, and links.” Since this operator starts with the word all, every search term provided after the operator is considered part of the operator’s search query.
For this reason, the allintext operator should not be mixed with other advanced operators.


Googleturds
So, what about that link that Google returned to r&besk.tr.cx? What is that thing? I coined the term googleturd to describe what is most likely a typo that was crawled by Google. Depending on certain undisclosed circumstances, oddball links like these are sometimes retained. Googleturds can be useful, as we will see later on.
Tools & Traps…
How’d You Do That?
The data in Table 2.2 came from two sources: filext.org and Google. First, I used lynx to scrape portions of the filext.org Web site in order to compile a list of known file extensions. For example, this line of bash will extract every file extension starting with the letter A, outputting it to a file called extensions:
lynx -source “http://filext.com/alphalist.php?extstart=_A” | grep “
extensions
Then, each extension is fired through a Google filext search, to concentrate on the Results line:
for ext in $$cat extensions$$; do lynx -dump
http://www.google.com.ezp-prod1.hul.harvard.edu/search?q=filetype:$ext” | grep Results | grep “of about”; done
The process took tens of thousands of queries and several hours to run. Google was gracious enough not to blacklist me for the flagrant violation of its Terms of Use!
How’d You Do That?
The data in Table 2.2 came from two sources: filext.org and Google. First, I used lynx to scrape portions of the filext.org Web site in order to compile a list of known file extensions. For example, this line of bash will extract every file extension starting with the letter A, outputting it to a file called extensions:
lynx -source “http://filext.com/alphalist.php?extstart=_A” | grep “
extensions
Then, each extension is fired through a Google filext search, to concentrate on the Results line:
for ext in $$cat extensions$$; do lynx -dump
http://www.google.com.ezp-prod1.hul.harvard.edu/search?q=filetype:$ext” | grep Results | grep “of about”; done
The process took tens of thousands of queries and several hours to run. Google was gracious enough not to blacklist me for the flagrant violation of its Terms of Use!

Notes from the Underground…
Bad Google Hacker!
If Gandalf the Grey were to author this sidebar, he wouldn’t be able to resist saying something like “There are fouler things than characters lurking in the dark places of Google’s cache.” The most grave examples of Google’s power lies in the use of the numrange operator. It would be extremely irresponsible of me to share these powerful queries with you. Fortunately, the abuse of this operator has been curbed due to the diligence of the hard-working members of the Search Engine Hacking forums at http://johnny.ihackstuff.com. The members of that community have taken the high road time and time again to get the word out about the dangers of Google hackers without spilling the beans and creating even more hackers. This sidebar is dedicated to them!



Sweet coating of Terror

Honey appealed to two growing religions, Christianity and Islam. Christians used it to sweeten their medicines and spice their food and fermented it into intoxicating mead. In the Middle Ages, heavy drinking Bavaria, Bohemia and Baltic Europe consumed it in "industrial proportions."

 Virginity-obsessed Christian theologians pronounced honey and beeswax produced by non- swarming (hence still virgin) bees sacred, and used only virtuously pure beeswax candles in Christian liturgies. Monasteries took up apiculture and produced these candles, mead and other honied by-products. Beekeepers had their special saints, including the famed "Honey-Tongued Doctor" Ambrose of Milan, and Valentine, whose feast day is famously sweetened. Unlike the wine-drinking Jesus of Nazareth and the Christian leaders who proselytized the new religion,

the Prophet Mohammed forbade his followers to consume alcohol. Muslims, their numbers ever growing, had to rely on non-alcoholic beverages. The Koran commended honey for its medicinal benefits, and mint tea, served very hot and laden with honey, was a favourite.
Honey remains an important sweetener in the Middle East, which imports it from Pakistan and the United States. Curiously, a significant source of Saudi terrorist Osama bin Laden's fortune is a vast network of honey shops. 
He and his al-Qaeda associates have also concealed drugs, weapons and money in honey shipments. "Inspectors don't want to inspect that product. It's too Messy.

Computers talking to other computers development of AI



Primary analyses were conducted using Review Manager (RevMan), version 5.3 (Nordic Cochrane

RevMan 5 | Cochrane Community

https://community.cochrane.org/help/tools-and-software/revman-5

It can perform meta-analysis of the data entered, and present the results graphically. You can also useRevMan to write reviews of diagnostic test accuracy studies, reviews of studies of methodology and overviews of reviews. The latest major version, RevMan 5.3, was released on 13 June 2014.Centre, Cochrane Collaboration, Copenhagen, Denmark).

 Subgroup and publication bias analyses were conducted using STATA software, version 13.0 (StataCorp, College Station, TX, USA).

Products
Purchase
Learn
Support
Company
 
   »  Home »  Products »  Features
Order Stata
Stata features
Stata puts hundreds of statistical tools at your fingertips. For data management, statistical analysis, and publication-quality graphics, Stata has you covered.

Browse what Stata has to offer.

By discipline
 Behavioral sciences
 Biostatistics
 Economics
 Education
 Epidemiology
 Finance, business, and marketing
 Medicine
 Political science
 Public health
 Public policy
 Sociology
By category
Linear models

regression  •  censored outcomes  •  endogenous regressors  •  bootstrap, jackknife, and robust and cluster–robust variance  •  instrumental variables  •  three-stage least squares  •  constraints  •  quantile regression  •  GLS  •  more
Panel/longitudinal data

random and fixed effects with robust standard errors  •  linear mixed models  •  random-effects probit  •  GEE  •  random- and fixed-effects Poisson  •  dynamic panel-data models  •  instrumental variables  •  panel unit-root tests  •  more
Multilevel mixed-effects models

continuous, binary, count, and survival outcomes  •  two-, three-, and higher-level models  •  generalized linear models  •  nonlinear models  •  random intercepts  •  random slopes  •  crossed random effects  •  BLUPs of effects and fitted values  •  hierarchical models  •  residual error structures  •  DDF adjustments  •  support for survey data  •  more
Binary, count, and limited outcomes

logistic, probit, tobit  •  Poisson and negative binomial  •  conditional, multinomial, nested, ordered, rank-ordered, and stereotype logistic  •  multinomial probit  •  zero-inflated and left-truncated count models  •  selection models  •  marginal effects  •  more
Extended regression models (ERMs)

combine endogenous covariates, sample selection, and nonrandom treatment in models for continuous, interval-censored, binary, and ordinal outcomes  •  more
Generalized linear models (GLMs)

ten link functions  •  user-defined links  •  seven distributions  •  ML and IRLS estimation  •  nine variance estimators  •  seven residuals  •  more
Finite mixture models (FMMs)

fmm: prefix for 17 estimators  •  mixtures of a single estimator  •  mixtures combining multiple estimators or distributions  •  continuous, binary, count, ordinal, categorical, censored, truncated, and survival outcomes  •  more
Spatial autoregressive models

spatial lags of dependent variable, independent variables, and autoregressive errors  •  fixed and random effects in panel data  •  endogenous covariates  •  analyze spillover effects  •  more
ANOVA/MANOVA

balanced and unbalanced designs  •  factorial, nested, and mixed designs  •  repeated measures  •  marginal means  •  contrasts  •  more
Exact statistics

exact logistic and Poisson regression  •  exact case–control statistics  •  binomial tests  •  Fisher’s exact test for r × c tables  •  more
Linearized DSGE models

specify models algebraically  •  solve models  •  estimate parameters  •  identification diagnostics  •  policy and transition matrices  •  IRFs  •  dynamic forecasts  •  more
Tests, predictions, and effects

Wald tests  •  LR tests  •  linear and nonlinear combinations  •  predictions and generalized predictions  •  marginal means  •  least-squares means  •  adjusted means  •  marginal and partial effects  •  forecast models  •  Hausman tests  •  more
Contrasts, pairwise comparisons, and margins

compare means, intercepts, or slopes  •  compare with reference category, adjacent category, grand mean, etc.  •  orthogonal polynomials  •  multiple-comparison adjustments  •  graph estimated means and contrasts  •  interaction plots  •  more
Simple maximum likelihood

specify likelihood using simple expressions  •  no programming required  •  survey data  •  standard, robust, bootstrap, and jackknife SEs  •  matrix estimators  •  more
Programmable maximum likelihood

user-specified functions  •  NR, DFP, BFGS, BHHH  •  OIM, OPG, robust, bootstrap, and jackknife SEs  •  Wald tests  •  survey data  •  numeric or analytic derivatives  •  more
Resampling and simulation methods

bootstrap  •  jackknife  •  Monte Carlo simulation  •  permutation tests  •  more
Time series

ARIMA  •  ARFIMA  •  ARCH/GARCH  •  VAR  •  VECM  •  multivariate GARCH  •  unobserved-components model  •  dynamic factors  •  state-space models  •  Markov-switching models  •  business calendars  •  tests for structural breaks  •  threshold regression  •  forecasts  •  impulse–response functions  •  unit-root tests  •  filters and smoothers  •  rolling and recursive estimation  •  more
Survival analysis

Kaplan–Meier and Nelson–Aalen estimators,  •  Cox regression (frailty)  •  parametric models (frailty, random effects)  •  competing risks  •  hazards  •  time-varying covariates  •  left-, right-, and interval-censoring  •  Weibull, exponential, and Gompertz models  •  more
Bayesian analysis

thousands of built-in models  •  univariate and multivariate models  •  linear and nonlinear models  •  multilevel models  •  continuous, binary, ordinal, and count outcomes  •  bayes: prefix for 45 estimation commands  •  continuous univariate, multivariate, and discrete priors  •  add your own models  •  convergence diagnostics  •  posterior summaries  •  hypothesis testing  •  model comparison  •  more
Power and sample size

power  •  sample size  •  effect size  •  minimum detectable effect  •  means  •  proportions  •  variances  •  correlations  •  ANOVA  •  regression  •  cluster randomized designs  •  case–control studies  •  cohort studies  •  contingency tables  •  survival analysis  •  balanced or unbalanced designs  •  results in tables or graphs  •  more
Treatment effects/Causal inference

inverse probability weight (IPW)  •  doubly robust methods  •  propensity-score matching  •  regression adjustment  •  covariate matching  •  multilevel treatments  •  endogenous treatments  •  average treatment effects (ATEs)  •  ATEs on the treated (ATETs)  •  potential-outcome means (POMs)  •  continuous, binary, count, fractional, and survival outcomes  •  more
SEM (structural equation modeling)

graphical path diagram builder  •  standardized and unstandardized estimates  •  modification indices  •  direct and indirect effects  •  continuous, binary, count, ordinal, and survival outcomes  •  multilevel models  •  random slopes and intercepts  •  factor scores, empirical Bayes, and other predictions  •  groups and tests of invariance  •  goodness of fit  •  handles MAR data by FIML  •  correlated data  •  survey data  •  more
Latent class analysis

binary, ordinal, continuous, count, categorical, fractional, and survival items  •  add covariates to model class membership  •  combine with SEM path models  •  expected class proportions  •  goodness of fit  •  predictions of class membership  •  more
Multiple imputation

nine univariate imputation methods  •  multivariate normal imputation  •  chained equations  •  explore pattern of missingness  •  manage imputed datasets  •  fit model and pool results  •  transform parameters  •  joint tests of parameter estimates  •  predictions  •  more
Survey methods

multistage designs  •  bootstrap, BRR, jackknife, linearized, and SDR variance estimation  •  poststratification  •  DEFF  •  predictive margins  •  means, proportions, ratios, totals  •  summary tables  •  almost all estimators supported  •  more
Cluster analysis

hierarchical clustering  •  kmeans and kmedian nonhierarchical clustering  •  dendrograms  •  stopping rules  •  user-extensible analyses  •  more
IRT (item response theory)

binary (1PL, 2PL, 3PL), ordinal, and categorical response models  •  item characteristic curves  •  test characteristic curves  •  item information functions  •  test information functions  •  differential item functioning (DIF)  •  more
Multivariate methods

factor analysis  •  principal components  •  discriminant analysis  •  rotation  •  multidimensional scaling  •  Procrustean analysis  •  correspondence analysis  •  biplots  •  dendrograms  •  user-extensible analyses  •  more
Data management

data transformations  •  match-merge  •  import/export data  •  ODBC  •  SQL  •  Unicode  •  by-group processing  •  append files  •  sort  •  row–column transposition  •  labeling  •  save results  •  more
Graphics

lines  •  bars  •  areas  •  ranges  •  contours  •  confidence intervals  •  interaction plots  •  survival plots  •  publication quality  •  customize anything  •  Graph Editor  •  more
Graphical user interface

menus and dialogs for all features  •  Data Editor  •  Variables Manager  •  Graph Editor  •  Project Manager  •  Do-file Editor  •  Clipboard Preview Tool  •  multiple preference sets  •  more
Documentation

27 manuals  •  14,000+ pages  •  seamless navigation  •  thousands of worked examples  •  quick starts  •  methods and formulas  •  references  •  more
Basic statistics

summaries  •  cross-tabulations  •  correlations  •  z and t tests  •  equality-of-variance tests  •  tests of proportions  •  confidence intervals  •  factor variables  •  more
Nonparametric methods

nonparametric regression  •  Wilcoxon–Mann–Whitney, Wilcoxon signed ranks, and Kruskal–Wallis tests  •  Spearman and Kendall correlations  •  Kolmogorov–Smirnov tests  •  exact binomial CIs  •  survival data  •  ROC analysis  •  smoothing  •  bootstrapping  •  more
Epidemiology

standardization of rates  •  case–control  •  cohort  •  matched case–control  •  Mantel–Haenszel  •  pharmacokinetics  •  ROC analysis  •  ICD-10  •  more
GMM and nonlinear regression

generalized method of moments (GMM)  •  nonlinear regression  •  more
Other statistical methods

kappa measure of interrater agreement  •  Cronbach's alpha  •  stepwise regression  •  tests of normality  •  more
Functions

statistical  •  random-number  •  mathematical  •  string  •  date and time  •  more
Internet capabilities

ability to install new commands  •  web updating  •  web file sharing  •  latest Stata news  •  more
Mata—Stata's serious programming language

interactive sessions  •  large-scale development projects  •  optimization  •  matrix inversions  •  decompositions  •  eigenvalues and eigenvectors  •  LAPACK engine  •  real and complex numbers  •  string matrices  •  interface to Stata datasets and matrices  •  numerical derivatives  •  object-oriented programming  •  more
Programming features

adding new commands  •  command scripting  •  object-oriented programming  •  menu and dialog-box programming  •  dynamic documents  •  Markdown  •  Project Manager  •  plugins  •  more
Community-contributed commands

community-contributed commands for meta-analysis, data management, survival, econometrics, more
Embedded statistical computations

Numerics by Stata
Installation Qualification

IQ report for regulatory agencies such as the FDA  •  installation verification
Accessibility

Section 508 compliance, accessibility for persons with disabilities
Sample session

A sample session of Stata for Mac, Unix, or Windows.
New in Stata 15—Latent class analysis  •  Bayes prefix  •  Combine endogenous regressors, treatment effects, and selection  •  Spatial autoregressive models  •  Finite mixture models (FMM)  •  Markdown—create web pages with intermixed text, Stata output, and graphs  •  DSGE models  •  Nonlinear multilevel and panel-data models  •  Mixed logit choice models  •  Multilevel Bayesian analysis  •  Nonparametric regression  •  Interval-censored survival models  •  and much more

/* <![CDATA[ */ var google_conversion_id = 1021624005; var google_conversion_language = "en"; var google_conversion_format = "1"; var google_conversion_color = "ffffff"; var google_conversion_label = "mb-7CNfD-AEQxf2S5wM"; var google_conversion_value = 0; /* ]]> */
Stata
New in Stata
Why Stata?
All features
Features by disciplines
Stata/MP
Which Stata is right for me?
Order Stata
Shop
Order Stata
Bookstore
Stata Press books
Stata Journal
Gift Shop
Support
Training
Video tutorials
FAQs
Statalist: The Stata Forum
Resources
Technical support
Customer service
Company
Contact us
Customer service
Announcements
Search

The Stata Blog: Not Elsewhere Classified Find us on Facebook Follow us on Twitter LinkedIn Google+ YouTube Instagram
© Copyright 1996–2018 StataCorp LLC   •   Terms of use   •   Privacy   •   Contact us


We used qualitative analysis software (ATLAS.ti 5.0, Scientific Software Development, Berlin, Germany) to facilitate data organization and retrieval.

The Golden Rules of Google Searching

Before we discuss Google searching, we should understand some of the basic ground rules:
  • image   Google queries are not case sensitive. Google doesn’t care if you type your query in lowercase letters (hackers), uppercase (HACKERS), camel case (hAcKeR), or psycho-case (haCKeR)—the word is always regarded the same way. This is especially important when you’re searching things like source code listings, when the case of the term carries a great deal of meaning for the programmer. The one notable exception is the word or. When used as the Boolean operator, or must be written in uppercase, as OR.
  • image   Google -wildcards. Google’s concept of wildcards is not the same as a programmer’s concept of wildcards. Most consider wildcardsto be either a symbolic representation of any single letter (UNIX fans may think of the question mark) or any series of letters represented by an asterisk. This type of technique is called stemming. Google’s wildcard, the asterisk (*), represents nothing more than a single word in a search phrase. Using an asterisk at the beginning or end of a word will not provide you any more hits than using the word by itself.
  • image   Google reserves the right to ignore you. Google ignores certain common words, characters, and single digits in a search. These are sometimes called stop words. According to Google’s basic search document (www.google.com/help/basics.html), these words include where and how, as shown in Figure 1.12. However, Google does seem to include those words in a search. For example, a search for WHERE 1 = 1 returns less results than a search for 1 = 1. This is an indication that the WHERE is being included in the search. A search for where pig returns significantly less results than a simple search for pig, again an indication that Google does in fact include words like how and where. Sometimes Google will silently ignore these stop words. For example, a search for HOW 1 = WHERE 4 returns the same number of results as a query for 1 = WHERE 4. This seems to indicate that the word HOW is irrelevant to the search results, and that Google silently ignored the word. There are no obvious rules for word exclusion, but sometimes when Google ignores a search term, a notification will appear on the results page just below the query box.
One way to force Google into using common words is to include them in quotes. Doing so submits the search as a phrase, and results will include all the words in the term, regardless of how common they may be. You can also precede the term with a + sign, as in the query +and. Submitted without the quotes, taking care not to put a space between the + and the word and, this search returns nearly five billion results!

Underground Googling…
Super-Size That Search!
One very interesting search is the search for of*. This search produces somewhere in the neighborhood of eighteen billion search results, making it one of the most prolific searches known! Can you top this search?

image   32–word limit Google limits searches to 32 words, which is up from the previous limit often words. This includes search terms as well as advanced operators, which we’ll discuss in a moment. While this is sufficient for most users, there are ways to get beyond that limit. One way is to replace some terms with the wildcard character (*). Google does not count the wildcard character as a search term, allowing you to extend your searches quite a bit. Consider a query for the wording of the beginning of the U.S. Constitution:
we the people of the united states in order to form a more perfect union establish justice


Underground Googling…
Bad Form on Purpose
In some cases, there’s nothing wrong with using poor Google syntax in a search. If Google safely ignores part of a human-friendly query, leave it alone. The human readers will thank you!

Quick Hex Conversions
To quickly determine hex codes for a character, you can run an American Standard Code for Information Interchange (ASCII) from a UNIX or Linux machine, or Google for the term “ascii table.”

Sticky Subject
The hl value is sticky! This means that if you change this value in your URL, it sticks for future searches. The best way to change it back is through Google preferences or by changing the hl code directly inside the URL.

   intitle, allintitle
image   inurl, allinurl
image   filetype
image   allintext
image   site
image   link
image   inanchor
image   daterange
image   cache
image   info
image   related
image   phonebook
image   rphonebook
image   bphonebook
image   author
image   group
image   msgid
image   insubject
image   stocks
image   define

Advanced operators are additions to a query designed to narrow down the search results. Although they re relatively easy to use, they have a fairly rigid syntax that must be followed. The basic syntax of an advanced operator is operator:search_term. When using advanced operators, keep in mind the following:

image   There is no space between the operator, the colon, and the search term. Violating this syntax can produce undesired results and will keep Google from understanding what it is you’re trying to do. In most cases, Google will treat a syntactically bad advanced operator as just another search term. For example, providing the advanced operator intitle without a following colon and search term will cause Google to return pages that contain the word intitle.
image   The search term portion of an operator search follows the syntax discussed in the previous chapter. For example, a search term can be a single word or a phrase surrounded by quotes. If you use a phrase, just make sure there are no spaces between the operator, the colon, and the first quote of the phrase.
image   Boolean operators and special characters (such as OR and +) can still be applied to advanced operator queries, but be sure they don’t get in the way of the separating colon.
image   Advanced operators can be combined in a single query as long as you honor both the basic Google query syntax as well as the advanced operator syntax. Some advanced operators combine better than others, and some simply cannot be combined. We will take a look at these limitations later in this chapter.
image   The ALL operators (the operators beginning with the word ALL) are oddballs. They are generally used once per query and cannot be mixed with other operators.
Examples of valid queries that use advanced operators include these:

image   intitle: Google This query will return pages that have the word Google in their title.
image   intitle: “index of” This query will return pages that have the phrase index of in their title. Remember from the previous chapter that this query could also be given as intitle:index.of, since the period serves as any character. This technique also makes it easy to supply a phrase without having to type the spaces and the quotation marks around the phrase.
image   intitle: “index of” private This query will return pages that have the phrase index of in their title and also have the word private anywhere in the page, including in the URL, the title, the text, and so on. Notice that intitle only applies to the phrase index of and not the word private, since the first unquoted space follows the phrase index of. Google interprets that space as the end of your advanced operator search term and continues processing the rest of the query.
image   intitle: “index of” “backup files” This query will return pages that have the phrase index of in their title and the phrase backup files anywhere in the page, including the URL, the title, the text, and so on. Again, notice that intitle only applies to the phrase index of.

The Relative Legibility of Different Faces of Printing Types

V. CONCLUSIONS I. Certain faces of type are much more legible than other faces, and certain letters of every face are much more legible than other letters of the same face. 2. These differences in legibility prove to be greater when letters are presented in isolation from one another than when they are presented in groups. 3. Legibility is a product of six factors: r. the form of the letter; 2. the size of the letter; 3. the heaviness of the face of the letter (the thickness of the lines which constitute the letter); 4. the width of the white margin which surrounds the letter; 5. the position of the letter in the letter-group; 6. the shape and size of the adjacent letters. In our experiments, the first factor seemed to be less significant than any of the other five, i.e., in the typefaces which were employed in the present investigation, the form of any given letter of the alphabet usually This content downloaded from 66.76.156.241 on Sat, 08 Sep 2018 20:05:59 UTC All use subject to https://about.jstor.org/terms 34 ROETHLEIN varied between such narrow limits as to constitute a relatively insignificant factor in the determination of its legibility. 4. The relatively heavy-faced types prove to be more legible than the light-faced types. The optimal heaviness of face seems to lie in a mean between the bold faces and such light faces as Scotch Roman and Cushing Monotone. 5. The initial position in a group of letters is the most advantageous position for legibility; the final position comes next in order of advantage, and the intermediate or internal positions are least favourable for legibility. 6. The size and the form of the letters which stand adjacent to any given letter play an important role in determining its legibility, and the misreadings which occur in the case of grouped letters are of a wholly different sort from those which occur in the case of isolated letters. When letters of the same height or of similar form appear side by side, they become relatively illegible. But the juxtaposition of an ascender, a descender and a short letter tend to improve the legibility of each, as also does the juxtaposition of letters which are made up wholly or chiefly of straight lines and letters which are made up wholly or chiefly of curved lines. 7. The quality and the texture of the paper is a much less significant factor that has been supposed,-provided, of course, that the illumination and the inclination of the paper are such as to secure an optimal condition of light reflection from its surface. 8. There is an urgent need for modification of certain letters of the alphabet


What about Non-Roman alphabets? are there any studies?


Thursday, September 06, 2018

Nutrition Analysis

 This is  somewhat dated will check for more  latest  Nutritional Analysis Software
Axxya SystemsESHA – Genesis R&D SQL
ESHA – Food Processor SQLFoodWorksMenuCalc
National Laboratory Analysis Companies  (some may offer volume discounts. Call for pricing.)
Covance
California
Michelson Laboratories, Inc.
6280 Chalet Drive
Commerce, CA 90040
Michelson Laboratories of Northern California
1451 Moffat Blvd
Suite #1
Manteca, CA 95336
562-928-0553
888-941-5050
www.michelsonlab.com
Colorado
Industrial Laboratories Company, Inc.
4046 Youngfield Street
Wheat Ridge, CO 80033
303-287-9691
www.industriallabs.net
Warren Analytical Laboratory
650 “O” Street
Greeley, CO 80631
970-475-0252
800-945-6669
www.warrenlab.com
Connecticut
Northeast Laboratories, Inc.
129 Mill Street, Suite 11
Berlin, CT 06037
800.654.1230
www.nelabsct.com
Illinois
Silliker, Inc.
900 Maple Road
Homewood, IL 60430
708-957-7878
www.silliker.com
Iowa
Eurofins Scientific, Inc.
2200 Rittenhouse St, Suite 150
Des Moines, IA 50321
515-265-1461
http://www.eurofinsus.com
LouisianaIntertek Total Quality Assurance
160 James Drive East, Suite 200
Saint Rose, LA 70087
888-400-0084 or 281-971-5600
www.intertek-cb.com
Massachusetts
Krueger Food Laboratories, Inc
21 Alpha Road, Suite D
Chelmsford, MA 01824
978-256-1220
www.kfl.com
Minnesota
Medallion Labs
9000 Plymouth Ave North
Minneapolis, MN 55427
1-800-245-5615
www.medlabs.com
Nebraska
Midwest Laboratories
13611 B Street
Omaha, NE 68144
402-334-7770 
https://www.midwestlabs.com
Food Processing Center, University of Nebraska-Lincoln
143 Filley Hall
402-472-2832 
http://fpc.unl.edu/
New York
Certified Laboratories, Inc.
200 Express Street
Plainview, NY 11803
800-CERT-LAB or 516-576-1400
www.800certlab.com
North Carolina
Craft Technologies, Inc.
4344 Frank Price Church Road
Wilson, NC 29893
252-206-7071
www.crafttechnologies.com
Oregon
Exova
12003 N.E. Ainsworth Circle Suite #105
Portland, OR 97220
503-253-9136 
http://www.exova.ca
Pennsylvania
Microbac
100 Marshall Drive
Warrendale, PA 15086
724-772-0610
www.microbac.com

*27 locations in the East and Midwest
QC Laboratories
1205 Industrial Blvd
Box 514
Southampton, PA 18966
800-289-8378 or 215-355-3900
www.qclaboratories.com
Texas
Analytical Food Laboratories
860 Greenview Dr
Grand Prairie, TX 75050
800-242-6494
www.afltexas.com

Wednesday, September 05, 2018

Anxiety disorder , Benzodiazepines and Beers criteria and "paperless office"




In the early days of personal computers, the term " paperless office" used to be thrown around all the time.
"Statistics reveal that the number of pages consumed in U.S. offices is going up at a startling rate of 20% per year (K2 Enterprises) and additional research reveals that the healthcare industry spends twice as much time with paper than any other industry (IDC)."

The paperless world was a publicist's slogan, intended to describe the office of the future. It was facilitated by the popularization of video display computer terminals like the 1964 IBM 2260
For these reasons, while there may be a reduction of paper, some uses of paper will likely remain indefinitely.[13] However, a 2015 questionnaire[14] suggested that nearly half of small/medium-sized businesses believed they were or could go paperless by the end of that year.

I wonder  who wanted to do a survey on a 52-year-old slogan which has remained unfulfilled and in fact  the  use of paper iincreasing

After the consolidation of mailout Pharmacies under the guise of improving patient care, reams of paper is delivered to the primary care physician advising him/her about their patients not filling their medications. How they are not trying to come between my self and my patients (HA!HA! HA!) but at the same time reminding us to discuss this with the patient.
We also get tons of paper from the same Insurance companies and  pharmacies giving friendly advice about  Beers criteria.



 Recently an 81-year-old woman came to me asking to get rid of her addiction to 0.25 mg alprazolam per day! Why now after 20 + years of use? she said she was told by a newly minted doctor that it is an addictive medication and she does not want to be a "Junkie" she did not want to listen to my advice and went to 3 different doctors who all tried various different medications, with various side effects.





Benzo comparison and the Valium phenomenon

I have been treating patients in South India, NorthIndia, Iran, Ohio and Texas for>35 years total.
What I see is stupid scaremongering by some Ivory tower doctors and the corrupt as well as stupid FDA which is leading to poor treatment of severe anxiety in some patients who are going from doctor to doctor and in the process getting the label " Drug seeking".

 Recently an 81-year-old woman came to me asking to get rid of her addiction to 0.25 mg alprazolam per day! Why now after  20 + years of use? she said  she was told by a newly minted doctor  that  it is an addictive medication and she  does not want to be a "Junkie"

 A number of  Agoraphobic  patients  who can not afford to go see  specialist Psychiatrists are denied  proper treatment  or  prescribed new drugs(  exorbitantly costly but really useless clinically)




Diazepam is approved for the treatment of anxiety, acute alcohol withdrawal, skeletal muscle spasm, and convulsive disorders (e.g., status epilepticus).
 It is used off-label for numerous other conditions including insomnia, restless leg syndrome, and pre/post-operative sedation. It is a Schedule IV controlled substance.Approved Indications


Serious and fatal adverse events associated with diazepam are extremely rare and are most often a consequence of interaction with another drug (such as opiates or alcohol). The most common fatal events are respiratory arrest and prolonged seizures resulting from prolonged habitual use, rather than acute overdose. In fact, reported cases of overdoses up to 2000 mg diazepam have resulted in an induced temporary coma with speedy recovery. More moderate adverse effects from chronic diazepam use include amnesia, dizziness, ataxia, confusion, sedation, depression, and tachycardia. Also, worsening of seizures or anxiety can occur in some patients being treated for epilepsy or anxiety disorders.


Diazepam exhibits a lower risk profile for addiction and dependence than other benzodiazepines, and it is typically used for treatment of withdrawal symptoms from other benzodiazepines and alcohol.

Despite the vast majority of prescriptions validated for legitimate medical use, and abuse mostly occurring in individuals abusing other illicit drugs (especially heroin and alcohol), diazepam and other benzodiazepines fell out of favor with much of the medical community and were stigmatized by public regulatory institutions. While the restrictions in the United States, under the Controlled Substances Act as a schedule IV drug, have been relatively soft, action taken in European countries and in certain domestic areas has been more severe. Trialozam 16, one of the most frequently prescribed benzodiazepines in the United States and the United Kingdom, was suspended and then removed from the market in The Netherlands in 1979, the United Kingdom in 1991, and other western European nations quickly followed suit. Several countries placed hard restrictions on other benzodiazepines with high potentials for abuse (especially through intravenous routes), such as temazepam 11. The state of New York passed rigorous compliance regulations in 1989, most notably the requirement of state-issued triplicate copy prescription forms. This resulted in a 30–60% decrease in benzodiazepine prescriptions, and large increases in the use of inappropriate therapeutics (such as chloral hydrate and meprobamate) at rates over 100%. In 1994, the World Health Organization expert committee on drug dependence considered flunitrazepam (13) abuse as a substantial threat to public health. On top of self-abuse, flunitrazepam is used as a “date rape” drug, and therefore has historically received tighter regulations and scheduling than other benzodiazepines. While single actions against diazepam have not been taken, it certainly assumes the role as the face of general benzodiazepine class regulations, especially as Valium, “Mother’s Little Helper”. With the arrival of new tricyclic and SSRI compounds, in addition to the lingering backlash and fears from overuse in the 1970s and 1980s, diazepam prescriptions fell dramatically.
However, there have been recent calls to dispel the “end of the benzodiazepine era”. While treatment for OCD has yielded to newer classes of drugs, benzodiazepines are still considered first-line treatment for most other anxiety disorders and phobias. This is partly due to major side effects in SSRIs, lackluster efficacy versus specific conditions, and slower onset of action, despite many groups still championing SSRIs as first-line treatment.
The future of diazepam is still unfolding, but its addition to the World Health Organization’s list of essential medicines highlights its crucial role to modern medicine. Diazepam’s 50-year history of raising the standard of care and revolutionizing treatments in anxiety and epilepsy, among other illnesses, unequivocally earns the status as a classic in chemical neuroscience

*

Classics in Chemical Neuroscience: Diazepam (Valium)