User talk:Aravindprasad

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Welcome!

Hello, Aravindprasad! Welcome to Wikipedia! Thank you for your contributions. You may benefit from following some of the links below, which will help you get the most out of Wikipedia. If you have any questions you can ask me on my talk page, or place {{helpme}} on your talk page and ask your question there. Please remember to sign your name on talk pages by clicking or by typing four tildes "~~~~"; this will automatically produce your name and the date. If you are already excited about Wikipedia, you might want to consider being "adopted" by a more experienced editor or joining a WikiProject to collaborate with others in creating and improving articles of your interest. Click here for a directory of all the WikiProjects. Finally, please do your best to always fill in the edit summary field when making edits to pages. Happy editing! Petrb (talk) 19:08, 22 June 2014 (UTC)[reply]
Getting Started
Getting Help
Policies and Guidelines

The Community
Things to do
Miscellaneous

Welcome to Wikipedia: check out the Teahouse![edit]

Teahouse logo
Hello! Aravindprasad, you are invited to the Teahouse, a forum on Wikipedia for new editors to ask questions about editing Wikipedia, and get support from peers and experienced editors. Please join us! Liz Read! Talk! 21:21, 5 April 2015 (UTC)[reply]


Using references[edit]

Relevant pages:

Note that a Parenthetical referencing style is perfectly acceptable, and that appears to be what you have used, more or less, in Targeted covalent inhibitors. However I am going to give some pointer on the ref-tag based system, as it is the most commonly used on Wikipedia, and you will encounter it if you continue to edit. You may choose to change Targeted covalent inhibitors to use this system, but that is not required.

(Note, on this page I will use nowiki tags to display markup rather than have it render as it normally would, and code tags to make what is a source code example clear. Neither of these should be copied into actual articles.)


To reference a statement in a Wikipedia article using the ref-tags system, you follow the statement with a citation. This can be at the end of a phrase, a sentence, or a paragraph, as may be appropriate. Using a cite in mid-phrase is less usual.

A citation consists of bibliopgraphic information, wrapped in a pair of <ref></ref> tags.

For example a sentence with a citation might look like this in wiki code:

Smith was a very violent man; he often attacked others.<ref>{{cite book|title=Mark Smith: A Biography |pages=52-3 |first=John |last=Jones | date=1998 |publisher=Megasaurous Books |url=http://www.example.com/Smith_bio.pdf |format=PDF}}</ref>

This would render as:

Smith was a very violent man; he often attacked others.[1]

References

  1. ^ Jones, John (1998). Mark Smith: A Biography (PDF). Megasaurous Books. pp. 52–3.

If we wanted to use the same reference again to support an additional fact, we could do it like this:

Smith was a very violent man; he often attacked others.<ref name=Jones1998>{{cite book|title=Mark Smith: A Biography |pages=52-3 |first=John |last=Jones | date=1998 |publisher=Megasaurous Books |url=http://www.example.com/Smith_bio.pdf |format=PDF}}</ref> On at least three occasions he was sentenced to short periods in jail for assult.<ref name=Jones1998 />

This would render as: Smith was a very violent man; he often attacked others.[1] On at least three occasions he was sentenced to short periods in jail for assult.[1]

References

  1. ^ a b Jones, John (1998). Mark Smith: A Biography (PDF). Megasaurous Books. pp. 52–3.

Or if the second use of the source was on a different page, and there were going to be several cites to different pages of the same book, we could do it like this:

Smith was a very violent man; he often attacked others.<ref name=Jones1998>{{cite book|title=Mark Smith: A Biography |first=John |last=Jones | date=1998 |publisher=Megasaurous Books |url=http://www.example.com/Smith_bio.pdf |format=PDF}}</ref>{{rp|52-3}} On at least three occasions he was sentenced to short periods in jail for assult.<ref name=Jones1998 />{{rp|55-6}}

This would render as: Smith was a very violent man; he often attacked others.[1]: 52–3  On at least three occasions he was sentenced to short periods in jail for assult.[1]: 55–6 

References

  1. ^ a b Jones, John (1998). Mark Smith: A Biography (PDF). Megasaurous Books.

Additional citations would be added in the same sort of way, using <ref>Test of citation here</ref> for each citation. Then in a Notes or References section, {{reflist}} would be used to tell the software to generate a list of citations. Usually there is only one reflist in an article, but in special situations there may be more than one.


Note that I used, {{cite book}} above. This, together with {{cite journal}}, {{cite news}}, {{cite web}} and sokme less commonly used ones, are Citation templates. Their use is not required. I and many editors find they help keep citation formats consistent, and avoid the niggling work of doing the text formatting. But citations may be formatted manually. They may also use any reasonable style, Wikipedia has no house citation style. However, all the citations in a particular article should use a consistent style. They can also be used in the References section when using parenthetical referencing.

I hope you find this helpful. Feel free to ask additional questions at the Teahouse or on {{User talk:DESiegel|my talk page]]. DES (talk) 20:54, 18 August 2015 (UTC)[reply]