REVIEW 5 major objections 6 minor 123 references
Conspiracy to Commit: Information Pollution, Artificial Intelligence, and Real-World Hate Crime
T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read Online searches for a handful of racially charged conspiracy theories—notably the Great Replacement, Q-Anon, and Rothschilds—improve machine-learning forecasts of weekly hate crimes in Michigan, with effects appearing two to three weeks…
desk verdict Legitimate extension and honest about limitations, but the subset finding is a selection artifact risk and the abstract overclaims. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is a lightweight one-dimensional convolutional neural network (1D-CNN) with three convolutional layers (32, 64, and 128 filters), ReLU activations, dropout, early stopping, and two fully connected layers, trained to forecast hate crime counts four weeks ahead from five-week windows of inputs. For each of 36 conspiracy search series, separate models are trained at lags -1, 0, 1, 2, and 3, and their scaled mean absolute error is compared against a baseline that sees only historical hate crimes and week/month seasonal dummies. To ensure any improvement comes from the time structure rather than incidental numeric properties, the authors rerun each model with the conspiracy series randomly permuted and require the original series to beat the best of three permuted runs (positive permutation importance).
What would settle it
Run the same 1D-CNN pipeline on the same 262 Michigan weeks with a matched placebo set of non-conspiracy, non-racial search terms (e.g., 'Rockefellers', 'Olympics', weather terms) and require that the eight validated theories beat the placebo set on permutation-validated error reduction; if placebo terms produce equal or larger improvements, the reported association is likely an artifact of the method rather than of conspiracy content.
Extended reading notes
Core claim
The paper's central claim is that online search interest in a small set of racially charged conspiracy theories carries incremental predictive signal for weekly hate crime counts in Michigan, beyond what past crime and seasonality alone provide. In a 1D-CNN trained separately for each of 36 Google Trends series, eight theories—Ten Days of Darkness, Obama Kenya, Q-Anon, the Great Replacement, the Tuskegee Syphilis Study, Rothschilds, RAHOWA, and the Great Reset—produced lower held-out mean absolute error than a conspiracy-free baseline at one or more lags. The largest gains came from the Great Replacement, with error reductions of 3.29% and 6.42% at lags of two and three weeks, and the Rothschilds improved forecasts at four of the five tested lags. A feature permutation test that shuffled each search series and retrained the model showed that for most of these eight theories the original time order, not static numerical properties, carried the predictive power. The authors state the relationship is not proven causal and could reflect unmeasured confounders or reverse dynamics, but they argue it aligns with theories of neutralization and differential association.
Load-bearing premise
The inference that below-baseline prediction error reflects a conspiracy-to-violence link assumes that Google Trends search volumes for terms like 'Rothschilds' or the 'Tuskegee Syphilis Study,' geolocated to Michigan by IP address, measure genuine conspiracy-theory demand rather than news-driven curiosity, historical reference, or unrelated uses of the same words.
Editorial extensions
If this is right
- If the claim holds, a handful of conspiracy search terms—not all conspiracy content—can sharpen short-term hate crime forecasting in a state like Michigan.
- The two-to-three-week delay between search fluctuations and improved prediction points to a concrete surveillance window for platforms or law enforcement, though the paper stops short of prescribing interventions.
- The null results for most theories imply that general interest in conspiracies is not a reliable risk indicator; the content of the narrative matters.
- The fact that some theories help only at forward lags (trend shifted earlier) signals that part of the observed association may run from hate crimes to searches, not only from searches to crimes.
Reading between the lines
- A placebo version of the same pipeline using non-conspiracy, non-racial search terms (e.g., 'Rockefellers', 'Olympics', weather terms) would test whether the predictive gains are specific to conspiracy content or a general artifact of adding any time series to a small-sample CNN.
- Because the paper aggregates all bias types, the predictive concentration in antisemitic and anti-replacement narratives suggests a testable disaggregation: antisemitic conspiracy searches should predict antisemitic offenses more strongly than other bias categories.
- If believers and news-driven curious searchers are mixed in the Google Trends series, the true effect may be larger than measured; using conspiracy-specific phrases or filtering for co-occurring radical content could separate the two and sharpen the estimated lags.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. Using weekly Google search volumes for 36 conspiracy theories in Michigan (2015–2019) as inputs, the paper trains 1D-CNN models to forecast weekly hate crime counts and compares them to a baseline model that uses only crime history and seasonality. For each theory, models are trained at lags −1 to 3. Eight theories produce at least one lag with lower scaled MAE than the baseline, and a feature permutation test is applied to those flagged cells. The authors interpret the positive subset (including the Great Replacement, Rothschilds, and Q-Anon) as evidence that demand for certain conspiracy theories carries incremental predictive signal for hate crimes, with effects appearing two to three weeks after search fluctuations.
Significance. This is an important and timely research question, and the paper demonstrates a thoughtful attempt to bring deep learning to criminological time series. The authors are transparent about several limitations (e.g., search proxies, IP geolocation) and state that the data are publicly available (although the URL is missing). However, the current evidence is not robust enough to support the central claim. The combination of a single 80/20 chronological split, no multiple-comparison correction across 180 cells, early stopping on the same final 20% used for evaluation, and a permutation test whose null hypothesis does not address chance alignment leaves the reported association vulnerable to selection artifacts. The paper would need a substantially more careful validation strategy before its conclusions can be accepted.
major comments (5)
- [Section 3.3, Tables 2 and 3] The study evaluates 36 theories × 5 lags = 180 predictions against a single baseline MAE. Under a 5% null type I error, about 9 cells are expected to fall below baseline by chance alone, yet Table 2 flags 16 cells (8 theories) with no multiple-comparison correction. The permutation test in Table 3 is applied only to the already-flagged cells, so it cannot mitigate this selection problem. Please report false-discovery-rate-adjusted thresholds or validate the selected theories on an independent temporal holdout.
- [Sections 3.2 and 3.3] The final 20% of the time series serves both as the validation set for early stopping and as the test set for the MAE values reported in Tables 2 and 3. The early-stopping rule (patience 15, restoring best weights by validation loss) and the learning-rate reduction select the model state on this same period, and the baseline MAE (12.18) is computed on it as well. As a result, Eq. (13) compares models whose hyperparameters and stopping point were chosen using the evaluation data. A genuinely out-of-sample evaluation would require a last-segment test set that is not used for any training-related decision, or nested/rolling-origin cross-validation.
- [Section 3.3, Eqs. (9)–(14)] The permutation test does not test whether the improvement over baseline is reliable. Its null is that the model does not depend on the feature's temporal order; permuting the series destroys any chance alignment with the target, so PI > 0 is expected even for a spurious feature that happens to align in the original data. Moreover, Eq. (10) evaluates a model retrained and retested on the permuted data, so the test largely restates that the feature contributed to the fitted model. With K = 3 and the min-selection in Eq. (11), there is no null distribution and no p-value. I recommend testing the null of no association (e.g., by permuting the target series or using a block bootstrap) on all 180 cells before any selection, and reporting the resulting distribution.
- [Table 3 and Abstract] The abstract and conclusions cite Q-Anon as a theory that improves prediction with effects at two to three weeks, but Table 3 shows that Q-Anon's lag-2 cell fails the permutation test (true MAE 12.13 vs. lowest permuted MAE 11.96); the only validated Q-Anon lag is 3. In addition, the Great Reset at lag −1 and Obama Kenya at lag 0 fail the permutation test, so three of the eight flagged theories lose their only flagged lags. The text in Section 4 acknowledges this, but the abstract and conclusion do not. Please revise the summary claims to state explicitly which theories and lags survive the permutation test.
- [Section 3.1 and Section 5.1] The Google Trends features are central to the interpretation, but several search terms are ambiguous. 'Rothschilds' refers to a real family, 'Tuskegee Syphilis Study' is a real historical event, and 'Obama Kenya' may reflect news coverage of the birther debate rather than conspiracy demand. The authors acknowledge this in Section 5.1 and argue that non-conspiracy searches would bias the estimate downward, but no quantitative assessment is provided. Because the paper's central interpretation is that online demand for conspiracy theories predicts hate crime, this measurement ambiguity should be addressed, for example by comparing results to models with news-cycle controls or by using more narrowly defined search terms.
minor comments (6)
- [Section 3.1] 'Ethic intimidation' should be 'ethnic intimidation'.
- [Section 3.3, Table 3] The interleaved permuted and true MAE values are difficult to parse; add explicit column labels and a note indicating which value is which.
- [Data Availability] The text states the URL is specified in the Methods, but no URL appears in Section 3.1 or elsewhere; please provide the link.
- [Section 3.2] Hyperparameters for the LSTM and other candidate models are not reported, limiting the reproducibility of the model selection step.
- [Section 3.2] The paper uses a single fixed seed for weight initialization; given the small sample, please show that results are stable across multiple seeds (e.g., a small seed-sensitivity table).
- [Throughout] A few reference names contain encoding artifacts (e.g., 'Müller' appears as 'M¨ uller'); please correct the LaTeX/Unicode encoding.
Circularity Check
No significant circularity; the core predictive claim is an empirical out-of-sample comparison against external data, with only minor self-citations that are not load-bearing.
full rationale
The paper's derivation chain is self-contained rather than circular. The predictors (Google Trends series for 36 conspiracy terms) and the target (weekly FBI hate-crime counts in Michigan) are independent external measurements, and the claimed result is an empirical MAE comparison between a 1D-CNN trained with a conspiracy trend and a baseline trained without it (Eqs. 4, 13-14); no parameter is solved from hate-crime outcomes and then reported as a prediction. The self-citations (e.g., Lo Giudice et al., 2024) are motivational or methodological precedents, but the architecture, lags, and permutation test are fully specified in the manuscript and do not rest on an imported uniqueness theorem or ansatz. Two evaluation caveats are soundness concerns, not circularity: the early-stopping rule selects weights on validation loss and the same final 20% is later called an out-of-sample benchmark (Secs. 3.1-3.3), and the permutation filter PI > 0 is applied only to below-baseline cells with the minimum of three permutations rather than a proper null distribution. These can inflate confidence in the flagged subset, but they do not make the conspiracy-to-hate-crime association an input to itself by construction.
Assumptions & free parameters
free parameters (4)
- Five-week input window =
5 weeks
- Four-week forecast horizon =
4 weeks
- Permutation count K =
3
- CNN architecture hyperparameters =
filters 32/64/128, dropout 0.30, batch size 4, early stopping patience 15
assumptions (5)
- domain assumption Google Trends weekly IP-geolocated search volume for each keyword measures demand for the corresponding conspiracy theory.
- domain assumption FBI incident counts aggregated to weeks in Michigan are a valid measure of hate crime occurrences.
- domain assumption A below-baseline held-out MAE implies a statistical association between that search trend and hate crimes.
- domain assumption Feature permutation with retraining and min-of-three runs provides a valid null test for temporal dependence.
- domain assumption A 1D-CNN trained on roughly 210 training weeks generalizes to the held-out 52-week period.
Cite this review
Pith. "Pith review of Conspiracy to Commit: Information Pollution, Artificial Intelligence, and Real-World Hate Crime." pith.science (2026). https://pith.science/paper/4TVLR7JN
@misc{pith2026250707884,
author = {Pith},
title = {Pith review of: Conspiracy to Commit: Information Pollution, Artificial Intelligence, and Real-World Hate Crime},
year = {2026},
howpublished = {\url{https://pith.science/paper/4TVLR7JN}},
note = {Machine review of arXiv:2507.07884}
}
read the original abstract
Is demand for conspiracy theories online linked to real-world hate crimes? By analyzing online search trends for 36 racially and politically-charged conspiracy theories in Michigan (2015-2019), we employ a one-dimensional convolutional neural network (1D-CNN) to predict hate crime occurrences offline. A subset of theories including the Rothschilds family, Q-Anon, and The Great Replacement improves prediction accuracy, with effects emerging two to three weeks after fluctuations in searches. However, most theories showed no clear connection to offline hate crimes. Aligning with neutralization and differential association theories, our findings provide a partial empirical link between specific racially charged conspiracy theories and real-world violence. Just as well, this study underscores the potential for machine learning to be used in identifying harmful online patterns and advancing social science research.
Reference graph
Works this paper leans on
-
[1]
adamczyk2014relationship APACrefauthors Adamczyk, A. , Gruenewald, J. , Chermak, S M. \ Freilich, J D. APACrefauthors \ 2014 . The relationship between hate groups and far-right ideological violence The relationship between hate groups and far-right ideological violence . Journal of contemporary criminal justice 30 3 310--332 . APACrefDOI doi:10.1177/1043...
-
[2]
agarap APACrefauthors Agarap, A F. APACrefauthors \ 2019 . Deep Learning using Rectified Linear Units ( ReLU ) Deep learning using rectified linear units ( ReLU ) . ArXiv Preprint 1803.08375v2 1--7 . APACrefDOI doi:10.48550/ARXIV.1803.08375 APACrefDOI
-
[3]
ahmed2017financial APACrefauthors Ahmed, F. , Asif, R. , Hina, S. \ Muzammil, M. APACrefauthors \ 2017 . Financial market prediction using Google Trends Financial market prediction using google trends . International Journal of Advanced Computer Science and Applications 8 7 388--391 . APACrefDOI doi:10.14569/IJACSA.2017.080752 APACrefDOI
-
[4]
LSTM APACrefauthors Albeladi, K. , Zafar, B. \ Mueen, A. APACrefauthors \ 2023 . Time Series Forecasting using LSTM and ARIMA Time series forecasting using lstm and arima . International Journal of Advanced Computer Science and Applications 14 1 313--320 . APACrefDOI doi:10.14569/IJACSA.2023.0140133 APACrefDOI
-
[5]
albertson2020conspiracy APACrefauthors Albertson, B. \ Guiler, K. APACrefauthors \ 2020 . Conspiracy theories, election rigging, and support for democratic norms Conspiracy theories, election rigging, and support for democratic norms . Research & Politics 7 3 1--9 . APACrefDOI doi:10.1177/2053168020959859 APACrefDOI
-
[6]
alrasheed2023cultural APACrefauthors Alrasheed, G. , Rigato, B. , Hai, N. \ Dur-e Aden, A. APACrefauthors \ 2023 . Cultural Genocide, Mass Immigration, and the Kalergi Plan: Conceptualizations of Race in White Identity Politics Online Cultural genocide, mass immigration, and the kalergi plan: Conceptualizations of race in white identity politics online . ...
-
[7]
\ Argentino, M A
argentino APACrefauthors Amarasingam, A. \ Argentino, M A. APACrefauthors \ 2020 . The QAnon Conspiracy Theory: a Security Threat in the Making? The QAnon conspiracy theory: a security threat in the making? Combating Terrorism Center Sentinl 13 7 37--43 . APACrefURL https://ctc.westpoint.edu/wp-content/uploads/2020/07/CTC-SENTINEL-072020.pdf APACrefURL
2020
-
[8]
andresen APACrefauthors Andresen, M A. \ Malleson, N. APACrefauthors \ 2013 . Crime seasonality and its variations across space Crime seasonality and its variations across space . Applied Geography 43 25--35 . APACrefDOI doi:10.1016/j.apgeog.2013.06.007 APACrefDOI
Show all 123 references
-
[9]
, S \'a nchez Holgado, P
arcila2024online APACrefauthors Arcila Calder \'o n, C. , S \'a nchez Holgado, P. , G \'o mez, J. , Barbosa, M. , Qi, H. , Matilla, A. Fern \'a ndez-Villazala, T. APACrefauthors \ 2024 . From online hate speech to offline hate crime: the role of inflammatory language in foreca...
2024
-
[10]
APACrefauthors \ 1995
regina APACrefauthors Austen, R. APACrefauthors \ 1995 . Beyond Black Demons and White Devils: AntiBlack Conspiracy Theorizing & the Black Public Sphere Beyond black demons and white devils: Antiblack conspiracy theorizing & the black public sphere . Florida State University L...
1995
-
[11]
, Jofre, M
aziani2023convergence APACrefauthors Aziani, A. , Jofre, M. \ Mancuso, M. APACrefauthors \ 2023 . Convergence Between Migrant Smuggling and Trafficking of Goods: Text Analysis of Open-Source Data Convergence between migrant smuggling and trafficking of goods: Text analysis of ...
2023 doi
-
[12]
, Kolter, J Z
bai2018empirical APACrefauthors Bai, S. , Kolter, J Z. \ Koltun, V. APACrefauthors \ 2018 . An empirical evaluation of generic convolutional and recurrent networks for sequence modeling An empirical evaluation of generic convolutional and recurrent networks for sequence modeli...
-
[13]
APACrefauthors \ 2023
baider2023covert APACrefauthors Baider, F. APACrefauthors \ 2023 . Covert Islamophobia and anti-Semitism via conspiracy theory Covert islamophobia and anti-semitism via conspiracy theory . From fear to hate: Legal-linguistic perspectives on migration 149--172
2023
-
[14]
, Lajic, D
behnert2024can APACrefauthors Behnert, J. , Lajic, D. \ Bauer, P C. APACrefauthors \ 2024 . Can we predict multi-party elections with Google Trends data? Evidence across elections, data windows, and model classes Can we predict multi-party elections with google trends data? ev...
2024
-
[15]
\ Ben \' tez, J M
bergmeir2012crossvalidation APACrefauthors Bergmeir, C. \ Ben \' tez, J M. APACrefauthors \ 2012 . On the use of cross-validation for time series predictor evaluation On the use of cross-validation for time series predictor evaluation . Information Sciences 191 192--213 . APAC...
2012 doi
-
[16]
APACrefauthors \ 2005
berkowitz2005hate APACrefauthors Berkowitz, L. APACrefauthors \ 2005 . On Hate and Its Determinants: Some Affective and Cognitive Influences. On hate and its determinants: Some affective and cognitive influences. R J. Sternberg\ ( ), The Psychology of Hate The psychology of ha...
2005 doi
-
[17]
, Winiewski, M
bilewicz_harmful_2013 APACrefauthors Bilewicz, M. , Winiewski, M. , Kofta, M. \ Wójcik, A. APACrefauthors \ 2013 . Harmful Ideas, The Structure and Consequences of Anti‐ S emitic Beliefs in P oland Harmful ideas, the structure and consequences of anti‐ S emitic beliefs in P ol...
2013 doi
-
[18]
\ Gallupe, O
boman APACrefauthors Boman, J H. \ Gallupe, O. APACrefauthors \ 2020 . Has COVID -19 Changed Crime? C rime Rates in the United States during the Pandemic Has COVID -19 changed crime? C rime rates in the united states during the pandemic . American Journal of Criminal Justice 4...
2020 doi
-
[19]
\ Lee, H
bong2020analysis APACrefauthors Bong, K T. \ Lee, H. APACrefauthors \ 2020 . Analysis and estimation for market share of biologics based on Google trends big data Analysis and estimation for market share of biologics based on google trends big data . Journal of Korean Society ...
2020
-
[20]
, McCluskey, J
bowes1990racism APACrefauthors Bowes, A M. , McCluskey, J. \ Sim, D F. APACrefauthors \ 1990 . Racism and harassment of Asians in Glasgow Racism and harassment of asians in glasgow . Ethnic and Racial Studies 13 1 71--91
1990
-
[21]
APACrefauthors \ 2001
breiman2001random APACrefauthors Breiman, L. APACrefauthors \ 2001 . Random forests Random forests . Machine Learning 45 5--32 . APACrefDOI doi:10.1023/A:1010933404324 APACrefDOI
2001 doi
-
[22]
\ Williams, M L
burnap APACrefauthors Burnap, P. \ Williams, M L. APACrefauthors \ 2014 . Hate Speech, Machine Classification and Statasitical Modelling of Information Flows on Twitter: Interpretation and Communication for Policy Decision Making. Hate speech, machine classification and statas...
2014
-
[23]
APACrefauthors \ 2014
butter2014plots APACrefauthors Butter, M. APACrefauthors \ 2014 . Plots, designs, and schemes: American conspiracy theories from the puritans to the present Plots, designs, and schemes: American conspiracy theories from the puritans to the present \ ( 33). Walter de Gruyter
2014
-
[24]
\ Knight, P
butter2020routledge APACrefauthors Butter, M. \ Knight, P. APACrefauthors \ 2020 . Routledge H andbook of C onspiracy T heories Routledge H andbook of C onspiracy T heories . Routledge
2020
-
[25]
APACrefauthors \ 2022
campedelli2022explainable APACrefauthors Campedelli, G M. APACrefauthors \ 2022 . Explainable machine learning for predicting homicide clearance in the United States Explainable machine learning for predicting homicide clearance in the united states . Journal of Criminal Justi...
2022
-
[26]
, Aziani, A
campedelli APACrefauthors Campedelli, G M. , Aziani, A. \ Favarin, S. APACrefauthors \ 2021 . Exploring the Immediate Effects of COVID -19 Containment Policies on Crime: an Empirical Analysis of the Short-Term Aftermath in Los Angeles Exploring the immediate effects of COVID -...
2021 doi
-
[27]
, Daniele, G
daniele APACrefauthors Campedelli, G M. , Daniele, G. \ Le Moglie, M. APACrefauthors \ 2024 . Mafia, P olitics and M achine P redictions. Mafia, P olitics and M achine P redictions. APACrefURL https://ssrn.com/abstract=4912204 APACrefURL
2024
-
[28]
\ Guillam \'o n, A
canovas2009permutations APACrefauthors C \'a novas, J S. \ Guillam \'o n, A. APACrefauthors \ 2009 . Permutations and time series analysis Permutations and time series analysis . Chaos: An Interdisciplinary Journal of Nonlinear Science 19 4 043103 . APACrefDOI doi:10.1063/1.32...
2009 doi
-
[29]
, Mendes Júnior, P R
castro APACrefauthors Castro, M. , Mendes Júnior, P R. , Soriano-Vargas, A. , De Oliveira Werneck, R. , Moreira Gonçalves, M. , Lusquino Filho, L. Rocha, A. APACrefauthors \ 2023 . Time series causal relationships discovery through feature importance and ensemble models Time s...
2023 doi
-
[30]
, Etta, G
cinelli APACrefauthors Cinelli, M. , Etta, G. , Avalle, M. , Quattrociocchi, A. , Di Marco, N. , Valensise, C. Quattrociocchi, W. APACrefauthors \ 2022 . Conspiracy theories and social media platforms Conspiracy theories and social media platforms . Current Opinion in Psycholo...
2022
-
[31]
, Fortunato, G
del2024robust APACrefauthors Del Tatto, V. , Fortunato, G. , Bueti, D. \ Laio, A. APACrefauthors \ 2024 . Robust inference of causality in high-dimensional dynamical processes from the Information Imbalance of distance ranks Robust inference of causality in high-dimensional dy...
2024 doi
-
[32]
APACrefauthors \ 2021
douglas_are_2021 APACrefauthors Douglas, K M. APACrefauthors \ 2021 . Are Conspiracy Theories Harmless? Are conspiracy theories harmless? The Spanish Journal of Psychology 24 e13 . APACrefDOI doi:10.1017/SJP.2021.10 APACrefDOI
2021 doi
-
[33]
\ Sutton, R M
douglas2018conspiracy APACrefauthors Douglas, K M. \ Sutton, R M. APACrefauthors \ 2018 . Why conspiracy theories matter: A social psychological analysis Why conspiracy theories matter: A social psychological analysis . European Review of Social Psychology 29 1 256--298 . APAC...
2018
-
[34]
, Sutton, R M
douglas APACrefauthors Douglas, K M. , Sutton, R M. \ Cichocka, A. APACrefauthors \ 2017 . The Psychology of Conspiracy Theories The psychology of conspiracy theories . Current Directions in Psychological Science 26 6 538--542 . APACrefDOI doi:10.1177/0963721417718261 APACrefDOI
2017 doi
-
[35]
, Uscinski, J E
douglas_understanding_2019 APACrefauthors Douglas, K M. , Uscinski, J E. , Sutton, R M. , Cichocka, A. , Nefes, T. , Ang, C S. \ Deravi, F. APACrefauthors \ 2019 . Understanding Conspiracy Theories Understanding conspiracy theories . Political Psychology 40 3--35 . APACrefDOI ...
2019 doi
-
[36]
\ Smallpage, S M
enders APACrefauthors Enders, A M. \ Smallpage, S M. APACrefauthors \ 2018 . On the measurement of conspiracy beliefs On the measurement of conspiracy beliefs . Research & Politics 5 1 1--4 . APACrefDOI doi:10.1177/2053168018763596 APACrefDOI
2018 doi
-
[37]
, Papadakis, T
evangelatos APACrefauthors Evangelatos, S. , Papadakis, T. , Gousetis, N. , Nikolopoulos, C. , Troulitaki, P. , Dimakopoulos, N. Aziani, A. APACrefauthors \ 2023 . The Nexus Between Big Data Analytics and the Proliferation of Fake News as a Precursor to Online and Offline Crim...
2023
-
[38]
, Taylor, G
freeman APACrefauthors Freeman, B S. , Taylor, G. , Gharabaghi, B. \ Thé, J. APACrefauthors \ 2018 . Forecasting air quality time series using deep learning Forecasting air quality time series using deep learning . Journal of the Air & Waste Management Association 68 8 866--88...
2018
-
[39]
\ Schapire, R E
freund1997decision APACrefauthors Freund, Y. \ Schapire, R E. APACrefauthors \ 1997 . A decision-theoretic generalization of on-line learning and an application to boosting A decision-theoretic generalization of on-line learning and an application to boosting . Journal of Comp...
1997
-
[40]
APACrefauthors \ 2021
frissen APACrefauthors Frissen, T. APACrefauthors \ 2021 . Internet, the great radicalizer? E xploring relationships between seeking for online extremist materials and cognitive radicalization in young adults Internet, the great radicalizer? E xploring relationships between se...
2021
-
[41]
APACrefauthors \ 1994
goertzel APACrefauthors Goertzel, T. APACrefauthors \ 1994 . Belief in Conspiracy Theories Belief in conspiracy theories . Political Psychology 15 4 731--742 . APACrefDOI doi:10.2307/3791630 APACrefDOI
1994 doi
-
[42]
, Bengio, Y
goodfellow APACrefauthors Goodfellow, I. , Bengio, Y. \ Courville, A. APACrefauthors \ 2016 . Deep Learning Deep learning . MIT Press
2016
-
[43]
\ Ridgeway, G
gyourko2024predictors APACrefauthors Gyourko, J R. \ Ridgeway, G. APACrefauthors \ 2024 . Predictors of Identity Crime Victimization of Adolescent Youth in Foster Care Predictors of identity crime victimization of adolescent youth in foster care . Victims & Offenders 1--26 . A...
2024
-
[44]
\ Schmidhuber, J
hochreiter1997long APACrefauthors Hochreiter, S. \ Schmidhuber, J. APACrefauthors \ 1997 . Long short-term memory Long short-term memory . Neural Computation 9 8 1735--1780 . APACrefDOI doi:10.1162/neco.1997.9.8.1735 APACrefDOI
1997 doi
-
[45]
, Dieterle, L
imhoff_2020 APACrefauthors Imhoff, R. , Dieterle, L. \ Lamberty, P. APACrefauthors \ 2021 . Resolving the Puzzle of Conspiracy Worldview and Political Activism: belief in Secret Plots Decreases Normative but Increases Nonnormative Political Engagement Resolving the puzzle of c...
2021 doi
-
[46]
, Forestier, G
ismail2019deep APACrefauthors Ismail Fawaz, H. , Forestier, G. , Weber, J. , Idoumghar, L. \ Muller, P A. APACrefauthors \ 2019 . Deep learning for time series classification: a review Deep learning for time series classification: a review . Data M ining and K nowledge D iscov...
2019
-
[47]
, Lucas, B
ismail2020inceptiontime APACrefauthors Ismail Fawaz, H. , Lucas, B. , Forestier, G. , Pelletier, C. , Schmidt, D F. , Weber, J. Petitjean, F. APACrefauthors \ 2020 . Inception time: Finding alexnet for time series classification Inception time: Finding alexnet for time series ...
2020
-
[48]
, Douglas, K M
jolley_belief_2019 APACrefauthors Jolley, D. , Douglas, K M. , Leite, A C. \ Schrader, T. APACrefauthors \ 2019 . Belief in conspiracy theories and intentions to engage in everyday crime Belief in conspiracy theories and intentions to engage in everyday crime . British Journal...
2019 doi
-
[49]
, Meleady, R
jolley_exposure_2020 APACrefauthors Jolley, D. , Meleady, R. \ Douglas, K M. APACrefauthors \ 2020 . Exposure to intergroup conspiracy theories promotes prejudice which spreads across groups Exposure to intergroup conspiracy theories promotes prejudice which spreads across gro...
2020 doi
-
[50]
\ Paterson, J L
jolley_pylons_2020 APACrefauthors Jolley, D. \ Paterson, J L. APACrefauthors \ 2020 . Pylons ablaze: examining the role of 5G COVID ‐19 conspiracy beliefs and support for violence Pylons ablaze: examining the role of 5g COVID ‐19 conspiracy beliefs and support for violence . B...
2020 doi
-
[51]
\ Sutton, G M
king2013high APACrefauthors King, R D. \ Sutton, G M. APACrefauthors \ 2013 . High times for hate crimes: Explaining the temporal clustering of hate-motivated offending High times for hate crimes: Explaining the temporal clustering of hate-motivated offending . Criminology 51 ...
2013
- [52]
-
[53]
, Ince, T
kiranyaz2015real APACrefauthors Kiranyaz, S. , Ince, T. \ Gabbouj, M. APACrefauthors \ 2015 . Real-time patient-specific ECG classification by 1-D convolutional neural networks Real-time patient-specific ecg classification by 1-d convolutional neural networks . IEEE Transactio...
2015
-
[54]
, Voznak, M
komosny2017location APACrefauthors Komosny, D. , Voznak, M. \ Rehman, S U. APACrefauthors \ 2017 . Location accuracy of commercial IP address geolocation databases Location accuracy of commercial ip address geolocation databases . Information technology and control 46 3 333--344
2017
-
[55]
, Kutiyski, Y
krouwel_does_2017 APACrefauthors Krouwel, A. , Kutiyski, Y. , Van Prooijen, J W. , Martinsson, J. \ Markstedt, E. APACrefauthors \ 2017 . Does extreme political ideology predict conspiracy beliefs, economic evaluations and political trust? E vidence from S weden Does extreme p...
2017 doi
-
[56]
, Molnar, C
konig APACrefauthors König, G. , Molnar, C. , Bischl, B. \ Grosse-Wentrup, M. APACrefauthors \ 2021 . Relative Feature Importance Relative feature importance . IEEE I nternational C onference on P attern R ecognition (ICPR) IEEE I nternational C onference on P attern R ecognit...
2021
-
[57]
, Muller, D
lantian2018stigmatized APACrefauthors Lantian, A. , Muller, D. , Nurra, C. , Klein, O. , Berjot, S. \ Pantazi, M. APACrefauthors \ 2018 . Stigmatized beliefs: Conspiracy theories, anticipated negative evaluation of the self, and fear of social exclusion Stigmatized beliefs: Co...
2018
-
[58]
\ Wenger, M R
lantz2023anti APACrefauthors Lantz, B. \ Wenger, M R. APACrefauthors \ 2023 . Anti-Asian xenophobia, hate crime victimization, and fear of victimization during the COVID-19 pandemic Anti-asian xenophobia, hate crime victimization, and fear of victimization during the covid-19 ...
2023
-
[59]
\ Carr, L
tweetandquack APACrefauthors Lavorgna, A. \ Carr, L. APACrefauthors \ 2021 . Tweets and Quacks: Network and Content Analyses of Providers of Non-Science-Based Anticancer Treatments and Their Supporters on Twitter Tweets and quacks: Network and content analyses of providers of ...
2021 doi
-
[60]
\ Myles, H
lavorgna2022science APACrefauthors Lavorgna, A. \ Myles, H. APACrefauthors \ 2022 . Science denial and medical misinformation in pandemic times: A psycho-criminological analysis Science denial and medical misinformation in pandemic times: A psycho-criminological analysis . Eur...
2022
-
[61]
APACrefauthors \ 2017
lee APACrefauthors Lee, B J. APACrefauthors \ 2017 . ‘ I t’s not paranoia when they are really out to get you’: the role of conspiracy theories in the context of heightened security ‘ I t’s not paranoia when they are really out to get you’: the role of conspiracy theories in t...
2017
-
[62]
SSIM APACrefauthors Liu, Y. \ Tu, K. APACrefauthors \ 2024 . TS3IM: Unveiling Structural Similarity in Time Series through Image Similarity Assessment Insights. Ts3im: Unveiling structural similarity in time series through image similarity assessment insights. APACrefURL https...
2024 arXiv
-
[63]
, Shadman Yazdi, A
LoGiudice APACrefauthors Lo Giudice, M V. , Shadman Yazdi, A. , Aziani, A. , Evangelatos, S. , Gousetis, N. \ Nikolopoulos, C. APACrefauthors \ 2024 . I nformative ( D is)information: E xploring the C orrelation B etween S ocial M edia D isinformation C ampaigns and R eal- W o...
2024
- [64]
-
[65]
APACrefauthors \ 2023
mager2023european APACrefauthors Mager, A. APACrefauthors \ 2023 . European Search? How to counter-imagine and counteract hegemonic search with European search engine projects European search? how to counter-imagine and counteract hegemonic search with european search engine p...
2023 doi
-
[66]
\ Farhadi, H
masaeli APACrefauthors Masaeli, N. \ Farhadi, H. APACrefauthors \ 2021 . Prevalence of Internet-based addictive behaviors during COVID -19 pandemic: a systematic review Prevalence of internet-based addictive behaviors during COVID -19 pandemic: a systematic review . Journal of...
2021
-
[67]
, Loftin, C
mcdowall APACrefauthors McDowall , D. , Loftin, C. \ Pate, M. APACrefauthors \ 2012 . Seasonal Cycles in Crime, and Their Variability Seasonal cycles in crime, and their variability . Journal of Quantitative Criminology 28 3 389--410 . APACrefDOI doi:10.1007/s10940-011-9145-7 ...
2012 doi
-
[68]
\ Aguerri, J C
miro-llinares_misinformation_2023 APACrefauthors Miró-Llinares, F. \ Aguerri, J C. APACrefauthors \ 2023 . Misinformation about fake news: a systematic critical review of empirical studies on the phenomenon and its status as a ‘threat’ Misinformation about fake news: a systema...
2023 doi
-
[69]
, Moneva, A
miro-llinares_hate_2018 APACrefauthors Miró-Llinares, F. , Moneva, A. \ Esteve, M. APACrefauthors \ 2018 . Hate is in the air! B ut where? I ntroducing an algorithm to detect hate speech in digital microenvironments Hate is in the air! B ut where? I ntroducing an algorithm to ...
2018 doi
-
[70]
, Casalicchio, G
molnar2020interpretable APACrefauthors Molnar, C. , Casalicchio, G. \ Bischl, B. APACrefauthors \ 2020 . Interpretable machine learning--a brief history, state-of-the-art and challenges Interpretable machine learning--a brief history, state-of-the-art and challenges . Joint Eu...
2020
-
[71]
, Peck, E A
montgomery2021introduction APACrefauthors Montgomery, D C. , Peck, E A. \ Vining, G G. APACrefauthors \ 2021 . Introduction to Linear Regression Analysis Introduction to linear regression analysis . John Wiley & Sons
2021
-
[72]
, Dang, T
morsy2018prediction APACrefauthors Morsy, S. , Dang, T. , Kamel, M. , Zayan, A. , Makram, O. , Elhady, M. Huy, N. APACrefauthors \ 2018 . Prediction of Zika-confirmed cases in Brazil and Colombia using Google Trends Prediction of zika-confirmed cases in brazil and colombia usi...
2018
-
[73]
\ Schwarz, C
muller_hashtag_2019 APACrefauthors Müller, K. \ Schwarz, C. APACrefauthors \ 2019 . From Hashtag to Hate Crime: Twitter and Antiminority Sentiment From hashtag to hate crime: Twitter and antiminority sentiment . American Economic Journal: Applied Economics 15 3 270--312 . APAC...
2019 doi
-
[74]
\ Schwarz, C
muller_fanning_2021 APACrefauthors Müller, K. \ Schwarz, C. APACrefauthors \ 2021 . Fanning the Flames of Hate: social Media and Hate Crime Fanning the flames of hate: social media and hate crime . Journal of the European Economic Association 19 4 2131--2167 . APACrefDOI doi:1...
2021 doi
-
[75]
, Bartakke, P P
narkhede APACrefauthors Narkhede, M V. , Bartakke, P P. \ Sutaone, M S. APACrefauthors \ 2022 . A review on weight initialization strategies for neural networks A review on weight initialization strategies for neural networks . Artificial Intelligence Review 55 1 291--322 . AP...
2022 doi
-
[76]
, Papaioannou, K
pantazi2022power APACrefauthors Pantazi, M. , Papaioannou, K. \ van Prooijen, J W. APACrefauthors \ 2022 . Power to the people: The hidden link between support for direct democracy and belief in conspiracy theories Power to the people: The hidden link between support for direc...
2022 doi
-
[77]
\ Kwak, N
park APACrefauthors Park, S. \ Kwak, N. APACrefauthors \ 2017 . Analysis on the Dropout Effect in Convolutional Neural Networks Analysis on the dropout effect in convolutional neural networks . S H. Lai, V. Lepetit, K. Nishino \ Y. Sato\ ( ), Computer Vision – ACCV 2016 Comput...
2017 doi
-
[78]
\ Rand, D G
pennycook APACrefauthors Pennycook, G. \ Rand, D G. APACrefauthors \ 2019 . Lazy, not biased: susceptibility to partisan fake news is better explained by lack of reasoning than by motivated reasoning Lazy, not biased: susceptibility to partisan fake news is better explained by...
2019 doi
-
[79]
, Fetzer, M D
pezzella2019dark APACrefauthors Pezzella, F S. , Fetzer, M D. \ Keller, T. APACrefauthors \ 2019 . The dark figure of hate crime underreporting The dark figure of hate crime underreporting . American Behavioral Scientist 1--24 . APACrefDOI doi:10.1177/0002764218823844 APACrefDOI
2019 doi
-
[80]
APACrefauthors \ 2022
piazza2022fake APACrefauthors Piazza, J A. APACrefauthors \ 2022 . Fake news: The effects of social media disinformation on domestic terrorism Fake news: The effects of social media disinformation on domestic terrorism . Dynamics of Asymmetric Conflict 15 1 55--77 . APACrefDOI...
2022
-
[81]
, G \'o mez-Mart \' nez, R
prado2021google APACrefauthors Prado-Rom \'a n, C. , G \'o mez-Mart \' nez, R. \ Orden-Cruz, C. APACrefauthors \ 2021 . Google trends as a predictor of presidential elections: the U nited S tates versus C anada Google trends as a predictor of presidential elections: the U nite...
2021 doi
-
[82]
APACrefauthors \ 1998
prechelt APACrefauthors Prechelt, L. APACrefauthors \ 1998 . Early Stopping - But When? Early stopping - but when? G B. Orr\ K R. Müller\ ( ), Neural Networks: Tricks of the Trade Neural networks: Tricks of the trade \ ( \ 1524, \ 55--69). Springer Berlin Heidelberg . Series T...
1998 doi
-
[83]
A t Risk of Extinction
quassoli2024risk APACrefauthors Quassoli, F. APACrefauthors \ 2024 . “ A t Risk of Extinction”: Immigration, national identity, and global class conflict according to “Population Replacement Conspiracy Theory” in contemporary Italy “ A t risk of extinction”: Immigration, natio...
2024
-
[84]
APACrefauthors \ 1986
quinlan1986induction APACrefauthors Quinlan, J R. APACrefauthors \ 1986 . Induction of decision trees Induction of decision trees . Machine learning 1 81--106 . APACrefDOI doi:10.1007/BF00116251 APACrefDOI
1986 doi
-
[85]
irrational
ricci2024surveying APACrefauthors Ricci, O. APACrefauthors \ 2024 . Surveying the “irrational”: An analysis of the debate on the outcomes of the Censis 2021 questionnaire Surveying the “irrational”: An analysis of the debate on the outcomes of the censis 2021 questionnaire . C...
2024
-
[86]
APACrefauthors \ 2022
Rose APACrefauthors Rose, S. APACrefauthors \ 2022 . A Deadly Ideology: How the ‘Great Replacement Theory’ Went Mainstream A deadly ideology: How the ‘great replacement theory’ went mainstream . The Guardian . APACrefURL https://www.theguardian.com/world/2022/jun/08/a-deadly-i...
2022
-
[87]
APACrefauthors \ 1958
rosenblatt1958perceptron APACrefauthors Rosenblatt, F. APACrefauthors \ 1958 . The perceptron: A probabilistic model for information storage and organization in the brain. The perceptron: A probabilistic model for information storage and organization in the brain. Psychologica...
1958 doi
-
[88]
\ Gill, P
rottweiler_conspiracy_2022 APACrefauthors Rottweiler, B. \ Gill, P. APACrefauthors \ 2022 . Conspiracy Beliefs and Violent Extremist Intentions: The Contingent Effects of Self-efficacy, Self-control and Law-related Morality Conspiracy beliefs and violent extremist intentions: ...
2022
-
[89]
APACrefauthors \ 2023
santry APACrefauthors Santry, D J. APACrefauthors \ 2023 . Demystifying Deep Learning: an Introduction to the Mathematics of Neural Networks Demystifying deep learning: an introduction to the mathematics of neural networks . Wiley . APACrefDOI doi:10.1002/9781394205639 APACrefDOI
2023 doi
-
[90]
\ Feamster, N
saxon2022gps APACrefauthors Saxon, J. \ Feamster, N. APACrefauthors \ 2022 . GPS-based geolocation of consumer IP addresses Gps-based geolocation of consumer IP addresses . International Conference on Passive and Active Network Measurement International conference on passive a...
2022
-
[91]
, Locatello, F
scholkopf2021toward APACrefauthors Sch \"o lkopf, B. , Locatello, F. , Bauer, S. , Ke, N R. , Kalchbrenner, N. , Goyal, A. \ Bengio, Y. APACrefauthors \ 2021 . Toward causal representation learning Toward causal representation learning . Proceedings of the IEEE 109 5 612--634
2021
-
[92]
APACrefauthors \ 2024
shin2024misinformation APACrefauthors Shin, D. APACrefauthors \ 2024 . Misinformation, Extremism, and Conspiracies: Amplification and Polarization by Algorithms Misinformation, extremism, and conspiracies: Amplification and polarization by algorithms . A rtificial M isinformat...
2024
-
[93]
\ Vermeule, A
sunstein APACrefauthors Sunstein, C R. \ Vermeule, A. APACrefauthors \ 2008 . Conspiracy Theories Conspiracy theories . SSRN Electronic Journal . APACrefDOI doi:10.2139/ssrn.1084585 APACrefDOI
2008 doi
-
[94]
\ Vermeule, A
sunstein2009conspiracy APACrefauthors Sunstein, C R. \ Vermeule, A. APACrefauthors \ 2009 . Conspiracy theories: causes and cures Conspiracy theories: causes and cures . Journal of Political Philosophy 17 2 202--227
2009
-
[95]
APACrefauthors \ 1947
sutherland1947principles APACrefauthors Sutherland, E H. APACrefauthors \ 1947 . P rinciples of C riminology P rinciples of C riminology . Lippincott
1947
-
[96]
\ Douglas, K M
sutton APACrefauthors Sutton, R M. \ Douglas, K M. APACrefauthors \ 2020 . Conspiracy theories and the conspiracy mindset: implications for political ideology Conspiracy theories and the conspiracy mindset: implications for political ideology . Current Opinion in Behavioral Sc...
2020 doi
-
[97]
\ Matza, D
sykes1957techniques APACrefauthors Sykes, G M. \ Matza, D. APACrefauthors \ 1957 . Techniques of neutralization: A theory of delinquency. Techniques of neutralization: A theory of delinquency. American Sociological Review 22 6 664--670 . APACrefDOI doi:10.2307/2089195 APACrefDOI
1957 doi
-
[98]
, Hadjout, D
torres APACrefauthors Torres, J F. , Hadjout, D. , Sebaa, A. , Martínez-Álvarez, F. \ Troncoso, A. APACrefauthors \ 2021 . Deep Learning for Time Series Forecasting: a Survey Deep learning for time series forecasting: a survey . Big Data 9 1 3--21 . APACrefDOI doi:10.1089/big....
2021
-
[99]
APACrefauthors \ 2021
AntitrustDivision2021 APACrefauthors United States Department of Justice, Antitrust Division . APACrefauthors \ 2021 . Spotlight on Litigation. Spotlight on litigation. https://www.justice.gov/atr/division-operations/division-update-spring-2021/spotlight-litigation . Accessed:...
2021
-
[100]
, DeWitt , D
Uscinski_2018 APACrefauthors Uscinski, J E. , DeWitt , D. \ Atkinson, M D. APACrefauthors \ 2018 . A Web of Conspiracy? I nternet and Conspiracy Theory A web of conspiracy? I nternet and conspiracy theory . A. Dyrendal, D. G. Robertson \ E. Asprem\ ( ), Handbook of Conspiracy ...
2018 doi
-
[101]
\ Douglas, K M
van2017conspiracy APACrefauthors Van Prooijen, J W. \ Douglas, K M. APACrefauthors \ 2017 . Conspiracy theories as part of history: The role of societal crisis situations Conspiracy theories as part of history: The role of societal crisis situations . Memory Studies 10 3 323--...
2017 doi
-
[102]
\ Littvay, L
vegetti2022belief APACrefauthors Vegetti, F. \ Littvay, L. APACrefauthors \ 2022 . Belief in conspiracy theories and attitudes toward political violence Belief in conspiracy theories and attitudes toward political violence . Italian Political Science Review/Rivista Italiana di...
2022 doi
-
[103]
\ Navarro, C
vergani2023hate APACrefauthors Vergani, M. \ Navarro, C. APACrefauthors \ 2023 . Hate crime reporting: The relationship between types of barriers and perceived severity Hate crime reporting: The relationship between types of barriers and perceived severity . European journal o...
2023 doi
-
[104]
, Han, B
wang2023pursuit APACrefauthors Wang, C. , Han, B. , Patel, B. \ Rudin, C. APACrefauthors \ 2023 . In pursuit of interpretable, fair and accurate machine learning for criminal recidivism prediction In pursuit of interpretable, fair and accurate machine learning for criminal rec...
2023 doi
-
[105]
, Solus, L
wang2017permutation APACrefauthors Wang, Y. , Solus, L. , Yang, K. \ Uhler, C. APACrefauthors \ 2017 . Permutation-based causal inference algorithms with interventions Permutation-based causal inference algorithms with interventions . I. Guyon\ . \ ( ), Advances in Neural Info...
2017
-
[106]
\ Steenbeek, W
wheeler2021mapping APACrefauthors Wheeler, A P. \ Steenbeek, W. APACrefauthors \ 2021 . Mapping the risk terrain for crime using machine learning Mapping the risk terrain for crime using machine learning . Journal of Quantitative Criminology 37 445--480 . APACrefDOI doi:10.100...
2021 doi
-
[107]
, Prati, G
wiedlitzka2023hate APACrefauthors Wiedlitzka, S. , Prati, G. , Brown, R. , Smith, J. \ Walters, M A. APACrefauthors \ 2023 . Hate in word and deed: the temporal association between online and offline islamophobia Hate in word and deed: the temporal association between online a...
2023 doi
-
[108]
\ Burnap, P
williams_cyberhate_2016 APACrefauthors Williams, M L. \ Burnap, P. APACrefauthors \ 2016 . Cyberhate on Social Media in the aftermath of Woolwich: a Case Study in Computational Criminology and Big Data Cyberhate on social media in the aftermath of woolwich: a case study in com...
2016 doi
-
[109]
, Burnap, P
williams_hate_2019 APACrefauthors Williams, M L. , Burnap, P. , Javed, A. , Liu, H. \ Ozalp, S. APACrefauthors \ 2019 . Hate in the Machine: anti- B lack and Anti- M uslim Social Media Posts as Predictors of Offline Racially and Religiously Aggravated Crime Hate in the machine...
2019 doi
-
[110]
\ Gray, D
wood APACrefauthors Wood, M J. \ Gray, D. APACrefauthors \ 2019 . Right-wing authoritarianism as a predictor of pro-establishment versus anti-establishment conspiracy theories Right-wing authoritarianism as a predictor of pro-establishment versus anti-establishment conspiracy ...
2019 doi
-
[111]
, Luo, X
yang2021all APACrefauthors Yang, Z. , Luo, X. \ Jia, H. APACrefauthors \ 2021 . Is it all a conspiracy? Conspiracy theories and people’s attitude to COVID-19 vaccination Is it all a conspiracy? conspiracy theories and people’s attitude to covid-19 vaccination . Vaccines 9 10 1...
2021 doi
-
[112]
write newline
" write newline " cite write " FUNCTION editor.postfix editor num.names #1 > "( )" "( )" if FUNCTION editor.trans.postfix editor num.names #1 > "( )" "( )" if FUNCTION trans.postfix translator num.names #1 > "( )" "( )" if FUNCTION authors.editors.reflist.apa5 'field := 'dot :...
-
[113]
, " * write output.state after.block = add.period write newline
ENTRY address author booktitle chapter doi edition editor eid howpublished institution journal key keywords month note number organization pages publisher school series title type url volume year eprint archive archivePrefix primaryClass adsurl adsnote version label INTEGERS o...
-
[114]
write newline
" write newline "" before.all 'output.state := FUNCTION if.digit duplicate "0" = swap duplicate "1" = swap duplicate "2" = swap duplicate "3" = swap duplicate "4" = swap duplicate "5" = swap duplicate "6" = swap duplicate "7" = swap duplicate "8" = swap "9" = or or or or or or...
-
[115]
, " * write output.state after.block = add.period write newline
ENTRY address archive author booktitle chapter doi edition editor eid eprint howpublished institution journal key keywords month note number organization pages publisher school series title type url volume year archivePrefix primaryClass adsurl adsnote version label extra.labe...
-
[116]
write newline
" write newline "" before.all 'output.state := FUNCTION add.period duplicate empty 'skip "." * add.blank if FUNCTION if.digit duplicate "0" = swap duplicate "1" = swap duplicate "2" = swap duplicate "3" = swap duplicate "4" = swap duplicate "5" = swap duplicate "6" = swap dupl...
-
[117]
write newline
" write newline "" before.all 'output.state := FUNCTION output.doi doi empty skip "doi:" doi * "" * output if FUNCTION format.archive archivePrefix empty "" archivePrefix ":" * if FUNCTION format.primaryClass primaryClass empty "" " [" primaryClass * "] " * if FUNCTION format....
-
[118]
write newline
" write newline "" before.all 'output.state := FUNCTION string.to.integer 't := t text.length 'k := #1 'char.num := t char.num #1 substring 's := s is.num s "." = or char.num k = not and char.num #1 + 'char.num := while char.num #1 - 'char.num := t #1 char.num substring FUNCTI...
-
[119]
write newline
" write newline "" before.all 'output.state := FUNCTION string.to.integer 't := t text.length 'k := #1 'char.num := t char.num #1 substring 's := s is.num s "." = or char.num k = not and char.num #1 + 'char.num := while char.num #1 - 'char.num := t #1 char.num substring FUNCTI...
-
[120]
, " * write output.state after.block = add.period write newline
ENTRY address archive author booktitle chapter edition editor eprint howpublished institution journal key keywords month note number organization pages publisher school series title type url doi volume year archivePrefix primaryClass eid adsurl adsnote version label INTEGERS o...
-
[121]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
-
[122]
Available from:
ENTRY address assignee author booktitle chapter cartographer day edition editor howpublished institution inventor journal key keywords month note number organization pages part publisher school series title type volume word year eprint doi url lastchecked updated archive archi...
-
[123]
write newline
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 gl...
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.