update suny

This commit is contained in:
Kathleen Fitzpatrick
2024-04-15 16:34:58 -04:00
parent 0f57f997be
commit 593fc85fb7
3 changed files with 120 additions and 63 deletions

View File

@@ -1,14 +1,14 @@
{
"main": {
"id": "5be991c01c6b8cd1",
"id": "d0ba8219fb0fe279",
"type": "split",
"children": [
{
"id": "35883ff603943d3d",
"id": "cf03fef70708291c",
"type": "tabs",
"children": [
{
"id": "3e62d1fecb8a4222",
"id": "4e12ddad41aadfdd",
"type": "leaf",
"state": {
"type": "markdown",
@@ -25,15 +25,15 @@
"direction": "vertical"
},
"left": {
"id": "956c2f55b2c56420",
"id": "8e8c7e7780981f3e",
"type": "split",
"children": [
{
"id": "3ba34aff1b40aa03",
"id": "8b5c73000e7ccd9a",
"type": "tabs",
"children": [
{
"id": "6043a9099eb64083",
"id": "f03e1a12d127f876",
"type": "leaf",
"state": {
"type": "file-explorer",
@@ -43,7 +43,7 @@
}
},
{
"id": "74c6594c501e208a",
"id": "23c51d44a1a582cd",
"type": "leaf",
"state": {
"type": "search",
@@ -58,7 +58,7 @@
}
},
{
"id": "441f57f9af3f15f1",
"id": "ff4f12447ad0ac07",
"type": "leaf",
"state": {
"type": "bookmarks",
@@ -69,18 +69,18 @@
}
],
"direction": "horizontal",
"width": 300
"width": 237.5
},
"right": {
"id": "5930e24f4f70ba64",
"id": "88025c2e190ec6da",
"type": "split",
"children": [
{
"id": "65b065a6b722a10e",
"id": "ac788d2b419e86a5",
"type": "tabs",
"children": [
{
"id": "4b08d1c8cd0c95d5",
"id": "de57b19f7e20a9d6",
"type": "leaf",
"state": {
"type": "backlink",
@@ -97,7 +97,7 @@
}
},
{
"id": "400f7a6fe87e0d4e",
"id": "fe7b651239fae1a6",
"type": "leaf",
"state": {
"type": "outgoing-link",
@@ -109,7 +109,7 @@
}
},
{
"id": "434f76d0ab0379a5",
"id": "3ec49a9cc818e0d3",
"type": "leaf",
"state": {
"type": "tag",
@@ -120,7 +120,7 @@
}
},
{
"id": "f95acfebc05b36aa",
"id": "d47e7c28bc02a8db",
"type": "leaf",
"state": {
"type": "outline",
@@ -130,7 +130,7 @@
}
},
{
"id": "59df4399e7df2188",
"id": "e75338ef30b79ca9",
"type": "leaf",
"state": {
"type": "git-view",
@@ -155,53 +155,46 @@
"vscode-editor:Create Code File": false
}
},
"active": "3e62d1fecb8a4222",
"active": "4e12ddad41aadfdd",
"lastOpenFiles": [
"timemgt.md",
"suny.html",
"utk.html",
"suny.md",
"apereo.md",
"oai13.md",
"Untitled",
"uwm.html",
"utk.md",
"reclaim.md",
"timemgt.md",
"images/today 1.png",
"images/today.png",
"images/kanban.png",
"uwm.md",
"images/tasks.png",
"images/obsidian.png",
"dist/theme/kfitz.css",
"images/mindthegap.png",
"images/dbercommons.png",
"images/passion.jpg",
"images/creativity.jpg",
"images/beprexit.png",
"images/bepress2.png",
"generous-thinking.md",
"plannedobsolescence.md",
"dearborn.md",
"workinginpublic.md",
"rutgers.md",
"cni19s.md",
"goethe.md",
"p2l3.md",
"ubc.md",
"cerada.md",
"friday.md",
"scholarly-networks.md",
"jfki.md",
"marist.md",
"uwm.md",
"vanderbilt.md",
"timemgt.html",
"oai13.md",
"opened.md",
"OSU.md",
"plymouth.md",
"pace.md",
"umn.md",
"vatech.md",
"scholarly-networks.md",
"sustainability.md",
"alma.md",
"plugin/menu/font-awesome/webfonts",
"dist/theme/fonts/source-sans-pro",
"dist/theme/fonts/league-gothic",
"plugin/menu/font-awesome/css",
"plugin/menu/font-awesome",
"css/theme/template",
"plugin/attribution",
"plugin/fullscreen",
"css/theme/source"
"umn.md",
"images/internet2.png",
"internet2_logo_colorpos.png",
"images/uk-data-centre.png",
"images/blank.png",
"mwallt.md",
"montana.md",
"ku.md",
"dearborn.md",
"buffalo.md",
"amical.html",
"amical.md",
"plugin/notes/notes.js",
"plugin/notes/notes.esm.js",
"plugin/notes/plugin.js",
"plugin/notes/speaker-view.html",
"css/theme/README.md"
]
}

65
suny.html Normal file
View File

@@ -0,0 +1,65 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Matters</title>
<link rel="stylesheet" href="dist/reset.css">
<link rel="stylesheet" href="dist/reveal.css">
<link rel="stylesheet" href="dist/theme/kfitz.css" id="theme">
<link rel="stylesheet" href="dist/attribution.css">
<link rel="stylesheet" href="dist/fullscreen.css">
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!-- Theme used for syntax highlighted code -->
<link rel="stylesheet" href="plugin/highlight/monokai.css" id="highlight-theme">
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- Use external markdown resource, separate slides by three newlines; vertical slides by two newlines -->
<section data-markdown="suny.md" data-separator="^\n\n\n" data-separator-vertical="^\n\n"></section>
</div>
</div>
<script src="dist/reveal.js"></script>
<script src="plugin/notes/notes.js"></script>
<script src="plugin/markdown/markdown.js"></script>
<script src="plugin/highlight/highlight.js"></script>
<script src="plugin/menu/menu.js"></script>
<script src="plugin/attribution/plugin.js"></script>
<script src="plugin/fullscreen/plugin.js"></script>
<script>
// More info about initialization & config:
// - https://revealjs.com/initialization/
// - https://revealjs.com/config/
Reveal.initialize({
hash: true,
controlsLayout: 'edges',
slideNumber: true,
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealMarkdown, RevealHighlight, RevealNotes, RevealAttribution, RevealMenu, RevealFullscreen ]
});
</script>
</body>
</html>

15
suny.md
View File

@@ -1,33 +1,32 @@
## Open Infrastructures
### and the Future of Knowledge Production
## Open Matters
---
<smaller>Kathleen Fitzpatrick // @kfitz@hcommons.social // kfitz@msu.edu<br />
SUNY Digital Learning Conference // 19 April 2024</smaller>
Note: Thank you so much. I'm delighted to have the opportunity to be with you here today! Its been great getting to hear some of whats going on at your institutions, and Im looking forward to sharing some of the thinking that my team at MSU and I have been doing about the ways that the future of knowledge production depends upon the openness of the infrastructures that support our work. And I know that for a lot of people, the word "infrastructure" triggers a yawn reflex -- like, oh great, a super technical talk, do I really want to hear a lot about this?
Note: Thank you so much. I'm delighted to have the opportunity to be with you yesterday and today! Its been great getting to hear some of whats going on across the SUNY system, and Im looking forward to sharing some of the thinking that my team at Michigan State and I have been doing about the future of knowledge creation and the ways that it depends on the openness of the infrastructures that support our work. I know that for a lot of people, the word "infrastructure" triggers a yawn reflex -- like, oh great, a super technical talk, do I really want to hear a lot about this?
> “Infrastructural systems are famously boring because the best possible outcome is nothing happening, or at least nothing unexpected or untoward.”
>
> <span style="float:right;"><small>—Deb Chachra, <em>How Infrastructure Works</em> </small></span>
Note: If that's your reaction, you're not alone. As Deb Chachra points out in her brilliant new book, *How Infrastructure Works*, “Infrastructural systems are famously boring because the best possible outcome is nothing happening, or at least nothing unexpected or untoward.” The best thing that infrastructure can do is remain invisible and just work. But as Chachra also argues, the shape of our entire culture is dependent on our infrastructure, and where inequities are part of those systems engineering, they constrain the ways that culture can evolve.
Note: If that's your reaction, you're not alone. As Deb Chachra points out in her brilliant book, *How Infrastructure Works*, “Infrastructural systems are famously boring because the best possible outcome is nothing happening, or at least nothing unexpected or untoward.” The best thing that infrastructure can do is remain invisible and just work. But as Chachra also argues, the shape of our entire culture is dependent on our infrastructure, and where inequities are part of those systems engineering, they constrain the ways that culture can evolve.
- foster social and epistemic justice
- empower communities of practice
- enable community-led decision making
Note: Infrastructure matters, and the scholarly communication infrastructures on which we build, develop, design, and publish our work have deep implications for our abilities
- to foster social and epistemic justice in our knowledge production and communication practices
Note: Infrastructure matters, and the educational and communications infrastructures on which we build, develop, design, and publish our work have deep implications for our abilities
- to foster social and epistemic justice in higher education, research, and other aspects of knowledge creation and sharing
- to empower communities of practice and their concerns in the development and dissemination of knowledge
- to enable trustworthy governance and decision-making that is led by the communities that our publications and platforms are intended to serve
But all of this requires commitment to open, public infrastructures, in order to ensure that scholarly communication can become actually equitable.
But all of this requires commitment to open, public infrastructures, in order to ensure that the work we do in higher education can become actually equitable.
## actually equitable
Note: What do I mean by "actually equitable," and how might what I'm describing intersect with the aims of the open access movement? We've heard a lot over the last twenty-plus years about the ways that open access should transform scholarly communication. If our work could be read more openly by anyone, it's been said, it might both have more impact on the world at large and create a more equitable knowledge environment. And it's of course true that open access in its many present flavors has done a lot to make more research available to be read online. But the movement toward open access began as a means of attempting to break the stranglehold that a few extractive corporate publishers have established over the research and publishing process -- and it hasn't succeeded. The last decade in particular has revealed all of the resilience with which capital responds to challenges, as those corporate publishers have in fact become more profitable than ever. Not only have they figured out how to exploit article processing charges in order to make *some* work published in their journals openly available while continuing to charge libraries for subscriptions to the journals as a whole, but they've also developed whole new business plans like the so-called "read and publish" agreements that keep many institutions tied to them, and they've developed new platforms and infrastructures like discovery engines and research information management systems that serve to increase corporate lock-in over the work produced on campus.
Note: What do I mean by "actually equitable," and how might what I'm describing intersect with the aims of the open access and open education movements? We've heard a lot over the last twenty-plus years, for instance, about the ways that open access should transform scholarly communication. If our work could be read more openly by anyone, it's been said, it might both have more impact on the world at large and create a more equitable knowledge environment. And it's of course true that open access in its many present flavors has done a lot to make more research available to be read online. But the movement toward open access began as a means of attempting to break the stranglehold that a few extractive corporate publishers have established over the research and publishing process -- and it hasn't succeeded. The last decade in particular has revealed all of the resilience with which capital responds to challenges, as those corporate publishers have in fact become more profitable than ever. Not only have they figured out how to exploit article processing charges in order to make *some* work published in their journals openly available while continuing to charge libraries for subscriptions to the journals as a whole, but they've also developed whole new business plans like the so-called "read and publish" agreements that keep many institutions tied to them, and they've developed new platforms and infrastructures like discovery engines and research information management systems that serve to increase corporate lock-in over the work produced on campus.
![Budapest Open Access Initiative](images/boai.png)