Metadata
Title
A.C. Dunning
Category
general
UUID
3780f891dff84586a1416ce9a5f32f4b
Source URL
https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47
Parent URL
https://repository.tudelft.nl/record/uuid:f116c1eb-35ca-4ecb-a58f-37ae764280e8
Crawl Time
2026-03-11T05:29:43+00:00
Rendered Raw Markdown
# A.C. Dunning

**Source**: https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47
**Parent**: https://repository.tudelft.nl/record/uuid:f116c1eb-35ca-4ecb-a58f-37ae764280e8

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

## A.C. Dunning

info

Please Note

<p>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.</p>

// 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: 4,
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
(3)

Report
(1)

Sort by descending (newest to oldest)

Sort by ascending (oldest to newest)

4 records found

1

[TU Delft Next Generation Repository Policy](https://repository.tudelft.nl/record/uuid:f116c1eb-35ca-4ecb-a58f-37ae764280e8)

Report
(2024)
-
[Armand Guicherit](https://repository.tudelft.nl/person/Person_0460860c-3edc-47b6-906e-e8f954d5f1db)
,
[N.L. Wahls](https://repository.tudelft.nl/person/Person_f134911d-deee-49f8-91a9-12c3f0ff211d)
,
[Alastair Dunning](https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47)

[Are the FAIR Data Principles fair?](https://repository.tudelft.nl/record/uuid:d2a7cbe2-5b58-442d-b2ef-f7ed741685af)

Journal article
(2020)
-
[Alastair Dunning](https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47)
,
[Madeleine de Smaele](https://repository.tudelft.nl/person/Person_0852af09-b1e8-423a-a166-fa5d6a375bf7)
,
[Jasmin Boehmer](https://repository.tudelft.nl/person/Person_39e488d0-2b14-4d6c-84fc-ba0084cbd0f0)

This practice paper describes an ongoing research project to test the effectiveness and relevance of the FAIR Data Principles. Simultaneously, it will analyse how easy it is for data archives to adhere to the principles. The research took place from November 2016 to January 2017,
...

This practice paper describes an ongoing research project to test the effectiveness and relevance of the FAIR Data Principles. Simultaneously, it will analyse how easy it is for data archives to adhere to the principles. The research took place from November 2016 to January 2017, and will be underpinned with feedback from the repositories.
The FAIR Data Principles feature 15 facets corresponding to the four letters of FAIR - Findable, Accessible, Interoperable, Reusable. These principles have already gained traction within the research world. The European Commission has recently expanded its demand for research to produce open data. The relevant guidelines1are explicitly written in the context of the FAIR Data Principles. Given an increasing number of researchers will have exposure to the guidelines, understanding their viability and suggesting where there may be room for modification and adjustment is of vital importance.
This practice paper is connected to a dataset(Dunning et al.,2017) containing the original overview of the sample group statistics and graphs, in an Excel spreadsheet. Over the course of two months, the web-interfaces, help-pages and metadata-records of over 40 data repositories have been examined, to score the individual data repository against the FAIR principles and facets. The traffic-light rating system enables colour-coding according to compliance and vagueness. The statistical analysis provides overall, categorised, on the principles focussing, and on the facet focussing results.
The analysis includes the statistical and descriptive evaluation, followed by elaborations on Elements of the FAIR Data Principles, the subject specific or repository specific differences, and subsequently what repositories can do to improve their information architecture.

expand\_more

[Cultural obstacles to research data management and sharing at TU Delft](https://repository.tudelft.nl/record/uuid:c604827e-636f-47f6-85a5-57782ac1cb28)

Journal article
(2019)
-
[Esther Plomp](https://repository.tudelft.nl/person/Person_88022e63-d05d-4936-861f-a5da3ca0efa9)
,
[Nicolas Dintzner](https://repository.tudelft.nl/person/Person_2d90d0fd-0648-48d6-8786-d50420983f14)
,
[Marta Teperek](https://repository.tudelft.nl/person/Person_cf00232f-fa75-44bd-a0b1-2a2eb5c4a66d)
,
[Alastair Dunning](https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47)

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](https://repository.tudelft.nl/record/uuid:ece5c5a2-7413-4a93-bfd9-72f93aa669c7)

The learning and listening approach to data management

Journal article
(2019)
-
Maria Cruz
,
[Nicolas Dintzner](https://repository.tudelft.nl/person/Person_2d90d0fd-0648-48d6-8786-d50420983f14)
,
[Alastair Dunning](https://repository.tudelft.nl/person/Person_12c2f967-4bb1-472e-a56d-67fac1875e47)
,
Annemiek van der Kuil
,
[Esther Plomp](https://repository.tudelft.nl/person/Person_88022e63-d05d-4936-861f-a5da3ca0efa9)
,
[Marta Teperek](https://repository.tudelft.nl/person/Person_cf00232f-fa75-44bd-a0b1-2a2eb5c4a66d)
,
[Yasemin Turkyilmaz - van der Velden](https://repository.tudelft.nl/person/Person_fed5e208-6f13-4be1-bb5d-c1798d9f159f)
,
[Anke Versteeg](https://repository.tudelft.nl/person/Person_0e6dcfc1-40e4-4579-8de0-43f85163f98f)

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