Re: [Gimp-developer] AI algorithms in GIMP

2019-03-30 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi people,

1. Laxminarayan has some very good suggestions. I think all of them are
possible with varying degree of success.
2. Liam, I am implementing a quite popular paper for image upscaling called
SRGAN.
3. Gerald, there would be a testing and validation datasets to gauge the
accuracy of the neural network. The goal would be to minimize 'overfitting'
of the neural network to the training dataset. You're going to lose quality
when you upscale, but the upscaled images will still be better than ones
produced using traditional algorithms.

Sorry I haven't been able to get back to you guys before, I am caught up in
work and will not be able to write code properly till something important
gets over. However, I have studied generative adversarial networks (GANs)
and am now learning a python ML library called PyTorch. Once this is done,
I'll be able to start writing code. My main problem here seems to be the
computational infraastructure, I fear that my 8 GB Nvidia Quadro M4000 will
not be good enough to train on the data. If anybody had better resources
they can share, please let me know.

Once we have the toy GAN code set up in Python, people can play around with
it for various types of projects.

Cheerio,
Maitraya

On Sat, Mar 30, 2019 at 8:44 PM Gerald Friedland via gimp-developer-list <
gimp-developer-list@gnome.org> wrote:

> All,
>
> When people say "AI" here do they mean Neural Networks?
>
> "Intelligent" algorithms have been implemented in GIMP for many years.
> About 15 years ago, this algorithm got integrated into GIMP:
> http://www.siox.org
>
> Now, the reason I bring this is up is that any machine learning algorithm
> needs extensive empirical testing and we setup frameworks for
> that during the integration of the above algorithm. So whatever machine
> learning you want to integrate in GIMP needs to come with an
> independent benchmark dataset that is annotated for what you want to
> achieve. This benchmark dataset is used AFTER you think you
> are ready with building your algorithm.
> This is, after you have trained and tested your machine learner (using yet
> completely different datasets) and minimized parameters
> for generalization, the benchmark dataset does not only further test
> accuracy and generalization but also computational efficiency
> and user experience. Question like how can the user correct errors of the
> AI need to be answered too.
>
> On a further note, if you did this benchmark testing, you would find that
> waifu2x is scam. This is, it only works with a very specialized
> set of images. The first thing to investigate would be what set of images
> that is and how to explain that to a GIMP user. In general, images
> cannot be upscaled. The data processing inequality mathematically proofs
> that information cannot be created by processing an image.
> So, while many TV crime shows suggest this, algorithmically zooming into a
> blurry license plate or face to make it recognizable is physically
> and mathematically impossible. An independent benchmark set would show the
> limits of this algorithm.
>
> Just my two cents,
> Gerald
> --
> http://www.gerald-friedland.org
>
>
> On Fri, Mar 29, 2019 at 8:58 PM Liam R E Quin  wrote:
>
> > On Sat, 2019-03-30 at 07:40 +0530, Laxminarayan Kamath via gimp-
> > developer-list wrote:
> > > just dropping a couple of ideas here
> >
> > [...]
> >
> > Something like waifu2x would be fabulous to have in GIMP (a neural
> > network-based image upscaling algorithm).
> >
> > slave liam (ankh on IRC)
> >
> >
> > --
> > Liam Quin - web slave for https://www.fromoldbooks.org/
> > with fabulous vintage art and fascinating texts to read.
> > Click here to have the slave rewarded with cold gruel.
> >
> > ___
> > gimp-developer-list mailing list
> > List address:gimp-developer-list@gnome.org
> > List membership:
> > https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> > List archives:   https://mail.gnome.org/archives/gimp-developer-list
> >
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership:
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] AI algorithms in GIMP - Style Transfer

2019-02-20 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi Davide,

I will use this code as reference as I have never made a plugin myself.

Thanks for this!

Maitraya

On Wed 20 Feb, 2019, 10:24 PM Davide Sandona' via gimp-developer-list <
gimp-developer-list@gnome.org wrote:

> Hello everyone,
>
> I too was interested about the integration of AI algorithms into GIMP.
>
> I created a GIMP plugin that implement the style transfer technique. You
> can see the code in the following repository [1], as well as the
> instructions to get it working. Into this plugin I have integrated two
> different style transfer implementations, and possibly more will follow.
>
> Feel free to take a look at the code and try it. Just keep in mind that it
> is an highly experimental plugin, it is not meant for regular end users.
>
> Let me know if you find any errors that should be fixed.
>
> [1] https://github.com/Davide-sd/GIMP-style-transfer
>
> Davide.
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership:
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] AI algorithms in GIMP

2019-02-04 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi guys,

I have started working on the super-resolution plugin after going through
some tutorials on GANs. I will try to put some kind of update on my blog in
a month or so.

Thanks,
Maitraya.

On Mon, Jan 21, 2019 at 9:17 PM Maitraya Bhattacharyya <
maitraya.li...@gmail.com> wrote:

> Hi Elle,
>
> I looked at the posts on discuss.pixls.us, and it seems that their
> approach is quite different to what we are trying to achieve. They are
> mostly trying to use multiple images or use traditional methods which don't
> yield very good results.
>
> Thanks,
> Maitraya.
>
> On Mon, Jan 21, 2019 at 9:12 PM Elle Stone 
> wrote:
>
>> On 1/21/19 10:01 AM, Elle Stone wrote:
>> >
>> > I don't know if this is the same "super resolution", but FWIW the topic
>> > has come up several times on discuss.pixls.us:
>> >
>> > https://discuss.pixls.us/search?q=%20superresolution
>>
>> My apologies, I wasn't very clear. discuss.pixls.us is a discussion
>> forum for users and developers of free/libre software.
>>
>> Possibly there is already some sort of super-resolution algorithm
>> implementation for one or another free-libre softwares, in which case
>> there is also free/libre code available. But I didn't read any of the
>> links to see what they are actually about.
>>
>> Pat David (the person who runs the forum) might know whether there's any
>> actual implementation with code that might overlap with/be useful for
>> what Maitraya Bhattacharyya is proposing to do.
>>
>> --
>> https://ninedegreesbelow.com
>> Color management and free/libre photography
>>
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] AI algorithms in GIMP

2019-01-21 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi Elle,

I looked at the posts on discuss.pixls.us, and it seems that their approach
is quite different to what we are trying to achieve. They are mostly trying
to use multiple images or use traditional methods which don't yield very
good results.

Thanks,
Maitraya.

On Mon, Jan 21, 2019 at 9:12 PM Elle Stone 
wrote:

> On 1/21/19 10:01 AM, Elle Stone wrote:
> >
> > I don't know if this is the same "super resolution", but FWIW the topic
> > has come up several times on discuss.pixls.us:
> >
> > https://discuss.pixls.us/search?q=%20superresolution
>
> My apologies, I wasn't very clear. discuss.pixls.us is a discussion
> forum for users and developers of free/libre software.
>
> Possibly there is already some sort of super-resolution algorithm
> implementation for one or another free-libre softwares, in which case
> there is also free/libre code available. But I didn't read any of the
> links to see what they are actually about.
>
> Pat David (the person who runs the forum) might know whether there's any
> actual implementation with code that might overlap with/be useful for
> what Maitraya Bhattacharyya is proposing to do.
>
> --
> https://ninedegreesbelow.com
> Color management and free/libre photography
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] AI algorithms in GIMP

2019-01-21 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi Martin,

Thanks for the second link on Tensorlayer. if the license of the library is
compatible with GPL, there is no reason we cannot used their VGG19 network
but I don't think it is! I will still need a few weeks to create the image
dataset and then train this.

Thanks,
Maitraya.


On Mon, Jan 21, 2019 at 8:51 PM Martin Marmsoler 
wrote:

> Hi,
>
> I already tried the first one, but it has not the quality I expected. Did
> anybody tried the second one? The second one looks quite good :)
>
> [1] https://github.com/alexjc/neural-enhance
> [2] https://github.com/tensorlayer/srgan
>
> Best regards,
>
> Martin
>
>
> Am Mo., 21. Jan. 2019 um 16:07 Uhr schrieb Elle Stone <
> ellest...@ninedegreesbelow.com>:
>
>> On 1/21/19 8:53 AM, Maitraya Bhattacharyya via gimp-developer-list wrote:
>> >   super resolution
>>
>> I don't know if this is the same "super resolution", but FWIW the topic
>> has come up several times on discuss.pixls.us:
>>
>> https://discuss.pixls.us/search?q=%20superresolution
>>
>> Best regards,
>> Elle Stone
>> --
>> https://ninedegreesbelow.com
>> Color management and free/libre photography
>> ___
>> gimp-developer-list mailing list
>> List address:gimp-developer-list@gnome.org
>> List membership:
>> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
>> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>>
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] AI algorithms in GIMP

2019-01-21 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi guys,

I think Casey's suggestion of super resolution is an excellent idea and
would be useful to a lot of people using GIMP. The two algorithms which
have been doing quite well are:

1. SRGAN: The relevant paper is at https://arxiv.org/abs/1609.04802 . This
has yielded some very nice results so far and is now considered to be
state-of-the-art in the computer vision community. Implementing this will
be my first priority.

2. SRResNet: The paper is at https://arxiv.org/abs/1609.04802 . This
algorithm also gives quite good results.

Now to train these neural nets, I will have to prepare a dataset consisting
of low resolution and high resolution images and divide them into training,
testing and validation sets. I'll try to write a script which pulls
high-resolution CC-A/CC0/CC-A-SA images from the internet and downscale
them in python to prepare their low resolution counterparts. I only hope
that my GPU has enough memory to train the model, otherwise I am done for.

What I would like to do is create a python script (most of these libraries
are available in Python) and then pass the image along with the scaling
factor into this from inside GIMP. I've never worked with GEGL before but I
will try finding out how to use this.

Since I am working on this in my free time and have not implemented neural
nets much, this might take some time for me to learn. I'll try keeping you
guys informed.

Any suggestions are welcome.

Thanks,
Maitraya.

On Sun, Jan 20, 2019 at 12:41 AM Jehan Pagès 
wrote:

> Hi!
>
> On Thu, Jan 17, 2019 at 12:14 PM Maitraya Bhattacharyya via
> gimp-developer-list  wrote:
>
>> Dear devs,
>>
>> I have recently joined the mailing list because I wanted to contribute my
>> two pennies to GIMP development (since I use it for my work). I had a look
>> at the proposed plan for GIMP and wondered if people would be interested
>> in
>> including some popular AI algorithms for several image processing tasks.
>>
>
> We are definitely interested by any AI algorithms. At least I am.
>
> I would be interested in writing implementations of some of these
>> algorithms into gimp if someone can commit to writing a frontend/GUI for
>> it.
>>
>
> The hard point here is "if someone can commit to […]". It's a bit hard to
> commit without knowing much (unless you are paid, then you have no choice
> ;p). Usually it's the other way around: you propose something. It doesn't
> have to be with a great GUI or whatever. Then if we like what we see, we
> will definitely add our own 2 cents to the pool. This is usually how most
> features are done around here, when someone contributes a patch with a very
> cool idea, then we review and often fix/change what we think is needed
> (sometimes just a bit, sometimes deeply).
>
> I often wrote crap GUI myself and others came to the rescue with ideas and
> code. :-)
>
>
>> It would be great if we can make a list of these algorithms to implement
>> and rank them according to priority.
>>
>
> I would suggest to *not do that*. :-)
> Basically we are not a company, we don't sell GIMP and don't have huge
> plans for the next decade. Well "officially", we do have a roadmap and
> such, but if you follow GIMP development, you'd see it is more flexible and
> experimental than some rigid plan.
> Making a huge list with big plans for the future "might" be just the way
> to spend a lot of time and kill your project in the end.
>
> Instead I would propose **you** just select **one** such algorithm which
> you find is great and even irrefusable since it would be so fucking awesome
> and useful! Then you implement and propose it and we will be so amazed that
> we just have to include it and do a proper GUI for it. That sounds like the
> best plan.
>
> From there, you can go on with more awesome ideas. :-)
> You may even be able to start doing more organized work with a list of
> algorithms after, etc. But for a first patch, I would suggest you just take
> the lead.
>
>
>> As for my background, I am a theoretical physicist making simulations for
>> HPCs (in C/C++) and interpreting their data (in Python). I have a
>
> reasonable workstation to train neural nets, if necessary. Be warned that I
>>
>
> There is only a single very important part about AI algorithms which need
> training: we will want the code to train, the data, etc. everything as free
> software/Open Data and properly documented.
> I have worked with trained algorithms in Free Software where the trained
> data is just dropped as-is, and once the original author disappears, this
> is unmaintainable. In particular it cannot be improved or fixed or nothing,
> because we don't have the code to re-generate the neural networks (or
> alike). This 

Re: [Gimp-developer] AI algorithms in GIMP

2019-01-17 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi again,

Something that I forgot to mention in the last email, here is a link for
fun: https://ai.googleblog.com/2017/04/teaching-machines-to-draw.html

M.

On Thu, Jan 17, 2019 at 6:43 PM Maitraya Bhattacharyya <
maitraya.li...@gmail.com> wrote:

> Hi Alexandre,
>
> I have yet to compile an exhaustive list of algorithms but I am going to
> mention two at the moment. We can compile a list later too:
>
> 1. Assisted background removal: The paper on this from Facebook is
> https://arxiv.org/pdf/1703.06870.pdf . The ability to identify different
> objects in an image including foreground objects can assist users in
> removing the background object. I am specifically interesting in the
> removal of hair (which poses to be a really big problem). I believe there
> are already a few trained models on this already available in python
> libraries (TensorFlow).
>
> 2. Deep Style transfer: The relevant paper is at
> https://arxiv.org/pdf/1508.06576.pdf . This can be used to create 'Prisma
> like' transfer of style from one painting to another. I believe we may also
> have pretrained models already available here but we could try training the
> network specific to our needs.
>
> I think the idea is to do something along the lines of what Adobe is doing
> with Photoshop or in the wider context for their entire product line.
> Although we lack the funding or infrastructure to be a serious competitor,
> there are several researchers in the image processing/Machine Learning
> community who've written amazing papers over the years and open sourced
> their datasets. We should still be able to get something respectable using
> their research as reference.
>
> If there is nobody on the Machine Learning side in GIMP, I suggest you let
> me read a few papers and make some implementations but specific to what the
> GIMP users want. I am not an ML guy but there are people in my community
> who are using ML for science and there is a possibility I will be able to
> talk to some of them (who do image processing, but with sunspots instead of
> pictures of puppies).
>
> ML is a strange and wonderful thing, and people have tried doing
> everything with it. Sometimes it works, sometimes it doesn't. But we have
> to know what the GIMP community wants, then I will try to be organize our
> collective thoughts in a more technical document.
>
> Thanks,
> Maitraya.
>
> On Thu, Jan 17, 2019 at 5:01 PM Alexandre Prokoudine via
> gimp-developer-list  wrote:
>
>> On Thu, Jan 17, 2019 at 2:14 PM Maitraya Bhattacharyya wrote:
>> >
>> > Dear devs,
>> >
>> > I have recently joined the mailing list because I wanted to contribute
>> my
>> > two pennies to GIMP development (since I use it for my work). I had a
>> look
>> > at the proposed plan for GIMP and wondered if people would be
>> interested in
>> > including some popular AI algorithms for several image processing tasks.
>> >
>> > I would be interested in writing implementations of some of these
>> > algorithms into gimp if someone can commit to writing a frontend/GUI
>> for it.
>> >
>> > It would be great if we can make a list of these algorithms to implement
>> > and rank them according to priority.
>> >
>> > As for my background, I am a theoretical physicist making simulations
>> for
>> > HPCs (in C/C++) and interpreting their data (in Python). I have a
>> > reasonable workstation to train neural nets, if necessary. Be warned
>> that I
>> > have never written a GUI software in my life and I don't know the GIMP
>> > codebase at all. I envision these to be standalone scripts which can be
>> > called in from the GIMP interface.
>> >
>> > Please let me know what you think.
>>
>> Hello and welcome :)
>>
>> What algorithms in particular are you thinking of?
>>
>> Alex
>> ___
>> gimp-developer-list mailing list
>> List address:gimp-developer-list@gnome.org
>> List membership:
>> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
>> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>>
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Gimp-developer] AI algorithms in GIMP

2019-01-17 Thread Maitraya Bhattacharyya via gimp-developer-list
Hi Alexandre,

I have yet to compile an exhaustive list of algorithms but I am going to
mention two at the moment. We can compile a list later too:

1. Assisted background removal: The paper on this from Facebook is
https://arxiv.org/pdf/1703.06870.pdf . The ability to identify different
objects in an image including foreground objects can assist users in
removing the background object. I am specifically interesting in the
removal of hair (which poses to be a really big problem). I believe there
are already a few trained models on this already available in python
libraries (TensorFlow).

2. Deep Style transfer: The relevant paper is at
https://arxiv.org/pdf/1508.06576.pdf . This can be used to create 'Prisma
like' transfer of style from one painting to another. I believe we may also
have pretrained models already available here but we could try training the
network specific to our needs.

I think the idea is to do something along the lines of what Adobe is doing
with Photoshop or in the wider context for their entire product line.
Although we lack the funding or infrastructure to be a serious competitor,
there are several researchers in the image processing/Machine Learning
community who've written amazing papers over the years and open sourced
their datasets. We should still be able to get something respectable using
their research as reference.

If there is nobody on the Machine Learning side in GIMP, I suggest you let
me read a few papers and make some implementations but specific to what the
GIMP users want. I am not an ML guy but there are people in my community
who are using ML for science and there is a possibility I will be able to
talk to some of them (who do image processing, but with sunspots instead of
pictures of puppies).

ML is a strange and wonderful thing, and people have tried doing everything
with it. Sometimes it works, sometimes it doesn't. But we have to know what
the GIMP community wants, then I will try to be organize our collective
thoughts in a more technical document.

Thanks,
Maitraya.

On Thu, Jan 17, 2019 at 5:01 PM Alexandre Prokoudine via
gimp-developer-list  wrote:

> On Thu, Jan 17, 2019 at 2:14 PM Maitraya Bhattacharyya wrote:
> >
> > Dear devs,
> >
> > I have recently joined the mailing list because I wanted to contribute my
> > two pennies to GIMP development (since I use it for my work). I had a
> look
> > at the proposed plan for GIMP and wondered if people would be interested
> in
> > including some popular AI algorithms for several image processing tasks.
> >
> > I would be interested in writing implementations of some of these
> > algorithms into gimp if someone can commit to writing a frontend/GUI for
> it.
> >
> > It would be great if we can make a list of these algorithms to implement
> > and rank them according to priority.
> >
> > As for my background, I am a theoretical physicist making simulations for
> > HPCs (in C/C++) and interpreting their data (in Python). I have a
> > reasonable workstation to train neural nets, if necessary. Be warned
> that I
> > have never written a GUI software in my life and I don't know the GIMP
> > codebase at all. I envision these to be standalone scripts which can be
> > called in from the GIMP interface.
> >
> > Please let me know what you think.
>
> Hello and welcome :)
>
> What algorithms in particular are you thinking of?
>
> Alex
> ___
> gimp-developer-list mailing list
> List address:gimp-developer-list@gnome.org
> List membership:
> https://mail.gnome.org/mailman/listinfo/gimp-developer-list
> List archives:   https://mail.gnome.org/archives/gimp-developer-list
>
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


[Gimp-developer] AI algorithms in GIMP

2019-01-17 Thread Maitraya Bhattacharyya via gimp-developer-list
Dear devs,

I have recently joined the mailing list because I wanted to contribute my
two pennies to GIMP development (since I use it for my work). I had a look
at the proposed plan for GIMP and wondered if people would be interested in
including some popular AI algorithms for several image processing tasks.

I would be interested in writing implementations of some of these
algorithms into gimp if someone can commit to writing a frontend/GUI for it.

It would be great if we can make a list of these algorithms to implement
and rank them according to priority.

As for my background, I am a theoretical physicist making simulations for
HPCs (in C/C++) and interpreting their data (in Python). I have a
reasonable workstation to train neural nets, if necessary. Be warned that I
have never written a GUI software in my life and I don't know the GIMP
codebase at all. I envision these to be standalone scripts which can be
called in from the GIMP interface.

Please let me know what you think.

Cheerio,
Maitraya.

Senior Research Fellow
Center for Excellence in Space Sciences India
Indian Institute of Science Education and Research Kolkata
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
List archives:   https://mail.gnome.org/archives/gimp-developer-list


Re: [Users] Parameter file for rotating neutron star with IllinoisGRMHD

2017-09-07 Thread Maitraya Bhattacharyya
Dear Zach,

I was not aware that rotating neutron star initial data was not included in
the Einstein Toolkit. Can you tell me more about RotNS ? It may be that I
have to write the initial data myself although I am not proficient enough
with ET to do so at the moment. Can you help ?

Maitraya.

On Thu, Sep 7, 2017 at 6:16 PM, Zach Etienne <zache...@gmail.com> wrote:

> Hi Maitraya,
>
> Which initial data thorn were you planning to use? There is a rotating
> neutron star initial data thorn (RotNS, I believe) that was *proposed*
> for inclusion into the Toolkit, but none officially in the Toolkit as far
> as I am aware. Can LORENE generate such data?
>
> -Zach
>
> * * *
> Zachariah Etienne
> Assistant Professor of Mathematics
> West Virginia University
> http://math.wvu.edu/~zetienne/
>
> On Thu, Sep 7, 2017 at 12:55 AM, Maitraya Bhattacharyya <
> maitraya.li...@gmail.com> wrote:
>
>> Hi,
>>
>> Does anyone have access to a parameter file for generating a single
>> rotating neutron star with IllinoisGRMHD ?
>>
>> Please help!
>>
>> Maitraya.
>>
>> ___
>> Users mailing list
>> Users@einsteintoolkit.org
>> http://lists.einsteintoolkit.org/mailman/listinfo/users
>>
>>
>
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


[Users] Parameter file for rotating neutron star with IllinoisGRMHD

2017-09-07 Thread Maitraya Bhattacharyya
Hi,

Does anyone have access to a parameter file for generating a single
rotating neutron star with IllinoisGRMHD ?

Please help!

Maitraya.
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


[Users] Help with simulations having fluid

2017-09-04 Thread Maitraya Bhattacharyya
Hi,

I was suggested by Ian to write to Roland or Frank, but posting this here
will be of help to others as well.

I am starting out on simulating neutron stars and possibly black holes with
accreting fluid. After initial discussions with Prof. Rezzolla (whose book
I am presently studying), I have decided to use IllinoisGRMHD for these
simulations.

While this year's school has a good introduction to hydrodynamics and
magnetohydrodynamics, I am having difficulty finding documentation to
effectively write my parameter files and also to solve for new initial
data. My knowledge with the Einstein Toolkit is that I've run the example
simulations provided.

I need help, to master the initial learning curve and would be ready to
devote time if you are an expert at this and can teach me how to do this.
You can also provide me with reading material if such is available.

I will settle on a problem soon and my questions will be more focused in
later emails.

Thanks,
Maitraya.
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [Users] Changing the default directory for simulations

2017-08-18 Thread Maitraya Bhattacharyya
Hi Ian,

Thanks for this. It worked.

Maitraya.

On Fri, Aug 18, 2017 at 7:10 PM, Ian Hinder <ian.hin...@aei.mpg.de> wrote:

>
> On 10 Aug 2017, at 15:08, Maitraya Bhattacharyya <maitraya.li...@gmail.com>
> wrote:
>
> Hi Ian,
>
> I have 24 physical cores with hyperthreading switched off.
>
>
> Hi,
>
> And how many CPUs?  If you have one CPU with 24 physical cores, then I
> think you want
>
> ppn = 24
> max-num-threads = 24
> num-threads = 24
> nodes = 1
>
> If you have two CPUs, each with 12 cores, then you probably want
>
> ppn = 24
> max-num-threads = 24
> num-threads = 12
> nodes = 1
>
>
> --
> Ian Hinder
> http://members.aei.mpg.de/ianhin
>
>
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [Users] Changing the default directory for simulations

2017-08-10 Thread Maitraya Bhattacharyya
Hi,

There isn't one, so I assume that I will have to create one ?

Maitraya.

On Thu, Aug 10, 2017 at 10:09 PM, Ian Hinder <ian.hin...@aei.mpg.de> wrote:

>
> On 10 Aug 2017, at 11:32, Maitraya Bhattacharyya <maitraya.li...@gmail.com>
> wrote:
>
> Hi Ian,
>
> Sorry! I forgot to reply to all.
>
> My symfactory defs.local.ini is:
>
>
> [default]
> user= mkb14ip002
> email   = mkb14ip002
> allocation  = NO_ALLOCATION
>
> [CESSI-BEAST]
> user= mkb14ip002
> email   = mkb14ip002
> allocation  = NO_ALLOCATION
> basedir = /disk1/maitraya/Einstein_Toolkit/ET_Simulations
>
> My machine is CESSI-BEAST, something that I added later for basedir to
> work.
>
> The command I typed was:  ./simfactory/bin/sim submit static_tov
> --parfile=par/static_tov.par --procs=20 --walltime=8:0:0
>
> And the output:
> Warning: simulation "static_tov" does not exist or is not readable
> Parameter file: /disk1/maitraya/Einstein_Toolkit/Cactus/par/static_tov.par
> Skeleton Created
> Job directory: "/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_
> tov"
> Executable: "/disk1/maitraya/Einstein_Toolkit/Cactus/exe/cactus_sim"
> Option list: "/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_
> tov/SIMFACTORY/cfg/OptionList"
> Submit script: "/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_
> tov/SIMFACTORY/run/SubmitScript"
> Run script: "/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_
> tov/SIMFACTORY/run/RunScript"
> Parameter file: "/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_
> tov/SIMFACTORY/par/static_tov.par"
> Assigned restart id: 0
> Error: Too many nodes specified: nodes=20 (maxnodes is 1)
> Aborting Simfactory.
>
>
> Please can you post simfactory/mdb/machines/CESSI-BEAST.ini?
>
> You probably want to set "ppn = 20" in that file.
>
> --
> Ian Hinder
> http://members.aei.mpg.de/ianhin
>
>
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [Users] Changing the default directory for simulations

2017-08-10 Thread Maitraya Bhattacharyya
Hi Ian,

I noticed that there is a CESSI-BEAST.ini. I have 24 cores on my machine, I
did the following changes,

ppn = 256
max-num-threads = 256
num-threads = 24
nodes   = 1

While running, I see the following:

+ set -e
+ cd
/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/output--active
+ echo Checking:
+ pwd
+ hostname
+ date
+ echo Environment:
+ export CACTUS_NUM_PROCS=1
+ CACTUS_NUM_PROCS=1
+ export CACTUS_NUM_THREADS=24
+ CACTUS_NUM_THREADS=24
+ export GMON_OUT_PREFIX=gmon.out
+ GMON_OUT_PREFIX=gmon.out
+ export OMP_NUM_THREADS=24
+ OMP_NUM_THREADS=24
+ env
+ echo Starting:
++ date +%s
+ export CACTUS_STARTTIME=1502385989
+ CACTUS_STARTTIME=1502385989
+ mpirun -np 1
/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/SIMFACTORY/exe/cactus_sim
-L 3
/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/output-/static_tov.par

I want to get the -np of the mpirun command to be 24. How do I achieve this
?

Maitraya.

On Thu, Aug 10, 2017 at 10:21 PM, Maitraya Bhattacharyya <
maitraya.li...@gmail.com> wrote:

> Hi,
>
> There isn't one, so I assume that I will have to create one ?
>
> Maitraya.
>
> On Thu, Aug 10, 2017 at 10:09 PM, Ian Hinder <ian.hin...@aei.mpg.de>
> wrote:
>
>>
>> On 10 Aug 2017, at 11:32, Maitraya Bhattacharyya <
>> maitraya.li...@gmail.com> wrote:
>>
>> Hi Ian,
>>
>> Sorry! I forgot to reply to all.
>>
>> My symfactory defs.local.ini is:
>>
>>
>> [default]
>> user= mkb14ip002
>> email   = mkb14ip002
>> allocation  = NO_ALLOCATION
>>
>> [CESSI-BEAST]
>> user= mkb14ip002
>> email   = mkb14ip002
>> allocation  = NO_ALLOCATION
>> basedir = /disk1/maitraya/Einstein_Toolkit/ET_Simulations
>>
>> My machine is CESSI-BEAST, something that I added later for basedir to
>> work.
>>
>> The command I typed was:  ./simfactory/bin/sim submit static_tov
>> --parfile=par/static_tov.par --procs=20 --walltime=8:0:0
>>
>> And the output:
>> Warning: simulation "static_tov" does not exist or is not readable
>> Parameter file: /disk1/maitraya/Einstein_Toolk
>> it/Cactus/par/static_tov.par
>> Skeleton Created
>> Job directory: "/disk1/maitraya/Einstein_Tool
>> kit/ET_Simulations/static_tov"
>> Executable: "/disk1/maitraya/Einstein_Toolkit/Cactus/exe/cactus_sim"
>> Option list: "/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/
>> SIMFACTORY/cfg/OptionList"
>> Submit script: "/disk1/maitraya/Einstein_Tool
>> kit/ET_Simulations/static_tov/SIMFACTORY/run/SubmitScript"
>> Run script: "/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/
>> SIMFACTORY/run/RunScript"
>> Parameter file: "/disk1/maitraya/Einstein_Tool
>> kit/ET_Simulations/static_tov/SIMFACTORY/par/static_tov.par"
>> Assigned restart id: 0
>> Error: Too many nodes specified: nodes=20 (maxnodes is 1)
>> Aborting Simfactory.
>>
>>
>> Please can you post simfactory/mdb/machines/CESSI-BEAST.ini?
>>
>> You probably want to set "ppn = 20" in that file.
>>
>> --
>> Ian Hinder
>> http://members.aei.mpg.de/ianhin
>>
>>
>
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [Users] Changing the default directory for simulations

2017-08-10 Thread Maitraya Bhattacharyya
Hi Ian,

Sorry! I forgot to reply to all.

My symfactory defs.local.ini is:


[default]
user= mkb14ip002
email   = mkb14ip002
allocation  = NO_ALLOCATION

[CESSI-BEAST]
user= mkb14ip002
email   = mkb14ip002
allocation  = NO_ALLOCATION
basedir = /disk1/maitraya/Einstein_Toolkit/ET_Simulations

My machine is CESSI-BEAST, something that I added later for basedir to work.

The command I typed was:  ./simfactory/bin/sim submit static_tov
--parfile=par/static_tov.par --procs=20 --walltime=8:0:0

And the output:
Warning: simulation "static_tov" does not exist or is not readable
Parameter file: /disk1/maitraya/Einstein_Toolkit/Cactus/par/static_tov.par
Skeleton Created
Job directory: "/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov"
Executable: "/disk1/maitraya/Einstein_Toolkit/Cactus/exe/cactus_sim"
Option list:
"/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/SIMFACTORY/cfg/OptionList"
Submit script:
"/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/SIMFACTORY/run/SubmitScript"
Run script:
"/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/SIMFACTORY/run/RunScript"
Parameter file:
"/disk1/maitraya/Einstein_Toolkit/ET_Simulations/static_tov/SIMFACTORY/par/static_tov.par"
Assigned restart id: 0
Error: Too many nodes specified: nodes=20 (maxnodes is 1)
Aborting Simfactory.

Thanks,
Maitraya.


On Thu, Aug 10, 2017 at 9:49 PM, Ian Hinder <ian.hin...@aei.mpg.de> wrote:

>
> On 10 Aug 2017, at 11:08, Maitraya Bhattacharyya <maitraya.li...@gmail.com>
> wrote:
>
> Hi Ian,
>
> I have got the basedir to work, but I cannot seem to change procs=1
>
> Error: Too many nodes specified: nodes=20 (maxnodes is 1)
> Aborting Simfactory.
>
> When I used ubuntu.in, the ppn there was set to 256.
>
>
> Hi,
>
> (Please reply also to the list so that other can benefit.  I have re-added
> users@einsteintoolkit.org to the CC.)
>
> Can you post:
>
> 1. The command that you typed and the error message
> 2. The content of defs.local.ini
> 3. The machine definition for the machine you are using
>
> I assume you are trying now to use ubuntu.ini?
>
> --
> Ian Hinder
> http://members.aei.mpg.de/ianhin
>
>
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [Users] reminder: please voice your preferences for the ET school topics at NCSA in July/August

2017-05-15 Thread Maitraya Bhattacharyya
Hi,

Is there any plans to video record the event lectures, for people who may
not be able to attend (owing to the fact that they live in another
continent) 

Thanks,
Maitraya

On May 15, 2017 21:07, "Roland Haas"  wrote:

> Hello all,
>
> today is your last chance to voice preferences that will be taken into
> account to plan the North American school and workshop at NCSA.
>
> https://docs.google.com/forms/d/e/1FAIpQLSfcMSNB2TW1uNM-
> 7ktxG_X4Jya7ah_Fb7Vv0lPiwQw_GVcOhw/viewform
>
>
> *Registration* for the school and the workshop will remain open until
> at least July 17th 2017.
>
> http://www.ncsa.illinois.edu/Conferences/ETK17/
>
> Yours,
> Roland
>
> > Hello all,
> >
> > please remember to fill out this:
> >
> > https://docs.google.com/forms/d/e/1FAIpQLSfcMSNB2TW1uNM-
> 7ktxG_X4Jya7ah_Fb7Vv0lPiwQw_GVcOhw/viewform
> >
> > Google form in the next week (until including Monday May 15th) so that
> > we can take the results into account when settling the details of the
> > school program (which we hope to have set by the end of next week).
> >
> > This is for the school in the US (July/August), not the one in the EU
> > (October).
> >
> > Yours,
> > Roland
> >
>
>
>
> --
> My email is as private as my paper mail. I therefore support encrypting
> and signing email messages. Get my PGP key from http://keys.gnupg.net.
>
> ___
> Users mailing list
> Users@einsteintoolkit.org
> http://lists.einsteintoolkit.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


[Users] Parameter file error with EHFinder

2017-02-08 Thread Maitraya Bhattacharyya
Dear all,

I am trying to run the EHFinder thorns on some numerical data stored at hdf
files in a directory. However, running the parameter file returns an error:

WARNING level 0 from host maitraya-Lenovo-Y50-70 process 0
  while executing schedule bin (none), routine (no thorn)::(no routine)
  in thorn Cactus, file /home/maitraya/Cactus/src/main/SetParams.c:93:
  -> CCTKi_SetParameter: Error at line 21 in parameter file
/home/maitraya/simulations/EHF/output-/EHF.par while activating thorns

Since I am new, I may have written the parameter file incorrectly. The
contents of the parameter file are below:


ActiveThorns = "IOUtil ioascii iobasic"
# IO parameters
# IO::recover_dir = "/home/maitraya/Desktop/David/"

ActiveThorns = "cartgrid3d"
# grid parameters
CartGrid3D::type = "coordbase"
CartGrid3D::domain   = "full"
CartGrid3D::avoid_origin = "no"
CoordBase::xmin = -5.9
CoordBase::ymin = -5.9
CoordBase::zmin = -5.9
CoordBase::xmax = 5.9
CoordBase::ymax = 5.9
CoordBase::zmax = 5.9
CoordBase::dx   = 0.40689655172413808
CoordBase::dy   = 0.40689655172413808
CoordBase::dz   = 0.40689655172413808

ActiveThorns = "EHFinder"
# EHFinder parameters
ehfinder::shell_width = 1.8
ehfinder::mode = normal
ehfinder::initial_f[0] = "sphere"
ehfinder::initial_rad[0] = 5.0

IOBasic::outScalar_vars =   " ehfinder::f ehfinder::eh_mask"
IOASCII::out1D_vars =   " ehfinder::f ehfinder::eh_mask
ehfinder::eh_area ehfinder::eh_centroid_x ehfinder::eh_centroid_y
ehfinder::eh_centroid_z ehfinder::eh_circ_eq ehfinder::eh_circ_pol "

IOBasic::outInfo_vars   = "ehfinder::f "



Please tell me what I am doing wrong ?

Maitraya.


EHF.par
Description: Binary data
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


[Users] EHFinder

2017-01-31 Thread Maitraya Bhattacharyya
Dear all,

I had some NR data which I could reformat and pack into the lapse, shift
and spatial metric in separate hdf files. I would want to run EHFinder on
them and find the event horizon.

I need some help writing a parameter file which reads data from a
particular directory and runs EHFinder on them.

Any help is appreciated.
Maitraya.
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


[Users] Format of CactusPUGHIO/IOHDF5 output files

2017-01-24 Thread Maitraya Bhattacharyya
Hi all,


Does anyone know how the data is formatted into HDF5 files as outputted by
CactusPUGHIO. I specifically want to know how the lapse, shift and spatial
metric are stored in a unigrid inside the hdf5 files.

Any example file would be most welcome.

It's just that I am trying to format some data into a format which is
recognized by EHFinder.

Thanks,
Maitraya.
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [Users] Black hole data for EHFinder

2017-01-20 Thread Maitraya Bhattacharyya
Hi Roland,

While I have looked at the documentation, it still did not give me an idea
about the format of the input.

A small example would be extremely helpful.

Thanks,
Maitrata

On Saturday, January 21, 2017, Roland Haas <rh...@illinois.edu> wrote:

> Hello Maitraya, Eloisa,
>
> there is actually documentation inside of EHFinder itself, eg:
>
> http://einsteintoolkit.org/documentation/ThornDoc/
> EinsteinAnalysis/EHFinder/
>
> and a pdf version is available via the
>
> make sim-ThornGuide
>
> target.
>
> Yours,
> Roland
>
> > Dear Eloisa,
> >
> > My ultimate goal is to look at more general data, hence I want to start
> > knowing how to use EHFinder.
> >
> > Any type of black hole simulation data and instructions on how to run
> > EHFinder is highly appreciated.
> >
> > Maitraya.
> >
> > On Jan 21, 2017 00:15, "Eloisa Bentivegna" <eloisa.bentive...@ct.infn.it
> <javascript:;>>
> > wrote:
> >
> > On 20/01/17 10:25, Maitraya Bhattacharyya wrote:
> > > Dear all,
> > >
> > > I would like to know how to use the EHFinder. Can anyone help me as to
> > > how to use this ?
> > >
> > > Also, if you have some simple data, like a Schwarzschild or Kerr black
> > > hole, can you please share.
> > >
> > > I have some data from other simulation packages (which are spread over
> a
> > > uniform grid). My goal would be to eventually run the EHFinder on that.
> >
> > Dear Maitraya,
> >
> > since you have a spherically-symmetric spacetime, your problem is much
> > simpler than what EHFinder was designed for, and in my opinion it isn't
> > worth the effort of turning your data into 3+1 and importing it in
> Cactus.
> >
> > My suggestion is that you take a look, e.g., at section 7.2 of this book:
> >
> > https://books.google.it/books?id=dxU1OEinvRUC
> >
> > You'll see than in spherical symmetry the problem greatly simplifies,
> > and can be solved with a few lines of code.
> >
> > I hope this helps,
> > Eloisa
> > ___
> > Users mailing list
> > Users@einsteintoolkit.org <javascript:;>
> > http://lists.einsteintoolkit.org/mailman/listinfo/users
>
>
>
> --
> My email is as private as my paper mail. I therefore support encrypting
> and signing email messages. Get my PGP key from http://keys.gnupg.net.
>
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [Users] Black hole data for EHFinder

2017-01-20 Thread Maitraya Bhattacharyya
Dear Eloisa,

My ultimate goal is to look at more general data, hence I want to start
knowing how to use EHFinder.

Any type of black hole simulation data and instructions on how to run
EHFinder is highly appreciated.

Maitraya.

On Jan 21, 2017 00:15, "Eloisa Bentivegna" <eloisa.bentive...@ct.infn.it>
wrote:

On 20/01/17 10:25, Maitraya Bhattacharyya wrote:
> Dear all,
>
> I would like to know how to use the EHFinder. Can anyone help me as to
> how to use this ?
>
> Also, if you have some simple data, like a Schwarzschild or Kerr black
> hole, can you please share.
>
> I have some data from other simulation packages (which are spread over a
> uniform grid). My goal would be to eventually run the EHFinder on that.

Dear Maitraya,

since you have a spherically-symmetric spacetime, your problem is much
simpler than what EHFinder was designed for, and in my opinion it isn't
worth the effort of turning your data into 3+1 and importing it in Cactus.

My suggestion is that you take a look, e.g., at section 7.2 of this book:

https://books.google.it/books?id=dxU1OEinvRUC

You'll see than in spherical symmetry the problem greatly simplifies,
and can be solved with a few lines of code.

I hope this helps,
Eloisa
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [Users] Users Digest, Vol 82, Issue 6

2017-01-16 Thread Maitraya Bhattacharyya
Dear Eloisa and others,

What I have is information about the 4d metric along an axis (say the z
axis). As far as I recall correctly, this is a Kerr black hole without any
scalar field but I may be wrong about that.

Thanks,
Maitraya.

On Jan 16, 2017 23:30, <users-requ...@einsteintoolkit.org> wrote:

> Send Users mailing list submissions to
> users@einsteintoolkit.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.einsteintoolkit.org/mailman/listinfo/users
> or, via email, send a message with subject or body 'help' to
> users-requ...@einsteintoolkit.org
>
> You can reach the person managing the list at
> users-ow...@einsteintoolkit.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Users digest..."
>
>
> Today's Topics:
>
>1. No Einstein Toolkit Meeting (Frank Loeffler)
>2. Re: Event horizon finder for 1d data (Ian Hinder)
>3. Re: Event horizon finder for 1d data (Eloisa Bentivegna)
>
>
> --
>
> Message: 1
> Date: Mon, 16 Jan 2017 07:25:49 -0600
> From: Frank Loeffler <kn...@cct.lsu.edu>
> Subject: [Users] No Einstein Toolkit Meeting
> To: users@einsteintoolkit.org
> Message-ID: <20170116132548.ga3...@topf.wg>
> Content-Type: text/plain; charset="utf-8"
>
> Hi,
>
> There will *not* be an Einstein Toolkit meeting today.
>
> The next meeting will be on Mon Jan 23th, 2017, at the usual time:
> 9:30am US central time).
>
> Frank Loeffler
> -- next part --
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 819 bytes
> Desc: Digital signature
> Url : http://lists.einsteintoolkit.org/pipermail/users/attachments
> /20170116/84f18113/attachment-0001.bin
>
> ------
>
> Message: 2
> Date: Mon, 16 Jan 2017 15:56:00 +0100
> From: Ian Hinder <ian.hin...@aei.mpg.de>
> Subject: Re: [Users] Event horizon finder for 1d data
> To: Maitraya Bhattacharyya <maitraya.li...@gmail.com>
> Cc: Einstein Toolkit Users <users@einsteintoolkit.org>
> Message-ID: <b4ef6b25-53ff-40c7-9745-f6513702b...@aei.mpg.de>
> Content-Type: text/plain; charset="us-ascii"
>
>
> On 11 Jan 2017, at 19:08, Maitraya Bhattacharyya <maitraya.li...@gmail.com>
> wrote:
>
> > Dear all,
> >
> > I have some 1d black hole data for which I would like to locate the
> event horizon.
> >
> > However I am new to the Einstein toolkit and therefore need your help in
> doing this.
> >
> > Can you please point out any resources which might help me.
>
> Hi,
>
> Locating the event horizon in a generic 3D numerical spacetime is quite
> complicated and a lot of work (you need to trace null rays backwards in
> time, which means reading the metric from 3D Cactus-format data files).  If
> the data is 1D, then it is much simpler to use a method adapted to 1D,
> which would mean using something other than the Einstein Toolkit.  For
> example, it may be possible to do this in Mathematica, Matlab, or similar,
> or even directly in Python.
>
> Does someone have a suggestion for where Maitraya could look for numerical
> tools for doing this in 1D?
>
> --
> Ian Hinder
> http://members.aei.mpg.de/ianhin
>
> -- next part --
> An HTML attachment was scrubbed...
> URL: http://lists.einsteintoolkit.org/pipermail/users/attachments
> /20170116/0fae70b1/attachment-0001.html
>
> --
>
> Message: 3
> Date: Mon, 16 Jan 2017 16:19:30 +0100
> From: Eloisa Bentivegna <eloisa.bentive...@ct.infn.it>
> Subject: Re: [Users] Event horizon finder for 1d data
> To: users@einsteintoolkit.org
> Message-ID: <23284f5a-34e3-0d1d-955e-b7ce102cd...@ct.infn.it>
> Content-Type: text/plain; charset=windows-1252
>
> On 16/01/17 15:56, Ian Hinder wrote:
> >
> > On 11 Jan 2017, at 19:08, Maitraya Bhattacharyya
> > <maitraya.li...@gmail.com <mailto:maitraya.li...@gmail.com>> wrote:
> >
> >> Dear all,
> >>
> >> I have some 1d black hole data for which I would like to locate the
> >> event horizon.
> >>
> >> However I am new to the Einstein toolkit and therefore need your help
> >> in doing this.
> >>
> >> Can you please point out any resources which might help me.
> >
> > Hi,
> >
> > Locating the event horizon in a generic 3D numerical spacetime is quite
> > complicated and a lot of work (you need to trace null ray

[Users] Event horizon finder for 1d data

2017-01-11 Thread Maitraya Bhattacharyya
Dear all,

I have some 1d black hole data for which I would like to locate the event
horizon.

However I am new to the Einstein toolkit and therefore need your help in
doing this.

Can you please point out any resources which might help me.

Thanks,
Maitraya.
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


[Users] Running the sample neutron star simulation

2016-12-20 Thread Maitraya Bhattacharyya
Dear friends,

I followed the example given in the tutorial for new users on single
machines. I typed:

su -c './simfactory/bin/sim submit static_tov
--parfile=par/static_tov_small.par --procs=1 --walltime=8:0:0

on CentOS 7.

I receive the following error:

Error: while attempting to read option dir, could not open
/home/ldap_users/mkb14ip002/Documents/ET/Cactus/repos/simfactory2/etc/options
for reading
Aborting Simfactory.

Please help as I am completely new to Einstein Toolkit.

Thanks,
Maitraya Bhattacharyya
IISER Kolkata
___
Users mailing list
Users@einsteintoolkit.org
http://lists.einsteintoolkit.org/mailman/listinfo/users


Re: [ubuntu-in] Another important decision to be taken

2011-04-29 Thread Maitraya Bhattacharyya
Yes, I was updating to 3.1.1 and did screw up big time.

All is well, all is well.


Hopefully will fix this soon,
Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Another important decision to be taken

2011-04-25 Thread Maitraya Bhattacharyya

 Its http://ui.xinh.org/

 Can you please provide the link to the current location of the new website?
 Pardon me if I missed it in one of the threads. ;-)

 Nitesh Mistry

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Another important decision to be taken

2011-04-24 Thread Maitraya Bhattacharyya
Hi guys,

The community has to take another important decision. This is related to
fast forwarding our website development.
I had a talk with tuxmaniac right now, and now we need you opinion on
something.

As you might know that we have a wiki for a website which is to be moved to
wordpress really soon. The wiki has content which is pretty outdated now (we
will update soon, no worries). We also have a wordpress site set up (which
has only a few pages, but is going to be developed soon).

Since we do not find much use for the old site (I suggested this), why don't
we redirect ubuntu-in.info to the new site that we are developing. In this
way you will be able to see what is happening by going to ubuntu-in.info and
also contribute by logging in with your launchpad account.

At the end of the day, it is up to the community to decide, so I ask you:
Should ubuntu-in.info be redirected to the new site. Your opinion matters
and a decision will be taken based on your opinion.

Regards,
Mingo a.k.a. Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] LoCo members, you are needed

2011-04-23 Thread Maitraya Bhattacharyya
Hi All,

This is mingo, and I'm working on renovating the Ubuntu-in website.

All the content on the old site has been uploaded to
http://ubuntu-in.wikia.com I need your help to rewrite/edit the content as
most of it is outdated.
New articles also have to be written.

Please jump in.

We need your help,
Maitraya a.k.a. mingo.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] LoCo members, you are needed

2011-04-23 Thread Maitraya Bhattacharyya
The content will be moved into the website when completee.

On Sat, Apr 23, 2011 at 5:12 PM, nijil yes noni...@yahoo.co.in wrote:

 Hi,
 am new in here.Would this be the new official website for ubuntu-in or more
 like a wifi version. ?.

Check the wiki. We have one very important article to write.

 Also what are the contents expected to be added ?

 Regards,
 laserbled


 --
 *From:* Maitraya Bhattacharyya maitraya.li...@gmail.com
 *To:* Ubuntu India Local Community ubuntu-in@lists.ubuntu.com
 *Sent:* Sat, April 23, 2011 3:46:28 PM
 *Subject:* [ubuntu-in] LoCo members, you are needed

 Hi All,

 This is mingo, and I'm working on renovating the Ubuntu-in website.

 All the content on the old site has been uploaded to
 http://ubuntu-in.wikia.com I need your help to rewrite/edit the content as
 most of it is outdated.
 New articles also have to be written.

 Please jump in.

 We need your help,
 Maitraya a.k.a. mingo.

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Website theme decided

2011-04-21 Thread Maitraya Bhattacharyya
Nice idea. This was proposed some time back but was never implemented. Let's
see this time.

On Thu, Apr 21, 2011 at 1:53 PM, Nitesh Mistry mail...@mistrynitesh.netwrote:

 On Wed, Apr 20, 2011 at 8:25 PM, Maitraya Bhattacharyya
 maitraya.li...@gmail.com wrote:
  Anything else?

 I guess there are quite a few bloggers in the community. It would be
 nice to have something
 called Planet Ubuntu-in aggregating their content on one section of
 the website. IIRC, we
 had a discussion on this, don't have time to dig up the conversation right
 now.

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Website theme decided

2011-04-20 Thread Maitraya Bhattacharyya
Hi All,

We couldn't get Filtered wordpress theme for our site. So for now this is
the one I am going for http://www.elegantthemes.com/preview/Nova/ nice and
sleek.

Any comments?
Got something better?

Tell me here,
Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Website theme decided

2011-04-20 Thread Maitraya Bhattacharyya
All old content is going in with edits. First we need to sort them out. I
have the entire site mirrored and will upload everything when we get
wordpress up and running.

Also we will have:
 1. OpenID login (so log in with launchpad account = nice wordpress plugin).
2. Mobile site ( another nice plugin)

Anything else?


 Now that the website design is starting to roll, we need to get going
 with the content.

 People with good written English, time to rise!

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Website theme decided

2011-04-20 Thread Maitraya Bhattacharyya
What about creating original content (e.g. Make GIMP more powerful by doing
xyz where everyone of us can write what they know and  the article will
improve).

Remember: This is not meant to be an Ubuntu knowledge site like OMG!Ubuntu.
This will provide LoCo centric articles and some stuff to make the Ubuntu
user feel more comfortable.

On Wed, Apr 20, 2011 at 9:57 PM, Stereotactic maill...@postinbox.comwrote:

 A much better idea would be to aggregate the content from Ubuntu focused
 web sites. This would avoid a lot of duplication of efforts. India specific
 news/announcements/support can be provided through forums/mailing list/IIRC
 with clear directions.

 Hope this helps.


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Ubuntu website development to be done locally

2011-04-20 Thread Maitraya Bhattacharyya
Hi All,

This is to confirm that I will be doing the website development locally on
my machine (tuxmaniac feels this is the best way, probably less disturbance
to the server is better). So you won't be able to see any of this unless its
complete.

I will be asking for your help and suggestions on this mailing list, and you
can ask for a progress report whenever you wish.

Email me if you want to help on anything (even a graphic of some sort will
help).

With regards,
Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Website content

2011-04-19 Thread Maitraya Bhattacharyya
Anyone has any idea what could go into the new website as
 content/how-to/tricks etc??

Please tell me here. I am working on the new site.


Maitraya aka mingo.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Website content

2011-04-19 Thread Maitraya Bhattacharyya
I've mirrored the old site and whatever is there goes up in the new one.. I
was talking about articles.

On Tue, Apr 19, 2011 at 9:46 PM, Nigel Babu nigelb...@ubuntu.com wrote:

 On Tue, Apr 19, 2011 at 12:19 PM, Maitraya Bhattacharyya
 maitraya.li...@gmail.com wrote:
  Anyone has any idea what could go into the new website as
   content/how-to/tricks etc??
  Please tell me here. I am working on the new site.
 
  Maitraya aka mingo.
  --
  ubuntu-in mailing list
  ubuntu-in@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

 Hey folks,

 As a first step, I'd recommend looking at another loco team's website.
 One of the first that comes to mind is Ubuntu UK [1].  Essentially,
 we'd what something about us, how to contact us, and what we do. At
 the least.

 [1] http://ubuntu-uk.org/

 Cheers
 Nigel

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Website content

2011-04-19 Thread Maitraya Bhattacharyya
We are not using the ubuntu theme for our site by the way. It has to be more
unique to represent our LoCo.

On Tue, Apr 19, 2011 at 10:53 PM, Maitraya Bhattacharyya 
maitraya.li...@gmail.com wrote:

 I've mirrored the old site and whatever is there goes up in the new one.. I
 was talking about articles.


 On Tue, Apr 19, 2011 at 9:46 PM, Nigel Babu nigelb...@ubuntu.com wrote:

 On Tue, Apr 19, 2011 at 12:19 PM, Maitraya Bhattacharyya
 maitraya.li...@gmail.com wrote:
  Anyone has any idea what could go into the new website as
   content/how-to/tricks etc??
  Please tell me here. I am working on the new site.
 
  Maitraya aka mingo.
  --
  ubuntu-in mailing list
  ubuntu-in@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

 Hey folks,

 As a first step, I'd recommend looking at another loco team's website.
 One of the first that comes to mind is Ubuntu UK [1].  Essentially,
 we'd what something about us, how to contact us, and what we do. At
 the least.

 [1] http://ubuntu-uk.org/

 Cheers
 Nigel

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in



-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website theme

2011-04-06 Thread Maitraya Bhattacharyya
Thanks, great resource. But can you single out the best.

On Wed, Apr 6, 2011 at 2:08 AM, Lalremlien Neitham lalreml...@gmail.comwrote:


 http://www.smashingmagazine.com/2010/08/19/100-free-high-quality-wordpress-themes-for-2010/

 On Tue, Apr 5, 2011 at 10:02 PM, Maitraya Bhattacharyya 
 maitraya.li...@gmail.com wrote:

 Not really. It can be used to do much more than that. Many good sites use
 wordpress and you never get the feel its a blog... it's a publishing
 platform in general.


 On Tue, Apr 5, 2011 at 9:56 PM, Stereotactic maill...@postinbox.comwrote:

 But it doesn't scale up; thats what I heard. WP is engineered to be a
 blogging platform; unless you wish to go in that direction. Drupal/Joomla
 scales up well and I have worked on Drupal for some time; it's not difficult
 though. Still your call.

 Cheers and all the best!!


 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in



 --

 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




 --
 http://hmar.in


 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website theme

2011-04-06 Thread Maitraya Bhattacharyya
We need a simple theme, uncluttered with a frontpage slider. Got it dude?
 M.

On Wed, Apr 6, 2011 at 5:49 PM, Maitraya Bhattacharyya 
maitraya.li...@gmail.com wrote:

 Thanks, great resource. But can you single out the best.

 On Wed, Apr 6, 2011 at 2:08 AM, Lalremlien Neitham 
 lalreml...@gmail.comwrote:


 http://www.smashingmagazine.com/2010/08/19/100-free-high-quality-wordpress-themes-for-2010/

 On Tue, Apr 5, 2011 at 10:02 PM, Maitraya Bhattacharyya 
 maitraya.li...@gmail.com wrote:

 Not really. It can be used to do much more than that. Many good sites use
 wordpress and you never get the feel its a blog... it's a publishing
 platform in general.


 On Tue, Apr 5, 2011 at 9:56 PM, Stereotactic maill...@postinbox.comwrote:

 But it doesn't scale up; thats what I heard. WP is engineered to be a
 blogging platform; unless you wish to go in that direction. Drupal/Joomla
 scales up well and I have worked on Drupal for some time; it's not 
 difficult
 though. Still your call.

 Cheers and all the best!!


 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in



 --

 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




 --
 http://hmar.in


 --

 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in



-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website theme

2011-04-06 Thread Maitraya Bhattacharyya
Hmm..

On Wed, Apr 6, 2011 at 6:15 PM, Lalremlien Neitham lalreml...@gmail.comwrote:

 A portfolio theme?

 What about this? http://wordpress.org/extend/themes/coraline Much better
 than the new default WP theme (I customised it a bit here
 http://hmarstudents.org/ yesterday but without a slider). You can probably
 use a jquery/ wp plugin  for the frontpage slider.




 On Wed, Apr 6, 2011 at 5:49 PM, Maitraya Bhattacharyya 
 maitraya.li...@gmail.com wrote:

 We need a simple theme, uncluttered with a frontpage slider. Got it dude?
  M.


 On Wed, Apr 6, 2011 at 5:49 PM, Maitraya Bhattacharyya 
 maitraya.li...@gmail.com wrote:

 Thanks, great resource. But can you single out the best.

  On Wed, Apr 6, 2011 at 2:08 AM, Lalremlien Neitham 
 lalreml...@gmail.com wrote:


 http://www.smashingmagazine.com/2010/08/19/100-free-high-quality-wordpress-themes-for-2010/

 On Tue, Apr 5, 2011 at 10:02 PM, Maitraya Bhattacharyya 
 maitraya.li...@gmail.com wrote:

 Not really. It can be used to do much more than that. Many good sites
 use wordpress and you never get the feel its a blog... it's a publishing
 platform in general.


 On Tue, Apr 5, 2011 at 9:56 PM, Stereotactic 
 maill...@postinbox.comwrote:

 But it doesn't scale up; thats what I heard. WP is engineered to be a
 blogging platform; unless you wish to go in that direction. Drupal/Joomla
 scales up well and I have worked on Drupal for some time; it's not 
 difficult
 though. Still your call.

 Cheers and all the best!!


 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in



 --

 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




 --
 http://hmar.in


 --

 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




 --
 http://hmar.in


 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] The new website theme

2011-04-05 Thread Maitraya Bhattacharyya
Hi all,

Mingo here. Ready to work on the new website.
Now as you might know, the new website is going to be build upon wordpress,
we need a decent wordpress theme. Now I had earlier given a rough site with
a slider based orange wordpress theme (modified Division theme), I myself
think that it is too cluttered.

 http://themetrust.com/demos/filtered/ This one looks better. Its called
Filtered and it is GPL licensed. So if any of you can download this
wordpress theme from anywhere, do email me. (we can't buy this
for $49, erm).

Anyway, what do you think?
Any suggestions. Other themes you might  have noticed?


Regards,
Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website theme

2011-04-05 Thread Maitraya Bhattacharyya
Wordpress is kinda easier. And has righ WYSIWYG editor, nice plugins, and it
gets the job done in this case. So why not?

M.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website theme

2011-04-05 Thread Maitraya Bhattacharyya
Not really. It can be used to do much more than that. Many good sites use
wordpress and you never get the feel its a blog... it's a publishing
platform in general.

On Tue, Apr 5, 2011 at 9:56 PM, Stereotactic maill...@postinbox.com wrote:

 But it doesn't scale up; thats what I heard. WP is engineered to be a
 blogging platform; unless you wish to go in that direction. Drupal/Joomla
 scales up well and I have worked on Drupal for some time; it's not difficult
 though. Still your call.

 Cheers and all the best!!


 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Ubuntu India LoCo approval renewal

2011-02-20 Thread Maitraya Bhattacharyya
Hi AR,

Just thought I'd check my email after a long time and I found this. I've got
no problem from my side. My practical exams are going on, so its difficult
to check emails everyday, but I'll try to stay in touch if you reply.

Will try,
And will be back by 31st March,
Humbly,
Maitraya.

On Sat, Feb 19, 2011 at 11:38 PM, Aanjhan R aanj...@gmail.com wrote:

 Hi All,

 As you might have known we need to renew our LoCo approval. I am busy
 with other life stuff and hence can't take up this task. But I am
 ready to continue maintaining the servers, mailing lists and all other
 backend stuff for the LoCo. In order to push the LoCo's reach further
 (organising events, meetings, evangelism, workshops etc), we need some
 volunteers.

 From the past 2-3 months of activity, I propose the following names
 for being LoCo contacts and carrying the flag further. Comments
 welcome.

 [in no specific order]

 1. Nigel Babu
 2. Nitesh Mistry
 3. Manish [sinha?]
 4. Maithraya (who is currently preparing for an exam)

 Regards,
 Aanjhan

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Will be inactive for a while on the new website

2010-12-29 Thread Maitraya Bhattacharyya
Hi everyone,

I'm mingo (Maitraya). This is to inform you guys that the progress on the
new website will be slow as I am taking a break for my ISC exams this March.
Therefore I will be inactive till 30th March 2011 and my (offline and
online) work on the website will be suspended till then.

Sorry for this. But I can promise you that I will join again on Ubuntu-in on
31st March and hopefully bring about a lot of changes in a few weeks.

Always Ubuntu,
Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Will be inactive for a while on the new website

2010-12-29 Thread Maitraya Bhattacharyya
Thanks tabankg.

On Wed, Dec 29, 2010 at 6:37 PM, tabankg khabo...@gmail.com wrote:

 Let us all wish  hope for a very good performance in your ISC
 exams,looming ahead in Mar'2011.
 May the *Blessings of GOD shower upon you*.
 BEST OF LUCK.

 from
 -tabankg

 On Wed, Dec 29, 2010 at 6:04 PM, Maitraya Bhattacharyya 
 maitraya.li...@gmail.com wrote:

 Hi everyone,

 I'm mingo (Maitraya). This is to inform you guys that the progress on the
 new website will be slow as I am taking a break for my ISC exams this March.
 Therefore I will be inactive till 30th March 2011 and my (offline and
 online) work on the website will be suspended till then.

 Sorry for this. But I can promise you that I will join again on Ubuntu-in
 on 31st March and hopefully bring about a lot of changes in a few weeks.

 Always Ubuntu,
 Maitraya.

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




 --
 GOD BLESS US ALL!!!

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website and new content

2010-11-19 Thread Maitraya Bhattacharyya
No actually you got me wrong Nitesh and sorry for the wrong link. I was
suggesting an Ubuntu India music album. Like this:
http://www.gaia10.us/music/


 The link is broken (at least it didn't open the expected site). You mean
 some music will play when the site is opened? I guess that will be too
 heavy for some internet connections and unnecessarily take more time for
 the site to load up. But then, I am easily proven wrong many times before.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] The new website and new content

2010-11-18 Thread Maitraya Bhattacharyya
Hi all,

Good to see a few of you have already created your user accounts already
(thanks Anmol, Farhad, Jagadeesh, Nitesh, Sandip, :-). I know you people are
busy with a lot of things, but it would really speed things up if you grab
hold of one article in your spare time, clean it and update it and post it
on the new site. Regading an easy way of making the content accessible I am
working on it, give me some time ( maybe a page link from out featured
board. The page displays several categories, each category with thumbnails
and articles).

PLEASE MAKE SURE YOU POST AN ARTICLE IN THE APPROPRIATE CATEGORY.

As for the Ubuntu-in centric featured slider, I ask for some more time. I
have already selected two pictures from the flickr images which were mailed
on this list. Thanks everyone for your help. If you find other pics, send
them to me.

Thirdly, a crazy idea just hit me. I was inspired by the Gaia project (
www.gaia.us). Why not create Ubuntu-in music, Ubuntu-in themes along with
wallpapers. I know it will take time, given that we have to do other stuff
too, but still... what do you think?

As for the launchpad sign-in integration, somebody has to come up with the
code at the  moment. I am no  great coder but I'll see if it can be be done.

Lastly, thanks for choosing your favourite logo. As far as I can recall,
Anmol is winning at the moment. We have to discuss each logo design
individually (Anmol be sure that you are present). Suggest improvements,
decide on the wordmark style. It will take some timemore coming soon.

Thanks everyone for your support,
Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] The logo

2010-11-13 Thread Maitraya Bhattacharyya
Our main concerns with every logo on the poll is the chakra. When your logo
is too small, you cannot really make out if its a chakra. Any suggestions
for any alternative symbol?

Anyone?

Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-art] LoCo getting new logo.

2010-11-12 Thread Maitraya Bhattacharyya
Hi all,

The Ubuntu-in LoCo is getting a new logo. We have created a poll and would
like all Ubuntu artists to select your favourite logo. Please feel free to
voice your opinion and do vote here at:* *
http://openfreedom.wordpress.com/2010/11/13/ubuntu-india-new-logo/ or
http://polldaddy.com/poll/4079461/

Thanks and please vote.

Maitraya.
launchpad.net/~maitraya-bhattacharyya
Ubuntu-in site admin.
-- 
ubuntu-art mailing list
ubuntu-art@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-art


Re: [ubuntu-in] The new website is under contruction

2010-11-12 Thread Maitraya Bhattacharyya
Great pics. Will be using one or two. Thanks everyone.

Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] New Logo poll

2010-11-12 Thread Maitraya Bhattacharyya
Hi everyone, vote for the new Ubuntu-in logo.

To do so, go here:
http://polldaddy.com/poll/4079461/

or my blog
http://openfreedom.wordpress.com/2010/11/13/ubuntu-india-new-logo/

Poll closes on 20th Nov.

Everone, please vote for your favourite logo,

Thanks,
Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website is under contruction

2010-11-10 Thread Maitraya Bhattacharyya
Why don't you suggest one?

On Wed, Nov 10, 2010 at 10:24 PM, fahad fazil fahad.fazil...@gmail.comwrote:

 I think the permalink structure should be updated in wordpress

 On Tue, Nov 9, 2010 at 12:13 AM, Maitraya Bhattacharyya 
 maitraya.li...@gmail.com wrote:

 I was so stupid. Not allowing users to modify old content is a drawback.
 Now when you register, all users are authors.
 --

 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in




 --
   Regards,

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website is under contruction

2010-11-10 Thread Maitraya Bhattacharyya
Hi all,

I am trying to work on the new slideshow. Any suggestion of any Ubuntu-India
centric content?

Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] The logo poll

2010-11-10 Thread Maitraya Bhattacharyya
Submit your logos.

We will have the poll on Sunday.

Hurry!

Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website is under contruction

2010-11-08 Thread Maitraya Bhattacharyya
All right, let me clear this up.

1. Theme is OK. SEO optimised. Will be (and is being) divided into
categories.

2. The logo is there just for the sake of being there. We will have a poll
(let's see when). I'll keep you guys updated on this. (1.5-2 weeks required,
first the site has to be set up).

3.  People who are interested in writing can tell me so via the mailing list
or contacting me directly. SPAMMERS WILL HAVE A TOUGH TIME. Please don't try
to.
 Author accounts will be given to people interested. We have a lot of things
to do.
I have more or less divided the tasks. Just contact me and take yours.

4. The slideshow will be Ubuntu India centric + Ubuntu centric. Please
discuss this ONLY after we have done adequate work on the content.

A LOT OF CONTENT IS OUTDATED. COME UP, BE AN AUTHOR AND REWRITE THEM.

Thanks,
Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website is under contruction

2010-11-08 Thread Maitraya Bhattacharyya
Oh I forgot. People designing banners, wallpapers, etc please contact me
here.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website is under contruction

2010-11-08 Thread Maitraya Bhattacharyya
Now you can create your user account from the website.

By default, you are given author priviledges i.e. you can write new articles
but cannot edit old ones. Ask an admin to correct any old article or if you
are responsible enough, tell me and I will give you editor priviledges.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] The new website is under contruction

2010-11-08 Thread Maitraya Bhattacharyya
I was so stupid. Not allowing users to modify old content is a drawback. Now
when you register, all users are authors.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] The new website is under contruction

2010-11-07 Thread Maitraya Bhattacharyya
Hi everyone,

I am doing the new ubuntu-in website. See the site at http://ui.xinh.org/ and
be patient. Some time is required. And Narendra and others who have been
enthusiastic about this, please feel free to burn me with your comments
(whenever necessary).

We will need authors soon to create content.

Keep in touch.

Maitraya.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] All hands on the deck!

2010-10-16 Thread Maitraya Bhattacharyya
We are using wordpress at the moment. I have alreasy designed a new theme
and a logo.. I spoke to a web admin (Aanjhan) and we will be testing it
soon...

For those who wish to participatejump in. I'll tell you what to do.

Maitraya.

On Sat, Oct 16, 2010 at 5:53 PM, Anmol Sarma unmole...@gmail.com wrote:

 I personally feel Drupal would be the way to go, especially with the
 efforts like here https://launchpad.net/ubuntu-drupal which aim to
 make Drupal even more suitable for LoCo teams. We could segregate
 content into editable wiki section and have more static introductory
 pages. I second Nitish's blog aggregator proposal (which once again
 can be easily done using Ubuntu Drupal Planet
 https://launchpad.net/ubuntu-drupal-planet). Also, IMHO having a
 separate login system is redundant and we should seek to integrate
 with Launchpad or Canonical Single Sign On.

 I'm happy to see this is finally taking off. Looking forward to
 contributing.


 On Sun, Oct 10, 2010 at 12:11 PM, Nitesh Mistry
 mail...@mistrynitesh.net wrote:
  On Sat, Oct 09, 2010 at 03:48:28PM +0530, Manish Sinha wrote:
  I just want to know if we are going to use some CMS or Wordpress or can
 we
  go with a custom lightweight Django application?
 
  I think we already had discussion on this and some felt that we should
  let the content management be left to the current wiki format, so that
  all can make contribution easily, and also save us the time and energy
  of setting up a new CMS.
 
  Having said that, I personally feel that we should have a blog on one
  part of the site, or a blog aggregator of some sort where all the blogs
  of Indian Ubuntu users can be synced together.
 
  I will show a few samples when I get time tomorrow.
  BTW I think we can use the marketing material available at
  http://bazaar.launchpad.net/~t-w-/+junk/spreadubuntu_art/files which is
 made
  by Thorsten Wilms.
 
  Additionally, OMG! Ubuntu! people have released their branding assets at
 
 http://www.omgubuntu.co.uk/wp-content/uploads/2010/09/ohso_brand_assets.zip
  which we can use for artwork instead of developing ours from scratch. We
  will add a link  to their website in the Credits/Thanks section.
 
  You are most welcome to put them at our wiki at ubuntu-in.wikia.com
 
  Thanks for taking interest! :)
 
  --
  Regards,
  Nitesh Mistry
  www.mistrynitesh.com
  PGP key id: CC580416
 
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.9 (GNU/Linux)
 
  iEYEARECAAYFAkyxYAQACgkQUc4Z+sxYBBaGQACeLpSo5FdB+08o2CWksX8MEzDU
  4QEAnA2GSKtfinY/Ji8xtlRgP1mi6LAX
  =qcjo
  -END PGP SIGNATURE-
 
  --
  ubuntu-in mailing list
  ubuntu-in@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
 
 

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-05 Thread Maitraya Bhattacharyya
I respect your ideas. But to tell you truly, India is so diverse that you
end up with at least 15 languages on the website which is quite a
challenging task. But most of us understand English. So the main site should
be in english where the LoCo translation teams can localise it.

On Sun, Sep 5, 2010 at 1:33 AM, Ravi Kumar ra2...@gmail.com wrote:


 On Sat, Sep 4, 2010 at 6:00 PM, Pratul Kalia pratulka...@gmail.comwrote:

 Hmm. We already have the mediawiki system running fine, wouldn't do us
 very good to migrate all of that to a custom Django app, unless there
 was a *strong* reason.


 --
 dum vivimus, vivamus
 pratul == lut4rp
 http://pratul.in


 Wiki platform are nice, but only for wiki. Yes, we can create anything from
 it, but again it needs some hacks, added effort and getting off the straight
 road. So, I would not choose a Wiki platform for a full-fledged site with a
 part as wiki. But again I would say (as I earlier stated), this should not
 be a good time to decide over the platform. We should plan something before
 start digging in.

 Ubuntu-In should not be just a wiki. It should be a Custom site, a forum, a
 wiki, a CMS and more.

 What I think about Ubuntu-India, not a site about Ubuntu, but a site more
 geared towards the Ubuntu and its
 usage/development/helps/articles/presentations/news around users in India.
 You can also put it in some professional attire, so that people/businesses
 in India can take Ubuntu seriously.

 Why we should go for professional look and content:
 Lets realise it. Everyone moved from simple to little more professional,
 and usable, more informative and content rich. Like Fedora, SuSE, Ubuntu
 official etc.

 So, I will suggest a base framework, with some initial features/apps
 developed on it. Then, gradually we can add more  and more apps to it.
 Later, it will grow with apps, contents and media. We can all put our
 effort, don't we? Everyone can contribute, no matter how and what they
 contribute. We can have multi languages for tutorials and articles.
 Look at Ubuntu France, its totally in french. Why not our loco site in
 indian language other than official english.French site has their own
 Planet, Documentation and forum.
 Again, look at Ubuntu Spain. They too got documentation, forum, blogs etc.


 There are so many people in India involved-or-using Ubuntu than most other
 countries. Many of them will volunteer forward to create some difference. Am
 I wrong? Where else can we get such large community and team.

 How many people here thinks the same? Please reply, support my view.

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-04 Thread Maitraya Bhattacharyya
Thanks for replying.. why don't we have a discussion somewhere... also we
need someone who can theme mediawiki...

On Sat, Sep 4, 2010 at 9:36 AM, Nigel Babu nigelb...@ubuntu.com wrote:

 For saneness, I would suggest having a project on Launchpad and using
 bzr to sync up, this would a better way to share your efforts and
 others can help out too

 Warm Regards
 Nigel Babu



 On Sat, Sep 4, 2010 at 7:08 AM, Anirudh S anirudh24se...@gmail.com
 wrote:
  I'd like to contribute too !
 
  On Fri, Sep 3, 2010 at 10:02 PM, Maitraya Bhattacharyya
  maitraya.li...@gmail.com wrote:
 
  Let's start with the new colour palette.
  --
  ubuntu-in mailing list
  ubuntu-in@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
 
 
 
  --
  ubuntu-in mailing list
  ubuntu-in@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-in
 
 

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in

-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-04 Thread Maitraya Bhattacharyya
Hi people,


Let's start working!!!
*Guys, lets move over to ubuntu-in.wikia.com and collaborate there.*
What we need:
1. A mediawiki theme coder guy.   ANSWER IF YOU ARE THERE
2. A group of cool guys

SOMEONE PUT UP A THREAD IN THE UBUNTU INDIA FORUMS AND UBUNTU FORUMS THAT WE
ARE REDESIGNING. ANY ONE CAN HELP.

REPLY QUICKY, EVERYONE INTERESTED.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-04 Thread Maitraya Bhattacharyya
GUYS


WORK STARTS FROM  7:00 PM IST TODAY on the WIKI
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-04 Thread Maitraya Bhattacharyya
Yes of course

On Sat, Sep 4, 2010 at 11:56 AM, Ramnarayan.K ramnaraya...@gmail.comwrote:



 On Sat, Sep 4, 2010 at 11:53 AM, Maitraya Bhattacharyya 
 maitraya.li...@gmail.com wrote:

 GUYS


 and Non Guys also are welcome i suppose :-)


 ram


 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-04 Thread Maitraya Bhattacharyya
We can work on your ideas. But let's start with something simple like a
wiki. That's why we discuss everything on ubuntu-in.wikia.com Post your
logos there. The final design can then be done via launchpad.

On Sat, Sep 4, 2010 at 12:32 PM, Nitesh Mistry mail...@mistrynitesh.netwrote:

 On Sat, Sep 04, 2010 at 09:36:39AM +0530, Nigel Babu wrote:
  For saneness, I would suggest having a project on Launchpad and using
  bzr to sync up, this would a better way to share your efforts and
  others can help out too

 +1

 This way we can give write access to a couple of guys to have control
 over what is committed. We can also enable a mailing list on the project
 to discuss issues specific to this project.

 I can dedicate sometime (an hour or two daily) in helping administer the
 project and write a bit of html/css stuff. Though I am an amateur, I am
 willing to learn.

 --
 Regards,
 Nitesh Mistry
 www.mistrynitesh.com


 -BEGIN GEEK CODE BLOCK-
 Version: 3.12
 GB/J/IT/OTW d+(-) s+:+: a- C+ UL+++ P L+ !E W++ N* o? K? w--- O?
 M-- V? PS+() PE(++)(-) Y+ PGP+ t 5? X R tv+ b+ DI D G e+++ h-- !r y?
 --END GEEK CODE BLOCK--

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkyB7wEACgkQUc4Z+sxYBBbPsACfRYKOu/POfOwraTUCYh30qNNr
 q6oAn0PNki26fWkZrVGea/1RLSx9BklR
 =VrV4
 -END PGP SIGNATURE-

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-04 Thread Maitraya Bhattacharyya
Hey guys ubuntu-in.wikia.com is ready for contributing!!! Jump in
everyone!!!

[?]
338.gif-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-04 Thread Maitraya Bhattacharyya
First we discuss the design. Then we start writing the code.

On Sat, Sep 4, 2010 at 1:07 PM, Nitesh Mistry mail...@mistrynitesh.netwrote:

 On Sat, Sep 04, 2010 at 12:59:16PM +0530, Pratul Kalia wrote:
  I have a couple of thoughts about this initiative. Essentially, we need
  2 things: a theme for the Mediawiki installation and a theme for the
  bbpress forum installation.
  - Since our bbpress custom theme, I've had requests from other Ubuntu
  communities asking for our forum theme. I realize it would have been
  much easier for them, if the theme was in a git/hg/bzr repository
 somewhere.
  - The Mediawiki theme will need to be tested really well, because the
  wiki is our main LoCo face. This new theme should also be in an open
  source repo somewhere.

 Can we have the existing code put up somewhere like launchpad and start
 building on it?

 --
 Regards,
 Nitesh Mistry
 www.mistrynitesh.com


 -BEGIN GEEK CODE BLOCK-
 Version: 3.12
 GB/J/IT/OTW d+(-) s+:+: a- C+ UL+++ P L+ !E W++ N* o? K? w--- O?
 M-- V? PS+() PE(++)(-) Y+ PGP+ t 5? X R tv+ b+ DI D G e+++ h-- !r y?
 --END GEEK CODE BLOCK--

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkyB90YACgkQUc4Z댖ą덮䀧폻■欟︆偔ﵬ޷麉�
 u쀉܋�湯뷝⍹㚑�
 =qgjm
 -END PGP SIGNATURE-

 --
 ubuntu-in mailing list
 ubuntu-in@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-04 Thread Maitraya Bhattacharyya
Look at this media wiki site:
We need something like this.
http://www.mono-project.com/Main_Page
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] grub missing

2010-09-04 Thread Maitraya Bhattacharyya
If you still cant recover, use the Ubuntu Live CD to recover the documents
by burning them to cds or moving them to a partition.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


[ubuntu-in] Redesign the Ubuntu India website

2010-09-03 Thread Maitraya Bhattacharyya
Hey Guys,

How about redesigning the Ubuntu India website in accordance with the new
Ubuntu design guidelines... If you guys want it we can do it together,
starting with our coulour paletter, new logo. etc etc.

Let me know.

Maitraya K B.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in


Re: [ubuntu-in] Redesign the Ubuntu India website

2010-09-03 Thread Maitraya Bhattacharyya
Let's start with the new colour palette.
-- 
ubuntu-in mailing list
ubuntu-in@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-in