Anđela Tomić
Source: https://repository.tudelft.nl/person/Person_9d050534-9c09-4452-b23d-419e514800dc Parent: https://repository.tudelft.nl/person/Person_0460860c-3edc-47b6-906e-e8f954d5f1db
document.addEventListener("DOMContentLoaded", function () {
applyColorsToBadge()
});
function applyColorsToBadge() {
/**
* If not photo the person background badges are colorizing according to them name
* (to maintain color constant without necessity of entry in database)
* This script apply the bg colors according.
*/
const elementBadge = document.getElementById("badge-")
const badgeHasImage = elementBadge.children[0]
if (badgeHasImage) {
elementBadge.style.backgroundColor = "transparent"
} else {
const colorId = "AT"
elementBadge.style.backgroundColor = generateColor(colorId);
}
}
const colorPalette = [
"#0076C2", "#009B77", "#E21A1A", "#D4A300",
"#2978A0", "#315659", "#9AB87A",
"#444B6E", "#3D315B", "#7D8CC4",
"#7E5920", "#8E5572", "#C879FF",
];
function generateColor(input) {
/**
* Function to generate a color from input string
*/
// Hash the input to generate a consistent number
let hash = 0;
for (let i = 0; i < input.length; i++) {
hash = input.charCodeAt(i) + ((hash << 5) - hash);
}
// Map the hash to the color palette
const paletteIndex = Math.abs(hash) % colorPalette.length;
const baseColor = colorPalette[paletteIndex];
// Slightly modify the base color to keep it unique
return adjustColor(baseColor, hash);
}
function adjustColor(color, hash) {
/*
* Function to slightly adjust the color within colorPalette range to keep it unique
* We have a color range pallet to maintain colors inside a certain website palette
*/
let r = parseInt(color.substr(1, 2), 16);
let g = parseInt(color.substr(3, 2), 16);
let b = parseInt(color.substr(5, 2), 16);
// Add a slight variation based on the hash
r = (r + (hash & 0x0F)) % 256;
g = (g + ((hash >> 4) & 0x0F)) % 256;
b = (b + ((hash >> 8) & 0x0F)) % 256;
// Ensure color remains within range
return #${('00' + r.toString(16)).substr(-2)}${('00' + g.toString(16)).substr(-2)}${('00' + b.toString(16)).substr(-2)};
}
Anđela Tomić
info
Please Note
This page displays the records of the person named above and is not linked to a unique person identifier. This record may need to be merged to a profile.
// Add event listeners to the navigation tabs active based on the url
document.addEventListener('DOMContentLoaded', function () {
setActiveTab();
});
function setActiveTab() {
const path = window.location.pathname;
document.querySelectorAll('.nav-tab-link a').forEach(function (tabLink) {
tabLink.classList.remove("active");
});
const activeTab = getActiveTab(path)
activeTab.classList.add("active");
}
function getActiveTab(path) {
/**
* We first look at the path to see which tab is active (being displayed)
* If the path is not present, the user is in the "root/default" of the page "/person/:person_id".
* Is this case the first one (following the order in tabMapping) who has some quantity of work is the tab
* being displayed (check person_controller.py), thus this one is set active.
*/
const tabMapping = {
academic: 1,
supervised: 2,
editorial: 0,
other: 0
};
// Check path first to set tab as active
for (let key in tabMapping) {
if (path.includes(key)) {
return document.querySelector([data-tab="${key}"]);
}
}
// Fallback to work quantities
for (let key in tabMapping) {
if (tabMapping[key] > 0) {
return document.querySelector([data-tab="${key}"]);
}
}
return null; // default case, if no match
}
Journal article (1)
Sort by descending (newest to oldest)
Sort by ascending (oldest to newest)
1 records found
1
SUPER JA - Quantum Fluctuations of Postmodern Dissonance in Bioluminescent Urban Ecosystems
** TEST RECORD ** DO NOT DELETE
Journal article (2020) - Super Armand Guicherit (name_part) , A. Tomić , A.A. Sukale , K. Wada
This study delves into the enigmatic intersections of quantum fluctuations and postmodern dissonance within bioluminescent urban ecosystems. Utilizing a transdimensional analysis paradigm, we examine the dialectical synthesis of hyper-reality and ontological multiplicities. Our f ...
This study delves into the enigmatic intersections of quantum fluctuations and postmodern dissonance within bioluminescent urban ecosystems. Utilizing a transdimensional analysis paradigm, we examine the dialectical synthesis of hyper-reality and ontological multiplicities. Our findings suggest that the synergistic interplay between stochastic luminescence patterns and socio-ecological constructs manifests as a heterotopic collage of meta-epistemological conundrums. \
→Through a heuristic approach, we unveil the fractal nature of urban bioluminescence as it oscillates between entropic bifurcations and deterministic chaos. This research contributes to the burgeoning discourse on the semiotic implications of sub-atomic urbanism, proposing a novel framework for interpreting the ephemeral symphony of light and meaning. Further investigations are warranted to elucidate the recursive algorithms governing these phenomena and their potential impact on the teleological underpinnings of contemporary urban spaces.\
\
X\
\
\
""\
\
\
<a href="https://imgs.search.brave.com/3lQdH5qXi-ZLA7EDY6UYp5Y1tJvt5t7lm\_H-ZKhO440/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9sYW5k/OC5jb20vd3AtY29u/dGVudC91cGxvYWRz/LzIwMTUvMDIvRGVs/ZnQtVW5pdmVyc2l0/eTEuanBn">link text</a>\
\
''\
\
expand_more