mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Update notes for 2020-01-21
This commit is contained in:
parent
73e73b3f29
commit
a3580bae49
@ -137,4 +137,19 @@ COPY 35
|
|||||||
- We decided that we should probably buy enough credits to cover the upgrade and have 100 remaining for future development
|
- We decided that we should probably buy enough credits to cover the upgrade and have 100 remaining for future development
|
||||||
- Visit CodeObia to discuss the next phase of AReS development
|
- Visit CodeObia to discuss the next phase of AReS development
|
||||||
|
|
||||||
|
## 2020-01-21
|
||||||
|
|
||||||
|
- Create two accounts on CGSpace for CTA users
|
||||||
|
- Marie-Angelique finally responded to some of the pull requests I made on the CG Core v2 repository last month:
|
||||||
|
- Merged: [HTML syntax fixes](https://github.com/AgriculturalSemantics/cg-core/pull/16)
|
||||||
|
- Merged: [Add LICENSE file](https://github.com/AgriculturalSemantics/cg-core/pull/17)
|
||||||
|
- Merged: [Build main.css using npm build](https://github.com/AgriculturalSemantics/cg-core/pull/18)
|
||||||
|
- Approved a [wider scope for `cg.peer-reviewed`](https://github.com/AgriculturalSemantics/cg-core/issues/14) (renaming the field and using non-boolean values), but there is more discussion needed
|
||||||
|
- I opened a new [pull request](https://github.com/AgriculturalSemantics/cg-core/pull/24) on the cg-core repository validate and fix the formatting of the HTML files
|
||||||
|
- Create more issues for OpenRXV:
|
||||||
|
- Based on Peter's feedback on the [text for labels and tooltips](https://github.com/ilri/OpenRXV/issues/33)
|
||||||
|
- Based on Peter's feedback for the [export icon](https://github.com/ilri/OpenRXV/issues/35)
|
||||||
|
- Based on Peter's feedback for the [sort options](https://github.com/ilri/OpenRXV/issues/31)
|
||||||
|
- Based on Abenet's feedback that [PDF and Word exports are not working](https://github.com/ilri/OpenRXV/issues/34)
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -29,7 +29,7 @@ I tweeted the CGSpace repository link
|
|||||||
<meta property="og:type" content="article" />
|
<meta property="og:type" content="article" />
|
||||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-01/" />
|
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-01/" />
|
||||||
<meta property="article:published_time" content="2020-01-06T10:48:30+02:00" />
|
<meta property="article:published_time" content="2020-01-06T10:48:30+02:00" />
|
||||||
<meta property="article:modified_time" content="2020-01-20T20:48:52+02:00" />
|
<meta property="article:modified_time" content="2020-01-21T10:24:39+02:00" />
|
||||||
|
|
||||||
<meta name="twitter:card" content="summary"/>
|
<meta name="twitter:card" content="summary"/>
|
||||||
<meta name="twitter:title" content="January, 2020"/>
|
<meta name="twitter:title" content="January, 2020"/>
|
||||||
@ -63,9 +63,9 @@ I tweeted the CGSpace repository link
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "January, 2020",
|
"headline": "January, 2020",
|
||||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-01\/",
|
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2020-01\/",
|
||||||
"wordCount": "1001",
|
"wordCount": "1125",
|
||||||
"datePublished": "2020-01-06T10:48:30+02:00",
|
"datePublished": "2020-01-06T10:48:30+02:00",
|
||||||
"dateModified": "2020-01-20T20:48:52+02:00",
|
"dateModified": "2020-01-21T10:24:39+02:00",
|
||||||
"author": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -268,6 +268,27 @@ COPY 35
|
|||||||
</li>
|
</li>
|
||||||
<li>Visit CodeObia to discuss the next phase of AReS development</li>
|
<li>Visit CodeObia to discuss the next phase of AReS development</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2 id="2020-01-21">2020-01-21</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Create two accounts on CGSpace for CTA users</li>
|
||||||
|
<li>Marie-Angelique finally responded to some of the pull requests I made on the CG Core v2 repository last month:
|
||||||
|
<ul>
|
||||||
|
<li>Merged: <a href="https://github.com/AgriculturalSemantics/cg-core/pull/16">HTML syntax fixes</a></li>
|
||||||
|
<li>Merged: <a href="https://github.com/AgriculturalSemantics/cg-core/pull/17">Add LICENSE file</a></li>
|
||||||
|
<li>Merged: <a href="https://github.com/AgriculturalSemantics/cg-core/pull/18">Build main.css using npm build</a></li>
|
||||||
|
<li>Approved a <a href="https://github.com/AgriculturalSemantics/cg-core/issues/14">wider scope for <code>cg.peer-reviewed</code></a> (renaming the field and using non-boolean values), but there is more discussion needed</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>I opened a new <a href="https://github.com/AgriculturalSemantics/cg-core/pull/24">pull request</a> on the cg-core repository validate and fix the formatting of the HTML files</li>
|
||||||
|
<li>Create more issues for OpenRXV:
|
||||||
|
<ul>
|
||||||
|
<li>Based on Peter's feedback on the <a href="https://github.com/ilri/OpenRXV/issues/33">text for labels and tooltips</a></li>
|
||||||
|
<li>Based on Peter's feedback for the <a href="https://github.com/ilri/OpenRXV/issues/35">export icon</a></li>
|
||||||
|
<li>Based on Peter's feedback for the <a href="https://github.com/ilri/OpenRXV/issues/31">sort options</a></li>
|
||||||
|
<li>Based on Abenet's feedback that <a href="https://github.com/ilri/OpenRXV/issues/34">PDF and Word exports are not working</a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
<!-- raw HTML omitted -->
|
<!-- raw HTML omitted -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,27 +4,27 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/categories/</loc>
|
||||||
<lastmod>2020-01-21T09:37:11+02:00</lastmod>
|
<lastmod>2020-01-21T10:24:39+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2020-01-21T09:37:11+02:00</lastmod>
|
<lastmod>2020-01-21T10:24:39+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2020-01/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2020-01/</loc>
|
||||||
<lastmod>2020-01-20T20:48:52+02:00</lastmod>
|
<lastmod>2020-01-21T10:24:39+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/categories/notes/</loc>
|
||||||
<lastmod>2020-01-21T09:37:11+02:00</lastmod>
|
<lastmod>2020-01-21T10:24:39+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2020-01-21T09:37:11+02:00</lastmod>
|
<lastmod>2020-01-21T10:24:39+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
|
Loading…
Reference in New Issue
Block a user