A Facile Synthesis of Functionalized Bis(arylethynyl)benzene Derivatives via Sila-Sonogashira Reacti

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News A Facile Synthesis of Functionalized Bis(arylethynyl)benzene Derivatives via Sila-Sonogashira Reacti
# 1  
Old 11-09-2010
A Facile Synthesis of Functionalized Bis(arylethynyl)benzene Derivatives via Sila-Sonogashira Reacti

HPL-2010-185 A Facile Synthesis of Functionalized Bis(arylethynyl)benzene Derivatives via Sila-Sonogashira Reaction - Zhou, Zhang-Lin; Zhao, Lihua; Zhang, Sean; Vincent, Kent; Lam, Sity; Henze, Dick
Keyword(s): Bis(arylethynyl)benzene derivatives, Cross-coupling reaction, Sila-Sonogashira reaction.
Abstract: This paper describes a facile synthesis of a new series of symmetrical bis(arylethynyl)benzene derivatives via a one-pot coupling reaction between trialkylsilyl protected arylalkynyes and aryldihalides bearing both electron-withdrawing (EW) and electron-donating groups (ED) in the presence of PdCl2( ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Really understanding Linux/Unix-Derivatives

Hi I've been using Linux (Ubuntu) specifically for about 5 years now and been dabbling with nix for a couple more. I really am worried that with the way distro's are going and package management that i'm starting to loose touch with compiling applications and really understanding how they work.... (4 Replies)
Discussion started by: shitson
4 Replies

2. Shell Programming and Scripting

Nth of a file - bis

I've seen that it has been suggested to use awk to show e.g. the 50th line in a file awk 'NR==50{print;exit}' file What about if instead of a number I try to use a variable? e.g. COUNT awk 'NR==$COUNT{print;exit}' file awk 'NR==${COUNT}{print;exit}' file I can't make it work, ... (1 Reply)
Discussion started by: f_o_555
1 Replies
Login or Register to Ask a Question
TMALIGN(1)						      General Commands Manual							TMALIGN(1)

NAME
TMalign - protein structure alignment SYNOPSIS
TMalign structure.pdbtarget.pdb[options] DESCRIPTION
TMalign performs a structural alignment of proteins. The alignment is scored by the TM-score algorithm. OPTIONS
When started with no options, a summary of commands is given. With two protein structures presented as arguments, the TM-score uses the length of the second protein to be normalised. The final structural alignment is invariant to any of the options below. -L number normalises TM-score by an assigned length (in aa) -a normalises TM-score by the average length of the two structures -b normalises TM-score by the length of the shorter of the two structures -c normalises TM-score by the length of the longer of the two structures -o filename Run TM-align and output the superposition to 'filename.sup' and 'filename.sup_all'. The output files serve as scripts to the program rasmol. To view the superimposed structures of the aligned regions call 'rasmol -script TM.sup' To view the superimposed structures of all regions 'rasmol -script TM.sup_all'. SEE ALSO
http://zhang.bioinformatics.ku.edu/TM-align/, rasmol(1) When using this proram and for more detailed information, please refer to the publication in NucleicAcidsRes. (2005) Volume 33 page 2303ff. by Zhang and Skolnick. AUTHOR
tm-align was written by Zhang and Skolnick. This manual page was written by Steffen Moeller <moeller@debian.org>, for the Debian project (but may be used by others). October 21, 2007 TMALIGN(1)