From: <var...@us...> - 2015-02-05 17:48:09
|
Revision: 9513 http://sourceforge.net/p/phpwiki/code/9513 Author: vargenau Date: 2015-02-05 17:48:07 +0000 (Thu, 05 Feb 2015) Log Message: ----------- Add pgsrc/Mathematics pgsrc/MyBib pgsrc/Others Added Paths: ----------- trunk/pgsrc/Mathematics trunk/pgsrc/MyBib trunk/pgsrc/Others Added: trunk/pgsrc/Mathematics =================================================================== --- trunk/pgsrc/Mathematics (rev 0) +++ trunk/pgsrc/Mathematics 2015-02-05 17:48:07 UTC (rev 9513) @@ -0,0 +1,23 @@ +Date: Thu, 5 Feb 2015 18:09:30 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) +Content-Type: application/x-phpwiki; + pagename=Mathematics + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +== Mathematics == + +Bla bla bla... + +<pre> +@Book{abramowitz+stegun, + author = "Milton {Abramowitz} and Irene A. {Stegun}", + title = "Handbook of Mathematical Functions with + Formulas, Graphs, and Mathematical Tables", + publisher = "Dover", + year = 1964, + address = "New York", + edition = "ninth Dover printing, tenth GPO printing" +} +</pre> Added: trunk/pgsrc/MyBib =================================================================== --- trunk/pgsrc/MyBib (rev 0) +++ trunk/pgsrc/MyBib 2015-02-05 17:48:07 UTC (rev 9513) @@ -0,0 +1,11 @@ +Date: Thu, 5 Feb 2015 18:09:30 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) +Content-Type: application/x-phpwiki; + pagename=MyBib + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +List of books +* [[Mathematics]] +* [[Others]] Added: trunk/pgsrc/Others =================================================================== --- trunk/pgsrc/Others (rev 0) +++ trunk/pgsrc/Others 2015-02-05 17:48:07 UTC (rev 9513) @@ -0,0 +1,32 @@ +Date: Thu, 5 Feb 2015 18:09:30 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.2) +Content-Type: application/x-phpwiki; + pagename=Others + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +== Others == + +Bla bla bla... + +<pre> +@Book{hicks2001, + author = "von Hicks, III, Michael", + title = "Design of a Carbon Fiber Composite Grid Structure for the GLAST + Spacecraft Using a Novel Manufacturing Technique", + publisher = "Stanford Press", + year = 2001, + address = "Palo Alto", + edition = "1st", + isbn = "0-69-697269-4" +} + +@Book{Torre2008, + author = "Joe Torre and Tom Verducci", + publisher = "Doubleday", + title = "The Yankee Years", + year = 2008, + isbn = "0385527403" +} +</pre> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |