https://cdn.gisthostfor.me/unknown81311-SIM4Fq8BPX-index.html
A Pen by unknown81311 on CodePen.
<meta charset="UTF-8"> | |
<style> | |
/* Basic reset */ | |
* { | |
margin: 0; | |
padding: 0; | |
box-sizing: border-box; | |
} | |
/* Body styling */ | |
body { | |
font-family: Arial, sans-serif; | |
line-height: 1.6; | |
background-color: #f4f4f4; | |
color: #333; | |
padding: 20px; | |
} | |
/* Header styling */ | |
header { | |
background-color: #333; | |
color: white; | |
padding: 10px 0; | |
text-align: center; | |
} | |
header h1 { | |
font-size: 2em; | |
margin-bottom: 0.5em; | |
} | |
header .intro { | |
font-style: italic; | |
font-size: 1.2em; | |
color: #ddd; | |
} | |
/* Dropdown styling */ | |
.dropdown { | |
margin-bottom: 20px; | |
} | |
label { | |
font-size: 1.1em; | |
margin-right: 10px; | |
} | |
select { | |
font-size: 1em; | |
padding: 10px; | |
width: 100%; | |
max-width: 300px; | |
margin-top: 10px; | |
} | |
/* Main content styling */ | |
main { | |
background-color: white; | |
padding: 20px; | |
border-radius: 8px; | |
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); | |
margin-top: 20px; | |
} | |
section { | |
margin-bottom: 20px; | |
} | |
h2 { | |
color: #333; | |
font-size: 1.8em; | |
margin-bottom: 10px; | |
} | |
h3 { | |
color: #444; | |
font-size: 1.4em; | |
margin-bottom: 8px; | |
} | |
ul { | |
list-style-type: disc; | |
margin-left: 20px; | |
} | |
ul li { | |
margin-bottom: 8px; | |
} | |
a { | |
color: #0066cc; | |
text-decoration: none; | |
} | |
a:hover { | |
text-decoration: underline; | |
} | |
footer { | |
text-align: center; | |
margin-top: 30px; | |
font-size: 0.9em; | |
color: #666; | |
} | |
.article-content { | |
display: none; | |
} | |
.new-article-bar { | |
background-color: yellow; | |
text-align: center; | |
margin-top: 10px; | |
} | |
.new-article-bar a { | |
text-decoration: none; | |
color: black; | |
font-weight: bold; | |
font-size: 16px; | |
} | |
ol { | |
list-style-position: inside; | |
} | |
</style> | |
<header> | |
<h1>Research Articles</h1> | |
<p class="intro">A collection of studies on various topics.</p> | |
<div class="new-article-bar"> | |
<a href="javascript:selectLastArticle()">New article! Click here to view it</a> | |
</div> | |
</header> | |
<main> | |
<section class="dropdown"> | |
<label for="article-select">Choose an article:</label> | |
<select id="article-select" onchange="showArticle()"> | |
<option value="article-1">Mean Attractiveness of Races</option> | |
<option value="article-2">How Racial Groups Rate Each Other</option> | |
<option value="article-3">Testosterone Levels by Race</option> | |
<option value="article-4">Large-scale GWAS on Same-Sex Sexual Behavior</option> | |
<option value="article-5">Fraternal Birth Order and Male Homosexuality</option> | |
</select> | |
</section> | |
<section id="article-1" class="article-content"> | |
<h2>Mean Attractiveness of Races</h2> | |
<p>The study, titled <em>Is There an Own-Race Preference in Attractiveness?</em>, was conducted by Darren Burke, Caroline Nolan, William Gordon Hayward, Robert Russell, and Danielle Sulikowski. It was published in <em>Evolutionary Psychology</em>, Volume 11, Issue 4, in 2013, spanning pages 855-872. The article investigates whether individuals tend to rate people from their own racial group as more attractive than those from other racial groups.</p> | |
<h3>Key Findings</h3> | |
<p>The study concludes that females rate White individuals as more attractive overall. Males also rate White individuals as more attractive overall, though there are a few individual tests where Asian individuals were rated similarly, but these were not consistent across compound results. Additionally, White mixed-race people are generally seen as more attractive than their counterparts. White males are perceived as more masculine, while White females are viewed as more feminine.</p> | |
<h3>Interpertation</h3> | |
<p>The study finds that White people are generally viewed as more attractive over all by all races, as well as males and females being viewed to be more masculine and feminine than any other race respectfully.</p> | |
<h3>Full Citation</h3> | |
<p>Burke, D., Nolan, C., Hayward, W. G., Russell, R., & Sulikowski, D. (2013). Is There an Own-Race Preference in Attractiveness? Evolutionary Psychology, 11(4), 855-872. <a href="https://doi.org/10.1177/147470491301100410" target="_blank">https://doi.org/10.1177/147470491301100410</a></p> | |
</section> | |
<section id="article-2" class="article-content"> | |
<h2>How Racial Groups Rate Each Other</h2> | |
<p>The study, titled <em>How Racial Groups Rate Each Other</em>, was conducted by L.J. Zigerell. It was published in 2021. The article investigates how different racial groups (White, Black, Hispanic, and Asian) rate one another based on various criteria, including attractiveness and overall perception.</p> | |
<h3>Key Findings</h3> | |
<p>The study reveals that White respondents tend to rate all racial groups, including their own, relatively equally, indicating a more neutral stance on racial perceptions. However, Black, Hispanic, and Asian respondents rate their own racial groups more favorably, with a tendency to rate White individuals lower. This reflects how White people have been tricked into seeing their own race as unfavorable, leading to self-hatred.</p> | |
<h3>Interpertation</h3> | |
<p>This study shows that White people tend to be un-biased in general and more welcoming and inclusive when it comes to rating racial groups including their own, on the other hand All other racially groups tend to be more racially motived and biased towards their own race respectfully.</p> | |
<h3>Full Citation</h3> | |
<p>Zigerell, L.J. (2021, March 25). How Racial Groups Rate Each Other. <a href="https://www.ljzigerell.com/?p=9002" target="_blank">https://www.ljzigerell.com/?p=9002</a></p> | |
</section> | |
<section id="article-3" class="article-content"> | |
<h2>Testosterone Levels by Race</h2> | |
<p>The study, titled <em>Ethnicity and Race Specific Total Testosterone Norms - Time for Change?</em>, analyzed data from the National Health and Nutrition Examination Survey (NHANES) to investigate how total testosterone (TT) levels vary among different racial and ethnic groups. It was published in <em>The Journal of Urology</em> by the American Urological Association.</p> | |
<h3>Key Findings</h3> | |
<p>Non-Hispanic Black men start with the highest testosterone levels in younger age groups but experience a steeper and degenerative decline over time.</p> | |
<p>Non-Hispanic White men initially have lower levels but maintain a more stable decline with age.</p> | |
<p>Hispanic and Non-Hispanic Asian men generally have lower testosterone levels, with Asian men consistently having the lowest levels.</p> | |
<h3>Interpertation</h3> | |
<p>While Black males start with hier testoertone levels, in their mid ages, it drastically degrdes, while While males testoerone not only maintina a stable level, but are higher than the Black male's testoertone levels 10 years younger than them.</p> | |
<p>Hispanic and Asian are generally lower in general but Hispanic show a drastic, Radically changing levels over time.</p> | |
<h3>Full Citation</h3> | |
<p>Shyr, William, et al. “MP06-19 ETHNICITY AND RACE SPECIFIC TOTAL TESTOSTERONE NORMS - TIME FOR CHANGE?” 2023. Journal of Urology, vol. 209, no. Supplement 4, WoltersKluwer, Apr. 2023, p. e60, <a href="https://www.auajournals.org/doi/10.1097/JU.0000000000003217.19" target="_blank">doi:10.1097/JU.0000000000003217.19</a>. | |
</p> | |
</section> | |
<section id="article-4" class="article-content"> | |
<h2>Large-scale GWAS on Same-Sex Sexual Behavior</h2> | |
<p>The study, titled <em>Large-scale GWAS reveals insights into the genetic architecture of same-sex sexual behavior</em>, was conducted by Andrea Ganna, Karin J.H. Verweij, Michel G. Nivard, Robert Maier, Robbee Wedow, Alexander S. Busch, Abdel Abdellaoui, Shengru Guo, J. Fah Sathirapongsasuti, et al. It was published in <em>Science</em>, Volume 365, Issue 6456, on August 30, 2019, spanning pages 882–888. The article investigates the genetic factors influencing same-sex sexual behavior through a comprehensive genome-wide association study (GWAS).</p> | |
<h3>Key Findings</h3> | |
<p>The extensive study, which analyzed genetic data from 477,522 individuals in the UK Biobank and 23andMe cohorts, found only five genetic loci linked to same‐sex sexual behavior. Crucially, these loci account for an almost negligible percentage of the overall variance in such behavior—strong evidence that genetics play only a minor role. This result reinforces the conservative view that same‐sex behavior is not an inborn, immutable characteristic but is overwhelmingly shaped by environmental factors, personal choices, and cultural influences.</p> | |
<h3>Interpretation</h3> | |
<p>The data clearly show that while genetics may contribute slightly to same-sex sexual behavior, the effect sizes of the identified variants are very small. This finding supports the view that sexual orientation is not predominantly determined by biology. Instead, it appears to result from a complex interplay between limited genetic predispositions and substantial non-genetic factors such as personal choices, social conditioning, and environmental influences such as tramma usually. These results emphasize the importance of considering a broader array of influences when studying sexual behavior.</p> | |
<h3>Full Citation</h3> | |
<p>Ganna, A., Verweij, K.J.H., Nivard, M.G., Maier, R., Wedow, R., Busch, A.S., Abdellaoui, A., Guo, S., Sathirapongsasuti, J.F., et al. (2019). Large-scale GWAS reveals insights into the genetic architecture of same-sex sexual behavior. <em>Science</em>, 365(6456), 882–888. <a href="https://doi.org/10.1126/science.aat7693" target="_blank">https://doi.org/10.1126/science.aat7693</a></p> | |
</section> | |
<section id="article-5" class="article-content"> | |
<h2>Fraternal Birth Order and Male Homosexuality</h2> | |
<p>The study, titled <em>Male homosexuality and maternal immune responsivity to the Y-linked protein NLGN4Y</em>, was conducted by Anthony F. Bogaert, Malvina N. Skorska, Chao Wang, José Gabrie, and Adam J. MacNeil. It was published in <em>Proceedings of the National Academy of Sciences</em>, Volume 115, Issue 22, in 2018, spanning pages 5235–5240. The article investigates the maternal immune response hypothesis, which suggests that the likelihood of a male being homosexual increases with the number of older biological brothers he has from the same mother. This is thought to be due to maternal immune responses affecting the sexual differentiation of the brain in later-born sons.</p> | |
<h3>Key Findings</h3> | |
<p>The study provides biochemical evidence supporting the maternal immune hypothesis by demonstrating that mothers with a gay son, especially those with older brothers, have higher levels of antibodies against the Y-linked protein NLGN4Y. These antibodies are believed to interfere with the masculinization of the brain in subsequent male fetuses, potentially influencing sexual orientation.</p> | |
<h3>Interpretation</h3> | |
<p>These findings indicate that there may be a tentative association between maternal immune responses to male-specific antigens and the sexual orientation of male offspring. However, it is important to stress that this association, if it exists, is likely to be only a minor component of a much larger, complex picture. Sexual orientation is influenced by a diverse array of factors—including genetic, hormonal, environmental, and psychosocial elements<sup><a href="#10_1126_science_aat7693">[1]</a></sup>—and the current evidence is preliminary at best. Given the biological underpinnings suggested by this and other research, it could be argued that deviations from a traditional heterosexual orientation might stem from factors that are more intrinsic and possibly related to abnormal development, rather than solely from personal choice or social influences. Therefore, these results should be interpreted with extreme caution and should not be seen as conclusive proof of any causal relationship. Further comprehensive research is essential to verify and clarify the role, if any, of prenatal immune factors in shaping sexual orientation and to explore whether such factors could be indicative of underlying developmental or psychological conditions.</p> | |
<h3>Full Citation</h3> | |
<p>Bogaert, Anthony F et al. “Male homosexuality and maternal immune responsivity to the Y-linked protein NLGN4Y.” Proceedings of the National Academy of Sciences of the United States of America vol. 115,2 (2018): 302-306. <a href="https://pubmed.ncbi.nlm.nih.gov/29229842/" target="_blank">doi:10.1073/pnas.1705895114</a></p> | |
<h3>References</h3> | |
<ol> | |
<li id="10_1126_science_aat7693"> | |
<a href="javascript:selectArticle('article-4')">Large-scale GWAS on Same-Sex Sexual Behavior</a> | |
</li> | |
</ol> | |
</section> | |
</main> | |
<footer> | |
<p>Article summaries based on the work published in academic journals.</p> | |
</footer> | |
<script> | |
function selectArticle(articleId) { | |
// Select the dropdown element | |
const articleSelect = document.getElementById("article-select"); | |
// Set the value of the dropdown to match the articleId | |
articleSelect.value = articleId; | |
// Trigger the function to display the selected article | |
showArticle(); | |
} | |
function showArticle(selectedArticle) { | |
var selectedArticle = | |
selectedArticle || document.getElementById("article-select").value; | |
var allArticles = document.querySelectorAll(".article-content"); | |
// Hide all articles | |
allArticles.forEach(function (article) { | |
article.style.display = "none"; | |
}); | |
// Show selected article | |
if (selectedArticle) { | |
document.getElementById(selectedArticle).style.display = "block"; | |
} | |
} | |
function selectLastArticle() { | |
var selectElement = document.getElementById("article-select"); | |
var lastOptionValue = | |
selectElement.options[selectElement.options.length - 1].value; | |
selectElement.value = lastOptionValue; // Automatically select the last article | |
showArticle(); // Call showArticle to display the selected article | |
} | |
document.addEventListener("DOMContentLoaded", () => { | |
showArticle(); // Display the default or first article on page load | |
}); | |
</script> |