From owner-chemistry@ccl.net Wed Nov 12 07:26:01 2014 From: "kalishankar bhattacharyya spksb*iacs.res.in" To: CCL Subject: CCL: unable to access MOMAP Message-Id: <-50738-141111233609-26371-gNaP0mqyebY5A3nRoJCNBQ|,|server.ccl.net> X-Original-From: "kalishankar bhattacharyya" Date: Tue, 11 Nov 2014 23:36:08 -0500 Sent to CCL by: "kalishankar bhattacharyya" [spksb(-)iacs.res.in] Prof Shuai After registering i also received a activation link but it does not work.Again i tried to download Momap it gives a error ' warning your registration failed and error in code.' Kalishankar From owner-chemistry@ccl.net Wed Nov 12 09:17:01 2014 From: "Jozsef Csontos jcsontos.lists-*-gmail.com" To: CCL Subject: CCL: reaction database summary Message-Id: <-50739-141112083630-15776-t4E7NG0UGectuXcJsNJWcQ(!)server.ccl.net> X-Original-From: Jozsef Csontos Content-Type: multipart/alternative; boundary="------------030407090808050308000508" Date: Wed, 12 Nov 2014 14:36:22 +0100 MIME-Version: 1.0 Sent to CCL by: Jozsef Csontos [jcsontos.lists__gmail.com] This is a multi-part message in MIME format. --------------030407090808050308000508 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Dear Members, As I promised here comes the summary of answers for my inquiry about the implementation of a chemical reaction database. To sum up, it seems that the setup: postgreSQL DB + rdkit + web2py is viable for implementing a reaction database. _Detailed responses follow:_ /If you're developing a Python-based web interface with the requirement that the backend libraries be open source, you might also consider the Django package. It introduces a model-view architecture that gives you good abstraction and reusability, and you may find development using it to be faster than with other packages. It's fully compatible with Postgre, along with many other database servers. // //// //There's also a lot of modular packages already available for it (again open source), including user management (included in the main package), user registration, etc. For these reasons, you may find that Django significantly speeds up your development process.// //// //Best,// //James / Thank you James, I was hesitating whether django or web2py is the right framework and based on my very limited experience I selected web2py because of its more gentle learning curve. / //Will you effectively only have starting material and product or will you be implementing some kind of atom mapping?/ / / /Cheers/ / / /Chris// / No, Chris, nothing fancy like that. I just want to be able to insert good, old published reactions with their associated properties like who, where, and when published it and some physicochemical properties of them. /Hey,// //// //I may be a bit late in the discussion but I'd recommend using technologies which were designed for websites. The concept seems fairly simple so it would not be too hard to develop it from scratch.// //// //I recommend using PHP rather than Python for the code, a MySQL database and for ease of use but a modern layout something based on //http://www.initializr.com///using the twitter bootstrap layout (responds to screen resolution). How to use the layout can be found here: //http://getbootstrap.com/components///.// //// //Depending on the needs and ideas I might be able to offer some help/infrastructure if needed. Feel free to send me a direct email if so.// //// //// //Best regards,// //// //Michael Sluydts/ / /Thank you Michael, however, I really need python because I'm planning to do some manipulation of the physicochemical data using python libraries. / / /Jozsef,/ / / /I would also recommend MOLDB5 (//http://merian.pch.univie.ac.at/~nhaider/cheminf/moldb5.html //). It has a version (MOLDB5R) that handles reactions./ / / /I used this program to build a very flexible inventory and data repository. All aspects are open source. It uses MySQL, Perl, and a Java structure search tool./ / / /Soren/ / /Thank you, Soren, I checked it out and it seems that it is a really nice project it might be a good plan B for me. / / /Dear Jozsef,// ////// //Are you trying to create an open source version of Reaxys (formerly, Beilstein)?// //// //http://www.elsevier.com/online-tools/reaxys// //// ////Karen// / No, Karen, I don't have that in my mind. /I think there's a huge demand for this kind of database. One catch might be that elementary reactions don't have obvious citations./ // / / // /But I know from Open Babel and Avogadro, that there have been many requests for an "open data" reaction set. (Indeed, one idea for Avogadro would rely on such a set of reactions - highlight functional groups from the SMARTS and then show potential reactions to students.. essentially marrying step-by-step synthetic schemes with molecular visualization.)/ // / / // /You may want to consider reaction SMILES or SMIRKS, and allow for side-reactions, catalysts, reaction-conditions, etc./ // / / // /I think what you're proposing should be fairly robust, but I'd spend a lot of time doing load-testing and security testing. There are a *lot* of automated scans out there, and DDOS attempts. On the plus side, there are free services like CloudFlare that can help defend against some of these./ // / / // /Please let me know if there's anything I can do to help. I've wanted something like this but haven't had the time or energy to devote to getting it off the ground. I'm thrilled there's someone else willing to get started./ // / / // /Thanks and best regards,/ // /-Geoff/ // / / // /P.S. You should also look into the OSRA package that should be able to do some image recognition, and the set of reactions in the US Patent database (in ChemDraw format)./ Geoff, thanks you for your suggestions, I think that both openbabel and avogadro are really great projects. We already use the openbabel python module and I've also done some in-house avogadro "development" for a totally different project. In the near future I'll be back with that :) Finally, thank you for everyone and all the best, Jozsef --------------030407090808050308000508 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit Dear Members,

As I promised here comes the summary of answers for my inquiry about the implementation of a chemical reaction database.

To sum up, it seems that the setup: postgreSQL DB + rdkit + web2py is viable for implementing a reaction database.

Detailed responses follow: 


If you're developing a Python-based web interface with the requirement that the backend libraries be open source, you might also consider the Django package.  It introduces a model-view architecture that gives you good abstraction and reusability, and you may find development using it to be faster than with other packages.  It's fully compatible with Postgre, along with many other database servers. 

There's also a lot of modular packages already available for it (again open source), including user management (included in the main package), user registration, etc.  For these reasons, you may find that Django significantly speeds up your development process.

Best,
James

Thank you James, I was hesitating whether django or web2py is the right framework and based on my very limited experience I selected web2py because of its more gentle learning curve.

Will you effectively only have starting material and product or will you be implementing some kind of atom mapping?

Cheers

Chris

No, Chris, nothing fancy like that.
I just want to be able to insert good, old published reactions with their associated properties like who, where, and when published it and some physicochemical properties of them.

Hey,

I may be a bit late in the discussion but I'd recommend using technologies which were designed for websites. The concept seems fairly simple so it would not be too hard to develop it from scratch.

I recommend using PHP rather than Python for the code, a MySQL database and for ease of use but a modern layout something based on http://www.initializr.com/ using the twitter bootstrap layout (responds to screen resolution). How to use the layout can be found here: http://getbootstrap.com/components/ .

Depending on the needs and ideas I might be able to offer some help/infrastructure if needed. Feel free to send me a direct email if so.


Best regards,

Michael Sluydts

Thank you Michael,
however, I really need python because I'm planning to do some manipulation of the physicochemical data using python libraries.


Jozsef,

I would also recommend MOLDB5 (http://merian.pch.univie.ac.at/~nhaider/cheminf/moldb5.html).  It has a version (MOLDB5R) that handles reactions.

I used this program to build a very flexible inventory and data repository.  All aspects are open source.  It uses MySQL, Perl, and a Java structure search tool.

Soren

Thank you, Soren,
I checked it out and it seems that it is a really nice project it might be a good plan B for me.


Dear Jozsef,
 
Are you trying to create an open source version of Reaxys (formerly, Beilstein)?

http://www.elsevier.com/online-tools/reaxys

Karen

No, Karen, I don't have that in my mind.

I think there's a huge demand for this kind of database. One catch might be that elementary reactions don't have obvious citations.

But I know from Open Babel and Avogadro, that there have been many requests for an "open data" reaction set. (Indeed, one idea for Avogadro would rely on such a set of reactions - highlight functional groups from the SMARTS and then show potential reactions to students.. essentially marrying step-by-step synthetic schemes with molecular visualization.)

You may want to consider reaction SMILES or SMIRKS, and allow for side-reactions, catalysts, reaction-conditions, etc.

I think what you're proposing should be fairly robust, but I'd spend a lot of time doing load-testing and security testing. There are a *lot* of automated scans out there, and DDOS attempts. On the plus side, there are free services like CloudFlare that can help defend against some of these.

Please let me know if there's anything I can do to help. I've wanted something like this but haven't had the time or energy to devote to getting it off the ground. I'm thrilled there's someone else willing to get started.

Thanks and best regards,
-Geoff

P.S. You should also look into the OSRA package that should be able to do some image recognition, and the set of reactions in the US Patent database (in ChemDraw format).

Geoff, thanks you for your suggestions,
I think that both openbabel and avogadro are really great projects. We already use the openbabel python module and I've also done some in-house avogadro "development" for a totally different project. In the near future I'll be back with that :)

Finally, thank you for everyone and all the best,

Jozsef


--------------030407090808050308000508-- From owner-chemistry@ccl.net Wed Nov 12 09:51:00 2014 From: "Cina Foroutan-Nejad canyslopus:+:yahoo.co.uk" To: CCL Subject: CCL: unable to access MOMAP Message-Id: <-50740-141112093628-2755-6EcaXVDyVUTrvgKN6rN2Tg++server.ccl.net> X-Original-From: Cina Foroutan-Nejad Content-Type: multipart/alternative; boundary="404364280-760493151-1415802981=:90626" Date: Wed, 12 Nov 2014 14:36:21 +0000 MIME-Version: 1.0 Sent to CCL by: Cina Foroutan-Nejad [canyslopus:_:yahoo.co.uk] --404364280-760493151-1415802981=:90626 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Dear Gentlemen,=0A=0AI assume it is more convenient for you and CCL members= if you can directly contact and stop sending "personal" mails via CCL netw= ork.=0A=0ARespectfully yours,=0ACina Foroutan-Nejad=0A=0ACentral European I= nstitute of Technology,=0AMasaaryk University,=0ABrno, Czech Republic =0A= =0A=0AOn Wednesday, 12 November 2014, 15:29, kalishankar bhattacharyya spks= b*iacs.res.in wrote:=0A =0A=0A=0A=0ASent to CCL b= y: "kalishankar bhattacharyya" [spksb(-)iacs.res.in]=0AProf Shuai=0AAfter = registering i also received a activation link but it does not work.Again i = tried to download Momap it gives a error ' warning your registration failed= and error in code.'=0A =0AKalishankar=0A=0A=0A=0A-=3D This is aut= omatically added to each message by the mailing script =3D-=0ATo recover th= e email address of the author of the message, please change=0Athe strange c= haracters on the top line to the (-) sign. You can also=0Alook up the X-Origi= nal-From: line in the mail header.=0A=0AE-mail to subscribers: CHEMISTRY(-)cc= l.net or use:=0A=0A=0A==0A http://w= ww.ccl.net/cgi-bin/ccl/send_ccl_message=0A=0A=0A ==0A=0ABefore posting, check w= ait time at: http://www.ccl.net=0A=0A=0AConfer= ences: http://server.ccl.net/chemistry/announcements/conferences/=0A=0ASear= ch Messages: http://www.ccl.net/chemistry/searchccl/index.shtml=0A=0AIf you= r mail bounces from CCL with 5.7.1 error, check:=0A http://www.ccl.net= /spammers.txt=0A=0ARTFI: http://www.ccl.net/chemistry/aboutccl/instructions= / --404364280-760493151-1415802981=:90626 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Dear Gen= tlemen,

I as= sume it is more convenient for you and CCL members if you can directly cont= act and stop sending "personal" mails via CCL network.
<= br>
Respectfully yours,
Cin= a Foroutan-Nejad

Central Europea= n Institute of Technology,
Masaaryk University,
Brno, Czech Republic 


On Wednesday, 12 November 2014, = 15:29, kalishankar bhattacharyya spksb*iacs.res.in <owner-chemistry(-)ccl.= net> wrote:


=
Sent to CCL by: "kalishankar  bhattacharyya" [spksb(-)iacs.res.in]=
Prof Shuai
After registering i also received a activation link but i= t does not work.Again i tried to download Momap it gives a error ' warning = your registration failed and error in code.'
       =  
Kalishankar



-=3D This is automatically added to = each message by the mailing script =3D-
To recover the email address of the author of t= he message, please change
the strange characters on the top line to the = (-) sign. You can also
look up the X-Original-From: line in the mail heade= r.

E-mail to subscribers: CHEMISTRY(-)ccl.net or use:
  &nb= sp;   http://www.ccl.net/cgi-bin/ccl/send_ccl_message

E-= mail to administrators: CHEMISTRY-REQUEST(-)ccl.net or use=
      http://www.ccl.net/cgi-bin/ccl/send_ccl_message=
      http://www.ccl.net/chemistry/sub_unsub.shtml

= Before posting, check wait time at: http://www.ccl.net

Job: http://www.ccl.net/jobs
Conferences: http://server.ccl.net/chemistry/announcements/conferences/<= br>
Search Messages: http://www.ccl.net/chemistry/searchccl/index.= shtml
=       http://www.ccl.net/spammers.txt

RTFI: http://www.= ccl.net/chemistry/aboutccl/instructions/




--404364280-760493151-1415802981=:90626-- From owner-chemistry@ccl.net Wed Nov 12 11:18:01 2014 From: "Michael Sluydts michael.sluydts-,-ugent.be" To: CCL Subject: CCL: reaction database summary Message-Id: <-50741-141112110739-11391-1R4IqcLSQ7t8nU1vHTpwLA]=[server.ccl.net> X-Original-From: Michael Sluydts Content-Type: multipart/alternative; boundary="------------000305040400000105040909" Date: Wed, 12 Nov 2014 17:07:16 +0100 MIME-Version: 1.0 Sent to CCL by: Michael Sluydts [michael.sluydts---ugent.be] This is a multi-part message in MIME format. --------------000305040400000105040909 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello Jozsef, To respond to the comments on my email: -It may indeed be more practical to just do everything in Python -Python can however also interact with MySQL and it may be more efficient to preprocess most things and store them in the DB -You can also call shell commands from PHP (including python) -For the database, while postgre will do the job (and there's a certain element of taste involved) I do think MySQL (free) and Oracle (paid) would be the most common choices (microsoft SQL is used a lot too but I wouldn't recommend Windows servers...). For my high-throughput system I always use Python for operations in the computing environment (and running the calculations) and PHP/JS/jQuery for the web interface. The interaction between Python and the database I actually do through a JSON API I programmed in PHP (both PHP and Python let you easily encode arrays and objects into the JSON string format making it easy to interact). Best regards, Michael Sluydts Jozsef Csontos jcsontos.lists-*-gmail.com schreef op 12/11/2014 14:36: > Dear Members, > > As I promised here comes the summary of answers for my inquiry about > the implementation of a chemical reaction database. > > To sum up, it seems that the setup: postgreSQL DB + rdkit + web2py is > viable for implementing a reaction database. > > _Detailed responses follow:_ > > /If you're developing a Python-based web interface with the > requirement that the backend libraries be open source, you might also > consider the Django package. It introduces a model-view architecture > that gives you good abstraction and reusability, and you may find > development using it to be faster than with other packages. It's > fully compatible with Postgre, along with many other database servers. // > //// > //There's also a lot of modular packages already available for it > (again open source), including user management (included in the main > package), user registration, etc. For these reasons, you may find > that Django significantly speeds up your development process.// > //// > //Best,// > //James > / > Thank you James, I was hesitating whether django or web2py is the > right framework and based on my very limited experience I selected > web2py because of its more gentle learning curve. > / > //Will you effectively only have starting material and product or will > you be implementing some kind of atom mapping?/ > / > / > /Cheers/ > / > / > /Chris// > / > No, Chris, nothing fancy like that. > I just want to be able to insert good, old published reactions with > their associated properties like who, where, and when published it and > some physicochemical properties of them. > > /Hey,// > //// > //I may be a bit late in the discussion but I'd recommend using > technologies which were designed for websites. The concept seems > fairly simple so it would not be too hard to develop it from scratch.// > //// > //I recommend using PHP rather than Python for the code, a MySQL > database and for ease of use but a modern layout something based on > //http://www.initializr.com///using the twitter bootstrap layout > (responds to screen resolution). How to use the layout can be found > here: //http://getbootstrap.com/components///.// > //// > //Depending on the needs and ideas I might be able to offer some > help/infrastructure if needed. Feel free to send me a direct email if > so.// > //// > //// > //Best regards,// > //// > //Michael Sluydts/ > / > /Thank you Michael, > however, I really need python because I'm planning to do some > manipulation of the physicochemical data using python libraries. > / > / > /Jozsef,/ > / > / > /I would also recommend MOLDB5 > (//http://merian.pch.univie.ac.at/~nhaider/cheminf/moldb5.html > //). > It has a version (MOLDB5R) that handles reactions./ > / > / > /I used this program to build a very flexible inventory and data > repository. All aspects are open source. It uses MySQL, Perl, and a > Java structure search tool./ > / > / > /Soren/ > / > /Thank you, Soren, > I checked it out and it seems that it is a really nice project it > might be a good plan B for me. > / > / > /Dear Jozsef,// > ////// > //Are you trying to create an open source version of Reaxys (formerly, > Beilstein)?// > //// > //http://www.elsevier.com/online-tools/reaxys// > //// > ////Karen// > / > No, Karen, I don't have that in my mind. > > /I think there's a huge demand for this kind of database. One catch > might be that elementary reactions don't have obvious citations./ > // > / > / > // > /But I know from Open Babel and Avogadro, that there have been many > requests for an "open data" reaction set. (Indeed, one idea for > Avogadro would rely on such a set of reactions - highlight functional > groups from the SMARTS and then show potential reactions to students.. > essentially marrying step-by-step synthetic schemes with molecular > visualization.)/ > // > / > / > // > /You may want to consider reaction SMILES or SMIRKS, and allow for > side-reactions, catalysts, reaction-conditions, etc./ > // > / > / > // > /I think what you're proposing should be fairly robust, but I'd spend > a lot of time doing load-testing and security testing. There are a > *lot* of automated scans out there, and DDOS attempts. On the plus > side, there are free services like CloudFlare that can help defend > against some of these./ > // > / > / > // > /Please let me know if there's anything I can do to help. I've wanted > something like this but haven't had the time or energy to devote to > getting it off the ground. I'm thrilled there's someone else willing > to get started./ > // > / > / > // > /Thanks and best regards,/ > // > /-Geoff/ > // > / > / > // > /P.S. You should also look into the OSRA package that should be able > to do some image recognition, and the set of reactions in the US > Patent database (in ChemDraw format)./ > > Geoff, thanks you for your suggestions, > I think that both openbabel and avogadro are really great projects. We > already use the openbabel python module and I've also done some > in-house avogadro "development" for a totally different project. In > the near future I'll be back with that :) > > Finally, thank you for everyone and all the best, > > Jozsef > > --------------000305040400000105040909 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit
Hello Jozsef,

To respond to the comments on my email:
-It may indeed be more practical to just do everything in Python
-Python can however also interact with MySQL and it may be more 
efficient to preprocess most things and store them in the DB
-You can also call shell commands from PHP (including python)
-For the database, while postgre will do the job (and there's a certain element of taste involved) I do think MySQL (free) and Oracle (paid) would be the most common choices (microsoft SQL is used a lot too but I wouldn't recommend Windows servers...).

 For my high-throughput system I always use Python for operations in the computing environment (and running the calculations) and PHP/JS/jQuery for the web interface. The interaction between Python and the database I actually do through a JSON API I programmed in PHP (both PHP and Python let you easily encode arrays and objects into the JSON string format making it easy to interact).


Best regards,

Michael Sluydts


Jozsef Csontos jcsontos.lists-*-gmail.com schreef op 12/11/2014 14:36:
Dear Members,

As I promised here comes the summary of answers for my inquiry about the implementation of a chemical reaction database.

To sum up, it seems that the setup: postgreSQL DB + rdkit + web2py is viable for implementing a reaction database.

Detailed responses follow: 


If you're developing a Python-based web interface with the requirement that the backend libraries be open source, you might also consider the Django package.  It introduces a model-view architecture that gives you good abstraction and reusability, and you may find development using it to be faster than with other packages.  It's fully compatible with Postgre, along with many other database servers. 

There's also a lot of modular packages already available for it (again open source), including user management (included in the main package), user registration, etc.  For these reasons, you may find that Django significantly speeds up your development process.

Best,
James

Thank you James, I was hesitating whether django or web2py is the right framework and based on my very limited experience I selected web2py because of its more gentle learning curve.

Will you effectively only have starting material and product or will you be implementing some kind of atom mapping?

Cheers

Chris

No, Chris, nothing fancy like that.
I just want to be able to insert good, old published reactions with their associated properties like who, where, and when published it and some physicochemical properties of them.

Hey,

I may be a bit late in the discussion but I'd recommend using technologies which were designed for websites. The concept seems fairly simple so it would not be too hard to develop it from scratch.

I recommend using PHP rather than Python for the code, a MySQL database and for ease of use but a modern layout something based on http://www.initializr.com/ using the twitter bootstrap layout (responds to screen resolution). How to use the layout can be found here: http://getbootstrap.com/components/ .

Depending on the needs and ideas I might be able to offer some help/infrastructure if needed. Feel free to send me a direct email if so.


Best regards,

Michael Sluydts

Thank you Michael,
however, I really need python because I'm planning to do some manipulation of the physicochemical data using python libraries.


Jozsef,

I would also recommend MOLDB5 (http://merian.pch.univie.ac.at/~nhaider/cheminf/moldb5.html).  It has a version (MOLDB5R) that handles reactions.

I used this program to build a very flexible inventory and data repository.  All aspects are open source.  It uses MySQL, Perl, and a Java structure search tool.

Soren

Thank you, Soren,
I checked it out and it seems that it is a really nice project it might be a good plan B for me.


Dear Jozsef,
 
Are you trying to create an open source version of Reaxys (formerly, Beilstein)?

http://www.elsevier.com/online-tools/reaxys

Karen

No, Karen, I don't have that in my mind.

I think there's a huge demand for this kind of database. One catch might be that elementary reactions don't have obvious citations.

But I know from Open Babel and Avogadro, that there have been many requests for an "open data" reaction set. (Indeed, one idea for Avogadro would rely on such a set of reactions - highlight functional groups from the SMARTS and then show potential reactions to students.. essentially marrying step-by-step synthetic schemes with molecular visualization.)

You may want to consider reaction SMILES or SMIRKS, and allow for side-reactions, catalysts, reaction-conditions, etc.

I think what you're proposing should be fairly robust, but I'd spend a lot of time doing load-testing and security testing. There are a *lot* of automated scans out there, and DDOS attempts. On the plus side, there are free services like CloudFlare that can help defend against some of these.

Please let me know if there's anything I can do to help. I've wanted something like this but haven't had the time or energy to devote to getting it off the ground. I'm thrilled there's someone else willing to get started.

Thanks and best regards,
-Geoff

P.S. You should also look into the OSRA package that should be able to do some image recognition, and the set of reactions in the US Patent database (in ChemDraw format).

Geoff, thanks you for your suggestions,
I think that both openbabel and avogadro are really great projects. We already use the openbabel python module and I've also done some in-house avogadro "development" for a totally different project. In the near future I'll be back with that :)

Finally, thank you for everyone and all the best,

Jozsef



--------------000305040400000105040909-- From owner-chemistry@ccl.net Wed Nov 12 21:42:01 2014 From: "Mark Berger mark94025~!~comcast.net" To: CCL Subject: CCL: NBCR AMBER Workshop - UCSD - Mon Dec 15th to Thur Dec 18th 2014 Message-Id: <-50742-141112194453-13990-QTSK6M3f/1F8NgNs+FMNPg/a\server.ccl.net> X-Original-From: "Mark Berger" Date: Wed, 12 Nov 2014 19:44:52 -0500 Sent to CCL by: "Mark Berger" [mark94025|,|comcast.net] Dear All, We are glad to announce that registration is open for the NBCR Amber Workshop 2014 that will be held at the faculty club of the University of California San Diego from the Mon 15th to Thur 18th Dec 2014. The course co-sponsored by NBCR and NVIDIA will be taught by Ross C. Walker and Rommie Amaro with additional instructors to be determined shortly. More info: http://nbcr.ucsd.edu/wordpress2/?page_id=4086 Please feel free to forward this announcement to all your contacts. With the best regards, The Organizing Team * Program The duration of the meeting is 4 days, from Dec 15th to 18th 2014. A provisional program is available on the workshop webpage (http://nbcr.ucsd.edu/wordpress2/?page_id=4086). Typically there will be lectures 3 to 4 hours per day, and hands-on tutorials, about 4 hours per day. There will also be 2 or 3 guest research lectures from local faculty as well as a poster session in which attendees will have the opportunity to present their work and engage directly with developers of the AMBER software. Thanks to sponsorship from NVIDIA a K40 GPU will be given as a poster prize. The content of the Workshop will include: * Molecular Dynamics with Amber * Using VMD to visualize AMBER * Dealing with non-standard residues * Building protein-ligand complexes * Statistical Mechanics for Free Energy Calculations * MM/PBSA calculations * Thermodynamic Integration * Enhanced sampling techniques * Markov State Models with AMBER * Accelerated Molecular Dynamics * Maximizing Performance with NVIDIA GPUs * Using the Kepler Bioworkbench - Workflows for AMBER * Analyzing Simulations * Lipid Simulations with AMBER The target audience is graduate students and postdocs as well as a few faculty interested in learning about Molecular Dynamics techniques. The course is designed to introduce Molecular Dynamics techniques from an introductory perspective but will progress quickly. Some experience with the Linux operating system is essential but experience with AMBER or other molecular dynamics packages is not required. * Registration Registration is limited to 40 participants. The registration fee is $350 and includes a USB drive for all participants containing lecture notes, hands on tutorials and a Virtual Box image with all software used in the workshop; Coffee, snacks and refreshments on all 4 days; A buffet lunch on all 4 days; a poster session and social reception and a workshop dinner. To register please visit the following page: http://nbcr.ucsd.edu/wordpress2/?page_id=4086 Important: Registration deadline is December 1st 2014. Hotels in San Diego at this time of year are likely to fill up fast so we recommend you make arrangements soon. Information regarding finding roommates to share hotel rooms will be available during registration. Attendees are expected to bring their own laptop. The organization will provide a pen-drive with all necessary software and training material.