Home

Scientia nihil aliud est quam veritatis imago. / Science is but an image of the truth.”
~ Sir Francis Bacon (*1551; †1662)
“Learn how to see. Realize that everything connects to everything else.”
~ Leonardo da Vinci (*1452; †1519) “Quod est inferius, est sicut quod est superius. / As above, so below.” ~ Hermes Trismegistus (Tabula Smaragdina); “How can the multiplicity of life delude the one who sees its unity?” ~ Katha Upaniṣhad

cv-website-header(5)
Slide 1
Cognitive biases codex
Valid logical inferences, scientific integrity, ethics, and authenticity in the neoliberal academic climate
Valid logical inferences, scientific integrity, ethics, and authenticity in the neoliberal academic climate
Plato’s Allegory of the Cave (English version)
Plato’s Allegory of the Cave (English version)
YouTube comment by user search script
Fractal Tree in JavaScript
P5.js mouse tracking
The Glymphatic System: An overview
NHST: Irrational orthodoxy vs. Bayesian statistics
NHST: Irrational orthodoxy vs. Bayesian statistics
Psychology Meta Search Tool (v1.0.2)
Psychology Meta Search Tool (v1.0.2)
Preregistration of studies: A methodological stratagem to counter academic fraud
Preregistration of studies: A methodological stratagem to counter academic fraud
previous arrow
next arrow
Cognitive biases codex
Cognitive biases codex
Valid logical inferences, scientific integrity, ethics, and authenticity in the neoliberal academic climate
Valid logical inferences, scientific integrity, ethics, and authenticity in the neoliberal academic climate
Plato’s Allegory of the Cave (English version)
Plato’s Allegory of the Cave (English version)
YouTube comment by user search script
YouTube comment by user search script
Fractal Tree in JavaScript
Fractal Tree in JavaScript
P5.js mouse tracking
P5.js mouse tracking
The Glymphatic System: An overview
The Glymphatic System: An overview
NHST: Irrational orthodoxy vs. Bayesian statistics
NHST: Irrational orthodoxy vs. Bayesian statistics
Psychology Meta Search Tool (v1.0.2)
Psychology Meta Search Tool (v1.0.2)
Preregistration of studies: A methodological stratagem to counter academic fraud
Preregistration of studies: A methodological stratagem to counter academic fraud
Cognitive biases codex

# Install and load required packages
install.packages("ape")
library(ape)

# Define the cognitive biases
biases <- c("Fundamental_attribution_error",
"Implicit_bias",
"Priming_bias",
"Confirmation_bias",
"Affinity_bias",
"Self-serving_bias",
"Belief_bias",
"Framing",
"Hindsight_bias",
"Embodied_cognition",
"Anchoring_bias",
"Status_quo_bias",
"Overconfidence_effect",
"Physical_attractiveness_stereotype",
"Availability_heuristic",
"Authority_bias",
"Bystander_effect",
"Choice_supportive_bias",
"Clustering_illusion",
"Conservatism_bias",
(...)

Valid logical inferences, scientific integrity, ethics, and authenticity in the neoliberal academic climate

This is an excerpt form my PhD dissertation which can be accessed under the following URL: http://phd-thesis.ga

The correct adjustment of α-levels is a logical prerequisite for valid inferences and conclusions (that is, in the NHST framework). However, if stringent (appropriate) α-control techniques would be applied, many experiments would not reach statistical significance at the conventional α level (and hence would not get published). This also applies to the “institution-wide error rate”, that is the total number of hypotheses which are tested within a given institution over a given period of time. In other words, if researchers within a given institution would apply more conservative criteria, the ranking of the institution would suffer (the ranking is based on research metrics like (...)

Valid logical inferences, scientific integrity, ethics, and authenticity in the neoliberal academic climate
Plato’s Allegory of the Cave (English version)

/*!
* Base CSS for pdf2htmlEX
* Copyright 2012,2013 Lu Wang
* https://github.com/coolwanglu/pdf2htmlEX/blob/master/share/LICENSE
*/#sidebar{position:absolute;top:0;left:0;bottom:0;width:250px;padding:0;margin:0;overflow:auto}#page-container{position:absolute;top:0;left:0;margin:0;padding:0;border:0}@media screen{#sidebar.opened+#page-container{left:250px}#page-container{bottom:0;right:0;overflow:auto}.loading-indicator{display:none}.loading-indicator.active{display:block;position:absolute;width:64px;height:64px;top:50%;left:50%;margin-top:-32px;margin-left:-32px}.loading-indicator img{position:absolute;top:0;left:0;bottom:0;right:0}}@media print{@page{margin:0}html{margin:0}body{margin:0;-webkit-print-color-adjust:exact}#sidebar{display:none}#page-container{width:auto;height:auto;overflow:visible;background-color:transparent}.d{display:none}}.pf{position:relative;background-color:white;overflow:hidden;margin:0;border:0}.pc{position:absolute;border:0;padding:0;margin:0;top:0;left:0;width:100%;height:100%;overflow:hidden;display:block;transform-origin:0 (...)

Plato’s Allegory of the Cave (English version)
YouTube comment by user search script

YouTube Comments by User

.comment {
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 10px;
margin-bottom: 10px;
}
.comment-link {
color: #007bff;
text-decoration: none;
}

YouTube Comments by User

Enter YouTube Video URL:

(...)

Fractal Tree in JavaScript

<canvas id="my_canvas" width="1000" height="800"></canvas>
<script>
var myCanvas = document.getElementById("my_canvas");
var ctx = myCanvas.getContext("2d");
function draw(startX, startY, len, angle) {
ctx.beginPath();
ctx.save();

ctx.translate(startX, startY);
ctx.rotate(angle * Math.PI/180);
ctx.moveTo(0, 0);
ctx.lineTo(0, -len);
ctx.stroke();

if(len < 10) {
ctx.restore();
return;
}

draw(0, -len, len*0.8, -15);
draw(0, -len, len*0.8, +15);

ctx.restore();
}
draw(400, 600, 120, 0)
</script>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
</head>
<body>
<canvas (...)

The Glymphatic System: An overview

Jessen, N. A., Munk, A. S. F., Lundgaard, I., & Nedergaard, M.. (2015). The Glymphatic System: A Beginner’s Guide. Neurochemical Research, 40(12), 2583–2599.
Plain numerical DOI: 10.1007/s11064-015-1581-6

“The glymphatic system is a recently discovered macroscopic waste clearance system that utilizes a unique system of perivascular tunnels, formed by astroglial cells, to promote efficient elimination of soluble proteins and metabolites from the central nervous system. besides waste elimination, the glymphatic system also facilitates brain-wide distribution of several compounds, including glucose, lipids, amino acids, growth factors, and neuromodulators. intriguingly, the glymphatic system function mainly during sleep and is largely disengaged during wakefulness. the biological (...)

NHST: Irrational orthodoxy vs. Bayesian statistics

The majority of professors who lecture statistics are unable to interpret a simple t-test correctly as the following empirical data illustrates (adapted from Haller & Krauss, 2002).

Figure 1. Fallacious statistical reasoning in the interpretation of an independent samples t-test (Haller & Krauss, 2002).

"Teaching statistics to psychology students should not only consist of teaching
calculations, procedures and formulas, but should focus much more on statistical
thinking and understanding of the methods...Since thinking as well as understanding are genuine matters of scientific psychology, it is astounding that these issues have been largely neglected in the methodology instruction of psychology students." (Haller & Krauss, 2002, p.17)

Haller, H., & Krauss, S. (...)

NHST: Irrational orthodoxy vs. Bayesian statistics
Psychology Meta Search Tool (v1.0.2)

Below you can find a custom-made "meta-search-tool" I programmed (coded in ActionScript2) which facilitates to effectively search the web for psychology and neuroscience related information.
You can freely download the program as a zipped executable:

Citation File Format (*.cff)
cff-version: 1.0.3
message: If you use this software, please cite it as below.
authors:
- family-names: Germann
given-names: Christopher, Benjamin
orcid: https://orcid.org/0000-0002-1573-4651
title: Psychology Meta Search Tool
version: 1.0.2
URL: https://christopher-germann.de/psychology-meta-search-tool-v1-02/
date-released: 2012-07-16 (...)

Psychology Meta Search Tool (v1.0.2)
Preregistration of studies: A methodological stratagem to counter academic fraud

This is an excerpt form my PhD dissertation which can be accessed under the following URL: http://phd-thesis.ga

Flowchart of preregistration procedure in scientific research.

Preregistration is the practice of publishing the methodology of experiments before they begin. This strategy reduces problems stemming from publication bias and selective reporting of results. See for example:

https://aspredicted.org/
https://cos.io/prereg/
https://www.psychologicalscience.org/publications/replication

A exemplary list of currently preregistered studies can be found on Zotero: https://www.zotero.org/groups/479248/osf/items/collectionKey/KEJP68G9

Questionable research practices that compromise the hypothetico-deductive model which underpins scientific research (graphic adapted (...)

Preregistration of studies: A methodological stratagem to counter academic fraud
previous arrow
next arrow
Shadow