You can subscribe to this list here.
| 2003 |
Jan
|
Feb
(13) |
Mar
(1) |
Apr
(17) |
May
(26) |
Jun
(35) |
Jul
(28) |
Aug
(17) |
Sep
(11) |
Oct
(42) |
Nov
(16) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(11) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(4) |
Jun
(19) |
Jul
(12) |
Aug
(12) |
Sep
(33) |
Oct
(3) |
Nov
(16) |
Dec
(34) |
| 2005 |
Jan
(59) |
Feb
(25) |
Mar
(9) |
Apr
(11) |
May
(8) |
Jun
(30) |
Jul
(18) |
Aug
(8) |
Sep
(12) |
Oct
(13) |
Nov
(29) |
Dec
(14) |
| 2006 |
Jan
(11) |
Feb
(2) |
Mar
(15) |
Apr
(11) |
May
(23) |
Jun
(14) |
Jul
(4) |
Aug
(19) |
Sep
(3) |
Oct
(34) |
Nov
(7) |
Dec
(7) |
| 2007 |
Jan
(2) |
Feb
(11) |
Mar
(15) |
Apr
|
May
(21) |
Jun
(17) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2008 |
Jan
|
Feb
(9) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(6) |
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
|
Dec
(12) |
| 2010 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
|
|
4
|
5
|
6
|
7
(1) |
8
|
9
|
10
|
|
11
(1) |
12
|
13
(1) |
14
|
15
(1) |
16
|
17
|
|
18
|
19
(1) |
20
(4) |
21
(1) |
22
(1) |
23
|
24
|
|
25
|
26
|
27
|
28
|
29
|
30
(1) |
|
|
From: Kazunari K. <kw...@gm...> - 2005-09-30 09:52:31
|
I'm very sorry for my late reply.
Now I attached two em and eml files. They were checked on
E-Cell 3.1.103 on Windows XP, which is found at sourceforge.
In test1.eml, CatalyzedMassActionFluxProcess is used.
On the other hand, in test2.eml, ExpressionFluxProcess is used
instead of CatalyzedMassActionFluxProcess.
CatalyzedMassActionFluxProcess calculates its activity by the
"concentration" of variables. In your latest model, the concentration
of variables are too small. (When Value of Variable "A" is 150,
its MolarConc is 2.5e-22.) So the activity is also very small but is
not equal to zero. If you want to use CatalyzedMassAction, inclease
the molecular number of Variables or declease the size(volume) of
System which contains Variables and Processes.
Next, using ExpressionFluxProcess, you can define the equation as
you want. Set "Expression". For example, in test2.eml, Expression-
FluxProcess is designed as calculating the activity by the value of
Variables, not by the concentration.
Please test the attached files and report the result.
regards.
P.S.
I'm very sorry to say that I'm not "Doctor " yet:-)
kaizu
2005/9/22, S.Krishnaswamy <kr...@mr...>:
>
> Dear Dr. Kaizu
>
> We have tried the syntax in the way you have described. But still
> the activity of the reactor is nil. The substrate and product
> do not change and remain constant. Can you please help us sort
> this out. If you can send us a sample input (.em file) which
> works this will help us. We are using ecell version 3.0 on
> Windows.
>
> regards
>
> krishnaswamy
>
> On Tue, 9 Aug 2005, Kazunari Kaizu wrote:
>
> >
> > 'C0' is an ID for VariableReference. Set it in the following way.
> >
> > Process CatalysedMassActionFluxProcess( c1c2c3omprp_envzk_ompc )
> > {
> > Name A_B_C;
> > k 1.0;
> > VariableReferenceList [ S0 :.:A-1 ]
> > [ C0 :.:B 0 ] # the enzymatic substrate
> > [ P0 :.:C1 ];
> > }
> >
> > CatalysedMassActionFluxProcess allows only one enzymatic substrate C0.
> > If you want to use two or more enzymes, substitute ExpressionFlux-
> > Process.
> >
> >
> > kaizu
> >
> > Srividhya K.V. wrote:
> > >
> > > We replaced the CatalysedMassActionFluxProcess file with the new vers=
ion of the same file you had sent us.But still the reactor doesnt seem to w=
ork.we would like to know the syntax for giving
> > > variable reference list in eml file .
> > > Say for mass action process we specify substrates and products.
> > > Process MassActionFluxProcess( c1c2c3omprp_envzk_ompc )
> > > {
> > > Name A_B_C;
> > > k 1;
> > > VariableReferenceList [ S0 :.:A-1 ] [ S1 :.:B] [ P0 :.:C1 ];
> > >
> > > }
> > >
> > > How do we specify C0 for CatalysedMassActionFluxProcess.
> > >
> > > Regards
> > > vidhya
> > >
> > >
> > >>Hi, thank you for your report.
> > >
> > >
> > >>As you said, CatalysedMassActionFluxProcess did not work.
> > >>It was a bug about CatalysedMassActionFluxProcess itself.
> > >>I fixed and updated it. Please try again with the latest
> > >>CVS or the attached cpp file.
> > >
> > >
> > >
> > >>kaizu
> > >
> > >
> > > 2005/8/3, S.Krishnaswamy <kr...@mr...>:
> > >
> > >>We want to use the catalysed mass action reactor
> > >>in Ecell 3.0 but find it does not work.
> > >>The mass action reactor works.
> > >>Are we giving the input in the wrong syntax or
> > >>does the catalysed mass action reactor not working.
> > >>If it is working can someone give us the eml file
> > >>showing how it is used.
> > >>
> > >>regards
> > >>
> > >>krishnaswamy
> > >>
> > >>
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > On Thu, 04 Aug 2005 Kazunari Kaizu wrote :
> > >
> > >>#include "libecs.hpp"
> > >>
> > >>#include "ContinuousProcess.hpp"
> > >>
> > >>USE_LIBECS;
> > >>
> > >>LIBECS_DM_CLASS( CatalyzedMassActionFluxProcess,
> > >>ContinuousProcess )
> > >>{
> > >>
> > >> public:
> > >>
> > >> LIBECS_DM_OBJECT( CatalyzedMassActionFluxProcess,
> > >>Process )
> > >> {
> > >> INHERIT_PROPERTIES( Process );
> > >> PROPERTYSLOT_SET_GET( Real, k );
> > >> }
> > >>
> > >>
> > >> CatalyzedMassActionFluxProcess()
> > >> {
> > >> ; // do nothing
> > >> }
> > >>
> > >> SIMPLE_SET_GET_METHOD( Real, k );
> > >>
> > >> virtual void initialize()
> > >> {
> > >> Process::initialize();
> > >>
> > >> C0 =3D getVariableReference( "C0" );
> > >> }
> > >>
> > >> virtual void fire()
> > >> {
> > >> Real velocity( k );
> > >> velocity *=3D C0.getValue();
> > >> for( VariableReferenceVectorConstIterator
> > >> i ( theVariableReferenceVector.begin() );
> > >> i !=3D theZeroVariableReferenceIterator ; ++i )
> > >> {
> > >> VariableReferenceCref aVariableReference( *i );
> > >> const Real aConcentration(
> > >>aVariableReference.getMolarConc() );
> > >>
> > >> Integer j( aVariableReference.getCoefficient() );
> > >> do
> > >> {
> > >> velocity *=3D aConcentration;
> > >> ++j;
> > >> } while( j !=3D 0 );
> > >> }
> > >>
> > >> setFlux( velocity );
> > >> }
> > >>
> > >> protected:
> > >>
> > >> Real k;
> > >> VariableReference C0;
> > >>
> > >>};
> > >>
> > >>LIBECS_DM_INIT( CatalyzedMassActionFluxProcess, Process
> > >>);
> > >
> > >
> > >
> > > Srividhya ,K.V.
> > > Junior Research Fellow
> > > C/O Dr.S.Krishnaswamy
> > > Department of Genetic Engineering
> > > School of Biotechnology
> > > Madurai Kamaraj University
> > > Madurai-625 021
> > > CONTACT No. 2459931 , 2459141
> > >
> > >
> > >
> >
>
> --
> S.Krishnaswamy
> Professor
> School of Biotechnology
> Madurai Kamaraj University
> Madurai 625 021, India
>
> mku...@gm... mku...@re... kr...@mr....i=
n
> 91-452-2458638 (res) 91-452-2459931 (lab) 91-452-2459141 (bioinfo office)
>
>
>
|
|
From: S.Krishnaswamy <kr...@mr...> - 2005-09-22 05:20:21
|
Dear Dr. Kaizu
We have tried the syntax in the way you have described. But still
the activity of the reactor is nil. The substrate and product
do not change and remain constant. Can you please help us sort
this out. If you can send us a sample input (.em file) which
works this will help us. We are using ecell version 3.0 on
Windows.
regards
krishnaswamy
On Tue, 9 Aug 2005, Kazunari Kaizu wrote:
>
> 'C0' is an ID for VariableReference. Set it in the following way.
>
> Process CatalysedMassActionFluxProcess( c1c2c3omprp_envzk_ompc )
> {
> Name A_B_C;
> k 1.0;
> VariableReferenceList [ S0 :.:A-1 ]
> [ C0 :.:B 0 ] # the enzymatic substrate
> [ P0 :.:C1 ];
> }
>
> CatalysedMassActionFluxProcess allows only one enzymatic substrate C0.
> If you want to use two or more enzymes, substitute ExpressionFlux-
> Process.
>
>
> kaizu
>
> Srividhya K.V. wrote:
> >
> > We replaced the CatalysedMassActionFluxProcess file with the new version of the same file you had sent us.But still the reactor doesnt seem to work.we would like to know the syntax for giving
> > variable reference list in eml file .
> > Say for mass action process we specify substrates and products.
> > Process MassActionFluxProcess( c1c2c3omprp_envzk_ompc )
> > {
> > Name A_B_C;
> > k 1;
> > VariableReferenceList [ S0 :.:A-1 ] [ S1 :.:B] [ P0 :.:C1 ];
> >
> > }
> >
> > How do we specify C0 for CatalysedMassActionFluxProcess.
> >
> > Regards
> > vidhya
> >
> >
> >>Hi, thank you for your report.
> >
> >
> >>As you said, CatalysedMassActionFluxProcess did not work.
> >>It was a bug about CatalysedMassActionFluxProcess itself.
> >>I fixed and updated it. Please try again with the latest
> >>CVS or the attached cpp file.
> >
> >
> >
> >>kaizu
> >
> >
> > 2005/8/3, S.Krishnaswamy <kr...@mr...>:
> >
> >>We want to use the catalysed mass action reactor
> >>in Ecell 3.0 but find it does not work.
> >>The mass action reactor works.
> >>Are we giving the input in the wrong syntax or
> >>does the catalysed mass action reactor not working.
> >>If it is working can someone give us the eml file
> >>showing how it is used.
> >>
> >>regards
> >>
> >>krishnaswamy
> >>
> >>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > On Thu, 04 Aug 2005 Kazunari Kaizu wrote :
> >
> >>#include "libecs.hpp"
> >>
> >>#include "ContinuousProcess.hpp"
> >>
> >>USE_LIBECS;
> >>
> >>LIBECS_DM_CLASS( CatalyzedMassActionFluxProcess,
> >>ContinuousProcess )
> >>{
> >>
> >> public:
> >>
> >> LIBECS_DM_OBJECT( CatalyzedMassActionFluxProcess,
> >>Process )
> >> {
> >> INHERIT_PROPERTIES( Process );
> >> PROPERTYSLOT_SET_GET( Real, k );
> >> }
> >>
> >>
> >> CatalyzedMassActionFluxProcess()
> >> {
> >> ; // do nothing
> >> }
> >>
> >> SIMPLE_SET_GET_METHOD( Real, k );
> >>
> >> virtual void initialize()
> >> {
> >> Process::initialize();
> >>
> >> C0 = getVariableReference( "C0" );
> >> }
> >>
> >> virtual void fire()
> >> {
> >> Real velocity( k );
> >> velocity *= C0.getValue();
> >> for( VariableReferenceVectorConstIterator
> >> i ( theVariableReferenceVector.begin() );
> >> i != theZeroVariableReferenceIterator ; ++i )
> >> {
> >> VariableReferenceCref aVariableReference( *i );
> >> const Real aConcentration(
> >>aVariableReference.getMolarConc() );
> >>
> >> Integer j( aVariableReference.getCoefficient() );
> >> do
> >> {
> >> velocity *= aConcentration;
> >> ++j;
> >> } while( j != 0 );
> >> }
> >>
> >> setFlux( velocity );
> >> }
> >>
> >> protected:
> >>
> >> Real k;
> >> VariableReference C0;
> >>
> >>};
> >>
> >>LIBECS_DM_INIT( CatalyzedMassActionFluxProcess, Process
> >>);
> >
> >
> >
> > Srividhya ,K.V.
> > Junior Research Fellow
> > C/O Dr.S.Krishnaswamy
> > Department of Genetic Engineering
> > School of Biotechnology
> > Madurai Kamaraj University
> > Madurai-625 021
> > CONTACT No. 2459931 , 2459141
> >
> >
> >
>
--
S.Krishnaswamy
Professor
School of Biotechnology
Madurai Kamaraj University
Madurai 625 021, India
mku...@gm... mku...@re... kr...@mr...
91-452-2458638 (res) 91-452-2459931 (lab) 91-452-2459141 (bioinfo office)
|
|
From: Dwight <con...@yo...> - 2005-09-21 17:29:45
|
We want to congratulate all of our members who read our Trading Alert on AXCP. We gave it too you at $2.75 and now it is at $5.75 and looking better then ever. On Wednesday we are issuing a Trading Alert on: m-Wise, Inc. (OTC BB:MWIS.OB) But we think the fun is just beginning with this one. It has been showing a steady move up on increasing volume. The chart on MWIS is a thing of beauty as it shows what we mentioned earlier slow and steady upward movement. It appears to us that the stock is in an accumulation phase and might be ready for a big pop to new highs. That could well be over a 300% gain from these levels. So if you haven't done your DD yet, you better hurry because it appears that the huge move is about to start. Symbol: MWIS Price: .165 Buy: Strong Expectations: 300-500% NEWS RELEASE: m-Wise's MOMA Platform Selected By The Ring Ring Company as Its Main Technology and Application Platform WILMINGTON, Del., 2005 (PRIMEZONE) -- m-Wise, Inc. (OTC BB:MWIS.OB - News), a leading technology provider of mobile content solutions for operators, ASPs and content providers, today announced the launch of its MOMA Platform with Belgium-based, The Ring Ring Company, the leading Wireless Application Service Provider. m-Wise will supply Ring Ring with its MOMA Service Delivery Platform (SDP). MOMA will become Ring Ring's main technology and application platform. Ring Ring is one of the first providers of premium SMS and MMS services in Belgium and a specialist in IVR and mobile services. Ring Ring has licensed m-Wise's MOMA SDP to run its existing applications, while generating and developing new ones through the m-Wise technology. Installed locally, the MOMA SDP will allow Ring Ring to quickly and efficiently implement the new value-added mobile services to the Belgian market in the upcoming months. As a result of its direct connections with Belgian-based telecommunications operators, its client portfolio and its market knowledge, Ring Ring is currently a top-three player in the Belgian mobile communications market. Utilizing the MOMA SDP, Ring Ring can run services with ease, including SMS and MMS and the supply of information and entertainment services, Location Based Services and other interactive services. "We are delighted to launch the MOMA SDP as our main technology and application platform. We were looking for a total solution and chose MOMA because it offered a robust and reliable platform that can expand with our needs, while allowing us to customize it to our requirements and streamline our technology," said Walter Mortelmans, chief executive officer of The Ring Ring Company. "Our MOMA Service Delivery Platform appeals to the large-scale WASPs for companies such as The Ring Ring Company, that require a robust, reliable system to develop and support their services," said m-Wise's Vice President of Sales and Marketing, Zach Sivan. "We are pleased that Ring Ring will be utilizing our platform to roll out their products in Belgium." Now comprising of more than 1,000 value-added services and applications launched through more than 50 European, Latin American and Asian networks, m-Wise provides the industry's most robust and critical Service Delivery Platform for mobile operators, wireless ASP's and large content and media providers. The MOMA SDP increases data traffic and premium revenues and considerably minimizes capital, commercial, training and technical requirements for the management and control of value-added-services by providing a unified solution for clients' respective VAS departments such as IT, marketing, customer care and billing departments. We have seen people double and triple there money, we ask you too put MWIS on your radar and WATCH this trade on Wednesday September 21, 2005 Disclaimer: Information within this email contains "forward looking statements" within the meaning of Section 27A of the Securities Act of 1933 and Section 21B of the Securities Exchange Act of 1934. Any statements that express or involve discussions with respect to predictions, goals, expectations, beliefs, plans, projections, objectives, assumptions or future events or performance are not statements of historical fact and may be "forward looking statements." Forward looking statements are based on expectations, estimates and projections at the time the statements are made that involve a number of risks and uncertainties which could cause actual results or events to differ materially from those presently anticipated. Forward looking statements in this action may be identified through the use of words such as: "projects", "foresee", "expects", "estimates," "believes," "understands" "will", "anticipates," or that by statements indicating certain actions "may," "could," or "might" occur. All information provided within this email pertaining to investing, stocks,securities must be understood as information provided and not investment advice. Emerging Equity Alert advises all readers and subscribers to seek advice from a registered professional securities representative before deciding to trade in stocks featured within this email. None of the material within this report shall be construed as any kind of investment advice. In compliance with Section 17(b), we disclose the holding of shares of axcp prior to the publication of this report. Be aware of an inherent conflict of interest resulting from such holdings due to our intent to profit from the liquidation of these shares. Shares may be sold at any time, even after positive statements have been made regarding the above company. |
|
From: Satya A. <sa...@sf...> - 2005-09-20 10:53:54
|
Gabor, Thanks for the urls. The problem is that when we release version 3.1.105 for FC 3 (or CentOS 4) it won't work directly on those platforms. We need to ask the users to get the rpms. On the other hand, for FC 4, there is no problem with gnome-canvas, but there is a bug with gcc4. Kaizu, do you think we should wait for the bug to be solved? Or should I just release now for FC 3? satya >You can download gnome-python2-canvas from here >http://rpm.pbone.net/index.php3/stat/4/idpl/1533016/com/gnome-python2- >canvas-2.6.0-3.i386.rpm.html >or here >http://rpm.pbone.net/index.php3/stat/4/idpl/1584466/com/gnome-python2- >canvas-2.6.0-1.1.fc3.nr.i386.rpm.html >Gabor > >On Tue, 2005-09-20 at 17:09 +0900, Satya Arjunan wrote: > > >>Hi all, >> >>I have tried building E-Cell on Fedora Core 3 for 3.1.105 release >>candidate but it fails because it doesn't have the required gnome-canvas >>for Model Editor. Next, I have tried on Fedora Core 4 but it fails also >>as a result of the bug >>http://sourceforge.net/tracker/index.php?func=detail&aid=1291476&group_id=72485&atid=534670) >>in either boost or libecs with gcc4. I have also tried upgrading boost >>from version 1.32 to version 1.33 in FC 4 but the bug persists. >>Currently we have two options: >> >>1. Release 3.1.105 with FC 3 as the target, but we need to find a >>workaround for gnome-canvas (gabor?) >>2. Wait until this bug is solved and release for FC 4 (kaizu?) >> >>I would like to know your views on this. Thank you. >> >>satya >> >> >> >> >> |
|
From: Bereczki G. <ga...@sf...> - 2005-09-20 10:32:57
|
You can download gnome-python2-canvas from here http://rpm.pbone.net/index.php3/stat/4/idpl/1533016/com/gnome-python2- canvas-2.6.0-3.i386.rpm.html or here http://rpm.pbone.net/index.php3/stat/4/idpl/1584466/com/gnome-python2- canvas-2.6.0-1.1.fc3.nr.i386.rpm.html Gabor On Tue, 2005-09-20 at 17:09 +0900, Satya Arjunan wrote: > Hi all, > > I have tried building E-Cell on Fedora Core 3 for 3.1.105 release > candidate but it fails because it doesn't have the required gnome-canvas > for Model Editor. Next, I have tried on Fedora Core 4 but it fails also > as a result of the bug > http://sourceforge.net/tracker/index.php?func=detail&aid=1291476&group_id=72485&atid=534670) > in either boost or libecs with gcc4. I have also tried upgrading boost > from version 1.32 to version 1.33 in FC 4 but the bug persists. > Currently we have two options: > > 1. Release 3.1.105 with FC 3 as the target, but we need to find a > workaround for gnome-canvas (gabor?) > 2. Wait until this bug is solved and release for FC 4 (kaizu?) > > I would like to know your views on this. Thank you. > > satya > > > -- Bereczki Gabor <ga...@sf...> |
|
From: Bereczki G. <ga...@sf...> - 2005-09-20 09:53:36
|
What is the problem with gnome canvas? Gabor On Tue, 2005-09-20 at 17:09 +0900, Satya Arjunan wrote: > Hi all, > > I have tried building E-Cell on Fedora Core 3 for 3.1.105 release > candidate but it fails because it doesn't have the required gnome-canvas > for Model Editor. Next, I have tried on Fedora Core 4 but it fails also > as a result of the bug > http://sourceforge.net/tracker/index.php?func=detail&aid=1291476&group_id=72485&atid=534670) > in either boost or libecs with gcc4. I have also tried upgrading boost > from version 1.32 to version 1.33 in FC 4 but the bug persists. > Currently we have two options: > > 1. Release 3.1.105 with FC 3 as the target, but we need to find a > workaround for gnome-canvas (gabor?) > 2. Wait until this bug is solved and release for FC 4 (kaizu?) > > I would like to know your views on this. Thank you. > > satya > > > -- Bereczki Gabor <ga...@sf...> |
|
From: Satya A. <sa...@sf...> - 2005-09-20 08:09:12
|
Hi all, I have tried building E-Cell on Fedora Core 3 for 3.1.105 release candidate but it fails because it doesn't have the required gnome-canvas for Model Editor. Next, I have tried on Fedora Core 4 but it fails also as a result of the bug http://sourceforge.net/tracker/index.php?func=detail&aid=1291476&group_id=72485&atid=534670) in either boost or libecs with gcc4. I have also tried upgrading boost from version 1.32 to version 1.33 in FC 4 but the bug persists. Currently we have two options: 1. Release 3.1.105 with FC 3 as the target, but we need to find a workaround for gnome-canvas (gabor?) 2. Wait until this bug is solved and release for FC 4 (kaizu?) I would like to know your views on this. Thank you. satya |
|
From: Dayton <ini...@ww...> - 2005-09-19 14:56:52
|
Looking for a company with some good news? Here's one! CDGT ***** CDGT ***** CDGT ***** CDGT ***** CDGT ***** CDGT ***** CDGT Major Financial NEWS Looks like CDGT is not willing to miss a beat! Climbing 0.21 (16.15%) on Friday September 16. MONDAY should be a BIG day. Put your radar alert on CDGT for September 19, 2005 SYMBOL: CDGT CURRENT PRICE: $1.51 Short-Term : $6 China Digital Media Corporation Launches High Definition Television Broadcasting Service Trial HONG KONG, Sept. /Xinhua-PRNewswire-FirstCall/ - China Digital Media Corporation (OTC Bulletin Board: CDGT - News) announced today that the company is cooperating with Nanhai Radio And Television Network Company to launch a high definition broadcast television trial (the "HDTV") program in Nanhai, Guangdong Province. Nanhai is one of the pilot cities to provide the HDTV service in China. Three hours of HDTV programs are currently available for subscribers daily and a further eight hours will be offered to viewers in 2006 according to the schedule. This service will be packed with value added packages where the company shares the majority portion of subscription fees under a 20-year cooperation agreement. "It is our honor to be among the first to launch the HDTV trial service with our partner in China," said Mr. Daniel Ng, Chairman and CEO of China Digital Media Corporation. "HDTV is a new service in China," added Mr. Ng, "we believe that launching HDTV services will enhance our corporate image in the provision of digitalized broadcasting service throughout China and thus enhance our opChina Digital Media Corporation (OTC Bulletin Board: CDGT - News) focuses its business in three main areas: Cable Television Operations, Programs Production and Advertising Sales. Arcotect Technology (GZ) Limited, a wholly owned subsidiary of CDGT in China, is the sole contractor and operator of digital television services in Nanhai, a city with 400,000 cable television subscribers. As of today, Nanhai's cable television operation provides 130 television channels which comprises of 38 basic channels and 92 pay channels. The pay channels are categorized into various value added packages. The digital broadcasting system could offer more than 800 digital channels of pay television programs and value added multimedia services. The Group is seeking to establish similar models elsewhere in China.portunity to establish similar models in other cities." This is a company to watch closely starting NOW! They have been known to make BIG moves and we feel there is one coming !!! Last time we issued a watch we saw a 200% gain in 1 day of trading. |
|
From: Dalton <re...@xs...> - 2005-09-15 16:20:03
|
Looking for a company with some good news? Here's one! UP WE ARE LOOKING FOR A HUGH THURSDAY ! Date: 15.09.2005 Company Name: m-Wise, Inc. Trading Symbol: MWIS.OB Opening Price: $.13 10 Day Target: $.60 THIS IS THE ONE THAT COULD MAKE YOU 300-500% PROFIT!!! --- m-Wise, Inc. (OTC BB:MWIS.OB - News), a leading technology provider of mobile content solutions for operators, ASPs and content providers, today announced the launch of its MOMA Platform with Belgium-based, The Ring Ring Company, the leading Wireless Application Service Provider. m-Wise will supply Ring Ring with its MOMA Service Delivery Platform (SDP). MOMA will become Ring Ring's main technology and application platform. Ring Ring is one of the first providers of premium SMS and MMS services in Belgium and a specialist in IVR and mobile services. Ring Ring has licensed m-Wise's MOMA SDP to run its existing applications, while generating and developing new ones through the m-Wise technology. Installed locally, the MOMA SDP will allow Ring Ring to quickly and efficiently implement the new value-added mobile services to the Belgian market in the upcoming months. As a result of its direct connections with Belgian-based telecommunications operators, its client portfolio and its market knowledge, Ring Ring is currently a top-three player in the Belgian mobile communications market. Utilizing the MOMA SDP, Ring Ring can run services with ease, including SMS and MMS and the supply of information and entertainment services, Location Based Services and other interactive services. --- GET IN NOW!!! You know the old saying, buy the rumor and sell on the news. Once the news is out it is time to get ready for next rally... A $1,000 dollar investment could yield a $5,000 dollar profit in just one trade if you trade out at the top. MWIS should be one of the most profitable stocks to trade this year. In this range the stock has potentialto move in either direction in bigs wings. This means you should be able to buy at the lows and sell at the highs for months to come. We could see a GREAT STORY IN THE MAKING FOR MWIS. !!!GOOD LUCK AND TRADE OUT AT THE TOP!!!! |
|
From: Jasmine W. <pw...@ya...> - 2005-09-13 05:05:27
|
We are happy to present you with six deals from four different brokers. Please remember that there is no commitment required on your part, and your credit is not an issue. Please validate your information with our secure and private database to ensure our records are up to date and accurate. http://mad3-in.com/save2.asp Have a good day. Sincerely, Jasmine Whaley Customer Service Rep eGFM Inc. hoyden try wile some may sugar ! on goodwill ! in combine see or chromosphere in see andrew may and shiny bebe abrogate and. sperm see fest some in shoestring , and friedrich may it's gulp ! see bookseller try be potentate some it till thea goat see. |
|
From: Satya A. <sa...@sf...> - 2005-09-11 13:57:35
|
Hi all, I would like to bring out the Release Candidate 1 of E-Cell version 3.1.105 by Sept 19th (Monday) based on the current CVS. Version 3.1.104 will be skipped. I will be tagging the CVS repository for this version on Sept 16th (Friday). If you have issues to fix before the release please let me know. Thank you. satya |
|
From: Keishla <ras...@xy...> - 2005-09-07 21:38:48
|
We want to congratulate all of our members who read our Trading Alert on AXCP. Did their due diligence and then acted and are now up over $3.00. We know you are GLAD you did. On THURSDAY Sept, 8 we are issuing a Trading Alert on ALLIXON INTL CORP (AXCP), today it is currently trading at $5.70, NEED WE SAY MORE !!!! But we think the fun is just beginning with this stock. It has been showing a steady move up on increasing volume. The chart on AXCP is a thing of beauty as it shows what we mentioned earlier slow and steady upward movement. It appears to us that the stock is in an accumulation phase and might be ready for a big pop to new highs. That would be well over a 300-500% gain from these levels. So if you haven't done your DD yet, you better hurry because it appears that the huge move is about to start. Symbol: AXCP Price: $5.70 Week Target: $10 Buy: Strong Expectations: 300-500% ************************************************************************************* Allixon Provides Update on RFID Middleware Seminar for SMB (Small and Medium Business) in Cooperation With IBM Korea We have seen big news before and we feel that ALLIXON INTL CORP can drop a bomb at anytime. Don't get caught just looking... SEOCHO-KU, SEOUL, Korea, (PRIMEZONE) -- Allixon International Corporation (Other OTC:AXCP.PK - News) is pleased to announce that it's first RFID Seminar in conjunction with IBM Korea to introduce IBM RFID middleware with the demonstration of Warehouse Management System (WMS) at Millennium Hilton Hotel was a success. With over 250 customers in attendance at this year's event, IBM introduced Allixon as the RFID Middleware solution and business partner to IBM Korea customers. During the seminar, Allixon participated in, as a partner for RFID business, to demonstrate the Warehouse Management System application, developed by EXE, based on the IBM RFID middleware. IBM Korea and Allixon prepared a stage that materialized a part of a warehouse and shop to demonstrate the practical applications of the IBM RFID Middleware. Many of the IBM invitees and potential SMB customers expressed their approval in regards to the seminar and the possibilities that RFID middleware could bring. As a result, many of IBM's invitees have subsequently contacted Allixon to investigate how their organizations could adopt the RFID system. "Our primary goal is to improve RFID applications for all our customers - consumers and businesses, regardless of size - through a balance of technology innovation, guidance and industry leadership," said Mr. Lee, CEO of Allixon International Corporation. He also added, "We're committed to continued innovation in RFID application and laying the groundwork for future growth in this industry." Few Allixon Partners: MICROSOFT, IBM, SUN, KOREA FIRST BANK, SAMSUNG, FUJITSU... Disclaimer: Information within this email contains "forward looking statements" within the meaning of Section 27A of the Securities Act of 1933 and Section 21B of the Securities Exchange Act of 1934. Any statements that express or involve discussions with respect to predictions, goals, expectations, beliefs, plans, projections, objectives, assumptions or future events or performance are not statements of historical fact and may be "forward looking statements." Forward looking statements are based on expectations, estimates and projections at the time the statements are made that involve a number of risks and uncertainties which could cause actual results or events to differ materially from those presently anticipated. Forward looking statements in this action may be identified through the use of words such as: "projects", "foresee", "expects", "estimates," "believes," "understands" "will", "anticipates," or that by statements indicating certain actions "may," "could," or "might" occur. All information provided within this email pertaining to investing, stocks,securities must be understood as information provided and not investment advice. Emerging Equity Alert advises all readers and subscribers to seek advice from a registered professional securities representative before deciding to trade in stocks featured within this email. None of the material within this report shall be construed as any kind of investment advice. In compliance with Section 17(b), we disclose the holding of shares of axcp prior to the publication of this report. Be aware of an inherent conflict of interest resulting from such holdings due to our intent to profit from the liquidation of these shares. Shares may be sold at any time, even after positive statements have been made regarding the above company. |