mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2018-09-17
This commit is contained in:
parent
e526b4e348
commit
432f3630e4
@ -253,7 +253,7 @@ $ grep -c -E 'session_id=[A-Z0-9]{32}:ip_addr=50.116.102.77' dspace.log.2018-09-
|
||||
- For example, when you expand the "statlet" at the bottom of an item like [10568/97103](https://cgspace.cgiar.org/handle/10568/97103) you can see the following request in the browser console:
|
||||
|
||||
```
|
||||
https://cgspace.cgiar.org/rest/statlets?handle=10568/97103&_=1536844046540
|
||||
https://cgspace.cgiar.org/rest/statlets?handle=10568/97103
|
||||
```
|
||||
|
||||
- That JSON file has the total page views and item downloads for the item...
|
||||
@ -280,4 +280,19 @@ https://cgspace.cgiar.org/rest/statlets?handle=10568/97103&_=1536844046540
|
||||
- I suggested that we leave access rights (`cg.identifier.access`) as it is now, with "Open Access" or "Limited Access", and then simply re-brand that as "Access rights" in the UIs and relevant drop downs
|
||||
- Then we continue as planned to add `dc.rights` as "Usage rights"
|
||||
|
||||
## 2018-09-17
|
||||
|
||||
- Skype meeting with CGSpace team in Addis
|
||||
- Change `cg.identifier.status` "Access rights" options to:
|
||||
- Open Access→Unrestricted Access
|
||||
- Limited Access→Restricted Access
|
||||
- Metadata Only
|
||||
- Update these immediately, but talk to CodeObia to create a mapping between the old and new values
|
||||
- Finalize `dc.rights` "Usage rights" with seven combinations of Creative Commons, plus the others
|
||||
- Need to double check the new [CRP community](https://cgspace.cgiar.org/handle/10568/97114) to see why the collection counts aren't updated after we moved the communities there last wee
|
||||
- Probably just needs a full Discovery update...
|
||||
- Check if it's possible to have items deposited via REST use a workflow so we can perhaps tell ICARDA to use that from MEL
|
||||
- Agree that we'll publicize AReS explorer on the week before the Big Data Platform workshop
|
||||
- Put a link and or picture on the CGSpace homepage saying "Visualized CGSpace research" or something, and post a message on Yammer
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
@ -18,7 +18,7 @@ I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I
|
||||
" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2018-09/" /><meta property="article:published_time" content="2018-09-02T09:55:54+03:00"/>
|
||||
<meta property="article:modified_time" content="2018-09-14T12:30:17+03:00"/>
|
||||
<meta property="article:modified_time" content="2018-09-16T16:30:32+03:00"/>
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="September, 2018"/>
|
||||
<meta name="twitter:description" content="2018-09-02
|
||||
@ -41,9 +41,9 @@ I’m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I
|
||||
"@type": "BlogPosting",
|
||||
"headline": "September, 2018",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2018-09/",
|
||||
"wordCount": "1957",
|
||||
"wordCount": "2101",
|
||||
"datePublished": "2018-09-02T09:55:54+03:00",
|
||||
"dateModified": "2018-09-14T12:30:17+03:00",
|
||||
"dateModified": "2018-09-16T16:30:32+03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -383,7 +383,7 @@ $ grep -c -E 'session_id=[A-Z0-9]{32}:ip_addr=50.116.102.77' dspace.log.2018-09-
|
||||
<li>For example, when you expand the “statlet” at the bottom of an item like <a href="https://cgspace.cgiar.org/handle/10568/97103"><sup>10568</sup>⁄<sub>97103</sub></a> you can see the following request in the browser console:</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>https://cgspace.cgiar.org/rest/statlets?handle=10568/97103&_=1536844046540
|
||||
<pre><code>https://cgspace.cgiar.org/rest/statlets?handle=10568/97103
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
@ -416,6 +416,32 @@ $ grep -c -E 'session_id=[A-Z0-9]{32}:ip_addr=50.116.102.77' dspace.log.2018-09-
|
||||
<li>Then we continue as planned to add <code>dc.rights</code> as “Usage rights”</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2018-09-17">2018-09-17</h2>
|
||||
|
||||
<ul>
|
||||
<li>Skype meeting with CGSpace team in Addis</li>
|
||||
<li>Change <code>cg.identifier.status</code> “Access rights” options to:
|
||||
|
||||
<ul>
|
||||
<li>Open Access→Unrestricted Access</li>
|
||||
<li>Limited Access→Restricted Access</li>
|
||||
<li>Metadata Only</li>
|
||||
</ul></li>
|
||||
<li>Update these immediately, but talk to CodeObia to create a mapping between the old and new values</li>
|
||||
<li>Finalize <code>dc.rights</code> “Usage rights” with seven combinations of Creative Commons, plus the others</li>
|
||||
<li>Need to double check the new <a href="https://cgspace.cgiar.org/handle/10568/97114">CRP community</a> to see why the collection counts aren’t updated after we moved the communities there last wee
|
||||
|
||||
<ul>
|
||||
<li>Probably just needs a full Discovery update…</li>
|
||||
</ul></li>
|
||||
<li>Check if it’s possible to have items deposited via REST use a workflow so we can perhaps tell ICARDA to use that from MEL</li>
|
||||
<li>Agree that we’ll publicize AReS explorer on the week before the Big Data Platform workshop
|
||||
|
||||
<ul>
|
||||
<li>Put a link and or picture on the CGSpace homepage saying “Visualized CGSpace research” or something, and post a message on Yammer</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2018-09/</loc>
|
||||
<lastmod>2018-09-14T12:30:17+03:00</lastmod>
|
||||
<lastmod>2018-09-16T16:30:32+03:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -184,7 +184,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2018-09-14T12:30:17+03:00</lastmod>
|
||||
<lastmod>2018-09-16T16:30:32+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -195,7 +195,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2018-09-14T12:30:17+03:00</lastmod>
|
||||
<lastmod>2018-09-16T16:30:32+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -207,13 +207,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||
<lastmod>2018-09-14T12:30:17+03:00</lastmod>
|
||||
<lastmod>2018-09-16T16:30:32+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2018-09-14T12:30:17+03:00</lastmod>
|
||||
<lastmod>2018-09-16T16:30:32+03:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user