mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 06:35:03 +01:00
Add notes for 2017-11-05
This commit is contained in:
parent
43128420f3
commit
3213b0ae76
@ -90,3 +90,30 @@ Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrom
|
||||
```
|
||||
|
||||
- For now I don't know what this user is!
|
||||
|
||||
## 2017-11-05
|
||||
|
||||
- Peter asked if I could fix the appearance of "International Livestock Research Institute" in the author lookup during item submission
|
||||
- It looks to be just an issue with the user interface expecting authors to have both a first and last name:
|
||||
|
||||
![Author lookup](/cgspace-notes/2017/11/author-lookup.png)
|
||||
![Add author](/cgspace-notes/2017/11/add-author.png)
|
||||
|
||||
- But in the database the authors are correct (none with weird `, /` characters):
|
||||
|
||||
```
|
||||
dspace=# select distinct text_value, authority, confidence from metadatavalue value where resource_type_id=2 and metadata_field_id=3 and text_value like 'International Livestock Research Institute%';
|
||||
text_value | authority | confidence
|
||||
--------------------------------------------+--------------------------------------+------------
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 0
|
||||
International Livestock Research Institute | f4db1627-47cd-4699-b394-bab7eba6dadc | 0
|
||||
International Livestock Research Institute | | -1
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 600
|
||||
International Livestock Research Institute | f4db1627-47cd-4699-b394-bab7eba6dadc | -1
|
||||
International Livestock Research Institute | | 600
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | -1
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 500
|
||||
(8 rows)
|
||||
```
|
||||
|
||||
- So I'm not sure if this is just a graphical glitch or if editors have to edit this metadata field prior to approval
|
||||
|
@ -38,7 +38,7 @@ COPY 54701
|
||||
|
||||
<meta property="article:published_time" content="2017-11-02T09:37:54+02:00"/>
|
||||
|
||||
<meta property="article:modified_time" content="2017-11-03T18:15:40+02:00"/>
|
||||
<meta property="article:modified_time" content="2017-11-04T16:44:23+02:00"/>
|
||||
|
||||
|
||||
|
||||
@ -86,9 +86,9 @@ COPY 54701
|
||||
"@type": "BlogPosting",
|
||||
"headline": "November, 2017",
|
||||
"url": "https://alanorth.github.io/cgspace-notes/2017-11/",
|
||||
"wordCount": "472",
|
||||
"wordCount": "641",
|
||||
"datePublished": "2017-11-02T09:37:54+02:00",
|
||||
"dateModified": "2017-11-03T18:15:40+02:00",
|
||||
"dateModified": "2017-11-04T16:44:23+02:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -251,6 +251,38 @@ COPY 54701
|
||||
<li>For now I don’t know what this user is!</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2017-11-05">2017-11-05</h2>
|
||||
|
||||
<ul>
|
||||
<li>Peter asked if I could fix the appearance of “International Livestock Research Institute” in the author lookup during item submission</li>
|
||||
<li>It looks to be just an issue with the user interface expecting authors to have both a first and last name:</li>
|
||||
</ul>
|
||||
|
||||
<p><img src="/cgspace-notes/2017/11/author-lookup.png" alt="Author lookup" />
|
||||
<img src="/cgspace-notes/2017/11/add-author.png" alt="Add author" /></p>
|
||||
|
||||
<ul>
|
||||
<li>But in the database the authors are correct (none with weird <code>, /</code> characters):</li>
|
||||
</ul>
|
||||
|
||||
<pre><code>dspace=# select distinct text_value, authority, confidence from metadatavalue value where resource_type_id=2 and metadata_field_id=3 and text_value like 'International Livestock Research Institute%';
|
||||
text_value | authority | confidence
|
||||
--------------------------------------------+--------------------------------------+------------
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 0
|
||||
International Livestock Research Institute | f4db1627-47cd-4699-b394-bab7eba6dadc | 0
|
||||
International Livestock Research Institute | | -1
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 600
|
||||
International Livestock Research Institute | f4db1627-47cd-4699-b394-bab7eba6dadc | -1
|
||||
International Livestock Research Institute | | 600
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | -1
|
||||
International Livestock Research Institute | 8f3865dc-d056-4aec-90b7-77f49ab4735c | 500
|
||||
(8 rows)
|
||||
</code></pre>
|
||||
|
||||
<ul>
|
||||
<li>So I’m not sure if this is just a graphical glitch or if editors have to edit this metadata field prior to approval</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
public/2017/11/add-author.png
Normal file
BIN
public/2017/11/add-author.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
BIN
public/2017/11/author-lookup.png
Normal file
BIN
public/2017/11/author-lookup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
@ -4,7 +4,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/2017-11/</loc>
|
||||
<lastmod>2017-11-03T18:15:40+02:00</lastmod>
|
||||
<lastmod>2017-11-04T16:44:23+02:00</lastmod>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
@ -134,7 +134,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||
<lastmod>2017-11-03T18:15:40+02:00</lastmod>
|
||||
<lastmod>2017-11-04T16:44:23+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -145,7 +145,7 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||
<lastmod>2017-11-03T18:15:40+02:00</lastmod>
|
||||
<lastmod>2017-11-04T16:44:23+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
@ -157,13 +157,13 @@
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/post/</loc>
|
||||
<lastmod>2017-11-03T18:15:40+02:00</lastmod>
|
||||
<lastmod>2017-11-04T16:44:23+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||
<lastmod>2017-11-03T18:15:40+02:00</lastmod>
|
||||
<lastmod>2017-11-04T16:44:23+02:00</lastmod>
|
||||
<priority>0</priority>
|
||||
</url>
|
||||
|
||||
|
BIN
static/2017/11/add-author.png
Normal file
BIN
static/2017/11/add-author.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
BIN
static/2017/11/author-lookup.png
Normal file
BIN
static/2017/11/author-lookup.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 KiB |
Loading…
Reference in New Issue
Block a user