Before I forget:
Lizzy you wrote this :
"In the creator set you ask us to change the creator name from “Bruna, Dick” to “Dick Bruna”
Before spending hours on writing XSLT: has anyone else written XSLT code to transform a creators’name and could we “borrow” your XSLT code?
That would save us sooooo much time""
At the Rijksmuseum you have indexed most or all of your creators to the RKDartists database and we have matched a good chunk of those on Mix-n-Match. If you export your RKD matches you can use our downloadable Mix-n-Match set of names to make the conversion.
Here is the link to download the text file with matched RKDartist names (Q numbers without the leading "Q")
https://tools.wmflabs.org/mix-n-match/api.php?query=download&catalog=38
Hi Lizzy,
"In the creator set you ask us to change the creator name from “Bruna,
Dick” to “Dick Bruna”
Before spending hours on writing XSLT: has anyone else written XSLT code to transform a creators’name and could we “borrow” your XSLT code?
That would save us sooooo much time""
This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
Step 2: Metadata mappingCreator template
Wrap creator in the creator template The MediaWiki template may have an author, artist, publisher or similar parameter. When it does, the metadata value mapped to it can automatically be wrapped in {{Creator:<value>}}.
Reverse last name, first name Sometimes the creator value is listed as "last name, first name" in the metadata. Checking this box will reverse that order and remove the comma, e.g., "da Vinci, Leonardo" would become "Leonardo da Vinci". Note that this relies on a single comma in the value; if there is no comma in the value, no change will be made, and if there is more than one comma, the change will only be made using the first comma.
Hope that helps,
Jean-Frédéric, 13/09/2015 12:10:
This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
Hi all,
Thanks for your tips!!!!
Before opening my email I realised that XSLT actually has a simple code to transform names etc: <xsl:element name="dc:creator"> xsl:text{{Creator|Name=</xsl:text> <xsl:value-of select="substring-after(name/value[@lang=1], ', ')" /> xsl:text </xsl:text> <xsl:value-of select="substring-before(name/value[@lang=1], ', ')" /> So that was easy. But the option in de GLAMwiki toolset looks cool too! I may want to try that later on too!
BTW: if people are interested in the API-call we are building, this is the URL: https://www.rijksmuseum.nl/api2/oai/8zmxuaJ2?verb=ListRecords&metadataPr... Mind you: it’s still work in progress but please feel free to send me your comments
And eh… anyone interested in the XSLT? I could make it available too (when we are finished)
Best wishes Lizzy
On 13 Sep 2015, at 12:51, Federico Leva (Nemo) <nemowiki@gmail.commailto:nemowiki@gmail.com> wrote:
Jean-Frédéric, 13/09/2015 12:10: This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
_______________________________________________ Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Dear all,
I am testing my very first batch upload on http://commons.wikimedia.beta.wmflabs.org/wiki/Special:GWToolset it all looks great and seems to work (I can map fields), but when I try start the upload I get an error message: There was a problem processing the metadata file. Copy uploads are not available from this domain.
We host our images in the Google cloud and the url to images refer to:
http://lh3.ggpht.com/ http://lh4.ggpht.com http://lh5.ggpht.com http://lh6.ggpht.com
I know Sandra Fauconnier already asked permission for these domains but I am not sure if that was for this test environment or for the production environment?
I also noted that I don’t have permissions for uploading batches in the production environment: I am still testing in the Test toolset, but how do I get permissions when we are ready with testing?
Thanks again!
best wishes Lizzy Jongma On 13 Sep 2015, at 14:32, Lizzy Jongma <L.Jongma@rijksmuseum.nlmailto:L.Jongma@rijksmuseum.nl> wrote:
Hi all,
Thanks for your tips!!!!
Before opening my email I realised that XSLT actually has a simple code to transform names etc: <xsl:element name="dc:creator"> xsl:text{{Creator|Name=</xsl:text> <xsl:value-of select="substring-after(name/value[@lang=1], ', ')" /> xsl:text </xsl:text> <xsl:value-of select="substring-before(name/value[@lang=1], ', ')" /> So that was easy. But the option in de GLAMwiki toolset looks cool too! I may want to try that later on too!
BTW: if people are interested in the API-call we are building, this is the URL: https://www.rijksmuseum.nl/api2/oai/8zmxuaJ2?verb=ListRecords&metadataPr... Mind you: it’s still work in progress but please feel free to send me your comments
And eh… anyone interested in the XSLT? I could make it available too (when we are finished)
Best wishes Lizzy
On 13 Sep 2015, at 12:51, Federico Leva (Nemo) <nemowiki@gmail.commailto:nemowiki@gmail.com> wrote:
Jean-Frédéric, 13/09/2015 12:10: This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
_______________________________________________ Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
_______________________________________________ Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Hi
It appears that Derekson submitted a change request to add the domain, but nobody has acted on it yet :S
So the request to add the domain is still pending.
(Relevant urls https://gerrit.wikimedia.org/r/#/c/234980/ https://phabricator.wikimedia.org/T110869 ) -- -bawolff
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Dear all,
I am testing my very first batch upload on http://commons.wikimedia.beta.wmflabs.org/wiki/Special:GWToolset it all looks great and seems to work (I can map fields), but when I try start the upload I get an error message: There was a problem processing the metadata file. Copy uploads are not available from this domain.
We host our images in the Google cloud and the url to images refer to:
http://lh3.ggpht.com/ http://lh4.ggpht.com http://lh5.ggpht.com http://lh6.ggpht.com
I know Sandra Fauconnier already asked permission for these domains but I am not sure if that was for this test environment or for the production environment?
I also noted that I don’t have permissions for uploading batches in the production environment: I am still testing in the Test toolset, but how do I get permissions when we are ready with testing?
Thanks again!
best wishes Lizzy Jongma On 13 Sep 2015, at 14:32, Lizzy Jongma <L.Jongma@rijksmuseum.nlmailto:L.Jongma@rijksmuseum.nl> wrote:
Hi all,
Thanks for your tips!!!!
Before opening my email I realised that XSLT actually has a simple code to transform names etc: <xsl:element name="dc:creator"> xsl:text{{Creator|Name=</xsl:text> <xsl:value-of select="substring-after(name/value[@lang=1], ', ')" /> xsl:text </xsl:text> <xsl:value-of select="substring-before(name/value[@lang=1], ', ')" /> So that was easy. But the option in de GLAMwiki toolset looks cool too! I may want to try that later on too!
BTW: if people are interested in the API-call we are building, this is the URL: https://www.rijksmuseum.nl/api2/oai/8zmxuaJ2?verb=ListRecords&metadataPr... Mind you: it’s still work in progress but please feel free to send me your comments
And eh… anyone interested in the XSLT? I could make it available too (when we are finished)
Best wishes Lizzy
On 13 Sep 2015, at 12:51, Federico Leva (Nemo) <nemowiki@gmail.commailto:nemowiki@gmail.com> wrote:
Jean-Frédéric, 13/09/2015 12:10: This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Addendum to my last email.
I forgot to mention, generally non-emergency configuration changes (Such as adding a new allowed domain for gwtoolset) are only done in specific time windows. The next window for config changes is 15:00 UTC on monday, so you'll unfortunately probably have to at least wait until then.
As an aside, I think we should perhaps get a test wiki which doesn't use the domain whitelist. Making people wait for approval just to test gwtoolset seems kind of silly.
-- -Brian.
On 9/13/15, Brian Wolff bawolff@gmail.com wrote:
Hi
It appears that Derekson submitted a change request to add the domain, but nobody has acted on it yet :S
So the request to add the domain is still pending.
(Relevant urls https://gerrit.wikimedia.org/r/#/c/234980/ https://phabricator.wikimedia.org/T110869 ) -- -bawolff
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Dear all,
I am testing my very first batch upload on http://commons.wikimedia.beta.wmflabs.org/wiki/Special:GWToolset it all looks great and seems to work (I can map fields), but when I try start the upload I get an error message: There was a problem processing the metadata file. Copy uploads are not available from this domain.
We host our images in the Google cloud and the url to images refer to:
http://lh3.ggpht.com/ http://lh4.ggpht.com http://lh5.ggpht.com http://lh6.ggpht.com
I know Sandra Fauconnier already asked permission for these domains but I am not sure if that was for this test environment or for the production environment?
I also noted that I don’t have permissions for uploading batches in the production environment: I am still testing in the Test toolset, but how do I get permissions when we are ready with testing?
Thanks again!
best wishes Lizzy Jongma On 13 Sep 2015, at 14:32, Lizzy Jongma <L.Jongma@rijksmuseum.nlmailto:L.Jongma@rijksmuseum.nl> wrote:
Hi all,
Thanks for your tips!!!!
Before opening my email I realised that XSLT actually has a simple code to transform names etc: <xsl:element name="dc:creator"> xsl:text{{Creator|Name=</xsl:text> <xsl:value-of select="substring-after(name/value[@lang=1], ', ')" /> xsl:text </xsl:text> <xsl:value-of select="substring-before(name/value[@lang=1], ', ')" /> So that was easy. But the option in de GLAMwiki toolset looks cool too! I may want to try that later on too!
BTW: if people are interested in the API-call we are building, this is the URL: https://www.rijksmuseum.nl/api2/oai/8zmxuaJ2?verb=ListRecords&metadataPr... Mind you: it’s still work in progress but please feel free to send me your comments
And eh… anyone interested in the XSLT? I could make it available too (when we are finished)
Best wishes Lizzy
On 13 Sep 2015, at 12:51, Federico Leva (Nemo) <nemowiki@gmail.commailto:nemowiki@gmail.com> wrote:
Jean-Frédéric, 13/09/2015 12:10: This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Hi Brian,
Thanks for the help and info! I am not in a rush so monday is fine (I may even enjoy my sunday off now)! I of cource fully agree with your last remark
Hope you have a nice sunday too :-)!
Best Lizzy
On 13 Sep 2015, at 15:46, Brian Wolff bawolff@gmail.com wrote:
Addendum to my last email.
I forgot to mention, generally non-emergency configuration changes (Such as adding a new allowed domain for gwtoolset) are only done in specific time windows. The next window for config changes is 15:00 UTC on monday, so you'll unfortunately probably have to at least wait until then.
As an aside, I think we should perhaps get a test wiki which doesn't use the domain whitelist. Making people wait for approval just to test gwtoolset seems kind of silly.
-- -Brian.
On 9/13/15, Brian Wolff bawolff@gmail.com wrote:
Hi
It appears that Derekson submitted a change request to add the domain, but nobody has acted on it yet :S
So the request to add the domain is still pending.
(Relevant urls https://gerrit.wikimedia.org/r/#/c/234980/ https://phabricator.wikimedia.org/T110869 ) -- -bawolff
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Dear all,
I am testing my very first batch upload on http://commons.wikimedia.beta.wmflabs.org/wiki/Special:GWToolset it all looks great and seems to work (I can map fields), but when I try start the upload I get an error message: There was a problem processing the metadata file. Copy uploads are not available from this domain.
We host our images in the Google cloud and the url to images refer to:
http://lh3.ggpht.com/ http://lh4.ggpht.com http://lh5.ggpht.com http://lh6.ggpht.com
I know Sandra Fauconnier already asked permission for these domains but I am not sure if that was for this test environment or for the production environment?
I also noted that I don’t have permissions for uploading batches in the production environment: I am still testing in the Test toolset, but how do I get permissions when we are ready with testing?
Thanks again!
best wishes Lizzy Jongma On 13 Sep 2015, at 14:32, Lizzy Jongma <L.Jongma@rijksmuseum.nlmailto:L.Jongma@rijksmuseum.nl> wrote:
Hi all,
Thanks for your tips!!!!
Before opening my email I realised that XSLT actually has a simple code to transform names etc: <xsl:element name="dc:creator"> xsl:text{{Creator|Name=</xsl:text> <xsl:value-of select="substring-after(name/value[@lang=1], ', ')" /> xsl:text </xsl:text> <xsl:value-of select="substring-before(name/value[@lang=1], ', ')" /> So that was easy. But the option in de GLAMwiki toolset looks cool too! I may want to try that later on too!
BTW: if people are interested in the API-call we are building, this is the URL: https://www.rijksmuseum.nl/api2/oai/8zmxuaJ2?verb=ListRecords&metadataPr... Mind you: it’s still work in progress but please feel free to send me your comments
And eh… anyone interested in the XSLT? I could make it available too (when we are finished)
Best wishes Lizzy
On 13 Sep 2015, at 12:51, Federico Leva (Nemo) <nemowiki@gmail.commailto:nemowiki@gmail.com> wrote:
Jean-Frédéric, 13/09/2015 12:10: This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
You should be good to go now to start uploading files.
Cheers, Brian
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Hi Brian,
Thanks for the help and info! I am not in a rush so monday is fine (I may even enjoy my sunday off now)! I of cource fully agree with your last remark
Hope you have a nice sunday too :-)!
Best Lizzy
On 13 Sep 2015, at 15:46, Brian Wolff bawolff@gmail.com wrote:
Addendum to my last email.
I forgot to mention, generally non-emergency configuration changes (Such as adding a new allowed domain for gwtoolset) are only done in specific time windows. The next window for config changes is 15:00 UTC on monday, so you'll unfortunately probably have to at least wait until then.
As an aside, I think we should perhaps get a test wiki which doesn't use the domain whitelist. Making people wait for approval just to test gwtoolset seems kind of silly.
-- -Brian.
On 9/13/15, Brian Wolff bawolff@gmail.com wrote:
Hi
It appears that Derekson submitted a change request to add the domain, but nobody has acted on it yet :S
So the request to add the domain is still pending.
(Relevant urls https://gerrit.wikimedia.org/r/#/c/234980/ https://phabricator.wikimedia.org/T110869 ) -- -bawolff
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Dear all,
I am testing my very first batch upload on http://commons.wikimedia.beta.wmflabs.org/wiki/Special:GWToolset it all looks great and seems to work (I can map fields), but when I try start the upload I get an error message: There was a problem processing the metadata file. Copy uploads are not available from this domain.
We host our images in the Google cloud and the url to images refer to:
http://lh3.ggpht.com/ http://lh4.ggpht.com http://lh5.ggpht.com http://lh6.ggpht.com
I know Sandra Fauconnier already asked permission for these domains but I am not sure if that was for this test environment or for the production environment?
I also noted that I don’t have permissions for uploading batches in the production environment: I am still testing in the Test toolset, but how do I get permissions when we are ready with testing?
Thanks again!
best wishes Lizzy Jongma On 13 Sep 2015, at 14:32, Lizzy Jongma <L.Jongma@rijksmuseum.nlmailto:L.Jongma@rijksmuseum.nl> wrote:
Hi all,
Thanks for your tips!!!!
Before opening my email I realised that XSLT actually has a simple code to transform names etc: <xsl:element name="dc:creator"> xsl:text{{Creator|Name=</xsl:text> <xsl:value-of select="substring-after(name/value[@lang=1], ', ')" /> xsl:text </xsl:text> <xsl:value-of select="substring-before(name/value[@lang=1], ', ')" /> So that was easy. But the option in de GLAMwiki toolset looks cool too! I may want to try that later on too!
BTW: if people are interested in the API-call we are building, this is the URL: https://www.rijksmuseum.nl/api2/oai/8zmxuaJ2?verb=ListRecords&metadataPr... Mind you: it’s still work in progress but please feel free to send me your comments
And eh… anyone interested in the XSLT? I could make it available too (when we are finished)
Best wishes Lizzy
On 13 Sep 2015, at 12:51, Federico Leva (Nemo) <nemowiki@gmail.commailto:nemowiki@gmail.com> wrote:
Jean-Frédéric, 13/09/2015 12:10: This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Hi Brian,
Yes!!!! It works! I am soon happy. Thanks a lot! We will evaluate the metadata mapping tomorrow and hopefully we can start the real upload soon. Do you know how I get permission/rights to upload this set in the production version of WM Commons?
Thanks & Best wishes Lizzy
On 14 Sep 2015, at 17:21, Brian Wolff bawolff@gmail.com wrote:
You should be good to go now to start uploading files.
Cheers, Brian
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Hi Brian,
Thanks for the help and info! I am not in a rush so monday is fine (I may even enjoy my sunday off now)! I of cource fully agree with your last remark
Hope you have a nice sunday too :-)!
Best Lizzy
On 13 Sep 2015, at 15:46, Brian Wolff bawolff@gmail.com wrote:
Addendum to my last email.
I forgot to mention, generally non-emergency configuration changes (Such as adding a new allowed domain for gwtoolset) are only done in specific time windows. The next window for config changes is 15:00 UTC on monday, so you'll unfortunately probably have to at least wait until then.
As an aside, I think we should perhaps get a test wiki which doesn't use the domain whitelist. Making people wait for approval just to test gwtoolset seems kind of silly.
-- -Brian.
On 9/13/15, Brian Wolff bawolff@gmail.com wrote:
Hi
It appears that Derekson submitted a change request to add the domain, but nobody has acted on it yet :S
So the request to add the domain is still pending.
(Relevant urls https://gerrit.wikimedia.org/r/#/c/234980/ https://phabricator.wikimedia.org/T110869 ) -- -bawolff
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Dear all,
I am testing my very first batch upload on http://commons.wikimedia.beta.wmflabs.org/wiki/Special:GWToolset it all looks great and seems to work (I can map fields), but when I try start the upload I get an error message: There was a problem processing the metadata file. Copy uploads are not available from this domain.
We host our images in the Google cloud and the url to images refer to:
http://lh3.ggpht.com/ http://lh4.ggpht.com http://lh5.ggpht.com http://lh6.ggpht.com
I know Sandra Fauconnier already asked permission for these domains but I am not sure if that was for this test environment or for the production environment?
I also noted that I don’t have permissions for uploading batches in the production environment: I am still testing in the Test toolset, but how do I get permissions when we are ready with testing?
Thanks again!
best wishes Lizzy Jongma On 13 Sep 2015, at 14:32, Lizzy Jongma <L.Jongma@rijksmuseum.nlmailto:L.Jongma@rijksmuseum.nl> wrote:
Hi all,
Thanks for your tips!!!!
Before opening my email I realised that XSLT actually has a simple code to transform names etc: <xsl:element name="dc:creator"> xsl:text{{Creator|Name=</xsl:text> <xsl:value-of select="substring-after(name/value[@lang=1], ', ')" /> xsl:text </xsl:text> <xsl:value-of select="substring-before(name/value[@lang=1], ', ')" /> So that was easy. But the option in de GLAMwiki toolset looks cool too! I may want to try that later on too!
BTW: if people are interested in the API-call we are building, this is the URL: https://www.rijksmuseum.nl/api2/oai/8zmxuaJ2?verb=ListRecords&metadataPr... Mind you: it’s still work in progress but please feel free to send me your comments
And eh… anyone interested in the XSLT? I could make it available too (when we are finished)
Best wishes Lizzy
On 13 Sep 2015, at 12:51, Federico Leva (Nemo) <nemowiki@gmail.commailto:nemowiki@gmail.com> wrote:
Jean-Frédéric, 13/09/2015 12:10: This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Once you have done a test on the beta site, you can ask for the "gwtoolset" right at https://commons.wikimedia.org/wiki/Commons:Bureaucrats%27_noticeboard
You don't need to get the domain whitelisted on real commons, as the domain whitelisting process applies to both beta and commons at the same time.
Cheers, Brian
On 9/14/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Hi Brian,
Yes!!!! It works! I am soon happy. Thanks a lot! We will evaluate the metadata mapping tomorrow and hopefully we can start the real upload soon. Do you know how I get permission/rights to upload this set in the production version of WM Commons?
Thanks & Best wishes Lizzy
On 14 Sep 2015, at 17:21, Brian Wolff bawolff@gmail.com wrote:
You should be good to go now to start uploading files.
Cheers, Brian
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Hi Brian,
Thanks for the help and info! I am not in a rush so monday is fine (I may even enjoy my sunday off now)! I of cource fully agree with your last remark
Hope you have a nice sunday too :-)!
Best Lizzy
On 13 Sep 2015, at 15:46, Brian Wolff bawolff@gmail.com wrote:
Addendum to my last email.
I forgot to mention, generally non-emergency configuration changes (Such as adding a new allowed domain for gwtoolset) are only done in specific time windows. The next window for config changes is 15:00 UTC on monday, so you'll unfortunately probably have to at least wait until then.
As an aside, I think we should perhaps get a test wiki which doesn't use the domain whitelist. Making people wait for approval just to test gwtoolset seems kind of silly.
-- -Brian.
On 9/13/15, Brian Wolff bawolff@gmail.com wrote:
Hi
It appears that Derekson submitted a change request to add the domain, but nobody has acted on it yet :S
So the request to add the domain is still pending.
(Relevant urls https://gerrit.wikimedia.org/r/#/c/234980/ https://phabricator.wikimedia.org/T110869 ) -- -bawolff
On 9/13/15, Lizzy Jongma L.Jongma@rijksmuseum.nl wrote:
Dear all,
I am testing my very first batch upload on http://commons.wikimedia.beta.wmflabs.org/wiki/Special:GWToolset it all looks great and seems to work (I can map fields), but when I try start the upload I get an error message: There was a problem processing the metadata file. Copy uploads are not available from this domain.
We host our images in the Google cloud and the url to images refer to:
http://lh3.ggpht.com/ http://lh4.ggpht.com http://lh5.ggpht.com http://lh6.ggpht.com
I know Sandra Fauconnier already asked permission for these domains but I am not sure if that was for this test environment or for the production environment?
I also noted that I don’t have permissions for uploading batches in the production environment: I am still testing in the Test toolset, but how do I get permissions when we are ready with testing?
Thanks again!
best wishes Lizzy Jongma On 13 Sep 2015, at 14:32, Lizzy Jongma <L.Jongma@rijksmuseum.nlmailto:L.Jongma@rijksmuseum.nl> wrote:
Hi all,
Thanks for your tips!!!!
Before opening my email I realised that XSLT actually has a simple code to transform names etc: <xsl:element name="dc:creator"> xsl:text{{Creator|Name=</xsl:text> <xsl:value-of select="substring-after(name/value[@lang=1], ', ')" /> xsl:text </xsl:text> <xsl:value-of select="substring-before(name/value[@lang=1], ', ')" /> So that was easy. But the option in de GLAMwiki toolset looks cool too! I may want to try that later on too!
BTW: if people are interested in the API-call we are building, this is the URL: https://www.rijksmuseum.nl/api2/oai/8zmxuaJ2?verb=ListRecords&metadataPr... Mind you: it’s still work in progress but please feel free to send me your comments
And eh… anyone interested in the XSLT? I could make it available too (when we are finished)
Best wishes Lizzy
On 13 Sep 2015, at 12:51, Federico Leva (Nemo) <nemowiki@gmail.commailto:nemowiki@gmail.com> wrote:
Jean-Frédéric, 13/09/2015 12:10: This is one of the tricks built-in in the GlamWiki Toolset (I have never tested it though):
When I imported some stuff from BEIC's Primo, I did a regex replacement like this in a LibreOffice document: ([^,:]+(?=,)),? *([^,(:]+)? *:? *([^,(]+)? * → $2 $3 $1 ( : | +) → (nothing)
But there are so many possible formats...
Nemo
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.orgmailto:Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools
Glamtools mailing list Glamtools@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/glamtools