Y. Türkyilmaz-van der Velden
Source: https://repository.tudelft.nl/person/Person_fed5e208-6f13-4be1-bb5d-c1798d9f159f Parent: https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47
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 = "YT"
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)};
}
Y. Türkyilmaz-van der Velden
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: 3,
supervised: 0,
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
}
Conference paper (1)
Journal article (2)
Sort by descending (newest to oldest)
Sort by ascending (oldest to newest)
3 records found
1
On a quest for cultural change
Surveying research data management practices at Delft University of Technology
Journal article (2019) - Heather Andrews Mancilla , Marta Teperek , Jasper van Dijck , Kees Den Heijer , Robbert Eggermont , Esther Plomp , Yasemin Turkyilmaz - van der Velden , Shalini Kurapati
The Data Stewardship project is a new initiative from the Delft University of Technology (TU Delft) in the Netherlands. Its aim is to create mature working practices and policies regarding research data management across all TU Delft faculties. The novelty of this project relies ...
The Data Stewardship project is a new initiative from the Delft University of Technology (TU Delft) in the Netherlands. Its aim is to create mature working practices and policies regarding research data management across all TU Delft faculties. The novelty of this project relies on having a dedicated person, the so-called ‘Data Steward,’ embedded in each faculty to approach research data management from a more discipline-specific perspective. It is within this framework that a research data management survey was carried out at the faculties that had a Data Steward in place by July 2018. The goal was to get an overview of the general data management practices, and use its results as a benchmark for the project. The total response rate was 11 to 37% depending on the faculty. Overall, the results show similar trends in all faculties, and indicate lack of awareness regarding different data management topics such as automatic data backups, data ownership, relevance of data management plans, awareness of FAIR data principles and usage of research data repositories. The results also show great interest towards data management, as more than ~80% of the respondents in each faculty claimed to be interested in data management training and wished to see the summary of survey results. Thus, the survey helped identified the topics the Data Stewardship project is currently focusing on, by carrying out awareness campaigns and providing training at both university and faculty levels.
expand_more
Policy needs to go hand in hand with practice
The learning and listening approach to data management
Journal article (2019) - Maria Cruz , Nicolas Dintzner , Alastair Dunning , Annemiek van der Kuil , Esther Plomp , Marta Teperek , Yasemin Turkyilmaz - van der Velden , Anke Versteeg
In this paper, we explain our strategy for developing research data management policies at TU Delft. Policies can be important drivers for research institutions in the implementation of good data management practices. As Rans and Jones note (Rans and Jones 2013), " Policies provi ...
In this paper, we explain our strategy for developing research data management policies at TU Delft. Policies can be important drivers for research institutions in the implementation of good data management practices. As Rans and Jones note (Rans and Jones 2013), " Policies provide clarity of purpose and may help in the framing of roles, responsibilities and requisite actions. They also legitimise making the case for investment”. However, policy development often tends to place the researchers in a passive position, while they are the ones managing research data on a daily basis. Therefore, at TU Delft, we have taken an alternative approach: a policy needs to go hand in hand with practice. The policy development was initiated by the Research Data Services at TU Delft Library, but as the process continued, other stakeholders, such as legal and IT departments, got involved. Finally, the faculty-based Data Stewards have played a key role in leading the consultations with the research community that led to the development of the faculty-specific policies. This allows for disciplinary differences to be reflected in the policies and to create a closer connection between policies and day-to-day research practice. Our primary intention was to keep researchers and research practices at the centre of our strategy for data management. We did not want to introduce and mandate requirements before adequate infrastructure and professional support were available to our research community and before our researchers were themselves willing to discuss formalisation of data management practices. This paper describes the key steps taken and the most important decisions made during the development of RDM policies at TU Delft.
expand_more
The role of data stewardship in software sustainability and reproducibility
Conference paper (2018) - Maria Marques De Barros Cruz , Shalini Kurapati , Yasemin Turkyilmaz-Van Der Velden
Software and computational tools are instrumental for scientific investigation in today's digitized research environment. Despite this crucial role, the path towards implementing best practices to achieve reproducibility and sustainability of research software is challenging. Del ...
Software and computational tools are instrumental for scientific investigation in today's digitized research environment. Despite this crucial role, the path towards implementing best practices to achieve reproducibility and sustainability of research software is challenging. Delft University of Technology has begun recently a novel initiative of data stewardship - disciplinary support for research data management, one of the main aims of which is achieving reproducibility of scientific results in general. In this paper, we aim to explore the potential of data stewardship for supporting software reproducibility and sustainability as well. Recently, we gathered the key stakeholders of the topic (i.e. researchers, research software engineers, and data stewards) in a workshop setting to understand the challenges and barriers, the support required to achieve software sustainability and reproducibility, and how all the three parties can efficiently work together. Based on the insights from the workshop, as well as our professional experience as data stewards, we draw conclusions on possible ways forward to achieve the important goal of software reproducibility and sustainability through coordinated efforts of the key stakeholders.
expand_more