You can subscribe to this list here.
2003 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
(5) |
2006 |
Jan
(6) |
Feb
(4) |
Mar
|
Apr
(12) |
May
(1) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
|
Oct
(5) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
(2) |
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(9) |
2009 |
Jan
(2) |
Feb
|
Mar
(2) |
Apr
|
May
(6) |
Jun
(10) |
Jul
(8) |
Aug
(9) |
Sep
(2) |
Oct
(7) |
Nov
|
Dec
|
2010 |
Jan
(3) |
Feb
(14) |
Mar
(1) |
Apr
(12) |
May
(5) |
Jun
(9) |
Jul
(2) |
Aug
(4) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
|
2011 |
Jan
(6) |
Feb
(2) |
Mar
(2) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(4) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
(2) |
Feb
(2) |
Mar
(2) |
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2013 |
Jan
(2) |
Feb
|
Mar
|
Apr
(9) |
May
|
Jun
(8) |
Jul
|
Aug
|
Sep
(4) |
Oct
|
Nov
|
Dec
(3) |
2014 |
Jan
|
Feb
|
Mar
(6) |
Apr
(4) |
May
(2) |
Jun
(2) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
2015 |
Jan
|
Feb
(4) |
Mar
|
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Rick K. <kar...@gm...> - 2018-08-28 20:41:41
|
On 08/21/2018 01:10 PM, Heather Brack wrote: > --- "...corrected the $databaseBaseURL variable in > initialize/ini.inc.php Have you done this?" > Had not yet made this correction. Wanted to check in with the listserv > first, per Matthias' recommendation, to see if there was additional > information to consider/ if there were other known variables affected. This is likely your only issue. By default, this directs some queries to http rather than https. Depending on how your server is configured, that won't work. > --- "Are you able to increase the logging level and check your logs?" > Yes, our Server Admin pulled them from when we had the cert enabled. > Happy to share. Let me know if you'd like those shared off-thread. If there is anything useful, feel free to share. But I suspect it may not even be useful if your server isn't listening on port 80 and you're sending some queries there. --Rick |
From: Heather B. <hea...@js...> - 2018-08-21 20:11:13
|
Hi Rick, Thanks for your (and others') quick responses. It's encouraging to hear that others are not experiencing issues with SSL certs. Your troubleshooting clarification questions are answered below. --- "Presumably, you mean for your own server's domain?" Yes, I meant primarily for our own server's domain and if applicable, anything that might be hard-coded in the application. --- "...corrected the $databaseBaseURL variable in initialize/ini.inc.php Have you done this?" Had not yet made this correction. Wanted to check in with the listserv first, per Matthias' recommendation, to see if there was additional information to consider/ if there were other known variables affected. --- Were unable to login to the account. The error message our colleague got when trying the admin log in with SSL cert enabled was: "Login Failed! You provided an incorrect email or password." Colleague reported that they'd never gotten that error msg until we installed the cert and then were able to log in successfully again once we removed the cert. --- "Are you able to increase the logging level and check your logs?" Yes, our Server Admin pulled them from when we had the cert enabled. Happy to share. Let me know if you'd like those shared off-thread. --- "Which version of refbase and have you made any modifications?" The version of refbase is 0.9.7 and I don't believe any modifications were made. Thanks in advance for any further insight you can provide! |
From: Richard K. <kar...@gm...> - 2018-08-15 20:16:13
|
> > Are there any plans to add an SSL cert to http://www.refbase.net/ to make > it HTTPS//www.refbase.net/ ? Has anyone had experience with doing so > successfully? > The specific domain 'www.refbase.net' only hosts our documentation. Presumably, you mean for your own server's domain? We ran on a hybrid configuration with access over both http and https. Matthias's Institute for Polar Ecology server had been over https. I think that refbase works reasonably well over https, so am curious if you can provide more information about the issues that you're having. As Matthias told you out of the thread, you should make sure you have corrected the $databaseBaseURL variable in initialize/ini.inc.php Have you done this? What do you mean that the admin "stopped working"? Were you unable to login to any account at all? Were you able to login, but unable to access certain admin pages? Were you able to access those pages, but unable to apply changes? Do you get an error messag? If not, how do you know it fails? Are you able to increase the logging level and check your logs? Which version of refbase and have you made any modifications? --Rick |
From: <aaa...@kn...> - 2018-08-15 18:58:01
|
Hi Heather, I am using my own debian web server with a free of charge letsencrypt cert. There are no problems to login as admin. https://references.equine-behaviour.de/ Kind regards Knut Am 15.08.2018 um 19:26 schrieb Heather Brack: > Hello all, > > We've enjoyed using refbase for our bibliography but are having > trouble incorporating it with an SSL certificate and hope that you can > advise. > > Are there any plans to add an SSL cert to http://www.refbase.net/ to > make it HTTPS//www.refbase.net/ <http://www.refbase.net/> ? Has anyone > had experience with doing so successfully? > > Asking because when we tried applying an SSL cert to our refbase > bibliography and it caused the admin login to stop working. As soon as > we removed the cert and switched back to HTTP, admins could log in again. > > That adding SSL seems to prevent the Admin Login from working > correctly is a critical obstacle. > > Thanks in advance for any insights/workarounds you can share! > > > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > refbase-talk mailing list > ref...@li... > https://lists.sourceforge.net/lists/listinfo/refbase-talk |
From: Heather B. <hea...@js...> - 2018-08-15 17:58:13
|
Hello all, We've enjoyed using refbase for our bibliography but are having trouble incorporating it with an SSL certificate and hope that you can advise. Are there any plans to add an SSL cert to http://www.refbase.net/ to make it HTTPS//www.refbase.net/ ? Has anyone had experience with doing so successfully? Asking because when we tried applying an SSL cert to our refbase bibliography and it caused the admin login to stop working. As soon as we removed the cert and switched back to HTTP, admins could log in again. That adding SSL seems to prevent the Admin Login from working correctly is a critical obstacle. Thanks in advance for any insights/workarounds you can share! |
From: Thibault M. <thi...@gm...> - 2018-07-01 17:57:12
|
I forgot to attach the patch, here it is. Thibault Marin writes: > Hi list, > > I have upgraded my system to php-7 and I was getting a few php warnings > and errors. The attached patch (applied to the bleeding-edge branch) is > my first attempt at fixing these. > > > 1 preg_replace_callback > ======================= > > The `/e' flag for `preg_replace' has been deprecated > (<http://php.net/manual/en/function.preg-replace.php>) and should be > replaced by `preg_replace_callback'. The attached patch replaces > occurrences in the code. An earlier commit fixed one instance > (<https://sourceforge.net/p/refbase/code/1417/tree//trunk/includes/include.inc.php?diff=58eee4b2a02bb1117c891ee8:1416> > in `includes/include.inc.php' @@ -2043,7 +2041,13 @@). A significant > change in this patch is in the `searchReplaceText' function > (`includes/include.inc.php') which now accepts `callable' > replacements. > > > 2 Field information > =================== > > The `getMySQLFieldInfo' function has seen some changes in the way it > manages some of the fields returned by `mysqli_fetch_field_direct': > > r1420 > re-add inadvertently deleted fieldInfoArrays > r1418 > remove attributes that don't seem to be present in > mysqli-result::fetch_field_direct and don't seem to be used > > I believe that, while the old `mysql_fetch_field_direct' method was > returning the fields `not_null', `primary_key', `unique_key', > `multiple_key', `numeric', `blob', `unsigned', `zerofill', the > `mysqli_fetch_field_direct' version returns this information via the > `flags' field > (<http://php.net/manual/en/mysqli-result.fetch-field-direct.php>, > <https://stackoverflow.com/questions/34989329/convert-mysql-field-flags-to-mysqli>). > > The proposed patch attempts to fix this. > > > 3 mysql wrapper > =============== > > This is not included in the attached patch, but I had started to wrap > all mysql calls in a function that uses mysqli for recent php versions > and mysql for older version; is this something of interest? I could > propose a separate patch for this if it is a desirable feature. > Please let me know. > > > Please let me know if there are questions or comments about this > patch. > > Thanks, > > thibault |
From: Thibault M. <thi...@gm...> - 2018-06-30 18:22:02
|
Hi list, I have upgraded my system to php-7 and I was getting a few php warnings and errors. The attached patch (applied to the bleeding-edge branch) is my first attempt at fixing these. 1 preg_replace_callback ======================= The `/e' flag for `preg_replace' has been deprecated (<http://php.net/manual/en/function.preg-replace.php>) and should be replaced by `preg_replace_callback'. The attached patch replaces occurrences in the code. An earlier commit fixed one instance (<https://sourceforge.net/p/refbase/code/1417/tree//trunk/includes/include.inc.php?diff=58eee4b2a02bb1117c891ee8:1416> in `includes/include.inc.php' @@ -2043,7 +2041,13 @@). A significant change in this patch is in the `searchReplaceText' function (`includes/include.inc.php') which now accepts `callable' replacements. 2 Field information =================== The `getMySQLFieldInfo' function has seen some changes in the way it manages some of the fields returned by `mysqli_fetch_field_direct': r1420 re-add inadvertently deleted fieldInfoArrays r1418 remove attributes that don't seem to be present in mysqli-result::fetch_field_direct and don't seem to be used I believe that, while the old `mysql_fetch_field_direct' method was returning the fields `not_null', `primary_key', `unique_key', `multiple_key', `numeric', `blob', `unsigned', `zerofill', the `mysqli_fetch_field_direct' version returns this information via the `flags' field (<http://php.net/manual/en/mysqli-result.fetch-field-direct.php>, <https://stackoverflow.com/questions/34989329/convert-mysql-field-flags-to-mysqli>). The proposed patch attempts to fix this. 3 mysql wrapper =============== This is not included in the attached patch, but I had started to wrap all mysql calls in a function that uses mysqli for recent php versions and mysql for older version; is this something of interest? I could propose a separate patch for this if it is a desirable feature. Please let me know. Please let me know if there are questions or comments about this patch. Thanks, thibault |
From: Richard K. <kar...@gm...> - 2018-02-28 18:59:22
|
It has been a while since I've tested this installation route. We have advised people to use the svn version of refbase, as it is more compatible with the current LAMP stacks than the release. We'd need more detailed logs to help troubleshoot. For expediency, you may see if the manual installation directions work for you. -R |
From: Thackurdeen, S. <sth...@ny...> - 2018-02-28 17:17:39
|
Dear Folks, I’ve been trying to install Refbase on a Pi—latest version. I can sucessfully follow all steps. However, once the dependencies and the software is loaded I’m not able to use the installer to complete the process. Once I click Install using the automated install the screen goes blank. Is there someone who can help me with this ? I would like to have an operational server for personal use. Please help. Thanks Sean |
From: Thackurdeen, S. <sth...@ny...> - 2017-09-03 20:25:17
|
Hi All, I'm in need of some installing Refbase on a Raspberry Pi. I have followed the instructions on the site, using Wheezy 1-31-15. Step 5 cd /var/www, however, does not work for me. It reads that the directory does not exist. What do I do ? Noob, Sean ________________________________ From: Thackurdeen, Sean Sent: Friday, May 19, 2017 1:24 PM To: ref...@li... Subject: Guided Installation Good Day, I would like to know if anyone would like to help me perform an installation of RefBase to a Virtual Private Server or to a Raspberry Pi. I’m at a loss and would appreciate the help. The best I could do in return is to write up the process and post it somewhere, so that others could have it for their use. Best, Sean |
From: Richard K. <kar...@gm...> - 2017-05-19 20:46:26
|
You would use the SVN version, which has a majority of those issues fixed. I expect the newer raspbian has few fundamental changes, but please let me know if you run into issues. --R On Fri, May 19, 2017 at 1:43 PM, Thackurdeen, Sean <sth...@ny...> wrote: > How would I secure the application (for production purposes) given its > vulnerabilities posted on the Department of Homeland Security site ? > > Additionally, how would I adapt the install given the changes in Raspbian > distributions ? > > Best, > Sean > > On May 19, 2017, at 4:39 PM, Richard Karnesky <kar...@gm...> wrote: > > I believe the only changes that I'd make to the instructions I posted > sometime ago would be to prefer the SVN version over 0.9.6: > http://www.refbase.net/index.php/Installing_refbase#Raspberry_Pi > > On Fri, May 19, 2017 at 10:24 AM, Thackurdeen, Sean <sth...@ny... > > wrote: > >> Good Day, >> >> >> >> I would like to know if anyone would like to help me perform an >> installation of RefBase to a Virtual Private Server or to a Raspberry Pi. >> I’m at a loss and would appreciate the help. >> >> >> >> The best I could do in return is to write up the process and post it >> somewhere, so that others could have it for their use. >> >> >> >> Best, >> >> Sean >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> refbase-talk mailing list >> ref...@li... >> https://lists.sourceforge.net/lists/listinfo/refbase-talk >> >> > |
From: Thackurdeen, S. <sth...@ny...> - 2017-05-19 20:43:53
|
How would I secure the application (for production purposes) given its vulnerabilities posted on the Department of Homeland Security site ? Additionally, how would I adapt the install given the changes in Raspbian distributions ? Best, Sean On May 19, 2017, at 4:39 PM, Richard Karnesky <kar...@gm...<mailto:kar...@gm...>> wrote: I believe the only changes that I'd make to the instructions I posted sometime ago would be to prefer the SVN version over 0.9.6: http://www.refbase.net/index.php/Installing_refbase#Raspberry_Pi On Fri, May 19, 2017 at 10:24 AM, Thackurdeen, Sean <sth...@ny...<mailto:sth...@ny...>> wrote: Good Day, I would like to know if anyone would like to help me perform an installation of RefBase to a Virtual Private Server or to a Raspberry Pi. I’m at a loss and would appreciate the help. The best I could do in return is to write up the process and post it somewhere, so that others could have it for their use. Best, Sean ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org<http://Slashdot.org>! http://sdm.link/slashdot _______________________________________________ refbase-talk mailing list ref...@li...<mailto:ref...@li...> https://lists.sourceforge.net/lists/listinfo/refbase-talk |
From: Richard K. <kar...@gm...> - 2017-05-19 20:39:27
|
I believe the only changes that I'd make to the instructions I posted sometime ago would be to prefer the SVN version over 0.9.6: http://www.refbase.net/index.php/Installing_refbase#Raspberry_Pi On Fri, May 19, 2017 at 10:24 AM, Thackurdeen, Sean <sth...@ny...> wrote: > Good Day, > > > > I would like to know if anyone would like to help me perform an > installation of RefBase to a Virtual Private Server or to a Raspberry Pi. > I’m at a loss and would appreciate the help. > > > > The best I could do in return is to write up the process and post it > somewhere, so that others could have it for their use. > > > > Best, > > Sean > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > refbase-talk mailing list > ref...@li... > https://lists.sourceforge.net/lists/listinfo/refbase-talk > > |
From: Thackurdeen, S. <sth...@ny...> - 2017-05-19 19:57:12
|
Good Day, I would like to know if anyone would like to help me perform an installation of RefBase to a Virtual Private Server or to a Raspberry Pi. I'm at a loss and would appreciate the help. The best I could do in return is to write up the process and post it somewhere, so that others could have it for their use. Best, Sean |
From: Richard K. <kar...@gm...> - 2017-04-13 03:09:42
|
Thank you for your patch. It has been merged to both the branch and the trunk and I've credited you in the AUTHORS file. Regards, Rick On Tue, Apr 4, 2017 at 12:42 AM, Denis Potapov <po...@ex...> wrote: > Hi Everyone, > > I realised recently that the existing refbase version does not work with > php7. > > I ran through the exiting code and modified it so that it now works > with php7. > > I'm happy to submit the patch but I'm not sure how to do this. > > I'm not sure if I can send the patch attached to this message. > > Regards, > D. > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > refbase-talk mailing list > ref...@li... > https://lists.sourceforge.net/lists/listinfo/refbase-talk > |
From: Denis P. <po...@ex...> - 2017-04-11 23:43:29
|
Dear Gerhard, On Tuesday you wrote: > is your version or patch already available from somewhere? On the > refbase project page [1] there doesn't seem to be anything yet. So, > if you happen to have your version of the source code online > somewhere, perhaps on github.com, it would be nice to receive a > pointer to it. I attached the patch to this email. It is built on top of revision r1415 (bleeding edge). I also sent it to refbase developers, I'm sure it will make its way to the main code soon. The changes are mostly cosmetic: I replaced mysql_... functions with mysqli_... functions. Cheers, D. |
From: Rick K. <kar...@gm...> - 2017-04-04 13:56:34
|
Feel free to send a patch to me. We'd prefer a patch against the bleeding-edge SVN branch (that has already had many deprecated functions removed) & a brief summary of what functions you've replaced. Thanks in advance, Rick |
From: Denis P. <po...@ex...> - 2017-04-04 07:43:07
|
Hi Everyone, I realised recently that the existing refbase version does not work with php7. I ran through the exiting code and modified it so that it now works with php7. I'm happy to submit the patch but I'm not sure how to do this. I'm not sure if I can send the patch attached to this message. Regards, D. |
From: Richard K. <kar...@gm...> - 2016-10-29 00:39:02
|
Please use our official support channels so that answers can help others. Hypothes.is works in my installation just fine. Refbase merely points to a PDF on your server. What happens next depends on the mimetype settings of your server and your own browser. Hypothes.is's support channels are better suited to tell you what they can/can't support. The one thing they don't seem to support is the use of browser extensions that handle the PDFs. It works with native http and file urls, though. --Rick On Fri, Oct 28, 2016 at 6:18 AM, Thackurdeen, Sean <sth...@ny...> wrote: > Good Day Richard, > > > > I’m writing to learn how it might be possible to open pdf documents from a > refbase instance within browser such that I could use Hypothes.is, an > online collaborative annotation tool. This would dramatically increase the > functionality of my project database, turning from a static repository to a > dynamic research tool. > > > > Please let me know ! > > > > Thanks, > > Sean > |
From: Richard K. <kar...@gm...> - 2016-02-14 23:29:15
|
This is a user-specific field. As such, it is far from a trivial change. If you have a single user that writes to this field and want everyone to see it, a crude hack would be to edit search.php (lines ~1593-1602, depending on version). You would remove the login check and change the call to buildRelatedRecordsLink to use the numeric id of that single user rather than the $userID variable of the logged-in individual. Note this only effects display, not searching/editing/etc. Because this is a fairly significant departure, these changes would be minimally supported & you'd have to re-patch when upgrading. |
From: Engel, K. <EN...@Gr...> - 2016-02-14 22:49:18
|
Hello, I would like to make the "related" field (the ability to link from one record to a related record(s) in the database) viewable by people who are not logged--in other words, publicly viewable. Right now, the "related" icon and field will only appear if you are logged in (it's part of the area in the complete record that is colored yellow). Is this possible? If so, which file would I need to manipulate? Thank you very much! Kevin |
From: Richard K. <kar...@gm...> - 2015-04-14 16:35:14
|
The zotero firefox extension has a translator that works on rebase sites. I'm not sure if the other browser plugins+the standalone offer this, but I would imagine they do. On Tue, Apr 14, 2015 at 11:46 AM, Thackurdeen, Sean <sth...@ny...> wrote: > For sure. > > Though I'm not sure of the difference. > > I exported MODS XML in Firefox. It then opened in IE. > > I opened Zotero Standalone and imported the selected file. > > It worked in a jiffy. > > What would be direct importing? > > Sean > > -----Original Message----- > From: Richard Karnesky [mailto:kar...@gm...] > Sent: Tuesday, April 14, 2015 11:43 AM > To: Thackurdeen, Sean > Cc: ref...@li... > Subject: Re: [refbase-talk] Export Citations > > We'd still like to diagnose what went wrong and address it. Which fix worked? Direct import without exporting or exporting MODS? > > On Tue, Apr 14, 2015 at 11:39 AM, Thackurdeen, Sean <sth...@ny...> wrote: >> Wow, that was quick! >> >> The message and the fix! >> >> Thanks so much, >> Sean >> >> -----Original Message----- >> From: Richard Karnesky [mailto:kar...@gm...] >> Sent: Tuesday, April 14, 2015 11:33 AM >> To: Thackurdeen, Sean >> Cc: ref...@li... >> Subject: Re: [refbase-talk] Export Citations >> >> Thanks. You might try MODS XML--we offer native support and the data quality is much higher. >> >> How many references are you exporting? Zotero should detect and import refbase references without you dumping them to a file. >> >> --Rick >> >> On Tue, Apr 14, 2015 at 11:11 AM, Thackurdeen, Sean <sth...@ny...> wrote: >>> Hi Rick, >>> >>> >>> >>> Many thanks for your reply. >>> >>> >>> >>> I have tried to export in RIS, Endnote, BibTex and ISI. >>> >>> >>> >>> I am currently on a 64 bit, Windows 7 Professional machine. >>> >>> >>> >>> I have tried Firefox 37, which allows me to download a 0 byte file. >>> >>> >>> >>> I am now attempting to use IE 11. First attempts show a page that >>> “cannot be displayed”. >>> >>> >>> >>> I have experimented with all or subsets of my references to no avail. >>> >>> >>> >>> Many thanks for your help, >>> >>> >>> >>> Sean >>> >>> >>> >>> P.S. I’m not sure how to send a public link of my references. >>> >>> >>> >>> From: Richard Karnesky [mailto:kar...@gm...] >>> Sent: Monday, April 13, 2015 6:25 PM >>> To: Thackurdeen, Sean; ref...@li... >>> Subject: Re: [refbase-talk] Export Citations >>> >>> >>> >>> Have you tried exporting to other formats and/or tried to export a >>> subset of your records? Please give us more information so we can try >>> to reproduce this issue (browser/OS/link to set of references/etc.). >>> >>> Thanks, >>> >>> Rick >>> >>> >>> >>> On Mon, Apr 13, 2015, 5:49 PM Thackurdeen, Sean >>> <sth...@ny...> >>> wrote: >>> >>> Good Day! >>> >>> >>> >>> I am trying to export my references to place in Zotero to take >>> advantage of the add-on capabilities for writing articles. >>> >>> >>> >>> However, every attempt to export the records from my www.refbase.org >>> account leaves me with a 0 byte file, regardless of file format. Only >>> the Save citation tool works. In which case, it is not usable to >>> import into other citation managers. >>> >>> >>> >>> Please help! >>> >>> >>> >>> Sean >>> >>> --------------------------------------------------------------------- >>> - >>> -------- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >>> Develop your own process in accordance with the BPMN 2 standard Learn >>> Process modeling best practices with Bonita BPM through live >>> exercises >>> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >>> event?utm_ >>> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_S >>> F _______________________________________________ >>> refbase-talk mailing list >>> ref...@li... >>> https://lists.sourceforge.net/lists/listinfo/refbase-talk |
From: Thackurdeen, S. <sth...@ny...> - 2015-04-14 15:46:24
|
For sure. Though I'm not sure of the difference. I exported MODS XML in Firefox. It then opened in IE. I opened Zotero Standalone and imported the selected file. It worked in a jiffy. What would be direct importing? Sean -----Original Message----- From: Richard Karnesky [mailto:kar...@gm...] Sent: Tuesday, April 14, 2015 11:43 AM To: Thackurdeen, Sean Cc: ref...@li... Subject: Re: [refbase-talk] Export Citations We'd still like to diagnose what went wrong and address it. Which fix worked? Direct import without exporting or exporting MODS? On Tue, Apr 14, 2015 at 11:39 AM, Thackurdeen, Sean <sth...@ny...> wrote: > Wow, that was quick! > > The message and the fix! > > Thanks so much, > Sean > > -----Original Message----- > From: Richard Karnesky [mailto:kar...@gm...] > Sent: Tuesday, April 14, 2015 11:33 AM > To: Thackurdeen, Sean > Cc: ref...@li... > Subject: Re: [refbase-talk] Export Citations > > Thanks. You might try MODS XML--we offer native support and the data quality is much higher. > > How many references are you exporting? Zotero should detect and import refbase references without you dumping them to a file. > > --Rick > > On Tue, Apr 14, 2015 at 11:11 AM, Thackurdeen, Sean <sth...@ny...> wrote: >> Hi Rick, >> >> >> >> Many thanks for your reply. >> >> >> >> I have tried to export in RIS, Endnote, BibTex and ISI. >> >> >> >> I am currently on a 64 bit, Windows 7 Professional machine. >> >> >> >> I have tried Firefox 37, which allows me to download a 0 byte file. >> >> >> >> I am now attempting to use IE 11. First attempts show a page that >> “cannot be displayed”. >> >> >> >> I have experimented with all or subsets of my references to no avail. >> >> >> >> Many thanks for your help, >> >> >> >> Sean >> >> >> >> P.S. I’m not sure how to send a public link of my references. >> >> >> >> From: Richard Karnesky [mailto:kar...@gm...] >> Sent: Monday, April 13, 2015 6:25 PM >> To: Thackurdeen, Sean; ref...@li... >> Subject: Re: [refbase-talk] Export Citations >> >> >> >> Have you tried exporting to other formats and/or tried to export a >> subset of your records? Please give us more information so we can try >> to reproduce this issue (browser/OS/link to set of references/etc.). >> >> Thanks, >> >> Rick >> >> >> >> On Mon, Apr 13, 2015, 5:49 PM Thackurdeen, Sean >> <sth...@ny...> >> wrote: >> >> Good Day! >> >> >> >> I am trying to export my references to place in Zotero to take >> advantage of the add-on capabilities for writing articles. >> >> >> >> However, every attempt to export the records from my www.refbase.org >> account leaves me with a 0 byte file, regardless of file format. Only >> the Save citation tool works. In which case, it is not usable to >> import into other citation managers. >> >> >> >> Please help! >> >> >> >> Sean >> >> --------------------------------------------------------------------- >> - >> -------- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >> Develop your own process in accordance with the BPMN 2 standard Learn >> Process modeling best practices with Bonita BPM through live >> exercises >> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >> event?utm_ >> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_S >> F _______________________________________________ >> refbase-talk mailing list >> ref...@li... >> https://lists.sourceforge.net/lists/listinfo/refbase-talk |
From: Thackurdeen, S. <sth...@ny...> - 2015-04-14 15:45:38
|
Hi Rick, Many thanks for your reply. I have tried to export in RIS, Endnote, BibTex and ISI. I am currently on a 64 bit, Windows 7 Professional machine. I have tried Firefox 37, which allows me to download a 0 byte file. I am now attempting to use IE 11. First attempts show a page that “cannot be displayed”. I have experimented with all or subsets of my references to no avail. Many thanks for your help, Sean P.S. I’m not sure how to send a public link of my references. From: Richard Karnesky [mailto:kar...@gm...] Sent: Monday, April 13, 2015 6:25 PM To: Thackurdeen, Sean; ref...@li... Subject: Re: [refbase-talk] Export Citations Have you tried exporting to other formats and/or tried to export a subset of your records? Please give us more information so we can try to reproduce this issue (browser/OS/link to set of references/etc.). Thanks, Rick On Mon, Apr 13, 2015, 5:49 PM Thackurdeen, Sean <sth...@ny...<mailto:sth...@ny...>> wrote: Good Day! I am trying to export my references to place in Zotero to take advantage of the add-on capabilities for writing articles. However, every attempt to export the records from my www.refbase.org<http://www.refbase.org> account leaves me with a 0 byte file, regardless of file format. Only the Save citation tool works. In which case, it is not usable to import into other citation managers. Please help! Sean ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF_______________________________________________ refbase-talk mailing list ref...@li...<mailto:ref...@li...> https://lists.sourceforge.net/lists/listinfo/refbase-talk |
From: Richard K. <kar...@gm...> - 2015-04-14 15:43:28
|
We'd still like to diagnose what went wrong and address it. Which fix worked? Direct import without exporting or exporting MODS? On Tue, Apr 14, 2015 at 11:39 AM, Thackurdeen, Sean <sth...@ny...> wrote: > Wow, that was quick! > > The message and the fix! > > Thanks so much, > Sean > > -----Original Message----- > From: Richard Karnesky [mailto:kar...@gm...] > Sent: Tuesday, April 14, 2015 11:33 AM > To: Thackurdeen, Sean > Cc: ref...@li... > Subject: Re: [refbase-talk] Export Citations > > Thanks. You might try MODS XML--we offer native support and the data quality is much higher. > > How many references are you exporting? Zotero should detect and import refbase references without you dumping them to a file. > > --Rick > > On Tue, Apr 14, 2015 at 11:11 AM, Thackurdeen, Sean <sth...@ny...> wrote: >> Hi Rick, >> >> >> >> Many thanks for your reply. >> >> >> >> I have tried to export in RIS, Endnote, BibTex and ISI. >> >> >> >> I am currently on a 64 bit, Windows 7 Professional machine. >> >> >> >> I have tried Firefox 37, which allows me to download a 0 byte file. >> >> >> >> I am now attempting to use IE 11. First attempts show a page that >> “cannot be displayed”. >> >> >> >> I have experimented with all or subsets of my references to no avail. >> >> >> >> Many thanks for your help, >> >> >> >> Sean >> >> >> >> P.S. I’m not sure how to send a public link of my references. >> >> >> >> From: Richard Karnesky [mailto:kar...@gm...] >> Sent: Monday, April 13, 2015 6:25 PM >> To: Thackurdeen, Sean; ref...@li... >> Subject: Re: [refbase-talk] Export Citations >> >> >> >> Have you tried exporting to other formats and/or tried to export a >> subset of your records? Please give us more information so we can try >> to reproduce this issue (browser/OS/link to set of references/etc.). >> >> Thanks, >> >> Rick >> >> >> >> On Mon, Apr 13, 2015, 5:49 PM Thackurdeen, Sean >> <sth...@ny...> >> wrote: >> >> Good Day! >> >> >> >> I am trying to export my references to place in Zotero to take >> advantage of the add-on capabilities for writing articles. >> >> >> >> However, every attempt to export the records from my www.refbase.org >> account leaves me with a 0 byte file, regardless of file format. Only >> the Save citation tool works. In which case, it is not usable to >> import into other citation managers. >> >> >> >> Please help! >> >> >> >> Sean >> >> ---------------------------------------------------------------------- >> -------- BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >> Develop your own process in accordance with the BPMN 2 standard Learn >> Process modeling best practices with Bonita BPM through live exercises >> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >> event?utm_ >> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >> _______________________________________________ >> refbase-talk mailing list >> ref...@li... >> https://lists.sourceforge.net/lists/listinfo/refbase-talk |