Metadata
Title
UNSW Allens Hub
Category
undergraduate
UUID
533d572c1b2646f5b47a35caf7b6feee
Source URL
https://allenshub.unsw.edu.au/
Parent URL
https://grandchallenges.unsw.edu.au/article/next-grand-challenge-building-system...
Crawl Time
2026-03-10T04:29:17+00:00
Rendered Raw Markdown
# UNSW Allens Hub

**Source**: https://allenshub.unsw.edu.au/
**Parent**: https://grandchallenges.unsw.edu.au/article/next-grand-challenge-building-systems-worthy-trust

### **The UNSW Allens Hub for Technology, Law and Innovation, was an independent community of scholars based at UNSW Sydney that operated from 1 November 2017 until 1 June 2024. It sought to add breadth and depth to research on the diverse interactions among technological change, law, and legal practice. It had influence over academic and policy debates through its engagement with the legal profession, the judiciary, industry, government and the broader community and its many submissions to policy processes.**

[Read more](https://allenshub.unsw.edu.au/news/unsw-allens-hub-technology-law-and-innovation-close-2024)

---

UNSW Allens Hub News

UNSW Allens Hub Events

.fa {
padding: 14px;
font-size: 22px;
width: 49px;
text-align: center;
text-decoration: none;
border-radius: 50%;
}
.fa:hover {
opacity: 0.7;
text-decoration: none;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-twitter {
background: #55ACEE;
color: white;
}
.fa-google {
background: #dd4b39;
color: white;
}
.fa-linkedin {
background: #007bb5;
color: white;
}
.fa-youtube {
background: #bb0000;
color: white;
}
.fa-instagram {
background: #125688;
color: white;
}
.fa-pinterest {
background: #cb2027;
color: white;
}
.fa-snapchat-ghost {
background: #fffc00;
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fa-skype {
background: #00aff0;
color: white;
}
.fa-android {
background: #a4c639;
color: white;
}
.fa-dribbble {
background: #ea4c89;
color: white;
}
.fa-vimeo {
background: #45bbff;
color: white;
}
.fa-tumblr {
background: #2c4762;
color: white;
}
.fa-vine {
background: #00b489;
color: white;
}
.fa-foursquare {
background: #45bbff;
color: white;
}
.fa-stumbleupon {
background: #eb4924;
color: white;
}
.fa-flickr {
background: #f40083;
color: white;
}
.fa-yahoo {
background: #430297;
color: white;
}
.fa-soundcloud {
background: #ff5500;
color: white;
}
.fa-reddit {
background: #ff5700;
color: white;
}
.fa-rss {
background: #ff6600;
color: white;
}
.scenter {
display: flex;
justify-content: center;
align-items: center;
height: 60px;
padding: 20px;
float: right;
}

**Follow us on:**

var editCSS = document.createElement('style')
editCSS.innerHTML = ".above\_footer {background-color: #ffe600;}";
document.body.appendChild(editCSS);
function waitForElm(selector) {
return new Promise(resolve => {
if (document.querySelector(selector)) {
return resolve(document.querySelector(selector));
}
const observer = new MutationObserver(mutations => {
if (document.querySelector(selector)) {
resolve(document.querySelector(selector));
observer.disconnect();
}
});
observer.observe(document.body, {
childList: true,
subtree: true
});
});
}
waitForElm('#backtotop').then((elm) => {
console.log('Element is ready');
console.log(elm.textContent);
document.getElementById("backtotop").remove();
});
document.getElementById("backtotop").remove();