axiom-commit Mailing List for Axiom Computer Algebra System (Page 4)
Brought to you by:
daly,
starseeker
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(30) |
Jul
(5) |
Aug
(44) |
Sep
(54) |
Oct
(83) |
Nov
(138) |
Dec
(77) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(8) |
Feb
(19) |
Mar
(36) |
Apr
(57) |
May
(62) |
Jun
(95) |
Jul
(51) |
Aug
(79) |
Sep
(39) |
Oct
(25) |
Nov
(8) |
Dec
(33) |
2008 |
Jan
(35) |
Feb
(37) |
Mar
(41) |
Apr
(52) |
May
(42) |
Jun
(55) |
Jul
(42) |
Aug
(47) |
Sep
(45) |
Oct
(24) |
Nov
(53) |
Dec
(102) |
2009 |
Jan
(39) |
Feb
(58) |
Mar
(48) |
Apr
(77) |
May
(269) |
Jun
(111) |
Jul
(21) |
Aug
(102) |
Sep
(54) |
Oct
(73) |
Nov
(42) |
Dec
(26) |
2010 |
Jan
(45) |
Feb
(35) |
Mar
(15) |
Apr
(25) |
May
(80) |
Jun
(62) |
Jul
(28) |
Aug
(27) |
Sep
(31) |
Oct
(40) |
Nov
(9) |
Dec
(21) |
2011 |
Jan
(21) |
Feb
(16) |
Mar
(12) |
Apr
(9) |
May
(23) |
Jun
(2) |
Jul
(19) |
Aug
(18) |
Sep
(20) |
Oct
(5) |
Nov
(19) |
Dec
(19) |
2012 |
Jan
(20) |
Feb
(21) |
Mar
(12) |
Apr
(19) |
May
(14) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2013 |
Jan
(12) |
Feb
(16) |
Mar
(65) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <gi...@ax...> - 2013-02-27 00:17:25
|
books/bookvol10.3.pamphlet | 245 +- books/bookvol5.pamphlet | 55 +- books/ps/v103u16matrix.eps | 278 + changelog | 13 + src/algebra/Makefile.pamphlet | 19 +- src/axiom-website/patches.html | 2 + src/input/machinearithmetic.input.pamphlet | 88 +- src/share/algebra/browse.daase | 4876 +++++----- src/share/algebra/category.daase | 3537 ++++---- src/share/algebra/compress.daase | 4 +- .../dependents.daase/dependents.daase/index.kaf | 24 +- src/share/algebra/interp.daase |10278 ++++++++++---------- src/share/algebra/operation.daase | 6414 ++++++------ .../algebra/users.daase/users.daase/index.kaf | 47 +- 14 files changed, 13309 insertions(+), 12571 deletions(-) New commits: commit cd2419339cd13c03aae234efb0768d0c14ff2967 Author: Tim Daly <da...@ax...> Date: Tue Feb 26 19:06:28 2013 -0500 20130226 tpd src/axiom-website/patches.html 20130226.02.tpd.patch 20130226 tpd books/ps/v103u16matrix.eps added 20130226 tpd books/bookvol10.3 add U16Matrix 20130226 tpd books/bookvol5 support for U16Matrix 20130226 tpd src/algebra/Makefile add U16Matrix 20130226 tpd src/input/machinearithmetic.input add U16Matrix 20130226 tpd src/share/algebra/dependents.daase updated 20130226 tpd src/share/algebra/users.daase updated 20130226 tpd src/share/algebra/operation.daase updated 20130226 tpd src/share/algebra/interp.daase updated 20130226 tpd src/share/algebra/compress.daase updated 20130226 tpd src/share/algebra/category.daase updated 20130226 tpd src/share/algebra/browse.daase updated |
From: <gi...@ax...> - 2013-02-26 17:03:45
|
books/bookvol10.4.pamphlet | 32 ++++++++++++++++++++++---------- changelog | 2 ++ src/axiom-website/patches.html | 2 ++ 3 files changed, 26 insertions(+), 10 deletions(-) New commits: commit 549d4c0cc722bf2c756b722e2fc68d00e0fb014e Author: Tim Daly <da...@ax...> Date: Tue Feb 26 11:59:32 2013 -0500 20130226 tpd src/axiom-website/patches.html 20130226.01.tpd.patch 20130226 tpd books/bookvol10.4 comment out bad code in GUESS |
From: <gi...@ax...> - 2013-02-25 16:04:58
|
books/bookvol10.3.pamphlet | 245 ++++++++++++++++++++++++- books/bookvol5.pamphlet | 59 ++++++- books/ps/v103u32matrix.eps | 278 ++++++++++++++++++++++++++++ changelog | 6 + src/algebra/Makefile.pamphlet | 40 ++++- src/axiom-website/patches.html | 2 + src/input/machinearithmetic.input.pamphlet | 76 ++++---- 7 files changed, 659 insertions(+), 47 deletions(-) New commits: commit 17ad6a99fbd95009e60ab1a03da86e16ed05d09e Author: Tim Daly <da...@ax...> Date: Mon Feb 25 11:01:21 2013 -0500 20130225 tpd src/axiom-website/patches.html 20130225.01.tpd.patch 20130225 tpd src/input/machinearithmetic.input unit test U32Matrix 20130225 tpd src/algebra/Makefile add U32Matrix 20130225 tpd books/bookvol5 add U32Matrix support macros 20130225 tpd books/bookvol10.3 add U32Matrix 20130225 tpd books/ps/v103u32matrix.eps added |
From: <gi...@ax...> - 2013-02-24 03:11:29
|
buglist | 25 ++++++++++++++++++++++++- changelog | 2 ++ src/axiom-website/patches.html | 2 ++ 3 files changed, 28 insertions(+), 1 deletions(-) New commits: commit fb60dd855a2f9239666cc3c9aae3dc96999698d3 Author: Tim Daly <da...@ax...> Date: Sat Feb 23 22:07:54 2013 -0500 20130223 tpd src/axiom-website/patches.html 20130223.04.tpd.patch 20120223 tpd buglist add 7233: fill! operation from U8Vector does not show up |
From: <gi...@ax...> - 2013-02-24 02:55:47
|
books/bookvol10.3.pamphlet | 370 +++++++++++++++++++++++++++- books/bookvol5.pamphlet | 34 +++ books/ps/v103u8vector.eps | 278 +++++++++++++++++++++ changelog | 5 + src/axiom-website/patches.html | 2 + src/input/machinearithmetic.input.pamphlet | 121 ++++++++-- 6 files changed, 787 insertions(+), 23 deletions(-) New commits: commit f67a582df48041de5e53a9a048c3d6f34f429235 Author: Tim Daly <da...@ax...> Date: Sat Feb 23 21:52:15 2013 -0500 20130223 tpd src/axiom-website/patches.html 20130223.03.tpd.patch 20130223 tpd src/input/machinearithmetic.input unit test U8Vector 20130223 tpd books/bookvol5 add lisp support for U8Vector 20130223 tpd books/bookvol10.3 add U8Vector 20130223 tpd books/ps/v103u8vector.eps added |
From: <gi...@ax...> - 2013-02-23 07:49:42
|
books/bookvol10.3.pamphlet | 534 +++++++++++++++++++++++++++- books/ps/v103u16vector.eps | 278 +++++++++++++++ changelog | 5 + src/algebra/Makefile.pamphlet | 2 +- src/axiom-website/patches.html | 2 + src/input/machinearithmetic.input.pamphlet | 99 +++++- 6 files changed, 905 insertions(+), 15 deletions(-) New commits: commit 5ec2f0874a8fc1b7abe96b48881970731f8b7f9f Author: Tim Daly <da...@ax...> Date: Sat Feb 23 02:46:10 2013 -0500 20130223 tpd src/axiom-website/patches.html 20130223.02.tpd.patch 20130223 tpd src/algebra/Makefile add machinearithmetic.input 20130223 tpd src/input/machinearithmetic.input test U16Vector 20130223 tpd books/bookvol10.3 add U16Vector 20130223 tpd books/ps/v103u16vector.eps added |
From: <gi...@ax...> - 2013-02-23 05:53:52
|
books/bookvol5.pamphlet | 40 +++++++++++++++++++++++++++++++++------- changelog | 2 ++ src/axiom-website/patches.html | 2 ++ 3 files changed, 37 insertions(+), 7 deletions(-) New commits: commit ecb31c4e81dec431aedc322a2d288cb7f4f2744f Author: Tim Daly <da...@ax...> Date: Sat Feb 23 00:50:17 2013 -0500 20130223 tpd src/axiom-website/patches.html 20130223.01.tpd.patch 20130223 tpd books/bookvol5 fix exposure for MAGCDOC category |
From: <gi...@ax...> - 2013-02-21 14:24:03
|
books/bookvol10.3.pamphlet | 8 +- books/bookvol5.pamphlet | 31 +++++--- changelog | 5 ++ src/axiom-website/patches.html | 2 + src/input/Makefile.pamphlet | 3 + src/input/machinearithmetic.input.pamphlet | 106 ++++++++++++++++++++++++++++ 6 files changed, 139 insertions(+), 16 deletions(-) New commits: commit a7815d03ae3aa0a2d55630e18bcc95bc6f50fa41 Author: Tim Daly <da...@ax...> Date: Thu Feb 21 09:20:17 2013 -0500 20130221 tpd src/axiom-website/patches.html 20130221.01.tpd.patch 20130221 tpd src/input/Makefile add machinearithmetic.input 20130221 tpd books/bookvol5 support macros for U32Vector 20130221 tpd books/bookvol10.3 update U32Vector domain 20130221 tpd src/input/machinearithmetic.input unit test fast accessors |
From: <gi...@ax...> - 2013-02-16 17:01:21
|
books/bookvol0.pamphlet | 3 + books/bookvol10.2.pamphlet | 151 ++++++++++++++ books/bookvol5.pamphlet | 1 + books/ps/v102modularalgebraicgcdoperations.ps | 270 +++++++++++++++++++++++++ changelog | 6 + src/algebra/Makefile.pamphlet | 10 +- src/axiom-website/patches.html | 2 + 7 files changed, 440 insertions(+), 3 deletions(-) New commits: commit 711683f735c241b7c44cfc5838253c97eef253f5 Author: Tim Daly <da...@ax...> Date: Sat Feb 16 11:57:19 2013 -0500 20130216 tpd src/axiom-website/patches.html 20130216.02.tpd.patch 20130216 tpd src/algebra/Makefile compile MAGCDOC 20130216 tpd books/bookvol5 expose MAGCDOC 20130216 tpd books/bookvol10.2 add MAGCDOC 20130216 tpd books/bookvol0 add condata for MAGCDOC 20130216 tpd books/ps/v102modularalgebraicgcdoperations.ps added |
From: <gi...@ax...> - 2013-02-16 06:25:28
|
books/bookvol10.2.pamphlet | 17 ++++++++++++++++- changelog | 2 ++ src/axiom-website/patches.html | 2 ++ 3 files changed, 20 insertions(+), 1 deletions(-) New commits: commit 5b5ccb9e6fa7125a0060be462c2bc8aef27aa949 Author: Tim Daly <da...@ax...> Date: Sat Feb 16 01:22:08 2013 -0500 20130216 gdr src/axiom-website/patches.html 20130216.01.gdr.patch 20130216 gdr books/bookvol10.2 add matrix initializer function |
From: <gi...@ax...> - 2013-02-15 06:05:14
|
changelog | 3 + src/axiom-website/patches.html | 2 + src/input/Makefile.pamphlet | 5 +- src/input/rsa.input.pamphlet | 363 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 372 insertions(+), 1 deletions(-) New commits: commit 0f421fc8f8f2f367b84c35d2a6904c32fd0c171f Author: Tim Daly <da...@ax...> Date: Fri Feb 15 01:01:52 2013 -0500 20130214 tpd src/axiom-website/patches.html 20130214.02.tpd.patch 20130214 tpd src/input/Makefile add rsa.input 20130214 tpd src/input/rsa.input added |
From: <gi...@ax...> - 2013-02-15 02:38:45
|
buglist | 25 ++++++++++++++++++++++++- changelog | 2 ++ src/axiom-website/patches.html | 2 ++ 3 files changed, 28 insertions(+), 1 deletions(-) New commits: commit d26e44acd02ce104c3724740ae1be173c2e52997 Author: Tim Daly <da...@ax...> Date: Thu Feb 14 21:35:23 2013 -0500 20130214 tpd src/axiom-website/patches.html 20130214.01.tpd.patch 20130214 tpd buglist: add 7232 |
From: <gi...@ax...> - 2013-01-24 22:53:26
|
books/Makefile.pamphlet | 28 ++++++++++- books/bookvol4.pamphlet | 110 +++++++++++++--------------------------- changelog | 3 + src/axiom-website/patches.html | 2 + 4 files changed, 67 insertions(+), 76 deletions(-) New commits: commit 8a349112bf2bc88f638273b78be47f775c19d031 Author: Tim Daly <da...@ax...> Date: Thu Jan 24 17:49:33 2013 -0500 20130124 tpd src/axiom-website/patches.html 20130124.06.tpd.patch 20120124 tpd books/Makefile remove noweb from vol4 20130124 tpd books/bookvol4 remove noweb |
From: <gi...@ax...> - 2013-01-24 21:59:36
|
books/Makefile.pamphlet | 30 ++++++++++++++++++++++++++++-- books/bookvol2.pamphlet | 4 ++-- changelog | 3 +++ src/axiom-website/patches.html | 2 ++ 4 files changed, 35 insertions(+), 4 deletions(-) New commits: commit 91b999ac06e26a458960129728e277c3dd2b2dc0 Author: Tim Daly <da...@ax...> Date: Thu Jan 24 16:56:48 2013 -0500 20130124 tpd src/axiom-website/patches.html 20130124.05.tpd.patch 20120124 tpd books/Makefile remove noweb from vol2 20120124 tpd books/bookvol2 remove noweb |
From: <gi...@ax...> - 2013-01-24 21:05:16
|
books/Makefile.pamphlet | 63 +++++++++++++++++++++++++++++++++++++-- books/bookvol12.pamphlet | 12 ++++---- books/bookvol3.pamphlet | 4 +- changelog | 12 +++++-- src/axiom-website/patches.html | 2 + 5 files changed, 77 insertions(+), 16 deletions(-) New commits: commit 109201193e039fddd70b582954a54002c2b9058e Author: Tim Daly <da...@ax...> Date: Thu Jan 24 16:02:32 2013 -0500 20130124 tpd src/axiom-website/patches.html 20130124.04.tpd.patch 20130124 tpd books/Makefile remove noweb from vol3, vol12 20130124 tpd books/bookvol3 remove noweb 20130124 tpd books/bookvol12 remove noweb |
From: <gi...@ax...> - 2013-01-24 20:02:15
|
changelog | 2 + src/axiom-website/patches.html | 2 + src/input/trigtests.input.pamphlet | 923 ++++++++++++++++++++++-------------- 3 files changed, 582 insertions(+), 345 deletions(-) New commits: commit 910a8621ace99c02041c7233384e6b1a28639780 Author: Tim Daly <da...@ax...> Date: Thu Jan 24 14:59:21 2013 -0500 20130124 tpd src/axiom-website/patches.html 20130124.03.tpd.patch 20120124 tpd src/input/trigtests.input test new hyperbolic identities |
From: <gi...@ax...> - 2013-01-24 10:14:49
|
books/bookvol10.4.pamphlet | 21 ++++++++++++++++++++- changelog | 2 ++ src/axiom-website/patches.html | 2 ++ 3 files changed, 24 insertions(+), 1 deletions(-) New commits: commit 7418fa23a4c0d0210bb8bb9ecf22eee526f7da5b Author: Tim Daly <da...@ax...> Date: Thu Jan 24 05:11:59 2013 -0500 20130124 tpd src/axiom-website/patches.html 20130124.02.tpd.patch 20130124 tpd books/bookvol10.4 expand hyperbolic identities |
From: <gi...@ax...> - 2013-01-24 07:47:12
|
books/bookvol10.4.pamphlet | 205 ++++++++++++++++++++++++++++++++++++++++ changelog | 2 + src/axiom-website/patches.html | 2 + 3 files changed, 209 insertions(+), 0 deletions(-) New commits: commit 830d973ea8ae4de88193d8e34f5d2484badf91d3 Author: Tim Daly <da...@ax...> Date: Thu Jan 24 02:44:21 2013 -0500 20130124 tpd src/axiom-website/patches.html 20130124.01.tpd.patch 20120124 tpd books/bookvol10.4 document htrigs function in TRMANIP 20130123 tpd src/axiom-website/patches.html 20130123.03.tpd.patch |
From: <gi...@ax...> - 2013-01-24 00:19:30
|
changelog | 2 ++ src/Makefile.pamphlet | 3 +++ src/axiom-website/patches.html | 2 ++ 3 files changed, 7 insertions(+), 0 deletions(-) New commits: commit 79aa0ebf74330cb24a81008c85f0bcfe5d664052 Author: Tim Daly <da...@ax...> Date: Wed Jan 23 19:16:41 2013 -0500 20130123 tpd src/axiom-website/patches.html 20130123.03.tpd.patch 20130123 tpd src/Makefile clean up src/algebra properly |
From: <gi...@ax...> - 2013-01-23 05:24:28
|
changelog | 3 + src/axiom-website/patches.html | 2 + src/doc/Makefile.pamphlet | 21 +++-- src/doc/endpaper.pamphlet | 170 ++++++++++++++++++++-------------------- 4 files changed, 102 insertions(+), 94 deletions(-) New commits: commit 4df970418dcc40af0d86e38e4efb80ac0e70348a Author: Tim Daly <da...@ax...> Date: Wed Jan 23 00:21:12 2013 -0500 20130123 tpd src/axiom-website/patches.html 20130123.02.tpd.patch 20130123 tpd src/doc/Makefile export endpaper as pdf 20130123 tpd src/doc/endpaper fixed format |
From: <gi...@ax...> - 2013-01-23 05:17:19
|
changelog | 3 ++ src/axiom-website/patches.html | 2 + src/input/Makefile.pamphlet | 2 +- src/input/tree.input.pamphlet | 69 ++++++++++++++++++++------------------- 4 files changed, 41 insertions(+), 35 deletions(-) New commits: commit c9a87553153b6ebdd0038dd13bcaef684af56a11 Author: Tim Daly <da...@ax...> Date: Wed Jan 23 00:14:09 2013 -0500 20130123 tpd src/axiom-website/patches.html 20130123.01.tpd.patch 20130123 tpd src/input/Makefile tree.regress added 20130123 tpd src/input/tree.input fixed |
From: <gi...@ax...> - 2013-01-22 11:56:39
|
changelog | 5 +- src/axiom-website/patches.html | 4 + src/input/Makefile.pamphlet | 6 +- src/input/trigtests.input.pamphlet | 1102 ++++++++++++++++++++++++++++++++++++ 4 files changed, 1113 insertions(+), 4 deletions(-) New commits: commit e4ee6ff9b9f1e5ff5af717a22de1d93e632cfe83 Author: Tim Daly <da...@ax...> Date: Tue Jan 22 06:53:36 2013 -0500 20130122 tpd src/axiom-website/patches.html 20130122.01.tpd.patch 20130122 tpd src/input/Makefile trigtests added 20130122 tpd src/input/trigtests.input added |
From: <gi...@ax...> - 2013-01-11 05:01:37
|
books/bookvolbib.pamphlet | 3 +++ changelog | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) New commits: commit 1603fb6c3c8d1081ea8946d071f2a3e5f6a65955 Author: Tim Daly <da...@ax...> Date: Thu Jan 10 23:58:59 2013 -0500 20120110 tpd src/axiom-website/patches.html 20130110.01.tpd.patch 20120110 tpd books/bookvolbib add Koutschan |
From: <gi...@ax...> - 2013-01-06 18:46:37
|
books/bookvolbib.pamphlet | 3 + changelog | 3 + src/axiom-website/patches.html | 2 + src/input/Makefile.pamphlet | 5 +- src/input/cherry.input.pamphlet | 827 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 839 insertions(+), 1 deletions(-) New commits: commit a7cb42ddc0421d00de0da24d8f01a7815764439f Author: Tim Daly <da...@ax...> Date: Sun Jan 6 13:29:20 2013 -0500 20120815 tpd src/axiom-website/patches.html 20130105.01.tpd.patch 20130106 tpd books/bookvolbib add Che86 20130106 tpd src/input/Makefile add cherry.input 20130106 tpd src/input/cherry.input added |
From: CISSE C. 2. <no...@ci...> - 2012-10-16 17:10:25
|
<html> <head> </head> <body> <div style="width:600px; font-size:14px; text-align:justify;"> <h2 style="font-size:18px; margin:0;">Dear Colleagues,</h2><br/> If you received this email in error, please forward it to the appropriate department at your institution. If you wish to unsubscribe please follow the unsubscribe link at bottom of the email. <br/><br/> Please do not reply to this message. If you need to contact us please email us at <a href="mailto:in...@ci...">in...@ci...</a> <br/><br/> <table style="border:2px solid #000000;" align="center"> <tr> <td style="text-align:center;"> <br/> The Eighth International Joint Conferences on Computer,<br/> Information, and Systems Sciences, and Engineering (CISSE 2012)<br/> <br/> <a href="http://www.cisseconference.org/2012">http://www.cisseconference.org/2012</a><br/> <br/> </td> </tr> </table> <br/> December 7 - 9, 2012<br/> Sponsored by the University of Bridgeport<br/> Technically co-sponsored by the IEEE Computer Society, Communications Society and Education Society (Connecticut Section)<br/> <br/> <hr style="border:1px solid #000000;"/> <br/> <h3 style="font-size:16px; margin:0;">CONFERENCE OVERVIEW</h3> <br/> CISSE 2012 provides a virtual forum for presentation and discussion of the state-of the-art research on computers, information and systems sciences and engineering. CISSE 2012 is the eighth conference of the CISSE series of e-conferences. CISSE is the World's first Engineering/Computing and Systems Research E-Conference. CISSE 2005 was the first high-caliber Research Conference in the world to be completely conducted online in real-time via the internet. In 2005, CISSE received 255 research paper submissions and the final program included 140 accepted papers, from more than 45 countries. Last year, CISSE 2011 received more than 300 submissions and the final program included 105 accepted papers, from more than 80 countries. <br/><br/> The virtual conference will be conducted through the Internet using web-conferencing tools, made available by the conference. Authors will be presenting their PowerPoint, audio or video presentations using web-conferencing tools without the need for travel. Conference sessions will be broadcast to all the conference participants, where session participants can interact with the presenter during the presentation and/or during the Q&A slot that follows the presentation. This international conference will be held entirely on-line. The accepted and presented papers will be made available and sent to the authors after the conference both on a DVD (including all papers, PowerPoint presentations and audio presentations) and as a book publication. Springer, the official publisher for CISSE, published the previous seven CISSE book proceedings. <br/><br/> Conference participants - authors, presenters and attendees - only need an internet connection and sound available on their computers in order to be able to contribute and participate in this international ground-breaking conference. The on-line structure of this high-quality event will allow academic professionals and industry participants to contribute their work and attend world-class technical presentations based on rigorously refereed submissions, live, without the need for investing significant travel funds or time out of the office. <br/><br/> The concept and format of CISSE is ground-breaking. The PowerPoint presentations, final paper manuscripts and time schedule for live presentations over the web had been available for weeks prior to the start of the conference for all registrants, so that the participants can choose the presentations they want to attend and think about questions that they might want to ask. The live audio presentations were also recorded and are part of the permanent CISSE on-line archive - accessible to all registrants- which also includes all the papers, PowerPoint and audio presentations. <br/><br/> Potential non-author conference attendees who cannot make the on-line conference dates are encouraged to register, as the entire joint conferences will be archived for future viewing. <br/><br/> The CISSE conference audio room provides superb audio even over low speed internet connections, the ability to display PowerPoint presentations, and cross-platform compatibility (the conferencing software runs on Windows, Mac, and any other operating system that supports Java). In addition, the conferencing system allowed for an unlimited number of participants, which in turn granted us the opportunity to allow all CISSE participants to attend all presentations, as opposed to limiting the number of available seats for each session. <br/><br/> Prospective authors are invited to submit full papers electronically in Microsoft Word or Adobe PDF format through the website of the conference at: <a href="http://www.cisseconference.org/2012">http://www.cisseconference.org/2012</a> <br/><br/> Accepted papers must be presented in the virtual conference by one of the authors. To submit your paper, please visit <a href="http://www.cisseconference.org/2012">http://www.cisseconference.org/2012</a> <br/><br/><br/><br/> CISSE 2012 is composed of the following four conferences: <br/><br/> <h3 style="font-size:14px; margin:0;">International Conference on Systems, Computing Sciences and Software Engineering (SCSS 2012)</h3><br/> Topics: Grid Computing, Internet-based Computing Models, Resource Discovery, Programming Models and tools, e-Science and Virtual Instrumentation, Biometric Authentication, Computers for People of Special Needs, Human Computer Interaction, Information and Knowledge Engineering, Algorithms, Parallel and Distributed processing, Modeling and Simulation, Services and Applications, Embedded Systems and Applications, Databases, Programming Languages, Signal Processing Theory and Methods, Signal Processing for Communication, Signal Processing Architectures and Implementation, Information Processing, Geographical Information Systems, Object Based Software Engineering, Parallel and Distributed Computing, Real Time Systems, Multiprocessing, File Systems and I/O, Kernel and OS Structures. <br/><br/> <h3 style="font-size:14px; margin:0;">International Conference on Telecommunications and Networking (TeNe 2012)</h3><br/> Topics: Optical Networks and Switching, Computer Networks, Network architectures and Equipment, Access Technologies, Telecommunication Technology, Coding and Modulation technique, Modeling and Simulation, Spread Spectrum and CDMA Systems, OFDM technology, Space-time Coding, Ultra Wideband Communications, Medium Access Control, Spread Spectrum, Wireless LAN: IEEE 802.11, HIPERLAN, Bluetooth, Cellular Wireless Networks, Cordless Systems and Wireless Local Loop, Mobile Network Layer, Mobile Transport Layer, Support for Mobility, Conventional Encryption and Message Confidentiality, Block Ciphers Design Principles, Block Ciphers Modes of Operation, Public-Key Cryptography and Message Authentication, Authentication Application, Stenography, Electronic Mail Security, Web Security, IP Security, Firewalls, Computer Forensics. <br/><br/> <h3 style="font-size:14px; margin:0;">International Conference on Engineering Education, Instructional Technology, Assessment, and E-learning (EIAE 2012)</h3><br/> Topics: Instructional Design, Accreditation, Curriculum Design, Educational Tools, 2 -2 -2 Platforms, Teaching Capstone Design, Teaching Design at the Lower Levels, Design and Development of e-Learning tools, Assessment Methods in Engineering, Development and Implementation of E-learning tools, Ethics in Education, Economical and Social Impacts of E-learning. <br/><br/> <h3 style="font-size:14px; margin:0;">International Conference on Industrial Electronics, Technology & Automation (IETA 2012)</h3><br/> Topics: Advanced and Distributed Control Systems, Intelligent Control Systems (NN, FL, GA, .etc), Expert Systems, Man Machine Interaction, Data Fusion, Factory Automation, Robotics, Motion Control, Machine Vision, MEMS Sensors and Actuators, Sensors Fusion, Power Electronics, High Frequency Converters, Motors and Drives, Power Converters, Power Devices and Components, Electric Vehicles and Intelligent Transportation, Process Automation, Factory Communication, Manufacturing Information System Advances in Manufacturing Systems, Industrial Applications of Multi Media, Intelligent Systems Instrumentation, Industrial Instrumentation, Modeling and Simulation, Signal Processing, Image and Data Processing, VR and Parallel systems. <br/><br/><br/> <h3 style="font-size:16px; margin:0;">Paper Submission</h3> <br/> Prospective authors are invited to submit full papers electronically in Microsoft Word or Adobe PDF format through the website of the conference at <a href="http://conference.cisseconference.org/2012">http://conference.cisseconference.org/2012</a> <br/><br/> Accepted papers must be presented in the virtual conference by one of the authors. To submit your paper, please visit <a href="http://www.cisseconference.org/2012">http://www.cisseconference.org/2012</a> <br/><br/> <table> <tr> <td>Paper submission Deadline:</td> <td>October 29th, 2012</td> </tr> <tr> <td>Notification of Acceptance:</td> <td>November 14th, 2012</td> </tr> <tr> <td>Final Manuscript and Registration:</td> <td>December 1st, 2012</td> </tr> </table> <hr style="border:1px solid #000000;"/> Technical Support, CISSE 2012<br/> University of Bridgeport<br/> <table> <tr> <td>221 University Avenue </td> <td><a href="mailto:in...@ci...">in...@ci...</a></td> </tr> <tr> <td>Bridgeport, CT 06604, U.S.A.</td> <td><a href="http://www.cisseconference.org/2012">http://www.cisseconference.org/2012</a></td> </tr> </table> <br/> <hr style="border:1px solid #000000;"/> <span style="font-size:11px"> TO UNSUBSCRIBE FROM OUR LIST AND STOP RECEVING EMAILS FROM CISSE PERMANENTLY please visit <a href="http://conference.cisseconference.org/2012/unsubscribe.aspx">http://conference.cisseconference.org/2012/unsubscribe.aspx</a>. We honor all unsubscribe requests. </span> </div> <img src="http://mail.cisse2012conference.org/mail/newsletter/view-record.php?newsletter=22&subscriber=136647" alt="Newsletter Tracking"/> </body> <html> |