From Bonhwang.Koo at childmind.org Tue Sep 19 11:37:42 2017 From: Bonhwang.Koo at childmind.org (Bonhwang Koo) Date: Tue, 19 Sep 2017 15:37:42 +0000 Subject: [Loris-dev] Enabling SSL Message-ID: Hi all, I enabled SSL on our LORIS instance using the instructions on the GitHub readme (https://github.com/aces/Loris/wiki/Security%3A-Enabling-SSL). When I try to log on to the LORIS website with https://, the front page loads without CSS, and then when I log in, the site runs normally with CSS, but without an https:// connection. Is this an issue with the SSL certificate, or is there another way I can debug this? Best, -- Bonhwang Koo Research Assistant, CDB Child Mind Institute childmind.org 445 Park Avenue (entrance on 56th Street) New York, NY 10022 E: Bonhwang.Koo at childmind.org p: 646.625.4398 f: 646.625.4348 Facebook: facebook.com/ChildMindInstitute | Follow us on Twitter: twitter.com/ChildMindDotOrg --- This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is proprietary, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you have received this email in error please notify the sender by return email and delete the original message. Please note, the recipient should check this email and any attachments for the presence of viruses. The organization accepts no liability for any damage caused by any virus transmitted by this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: From rida.loris at gmail.com Tue Sep 19 11:47:26 2017 From: rida.loris at gmail.com (Rida Abou-Haidar) Date: Tue, 19 Sep 2017 15:47:26 +0000 Subject: [Loris-dev] Enabling SSL In-Reply-To: References: Message-ID: Hi Bonhwang, I know exactly what you are talking about !! If you look at the Config table in the databse, it should contain a couple rows where the values are something like 'domain.loris.ca' and ' http://domain.loris.ca' these fields correspond to the ConfigSettings 'host' and 'url' respectively (linked by the ConfigID key). The only thing you need to do is to add the 's' to the 'http://' in the 'url' field. In the case where your 'host' entry also contains an 'http://' prefix (it should not but just in case), add the 's' there too. Best, Rida Abou-Haidar CCNA Software Developer Montreal Neurological Institute McGill University rida.loris at gmail.com On Tue, Sep 19, 2017 at 11:38 AM Bonhwang Koo wrote: > Hi all, > > > > I enabled SSL on our LORIS instance using the instructions on the GitHub > readme (https://github.com/aces/Loris/wiki/Security%3A-Enabling-SSL). > When I try to log on to the LORIS website with https://, the front page > loads without CSS, and then when I log in, the site runs normally with CSS, > but without an https:// connection. Is this an issue with the SSL > certificate, or is there another way I can debug this? > > > > Best, > > -- > > Bonhwang Koo > > Research Assistant, CDB > > Child Mind Institute > > childmind.org > > 445 Park Avenue (entrance on 56th Street) > > New York, NY 10022 > > E: Bonhwang.Koo at childmind.org > > p: 646.625.4398 <(646)%20625-4398> > > f: 646.625.4348 <(646)%20625-4348> > > > > Facebook: facebook.com/ChildMindInstitute | Follow us on Twitter: > twitter.com/ChildMindDotOrg > > > > --- > > > > This email message, including any attachments, is for the sole use of the > intended recipient(s) and may contain information that is proprietary, > confidential, and exempt from disclosure under applicable law. Any > unauthorized review, use, disclosure, or distribution is prohibited. If you > have received this email in error please notify the sender by return email > and delete the original message. Please note, the recipient should check > this email and any attachments for the presence of viruses. The > organization accepts no liability for any damage caused by any virus > transmitted by this email. > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bonhwang.Koo at childmind.org Wed Sep 20 17:26:44 2017 From: Bonhwang.Koo at childmind.org (Bonhwang Koo) Date: Wed, 20 Sep 2017 21:26:44 +0000 Subject: [Loris-dev] Modifying Imported Data Message-ID: Hi again, For our study, I imported the data into CouchDB using a customized script similar to tools/CouchDB_Import_Instruments.php. We?re considering changing the name of one of our instruments because of confusion among our users. Is there a way to do this other than changing the name manually for the data dictionary and each entry on Futon? Best, -- Bonhwang Koo Research Assistant, CDB Child Mind Institute childmind.org 445 Park Avenue (entrance on 56th Street) New York, NY 10022 E: Bonhwang.Koo at childmind.org p: 646.625.4398 f: 646.625.4348 Facebook: facebook.com/ChildMindInstitute | Follow us on Twitter: twitter.com/ChildMindDotOrg --- This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is proprietary, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you have received this email in error please notify the sender by return email and delete the original message. Please note, the recipient should check this email and any attachments for the presence of viruses. The organization accepts no liability for any damage caused by any virus transmitted by this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ganeshchauhan at iisc.ac.in Thu Sep 21 02:57:46 2017 From: ganeshchauhan at iisc.ac.in (Ganesh Chauhan) Date: Thu, 21 Sep 2017 06:57:46 +0000 Subject: [Loris-dev] Example scripts for automated data uploads from another electronic data collection tool Message-ID: Dear Loris team, I have collected some data via another electronic data collection tool (ODK collect) which are in mysql tables. By any chance you have an example script or functionality built in LORIS to automate the insert of data captured from another tool into LORIS. Many thanks for your help. With best regards, Ganesh Ganesh Chauhan (PhD) Scientist Centre for Brain Research (CBR) Indian Institute of Science (IISc) Bengaluru, INDIA +91 80 2293 3009 https://www.cbr.iisc.ac.in -------------- next part -------------- An HTML attachment was scrubbed... URL: From christine.rogers at mcgill.ca Mon Sep 25 15:32:57 2017 From: christine.rogers at mcgill.ca (Christine Rogers) Date: Mon, 25 Sep 2017 15:32:57 -0400 Subject: [Loris-dev] Example scripts for automated data uploads from another electronic data collection tool In-Reply-To: References: Message-ID: Hi Ganesh, Given the diversity of data collection platforms and formats, we don't release supported scripts to import data from different sources. We'd encourage you to try using the PHP classes to create a new Candidate and new Timepoint (etc) object (e.g. in a script), to take advantage of features like automatic ID-generation etc within LORIS. Please don't hesitate to write the community with your questions, as many others have likely addressed some of the individual steps you will encounter. Best, Christine On behalf of the Loris team On Thu, Sep 21, 2017 at 2:57 AM, Ganesh Chauhan wrote: > Dear Loris team, > > > I have collected some data via another electronic data collection tool > (ODK collect) which are in mysql tables. By any chance you have an > example script or functionality built in LORIS to automate the insert of > data captured from another tool into LORIS. > > > Many thanks for your help. > > > With best regards, > > Ganesh > > > Ganesh Chauhan (PhD) > Scientist > Centre for Brain Research (CBR) > Indian Institute of Science (IISc) > Bengaluru, INDIA > +91 80 2293 3009 <+91%2080%202293%203009> > https://www.cbr.iisc.ac.in > > > _______________________________________________ > Loris-dev mailing list > Loris-dev at bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/loris-dev > > -- christine.rogers at mcgill.ca McGill Centre for Integrative Neuroscience | MCIN.ca Montreal Neurological Institute McGill University | Montreal | Canada -------------- next part -------------- An HTML attachment was scrubbed... URL: