科学网

 找回密码
  注册
科学网 标签 function 相关日志

tag 标签: function

相关日志

[转载]【源码】自相关函数Autocorrelation Function (ACF)的计算
lcj2212916 2019-2-9 11:21
本代码计算给定序列的自相关函数ACF。 Computes ACF for a given series. 根据滞后量p返回自相关输出向量。 Returns a vector of autocorrelations through lag p. 还可以生成 自相关的条形图 ,其中拒绝域用于测试(在白噪声假设下)每个自相关等于0。 Also produces bar graph of autocorrelations, with rejection region bands for testing (under white noise assumption) each autocorrelation = 0. 源代码: function ta = acf(y,p) % ACF - Compute Autocorrelations Through p Lags % myacf = acf(y,p) % % Inputs: % y - series to compute acf for, nx1 column vector % p - total number of lags, 1x1 integer % % Output: % myacf - px1 vector containing autocorrelations % (First lag computed is lag 1. Lag 0 not computed) % % % A bar graph of the autocorrelations is also produced, with % rejection region bands for testing individual autocorrelations = 0. % % Note that lag 0 autocorelation is not computed, % and is not shown on this graph. % % Example: % acf(randn(100,1), 10) % % -------------------------- % USER INPUT CHECKS % -------------------------- = size(y) ; if n2 ~=1 error( 'Input series y must be an nx1 column vector' ) end = size(p) ; if ~((a1==1 a2==1) (pn1)) error( 'Input number of lags p must be a 1x1 scalar, and must be less than length of series y' ) end % ------------- % BEGIN CODE % ------------- ta = zeros(p,1) ; global N N = max(size(y)) ; global ybar ybar = mean(y); % Collect ACFs at each lag i for i = 1:p ta(i) = acf_k(y,i) ; end % Plot ACF % Plot rejection region lines for test of individual autocorrelations % H_0: rho(tau) = 0 at alpha=.05 bar(ta) line( , (1.96)*(1/sqrt(N))*ones(1,2)) line( , (-1.96)*(1/sqrt(N))*ones(1,2)) % Some figure properties line_hi = (1.96)*(1/sqrt(N))+.05; line_lo = -(1.96)*(1/sqrt(N))-.05; bar_hi = max(ta)+.05 ; bar_lo = -max(ta)-.05 ; if (abs(line_hi) abs(bar_hi)) % if rejection lines might not appear on graph axis( ) else axis( ) end title({ ' ' , 'Sample Autocorrelations' , ' ' }) xlabel( 'Lag Length' ) set(gca, 'YTick' , ) % set number of lag labels shown if (p28 p4) set(gca, 'XTick' ,floor(linspace(1,p,4))) elseif (p=28) set(gca, 'XTick' ,floor(linspace(1,p,8))) end set(gca, 'TickLength' , ) % --------------- % SUB FUNCTION % --------------- function ta2 = acf_k(y,k) % ACF_K - Autocorrelation at Lag k % acf(y,k) % % Inputs: % y - series to compute acf for % k - which lag to compute acf % global ybar global N cross_sum = zeros(N-k,1) ; % Numerator, unscaled covariance for i = (k+1):N cross_sum(i) = (y(i)-ybar)*(y(i-k)-ybar) ; end % Denominator, unscaled variance yvar = (y-ybar)'*(y-ybar) ; ta2 = sum(cross_sum) / yvar ; 源码下载地址: http://page2.dfpan.com/fs/8lcje221e291c679df8/ 更多精彩文章请关注微信号:
3734 次阅读|0 个评论
[转载]“返老还童”蛋白功效受质疑
ericmapes 2017-4-22 10:39
“返老还童”蛋白功效受质疑 http://international.dbw.cn/ | 2015-05-2014:08:45 作者: 林小春     来源: 新华网     频道主编: 魏婷婷 http://international.dbw.cn/system/2015/05/20/056519600.shtml 新华网华盛顿5月19日电曾有研究称,注入年轻小鼠的血液会让年老小鼠“返老还童”,这一功效被认为是血液中一种叫GDF11的蛋白在发挥作用。但美国学术期刊《细胞-代谢》19日发表的一项新研究对此提出疑问,认为GDF11蛋白并非“返老还童”的关键。   2013年,哈佛大学干细胞生物学家埃米·韦杰斯等人提出,血液中的GDF11蛋白具有逆转衰老的效果,并指出血液里的GDF11蛋白水平随着实验动物的年龄增大而降低。2014年,哈佛大学研究人员又进一步提出,GDF11蛋白可改善衰老小鼠的心脏和大脑功能。GDF11蛋白的有关研究成果曾被美国《科学》杂志评为2014年十大科学突破之一。   但由美国诺华生物医学研究所专家戴维·格拉斯领导的团队,在重复使用韦杰斯等人用于发现GDF11蛋白的测量方法进行的新研究结果却显示,如此测量会很难将一种名为Myostatin的蛋白与GDF11蛋白区分开来,而Myostatin蛋白的功能是抑制肌肉生成,对促进“年轻化”没有帮助。   他们还发现,GDF11蛋白并非随实验动物年龄增大而减少,而是随其年龄增加而增多。此外,给肌肉受伤的小鼠注射GDF11蛋白后,并没有加快肌肉愈合,反而使得肌肉愈合受损,同样对“抗衰老”没用。诺华生物医学研究所的专家认为,这些发现说明,此前研究中采用的测量方法及其对GDF11蛋白功能的解释都有问题。   没有参与这项研究的美国约翰斯·霍普金斯大学教授李世振在一份声明里“中立”地评论说,最新研究对GDF11蛋白的抗衰老效果明确提出质疑,有必要进行更多研究。   加拿大渥太华医院研究所的卡罗林·布伦、迈克尔·鲁德尼茨基也持同样观点。他们在论文评论中写道,神话传说中有“不老泉”,但GDF11蛋白不是人们孜孜以求的“返老还童”因子。   对于新研究提出的疑问,持有“返老还童”观点的韦杰斯解释说,格拉斯等人的数据看似与早先的数据矛盾,但GDF11蛋白可能有多种形式,他和同事确定至少其中一种GDF11蛋白的水平会随年龄增加而下降,维持一定量的GDF11蛋白对于肌肉健康十分必要。
个人分类: 社会热点时评|344 次阅读|0 个评论
[转载]我的一篇有关数论论文应该投向何处
热度 2 zhxiaoluo 2017-4-11 14:58
这篇论文完成于2012年10月,论文名称为:ResearchofprimedistributionwithGaussianfunction;2013年开始投稿,刚开始主要投向高影响因子期刊如: INVENTIONESMATHEMATICAE、 JOURNALOFTHEAMERICANMATHEMATICALSOCIETY、 BULLETINOFTHEAMER- ICANMATHEMATICALSOCIETY、 ANNALSOFMATHEMATICS;后来又投向低影响因子期刊如: JOURNALOFNUMBERTHEORY、 PUREANDAPPLIEDMATHEMA TICSQUARTERLY、 BULLETINDELASOCIETEMATHEMATIQUEDEFRANCE、 PROCEEDINGSOFTHEINDIANACADEMYOFSCIENCES-MATHEMATICALSCIENCES;我现在真不知道还能往哪里投,请各位朋友帮忙;谢谢!(如果你们真想帮忙请仔细阅读我的论文) 这篇论文很有特色,值得大家学习! 161212-LuYi-v1.pdf
1501 次阅读|2 个评论
[转载]CXCR4 controls BCL-2 expression and function by regulating m
ericmapes 2017-3-31 22:19
CXCR4controls BCL-2 expressionandfunctionbyregulating miR -15a/16-1expressionintumorcells https://apps.webofknowledge.com/full_record.do?product=UAsearch_mode=GeneralSearchqid=3SID=3Ej9FLnGqjKgrsrnEuYpage=17doc=162 作者: Silberman,SK (Silberman,ShiriKlein); Abraham,M (Abraham,Michal); Bulvik,B (Bulvik,Baruch); Wald,H (Wald,Hanna); Eizenberg,O (Eizenberg,Orly); Olam,D (Olam,Dvorah); Weiss,L (Weiss,Lola); Beider,K (Beider,Katia); Wald,O (Wald,Ori); Bulvik,S (Bulvik,Shlomo) ; Avigdor,A (Avigdor,Abraham); Benjamini,O (Benjamini,Ohad); Galun,E (Galun,Eithan); Nagler,A (Nagler,Arnon); Pereg,Y (Pereg,Yaron); Peled,A (Peled,Amnon) 更多内容 更少内容 CANCERRESEARCH 卷: 76 增刊: 14 会议摘要: 3556 DOI: 10.1158/1538-7445.AM2016-3556 出版年: JUL2016 查看期刊信息 CANCERRESEARCH 影响因子 8.556 9.241 2015 5年 JCR 类别 类别中的排序 JCR分区 ONCOLOGY 13/213 Q1 数据来自第2015版 JournalCitationReports 出版商 AMERASSOCCANCERRESEARCH,615CHESTNUTST,17THFLOOR,PHILADELPHIA,PA19106-4404USA ISSN: 0008-5472 eISSN: 1538-7445 研究领域 Oncology 会议名称 会议: AACR107thAnnualMeetingonBioinformaticsandSystemsBiology 会议地点: NewOrleans,LA 会议日期: APR16-20,2016 会议赞助商: AmerAssocCancRes 出版商 AMERASSOCCANCERRESEARCH,615CHESTNUTST,17THFLOOR,PHILADELPHIA,PA19106-4404USA 类别/分类 研究方向: Oncology WebofScience类别: Oncology 文献信息 文献类型: MeetingAbstract 语种: English 入藏号: WOS:000389941704074 ISSN: 0008-5472 eISSN: 1538-7445 期刊信息 ImpactFactor(影响因子): JournalCitationReports 数据来自第2015版 JournalCitationReports 其他信息 IDS号: EE9JG WebofScience核心合集中的引用的参考文献: 0 WebofScience核心合集中的被引频次: 0
个人分类: 社会热点时评|223 次阅读|0 个评论
An introduction to DG
yuewenxiong 2016-11-3 11:26
What is DG? An Example consider \begin{equation} \left\{ \begin{aligned} u_{x}=cos(x) on \\ u(0)=0 \\ \end{aligned} \right. \end{equation} \begin{equation} \left\{ \begin{aligned} \overset{.}x(t) =A_{ci}x(t)+B_{1ci}w(t)+B_{2ci}u(t) \\ z(t) =C_{ci}x(t)+D_{ci}u(t) \\ \end{aligned} \right. \end{equation} Standard Finite Element Metho Approximate: $u(x)=\sum_j u_j \phi_j(x)$,where $\phi_{j}$ are 'hat' basis function. PicTUre Weak form of equations: $ \int_I u_x \phi_i dx =\int_I cos(x) \phi_i dx $ $-\int_I u\phi_(i,x)dx+u\phi_i\mid_{x_0} ^{x_4} =\int_Icos(x)\phi_{i}dx$ substitute $u(x)=\sum_j u_j \phi_j(x)$,our goal is solve for the $u_j$ $$-\sum_j u_j \int_I \phi_j \phi_{i,x}dx +u_4\phi_i-u_0\phi_i=\int_I cos(x) \phi_i dx$$ Where DG differ \item Formulation is the same as standard FEM; \item DG difference is the choice of basis,no continuity constraint between elements;PICTURE \item Numerical flux \item DG weak form: $$\int_{I_k} u_x \phi_i dx =\int_{I_k} cos(x)\phi_i dx $$ $$-\int_{I_k}u\phi_{i,x}dx +u\phi_i \mid _{x^-_{k-\frac{1}{2}}} ^{x^-_{k+\frac{1}{2}}}=\int_{i_k} cos(x)\phi_i dx$$ \item $u$ is multi valued at element interfaces: PICTURE \item Motivation:choosing $\phi_i=1$ (1-D) $$u^-_{k+1/2}-u^-_{k+1/2}=u_k-u_{k-1}=\Delta x cos(x_{k-1/2})$$ DG for conservation law $$u_t +f(u)_x=0$$ $$u(x,0) =u_0(x)$$ \item Approximate: $$u^h(x,t)=\sum_{l=0}^{k}u_i^{(l)}(t)v_l^{(i)}(x)\ for\ x \in I_i$$ where $v_0^i(x)=1,v_1^i(x)=\frac{x-x_i}{\Delta x_i/2},v_2^i(x)=(\frac{x-x_i}{\Delta x_i/2})^2-\frac{1}{3}$ is the orthogonal basis over $I_i$;$u^{(l)}_i(t)=\frac{1}{\int_{I_i}(v^{(i)}_l)^2dx}\int_{I_i} u^h(x,t)v^{(i)}_l(x)dx$ are degree of freedom \item DG weak formulation $$\int_{I_i} u_tv dx -\int_{I_i} f(u)v_{x}dx +f(u(x_{i+1/2},t))v(x_{i+1/2})-f(u(x_{i-1/2},t))v(x_{i-1/2})=0$$(it's not Ok! ) \item Numerical flux $\hat{f}_{i+1/2}=\hat{f}(u^-_{i+1/2},u^+_{i+1/2})$ to replace the $f(u_{i+1/2})$ \begin{description} \item monotone $\hat{f}(\uparrow,\downarrow)$ \item $\hat{f}$ is Lipschitz continuos with respect to both arguments. \item $\hat{f}(u,u)=f(u)$ \end{description} \item Example of numerical flux \begin{description} \item $$\hat{f}^{LF}(a,b)=\frac{1}{2} ,\alpha=max|f'(u)|$$ Particular :if $f(u)=u\Rightarrow \hat{f}=\hat{f}(u^-_{i+1/2},u^-_{i-1/2})=u^-_{i+1/2}$ \item \ \end{description} \item Semi-discretization scheme$$\frac{d}{dt}u^{(l)}_i +\frac{1}{a_l}(-\int_{I_i}f(u^h)\frac{d}{dx}v^{(i)}_l(x)dx +\hat{f}_{i+1/2}v^{(i)}_l(x_{i+1/2})-\hat{f}_{i-1/2}v^{(i)}_l(x_{i-1/2}))=0$$ we write the above as $$u_t=L(u)$$ \item Time discretization(Runge-Kutta) \begin{align*} u^{(1)} =u^n+\Delta tL(u^n) \\ u^{(2)} =\frac{3}{4}u^n+\frac{1}{4}u^{(1)}+\frac{1}{4}\Delta t L(u^{(1)}) \\ u^{n+1} =\frac{1}{3}u^n+\frac{2}{3}u^{2}+\frac{2}{3}\Delta t L(u^{(2)}) \end{align*} \end{enumerate} \boxed{\emph{\textbf{Cell entropy inequality and $L^2$ -stability}}} \begin{description} \item $$U(u)_t+F(u)_x \leqslant 0$$ where $U(u)$ is entropy with $U''(u)\geqslant 0$ and the corresponding entropy flux $F(u)=\int ^u U'(u)f'(u)u_x dx$\\ \item :\\ (1) The solution $u_h$ to the semi-discrete DG scheme satisfies the following cell entropy inequality $$\frac{d}{dt}\int_{I_j} U(u_h)dx +\hat{F}_{j+1/2} -\hat{F}_{j-1/2}\leqslant 0$$ for the square entropy $U(u) = u^2/2$ and for some consistent entropy flux $\hat{F}_{j+1/2}=\hat{F}(u^-_{h,j+1/2},u^+_{h,j+1/2})$,with $\hat{F}(u,u)=F(u)=uf(u)-\int ^u f(u)du$\\ (2)Furthermore, uh satisfies the following $L^2$-stability $$\frac{d}{dt}\int_0 ^1 (u_h)^2dx \leqslant 0 $$ $$\|u_h(\cdot,t)\|_{L^2}\leqslant \|u_h(\cdot,0)\|_{L^2}\leqslant \|u_0\|_{L^2}$$ \end{description} \boxed{\emph{\textbf{Limiter and total variation stability}}} \begin{description} \item :\\ \begin{itemize} \item Maintain the local conservation: keep the cell average; \item Do not degrade the accuracy of the scheme \end{itemize} \item \item \begin{align*} \tilde{u}_i^{(mod)} =m(\tilde{u}_i,\Delta_+ \bar{u}_i,\Delta_-\bar{u}_i) \\ \tilde{\tilde{u}}_i^{(mod)} =m(\tilde{\tilde{u}}_i,\Delta_+ \bar{u}_i,\Delta_-\bar{u}_i) \end{align*} with \ Then set $$u_h ^{(mod)}(x^-_{i+1/2})=\bar{u}_{i}+\tilde{u}^{(mod)}_i$$,$$u_h ^{(mod)}(x^+_{i+1/2})=\bar{u}_{i}+\tilde{\tilde{u}}^{(mod)}_i$$ New $u_h=$\\ \item \item If a scheme can be written in the form$$ u^{n+1}_i=u^n_i +C_{i+1/2}\Delta_+ u^n_i -D_{i-1/2}\Delta_-u^n_i$$periodic or compacted supported boundary conditions, where $C_{i+ 1 /2}$ and $D_{i? 1/ 2}$ may be nonlinear functions of the grid values $u^n_j$ for $j = i-p, .... , i+q $ with some $p, q\geqslant 0$, satisfying$$C_{i+1/2}\geqslant0,D_{i+1/2}\geqslant0,C_{i+1/2}+D_{i+1/2}\leqslant 1$$ then the scheme is TVD,namely:$$TV(u^n+1) \leqslant TV(u^n)$$ where $$TV(u)=\sum_i |\Delta_+ u_i|$$ \item The solution un h of the DG scheme with the forward Euler time discretization using the limiter discussed above, is total variation diminishing in the means (TVDM), that is$$ TV M(u^{n+1}_h) \leqslant TV M(u^n_h)$$.with the semi-norm defined as $TV M(u_h) = \sum_i|\Delta_+\bar{u}_i|$. Similar result can be extended to high order SSP time discretizations \item ? \\ \begin{enumerate} \item In the smooth, monotone region:assume $u_h$ is an approximation to a locally smooth function $u$, then$$\tilde{u}_i=\frac{1}{2}u_x(x_i)\Delta x_i +o(h^2),\tilde{\tilde{u}}_i=\frac{1}{2}u_x(x_i)\Delta x_i+o(h^2)$$ while:\begin{align*} \Delta_+\bar{u}_i =\frac{1}{2}u_x(x_i)(\Delta x_i+\Delta x_{i-1} )+o(h^2) \\ \Delta_-\bar{u}_i =\frac{1}{2}u_x(x_i)(\Delta x_i+\Delta x_{i-1} )+o(h^2) \\ \tilde{u}^{(mod)}_i =m(\bar{u_i},\Delta_+\bar{u_i},\Delta_-\bar{u_i})\approx \tilde{u}_i \end{align*} \item At the smooth extrema:Accuracy loss!PICTURE $$\Delta_+\bar{u_i}\Delta_-\bar{u_i}0,and\ \tilde{u}^{(mod)}_i =m(\bar{u_i},\Delta_+\bar{u_i},\Delta_-\bar{u_i})=0$$ \item :\\ \ \boxed{Error estimate:} \item Let $u$ be the smooth exact solution to the conservation law $u_t + u_x = 0$, and let uh be the numerical solution to the semi-discrete DG method, then $\parallel u-u_h\parallel_{L^2} \leqslant Ch^{k+1}$ here the constant C depends on the exact solution and it is independent of $h$, \end{enumerate} \end{description}
709 次阅读|0 个评论
我的新书《Meaning of the Wave Function》前言,目录和推荐语
热度 13 gaoshan1900 2016-9-3 15:58
我的新书《Meaning of the Wave Function: In search of the ontology of quantum mechanics》已经完稿,将由 剑桥大学出版社 于明年初出版。这里是书的前言,目录和推荐语。 Mwf book by Shan Gao preface.pdf A thoughtful survey of the many issues arising from the question: Does the quantum mechanical wave function represent physical reality? Gao's book will provoke stimulating discussions among physicists and philosophers of science. --- Stephen L. Adler, Institute for Advanced Study, Princeton, author of Quantum Theory as an Emergent Phenomenon This book discusses in great detail the fundamental problem of the conceptual and philosophical status of the quantum wavefunction. The remarkable deepness and completeness of the analysis and the appreciable and objective way of the author in discussing divergent positions render the book a useful tool of investigation. I unrestrictedly recommend this work to all people interested in contributing to clarify the most intriguing aspects of the measurement problem and the various obscure and debated aspects of quantum mechanics. --- GianCarlo Ghirardi, University of Trieste and ICTP, Trieste, author of Sneaking a Look at God's Cards A profound book for a deep question. --- Nicolas Gisin, University of Geneva, author of Quantum Chance The meaning of the wave function is a problem encountered by all students of quantum mechanics. The wave function is usually attributed just a probabilistic significance but might it have other characteristics - could it be a physical field? Shan Gao's admirable book is the first to present a comprehensive analysis of this fundamental topic. Drawing upon recent thinking, the author presents a readable up-to-the-minute assessment of the various viewpoints on the significance of the wave function. The book provides an excellent introduction to this key area in the foundations of physics. --- Peter Holland, University of Oxford, author of The Quantum Theory of Motion The reality or unreality of the quantum wave function is a topic of lively debate in the foundations of quantum mechanics. In this thoughtful and thought-provoking book, Shan Gao offers nothing less than a novel realist interpretation of the wave function, as describing the propensities of particles undergoing random discontinuous motion. It is a book that everyone interested in the ongoing debates will want to take a look at. --- Wayne Myrvold, Western University, co-editor of Studies in History and Philosophy of Modern Physics 补记:书的初稿可以从下述链接下载 https://arxiv.org/abs/1611.02738 http://philsci-archive.pitt.edu/12608/ https://gucas.academia.edu/ShanGao
个人分类: 量子物理|4781 次阅读|17 个评论
Matlat: define function and subfunction
haibaraxx 2016-8-23 05:10
Define a function: % in_arg stands for input arguments, while out_arg stands for output arguments. Syntax: function =function_name(in_arg1,in_arg2,...) description end Define a subfunction (also: local function) into the function (also: main function): % Only main function can be called from outside (by the Command Window scripts). % The inputoutput arguments within the subfunction is unavailable to the main function and the Command Window. The inputoutput arguments within the main function is unavailable to the subfunction and the Command Window. % See e.g. below: we give input arguments to the function myRand, and get a as an output. Then a value is copied and passed to M as an input argument of the function sumAllElements, and get summa as an output of sumAllElements. Finally, summa value is copied and passed to s as the other output of the function myRand. % make the function polymorphic by setting variable number of arguments Two built-in functions: nargin : returns the number of actual input arguments that the function was called with. nargout : returns the number of output argument s that the function caller requested.
个人分类: Matlab|2348 次阅读|0 个评论
意识是函数
热度 19 小水獭 2016-6-15 08:38
达尔文写道: “——the mind is function of body.——” 自然的翻译是 “ 意识是肉体的功能 ” 。而 function 有函数的意思。这么想也挺有意思:天生的肉体加上听的话看的书,在意识这个函数的变换下,产生手工制品、思想、书籍、图画、音乐和人世间悲欢离合。 y = f (x) output = mind (body, input)
个人分类: 活色生香de生物科学|5722 次阅读|24 个评论
读文章:Accelerated Learning in Layered Neural Networks
tailuo6 2016-1-7 18:49
论文Accelerated Learning in Layered Neural Networks(1988)老文章了,主要内容是神经网络中使用log-likelihood cost function比使用传统的quadratic cost function要好。 看这篇文章同时解决了之前看神经网络程序的一个疑惑。 一个经典的神经网络(NN)的符号表示为 其中g为激活函数,W为连接权重矩阵。 传统NN中使用的误差函数(损失函数)为均方误差(quadratic cost)函数: 其中 表示网络输出,而 表示实际的目标(target)。 而新的log损失函数(log cost function)定义为: 其意义为目标分布与网络输出分布的交叉熵(KL散度),使用该损失函数的效果要优于均方误差。 注:这里也即 Hinton等提出了一个简化版本的log损失函数 其中 也即 也即将log损失函数中的与输出 无关的项目(为常数,即数据分布的熵)减去。这样只剩下包含 的项目,比较简洁。 在使用BP计算各层的梯度时,要用到 其中 即为著名的反向传播梯度(backward gradients)。 注:这里使用 是损失函数的负梯度。 事实上,通过推导可得到 即 从后向前传播。从而只要知道后一层(L层)的梯度,就可以很方便的向前各个层的梯度。 最后一层(L层)的 与cost function有关系,计算公式为 而如果最后一层使用logistic激活函数(sigmoid函数,或者softmax函数也一样),上面的公式可以做出一些简化 也即 原始公式中分母的项正好约去。得到这个简略形式的梯度:
个人分类: 读文章|1985 次阅读|0 个评论
编写KNN分类的R语言代码
jinxingche 2015-12-29 09:17
KNNperfor -function( trainX, trainy, testX, testy ,k ) { ##build KNN classification model ## example of euclidean distances. M=length( trainX ) Xt= rbind(trainX, testX) Dtest=as.matrix( dist( Xt , method = euclidean ) ) Tsort= sort( Dtest , method = qu, index.return = TRUE) Vote= trainy ] PreY= as.numeric(names(table( Vote )) ) Error=PreY!= t est y Predict=c ( PreY,Error ) return( Predict ) } KNN分类时确定k后得到投票向量 Vote,用以下可求出预测分类 PreY= as.numeric(names(table( Vote )) )
个人分类: 统计机器学习及R编程|4035 次阅读|0 个评论
A R function to calculate the McIntosh diversity index
chaizongzheng 2015-11-29 09:03
Formula as follow: where D m is McIntosh diversity index,N is the total number of individuals in the plant population, N i is the number of individuals of the i th species. R function as follow: #A R function for calculating the mcIntosh diversity index mcIntosh-function(x,MARGIN = 1){ x - drop(as.matrix(x)) if (length(dim(x)) 1) { total - apply(x, MARGIN, sum) Dm-(total-(rowSums(x^2))^0.5)/(total-total^0.5) } else { Dm - (sum(x)-(sum(x^2))^0.5)/(sum(x)-sum(x)^0.5)} return(Dm) } Example: library(vegan) data(BCI) mcIntosh(BCI) mcIntosh.txt
个人分类: R software|2698 次阅读|0 个评论
[转载]MD求解DOS
热度 1 chinaanmeng 2015-10-28 02:35
文献说的是对的,但不是VCF,是velocity auto-correlation function,简称VAFC。 具体做法如下,以单元素为例,如BCC 钨。 1. 先用MD把结构升温到某个温度,如10K,让体系达到热平衡。 2. 记录下来平衡后每个原子的速度,如vi 3. 热平衡后,继续运行MD过程N步,(每步的时间步长为t,则总的运行时间为T=Nt)。在运行过程中算出每一步的VACF=每个原子当前速度与第2步记录下来的速度的点乖 的加和。 4. 运行完第3步,你将得到N个时间序列的VACF。 5. 把VACF时间序列作时域-频域傅立叶变换,可以参考Matlab的FFT指令,软件的Help 可以查到该指令的具体细节。 6. 做完傅立叶变换,你将得到N个复数的序列。对复数取模。将复数序列分成前后两部分,只保留后半部分,也就是N/2个实数(已对复数取模)。这就是你要的DOS! 7. 事情还没完,因为第6步只得到了纵坐标。这一步教你如果确定横坐标。记得你运行了N步得到了VACF,总时间步长为T,那么,你得到的DOS的分辨率则为dW=2Pi/T,有效的DOS为N/2个数字,所以,横坐标则为: [0:dw:Pi/t],共N/2个数。 8. 把第7步的横坐标与第6步的纵坐标合在一起作图。就是你得到的DOS曲线。但是该曲线不可以与实验对比,因为你还要将曲线归一化,也就是说,让DOS曲线与x轴围成的面积变成1.注意到,横纵是频率,纵轴单位是频率的倒数,所以,归一化后,曲线的物理意义是,在某个频率上的振动模式的数密度,也就是态密度吧! 9. 打完收工。 注意事项 1. 关于计算VACF前,体系要在什么温度下作热平衡。如果你要与第一性原理结果对比,就取0.1K。如果与实验作对比,就用300K。对于Noble金属,只要是低于0.5Tm(熔点),DOS不会有什么大变化。但如果你想研究DOS随温度变化的性质,最好多做几个温度的结果。尤其如果存在相变,更要注意温度变化带来的改变。 2 关于计算VACF的时长与步长。简单地说,步长t是决定了DOS的频率范围,wmax=Pi/t。时长T决定了分辨率,dw=2Pi/T。一般的MD的步长都设为1飞秒,足够的。关键是T,我一般会选13皮秒,分辨率是够用的。注意,这个N最好是接近2的幂次的整数,如65535之类的。因为作傅立叶变换一般采用快速傅氏变换。如果待变换的序列个数不够2的幂次,会在序列后面补零以凑数。如果补的零太多,有效的数字就少,对结果会有影响。 3. 记得要归一化! 4. 如果你不懂FFT,打开MAtlab,去Help那里找FFT,根据软件给的例子,自己先找一个正弦函数试验一下,积累经验。因为,变换后的数据处理是很微妙的。 5. 祝你好运。
个人分类: phonon|1287 次阅读|1 个评论
“拼接体”工作能否再次获得诺贝尔奖?
duke01361 2015-8-23 14:06
“拼接体”工作能否再次获得诺贝尔奖? Spliceosome Structure and Function7.pdf 因拼接体获得诺贝尔奖者: Phillip Sharp and Richard J. Roberts were awarded the 1993 Nobel Prize in Physiology or Medicine for their discovery of introns and the splicing process A spliceosome is a large and complex molecular machine found primarily within the splicing speckles of the cell nucleus of eukaryotic cells. The spliceosome is assembled from snRNAs and protein complexes. The spliceosome removes introns from a transcribed pre-mRNA, a kind of primary transcript. This process is generally referred to as splicing.Only eukaryotes have spliceosomes and metazoans have a second spliceosome, the minor spliceosome 拼接体的组装的动态描述( Spliceosome assembly)还没有获奖,可能已经不再值得授予诺贝尔奖 以下是施一公院士的文章,对比上图(已经知道的过程)看看施一公院士的工作究竟有没有新意? Science. 2015 Aug 20. pii: aac8159. Structural basis of pre-mRNA splicing. Hang J(1), Wan R(1), Yan C(1), Shi Y(2). Author information: (1)Ministry of Education Key Laboratory of Protein Science, Tsinghua-Peking Joint Center for Life Sciences, Center for Structural Biology, School of Life Sciences, Tsinghua University, Beijing 100084, China. (2)Ministry of Education Key Laboratory of Protein Science, Tsinghua-Peking Joint Center for Life Sciences, Center for Structural Biology, School of Life Sciences, Tsinghua University, Beijing 100084, China. shi-lab@tsinghua.edu.cn. Splicing of pre-mRNA is performed by the spliceosome. In the cryo-EM structure of the yeast spliceosome, U5 snRNP acts as a central scaffold onto which U6 and U2 snRNAs are intertwined to form a catalytic center next to Loop I of U5 snRNA. Magnesium ions are coordinated by conserved nucleotides in U6 snRNA. The intron lariat is held in place through base pairing interactions with both U2 and U6 snRNAs, leaving the variable-length middle portion on the solvent-accessible surface of the catalytic center. The protein components of the spliceosome anchor both 5'- and 3'-ends of the U2 and U6 snRNAs away from the active site, direct the RNA sequences, and allow sufficient flexibility between the ends and the catalytic center. Thus, the spliceosome is in essence a protein-directed ribozyme, with the protein components essential for the delivery of critical RNA molecules into close proximity of one another at the right time for the splicing reaction.
个人分类: Science in action|3601 次阅读|0 个评论
专题讨论班:Schur function(周池春)
GrandFT 2015-6-2 21:14
题目: Schur function(S-function) 主讲: 周池春 时间:2015年06月03 星期三上午10:15 地点:16教学楼308室 1. Schur-function 介绍(S-function又称为Symmetry function,是一类在交换变量操作下保持不变的函数。S-function 与置换群,U(n)群的群表示有着很重要的关系。) 2. Schur-function 和置换群之间的关系介绍。 3. Schur-function 和U(n)群表示之间的关系介绍。 参考书目: 《The Theory of Group Characters and Matrix Representations of Groups》 Dudley E.Littlewood 《Symmetric functions and Hall polynomials》Macdonald I.G 《New S-function Series and Application of Group Theory in Suppersymmetries》 M.Yang
个人分类: 专题讨论班|2162 次阅读|0 个评论
Ionocovalent Bond Parameter Function Table
热度 1 baijiab 2014-7-17 18:13
J. Am. Huilin Ins. 2014, 5, 21. Journal of American Huilin Institute ISSN 2160-438X http://www.amhuilin.com/journal/jahi 英文原版: Int. J. Mol. Sci. 2010, 11, 4381-4406. IC-Model Full-Text Ionocovalency and Applications 1 (3.) Ionocovalent Bond Parameter Function Table Yonghe Zhang American Huilin Institute http://www.amhuilin.com Ionocovalent Bond Parameter Function Table n* - Effective principle quantum number I z - Ultimate IP I av - Average IP , Z* - Effective nuclear charge r c -1 - σ -covalency r c - Covalent radiu Xz - Zhang electronegativity 1982 n*r c -1 - Spatial covalency X IC -Zhang electronegativity 2010 IC - Ionocovalency AtmNo Cation n* I z I av r c -1 n*r c -1 Z* r c Xz X IC IC 1 H + 0.85 13.60 13.60 2.703 2.297 0.850 0.370 2.271 1.333 2.297 2 He 2+ 0.85 54.40 39.50 3.571 3.036 1.449 0.280 6.001 2.518 5.173 3 Li + 1.99 5.39 5.39 0.816 1.624 1.253 1.225 0.976 0.808 1.023 4 Be 2+ 1.99 18.20 13.76 1.031 2.052 2.002 0.970 1.365 1.237 2.064 5 B 3+ 1.99 37.90 23.80 1.250 2.488 2.633 0.800 2.026 1.743 3.291 6 C 4+ 1.99 64.50 37.02 1.316 2.618 3.283 0.760 2.583 2.167 4.320 6 C 3+ 1.99 47.90 27.85 1.316 2.618 2.848 0.760 2.333 1.931 3.747 6 C 2+ 1.99 24.40 17.83 1.316 2.618 2.279 0.760 1.887 1.622 2.998 7 N 5+ 1.99 97.90 53.41 1.351 2.689 3.943 0.740 3.125 2.583 5.329 7 N 4+ 1.99 77.50 42.28 1.351 2.689 3.509 0.740 2.866 2.341 4.742 7 N 3+ 1.99 47.50 30.54 1.351 2.689 2.982 0.740 2.412 2.047 4.030 7 N 2+ 1.99 29.60 22.07 1.351 2.689 2.535 0.740 2.067 1.798 3.425 7 N + 1.99 14.53 14.53 1.351 2.689 2.057 0.740 1.680 1.532 2.780 8 O 6+ 1.99 138.00 72.02 1.370 2.726 4.579 0.730 3.642 2.972 6.273 8 O 2+ 1.99 35.10 24.36 1.370 2.726 2.663 0.730 2.221 1.890 3.648 9 F 7+ 1.99 185.00 94.03 1.408 2.803 5.233 0.710 4.284 3.423 7.370 10 Ne 4+ 1.99 97.10 55.79 1.724 3.431 4.030 0.580 4.584 3.250 6.949 10 Ne 2+ 1.99 41.00 31.27 1.724 3.431 3.018 0.580 3.250 2.530 5.203 11 Na + 2.89 5.14 5.14 0.636 1.838 1.777 1.572 0.948 0.853 1.130 12 Mg 2+ 2.89 15.00 11.33 0.733 2.119 2.637 1.364 1.168 1.184 1.933 13 Al 3+ 2.89 28.50 17.76 0.826 2.388 3.303 1.210 1.464 1.512 2.730 13 Al + 2.89 5.99 5.99 0.826 2.388 1.918 1.210 1.091 1.040 1.585 14 Si 4+ 2.89 45.10 25.76 0.847 2.449 3.978 1.180 1.686 1.776 3.371 14 Si 2+ 2.89 16.30 12.23 0.847 2.449 2.740 1.180 1.323 1.344 2.322 15 P 5+ 2.89 65.00 35.36 0.935 2.701 4.660 1.070 2.105 2.181 4.355 15 P 4+ 2.89 51.40 27.95 0.935 2.701 4.143 1.070 1.958 1.982 3.872 15 P 3+ 2.89 30.20 20.13 0.935 2.701 3.516 1.070 1.682 1.741 3.286 15 P + 2.89 10.49 10.49 0.935 2.701 2.538 1.070 1.309 1.364 2.372 16 S 6+ 2.89 88.00 46.08 0.971 2.806 5.319 1.030 2.445 2.515 5.165 16 S 4+ 2.89 47.30 28.94 0.971 2.806 4.216 1.030 1.999 2.073 4.093 16 S 2+ 2.89 23.30 16.83 0.971 2.806 3.215 1.030 1.634 1.673 3.121 17 Cl 7+ 2.89 114.00 58.38 1.010 2.919 5.988 0.990 2.832 2.879 6.048 17 Cl 5+ 2.89 67.80 39.53 1.010 2.919 4.927 0.990 2.362 2.438 4.977 17 Cl 3+ 2.89 39.60 25.46 1.010 2.919 3.954 0.990 1.988 2.032 3.994 17 Cl + 2.89 12.97 12.97 1.010 2.919 2.822 0.990 1.469 1.562 2.851 18 Ar 4+ 2.89 59.80 35.97 1.031 2.979 4.700 0.970 2.327 2.383 4.845 18 Ar 2+ 2.89 27.60 21.68 1.031 2.979 3.649 0.970 1.830 1.937 3.762 19 K + 3.45 4.34 4.34 0.513 1.769 1.949 1.950 0.899 0.799 0.999 20 Ca 2+ 3.45 11.90 9.01 0.576 1.987 2.807 1.736 1.033 1.053 1.617 21 Sc 3+ 3.45 24.80 14.71 0.695 2.397 3.588 1.439 1.317 1.414 2.494 22 Ti 4+ 3.45 43.30 22.81 0.755 2.606 4.468 1.324 1.621 1.777 3.374 22 Ti 3+ 3.45 27.50 15.97 0.755 2.606 3.739 1.324 1.449 1.550 2.824 22 Ti 2+ 3.45 13.60 10.21 0.755 2.606 2.989 1.324 1.249 1.317 2.258 23 V 5+ 3.45 65.20 32.53 0.817 2.819 5.336 1.224 1.990 2.183 4.359 23 V 4+ 3.45 46.70 24.36 0.817 2.819 4.617 1.224 1.803 1.941 3.772 23 V 3+ 3.45 29.30 16.91 0.817 2.819 3.847 1.224 1.590 1.682 3.143 23 V 2+ 3.45 14.70 10.72 0.817 2.819 3.063 1.224 1.352 1.418 2.502 23 V + 3.45 6.74 6.74 0.817 2.819 2.429 1.224 1.166 1.205 1.984 24 Cr 6+ 3.45 90.60 43.88 0.853 2.944 6.197 1.172 2.337 2.565 5.287 24 Cr 5+ 3.45 69.30 34.53 0.853 2.944 5.498 1.172 2.141 2.320 4.691 24 Cr 4+ 3.45 49.10 25.84 0.853 2.944 4.756 1.172 1.925 2.059 4.058 24 Cr 3+ 3.45 31.00 18.09 0.853 2.944 3.979 1.172 1.689 1.786 3.395 24 Cr 2+ 3.45 16.50 11.64 0.853 2.944 3.191 1.172 1.442 1.509 2.723 24 Cr + 3.45 6.77 6.77 0.853 2.944 2.434 1.172 1.202 1.243 2.077 25 Mn 7+ 3.45 119.00 56.33 0.856 2.954 7.022 1.168 2.578 2.864 6.012 25 Mn 6+ 3.45 95.00 45.89 0.856 2.954 6.337 1.168 2.386 2.622 5.426 25 Mn 5+ 3.45 72.40 36.07 0.856 2.954 5.618 1.168 2.181 2.369 4.810 25 Mn 4+ 3.45 51.20 26.99 0.856 2.954 4.860 1.168 1.958 2.101 4.161 25 Mn 3+ 3.45 33.70 18.91 0.856 2.954 4.068 1.168 1.734 1.822 3.483 25 Mn 2+ 3.45 15.60 11.52 0.856 2.954 3.175 1.168 1.428 1.507 2.719 25 Mn + 3.45 7.44 7.44 0.856 2.954 2.552 1.168 1.226 1.287 2.185 26 Fe 6+ 3.45 99.00 47.26 0.858 2.961 6.431 1.165 2.428 2.661 5.520 26 Fe 5+ 3.45 75.00 36.91 0.858 2.961 5.684 1.165 2.214 2.397 4.879 26 Fe 4+ 3.45 54.80 27.39 0.858 2.961 4.896 1.165 2.005 2.119 4.203 26 Fe 3+ 3.45 30.70 18.26 0.858 2.961 3.997 1.165 1.695 1.801 3.431 26 Fe 2+ 3.45 16.20 12.04 0.858 2.961 3.245 1.165 1.444 1.535 2.786 26 Fe + 3.45 7.87 7.87 0.858 2.961 2.624 1.165 1.241 1.315 2.253 27 Co 4+ 3.45 51.30 27.44 0.870 3.000 4.901 1.150 1.996 2.143 4.261 27 Co 3+ 3.45 33.50 19.49 0.870 3.000 4.130 1.150 1.762 1.867 3.591 27 Co 2+ 3.45 17.10 12.48 0.870 3.000 3.305 1.150 1.480 1.571 2.874 27 Co + 3.45 7.86 7.86 0.870 3.000 2.623 1.150 1.253 1.327 2.281 28 Ni 4+ 3.45 54.90 28.99 0.901 3.108 5.037 1.110 2.131 2.256 4.537 28 Ni 3+ 3.45 35.20 20.35 0.901 3.108 4.220 1.110 1.861 1.953 3.802 28 Ni 2+ 3.45 18.20 12.92 0.901 3.108 3.363 1.110 1.556 1.635 3.029 28 Ni + 3.45 7.64 7.64 0.901 3.108 2.586 1.110 1.281 1.347 2.330 29 Cu 3+ 3.45 36.80 21.61 0.901 3.108 4.349 1.110 1.885 2.001 3.918 29 Cu 2+ 3.45 20.30 14.02 0.901 3.108 3.502 1.110 1.599 1.687 3.155 29 Cu + 3.45 7.73 7.73 0.901 3.108 2.601 1.110 1.284 1.352 2.343 30 Zn 2+ 3.45 18.00 13.70 0.801 2.762 3.462 1.249 1.388 1.529 2.772 30 Zn + 3.45 9.39 9.39 0.801 2.762 2.867 1.249 1.218 1.333 2.295 31 Ga 3+ 3.45 30.70 19.07 0.803 2.771 4.085 1.245 1.581 1.739 3.281 31 Ga + 3.45 6.00 6.00 0.803 2.771 2.292 1.245 1.131 1.145 1.841 32 Ge 4+ 3.45 45.70 25.93 0.818 2.821 4.763 1.223 1.794 1.992 3.895 32 Ge 2+ 3.45 15.90 11.90 0.818 2.821 3.227 1.223 1.376 1.474 2.639 33 As 5+ 3.45 62.60 33.90 0.826 2.851 5.447 1.210 1.993 2.242 4.502 33 As 3+ 3.45 28.40 18.94 0.826 2.851 4.071 1.210 1.596 1.773 3.364 33 As + 3.45 9.81 9.81 0.826 2.851 2.930 1.210 1.257 1.385 2.422 34 Se 6+ 3.45 81.70 42.44 0.855 2.949 6.095 1.170 2.264 2.533 5.209 34 Se 4+ 3.45 42.90 26.16 0.855 2.949 4.785 1.170 1.854 2.072 4.090 34 Se 2+ 3.45 21.20 15.48 0.855 2.949 3.681 1.170 1.533 1.683 3.146 35 Br 7+ 3.45 103.00 52.60 0.876 3.021 6.785 1.142 2.529 2.835 5.941 35 Br 5+ 3.45 59.70 35.32 0.876 3.021 5.560 1.142 2.111 2.393 4.869 35 Br + 3.45 11.81 11.81 0.876 3.021 3.215 1.142 1.369 1.547 2.815 36 Kr 6+ 3.45 78.50 45.20 0.862 2.974 6.290 1.160 2.260 2.621 5.422 36 Kr 4+ 3.45 52.50 32.00 0.862 2.974 5.292 1.160 1.989 2.267 4.562 36 Kr 2+ 3.45 24.50 19.25 0.862 2.974 4.105 1.160 1.604 1.845 3.538 37 Rb + 3.85 4.18 4.18 0.463 1.782 2.134 2.160 0.885 0.794 0.988 38 Sr 2+ 3.85 11.00 8.35 0.522 2.011 3.017 1.914 1.003 1.036 1.576 39 Y 3+ 3.85 20.50 13.03 0.619 2.382 3.768 1.616 1.211 1.348 2.332 40 Zr 4+ 3.85 34.30 19.31 0.688 2.648 4.588 1.454 1.472 1.687 3.155 40 Zr 3+ 3.85 23.00 14.31 0.688 2.648 3.950 1.454 1.346 1.506 2.716 40 Zr 2+ 3.85 13.10 9.97 0.688 2.648 3.296 1.454 1.206 1.321 2.267 41 Nb 5+ 3.85 50.60 27.02 0.745 2.869 5.426 1.342 1.769 2.053 4.043 41 Nb 4+ 3.85 38.30 21.12 0.745 2.869 4.798 1.342 1.640 1.860 3.575 41 Nb 3+ 3.85 25.00 15.39 0.745 2.869 4.096 1.342 1.474 1.644 3.052 41 Nb 2+ 3.85 14.30 10.59 0.745 2.869 3.397 1.342 1.303 1.430 2.532 41 Nb + 3.85 6.88 6.88 0.745 2.869 2.738 1.342 1.141 1.228 2.040 42 Mo 6+ 3.85 68.00 37.68 0.775 2.982 6.409 1.291 2.020 2.432 4.964 42 Mo 5+ 3.85 61.20 31.62 0.775 2.982 5.870 1.291 1.956 2.260 4.547 42 Mo +4 3.85 46.40 24.23 0.775 2.982 5.138 1.291 1.803 2.027 3.980 42 Mo +3 3.85 27.20 16.83 0.775 2.982 4.283 1.291 1.562 1.754 3.318 42 Mo +2 3.85 16.20 11.65 0.775 2.982 3.563 1.291 1.383 1.524 2.760 42 Mo + 3.85 7.10 7.10 0.775 2.982 2.782 1.291 1.177 1.275 2.155 43 Tc 7+ 3.85 94.00 46.30 0.787 3.031 7.103 1.270 2.287 2.691 5.593 43 Tc 6+ 3.85 76.00 38.35 0.787 3.031 6.465 1.270 2.135 2.484 5.090 43 Tc 5+ 3.85 59.00 30.82 0.787 3.031 5.795 1.270 1.973 2.267 4.563 43 Tc 4+ 3.85 43.00 23.77 0.787 3.031 5.090 1.270 1.798 2.038 4.008 43 Tc 3+ 3.85 29.50 17.36 0.787 3.031 4.350 1.270 1.622 1.798 3.425 43 Tc 2+ 3.85 15.30 11.29 0.787 3.031 3.508 1.270 1.385 1.525 2.762 43 Tc + 3.85 7.28 7.28 0.787 3.031 2.817 1.270 1.196 1.301 2.218 44 Ru 8+ 3.85 119.00 57.77 0.806 3.102 7.935 1.241 2.557 3.021 6.394 44 Ru 7+ 3.85 100.00 49.02 0.806 3.102 7.310 1.241 2.409 2.814 5.890 44 Ru 6+ 3.85 81.00 40.53 0.806 3.102 6.646 1.241 2.245 2.593 5.355 44 Ru 5+ 3.85 63.00 32.43 0.806 3.102 5.946 1.241 2.072 2.361 4.791 44 Ru 4+ 3.85 46.50 24.79 0.806 3.102 5.198 1.241 1.889 2.113 4.189 44 Ru 3+ 3.85 28.50 17.56 0.806 3.102 4.374 1.241 1.647 1.839 3.525 44 Ru 2+ 3.85 16.80 12.09 0.806 3.102 3.629 1.241 1.445 1.592 2.924 45 Rh 6+ 3.85 85.00 42.38 0.802 3.087 6.796 1.247 2.267 2.632 5.450 45 Rh 4+ 3.85 45.60 25.57 0.802 3.087 5.279 1.247 1.868 2.131 4.233 45 Rh 3+ 3.85 31.10 18.89 0.802 3.087 4.537 1.247 1.677 1.886 3.638 45 Rh 2+ 3.85 18.10 12.78 0.802 3.087 3.732 1.247 1.463 1.620 2.993 45 Rh + 3.85 7.46 7.46 0.802 3.087 2.851 1.247 1.217 1.329 2.287 46 Pd 6+ 3.85 90.00 44.27 0.782 3.013 6.946 1.278 2.236 2.626 5.435 46 Pd 5+ 3.85 66.00 35.13 0.782 3.013 6.188 1.278 2.026 2.382 4.842 46 Pd 4+ 3.85 49.00 27.41 0.782 3.013 5.466 1.278 1.853 2.149 4.277 46 Pd 3+ 3.85 32.90 20.21 0.782 3.013 4.693 1.278 1.659 1.900 3.672 46 Pd 2+ 3.85 19.40 13.87 0.782 3.013 3.888 1.278 1.453 1.640 3.042 47 Ag 3+ 3.85 34.60 21.23 0.747 2.875 4.810 1.339 1.600 1.867 3.592 47 Ag 2+ 3.85 21.50 14.54 0.747 2.875 3.981 1.339 1.426 1.612 2.973 47 Ag + 3.85 7.58 7.58 0.747 2.875 2.874 1.339 1.161 1.271 2.147 48 Cd 2+ 3.85 16.90 12.95 0.708 2.725 3.756 1.413 1.293 1.482 2.658 48 Cd + 3.85 8.99 8.99 0.694 2.674 3.130 1.440 1.139 1.283 2.174 49 In 3+ 3.85 28.00 17.56 0.668 2.572 4.375 1.497 1.369 1.591 2.923 49 In + 3.85 5.79 5.79 0.668 2.572 2.512 1.497 1.045 1.078 1.678 50 Sn 4+ 3.85 40.70 23.29 0.715 2.752 5.038 1.399 1.595 1.871 3.601 50 Sn 2+ 3.85 14.60 10.97 0.715 2.752 3.458 1.399 1.266 1.405 2.472 51 Sb 5+ 3.85 55.50 30.03 0.709 2.730 5.721 1.410 1.718 2.059 4.057 51 Sb 3+ 3.85 25.30 16.81 0.709 2.730 4.281 1.410 1.412 1.638 3.036 52 Te 6+ 3.85 70.70 37.09 0.730 2.810 6.358 1.370 1.902 2.299 4.641 52 Te 4+ 3.85 37.40 23.25 0.730 2.810 5.034 1.370 1.595 1.901 3.675 52 Te 2+ 3.85 18.60 13.81 0.730 2.810 3.880 1.370 1.353 1.554 2.832 53 I 7+ 3.85 92.34 46.54 0.750 2.886 7.122 1.334 2.134 2.587 5.339 53 I 5+ 3.85 52.39 23.79 0.750 2.886 5.092 1.334 1.798 1.960 3.817 53 I + 3.85 10.45 10.45 0.750 2.886 3.375 1.334 1.232 1.429 2.530 54 Xe 8+ 3.85 112.91 55.46 0.714 2.750 7.775 1.400 2.139 2.675 5.553 54 Xe 6+ 3.85 68.72 39.18 0.714 2.750 6.534 1.400 1.839 2.310 4.667 54 Xe 4+ 3.85 43.96 27.35 0.714 2.750 5.459 1.400 1.626 1.994 3.900 54 Xe 2+ 3.85 21.20 16.67 0.714 2.750 4.262 1.400 1.366 1.641 3.044 55 Cs + 4.36 3.89 3.89 0.426 1.855 2.332 2.350 0.877 0.796 0.992 56 Ba 2+ 4.36 10.00 7.61 0.439 1.915 3.260 2.277 0.949 0.977 1.432 57 La 3+ 4.36 19.20 11.96 0.515 2.244 4.089 1.943 1.106 1.254 2.104 58 Ce 4+ 4.36 36.72 18.31 0.543 2.368 5.059 1.841 1.284 1.519 2.748 58 Ce 3+ 4.36 20.20 12.17 0.543 2.368 4.125 1.841 1.153 1.310 2.241 59 Pr 4+ 4.36 38.98 17.92 0.549 2.392 5.005 1.823 1.310 1.518 2.745 59 Pr 3+ 4.36 21.62 10.90 0.549 2.392 3.903 1.823 1.174 1.269 2.141 60 Nd 4+ 4.36 40.42 19.68 0.551 2.401 5.244 1.816 1.324 1.577 2.888 60 Nd 3+ 4.36 22.08 12.76 0.551 2.401 4.223 1.816 1.181 1.345 2.326 60 Nd 2+ 4.36 10.72 8.10 0.551 2.401 3.366 1.816 1.058 1.151 1.853 61 Pm 3+ 4.36 22.28 12.91 0.555 2.421 4.249 1.801 1.190 1.359 2.359 62 Sm 3+ 4.36 23.42 13.37 0.562 2.449 4.323 1.780 1.210 1.388 2.429 63 Eu 3+ 4.36 24.87 13.93 0.565 2.462 4.412 1.771 1.228 1.414 2.492 63 Eu 2+ 4.36 11.24 8.46 0.565 2.462 3.438 1.771 1.080 1.187 1.941 64 Gd 3+ 4.36 20.62 12.96 0.576 2.513 4.256 1.735 1.205 1.398 2.453 64 Gd 2+ 4.36 12.13 9.13 0.576 2.513 3.572 1.735 1.105 1.235 2.059 65 Tb 4+ 4.36 39.80 19.76 0.577 2.517 5.255 1.732 1.374 1.637 3.034 65 Tb 3+ 4.36 21.87 13.08 0.577 2.517 4.276 1.732 1.219 1.404 2.469 66 Dy 3+ 4.36 22.80 13.47 0.585 2.550 4.339 1.710 1.240 1.432 2.537 67 Ho 3+ 4.36 22.80 13.54 0.590 2.571 4.351 1.696 1.248 1.444 2.565 68 Er 3+ 4.36 22.70 13.58 0.598 2.606 4.356 1.673 1.260 1.460 2.604 69 Tm 3+ 4.36 23.67 13.97 0.602 2.627 4.419 1.660 1.278 1.484 2.662 69 Tm 2+ 4.36 12.05 9.12 0.602 2.627 3.570 1.660 1.134 1.273 2.151 70 Yb 3+ 4.36 25.03 14.49 0.611 2.663 4.500 1.637 1.307 1.520 2.749 70 Yb 2+ 4.36 12.18 9.22 0.611 2.663 3.589 1.637 1.146 1.290 2.192 71 Lu 3+ 4.36 20.96 13.42 0.598 2.609 4.332 1.671 1.242 1.455 2.592 72 Hf 4+ 4.36 33.30 19.54 0.621 2.706 5.226 1.611 1.409 1.723 3.244 72 Hf 3+ 4.36 23.30 14.95 0.621 2.706 4.571 1.611 1.305 1.556 2.838 72 Hf 2+ 4.36 14.90 10.78 0.621 2.706 3.881 1.611 1.199 1.379 2.409 73 Ta 5+ 4.36 45.00 24.90 0.745 3.246 5.899 1.343 1.835 2.197 4.393 73 Ta 4+ 4.36 33.10 19.87 0.745 3.246 5.270 1.343 1.684 2.004 3.924 73 Ta 3+ 4.36 22.30 15.46 0.745 3.246 4.649 1.343 1.521 1.813 3.462 73 Ta 2+ 4.36 16.20 12.05 0.745 3.246 4.104 1.343 1.411 1.646 3.056 73 Ta + 4.36 7.89 7.89 0.745 3.246 3.321 1.343 1.219 1.406 2.473 74 W 6+ 4.36 61.00 32.36 0.770 3.356 6.726 1.299 2.094 2.520 5.178 74 W 5+ 4.36 48.00 26.64 0.770 3.356 6.102 1.299 1.945 2.322 4.697 74 W 4+ 4.36 35.40 21.30 0.770 3.356 5.456 1.299 1.780 2.117 4.200 74 W 3+ 4.36 24.10 16.59 0.770 3.356 4.816 1.299 1.604 1.914 3.707 74 W 2+ 4.36 17.70 12.84 0.770 3.356 4.236 1.299 1.485 1.731 3.261 75 Re 7+ 4.36 79.00 40.31 0.782 3.412 7.506 1.278 2.326 2.807 5.874 75 Re 6+ 4.36 64.00 33.86 0.782 3.412 6.880 1.278 2.171 2.605 5.383 75 Re 5+ 4.36 51.00 27.84 0.782 3.412 6.238 1.278 2.021 2.398 4.881 75 Re 4+ 4.36 37.70 22.05 0.782 3.412 5.551 1.278 1.846 2.177 4.344 75 Re 3+ 4.36 26.00 16.83 0.782 3.412 4.850 1.278 1.665 1.950 3.795 75 Re 2+ 4.36 16.60 12.24 0.782 3.412 4.136 1.278 1.486 1.720 3.237 75 Re + 4.36 7.88 7.88 0.782 3.412 3.319 1.278 1.265 1.457 2.597 76 Os 8+ 4.36 99.00 49.33 0.797 3.474 8.303 1.255 2.575 3.113 6.616 76 Os 7+ 4.36 83.00 42.23 0.797 3.474 7.683 1.255 2.423 2.909 6.122 76 Os 6+ 4.36 68.00 35.43 0.797 3.474 7.038 1.255 2.267 2.697 5.608 76 Os 5+ 4.36 54.00 28.92 0.797 3.474 6.358 1.255 2.104 2.474 5.066 76 Os 4+ 4.36 40.00 22.65 0.797 3.474 5.627 1.255 1.919 2.234 4.483 76 Os 3+ 4.36 25.00 16.87 0.797 3.474 4.855 1.255 1.680 1.981 3.869 76 Os 2+ 4.36 16.90 12.80 0.797 3.474 4.230 1.255 1.519 1.776 3.370 76 Os + 4.36 8.70 8.70 0.797 3.474 3.487 1.255 1.309 1.532 2.779 77 Ir 6+ 4.36 72.00 36.68 0.794 3.460 7.161 1.260 2.298 2.728 5.683 77 Ir 5+ 4.36 57.00 29.62 0.794 3.460 6.434 1.260 2.130 2.491 5.107 77 Ir 4+ 4.36 39.00 22.78 0.794 3.460 5.642 1.260 1.896 2.232 4.478 77 Ir 3+ 4.36 27.00 17.37 0.794 3.460 4.927 1.260 1.708 1.998 3.910 77 Ir 2+ 4.36 16.00 12.55 0.794 3.460 4.188 1.260 1.493 1.757 3.324 77 Ir + 4.36 9.10 9.10 0.794 3.460 3.566 1.260 1.316 1.553 2.831 78 Pt 6+ 4.36 75.00 37.87 0.775 3.380 7.275 1.290 2.258 2.711 5.640 78 Pt 5+ 4.36 55.00 30.44 0.775 3.380 6.523 1.290 2.045 2.470 5.056 78 Pt 4+ 4.36 41.10 24.30 0.775 3.380 5.828 1.290 1.873 2.248 4.518 78 Pt 3+ 4.36 28.50 18.70 0.775 3.380 5.113 1.290 1.689 2.020 3.963 78 Pt 2+ 4.36 18.60 13.80 0.775 3.380 4.392 1.290 1.513 1.790 3.405 78 Pt + 4.36 9.00 9.00 0.775 3.380 3.547 1.290 1.289 1.520 2.749 79 Au 5+ 4.36 58.00 32.35 0.749 3.263 6.724 1.336 1.991 2.461 5.033 79 Au 3+ 4.36 30.50 20.08 0.749 3.263 5.297 1.336 1.657 2.021 3.965 79 Au 2+ 4.36 20.50 14.87 0.749 3.263 4.558 1.336 1.498 1.793 3.412 79 Au + 4.36 9.23 9.23 0.749 3.263 3.592 1.336 1.260 1.495 2.689 80 Hg 2+ 4.33 18.80 14.62 0.694 3.008 4.490 1.440 1.367 1.672 3.118 80 Hg + 4.36 10.44 10.44 0.694 3.028 3.820 1.440 1.219 1.480 2.653 81 Tl +3 4.36 29.80 18.77 0.646 2.815 5.122 1.549 1.423 1.749 3.307 81 Tl + 4.36 6.11 6.11 0.646 2.815 2.922 1.549 1.069 1.164 1.887 82 Pb 4+ 4.36 42.30 24.18 0.650 2.835 5.814 1.538 1.558 1.944 3.780 82 Pb 2+ 4.36 15.00 11.21 0.650 2.835 3.958 1.538 1.242 1.447 2.574 83 Bi 5+ 4.36 56.00 30.18 0.658 2.868 6.495 1.520 1.698 2.147 4.273 83 Bi +3 4.36 25.60 16.53 0.658 2.868 4.807 1.520 1.399 1.690 3.162 84 Po 6+ 4.36 71.49 37.11 0.654 2.850 7.202 1.530 1.804 2.326 4.707 84 Po 4+ 4.36 22.92 0.654 2.850 5.660 1.530 0.775 1.911 3.700 84 Po 3+ 4.36 27.75 18.07 0.654 2.850 5.026 1.530 1.416 1.740 3.285 84 Po 2+ 4.36 18.05 13.24 0.654 2.850 4.301 1.530 1.292 1.545 2.811 85 At 7+ 4.36 88.29 44.34 0.690 3.007 7.873 1.450 2.048 2.624 5.430 85 At 5+ 4.36 88.29 29.37 0.690 3.007 6.407 1.450 2.048 2.208 4.419 85 At 3+ 4.36 29.26 18.66 0.690 3.007 5.107 1.450 1.508 1.838 3.522 85 At + 4.36 9.20 9.20 0.690 3.007 3.586 1.450 1.186 1.406 2.473 86 Rn 8+ 4.36 106.54 44.70 0.704 3.070 7.904 1.420 2.234 2.680 5.567 86 Rn 6+ 4.36 65.49 36.73 0.704 3.070 7.165 1.420 1.919 2.466 5.046 86 Rn 4+ 4.36 41.90 25.25 0.704 3.070 5.941 1.420 1.690 2.111 4.183 87 Fr + 4.36 3.98 3.98 0.407 1.772 2.359 2.460 0.869 0.782 0.959 88 Ra 2+ 4.36 10.20 7.74 0.426 1.855 3.289 2.350 0.940 0.964 1.400 89 Ac 3+ 4.36 19.69 12.32 0.504 2.199 4.150 1.983 1.097 1.249 2.093 90 Th 4+ 4.36 28.80 16.60 0.581 2.533 4.816 1.721 1.291 1.540 2.798 90 Th 3+ 4.36 20.00 12.53 0.581 2.533 4.184 1.721 1.205 1.389 2.431 91 Pa 4+ 4.36 0.584 2.548 3.900 1.711 1.096 1.326 2.279 92 U 4+ 4.36 0.594 2.589 3.900 1.684 1.106 1.341 2.316 93 Np 4+ 4.36 0.600 2.617 3.900 1.666 1.114 1.351 2.341 94 Pu 4+ 4.36 0.604 2.631 3.900 1.657 1.117 1.357 2.354 95 Am 4+ 4.36 0.602 2.627 3.900 1.660 1.116 1.355 2.349 96 Cm 3+ 4.36 0.555 2.421 3.900 1.801 1.065 1.279 2.165 97 Bk 3+ 4.36 0.568 2.476 3.900 1.761 1.078 1.299 2.215 98 Cf 3+ 4.36 0.571 2.491 3.900 1.750 1.082 1.305 2.229 99 Es 3+ 4.36 0.580 2.529 3.900 1.724 1.091 1.319 2.262 100 Fm 3+ 4.36 0.584 2.547 3.900 1.712 1.096 1.326 2.278 101 Md 3+ 4.36 0.592 2.581 3.900 1.689 1.104 1.338 2.309 102 No 3+ 4.36 0.596 2.597 3.900 1.679 1.108 1.344 2.323 103 Lw 3+ 4.36 1.000 4.360 3.900 1.000 1.715 1.994 3.900 n* - Effective principle quantum number I z - Ultimate IP I av - Average IP , Z* - Effective nuclear charge r c -1 - σ -covalency r c - Covalent radiu Xz - Zhang electronegativity 1982 n*r c -1 - Spatial covalency X IC -Zhang electronegativity 2010 IC - Ionocovalency
个人分类: 科研成果|1604 次阅读|5 个评论
[转载]Simulink中关于embedded matlab function例子
cape 2013-8-11 16:21
一.对embedded matlab function的简要介绍 Embedded MATLAB Function模块位于Simulink/User-Defined Functions模块库中。该模块工作于matlab语言的一个子集(称为 embedded matlab subset,不在此子集的函数,需要用eml.extrinsic声明或采用feval才能使用,后面介绍),该模块能够提供高效的代码(编译后高效)。它适用于某些用文字语言比用图形语言方便的算法描述。 5.变量的使用特点 embedded matlab中的变量使用和matlab的m语言是不同的,这一点要尤其注意。在matlab中,变量几乎是可以任意使用的,例如变量x可以使vector、matrix或者scaler,x可以是 实数 或者 复数 等等,不限制其 数据类型 、 大小 和 complexity (表明是实数还是复数)。然而在embedded matlab中,除了输入数据的变量,几乎所有的变量的使用都要经过隐性的赋值声明。例如:如果输出变量y是一个256×1的vector,那么在使用y必须有一个类似的声明y=ones(256,1),这个声明就决定了y必须是个256×1的vector,而且数值必须是实数,double类型,这个在函数中就不能再改变了,否则会报错。下面在看一个我曾经犯过错的例子: 这里由于输出Y要求是个256×1的vector,所以隐性赋值声明是Y=complex(ones(256,1)),若用Y=ones(256,1)则报错,因为此时的Y限定为实数,而非复数,这一点要谨记。 embedded matlab subset中可用的与matlab中同名、同参的函数列在help文档Embedded MATLAB/User's Guide/Working with the Embedded MATLAB Subset/Embedded MATLAB Function Library Reference 总的索引help文档Simulink/User's Guide/Managing Blocks/Using the Embedded MATLAB Function Block 参考网址:http://blog.csdn.net/dfd1r/article/details/6238634
个人分类: MATLAB学习|1 次阅读|0 个评论
[转载]方法(method)和函数(function)有什么区别?
bigdataage 2013-7-31 12:36
方法(method)和函数(function)有什么区别? 原文: http://blog.jobbole.com/44230/ “ 我用了很久的Applescript,但在shell脚本设计方面还是个新手。为了提高脚本性能,我想要多了解一些常用的脚本语言,譬如JavaScript或Python。 有些概念我一直很困惑,譬如“面向对象”、“类”和“实例化”。 希望有人能用简洁的话语帮我解释下方法(method)和函数(function)的区别。在google上找到的那些答案对我来说太难理解了。 谢谢。 ” 这个问题是 willc2 在 2008 年 9 月 30 日在 StackOverflow 上提的问题。 下面先来看看被选为最佳答案的回复(来自 Andrew Edgecombe ): 函数是一段代码,通过名字来进行调用。它能将一些数据(参数)传递进去进行处理,然后返回一些数据(返回值),也可以没有返回值。 所有传递给函数的数据都是显式传递的。 方法也是一段代码,也通过名字来进行调用,但它跟一个对象相关联。方法和函数大致上是相同的,但有两个主要的不同之处: 方法中的数据是隐式传递的; 方法可以操作类内部的数据(请记住,对象是类的实例化,类定义了一个数据类型,而对象是该数据类型的一个实例化) 以上只是简略的解释,忽略了作用域之类的问题。 Raffi Khatchadourian 对 Andrew Edgecombe 答案的补充: 对于 1),你应当再加上“ 方法在 C++ 中是被称为成员函数”。因此,在 C++ 中的“方法”和“函数”的区别,就是“成员函数”和“函数”的区别。此外,诸如 Java 一类的 编程语言 只有“方法”。所以这时候就是“静态方法”和“方法”直接的区别。 对于2),你应当补上方法可以操作已在类中声明的私有实例(成员)数据。其他代码都可以访问公共实例数据。 Aaron 的回答: 方法和对象相关; 函数和对象无关。 Java中只有方法,C中只有函数,而C++里取决于是否在类中。 http://blog.jobbole.com/44230/
2843 次阅读|0 个评论
Visualization of trigonometric functions with gnuplot
xingqshi 2013-6-10 18:23
gnuplot script used to generate the above plot: set yrange set xrange unset border set arrow from -5,0 to 5.5,0 set arrow from 0,-2.7 to 0,2.8 set key at -5,2.2 set grid set size square plot sin(x) w p pt 6, cos(x) w p pt 7, tan(x) lw 2, 1/tan(x) lw 2 ============== Note that there are no cosecant, secant, and cotangent functions in gnuplot - but you can create them yourself by writing: gnuplot cosec (x) = 1 / sin (x) gnuplot sec (x) = 1 / cos (x) gnuplot cot (x) = 1 / tan (x) More information about gnuplot avaliable at: http://faraday.elec.uow.edu.au/subjects/spring/ecte212/gnuplot.pdf
3826 次阅读|0 个评论
COMSOL with MATLAB 帮助文件例子
Daniel1985 2013-3-17 11:38
创建 *** 所包围的 function函数 *********************************************** function modelParam(model,filepath) filename = fullfile(filepath,'results.txt'); fid=fopen(filename,'wt'); fprintf(fid,'*** run parametric study ***\n'); fprintf(fid,'L | tbb | Vtot | '); fprintf(fid,'MaxT | TotQ | Current \n'); maxop1 = model.cpl.create('maxop1','Maximum','geom1'); maxop1.selection.set(1); % 避免内存过大,选择清除每次迭代的历史记录 model.hist.disable; for L = model.param.set('L',L); for tbb = model.param.set('tbb',tbb); for Vtot = model.param.set('Vtot',Vtot); fprintf(fid, ); model.sol('sol1').run; MaxT = mphglobal(model,'maxop1(T)'); TotQ = mphint(model,'jh.Qtot','selection',1); Current = mphint(model,'jh.normJ',... 'edim',2,'selection',43); fprintf(fid, ); modelName = fullfile(filepath, ); model.save(modelName); end end end fclose(fid); ************************************************** 打开 COMSOL with MATLAB 因为这一例子是基于现有模型的 比如先导入一个busbar.mph模型 filepath 需要指保存建模型的位置 比如'D:\COMSOL' model=mphload('busbar'); modelParam(model,'filepath')
个人分类: MATLAB/COMSOL|13028 次阅读|0 个评论
长生不老药有没有?人类可望150岁
热度 3 xupeiyang 2013-3-12 14:20
白藜芦醇抗衰老作用的国际研究进展与文献分析 检索分析用词 SIRT1 and resveratrol Aging 信息分析平台 http://www.gopubmed.org/web/gopubmed/1?WEB0fepw17wls3d5I0I1I00h001000j10021000300.y Term: Aging Description: The gradual irreversible changes in structure and function of an organism that occur as a result of the passage of time. Synonyms: Biological Aging, Senescence 文献分析结果如下: Top Years Publications ‍ 2010 29 ‍ 2012 23 ‍ 2008 14 ‍ 2009 12 ‍ 2011 9 ‍ 2007 7 ‍ 2005 4 ‍ 2006 3 ‍ 2003 3 ‍ 2013 2 ‍ 2004 1 1 2 Top Countries Publications ‍ United States 39 ‍ China 10 ‍ Japan 8 ‍ France 8 ‍ Spain 4 ‍ South Korea 4 ‍ Australia 4 ‍ Italy 4 ‍ Taiwan 4 ‍ United Kingdom 3 ‍ Netherlands 2 ‍ Thailand 2 ‍ Canada 2 ‍ Hong Kong 1 ‍ Chile 1 ‍ Switzerland 1 ‍ Greece 1 ‍ Finland 1 ‍ Poland 1 ‍ Sweden 1 1 2 1 2 3 4 Top Cities Publications ‍ Farmington 6 ‍ Boston 4 ‍ Sydney 4 ‍ Taipei 4 ‍ Barcelona 3 ‍ Philadelphia 3 ‍ Beijing 3 ‍ New York City 3 ‍ Rochester 3 ‍ Paris 3 ‍ Tianjin 2 ‍ Bethesda 2 ‍ Fukuoka 2 ‍ Tokyo 2 ‍ Kantharalak 2 ‍ Lyon 2 ‍ Seoul 2 ‍ Cambridge 2 ‍ Montréal 2 ‍ Hong Kong 1 1 2 3 4 1 2 3 4 5 Top Journals Publications ‍ Plos One 4 ‍ Biochim Biophys Acta 4 ‍ Mech Ageing Dev 3 ‍ Aging 3 ‍ Biochem Biophys Res Commun 3 ‍ Cell 3 ‍ Arterioscler Thromb Vasc Biol 3 ‍ Nature 3 ‍ Age (dordr) 2 ‍ Free Radic Biol Med 2 ‍ J Biol Chem 2 ‍ Heart Fail Rev 2 ‍ Altern Med Rev 2 ‍ Arch Biochem Biophys 2 ‍ Curr Aging Sci 2 ‍ Int J Mol Med 2 ‍ Hum Reprod 1 ‍ Cell Metab 1 ‍ Am J Physiol Heart Circ Physiol 1 ‍ Biochem Pharmacol 1 1 2 3 4 5 1 2 3 ... 33 Top Authors Publications ‍ Morris B 3 ‍ Mukherjee S 2 ‍ Das D 2 ‍ Guarente L 2 ‍ Puigserver P 2 ‍ Sinclair D 2 ‍ Liu L 1 ‍ Liu M 1 ‍ Yin Y 1 ‍ Ye X 1 ‍ Zeng M 1 ‍ Zhao Q 1 ‍ Keefe D 1 ‍ Zhou Z 1 ‍ Liu B 1 ‍ Ghosh S 1 ‍ Yang X 1 ‍ Zheng H 1 ‍ Liu X 1 ‍ Wang Z 1 1 2 3 ... 33 1 2 3 ... 76 Top Terms Publications ‍ NAD-dependent deacetylase sirtuin-1 80 ‍ Humans 78 ‍ Stilbenes 73 ‍ Animals 73 ‍ Sirtuins 69 ‍ Longevity 67 ‍ Aging 60 ‍ Proteins 50 ‍ Mice 42 ‍ Unknown term default#fulltext 41 ‍ trihydroxystilbene synthase activity 39 ‍ Genes 37 ‍ Metabolism 37 ‍ metabolic process 37 ‍ Caloric Restriction 32 ‍ Unknown term default#review 32 ‍ NAD 31 ‍ Cell Aging 24 ‍ senescence 24 ‍ Histone Deacetylases 24 1 2 3 ... 76 publications over time world map network of top authors Top 20 of Important Phrases 1. sirtuin 1 browse it with it or it without it 85 2. in vitro browse it with it or it without it 84 3. oxidative stress browse it with it or it without it 59 4. histone deacetylase browse it with it or it without it 46 5. protein kinase browse it with it or it without it 43 6. gene expression browse it with it or it without it 38 7. caloric restriction browse it with it or it without it 30 8. transcription factor browse it with it or it without it 28 9. insulin sensitivity browse it with it or it without it 27 10. insulin resistance browse it with it or it without it 25 11. endothelial cells browse it with it or it without it 25 12. cell survival browse it with it or it without it 24 13. cell death browse it with it or it without it 22 14. stem cells browse it with it or it without it 20 15. health benefits browse it with it or it without it 19 16. cell lines browse it with it or it without it 18 17. adipose tissue browse it with it or it without it 17 18. skeletal muscle browse it with it or it without it 17 19. neuroprotective effects browse it with it or it without it 17 20. animal models browse it with it or it without it 14 1. Stilbenes/pharmacology browse it with it or it without it 267 2. Sirtuins/metabolism browse it with it or it without it 263 3. Sirtuin 1/physiology browse it with it or it without it 188 4. Sirtuin 1/metabolism browse it with it or it without it 157 5. Sirtuins/genetics browse it with it or it without it 139 6. Sirtuin 1/genetics browse it with it or it without it 85 7. Antioxidants/pharmacology browse it with it or it without it 75 8. Gene Expression Regulation/drug effects browse it with it or it without it 65 9. Stilbenes/therapeutic use browse it with it or it without it 61 10. Sirtuins/antagonists inhibitors browse it with it or it without it 49 11. Signal Transduction/drug effects browse it with it or it without it 42 12. Enzyme Inhibitors/pharmacology browse it with it or it without it 39 13. Apoptosis/drug effects browse it with it or it without it 34 14. Enzyme Activation/drug effects browse it with it or it without it 31 15. Oxidative Stress/drug effects browse it with it or it without it 30 16. Reactive Oxygen Species/metabolism browse it with it or it without it 27 17. Sirtuin 1/antagonists inhibitors browse it with it or it without it 26 18. Forkhead Transcription Factors/metabolism browse it with it or it without it 25 19. Acetylation/drug effects browse it with it or it without it 23 20. Niacinamide/pharmacology browse it with it or it without it 23 数据来源 http://pubmedpro.cn/Pubmed/Statistic 白藜芦醇(resveratrol,简称Res)是非黄酮类的 多酚化合物 ,天然的白藜芦醇在很多植物中存在,是植物为了抵御病菌入侵而产生的一种抗毒型物质。研究发现白藜芦醇是某些 草药 治疗炎症、脂类代谢紊乱和心脏疾病等的有效成分。随着对白藜芦醇的深入研究,显示白藜芦醇具有抗癌、抗氧化、 抗菌 、抗炎以及预防食物过敏等作用,可广泛地应用于医药、保健品、食品、化妆品等领域。 【新药或帮助人寿命延长至150岁】如何延长人的寿命一直是许多科学家研究的目标。据媒体报道制药巨头葛兰素史克正在测试部分新药,如果成功或许能让人的预期寿命延长至150岁。主要成分是人工合成的白藜芦醇,通过促进被称为长寿基因的SIRT1组蛋白脱乙酰酶活力,起到延缓衰老作用。 http://t.cn/zjn3LoG 英国制药巨头正在研制抗老新药 有望延寿150岁 动物测试:实验白鼠寿命延长15%   尽管针对白藜芦醇的研究已经开展了有10年之久,但相关领域的科学基础方面一直存在争议。   不过,人工合成的白藜芦醇在一些病症的临床测试中已经显现出令人满意的效果,并且这些病症包括癌症、心血管疾病、心力衰竭、2型糖尿病、老年痴呆症、帕金森症、脂肪肝、白内障、骨质疏松、关节炎等各种与年龄衰老有关的病症。   参与这一研发项目的哈佛大学遗传学教授戴维·辛克莱尔说:“从根本上来说,这些药物能够治疗某种病症,但与当前药物不同之处在于,它们还可以预防20种其他病症。实际意义上来说,它们可以延缓衰老。 ”   据悉,这些人工合成 “活化剂”已经在有限范围内使用于2型糖尿病患者和牛皮癣患者的临床治疗方面。科研人员发现,这些药物对2型糖尿病患者的新陈代谢带来了好处,并且让牛皮癣患者的皮肤减少变红的症状。   而在动物测试中,体重超标的实验白鼠在使用人工合成白藜芦醇后,其运动能力甚至达到了普通白鼠的两倍,并且寿命也长了15%。 http://news.sohu.com/20130312/n368468265.shtml 白藜芦醇抗衰老机理阐明 港大目标直指抗衰老药 http://www.biodiscover.com/news/hot/research/103322.html 纽约时报披露红酒抗衰老论文造假 http://www.biodiscover.com/news/hot/research/100452.html 科学家称发现"长生不老药" 人能活到1000岁 http://society.stnn.cc/qiwen/201010/t20101009_1428943.html
个人分类: 科研动态|2098 次阅读|4 个评论
谁为女性科研人员做点啥?
热度 3 pigpig 2013-3-8 19:46
女性在高层次科研工作者中的占比偏低,是有目共睹的事实。谁能 联合更多的有识之士、媒体单位、企业商家及相关组织共同为女科学家创造更好的条件,帮助女性取得更多的发展条件。 女性,工作认真、耐心、细心、乐于合作,在许多方面明显不同于男性。更富多样性的"科学研究生态系统",必然会更多的产出。相关的调研数据也表明,大多数男性科学家希望增加女性科研伙伴。 好的。身为一个女性,在三八节这样的日子,想起了我的诸位博士师姐的血泪史,即使当了老师,依然心酸,不禁想问:谁可以为女科学家做些什么? 1、创造交流机会 为女科学家提供更多的学术交流机会。学术会议组委会可为女科学家发出更多的学术报告邀请,安排更好的报告场次,吸引更多的企业为女科学家提供学术旅行资助。 2、介绍科研成果及实验室 媒体及其他传播机会都可以更多地介绍女科学家的科研成果。这将为女科学家提供更多的交流机会,也有利其实验室招生、招聘。 3、讲述科研故事 同样,媒体可以通过新闻、专题报道、人物访谈等方式讲述女科学家的科研故事,科研感想。这些故事将帮助更多的女性了解科研工作,吸引更多的女性勇攀高峰。 4、特别的折扣 科研试剂、仪器、耗材企业及其他服务企业可为女科学家提供特别的折扣。这样,女科学家的科研经费会更宽裕,也就可以进行更广泛、深入的科研探索。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 谁可以呢?
4750 次阅读|6 个评论
[请教] 我们的结果应该投哪个期刊?
热度 4 zlyang 2013-3-4 21:48
我们的结果应该投哪个期刊? 我们近年一共发现了 3 个 比当前国内外《数理统计学》教材中普遍使用的“ Fisher z 变换”更好的初等显式 函数 。 (1) 第一个 形式 特别简单,已经被《 Transactions of Tianjin University 》录用。这是EI核心期刊。 该函数的最大误差是“Fisher z 变换”的 70.7% ,累计误差为“Fisher z 变换”的 141% 。 该 Quadratic Radical Function 很简单,对改进某重要问题的计算机算法,有很好的作用。不排除将来进入《计算机算法设计与分析》之类书籍或教材的可能性。这个是不是有点 阿Q 了 ? (2) 第二个 形式略微复杂,已经被《 Communications in Statistics-Theory and Methods 》录用。目前是4区的SCI期刊。 该函数的最大误差是“Fisher z 变换”的 21.4% ,累计误差为“Fisher z 变换”的 8.90% 。 该 Sigmoid-like 函数首次胜过“Fisher z 变换”,不仅可以替换“Fisher z 变换”取得更好的精度,还对加深了解“Fisher z 变换”有重要的启发。 现在是 第三个 初等显式函数要投稿,不知道 投哪里 ?请您指教! 谢谢! 第三个函数 的最大误差约是“Fisher z 变换”的 18% ,累计误差约为“Fisher z 变换”的 4.7% 。 第三个函数的形式比第二个“应该”简单些。 除了我们的工作,Yun, Beong In 的 Approximation to the cumulative normal distribution using hyperbolic tangent based functions, Journal of the Korean Mathematical Society , 2009, 46(6): 1267-1276. 是近期的他人工作,里面有近几十年有 关工作的概述。这也是个4区的SCI期刊。 ————————— 相关背景 ————————— Sir Ronald Aylmer Fisher Photograph courtesy of Professor A W F Edwards by kind permission of Joan Fisher Box http://www.galtoninstitute.org.uk/Newsletters/GINL0306/university_of_cambridge_eugenics.htm 在《 大 英百科全书 , Encyclopaedia Britannica 》 http://www.britannica.com/EBchecked/topic/208658/Sir-Ronald-Aylmer-Fisher Sir Ronald Aylmer Fisher, byname R.A. Fisher (born February 17, 1890, London, England—died July 29, 1962, Adelaide, Australia), British statistician and geneticist who pioneered the application of statistical procedures to the design of scientific experiments. 在《 The MacTutor History of Mathematics archive 》 http://www-history.mcs.st-andrews.ac.uk/Biographies/Fisher.html Fisher z-transform 在《苏联数学百科全书》的当前网络版 词条“Correlation (in statistics)” http://www.encyclopediaofmath.org/index.php/Correlation_(in_statistics) If one usually uses the Fisher z-transform , with replaced byz according to the formula Even at relatively small values the distribution of is a good approximation to the normal distribution with mathematical expectation and variance . On this basis one can now define approximate confidence intervals for the true correlation coefficient . For the distribution of the sample correlation ratio and for tests of the linearity hypothesis for the regression, see . References H. Cramér, "Mathematical methods of statistics" , Princeton Univ. Press (1946) B.L. van der Waerden, "Mathematische Statistik" , Springer (1957) M.G. Kendall, A. Stuart, "The advanced theory of statistics" , 2. Inference andrelationship , Griffin (1979) S.A. Aivazyan, "Statistical research on dependence" , Moscow (1968) (In Russian) 相关链接: 《胜过 Fisher z 变换!(1)》 http://bbs.sciencenet.cn/home.php?mod=spaceuid=107667do=blogid=603297 《胜过 Fisher z 变换!(2)》 http://blog.sciencenet.cn/home.php?mod=spaceuid=107667do=blogid=657534
5776 次阅读|9 个评论
[转载]【好】肠道—系统解剖
chnfirst 2013-2-27 14:49
http://www.xctmr.com/anatomy/gross/2009-02-03/42.html 肠道—系统解剖(图文) 来源: 影像园 作者: hyc3140 【 复制分享 】【 讨论-纠错 】【 举报 】 一、小肠 xkS影像园XCTMR.com 小肠(small intestine)为消化管中最长的一段,也是消化吸收的主要场所。小肠盘曲在腹腔的中、下部,上接幽门,下续盲肠,成人全长约5~7m。分为十二指肠、空肠和回肠3部分。 xkS影像园XCTMR.com (一)十二指肠 xkS影像园XCTMR.com 十二指肠(duodenum)为小肠的首段,上接胃的幽门,下续空肠,长约25cm。除起始部和终端外,其余部分都紧贴腹后壁。十二指肠呈“C”字形从右侧包绕胰头,全长分为上部、降部、水平部和升部4部分。 xkS影像园XCTMR.com 1.上部(superior part) 又称球部,于第1腰椎的右侧起自幽门,行向右后方,至肝门下方,胆囊颈附近,急转向下续为降部,转折处称十二指肠上曲(superior duodenal flexure)。上部靠近幽门约2.5cm的一段肠管,肠壁较薄,粘膜多较平滑,称十二指肠壶腹又称十二指肠球(duodenal bulb)。 xkS影像园XCTMR.com 2.降部(descending part) 十二指肠上曲沿第1~3腰椎体的右侧下降,至第3腰椎水平,急转向左连接水平部,转折处称十二指肠下曲(inferior duodenal flexure)。降部的粘膜形成许多环形襞,在其后内侧壁上,有一纵行的粘膜皱襞,称十二指肠纵襞(longitudianl fold of duodenum)。纵襞的下端有一隆起,称十二指肠大乳头(major duodenal papilla),是胆总管和胰管共同开口之处。在大乳头上方1~2cm处有时可见有十二指肠小乳头,是副胰管的开口部位。 xkS影像园XCTMR.com 3.水平部(horizontal part) 自十二指肠下曲水平向左横行,越过下腔静脉、腹主动脉的前方,于第3腰椎的左侧移行为升部。 xkS影像园XCTMR.com 4.升部(ascending part) 自第3腰椎的左侧接水平部,斜向左前上方至第2腰椎体左侧,再向前下方弯曲续于空肠,此弯曲称十二指肠空肠曲。此曲被十二指肠悬肌固定于腹后壁。十二指肠悬肌和其表面的腹膜皱襞共同构成十二指肠悬韧带(suspensory ligament of duodenum),又称Treitz韧带,是确认空肠起始端的标志。 xkS影像园XCTMR.com xkS影像园XCTMR.com (二)空肠和回肠 xkS影像园XCTMR.com 空肠(jejunum)和回肠(ilium)借小肠系膜根连于腹后壁,上起自十二指肠空肠曲,下接盲肠,迂回盘曲成肠袢,位于腹腔的中、下部,周围有大肠环绕。通常空肠约占空、回肠全长的近侧2/5,位于腹腔的左上部;回肠占空、回肠全长的远侧3/5,位于腹腔的右下部。另外,约2﹪的成人在距离回肠末端0.3m~1m范围的回肠壁上,有长2~5cm的囊状突起,自肠壁向外突出,称Meckel憩室,其为胚胎期卵黄囊未完全退化形成的遗迹。 xkS影像园XCTMR.com xkS影像园XCTMR.com 二、大肠 xkS影像园XCTMR.com 大肠(large intestine)起始段在右髂窝处与回肠相接,末端终于肛门,长约1.5m,分为盲肠、结肠、直肠和肛管4部分。 xkS影像园XCTMR.com 盲肠和结肠在外形上有3个特征:结肠带(colic bands)是肠壁的纵行肌聚集而成的带状结构,共3条,起于兰尾根部,沿肠管的表面纵行排列,止于乙状结肠末端 ;结肠袋(haustra of colon)位于相邻两条结肠带之间,由肠壁呈袋状向外膨出而成,在X线平片上可借此区别大、小肠;肠脂垂(epiploicae appendices)附于结肠带的边缘,是脂肪组织及浆膜聚集成的大小不等形状各异的突起。上3种结构是肉眼区别结肠和小肠的重要依据。 http://www.xctmr.com/anatomy/gross/2009-02-03/42_2.html 肠道—系统解剖(图文) 来源: 影像园 作者: hyc3140 【 复制分享 】【 讨论-纠错 】【 举报 】 xkS影像园XCTMR.com xkS影像园XCTMR.com (一)盲肠 xkS影像园XCTMR.com 盲肠(cecum )位于右髂窝内,呈囊袋状,长6~8cm。盲肠上续结肠,左接回肠。回肠在盲肠的开口处,形成唇状皱襞,称回盲瓣(ileocecal valve)。此瓣可阻止小肠内容物过快流入大肠,又可防止盲肠内容物逆流到回肠。在盲肠后内侧壁上的蚓状盲管称阑尾(vermiform)。其末端游离,一般长6~8cm。末端的位置个体间变化较大,但根部的位置较恒定。 xkS影像园XCTMR.com 阑尾根部的体表投影,约在脐与右髂前上棘连线的中、外1/3交点处,此点称为麦氏点(Mc Burney),急性阑尾炎时,此处常有明显的压痛。 xkS影像园XCTMR.com xkS影像园XCTMR.com (二)结肠 xkS影像园XCTMR.com 结肠在右髂窝内起于盲肠,呈方框围绕在空、回肠的周围。结肠按部位分为升结肠、横结肠、降结肠和乙状结肠4部分。升结肠(ascending colon)是盲肠的直接延续,在右腹外侧区上升至肝右叶下方,弯向左前方移行于横结肠,弯曲部称结肠右曲(rightcolic flexure),又称肝曲。横结肠(transverse colon)向左行至左季肋区,在脾的下方,以锐角与降结肠相连,弯曲部称结肠左曲(left colic flexure),又称脾曲,其位置比结肠左曲要高,接近脾和胰尾,故左曲的位置较高较深。横结肠的活动度较大,常下垂成弓形,其最低点可达脐平面或脐下方。降结肠(descending colon)在左腹外侧区下降,至左髂嵴处续于乙状结肠。乙状结肠(sigmoid colon)呈乙字形弯曲,活动度较大,向下至第3骶椎平面,移行于直肠。 xkS影像园XCTMR.com (三)直肠 xkS影像园XCTMR.com 直肠(rectum)位于骨盆腔内,在第3骶椎水平接乙状结肠,向下沿第4~5骶椎和尾骨前面下降,穿过盆膈移行为肛管,全长约lO~14cm。直肠并非笔直,在矢状面上有两个弯曲:直肠骶曲(sacral flexure of rectum)凸向后,与骶、尾骨前面弯曲一致,距肛门约7~9cm;直肠会阴曲(perineal flexure of rectum)凸向前,距肛门约3~5cm,是直肠绕过尾骨尖形成的弯曲(图3-31)。临床上进行直肠、乙状结肠镜检时,应注意这些弯曲,以免损伤肠壁。 xkS影像园XCTMR.com xkS影像园XCTMR.com 直肠在外形上已失去大肠的外形特征。上端与乙状结肠交接处管径较细,直肠下部由于储存粪便而显著膨大,称直肠壶腹(ampulla of rectum)。直肠内面有3个直肠横襞,中间的直肠横襞位于直肠前右壁上,位置最恒定,距肛门约7cm。直肠横襞有承托粪便的作用。 xkS影像园XCTMR.com (四)肛管 xkS影像园XCTMR.com 肛管(anal canal)在盆膈平面与直肠相接,终止于会阴部的肛门(anus),长约4~5cm,为肛门括约肌所包绕。 http://www.xctmr.com/anatomy/gross/2009-02-03/42_3.html 肠道—系统解剖(图文) 来源: 影像园 作者: hyc3140 【 复制分享 】【 讨论-纠错 】【 举报 】 xkS影像园XCTMR.com 肛管粘膜形成6~10条纵行的粘膜皱襞,称肛柱(anal columns),相邻肛柱下端之间,彼此连有半月形的粘膜皱襞称肛瓣(anal valves)。肛瓣与肛柱下端共同围成的小隐窝称肛窦(anal sinuses),窦口向上,肛门腺开口于此,窦内往往积存粪屑,易于感染。肛柱下端与肛瓣边缘共同围成锯齿状环行线,环绕肠管内面,称齿状线(dentate line)。 xkS影像园XCTMR.com 齿状线以上的上皮为单层柱状上皮;齿状线以下的上皮为复层扁平上皮。齿状线上方由内脏神经分布,下方由躯体神经分布。齿状线也是直肠动脉供应、静脉和淋巴回流的分界线。在齿状线下方,由于肛门内括约肌紧缩,而形成一宽约lcm略微凸起的环形带,称肛梳(anal pecten)。肛梳下缘有一不甚明显的环形线,称白线(white line)。
个人分类: 科普,如健康医学等|0 个评论
[转载]实验室不该有的行为:有则改之无则加勉
pigpig 2013-2-22 11:31
实验室是一个公共场所,大家在一起难免会磕磕碰碰。一个不经意的举动,可能会给别人带来很大的麻烦。在一个集体中,有必要约束自己的行为,做到互相指正互相谅解。了解哪些行为是别人反感的,也有助于提高自身修养。看看 丁香通 站友眼中讨厌的行为有哪些吧。 dew488站友认为 1. 做为一个老板,不要买啥东西都要嫌太贵,现在的商家都那样的,一分钱一分货啊。买了不好的东西做不出实验来,你又骂我们笨,这些还不是因为你贪便宜啊? 2. 平时你叫我们在实验室要注意个人的安全防护,但你呢?进实验室就啥都不换就进来了(实验时都做病毒或细菌啊)。你就不怕自己的身体啊?你要倒了我们可不能毕业啊?虽然你是老板,但你也要给大家带好头啊? 3. 每次我们在做开题报告时,你能不能也多看点我们每个人的实验结果在说话,每次都是说:大家要多看外文资料。多看同性质的文章,但你啥都不了解,就等我们给你说,你作为老板,你也要给大家做领头的啊?方向性的还要你做主啊? 4. 不要在国外看见人家在做啥研究就要我们跟着瞎忙呼,人家能做出成就来那是人家做了很多前期工作了。我们空手起家,3年研究生生活靠一个人就能做出人家多年的工作?现实吗? sunfeisunfei 站友认为 1. 私藏实验公共材料,包括实验用盐水瓶、培养瓶、吸管等。导致实验器材缺乏,而实际上大量的器材被私藏而没有被使用。 2. 频繁无计划的开冰箱,并且冰箱门大开进行某些操作。导致冰箱温度的不稳定,影响了其他的放置物品的冻存效果。乱翻其中放置的物品,使后来人要费很大的劲才能找到自己的物品。 3. 打开细胞培养箱门的幅度过大,过频,不及时关闭,导致培养箱温度及二氧化碳浓度降低。未经他人同意,而私自观察他人培养的细胞。有时候,细胞正需要绝对的静止,而他人的私自查看,可能就影响了细胞的贴壁。 4. 未经他人同意,使用他人实验物品。结果导致他人使用时候,才发现没有了该物品。 5. 他人消毒后的物品,没有在超净台中而私自打开。后不告知而又重新包装上。 6. 穿在手上,并且粘有有毒物质(如EB、PMSF等物质)的手套乱摸,包括门把手、键盘等。导致他人裸手而间接粘上此类有毒物质。 7. 使用完毕离心机、显微镜等,不关机就离开。 8. 粘有有毒物质的瓶子不给予特殊处理,而同其他的瓶子放到一起。 9. 在公用试剂的标签上乱写,标明自己的剂量,而影响后人的使用。 10. 最重要的一条:在公共实验中,没有协作合作精神,缺乏责任感。 lalala_2004站友认为 1. 实验完成后不及时清理现场,总留给别人一个烂摊子。 2. 长时间占用实验室公用电脑,上网聊天游戏,妨碍他人查资料。 3. 公用仪器不爱惜,损坏后隐瞒不报,推卸责任。 4. 作实验不作好记录,不及时总结实验数据。 5. 没有做过的实验,不请教别人,自己盲目动手,浪费材料,甚至造成危险后果。 lalala_2004 站友认为 1. 明确责任者,每一种固定资产都有责任者。并在明确的地方贴上责任者的名字,方便有问题时联系责任者。 2. 制定每种仪器的使用方法。由责任者制定使用方法及注意事项等等,贴在仪器上。 3. 仪器使用预定制,制作表格放在仪器(PCR仪,水浴,摇床,电脑等等)旁边。使用前需要预定,使用后标明完成。 4. 实验室的玻璃仪器,试药等等都分类都专人负责,需要时向专人领取并登记。用完后归还并登记。 5. 经常使用的试剂如TB,SOC等等以及常用的胶,平板等等作为公共活,大家轮流做。 6. 每一级别对下级进行监督,并在考核中进行考虑。 wgqsdams站友认为 1. 高压完的枪头或别的东西不及时地收回,以致于储物葙里都没有空余的地方放刚刚烘干的高压完的物品,后来发现了,一看过期了,又重新高压; 2. 可回收的和不可回收的物品不分门别类的放,以致于有些可回收的物品被当垃圾一样扔了,造成了很大的浪费; 3. 一些公用试剂、物品或仪器不按规程操作,给后用者造成很大的损失(试剂、物品污染或仪器校对不准等); 4. 最主要的是一些实验操作规范的问题,像试剂的节约、仪器的爱护、有荧光的表记物避光、提RNA的注意事项等等,轻者是自己的实验出问题,重者是影响到实验室的风气问题。 关于如何解决,我觉得实验室也需要建立一套严格的、专人负责的规章制度,不过,制度毕竟只是起一个监督的作用,更多的还是的需要我们在实验室的人员以身作则、身体力行,努力创造一个相互协作的、有良好气氛的实验环境。 十二个月站友认为 1. 不注重进入实验区的穿戴:拖鞋上下阵,有时不穿白大褂,赤手取物品; 2. 实验时干与实验无关的事情:大声喧哗,唱歌,起哄,闲聊,等待时间打电脑游戏; 3. 卫生意识差:实验室里吃东西,包子、桃子、西瓜,五花八门,只要逮着什么,吃什么,稍用水冲冲手就拿着啃了,甚至不洗手直接在白大褂上擦几下就算了事(晕!)。 4. 试剂摆放不规则,仪器使用不做正常维护。各种试剂一股脑儿全推在一起,找的时候干着急;仪器用时不登记,用后不清洗,残留在管子里、表面上的污痕,结果越来越脏,让人看了恶心。 whitesnail站友认为 1. 个人感觉最明显的:进出门不敲门、将门摔得很响,不关门; 2. 当天实验结束后将剩余的动物养在实验室而不放回动物房,第二天实验室气味很不好; 3. 本人以前喜欢将实验剩余的液体放在冰箱里备用,但是用到的机会不到1%,过段时间一看,很多残液,占空间; 4. 实验数据不及时拷走,占实验电脑的空间,运行也慢; 5. 借用别人物品不放回原处,最可怕的是自己也忘了放哪; 6. 做过实验的器皿不及时清洗,能泡多久就泡多久,暑假期间有位同学的盆中蚊虫产卵,很是触目惊心; 7. 试剂标签掉了,不及时贴回,只是在瓶子上面做个简单的标记,想着等会贴,但是一忙起来就忘了,时间长了,等自己也忘了那些XX,∨∨代表什么东西,这瓶试剂就报废了。 fengrujie站友认为 1. 实验台面用过后不打扫 2. 将固状物连同液体一起倒在水槽 3. 生活垃圾和实验垃圾不分类 4. 某些实验仪器用完后不复原,如让pcr仪长期保持4度不关机,低温离心机长久打开顶盖等 发生的原因,归结为几点,有的是实验人员没有责任心,有的是新手刚来不懂操作规程,有的是不小心遗忘。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON);
2613 次阅读|0 个评论
[转载]Velest
zhanggw 2013-2-21 10:27
Velest是个1D模型反演程序,在编译过程中出现这样的错误: /tmp/cchX84r1.o: In function `cputimer_': velest.f:(.text+0x2c64d): undefined reference to `clock_' /tmp/cchX84r1.o: In function `datetime_': velest.f:(.text+0x2c6ae): undefined reference to `sprintf_' collect2: ld returned 1 exit status 需要修改下子函数: 将subroutine CPUTIMER(cpusec) 和 subroutine DATETIME(dattim) 修改为: subroutine CPUTIMER(cpusec) ! Urs Kradolfer, 16.9.91 implicit none real cpusec, icpu call cpu_time(icpu) cpusec=icpu end ! of subroutine cputimer subroutine DATETIME(dattim) ! Urs Kradolfer, 16.9.91 implicit none character datum*26, dattim*20 character ctime integer(KIND=2) it external ctime !$pragma C(ctime) it=time8() datum=ctime(it) dattim=datum(5:24) end ! of subroutine datetime 编译过程中遇到:FORTRANerror:relocationtruncatedtofit:R_X86_64_32S f77 -o velest velest.f修改为 f77 -o velest -mcmodel=medium velest.f 即可解决。 部分转载别人,附上相关网址: g77 time8 http://gcc.gnu.org/onlinedocs/gcc-3.3.6/g77/Time8-Intrinsic.html#Time8-Intrinsic gfortran cpu_time http://www.cse.yorku.ca/tdb/_doc.php/userg/man_g/file/gfortran/node/CPU_TIME gfortran ctime http://gcc.gnu.org/onlinedocs/gfortran/CTIME.html VELEST http://www.orfeus-eu.org/Software/softwarelib.html ftp://www.orfeus-eu.org/pub/software/mirror/thurber/VELEST/ 参考处: http://nota.tw/index.php/2011/04/21/adjust-velest-in-ubuntu/
个人分类: PROGRAMS|4541 次阅读|0 个评论
[转载]时间序列-结构函数(IDL程序)
deliangwang 2013-2-4 13:22
PRO sf,time,rate,lag,sf,evenly=evenly $ ,delta=delta,logdelta=logdelta,lagsample=lagsample $ ,mincouples=mincouples ;+ ; NAME: ; sf ; ; PURPOSE: ; Compute the structure function of a lightcurve, according to the ; definitions given by Nandikotkur et al., 1997, AIP ; Conf. Proc 410, 1361P for the evenly case and Paltani et ; al., 1997 AA 327, 539P for the unevenly case. ; ; CATEGORY: ; time series analysis ; ; ; CALLING SEQUENCE: ; sf,time,rate,lag,sf ; ; INPUTS: ; time : The times at which the time series was measured ; rate : the corresponding count rates ; ; ; OPTIONAL INPUTS: ; none ; ; ; KEYWORD PARAMETERS: ; delta : width for the lag rebining in the unevenly case ; (if not set, is equal to 1e-6) ; logdelta : delta in logaritmic expression ; evenly : if set, compute the estimation of the structure ; function for evenly sample data, otherwise ; compute the estimation for unevenly sample data ; lagsample : sample of time lags, if not set, all possible ; lags in the time sample are take as lag sample. ; mincouples: minimum number of couples in a bin of the ; structure function not to be ignored, if not set, ; is equal to 1. ; ; OUTPUTS: ; sf : the "structure function"-values to each time lag ; lag : sample of time lags ; ; OPTIONAL OUTPUTS: ; none ; ; ; COMMON BLOCKS: ; none ; ; ; SIDE EFFECTS: ; none ; ; ; RESTRICTIONS: ; none ; ; ; PROCEDURE: ; none ; ; EXAMPLE: ; sf,time,rate,lag,sf,delta=2. ; ; ; MODIFICATION HISTORY: ; Version 1.0, 1998.12.21, Sara Benlloch (IAAT) ; Version 1.1, 1999.01.07, lag sample in the unevenly case modificied. ; ( benlloch@astro.uni-tuebingen.de ) ; Version 1.2, 1999.01.26, new keywords; logdelta, lagsample, ; mincoupples. ;- ;; ;; lightcurve (lc) parameters ;; ;; number of points in the time series npt = n_elements(time) ;; subtract mean from data rat = rate-mean(rate) ;; ;; Structure Function ;; IF (keyword_set(evenly)) THEN BEGIN ;; for evenly-sampled discrete time series (ti=i*bint; xi) bt = (time(npt-1)-time(0))/(npt-1) ;; Estimation of the structure function: ;; sf(lag) = 1/npt(tau)SUM_{i=0,...npt-1-lag}(x(i+lag)-x(i))^2 ;; the average been taken over all measurements separated by ;; the respective lag and npt(lag) being the number of such ;; pairs ( Nandikotkur et al., 1997, AIP Conf. Proc 410, 1361P) sf = dblarr(2,npt-1) FOR lag=1L,npt-1 DO BEGIN ; ( lag = 1,...,npt-1 ) sf = total((rat -rat )^2)/(npt-lag) sf = npt-lag END ;; Lag sample lag = bt*findgen(npt-1)+bt ENDIF ELSE BEGIN ;; for unevenly time series (ti,xi),i=1,...npt with arbritary ti ;; Estimation of the structure function: ;; sf(lag,delta)=(1/npt(lag,bin))SUM_{(i,j)/R} ^2 ;; such that npt(lag,delta) is the number of couples ;; that satisfy the relationship ;; R := ( lag-delta/2 tj-ti lag+delta/2 ) ;; ( Paltani et al., 1997 AA 327, 539P ) ;; logarithmic R := | log(|tj-ti|)-log(lag) | = delta ;; time and rate couples : tj-ti and xj-xi for all ji t_couple = time-shift(time,1) r_couple = rat-shift(rat,1) time_couples = t_couple(1:npt-1) rate_couples = r_couple(1:npt-1) FOR i=2L,npt-1 DO BEGIN t_couple = time-shift(time,i) r_couple = rat-shift(rat,i) time_couples = rate_couples = ENDFOR ;; lag sample IF keyword_set(lagsample) THEN BEGIN lag = lagsample ENDIF ELSE BEGIN lag = time_couples(sort(time_couples)) lag = lag(uniq(lag,sort(lag))) ENDELSE ;; width for the lag rebining IF (n_elements(delta) EQ 0) THEN delta=1e-6 ;; structur function estimate sf = dblarr(2,n_elements(lag)) FOR t=0L,n_elements(lag)-1 DO BEGIN IF keyword_set(logdelta) THEN BEGIN rel = abs( alog10(time_couples) - alog10(lag(t)) ) relationship = where( rel LE logdelta , count ) ENDIF ELSE BEGIN relationship = where( (time_couples LT lag(t)+delta/2.) $ AND (time_couples GT lag(t)-delta/2.), count) ENDELSE IF (count NE 0) THEN BEGIN sum = 0. sum_couples = rate_couples(relationship) FOR h=0L,count-1 DO BEGIN sum = sum + sum_couples(h)^2. sf(1,t) = (1./count)*sum ENDFOR ENDIF ELSE BEGIN sf(1,t)=0. ENDELSE sf(0,t) = count ENDFOR result = where( sf(1,*) NE 0. , count ) IF count NE 0 THEN BEGIN lag = lag(result) sf = sf(*,result) ENDIF IF keyword_set(mincouples) THEN BEGIN result = where( sf(0,*) GE mincouples , count ) IF count NE 0 THEN BEGIN lag = lag(result) sf = sf(*,result) ENDIF ENDIF ENDELSE return END
个人分类: 编程笔记|2374 次阅读|0 个评论
[转载]时间序列-自相关函数(IDL程序)
deliangwang 2013-2-4 13:15
PRO acf,time,rate,lag,acf,covf=covf ;+ ; NAME: ; acf ; ; PURPOSE: ; Compute the autocorrelation function of an evenly sample lightcurve ; ; ; CATEGORY: ; time series analysis ; ; ; CALLING SEQUENCE: ; acf,time,rate,lag,acf,covf ; ; ; INPUTS: ; time : the times at which the time series was measured ; rate : the corresponding count rates ; ; ; OPTIONAL INPUTS: ; none ; ; ; KEYWORD PARAMETERS: ; none ; ; ; OUTPUTS: ; lag : sample time lags ; acf : autocorrelation values to each time lag given in ; a two-dimensional array, once without ; correction-factor and once with. ; ; OPTIONAL OUTPUTS: ; covf : autocovariance values to each time lag given in ; a one-dimensional array. ; ; COMMON BLOCKS: ; none ; ; ; SIDE EFFECTS: ; none ; ; ; RESTRICTIONS: ; evenly time series ; ; ; PROCEDURE: ; The autocorrelation function is computed according to the ; approximation of evenly sample given by ; covf(lag)=(1/(npt-lag))SUM_{j=1,..npt-lag} ; acf(lag)=covf(lag)/covf(0) ; Additionally, a corection-factor given by Sutherland et ; al. 1978, Ajp 219, 1029P, is added. ; ; EXAMPLE: ; acf,time,rate,lag,acf,covf=covf ; ; ; MODIFICATION HISTORY: ; Version 1.0, 1998.12.21, Sara Belloch IAAT, Joern Wilms IAAT. ; ( benlloch@astro.uni-tuebingen.de ) ;- ;; ;; lightcurve (lc) parameters ;; ;; dimension of lc in bins npt = n_elements(time) ;; Autocorrelation is defined for series with mean zero rat = rate-mean(rate) ;; ;; Autocovariance function estimate by ;; covf(lag)=(1/(npt-lag))SUM_{j=1,..npt-lag} ;; covf = dblarr(npt) FOR lag=0,npt-1 DO BEGIN ; ( lag = 0,...,npt-1 ) covf = total(rat *rat ) / (npt-lag) END lag = (time -time ) * findgen(npt) ;; ;; Autocorrelation function ;; acf(lag)=covf(lag)/covf(0) ;; acf = dblarr(2,npt) acf(0,*) = covf / covf(0) ;; ;; correction-factors (Sutherland et al. 1978, ApJ 219, 1029P) ;; k1 = 1. / npt k2 = 1. / (npt*npt) FOR i=0,npt-1 DO BEGIN acf(1,i) = acf(0,i) + k1 - float(i)*k2 ENDFOR END
个人分类: 编程笔记|3071 次阅读|0 个评论
Facebook向每个用户支付10美元?
热度 2 pkuzeal 2013-1-29 22:00
Facebook 向每个用户支付 10 美元? 如果有有 Facebook 帐户,你也许在上周五收到一封奇怪的来信,信中说到你也许会因为一桩诉讼而获得收入 - 这不是恶作剧, Facebook 真的会付,你最多可能获得 10 美元。如何获取这笔收入呢?此处作一说明: 为什么我会成为 Facebook 的集体诉讼的受益者? 这个社交网络其实在未获得你许可的情况下把你作为了产品义务推销员。 举个例子,如果你喜欢 JustinBieber 的页面,你的 Facebook 粉丝将会收到一条这样的信息: Jeff 喜欢 Beeb 的新眼线。目前 Facebook 仍旧可以这样做, 因为其隐私条款已经作了修改,这是最早的陷阱广告。 我如何收取这笔收入? 五月二日前访问“结算”页面填写索取表格 我能得到多少 根据此前第二次的调解协议(第一次调解协议被法官驳回) Facebook 总计将付出两千万美元来了解此事。每个帐户可以获得最多 10 美元。 但这两千万并都会支付给 Facebook 用户的。 律师要收取近八百万美元,还有“第三方代理”以及“结算管理”也要分一杯羹。因此最终到用户手中约有一千万至一千二百万美元。 如果最终数字是一千二百万美元,那将有足够资金支付给一百二百万 Facebook 用户。 那如果有超过一百二十万用户索取这笔费用呢? 那只能分享了。如果 2 百万人索取,每人只有约 5 美元了。 有多少概率获得这笔钱呢? Facebook 在北美地区有一亿六千五百万用户,如果有 2% 用户决定提出申请,那你的机会就小了。 这看起来不太公平,到底谁能得到钱呢? 集体诉讼称向每人支付 4.99 美元是非常低效率的一件事。因此如果有太多的申请用户的话,这笔钱将支付给你在哈佛、斯坦福、巴克莱等朋友,这些机构以此来保护你的隐私。 我的隐私被侵犯了,而我拿不到钱? 而这样的故事在不断地发生着。 Google , Facebook 侵犯了大家的隐私,而赔偿款支付了律师费后又做了慈善。 但事实上,这并不象听起来那么疯狂。许多“被侵犯的隐私“并不太糟糕。 如果问一个问题,你愿意为没有广告的,纯净的 Facebook 每月支付 5 美元吗? 汉式婚礼 (function () { var last_mouse_move_point; var is_not_move; var script_id = 'maxthon-gestures-extention-helper'; var is_message_sended; // Whether the mouse is moved between 2 adjacent mousemove events function notMove(point) { if (is_not_move == false) { return false; } if (Math.abs(last_mouse_move_point.y - point.y) 2 && Math.abs(last_mouse_move_point.x - point.x) 2) { return true; } else { is_not_move = false; return false; } } if (window === top) { document.querySelector('#' + script_id).setAttribute('istopwindow', 'true'); } else { document.querySelector('#' + script_id).setAttribute('istopwindow', 'false'); document.addEventListener('mousedown', function (event) { if (event.button !== 2) { return; } is_not_move = true; last_mouse_move_point = null; is_message_sended = false; }, false); document.addEventListener('mousemove', function (event) { var point; if (is_message_sended) { return; } if (event.button !== 2) { // not right key is pressed down return; } point = { 'x': event.clientX, 'y': event.clientY }; if (last_mouse_move_point == null) { last_mouse_move_point = point; return; } if (notMove(point)) { return; } top.postMessage({ 'action': 'maxthon-gestures-start-drawing' }, '*'); is_message_sended = true; } ,false); } })();
164 次阅读|2 个评论
[转载]FORTRAN EVESF function
Irasater 2013-1-21 17:37
http://www.roguewave.com/Portals/0/products/imsl-numerical-libraries/fortran-library/docs/6.0/math/default.htm?turl=evesf.htm EVESF(输出的结果为本征值的绝对值按照从大到小的顺序) Computes the largest or smallest eigenvalues and the corresponding eigenvectors of a real symmetric matrix. Required Arguments NEVEC — Number of eigenvalues to be computed. (Input) A — Real symmetric matrix of order N . (Input) SMALL — Logical variable. (Input) If . TRUE ., the smallest NEVEC eigenvalues are computed. If . FALSE ., the largest NEVEC eigenvalues are computed. EVAL — Real vector of length NEVEC containing the eigenvalues of A in decreasing order of magnitude. (Output) EVEC — Real matrix of dimension N by NEVEC . (Output) The J -th eigenvector, corresponding to EVAL ( J ), is stored in the J -th column. Each vector is normalized to have Euclidean length equal to the value one. Optional Arguments N — Order of the matrix A . (Input) Default: N = SIZE ( A ,2). LDA — Leading dimension of A exactly as specified in the dimension statement in the calling program. (Input) Default: LDA = SIZE ( A ,1). LDEVEC — Leading dimension of EVEC exactly as specified in the dimension statement in the calling program. (Input) Default: LDEVEC = SIZE ( EVEC ,1). FORTRAN 90 Interface Generic: CALL EVESF (NEVEC , A , SMALL , EVAL , EVEC ) Specific: The specific interface names are S_ EVESF and D_ EVESF . FORTRAN 77 Interface Single: CALL EVESF (N , NEVEC , A , LDA , SMALL , EVAL , EVEC , LDEVEC) Double: The double precision name is DEVESF . Description Routine EVESF computes the largest or smallest eigenvalues and the corresponding eigenvectors of a real symmetric matrix. Orthogonal similarity transformations are used to reduce the matrix to an equivalent symmetric tridiagonal matrix. Then, an implicit rational QR algorithm is used to compute the eigenvalues of this tridiagonal matrix. Inverse iteration is used to compute the eigenvectors of the tridiagonal matrix. This is followed by orthogonalization of these vectors. The eigenvectors of the original matrix are computed by back transforming those of the tridiagonal matrix. The reduction routine is based on the EISPACK routine TRED2 . See Smith et al. (1976). The rational QR algorithm is called the PWK algorithm. It is given in Parlett (1980, page 169). The inverse iteration and orthogonalization computation is discussed in Hanson et al. (1990). The back transformation routine is based on the EISPACK routine TRBAK1 . Comments 1. Workspace may be explicitly provided, if desired, by use of E5ESF/DE5ESF . The reference is: CALL E5ESF (N, NEVEC, A, LDA, SMALL, EVAL, EVEC, LDEVEC, WK, IWK) The additional arguments are as follows: WK — Work array of length 9 N . IWK — Integer array of length N . 2. Informational errors Type Code 3 1 The iteration for an eigenvalue failed to converge. The best estimate will be returned. 3 2 Inverse iteration did not converge. Eigenvector is not correct for the specified eigenvalue. 3 3 The eigenvectors have lost orthogonality. Example In this example, a DATA statement is used to set A to a matrix given by Gregory and Karney (1969, page 55). The largest two eigenvalues and their eigenvectors are computed and printed. The performance index is also computed and printed. This serves as a check on the computations. For more details, see IMSL routine EPISF . USE EVESF_INT USE EPISF_INT USE UMACH_INT USE WRRRN_INT IMPLICIT NONE ! Declare variables INTEGER LDA, LDEVEC, N PARAMETER (N=4, LDA=N, LDEVEC=N) ! INTEGER NEVEC, NOUT REAL A(LDA,N), EVAL(N), EVEC(LDEVEC,N), PI LOGICAL SMALL ! ! Set values of A ! ! A = ( 5.0 4.0 1.0 1.0) ! ( 4.0 5.0 1.0 1.0) ! ( 1.0 1.0 4.0 2.0) ! ( 1.0 1.0 2.0 4.0) ! DATA A/5.0, 4.0, 1.0, 1.0, 4.0, 5.0, 1.0, 1.0, 1.0, 1.0, 4.0, 2.0, 1.0, 1.0, 2.0, 4.0/ ! ! Find eigenvalues and vectors of A NEVEC = 2 SMALL = .FALSE. CALL EVESF (NEVEC, A, SMALL, EVAL, EVEC) ! Compute performance index PI = EPISF(NEVEC,A,EVAL,EVEC) ! Print results CALL UMACH (2, NOUT) CALL WRRRN ('EVAL', EVAL, 1, NEVEC, 1) CALL WRRRN ('EVEC', EVEC, N, NEVEC, LDEVEC) WRITE (NOUT,'(/,A,F6.3)') ' Performance index = ', PI END Output EVAL 1 2 10.00 5.00 EVEC 1 2 1 0.6325 -0.3162 2 0.6325 -0.3162 3 0.3162 0.6325 4 0.3162 0.6325 Performance index = 0.031
个人分类: Software|2846 次阅读|0 个评论
[转载]choose your career
twhlw 2012-12-8 13:10
破解你的“百万富翁密码” 你 完全有能力赚到更多的钱,你也一定能过上更快乐、更健康、更轻松的生活。怎样才能实现呢?那就是改行。 在《百万富翁的思维》(The Millionaire Mind)一书中,斯坦利(Thomas Stanley)写道:“拥有高度创造性智慧的百万富翁通常能正确地做出一个十分重要的职业生涯决策:他们会选择一个能赚到很多钱的职业,而这个职业通常又是他们所热爱的。请记住,如果你热爱自己所做的工作,你的生产效率就会很高,你的特殊创造天赋也会显现出来。” 斯坦利也从反面论述了这一观点:“正如大多数百万富翁所述,若将许多努力投入与个人能力不匹配的工作中,其直接结果便是压力。如果从事与你的资质不吻合的职业,无论是心理还是生理上都会感觉更困难、更吃力。” 以下是你要走的第一步,做一做笔者所着《百万富翁密码》(Millionaire Code)一书中的小测试。该测试是根据荣格(Carl Jung)的性格类型和迈尔斯-布里格斯(Myers-Briggs)的16种性格类型设计而成的。 请做一下这个由四部分组成的简单测试,找到你的四字母“百万富翁密码”。之后,你可以按图索骥,查看迈尔斯-布里格斯的16种性格类型,探索与适合你的新职业选择相关的一些具体信息。 这项测试看起来可能和你多年前做过的某个测试差不多。但情况会发生变化,所以请以开放的态度接受你身上发生的巨大变化。你不会是第一个离开银行,去做艺术家、珠宝设计师或记者的金融从业者,但你也许会成为最快乐的那一个。 这项测试非常简单,没有艰涩的心理学术语。请凭直觉依次从以下四对字母中挑选出一个与你的情况(而不是工作、社交场合中其他人,甚至家人对你的期望)最为吻合的字母。你将会认识到真正的自己是什么样的: 1. 外向型还是内向型?(E或I) 如果可以选择,你更希望生活在什么样的世界里呢?我们都希望二者兼有,但外向型的人更喜欢沟通、社交,与人聊天和倾听。内向型的人则更喜欢他们自己的内心世界──较之与现实世界打交道,他们更爱独处、阅读、安静地思考,在自己的内心世界里生活和解决问题。 2. 感觉型还是直觉型?(S或N) 你是如何运用信息的?我们都用视觉、听觉、触觉、味觉和嗅觉这五感来获得具体数据。然而,感觉型的人随后会将新数据与过去的信息进行对比。而直觉型的人则以未来为导向,他们从原始数据中看出意义、可能性,并加以概括。感觉型的人更依赖数据。直觉型的人则更依赖预感、概念和灵感。 3. 思维型还是情感型?(T或F) 你是如何做决定的?思维型的人希望做正确、公平、公正的事情。他们往往比较客观公正,运用逻辑、理性思维和推理。而情感型的人则比较主观和个人化,他们做决定的依据是个人价值和换位思考,是为了让自己和他人在工作、家庭和世界中感到愉快。 4. 判断型还是感知型?(J或P) 你更喜欢什么样的日常生活方式?判断型的人喜欢井然有序、有组织的生活方式,要有日程安排、计划、待办事项、清单、须完成任务以及特定目标。感知型的人则重视顺其自然和灵活的目标,能够轻松地适应新的局面。他们更喜欢在变化的环境中保持选择方案的灵活性(通常会保持到最后时刻)。 你与真实的自我合拍吗?你是否在给自己制造压力,为你的命运、你生命的意义蒙上阴影?如欲进一步了解:请看一看16种性格类型,读一读与你的四字母密码相对应的描述。比方说,我是INFP型,是一个寻找生活意义,寻求让世界变得更美好的理想主义者。 你的四字母“百万富翁密码”是什么?你可以从迈尔斯-布里格斯16种性格类型中找到与你的特定性格相关的具体信息。让我们先从与16种性格相关的大类说起,这其中包括你的性格类型。 系统策划者(ENTJ、ENTP、INTJ或INTP) 这里面没有羞怯的人。你是聪明、精力充沛的开拓者,热爱智力挑战,会为完善程序、系统等而夜以继日地工作。你为实现梦想、改变世界而奋斗,因此你的决策依据是实现所有人整体利益的最大化(而不是任何特定的个人),你会在情感和坚守的底线之间取得平衡。你往往是人群中的首领。 职业路径:像你这样的领导者遍及各行各业。担任公司高管、银行经理或办公室经理、筹款人、医院管理者或销售经理可能会让你这样的精英感到愉快。 守成者(ESTJ、ESFJ、ISTJ或ISFJ) 你是美国企业界的中流砥柱,你更关注现在而非过去,但着眼于未来。你爱做计划,会定期投资401(k)中最保守的项目以及你所在工会的养老基金,此外,你很可能会为孩子投资大学学费储蓄计划。你偏好安全、保险和秩序。 职业路径:让你感觉最愉快的是有清晰规定、结构森严的大型组织环境;也可以是警务机构或军队。公司里任何职位你都适合,你可以担任主管、经理、高管、技术专家或员工顾问。 独立创造者(ESTP、ESFP、ISTP或ISFP) 你更喜欢为自己工作,而不是为雇主工作,你也爱帮助和取悦他人。 你不介意变通一些规则,也不介意做一个独立工作的人。压力、意外和自由让你的生活变得完整! 职业路径:运用你的创业精神来启动自己的事业,哪怕只是兼职也好。你也许可以从经纪公司入手,因为在经纪公司你可以自行控制工作量和工作时间。 有富余的时间和金钱?你可以通过加盟Mrs. Fields或塔可钟(Taco Bell)这样的特许经营店进行投资理财。也可考虑从事一些抽取佣金,自己给自己做老板的职业,比如房地产经纪人、作家、广告经理、旅游代理人和销售职位。 开路者(ENFJ、ENFP、INFJ或INFP) 你愿意帮助弱者,对人抱有同情心,这使你成为了所有人的激励者。你对工作、生活和其他人的潜能抱有理想和激情。你是为启发、鼓励和激励他人而生的。你拥有很强的心灵直觉,在阅读肢体语言和捕捉他人感受方面拥有出色的直感和能力。 职业路径:社会工作、教学、公共关系、职业生涯和指导顾问以及人力资源专员等职业的性质都适合那些关爱和同情他人、需要与人交往和本能地渴望创造和谐与和睦氛围的人。 如欲了解更多:请看看笔者的《百万富翁密码》一书,了解有关16种性格类型的详细信息。你可以找到自己的性格类型。一定要读读斯坦利的《百万富翁的思维》以及白金汉(Marcus Buckingham)的书,建议先从《你需要知道的一件事》(The One Thing You Need to Know)开始读:“确定什么事情是你不喜欢做的,然后停掉它。”接下来,请研读白金汉有关“优势测评”的书,找到你爱做的事情并专注地去做。 保持耐心。到时候你自然会知道该做什么。我在摩根士丹利(Morgan Stanley)投资银行部门工作的许多年里,一直在电视艺术与科学学院(Television Academy)和演员工作室(Actors Studio)等地方参加写作、导演和表演研习班,我制作的一个电影短片获得了一项金奖。 然后有一天,我突然意识到行动的时机已到。离开投资银行业不久之后,我成为了一名报纸编辑,随后在金融新闻网(Financial News Network)担任高管,之后又做了财经记者。这是我做过的最佳决策。保持耐心,做好准备,你会意识到什么时候是合适的时机,你会知道的。 不论你做什么,都不要在奇迹发生前五分钟放弃你的梦想。请牢记斯坦利在《百万富翁的思维》一书中所说的话:“如果你热爱自己所做的工作,你的生产效率就会很高,你的特殊创造天赋也会显现出来。” 再推荐两本必读书:布里奇斯(Bill Bridges)的《转变》(Transitions)和西内塔(Marsha Sinetar)的《做你爱做的事,财富自然会来》(Do What You Love, The Money Will Follow)。 Paul B. Farrell
1360 次阅读|0 个评论
Vasp5.2编译undefined reference to `cheevx_' 出错解决办法
zbb1223 2012-11-20 22:38
错误提示: n_lhf.o twoelectron4o.o ratpol.o screened_2e.o wave_cacher.o chi_base.o wpot.o local_field.o ump2.o bse_te.o bse.o acfdt.o chi.o sydmat.o dmft.o rmm-diis_mlr.o linear_response_NMR.o fft3dfurth.o fft3dlib.o -L../vasp.5.lib -ldmy ../vasp.5.lib/linpack_double.o ../vasp.5.lib/lapack_double.o /usr/lib/libgoto.so bse.o: In function `bse_mp_diag_bse_matrix_': bse.f90:(.text+0xa466): undefined reference to `cheevx_' make: *** Error 1 原因: vasp调用GotoBLAS库libgoto2.so时出错,因为GotoBLAS库安装时,需要下载lapack软件包,但是由于网络问题,没有安装成功。 解决办法: 下载lapack-3.1.1.tgz文件,copy到GotoBLAS目录下,重新编译GotoBLAS就可以了
5928 次阅读|0 个评论
难以置信的结果
热度 1 xiasw 2012-11-19 16:28
try-function(i,j){ t-seq(1:i*j) return(t)
2753 次阅读|2 个评论
EOF analysis of one climate field
热度 2 gwangcc 2012-11-1 17:09
function =eof(X,neof) % function =eof_analysis(X,neof) % Wrapper function to perform PCA of a field X % with TWO spatial dimensions. (This code will also % work with a SINGLE spatial dimension. But it might % be easier to directly call 'principal_component_analysis'.) % This function basically transforms the data matrix into % a standard 2-d data matrix, taking into account NaNs. % Input: % X: (x,y,t) or (x,t). % neof: number of EOF/PC to return % Output: % EOFs: 3-d (x,y,e) or 2-d (x,e) matrix with spatial % patterns. % PCs: 2-d matrix (t,e) with principal components (scores) % in the columns % Var: variance of each principal component % Xrecon: 3-d (x,y,t) or 2-d (x,t) matrix with reconstructed X % WITHOUT adding back the mean % Note: Xpc is the projection of X onto the corresponding EOF. % That is, Xpc(it,ie) = nsum(nsum(X(:,:,it).*Xeofs(:,:,ie))) % Use this to project a physical field onto EOF space. % If X only has 2 dimensions, assume second dimension is time. % Insert 'y' dimension to conform with rest of function which % assumes X represents multiple realizations of a 2-D field. if ndims(X)==2 =size(X); X=reshape(X, ); end % Flatten 2-d fields into single vector =size(X); Xd=reshape(X, ); % (space,time) % remove NaNs inn=find(~isnan(Xd(:,1))); Xd=Xd(inn,:); % (space, time) n=size(Xd,1); %normalize for i=1:n % Xd(i,:)=Xd(i,:)-nanmean(Xd(i,:)); % Xd(i,:)=detrend(squeeze(Xd(i,:)),'constant'); % Xd(i,:)=detrend(squeeze(Xd(i,:))); Xd(i,:)=zscore(detrend(squeeze(Xd(i,:)),'constant')); end Xd=Xd'; Xd=double(Xd); % PCA if nargout3 =principal_component_analysis(Xd,neof); else =principal_component_analysis(Xd,neof); end % Xpcs (t,e) % Reshape EOFs to physical space Xeofs=repmat(NaN, ); Xeofs(inn,:)=EOFs; Xeofs=squeeze(reshape(Xeofs, )); Xrecon=repmat(NaN, ); for ie=1:neof for it=1:nt Xrecon(:,:,it)=Xrecon(:,:,it)+Xpcs(it,ie)*Xeofs(:,:,ie); end end if nargout3 XR=XR'; % (x,t) Xrecon=repmat(NaN, ); Xrecon(inn,:)=XR; Xrecon=squeeze(reshape(Xrecon, )); end function Xpcs=eof_project(Xanom,Xeofs,numd) % function Xpcs=eof_analysis(Xanom,Xeofs,numd) % Function to project physical field (1 or 2 spatial % dimensions) onto EOF. % Input: % Xanom: (x,y,t) or (x,t) - physical ANOMALY field % Xeofs: 3-d (x,y,e) or 2-d (x,e) matrix with spatial % patterns. % numd: if Xanom is (x,t), MUST set ndims=1 % Output: % Xpcs: 2-d matrix (t,e) with projection coefficients % (principal components) in the columns. Number % of projection coefficients returned is equal % to the number of EOFs passed in the input argument. % Samar Khatiwala (spk@ldeo.columbia.edu) if nargin3 % default is 2-d numd=2; end if ndims(Xanom)==2 numd==1 % data is (x,t) Xpcs=Xeofs'*Xanom; Xpcs=Xpcs'; else % nt=size(Xanom,3) % neofs=size(Xeofs,3) % Xpcs=repmat(NaN, ); % for it=1:nt % Xpcs(it,:)=squeeze(nansum(nansum(Xeofs.*repmat(Xanom(:,:,it), ))))'; % end % for ie=1:neofs % Xpcs(:,ie)=squeeze(nansum(nansum(Xanom.*repmat(Xeofs(:,:,ie), )))); % end % Flatten 2-d fields into single vector =size(Xanom); neofs=size(Xeofs,3); Xanom=reshape(Xanom, ); % (x,t) Xeofs=reshape(Xeofs, ); % (x,e) % remove NaNs inn=find(~isnan(Xanom(:,1))); Xanom=Xanom(inn,:); % (x,t) Xeofs=Xeofs(inn,:); % (x,e); Xpcs=Xeofs'*Xanom; Xpcs=Xpcs'; end function =principal_component_analysis(X,neof) % function =principal_component_analysis(X,neof) % Function to do a principal component analysis of % data matrix X. % Input: % X: (t,x) each row corrsponds to a sample, each column % is a variable. (Each column is a time series of a % variable.) % neof: number of EOF/PC to return % Output: % EOFs: (x,e) matrix with EOFs (loadings) in the columns % PCs: (t,e) matrix with principal components (scores) in the columns % Var: variance of each principal component % Xrecon: (t,x) reconstructed X (WITHOUT adding back the mean) % To reconstruct: Xrecon = PCs*EOFs' % Notes: (1) This routine will subtract off the mean of each % variable (column) before performing PCA. % (2) sum(var(X)) = sum(Var) = sum(diag(S)^2/(m-1)) % Samar Khatiwala (spk@ldeo.columbia.edu) if strcmp(class(X),'single') disp('WARNING: Converting input matrix X to class DOUBLE') end % Center X by subtracting off column means = size(X); %X = X - repmat(mean(X,1),m,1); r = min(m-1,n); % max possible rank of X % SVD if nargin 2 =svds(X,r); else =svds(X,min(r,neof)); end % EOFs: (x,e) % U: (t,e) % Determine the EOF coefficients PCs=U*S; % PCs=X*EOFs (t,e) % compute variance of each PC % Modified EV=diag(S).^2/sum( diag(S).^2 ); Var = EV*100; % Note: X = U*S*EOFs' % EOFs are eigenvectors of X'*X = (m-1)*cov(X) % sig^2 (=diag(S)^2) are eigenvalues of X'*X % So tr(X'*X) = sum(sig_i^2) = (m-1)*(total variance of X) if nargout3 Xrecon = PCs*EOFs'; % (t,x) end
5063 次阅读|3 个评论
fast runmean smoothing
热度 1 gwangcc 2012-11-1 16:37
function Y = runmean(X, m, dim, modestr) ; % RUNMEAN - Very fast running mean (aka moving average) filter % For vectors, Y = RUNMEAN(X,M) computes a running mean (also known as % moving average) on the elements of the vector X. It uses a window of % 2*M+1 datapoints. M an positive integer defining (half) the size of the % window. In pseudo code: % Y(i) = sum(X(j)) / (2*M+1), for j = (i-M):(i+M), and i=1:length(X) % % For matrices, Y = RUNMEAN(X,M) or RUNMEAN(X,M, ,1) % % - 1.33 2 3 4 4.67 % runmean( ,1,'mean') % % - 2 2 3 4 4 % runmean( ,1,1) % dimension 1 is larger than 2*(M=1)+1 ... % % - 2 4 6 8 10 % runmean(ones(10,7),3,2,'zero') ; % along columns, using mode 'zero' % runmean(repmat( ,5,1),2,2) ; % % - all NaN result % A = rand(10,10) ; A(2,7) = NaN ; % runmean(A,3,2) ; % % - column 7 is all NaN % runmean(1:2:10,100) % mean % % - 5 5 5 5 5 % % This is an incredibly fast implementation of a running mean, since % execution time does not depend on the size of the window. % % See also MEAN, FILTER % for Matlab R13 % version 3.0 (sep 2006) % Jos van der Geest % email: jos@jasen.nl % History: % 1.0 (2003) created, after a snippet from Peter Acklam (?) % 1.1 (feb 2006) made suitable for the File Exchange (extended help and % documentation) % 1.2 (feb 2006) added a warning when the window size is too big % 1.3 (feb 2006) improved help section % 2.0 (sep 2006) working across a dimension of a matrix. % 3.0 (sep 2006) several treatments of the edges. % Acknowledgements: (sep 2006) Thanks to Markus Hahn for the idea of % working in multi-dimensions and the way to treat edges. error(nargchk(2,4,nargin)) ; if ~isnumeric(m) || (numel(m) ~= 1) || (m 0) || fix(m) ~= m, error('The window size (M) should be a positive integer') ; end if nargin == 2, dim = ; else modestr = 'edge' ; end end modestr = lower(modestr) ; % check mode specifier if ~ismember(modestr,{'edge','zero','mean'}), error('Unknown mode') ; end szX = size(X) ; if isempty(dim), dim = min(find(szX1)) ; end if m == 0 || dim ndims(X), % easy Y = X ; else mm = 2*m+1 ; if mm = szX(dim), % if the window is larger than X, average all sz2 = ones(size(szX)) ; sz2(dim) = szX(dim) ; Y = repmat(mean(X,dim),sz2) ; else % here starts the real stuff % shift dimensions so that the desired dimensions comes first = shiftdim(X, dim-1); szX = size(X) ; % make the rest of the dimensions columns, so we have a 2D matrix % (suggested of Markus Hahn) X = reshape(X,szX(1), ; % the cumsum trick (by Peter Acklam ?) Y = cumsum(Y,1) ; Y = (Y(mm+1:end,:)-Y(1:end-mm,:)) ./ mm ; % reshape into original size Y = reshape(Y,szX) ; % and re-shift the dimensions Y = shiftdim(Y,ndims(Y)-nshifts) ; end end % ===================== % CODE OF VERSION 1.3 % ===================== % function Y = runmean(X,m) ; % % RUNMEAN - Very fast running mean filter for vectors % % Y = RUNMEAN(X,M) computes a running mean on vector X using a window of % % 2*M+1 datapoints. X is a vector, and M an positive integer defining % % (half) the size of the window. In pseudo code: % % Y(i) = sum(X(j)) / (2*M+1), for j = (i-M):(i+M), and i=1:length(X) % % % % If the total window size (2M+1) is larger than the length of the vector, the overall % % average is returned. % % % % Example: % % runmean(1:10,1) % - % % % % % % This is an incredibly fast implementation of a running average, since % % execution time does not depend on the size of the window. % % % % X should not contains NaNs (a NaN will result in a all NaN result) % % At both ends the values of Y can be inaccurate, as the first and last % % values of X are used multiple times. % % % % See also MEAN % % % for Matlab R13 % % version 1.3 (feb 2006) % % Jos van der Geest % % email: jos@jasen.nl % % % History: % % 1.0 (2003) created, after a snippet from Peter Acklam (?) % % 1.1 (feb 2006) made suitable for the File Exchange (extended help and % % documentation) % % 1.2 (feb 2006) added a warning when the window size is too big % % 1.3 (feb 2006) improved help section % % error(nargchk(2,2,nargin)) ; % % sz = size(X) ; % % if numel(sz) ~= 2 || (min(sz) ~= 1), % error('X should be a vector') ; % end % % if any(isnan(X)), % error('NaNs cannot be dealt with') ; % end % % if ~isnumeric(m) || (numel(m) ~= 1) || (m 0) || fix(m) ~= m, % error('The window size (M) should be a positive integer') ; % elseif m == 0, % Y = X ; % return ; % end % % mm = 2*m+1 ; % % if mm = prod(sz), % % if the window is larger than X, average all % warning('Window size is larger than the length of the vector.') % Y = repmat(mean(X),sz) ; % else % % the cumsum trick ... % Y = ; % Y = ; % Y = (Y(mm+1:end)-Y(1:end-mm)) / mm ; % Y = reshape(Y,sz) ; % end
3356 次阅读|1 个评论
SVD analysis of two climate fields
热度 1 gwangcc 2012-11-1 16:21
function = calSVD(xdata,ydata,N) =size(xdata); xdata=reshape(xdata, ); % =size(ydata); ydata=reshape(ydata, ); % innx= find(~isnan(xdata(:,10))); xdata=xdata(innx,:); xdata=permute(xdata, ); xdata=detrend(xdata,'constant'); xdata(isnan(xdata))=0; inny= find(~isnan(ydata(:,10))); ydata=ydata(inny,:); ydata=permute(ydata, ); ydata=detrend(ydata,'constant'); ydata=detrend(ydata); xdata(isnan(xdata))=0; %% S=xdata; P=ydata; % Form the covariance matrix: C = S'*P; % Find eigenvectors and singular values = svds(C,N); % PC a = S*U; b = P*V; % Make them clear for output for iN=1:N e1(iN,:) = squeeze( U(:,iN) )'; pcx(iN,:) = squeeze( a(:,iN) )'; e2(iN,:) = squeeze( V(:,iN) )'; pcy(iN,:) = squeeze( b(:,iN) )'; end % Amount of variance explained a 0.1 pres et en % L2=Lambda.^2; dsum=diag(L2)/trace(L2); for iN=1:N expvar(iN)=fix( ( dsum(iN)*100/sum(dsum) )*10 ) /10; end %% reshape zforp to 3-D physical space ex=repmat(NaN, ); for i=1:N ex(innx,i)=e1(i,:); end ex=squeeze(reshape(ex, )); ey=repmat(NaN, ); for i=1:N ey(inny,i)=e2(i,:); end ey=squeeze(reshape(ey, ));
3099 次阅读|1 个评论
estimating PDF with kernels
gwangcc 2012-10-25 23:27
function p=gkdeb(x,p) % GKDEB Gaussian Kernel Density Estimation with Bounded Support % % Usage: % p = gkdeb(d) returns an estmate of pdf of the given random data d in p, % where p.pdf and p.cdf are the pdf and cdf vectors estimated at % p.x locations, respectively and p.h is the bandwidth used for % the estimation. % p = gkdeb(d,p) specifies optional parameters for the estimation: % p.h - bandwidth % p.x - locations to make estimation % p.uB - upper bound % p.lB - lower bound. % p.alpha - to calculate inverse cdfs at p.alpha locations % % Without output, gkdeb(d) and gkdeb(d,p) will disply the pdf and cdf % (cumulative distribution function) plot. % % See also: hist, histc, ksdensity, ecdf, cdfplot, ecdfhist % Example 1: Normal distribution %{ gkdeb(randn(1e4,1)); %} % Example 2: Uniform distribution %{ clear p p.uB=1; p.lB=0; gkdeb(rand(1e3,1),p); %} % Example 3: Exponential distribution %{ clear p p.lB=0; gkdeb(-log(1-rand(1,1000)),p); %} % Example 4: Rayleigh distribution %{ clear p p.lB=0; gkdeb(sqrt(randn(1,1000).^2 + randn(1,1000).^2),p); %} % V3.2 by Yi Cao at Cranfield University on 7th April 2010 % % Check input and output error(nargchk(1,2,nargin)); error(nargoutchk(0,1,nargout)); n=length(x); % Default parameters if nargin2 N=100; h=median(abs(x-median(x)))/0.6745*(4/3/n)^0.2; xmax=max(x); xmin=min(x); xmax=xmax+3*h; xmin=xmin-3*h; dx=(xmax-xmin)/(N-1); p.x=xmin+(0:N-1)*dx; p.pdf=zeros(1,N); p.cdf=zeros(1,N); p.h=h; dxdz=ones(size(p.x)); z=p.x; else =checkp(x,p); N=numel(p.x); h=p.h; end % Gaussian kernel function kerf=@(z)exp(-z.*z/2); ckerf=@(z)(1+erf(z/sqrt(2)))/2; nh=n*h*sqrt(2*pi); for k=1:N p.pdf(k)=sum(kerf((p.x(k)-x)/h)); p.cdf(k)=sum(ckerf((p.x(k)-x)/h)); end p.x=z; p.pdf=p.pdf.*dxdz/nh; dx= ; p.cdf=p.cdf/n; % p.cdf=cumsum(p.pdf.*dx); if isfield(p,'alpha') n=numel(p.alpha); p.icdf=p.alpha; for k=1:n alpha=p.alpha(k); ix=find(p.cdfalpha,1)-1; x1=p.x(ix); x2=p.x(ix+1); F1=p.cdf(ix); F2=p.cdf(ix+1); p.icdf(k)=x1+(alpha-F1)*(x2-x1)/(F2-F1); end end % Plot if ~nargout subplot(211) plot(p.x,p.pdf,'linewidth',2) grid % set(gca,'ylim', ) ylabel('f(x)') title('Estimated Probability Density Function'); subplot(212) plot(p.x,p.cdf,'linewidth',2) ylabel('F(x)') title('Cumulative Distribution Function') xlabel('x') grid meanx = sum(p.x.*p.pdf.*dx); varx = sum((p.x-meanx).^2.*p.pdf.*dx); text(min(p.x),0.6,sprintf('mean(x) = %g\n var(x) = %g\n',meanx,varx)); if isfield(p,'alpha') numel(p.alpha)==1 text(min(p.x),0.85,sprintf('icdf at %g = %g',p.alpha,p.icdf)); end end function =checkp(x,p) n=numel(x); %check structure p if ~isstruct(p) error('p is not a structure.'); end if ~isfield(p,'uB') p.uB=Inf; end if ~isfield(p,'lB') p.lB=-Inf; end if p.lB-Inf || p.uBInf =bounded(x,p); else if ~isfield(p,'h') p.h=median(abs(x-median(x)))/0.6745*(4/3/n)^0.2; end error(varchk(eps, inf, p.h, 'Bandwidth, p.h is not positive.')); if ~isfield(p,'x') N=100; xmax=max(x); xmin=min(x); xmax=xmax+3*p.h; xmin=xmin-3*p.h; dx=(xmax-xmin)/(N-1); p.x=xmin+(0:N-1)*dx; end dxdz=ones(N,1); z=p.x; end p.pdf=zeros(size(p.x)); p.cdf=zeros(size(p.x)); function =bounded(x,p) if p.lB==-Inf dx=@(t)1./(p.uB-t); y=@(t)-log(p.uB-t); zf=@(t)(p.uB-exp(-t)); elseif p.uB==Inf dx=@(t)1./(t-p.lB); y=@(t)log(t-p.lB); zf=@(t)exp(t)+p.lB; else dx=@(t)(p.uB-p.lB)./(t-p.lB)./(p.uB-t); y=@(t)log((t-p.lB)./(p.uB-t)); zf=@(t)(exp(t)*p.uB+p.lB)./(exp(t)+1); end x=y(x); n=numel(x); if ~isfield(p,'h') p.h=median(abs(x-median(x)))/0.6745*(4/3/n)^0.2; end h=p.h; if ~isfield(p,'x') N=100; xmax=max(x); xmin=min(x); xmax=xmax+3*h; xmin=xmin-3*h; p.x=xmin+(0:N-1)*(xmax-xmin)/(N-1); z=zf(p.x); else z=p.x; p.x=y(p.x); end dxdz=dx(z); function msg=varchk(low,high,n,msg) % check if variable n is not between low and high, returns msg, otherwise % empty matrix if n=low n=high msg=[]; end
3033 次阅读|0 个评论
[转载]人民日报:大国之怒还在后头
twhlw 2012-9-24 12:59
2012年09月24日07:37 来源: 人民网-人民日报海外版 作者:盈思   22日,日本首相野田佳彦在民主党党首竞选中宣称将继续强调日本主张,以强硬姿态来解决领土问题。此前一天,日本政府派遣多名警察登上钓鱼岛。看来,野田又要拿钓鱼岛说事,为未来的众议院选举造势了。日方在“购岛”问题上执迷不悟,在错误道路上越走越远。显然,当前形势已不适合举行纪念中日邦交正常化40周年招待会,中国推迟举行招待会是必然之举。   加上此前的“无奈购岛”,将“购岛”作为政绩宣传,以及承认对后果估计不足,野田反反复复,已将“购岛”闹剧演至第四幕。但这场把自己私心暴露无遗,更把一盘本来是“双活”的棋下成形同鸡肋、得不偿失的“打劫”的演出,只能用“拙劣”二字形容,必将以惨败收场。   大国之道,守静处下。中日两国一衣带水,中国政府重视发展中日关系,希望中日双方能够互利共赢。在钓鱼岛问题上,中国一直顾全大局,恪守两国老一辈领导人达成的重要谅解和共识,也正因此中日关系才有了40年巨大发展,中日人民才得到了切实的实惠,东亚地区才有了40年稳定与安宁。   日本政府非法“购岛”行径已经大幅跨越了中方底线。无论野田政府如何狡辩,作为一种国家行为,日本政府“购岛”都是比东京都“购岛”更大程度强化国家控制、改变钓鱼岛现状的行为。中国连石原“购岛”都坚决反对,让中国接受日本政府“购岛”更是痴人说梦。而且,如果未来接手政权的是石破茂之类口口声声要将自卫队改编为“国防军”的右翼政客,其后果更不堪设想,更何况在当前日本政坛右翼横行大环境下,这种可能性还相当大。    大国之怒,万钧雷霆。不是不报,时候未到。 发表外交部声明、公布领海基线、实施维权巡航、提交东海部分海域大陆架划界案,中国政府打出了一套淋漓畅快的组合拳,这是早已告别积贫积弱、任人欺凌年代的中国,为捍卫自己主权和领土完整的必然反应。同时,不施霹雳手段难显慈悲心肠,促使“邻居”认识和修正错误,确保东亚地区稳定与安宁,维护反法西斯战争胜利成果和战后国际秩序,也是中国作为东亚大国应尽的国际责任。   日本非法“购岛”侵犯中国主权的行为,已激起中国人民的强烈愤慨。日系产品特别是汽车在华销售全面下挫,大量游客取消赴日旅游安排。在全球化浪潮席卷世界,竞争和选择多样化的今天,腰包渐鼓的中国企业和民众有理由根据自己的好恶去改变投资和消费取向,出现这种反应非常正常。这对长期低迷,对中国日益倚重的日本经济来说,无异于当头棒喝。   一贯在商言商、不问政事、习惯于政冷经热的日本经济界,最先感受到政冷经也冷的丝丝寒意,坐不住了,急急忙忙要派团访华,希望为修复日中关系牵线搭桥。   日本人民也要及早警醒,不要再被把自身利益置于国家民族利益之上的少数政客所蛊惑和挟持,让日本四面树敌,在重蹈覆辙的错误道路上越走越远。    野田政府更要认清现实,要明白中华民族铮铮铁骨,在主权问题上不会有丝毫退让,谁侵犯中国的国家主权和领土完整只会碰得头破血流。 尽快回到双方迄今达成的谅解和共识上来,以实际行动消除恶劣影响,是解决问题的唯一出路,否则只会害人害己。
1447 次阅读|0 个评论
[转载]科研也是做点对自己有益的事情而已
lmrbc 2012-9-23 22:12
写医学论文和发表医学论文不是科研的一部分,甚至连科研活动都算不上,只能算与科研有关的必不可少的商业活动。 不知道现在还有多少农民,我知道农业活动包括耕、种、管、收,而记录一季或者一年种了多少收了多少的事情不算农业的活动,把这个报表交到有关部门的过程也不是农业活动的过程。 工人现在也很少了,大多数的工人都是农民变的,他们干活,在生产线上或者工地,一般不需要写个什么报告,非要写的话,没人说这是生产过程,而只是一个商业过程,为了某种利益。 当老师的这里很多,写教案,课堂上课,课下改作业,辅导学生,都是教书育人的过程,但不会有人把老师的学期总结和年终总结当成教学的一部分,那些是获取报酬或者奖金必要的商业过程或者行政事务,与教学过程扯不上边。 士兵和军官们戌边守疆,训练、巡逻、演习、出征是他们的责任和义务,写个什么事迹报告不是战斗过程,也不是军事过程,而是行政的或者荣誉的需要。 一旦把农民写了几分报告,并是否递交到党中央或者是否在人民日报上发表当成评价一个农民好坏的依据,害虫笑了,出版商笑了,大家哭了。 科研课题设计并没有什么特殊,也是做点自己感兴趣的事情而已,通过劳动,做点事情,要求有点产出,要么贡献知识,要么贡献技术,比农民种地需要学会的事情还少,写报告更简单。 不做事情写不了报告,没做出深度思考的事情写不了好报告,如此而已。 研究生需要通过写报告来练习思维,整理自己对科研课题设计的认识,在写报告的过程中提高自己的认识和深化对问题的看法,无论做了一点什么,好坏无所谓,练就看问题的能力并通过写报告的过程提高发现问题的能力,这只是一个必要的过程,就像农民总结自己的收成得失,为来年做点准备。 一个教授整天拿写了几篇报告交到了什么领导手里说事儿,政策也规定只看做了几次报告,而不看做了一点什么,或者做出什么,就像要求一个农民必须交报告,却可以种不出粮食,或者占着大片土地却极少收成却受到政策表彰一样。有人笑,有人哭。 一个国家上上下下整天议论这点事儿,还真拿这点事儿当回事儿,就像一个家里整天吵架昨天谁记了昨天买油盐酱醋的帐功劳就该归谁,而不看谁挣的钱或者去买了拎回来,拎不清的荒唐! 一个人拎不清,那是糊涂、受穷;一家子拎不清,那是吵架,离婚;一个国家拎不清,挨打、灭亡。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON);
2062 次阅读|0 个评论
[转载]Brodmann's area and function
julyfairy 2012-9-3 14:00
来自心心水滴论坛--sea 发表 Brodmann's area 1 Sensory cortical area in the crest of the postcentral gyrus; this area is a component of the primary somatosensory cortex. Location: anterior parietal lobe (postcentral gyrus) Function: processes somatic sensory sensations See Also: Central sulcus Parietal lobe Paracentral lobule Primary somatic sensory cortex Brodmann's area 2 Brodmann's area 3 Brodmann's area 2 Sensory cortical area in the crest and posterior bank of the postcentral gyrus; this area is a component of the primary somatosensory cortex. Location: anterior parietal lobe (postcentral gyrus) Function: processes somatic sensory sensations See Also: Central sulcus Parietal lobe Paracentral lobule Primary somatic sensory cortex Brodmann's area 3 Brodmann's area 1 Brodmann's area 3 Sensory cortical area in the posterior bank of the central sulcus (postcentral gyrus); this area is a principal component of the primary somatosensory cortex. Area 3 is further subdivided into area 3a, which receives proprioceptive signals that originate in deep receptors, and area 3b, which receives discriminitive mechanosensory signals that arise from cutaneous receptors. Location: anterior parietal lobe (postcentral gyrus) Function: processes somatic sensory sensations See Also: Central sulcus Parietal lobe Paracentral lobule Primary somatic sensory cortex Brodmann's area 2 Brodmann's area 1 Brodmann's area 4 Motor cortical area in the anterior bank of the central sulcus (precentral gyrus); this area corresponds to the primary motor cortex, which governs the execution of volitional movement. Location: posterior frontal lobe (precentral gyrus) Function: involved in motor execution See Also: Precentral gyrus Primary motor cortex Central sulcus Thalamus, ventral lateral nucleus Premotor cortex Brodmann's area 5 Associational cortical area in the superior parietal lobe, just posterior to the somatosensory cortex in the postcentral gyrus; this area is involved in maintaining a spatial reference system for goal oriented behavior. Location: superior parietal lobe Function: involved in spatial orientation, among other parietal associational functions See Also: Parietal lobe Somatic sensory cortex Postcentral gyrus Brodmann's area 7 Superior parietal lobule Brodmann's area 6 Motor cortical area in the posterior frontal lobe just anterior to the primary motor cortex; this area contains the lateral and medial divisions of the premotor cortex that participate in the planning and execution of volitional movement. Location: posterior frontal lobe Function: involved in motor planning and execution See Also: Frontal lobe Premotor cortex Primary motor cortex Brodmann's area 7 Associational cortical area in the posterior part of the superior parietal lobe; this area is involved in maintaining a spatial reference system for goal oriented behavior. Location: superior parietal lobe Function: involved in spatial orientation, among other parietal associational functions See Also: Parietal lobe Somatic sensory cortex Postcentral gyrus Brodmann's area 5 Superior parietal lobule Brodmann's area 8 Motor cortical area in the dorsal-lateral prefrontal region of the frontal lobe; this area contains the frontal eye fields, which participate (together with the superior colliculus) in the control of saccadic eye movements. Location: frontal lobe Function: involved in governance of eye movements (contains "frontal eye fields") See Also: Frontal lobe Superior colliculus Brodmann's area 9 Associational cortical area in the dorsal-lateral prefrontal region of the frontal lobe; this area participates in prefrontal cortical networks that govern executive functions. Location: frontal lobe Function: participates in prefrontal associational integration See Also: Frontal lobe Prefrontal cortex Brodmann's area 10 Associational cortical area in the anterior-polar prefrontal region of the frontal lobe; this area participates in prefrontal cortical networks that govern executive functions. Location: frontal pole Function: participates in prefrontal associational integration See Also: Frontal lobe Prefrontal cortex Brodmann's area 11 Associational cortical area in the orbital-medial prefrontal region of the frontal lobe; this area participates in prefrontal cortical networks that govern personal and social behavior, emotion, and decision making. Location: ventral frontal lobe (orbitofrontal cortex) Function: participates in prefrontal associational integration See Also: Frontal lobe Prefrontal cortex Orbitofrontal cortex Brodmann's area 12 Associational cortical area in the orbital-medial prefrontal region of the frontal lobe; this area participates in prefrontal cortical networks that govern personal and social behavior, emotion, and decision making. Location: medial frontal lobe (orbitofrontal cortex) Function: participates in prefrontal associational integration See Also: Frontal lobe Prefrontal cortex Orbitofrontal cortex Brodmann's area 13 Associational cortical area in the insula. This area is not visible in medial and lateral views of the hemisphere. Location: insula Function: associational cortex See Also: Insula Brodmann's area 14 Associational cortical area in the insula. This area is not visible in medial and lateral views of the hemisphere. Location: insula Function: associational cortex See Also: Insula Brodmann's area 15 Associational cortical area in the insula. This area is not visible in medial and lateral views of the hemisphere. Location: insula Function: associational cortex See Also: Insula Brodmann's area 16 Associational cortical area in the insula. This area is not visible in medial and lateral views of the hemisphere. Location: insula Function: associational cortex See Also: Insula Brodmann's area 17 Sensory cortical area in the banks of the calcarine sulcus (lingual and cuneus gyral formations of the medial occipital lobe); this area corresponds to the primary visual cortex (also known as "striate cortex"). Location: medial occipital lobe Function: processes visual information See Also: Occipital lobe Calcarine sulcus Primary visual cortex Cuneus Lingual gyrus Brodmann's area 18 Sensory cortical area in the medial and lateral aspect of the occipital lobe; this area is part of the extrastriate visual cortex that surrounds the primary visual cortex (area 17 is also known as "striate cortex"). Location: occipital lobe Function: processes visual information See Also: Occipital lobe Primary visual cortex Brodmann's area 19 Sensory cortical area in the medial and lateral aspect of the occipital lobe; this area is part of the extrastriate visual cortex that surrounds the primary visual cortex (area 17 is also known as "striate cortex"). Location: occipital lobe Function: processes visual information See Also: Occipital lobe Primary visual cortex Brodmann's area 20 Associational cortical area in the inferior temporal gyrus; this area participates in the analysis of visual form and the representation of objects. Location: ventral temporal lobe (inferior temporal gyrus) Function: processes visual information See Also: Temporal lobe Inferior temporal gyrus Brodmann's area 21 Associational cortical area in the middle temporal gyrus; this area participates in the analysis of visual signals related to object form and motion. Location: lateral temporal lobe (middle temporal gyrus) Function: involved in processing visual information, among other temporal associational functions See Also: Temporal lobe Middle temporal gyrus Brodmann's area 22 Associational cortical area in the lateral aspect of the superior temporal gyrus; this area participates in the analysis of auditory signals and the reception of language (this area is a major component of Wernicke's area). Location: lateral temporal lobe (superior temporal gyrus) Function: involved in auditory processing and language reception See Also: Temporal lobe Superior temporal gyrus Wernicke's area Brodmann's area 23 Associational cortical area in the posterior part of the cingulate gyrus; this area is a cortical component of the limbic system. Location: medial parietal lobe (posterior cingulate gyrus) Function: participates in limbic associational integration See Also: Cingulate gyrus Limbic system Brodmann's area 24 Associational cortical area in the anterior part of the cingulate gyrus; this area is a cortical component of the limbic system that is involved in emotional processing, the control of facial expressions and the affective dimensions of pain. Location: medial frontal lobe (anterior cingulate gyrus) Function: involved in emotional and cognitive processing See Also: Cingulate gyrus Limbic system Brodmann's area 25 Associational cortical area in the medial prefrontal region of the frontal lobe; this area participates in prefrontal cortical networks that governs personal and social behavior, emotion, and decision making. Location: medial frontal lobe (orbitofrontal cortex) Function: participates in prefrontal associational integration See Also: Frontal lobe Prefrontal cortex Subcallosal area Brodmann's area 26 Associational cortical area in the transitional region between the posterior cingulate gyrus and the medial temporal lobe; this area is a cortical component of the limbic system. Location: medial parietal lobe (posterior cingulate gyrus) Function: participates in limbic associational integration See Also: Cingulate gyrus Limbic system Temporal lobe Brodmann's area 27 Associational cortical area in the medial temporal lobe; this area corresponds to Ammon's horn division of the hippocampal formation, which is subdivided into (cornu ammonis) fields, CA1-CA4. Together with the other parts of the hippocampal formation in the medial temporal lobe, the hippocampus proper is involved in short-term declarative memory processes. This area is not visible in medial and lateral views of the hemisphere. Location: medial temporal lobe: hippocampal formation Function: hippocampal formation: short-term declarative memory See Also: Temporal lobe Hippocampal formation Hippocampus CA1 CA3 Brodmann's area 28 Associational and sensory cortical area in the anterior-medial temporal lobe. This area is part of the olfactory cortex; it also is a component of the entorhinal division of the hippocampal formation. Location: medial temporal lobe Function: involved in olfaction and hippocampal processing See Also: Temporal lobe Entorhinal cortex Primary olfactory cortex Brodmann's area 29 Associational cortical area in the transitional region between the posterior cingulate gyrus and the medial temporal lobe; this area is a cortical component of the limbic system. Location: medial parietal lobe (posterior cingulate gyrus) Function: participates in limbic associational integration See Also: Cingulate gyrus Limbic system Temporal lobe Parietal lobe Brodmann's area 30 Associational cortical area in the transitional region between the posterior cingulate gyrus and the medial temporal lobe; this area is a cortical component of the limbic system. Location: medial temporal lobe Function: participates in limbic associational integration See Also: Cingulate gyrus Limbic system Temporal lobe Brodmann's area 31 Associational cortical area in the posterior part of the cingulate gyrus and the posterior banks of the cingulate sulcus; the cingulate part of this area is a cortical component of the limbic system. Location: medial parietal lobe Function: participates in limbic and parietal associational integration See Also: Cingulate gyrus Limbic system Brodmann's area 32 Associational cortical area in the medial prefrontal region of the frontal lobe; this area participates in prefrontal cortical networks that governs personal and social behavior, emotion, and decision making. Location: medial frontal lobe (orbitofrontal cortex) Function: involved in emotional and cognitive processing See Also: Frontal lobe Prefrontal cortex Brodmann's area 33 Associational cortical area in the anterior part of the cingulate gyrus just dorsal to the corpus callosum; this area is a cortical component of the limbic system that is involved in emotional processing and the affective dimensions of pain, among other functions. Location: medial frontal lobe (orbitofrontal cortex) Function: involved in emotional and cognitive processing See Also: Cingulate gyrus Limbic system Corpus callosum Brodmann's area 34 Associational and sensory cortical area in the anterior-medial temporal lobe; this area is a principal division of the olfactory cortex; it also is a component of the entorhinal division of the hippocampal formation. Location: medial temporal lobe Function: involved in olfaction and hippocampal processing See Also: Temporal lobe Entorhinal cortex Primary olfactory cortex Brodmann's area 35 Associational cortical area in the medial temporal lobe near the position of the rhinal sulcus; this area (also known as the perirhinal cortex) is a component of the hippocampal formation. Location: medial temporal lobe Function: participates in hippocampal associational functions See Also: Temporal lobe Rhinal sulcus Hippocampal formation Parahippocampal gyrus Brodmann's area 36 Associational cortical area in the medial temporal lobe; this area lies at the interface of visual processing systems in the inferior temporal lobe and semantic memory systems in the medial temporal lobe. Location: medial temporal lobe Function: involved in visual and hippocampal associational functions See Also: Temporal lobe Hippocampal formation Brodmann's area 37 Associational cortical area in the temporal lobe that extends from the medial to lateral sides of this lobe; this area participates in the analysis of visual form, motion, and the representation of objects. Location: posterior temporal lobe Function: involved in visual recognition See Also: Temporal lobe Brodmann's area 38 Associational cortical area in the anterior pole of the temporal lobe; this temporal area is related to networks in the amygdala and orbital prefrontal cortex that govern personal and social behavior, emotion, and decision making. Location: temporal pole Function: participates in limbic associational integration See Also: Temporal lobe Temporal pole Amygdala Orbitofrontal cortex Brodmann's area 39 Associational cortical area in the angular gyrus at the interface between the posterior parietal and occipital lobes. Location: lateral junction of temporal, parietal and occipital lobes Function: involved in processing language, spatial orientation and semantic representation See Also: Angular gyrus Parietal lobe Occipital lobe Inferior parietal lobule Brodmann's area 40 Associational cortical area in the inferior parietal lobe, including the supramarginal gyrus. Location: inferior parietal lobe Function: involved in spatial orientation and semantic representation See Also: Parietal lobe Supramarginal gyrus Inferior parietal lobule Brodmann's area 41 Sensory cortical area in the superior aspect of the temporal lobe (located in a series of transverse gyri, called Heschl's gyri, that form the inferior bank of the lateral fissure); this area corresponds to the primary auditory cortex. Location: superior temporal lobe Function: processes auditory information See Also: Temporal lobe Superior temporal gyrus Primary auditory cortex Lateral fissure Brodmann's area 42 Sensory cortical area in the superior aspect of the temporal lobe and the dorsal-lateral margin of the superior temporal gyrus; this area is part of a "belt" of higher-order auditory areas that surround the primary auditory cortex (area 41). Location: superior temporal lobe Function: processes auditory information See Also: Temporal lobe Superior temporal gyrus Primary auditory cortex Lateral fissure Brodmann's area 43 Sensorimotor cortical area in the inferior margin of the postcentral and precentral gyri where the frontal-parietal operculum merges with the insula just below the inferior termination of the central sulcus; this area may participate in the sensorimotor representation of the mouth and taste reception. Location: junction of insula, frontal and parietal lobes Function: involved in sensorimotor representation and taste processing See Also: Postcentral gyrus Precentral gyrus Insula Central sulcus Brodmann's area 44 Motor cortical area in the posterior part of the inferior frontal gyrus; this division of the lateral premotor cortex is involved in the production of language, especially in the left hemisphere (also known as Broca's area). Location: inferior frontal lobe (inferior frontal gyrus) Function: involved in language production See Also: Inferior frontal gyrus Brodmann's area 45 Broca's area Premotor cortex Inferior frontal gyrus, pars opercularis Inferior frontal gyrus, pars triangularis Brodmann's area 45 Associational cortical area in the anterior part of the inferior frontal gyrus; the posterior part of this area may contribute (with area 44) to the production of language (Broca's area), while other circuits in this area participate in prefrontal cortical networks that govern executive functions. Location: inferior frontal lobe (inferior frontal gyrus) Function: involved in language production and participates in prefrontal associational integration See Also: Frontal lobe Inferior frontal gyrus Brodmann's area 44 Broca's area Premotor cortex Inferior frontal gyrus, pars orbitalis Brodmann's area 46 Associational cortical area in the middle frontal gyrus and anterior part of the inferior frontal gyrus; this area participates in prefrontal cortical networks that govern executive functions. Location: lateral frontal lobe (dorsolateral prefrontal cortex) Function: participates in prefrontal associational integration See Also: Frontal lobe Inferior frontal gyrus Middle frontal gyrus Prefrontal cortex Brodmann's area 47 Associational cortical area in the anterior-ventral part of the inferior frontal gyrus; this area participates in prefrontal cortical networks that govern executive functions. Location: inferior frontal lobe (inferior frontal gyrus) Function: participates in prefrontal associational integration See Also: Frontal lobe Inferior frontal gyrus Prefrontal cortex
3826 次阅读|0 个评论
跨浏览器的事件及事件对象类型
chengdong166 2012-9-2 22:20
var EventUtil = { /** * br给元素对象注册事件处理程序br * @param ele 要绑定的元素对象 * @param type 事件名称,例如click、load等 * @param handler 事件处理程序函数 */ registerEvent : function(ele, type, handler){ // 支持IE9、Firefox、Safari、Chrome、Opera if (ele.addEventListener) { ele.addEventListener(type, handler, false); } // 支持IE浏览器 else if(ele.attachEvent) { ele.attachEvent(on + type, handler); } // 通过属性名的方式为元素指定事件处理程序 else { ele = handler; } }, //删除事件处理程序 removeEvent : function() { if (ele.removeEventListener) { ele.removeEventListener(type, handler, false); } else if(ele.detachEvent) { ele.detachEvent(on + type, handler); } else { ele = null; } }, // 获取(DOM/IE中的)事件对象 getEvent : function(event) { return event ? event : window.event; }, // 返回事件的目标 getTarget : function(event) { return event.target || event.srcElement; }, // 取消事件冒泡 stopPropagation : function(event) { if (event.stopPropagation) { event.stopPropagation(); } else { event.cancelBubble = true; } }, // 获取当前事件发生的对象 preventDefault : function(event) { if (event.preventDefault) { event.preventDefault(); } else { event.returnValue = false; } } } EvenUtil.js
个人分类: JS学习|2313 次阅读|0 个评论
求素数
itellin 2012-8-20 06:35
求素数表中 1~100 之间的所有素数 prime - function(m) { p - rep(T, m) for (i in 2:sqrt(m)) { if (p ) { p - F } } which(p) } prime(100) 1 2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
2032 次阅读|0 个评论
成人儿童化研究需要您的帮助
热度 1 welemengxiang 2012-8-11 13:31
各位同仁,帮忙做个问卷行吗? 【问卷简介】词语联想类型(联想几个词语) 【不胜感激】本人系心理学专业的研究生,仅需要花费您2--3分钟,但对我来说却十分重要! 【问卷地址】问卷星 http://www.sojump.com/jq/1783921.aspx 有事请联系我的邮箱:suhong@inbox.com (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON);
3118 次阅读|2 个评论
托卡马克等离子体中的狄利克雷函数
热度 3 等离子体科学 2012-7-12 03:09
托卡马克等离子体中的狄利克雷函数
在UCSD参加中美聚变合作研讨会(US-PRC Fusion Cooperation Workshop),主要讨论托卡马克物理。 中午休息,到科学网看看,正好看到 蒋老师提到 狄利克雷函数 。 这个 D irichlet Function (比如F(x)=1,如果x是有理数;F(x)=0,如果x是无理数),看着好像很数学——一个数学家杜撰出来做反例难为大家的。 想不到这位德国数学家去世一百年后,前苏联的科学家们真的建造了一种具有狄利克雷函数性质的叫做托卡马克的装置。这种圆环形状(见下图)的装置中的磁力线的几何特性可以用绕大环转过的角度和绕小环转过的角度之比q来表示。这个比值q显然是小环截面半径的函数:q=q(r),而且是随r连续变化的的。 (图片来自Wiki网站) 在q是有理数的圆环面(r=r_0)上,可以写q=m/n,m和n都是整数。显然m是磁力线绕大环转过的圈数,n是绕小环转过的圈数。q=m/n表示磁力线在绕大环转过m圈,绕小环转过n圈之后首尾相接。 在q是无理数的圆环面上,磁力线显然无法首尾相接,只能转了又转,“各态历经”——铺满整个圆环面。 所以在有理面上,磁力线占据面积的测度是零。而无理面上磁力线占据整个圆环面。如果定义r处: 圆环面的面积 - 磁力线占据面积 圆环面的面积 为F(r)。则这个函数就是D irichlet Function! 这是函数的几何意义。 物理意义是什么呢? 在有理面上,因为磁力线是闭合的,扰动可以传回来并得到加强,所以可能产生不稳定性;而无理面则一定是稳定的: F=1——可能产生不稳定性; F=0——稳定的! 一个数学家杜撰出来的函数,百年后获得了几何与物理的生命! 又: 蒋老师的故事里,那位学生说这个函数没有图形对应。 但是上文里引的website有这个函数(的另一种表示)的“图形”:
个人分类: 学海无涯|12398 次阅读|5 个评论
[转载]我国加大力度综合治理 出生人口性别比偏高问题
热度 1 xuxiaxx 2012-7-9 20:59
国务院日前发布关于落实《政府工作报告》重点工作部门分工的意见。意见要求,继续稳定低生育水平,综合治理出生人口性别比偏高问题,提高出生人口质量。   意见强调,要全面做好人口和计划生育工作。继续稳定低生育水平,综合治理出生人口性别比偏高问题,提高出生人口质量。   加快实现计划生育优质服务全覆盖,将免费孕前优生健康检查试点范围扩大到60%的县(市、区)。提高农村部分计划生育家庭奖励扶助、特殊扶助标准。   加强流动人口计划生育服务管理。做好妇女儿童工作,扩大农村妇女宫颈癌、乳腺癌免费检查覆盖面,提高妇女儿童发展和权益保障水平。   意见指出,此项工作由人口计生委、卫生部、发展改革委、财政部、公安部、国务院妇儿工委、民政部等部门负责。 来源:中国政府网
1467 次阅读|1 个评论
[求教] Quadratic radical function 胜过 Fisher 大师后的困惑
热度 6 zlyang 2012-7-3 15:48
[求教] Quadratic radical function 胜过 Fisher 大师后的困惑
Quadratic radical function 胜过Fisher Z Transformation 后的困惑 中国人的新发现! 超过了Sir Ronald Aylmer Fisher,这可能是近97年来最好的数理统计学逼近结果之一。 1912年的 Sir Ronald Aylmer Fisher, 22岁 我们提出了一个 quadratic radical function,比目前国内外教材普遍使用的 Fisher Z Transformation (Fisher z-transform,Fisher z transformation,Fisher's z' transformation,Fisher's Z Transformation) 逼近标准正态分布累积分布函数的误差小了29%。投稿给我们学校的 《Transactions of Tianjin University》 后,收到的一个英文评审意见 Comments 如下: (1) The proposed quadratic radial function is rather elementary and may provide limited if any useful information in applications . Some pratical application of the proposed function should be provided. 但是我不懂 may provide limited if any useful information in applications 是神马意思。请大家给解释一下吧。很希望该文能够发表。 我们的 quadratic radical function,可是比大名鼎鼎的数理统计学老祖宗 Sir Ronald Aylmer Fisher (17 February 1890 – 29 July 1962) 在1915年提出的 Fisher Z Transformation 还好。 丑土豆 也可能超过 洋帅哥 , 土老帽 也可能胜过 洋大师 ! Si r Ronald Aylmer Fisher , 帅帅的洋大师。 http://www.npg.org.uk/collections/search/portraitLarge/mw98424/Sir-Ronald-Aylmer-Fisher 请您指出以上各种错误!谢谢您的指教! Sir Ronald Aylmer Fisher 在 T he MacTutor History of Mathematics archive http://www-history.mcs.st-and.ac.uk/Biographies/Fisher.html 2012-06-11《温家宝在两院院士大会上的讲话(全文)》 http://news.xinhuanet.com/politics/2012-07/02/c_112335725.htm 基础科学是科学技术应用的先导和源泉。今天的基础科学就是明天科学技术的应用。 http://news.xinhuanet.com/politics/2012-07/02/c_112335725_2.htm 真正的核心技术是买不来的,在关键领域,我们必须依靠自己解决问题。加强科技发展战略规划,对我们这样一个大国来说非常重要。要真正把“虚”的务透,这样才能明确方向,才能抓住重点把“实”的真正做实。 相关链接: 《 本人简介(真傻工作情况简介)》 http://blog.tech110.net/?uid-11851-action-viewspace-itemid-37878 是一个粗线条的部分介绍。 《 毛西德格的瓷器密码:神马乖乖?》 http://blog.sciencenet.cn/blog-107667-518968.html http://blog.tech110.net/?11851/viewspace-62350 《胜过 Fisher z 变换!(1)》 http://bbs.sciencenet.cn/home.php?mod=spaceuid=107667do=blogid=603297 《胜过 Fisher z 变换!(2)》 http://blog.sciencenet.cn/home.php?mod=spaceuid=107667do=blogid=657534
6902 次阅读|15 个评论
[转载]lammps mail list, comb
chnfirst 2012-6-27 15:09
google 搜索:lammps mail list, comb (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); http://lammps.sandia.gov/threads/msg26852.html http://lammps.sandia.gov/threads/msg26832.html http://lammps.sandia.gov/threads/msg28484.html
个人分类: LAMMPS|1 次阅读|0 个评论
愚蠢的教育部,脑残的管理者
热度 4 ljxm 2012-6-15 07:46
看 到这样一条消息“教育部:农村学生营养餐校长应当陪吃 餐费自理”(见附件),哈哈!!!!我觉得教育部愚蠢之极,管理者脑残!!!理由 1、学生营养餐的安全问题,并不是校长去“陪吃”就能解决的问题,涉及到一系列监管问题,单靠校长陪吃是不能解决的。也许教育部觉得校长去吃,你大师傅就不会下毒,害死顶头上司吧?,再者也许校长陪吃是借鉴了煤矿安全管理办法,矿长惜命,安全就能搞好 校长去吃,饭餐就没有问题,表面上看,好像是供学生如皇上,校长就是个先尝餐的太监。哈哈逻辑,把简单的管理办法套用到教育管理中。 2、学生营养餐是根据不同年龄段配置的,校长也要吃同样的“营养”,营养不够怎么办?校长夜夜嫖宿(少数),日理万机,能量不够怎么办?或者 不作为营养过剩怎么办? 3、校长陪吃 自掏腰包,这句话纯属扯蛋一句。现在的校长不贪污就算好的,它能给你掏钱吃?谁来监管校长掏没有掏银子?难道再找一个人去监管校长掏银子? 4、食品安全的问题,应该执行学校食堂一系列的规章制度,由食品卫生部门去监管,而不是靠校长去陪吃去解决。校长的职责是解决好教学质量与教学秩序。 5、学校的食品安全问题,规章制度应该由国家食品安全监管部门制定,教育部你就管好你的教学问题,不要瞎耻蛋,该管的不管,不该管的你瞎管,难道这中间你教育部有为“犊子们”留下什么获取利益得空间?难怪某位院士会有被别人“断章取义的言论” 教育部这样的思维,这样多的脑残的管理者,中国的教育如何能搞好????????????? 原来教育部有利益 http://business.sohu.com/20120625/n346399427.shtml 附件 :教育部:农村学生营养餐校长应当陪吃 餐费自理 2012年06月15日03:13 来源: 京华时报 作者:周逸梅   去年,民间发起的“免费午餐”公益活动引起了全国对于农村地区义务教育学生吃饭和营养问题的关心。为此,国家推出了农村义务教育学生营养改善计划。但是如何保证孩子们吃得安全、吃得放心,成了各界广泛关心的热点话题。   昨天,教育部等15个部门印发《农村义务教育学生营养改善计划实施细则》等5个配套文件,以确保学生“营养餐”计划能有效实施。实施细则规定,学生“营养餐”应以肉蛋奶为主要供餐内容,供餐模式应逐步以学校食堂供餐替代校外供餐,为确保食品安全,学校负责人应陪餐,餐费自理。   本报记者周逸梅    供餐内容不得以保健品替代肉蛋奶   实施细则要求,县级以上政府成立学生营养指导专家组。制定膳食营养指南或食谱,指导试点县、试点学校、供餐企业(单位)、托餐家庭(个人)科学合理供餐。组织开展学生营养状况监测与评估。   试点县和学校应结合学生营养状况,根据专家组制定的膳食营养指南或带量食谱,选择肉、蛋、奶和其他营养价值较高的食品作为主要供餐内容,建立定时、定量供给制度,保证学生充足的能量和营养摄入。   供餐食品必须符合有关食品安全标准和营养要求,确保食品新鲜安全。供餐食品特别是加餐应以提供肉、蛋、奶、蔬菜、水果等食物为主,不得以保健品、含乳饮料等替代。有条件的学校可适度开展勤工俭学,补充食品原料供应。   实施细则还要求,试点县要按照国家制定的监测评估方案,确定一定数量的学校作为学生营养健康状况监测点,每年至少开展一次学生营养健康状况常规监测与评估。在常规监测的基础上,每年对部分试点地区和学校开展重点监测,及时跟踪了解学生营养改善情况,为学生营养改善工作提供科学依据。    供餐方式学校食堂供餐是最好模式   目前学生“营养餐”供餐模式主要有三种:学校食堂供餐、企业供餐、家庭(个人)托餐。学校食堂供餐是营养改善计划的主要供餐模式,同时也是现阶段最好的模式,既便于学校管理,又可以相对控制食品安全,有利于让学生吃得“放心”,有助于实现营养补助“全部吃到学生嘴里”。因此,细则明确要求,试点地区应加快学校食堂(伙房)建设与改造,在一定过渡期内,要逐步以学校食堂供餐替代校外供餐。   但是目前试点地区农村中小学食堂条件普遍较差,有的学校或没有食堂,或供餐能力不足,或设施设备不达标。为此,中央财政在农村义务教育薄弱学校改造计划中专门安排食堂建设资金,对中西部地区农村学校改善就餐条件进行补助,并重点向国家试点地区倾斜;同时要求各地应统筹制定学校食堂建设规划,统筹安排农村中小学校舍维修改造长效机制资金和中西部农村初中校舍改造工程项目,将学生食堂列为重点建设内容。    食品安全校长自掏腰包陪餐   食品安全一直是最受关注的问题,在配套文件中有一个食品安全保障管理办法。该办法提出,学校食品安全实行校长负责制和学校负责人陪餐制,餐费自理。建立由学生、家长、教师等代表组成的膳食委员会,充分发挥其在确定供餐模式、供餐单位、配餐食谱和食品安全监督管理等方面的作用。   其次是实行供餐准入和退出机制。无论是学校食堂供餐、企业(单位)供餐,还是家庭(个人)托餐,都要实行严格的准入机制。同时,企业(单位)供餐、家庭(个人)托餐等校外供餐若出现下列4种情形之一者必须退出:餐饮服务许可证被吊销或注销;发生食品安全事故;监管部门在监督检查中发现食品安全问题,经整改仍达不到要求;其他违反法律法规及有关规定的行为。    项目监管实名制防虚报冒领   为准确掌握享受“营养餐”的学生信息,防止虚报、冒领补助资金行为,在配套措施中制订了实名制学生信息管理办法。办法规定,以现有的学籍管理系统为依托,以学生身份证信息为基础建立实名制学生信息管理系统。办法对系统操作中的相关环节进行了规范,包括哪些信息需要进入实名制学生信息管理系统,哪些人、哪些部门可以对这些信息进行存储、统计、维护、监控、分析,操作人员各自的权限和职责如何规定,如何进行信息管理、保证信息安全等。通过该系统,可对享受营养改善计划补助的学生信息进行有效监管,在一定程度上防止虚报冒领补助资金等问题。
2630 次阅读|8 个评论
[转载]arcengine 打开常用数据类型
swfcboy 2012-5-22 23:47
常用到的Arcengine加载数据的方法,包括shapefile、 raster、PersonalGeodatabase、FileGeodatabase、TIN、CAD、access数据表 /// /// 打开ShapeFile文件 /// /// 文件路径 /// 文件名 /// IFeatureClass public IFeatureClass GetShpFile(string filePath, string fileName) { IFeatureWorkspace featureWorkspace; IFeatureClass featureClass; featureWorkspace = GetShapeWorkspace(filePath) as IFeatureWorkspace; try { featureClass = featureWorkspace.OpenFeatureClass(fileName); } catch { featureClass = null; } ReleaseAE.ReleaseAEObject(featureWorkspace); return featureClass; } /// /// 打开Raster文件(如果数据格式为是ESRI GRID,fileName不带后缀,若为tiff则带后缀.tif) /// /// 文件路径 /// 文件名 /// IRaster public IRaster GetRasterFile(string filePath, string fileName) { IRasterWorkspace2 rasterWorkspace; IRasterDataset rasterDataSet; IRasterLayer rasterLayer; IRaster raster; rasterWorkspace = GetRasterWorkspace(filePath) as IRasterWorkspace2; try { rasterDataSet = rasterWorkspace.OpenRasterDataset(fileName); rasterLayer = new RasterLayerClass(); rasterLayer.CreateFromDataset(rasterDataSet); raster = rasterLayer.Raster; //ReleaseAE.ReleaseAEObject(rasterDataSet); //ReleaseAE.ReleaseAEObject(rasterLayer); } catch { raster = null; } ReleaseAE.ReleaseAEObject(rasterWorkspace); return raster; } /// /// 打开PersonalGeodatabase里的数据要素 /// /// mdb文件(带后缀.mdb) /// 要素名 /// public IFeatureClass GetPersonalGeodatabase(string mdbFile, string featureName) { IFeatureWorkspace featureWorkspace; IFeatureClass featureClass; workspaceFactory = new AccessWorkspaceFactoryClass(); featureWorkspace = workspaceFactory.OpenFromFile(mdbFile, 0) as IFeatureWorkspace; featureClass = featureWorkspace.OpenFeatureClass(featureName); ReleaseAE.ReleaseAEObject(featureWorkspace); ReleaseAE.ReleaseAEObject(workspaceFactory); return featureClass; } /// /// 打开FileGeodatabase里的数据要素 /// /// gdb文件 /// 要素名 /// public IFeatureClass GetFileGeodatabase(string gdbFile, string featureName) { IFeatureWorkspace featureWorkspace; IFeatureClass featureClass; workspaceFactory = new FileGDBWorkspaceFactoryClass(); featureWorkspace = workspaceFactory.OpenFromFile(gdbFile, 0) as IFeatureWorkspace; featureClass = featureWorkspace.OpenFeatureClass(featureName); ReleaseAE.ReleaseAEObject(featureWorkspace); ReleaseAE.ReleaseAEObject(workspaceFactory); return featureClass; } /// /// 打开TIN文件 /// /// 文件路径 /// 文件名 /// Tin public ITin GetTinFile(string tinFile, string fileName) { ITinWorkspace pTinWorkspace; ITin pTin; workspaceFactory = new TinWorkspaceFactoryClass(); pTinWorkspace = workspaceFactory.OpenFromFile(tinFile, 0) as ITinWorkspace; pTin = pTinWorkspace.OpenTin(fileName); ReleaseAE.ReleaseAEObject(pTinWorkspace); ReleaseAE.ReleaseAEObject(workspaceFactory); return pTin; } /// /// 打开CAD文件(featurename要带扩展名) /// /// 文件路径 /// 文件名 /// featureClass //public IFeatureClass GetCADFile(string cadFile, string featureName) //{ // //IFeatureWorkspace featureWorkspace; // //IFeatureClass featureClass; // //workspaceFactory = new CadWorkspaceFactoryClass(); // //featureWorkspace = workspaceFactory.OpenFromFile(cadFile, 0) as IFeatureWorkspace; // //featureClass = featureWorkspace.OpenFeatureClass(featureName); // //return featureClass; //} /// /// 打开数据表格 /// /// 连接数据库字符串 /// 表名 /// table public ITable GetRDBMS(string connectionString, string tableName) { IFeatureWorkspace featureWorkspace; workspaceFactory = new OLEDBWorkspaceFactoryClass(); IPropertySet pPropset = new PropertySetClass(); ITable pTable; pPropset.SetProperties("CONNECTSTRING", connectionString); featureWorkspace = workspaceFactory.Open(pPropset,0) as IFeatureWorkspace; pTable = featureWorkspace.OpenTable(tableName); ReleaseAE.ReleaseAEObject(featureWorkspace); ReleaseAE.ReleaseAEObject(pPropset); return pTable; } /// /// 创建内存工作空间Name /// /// 工作空间名称 /// 工作空间Name public IWorkspaceName CreatMemoryWorkspaceName(string workspacename) { IWorkspaceName workspaceName; workspaceFactory = new InMemoryWorkspaceFactoryClass(); workspaceName = workspaceFactory.Create("d:\\", workspacename, null, 0); ReleaseAE.ReleaseAEObject(workspaceFactory); return workspaceName; } /// /// 创建内存工作空间 /// /// 工作空间名称 /// 工作空间类型IWorkspace public IWorkspace CreatMemoryWorkspace(string workspacename) { IWorkspaceName workspaceName; IName name; IWorkspace workspace; workspaceName = CreatMemoryWorkspaceName(workspacename); name = workspaceName as IName; name.NameString = workspacename; workspace = name.Open() as IWorkspace; ReleaseAE.ReleaseAEObject(workspaceName); ReleaseAE.ReleaseAEObject(name); return workspace; } /// /// 创建本地磁盘矢量工作空间 /// /// /// public IWorkspace GetShapeWorkspace(string filePath) { IWorkspace workspace; workspaceFactory = new ShapefileWorkspaceFactoryClass(); workspace = workspaceFactory.OpenFromFile(filePath, 0); ReleaseAE.ReleaseAEObject(workspaceFactory); workspaceFactory = null; return workspace; } public IWorkspaceName GetShapeWorkspaceName(string spaceName) { IWorkspaceName workspaceName; workspaceFactory = new ShapefileWorkspaceFactoryClass(); workspaceName = workspaceFactory.Create(Path.GetTempPath(), spaceName, null, 0); ReleaseAE.ReleaseAEObject(workspaceFactory); return workspaceName; } /// /// 创建本地磁盘栅格工作空间 /// /// /// public IWorkspace GetRasterWorkspace(string filePath) { IWorkspace workspace; workspaceFactory = new RasterWorkspaceFactoryClass(); workspace = workspaceFactory.OpenFromFile(filePath, 0); ReleaseAE.ReleaseAEObject(workspaceFactory); return workspace; } (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON);
个人分类: 学习|4962 次阅读|0 个评论
Surface dipole moment and work function change
SuperSurfer 2012-5-2 17:59
如果做有关材料表面的 DFT 计算,两个经常遇到的量可能就是表面偶极矩 ( μ ) 及其引起的表面功函数变化 ( Δφ ) 。两个量单位不同,但是所表现的物理意义基本上是一样的 : 表面偶极的出现导致表面功函数的变化。如果想把两都统一起来,或者相互转化一下,下面的公式很有用 ( 下面 μ 和 Δφ 的单位分别为 eÅ 与 eV) Δφ = - μ *e/ ε 0 *10 10 /A = - μ *180.95/A 或者 Δφ = - μ *12* p /A/0.20822678 = - μ *181.05 /A Note: 表面功函数变化与表面偶极矩的符号是相反的 , e 是单位电荷, e 0 为真空电容率 , A 为表面面积 (Å 2 ) , 10 10 是为了把 ε 0 的单位从 m -1 转换仍 Å -1 , 0.20822678 是为了适应公式 (2) 中的单位 eÅ(1 Debye ≈ 0.20822678 eÅ) References 1 T. C. Leung, C. L. Kao, W. S. Su, et al., Phys. Rev. B 68 , 195408 (2003). 2 W. X. Li, C. Stampfl, and M. Scheffler, Phys. Rev. B 65 , 075407 (2002).
个人分类: Detials|5767 次阅读|0 个评论
[转载]heaviside function
jeweliu 2012-5-1 16:17
The Heaviside step function is a mathematical function denoted , or sometimes or (Abramowitz and Stegun 1972, p.1020), and also known as the "unit step function." The term "Heaviside step function" and its symbol can represent either a piecewise constant function or a generalized function . When defined as a piecewise constant function, the Heaviside step function is given by (1) (Abramowitz and Stegun 1972, p.1020; Bracewell 2000, p.61). The plot above shows this function (left figure), and and how it would appear if displayed on an oscilloscope (right figure). When defined as a generalized function , it can be defined as a function such that (2) for the derivative of a sufficiently smooth function that decays sufficiently quickly (Kanwal 1998). Mathematica represents the Heaviside generalized function as HeavisideTheta , while using UnitStep to represent the piecewise function Piecewise (which, it should be noted, adopts the convention instead of the conventional definition ). The shorthand notation (3) is sometimes also used. The Heaviside step function is related to the boxcar function by (4) and can be defined in terms of the sign function by (5) The derivative of the step function is given by (6) where is the delta function (Bracewell 2000, p.97). The Heaviside step function is related to the ramp function by (7) and to the derivative of by (8) The two are also connected through (9) where denotes convolution . Bracewell (2000) gives many identities, some of which include the following. Letting denote the convolution , (10) (11) (12) (13) (14) In addition, (15) (16) The Heaviside step function can be defined by the following limits, (17) (18) (19) (20) (21) (22) (23) (24) (25) (26) (27) where is the erfc function, is the sine integral , is the sinc function , and is the one-argument triangle function . The first four of these are illustrated above for , 0.1, and 0.01. Of course, any monotonic function with constant unequal horizontal asymptotes is a Heaviside step function under appropriate scaling and possible reflection. The Fourier transform of the Heaviside step function is given by (28) (29) where is the delta function .
1 次阅读|0 个评论
遥感影像知识点
swfcboy 2012-4-24 10:43
重采样的三种算法 ...样常用三种方法:邻近点插值法(Nearest Neighbor) 、双线性插值法(Bilinear Interpolation) 、立方卷积插值法(Cubic convolution), 双三次卷积 立方卷积插值 立法卷积插值 立方卷积内插法 Cubic卷积插值 立方卷积 立方插值 立卷方法 三次卷积插值 卷积方法 立方体插值 双立方插值 插值方法 遥感影像处理 从数据的文件内部读写格式上分,可分为三种格式,即 BSQ 、 BIL 、 BIP , BSQ 是按波段保存,也就是一个波段保存后接着保存第二个波段; BIL 是按行保存,就是保存第一个波段的第一行后接着保存第二个波段的第一行,依次类推; BIP 是按像元保存,即先保存第一个波段的第一个像元,之后保存第二波段的第一个像元,依次保存。 主成分分析( PrincipalComponentAnalysis , PCA ),将多个变量通过线性变换以选出较少个数重要变量的一种 多元统计分析 方法。又称主分量分析。在实际 课题中,为了全面分析问题,往往提出很多与此有关的变量(或因素),因为每个变量都在不同程度上反映这个课题的某些信息。主成分分析首先是由 K. 皮尔森对非 随机变量 引入的,尔后 H. 霍特林将此方法推广到随机向量的情形。信息的大小通常用离差平方和或 方差 来衡量。 监督分类 ( supervisedclassification )又称训练场地法,是以建立统计识别函数为理论基础,依据典型样本训练方法进行分类的技 术。即根据已知训练区提供的样本,通过选择特征参数,求出特征参数作为决策规则,建立判别函数以对各待分类影像进行的图像分类,是模式识别的一种方法。要求训练区域具有典型性和代表性。判别准则若满足分类精度要求,则此准则成立;反之,需重新建立分类的决策规则,直至满足分类精度要求为止。常用算法有:判别分析、最大似然分析、特征分析、序贯分析和图形识别等。 平行六面体法 Parallelhexahedronmethod 平行六面体将用一条简单的判定规则对多光谱数据进行分类。判定边界在影像数据空间中是否行成了一个 N 维的平行六面体。平行六面体的尺度是由标准差阈值所确定的,而该标准差阈值则是根据每种所选类的均值求出的 。 最大似然法 maximumlikelihood 假定每个波段中的每类的统计都呈现正态分布,并将计算出给定象元都被归到概率最大的哪一类里 。 最小距离法 minimumdistancemethod 使用了每个感兴趣区的均值矢量来计算每个未知象元到每一类均值矢量的欧氏距离,除非用户指定了标准差和距离的阈值,否则所有象元都将分类到感兴趣区中最接近的那一类 . 。 马氏距离法 Markovdistancemethod 是一个方向灵敏的距离分类器,分类时将使用到统计信息,与最大似然法有些类似,但是她假定了所有类的协方差都相等,所以它是一种较快的分类方法 。 二值编码分类法 Twovaluecodingsystem 根据波段值落在均值的上或下方,把数据波普和端元波普编码为 0 或 1 ,异或逻辑函数用来将每种编码后的参考波普同编码后的数据波谱进行比较,生成一副分类影像 。 波谱角填图分类法 SpectrumAnglemappingsystem 神经网络 neuralnet 非监督分类 是一个基于物理的波谱分类法,它是用 N 维角度将象元与参考波谱进行匹配,此方法将波谱看成是空间中的矢量,矢量的维数就等于波段的个数,通过计算波谱间的角度,来判断连个波谱间的相似程度 是以不同影像地物在特征空间中类别特征的差别为依据的一种无先验(已知)类别标准的图像分类,是以集群为理论基础,通过计算机对图像进行集聚统计分析的方法。根据待分类样本特征参数的统计特征,建立决策规则来进行分类。而不需事先知道类别特征。把各样本的空间分布按其相似性分割或合并成一群集,每一群集代表的地物类别,需经实地调查或与已知类型的地物加以比较才能确定。是模式识别的一种方法。一般算法有:回归分析、趋势分析、等混合距离法、集群分析、主成分分析和图形识别等。 波普图形识别分类  聚类分析   ISODATA 是一种遥感图像非监督分类法。全称 ‘ 迭代自组织数据分析技术 ’ ( IterativeSelf-OrganizingDataAnalysisTechnique )。   ISODATA 使用最小光谱距离方程产生聚类,此方法以随机的类中心或已知信号集中心 TheISODATA 的实质是用某种算法生成初始类别作为 “ 种子 ” 依据某个判别规则进行自动迭代聚类的过程。在两次迭代的之间对上一次迭代的聚类结果进行统计分析,根据统计参数对已有类别进行取消、分裂、合并处理,并继续进行下一次迭代,直至超过最大迭代次数或者满足分类参数(阈值),完成分类过程 . K-MEANS 算法是输入聚类个数 k ,以及包含 n 个数据对象的数据库,输出满足方差最小标准的 k 个聚类 。 K-MEANS 算法接受输入量 k ;然后将 n 个数据对象划分为 k 个 聚类 以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个 “ 中心对象 ” (引力中心)来进行计算的。   k-means 算法的工作过程说明如下:首先从 n 个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数 .k 个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON);
2 次阅读|0 个评论
记录名人
swfcboy 2012-4-19 22:51
高志强、陆哲 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON);
1 次阅读|0 个评论
[转载]等重复实验双因素方差分析Matlab代码
linpandr 2012-4-12 19:54
function =AnOfVar2(X,alpha) % 等重复实验双因素方差分析(Two-way analysis of variance),检验两个因素对实验结果是否有显著影响 % 方差分析中,每个水平作的实验次数可以不一样,此时称为非平衡方差分析,否则称为平衡方差分析(等重复实验) % 至于非平衡和多因素方差分析相对复杂,请直接使用MATLAB自带的anovan()函数 % % 参数说明 % X:三维数组,行代表因素A的水平,列代表因素B的水平,页代表实验次数 % alpha∈ :置信度 % H= :假设检验结果,H=0,接受原均值相等的假设,不同的实验水平对实验结果没有影响,H=1,有显著影响 % F= :假设检验的F分布值,FiFi_alpha时,H=1 % ABE= :5×3矩阵,方差分析中的一些参数 % Qa,Da,Qa_ba:因素A离差(平方和/自由度/平均平方和) % Qb,Db,Qa_ba:因素B离差(平方和/自由度/平均平方和) % Qab,Dab,Qab_ba:AB交叉离差(平方和/自由度/平均平方和) % Qe De Qe_ba:误差离差(平方和/自由度/平均平方和) % Qt Dt Qt_ba:总离差(平方和/自由度/平均平方和) % % 实例说明 % X(:,:,1)= ; % X(:,:,2)= ; % =AnOfVar2(X,0.95); % % by dynamic of Matlab技术论坛 % see also http://www.matlabsky.com % contact me matlabsky@gmail.com % 2010-02-06 13:34:35 % =size(X); Xij_ba=mean(X,3); X_ba=mean(X(:)); Xi_ba=mean(Xij_ba,2); Xj_ba=mean(Xij_ba,1); % 计算离差平方和用到的5个中间参数 P=r*s*t*X_ba^2; R=t*sum(sum(Xij_ba.^2)); U=s*t*sum(Xi_ba.^2); V=r*t*sum(Xj_ba.^2); W=sum(X(:).^2); % 离差平方和 Qa=U-P; % 因素A离差 Qb=V-P; % 因素B离差 Qab=R-U-V+P; % 因素AB交互作用离差 Qe=W-R; % 误差平方和 Qt=W-P; % 总离差平平方和,Qt=Qa+Qb+Qab+Qe % 离差自由度 Da=r-1; % Qa自由度=水平数-1 Db=s-1; % Qb自由度=水平数-1 Dab=Da*Db; % Qab自由度=(A水平数-1)*(B水平数-1) De=r*s*(t-1); % Qe自由度=Qt水平数-Qa水平数-Qb水平数-Qab水平数 Dt=r*s*t-1; % Qt水平数=总实验次数-1 % 平均离差平方和=离差平方和/自由度 Qa_ba=Qa/Da; Qb_ba=Qb/Db; Qab_ba=Qab/Dab; Qe_ba=Qe/De; Qt_ba=Qt/Dt; % F分布假设检验 Fa=Qa_ba/Qe_ba; Fa_alpha=finv(alpha,Da,De); Ha=FaFa_alpha; Fb=Qb_ba/Qe_ba; Fb_alpha=finv(alpha,Db,De); Hb=FbFb_alpha; Fab=Qab_ba/Qe_ba; Fab_alpha=finv(alpha,Dab,De); Hab=FabFab_alpha; H= '; F= ; ABE= ; % 结果显示 disp('============================================================') str={'A','B','AB'}; for i=1:3 if H(i)==1 disp( ) else disp( ) end end disp(' ') disp('误差来源 离差平方和 自由度 平均离差 F值 Fα') fprintf('%5s%13.3f%8d%15.3f%10.3f%10.3f\n','行(A)',Qa,Da,Qa_ba,Fa,Fa_alpha) fprintf('%5s%13.3f%8d%15.3f%10.3f%10.3f\n','列(B)',Qb,Db,Qb_ba,Fb,Fb_alpha) fprintf('%3s%14.3f%8d%15.3f%10.3f%10.3f\n','交叉',Qab,Dab,Qab_ba,Fab,Fab_alpha) fprintf('%3s%14.3f%8d%15.3f\n','误差',Qe,De,Qe_ba) fprintf('%3s%14.3f%8d%15.3f\n','总和',Qt,Dt,Qt_ba) disp('============================================================')
个人分类: ANOVA|4705 次阅读|0 个评论
[转载]单因素方差分析Matlab代码
linpandr 2012-4-12 19:18
function =AnOfVar1(X,alpha) % 单因素方差分析(One-way analysis of variance),检验某个因素对实验结果是否有显著影响,本函数能够同时执行平衡/非平衡单因素方差分析 % 方差分析中,每个水平作的实验次数可以不一样,此时称为非平衡方差分析,否则称为平衡方差分析 % 至于多因素方差分析相对复杂,请直接使用MATLAB自带的anovan()函数 % % 参数说明 % X:实验数据,列代表一个因素水平,行代表一次实验,实验次数不够的补NaN % alpha∈ :置信度 % H:假设检验结果,H=0,接受原均值相等的假设,不同的实验水平对实验结果没有影响,H=1,有显著影响 % F= :假设检验的F分布值,FvF_alpha时,H=1 % AE:4×3矩阵,方差分析中的一些参数 % AE= ,具体意义参见代码注释 % P,Q,R:计算离差平方和时使用到的三个中间变量 % Qa,Da,Qa_ba:组间离差(平方和/自由度/平均平方和) % Qe De Qe_ba:组内离差(平方和/自由度/平均平方和) % Qt Dt Qt_ba:总离差(平方和/自由度/平均平方和) % % 实例说明 % X= '; % =AnOfVar1(X,0.99) % % 注意事项 % 在方差分析中,对原始数据同时加减乘除一个常数,不会影响方差分析结果,同时又有利于计算 % % by dynamic of Matlab技术论坛 % see also http://www.matlabsky.com % contact me matlabsky@gmail.com % 2010-02-06 13:32:57 % % 每个水平的实验次数 ni=sum(~isnan(X)); % 总共实验次数 n=sum(ni); % 每个水平的实验平均值 X_ba=nanmean(X(:)); % 总体均值 Xi_ba=nanmean(X); % 计算离差平方和的三个中间参数 P=n*X_ba^2; % 1/n*ΣΣXij^2=n*X_ba^2 Q=sum(ni.*Xi_ba.^2); % Σ(1/ni*ΣXij^2)=Σni*Xi_ba^2 R=nansum(X(:).^2); % ΣΣXij^2 % 组间离差平方和 ΣΣ(Xi_ba-X_ba)^2=Q-P Qa=Q-P; % 组内离差平方和 ΣΣ(Xij-Xi_ba)^2=R-Q Qe=R-Q; % 总离差平方和 ΣΣ(Xij-X_ba)^2=R-P=Qa+Qt Qt=R-P; % 离差平方和的自由度 Da=size(X,2)-1; % 组间离差平方和自由度=实验水平数-1 De=n-Da-1; % 总实验次数-实验水平数 Dt=n-1; % 总实验次数-1 % 平均离差平方和=离差平方和/自由度 Qa_ba=Qa/Da; Qe_ba=Qe/De; Qt_ba=Qt/Dt; % F分布值,假设检验 Fv=Qa_ba/Qe_ba; % 平均离差比值服从F分布:F=Qa_ba/Qe_ba ~ F(Da,De) F_alpha=finv(alpha,Da,De); H=FvF_alpha; % FF_alpha,认为不同的实验水平对实验结果有显著影响,此时H=1,拒绝原均值相等的假设 F= ; AE= ; % 结果显示 disp('============================================================') if H==1 disp('拒绝原均值相等的假设,实验水平对实验结果有显著影响!') else disp('接受原均值相等的假设,实验水平对实验结果影响不明显!') end disp(' ') disp('误差来源 离差平方和 自由度 平均离差 F值 Fα') fprintf('%4s%13.3f%8d%15.3f%10.3f%10.3f\n','组间',Qa,Da,Qa_ba,Fv,F_alpha) fprintf('%4s%13.3f%8d%15.3f\n','组内',Qe,De,Qe_ba) fprintf('%4s%13.3f%8d%15.3f\n','总和',Qt,Dt,Qt_ba) disp('============================================================')
个人分类: ANOVA|6439 次阅读|0 个评论
[转载]包饺子的艺术
wilber983046 2012-4-10 12:18
[转载]包饺子的艺术
转自:零点花园http://www.soudoc.com/bbs/thread-9454361-1-1.html (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON);
1692 次阅读|0 个评论
[转载]河南一教授抄袭本科生论文 被判赔偿1000元(图)
zhenghaoran 2012-3-27 13:21
河南一教授抄袭本科生论文 被判赔偿1000元(图) 【 http://www.newssc.org 】 【2012-03-27 10:09】 【来源: 大河网 卢迪和张丽论文对比    法院判教授赔偿原告损失1000元   记者 韩聪聪 见习记者 曹杰 实习生 李震 文图    阅读提示   卢迪,北京体育大学在读硕士研究生,2010年年底,她在阅读本校学报时,发现一篇署名洛阳某高校体育部张丽(化名)教授的文章涉嫌抄袭自己的论文,其中“95%以上的内容几乎一模一样”,遂于2011年初将张丽起诉至洛阳市中级人民法院讨说法。   3月26日,记者获悉,近日,洛阳市中级人民法院已对本案作出一审判决,认定张丽的论文构成了对原告卢迪著作权的侵害,要求其立即停止侵害行为,并赔偿原告损失1000元。    【事件】    网上搜索,发现教授“克隆”自己论文   2009年5月,卢迪从北京体育大学运动康复系毕业时,撰写了一篇名为《运动性贫血大鼠血液中五种元素的变化》的本科毕业论文。论文中,卢迪通过对自己购买大鼠的实验观测,分析出了运动性贫血早期发生时,动物血清中铁、镁、锌、铜、钙5种微量元素的变化规律。   2010年年底,当时在北京体育大学攻读硕士研究生的卢迪在网上搜集资料时,竟在北京体育大学学报发现一篇名为《运动性贫血大鼠血液中Fe、Zn、Ca元素的变化》的文章,署名为洛阳某高校体育部张丽,文章内容与自己的论文内容雷同,而对方的投稿日期是2009年12月30日。   “比对两篇文章后,我自己都吓了一跳,张丽的论文中,95%以上的内容和我的论文几乎一模一样,最大的改变就是,我研究了5种微量元素,而她则选择了其中的3种。”卢迪说。   后经查询发现,张丽时任洛阳某高校体育部主任、教授,于是卢迪就向洛阳某高校以及相关部门反映了张丽论文涉嫌剽窃的情况,但均无答复。   无奈咨询律师后,卢迪于2011年初,以“侵犯著作权”为名,将张丽起诉至洛阳市中级人民法院知识产权庭。    【举证】    连实验用的大鼠购买地点都和自己的一样   为证明自己的说法,卢迪在合作完成本科论文实验的师兄李海伟的帮助下,整理出了一份两文对照资料,并对雷同部分进行了一一标注。   记者翻看卢迪提供的对照资料发现,张丽文章中的大部分内容都被卢迪予以标注,并写明了这些内容在卢迪自己论文中哪一页哪一段。   卢迪的师兄李海伟说,卢迪论文中的研究对象为:雄性Wistar大鼠14只,体重199±10g,购于北京维通利华实验动物技术有限公司,动物许可证号:SCXK(京)2007-0001,动物级别:SPF级。而张丽论文中的研究对象除了将大鼠数量改为16只外,体重、购买地点、动物许可证号以及动物级别都一模一样。   此外卢迪论文中使用MB5稀释液的批号是3301060721,而张丽论文中该试剂的批号也是和卢迪论文完全一样。   “这不是抄袭是什么,用于实验的大鼠怎么可能是完全相同,我买的大鼠又没借给她使用。”为了证实这一点,卢迪向法院提供了其购买这批大鼠的所有发票。    【请求】    原告索赔10万元实验经费和损失   针对此事,卢迪的代理律师全中旭认为,原告卢迪的论文是2009年5月5日完成的科研论文,是符合《著作权法》所保护的对象,而被告于2009年12月30日向《北京体育大学学报》投稿并发表的论文,全文95%都是在抄袭原告文章,其行为已经构成对原告著作权的侵犯。   “原告的论文是经过近一年的研究实验,得出的科研成果,而被告剽窃原告的文章,并公开发表,将原告的科研成果公布于众,给原告造成的间接经济损失无法评估,原告的直接损失及实验经费10.056万元,被告应承担赔偿责任。”全中旭律师说。   在张丽向洛阳市中级人民法院知识产权庭提供的一份关于其论文《运动性贫血大鼠血液中Fe、Zn、Ca元素的变化》的撰写说明中,张丽称,她的论文皆属其自己在参考公开刊出的文献或网络上公开的数据库文献的基础上,依据实验结果综合分析,由其独立创作完成的。    【判决】    侵权教授赔偿原告1000元   法院审理认为,原告卢迪在文章的篇章布局、行文方式、数据分析以及对参考文献的选择、取舍、过渡、衔接等段落编排上,付出了创造性劳动,故其文章具有一定的独创性,属于著作权法意义上的作品,应当予以保护。故被告关于原告论文参考了大量文献,不具有独创性的,不受著作权法保护的抗辩不能成立。   另外,被控侵权作品作为一篇近5000字的专业论文,有近三分之二内容的文字表达与原告作品构成实质性相同。庭审过程中,被告未提供任何《Fe、Zn、Ca元素的变化》一文系其独立创作完成的证据,所以被告张丽未经原告许可而使用与其作品实质相同的表达形式的行为,已构成对原告卢迪著作权的侵害。   对于原告赔礼道歉、消除影响的请求,法院审理认为,鉴于审理过程中,被告已当面向原告道歉,该请求法院不再予以支持。而对于原告要求被告支付合理费用10万元的请求,法院综合考虑情况后决定,酌情确定为1000元。   26日下午,被告张丽告诉记者,她已经拿到了法院判决书,目前,尚未决定要不要提起上诉。
846 次阅读|0 个评论
译自The XSLT document() function
edwinuestc 2012-3-17 13:10
Thursday, January 26, 2012 BY Keith Boone The XSLT document() function 有人在Structured Document 工作组邮件列表中问了一个如何将code转换成display name的问题。 在XSLT中,我一直在使用一种技术,它能够让我不用在XSLT stylesheet中嵌入转换逻辑,轻松地访问要查询的表。 在描述这种技术之前,我想先说说它的多种用途: 1.code转换 常常你需要将一种编码系统下的code转换为另一种code system下的code。我常使用这种技术实现本地code到标准词汇的转换 例如 从ANSI+到UCUM的单位转换 从问题严重程度的本地码到HITSP C32中要求的severity 的SNOMED CT code的转换 从问题状态的本地码到问题状态的SNOMED CT 码的转换 从问题类型的本地码到问题类型的SNOMED CT码的转换 从生命体征的本地码到生命体征的SNOMED CT码的转换 2.display name的查询 和code转换差不多,我们常常有的是标准的code,而没有与之相关的display name。利用此技术可实现比较小(不超过1000个code)的值集中display name的查询 3.标识符到web服务 end point的对应 从家庭社区的ID到XCA web服务地址 从DICOM AE标题到WADOweb服务endpoint 4.动态变化规则的验证,比如验证一个code是否符合词汇或值集的当前版本 此技术最基本的就是构建一个你要在stylesheet中使用的XML文档资源,为了声明此资源 你要: xsl:variable name="myDocument" select="document('mydocument.xml')"/ 它能够构建一个变量,此变量在你随后的XML中使用的XPath表达式中会用到。对于开篇提到的问题,我们所要做的就是如何根据一个语言code 也就是病人优先选用的语言,获取相应的display name。此code的值位于patient/languageCommunication/languageCode/@code 下面的XSLT片段展示了一个通过查询XML文档来获取病人语言的display name的模板 xsl:variable name="langs" select="document('lang.xml')"/ ... xsl:template name='patientLanguage' !-- get the code -- xsl:variable name='lang' select='//patient/languageCommunication/languageCode/@code'/ xsl:variable name='mappedLang' select='$langs//language '/ xsl:choose xsl:when test='$mappedLang' xsl:value-of select='$mappedLang/@displayName'/ /xsl:when xsl:otherwiseUnknown/xsl:otherwise /xsl:choose /xsl:template 此技术也可用在访问由RESTFUL web服务器endpoint所动态构建的resource中。在 Values Sets and Query Health 博文中我进行了演示 此技术的另外一个用途就是在schematron 规则中核对值集的一致性。如果你要求code/@code的值必须来自某一特殊的值集,你可以写一个访问web资源的规则,如下 rule context='*/cda:templateId ' ... let name='code' value='cda:code/@code'/ let name='valueSetDoc' value='document("https://example.com/RetrieveValueSet?id=1.2.840.10008.6.1.308")'/ assert test='$valueSetDoc//ihe:Concept ' The code/@code element must come from the XXX Value Set (OID: 1.2.840.10008.6.1.308) /assert /rule 能够使用外部的XML数据文件是XSLT的一大优势。能够与web服务动态构建的XML资源结合起来使之功能更加强大。
个人分类: keith的博文|2273 次阅读|0 个评论
科学家发现生活在地球陆地最深处动物
zhenghaoran 2012-3-11 09:09
科学家发现生活在地球陆地最深处动物 2012-03-11 04:11:44 来源: 广州日报 转发至 (function(){ var _w = 75 , _h = 16; var param = { url:location.href, type:"f", /**type类型有a,b,c,d, ... ,g,h*/ count:"", /**是否显示分享数,1显示(可选)*/ appkey:"2998271523", /**您申请的应用appkey,显示分享来源(可选)*/ title:encodeURI(document.title), /**分享的文字内容(可选,默认为所在页面的title)*/ relateUid:"", /**关联用户的UID,分享微博会@该用户(可选)*/ rnd:new Date().valueOf() } var temp = || "" ) ) } document.write('') })() !--enpproperty 137097552012-03-11 04:11:44.0许珍科学家发现生活在地球陆地最深处动物洞穴 Krubera-Voronja 地球 科学家发现 陆地8230259沸点新闻新闻频道/nodesearchname/enpproperty-- 显微镜下的生活在 陆地 最深处的动物。   环球新发现   编译及图片整理:许珍   近日,在地球最深的 洞穴 里科学家新发现了一种节肢动物,研究者称之为迄今为止发现的生活在陆地最深处的动物。这种生物是四种最新被发现的弹尾虫物种之一,生活在全黑的洞穴里,靠真菌和腐烂的有机物为生。研究者是在西高加索山脉靠近黑海的洞穴Krubera-Voronja中发现这种生物的,这个洞穴最深处距离地表2191米。最新发现的这种生物没有眼睛和长触角,居于洞穴深处距离地表1980米的地方。
765 次阅读|0 个评论
雷你:闷骚女 最易招来男人的性报复
zhenghaoran 2012-3-9 08:39
来源: http://women.sohu.com/20120309/n319461917.shtml 闷骚女 最易招来男人的性报复 2012年03月09日08:06    很多女性也许都会遇到这种情况,男朋友或者老公在和自己做爱的时候,显得有点迫不及待,而且非常用力,粗暴,甚至有点心理变态。这个时候,女人就要警惕了,他很可能在对你实施性报复!      很多女性也许都会遇到这种情况,男朋友或者老公在和自己做爱的时候,显得有点迫不及待,而且非常用力,粗暴,甚至有点心理心里。这个时候,女人就要警惕了,他很可能在对你实施性报复!   男人对女人进行性报复,女人自身是存在很大原因的。一般情况下,以下几类女人最易引来老公的性报复:   一、非常强势的女人。   现代社会里,有相当一部分家庭都是女人主内,男人长期受压抑,有主张得不到渲泻。子女全都站在老婆这一边,就连夫妻床上那点事,也得女人说得算。但这个社会终究还是男权主导的社会,这样的老公就算是在家里可以听你的,但总不免会受到社会各方面的干扰,他会在不经意发生着思想的变化,他吵架吵不赢你,他说出来的话得不到更多人的支持,甚至赚的钱没有你的,但是他却最容易把这种报复和要求平等的行为放在男女的性事和床上来得到。其间,他压抑得越深就越是有可能变得疯狂,他会以夫妻之名,享有性的权力为出发点,做出一些平时想做却不能做的事情来。当然,这只是性报复的一种。还有一些人会采取其他的方式进行性报复,那就是彻底性事公开,或者是以玩弄女人背叛对方达到性报复的目的。正因为性报复是最具有隐蔽性,最有报复力度的一种报复行为。已经有非常多的人在“不得意”之时,在有理说不出的时候,会想到采取性报复。   二、长期拒绝老公性要求者。   男人都是食性动物,当他的性需求和性压抑得不到及时有效的释放,特别是当老婆总是以这样那样的借口推脱和拒绝之时,他会变得敏感,甚至是胡思乱想,他会受到男性荷尔蒙的支配,做出一些平时不敢做的事情来。所以,男人性报复尽管错在男人,但女人也是需要反省的。作为一个妻子,应该对老公有履行性的义务,男人不是女人,他们在性的需求频率上是远远高过女人的,性拒绝并不是女人管理男人的一个用之不竭的法宝,当用的次数多了便就没有了用,反而会留下很多后遗症。   三、性欲旺盛的女人。   夫妻之间最好的语言是性的语言,通过性可以了解到一些以往无法了解的信息,性的每一个细节都往往带着一副灵敏的触角。然而,它却是一把双刃剑,它既有助于让对方走进你的心灵,也容易让另一方发现你的软肋,对你产生一些不信任和猜疑。有这样一个男人,他通过和老婆的性生活,感觉到老婆极其旺盛的性欲,于是他不再去外地工作了,总是不断地加强锻炼身体,还买来许多补肾和增强性功能的食物和药物……他所做的这一切,目的只有一个——“拼了命也不能让她给自己戴了绿帽子”。   四、水性杨花的轻浮女人。   对于这种情况,是再明显不过了。男人一方面爱这种妖艳的女人,另一方面却又不放心她,对自己的老婆他比谁都清楚,她开放、主动和轻浮,她习惯于对很多男人主动献出媚笑,而这一切都会是男人面子上挂不住,为了维护尊严,他肯定会选择对老婆实施性报复。   五、男人得不到的女人。   很多男人在追求心仪女生的时候,都会遭遇被对方拒绝的窘境。失败之后,他会想到很多理由。女方如果因为他身理的缺陷或者经济状况拒绝了她,或者作出瞧不起或嘲笑状,一定会引发男人的仇恨心理。而最直接的报复就是通过性的手段。最严重的情况,可能会通过强奸等性犯罪来达成目的。 /* 相关热点 2010-09-09 */ #contentA .tagHotg{clear:both;margin:10px auto 0;text-align:left} #contentA .tagHotg h3{height:24px;font:600 14px/24px "宋体";color:#333} #contentA .tagHotg .tagIntg{display: block;overflow:hidden;zoom:1;clear:both;width:100%;margin:3px auto 0} #contentA .tagHotg .tagIntg li{float:left;width:205px;font:14px/24px "宋体"} #contentA .tagHotg .tagIntg li a{ text-decoration:none !important;} #contentA .tagHotg .tagIntg li a:hover{text-decoration:underline !important;} #contentA .text .line{width:100%}
910 次阅读|0 个评论
[转载]央视揭秘银行高利润:民生银行半年人均薪酬19万
liaodehua01 2012-2-28 12:13
来源:央视经济半小时 时间:12年02月24日 15:16 作者: 字号: 大 中 小   央视经济半小时解读2011年银行业财报——   利润高得都不好意思公布,民生银行行长一席话让商业银行陷入暴利旋窝,尽管诸多银行都遮遮掩掩,但银监会的权威数据把一个真正日进斗金的暴利行当表露无遗。究竟是什么业务造就了如此高的银行利润   据公开数据显示, 2011年上半年职工收入排名第一的为民生银行,人均发放薪酬高达19.07万元;紧随其后的是招商银行,半年收入达到17.89万元; 在16家上市银行中,除了五大国有银行以及北京银行没有超过10万元外,其余10家银行上半年人均收入都在10万元以上   2月17日银监会发布了一系列让人眼红心跳的数据。数据显示,去年我国银行业金融机构2011年总资产113.28万亿元,同比增长18.9%。商业银行净利润超过万亿元大关,达到10412亿元,创历史新高。按此计算,商业银行去年平均每天赚得约28.5亿元。这个数字一经公布便引发了多方争议。   银行年利润破万亿 公众讨论再度升级   在刚过去的这个周末, 银监会发布一组数据引发了这一周人们对于中国银行业利润的高度关注, 数据显示, 截至2011 年四季度末,我国商业银行全年累计实现净利润10412亿元,比2010 年增加2775 亿元,同比增长36.3%。      我国商业银行全年累计净利润达10412亿   如此巨大的差异,让民生银行行长洪崎关于一段银行业利润的坦言,他说“企业利润那么低,银行利润那么高,所以我们有时候利润太高了,有时候自己都不好意思公布。”这段话被网友竞相转发,其中不乏讥讽和质疑的评论。中国国际经济交流中心副秘书长陈永杰更是公开表示: 银行的资本利润率已经不仅大幅高于工业,而且高于石油和烟草, ”   “银行和实体经济利厚利薄的差距,到底到了多大的程度?为了弄清这个问题,记者分别从信达证券和东兴证券的行业分析手里取得了最新的详细分析数据。信达证券银行业分析师饶明提供的数据表明,截止到2011年第三季度,16家上市银行的平均净利润率达到42.36%,其中北京银行最高达到51,79%,华夏银行净利润率最低,也达到了26.6%。而东兴证券分析师谭淞提供的这个柱状图可以清晰地看到,2007年到2010年,各行业利润总额累加比较,四大银行远远高于其他行业,      图1 2007-2010各行业利润总额(4年加总)   截止到2011年第三季度 ,四大银行的利润总额跟其他行业相比,表现更为强劲。      图2 2010和2011Q3各行业利润总额   东兴证券股份有限公司的证券分析师谭淞向记者提供的分析报告中,综合2007年到2010年四年间各行业的利润总额可以看出,四大行在这四年间的利润总额已经接近两万亿,而中石油和中石化两大油企的利润总额不足四大行的一半,为9927.77亿元。烟草制品业四年的利润总额为2705.75亿元,还不到四大行的四分之一。就是从中石油、中石化来看的话,它利润在2007年到2010利润总额只有四大行这样一半左右的水平,那么烟草行业大概只有四大行只有15%的这样一个水平。   而在高额利润下,银行业的丰厚薪酬和年终奖同样令其他行业“望尘莫及” ,据公开数据显示, 2011年上半年职工收入排名第一的为民生银行,人均发放薪酬高达19.07万元;紧随其后的是招商银行,半年收入达到17.89万元; 在16家上市银行中,除了五大国有银行以及北京银行没有超过10万元外,其余10家银行上半年人均收入都在10万元以上。在中国的实体经济发展遭遇困难的情况下,这样的差距自然引发人们普遍质疑。   利润高得都不好意思公布,民生银行行长一席话让商业银行陷入暴利旋窝,尽管诸多银行都遮遮掩掩,但银监会的权威数据把一个真正日进斗金的暴利行当表露无遗。究竟是什么业务造就了如此高的银行利润,我们也特别专访了两位业内人士,他们是中国农业银行的高级经济分析师何志成和中银国际的首席经济学家曹远征。   探“发展”之路 究“暴利”之因   究竟是什么原因让银行成为目前最赚钱的“暴利”企业,银行持续攀高的利润业绩是否对国民经济一片利好,高利润是否能带来完善的金融服务,片面追逐高利润又将给银行带来怎样的风险,中国农业银行总行高级经济分析师何志成对此进行深入解读,他认为本质上为服务型企业的银行如此获取暴利是不正常的,银行不能太爱钱。   何志成认为,银行获得的高利润是建立在拥有垄断性的贷款议价权基础上的,整个贷款市场完全是银行一家独大的卖方市场,为了获得贷款,企业基本丧失与银行议价的话语权,从而满足银行的各种变相谋利的条件。因为紧缩,整个资金面流动性稍微紧一点,这样银行和企业之间的议价关系,是买方市场还是卖方市场,是卖方市场,银行可以有更多的议价权。垄断议价权,让银行可以随意对企业设置各种贷款条件,为了生存很多企业不得不答应这些条件,上浮贷款利率成为普遍现象。   一般在银行资金面比较宽松的时候,像银行属于买方市场的时候,它是属于要下浮的利润,就是贷款利率要适当地下浮,下浮10%、15%,有一些国有企业甚至下浮20%,这种情况都有,但是去年下浮的情况基本没有了,一般都是上浮,上浮20%是很正常的情况。除了上浮利率,随意收费也成为银行被舆论广泛诟责的弊病之一。比如贷款正常贷款给你6.2,然后通过咨询费,什么这个费、那个费,变相地把贷款利率给你提高,这种情况在很多基层银行,是比较普遍的。有数据显示,在2003年,国有商业银行的收费项目为300多项,到如今有据可查的收费项目已经达到3000多项,在不足十年的时间里收费项目增加了10多倍。   各大商业银行利润一路飘红,而作为贷款主体的实体企业的生活却始终处于水深火热之中,很多企业贷款无门处于资金链断裂边缘,江苏省海门市三星镇这家无胶棉厂的老板施卫华,这家只有12个工人的工厂,主要是为一些床垫企业加工化纤棉垫。最近,施卫华好不容易接到一个棉被订单,但是却没有流动资金进原材料,工厂也面临着暂时停产的危险。   通过采访棉厂老板施卫华,记者得知过去的一年,像施卫华这样急需银行贷款救命的企业主数以万计,很多人在苦苦求贷无门之后,不得不采取饮鸩止渴的办法,向非法的高利贷寻求帮助。   何志成告诉记者,很少有民营企业能够从银行拿到正常利率,就是国家法定的贷款,基本利率贷款,一般都是上浮。上浮20%拿到这算是一个很好的现象,现在不是20%,很多民营企业是30%、40%才能拿到贷款。就说贷款贵,贷款怎么会贵,就是这个贵。银行利润的80%来源于存贷款的利息差,银行赚得越多,意味着贷款企业就赚得越少,企业成为替银行打工的,后续发展势必动力不足。   相比于条件苛刻的银行贷款,民间高利贷似乎更能救急。浙江新鹿富物流有限公司董事长金新明就就告诉记者,他们公司基本上是用民间的资金来投入企业发展,在发展过程当中,银行融资也比较难。   据记者调查的数字显示,去年商业银行人均年创利润达50万,而实体企业人均年创利不足4万元,很显然在银行高利润的背后国内的实体企业正因缺血而发展后劲不足。   企业为了生存不得不接受银行的这种高议价的贷款条件,结果导致实体经济出现某种程度的萎缩。实际上,银行提供增量贷款连年递减这也加剧了银行与企业之间不对等的议价地位。现在新的增量资金还减少,那么实体经济自然就紧张,紧张了以后高利贷的市场就泛滥,高利贷市场上一泛滥,银行的信贷议价能力就增强,银行议价能力增强,就跟企业提供各种各样的提高贷款利率的条件。   何志成认为,银行追求高利润的同时,势必伴随着较高的议价风险,实体企业萎缩死亡,银行业的长期发展也无法得到支撑。   从海南查处建国以来的最大洗钱案、到江浙高利贷钱庄泛滥、再到苏北小镇的“宝马乡”,几乎所有洗钱、高利贷盛行的地方,均存在大量银行资金被卷入其中蒙受巨额损失的现象,很显然,银行在通过高议价权获得高利润的同时,势必要承担实体企业因资金短缺而突然死亡所形成的坏账风险。   相对于何志成, 中国银行首席经济学家曹远征对于银行业的高利润并不认同。曹远征认为,这个利润总额比较高,但是它的回报率并不高,银监会公布20%左右,总算1.几,不到2%,从这个意义上来说,它并不是非常暴利的一个行业。虽然从总额上来看很高。   曹远征承认,中国银行业目前主要靠存贷款息差来赚取利润的现状,并不是当前国际银行业的主流,但他认为,造成这一现状的原因很复杂,并不仅仅是中国银行业自身的问题。他还说国外银行业跟中国银行业很大一个区别,国外很多银行业是混业的,它是很多业务都可以做的,比如说证券、保险然后其他,中国银行业现在是分业,基本上是其他的像保险证券有单独的,在这种情况下,这是国外一个类型很大不同,有甚至它的一个发展。但是说我们也知道,要想以混业方向,对监管能力非常高,综合经营和综合监管,那么它的能力要求非常之高。一国如果达不到这种监管,它最好分开,中国银行业处在这么一个阶段,是从一个原有的状态,开始有苗相适应,向混业状态发展,那么对监管体制和金融体制的改革提出了更高的要求。   未来改革将何去何从 专家比较中外银行   2011年,商业银行非银行利息不到20%,换句话说,也就是银行利润的80%以上来自利息差。只要有存款、有放贷,银行想不赚钱都很难。银行业暴利风波再一次把商业银行金融体制改革推到前台。我们究竟需要怎样的银行?未来改革的方向究竟该何去何从?   曹远征说,银行业正在转轨中间,这个转变的方向是传统的以存贷为主的银行,不得不向综合经营方向转变。去年建立以来,中国银行业正在发生一个很重要的变化,很重要的变化是理财产品开始在增多,第二个它是债券很快,贷款债券,同时很重要的就是利息开始,利率开始生长。理财产品开始增多,贷款、债券的发行带来利息的增长,中国银行业获得了相当可观的利润,但尽管如此,息差收入依然在利润中占据了相当大的比例。相比模式成熟的国外银行,中国银行业的盈利模式仍然处于初级阶段,短板明显。   在巴曙松看来,一个银行的商业模式、收入模式同它整个经济的发展阶段有很大的关系。从目前中国发展结构来看,银行的信贷,银行的存款业务以及银行的利差收入,还是我们银行里面非常主要的业务来源。   中国银行业8成以上的利润来源为存贷业务。目前,我国一年的存款利率上限仅为3.5%,而贷款利率为6.56%,利差为3个百分点。   胡祖六在国际知名金融机构供职多年,作为一名具有国际视野的专业人士,他认为。相对于我国的金融市场环境,美国、英国、日本等西方国家的资本市场由于起步早,发展时间长,除了短期基准利率会作为货币政策的工具,其它的利率都是市场来决定的。   所以胡祖六说他是非常主张。这个银行的盈利模式、业务的模式越来越多元化,当然这并不意味着忽视了,我们承担业务,我们还是要用银行最主要的功能,就是进行信用分配,希望能够非常有效率地把信贷分配到我们经济中,各种高效率的企业,包括中小企业,包括民营企业,也包括我们的居民、消费者,给他们提供非常好的金融服务。   在金融业发展相对成熟的市场,美国、日本、欧盟的银行机构更多地是靠利差以外的服务来,其非息收入占全部收益的比重在40%左右,有的甚至超过70%,而我国银行的非息收入比重仅为15%左右。   巴曙松说,未来十年,可能银行业必须要转型,它不可能再是继续依靠这种高速的信贷投放的扩张来支撑它的高速的盈利,银行业不可能仅仅就靠利差能够持续几年时间保持20、30、40%这么以上高速的盈利的增长。它盈利收入模式要想平稳,必须就要整个收入结构更加均衡,必须要转向其他真正的中间业务,转向一些金融产品的创新。   胡祖六还告诉记者,比如说美国最发达的地方,跟中国现在的同行业比较的话,他们的业务模式他们还是比较多元化,保险在这个收益结构、资产结构、盈利结构比较多元化。   资深专业人士来讲,只有深化国有银行体制改革,调整银行股权结构,才是中国金融业未来的发展方向。我国金融体系的发展程度,特别是包括债券市场、股票市场、外汇、商品期货资产管理在内的整个资本体系,要达到业务模式真正的多元化,还需要要三到五年,甚至更长时间的演变。   半小时观察:我们究竟需要怎样的银行?   我们究竟需要一个怎样的银行?银行的作用究竟是什么?前不久,温家宝总理撰文强调:要坚持金融服务实体经济的本质要求。他认为,金融是现代经济的核心。金融发展的根基是实体经济,离开了实体经济,金融就会成为无源之水、无本之木。要防止以钱炒钱、防止产业空心化。各类金融机构都必须牢固树立服务实体经济的指导思想,全面提高服务实体经济的质量和水平,实现金融与实体经济的共生共荣。我们也希望银行看清与企业唇齿相依的关系,履行好服务实体经济的职责,在眼下实体经济遭遇困境的情况下不应该趁火打劫,适当“哺乳”实业,才能促使经济继续保持平稳快速增长。   
1135 次阅读|0 个评论
[转载]绿盲蝽的发生与防治
yxwdi 2012-2-25 18:56
绿盲蝽的发生与防治 为害果实状 为害叶片状 1 、为害特征与形态识别 绿盲蝽又名牧草盲蝽,俗称 " 盲蝽蟓 " ,不仅为在苹果,还可为害梨、枣、桃、柿等多种果树。该虫主要以成虫和若虫刺吸为害各种幼嫩组织,苹果上以叶片受害最重。 叶片症状。受害起初形成针刺状红褐色小点,随着被害叶片的生长,以红褐色小点为中心形成许多不规则孔洞,叶缘残缺破碎、畸形皱缩,俗称"破叶疯"。果实症状。幼果受害后,多在萼洼被害的吸吮点处溢出红褐色胶质物。以刺吸处为中心,形成表面凹凸不平的木栓组织。以后随着果实的逐渐膨大,刺吸处逐渐凹陷,最终形成畸形果。 绿盲蝽成虫体卵圆形,黄绿色,体长 5 毫米左右,宽 2.2 毫米;触角绿色;前翅基部革质、绿色,端部膜质、灰色、半透明。若虫体绿色,有黑色细毛,翅芽端部黑色。 2 、发生习性 绿盲蝽年发生4~5代,以卵越冬。第二年4月中旬果树花序分离期开始孵化,4月下旬是顶芽越冬卵孵化盛期,孵化的若虫集中危害花器、幼叶。5月中旬是越冬代成虫羽化高峰期,也是集中为害幼果的时期。交配产卵,为害繁殖三至四代,末代成虫于10月陆续迁回果园,产卵于果树的顶芽,进行越冬。绿盲蝽从早批叶芽破绽开始为害直到6月中旬,其中以展叶期和小幼果期为害最重。 绿盲蝽发生与气候的关系。绿盲蝽的发生程度与早春降雨量有关,一般来说,降雨量大,发生程度重,因为湿度有利于其他野生寄主上的越冬卵孵化。早春过于干旱,不利于其他野生寄主的发芽生长,容易造成绿盲蝽在果园内为害的时间相对延长,从而加重幼果受害。因此,凡是春季干旱的年份,靠近河边、水库、池塘的平泊果园发生重。 3 、防治技术 ( 1 )农业防治:结合冬季清园,铲除杂草,刮掉树皮,消灭绿盲蝽越冬卵。 ( 2 )休眠期药剂防治:苹果发芽前,结合刮树皮,全园喷施 1 次 40% 安民乐乳油 1000 倍 + 柔水通 3000 倍混合液,可杀灭部分越冬虫卵。 ( 3 )生长期药剂防治: 5 月上中旬是药剂防治关键期,需连续喷药 2 次,间隔期 7-10 天;个别受害严重果园, 6 月上旬再喷药 1 次。常用有效药剂有 4.5% 高效氯氰菊酯乳油 1500-2000 倍液, 40% 安民乐乳油 1000-1500 倍, 20% 灭扫利或甲氰菊酯乳油 1500-2000 倍液等。由于绿盲蝽白天一般在树下杂草及行间作物上潜伏,早、晚上树为害,因此,喷药时应着重喷洒树干、地面杂草及行间作物,做到树上树下喷细致。尽量在傍晚喷药效果较好。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 果树生产|0 个评论
[转载]梨瘿蚊(梨芽蛆)
yxwdi 2012-2-25 18:52
梨瘿蚊俗称梨芽蛆。属双翅目,瘿蚊科。寄主仅为梨。在我国北方发生较多,10年前开始在南方梨区发生,由于其危害状与蚜常害有点类似,而且防治非常困难,有许多果农又误以为是蚜虫,按蚜虫方法防治,效果更差。近几年发生和危害呈加重趋势,几乎每个梨园都有危害,已成为最玩固的梨树害虫。 1、危害症状 以幼常害嫩叶为主。初期危害症状与梨二叉蚜危害相似。嫩叶叶尖或叶缘先受害。嫩叶受害后,叶面向内侧卷曲,然后叶的一边或两缘纵卷呈筒状。被害叶逐渐退绿,质地硬脆,最后变黑脱落(蚜常害后质地略软,且不易脱落),严重时还可引起秃梢。所有栽培品种都有不同程度的受害,受害梨树的春梢、夏梢其叶片脱落多,秋梢抽发纤细,花芽分化不良,翌年一般不结果。 2、形态特征 成虫:雄虫体长约1.2毫米,雌虫体长约1.4毫米,两性翅展3.5毫米~3.8毫米。头小,复眼肾形,深黑色,向外隆突。触角前伸,稍曲,淡绿褐色,生于复眼内缘近中部,共8节,节间以小柄相连,基部3节环生稀疏且长的浅褐色毛。雄虫触角稍短于体长。雌成虫触角长度约为体长的4/5。中胸发达,黑色。前翅椭圆形,基部收缩,膜质,强光下闪紫铜色光彩。翅脉简单,仅有纵向两根。胸足长度明显超过体长,浅灰褐色。跗节细长,4节,由基至端节渐短。腹部黑色,但雌虫第1腹节背板前沿、末腹节和产卵管灰黄褐色。卵:长椭圆形,0.2毫米,顶端稍细小,乳白色,半透明,具光泽。 幼虫:长约3.2毫米。低龄幼虫乳白色,老熟幼虫深红色。体节11节,无足,腹中部稍宽大。中胸节腹板有一块褐色“Y”状骨片。腹末节尾部两侧隆起,中部深凹陷,肛门居其中。茧:椭圆形,灰白色,由幼虫分泌粘液形成,其外粘附微细土粒,内为蛹室。蛹:长约1.6毫米,初为桔红色,临羽化时呈黑褐色。 3、发生规律 每年发生2~3代。成虫在重庆3月下旬羽化出土,交尾后将卵产于梨树春梢端部叶尖和两侧叶缘处。5天~6天后,幼虫孵化。低龄幼虫取食叶表汁液,不潜入叶内。被害叶片纵卷,最后变黑枯落后,老熟幼虫入土作茧化蛹。4月下旬为化蛹盛期。5月下旬,第2代成虫羽化出土,在夏梢嫩叶上产卵。孵化出来的幼虫进行第2次危害。在7月发生第三代。以幼虫土壤或枝干翘皮裂缝中越冬,成虫的寿命一般为3天~5天。成虫晴天傍晚活动频繁,阴雨天躲藏在荫蔽处。成虫的主要天敌是蜘蛛。幼撤光,触动时见光即弹跳。化蛹深度一般在距地表2毫米~3毫米处。幼虫分4级:1-2龄幼侈色透明,3龄幼虫乳白色半透明,4龄幼虫乳白,老熟幼虫桔。 4、防治方法 ①结合冬季施肥和清园,于初冬霜冻来临前将树冠下的表土深翻10厘米~15厘米,以冻死越冬幼虫。芽萌动前喷布波美5度石硫合剂。 ②于春梢、夏梢生长期,及时剪除被幼常害的叶片,并集中烧毁,以减少虫源。 ③在春梢和夏梢抽生期,进行药剂防治,毒杀产卵成虫和初孵幼虫,以内吸强渗透杀虫剂和胃毒杀虫剂复配效果最好。可选药剂有:50%甲胺磷1000倍液 40%氧化乐果800倍液;速扑杀1000倍液 阿维菌素1000倍液;40%速扑杀1000倍液 乐斯本800倍液(或阿维菌素1000倍液)。 ④在成虫羽化期,在树冠下喷施3%甲敌粉或甲基1605粉剂,以触杀羽化后在地面爬行的成虫。 1)、地面防治。在越冬代成虫羽化出土前(3月中旬)和第二、三代老熟幼虫脱叶高峰期(5月上旬和6月上旬),树冠下地面喷施50%辛硫磷500倍液或48%乐斯本600--800倍液毒杀幼虫和成虫。特别是降雨后将有大量幼虫脱叶入土,在树冠下喷洒农药,效果良好。   2)、树冠防治。在第一、二代成虫产卵盛期,进行树冠喷药,并可兼治其它叶部害虫。防治适期为4月中下旬、5月中下旬,药剂可选用15%杀灭菊酯2500倍液、10%吡虫啉2000倍液、0.6%阿维菌素1500—2000倍液、2.5%天王星乳油1000-1500倍液等。   3)、人工防治。于4-6月春梢大量抽生期,一经发现受害卷叶即实施人工摘除被害叶片,集中烧毁。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 果树生产|0 个评论
[转载]教你复制那些复制不了的网页文字,平时找资料是很有用啊!
yxwdi 2012-2-25 17:47
1,网页中嵌入了javascript语言,通过编程手段屏蔽了复制。   只要点击IE的“工具”→“Internet选项”菜单,进入“安全”标签页,选择“自定义级别”,将所有脚本全部禁用,然后按F5键刷新网页,这时你就会发现那些无法选取的文字可以选取了   在采集到了自己需要的内容后,一定要给脚本“解禁”,否则会影响到我们浏览网页。   2,有些网站为了防止别人使用他的内容把它禁掉了,除了上述同志们的说法,你还可以试试这一方法:单击IE窗口中“文件”菜单,选择“使用 Microsoft FrontPage编辑”,在FrontPage中复制,还不行就用“文件”“另存为”,然后在FrontPage中打开。   3,打开要复制的网页,点“查看”-“源文件”—复制你需要的文字即可   4,点击ie的文件菜单,里面有一项“用excel(word)分析”即可。   5,把这个网页从“文件”菜单里的“另存为”中把你想要的网页内容给下载下来!这个保存的路径你一定要清楚,不然你忘了,没有办法找到的啊,找到合适的路径你就下载下来。下载之后你用WORD打开就行了啊,一般的只要要在WORD可以打开看到的就可以复制,排版了!   6,现在市面有很多电子档的说明书加了锁,有时想把其中的文字复制下来供自己参考,但很多人可能会发现用鼠标选选不中文字,右击不出现菜单,按下Ctrl+C键也无效。这时,怎么办呢?帮你搞定!   首先保证你打开着不能复制文字的电子书的情况下(如图1)   图1 打开一本电子书   然后打开一个Word文档。将你的鼠标放在此电子书文本的右下方,按住“Shift”单机鼠标右键,再点击鼠标左键就会出现(如图2)    图2 用上文方法选中文字   接下来是最简单的一步了!在选中的文本上方点住鼠标左键,将其拖拽到Word文档中,OK搞定了(如图3)!   图3 将其拖拽到Word文档   我们来了解一下为什么不能被复制。   当前很多网页制做者都不想让自己网页中的内容直接就让人给复制去,有的是为了版权、有的是为了让人再回来看这段文字,提高他的访问量等等,具体原因我也说不清的啦^_^。他们一般会在网页代码 中加入以下一个或多个代码:   onpaste="return false" 不准粘贴   oncopy="return false;" 不准复制   oncut="return false;" 防止剪切   onselectstart = "return false" 不准选择   例如:,这是一个典型的不让选择复制的语句。   好啦,现在我们知道为什么不能被复制了,那我们就可以针对这些代码下药了。   第一步:打开你想要复制的那个网站   第二步:将该网页另存到你的电脑上(文件|另存为)   第三步:用记事本打开你刚保存的网页,找到这段代码(不一定完全是这样的),你把里面的代码(除body)全部删除,最后就剩,保存文件。   第四步:双击你刚保存的文件,也就打开民你的那张网页。   到此,所有步骤全部结束了,用鼠标选择你想要的那些文字,是不是可以选择并且复制下来了? (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 电脑相关|0 个评论
[转载]苹果轮纹病
yxwdi 2012-2-25 16:20
苹果轮纹病 苹果轮纹病侵染果实初期症状 分生孢子萌发 【分布为害】苹果轮纹病又称粗皮病、轮纹烂果病,分布在我国各苹果产区,以华北、东北、华东果区为重。一般果园发病率为20%~30%,重者可达50%以上。 【症 状】主要为害枝干和果实,有时也为害叶片。病菌侵染枝干,多以皮孔为中心,初期出现水渍状的暗褐色小斑点,逐渐扩大形成圆形或近圆形褐色瘤状物。病部与健部之间有较深的裂纹,后期病组织干枯并翘起,中央突起处周围出现散生的黑色小粒点。在主干和主枝上瘤状病斑发生严重时,病部树皮粗糙,呈粗皮状(图1-1至图1-3)。后期常扩展到木质部,阻断枝干树皮上下水分、养分的输导和贮存,严重削弱树势,造成枝条枯死,甚至死树、毁园的现象。果实进入成熟期陆续发病,发病初期在果面上以皮孔为中心出现圆形、黑至黑褐色小斑,逐渐扩大成轮纹斑。略微凹陷,有的短时间周围有红晕,下面浅层果肉稍微变褐、湿腐。后期外表渗出黄褐色黏液,烂得快,腐烂时果形不变。整个果烂完后,表面长出粒状小黑点,散状排列(图1-4至图1-7)。后期失水变成黑色僵果。 【病 原】有性世代Botryosphaeria berengeriana f.sp.piricola称贝伦格葡萄座腔菌梨生专化型,属子囊菌亚门真菌。无性世代Macrophoma kawatsukai称轮纹大茎点菌,属半知菌亚门真菌。子囊壳在寄主表皮下产生,黑褐色,球形或扁球形,具孔口。子囊长棍棒状,无色,顶端膨大,壁厚透明,基部较窄。子囊孢子单细胞,无色,椭圆形。分生孢子器扁圆形或椭圆形,具有乳头状孔口,内壁密生分生孢子梗。分生孢子梗棍棒状,单细胞,顶端着生分生孢子。分生孢子单细胞,无色,纺锤形或长椭圆形(图1-8)。病菌生育温度为7—36℃,最适为27℃;pH值为4.4~9.0,最适为5.5~6.6。病菌孢子萌发温度范围为15~30℃,最适为27—28℃,在清水中即可发芽。 【发生规律】病菌以菌丝体、分生孢子器在病组织内越冬,是初次侵染和连续侵染的主要菌源。于春季开始活动,随风雨传播到枝条和果实上。在果实生长期,病菌均能侵入,其中从落花后的幼果期到8月上旬侵染最多。侵染枝条的病菌,一般从8月份开始以皮孔为中心形成新病斑,翌年病斑继续扩大。在果园,树冠外围的果实及光照好的山坡地,发病早;树冠内膛果,光照不好的果园,果实发病相对较晚。气温高于20℃,相对湿度高于75%或连续降雨,雨量达10mm以上时,有利于病菌繁殖和田问孢子大量散布及侵入,病害严重发生。山间窝风、空气湿度大、夜间易结露的果园,较坡地向阳、通风透光好的果园发病多;新建果园在病重老果园的下风向,离得越近,发病越多。果园管理差,树势衰弱,重黏壤土和红黏土,偏酸性土壤上的植株易发病,被害虫严重为害的枝干或果实发病重。 【防治方法】 苹果轮纹病既侵染枝干,又侵染果实,就其损失而言重点是果实受害,但枝干发病与果实发病有极为密切的关系,在防治中要兼顾枝干轮纹病的防治。加强肥水管理,休眠期清除病残体。果实套袋能有效保护果实,防止烂果病的发生。 及时刮除病斑(图1-9):刮除枝干上的病斑是一个重要的防治措施。一般可在发芽前进行,刮除病斑后涂70%甲基硫菌灵可湿性粉剂1份加豆油或其他植物油15份涂抹即可。5~7月可对病树进行重刮皮。发芽前可喷一次2~3波美度石硫合剂或5%菌毒清水剂30倍液,刮病斑后喷药效果更好。 药剂防治的3个关键时期:第一次在5月上中旬病害开始侵入期;第二次应在6月上旬(麦收前)病害侵入和初发期;第三次在6月下旬至7月上中旬。可根据病情施药,一般每个时期喷药2~3次,间隔10~15天。 在病菌开始侵入发病前(5月上中旬至6月上旬),重点是喷施保护剂,可以施用下列药剂: 1:2:240倍波尔多液; 80%炭疽福美(福美双·福美锌)可湿性粉剂600倍液; 75%百菌清可湿性粉剂600倍液; 70%代森锰锌可湿性粉剂400~600倍液; 65%丙森锌可湿性粉剂600~800倍液; 30%碱式硫酸铜胶悬剂300~500倍液; 53.8%氢氧化铜干悬浮剂800倍液,均匀喷施。 在病害侵入和初发期,应注意合理施用保护剂与治疗剂复配,以控制病害的侵入和发病。可以施用下列药剂: 50%多菌灵可湿性粉剂500倍液; 80%炭疽福美(福美双,福美锌)可湿性粉剂600倍液+70%甲基硫菌灵可湿性粉剂800倍液; 75%百菌清可湿性粉剂600倍液+50%多菌灵可湿性粉剂500倍液; 70%代森锰锌可湿性粉剂400~600倍液+70%甲基硫菌灵可湿性粉剂800倍液等,均匀喷洒。 在病害发病前期(图1-10),应及时进行防治,以控制病害的蔓延。可以用下列药剂: 50%异菌脲可湿性粉剂600~800倍液; 75%百菌清可湿性粉剂600倍液+10%苯醚甲环唑水分散粒剂2 000~2 500倍液; 70%代森锰锌可湿性粉剂400~600倍液+12.5%腈菌唑可湿性粉剂2 500倍液; 50%多·霉威(多菌灵·乙霉威)可湿性粉剂1 000—1 500倍液; 5%菌毒清水剂400~500倍液+20%多·戊唑(多菌灵·戊唑醇)可湿性粉剂1 000~1 500倍液; 40%霉粉清(三唑酮·多菌灵·福美双)可湿性粉剂600~750倍液; 70%甲·福(甲基硫菌灵·福美双)可湿性粉剂800—1 000倍液; 12.5%腈菌唑可湿性粉剂2 500倍液等,在防治中应注意多种药剂的交替使用。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 果树生产|0 个评论
[转载]6月果园病虫害大集合(实拍多图高清)
yxwdi 2012-2-25 16:15
桑天牛老龄幼虫 桑天牛头部特写 桑天牛幼虫 桑天牛虫道 桑天牛虫道 桑天牛虫孔 桑天牛的产卵痕迹 苹果腐烂病6月10日的情况 绵蚜 梨木虱 梨木虱 球坚蚧 桑白蚧 槐尺蠖 杏穿孔病 杏黄叶病(疑是缺铁性黄叶) 杏根腐病的叶部表现 枣树绿盲蝽为害状 核桃溃疡病 臭椿沟框象甲 附件: 抓紧关键时机防治苹果树桑天牛 病虫害防控研究室 曹克强孙广宇 近日,体系专家在河北对保定市顺平县及陕西白水、浦城、洛川等县调查,发现桑天牛在一些苹果产区有严重危害的趋势。顺平县基地苹果树调查,蛀干率达0.78%;陕西调查个别果园虫株率达70%。桑天牛以幼虫钻蛀树体木质部,从虫孔排出木屑和虫粪,并流出黄色胶质液体,使叶色变黄,树势变弱,严重时枝干枯死。该虫2-3 年完成一代,以幼虫在枝干内过冬。6-7 月成虫出现,咬食1 年生枝皮和叶片,特别喜在枸树、桑树上等为害、交配。10-15 天后在10 毫米左右的小枝条基部或中部将树皮咬伤树皮,产卵于其中。幼虫孵化后入木质部沿枝干向内蛀食,并不断向外排出虫粪,凡枝干上有新鲜虫粪的蛀孔,就有幼虫在内为害。根据桑天牛生活规律,7 月份凡发现天牛蛀孔的果园要注意防治其成虫和卵,主要采取如下综合措施: 1.刺杀幼虫、捕杀成虫:见到地上有新鲜的锯末状粪便时,用尖细铁丝从新鲜虫孔插入,反复在洞道内扎刺,杀死幼虫于其内,或用带勾钢丝缓缓插入虫道内,钩刺幼虫。成虫白天不大活动,应在其喜食寄主植物(桑树、枸树等)上进行人工捕杀之。 2.除卵、灭幼虫:7-8 月份是成虫产卵时间,成虫产卵时在树干上做“川”字或“U”字型刻槽,产卵于其中,可用石块砸或用尖刀将卵挑出刺破即可。初孵幼虫为害树皮处有黄色胶质物流出,用小刀挑开皮层,刺杀幼虫,或在伤口处涂石硫合剂。 3.毒杀幼虫:常用三种乳油,80%敌敌畏乳油、50%辛硫磷乳油、40%高效氟氰菊酯乳油,分别加水稀释50 倍液,用注射器将3-5mL 药液注入有新虫粪的孔口内,或将1/3 的磷化铝片剂(O.2 克)放入新虫粪孔内,并用泥土封闭孔口。 4.生物防治:天牛卵姬小蜂是寄生桑天牛卵的有效天敌。管氏肿腿蜂和花绒坚甲可寄生天牛的幼虫和蛹。斑啄木鸟对桑天牛的越冬幼虫啄食率可达24%。这些天敌对天牛都有好的控制作用,应加以保护和利用。 5. 砍除桑天牛的寄主植物:枸树和桑树是桑天牛喜欢吃的主要寄主植物,应及时砍除,以减少对天牛的引诱。 桑天牛成虫 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 果树生产|0 个评论
[转载]苹果园管理技术月历系列:苹果园八月管理技术
yxwdi 2012-2-25 16:14
月份:八月(立秋、处暑) 物候期:花芽分化 果实膨大 树梢生长 早果成熟 管理要点:秋季修剪(强拉枝)、行间生草或割草覆盖、防治病虫、摘叶转果、采早熟果 一、生长期修剪: 1、拉枝是缓和树势,促进花芽形成的有效措施。对3-5年生幼树和初果期树的主枝、大辅养枝角度较小者继续实施拉枝开角。 图1:拉枝角度与成花结果的关系 图2:拉枝角度适中,不但有利于成花,而且结果多,果实大 图3:幼龄果园生长期拉枝 2、幼龄果园和初结果树,对主枝两侧及斜生强旺的1-2年生营养枝采取捋拉或“E”型开角器变向缓势。 图4:E型开角器开角效果 图5:E型开角器开角处理效果 3、此期适时对初、盛果树高已达要求的宜拉枝封顶,有利缓和树势。 4、继续疏除过多的竞争枝、萌生枝、直立枝、多头梢、病虫枝梢等,以及过密的中庸辅养枝,创造良好的通风透光条件。 5、对中心干、主枝上可利用的萌生枝待长至1米左右时拉平缓势。 6、过多的、或长势过强(2个和2个以上)的果台枝采取疏一留一、或疏强旺留中庸。 7、进入秋季,对初结果旺树可以“带活帽”修剪,促进成花,缓和树势。 二、病虫害防治: 夏秋季的主要病虫害有褐斑病、斑点落叶病和红蜘蛛、卷叶蛾、潜叶蛾、苹果绵蚜等,这些病害防治稍有不慎,即造成大面积落叶,严重削弱树势,常造成不小的损失。以褐斑病为例,其主要原因是树势衰弱,没有前期预防意识,中后期疏于防范,病害爆发期的六、七、八月几乎很少喷药防治,以致出现“七(月)病八(月)落九(月)泛滥”的现象。斑点落叶病常侵染幼嫩的叶片,多在春梢生长初期和秋梢生长初期完成侵染,很快发病,并造成落叶。这两种病害在防治上均应注意加强土肥水管理,合理负载,增强树势;在清洁果园的基础上,注意保护剪锯口和前期的预防工作,生产中不可不慎。 图6:褐斑病发生规律及防治示意图 图7:斑点落叶病发生规律及防治示意图 1、中、下旬雨季来临前,喷1:1.5~2:200倍倍量式锌铜波尔多液(即硫酸铜、硫酸锌1份,生石灰1.5~2份,水200份)或46.1%可杀得3000水分散粒剂1500~2000倍1~2次,中后期还可交替喷43%戊唑醇(好力克)悬浮剂4000~5000倍,或25%丙环唑(金力士、敌力脱)乳油2000~3000倍,或40%氟硅唑(稳歼菌,福星)乳油4000倍,防治褐斑病、斑点落叶病等早期落叶病。 2、夏季干旱高温,山楂叶螨和二斑叶螨等容易猖獗为害,可喷1.8%阿维菌素水乳剂3000~4000倍+柔水通4000倍混合液防治一次。 3、苹果绵蚜发生严重的果园,疏除虫梢,可喷布48%毒死蜱(默斩、安民乐、好劳力)乳油1000~1500倍+25%吡虫啉悬浮剂2000~3000倍+柔水通4000倍混合液防治。 4、卷叶蛾、潜叶蛾初发生期,可以选喷1%甲维盐水剂1500倍1~2次。 5、进入8月,我国大多数苹果产区降雨量逐渐增多,秋霖、冰雹、大风等不良自然灾害时有发生,应做好防灾、抗灾和减灾的工作。 6、夏季高温干旱,应注意预防和控制因树体抗逆性差而发生的黄叶、果实日灼等生理性病害。 图8:夏秋季高温干旱、脱肥等造成的黄叶现象 图9:夏季高温干旱阳光暴晒导致果实日灼现象 7、晚熟套袋果园注意定期抽查,预防黑点病的发生。视当地的气候、果园的立地条件等因素,必要时应因地制宜剪除袋角或整理果袋,保持果实悬空等。 三、刈割压青、行间种草和防洪排涝: 1、提倡利用农作物秸秆或杂草等草源性材料覆盖果园,既减少病虫滋生,又可降温保湿、改良土壤。成龄果园可全园覆草,幼龄果园或草源不足时可覆盖树盘。覆草可用麦秸、碎玉米秸、绿肥作物、杂草等。注意先中耕浅锄,耙平地面,顺行筑畦或方形树盘,然后盖草。两行间留出50公分作业道,近树干处留出20公分间距,以防根颈积水、缺氧。 2、计划实施人工生草的果园,此期可利用雨季出苗快,成活率高的特点适时播种。 3、已经实施人工生草或自然生草的果园,草高生长至20~30cm时,应及时刈割。覆草厚度15~20公分,每2500~3000公斤/亩。 4、此期正值雨季,降水频繁量大,必须做好防洪排涝、水土保持和防风等工作。 四、果实管理(膨大、着色、增糖、适采): 1、为了保证果实膨大,除了前期严格疏花疏果、合理负载外,还要注意中后期的养分管理工作。对于挂果量较大的果园,一般在7月下旬至8月下旬追施一次果实膨大肥。这个时期追肥能促发新根,提高叶片功能,增加单果重,提高等级果率和产量,充实花芽及树体营养积累,提高树体抗性,为来年打好基础。 图10:叶果比适宜有利于果实膨大、增糖和着色 2、中早熟品种于采收前15~20日,可选喷富万钾500倍液或磷酸二氢钾300~400倍液,有利于果实着色,提高含糖量,改善果实品质。 3、采收前5~7天,摘除果实周围的“贴果叶”和距果15厘米左右的“遮光叶”,增加果实的着色面积,提高果实商品率。 4、当果实阳面色度达到标准要求是,再轻托果实扭转90~180度,促使全面着色。 5、从7月中下旬开始,美八、藤木一号、富红早嘎、丽嘎、新红星等陆续上市,由于一些中早熟品种果实成熟不一致,采前有不同程度地落果现象。采收时可适当提前采收、分期分批采收。 6、早熟苹果一般都不耐贮藏,果实容易发绵,应当成熟后做到分批采收,边采收、边分级,及时运销,抢鲜销售,随采随买。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 果树生产|0 个评论
[转载]苹果园九月管理技术
yxwdi 2012-2-25 16:12
苹果园管理技术月历系列: 苹果园九月管理技术 张立功 陕西华圣企业(集团)股份有限公司果业公司研发技术服务中心(西安 710021 ) 李丙智 国家现代苹果产业技术体系栽培与机械研究室、西北农林科技大学园艺学院果树研究所(杨凌 712100 ) 史继东 国家现代苹果产业技术体系西安综合试验站 月份:九月(白露、秋分) 物候期:果实着色成熟期 秋梢停长根系第三次生长 管理要点:秋季修剪、行间生草或割草覆盖、防治病虫、果实解袋、苹果贴字、摘叶转果、铺反光膜、分批采收、秋施基肥等 一、疏枝。秋季树体普遍旺长,营养无效消耗加剧,冠内郁闭现象严重,应抓好修剪调光措施的落实。 9 月份,对于密闭的树体,合理疏枝,对象是辅养枝上的直立枝、萌生枝、竞争枝,配合拉、别斜生枝等,引光入冠,促进上色。( 1 )清除根蘖、萌蘖;( 2 )疏除主枝背上直立徒长的强旺枝、密生枝和外围多头枝;( 3 )对侧生较旺枝捋拿软化,压向两侧近水平生长;( 4 )截除部分发育枝上的秋梢;( 5 )适当拉枝开角,以改善风光条件,减少养分无效消耗,促进营养积累。 二、排水防涝。九月是苹果的集中上色期,适当控制水分供应(适当的“干旱”),极有利于果实的着色而提高外观质量。针对秋季雨水较多、土壤湿度过大,通气性差的现实,要做好排水防涝,中耕松土,以保持土壤疏松,通气良好,为根系生长发育始终创造良好的土壤环境,防止土壤水分过多而影响果实的色泽发育。 三、果实除袋。果实在袋内要求生长 100 ~ 120 天左右,双层内红育果袋,最好分两次除袋。高海拔地区果实着色快,可在果实正常采摘前 10 ~ 15 天除袋,低海拔地区果实着色慢,可在果实正常采摘前 15 ~ 20 天除袋,先摘除外袋, 3 ~ 5 天内再除去内袋。除袋时最好选择阴天或多云天气除袋,晴天除袋应在 9 ~ 12 时,下午 3 ~ 7 时进行,除内袋时,上午先除去树冠东部、北部及枝冠内的袋子,下午除袋时,应从树冠南部、西半部撕成伞状罩住果实,严防高温时段除袋,防止日灼发生。 图1:苹果解袋1 图2:苹果解袋2 四、摘叶转果。 摘叶可分步骤进行。第一次在脱袋的同时,摘除紧靠果实的莲座叶;脱袋结束后再摘除果实附近 5 ~ 10 厘米范围内的叶片。摘叶应在上午 9 点以后进行。选择阴天或晴天的傍晚除袋,避开中午,以防日灼。先将果实周围 15 ~ 20 厘米范围内的遮光和贴果的叶片剪除,过 5 ~ 6 天后,再摘除果实周围的挡光叶、小叶、薄叶、黄叶、老叶,然后再摘除秋梢叶和中上枝上影响透光的部分叶片,尽量保留功能叶,以免影响光合效率。摘叶时,先摘除树冠中、下部和内膛,后摘树冠上部外围。总之,摘叶必须保留叶柄,摘叶数量不应超过全树的 20 ~ 30 %左右。 转果是在除袋后 5 ~ 8 天内,果实阳面着色达 70 %左右时进行为好。转果是把果实旋转 90 ~ 180 度,使果实阴阳面交换位置,以保证原阴面也着好色。轻轻转动果实,使其背阴面转至阳面,不要用力过猛,以免扭落果实,转果时分 2 ~ 3 次进行为好,对因转果后无法固定的果实,用透明窄胶带固定在附近的树枝上。注意:转果应顺一个方向进行,避免拧掉果柄。 图 2 :苹果摘叶转果1 图2:苹果摘叶转果2 五、及时喷药防病补钙肥。脱袋后的苹果皮细嫩,极易感染红点病,气孔增大,导致裂口出现,加之缺钙,极易发生缺钙症等病害,并使果面出现小裂纹,降低果品的贮藏性和商品性能。因此,在除袋后应喷布 1 ~ 2 次杀菌剂和补钙肥,杀菌剂可选丙森锌 600 ~ 700 倍或甲基硫菌灵 1000 ~ 1500 倍,钙肥可选用微补盖力 1000 倍,间隔 5 ~ 7 天,如能加喷微补硼力 1000 ~ 1500 倍效果更佳。必要时喷有机钾肥,可促使红富士苹果提前上色、着色。 六、树下铺反光膜。铺反光膜是在摘叶结束后进行。在树冠下铺设反光膜,可将射到地面的光线再反射到树上,使内膛果实及果实的萼洼也着色。反射光使果面着色鲜艳,对提高果实外观质量效果明显,能提高消费者对果实的购买欲望。 9 月底或 10 月初,苹果除袋后立即在树下沿行向铺设银色反光膜,有利于树冠内膛和下半部分果实着色。铺时将树下杂草除净,整平土地,硬杂物捡净,膜要拉直扯平,边缘压实。铺后经常清扫膜面,保持干净,增加反光效果。采前 1 ~ 2 天收膜,清洗晾干,以后备用。 图 3 、行间铺反光膜促进果实着色 七、果实贴字增收。应根据果实的成熟期确定贴字的时间,过早贴因果实膨大,容易把字的笔画拉开,影响艺术效果;过晚果实已经着色成熟,达不到预期的目的。操作时,选用小刀将“即时贴”字样从当中剥开,把有色一面朝外贴在果实朝阳一面的胴部,尽量使其平整不出皱折。一般 1 个果贴 1 个字,如“福、禄、寿、喜,吉 - 祥 - 如 - 意”等字迹或十二生肖、花鸟、虫、鱼等图案。操作过程要轻拿轻放,以防落果。贴字苹果采收后,除去果面的贴字或图案,擦净果面,用果蜡对苹果打蜡,以增加果面光泽,减少果实失水,延长果实寿命。相同的字样,分别果实大小装箱,做好标记,按字组(图案)摆放或分装在塑料袋(盒)内或提盒,以方便出售。这样,包装后的果实,通常可增值约 10 倍。 图 4 、解袋后着色前果实贴字,增加经济效益 八、适时分批采收。适期采摘十分重要,一般按果实的生长期,即从落花到成熟的天数来确定采摘的时间。例如元帅系生长期 140 天左右,红富士系 175 天左右,果光 160 天左右,乔纳金 150 天左右。采收是关系到果品质量的重要一环。一般除内袋 10 日左右当果实外观质量达到商品要求时就可分批采收。 采收操作注意事项: 1 、提倡采用采果袋,采果梯、盛果箱 ( 筐 ) 等采收工具,采果前必须剪短指甲,穿软底鞋。 2 、操作时,用手托住果实,食指顶住果柄末端轻轻上翘,果柄便与果台分离,切忌硬拉硬拽;应本着轻摘、轻放、轻装、轻卸的原则。提倡果实摘下后随即剪果柄、套网套,装入定量的塑料箱搬运。 3 、选采冠上、冠外果实,相隔几日左右再采冠内、冠下果实。 4 、不宜在有雨、有雾或露水未干前进行,应选择在晴好天气采果。 5 、采收要求:一是分级分批采收。二是及时预冷后再入库,确保果实商品性。 图 5 :采收工具 九、适时施基肥。基肥是果园最基础、最重要的施肥,它关系到果树年周期中各种养分的供应。施基肥应讲究时间性、合理性和科学性。具体要求是:施肥时间为 9 ~ 10 月份;肥料种类以有机肥为主,增施生物有机肥,适量施用化肥、补充微肥;施肥方法为沟施或穴施;施肥部位,在树冠外缘内侧;施肥深度, 20 ~ 40 厘米(根系集中分布层)。果实采收后,给果树施数量和质量相同的肥料,秋季施较春、冬季施用能提高座果率 8 ~ 10% ,提高产量 10 ~ 15% 。其增产增优效果非常明显。推荐亩施肥量:“促根动力”硫酸钾型复合肥 80 公斤,“靓果动力”特种配方肥 50 公斤, “绿色动力”精制有机肥 120 ~ 240 公斤。 图 6 :常见的几种施肥方式 十、杂草压青。秋雨多杂草生长旺盛,施肥后提倡对园内外的杂草进行刈割,覆盖到果园内,可起到降温、改土、增肥等多重作用。 十一、病虫害防治:主要是防治苹果腐烂病和金纹细蛾、苹果绵蚜等。 十二、行间种油菜。进入秋季,应及时施肥后行间种植油菜,亩用种量 0.25 ~ 0.35 公斤。实践证明,苹果园秋季种植油菜不但蓄水保墒、疏松土壤,而且春季油菜花期和苹果花期相近,有利吸引蜜蜂授粉,提高坐果率。 图 7 :适宜旱地果园的行间种油菜 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 果树生产|0 个评论
[转载]苹果霉心病与黑点病
yxwdi 2012-2-25 15:53
近年来,霉心病和套袋苹果果面黑点病逐渐上升为苹果生产的主要果实病害。感染霉心病的苹果,在生长后期往往出现果面发黄、大量落果等现象,贮藏期间大量出现发黄和腐烂,果肉发苦,失去商品价值;套袋苹果黑点病是苹果套袋以来出现的新病害,严重影响果实外观,让果农蒙受巨大损失。据多方研究,霉心病和套袋苹果黑点病属于同一类病菌复合感染引起的果实病害,其中引起苹果霉心病的主要致病菌链格孢菌的强毒株还是引起斑点落叶病和果面小红点病的病原菌。 一、霉心病 苹果霉心病也称为心腐病、霉腐病、果腐病,是一种常发病害,苹果霉心病从 1905 年有记载到现在已有过百年的历史。在世界各苹果产区几乎均有发生。在我国的辽宁、山东、山西、陕西、四川、北京等省市都有报导。据研究,红星采收期88.4%健果果心带菌,发病的病果率一般在 40-50%,发病严重时心腐果可以占 30%以上。 1、症状: 果实受害从心室开始,逐渐向外扩展霉烂。病果果心变褐,充满灰绿色的霉状物,有时为粉红色霉状物。在贮藏过程中,当果心霉烂发展严重时,果实胴部可见水渍状、褐色、形状不规则的湿腐斑块,斑块可彼此相联成片,最后全果腐烂,果肉味苦。病果在树上有果面发黄、未成熟失绿、果形不正或着色较早的现象,但一般症状不明显,不易发现。此外,病菌的侵染还会引起幼果的大量脱落,导致减产。 腐烂型霉心病 霉心型霉心病 霉心病造成大量落果 病果果面发黄 病果果面发黄 霉心型霉心病 霉心型霉心病 果面发黄脱落 将苹果霉心病的症状归为三种类型:褐变型、霉心型和腐烂型。三种类型在田间比例褐变型占 43.22%;霉心型占 26.10%;腐烂型占 30.68%。褐变型主要是心室发生褐变;霉心型主要特点是心室发霉,在心室内产生在绿、灰白、灰黑、粉红等颜色的霉状物,只限于心室,病变不突破心室壁,基本不影响果实的食用;腐烂型主要特点是导致果心区果肉从心室向外腐烂,严重时可烂透,直到果实表面,腐烂烂果肉味苦。这三种症状类型在田间发生的时间不同。在果实生长早期,霉心病以褐变型出现最多,但是在落果中发现霉心病的果实心室内有粉红色粉状物,而且果柄中心已经褐色腐烂;在苹果成熟期和储藏期,霉心病以腐烂型为主,切开苹果可以看到心室组织和部分果肉已腐烂。 2、病原菌: 苹果霉心病是由多种真菌复合侵染所致。经检测苹果霉心病病原菌由十几个属真菌构成,主要有 链格孢菌、粉红聚端孢菌、镰刀菌、棒盘孢菌、头孢霉菌、交链孢菌、串珠孢 等多种真菌侵染引起的,这些病菌均属半知菌亚门真菌。而且以链格孢菌占绝对优势,出现率占70%以上。导致霉心症状的主要是链格孢,导致腐烂症状的主要是粉红聚端孢。 3、苹果霉心病发病规律: 苹果花芽各层鳞片都带有链格孢菌,带菌率由外层向内层逐层递减 病原菌能以菌丝形式寄生在寄主的芽、枝条、僵果、树体、落叶,园中杂草上或以孢子的形式潜藏在寄主芽的鳞片上越冬。第二年在苹果生长前期,分生孢子借风雨,昆虫传播。随着花朵开放,病菌借气流从开裂的花瓣、雌雄蕊、花萼侵入,首先在柱头上定殖,落花后,病菌从花柱开始向萼心间组织扩展,然后进入心室,真菌会在苹果果实的整个生长时期都繁殖,到果实采收和贮藏期发病。严重的是一旦真菌进入心室内,所有的条件都很适合真菌的生长,而且药剂的防治在此后也不起作用了。 一但花瓣张开,花柱、花药即开始带菌,随着暴露时间的延长带菌率迅速升高,至落花期 ,100%花柱有多种真菌出现,其中70%被链格孢定殖。 据研究,苹果花芽各层鳞片都带有链格孢菌,带菌率由外层向内层逐层递减,芽心花原始体不带病菌。从花苞内尚未暴露的花柱上分离不出病菌。一但花瓣张开,花柱、花药即开始带菌,随着暴露时间的延长带菌率迅速升高,至落花期 ,100%花柱有多种真菌出现,其中70%被链格孢定殖。 (图片选自病虫害信息简报) 萼筒开放式品种元帅系苹果易感染霉心病 病菌侵染柱头后,能否进入心室,主要决定于萼心间组织的状态:萼心间组织疏松有孔洞,维管束组织枯死的果实,病菌可进入心室导致发病;相反则病菌不能进入心室,不能引起发病。霉心病发生轻重与花期湿度及品种关系密切,花期及花前阴雨潮湿容易发病,且发病较重。由于苹果霉心病是多种真菌复合侵染所致,所以初侵染很难确定,而且病原菌的侵染时间也不确定,花期和花后都可以进入心室内起起霉心病的发生。据研究,霉心病病菌中的链格孢属、枝孢属、青霉属、附球菌属和茎点霉属等在花芽期已经侵染花;粉红聚端孢在谢花后开始侵染果实,其不能侵染活的花组织,但可以利用残留花组织腐生生活,通过萼孔进入心室。病菌侵染期很长,从花期至果实采收前不断侵染。花期侵染占全年总侵染率的34.7%。从花期至5月底前的幼果期侵染数量占全年总侵染率的80.5%,是重点侵染时期。 粉红聚端孢不能侵染活的花组织,但可以利用残留花组织腐生生活,通过萼孔进入心室 (图片选自病虫害信息简报) 环境温度,降雨,相对湿度,地理位置等不同条件会影响苹果霉心病霉心病的发生,降雨时间早、量大,空气湿度大,果园地势低、郁闭度大,通风不好等条件均利于霉心病的发生。如果晚春有霜降则会使霉心病的发病率上升,而且也会使苹果种子也发育不正常。山地果园早晚温差大,易形成露滴如果和营养丰富的花器和花粉渗出物结合,就会加快孢子萌发的速度,而且能让老孢子的萌发能力恢复,使病原菌的侵染率和严重度增强。对于一些干气孢子类型,山地干燥的环境为其孢子的传播提供了便利。 苹果的品种不同霉心病的病果率也不同。对于闭合式萼筒的品种如秦冠,霉心病发生的机率比那些萼筒开放式及半开放式品种,如元帅、红星、北斗和富士都要低,另外萼筒的长度、果实的大小、形状不同也会影响霉心病的发生,果实越大萼筒则越长霉心病果实也就越多,畸形果的个大时发病重。 4、防治方法: 第一、结合冬剪,将树上枯死枝条、干橛、小僵果等枯死部位清理干净,携出园外处理,对减少病菌在树体上的宿存部位、减少菌源数量的作用不容忽视。苹果树花露红期及花序分离期,结合其他病虫害防治,对全树连同树下地面仔细喷1次25%丙环唑乳油3000倍液或40%氟硅唑6000~8000倍或70%甲基托布津1000倍液清园,此措施对在果园内越冬的病原菌菌有一定的杀伤作用。 第二、花期用药,苹果盛花初期是防治苹果霉心病的最佳时期,根据天气情况喷施药剂防治。若天气正常,没有降雨,可喷施在苹果盛花期施1次80%代森锰锌悬浮剂600-800倍或70%甲基硫菌灵(不含硫)可湿性粉剂1000倍,若前期有降雨或阴天可选用70%甲基硫菌灵(不含硫)可湿性粉剂1000倍、或3%多抗霉素可湿性粉剂600液、10%宝丽安1000倍液、3%克菌康1000倍液等生物农药加80%代森锰锌悬浮剂600-800,发病严重的果园在谢花后再喷施1次。在喷药时加入0.2%硼砂溶液,防治效果较好。同时试验证明苹果花期无论使用生物农药还是化学农药均能不同程度地降低苹果果实坐果率和增加果实畸形率,但生物农药要显著低于化学农药,因而苹果花期防控霉心病要尽量避免使用化学类农药,以最大限度地减轻对苹果产量和外观品质的影响。此外还要注意喷药时,尽量不用喷枪,可选用雾化性能好的喷头喷雾,有条件的可选用弥雾机,以下午4时后喷药为宜,以减轻对花器的损伤,减少对坐果率和果形的影响。 第三,结合其他病虫害防治,在花后每隔7-10天用一次药,套袋前用药特别注意,喷药后立即套袋,对于果园面积加大时可采取随喷随套,杀菌剂可选用,70%甲基硫菌灵(不含硫)可湿性粉剂1000倍、或3%多抗霉素可湿性粉剂600液或10%宝丽安1000倍液加25%丙环唑乳油3000倍或40%氟硅唑乳油6000-8000倍或43%戊唑醇3000倍。 第四,对贮藏运输的果实应严格剔除病果、残次受伤果。贮存时采取低温贮藏,保持库内温度在1-3℃下,可基本控制病菌生长蔓延,避免采后心腐果的形成;同时还要定期检查,合理安排果品贮存和出库计划,分次分批上市销售,以减少损失。   二、黑点病 苹果套袋以来,各地不同程度地出现果面发生黑点病的问题,发病果率一般20~30%,重的达50~60%,大大影响了果实质量,致商品果等级降低,造成经济损失,成为困惑套袋栽培的一个突出问题。 造成果面出现黑点的原因很多,诸如,药害,康氏粉蚧、蚜虫、绿盲蝽为害引起黑点,缺钙、缺硼等引起黑点,另外一个就是由真菌感染引起的黑点病,我们这里主要讨论的就是由真菌引起的黑点病。 1、症状特征: 苹果黑点病症状表现复杂多样,常因品种、发生时期、病斑出现的部位以及病原种类不同而呈现不同的症状类型。就富士品种而言,一般发生的是小点斑型。其症状表现为:多在萼洼和果顶部发病,初期是以皮孔为中心出现针头大小的黑色斑点。随着果面扩展,逐渐扩大形成棕色斑点。8 月上旬,在发展盛期,有些斑点从皮孔渗出病组织液,风干后成为白色粉堆或细条,轻拭果面即可擦去。到果实采收期,可扩展为直径1~3mm 的圆形斑点。病斑中部灰白色,边缘深褐色,稍凹陷,果肉坏死后呈深褐色。凡感染黑点病的果实,萼洼处多有细小横裂纹,表皮粗糙。冬季,病变无明显发展,不至引起果实腐烂。 2、病原菌: 套袋苹果黑点病是由多种病原菌引起的。主要有 粉红聚端孢霉、苹果柱盘孢霉、点枝顶孢和链格孢霉 ,这些病菌均为自然界常见的弱寄生菌,腐生在苹果花器残体上,如萼片、花柱等部位。在苹果套袋后遇到高温、高湿的天气条件,潜伏的病菌即可侵染果实,但一般只对果实表层果肉侵染,不会侵染深层果肉。 3、发病规律: 苹果落花后,粉红单端孢霉菌、顶端头孢霉菌等在花器残体如花萼萼片及萼筒内、果柄等处腐生。套袋后果袋内高湿高温的小环境条件,为粉红单端孢霉菌等滋生提供了便利条件,病菌就近在花萼周围侵染发病,发病的病斑点上还能长出分生孢子梗,产生分生孢子, 再次侵染苹果表面。套袋苹果黑点病一般从7月初开始陆续发病,7 月中下旬至 8 月中旬为发病高峰期,发病高峰的早晚与气候条件有关,高温、高湿是黑点病发生的重要条件。 该病的发生还与一些不安全的药剂造成的隐形药害有关。这些药剂导致苹果萼洼处形成微伤口而造成隐性伤害,再遇到连阴雨天气,果园内温度高、湿度大,袋内通气性较差而导致萼洼处组织坏死,早坏死的组织上感染腐生菌,即一种可导致苹果霉心病的病菌,先坏死,后感病。 黑点病病菌侵入的途径主要是果面皮孔和伤口。因没有适宜的环境条件,不套袋苹果很少发生果面黑点病。在大型果实上偶有心腐型霉心病发生,似于此类菌侵染有关。 (图片选自选刘玉莲论文) 4、影响果面黑点病发生的条件 高温、高湿有利于发病,树势偏旺、郁蔽、通风透光差的密植、低洼、排水不良的果园发病较重;环剥造成树势衰弱的果园发病较重。而通风透光好、树壮的果园发病较轻。套袋的纸质差、透气性差的纸袋,黑点病发病较重;降雨后纸袋与果面相粘贴的,黑点病发生较重;套袋时没有将纸袋撑鼓或没有将纸袋下角通气孔撑开的发病较重;套袋时间过早的发病较重;套袋时袋口未扎紧的发病较重。使用旧纸袋的黑点病发生重。 5、防治途径 1)改善果园地面和树体管理,及时刈割杂草,控制好树形,促进通风透光。 2)选用质量好透气性好的果袋,科学套袋,套袋时一定把袋透气孔撑开,遇雨后才能及时把雨水排出袋外,使袋内透风、干燥。 3)药物防治,花芽露红期及花序分离期,结合霉心病、白粉病等其他病虫害防治,喷施10%多抗霉素1000-1500倍液或70%甲基硫菌灵(不含硫)1000倍,杀灭果园内的黑点病菌。落花后至套袋前,每7-10天左右喷一次,连喷 2 - 3 次。有效药剂有10%多抗霉素1000-1500倍、40%氟硅唑6000-8000倍、80%代森锰锌600-800倍、70%丙森锌600-800倍等。套袋前药剂的选择对于黑点病的防治起着非常重要的作用。有效药剂可以在病发前将黑点病菌杀死,不合理的用药不但不能有效地防治黑点病反而会加重该病的危害。套袋前用药可参照霉心病防治方案。 4)增强树势。苹果采收后及时追施有机肥,8 月中下旬及时追施磷钾肥,这两个时期追肥能显著增强树势,提高树体的抗病能力。 5)在 7~9 月,如降水较多应及时排水,避免苹果园内长时间积水。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 果树生产|0 个评论
[转载]斗南品种在大连的表现
yxwdi 2012-2-25 15:39
下面一组照片是我在辽宁省大连市小辛村拍摄的斗南苹果的照片。最近好多果农朋友问我该品种的情况,现将我所看到的给大家介绍一下: 该品种树势强健,矮化栽培很容易成花,乔化栽培容易冒条。树势有点像乔纳金。套袋果颜色鲜艳漂亮,丰产,果个很大,90-100mm较为常见。果皮厚,多汁,味很甜,无酸味,有点像甘蔗的甜味。较易染病,特别易染苦痘病等缺钙病。生产中若不采取补钙措施,据说可以100%的染病,经过补钙,可以降低到20%。未见采前落果现象。该品种目前市场栽培很少,紧限于高档礼品果,价格较高。 日本国青森县十和田市三蒲小太郎从麻黑7号实生苗中选出育成。 果实全面鲜红,不需要套袋,果形正,耐贮藏,可贮藏至翌年4月份,10月中旬采收。斗南品种有望成为今后推广栽培的优良品种。坐果率高,采前落果轻。果实圆锥形,大型果、果实底色黄,全面被鲜红色,果实基本全红,果点小,果面洁净而细腻。色彩鲜艳,光洁亮丽,基本能达到套袋果实的标准。萼洼深而广,果顶较平,有5条不明显的突起,果皮较富士薄,果梗较粗。果肉乳黄色,肉质细而脆,果汁多,味甜有较浓的香味。平均单果重275克,最大340克,可溶性固形物含量15.1%。耐贮藏(耐贮性较富士稍差)。 适应性与栽培要点斗南的适应能力强,在陵川地区高寒、干旱的自然条件下,未发生抽条和冻害,能早期形成花芽结果,轻度感染白粉病。斗南枝条较直立,生长量较大,要注重夏、秋季树上管理,开张角度,缓和生长势力,结果后可控制花量,加强疏花疏果。冬剪时以疏枝和缓放为主,注意加强层间光照,以达到优质丰产的目的。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
个人分类: 果树生产|0 个评论
[转载]爵士苹果在洛川的表现
yxwdi 2012-2-25 15:37
下面一组照片是笔者9月3日在洛川拍摄的爵士苹果。爵士苹果是新西兰苹果和梨局培育的一个苹果新品种,据说是欧洲售价最高的苹果。在洛川的表现为: 果个较小,与嘎啦、南方脆相当。 树姿开张,容易成花,丰产性强。 颜色艳丽,不套袋也可以达到非常漂亮的红色。 果肉细腻,9月3日前后品尝,味道一般,酸味甜味都比较淡,果肉较硬,估计是跟还没有充分成熟有关。未见落果现象,萼洼可见五棱。 (function(w, d, g, J) { var e = J.stringify || J.encode; d = d || {}; d = d || function() { w.postMessage(e({'msg': {'g': g, 'm':'s'}}), location.href); } })(window, document, '__huaban', JSON); 采集到花瓣
0 个评论
[转载]function
HDLSTUDY 2012-2-2 08:12
Lipids Health Dis. 2011 Nov 12;10:210. Probucol alleviates atherosclerosis and improves high density lipoprotein function . Zhong JK , Guo ZG , Li C , Wang ZK , Lai WY , Tu Y . Source Division of Cardiology, Nanfang Hospital, Southern Medical University, Guangzhou 510515, Guangdong, P,R, China. guozhigang126@126.com. Abstract ABSTRACT: BACKGROUND: Probucol is a unique hypolipidemic agent that decreases high density lipoprotein cholesterol ( HDL -C). However, it is not definite that whether probucol hinders the progression of atherosclerosis by improving HDL function . METHODS: Eighteen New Zealand White rabbits were randomly divided into the control, atherosclerosis and probucol groups. Control group were fed a regular diet; the atherosclerosis group received a high fat diet, and the probucol group received the high fat diet plus probucol. Hepatocytes and peritoneal macrophages were isolated for labeled cholesterol efflux rates and expression of ABCA1 and SR-B1 at gene and protein levels; venous blood was collected for serum paraoxonase 1, myeloperoxidase activity and lipid analysis. Aorta were prepared for morphologic and immunohistochemical analysis after 12 weeks. RESULTS: Compared to the atherosclerosis group, the paraoxonase 1 activity, cholesterol efflux rates, expression of ABCA1 and SR-BI in hepatocytes and peritoneal macrophages, and the level of ABCA1 and SR-BI in aortic lesions were remarkably improved in the probucol group, But the serum HDL cholesterol concentration, myeloperoxidase activity, the IMT and the percentage plaque area of aorta were significantly decreased. CONCLUSION: Probucol alleviated atherosclerosis by improving HDL function . The mechanisms include accelerating the process of reverse cholesterol transport, improving the anti-inflammatory and anti-oxidant functions.
个人分类: 抗炎、RCT、抗氧化|1614 次阅读|1 个评论
[转载]MATLAB图形基础
linpandr 2012-1-13 00:16
一. 二维图形(Two dimensional plotting) 1. 基本绘图函数(Basic plotting function):Plot, semilogx, semilogy, loglog, polar, plotyy (1). 单矢量绘图(single vector plotting):plot(y),矢量y的元素与y元素下标之间在线性坐标下的关系曲线。 例1:单矢量绘图 y= ; plot(y) 可以在图形中加标注和网格, 例2:给例1 的图形加网格和标注。 y= ; plot(y) title('简单绘图举例'); xlabel('单元下标'); ylabel('给定的矢量'); grid (2). 双矢量绘图(Double vector plotting):如x和y是同样长度的矢量, plot(x,y)命令将绘制y元素对应于x元素的xy曲线图。 例:双矢量绘图。 x=0:0.05:4*pi; y=sin(x); plot(x,y) (3). 对数坐标绘图(ploting in logarithm coordinate): x轴对数 semilogx, y轴对数semilogy, 双对数loglog, 例:绘制数组y的线性坐标图和三种对数坐标图。 y= ; subplot(2,2,1); plot(y); subplot(2,2,2); semilogx(y) subplot(2,2,3); semilogy(y); subplot(2,2,4); loglog(y) (4)极坐标绘图( Plotting in polar coordinate): polar(theta,rho) theta—角度, rho—半径 例:建立简单的极坐标图形。 t=0:.01:2*pi; polar(t,sin(2*t).*cos(2*t)) 2. 多重曲线绘图(Multiple curve plotting) (1)一组变量绘图(A group variable plotting) plot(x,y) (a) x为矢量,y为矩阵时plot(x,y)用不同的颜色绘制y矩阵中各行或列对应于x的曲线。 例1: x=0:pi/50:2*pi; y(1,: )=sin(x); y(2, : )=0.6*sin(x); y(3, : )=0.3*sin(x); plot(x,y) (b) x为矩阵,y为矢量时绘图规则与(a)的类似,只是将x中的每一行或列对应于y进行绘图。。 例 2: x(1,: )=0:pi/50:2*pi; x(2,: )=pi/4:pi/50:2*pi+pi/4; x(3,: )=pi/2:pi/50:2*pi+pi/2; y=sin(x(1,: )); plot(x,y) (c) x和y是同样大小的矩阵时, plot(x,y)绘制y矩阵中各列对应于x各列的图形。 例3: x(:,1 )= '; x(:,2 )= '; x(:,3 )= '; y(:,1 )=sin(x(:,1 )); y(:,2 )=0.6*sin(x(:,1)); y(:,3 )=0.3*sin(x(:,1)); plot(x,y) 这里x和y的尺寸都是101×3,所以画出每条都是101点组成的三条曲线。如行列转置后就会画出101条曲线,每条线由三点组成。 x(1,: )= ; x(2,: )= ; x(3,: )= ; y(1,: )=sin(x(1,: )); y(2,: )=0.6*sin(x(1,: )); y(3,: )=0.3*sin(x(1,: )); plot(x,y) (d) 如果y是矩阵,则plot(y)绘出y中各列相对于行号的图形,对于n行矩阵,x轴的坐标为 。 (2)多组变量绘图( Multiple group variables plotting): 对于一系列相应的矩阵yi和xi, 可以使用多组变量绘图法:plot(x1,y1,x2,y2,…,xn,yn), 这种方法的优点是允许将不同大小的矩阵或矢量的图形绘制在一张图上。 例:多组变量绘图。 x=0:pi/50:2*pi; y1=sin(x); y2=0.6*sin(x); y3=0.3*sin(x); plot(x,y1,x,y2,x,y3) (3)双y轴绘图:plotyy, 在一个图形窗口绘制两组数据曲线,共用一个x轴,图形两边各有一个y轴。两条图线可以调用不同的绘图方法。 例1: x=0:0.3:12; y=exp(-0.3*x).*sin(x)+0.5; plotyy(x,y,x,y,'plot','stem') 左侧y轴对应plot形式的绘图,右侧y轴对应stem形式的曲线。 例2: 对于y坐标不同的情况。 t=0:900; A=1000; a=0.005; b=0.005; z1=A*exp(-a*t); z2=sin(b*t); plotyy(t,z1,t,z2,'semilogy','plot') 3. 图线形式和颜色(Style and color of plot) (1) 图线的形式: (style of plot)MATLAB提供的四种线形, 实线 虚线- - , 冒号线 : ,点划线 -- . 标记点类型: . , + , *, o, ×, s (或square), d (或diamond), △, ▽, , , p (或pentagram), h (或hexagram), plot(x,y,’—‘), plot(x1,y1,’:’,x2,y2,’*’) 例1:选择不同的线形绘图。 t=0:pi/100:2*pi; y=sin(t); y2=sin(t-0.25); y3=sin(t-0.5); plot(t,y,'-',t,y2,'-',t,y3,':') 例2:选择不同的标记点绘图。 t=0:pi/20:2*pi; x=t.^3; y=sin(t); plot(x,y,'o') (2) 线的颜色(color of plot): MATLAB中可选的颜色: 红r,绿g, 蓝b, 黄y, 粉红m, 青c(cyan) 黑k. 例:t=0:pi/20:2*pi; y=sin(t); plot(x,y,'r'), plot(x,y,'g+') (3) 图线的其他属性(other characters of plot): 可设置图线的宽度、标记点的边缘颜色、填充颜色、标记点的大小等。 例: 设置图线的线形、颜色、宽度、标记点的颜色及大小。 t=0:pi/20:pi; y=sin(4*t).*sin(t)/2; plot(t,y,'-bs','LineWidth',2,'MarkerEdgeColor','k', 'MarkerFaceColor', 'y','MarkerSize',10) 4. 复数绘图(Complex plotting): plot用于函数绘制复数的图形时,通常虚部是被忽略的。但plot只作用于单个复变量z时,则绘出的是实部对虚部的关系图(复平面上的一组点)。即这时plot(z)等价于 plot(real(z)). 例: 画一个20 边的多边形(用exp函数生成),顶角用小圆圈表示。 t=0:pi/10:2*pi; plot(exp(i*t),'o'); axis('square') 如果在复平面绘制多重线 ,只能分别以实部和虚部为坐标来绘制,否则虚部将被忽略,并给出警告。 二. 图形的控制与表现(Figure control and representation) MATLAB提供的用于图形控制的函数和命令: axis: 人工选择坐标轴尺寸. clf: 清图形窗口. ginput: 利用鼠标的十字准线输入. hold: 保持图形. shg: 显示图形窗口. subplot: 将图形窗口分成N块子窗口。 1. 图形窗口(figure window) (1). 图形窗口的创建和选择(Creating and selecting of figure window) figure(n)函数用于为当前的绘图创建图形窗口,每运行一次figure就会创建一个新的图形窗口,n表示第个n窗口,如果窗口定义了句柄,也可以用figure(h)将句柄h的窗口作为当前窗口。 clf 命令用于清除当前图形窗口中的内容。 shg命令用于显示当前图形窗口。 (2). 在一个图形窗口中绘制多个子图形(Drawing several subfigures in a single window) subplot(m,n,p), 把窗口分成m×n个小窗口,并把第p个窗口当作当前窗口。 例:将4 个图形显示在同一个图形窗口中。 t=0:pi/20:2*pi; =meshgrid(t); subplot(2,2,1); plot(sin(t),cos(t)); axis equal subplot(2,2,2); z=sin(x)+cos(y); plot(t,z); axis( ) subplot(2,2,3); z=sin(x).*cos(y); plot(t,z); axis( ) subplot(2,2,4); z=sin(x).^2-cos(y).^2; plot(t,z); axis( ) (3). 在一个已有的图形上绘图(Drawing a figure on the figure was existed): 用hold on命令在一个已有的图形上继续绘图,使用hold off命令结束继续绘图。 例:将peaks函数的等高线图与伪彩色画在一起。 =peaks; %产生双变量数组 contour(x,y,z,20,'k') %绘制等高线 hold on pcolor(x,y,z) %绘制伪彩色图 shading interp %表面色彩渲染 hold off 2. 坐标轴控制命令(Axis control commands) 控制坐标性质的axis函数的多种调用格式: axis(xmin xmax ymin ymax):指定二维图形x和y轴的刻度范围, axis auto 设置坐标轴为自动刻度(缺省值) axis manual(或axis(axis)) 保持刻度不随数据的大小而变化 axis tight 以数据的大小为坐标轴的范围 axis ij 设置坐标轴的原点在左上角,i为纵坐标,j为横坐标 axis xy 使坐标轴回到直角坐标系 axis equal 使坐标轴刻度增量相同 axis square 使各坐标轴长度相同,但刻度增量未必相同 axis normal 自动调节轴与数据的外表比例,使其他设置失效 axis off 使坐标轴消隐 axis on 显现坐标轴 (1) 坐标轴的范围(Domain of coordinates axis): 二维图形坐标轴范围在缺省状态下是根据数据的大小自动设置的,如欲改变,可利用axis(xmin xmax ymin ymax),函数来定义。 例: 定义坐标轴范围对观察图形的影响。 x=0:.01:pi/2; figure(1); plot(x,tan(x),'-ro') %ymax=tan(1.57),而其他数据都很小,结果将 %使图形难于进行观察和判断。 figure(2); plot(x,tan(x),'-ro'); axis( ) %对坐标轴的范围进行控制就可得到较满意的绘图结果 (2)显示比例对绘图结果的影响(Effect of display scaling on plotting results) 例:比较(Default, axis square, axis equal, axis tight)几种不同的显示方式的显示效果。 t=0:pi/20:2*pi; figure(1); subplot(2,1,1); plot(sin(t),2*cos(t)); grid on %缺省状态下的图形比例 subplot(2,1,2); plot(sin(t),2*cos(t)); axis square; grid on %正方形的显示比例 figure(2) subplot(1,2,1); plot(sin(t),2*cos(t)) ; axis equal; grid on %具有相等的刻度比例 subplot(1,2,2); plot(sin(t),2*cos(t)); axis tight ; grid on %紧缩形式 3. 图形标注(Marking on the figure):MATLAB的图形标注方法 title 标题, xlabel x轴标注, ylabel y轴标注, text 任意定位的标注 gtext 鼠标定位标注, legent 标注图例 图形标注可以使用字母,数字,汉字或按规定的方法表示希腊字母,如\pi表示π,\leq表示≤,\rm表示后面的字恢复为正体字,\it表示斜体字,FontSize表示字体的大小, FontName表示字体的类型等。 可以使用图形窗口的 Insert菜单,也可以使用属性编辑器,还可以使用函数输入的方法加标注,以下介绍相关函数的使用方法。 (1). 加注坐标轴标识和图形标题(Add axis labels and title of figure) 加注坐标轴标识:xlabel(‘s’), ylabel(‘s’) 图形标题: title(‘s’) 例:加注坐标轴标示和图形标题。 t=0:pi/100:2*pi;y=sin(t); plot(t,y) axis( ) xlabel('0 \leq \itt \rm \leq \pi','FontSize',16) ylabel('sin(t)','FontSize',20) title('正弦函数图形','FontName','隶书','FontSize',20) (2). 图中加注文本(Add text in the figure) text(x,y,’字符串’) 例:在上图中加语句。 t=0:pi/100:2*pi; y=sin(t); plot(t,y) axis( ) xlabel('0 \leq \itt \rm \leq \pi','FontSize',16) ylabel('sin(t)','FontSize',20) title('正弦函数图形','FontName','隶书','FontSize',20) text(3*pi/4,sin(3*pi/4),'\leftarrowsin(t)=0.707', 'FontSize',16) text(pi,sin(pi),'\leftarrowsin(t)=0', 'FontSize',16) text(5*pi/4,sin(5*pi/4),'sin(t)=-0.707\rightarrow','FontSize',16, ... 'HorizontalAlignment','right') 句中: leftarrow 表示加一个向左的箭头 rightarrow表示加一个向右的箭头 HorizontalAlignment 表示右对齐水平排列 gtext函数用于在图形窗口上用鼠标直接在指定的位置上加注文本,调用格式:gtext(‘字符串‘) 例: t=0:pi/100:2*pi; y=sin(t); plot(t,y) axis( ) xlabel('0 \leq \itt \rm \leq \pi','FontSize',16) ylabel('sin(t)','FontSize',20) title('正弦函数图形','FontName','隶书','FontSize',20) gtext('MATLAB') (3). 指定TeX字符 例:在标题中指定TeX字符 t=0:pi/100:2*pi; alpha=-0.8; beta=15; y=sin(beta*t).*exp(alpha*t); plot(t,y) title('{\itAe}^{-\it\alpha\itt}sin\it\beta{\itt}\it\alpha\it\beta') xlabel('时间\mus.'), ylabel('幅值') 在title中的字符串表现的是 Aeαt sinβt αβ {\itAe}^{-\it\alpha\itt} sin\it\beta{\itt}\it\alpha\it\beta’ 斜体Ae 上标斜体αt 斜体βt 斜体α 斜体β 4.在图形中添加图例框(Add legend in the figure) legend(字符串1, 字符串2,…) 例:在当前图形中添加图例说明。 x=0:pi/10:2*pi; y1=sin(x); y2=0.6*sin(x); y3=0.3*sin(x); plot(x,y1,x,y2,'-o',x,y3,'-*') legend( '曲线1','曲线2','曲线3') legend('boxoff') legend函数的其他功能见(表 6—8) 三. 特殊图形(Special figure) 1. 条形图(Bar figure): bar(y), bar(x,y), barh, bar3(y), bar3(x,y), bar3h(x,y) (1) 二维条形图 :bar(y), bar(x,y), barh, (a).如果y是矢量,bar(y) 绘制最简单的条形图, 每一个条形图的位置由y元素的下标决定,高度由y元素的大小决定。 例1: a= ; bar(a) (b) 当y是m×n阶的矩阵时,bar(y) 绘制的条形图以分组或叠加的形式表现。矩阵中每一行元素绘制在一组中,每一列元素绘制在每组中相对应的位置上(各组中同样颜色的条形表示同一列数据)。 例2: y= ; bar(y) 例3:绘制分组形式的水平条形图。 y= ; barh(y) 例4:绘制叠加形式的条形图。 y= ; bar(y,’stack’) 例5:绘制叠加形式的水平条形图。 y= ; barh(y,'stack') (b) 使用bar(x,y)绘制指定x坐标的条形图,其中x必须是矢量,用于确定各组条形图的位置。 例1:指定x坐标的二维条形图, x= ; y= ; bar(x,y) 例2:指定x坐标的水平二维条形图, x= ; y= ; barh(x,y) 例3:绘制指定x坐标的叠加形式的二维条形图。 x= ; y= ; bar (x,y,'stack') 如果y也是矢量,对应每一个x坐标有一个条形,条形的高度表示了矢量y元素的大小。 例4: x=0:pi/10:2*pi; y=sin(x); bar(x,y) (2). 三维条形图:bar3(y),将m×n阶的矩阵绘制成分布在三维空间中的柱体,有分组形式和分列形式两种。 例1:分组形式的三维条形图。 y= ; bar3 (y,'group') 例2:分列形式的三维条形图。 y= ; bar3 (y) (3)条形图中的图形叠加:通过在相同的位置创建一个与原来条形图中的坐标轴相对独立的新的坐标轴实现条形图的叠加。 例: 有两组实验数据,一组表示物质成分(TCE),一组表示温度(temp),数据是在35天中每隔5天的采样,将物质成分和温度与时间的关系画在一张图中。 TCE= ; %实验数据 temp= ; days=0:5:35; %采样天数 bar(days,temp,'c') %温度与时间的条形图 xlabel('Day') ylabel('Temperature (^{o}C)') h1=gca; %获取当前轴对象句柄 h2=axes('position',get(h1,'position')); %建立新的与h1位置相同的对象句柄 plot(days,TCE,'LineWidth',3) %在以为句柄的坐标对象上绘制物质成分与时间的关系曲线 set(h2,'YaxisLocation','right','color','none','Xticklabel', 的位置以旋转-55°%的方向书写concentration ylabel('TCE Concentration (PPM)') title('Bioremediation','FontSize',16) 饼图(pie): 用于表示矢量或矩阵中各元素所占有的比例。, 函数pie和pie3提供平面饼图和三维饼图的绘图功能。 *pie(x) 使用x中的数据绘制饼图,x中的每一个元素用饼图中的一个扇区表示。 *pie(x,explode) 将一些扇区从饼图中分离出来,explode为一个与 x尺寸相同的矩阵,其非零元素所对应的x矩阵中的元素从饼图中分离出来。 (1) 不分离饼图: pie(x) 例1:不分离饼图: x= ; pie(x) (2) 带分离切块的饼图:在矢量x的后面加一个与x相同长度的矢量,该矢量中所有不为0的元素所对应的矢量x中的切块将被分离出来。 例2: x= ; pie(x, ) %分离第5块 (3) 不完整的饼图:当x的全部元素之和小于1时绘制的是不完整饼图。 例3: x= ; pie(x) (4) 三维饼图:有一定厚度的饼图, 由函数pie3实现,调用方法与二维饼图相同。 例:带分离切块的三维饼图。 pie3( , ) 3. 其他图形(Other figures): MATLAB有20多种特殊图形的绘制方法,下述为常用方法。 (1)直方图(hist): 一种统计运算的结果,它的横轴是数据的幅度,纵轴是对应于各个幅度数据出现的次数,直方图没有负数。 例 1:直角坐标系下矢量的直方图。 yn=randn(10000,1); figure(1) hist(yn) %缺省状态下画10个条形 figure(2) hist(yn,20) %可以设置n个条形个数 例2:直角坐标系下的三维数组的直方图。 y=randn(10000,3); figure(1) hist(y) %缺省状态下画10个条形 figure(2) hist(y,20) %hist(y,n)可以设置条形个数为n (2) 用杆状图表现离散数据 例1:二维杆状图。 x=0:0.2:10; y=exp(-0.3*x).*sin(x); figure(1); stem(x,y) figure(2); stem(x,y,':sr') %可用字符串改变线形、标记点形状和颜色 例2: 用三维杆状图表现复平面快速傅立叶变换计算。 th=(0:127)/128*2*pi; x=cos(th); y=sin(th); f=abs(fft(ones(10,1),128)); stem3(x,y,f','d','fill') xlabel('实部'); ylabel('虚部'); zlabel('幅值') title('频率响应幅值') 例2:用三维杆状图与其他图形的叠加表现拉普拉斯变换基函数。 t=0:0.1:10; s=0.1+i; y=exp(-s*t); %计算延迟指数 stem3(real(y),imag(y),t,'m'); hold on hline=(plot3(real(y),imag(y),t,'k') %返回三维曲线图的句柄 hold off; set(hline,'LineWidth',3) %设置线宽 xlabel('实部'); ylabel('虚部'); zlabel('幅值') (3) 阶梯图 阶梯图的表现方法:调用函数stairs(x,y),每一阶梯的起始点为矢量y的数据点。 (STAIRS(X,Y) draws a stairstep graph of the elements in vector Y at the locations specified in X. The X-values must be in ascending order and evenly spaced.) 例:绘制函数 阶梯图。 alpha=0.01; beta=0.5; t=0:10; f=exp(-alpha*t).*sin(beta*t); stairs(t,f); hold on; plot(t,f,':*') %绘制虚线图以说明阶梯图阶梯起始点的位置 hold off; label='函数e^{-(\alpha*t)} sin\beta*t的阶梯图'; text(0.5,-0.2,label,'FontSize',14); xlabel('t=0:10','FontSize',14); axis( ) (4) 彩色分散点图(Color scatter figure) 彩色分散点图函数:scatter(x,y,c,s) x, y为两个矢量,用于定位数据点,s为绘图点的大小,c为绘图所使用的色彩,s和c均可以以矢量或表达式形式给出,s和c为与x或y同长度的矢量时标记点尺寸和颜色将按线性规律变化。在 scatter函数的前4各参数之后还可以增加第五个参数‘ filled‘,表示填充绘图点。Scatter与plot 的最大差别在于Scatter可以绘制变尺寸、变颜色的点图。 例:给定数据t=0:pi/10:2*pi, y=sin(t),观察在不同输入参数时函数的绘图结果。 t=0:pi/10:2*pi; y=sin(t) subplot(3,2,1); scatter(t,y) subplot(3,2,2); scatter(t,y,'v') subplot(3,2,3); scatter(t,y,(abs(y)+2).^4,'filled') subplot(3,2,4); scatter(t,y,30, ,'v','filled') subplot(3,2,5); scatter(t,y,(t+1).^3,y,'filled')
9531 次阅读|0 个评论
[转载]Plotting a table of numbers as an image using R
zhao1198 2011-12-24 09:16
Plotting a table of numbers as an image using R Problem : How to plot a table of numbers such that the values are represented by color? Solution : Use the function below by handing it a matrix of numbers. It will plot the matrix with a color scale based on the highest and lowest values in the matrix. Optional arguments are: usage: myImagePlot (m) where m is a matrix of numbers optional arguments: myImagePlot (m, xlabels, ylabels, zlim, title=c("my title")) xLabels and yLabels are vectors of strings to label the rows and columns. zlim is a vector containing a low and high value to use for the color scale. For example, you might have a table of gene expression values which you want to represent visually. Alternatively, you might want to display a table of correlation coefficients between a set of DNA microarrays. ="" td="" ="" td="" 1.) A panel of gene expression values. 2.) A table of correlation values illustrating how identical samples placed on several different DNA microarrays correlate with one another. The images above were generated as follows: myImagePlot(bm , yLabels=c(as.character(baylies )), title=c("Sig Genes")) notes : bm is a dataframe with numbers in the first three columns. The code above references the first 25 entries of the first 3 columns. The row labels are taken from the second column of another data frame called baylies. myImagePlot(cm, xLabels=c(targets$SlideNumber), title=c("stage 12-14 array correlation matrix"), zlim=c(0,1)) notes : cm is a matrix of correlation values. You can load the function below into your R session by copy and paste, or you can load it directly using the source command: source(" http://www.phaget4.org/R/myImagePlot.R ") image plot function # ----- Define a function for plotting a matrix ----- # myImagePlot - function(x, ...){ min - min(x) max - max(x) yLabels - rownames(x) xLabels - colnames(x) title -c() # check for additional function arguments if( length(list(...)) ){ Lst - list(...) if( !is.null(Lst$zlim) ){ min - Lst$zlim max - Lst$zlim } if( !is.null(Lst$yLabels) ){ yLabels - c(Lst$yLabels) } if( !is.null(Lst$xLabels) ){ xLabels - c(Lst$xLabels) } if( !is.null(Lst$title) ){ title - Lst$title } } # check for null values if( is.null(xLabels) ){ xLabels - c(1:ncol(x)) } if( is.null(yLabels) ){ yLabels - c(1:nrow(x)) } layout(matrix(data=c(1,2), nrow=1, ncol=2), widths=c(4,1), heights=c(1,1)) # Red and green range from 0 to 1 while Blue ranges from 1 to 0 ColorRamp - rgb( seq(0,1,length=256), # Red seq(0,1,length=256), # Green seq(1,0,length=256)) # Blue ColorLevels - seq(min, max, length=length(ColorRamp)) # Reverse Y axis reverse - nrow(x) : 1 yLabels - yLabels x - x # Data Map par(mar = c(3,5,2.5,2)) image(1:length(xLabels), 1:length(yLabels), t(x), col=ColorRamp, xlab="", ylab="", axes=FALSE, zlim=c(min,max)) if( !is.null(title) ){ title(main=title) } axis(BELOW-1, at=1:length(xLabels), labels=xLabels, cex.axis=0.7) axis(LEFT -2, at=1:length(yLabels), labels=yLabels, las= HORIZONTAL-1, cex.axis=0.7) # Color Scale par(mar = c(3,2.5,2.5,2)) image(1, ColorLevels, matrix(data=ColorLevels, ncol=length(ColorLevels),nrow=1), col=ColorRamp, xlab="",ylab="", xaxt="n") layout(1) } # ----- END plot function ----- #
个人分类: R&Rstudio|3247 次阅读|0 个评论
MATLAB Functions Introduction -the simple the better
xiaoxinghe 2011-11-21 23:04
MATLAB Functions What is a MATLAB function? A MATLAB “function” is a MATLAB program that performs a sequence of operations specified in a text file (called an m-file because it must be saved with a file extension of *.m). A function accepts one or more MATLAB variables as inputs, operates on them in some way, and then returns one or more MATLAB variables as outputs and may also generate plots, etc. (sometimes a function doesn’t return any output variables but instead just generates plots, etc.). How do I Create a new MATLAB function? Since an m-file is nothing more than a text file it can be created using any text editor – however, MATLAB provides its own editor that provides some particular features that are useful when writing/editing functions. To open a new m-file: In the MATLAB command window, go to FILE on the toolbar, select NEW, then select M-FILE. This opens the MATLAB editor/debugger and gives an empty file in which you can create whatever m-file you want. What do I have to put on the First Line of a MATLAB function?  The 1st line of a function must contain the “function definition,” which has a general structure like this (see also the specific example below) 1 : function = function_name(In_1,In_2,…,In_M) where Out_1,Out_2,…,Out_N are the N output variables and In_1,In_2,…,In_M are the M input variables;  If there is only a single output variable use: function Out_1 = function_name(In_1,In_2,…,In_M)  If there is no output variable use: function function_name(In_1,In_2,…,In_M) What do I have to put after the 1 line? After the first line, you just put a sequence of MATLAB commands – with one command per line – just like you are computing in MATLAB in the command line environment. This sequence of commands is what makes up your program – you perform computations using the input variables and other variables you create within the function and in doing so, you create the output variables you desire. How do I use the input variables in a MATLAB function? When you are writing the lines that make up your function you can use the names of the input variables defined in the first line just like they are previously created variables. So if In_1 is one of the input variables you could then do something like this: y=In_1.^2; This takes the values in In_1, squares them, and assigns the result to the variable y. Note: putting a semicolon at the end of an expression stops the display of the result – a good idea unless you really WANT to see the result (sometimes useful when debugging or verifying a function). How do I make the output variables in a MATLAB function? On any line in your function you can assign any result you compute to any one of the output variables specified. For example: Out_1=cos(y); will compute the cosine of the values in the variable y and then assigns the result to the variable Out_1, which will then be output by the function (assuming that Out_1 was specified as an output variable name). How do I Save a MATLAB function? Once you have finished writing your function you have to save it as an m-file before you can use it. This is done in the same way you save a file in any other application: • go to FILE, and SAVE. • type in the name that you want to use o it is best to always use the “function name” as the “file name” o you don’t need to explicitly specify the file type as *.m • navigate to the folder where you want to save the function file o see below for more details on “Where to Save an M-File?” • click on SAVE Where to Save an M-File? It doesn’t really matter where you store it… BUT when you want to use it, it needs to be somewhere in “MATLAB’s path”or should be in MATLAB’s present working directory (PWD) • the path specifies all the folders where MATLAB will look for a function’s file when the function is run • the PWD specifies a single folder that MATLAB considers its primary folder for storing things – it is generally advisable to specify an appropriate PWD each time you start up MATLAB and specify it to be wherever you have the m-files you are working on o Click on FILE, click on SET PATH, click on BROWSE, navigate to the folder you want as PWD and click on it, and then click OK How do I Run an M-File? Once you have a function saved as an m-file with a name the same as the function name and in a folder that is either the PWD or is in MATLAB’s path, you can run it from the command line: = function_name(In_1,In_2,…,In_M) How do I Test an M-File? Once you have a file written you need to test it. When you try to run it the first time there is a good chance that it will have some syntax error that will cause its operation to terminate – MATLAB will tell you on what line the operation was stopped, so you can focus immediately on somewhere further along in the function and will give you some idea if what the problem is. Just keep at it and you’ll eventually get it to run, but here is a tip: • open the m-file that you are debugging • click on DEBUG on the toolbar at top • click on STOP IF ERROR o note: there some other options that can be useful, so try them out • Now when you run your function and it encounters an error, it will stop and will put you into a mode that will allow you to view all the variables at the point at which the error occurred o When you are stopped (i.e., “in debug mode”) you have a different prompt than MATLAB’s standard prompt o To quit from the debug mode click on DEBUG and the click on QUIT DEBUGGING • When you are all done using this feature you can turn it off by clicking on DEBUG on the toolbar and then clicking on STOP IF ERROR (which should be checked to indicate that it was turned on) Then you are returned to having the standard prompt Then, once you have it running without any syntax errors or warnings, you need to test it to verify that it really does what you intended it to do. Obviously, for simple functions you may be able to verify that it works by running a few examples and checking that the outputs are what you expect. Usually you need to do quite a few test cases to ensure that it is working correct. For more complex functions (or when you discover that the outputs don’t match what you expect) you may want to check some of the intermediate results that you function computes to verify that they are working properly. To do this you set “breakpoints” that stop the operation of the function at a specified line and allow you then view from the command: • open the m-file that you are debugging • put the cursor in the line at which you want to set a breakpoint • click on DEBUG on the toolbar at top and then click SET/CLEAR BREAKPOINT • Now when you run your function, it will stop at that line and will put you into a mode that will allow you to view all the variables at that point • When you are stopped (i.e., “in debug mode”) you have a different prompt than MATLAB’s standard prompt o When you are all done using this feature you can turn it off by repeating the process used to set the breakpoint Once you have it stopped, any variable that has been computed up to that point can be inspected (plot it, look at its values, check its size, check if it is row or column, etc. You can even modify a variable’s contents to correct a problem). Note that the ONLY variable you have access to are those that have been created inside the function or have been passed to it via the input arguments. Note that you can set multiple breakpoints at a time – once you have stopped at the first one you can click on DEBUG and then click on CONTINUE and it will pick up execution immediately where it left off (but with the modified variables if you changed anything). Note also that once you have a function stopped in debug mode you can “single-step” through the next several lines: click on DEBUG and click on SINGLE STEP. Comments on Programming Style 1. In many ways, programming in MATLAB is a lot like programming in C, but there are some significant differences. Most notably, MATLAB can operate directly on vectors and matrices whereas in C you must operate directly on individual elements of an array. Because of this, loops are MUCH less common in MATLAB than they are in C: in C, if you want to add two vectors you have to loop over the elements in the vectors, adding an element to an element in each iteration of the loop; in MATLAB, you just issue a command to add the two vectors together and the vector addition of all the elements is done with this single command. 2. The “comment symbol” in MATLAB is %. Anything that occurs after a % on a line is considered to be comments. 3. It is often helpful to put several comment lines right after the function definition line. These comments explain what the function does, what the inputs and outputs are, and how to call the function. 4. Putting in lots of comments helps you and others understand what the function does – from a grading point of view you will have a higher probability of getting full credit if you write comments that tell me what your code is doing . FROM:http://www.ws.binghamton.edu/fowler/fowler%20personal%20page/EE521_files/MATLAB%20Functions.pdf
个人分类: Matlab|3344 次阅读|0 个评论
[转载]拟合和回归的区别
ChenboBlog 2011-11-1 10:47
Curve fitting is the process of constructing a curve, or mathematical function , that has the best fit to a series of data points, possibly subject to constraints. Curve fitting can involve either interpolation , where an exact fit to the data is required, or smoothing , in which a "smooth" function is constructed that approximately fits the data. A related topic is regression analysis , which focuses more on questions of statistical inference such as how much uncertainty is present in a curve that is fit to data observed with random errors. Fitted curves can be used as an aid for data visualization, to infer values of a function where no data are available, and to summarize the relationships among two or more variables. Extrapolation refers to the use of a fitted curve beyond the range of the observed data, and is subject to a greater degree of uncertainty since it may reflect the method used to construct the curve as much as it reflects the observed data.
2584 次阅读|0 个评论
[转载]drug design
albumns 2011-10-29 01:37
Drug design From Wikipedia, the free encyclopedia Jump to: navigation , search Not to be confused with Designer drug . Drug design , also sometimes referred to as rational drug design or structure based drug design, is the inventive process of finding new medications based on the knowledge of the biological target . The drug is most commonly an organic small molecule which activates or inhibits the function of a biomolecule such as a protein which in turn results in a therapeutic benefit to the patient . In the most basic sense, drug design involves design of small molecules that are complementary in shape and charge to the biomolecular target to which they interact and therefore will bind to it. Drug design frequently but not necessarily relies on computer modeling techniques. This type of modeling is often referred to as computer-aided drug design . The phrase "drug design" is to some extent a misnomer . What is really meant by drug design is ligand design. Modeling techniques for prediction of binding affinity are reasonably successful. However there are many other properties such as bioavailability , metabolic half-life , lack of side effects , etc. that first must be optimized before a ligand can become a safe and efficacious drug. These other characteristics are often difficult to optimize using rational drug design techniques. Contents 1 Background 2 Types 2.1 Ligand based 2.2 Structure based 2.2.1 Active site identification 2.2.2 Ligand fragment link 2.2.3 Scoring method 3 Rational drug discovery 4 Computer-assisted drug design 5 Examples 6 See also 7 References 8 External links Background Typically a drug target is a key molecule involved in a particular metabolic or signaling pathway that is specific to a disease condition or pathology , or to the infectivity or survival of a microbial pathogen . Some approaches attempt to inhibit the functioning of the pathway in the diseased state by causing a key molecule to stop functioning. Drugs may be designed that bind to the active region and inhibit this key molecule. Another approach may be to enhance the normal pathway by promoting specific molecules in the normal pathways that may have been affected in the diseased state. In addition, these drugs should also be designed in such a way as not to affect any other important "off-target" molecules or antitargets that may be similar in appearance to the target molecule, since drug interactions with off-target molecules may lead to undesirable side effects . Sequence homology is often used to identify such risks. Most commonly, drugs are organic small molecules produced through chemical synthesis, but biopolymer-based drugs (also known as biologics ) produced through biological processes are becoming increasingly more common. In addition mRNA based gene silencing technologies may have therapeutic applications. Types Flow charts of two strategies of structure-based drug design There are two major types of drug design. The first is referred to as ligand-based drug design and the second, structure-based drug design . Ligand based Ligand-based drug design (or indirect drug design ) relies on knowledge of other molecules that bind to the biological target of interest. These other molecules may be used to derive a pharmacophore model which defines the minimum necessary structural characteristics a molecule must possess in order to bind to the target. In other words, a model of the biological target may be built based on the knowledge of what binds to it and this model in turn may be used to design new molecular entities that interact with the target. Alternatively, a quantitative structure-activity relationship (QSAR) in which a correlation between calculated properties of molecules and their experimentally determined biological activity may be derived. These QSAR relationships in turn may be used to predict the activity of new analogs. Structure based Structure-based drug design (or direct drug design ) relies on knowledge of the three dimensional structure of the biological target obtained through methods such as x-ray crystallography or NMR spectroscopy . If an experimental structure of a target is not available, it may be possible to create a homology model of the target based on the experimental structure of a related protein. Using the structure of the biological target, candidate drugs that are predicted to bind with high affinity and selectivity to the target may be designed using interactive graphics and the intuition of a medicinal chemist . Alternatively various automated computational procedures may be used to suggest new drug candidates. As experimental methods such as X-ray crystallography and NMR develop, the amount of information concerning 3D structures of biomolecular targets has increased dramatically. In parallel, information about the structural dynamics and electronic properties about ligands has also increased. This has encouraged the rapid development of the structure-based drug design. Current methods for structure-based drug design can be divided roughly into two categories. The first category is about “finding” ligands for a given receptor, which is usually referred as database searching. In this case, a large number of potential ligand molecules are screened to find those fitting the binding pocket of the receptor. This method is usually referred as ligand-based drug design. The key advantage of database searching is that it saves synthetic effort to obtain new lead compounds. Another category of structure-based drug design methods is about “building” ligands, which is usually referred as receptor-based drug design. In this case, ligand molecules are built up within the constraints of the binding pocket by assembling small pieces in a stepwise manner. These pieces can be either individual atoms or molecular fragments. The key advantage of such a method is that novel structures, not contained in any database, can be suggested. These techniques are raising much excitement to the drug design community. Active site identification Active site identification is the first step in this program. It analyzes the protein to find the binding pocket, derives key interaction sites within the binding pocket, and then prepares the necessary data for Ligand fragment link. The basic inputs for this step are the 3D structure of the protein and a pre-docked ligand in PDB format, as well as their atomic properties. Both ligand and protein atoms need to be classified and their atomic properties should be defined, basically, into four atomic types: hydrophobic atom : all carbons in hydrocarbon chains or in aromatic groups. H-bond donor : Oxygen and nitrogen atoms bonded to hydrogen atom(s). H-bond acceptor : Oxygen and sp2 or sp hybridized nitrogen atoms with lone electron pair(s). Polar atom : Oxygen and nitrogen atoms that are neither H-bond donor nor H-bond acceptor, sulfur, phosphorus, halogen, metal and carbon atoms bonded to hetero-atom(s). The space inside the ligand binding region would be studied with virtual probe atoms of the four types above so the chemical environment of all spots in the ligand binding region can be known. Hence we are clear what kind of chemical fragments can be put into their corresponding spots in the ligand binding region of the receptor. Ligand fragment link Flow chart for structure based drug design When we want to plant “seeds” into different regions defined by the previous section, we need a fragments database to choose fragments from. The term “fragment” is used here to describe the building blocks used in the construction process. The rationale of this algorithm lies in the fact that organic structures can be decomposed into basic chemical fragments. Although the diversity of organic structures is infinite, the number of basic fragments is rather limited. Before the first fragment, i.e. the seed, is put into the binding pocket, and other fragments can be added one by one, it is useful to identify potential problems. First, the possibility for the fragment combinations is huge. A small perturbation of the previous fragment conformation would cause great difference in the following construction process. At the same time, in order to find the lowest binding energy on the Potential energy surface (PES) between planted fragments and receptor pocket, the scoring function calculation would be done for every step of conformation change of the fragments derived from every type of possible fragments combination. Since this requires a large amount of computation, one may think using other possible strategies to let the program works more efficiently. When a ligand is inserted into the pocket site of a receptor, conformation favor for these groups on the ligand that can bind tightly with receptor should be taken priority. Therefore it allows us to put several seeds at the same time into the regions that have significant interactions with the seeds and adjust their favorite conformation first, and then connect those seeds into a continuous ligand in a manner that make the rest part of the ligand having the lowest energy. The conformations of the pre-placed seeds ensuring the binding affinity decide the manner that ligand would be grown. This strategy reduces calculation burden for the fragment construction efficiently. On the other hand, it reduces the possibility of the combination of fragments, which reduces the number of possible ligands that can be derived from the program. These two strategies above are well used in most structure-based drug design programs. They are described as “ Grow ” and “ Link ”. The two strategies are always combined in order to make the construction result more reliable. Scoring method Main article: Scoring functions for docking Structure-based drug design attempts to use the structure of proteins as a basis for designing new ligands by applying accepted principles of molecular recognition. The basic assumption underlying structure-based drug design is that a good ligand molecule should bind tightly to its target. Thus, one of the most important principles for designing or obtaining potential new ligands is to predict the binding affinity of a certain ligand to its target and use it as a criterion for selection. A breakthrough work was done by Böhm to develop a general-purposed empirical function in order to describe the binding energy. The concept of the “Master Equation” was raised. The basic idea is that the overall binding free energy can be decomposed into independent components which are known to be important for the binding process. Each component reflects a certain kind of free energy alteration during the binding process between a ligand and its target receptor. The Master Equation is the linear combination of these components. According to Gibbs free energy equation, the relation between dissociation equilibrium constant, K d and the components of free energy alternation was built. The sub models of empirical functions differ due to the consideration of researchers. It has long been a scientific challenge to design the sub models. Depending on the modification of them, the empirical scoring function is improved and continuously consummated. Rational drug discovery In contrast to traditional methods of drug discovery which rely on trial-and-error testing of chemical substances on cultured cells or animals , and matching the apparent effects to treatments, rational drug design begins with a hypothesis that modulation of a specific biological target may have therapeutic value. In order for a biomolecule to be selected as a drug target, two essential pieces of information are required. The first is evidence that modulation of the target will have therapeutic value. This knowledge may come from, for example, disease linkage studies that show an association between mutations in the biological target and certain disease states. The second is that the target is "drugable". This means that it is capable of binding to a small molecule and that its activity can be modulated by the small molecule. Once a suitable target has been identified, the target is normally cloned and expressed . The expressed target is then used to establish a screening assay . In addition, the three-dimensional structure of the target may be determined. The search for small molecules that bind to the target is begun by screening libraries of potential drug compounds. This may be done by using the screening assay (a "wet screen"). In addition, if the structure of the target is available, a virtual screen may be performed of candidate drugs. Ideally the candidate drug compounds should be " drug-like ", that is they should possess properties that are predicted to lead to oral bioavailability , adequate chemical and metabolic stability, and minimal toxic effects. Several methods are available to estimate druglikeness such Lipinski's Rule of Five and a range of scoring methods such as Lipophilic efficiency . Several methods for predicting drug metabolism have been proposed in the scientific literature, and a recent example is SPORCalc. Due to the complexity of the drug design process, two terms of interest are still serendipity and bounded rationality . Those challenges are caused by the large chemical space describing potential new drugs without side-effects . Computer-assisted drug design Computer-assisted drug design uses computational chemistry to discover, enhance, or study drugs and related biologically active molecules . The most fundamental goal is to predict whether a given molecule will bind to a target and if so how strongly. Molecular mechanics or molecular dynamics are most often used to predict the conformation of the small molecule and to model conformational changes in the biological target that may occur when the small molecule binds to it. Semi-empirical , ab initio quantum chemistry methods , or density functional theory are often used to provide optimized parameters for the molecular mechanics calculations and also provide an estimate of the electronic properties (electrostatic potential, polarizability , etc.) of the drug candidate which will influence binding affinity. Molecular mechanics methods may also be used to provide semi-quantitative prediction of the binding affinity. Alternatively knowledge based scoring function may be used to provide binding affinity estimates. These methods use linear regression , machine learning , neural nets or other statistical techniques to derive predictive binding affinity equations by fitting experimental affinities to computationally derived interaction energies between the small molecule and the target. Ideally the computational method should be able to predict affinity before a compound is synthesized and hence in theory only one compound needs to be synthesized. The reality however is that present computational methods provide at best only qualitative accurate estimates of affinity. Therefore in practice it still takes several iterations of design, synthesis, and testing before an optimal molecule is discovered. On the other hand, computational methods have accelerated discovery by reducing the number of iterations required and in addition have often provided more novel small molecule structures. Drug design with the help of computers may be used at any of the following stages of drug discovery: hit identification using virtual screening (structure- or ligand-based design) hit-to-lead optimization of affinity and selectivity (structure-based design, QSAR , etc.) lead optimization optimization of other pharmaceutical properties while maintaining affinity Flowchart of a Usual Clustering Analysis for Structure-Based Drug Design In order to overcome the insufficient prediction of binding affinity calculated by recent scoring functions, the protein-ligand interaction and compound 3D structure information are used to analysis. For structure-based drug design, several post-screening analysis focusing on protein-ligand interaction has been developed for improving enrichment and effectively mining potential candidates: Consensus scoring Selecting candidates by voting of multiple scoring functions May lose the relationship between protein-ligand structural information and scoring criterion Geometric analysis Comparing protein-ligand interactions by visually inspecting individual structures Becoming intractable when the number of complexes to be analyzed increasing Cluster analysis Represent and cluster candidates according to protein-ligand 3D information Needs meaningful representation of protein-ligand interactions. Examples A particular example of rational drug design involves the use of three-dimensional information about biomolecules obtained from such techniques as x-ray crystallography and NMR spectroscopy. This approach to drug discovery is sometimes referred to as structure-based drug design. The first unequivocal example of the application of structure-based drug design leading to an approved drug is the carbonic anhydrase inhibitor dorzolamide which was approved in 1995. Another important case study in rational drug design is imatinib , a tyrosine kinase inhibitor designed specifically for the bcr-abl fusion protein that is characteristic for Philadelphia chromosome -positive leukemias ( chronic myelogenous leukemia and occasionally acute lymphocytic leukemia ). Imatinib is substantially different from previous drugs for cancer , as most agents of chemotherapy simply target rapidly dividing cells, not differentiating between cancer cells and other tissues. Additional examples include: Many of the atypical antipsychotics Cimetidine , the prototypical H 2 -receptor antagonist from which the later members of the class were developed Selective COX-2 inhibitor NSAIDs Dorzolamide , a carbonic anhydrase inhibitor used to treat glaucoma Enfuvirtide , a peptide HIV entry inhibitor Nonbenzodiazepines like zolpidem and zopiclone Probenecid SSRIs (selective serotonin reuptake inhibitors), a class of antidepressants Zanamivir , an antiviral drug Isentress , HIV Integrase inhibitor Case studies 5-HT3 antagonists Acetylcholine receptor agonists Angiotensin receptor blockers Bcr-Abl tyrosine kinase inhibitors Cannabinoid receptor antagonists CCR5 receptor antagonists Cyclooxygenase 2 inhibitors Dipeptidyl peptidase-4 inhibitors HIV protease inhibitors NK1 receptor antagonists Non-nucleoside reverse transcriptase inhibitors Proton pump inibitors Triptans TRPV1 antagonists Renin inhibitors Discovery and development of small molecule c-Met inhibitors See also Bioinformatics Cheminformatics Drug development Drug discovery List of pharmaceutical companies Medicinal chemistry Molecular Conceptor Molecular design software References ^ Madsen, Ulf; Krogsgaard-Larsen, Povl; Liljefors, Tommy (2002). Textbook of Drug Design and Discovery . Washington, DC: Taylor Francis. ISBN 0-415-28288-8 . ^ Cohen, N. Claude (1996). Guidebook on Molecular Modeling in Drug Design . Boston: Academic Press. ISBN 012178245x . ^ Guner, Osman F. (2000). Pharmacophore Perception, Development, and use in Drug Design . La Jolla, Calif: International University Line. ISBN 0-9636817-6-1 . ^ Leach, Andrew R.; Harren Jhoti (2007). Structure-based Drug Discovery . Berlin: Springer. ISBN 1-4020-4406-2 . ^ a b Wang R,Gao Y,Lai L (2000). "LigBuilder: A Multi-Purpose Program for Structure-Based Drug Design". Journal of Molecular Modeling 6 (7-8): 498–516. doi : 10.1007/s0089400060498 . ^ a b Schneider G, Fechner U (August 2005). "Computer-based de novo design of drug-like molecules". Nat Rev Drug Discov 4 (8): 649–63. doi : 10.1038/nrd1799 . PMID 16056391 . ^ Jorgensen WL (March 2004). "The many roles of computation in drug discovery". Science 303 (5665): 1813–8. doi : 10.1126/science.1096361 . PMID 15031495 . ^ Verlinde CL, Hol WG (July 1994). "Structure-based drug design: progress, results and challenges". Structure 2 (7): 577–87. doi : 10.1016/S0969-2126(00)00060-5 . PMID 7922037 . ^ Böhm HJ (June 1994). "The development of a simple empirical scoring function to estimate the binding constant for a protein-ligand complex of known three-dimensional structure". J. Comput. Aided Mol. Des. 8 (3): 243–56. doi : 10.1007/BF00126743 . PMID 7964925 . ^ Gohlke H, Hendlich M, Klebe G (January 2000). "Knowledge-based scoring function to predict protein-ligand interactions". J. Mol. Biol. 295 (2): 337–56. doi : 10.1006/jmbi.1999.3371 . PMID 10623530 . ^ Clark RD, Strizhev A, Leonard JM, Blake JF, Matthew JB (January 2002). "Consensus scoring for ligand/protein interactions". J. Mol. Graph. Model. 20 (4): 281–95. doi : 10.1016/S1093-3263(01)00125-5 . PMID 11858637 . ^ Wang R, Lai L, Wang S (January 2002). "Further development and validation of empirical scoring functions for structure-based binding affinity prediction". J. Comput. Aided Mol. Des. 16 (1): 11–26. doi : 10.1023/A:1016357811882 . PMID 12197663 . ^ Smith J, Stein V (April 2009). "SPORCalc: A development of a database analysis that provides putative metabolic enzyme reactions for ligand-based drug design". Computational Biology and Chemistry 33 (2): 149–59. doi : 10.1016/j.compbiolchem.2008.11.002 . PMID 19157988 . ^ Rajamani R, Good AC (May 2007). "Ranking poses in structure-based lead discovery and optimization: current trends in scoring function development". Curr Opin Drug Discov Devel 10 (3): 308–15. PMID 17554857 . ^ de Azevedo WF, Dias R (December 2008). "Computational methods for calculation of ligand-binding affinity". Curr Drug Targets 9 (12): 1031–9. doi : 10.2174/138945008786949405 . PMID 19128212 . ^ Liang S, Meroueh SO, Wang G, Qiu C, Zhou Y (May 2009). "Consensus scoring for enriching near-native structures from protein-protein docking decoys" . Proteins 75 (2): 397–403. doi : 10.1002/prot.22252 . PMC 2656599 . PMID 18831053 . http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pmcentrezartid=2656599 . ^ Oda A, Tsuchida K, Takakura T, Yamaotsu N, Hirono S (2006). "Comparison of consensus scoring strategies for evaluating computational models of protein-ligand complexes". J Chem Inf Model 46 (1): 380–91. doi : 10.1021/ci050283k . PMID 16426072 . ^ Deng Z, Chuaqui C, Singh J (January 2004). "Structural interaction fingerprint (SIFt): a novel method for analyzing three-dimensional protein-ligand binding interactions". J. Med. Chem. 47 (2): 337–44. doi : 10.1021/jm030331x . PMID 14711306 . ^ Amari S, Aizawa M, Zhang J, Fukuzawa K, Mochizuki Y, Iwasawa Y, Nakata K, Chuman H, Nakano T (2006). "VISCANA: visualized cluster analysis of protein-ligand interaction based on the ab initio fragment molecular orbital method for virtual ligand screening". J Chem Inf Model 46 (1): 221–30. doi : 10.1021/ci050262q . PMID 16426058 . ^ Greer J, Erickson JW, Baldwin JJ, Varney MD (April 1994). "Application of the three-dimensional structures of protein target molecules in structure-based drug design". Journal of Medicinal Chemistry 37 (8): 1035–54. doi : 10.1021/jm00034a001 . PMID 8164249 . ^ Hendrik Timmerman; Klaus Gubernator; Hans-Joachim Böhm; Raimund Mannhold; Hugo Kubinyi (1998). Structure-based Ligand Design (Methods and Principles in Medicinal Chemistry) . Weinheim: Wiley-VCH. ISBN 3-527-29343-4 . ^ http://autodock.scripps.edu/news/autodocks-role-in-developing-the-first-clinically-approved-hiv-integrase-inhibitor
个人分类: 好文转载|4974 次阅读|0 个评论
[转载]Variations in Three Genes Predict Early Stent Thrombosis
xuxiaxx 2011-10-28 08:49
Variants of three genes related to clopidogrel metabolism and platelet receptor function – CYP2C19, ABCB1, and ITGB3 – appear to be independent risk factors for early stent thrombosis, beyond the already known clinical and angiographic risk factors, according to a report in the Oct. 26 issue of JAMA. A risk-prediction model that incorporated both genetic and clinical data had greater sensitivity and specificity at predicting early stent thrombosis than did a clinical model alone, said Dr. Guillaume Cayla of Institut de Cardiologie, INSERM Unite Mixte de Recherche, Salpetriere Hospital, Paris, and his associates. The researchers assessed all of the 23 genetic variants that have been reported to correlate with clopidogrel pharmacogenetics and arterial thrombosis to determine which ones contribute most to early stent thrombosis. They used a nationwide French registry of patients who had definite stent thrombosis within 30 days of implantation to identify 123 cases, then matched these for age and sex with 246 control subjects who had no stent thrombosis. Peripheral blood samples from these 369 subjects were genotyped for the suspect genetic variations. Only four variations in three genes were found to be significantly associated with early stent thrombosis. First, the CYP2C19 loss-of-function allele occurred in 49% of cases but only 26% of controls. Second, the CYP2C19 gain-of-function allele occurred in only 20% of cases but in 33% of controls. These findings strengthen the current evidence that CYP2C19 plays a predominant role in clopidogrel metabolism, Dr. Cayla and his colleagues said. "The effects of different genes according to different ethnic groups may warrant dedicated studies." Third, an ABCB1 variant occurred in 32% of cases but only 19% of controls. "The ABCB1 gene encodes a drug efflux transporter, P-glycoprotein, that modulates clopidogrel absorption. It has been previously associated with reduced clopidogrel response, but with variable clinical consequences," they noted. And fourth, an ITGB3 variant occurred in only 16% of cases but 28% of controls. The ITGB3 gene encodes for integrin beta-3, "a component of the glycoprotein IIb/IIIa platelet receptor, which mediates the final pathway of platelet aggregation," they said. There was a dose-response relationship in that risk of early stent thrombosis climbed steadily with carriage of an increasing number of these risk alleles, the investigators said. A risk-prediction model that combined genetic data with clinical data had significantly greater power to predict early stent thrombosis than did a clinical model alone. The combined model had 67% sensitivity and 79% specificity in this regard, compared with 60% sensitivity and 70% specificity for the model using only clinical data. "Patients in the highest tertile of risk using the combined clinical and genetic model had a sevenfold increased risk of early stent thrombosis vs. patients in the lowest tertile," Dr. Cayla and his associates said ( JAMA 2011;306:1765-74 ). The researchers also found that two nongenetic factors – loading dose of clopidogrel and the concomitant use of proton pump inhibitors (PPIs) – were significantly related to early stent thrombosis. Cases were much more likely than controls to have received a low loading dose of clopidogrel at stent implantation. And cases also were much more likely than controls to be taking PPIs, which have been suspected of interfering with clopidogrel metabolism. Unlike the genetic risk factors, both clopidogrel dose and PPI use are modifiable risk factors, they noted. This study was limited in that patients with the most severe early stent thrombosis died before they could be included in the study, so the genotype-phenotype relation remains unknown for them. "Stent malappositions or underexpansions are other important factors associated with stent thrombosis that were not evaluated," the investigators said. In addition, the study findings may apply only to white patients because virtually all the subjects, who were drawn from the general population in France, were white. "The effects of different genes according to different ethnic groups may warrant dedicated studies," they added. This study was funded by ACTION, the Société Francaise de Cardiologie, the Fédération Francaise de Cardiologie, and INSERM. The French registry of patients with early stent thrombosis was partially supported by Eli Lilly and the SGAM Foundation. Dr. Cayla and his associates reported ties to numerous industry sources. 来源: http://www.internalmedicinenews.com/news/cardiovascular-disease/single-article/variations-in-three-genes-predict-early-stent-thrombosis/2e03d029e5.html
1287 次阅读|0 个评论
加强嘉陵江水源的监测预警 保障城乡居民饮用水安全
cdcldb4595 2011-10-27 17:07
水是生命之源,人类文明之舟自古依水而行。饮用水安全问题,直接关系到广大人民的身体健康,切实做好饮用水安全保障工作,是维护最广大人民群众根本利益,落实科学发展观的基本要求,是实现全面建设小康社会目标,构建社会主义和谐社会的重要内容。嘉陵江流经我市七县(市、区),是我省内河航运中一条重要的大动脉,是我市沿江城乡居民生活饮用水和工农业用水的主要水源。为了保障南充人民的生活饮用水安全,切实加强嘉陵江水源的监测预警是真正落实以人为本的一项紧迫任务,必须引起各级党政高度重视。 一、嘉陵江水源污染现状 嘉陵江发源于陕西省宁强县属的藻林坝交界处进入四川境内,从广元流经苍溪,阆中、南部、仪陇、蓬安、顺庆区、高坪区、嘉陵区至武胜出川经合川、重庆等十二县(市、区)汇入长江,全长 1006km ,流经我市 7 个县(市、区) 542km ,占全长的 54% ,源远流长,奔腾浩淼,为我省最大的内陆河流之一,是我市城乡居民生活饮用水和工农业生产用水的主要供水源。 1.1 工业废水和生活污水污染严重 嘉陵江是南充人民的母亲河,它与南充人民休戚相关,患难与共,然而据调查统计表明,从沿江城市每天排入嘉陵江的工业废水总量 30 万吨左右,生活污水数十万吨,这些工业废水中含有不同程度的有害物质,主要为酚、氰化物、铬、汞及贵重金属的铜、锌、镍和化工原料,酸碱、油脂、各种染料、农药、甲醛、硝基、胺基类化合物等等。主要来源于机械、电镀、仪表、造纸、化肥、化工、石油、炼染、丝绸、塑料等工业企业排放的废水,其中绝大部分未经任何处理,加上城市生活污水中大量的微生物和有机物直接排入嘉陵江,嘉陵江正在成为工业废水和生活污水的倾泻场,一直以来直接被南充人民作为饮用水源的嘉陵江正受到越来越严重的污染, 南充地区卫生防疫站 70 年代中期领导组织沿江各县(市、区)卫生防疫站对嘉陵江阆中、南部、蓬安、南充段 13 个采样断面连续三年的水质监测,采集水样 558 件,获得检验数据 6189 个、检测指标包括水温、浑浊度、色度、 PH 、总硬度、溶解性固体、 BOD 、 DO 、 COD 、挥发性酚、氰化物、汞、砷、总铬共 14 项。结果表明五种有害物质在嘉陵江水样中均检出了阳性水样,绝大多数断面都受到酚的污染,甚至部分水样超过卫生标准限值 24 倍,枯水期污染比丰水期严重、氰化物、汞、总铬在南充段面均有不同程度的检出。然而沿江各城市对嘉陵江的污染、主要表现在废水排出口下游形成岸边型带状或扇形污染带,有的江段水面水质呈现不同颜色和水面遍布泡沫,除产生不良的感官性状外,其色度、 PH 、 DO 、 BOD 和某些有害物发生了显著的变化,甚至还不乏死鱼、晕鱼现象发生,据渔业部门反映,渔产量明显减少,嘉陵江中某些较为珍贵的天然鱼种(如江团)已濒临绝种的危险,更有甚者,发现捕捞的个别鱼类内脏变形,颜色异常,显然工业废水的污染是其重要的原因之一。仅管这些监测指标在当时监测仪器落后,指标有限,但就是这些监测数据反映了嘉陵江水质的卫生状况和污染概况,为工农业生产和生活饮用水质提供了难能可贵的历史数据和科学证据。遗憾的是各沿江卫生监测部门由于监测经费紧张和监测仪器不足等诸多原因致使这项前无古人,惠及后人的嘉陵江水质监测工作被迫休矣,那么嘉陵江水质动态变化如何?污染现状又如何、污染物的时空分布究竟处在何水平? 1.2 嘉陵江水源污染突发事件频发 近年来嘉陵江的水源不断遭到突发性公共事故的污染,距我市远的城市江段不说,就我们南充市境内近几年发生的几起典型污染事件,想必大家还记忆犹新吧:( 1 ) 1994 年 4 月 5 日高坪自来水公司在更换安装水源水管道施工中,将氮肥厂排污渠破坏造成含氮废水直接排入该公司在嘉陵江的取水断面,导致水源水、出厂水、管网水受氨氮污染,经南充市卫生防疫站监测结果表明,自来水中的氨氮含量超过国家标准 129 倍,由于嘉陵江水源的严重氨氮污染,造成高坪城区五万居民的停供水、对居民生活造成很大的影响,对此,当时《健康报》还进行了报道。( 2 ) 2004 年 8 月 30 日南充炼油化工总厂因油管垫子破裂造成 18.5 吨柴油泄漏经桓子河直排嘉陵江 , 造成下游生活饮用水取水源水质的石油污染,经南充市疾病预防控制中心采集嘉陵江水样监测,结果表明石油超出《生活饮用水卫生规范》水源水限值 24.3 倍,导致南充六合集团生活用水水源石油污染,被迫停供生活和生产用水数天。( 3 )最近南部嘉陵江段发生的石油污染事件,也在一定程度上造成江水不同程度的影响。再者嘉陵江流域还经常发生船舶漏油,农药沉船等事件造成对嘉陵江水质的事故性污染,使嘉陵江水质不堪重负。 综上所述,我们的母亲河——嘉陵江水质不容乐观,目前,源源不断的各种工业废水和人们不计后果向江水大量倾倒垃圾的行为,使原本已受到污染的嘉陵江水更是雪上加霜,然而,我们 如果熟视无睹,顺其自然的话,那么伟大的爱国诗人屈原的“ 沧浪之水清兮 , 可以濯吾缨;沧浪之水浊兮,可以濯吾足”的浪漫情怀,必将成为历史的慨叹!因此,为了保护嘉陵江水资源有效利用降低和消除水源污染,保护南充人民的身体健康,了解并掌握水质的预见性和江水水质的动态变化,对嘉陵江水源水质作出科学的评估,必须加强南充嘉陵江水源水质的监测和预警。 二、加强嘉陵江水质监测和预警的建议 2.1 充分认识嘉陵江水源保护的重要性和紧迫性 党中央国务院对饮用水安全保障工作非常重视、胡锦涛总书记、温家宝总理多次作出重要批示,把它提高到实践“三个代表”重要思想和执政为民的高度来认识,必须认真贯彻落实国务院办公厅 2005 年 8 月 17 日国办发 45 号“关于加强饮用水安全保障工作的通知”,对进一步加强饮用水安全保障工作提出的具体措施和对策,进一步加大水资源保护和水污染防治工作力度,因此,建议南充市人民政府,沿江县(市、区)人民政府要加强领导,把这项工作纳入重要议事日程,建立领导责任制,切实抓好各项措施的落实。各级各部门明确相应的职责,密切配合,加大工作力度,通力协作做好嘉陵江水源的保护工作。 2.2 认真组织编制《嘉陵江水污染防治规划》 认真贯彻执行《中华人民共和国水污染防治法》,按照该法第十条(四)项之规定,南充市人民政府应依法编制《嘉陵江水污染防治规划》并将嘉陵江水污染防治纳入南充市国民经济和社会发展中长期和年度计划加以实施。使之进一步明确嘉陵江水源保护,污染防治的目标,任务和政策保障措施。 2.3 建立长期的嘉陵江水质监测系统 , 为水污染突发事件预警提供及时准确的科学数据 水中的化学污染物质种类多,数量大,仅有机化学污染物全世界检出 2221 种,自来水中检出 765 种,其中 20 种为确认致癌物。 26 种为可疑致癌物, 18 种为促癌物和辅癌物, 48 种为致突变物。就现有监测仪器、方法灵敏度和检出下限而言,水中能检出的这些有机化合物只是“冰山一角”微不足道。而且,近年来备受科学界广泛关注的环境内分泌干扰物( endocrine disruptors,EDs )是对 21 世纪人类健康所面临的最大挑战,据调查研究表明在水中能够检出 EDs 约有 22 种,而检出频率较多的为壬基酚,双酚 A 、邻苯、二甲酸二基已基酯,因此,建议建立“南充市嘉陵江水质监测系统”每年从地方财政拨付专款给予重点支持,在市疾病预防控制中心长期开展水质监测的基础上,增添先进的监测仪器设备,制订科学的监测方案,领导沿江县(市、区)疾控中心将被迫停止的水质监测工作重新开展起来,为嘉陵江的旅游开发和科学研究提供预见性基础数据。 2.4 筛选、甄别和确定嘉陵江水中主要污染物 筛选和确定水源水中优先污染物对预警和评估嘉陵江水质对人群健康的影响具有十分重要的意义,建议以《生活饮用水水质卫生规范》、《地表水环境质量标准》、《中国水环境优先污染物名单》中所列化学物质作为初筛的主要依据,组织卫生、环保、科研、驻市高等院校的专家筛选、甄别确定“嘉陵江水中优先污染物“黑名单”作为调查和监测的基准数据。 2.5 加强嘉陵江水污染对人群健康危害的预警研究 建议将嘉陵江水污染与人群健康影响的预警研究列入南充市科研项目,组织预防医学、临床医学、环保、生物、渔业、科研、高等院校多学科的专家联合开展综合性科学研究,探讨饮用水对人群健康慢性健康危害(滞后效应),采用环境流行病学、生物监测等方法揭示水环境介质与人体健康的因果关系,并在此基础上建立嘉陵江水质污染所致人群健康危害的预警系统,以提高决策部门在可能产生健康危害之前采取必要干预措施的科学评价和预见性。 2.6 加强嘉陵江生活饮用水水源水质的监测 我市嘉陵江流域内七个县(市、区)城市均饮用嘉陵江水质为水源,为了降低和消除水源水对居民饮用水污染的健康危害,必须加强水源水质的定期监测,根据即将颁布的强制性国家标准《生活饮用水卫生标准》常规和非常规项目 106 项指标,评价饮用水水质是否优劣,将执行这个新的标准进行监测和评价,但各级卫生监测机构目前还难以进行全项目的监测,尤其是新标准中农药、环境激素、持久性化合物这些评价饮用水安全的主要指标不能监测,主要原因是监测经费严重不足和仪器设备十分落后,建议财政应加强对卫生监测仪器设备和经费投入,使之尽快适应开展新的《生活饮用水卫生标准》项目的检测工作。
个人分类: 未分类|2582 次阅读|0 个评论
Numeric Reading System for Digital Meter without I/O Interfa
bolandi 2011-10-26 09:09
自动I/O数字读入系统 中島翔太, 北園優希,陸慧敏,張力峰,芹川聖一 Recently, measuring instruments that automatically record measurement values by using the communication function of PC and RS232C have been widely used. However, there are a lot of measuring instruments that cannot communicate with an external instrument at present. Also, the ones that have the communication function are very expensive. The system that reads the instruction value from the image is by taking a picture of the measuring instrument with a camera. However, because the specification of the target measuring instrument has been limited, versatility of this system is low. Therefore,this paper proposes a strong numerical recognition system that doesn't depend on the model of a digital measuring instrument. The experiments showed that the proposed method has the characteristics of fast speed, efficiency and strong anti-interference. 2-a numeric reading system for digital meter without IO interface.pdf
3489 次阅读|0 个评论
[转载]非遗艺术馆在诸暨西施故里开馆
xupeiyang 2011-9-12 22:33
翰泽堂非物质文化遗产艺术馆开馆暨“相约诸暨·翰泽堂中国书画名家邀请展”开幕式10日在诸暨西施故里景区举行。   翰泽堂非物质文化遗产艺术馆是迄今全省首个民间综合性非物质文化遗产艺术馆。艺术馆内设非物质文化遗产精品展厅、艺术品交流鉴赏中心、游客服务中心等区域,所展示的国家级、省级非物质文化遗产项目均是国内省内手工技艺、民间美术相关传承人、工艺美术大师之作。艺术馆免费向游客及公众开放。
个人分类: 西施故里|1706 次阅读|0 个评论
[转载]基金成功的两个重要条件
baiyunrui 2011-8-24 20:13
基金成功的两个重要条件 ★ ★ ★ ahauwangrui(金币+3): 鼓励分享 2011-08-24 20:05:38 最近大家很兴奋,可以理解。众人八仙过海、各显神通,纷纷刺探内部“军情”。本人没有关系和门路,无法追究此事,也懒的去问校科技处。同事问起,我也说不管它,往最坏处去想,就没有比这更坏的了!昨天早晨收到基金委的通知,面上中了,75万。近几年我一共写了5个基金,中了4个【第一次我自己申请青年,被毙了;第二次我自己青年一个、帮同事草拟面上一个(我参与),都中了;这一次我写了两个面上(自己主持一个、参与同事一个),也都中了】。另外,今年我也审了几个基金。有一些想法,简述如下: 第一,基金成功的两个重要条件 1)要有好的IDEA 基金要求创新,好的IDEA是能否成功的关键。这里面可能有一个误区。我在评审中发现,有人刚刚发了一篇不错的文章,于是他申请的基金就准备围绕此做一些扫尾的工作。当然,他不这么说,但一眼就能看得出来。这可能是有问题的。他前面的工作是创新,不错,但申请项目的创新性就要大打折扣。就好比,某人经过仔细研究,在某地挖了个金条(创新)。然后,他躺在床上美滋滋地想,明天还去那里挖,不要动脑筋、挖啥是啥。这就不一定是创新了。不是说不能挖了,要挖还要经过仔细的研究、论证,这样挖而不是那样挖,挖多深、如何挖,要挖出新意来。 2)2篇或以上第一作者的、影响因子在3以上的论文 现在牛人不少、竞争激烈。除了少数人以外,大多数会有一篇像样的(影响因子在3以上的)论文。这通常是表明我们研究基础、工作能力的。基金评审时,基金委发给你若干份材料,让你挑选出大约30%的候选人。那只能挑最好的几个(择优录取),即使有些不错的、可以资助的,你也只能用“放大镜”查找问题,将之毙掉(由于入选人数的限制和项目本身的缺陷,尤其是上述两个因素。但评审人可能不明确说出来,“顾左右而言他”)。所以要想进入前列,最好有两篇或以上好的文章,这样就可能占据优势。当然,多多益善。我第一次申请青基,有1篇IF=7的文章,但其它的4篇影响因子都在2及以下,结果被毙了。第二次有2篇3以上的文章,1A2B勉强通过。这一次有6篇3以上的一作(其中7以上的有2篇),顺利通过。 当然,上面所说既非充分也非必要条件,因为有许多例外和不确定因素(抛开关系不谈)。如果你拥有这两个条件,申请成功的可能性将大大增加。 第二,一些建议 1)文章数量靠合作,文章质量靠自己 尽量能多发一些文章,但不要只追求数量。自己一个人无论怎样做,文章数量都很难有大的飞跃。但通过合作研究,可以有效的增加文章的数量。然而,文章的质量要靠自己。一年不要多,搞1-2篇影响因子在3以上的文章,就差不多了。经过几年的积累,你的基金上写上多篇高质量的文章,这无疑是比较带劲的、给力的。你参与的、别人一作的好文章,当然也很好,但总是不是最好的。打个比较俗气的比方,你爱上的漂亮的姑娘,但人家早已名花有主,那你心里肯定是不得劲的。 2)始终记住,我还有许多东西要学 知识浩如烟海,学不尽的,也研究不尽的。要谦虚、谨慎,不要自满。现在牛人多啊!高质量的文章,人家一年发几篇,我们几年发一篇(还不一定发的出来)。差距还是很大的哦! 3)诚实做人,踏实做事,保持一颗平常心 现在很多人很浮躁,这也没有办法。但对做研究是不利的。尽量能静下心来,坐得住,保持良好的心态!这很重要。好的心态能让你更冷静地分析、处理问题,取得成功。 4)劳逸结合,适当享受生活 不赞成整天扑在科研上。要抽出时间,陪陪老婆和孩子。俗话说,身体是革命的本钱。注意休息,劳逸结合,休息是为了更好的工作。人活着、没有项目,那确实是很痛苦。但最最痛苦的是什么,你知道吗?那就是项目没完成,人却完了! 另外,衷心希望国家能够提高我们教学、科研人员的待遇。让我们能够静下心来,好好地做我们的工作。10年来,工资未曾有啥变化,但物价翻了几番。这要让人完全淡定,确实是相当困难的。10年前,我的堂兄(瓦工)问我工资如何,我说大概3000。他说,发自肺腑的,“还是读书好!”10年后,他又问我,我说3000,他哈哈一笑,“真的吗?不错不错!”从此,他找我吹牛时声音都是钢钢的! 第一次发帖,说的不一定正确,请各位包涵!最后,对基金取得成功的同行表示祝贺,对未成功的兄弟、姐妹表示鼓励!
个人分类: 基金相关|1 次阅读|0 个评论
[转载]青基中标后的感受与体会
baiyunrui 2011-8-21 10:59
(function(){ var _w = 86 , _h = 16; var param = { url:'http://emuch.net/bbs/viewthread.php?tid=3505810', type:'6', count:'', /**是否显示分享数,1显示(可选)*/ appkey:'', /**您申请的应用appkey,显示分享来源(可选)*/ title:'#基金申请交流#青基中标后的感受与体会', /**分享的文字内容(可选,默认为所在页面的title)*/ pic:'', /**分享图片的路径(可选)*/ ralateUid:'2014610707', /**关联用户的UID,分享微博会@该用户(可选)*/ rnd:new Date().valueOf() } var temp = || '' ) ) } document.write('') })() function postToWb(){ var _t = encodeURI('#基金申请交流#青基中标后的感受与体会'); var _url = encodeURIComponent('http://emuch.net/bbs/viewthread.php?tid=3505810'); var _appkey = encodeURI("appkey");//您从腾讯获得的appkey var _pic = encodeURI('');//(例如:var _pic='图片url1|图片url2|图片url3....) var _site = 'http://emuch.net/bbs';//您的网站地址 var _u = 'http://v.t.qq.com/share/share.php?url='+_url+'&appkey='+_appkey+'&site='+_site+'&pic='+_pic+'&title='+_t; window.open( _u,'', 'width=700, height=680, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, location=yes, resizable=no, status=no' ); } 青基中标后的感受与体会 ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ wg423:恭喜,您的帖子被版主审核为资源贴了,别人回复您的帖子对资源进行评价后,您就可以获得金币了 理由:资源帖,接受评价 2011-08-20 19:01 wg423(金币+20, 基金EPI+1): 感谢楼主分享经验心得 2011-08-20 19:02:05 茄子:标题高亮 2011-08-20 19:32 收到科研秘书的邮件,青基已经中标,高兴中。首先感谢国家,感谢政府,感谢党,感谢基金委,感谢各位领导(不说这些会出问题的,你懂的)。感谢上苍的眷顾,感谢实验室课题组的各位兄弟姐妹,感谢小木虫坛子里的各位虫虫们这些天的最新消息。由于我是新虫,初来乍到,注册才不到一周,没多少金币,都散了吧,以表心意。主要想掰一掰中标后的一些个人想法,虽然不如金币实在,但希望能对虫子们有些帮助。文章有点长,你若觉得讲的有理,你就姑且看完,你若觉得我讲的不对,拍砖时候也请手下留情,我是新来的虫虫,也不要人肉我是哪里的。此外由于学科的不同,研究方向的不同,一些经验想法也未必适合每个人。 先掰一掰申请的背景,本人985学校工科博士毕业,留校,青椒(讲师)。进入课题组,各位师兄师姐们都是小牛人,都有基金支持,就我一个穷光蛋,虽说发文章的版面费,实验材料等这些师兄师姐们都会帮衬支持的(在此,再次谢谢他们),但时间久了也总归是不好意思。相信坛子里有些虫虫也是同样的情况,说一起进来的都中了,就自己没中,我很能理解他们的心情,因为我体验过同样的心情。那种压力,不仅仅是经费上的压力,更多的是精神上的压力,总觉得自己低人一等,这种压力如影随行,象空气一样时时刻刻包围着你,很难受。国家基金是为数不多的救命稻草,“成者王,败者寇”,虽然我们搞科研的人不应该这么功利,但是领导们就是拿科研经费做指标,他们也没办法,从学校开始上头一层压一层,每次开会都是强调科研经费多少多少。放眼看去,现在的高校都是重科研,轻教学,严格说应该是重科研经费,只要你能拿到经费,管你怎么来的,管你拿到之后怎么做,你就是好样的。我不是什么牛人,只是草根一个,要说我对基金申请也很功利,除了在此发发牢骚之外,我也只能顺应这个环境,毕竟还要混口饭吃。我们这边其他大多数项目的申报还是限项申报的,就是给你学校多少申请的名额,学校再分到学院多少个名额申报,这样一来,要申请什么项目一般要先在学院内部先答辩,先PK一番才有资格申请。对我们这样初出茅庐的小青椒而言,研究基础肯定不如那些资深教授,失败了,也是输的心服口服。所以如此一来,能够自由申请的国家基金几乎就是唯一的救命稻草了。可惜周期太长,一年一次,机会太少,20%的中标率。今年是第二次申请,第一次申请时候,因为临时更换研究方向和内容,写了个自己都不满意的本本,属于“打酱油”探路性质等待专家修改意见,这次申请根据专家的修改意见认真调整过,并做了一些研究基础,给师兄师姐们都看过,评价还不错,我自己也觉得有信心。7月中旬有渠道的人就知道了会评后的结果,可惜我没渠道,只能干等,到了8月中旬,差不多是最后放榜的日子了,也没有得到任何的消息,也不知道去哪里打听基金的动态。有一天上google搜索基金消息时才无意中发现小木虫,那时才注册了个帐号,小木虫坛子确实人气很旺,虫虫们都是志同道合等待消息的申请者,所以消息也很灵通。到了17号开始,坛子里更是一股热潮,一波接一波,我也开始不淡定了,而且很不淡定,几乎做不了什么事情,简直就是寝食难安。坛子里的虫虫们可能都知道17号开始“船时”通知,接下去就是那个“复审”通知公布了又撤了,然后就是19日上午的内部查询,后又不能查,下午快下班时候才发正式公告,最后才是通知发放到各个依托单位。至此坛子里才稍微安静一些,接着没多久就是新一拨的成功者发金币和失败者求安慰的帖子,总之放榜了揭晓了,有结果了,从小木虫坛子里面得到的消息果然是最快的第一手消息。回头看我们学校,奇怪,静悄悄的,没有任何动静,网页上没有,BBS上没有,QQ群中也没有任何消息,而且没有任何人讨论这个事情,难道大家都很淡定,还是都已经事先得知消息。最后我实在忍不住了,因为已经过了下班时间,只能发了邮件。晚上得到回信,说是清单已经通知到各个学院,明天可以到各个学院去查,而且那老师很热情很能体谅我们焦急等待的心情,答应帮我查。但那时候我又犹豫了,我担心着万一查到是失败了怎么办。说起来人真的是很矛盾的,一方面又想着早点知道结果,另一方面又害怕失败的打击,又退缩了,印象中好像心理学上有个专门的名词解释这种现象,不是搞这行的,不做深究。就这么忐忑忐忑的过了一个晚上,辗转难眠,什么也做不了,下载个片子看也没看进去,也不知道几点,总算睡着了。今早(20日)一起床,先开机,收邮件,因为坛子里有虫虫说中标的邮件是0点开始机器发送的,虽说我有点不信,但是这时候的心情,大家都能理解吧,任何的小道消息风吹草动都会让人信以为真的。说实话,我还不敢直接收邮件,我先是邮箱“远程管理”,先看看是否有邮件,看到了,标题为“2011国基清单”,我想可能有希望,又一想,可能这个是群发邮件吧让全部的老师都收到而已,不管怎样,结果就在眼前。调整好心情,收邮件,第一眼看到邮件内容“祝贺…”,再看附件清单,有自己的名字,心中的石头总算落地了。高兴的心情同大多数人一样,在此不表。写完这些,自己再回头看看过程,觉得自己太在乎这个结果了,太不淡定,太急躁,太功利,这样不好。虽然一再告诫自己不要太在乎结果,应该努力认真扎实的去研究,告诫自己要淡定,告诫自己要宁静要平和不要浮躁,但,但我还是无法做到。写下这些文字算是对这些天焦急心情的一种纪念吧,今后也用来提醒自己遇事还是要淡定,要“泰山崩于前而不改色”,要“不以物喜,不以己悲”,虽不能至,心向往之吧。 无关的事情说了这么多,现在掰一掰我对基金公平性的看法。其实也不是什么新观点,同大多数人一样,我还是认为国基是相对而言比较公平的一个。百分百的公平不可能,林子大了什么鸟都有,我就听传言说有人可以弄到5个函评专家名单,剩下的事情你懂的。坛子里一位高人的帖子里说的好,就算有10%的不公平,你为什么要想尽方法往里面钻呢?为什么不做那90%公平里面的佼佼者呢?而且,我觉得函评专家提出的意见还是很到位、很中肯的,你把这些都完善了,把本本写的滴水不漏,等你觉得函评专家提出的意见你不接受的时候,再来考虑公平不公平吧。再退一万步来说,即便这里面是有内幕有关系,那又怎么样?你不交本本么?不交一点希望都没有,交了本本,先做“分母”,多做几次,多完善几次,就慢慢爬上去变成了“分子”。写的本本很烂很垃圾,连自己都不满意,那不正好给专家揪住你这个“小辫子”,正好有藉口把你搞下去,所以无论如何,不管怎样,先把本本写好。 下面掰一掰申请过程中我觉得需要注意的一些地方吧,坛子里的高人很多,我在这里讲这些,有点班门弄斧的感觉,而且各个学科各个方向未必相同,我也不是函评专家,仅仅申请过两次,这里不敢太过造次,所以谈不上经验,仅说我个人想法,供各个虫虫参考而已。 首先要重视和发挥团队的力量,团队合作实验和科研的重要性在此就不多说了,这里仅仅掰一掰团队在写本本过程中的作用。很庆幸我能够在这样的一个团队中工作,中标过的师兄师姐们是真诚的帮助我,能够把中标的本本供我参考,虽然研究内容不同,但是大方向都差不多,看看人家中标的本本,会很有收获,知道怎么去写,要把握哪些内容。其次,在自己完善本本之后,给过来人审核审核,他们也会给你不少有用的建议和意见,因为毕竟一个人的思路有限,有时候容易进入死胡同。最后关键要讲一下,我们的老板专门集中时间让课题组的所有成员讨论申请书,每个人的本本用投影仪投影到大屏幕上,逐字逐句的过,我认为,这样的效果很好。因为人多了,容易形成讨论,有讨论的气氛,就容易有思路和创新,因为很多时候你的本本通过邮件请教某些大牛修改审核,毕竟大家都很忙,而且不是自己的本本,不大可能逐字逐句的过,而且有时候他的意见仅仅是他个人的。但是如果有几个人一起看,某个人发表了自己的意见,就可能会引起共鸣或反驳,大家都会乐于发表自己的看法,在讨论的过程中就肯定会有所收获。坛子里的虫虫们,你们若有一个好的团队,若有条件,明年申请时不妨试试,应该会取得较好的效果。 其次,写本本的过程中,要重视“科学问题”的凝练。我老板(导师)、学院科研副院长在给我们指导的时候一再强调这个问题,在坛子里的不少函评专家也多次强调这个问题。《科学通报》2006年发表了一篇“从自然科学基金项目申请看科学问题的凝练”,是基金委生命科学学部的专家写的,看完之后很有收获,虫虫们一定要重视这个问题,强烈推荐虫虫们一定要去认真研读一下这篇文章。我又仔细研究了师兄师姐们中标的本本,确实,他们提出的科学问题很到位。这里再多掰一掰我个人对“科学问题”的理解,不对之处,欢迎讨论,以免贻误后人。自然科学基金同其他基金不同,肯定是对“科学”问题进行研究,而不是其他技术问题。这里我想就我个人观点再掰一掰“科学问题”同“技术问题”的区别,因为很多人容易把这两个混为一谈。你有好的基础,好的项目,很好的应用前景,很好的社会经济效益,甚至很好的商业价值,这些都不属于“科学问题”,你拿这个项目去申请“科技计划”或许很好,去申请“产学研”资助也或许很好,但是如果直接拿来申请“自然科学基金”或许要做一定的调整和修改。譬如研究成某项技术能够大幅度降低成本、提高质量、提高产量,就我个人观点,这属于“技术问题”的范围,若能研究出这个技术为什么能提高产量,同提高质量之间有何关系,有哪些因素影响质量的提高,机理如何等,这或许更加的靠近“科学问题”的范畴吧。总之,大家都认为这个问题很重要,那究竟如何凝练到位,这就看各位的本事了。 第三,研究内容和研究方法的把握。本本都要求要有创新,而且创新是最重要的因素,但是说实话,哪来那么多的创新,我们的创新是本质上的根本创新还是小创新。我们也知道本本都是送到“小同行”手里函评的,“小同行”整天研究这个,熟悉的不能再熟悉了,因此,多少不可避免的会存在“轻估”的现象。尤其是当你把研究方法写的很详细很实在的时候,可能那点小创新就根本算不上什么了,可能就象一层纸张似的,一捅就破,说穿了就没啥值钱的了。但是呢,写的时候也不能写的太虚,否则专家会认为你的方法不到位,仅仅有想法,没有具体实现的过程。这是个“度”的问题,如何把握这个“度”,既不能太“实在”也不能太“虚幻”,这也就是需要个人各自的创作了,要靠个人的经验或者让过来人指点指点吧。在此我只能提醒各位虫虫,这是一个需要注意的问题。 第四,本本中,细节问题的把握。本本中最重要的是创新,研究内容、方法,除此之外一些小小的很细节的内容也不可忽视。成功的本本是若干个因素的“布尔与”运算而得到的,每个因素都要为1,有一个为0,就失败了。这里所说的细节或许不会影响到最终的结果,但是如果做的好的话,或许能增加一下印象分。首先是本本中排版方式,字体、字号、行间距、段间距、黑体、着重斜体等都需要注意。好的本本,有图有表,文字安排的很好,不说内容如何,仅仅一眼,就让人觉得舒服、清爽,让人可以感觉得到写本本人的态度认真和严谨的科研精神。试想,一个函评专家十来份本本,每份都是二三十页,你搞了个5号字体,全部是字,密密麻麻,看的不火大才怪。其次是研究方法中最好增加一个技术路线图,用什么样的框,直角还是圆角,实线还是虚线,间距如何,自己都慢慢一一去调整,最终做出来的效果,你说不出来哪里好,但是整体上美观大方、赏心悦目、心旷神怡,这就对了。我这次写这个本本时候,就这个技术路线图折腾了我整整两天。最后就是若你的老板是大牛,或者是圈内有很好的人脉关系,不妨在你的个人简历中写上这么一句:“师从***教授”,因为人嘛,总是有感情的,说不准,你的本本送到了某个同你老板关系好的函评专家的手上,希望他(她)能看在老板的面子上手下留那么小小的一点点的情份,或许就够了。这些都是不影响大局的细节问题,关键还是本本的研究内容和方法要靠谱,不过这些细节问题多少注意一下的为好,总归不是坏事。 最后掰一掰拿到基金的感受。上午时的喜悦已经逐渐退去,突然想到“一将功成万骨枯”这句诗,或许是基金申请很好的写照。20%的中标率,意味着一份成功的本本后面躺着4份失败的本本,在这个没有硝烟的无声的战场上,你PK掉了4个同仁,其实是一场很惨烈的厮杀。或许我们成功的人们应该感谢那些未中标的同仁们,他们未必比我们差,但是是他们成为了分母,我们才可能成为分子。没拿到基金,你吃喝玩乐荒废时光是你自己的事情,但拿到了基金,肩上的担子应该更重一些,是国家对你的信任,你用的是国家的资源,更应该要认真去完成既定的目标,为了几年后验收的考核,也为了自己内心深处那份不变的理想。失败的虫虫们,我理解你们的心情,看过坛子里的那篇“喝过那瓶黄酒,来年还是个申请人”,我有些动容,竟然是热泪盈眶。不要紧,20%的中标率,也意味着平均申请5年才有结果,听听刘欢的“从头再来”吧,“心若在梦就在,天地之间还有真爱,看成败人生豪迈,只不过是从头再来”。心若不在了,梦也不在,白送给你个基金也是浪费国家资源。科研很难做,高校的青椒们压力很大,既要教学又要科研,还要兼顾家庭,不容易啊,申请个基金还争个“头破血流”,慢慢熬吧,那些资深教授们当年也是这么过来的。我相信现在我们这些青椒们已经成为或逐渐成为中国科研的中坚力量,再过5年,10年,20年,今天这些面对种种压力的青椒们、虫虫们一定是中国科研的脊梁。我们在抱怨这个社会太浮躁,周围的环境太浮躁,其实是我们的内心太浮躁,我们不能安静的以平和的心态去做学问,我们很多时候的不快乐是因为我们想要的太多,基金仅仅是工作中的一部分,工作也仅仅是生活中的一部分。很喜欢坛子里一位留美GG的收获总结, http://emuch.net/bbs/viewthread.php?tid=3484708 ,这几天等待过程中心烦的时候总会去读读他的文字。借用他的文字来结束我的体会,你我共勉吧。 “其实,生活不是要我们急匆匆的迎上去,而是静静坐下来。只有静静坐下来,才会有云淡风轻的注视和凝望,才会有可触可感的深邃,才会有静静的陪伴和守候。” —— 写于青基中标后(2011.8.20) by 乖乖的助教
个人分类: 基金相关|0 个评论
[转载]孙刚:致全省教育局长、中小学校长和各位学生家长的一封信
hucs 2011-8-18 19:53
致全省各县(市、区)教育局长、中小学校长和各位学生家长的一封信 发布时间: 2011-08-18 07:13 转载来源:江西文明网 全省各县(市、区)教育局长、中小学校长、各位学生家长:   你们好!时值暑期盛夏,我省连续发生几起学生游泳安全事故,令人痛心。省委苏荣书记、省政府鹿心社代省长高度重视,先后作出重要批示。   各级政府及有关部门、各级各类中小学校和广大学生家长要从维护人民群众根本利益的高度,充分认识做好中小学安全工作的重要性和紧迫性,从中吸取教训,坚决克服麻痹思想,加强暑期中小学生安全教育和管理,扎扎实实做好各项工作,防止溺水等安全事故发生。   一、各地要利用多种途径,再次开展预防溺水和暑期游泳安全的专题教育,充分利用农村和社区广播、报纸、宣传橱窗以及网站,对广大中小学生进行游泳常识和安全知识的教育,切实提高每一名学生的安全意识和自护自救能力,坚决避免中小学生因擅自下水游泳玩耍和盲目施救等原因导致溺水身亡。   二、各地教育行政部门、中小学校以及社会培训机构必须和每一位学生家长加强联系。尤其是有的学生家处偏远地区、山区,有的学生在外旅游度假,要想方设法和这些学生家长联系。要通过印发《告家长书》、家庭访问、家长会等多种形式,告知每一位学生家长,告知每一位学生,切实增强安全意识和监护人责任意识。   三、各地教育行政部门要协调有关部门,督促社区及村民自治组织、义务巡查队等,检查河流和水塘边警示标牌和安全设施是否完好、栏杆是否结实,落实江河湖泊、水库池塘等水域安全巡游责任区制度。发现青少年学生在水边有异常情况时,要及时劝阻和制止。发现险情要及时施救。 江西省人民政府副省长 孙刚 2011年8月17日 稿源: 江西日报 作者: 编辑: 胡武龙
个人分类: 领导活动|1943 次阅读|0 个评论
科学网上有专攻智力障碍、自闭症的吗
热度 1 runrun 2011-8-11 15:36
一些傻话: 那个心理学、教育学有多久没翻了…那个自闭症知道的又有多少?…太少太少了… 经过半年的苦练,偶的英语阅读水平总算有所提高了,现在看十多页的英文论文也能从头看到尾了,小小的进步,值得鼓励!有些事情贵在坚持… 回来一直都没怎么开风扇(家里也没空调),本来广东的三十七度对我来说根本就不是个事,起码没南京那种黏呼呼的感觉,到这两天确实扛不住了,太热了,汗涔涔! 昨天把刻刀磨好了!本来打算给祁老爷子刻个章作为他的生日礼物的,不过字典忘放哪了,查查再看吧! 2011-07-29 11:18:46 low function autism由于各种能力差,即使训练也很难回归主流。high function autism是最有希望回归主流的。从一开始我就选错了切入点! 2011-07-27 23:07:51 可悲地发现,偶然碰见以前的同学,我不知道说什么,我也不想说什么!除了你们几个以外,我好像从未和什么同学特别friend过!平时和同学见到也只是简单地笑笑或者能避开就避开!我的失败!交往障碍啊… 2011-07-19 09:28:07 我的奖学金打进卡里还没放几个月就得拿来交学费(还得贴几百),我那白花花的银子啊! 2011-06-28 15:31:27 今年我将和一群智障有可能加自闭的小孩一起渡过我的生日! 2011-06-27 22:33:46
300 次阅读|1 个评论
一个挂在驴前面的胡萝卜
热度 2 app1e 2011-7-26 16:07
作为一个民工~就是要想办法把简单的东西做复杂~再把结果归纳总结~简化成结论~发个paper~ 所以做实验的人~就不断的尝试~换结构相似的原料来一堆平行实验~换PH来一堆平行实验~换溶剂来一堆平行实验~换浓度来一堆平行实验~~~用一个正交表~把所有能改变的变量都尝试一遍~~总结规律提出解释~~发现有趣的新现象说不定就能开创个新领域~~然后发paper申专利拿大奖~~ 做计算的呢~就是把结构类似的分子都算一下~换方法从ab initio到MP2到DFT到CASS CF都算一下~改个wave fuction加个basic set都算一下~换不同的溶剂都算一下~加个氢键作用1个2个3个无数个都算一下~~~解释实验现象预测实验结果~~~做完应用就去发展方法~设计个新function~建立个新force field~~全部用自己的名字来命名~~~ 等哪天发大S大N拿炸药奖了~就帮拍个传记体电影《让paper飞》和《诺奖伟业》~ 挂在驴前面的胡萝卜描绘好啦~多么诱人多么可爱多么美好多么不切实际多么异想天开多么遥不可及~ 要忍得住寂寞,才能成大业吖。。。说起来容易做起来难~囧。。。午觉睡到现在白日梦还做不停的小民工真是伤不起啊~
7062 次阅读|2 个评论
[转载]西南财大校长赵德武连续三天为5917名学生授位
DynamoChina 2011-6-30 07:43
西南财大校长赵德武连续三天为5917名学生授位 来源: 四川新闻网-成都商报 2011年06月28日04:51 毕业典礼现场    毕业典礼·西南财大   西南财大校长赵德武   他的言:   不要总戴着灰色的眼镜去看世界;   世界上的事情都是干出来的;   人是要有点境界的    他的行:   烈日当空   握手、拨穗、赠言、留影   连续三天他为5917名学生授位   他浑身湿透,连领带上都是汗水   “也许在国内再也找不出第二个能为全体毕业同学一一授位的校长了吧?直至今日校长已经连续授位三天了。长久的站立,不停的拨穗,持续的微笑,加之今天难耐的酷热……让我们一起大声地喊:赵校长,谢谢您!”   24日晚,这样一条帖子出现在财大校园网bbs上,很快便被跟帖者顶成热帖。发帖人是该校2011届毕业生王开烨。   从本月22日早上开始,西南财经大学校长赵德武坚持站立在学校体育馆里,握手、拨穗、赠言、留影……这样的动作,三天里,赵德武重复了5917次。校长浑身湿透,就连领带上都是汗水,平实的校长用专注感动了学生,有的同学感动得热泪盈眶。    为5917名学生授学位   汗水浸湿校长的领带   本月22日,西南财经大学的毕业典礼如期举行。全校5917名毕业生在学校体育馆里倾听了校长的毕业致辞。   毕业生王开烨听得尤其入神,校长的演说很平实,没有太多华丽的辞藻,但听起来却让她有些伤感。“经世楼自习室里通宵的苦读、其孜楼里弥漫书香的相遇、军训时八个人争抢的大盘菜……”她现在仍然记得校长的三句寄语,“不要总戴着灰色的眼镜去看世界;世界上的事情都是干出来的;人是要有点境界的。”   上午10点,典礼一结束,一对一的授位典礼开始了。每位同学依次走上台,和校长握手,接受校长的拨穗、赠言,和校长一起合影。一天的时间显然不够,王开烨被排在第三天下午。24日,烈日当空,仅仅几分钟,王开烨背后的学士袍已经有些湿润了。“难以想象,校长就这么连续站了三天”。   而当她面对校长赵德武时,他的脸上汗如雨下,但仍一脸微笑。她注意到,校长浑身湿透,就连领带上都是汗水。在她走下台,另一个同学走上台的间隙,校长用纸巾擦了下脸上的汗,又立刻笑容满满地迎接下一个同学。   握手、拨穗、赠言、留影……这样的动作,三天里,赵德武重复了5917次。在24日的那天下午,有同学们在授位现场高喊:“德武威武,能文能武”,“我爱武哥,我爱西财!”王开烨记得“声音大得在体育馆外也能听到”。    学生感动   征集999个感谢谢校长   自从大学扩招以来,动辄好几千人的大学,也让毕业典礼成为一个庞大的工程。不知从什么时候起,校长拨穗、合影等等毕业仪式已经被简化成了半个小时内完成的领导讲话。   正因为如此,在即将离开母校的那个晚上,王开烨在学校bbs上发了文章开头那篇帖子,征集999个感谢谢校长。帖子很快被同学们顶到首页,得到了不少同学的回应。“SWUFE小猪”说:“真是对体力的极大考验啊,赵校长真是不容易啊,谢谢你啦”。   “真的要非常感谢赵校长,虽然累了很久,但还是如同第一次一样,甚至帮我整理了衣衫,让自己保持一个良好的形象。”……同学们纷纷留言。“唯美旭婕”在典礼上听到校长祝福的话,泪水唰就下来了,“赵校长给大家说了那么多那么多的话……很多年后看视频肯定还会感谢您的!谢谢可爱可敬的校长!”    校长坦言:   “这确实辛苦 但不得不做”   为5917名学生依次举行授位礼,校长赵德武坦言“这确实是件辛苦的事”。为了保证严肃、庄严的气氛,他必须穿正装系领带,还要披上一层校长服,并且面对每个学生微笑、挺胸抬头,大声地和他们说话、交流。   “但再难却不得不做”。在他看来,这是学校文化建设的一个重要时刻,开学典礼、毕业典礼上大学校长的言行对学生的影响有时难以估量。   他至今仍然记得,1979年前北大校长胡适发表在《独立评论》上的《赠与今年毕业的大学生》中提到的那些话,“我们要深信:今日的失败,都由于过去的不努力。我们要深信:今日的努力,必定有将来的大收成。”这些名言依然屡被提起,成为很多人毕业后的精神指南。   为此,在2008年,赵德武第一年担任西南财经大学校长起,这样为每一位同学举行授位仪式的传统就一直延续至今。到今年,他已为16000余名毕业生一一授位。   毕业了两年的西南财经大学毕业生王千玥至今仍然记得两年前校长授学位时的场景,“校长帮我整理了一下学士服,说祝贺你,我怯生生地说了句谢谢校长,声音太小,每件事情我们都要做到最好!大声点,再大声点。”成都商报记者 汪玲    赵德武校长的三句话(节选)   第一句 “不要戴着灰色的眼镜看世界”   ……当我们扔掉灰色的眼镜,客观地认识自我、宽容地对待他人、乐观地看待社会,这种积极的思维力将帮助我们穿透变化中的重重迷雾……人生旅途中,重要的不是你现在所处的位置,而是你迈出下一步的方向。如果你一直迎着阳光走,那么阴影就会被甩在身后。    第二句 “世界上的事情都是干出来的”   今后,我们要实现一个又一个的人生目标,攻克一个又一个的难题。我们要紧盯目标,勇敢前行;也要改变心浮气躁,脚踏实地。我们不仅要用力做事,更要用心做事。    第三句 “人是要有点境界的”   在这个飞速变化的时代,浮躁就像一种流行病,人们在急切思变中追逐着自己的目标,却可能忽略对生命本身意义的追问……人是应该有点境界的,“忧以天下乐以天下”的情怀,“不以物喜不以己悲”的超然,“穷且益坚,不坠青云之志”的品格……这些都是境界。 // (责任编辑:UN021
1306 次阅读|0 个评论
[转载]专家称中国人活得太累了 被权力和金钱所诱导
热度 1 thismoment 2011-6-16 17:27
专家称中国人活得太累了 被权力和金钱所诱导 来源: 中国日报网 作者:金盛华 2011年06月16日08:40 我来说两句 ( 5019 ) 复制链接 打印 大 中 小 大 中 小 大 中 小    当今社会,不管男人还是女人,当官的还是老百姓,有钱的还是没钱的,朋友一见面都会抱怨几句, “活得累”几乎成了这个时代的“口头禅”。有人将中国人太累的原因归结为以下几种:太看重位子,总想着票子,倒腾着房子,放不下架子,撕不开面子,眷顾着孩子。人们的“累”真是由这些原因造成的吗?累的背后还有怎样的社会根源、文化根源?   如果我们被权威主义和简单功利主义所诱导,即便我们达成了我们渴望的成就,一次性的满足之后依然是失落。   你过得开心吗?是否常遇到特别堵心的事?你遇到过被欺骗、被冒犯、被欺负的情况吗?总的来说,你对自己的生活状况满意吗?你总体的幸福感又如何?当你认真地回答这些问题时,你已经可以大体上评价你的生活质量,并知道自己是不是跟很多人一样,活得很累。    中国人活得究竟有多累   中国人活得尤其累,不只是传说或人们日常的感受,更是不争的事实。根据幸福研究的权威专家、美国密歇根大学社会学教授英格尔哈特最新发布的研究结果,在52个国家进行的持续性调查(平均为17年)中,幸福指数在40个国家中有所增长,只在12个国家中出现了下降。总体平均,认为自己“很幸福”的人增加了近7个百分点,但是,中国 台湾 和大陆却占据了在此期间幸福感百分数下降最为严重的两个位置,期间中国人的生活满意度也排在负增长的倒数第6位。   《人民论坛》2010年12月(上)发布的对6235人的调查结果表明,自认为属于弱势群体的网友为73.5%,党政干部、知识分子和白领员工自认为弱势的比例也高达45.1%、55.4%和57.8%。笔者2010年12月29日对相关网站调查截取的即时结果为,在2648名参与调查的网友中,90%的选择了认为自己是弱势群体,其中弱势感很强烈和比较强烈的占到84%。   为什么中国人活这么累?为什么世界多数国家幸福指数增长,而中国反而反向降低且程度进入最底的行列?英格尔哈特教授试图用发展和自由与幸福的联系来分析幸福的强度和变化趋势,但显然难以解释,为什么中国人在社会经济和物质生活财富积累大踏步进步,个人选择空间明显扩大而制约相对减少的情况下,幸福感却反而明显下降了。    活得累的社会根源   人要想活得从容,需要两个条件,一个是活出自己的价值,一个是能够获得安全感。能够很好地解决这两个问题的,才会成为真正的“幸福者”。遗憾的是,在中国现实的社会与文化条件下,要想很好地实现自我价值,其实非常困难,这就正好解释了为什么只有很小比例的人有机会成为“幸福者”。   中国人实现自我价值和获得安全感的困难到底在哪里呢?   人能否感觉到自我价值决定于两方面要素,第一方面的要素是核心和关键,即一个社会作为外部环境怎样判定一个人的价值,这种判定倾向发挥着引导人们怎样评判自我价值的作用。长期的封建传统和独特的中国文明史,使中国社会养成了深厚的权威主义价值倾向。也就是说,现实社会倾向于用种种直接或间接、外显或潜隐的方式,从一个人所占据的地位和拥有的资源来判定其价值,而缺乏一般性的文明、平等、尊重、平权和尊严的概念。近年来,虽然中央政府在政治、经济、文化等方面制定了一系列政策,采取了一系列措施,为弱势群体提供了有力的制度性支持。但是与强势群体相比,弱势群体的利益诉求还不能得到诸多保障。由于这种价值取向的存在,人们从自我意识诞生起,就存在着强烈的需要自我被承认的焦虑感,这种焦虑感驱使人们不断寻找和建立一个又一个可以显示自我价值的标志,特别是具有社会公认价值的金钱和官衔,并不断进行各种社会比较,以期建立自己的相对优势,得到社会环境的价值承认。   这种从社会权威主义环境价值取向衍生出来的价值追求倾向,又派生出来了简单功利导向的金钱至上主义价值观,即一切都必须还原到金钱,金钱成为了通用价值尺度,一切价值和荣誉,都必须由金钱的强度来衡量。为此,金钱成为了压倒一切的追求。本来,追求金钱是人的本性的一部分,但金钱主义使人的这一本性掩盖了本来与之平行的另外一种“人之初,性本善”的本性。从中国社会市场经济实施以来频发的环境污染、广泛的食品毒化事件和医疗系统之种种超出想象力的怪象看,很容易发现,一个社会本该自然存在的人与人之间作为同类的善意,已经广泛而深刻地被金钱追求所击垮。其他同类,褪变成了赚钱的工具。“己所不欲,勿施于人”的祖训,早已被对金钱的欲望所淹没。   一个社会消除权威主义的最好良方,是取消特权和制约权力,让社会尊重的不再是权力和位置,而是人人都有可能通过自身努力达成的成就和事业。社会在实际运作之中呈现出多重的使人们自我价值得以实现的价值导向,权威主义才能逐步弱化和退出影响的主导地位。   安全感是一种不用自我警惕和随时准备实施自我保护的放松状态。当你过马路时汽车给你让道,司机还示意请你先行的时候,你体会的是安全感。而司机看到你要过马路拼命鸣笛和加速,你体会的则是不安全感。平时低头不见抬头见的邻里随时可以委托责任,你体会的是安全感,而你的随身提包或电脑一离开视野就可能被盗,你则体会不安全感。每个人都可以从不安全感的提醒中体会到压力和担忧,你的生活伴有长期的和广泛的不安全感时,会随时处于一种防卫状态,心力也不断耗费,活得很累,是这种状态的自然结果。    活得累的文化根源   活得比较累,与其说是外在生活压力过大所致,毋宁说是我们中国人的生活习惯追求使然。再追求,再累,也要更上一层楼。正所谓“没有最好,只有更好”。看来,中国人具有一种不完全自觉地置身于现实生活压力当中的习惯。也就是说,中国人的生命旅程似乎注定要面对永远也翻越不完的崇山峻岭,永远也克服不完的艰难险阻。所以,我们中国人感到活得比较累,不是一时的“累”,而是日积月累的“累”,是一种难以为继的“累”,是一种习惯性的“累”……   如果我们被权威主义和简单功利主义所诱导,总试图用达成某种经济和地位的方式来确立自己的价值和建立自己的幸福,甚至为此不择手段。那么我们会发现,即便我们达成了我们渴望的成就,一次性的满足之后依然是失落,我们依然无法建立自己所渴求的稳定自信。不顾一切成功实现升官发财的人会猛然发现,升官发财远不是人生的全部,只是让我们变换了参照环境,自我的命运,仍然在前途的不确定中风雨飘摇。    重要的一点,中国人无信仰,欲望无止境,内心浮躁,没有基本共同的价值观念。心中无信仰,精神无依托,内心常常充满困惑,不敢肯定自己,为人言所累,大多数人都蹑手蹑脚,战战兢兢,每走一步,说一句话,都要担心别人对自己的评价。或者做的不说,说的不做,努力假装自己很正统,很高尚,常常被迫去做自己不愿意作的事,为面子、为名声,往往也不为自己,更不为他人。   人生的结果是由历史、文化、环境、社会和自我多方面因素造就的,不以人的意志为转移。无论我们想得到什么,也无论我们的欲望有多强烈,我们最终得到的,不是我们想得到的,而是我们应该得到的。个人对自己命运能够做的,是建构让自己的愿望成为现实的被社会公理支持的逻辑,增加让愿望成为事实的理由。 ( 注:本文为《人民论坛》杂志原创文章 作者为 北京 师范大学心理学院教授) //
个人分类: 观点|1981 次阅读|1 个评论
[转载]Examples for C MEX-Files
Amedee 2011-6-10 19:50
Passing a Scalar Let’s look at a simple example of C code and its MEX-file equivalent. Here is a C computational function that takes a scalar and doubles it. #include math.h void timestwo(double y ) { y = 2.0*x ; return; } Below is the same function written in the MEX-file format. /* * ============================================================= * timestwo.c - example found in API guide * * Computational function that takes a scalar and doubles it. * * This is a MEX-file for MATLAB. * Copyright (c) 1984-2000 The MathWorks, Inc. * ============================================================= */ /* $Revision: 1.8 $ */ #include "mex.h" void timestwo(double y ) { y = 2.0*x ; } void mexFunction(int nlhs, mxArray *plhs ) { double *x, *y; int mrows, ncols; /* Check for proper number of arguments. */ if (nrhs != 1) { mexErrMsgTxt("One input required."); } else if (nlhs 1) { mexErrMsgTxt("Too many output arguments"); } /* The input must be a noncomplex scalar double.*/ mrows = mxGetM(prhs ); ncols = mxGetN(prhs ); if (!mxIsDouble(prhs ) || mxIsComplex(prhs ) || !(mrows == 1 ncols == 1)) { mexErrMsgTxt("Input must be a noncomplex scalar double."); } /* Create matrix for the return argument. */ plhs = mxCreateDoubleMatrix(mrows,ncols, mxREAL); /* Assign pointers to each input and output. */ x = mxGetPr(prhs ); y = mxGetPr(plhs ); /* Call the timestwo subroutine. */ timestwo(y,x); } In C, function argument checking is done at compile time. In MATLAB, you can pass any number or type of arguments to your M-function, which is responsible for argument checking. This is also true for MEX-files. Your program must safely handle any number of input or output arguments of any supported type. To compile and link this example source file at the MATLAB prompt, type mex timestwo.c This carries out the necessary steps to create the MEX-file called timestwo with an extension corresponding to the platform on which you’re running. You can now call timestwo as if it were an M-function. x = 2; y = timestwo(x) y = 4 You can create and compile MEX-files in MATLAB or at your operating system’s prompt. MATLAB uses mex.m, an M-file version of the mex script, and your operating system uses mex.bat on Windows and mex.sh on UNIX. In either case, typing mex filename at the prompt produces a compiled version of your MEX-file. In the above example, scalars are viewed as 1-by-1 matrices. Alternatively, you can use a special API function called mxGetScalar that returns the values of scalars instead of pointers to copies of scalar variables. This is the alternative code (error checking has been omitted for brevity). /* * ============================================================= * timestwoalt.c - example found in API guide * * Use mxGetScalar to return the values of scalars instead of * pointers to copies of scalar variables. * * This is a MEX-file for MATLAB. * Copyright (c) 1984-2000 The MathWorks, Inc. * ============================================================= */ /* $Revision: 1.5 $ */ #include "mex.h" void timestwo_alt(double *y, double x) { *y = 2.0*x; } void mexFunction(int nlhs, mxArray *plhs ) { double *y; double x; /* Create a 1-by-1 matrix for the return argument. */ plhs = mxCreateDoubleMatrix(1, 1, mxREAL); /* Get the scalar value of the input x. */ /* Note: mxGetScalar returns a value, not a pointer. */ x = mxGetScalar(prhs ); /* Assign a pointer to the output. */ y = mxGetPr(plhs ); /* Call the timestwo_alt subroutine. */ timestwo_alt(y,x); } This example passes the input scalar x by value into the timestwo_alt subroutine, but passes the output scalar y by reference. Exsample2:PassingStrings AnyMATLABdatatypecanbepassedtoandfromMEX-files.Forexample, thisCcodeacceptsastringandreturnsthecharactersinreverseorder. /* *============================================================= *revord.c *Exampleforillustratinghowtocopythestringdatafrom *MATLABtoaC-stylestringandbackagain. * *Takesastringandreturnsastringinreverseorder. * *ThisisaMEX-fileforMATLAB. *Copyright(c)1984-2000TheMathWorks,Inc. *============================================================ */ /*$Revision:1.10$*/ #include"mex.h" voidrevord(char*input_buf,intbuflen,char*output_buf) { inti; /*Reversetheorderoftheinputstring.*/ for(i=0;ibuflen-1;i++) *(output_buf+i)=*(input_buf+buflen-i-2); } Inthisexample,theAPIfunctionmxCallocreplacescalloc,thestandardC functionfordynamicmemoryallocation.mxCallocallocatesdynamicmemory usingtheMATLABmemorymanagerandinitializesittozero.Youmustuse mxCallocinanysituationwhereCwouldrequiretheuseofcalloc.Thesame istrueformxMallocandmxRealloc;usemxMallocinanysituationwhereC wouldrequiretheuseofmallocandusemxReallocwhereCwouldrequire realloc. NoteMATLABautomaticallyfreesupmemoryallocatedwiththemx allocationroutines(mxCalloc,mxMalloc,mxRealloc)uponexitingyour MEX-file.Ifyoudon’twantthistohappen,usetheAPIfunction mexMakeMemoryPersistent. BelowisthegatewayroutinethatcallstheCcomputationalroutinerevord. voidmexFunction(intnlhs,mxArray*plhs ) { char*input_buf,*output_buf; intbuflen,status; /*Checkforpropernumberofarguments.*/ if(nrhs!=1) mexErrMsgTxt("Oneinputrequired."); elseif(nlhs1) mexErrMsgTxt("Toomanyoutputarguments."); /*Inputmustbeastring.*/ if(mxIsChar(prhs )!=1) mexErrMsgTxt("Inputmustbeastring."); /*Inputmustbearowvector.*/ if(mxGetM(prhs )!=1) mexErrMsgTxt("Inputmustbearowvector."); /*Getthelengthoftheinputstring.*/ buflen=(mxGetM(prhs )*mxGetN(prhs ))+1; /*Allocatememoryforinputandoutputstrings.*/ input_buf=mxCalloc(buflen,sizeof(char)); output_buf=mxCalloc(buflen,sizeof(char)); /*Copythestringdatafromprhs intoaCstring *input_buf.*/ status=mxGetString(prhs ,input_buf,buflen); if(status!=0) mexWarnMsgTxt("Notenoughspace.Stringistruncated."); /*CalltheCsubroutine.*/ revord(input_buf,buflen,output_buf); /*SetC-stylestringoutput_buftoMATLABmexFunctionoutput*/ plhs =mxCreateString(output_buf); return; } Thegatewayroutineallocatesmemoryfortheinputandoutputstrings.Since theseareCstrings,theyneedtobeonegreaterthanthenumberofelements intheMATLABstring.NexttheMATLABstringiscopiedtotheinputstring. Boththeinputandoutputstringsarepassedtothecomputationalsubroutine (revord),whichloadstheoutputinreverseorder.Notethattheoutputbuffer isavalidnull-terminatedCstringbecausemxCallocinitializesthememoryto 0.TheAPIfunctionmxCreateStringthencreatesaMATLABstringfromthe Cstring,output_buf.Finally,plhs ,theleft-handsidereturnargumentto MATLAB,issettotheMATLABarrayyoujustcreated. ByisolatingvariablesoftypemxArrayfromthecomputationalsubroutine,you canavoidhavingtomakesignificantchangestoyouroriginalCcode. Inthisexample,typing x='helloworld'; y=revord(x) produces Thestringtoconvertis'helloworld'. y= dlrowolleh
个人分类: 程序设计|2416 次阅读|1 个评论
[转载]Examples of Fortran MEX-Files
Amedee 2011-6-10 19:49
Examples of Fortran MEX-Files exsample 2================================================================================ C This is an adaptation of matsq from the API Guide. C C This file has been written to demonstrate the use C of two functions so that the size of the input C matrices must not be known at compilation. C C As an m-file, this would be written C function z=multscalar(x,y) C % x is a matrix of any dimension C % y is a scalar C z=x*y; C C Written by Matthew C Roberts, matthewcroberts@hotmail.com C C This is the gateway function subroutine mexFunction(nlhs,plhs,nrhs,prhs) implicit none integer nlhs, nrhs, mxGetM, mxGetN integer m(nrhs), n(nrhs), mxIsNumeric C Change this to integer*8 for 64 bit matchines integer plhs(nlhs), prhs(nrhs) C Check the proper number of input and output arguments if (nlhs .gt. 1) then call mexErrMsgTxt('No more than one output argument') end if if (nrhs .ne. 2) then call mexErrMsgTxt('Must be exactly two input arguments') end if C Check to make sure that the arguments are non-numeric if (mxIsNumeric(prhs(1)).eq.0) then call mexErrMsgTxt('Non-numeric Data Present') end if if (mxIsNumeric(prhs(2)).eq.0) then call mexErrMsgTxt('Non-numeric Data Present') end if C Get size of input arguments m(1)=mxGetM(prhs(1)) m(2)=mxGetM(prhs(2)) n(1)=mxGetN(prhs(1)) n(2)=mxGetN(prhs(2)) call matmult_1(nlhs,plhs,nrhs,prhs,m,n) end C ================================================================= C This is the computational function subroutine matmult_1(nlhs,plhs,nrhs,prhs,m,n) implicit none integer nrhs, nlhs integer m(nrhs), n(nrhs) C These are the input argument double precision x(m(1),n(1)), y, z(m(1),n(1)) C Change these to integer*8 for 64 bit machines integer plhs(nlhs), prhs(nrhs), zpr integer mxCreateFull, mxGetPr external mxGetPr C Copy the inputs into FORTRAN call mxCopyPtrtoReal8(mxGetPr(prhs(1)),x,m(1)*n(1)) call mxCopyPtrtoReal8(mxGetPr(prhs(2)),y,1) C Now, do the math: call matmult_2(x,y,z,m,n) C Send the answer home plhs(1)=mxCreateFull(m(1),n(1),0) zpr=mxGetPr(plhs(1)) call mxCopyReal8toPtr(z,zpr,m(1)*n(1)) end C Computational Subroutine? subroutine matmult_2(x,y,z,m,n) implicit none integer m(2), n(2) double precision x(m(1),n(1)), y, z(m(1),n(1)) z = x*y end exsample 3========================= dgemv.f ===================================== Here is an example of a fortran routine for multiplying a vector by a matrix. Of course, Matlab can do this already. This example was chosen because it can so easily be verified to work, and also because it contains several examples of important issues in creating a gateway file. In particular, variables of all types (integer, float, character) are passed, and in the case of float, we use scalar, vector, and matrix forms. Also addressed the issue of when an input parameter in fortran is modified and is output as well. This is distinct from functions in Matlab, where input and output to and from a function are distinct. This example contains most of the commands that would be needed by someone using numerical algorithms. dgemv.f is a fortran subroutine for multiplying a vector by a matrix. It is from the Blas set of routines, downloaded from Netlib. xerbla.f and lsame.f are called by dgemv.f. dgemvg.f is the gateway routine that links the fortran code to Matlab. mvmults.m is a Matlab script that defines the matrix and vector we wish to multiply, and calls the routine for doing the multiplication. --------------------------------dgemv.f-------------------------- subroutine mexfunction(nlhs,plhs,nrhs,prhs) integer*4 plhs(*),prhs(*) integer nlhs,nrhs C Define types for mx functions. Recall that pointers used C in mex files must be of type integer*4 integer*4 mxgetpr, mxcreatefull, mxgetstring real*8 mxgetscalar integer*4 status C Variables (and pointers to variables) used by the Fortran subroutine. C The floating point variables will be referred to by pointers. C For the integer and character variables, we will use the actual C values, so we defing the variables accordingly. integer*4 a,x,y,alpha,beta character*1 trans if (nrhs .ne. 11) then call mexerrmsgtxt('Wrong number of inputs in sgemv') end if if (nlhs .ne. 1) then call mexerrmsgtxt('Wrong number of outputs in sgemv') end if C Retrieve the dimensions of the input matrix and vector. This is not C necessary, but it gives us an opportunity to check for errors. C Moreover, this will help us determine how long to make the output C vector. ma = mxgetm(prhs(4)) na = mxgetn(prhs(4)) mx = mxgetm(prhs(6)) nx = mxgetn(prhs(6)) status = mxGetString(prhs(1),trans,1) m = int(mxgetscalar(prhs(2))) n = int(mxgetscalar(prhs(3))) lda = int(mxgetscalar(prhs(6))) incx = int(mxgetscalar(prhs(8))) incy = int(mxgetscalar(prhs(11))) C Create the output variable. plhs(1) = mxcreatefull(na,1,0) alpha = mxgetpr(prhs(4)) a = mxgetpr(prhs(5)) x = mxgetpr(prhs(7)) beta = mxgetpr(prhs(9)) y = mxgetpr(prhs(10)) call dgemv(trans,m,n,%val(alpha),%val(a),lda, %val(x),incx,%val(beta), %val(y),incy) plhs(1) = prhs(10) return end --------------------- xerbla.f ------------------------------- SUBROUTINE XERBLA( SRNAME, INFO ) * * -- LAPACK auxiliary routine (preliminary version) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * February 29, 1992 * * .. Scalar Arguments .. CHARACTER*6 SRNAME INTEGER INFO * .. * * Purpose * ======= * * XERBLA is an error handler for the LAPACK routines. * It is called by an LAPACK routine if an input parameter has an * invalid value. A message is printed and execution stops. * * Installers may consider modifying the STOP statement in order to * call system-specific exception-handling facilities. * * Arguments * ========= * * SRNAME (input) CHARACTER*6 * The name of the routine which called XERBLA. * * INFO (input) INTEGER * The position of the invalid parameter in the parameter list * of the calling routine. * * WRITE( *, FMT = 9999 )SRNAME, INFO * STOP * 9999 FORMAT( ' ** On entry to ', A6, ' parameter number ', I2, ' had ', $ 'an illegal value' ) * * End of XERBLA * END -------------------- lsame.f ----------------------------------- LOGICAL FUNCTION LSAME( CA, CB ) * * -- LAPACK auxiliary routine (version 2.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * January 31, 1994 * * .. Scalar Arguments .. CHARACTER CA, CB * .. * * Purpose * ======= * * LSAME returns .TRUE. if CA is the same letter as CB regardless of * case. * * Arguments * ========= * * CA (input) CHARACTER*1 * CB (input) CHARACTER*1 * CA and CB specify the single characters to be compared. * * ===================================================================== * * .. Intrinsic Functions .. INTRINSIC ICHAR * .. * .. Local Scalars .. INTEGER INTA, INTB, ZCODE * .. * .. Executable Statements .. * * Test if the characters are equal * LSAME = CA.EQ.CB IF( LSAME ) $ RETURN * * Now test for equivalence if both characters are alphabetic. * ZCODE = ICHAR( 'Z' ) * * Use 'Z' rather than 'A' so that ASCII can be detected on Prime * machines, on which ICHAR returns a value with bit 8 set. * ICHAR('A') on Prime machines returns 193 which is the same as * ICHAR('A') on an EBCDIC machine. * INTA = ICHAR( CA ) INTB = ICHAR( CB ) * IF( ZCODE.EQ.90 .OR. ZCODE.EQ.122 ) THEN * * ASCII is assumed - ZCODE is the ASCII code of either lower or * upper case 'Z'. * IF( INTA.GE.97 .AND. INTA.LE.122 ) INTA = INTA - 32 IF( INTB.GE.97 .AND. INTB.LE.122 ) INTB = INTB - 32 * ELSE IF( ZCODE.EQ.233 .OR. ZCODE.EQ.169 ) THEN * * EBCDIC is assumed - ZCODE is the EBCDIC code of either lower or * upper case 'Z'. * IF( INTA.GE.129 .AND. INTA.LE.137 .OR. $ INTA.GE.145 .AND. INTA.LE.153 .OR. $ INTA.GE.162 .AND. INTA.LE.169 ) INTA = INTA + 64 IF( INTB.GE.129 .AND. INTB.LE.137 .OR. $ INTB.GE.145 .AND. INTB.LE.153 .OR. $ INTB.GE.162 .AND. INTB.LE.169 ) INTB = INTB + 64 * ELSE IF( ZCODE.EQ.218 .OR. ZCODE.EQ.250 ) THEN * * ASCII is assumed, on Prime machines - ZCODE is the ASCII code * plus 128 of either lower or upper case 'Z'. * IF( INTA.GE.225 .AND. INTA.LE.250 ) INTA = INTA - 32 IF( INTB.GE.225 .AND. INTB.LE.250 ) INTB = INTB - 32 END IF LSAME = INTA.EQ.INTB * * RETURN * * End of LSAME * END ---------------------------- mvmults.m ------------------------------------- mvmults.m is a Matlab script that defines the matrix and vector we wish to multiply, and calls the routine for doing the multiplication. clear rows = 100; for i = 1:rows, for j = 1:rows, amat(i,j) = (i*j-1)/rows; end xvec(i) = i/rows; end xvec = xvec'; yin = zeros(rows,1); yvec = dgemv('N',rows,rows,1.0,amat,rows,xvec,1,0.0,yin,1);
个人分类: 程序设计|2413 次阅读|0 个评论
[转载]difference between “__syncthreads” and “cudaThreadSynch()
dishengbin 2011-6-1 22:07
cudaThreadSynchronize() is a _host_ function that waits for all previous async operations (i.e. kernel calls, async memory copies) to complete. __synchtreads() is a _device_ function that acts as a thread barrier. All threads in a block must reach the barrier before any can continue execution. It is only of use when you need to avoid race conditions when threads in a block access shared memory.
个人分类: CUDA|1850 次阅读|0 个评论
[转载]深圳位列第六
windlight 2011-5-25 10:36
深圳位列第六 来源: 深圳新闻网-深圳特区报 2011年05月25日06:09   深圳特区报讯 (记者 范京蓉)世界著名学术刊物《自然》发行方自然出版集团最近发布《自然出版指数2010中国》报告,称中国科研论文量增质升,并首次评出中国科研实力十强城市,深圳在其中名列第六。   报告首次对中国城市的基础科研实力进行排名,排名前十的城市依次是北京、上海、南京、合肥、香港、深圳、厦门、杭州、广州和天津。报告称,中国2010年在《自然》及其子刊发表的论文中,这10个城市论文发表数占88%,而且,中国前20名科研机构全部位于这十个城市。   在报告同期评选的中国前十位科研机构中,深圳的华大基因研究院名列第四。这十家科研机构依次为:中国科学院、清华大学、中国科技大学、深圳华大基因研究院、北京大学、南京大学、香港大学、东南大学、厦门大学和浙江大学。   报告以中国2009-2010年在《自然》及其子刊上发表的包括论文、快报和综述在内的文章数量为参考,同时也统计了中国在《科学》、《细胞》、《新英格兰医学杂志》以及《柳叶刀》上发表的文章数量。   作者:范京蓉
个人分类: 知道分子 分享|1699 次阅读|0 个评论
[转载]药家鑫VS马家爵:李玫瑾的矛盾心理学
热度 2 wangyong77 2011-4-13 19:15
这是一位专门为富人漂白的心理专家 药家鑫VS马家爵:李玫瑾的矛盾心理学 来源: 金羊网—羊城晚报 2011年04月10日14:22 我来说两句 ( 1689 ) 复制链接 打印 大 中 小 大 中 小 大 中 小    药家鑫VS.马家爵:李玫瑾的矛盾心理学 □肖鹰   对22岁的大二学生药家鑫杀人,李教授曾通过记者提问说:“这8刀仅动作就要持续十几秒,他在被害人的呻吟中如何完成这一行为过程?他为什么没有‘不忍’的感受?”解释药家鑫故意杀人,李教授用的理论是:“在很多心理不成熟的人当中,他往往是把人只看做一个不良的刺激物,他觉得只要把这个人做掉了,这个刺激物就消失了,他却不明白生命背后的东西是什么。”   而对23岁的大三学生马家爵杀人,李教授用的理论则是:“当他与别人发生冲突时,他就这样随意地轻易地置人于死地。当他意识到自己犯了罪的时候,他就希望赶快死,在这个过程当中,人生观才是他无情感反应的必然原因,也是他真正的杀人动机,而不是贫穷。”   作为犯罪心理学家,李教授特别强调马加爵根深蒂固的“自我中心”,强调他的无论在集体生活中,还是在家庭生活中都永远表现出的冷漠、孤僻、狠毒。李教授特别引用和详细解读马加爵在15岁时看到父母的激烈争吵而写下的想杀死父亲的日记,不仅认定马加爵是心中没有爱的人,而且认定这颗心就是多年后杀死四个同学的那颗心。   马加爵在被捕后写给他十四叔十四婶的信中向叔婶一家人表示最后诀别的感谢,他写到:“十四叔、十四婶,我真的是有很多话想跟你们讲,我对你们家对我家的帮助从来就是很感激的,在我的心中从来就没有忘记过,只不过我这个人动情的话历来就讲不出口……”这是一个自知死期不远的在押杀人犯的真情流露。对于药家鑫在法庭上乞求活命的哭诉,李教授是句句信作真理,而对于马加爵绝笔信中表现的纯朴的人伦关爱的品格,却无动于衷。我们看到,无论掌握了多少复杂、矛盾的资料,在李教授的眼中,马加爵们永远只能是一群“把人世间复杂的关系当作一种简单的无情感反应的关系处理”的另类大学生。   李教授认定马家爵完全是因为“自我中心”的“人格缺陷”导致他恶性杀人。她甚至认为被杀害的龚博只因为过生日没请马加爵,而别人又用此事教育马加爵:“就是因为你人品不好,所以龚博过生日都没叫你。”   然而,药家鑫在法庭上为求免于死刑而哭诉的话语,不仅李教授毫无质疑,似乎还很能打动李教授的心,让李教授一方面认定22岁的钢琴系大三学生药家鑫是一位从小被迫苦学钢琴、缺少心灵抚养的好孩子。药家鑫说:“从小到大,我的生活几乎除了学习以外就是练琴,妈妈陪我练琴,小的时候每周练琴,为了练琴,妈妈都会打我,或者拿皮带抽我……”就是看了包含着这几句的一段几分钟的视频,李教授说她“突然就明白”了药家鑫杀害张妙的心理活动。李教授说:“他拿刀扎向这个女孩的时候,我认为他的动作是在他心里有委屈,在他有痛苦,在他有不甘的时候,却被摁在钢琴跟前弹琴的一个同样的动作。”   李教授对药家鑫与马加爵的态度的反差,是建立在她对两人的根本原则区别的:对于马加爵因认为同学歧视和冤枉他而故意杀人,李教授的原则是:“我特别主张要想真正了解马加爵犯罪的心理问题,不能以一般的社会理由去遮掩他个性当中的问题。”对于药家鑫害怕“农民难缠”而杀人灭口,李教授的原则是:“ 这个问题确实不是他一个人的一种东西,我认为这个案件,药家鑫说的话确实是完全错误的,但是他确实也在社会当中可以找到相应的一种背景。因此我觉得这个案件非常值得我们去思考,我们这个社会有哪些是属于社会偏见,而这种偏见它形成的原因是什么。”   李教授在她最新的博客文章中写道:“我始终认为:研究犯罪心理就是研究人性的弱点。但人性还是有另一面的。法律处罚一个人是因为他的具体行为。但我们从心理上评价一个人时,就不能仅从一次或几次行为来评价。否则你研究的人就不是完整的人。”   李教授这段话说得非常好!但是,这段话除了实用于等待判决的药家鑫外,是否也实用于已经处决的马家爵呢?李教授目前的态度似乎是否定的。
个人分类: 生活点滴|2230 次阅读|0 个评论
[转载]越王勾践 卧薪尝胆
xupeiyang 2011-4-13 16:11
勾嵊山启动省级森林公园创建 2011-04-08 08:54:11 诸暨日报  作者: 小寿   如果要在诸暨境内,找一座最能代表“於越文化”的名山,勾嵊山当之无愧! 当年,越王勾践在这里“卧薪尝胆”,“十年生聚,十年教训”的故事影响和激励着一代又一代中华儿女。 据史载,勾嵊山又叫句无山,是越国在绍兴建都城之前的“古都”。如果说埤中(今店口、阮市一带)是越国建国之发端,大部(今枫桥一带)是越国稳定过渡时期,那么勾嵊山就是越国由弱到强进而位列春秋五霸的摇篮。勾嵊山是於越文化的发祥地之一。诸暨史称“越国古都”,应与之一脉相承。 今年1月7日,绍兴市林业局发文,认定勾嵊山森林公园为绍兴市森林公园。与此同时,“启动勾嵊山省级森林公园创建工作”写进了诸暨市十五届人大五次会议的《政府工作报告》。这标志着勾嵊山森林公园的开发,已经提到了政府工作的议事日程上。 确实,这样的一座越中名山,本不该寂寞。
个人分类: 西施故里|1545 次阅读|0 个评论
地震之后,谁更难过
热度 1 ecoliugy 2011-3-25 22:55
地震之后,谁更难过
2008年5月15日,四川省北川县一所被地震震塌的教室的废墟下,一只蝴蝶在一位已经死亡的学生脚旁飞舞。Jason Lee 摄 2008的那场地震。 蝴蝶落在姑娘的花布鞋上。 这到底伤心了谁? 摄影师的蝴蝶比摄影师更令人难过, 科学家却比科学家的文章更加忧伤。 Pnas说,伤及大脑,日后难以忘记。 Plosone说,他们不难过,伤心的是你们。 都是真相吧,区别就在一年以后。 担忧的事很多,担忧的人却很少, 昨晚版纳的地震就够人难以入睡的。 更难以入梦的却不是摇晃,而是摇晃的房子。 和摇晃过后,我们该如何摇晃我们的房子。 参考文献: Su Luia, Qiyong Gonga,2009 High-field MRI reveals an acute impact on brain function in survivors of the magnitude 8.0 earthquake in China .Pnas.106(36)15412–15417.doi: 10.1073/pnas.0812751106 Li S, Rao L-L, Bai X-W, Zheng R, Ren X-P, et al. (2010) Progression of the “Psychological Typhoon Eye” and Variations Since the Wenchuan Earthquake . PLoS ONE 5(3): e9727. doi:10.1371/journal.pone.0009727 附: 如果西双版纳是这样的楼房,再大的地震我们都不会害怕。
3578 次阅读|1 个评论
法国核安全局认为日核电站爆炸为化学因素导致,
yangyingguo 2011-3-14 20:37
法国核安全局认为日核电站爆炸为化学因素导致,
法国核安全局认为日核电站爆炸为化学因素导致   新华网巴黎3月12日电(记者李学梅)法国核安全局12日说,发生在日本福岛第一核电站的爆炸是“化学因素”引起的,而非核爆炸,因此与苏联切尔诺贝利核电站事故不可同日而语。   法国核安全局主任奥利维耶·古普塔当天对媒体说,根据目前情况来看,福岛第一核电站1号机组爆炸的原因是氢气和氧气发生剧烈反应,而且受到影响的反应堆早已关停,因此这次事故与1986年的切尔诺贝利核电站爆炸完全不同。   受11日大地震影响,日本福岛第一核电站发生放射性物质泄漏,随后1号机组发生爆炸。目前,核电站区域内辐射剂量仍大大超出正常值,核电站冷却遭遇难题。 media_span_url('http://news.xinhuanet.com/world/2011-03/13/c_121181236.htm') 核电站爆炸
个人分类: 新闻快递|3311 次阅读|0 个评论
[转载]浙大威武
热度 1 chile 2011-3-11 11:53
http://bgpt.zdzsc.zju.edu.cn/news/129843088330526598.html 2011中国大学排行榜揭晓 发布人:浙江大学 资讯来源:浙江大学 发布时间:2011-02-22 22:13:37 点击数量: 2011 年1月17日,中国校友会网与《21世纪人才报》发布最新《2011中国大学评价研究报告》,其中,北京大学连续4年问鼎“2011中国大学排行榜”榜首,清华大学居第二, 浙江大学 上升至第三 ,复旦大学下降一位列第四,南京大学居第五。 华中科技大学 武昌分校、北京师范大学珠海分校和华中科技大学文华学院居中国独立学院前三甲;北京城市学院、湖南涉外经济学院和南昌理工学院列中国民办大学前三强。今年最引人关注的是,“校友捐赠”首次纳入中国大学评价,引领大学向世界一流大学看齐;大学“造富”能力凸显,有望成为中国大学又一职能,北京大学最盛产“亿万富豪”,蝉联“2011中国造富大学排行榜”榜首,造就79名富豪校友,继获得“院士摇篮”、“社会科学家摇篮”之后,勇夺“造富摇篮”美誉。    “ 校友捐赠”首次纳入中国大学评价,引领大学向世界一流大学看齐   自2003年起,中国校友会网和《21世纪人才报》已连续第9年发布中国大学评价报告。2011年的最大亮点是首次将“校友捐赠”纳入中国大学评价。中国校友会网大学评价课题组首席专家蔡言厚教授指出,校友是大学最杰出的产品、最得意的佳作、最自豪的财富;“校友捐赠”是欧美世界著名大学的常态,是对大学教育成果的重要检验,已成为评价世界一流大学和检验校长执行力的重要标准。同时,在国家最新“985”工程大学三期评价指标体系中,新增加“学校获得的捐款在学校经费中所占的比例”指标。因 此课题组在国内率先将“校友捐赠”纳入中国大学评价,旨在倡导大学树立校友捐赠文化、引导大学更好地以人为本、以教学为根、引导中国大学向世界一流大学看齐。    北京大学连续4年蝉联榜首,华中科技大学挺进前十   报告显示,在最受关注的2011中国大学排名中,北京大学连续4年蝉联“中国校友会网2011中国大学排行榜”榜首,清华大学列第二,浙江大学上升至第三名,复旦大学比去年下降一个名次居第四,南京大学上升至第五,上海交通大学比去年下降一位,列第六;名列第七、八位的是武汉大学和中国人民大学,华中科技大学再次挺进前十强,名列第九,中山大学名次没有变化,仍居第十, 吉林大学 下降至第十一位。   名列“中国校友会网2011中国大学排行榜”前二十的其他高校”是吉林大学、四川大学、北京师范大学、南开大学、中南大学、山东大学、哈尔滨工业大学、中国科技大学、西安交通大学和厦门大学等。中国校友会网大学评价课题组首席专家蔡言厚教授介绍说,在今年报告中,除首次将“校友捐赠”纳入评价指标外,还删除了学生获国家大学生竞赛奖等较低层次人才指标。 今年浙江大学的名次上升至第三位,完全得益于其在“校友捐赠”和杰出校友等方面的最佳表现,表现出中国一流大学应有的底气; 而华中科技大学凭借2010年在国家科技奖励和杰出校友等多个方面的突出表现,则再次挺进中国大学排行榜十强。 中国校友会网2011中国大学排行榜10强 名次 学校名称 所在省市 办学类型 总分 1 北京大学 北京 综合 100 2 清华大学 北京 理工 96.18 3 浙江大学 浙江 综合 56.10 4 复旦大学 上海 综合 55.57 5 南京大学 江苏 综合 42.90 6 上海交通大学 上海 综合 42.52 7 武汉大学 湖北 综合 39.37 8 中国人民大学 北京 综合 36.61 9 华中科技大学 湖北 理工 34.56 10 中山大学 广东 综合 33.77 蔡言厚 百科名片 蔡言厚,湖南省资兴人,北京吉利大学教育研究所教授, 我国最权威大学评价咨询专家之一 ,中国校友会网大学评价课题组学术主任,代表中国校友会网大学评价课题组先后多次接受国内几十家家新闻媒体专访。 目录 人物简介 学术成果 媒体专访 人物观点 科学研究获奖、杰出校友首次作指标 评价核心为高校对科学与人才的贡献 将评选“杰出社会科学家” 纵论高考状元“全军覆没”现象 人物简介 学术成果 媒体专访 人物观点 科学研究获奖、杰出校友首次作指标 评价核心为高校对科学与人才的贡献 将评选“杰出社会科学家” 纵论高考状元“全军覆没”现象 展开 编辑本段 人物简介    蔡言厚 蔡言厚,是我国最权威大学评价咨询专家之一、中国校友会网大学评价课题组学术主任,北京吉利大学教育研究所教授。1937年5月生,湖南省资兴人。   蔡言厚教授自1980年开展科技管理与研究工作,1982年发表研究论文以来,共发表了科技管理、大学评价方面的论文60余篇,著作4本,其中《走向世界》一书填补了中国国内科学管理领域的一项空白,获各类奖励23项,其中研究成果奖6项,科技管理奖5项,优秀论文12篇。2005年以来作为中国校友会网中国大学排行榜大学评价课题组学术负责人,发表《2007中国大学评价研究报告》、《2006中国高校杰出人才培养状况调查报告》《2006中国民办大学评价报告》等多项大学评价研究成果。蔡言厚,1937年5月生,汉族,湖南省资兴人。中国最资深大学评价咨询专家,中南大学高等教育研究所教授,曾任中南大学科研处副处长、高等教育研究所副所长。现任中国校友会网大学评价课题组首席专家,中国材料研究学会理事。   2005年以来,蔡言厚教授代表 中国校友会网 大学评价课题组先后多次接受国内几十家家新闻媒体专访,包括中央电视台(CCTV)《新闻会客厅》、《道德观察》栏目、中国教育电视台(CETV-1)《国视报告》栏目、上海电视台《七分之一》栏目、南京电视台、湖南教育电视台等的邀请,分别就我国大学评价和高考状元相关话题做专题采访。 编辑本段 学术成果   自1980年开展科技管理与研究工作,1982年发表研究论文以来,共发表了科技管理、大学评价方面的论文七十多篇,出版专著4本,其中《走向世界》一书填补了中国国内科学管理领域的一项空白,获国家、地方及校级奖励23项,其中研究成果奖6项,科技管理奖5项,优秀论文12篇。   自1997年以来发表的主要论著:   1、高等教育专业化评估的探讨《高教改革》 1997.2   2、高等学校科学研究效益指标体系的探讨《有色金属高教研究》1997.4   3、大学量化评价案例研究《有色金属高教研究》2003.3   4、完善中国科学基金制的建议?D?D对实施国家自然科学基金连续资助框架方案的探讨《21世纪中国科学技术基金会发展与展望》1999   5、我国高校培养高层次人才的综合实力比较《湖南研究生教育》1998.2   6、完善中国大学评价的若干建议《中国高等教育评价》2000.3   7、大学排序在我国高等教育发展中所起的作用《中国高等教育评估》2001.1   8、用科学计量法评估高校科技工作的两种指标集的比较《科研管理》2001.5   9、大学科研定量评价指标体系的探讨《中国高等教育评估》2002.5   10、大学科研定量评价指标体系设置若干原则的探讨《研究生和发展管理》2002.5   11、进一步完善中国大学评价的若干建议《中国高等教育评估》2002.6   12、中国大学评价给各个大学的启示《三湘高校论坛》2003.4   13、完善中国大学排行榜的若干建议《现代大学教育》2003.3   14、从历史的视角看中国大陆一流大学的评价《江苏高教研究》2003.6   15、大学排序对学校发展的促进-中南大学改革发展的个案《中国高等教育评估》2003.3   16、再进一步完善中国大学评价的若干建议《中国高等教育评估》2003.4   17、985工程和一流大学综合评价的探讨《中国高等教育评估》2004.3   18、大学排名的名次是大学文化沉淀与底蕴地标志《现代大学教育》2004.5   等等   研究报告:   《2010中国大学评价研究报告》   《2009中国两院院士调查报告》   《2009中国大学创业富豪榜》   《2009中国大学评价研究报告》   《1999-2008中国高考状元调查报告》   《2008中国杰出人文社会科学家研究报告》   《2008中国两院院士调查报告》   《2008中国奥运冠军调查报告》   《中国高考状元职业状况调查报告》   《2008中国高校富豪校友排行榜》   《2006中国高校杰出人才培养状况调查报告》   2009中国造富大学排行榜等。
个人分类: 转自他乡|1761 次阅读|1 个评论
[转载]院士可怜年青老师(我们年青老师的处境教育部知道吗?)
www053991 2011-3-10 12:35
青年人才成长环境堪忧 老院士不好意思争抢讲台    来源: 中国青年报 青年人才成长环境令人忧虑   老院士不好意思跟年轻人抢讲台   本报记者 张 国 原春琳   最初到北京大学兼职时,中国科学院院士、全国政协委员陈运泰的热情很高。他给学生们开了选修课,很受欢迎。   可是讲了两年以后,这位老科学家决定不再授课了。原因很简单——“我不能去跟年轻老师争饭碗,我很可怜他们”。   中国科学院院士、南开大学教授张伟平委员也是出于同样的原因不给本科学生开课的。虽然学生们都盼望着听院士的课,教育部也一再提倡“名师上讲台”,但对于这两位院士来说,开课令他们有负疚感。   “我是一片好心,但是影响了年轻老师的成长。”陈运泰告诉中国青年报记者,“现在我们都想办法尽量不上课。我们去学校里上课,学生都被吸引到我们这儿来了,就没有时间去选年轻老师的课了。”   他说,按照如今的评价办法,大学老师又要教书,又要做科研,两方面都有考评指标。年轻教师只有完成课时数量和研究成果数量,才有希望晋级。他认为,这是不合理的评估体系。   张伟平院士还指出了一个更为现实的顾虑:年轻教师待遇较低,没课上就意味着没有课时费。   但是,名师不上课无疑会造成教育质量的损伤。3月7日,中国工程院院士、武汉大学原校长刘经南委员就当面向参加教育界别联组会的教育部长袁贵仁反映了高校里的另一个现象:有时明明该上课的是教授,站在讲台上的却是教授的研究生。   刘经南还说,现在年轻老师的压力太大,忙着教学、科研,没有时间与学生交流。在一些新建的校区,下午课程结束以后,整个校园静悄悄的,像个“鬼城”。学生们也不怎么运动,躲在宿舍里上网。   李未明委员曾经在高校任教。他举了一个极端的例子,学校有一位引进的博士,无论是学术、人品还是教学水平都很好,结果自杀了,让人非常痛心。这样的情况在全国高校不时发生。   “青年教师的成长环境实在令人万分忧虑。”北京交通大学教授王玉凤委员说。她认为,住房问题是年轻老师们面临的首要困难。   王玉凤以本校情况举例说,在20世纪90年代,一名博士后入校后,可分一套两居室的房子,博士是一居室。后来,博士后分一居室,博士只能住周转房。再后来,一律住周转房。开始还能“周转”两年,后来改为一年。现在,连周转房也没了。面对北京动辄每平方米3万元的房价,很多人想都不敢想买房的事情。   “他们读了20多年书,也要结婚、生子、赡养老人。在重压下,有人选择了离开,另谋高就。有人选择了第二职业,创收自救。当然,也有相当多年轻教师在忍耐中奋斗,非常悲壮。”王玉凤说。   年轻老师要想申请科研课题资助,成功率极低。中国科学院院士、北京大学教授丁伟岳委员告诉记者,现在很多项目不愿冒险,所以不肯资助默默无闻的年轻人,更愿意把钱投到那些已经功成名就的人身上。   王玉凤说,没有仪器,没有经费,没有职称,发表论文还要交版面费,国家设置了各种人才计划,跟多数年轻教师无关。在创造力的高峰期,他们却迫于生活压力,无法全身心投入教学和科研。   华东师范大学党委书记张济顺委员也持相同的观点。她说,如今关于人才的政策很多,各种计划都是吸引和支持高端人才成长的。虽然在一些重点高校,青年教师的成长环境有改善,但是近几年来,鼓励青年脱颖而出的人才计划,其效应和支持力度正在衰减。   “我们国家现在特别重视人才。”中国气象局原局长、中国科学院院士秦大河委员说。他指出,现在最受重视的好像是“外来的和尚”。   秦大河说,自己很支持各类人才引进计划,但是,引进人才和培养人才要有机结合起来。不要亏待那些长期立足国内老老实实工作的群体。除了引进之外,如何使国内的科学家也能得到充分发挥,应当是人才计划的重要内容。   秦大河接触了一些从外国引进的人才。他发现很多人做着兼职工作,拿着比全职还要高的薪酬。还有人号称是全职回国,实际根本没有做到。“这个事情我觉得不利于调动国内科学家的积极性。”   另一位政协委员在两会上说,现在引进人才的待遇给得很高,动辄“百万年薪”。如果引来水平很高的领军人才,当然是值得的。但是千万要警惕,不要形式化,造成人们心理的不平衡,这是在一些人才项目上“容易犯的毛病”。   张伟平委员连续几年在全国政协会议上呼吁,在引进人才的同时,一定要重视本土杰出人才,不能盲目信奉“外来的和尚会念经”,防止“请来女婿气走儿子”。   北京科技大学教授朱鸿民委员承认,尖端的人才计划可以带动顶尖人才的加盟。但是对国家而言,人才队伍素质的提高是靠真正基础队伍的提高,光靠几个人带是带不起来的。   清华大学教授邢新会委员发现,很多年轻人,刚刚博士毕业,就没时间老老实实地呆在实验室了。他说:“还没找到科研感觉的时候就不做实验了,这是很危险的。怎么让一些有竞争潜力的年轻人,更好地把自己的时间投入到职业上面,政策上面值得关注,否则青年学者脱颖而出就是空话。”   本报北京3月9日电
2695 次阅读|0 个评论
[转载]SCI和EI收录中国出版的期刊列表及投稿指南(转)
热度 1 HuanLiuVIP 2011-3-4 15:50
SCI和EI收录中国出版的期刊列表及投稿指南(转) 写于2009-05-28 09:37:18 .hide_but { DISPLAY: none } .absolute_but { POSITION: absolute; LINE-HEIGHT: 10px; BORDER-RIGHT-WIDTH: 0px; WIDTH: 1px; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; HEIGHT: 1px; FONT-SIZE: 1px; BORDER-LEFT-WIDTH: 0px; TOP: 700px; LEFT: 200px; flowover: hidden; size: 1px } A.fav_item_s { BORDER-BOTTOM-STYLE: none; LINE-HEIGHT: 24px; BORDER-RIGHT-STYLE: none; DISPLAY: inline-block; BORDER-TOP-STYLE: none; BACKGROUND: url(http://s.mipang.com/images/2010/store/btn_favgreen.gif); HEIGHT: 24px; COLOR: #ffffff !important; MARGIN-LEFT: 20px; BORDER-LEFT-STYLE: none; TEXT-DECORATION: none !important } A.fav_item_s:hover { BORDER-BOTTOM-STYLE: none; LINE-HEIGHT: 24px; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BACKGROUND: url(http://s.mipang.com/images/2010/store/btn_favgreen_hover.gif); HEIGHT: 24px; COLOR: #ffffff; BORDER-LEFT-STYLE: none; CURSOR: pointer } A.fav_item_s SPAN { PADDING-LEFT: 30px; PADDING-RIGHT: 10px; DISPLAY: inline-block; BACKGROUND: url(http://s1.mipang.com/images/2010/store/dot.gif) no-repeat right 50%; HEIGHT: 24px } A.yfav_i { BORDER-RIGHT-WIDTH: 0px; DISPLAY: inline-block; BORDER-TOP-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; MARGIN-LEFT: 20px; BORDER-LEFT-WIDTH: 0px; TEXT-DECORATION: none !important } // 1. 序言 在平时的咨询过程中,本人注意到了一种在我国各个高等学校、科研机构和研究所普遍存在的现象,那就是十分重视论 文水 平的评价:科研人员在技术职称评定、院士申请、杰出青年申报、 长江 学者申报、博硕士导师申报前,都需要做论文被世界著名数据库科学引文索引(SCI)收录及被引用和工程索引(EI)收录情况的证明,以证明个人的学术水平;博硕士在学位论文答辩或找工作前,也要做论文被世界著名数据库收录情况证明,以证明自己的科学研究能力;非官方的网站、调查机构也以各学校被SCI、EI数据库收录的论文数量的统计结果,来衡量该学校的工程学及其相关领学术水平科研能力的一个指标,甚至影响到在全国大学综合排名中的位置。 要想提高论文被SCI、EI收录的可能性,除了选择处于国际前沿的科研课题,做出有创新性的科研成果,写出有创新性内容的论文、英文文摘以及规范书写格式外,还必须投稿到被SCI、EI收录的期刊上,因此了解上述文摘数据库的收录期刊信息非常必要。对于我国的科技人员,综合语言、地域、习惯等各种因素,他们更愿意把论文投给 中国 出版的期刊。由于SCI、EI数据库都有严格的选刊标准,收录的期刊都是动态变化的,过时的 SCI、EI收录国内期刊一览表,不能更好的支持科研人员的科研成果发表需求。他们向图书馆咨询最新的SCI、EI收录中国期刊情况时,本人了解到其需求的迫切程度已到愿意付费获取的地步。 感受到科研人员的强烈愿望后,本人查找了清华、北大等图书馆的主页,发现他们专门对SCI、EI做了一定深度的开发,可能考虑的该项工作付出了一定的智力劳动以及需要辛勤收集相关信息,因此该项服务严格限定了服务范围,只限本校局域网使用,外校人员没有权限访问。 鉴于上述情况,本人做出最新的SCI收录的中国(出版地包括大陆、港台)期刊刊名字顺表、新增中国大陆期刊列表、EI收录的中国期刊刊名列表、SCI和EI共同收录的中国出版期刊列表。 2. SCI收录的中国(出版地包括大陆、港台)期刊刊名字顺表 本人的式dedZHO由于 美国 科学情报研究所(ISI)大概每年6月份公布上一年的期刊引用报告(Journal Citation Reports on the Web, JCR Web),现在最新的SCI收录的期刊只能依据2003年的JCR报告。SCI涵盖了全世界范围内理、化、农、林、医、生命科学、天文、地理、环境、材料、工程技术等自然科学各学科领域内的最优秀的科技期刊,网络版包括期刊6375种(包括光盘版所有的刊)①,其中有影响因子的期刊5907种。 2. 1 SCI收录的中国(出版地包括大陆、港台)期刊总详表 2.1.1期刊总详表说明 总详表以Journal COUNTRY为PEOPLES R CHINA, HONG KONG和TAIWAN(即中国出版)全部期刊共有92种期刊( 澳门 没有期刊入选),按期刊的英文题名全称排序。其中包括有影响因子的期刊:中国大陆67种、 香港 1种、 台湾 16种②、没有影响因子(中国大陆新增)的期刊8种。未包括台湾新增期刊,ISSN:1561-8625, ASIAN JOURNAL OF CONTROL, Publisher:CHINESE AUTOMATIC CONTROL SOC, NATL CHIAO TUNG UNIV, DEPT ELECTRICAL CONTROL ENG, TAIPEI, TAIWAN。未收入有争议的期刊ISSN:0256-7679,Chinese journal of polymer science, 从中国科学院文献情报中心③查到该刊有中国国内出版号CN11-2015,团体名称等同责任为:Chinese Chemical Society,出版发行项为Beijing Science Press Berlin Springer-Verlag 1986-,但JCR报告显示该刊Journal country: Germany. Publisher: Springer-Verlag Heidelberg②。 详表列出期刊的ISSN、Full Journal Title、中文刊名、Abbreviated Journal Title、期/年、正文语种、Publisher、Subject Categories、Impact Factor、cnki/中国期刊全文数据库、最新最近国内收藏图书馆、编辑部地址、邮编、电话和电子邮件共15个项目的数据,让读者通过多种途径知晓利用收录的期刊。 2.1.2期刊总详表特点 中国期刊全文数据库(CNKI)是许多图书馆都购买了的数据库,而且是绝大多数读者最善长使用的数据库。经过逐一核查SCI收录的中国期刊有23种期刊该库收入。如果该数据库有收藏,读者可方便获取所需期刊的原文、了解论文版式等信息。最新国内收藏图书馆项目主要提供截至2004年还没有被CNKI收录的期刊的收藏位置,通过试查得知,中国科学院文献情报中心收录的期刊最多且连续性最好,故优先选择提供该馆收藏信息;其他依次选取中国科技信息所信息服务中心④、国图⑤以及清华、北大等著名大学收藏馆⑥。 2.1.3期刊总详表分析 通过分析该表得出:1)期刊正文语种为英文的70种,15种中文,多语种7种,SCI收录的中国出版的期刊语种英文所占比例最大,与SCI收录的全部期刊语种比例一致,相对来讲用英文写稿容易被收录;2) 北京 地区中国科学院文献情报中心从期刊收藏的全面和连续性上是最好的,收藏除被CNKI收入外的69种期刊中的49种,另有2种收藏在分馆。 注意:ISSN:1007-9327,WORLD JOURNAL OF GASTROENTEROLOGY 在SCI⑦中查到只收录该刊到JAN 15 2004,该刊被淘汰。因此建议有条件检索SCI数据库的读者,在准备投稿某一刊之前,限定投稿前三个月的期限检索看看该刊期卷收录状况(根据本人对SCI数据库的了解,收录的时间滞后大部分在3个月内),来核实期刊是否正在被SCI收录,以免好文章限制在被SCI收录引用之外。 2. 2新增中国大陆期刊列表(参见表1) 收录中国大陆期刊共8种,正文语种全部为英文,相关的期刊信息已经包含在总详表,单独列表是为更醒目,让读者注意到这些期刊,这些期刊已经被SCI收录,由于没有出现在JCR 中,不太引起投稿人的注意,投稿这些期刊易被SCI收录。 特别说明:大陆期刊ISSN:1006-9283,Science in China series A-mathematics,2002年以前为ISSN:1006-9283,Science in China Series A Mathematics, physics, astronomy,从V.46,no.1(Jan. 2003)分成ISSN:1006-9283, Science in China. Series A, Mathematics 和 ISSN:1672-1799, Science in China. Series G, Physics, astronomy 的两种期刊,后者进入新增刊源表。 表1 没有影响因子的大陆新增期刊 序号 ISSN Full Journal Title 卷/年 cnki 最新最近国内收藏图书馆 电话 电子邮件 2003收录论文 1 1003-7713 CHINESE JOURNAL OF CHEMICAL PHYSICS/化学物理学报 6 有  0551-3601122 hwxb@ustc.edu.cn 236 2 1009-0630 PLASMA SCIENCE TECHNOLOGY/等离子体科学和技术 6 无 中科院 0551-5591617 pst@ipp.ac.cn   3 1007-8827 NEW CARBON MATERIALS/新型碳材料 4 无 中科院 0351-2025254 tcl@sxicc.ac.cn 或 xxtcl@263.net 110 4 1009-2757 SCIENCE IN CHINA SERIES F-INFORMATION SCIENCES/中国科学F—信息科学 6 无 中科院 010-64019820 scichina@scichina.com 42 5 0529-1526 ACTA PHYTOTAXONOMICA SINICA/植物分类学报 6 有 中科院 010-62591431-6132 62594946 aps@caf.forestry.ac.cn 57 6 0253-505X ACTA OCEANOLOGICA SINICA/ 海洋 学报 4 无 中科院 010-62179976   45 7 1002-0160 PEDOSPHERE/土壤圈 4 无 中科院 025-6881235 rmdu@mail.issas.ac.cn 46 8 1672-1799 SCIENCE IN CHINA SERIES G-PHYSICS ASTRONOMY/中国科学G—物理天文学 6 无 中科院 010-64019820 scichina@scichina.com 67 3. 2005年EI中国期刊刊名列表 Ei中国”网站⑧的收录中国期刊列表,虽然没有提供刊源变化中的减少了的期刊情况说明,但该列表更新及时。但遗憾的是EI的中国镜像网站没有提供链接,科研人员利用不太方便。 EI是人们获取工程学及其相关领域域信息的最主要 来源 。其主题范围涉及工程及相关学科的各个领域,包括:核技术、生物工程学、交通、化工和工艺学、光学和光学工程、农业工程和食品工程、计算机和数据处理、应用物理学、电子学和通讯、土木工程、机械工程、材料、石油、宇航和控制工程等。鉴于篇幅,请参考“ 识别Compendex (核心刊) 数据和 Page One (非核心刊) 数据是许多人关心的,Compendex 数据和Page One 数据的主要区别在于:数据中是否有分类码(Ei classification codes)和主题词(Ei main heading);有这两项内容的数据是Compendex 数据,反之是 Page One 数据。 2004年访问时EI 核心期刊一览表共收录中国期刊111种, EI page one收录一览表129种,故2004年共收录中国大陆出版期刊240种;2005年分别为118种和127种,共收录245种,EI page one减少的两种期刊全部进入核心期刊,核心期刊变化见表2。 表2 2005年EI收录中国大陆核心期刊变化 项目 序号 ISSN 题名 说明 新增期刊 1 0529-6579 中山大学 学报(自然科学版) 从2004年的PAGE ONE刊源升级 2 1000-2383 地球 科学 — 中国地质大学学报 3 1004-924X 光学精密工程   4 1548-7741 Journal of Information and Computational Science   5 1553-9105 Journal of Computational Information Systems   6 1671-2021 沈阳 建筑大学学报(自然科学版)   7 1671-4512 华中科技大学学报(自然科学版)   8 1671-5497 吉林大学 学报(工学版)   9 1671-7694 Chinese Optics Letters   减少期刊 1 1004-2822 中国光学快报 (英文版)   2 1004-9541 中国化学工程学报(英文版)   3 1671-4512 华中科技大学学报   4. SCI和EI共同收录的中国出版期刊列表(参见表3) 做收录证明时本人注意到有些论文既被SCI收录又被EI收录,被SCI和EI收录的中国优秀期刊是否有些联系呢?通过逐一对比SCI、EI收录的刊源发现:中国的2003年收录中国大陆(JOURNAL COUNTRY:Peoples R China)期刊75种中26种在2005年被EI收录,其中有14种入选EI核心期刊,特别提醒SCI中国大陆新增期刊无一入选EI;2003年收录中国香港(JOURNAL COUNTRY:Hong Kong)有影响因子的期刊1种,入选EI核心期刊;2003年收录中国台湾((JOURNAL COUNTRY:Taiwan)有影响因子的期刊16种,其中4种被EI收录,且全部入选EI核心期刊(不包括一种期刊ISSN:1017-4370,该刊从2002年始EI未收录,故未入同录表)。故最新SCI和EI共同收录的中国出版期刊共31种,入选EI核心期刊19种,比2004年少一种期刊,ISSN:1004-9541,CHINESE JOURNAL OF CHEMICAL ENGINEERING/中国化学工程学报。 SCI、EI数据库学科覆盖的范围有交叉,因此有些期刊可能同时被收录。但是由于二者收录范围和评价标准的不同,入选SCI的中国期刊可能没有入选EI,而且入选SCI光盘版或SCIE的有影响因子的期刊即使入选EI也未必入选EI核心期刊。 5. 结论 通过搜索引擎百度搜索“SCI”,与其它图书馆所做期刊列表比较,本人所做列表有如下特色:1)其他馆多为有关中国的或是大陆的SCI期刊列表,本人给出了SCI收录的中国(出版地包括大陆、港台)期刊,且每种期刊逐一经过查SCI库核实,同时给出92种期刊方便获取原文的信息(是否可从CNKI获取原文以及国内收藏最新期卷的图书馆如国家图书馆、中科院图书馆、中信所、中科院图书馆等馆藏收录信息),节省读者为查找获取原文时定位的时间;2)单列SCI新增中国大陆期刊列表,起到醒目推荐作用;3)做出最新SCI和EI共同收录的中国出版期刊列表,供稿件水平较高的作者有选择的投稿,提供一篇稿件被SCI和EI共同收录的可能性,这也是未见其他图书馆做出的。 总之,本人希望通过自己的辛勤整理工作成果,在图书情报等有关部门之间共享,免去不必要的重复劳动;既然中国目前科学研究绩效评价依据SCI、EI这二种世界权威检索文摘提供的数据,而科学研究绩效评价除了评价研究人员(包括研究个人、研究组以及研究单位) 表3 SCI 和 EI共同收录的中国出版的期刊列表 序号 ISSN Full Journal Title 中文刊名 EI状态 cnki 最新期国内收藏图书馆 1 0567-7718 ACTA MECHANICA SINICA 力学学报(英文版) 核心 无 科学院 2 0412-1961 ACTA METALLURGICA SINICA 金属学报 PAGE ONE 无 科学院 3 1000-3290 ACTA PHYSICA SINICA 物理学报 PAGE ONE 有   4 0253-4827 APPLIED MATHEMATICS AND MECHANICS-ENGLISH EDITION 应用数学与力学(英文版) 核心 无 科学院 5 0251-0790 CHEMICAL JOURNAL OF CHINESE UNIVERSITIES-CHINESE 高等学校化学学报 PAGE ONE 有   6 1005-9040 CHEMICAL RESEARCH IN CHINESE UNIVERSITIES 高等学校化学研究 PAGE ONE 无 科学院 7 0890-5487 CHINA OCEAN ENGINEERING 中国海洋工程 PAGE ONE 无 科学院 8 1022-4653 CHINESE JOURNAL OF ELECTRONICS 电子学报(英文版) 核心 无 科学院 9 0254-3052 HIGH ENERGY PHYSICS AND NUCLEAR PHYSICS-CHINESE EDITION 高能物理与核物理 PAGE ONE 有   10 1005-9784 JOURNAL OF CENTRAL SOUTH UNIVERSITY OF TECHNOLOGY 中南工业大学学报(英文版) 核心 无 科学院 11 0254-9409 JOURNAL OF COMPUTATIONAL MATHEMATICS 计算数学(英文版) PAGE ONE 无 北京大学 12 1000-9000 JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY 计算机科学与技术学报(英文版) 核心 无 科学院 13 1001-0742 JOURNAL OF ENVIRONMENTAL SCIENCES-CHINA 环境科学学报 核心 无 科学院 14 1016-2364 JOURNAL OF INFORMATION SCIENCE AND ENGINEERING   核心 无 中信所 15 1001-9014 JOURNAL OF INFRARED AND MILLIMETER WAVES 红外与毫米波学报 核心 有   16 1000-324X JOURNAL OF INORGANIC MATERIALS 无机材料学报 核心 有   17 1005-0302 JOURNAL OF MATERIALS SCIENCE TECHNOLOGY 材料科学技术 核心 无 科学院 18 1022-9760 JOURNAL OF POLYMER RESEARCH-TAIWAN   核心 无 北航 19 1002-0721 JOURNAL OF RARE EARTHS 中国稀土学报 核心 无 科学院 20 0368-1653 JOURNAL OF THE CHINESE INSTITUTE OF CHEMICAL ENGINEERS   核心 无 科学院 21 0253-3839 JOURNAL OF THE CHINESE INSTITUTE OF ENGINEERS   核心 无 科学院 22 1005-8850 JOURNAL OF UNIVERSITY OF SCIENCE AND TECHNOLOGY BEIJING 北京科技大学学报(英文版) 核心 无 科学院 23 1000-2413 JOURNAL OF WUHAN UNIVERSITY OF TECHNOLOGY-MATERIALS SCIENCE EDITION 武汉理工大学学报(英文版) PAGE ONE 无 科学院 24 1002-0071 PROGRESS IN NATURAL SCIENCE 自然科学进展 PAGE ONE 有中文版 科学院 25 1002-185X RARE METAL MATERIALS AND ENGINEERING 稀有金属材料与工程 PAGE ONE 有   26 1001-0521 RARE METALS 稀有金属 核心 无 科学院 27 1006-9283 SCIENCE IN CHINA SERIES A-MATHEMATICS 中国科学A—数学(英文版) PAGE ONE 无 中信所 28 1006-9291 SCIENCE IN CHINA SERIES B-CHEMISTRY 中国科学B—化学(英文版) 核心 无 科学院 29 1006-9313 SCIENCE IN CHINA SERIES D-EARTH SCIENCES 中国科学D—地球科学(英文版) 核心 无 科学院 30 1000-0593 SPECTROSCOPY AND SPECTRAL ANALYSIS 光谱学与光谱分析 PAGE ONE 有   31 1003-6326 TRANSACTIONS OF NONFERROUS METALS SOCIETY OF CHINA 中国有色金属学会会刊(英文版) 核心 无 科学院 所取得的科研成果的科学价值外,更多的时候还体现在如何在研究人员之间分配有限的 资源 ——经费资源及人力资源(包括职位升迁)⑨,因此他们不可能不考虑向上述文摘的刊源期刊投稿,本人的整理结果可以给他们以信息支持。另外引导他们投稿给中国期刊,中国人高水平的稿件投到中国出版的期刊而不是国外期刊,一方面可以提高国内期刊总体的办刊质量,利于科研成果在国内的交流传播,另一方面也省去中国图书情报界花高价购买我们中国人自己的发表在国外期刊的科研论文。
6080 次阅读|1 个评论
[转载]国务院提请提高个税起征点
wangke321 2011-3-3 12:04
国务院提请提高个税起征点 SCRIPT language=javascript type=text/javascript /*实现图片的按比例缩放*/ function DrawImage(ImgD, iwidth, iheight) { var image = new Image(); image.src = ImgD.src; if(image.width 0 && image.height 0){ if(image.width / image.height = iwidth / iheight){ if(image.width iwidth){ ImgD.width = iwidth; ImgD.height = (image.height * iwidth) / image.width; } else{ ImgD.width = image.width; ImgD.height = image.height; } // ImgD.alt = image.width + "×" + image.height; } else{ if(image.height iheight){ ImgD.height = iheight; ImgD.width = (image.width * iheight) / image.height; } else{ ImgD.width = image.width; ImgD.height = image.height; } // ImgD.alt = image.width + "×" + image.height; } } } // --------------------------------------- 2011年03月03日06:26 来源: 长江商报   个税起征点,一个撩拨无数人神经的基本点,时隔3年,终于要动“手术”了。   国务院总理温家宝1日主持召开国务院常务会议,讨论并原则通过《中华人民共和国个人所得税法修正案(草案)》。从2008年第二次调整后,个税起征点一直固定在2000元。如今,这一基准线将再次上提。   税率级次级距将调整 全国政协会议下午3时开幕 聚焦两会专题 国务院通过个税修正案 专家建议以家庭为单位征收个税 成渝经济区规划终获批 影视剧控烟非禁烟 审查是关键 高清:中国空军运输机利比亚撤侨 曹建海:我为何非常同情郎咸平 和讯网新闻中心诚聘编辑   会议认为,为加强税收对收入分配的调节作用,进一步减轻中低收入者的税收负担,有必要对个人所得税方法进行修改,提高工资薪金所得减除费用标准,调整工资薪金所得税率级次级距,并相应调整个体工商户生产经营所得和承包承租经营所得税率级距。   会议决定,《中华人民共和国个人所得税法修正案(草案)》经进一步修改后,由国务院提请全国人大常委会审议。   11类所得将合并收税   据悉,此次个人所得税法修正草案,还计划将目前个人11类所得合并成少数几个,例如将目前的劳动报酬所得与工薪所得进行合并。   合并之后,各类所得扣除将大大降低。   根据财政部统计,从分项目收入看,近年来工薪所得项目个人所得税收入,占个税总收入的比重为50%左右。   据介绍,目前个人所得税的改革方向,是由现行的“分类所得税制”,改为实行综合和分类相结合的“混合所有税制”。   基本设想是:根据简税制、宽税基、低税率、严征管的原则,对工资薪金等具有连续性、经常性的收入实行综合征税。   同时合理调整税率级距和税负水平,适当降低边际税率;统一、规范扣除标准,实行基本生计扣除加专项扣除。   按照调整草案,综合征收的前提很可能是,将其余10类所得的征点,调整到与工薪所得一个水平,也就是说其他专项扣除很可能提高到2000元。不过,个税起征点上调后,专项扣除如何调整还需讨论。    影响   若调至3000元一年最少省1200元   多位专家预测,个税起征点可望从目前的2000元提高至3000元。   如果个税起征点上调至3000元,税务部门工作人员帮百姓算了这笔账:假设按现行标准不变,即个税的最低税率超出500元征收5%,超出500元至2000元之间征收10%,那么一方面月收入低于3000元的人就可以不缴税了;另一方面月收入超过3000元的,也可以有1000元的收入纳入免征税范畴,一年下来比过去至少节省1200元。   比如,对于一名月收入2500元的普通员工来说,他过去每年要缴300元的个税,以后就不用缴这笔钱了。以月收入不到4000元为例,每年缴税2100元左右,如果起征点上调至3000元,那么一年就只要缴900元的个税了。   分析人士认为,按照改革思路,工薪阶层作为个税纳税大户的现状有望改善。   全国政协委员、祈福集团董事长彭磷基提交提案,建议提高个税起征点,并逐步建立与地区物价水平、通胀系数相挂钩的个税浮动机制,完善以家庭为单位的个税缴纳机制。   彭磷基认为,个税起征点没有充分考虑生活资料价格和房价的上涨,没有考虑教育、医疗、抚养、赡养等家庭必需的支出日趋沉重等因素。
811 次阅读|0 个评论
Computation of the drift velocity of spiral waves
kingroupxz 2010-10-24 12:40
http://pre.aps.org/abstract/PRE/v81/i6/e066202 Computation of the drift velocity of spiral waves using response functions Abstract: Rotating spiral waves are a form of self-organization observed in spatially extended systems of chysical,chemical, and biological nature. In the presence of a small perturbation, the spiral waves center of rotation and fiducial phase may change over time, i.e., the spiral wave drifts. In linear approximation, the velocity of the drift is proportional to the convolution of the perturbation with the spirals response functions, which are the eigenfunctions of the adjoint linearized operator corresponding to the critical eigenvalues =0, +-omega. Here, we demonstrate that the response functions give quantitatively accurate prediction of the drift velocities due to a variety of perturbations: a time dependent, periodic perturbation inducing resonant drift; a rotational symmetry-breaking perturbation inducing electrophoretic drift; and a translational symmetry-breaking perturbation inhomogeneity induced drift including drift due to a gradient, stepwise, and localized inhomogeneity. We predict the drift velocities using the response functions in FitzHugh-Nagumo and Barkley models, and compare them with the velocities obtained in direct numerical simulations. In all cases good quantitative agreement is demonstrated. 这是作者所在研究组一系列文章的一个总结类文献,理论基石仍然是第二作者,D. Barkley在上世纪九十年代发展的稳定性分析。 如其所言,计算response 函数的复杂性让一般,习惯于直接模拟的研究者有点发怵,别人我不敢说,对于我是这样的。 我感兴趣的是其中的resonant drift.
个人分类: 文献阅读|5553 次阅读|0 个评论
[转载]What is a pure virtual function?
wqfeng 2010-10-21 16:55
Whatisapurevirtualfunction? 转自:BjarneStroustrup'sC++StyleandTechniqueFAQ Apurevirtualfunctionisafunctionthatmustbeoverriddeninaderivedclassandneednotbedefined.Avirtualfunctionisdeclaredtobe"pure"usingthecurious"=0"syntax.Forexample: classBase{ public: voidf1(); //notvirtual virtualvoidf2(); //virtual,notpure virtualvoidf3()=0; //purevirtual }; Baseb; //error:purevirtualf3notoverridden Here,Baseisanabstractclass(becauseithasapurevirtualfunction),sonoobjectsofclassBasecanbedirectlycreated:Baseis(explicitly)meanttobeabaseclass.Forexample: classDerived:publicBase{ //nof1:fine //nof2:fine,weinheritBase::f2 voidf3(); }; Derivedd; //ok:Derived::f3overridesBase::f3 Abstractclassesareimmenselyusefulfordefininginterfaces.Infact,aclasswithonlypurevirtualfunctionsisoftencalledaninterface. Youcandefineapurevirtualfunction: Base::f3(){/*...*/} Thisisveryoccasionallyuseful(toprovidesomesimplecommonimplementationdetailforderivedclasses),butBase::f3()muststillbeoverriddeninsomederivedclass. Ifyoudon'toverrideapurevirtualfunctioninaderivedclass,thatderivedclassbecomesabstract: classD2:publicBase{ //nof1:fine //nof2:fine,weinheritBase::f2 //nof3:fine,butD2isthereforestillabstract }; D2d; //error:purevirtualBase::f3notoverridden 评论;http://just-study.blogbus.com/logs/26304795.html 虚函数主要实现多态机制 避免二义性问题 至于纯虚函数是抽象累机制基类提供接口 派生类提供实现 抽象类不能定义对象
个人分类: 编程|2008 次阅读|0 个评论
Curve Fitting
热度 1 lryj 2010-8-11 21:49
There are several method for curve fitting should be summarized for latter use. 1. "Solver" in Excel Step1 Define the objective parameters; Step2 Calculate the objective function with initial estimation of parameters and the observation data; Step3 Calculate and sum " { y_obs -y_pred }^2 "; Step4 Click "Solver" in the "Tool" tab; Step5 Select the "objective cell" and let "Solver" guess the "changed cell", and press "Solve" Advantage: Easy to implement without coding; Disadvantage: Time-consuming in estimating the reasonable initial value of parameters without priori-knowledge. 2. "lsqcurvefit" and "nlinfit"function F=fun(x,xdata)F=(x(1)./(xdata-x(2))).^(x(3)+1).*exp(-x(1)./(xdata-x(2)))/(x(1)*gamma(x(3))); xdata= ; ydata= ;x0= ; =nlinfit(xdata,ydata,@fun,x0) or =lsqcurvefit(@fun,x0,xdata,ydata) MaxValue=max(xdata); MinValue=min(xdata); x1= ; y1=(x(1)./(xdata-x(2))).^(x(3)+1).*exp(-x(1)./(xdata-x(2)))/(x(1)*gamma(x(3))); loglog(xdata, ydata, 'ko',xdata,y1,'k-') Summary: The "Isqcurvefit" doesn't need very accurate initial estimation of parameters,however, the result is much worse than solver or good initial estimation of parameters. The "nlinfit" needs good estimation of initial parameters to get results. 3. Maximum Likelihood Estimation The advantage of this method is the loose need for the accurate initial estimation of the parameters. And, it is super-good method to do the curve fitting for the data set span several orders of magnitude. Open the M file of “Inverse_Gamma” Step1. Prepare Input Data Copy the bin of landslide area into “A_L” at line 5; Copy the calculated probability into “y” at line 11; Copy the frequency of landslides into “y_freq” at line 15; Step2. Change function ‘mlecustom’ in MATLAB Open ‘mlecustom’ with the path of “InstallationDrive:\Matlab\toolbox\stats\private\mlecustom.m”; Or type ‘mlecustom’ in MATLAB Editor, then, select the string, right-click the string, and select ‘Open Selection’ in the popup list; Right after the function head, type in “global y_freq”; At line 150, replace “uncensFreq=freq(c);” with “uncensFreq =y_freq;” Step3. Output Run the script (Inverse_Gamma.m) in MATLAB Editor; The optimized parameters and the coefficient of determination will be showed in the command window; The fitting curve is showed in the figure window;
个人分类: 生活点滴|5093 次阅读|2 个评论
[转载]R线性建模类型的响应变量分布及其关联函数(族)
wanyou9 2010-7-6 22:55
11.6.1族 R提供了一系列广义线性建模工具,从类型上来说包括gaussian,二项式,poisson,反gaussian和gamma模型的响应变量分布以及在响应变量分布没有明确给定时的逆似然(quasi-likelihood)模型。在后者,方差函数(variancefunction)可以认为是均值的函数,但是在另外一些情况下,该函数可以由响应变量的分布得到。 每一种响应分布允许各种关联函数将均值和线性预测器关联起来。这些自动关联函数如下表所示: Familyname Linkfunctions binomial logit,probit,log,cloglog gaussian identity,log,inverse Gamma identity,inverse,log inverse.aussian 1/mu^2,identity,inverse,log poisson identity,log,sqrt quasi logit,probit,cloglog,identity,inverse,log,1/mu^2,sqrt 这些用于模型构建过程中的响应分布,关联函数和各种其他必要的信息统称为广义线性模型的族(family)。 http://www.biosino.org/pages/newhtm/r/schtml/Families.html#Families R导论 本文档是对R(“GNUS”)的入门介绍。R是一种为统计计算和图形显示而设计的语言及环境,它和贝尔实验室(BellLaboratories)JohnChambers等人开发的S系统相似。它提供了一系列统计和图形显示工具(线性和非线性模型,统计检验,时间序列分析,分类,聚类,……)。 该文档提供了有关R的数据类型,编程原理,统计建模和图形显示等方面的信息。 提供最新的pdf文档http://www.biosino.org/R/R-doc/。 丁国徽(ghding@gmail.com)译。 ISBN3-900051-12-7
个人分类: 生活点滴|5507 次阅读|0 个评论
研究热点分析:认知功能 Cognitive function 1954 - 2010
xupeiyang 2010-5-10 16:21
http://www.gopubmed.org/web/gopubmed/WEB10O00d000j1002000101?WEB1mOWEB10O00d000j10020001000h01000900001 74,961 documents semantically analyzed 1 2 3 Top Years Publications 2009 7,741 2008 6,962 2007 6,754 2006 6,125 2005 5,369 2004 4,597 2003 4,007 2002 3,615 2001 3,150 2000 3,046 1999 2,599 2010 2,415 1998 2,283 1997 1,992 1996 1,725 1995 1,565 1994 1,399 1993 1,312 1992 1,144 1991 1,044 1 2 3 1 2 3 ... 208 Top Journals Publications Neuroimage 1,184 Neurology 1,165 Neuropsychologia 1,013 J Neurosci 1,008 Brain Res 914 Behav Brain Res 692 Neurosci Lett 669 Biol Psychiat 619 Neuroreport 590 Neuroscience 571 Neurobiol Aging 567 Brain 545 J Am Geriatr Soc 493 Schizophr Res 490 Arch Neurol-chicago 469 Eur J Neurosci 462 Psychopharmacology 458 Psychiat Res 444 J Clin Exp Neuropsychol 431 Cereb Cortex 431 1 2 3 ... 208 1 2 3 ... 1107 Top Terms Publications Humans 62,542 Adult 28,799 Patients 25,979 Aged 17,977 Animals 17,602 Middle Aged 17,549 Cognition 16,895 Neuropsychological Tests 14,525 Cognition Disorders 13,719 Brain 12,804 Evaluation Studies as Topic 11,117 Neurons 9,598 Adolescent 9,040 Alzheimer Disease 9,012 Magnetic Resonance Imaging 8,759 Child 8,526 Dementia 8,067 learning 7,706 Reaction Time 7,181 Aged, 80 and over 7,057 1 2 3 ... 1107 1 2 3 ... 8 Top Countries Publications USA 27,960 United Kingdom 7,125 Germany 4,609 Canada 3,347 Italy 2,944 France 2,890 Japan 2,741 Netherlands 2,445 Australia 1,861 Spain 1,442 Sweden 1,279 China 1,207 Israel 838 Switzerland 833 Finland 796 Belgium 670 Brazil 668 Austria 455 India 424 Norway 422 1 2 3 ... 8 1 2 3 ... 111 Top Cities Publications London 2,745 New York 1,719 Boston 1,389 Cambridge, USA 1,129 Baltimore 961 Los Angeles 867 Philadelphia 836 San Diego 831 Pittsburgh 784 Bethesda 779 Toronto 754 Montreal 749 Paris 737 Chicago 709 Amsterdam 689 Cambridge 639 Leipzig 629 Rome 565 Durham 556 Tokyo 534 1 2 3 ... 111
个人分类: 信息分析|2579 次阅读|0 个评论
C.V
shenxzh 2010-1-29 21:54
Xuzhang Shen Sex: Male Born: 7 /29/1976 Email: shenxzh@gmail.com Office Address: Lanzhou Institute of Seismology, China Earthquake Administration (CEA). 450 Donggang West Road, Lanzhou, Gansu Province, 730000, China Tel: +86-09318277661; Cell phone: +86-15009313127 Education PH.D. Earth College of Graduate University of Chininese Academy of Science (GUCAS). Beijing, China. 2008 M.S. Lanzhou seismology institute of China Earthquake Administration (CEA). Lanzhou, China. 2003 Undergraduate. Physical department of Gansu educational institute. Lanzhou, China. 2000 Junior college. Physical department of Zhangye teacher’s college. Zhangye, China. 1996 Professional Experience 11/2012-present. Researcher, LIS. 11/2008-11/2012. Associate researcher, LIS. 01/2005-12/2008. Assistant researcher , LIS. 05/2013-06/2013, Visit researcher in GFZ, hosted by Dr. Xiaohui Yuan 04/2012-05/2012, Visit researcher in GFZ, hosted by Dr. Xiaohui Yuan 09/2011-10/2011, Visit researcher in GFZ, hosted by Dr. Xiaohui Yuan 12/2009-12/2010, Visit researcher in ERI, hosted by Prof. Hitoshi Kawakatsu 11/2007-12/2007, Foreign research fellow in ERI, hosted by Prof. Hitoshi Kawakatsu 02/2007-06/2007, Foreign research fellow in ERI of Tokyo University, hosted by Prof. Hitoshi Kawakatsu 07/2003-12/2004. Research Assistant, Lanzhou institute of seismology (LIS), Chinese Earthquake Administration (CEA). List of academic publications 1. SHEN Xu-Zhang . An analysis of the deformation of the crust and LAB beneath the Lushan and Wenchuan earthquakes in Sichuan province (In Chinese with English abstract) . Chinese Journal Geophysics, 2013,56(6): 1895-1903,doi: 10.6038/cjg20130612 2. SHEN Xu-Zhang . Imaging structures of crust and upper mantle beneath the source of the 14 April 2010 Yushu, Qinghai earthquake using P- and S- wave receiver functions (In Chinese with English abstract) . Chinese Journal Geophysics, 2013,56(2): 493-503,doi: 10.6038/cjg20130213 3. Shen Xuzhang , Zhou Huilan, Receiver functions of CCDSN and crustal structure of China continent, Earthquake Science, 2012, 25:3-16, doi:10.1007/s11589- 012-0826-6 4. Shen Xuzhang , Zhou Huilan, Peeling linear inversion of upper mantle velocity structure with receiver functions, Earthquake Science, 2012, 25:65-74, doi:10.1007/s11589-012-0832-8 5. Xuzhang Shen , Xiuping Mei and Yuansheng Zhang. The crustal and upper mantle structures beneath the northeastern margin of Tibet, Bull. Seismol. Soc. Am.,2011,101,6, 2782–2795, doi: 10.1785/0120100112 6. SHEN Xu-Zhang , QIN Man-Zhong, ZHANG Yuan-Sheng et al. Seismological evidence of ultra-crust faults in northeastern margin of Qinghai-Tibet Plateau (In Chinese with English abstract). Chinese J. Geot. Eng., 2011, 33(Suppl.1): 255-260. 7. Shen Xuzhang , Study on the low-velocity discontinuity at the depth of 170 km beneath SSE station in Shanghai, China. Chinese J. Geophys.2011. 8. SHEN Xu-zhang , MEI Xiu-ping, YANG Hui. Study on the crustal structures beneath Wenchuan earthquake rupture zone. Progress in Geophysics (In Chinese with English abstract), 2011, 26(2): 477-488, doi: 10.3969/j.issn.1004-2903.2011.02.012 9. Shen Xuzhang , Zhang Shuzhen, Zheng zhong and Hao Chunyue, Study on the small-scale heterogeneities below the Hailaer CTBTO seismic array, Chinese J. Geophys (In Chinese with English abstract). 2010, 53(5):1158-1166. DOI:10.3969/j.issn. 0001-5733.2010.05.107 10. Shen Xuzhang and Mei Xiuping, The Array Response Function of Lanzhou Seismic Array and Results of FK analysis for Small earthquakes of Different Azimuths(In Chinese with English abstract). 2010, Northwestern Seismological Journal, 32 ( 1 ): 59-64 11. Xuzhang Shen and Joachim R. R. Ritter, Small-scale heterogeneities below the Lanzhou CTBTO seismic array, from seismic wavefield fluctuations, Journal of Seismo, 2009, 10.1007/s10950-009-9177-8. 12. Shen Xuzhang and Zhou Huilan, Locating seismic scatterers at the base of the mantle beneath eastern Tibet with PKIKP precursors, Chinese Science Bulletin, 2009, 10.1007/s11434-009-0382-1 13. Shen Xuzhang and Zhou Huilan, The low-velocity layer at the depth of 620 km beneath Northeast China, Chinese Science Bulletin, 2009, DOI 10.1007/s11434-008-0559-z 14. Xuzhang Shen , Huilan Zhou, and Hitoshi Kawakatsu, Mapping the upper mantle discontinuities beneath China with teleseismic receiver functions, Earth Planets Space, 2008 , 60 (7):713-719 15. Shen Xuzhang and Mei Xiuping, Temporal and spatial evolution of water-tube tiltmeter record of China deformation stations and its implication before and after Ms8.1 earthquake west to the Kunlun Mountain pass (In Chinese with English abstract). Northwestern Seismological Journal, 2009,31(1):57-60 16. Shen Xuzhang and Zhou Huilan Inversion of velocity structure under HLR seismic station with receiver function and NA method(In Chinese with English abstract), Journal of the Graduate School of the Chinese Academy of Sciences, 2005, 22(3 ) :322-328 17. Shen Xuzhang , Chang qianjun and Mei Xiuping, Analysis on precursor effect to earthquake of FSQ water tube tiltmeter in Lanzhou deformation station (In Chinese with English abstract). Northwestern Seismological Journal, 2004, 26(4): 368-370 18. Xiaoqing Xu , Xuzhang Shen * , Chang Ming , et al., Preliminary analysis of teleseismic receiver functions of the Ningxia and its adjacent area, Earthquake Science, 2012, 25:47-53. doi:10.1007/s11589-012-0830-x 19. Tang Jiuan, Shen Xuzhang *, and Gao Antai et al., Exprolation of estimation of observations of confined water level(In Chinese with English abstract). Journal of Geodesy and Geodynamics,2012,32(4):37-40 Meeting Abstracts Xuzhang Shen , Teh-Ru Alex Song, Determinating the lithosphere/asthenosphere boundary (LAB) with multiples on P-receiver functions, “Symposium III: Craton vs. Orogen”at theInternational Conference on Craton Formation and Destruction, 2011, Beijing, 25-29 April 2011. Shen Xuzhang , Origin of the geothermal in Tianshui region in the northeastern margin of Tibet and its implication, JPGU, 2010.6 Tokyo, Japan (Talk) Shen Xuzhang , Zhou Huilan. Peeling hybrid inversion of upper mantle structure with receiver functions. Poster, WPGM, 2006, Beijing, China. Shen Xuzhang , Zhou Huilan. The low velocity zone influence of receiver functions and the treat with it in theinversion, China Earthquake Annual, 2005 393 (Talk) Shen Xuzhang , Zhou Huilan. Parallel NA Inversion of Receiver Functions China Earthquake Annual, 2004 370 (Talk) Fu Guanyu, Shen Xuzhang , Tang, Jiuan, Fukuda,Y, Coseismic Strain Steps of the 2008 Wenchuan Earthquake Indicate EW Extension of Tibetan Plateau and Increased Hazard South to Epicenter, American Geophysical Union, Fall Meeting 2008 Research grant record Project Manager National Science Foundation of China. Study on the lithospheric anisotropy and deformation of eastern margin of Tibet and its adjacent area, 2013-2016 National Science Foundation of China. Study of lithosphere and deep discontinuities of upper mantle beneath northeast and east margin Tibet with P and S receiver functions. 2010---2012. Basic RD fund of Institute of Earthquake Prediction, CEA, Full wavefield simulation in 3-D media in the northeastern margin of Tibet. 2009-2010. China Earthquake Administration (CEA) associate fund. Study of the detailed structure of lithosphere and upper mantle under Lanzhou Dajianshan array. 2005---2007. Project Participants China Earthquake Administration (CEA) associated fund. Relationship of seismocity and spatio-temporal distribution of China deformation field. 2005---2007 National Science Foundation of China. Study of peeling inversion method of receiver functions and detection of deep discontinuities of upper mantle under China. 2003---2006. Special basic funding of Ministry of Science and Technology of the P.R.C. Construction of China tidal database. 2004---2006 Skills Operation system: Proficient in Windows, Linux Programming languages: Fortran Seismic software: SAC, Matseis, SH Script languages: Be familiar with Matlab, Perl, Shell, Java, Python Other software applications: Word, Powerpoint, Excel, GMT, TauP, Photoshop Excellent communication skills including written,verbal and interpersonal.
个人分类: Host_Page|4591 次阅读|0 个评论
复杂世界的生物多样性:功能生物多样性研究整合与过程
upzl 2009-10-23 08:51
Biodiversity in a complex world: consolidation and progress in functional biodiversity research 从 Ecology Letters 作者: Helmut Hillebrand, Birte Matthiessen The global decline of biodiversity caused by human domination of ecosystems worldwide is supposed to alter important process rates and state variables in these ecosystems. However, there is considerable debate on the prevalence and importance of biodiversity effects on ecosystem function (BDEF). Here, we argue that much of the debate stems from two major shortcomings. First, most studies do not directly link the traits leading to increased or decreased function to the traits needed for species coexistence and dominance. We argue that implementing a trait-based approach and broadening the perception of diversity to include trait dissimilarity or trait divergence will result in more realistic predictions on the consequences of altered biodiversity. Second, the empirical and theoretical studies do not reflect the complexity of natural ecosystems, which makes it difficult to transfer the results to natural situations of species loss. We review how different aspects of complexity (trophic structure, multifunctionality, spatial or temporal heterogeneity, and spatial population dynamics) alter our perception of BDEF. We propose future research avenues concisely testing whether acknowledging this complexity will strengthen the observed biodiversity effects. Finally, we propose that a major future task is to disentangle biodiversity effects on ecosystem function from direct changes in function due to human alterations of abiotic constraints. Source: http://www3.interscience.wiley.com/journal/122659286/abstract?CRETRY=1SRETRY=0
个人分类: Literature|3283 次阅读|0 个评论
表达谱数据生物学意义的挖掘
热度 1 anny424 2009-9-12 16:14
差异基因筛选方法 和 时间序列表达数据分析工具 有多种,结果多样,就会导致下游的功能分析大相径庭。 下面这两段话似乎解决了问题? Hosack , showed that prevalent biological themes within the set of differentially expressed transcripts derived from the same experiment, but using different transcript selection methods, are a stable representation of the biology underlying the experiment . Therefore, even though differentially expressed transcript lists have only partial overlap they all represent subsets of transcripts associated to a specific biological event (Figure 2). The integration of transcription profiles with biology knowledge bases (e.g. GO, KEGG, PUBMED, etc.) is another way of mapping differentially expressed transcripts in specific biology knowledge domains. A coordinated change among many gene products can produce potent biological effects, while the effect of each individual transcript can be subtle. The identification of pathways distinctively enriched within a set of differentially expressed transcripts can also be subsequently used to check if more subtle transcriptional variations, not considered in the stringent differential expression analysis , could also be used to strengthen the biological mean of the identified pathway. Another possible application could be the link of alternative splicing events, detected with the new exon-oriented Affymetrix microarray platform, to functional pathways depicted by conventional differential expression analysis. GO is however marked by flaws of certain characteristic types, due to a failure to address basic ontological principles . 做过GO注释的都会遇到这个头疼的问题,就是每个基因都会有好几个GO号,但不一定所有基因包含同一层次的GO号(本来就是有向无环图,没法确定层次), 因此,拿哪些GO号来分类?真懵!幸好已经有工具解决了这个问题。 工具: Class 1: Singular enrichment analysis (SEA) The most traditional strategy for enrichment analysis is to 1. take the users preselected (e.g. differentially expressed genes selected between experimental versus control samples by t-test with a P-value 0.05 and fold change 1.5) interesting genes, and then iteratively 2. test the enrichment of each annotation term one-by-one in a linear mode. Thereafter, the individual, enriched annotation terms passing the enrichment P-value threshold are reported in a tabular format ordered by the enrichment probability (enrichment P-value). The enrichment P-value calculation, i.e. number of genes in the list that hit a given biology class as compared to pure random chance, can be performed with the aid of some common and well-known 3. statistical methods (11,12,76), including Chi-square, Fishers exact test, Binomial probability and Hypergeometric distribution , etc. (Table 1). More discussion regarding the enrichment P-value can be found 4. in a later section of this paper. (概括得太好了,我已经写完的那篇论文就是这个路子,看来已经过时了) Even though the strategy and output format of SEA are simple, SEA is indeed a very efficient way to extract the major biological meaning behind large gene lists, which may be generated from any type of high-throughput genomic studies or bioinformatics software packages. Most of the earlier tools (such as GoMiner, Onto-Express, DAVID and EASE ) and a lot of the recently released tools (such as GOEAST and GFinder ), adopted this strategy and demonstrated significant success in many genomic studies. However, the common weakness of tools in this class is that the linear output of terms can be very large and overwhelming (from hundreds to thousands). Therefore, the data analysts focus and interrelationships of relevant terms can be diluted . For example, relevant GO terms like apoptosis, programmed cell death, induction of apoptosis, anti-apoptosis, regulation of apoptosis, etc., are spread out at different positions in a large linear output. It is difficult to focus on interrelationships of relevant biology terms among hundreds or thousands of other terms. In addition, the quality of pre-selected gene lists could largely impact the enrichment analysis , which makes SEA analysis unstable to a certain degree when using different statistical methods or cutoff thresholds .(这就回到了本文开头的那种情况) Class 2: Gene set enrichment analysis (GSEA) GSEA carries the core spirit of SEA, but with a distinct algorithm to calculate enrichment P-values as compared to SEA (35). People in the field give great attention and expectation to the GSEA strategy. The unique idea of GSEA is its no-cutoff strategy that takes all genes from a microarray experiment without selecting significant genes (e.g. genes with P-value 0.05 and fold change 1.5). This strategy benefits the enrichment analysis in two aspects: 1) it reduces the arbitrary factors in the typical gene selection step that could impact the traditional enrichment analysis; and 2) it uses all information obtained from microarray experiments by allowing the minimally changing genes, which cannot pass the selection threshold, to contribute to the enrichment analysis in differing degrees. The maximum enrichment score (MES) is calculated from the rank order of all gene members in the annotation category. Thereafter, enrichment P-values can be obtained by matching the MES to randomly shuffled MES distributions (a KolmogorovSmirnov-like statistic) (35). Other enrichment tools in the GSEA class using the no-cutoff strategy, such as ErmineJ (31), FatiScan (55), MEGO (36), PAGE (29), MetaGF, Go-Mapper (22) and ADGO (45) , etc., employ parametric statistical approaches such as z-score, t-test, permutation analysis , etc. These approaches directly take experimental values (e.g. fold change) of all genes into the calculation for each annotation term. Collectively, recent GSEA tools which integrate the total experimental values into the functional data mining are an interesting trend with a lot of potential as a complement to traditional SEA (47,7779). However, tools in the GSEA class are also associated with some common limitations. First, the no-cutoff strategy is the key advantage of GSEA, but is also becoming its major limitation in many biological studies. The GSEA method requires a summarized biological value (e.g. fold change) for each of the genome-wide genes as input. Sometimes, it is a difficult task to summarize many biological aspects of a gene into one meaningful value when the biological study and genomic platform are complex . For example, each gene derived from a SNP microarray could associate with a set of SNPs, which vary in size, P-values, physical distances, disease regions, LD (Linkage Disequilibrium) strength and SNP-gene locations (e.g. in exon, or in intron) from gene to gene. It is still a very experimental procedure to summarize such diverse aspects of biology into one comprehensive value. Similar challenges may be found in many of the emerging genomic platforms (e.g. SNP, Exon, Promoter microarray). The situations in the examples fully or partially fail in the GSEA-required input data structure requirement. For another example, many clinical microarray studies involve multiple factors/variants simultaneously, such as disease/normal, ages, sex, drug treatment/control, reagent batch effects, animal batch effect, etc. In such complex situations, sophisticated statistical methods, like ANOVA, time series analysis, survival analysis, etc., will be more powerful to handle multi-variances, multiple time points and batch effects, etc. simultaneously for datamining interesting gene lists. In many similar cases, the upstream data processing and comprehensive gene selection statistics cannot be simply avoided or replaced by GSEA. Moreover, the genes ranked in higher positions (usually with higher differences, e.g. fold change) are the major force driving (highly weighted) the enrichment Pvalues in GSEA. Thus, the underlying assumption is that the genes with large regulations (e.g. fold changes) are contributing more to the biology. Obviously, this is not always true in real biology . Biologists know that small changes of some signal transduction genes can result in larger downstream biological consequences. In contrast, some big changes in metabolic genes may be just a consequence of other small, but important, signal regulation events. Depending on the questions that the researcher is asking, the mildly changed signal transduction genes may be more interesting/important than those largely regulated genes. The GSEA and SEA methods have been available in the community for many years. Surprisingly, no comprehensive and systematic side-by-side comparisons are available yet. A recent study ran the same datasets with DAVID methods (a SEA/MEA method) versus ErmineJ (a GSEA method) (60). As expected, the results from both methods were highly consistent with each other. The consistency makes sense because the major driving force of the enrichment calculation in GSEA is the largely changing genes. In addition, those genes most likely have better chances to be selected in the traditional gene selection procedures, thus resulting in very similar results between the SEA and GSEA methods . (共同的缺点却导致了结果的一致) Class 3: Modular enrichment analysis (MEA) MEA inherits the basic enrichment calculation found in SEA and incorporates extra network discovery algorithms by considering the term-to-term relationships. Recent tools, such as Ontologizer (69), topGO (41), GENECODIS (59), ADGO (45) and ProfCom (68), claimed to improve discovery sensitivity and specificity by considering inter-relationships of GO terms in the enrichment calculations, i.e. using genes of composite (joint) annotation terms as a reference background. The key advantage of this approach is that the researcher can take advantage of termterm relationships, in which joint terms may contain unique biological meaning for a given study, not held by individual terms . Moreover, when using heterogeneous annotation content, the annotation terms are highly redundant, and also have strong interrelationships regarding different aspects for the same biological process. Building such relationships is one step closer to the true nature of biology during data mining. GoToolBox (18) developed functions to cluster related GO terms or genes, which provides the gene functional annotation in a network context. However, the functions only work for a small scope and only for GO terms. DAVID (60,61) recently provided a new tool that is able to organize and condense a wide range of heterogeneous annotation content, such as GO terms, protein domains, pathways and so on, into term or gene classes. This organization is accomplished by using Kappa statistics to mine the complex biological co-occurrences found in multiple heterogeneous annotation content. Combined with traditional enrichment P-value calculations, the new approach allows the enrichment analysis to progress from termcentric or gene-centric to biological module-centric analysis . These methods take into account the redundant and networked nature of biological annotation content in order to concentrate on building the larger biological picture rather than focusing on an individual term or gene . Such data-mining logic seems closer to the nature of biology in that a biological process works in a network manner. However, the obvious limitation of MEA is that orphan terms or genes (without strong relationships to neighbor terms/genes) could be left out from the analysis . Thus, it is important to examine those terms or genes that are left out during analysis when using MEA (60). In addition, the quality of the pre-selected gene list impacts the analytic results , just as it does in SEA analysis. Class1 举例: GOEAST is web based software toolkit providing easy to use, visualizable, comprehensive and unbiased Gene Ontology (GO) analysis for high-throughput experimental results, especially for results from microarray hybridization experiments. The main function of GOEAST is to identify significantly enriched GO terms among give lists of genes using accurate statistical methods. Class2 举例: topGO (topology-based Gene Ontology scoring) More recently, Alexa proposed a conditional hypergeometric test that computes the significance of a GO term based on its neighbourhood. Using the classical approach in which each node is scored independently, only few true significant nodes remain undiscovered . However, the dependencies between top scoring nodes yield a high false-positive rate . Alexa introduced the possibility of weighting genes annotated to a GO term based on the scores of neighboring GO terms or iteratively removing genes mapped to significant GO terms from more general (higher level) GO terms. The conditional hypergeometric test based on GO terms weightings reduces the false-positive rate, while not missing many true enriched nodes . The other conditional test is more efficient in finding the important areas in the GO graph, it also further reduces the false-positive rate, but with a higher risk of discarding relevant nodes. 总结一下, 无非是从两种角度出发: 1.从差异基因出发,先筛基因,再分析功能;受到基因筛选方法和参数的限制。 2.从功能出发,再看每个功能对应的基因如何;倒向基因变化幅度大的功能,是否可以通过降低基因变化的权重来改进一下? 功能分析的检验 Routinely, both over- and under-representation of ontology terms can be detected using the standard hypergeometric test . In probability theory and statistics, the hypergeometric distribution is a discrete probability distribution that describes the number of successes in a sequence of n draws from a finite population without replacement. The test based on the hypergeometric distribution is identical to the corresponding one-tailed version of Fishers exact test(看不同) . Reciprocally, the P-value of a two- sided Fishers exact test(看大小) can be calculated as the sum of two appropriate hypergeometric tests. Even though ontology enrichment approaches are widely used, only the most significant portion of the gene list is used to compute their statistic. Furthermore, the order of genes on the significant gene list is not taken into consideration. As a result simply counting the number of gene set members contained in the short list leads to loss of information, especially if the list is long and the difference between the more significant and the less significant is substantial. Finally, the correlation structure of gene sets is not considered at all . Two of the most used statistics to evaluate the association between functional pathways and differential expression are the one-tailed Fisher exact test, (FET) and Gene Set Enrichment Analysis (GSEA)(TM4 Mev) . FET is a statistical significance test used in the analysis of categorical data where sample sizes are small. The test is used to examine the significance of the association between two variables in a 22 contingency table. GSEA on the other hand evaluates microarray data at the level of genesets. The gene sets are defined based on prior biological knowledge , e.g. published information about biochemical pathways or co-expression in previous experiments. The goal of GSEA is to determine whether members of a gene set S tend to occur toward the top (or bottom) of the list L, in which case the gene set is correlated with the phenotypic class distinction. GSEA acts through three steps: (i) Calculation of an enrichment score. (ii) Estimation of significance level of enrichment score. (iii) Adjustment for multiple hypothesis testing. Since an accurate and rapid identification of perturbed pathways through the analysis of genomewide expression profiles facilitates the generation of biological hypotheses, Tian proposed a statistical framework for determining whether a specified group of genes for a pathway has a coordinated association with a phenotype of interest. In this framework, the overall objective of the analysis is to test whether a group of genes has a coordinated association with a phenotype of interest evaluating the following two null hypothesis: (i) The genes in a gene set show the same pattern of associations with the phenotype compared with the rest of the genes. (ii) The gene set does not contain any genes whose expression levels are associated with the phenotype of interest. After the test statistics are computed for testing the two hypotheses gene sets are then ranked in order of their significance and a control for the inflated Type I error due to multiple comparisons of gene sets is also applied. The authors claimed that their approach has more statistical power than currently available methods and can result in the discovery of statistically significant pathways that are not depicted by other methods . 牛! Markowetz proposed an algorithm to infer nontranscriptional pathway features based on differential gene expression in silencing assays . The authors idea is that cellular signalling pathways, which are not modulated on a transcriptional level, cannot be directly deduced from expression profiling experiments. However, when external interventions occur i.e. RNA interference or gene knock-outs, even if the expression of the signalling genes is not changed, secondary effects in downstream genes shed light on the pathway, and allow partial reconstruction of its topology. The core of Markowetz approach is the definition of a scoring function, which measures how well hypotheses about pathway topology are supported by experimental data. 参考文献: Microarray data analysis and mining approaches Francesca Cordero , Marco Botta and Raffaele A. Calogero Corresponding author: Raffaele A. Calogero, Department of Clinical and Biological Sciences, University of Torino, Italy. Briefings in Functional Genomics and Proteomics 2008 6(4):265-281; doi:10.1093/bfgp/elm034 Bioinformatics enrichment tools: paths toward the comprehensive functional analysis of large gene lists Da Wei Huang , Brad T. Sherman and Richard A. Lempicki * Laboratory of Immunopathogenesis and Bioinformatics, Clinical Services Program, SAIC-Frederick, Inc., National Cancer Institute at Frederick, Frederick, MD 21702, USA Nucleic Acids Research 2009 37(1):1-13; doi:10.1093/nar/gkn923
个人分类: bioinformatics笔记|6660 次阅读|1 个评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-18 15:34

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部