#1389: [with patches, mostly positive review] Citation instructions for Sage
--------------------------+-------------------------------------------------
Reporter: jason | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: website/wiki | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by mvngu):
Replying to [comment:18 jhpalmieri]:
> Produced using {{{hg_scripts}}}: '''1389-scripts.patch'''. This one
hasn't been reviewed yet; the others all seem to have positive reviews.
The patch {{{1389-scripts.patch}}} looks good to me. However, when I
applied {{{1389-scripts.patch}}} against sage-3.1.4 using the command
{{{hg_scripts.patch("<path-to>/1389-scripts.patch")}}}, the following
section from the patch was rejected:
{{{
diff -r 76339a4ccc14 -r f9dd774a1f61 sage-banner
--- a/sage-banner Thu Oct 16 03:43:22 2008 -0700
+++ b/sage-banner Mon Oct 20 16:36:06 2008 -0700
@@ -1,4 +1,4 @@
----------------------------------------------------------------------
-| SAGE Version 3.1.4, Release Date: 2008-10-16 |
+| Sage Version 3.1.4, Release Date: 2008-10-16 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
}}}
It seems that the script
{{{
sage-3.1.4/local/bin/sage-banner
}}}
that's shipped with sage-3.1.4 contains the line
{{{
SAGE Version 3.1.4, Release Date: 2008-10-20
}}}
and NOT
{{{
SAGE Version 3.1.4, Release Date: 2008-10-16
}}}
Notice the different release dates, which I think accounts for the said
rejection. By the way, I fetched the sage-3.1.4 source distribution from
{{{
http://freethemes.mirror.aarnet.edu.au/pub/sage/src/sage-3.1.4.tar
}}}
So if we're going to fix the citation of Sage in the script
{{{sage-3.1.4/local/bin/sage-banner}}}, then assuming you're working with
sage-3.1.4, here's a suggestion:
{{{
-| SAGE Version 3.1.4, Release Date: 2008-10-20 |
+| Sage Version 3.1.4, Release Date: 2008-10-20 |
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/1389#comment:24>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---