Thursday, October 31, 2013

Smiles Notation


Smiles is a good action that gives many benefit to our health. People looks very beautiful and more attractive when they are smiling.



hehehehehe......

but in this post, we are going to explain not that type of smile but the other type of "SMILES".

The words SMILES itself means Simplified Molecular Input Entry System. It is widely use AND computationally efficient. 

There are two types of SMILES:
1-Canonical SMILES
2-Isomeric SMILES

The term Canonical SMILES refers to the version of the SMILES specification that includes rules for ensuring that each distinct chemical molecule has single unique of SMILES representation.

The term Isomeric SMILES refers to the version of the SMILES specification that includes extensions to support the specification of isotopes, charity, and configuration about double bond

There are 4 types of SMILES bond:


TypeSmile Bond
SINGLE-
DOUBLE=
TRIPLE #
AROMATIC:

SMILES Symbols
The symbols are consist of string of alphanumeric characters and certain punctuation symbols for examples, B, C, N, O, P, S, F, Cl, Br, I.

These are some example of SMILES notation


SMILES notation

For any further information you can go to this website http://www.epa.gov/med/Prods_Pubs/smiles.htm

Learn about Extensible Markup Language(XML)..

Assalamualaikum to all readers..

This time we will explain to you a little bit about Extensible Markup Language(XML).





 XML was designed to describe data and focus what data is. XML also is a markup language much like HTML. For your information, XML is just a plain text and nothing special. Software that can handle plain text can also handle XML.The important thing you need to know about XML is that XML is NOT a replacement for HTML.
These are some advantages of XML:

  • XML simplifes data sharing
  • XML simplifies data transport
  • XML makes your data more available
  • XML is used to create new internet language



simple XML coding


From the "simple XML coding" the  <recipe> is the root element of the document and from the '<title>' until </preparation> are the child elements. Finally, the </recipe > defines the end of the documents. Root elements and child elements must be in the XML coding.

Maybe some of the readers curious about the differences between XML and HTML.
So, I will give you some of differences.



TypesXMLHTML
Goalstransport and store data, with focus on what data isdisplay data, with focus on how data looks
Functioncarrying informationdisplaying information


Click here for more knowledge about XML ------> xml.tree.asp
I hope all of you enjoy read this brief explanation about XML. Goodluck!! 

Chemsketch

Hai. Today we can tell you about chemsketch.  What is Chemsketch?

Introduction :

Chemskecth is an Education Tool and we call this ACD or Chemsketch Freeware. That is allows you to :
  • Draw and view structures in 2Dm or render in 3D to view from any angle.
  • Draw reactions and reaction schemes, and calculate reactant quantities.
  • Generate structures from InChl and SMILES strings.
  • Generate IUPAC systematic names for molecules of up to 50 atoms and 3 ring structures.
  • Predict logP for individual structures.
  • Search for structures in the built-in dictionary of over 165,000 systematic, trivial, and trade names.

    Example images of Chemsketch Freeware :










For more information about Chemsketch, you can go to this website : http://www.acdlabs.com/products/draw_nom/draw/chemsketch/

Tutorial for the basic Chemsketch
 : http://www.youtube.com/watch?v=33lXOLW7JyU 






Name Matric Number
Afiq Safwan Bin Dolah1310827
Muhd Ruzaidi Bin Madda1319663
Muhamad Maliki Bin Md Jusoh1311937

Wednesday, October 2, 2013

Protein Data Bank..

Assalamualaikum W.B.T..We meet again in our new post which is about the Protein Data Bank(PDB).
Maybe some of you heard it(PDB) for a very first time and you don't have any idea about it. but it's okay because we will try to do our best to explain it to you.

First of all, do you know what is protein data bank? PDB is a respiratory for 3-D biological molecular structure.All the data are available to all user. there are 3 things in PDB which are proteins, nucleic acids and viruses. The data are obtained from x-ray crystallography or NMR spectroscopy. Protein Data Bank was founded in 1971 by Brookhaven National Laboratory, New York. PDB is one of the important resources for reseacher in the academic, biotechnology sectors and pharmaceutical.

Here we provide you some example of protein. Those protein are LexA, Htra, Trypsin, Pepsin and Amylase. we also give you the basic characteristic of these protein so that you can imagine how the proteins looks like. The unit of weight and length for these protein are in asymmetric unit.




Name : LexA
Weight : 44989.86
Length : 202
Chain : A,B
Classification : Hydrolase





Name : Trypsin
Weight : 29892.08
Length : 223
Chain : E
Classification : Complex(Proteinase/inhibitor)




Name : Htra
Weight : 14890.90
Length : 134
Chain : A
Classification : Protein binding




Name : Pepsin
Weight : 34591.93
Length: 326
Chain : A
Classification : Hydrolase



Name : Amylase
Weight : 48016.77
Length: 425
Chain : A
Classification : Alpha Amylase

       
     hopefully you can understand a little bit about Protein Data Bank(PDB) from our short explanation.we hope you can share this information with your friend because "sharing is caring".never forget that Allah gives knowledge to us to share with others not to hide it. So, if you want to know more about the PDB or the types of protein that exist in this world, you may go to the links below.

Types of ProteinLinks
LexAhttp://www.rcsb.org/pdb/explore/explore.do?structureId=1JHF
Trypsinhttp://www.rcsb.org/pdb/explore/explore.do?structureId=2PTC
Htrahttp://www.rcsb.org/pdb/explore/explore.do?structureId=2L97
Pepsinhttp://www.rcsb.org/pdb/explore/explore.do?structureId=1YX9
Amylasehttp://www.rcsb.org/pdb/explore/explore.do?structureId=1BAG


Tuesday, September 24, 2013


Assalamualaikum wbt to all persons especially students at IIUM Campus Kuantan. First of all, before I start my story,thanks to Him because we meet you all again.

Today, our story is we all can teach all of you HOW TO TRANSFER coding for notepad.text TO notepad.html. Maybe when your reads that sentence sound like not interesting anymore, right?? We know about it because we all already experienced it but there something great of feeling after we have learn about this. Lets see the pictures ; simple example one to makes our explaination too clearly.




based on the picture above, there are notepad.text and note.html look like..

First, we do the coding at notepad. The basic thing you should know is :

<html> = to start code
<body> = start

<h1> = to begin your heading.
</h1> = to close your heading.

<p> = open paragraph
</p> = close paragraph.

</body> = stop
</html> = to stop code.

All above, as you can see, they are like a couple or pair. When you start SOMETHING, your MUST CLOSE it. As example, when you start the paragraph <p> then after finish your word, you close it </p>.

Perfect and simple right? when your open it, your must to close it. Then others element in coding your should know is :
(1) H1 = is stand for largest font. // when the number increase, font becomes decrease.

(2) <a href = " put your link" > your word . < /a>  // for put the link in coding.



(3) makes it a list and we also show how different for font.

(4) put the image and scale for image.


That all from me. Thanks you.








Tuesday, September 17, 2013

Our First day in IIUM KUANTAN // 2013

Bismillahirahmanirahim and Assalamualaikum wbt to all people who are reading this post. =D
Wednesday, 03 September 2013. That day was very exciting because we will start our degree programme in IIUM Kuantan. This is our first time in the campus. Since this is our first time in Kuantan, we got lost during the registration but we're so thankful because brother and sister committee give a hand to us. :)

Actually, we want to tell the whole moment throughout taaruf programme but its a long long story. so, easy to say, we all got suffer for 3days. what we do? just go to OCD Grand HAll and listen, have a clap and get more fresh. Just that. we also go to mosque to get more fresh then fresher and go to OCD square playing mickey mouse. Lastly, the best part ever we are very very very excited is time break and get eating. hahaha. *sometimes we take more than one of food* =D






"closing ceremony of Taaruf Programme - 2013"

Cut cut cut, now we start our class. Hahaha. *very fast story right? hihi*
However, the environment in the campus, the lecturers, the students were totally different from CFS IIUM Petaling jaya Campus. At the same time, Kuantan campus is bigger than Petaling Jaya campus. We need a transport to move from one department to another department. Even so, we still have to walk and waiting the bus to go to the class. so tired *but we are oke because we are not child anymore* >_<



maliki - afiq - ruzaidi

noticed : who are want to join us to study here, please have a work and saving your money to buy any kind of transport because IIUM KUANTAN is really really needs a transport. goodluck for all. keep calm, never back down, study hard and pray for us. salam. =p

"search a knowledge is a fardhu to all muslim"






nonamematric no    
1afiq safwan bin dolah1310827
2muhamad maliki bin md jusoh1311937
3muhd ruzaidi bin madda1319663