Metadata
Title
M. Teperek
Category
general
UUID
451fc5c2dd6a4810a3246b71bbbea83f
Source URL
https://repository.tudelft.nl/person/Person_cf00232f-fa75-44bd-a0b1-2a2eb5c4a66d
Parent URL
https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47
Crawl Time
2026-03-11T05:31:59+00:00
Rendered Raw Markdown

M. Teperek

Source: https://repository.tudelft.nl/person/Person_cf00232f-fa75-44bd-a0b1-2a2eb5c4a66d Parent: https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47

MT

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 = "MT" 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)}; }

M. Teperek

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: 5, 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 }

Journal article (5)

Sort by descending (newest to oldest)

Sort by ascending (oldest to newest)

5 records found

1

Time to re-think the divide between academic and support staff

Journal article (2022) - M. Teperek , Maria Cruz , Danny Kingsley

Research professionals should not be split into two categories, say Marta Teperek, Maria Cruz and Danny Kingsley. [Figure not available: see fulltext.]

Research professionals should not be split into two categories, say Marta Teperek, Maria Cruz and Danny Kingsley. [Figure not available: see fulltext.]

Towards wide-scale adoption of open science practices

The role of open science communities

Journal article (2021) - Kristijan Armeni , Loek Brinkman , Rickard Carlsson , Anita Eerland , Rianne Fijten , Robin Fondberg , Vera E. Heininga , Stephan Heunis , M. Teperek ,More Authors...

Despite the increasing availability of Open Science (OS) infrastructure and the rise in policies to change behaviour, OS practices are not yet the norm. While pioneering researchers are developing OS practices, the majority sticks to status quo. To transition to common practice, ...

Despite the increasing availability of Open Science (OS) infrastructure and the rise in policies to change behaviour, OS practices are not yet the norm. While pioneering researchers are developing OS practices, the majority sticks to status quo. To transition to common practice, we must engage a critical proportion of the academic community. In this transition, OS Communities (OSCs) play a key role. OSCs are bottom-up learning groups of scholars that discuss OS within and across disciplines. They make OS knowledge more accessible and facilitate communication among scholars and policymakers. Over the past two years, eleven OSCs were founded at several Dutch university cities. In other countries, similar OSCs are starting up. In this article, we discuss the pivotal role OSCs play in the large-scale transition to OS. We emphasize that, despite the grassroot character of OSCs, support from universities is critical for OSCs to be viable, effective, and sustainable.

expand_more

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

Cultural obstacles to research data management and sharing at TU Delft

Journal article (2019) - Esther Plomp , Nicolas Dintzner , Marta Teperek , Alastair Dunning

Research data management (RDM) is increasingly important in scholarship. Many researchers are, however, unaware of the benefits of good RDM and unsure about the practical steps they can take to improve their RDM practices. Delft University of Technology (TU Delft) addresses this ...

Research data management (RDM) is increasingly important in scholarship. Many researchers are, however, unaware of the benefits of good RDM and unsure about the practical steps they can take to improve their RDM practices. Delft University of Technology (TU Delft) addresses this cultural barrier by appointing Data Stewards at every faculty. By providing expert advice and increasing awareness, the Data Stewardship project focuses on incremental improvements in current data and software management and sharing practices. This cultural change is accelerated by the Data Champions who share best practices in data management with their peers. The Data Stewards and Data Champions build a community that allows a discipline-specific approach to RDM. Nevertheless, cultural change also requires appropriate rewards and incentives. While local initiatives are important, and we discuss several examples in this paper, systemic changes to the academic rewards system are needed. This will require collaborative efforts of a broad coalition of stakeholders and we will mention several such initiatives. This article demonstrates that community building is essential in changing the code and data management culture at TU Delft.

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