Phantom的新证据

WMAP三年的结果出来,已经有了一些分析的文章,今天出现的一篇文章,声称用SDSS4的数据和WMAP3的数据计算cross-correlation,暗能量可能是phantom,从红移0.5到红移0.3,暗能量从\Omega_\Lambda =0.75增加到\Omega_\Lambda=0.82

文章

———————————————————————————-

现在背景音乐是孙燕姿的《遇见》,我觉得很好听,虽然这是首年轻人的歌曲,我觉得这首歌的最后两句表达了我们对暗能量的感受:

我遇见你是最美丽的意外
总有一天我的谜底会解开

———————————————————————————-

《遇见》在这里抒情了两天,咱们换一个口味吧 :-)

文章 《Phantom的新证据》 已有 37 篇评论

页: « 1 [2] 显示所有评论

  1. 18 bittorent

    ohoh
    it also disappeared.
    k, again:

    finncarey:
    is the extra minus sign due to w\le 0 or it comes strictly for w \le -1?

    how can you make sense of this thing quantum mechanically? kinetic energy is not bounded below.

    is the potential important? how about higher derivative terms?

    it sounds like all hell break loose.

    kaixuan:
    :) nihao, 424 bb.

  2. 19 finncarey

    OMG, half of what I said here was lost, what’s wrong with this???

    I mean that the definition of phantom is ‘w

  3. 20 finncarey

    I mean that the definition of phantom is ‘w

  4. 21 finncarey

    李老师,我正式认为,在你的blog上发生了信息丢失。。。。

    我白写了一堆一堆的长篇大论,555

  5. 22 李淼

    finncarey:

    我自己也丢过,也是在讨论暗能量的时候,不能写状态方城……真奇怪。

  6. 23 李淼

    试试这个

    \omega=p/\rho

  7. 24 bittorent

    this is really really weird :)
    it’s the dark force :D

  8. 25 金观涛

    真笨哪!一群做学问的被一个小小的<符号难住了,
    你们不会写英文的<号,难道还不会写中文的〈号吗?
    告诉你们吧,怎么写这个英文的<号,直接在键盘上
    打出<号是不行的,你们要打:
    &#x3c

  9. 26 金观涛

    &#x3c;

  10. 27 海蓝云

    &#x3c

  11. 28 bittorent

    microsoft is the dark side

  12. 29 金观涛

    Has nothing to do with Microsoft. Blame it on CERN scientists, who invented the HTML format. Since special characters like < are used for HTML tags, you should always use escape sequences when you want to type those characters.

  13. 30 Hui

    关于帖子和留言中的大于号(>)和小于号(<):

    直接输入>和<是不行的,这可能会导致丢失后文。原因在于html的tag使用了<和>,比如<title>。这不仅是这个blog的问题,也不仅是wordpress的问题,只能怪html和这两个数学符号冲突。

    解决方案:

    1 使用&gt;(greater than)和&lt; (less than)来分别代替>和<
    2 使用其它大家可以看懂的符号代替,比如\bt和\lt等

  14. 31 Hui

    建议李教授把我上面的comment放到blog比较显眼的位置或者写个小帖子提醒一下大家,免得有人再丢失留言。

    http://limiao.net/blog/87#comment-1010

  15. 32 bittorent

    Quantoken,
    thanks, I see, didn’t realize leaving a comment was directly writing into the source of html.
    ahah, just learned some computer science for dummies

  16. 33 想娶奶茶

    可以用ultra edit打开你的网站的根目录下的wp-comments-post.php文件,在第24行和25行之间插入一句:
    $comment_content = htmlSpecialChars($comment_content);
    以后的评论中的半角尖括号就会自动变成&lt等字符了。

  17. 34 Hui

    想娶奶茶,

    I tried. It doesn’t work. Things are not so simple. It’s not a bug of Wordpress. Actually, wordpress can overcome this problem, but then you lose the benefites of direct HTML tag control or auto tag-closing.

  18. 35 想娶奶茶

    Hui:
    感觉WordPress的理念有点儿像Linux,要求操作者有很多相关知识才能运用自如。我不能相信它可以直接输入代码,贴张图试试看。

  19. 36 Hui

    Wordpress是给懒人用的,对于多数用户来说还是很简单的,毕竟在blog里写数学公式的还是少数。comment可以使用一部分HTML代码,但考虑到安全和整个版面的美观,不是所有的tag都可以。对于Wordpress这样一个开源的publishing system,安全是第一位的,然后是易用性,最后才是个别用户的需求。

  20. 37 想娶奶茶

    无语了,我下载了wordpress,在自己的电脑安装了一下,所有html标签都不会丢失……不知道是什么原因。察看源文件,发现尖括号都用&lt;表示了,可能是新的版本的缘故。

页: « 1 [2] 显示所有评论

发表评论

在评论中使用LaTeX的方法