Skip to content

Commit db8e2f9

Browse files
xpqiuclaude
andcommitted
Add Zenodo DOI (10.5281/zenodo.20773858) to OI blog
Fill the doi front-matter field, add a doi line to the BibTeX, and a DOI link in the citation block, on both the English and Chinese posts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 5ac8514 commit db8e2f9

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

blog/cn/organizational-intelligence/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<meta name="description" content="As AI moves from capable models to autonomous agents, the binding constraint shifts from the model to the organization around it. This essay argues that the organization—not the isolated model or task—is the right unit at which to design, evaluate, and govern agentic AI, and makes it concrete with a state formalization, a three-loop capability model, an L0–L5 governance-maturity model, and requirements for organization-level benchmarks.">
99
<script src="/blog/template.v2.js?v=3"></script>
1010
<link rel="stylesheet" href="/blog/blog-fonts.css?v=5">
11-
<link rel="stylesheet" href="/blog/blog-chrome.css?v=7">
12-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" crossorigin="anonymous">
13-
<script defer src="/blog/blog-chrome.js?v=3"></script>
11+
<link rel="stylesheet" href="/blog/blog-chrome.css?v=8">
12+
<script defer src="/blog/blog-chrome.js?v=4"></script>
1413
<style>
1514
/* ============================================================
1615
SURFACE B — OI Distill v2 post (FINAL, drop-in <style>)
@@ -377,7 +376,7 @@
377376
"affiliationURL": "https://github.com/OpenMOSS"
378377
}
379378
],
380-
"doi": "",
379+
"doi": "10.5281/zenodo.20773858",
381380
"publishedDate": "2026-06-19"
382381
}
383382
</script>
@@ -1024,13 +1023,14 @@ <h3>关于</h3>
10241023
</p>
10251024

10261025
<h3>引用本文</h3>
1027-
<p class="cite-text">邱锡鹏. 「组织智能:在组织层面治理智能体 AI」. OpenMOSS, 2026. <a href="https://openmoss.ai/blog/en/organizational-intelligence/">openmoss.ai/blog/en/organizational-intelligence</a>(引用以英文版为准)</p>
1026+
<p class="cite-text">邱锡鹏. 「组织智能:在组织层面治理智能体 AI」. OpenMOSS, 2026. <a href="https://openmoss.ai/blog/en/organizational-intelligence/">openmoss.ai/blog/en/organizational-intelligence</a> · DOI: <a href="https://doi.org/10.5281/zenodo.20773858">10.5281/zenodo.20773858</a>(引用以英文版为准)</p>
10281027
<pre class="cite-bib">@misc{qiu2026oi,
10291028
title = {Organizational Intelligence: Governing Agentic AI at the Level of the Organization},
10301029
author = {Qiu, Xipeng},
10311030
year = {2026},
10321031
howpublished = {OpenMOSS Blog},
1033-
url = {https://openmoss.ai/blog/en/organizational-intelligence/}
1032+
url = {https://openmoss.ai/blog/en/organizational-intelligence/},
1033+
doi = {10.5281/zenodo.20773858}
10341034
}</pre>
10351035
</d-appendix>
10361036
</body>

blog/en/organizational-intelligence/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
<meta name="description" content="As AI moves from capable models to autonomous agents, the binding constraint shifts from the model to the organization around it. This essay argues that the organization—not the isolated model or task—is the right unit at which to design, evaluate, and govern agentic AI, and makes it concrete with a state formalization, a three-loop capability model, an L0–L5 governance-maturity model, and requirements for organization-level benchmarks.">
99
<script src="/blog/template.v2.js?v=3"></script>
1010
<link rel="stylesheet" href="/blog/blog-fonts.css?v=5">
11-
<link rel="stylesheet" href="/blog/blog-chrome.css?v=7">
12-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" crossorigin="anonymous">
13-
<script defer src="/blog/blog-chrome.js?v=3"></script>
11+
<link rel="stylesheet" href="/blog/blog-chrome.css?v=8">
12+
<script defer src="/blog/blog-chrome.js?v=4"></script>
1413
<style>
1514
/* ============================================================
1615
SURFACE B — OI Distill v2 post (FINAL, drop-in <style>)
@@ -377,7 +376,7 @@
377376
"affiliationURL": "https://github.com/OpenMOSS"
378377
}
379378
],
380-
"doi": "",
379+
"doi": "10.5281/zenodo.20773858",
381380
"publishedDate": "2026-06-19"
382381
}
383382
</script>
@@ -1014,13 +1013,14 @@ <h3>About</h3>
10141013
</p>
10151014

10161015
<h3>Cite as</h3>
1017-
<p class="cite-text">Xipeng Qiu. &ldquo;Organizational Intelligence: Governing Agentic AI at the Level of the Organization.&rdquo; OpenMOSS, 2026. <a href="https://openmoss.ai/blog/en/organizational-intelligence/">openmoss.ai/blog/en/organizational-intelligence</a></p>
1016+
<p class="cite-text">Xipeng Qiu. &ldquo;Organizational Intelligence: Governing Agentic AI at the Level of the Organization.&rdquo; OpenMOSS, 2026. <a href="https://openmoss.ai/blog/en/organizational-intelligence/">openmoss.ai/blog/en/organizational-intelligence</a> · DOI: <a href="https://doi.org/10.5281/zenodo.20773858">10.5281/zenodo.20773858</a></p>
10181017
<pre class="cite-bib">@misc{qiu2026oi,
10191018
title = {Organizational Intelligence: Governing Agentic AI at the Level of the Organization},
10201019
author = {Qiu, Xipeng},
10211020
year = {2026},
10221021
howpublished = {OpenMOSS Blog},
1023-
url = {https://openmoss.ai/blog/en/organizational-intelligence/}
1022+
url = {https://openmoss.ai/blog/en/organizational-intelligence/},
1023+
doi = {10.5281/zenodo.20773858}
10241024
}</pre>
10251025
</d-appendix>
10261026
</body>

0 commit comments

Comments
 (0)