Time
S
Nick
Message
02:13
axfelix joined #dataverse
02:17
axfelix joined #dataverse
03:25
jri joined #dataverse
06:50
jri joined #dataverse
06:54
jri joined #dataverse
07:31
mdehollander joined #dataverse
09:36
mdehollander
Q: What would be the recommended API to retrieve information of a dataverse (https://github.com/IQSS/dataverse-client-python/issues/43)? Is the SWORD XML implementation better suited or the Native API in JSON ?
11:22
* pdurbin
yawns and stretches (it was a holiday yesterday, Labor Day, and I'm just waking up)
11:24
pdurbin
mdehollander: there's a "contents" endpoint in the Native API but it can be slow. The Search API can be used to list contents of dataverses. With SWORD, you can get a list of datasets that are direct children of a dataverse.
11:51
pdurbin
Pretty neat that https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/QSWJE6 is linked to from this article: Scientists Detect Mysterious Radio Signals From Deep Space | HuffPost - http://www.huffingtonpost.com/entry/deep-space-radio-bursts_us_59a7bbcbe4b07e81d35530b7
13:03
donsizemore joined #dataverse
13:31
mdehollander joined #dataverse
13:37
Thalia_UM joined #dataverse
13:37
Thalia_UM
Hello ^^
13:38
Thalia_UM
Can I add the creative commons license to dataverse?
13:41
pdurbin
Thalia_UM: the default license is CC0 (Creative Commons Zero). Does that help?
13:43
donsizemore
@Thalia_UM check out http://guides.dataverse.org/en/latest/installation/config.html?highlight=license#id98 (I hope this helps?)
13:44
mdehollander
@pdurbin, good morning :) I already noticed that the contents endpoints times out, I will have a look at the SEARCH api and the other native api calls.
13:45
donsizemore
@Thalia_UM and the link I meant to send... http://guides.dataverse.org/en/latest/installation/config.html?highlight=license#datasetpublishpopupcustomtext
13:45
pdurbin
mdehollander: yeah, here's the issue about the "contents" API being slow: https://github.com/IQSS/dataverse/issues/2122 :(
13:46
Thalia_UM
I will check it, thank you
13:46
Thalia_UM
:)
13:47
Thalia_UM
How can I add more than 1024 characters in terms of use?
13:48
Thalia_UM88 joined #dataverse
13:48
Thalia_UM88
How can I add more than 1024 characters in terms of use?
14:06
Thalia_UM88
When installing dataverse, should it be configured for the links to work?
14:07
Thalia_UM88
do not load metadata export links, private links and other
14:15
donsizemore joined #dataverse
14:23
Thalia_UM joined #dataverse
14:23
Thalia_UM
When installing dataverse, should it be configured for the links to work?
14:23
Thalia_UM
do not load metadata export links, private links and other
14:26
pdurbin
Thalia_UM: yes, you should configure Dataverse so that the links work. You need to configure "dataverse.siteUrl" - http://guides.dataverse.org/en/4.7.1/installation/config.html#dataverse-siteurl
14:26
Thalia_UM
Thank you Philip :)
14:27
pdurbin
Thalia_UM: for the 1024 character thing, here's a related issue that I closed recently: https://github.com/IQSS/dataverse/issues/2669 . Do you want to open a fresh one?
14:29
Thalia_UM
I don't know
14:30
pdurbin
ok, no worries
14:31
Thalia_UM
I didn't understand the solution they give in the forum
14:31
pdurbin
These days I'm trying to encourage users to open GitHub issues rather than opening them myself. Issues are more meaningful if they're coming from real users.
14:34
Thalia_UM
Yes it's true
14:41
pdurbin
I have a better idea now of how I'd like to fix that bug. Basically, we should truncate the text as it's being inserted into the actionlogrecord table.
14:48
Thalia_UM
But that configuration is whit netbeans?
14:48
Thalia_UM
with*
14:48
pdurbin
no, it's something we should fix in the code
14:49
Thalia_UM
What is the name of the file?
14:53
pdurbin
Thalia_UM: oh! Are you going to try to fix it? Want to make a pull request?
14:55
Thalia_UM
But that can't be done once I already installed dataverse?
14:56
pdurbin
The bug fix would be in a future version of Dataverse.
14:58
Thalia_UM
Yes, but for this version
15:09
pdurbin
Thalia_UM: you're just looking for a workaround, right? You want to get your Terms of Use into the database. Can you please email support dataverse.org about this?
15:12
Thalia_UM
I was applying the Curl command but I saw that it does not accept more than 1024 characters
15:12
Thalia_UM
And yes I am looking for a workaround
15:40
pdurbin
Thalia_UM: ok, please email that support address to open a ticket
15:41
Thalia_UM
Thank you Philip :)
15:50
Thalia_UM joined #dataverse
16:49
Thalia_UM
Philip
16:50
Thalia_UM
how can I decrypt the password in the database?
16:51
pdurbin
You can't. By design. Allowing this wouldn't be secure.
16:54
Thalia_UM joined #dataverse
16:54
Thalia_UM
how can I decrypt the password in the database?
16:54
pdurbin
You can't. By design. Allowing this wouldn't be secure.
16:56
Thalia_UM joined #dataverse
16:56
Thalia_UM
how can I decrypt the password in the database?
16:56
Thalia_UM
Sorry
16:57
Thalia_UM
I did not see the answer
16:57
jri joined #dataverse
16:58
pdurbin
No worries. There are more reliable ways to connect to this chat room than http://chat.dataverse.org if you're interested. http://webchat.freenode.net/?channels=#dataverse is probably more stable.
16:59
Thalia_UM
Thank you Philip
17:00
Thalia_UM_ joined #dataverse
17:00
pdurbin
sure
17:02
Thalia_UM_
Hi
17:07
pdurbin
Thalia_UM_: hi
17:15
Thalia_UM_
:)
17:48
Thalia_UM_
how can I decrypt the password in the database?
17:48
Thalia_UM_
What kind of encryption does dataverse use in postgresql?
17:50
axfelix joined #dataverse
18:02
donsizemore joined #dataverse
18:28
pdurbin
Thalia_UM_: bcrypt
18:29
Thalia_UM_
Thank you philip
18:31
pdurbin
Thalia_UM_: you can't decrypt the password. If you could it would be a security flaw.
18:32
Thalia_UM_
Is that I want to recover the password of a registered user
18:33
pdurbin
Thalia_UM_: that user should use the "password reset" feature
18:35
Thalia_UM_
is that the links are still broken
18:37
pdurbin
did you configure the "siteUrl"? http://irclog.iq.harvard.edu/dataverse/2017-09-05#i_56682
18:43
Thalia_UM_
to delete a user, I have to do it from the database
18:43
djbrooke joined #dataverse
18:44
Thalia_UM_
Not yet
18:50
Thalia_UM_
Only this line <jvm-options>-Ddataverse.siteUrl=http://${dataverse.fqdn}:8080</jvm-options>
18:51
Thalia_UM_
i don't have this line
18:51
Thalia_UM_
that line Ddataverse.siteUrl
18:53
Thalia_UM_
Only have that line dataverse.fqdn with the Url
18:53
Thalia_UM_
Need to add it?
18:59
Thalia_UM_
The error is that puts https and I am working with http
18:59
Thalia_UM_
or how do I save changes?
19:03
axfelix joined #dataverse
19:08
Thalia_UM_
How change https for http?
19:11
axfelix joined #dataverse
19:14
pdurbin
You can put http in siteUrl. That's what I do on my laptop.
19:19
Thalia_UM_
Does not save http settings, keep putting https
19:31
Thalia_UM_
keeps setting up https
19:32
pdurbin
hmm, should work. you might need to email support dataverse.org about that too
19:33
Thalia_UM_
thank you :)
20:07
Thalia_UM_
i already send the mail
20:08
pdurbin
Good. I see https://help.hmdc.harvard.edu/Ticket/Display.html?id=252877 . Thanks.
20:17
Thalia_UM joined #dataverse
20:36
Thalia_UM
Philip
20:36
Thalia_UM
the solution was to change the configuration of <jvm-options> -Ddataverse.fqdn = dataverse.foobar.edu </ jvm-options> attaching http path
20:38
pdurbin
You got it to work? Great!
20:38
pdurbin
Sorry I wasn't more helpful.
20:38
Thalia_UM
You are great
20:40
Thalia_UM
no worries, you help me much
20:40
pdurbin
What am I doing right? I'm working on slides for my talk on how to run a successful open source project. :)
20:41
Thalia_UM
Wow It is great
20:41
pdurbin
the practice talk is on Friday: http://www.abcd.harvard.edu/MeetingAnn.html
20:42
Thalia_UM
Really
20:42
Thalia_UM
Can I see the presentation?
20:43
Thalia_UM
Excuse me, the title is Java or Jave??
20:45
pdurbin
Java Platform, Enterprise Edition (Java EE)
20:45
Thalia_UM
Much success Phil
20:45
pdurbin
The real talk will be at JavaOne: https://events.rainfocus.com/catalog/oracle/oow17/catalogjavaone17?search=BOF2805
20:45
pdurbin
thanks
20:46
Thalia_UM
:D
21:46
Thalia_UM
Thank you Philip, success
21:47
Thalia_UM
see you tomorrow :)
21:51
pdurbin
bye
23:23
jri joined #dataverse