Dive into the archives.
- Paragraph types
1. General to Particular (G.R.)
[E.G.] The power of the Internet relies on finding information quickly through the use of search engines. Internet users — information request — search enngines — rely on a suit of algorithms.
2. Definitions
A definition paragraph explains the terms you will use.
[E.G.]A semantic-oriented search engine relies on the meaning of data [...]
- Writing structure (Paragraphs)
The most important writing skill is making good paragraphs.
There are rules:One paragraph, one topic
Write a good topic statement (1st sentence, sometime two sentences)
- Why do we publish?
Explain ideas to many people
Get comments from other people
Mutual benefit through sharing information
Institution (or professor) tells you to publish
GET RECOGNITION (Get citation, get a better job)For above purposes, people must read your publications.
To get your paper published, it must be passed by the referers. It must have good English.
To get people to read it, it [...]
- MacCVSClientをインストール
論文をCVSで管理することにしました。CVSを使う為にeclipseを立ち上げるのも面倒なので、MacCVSClientをインストール。
CVSのコマンドを全然覚えてません。。ここのサイトでチェック。
- Leopardでtexのフォントが見つからないときの解決策
ここを参考にしました。ありがとうございます。
とりあえずぼくの環境では以下のコマンドを実行。
sudo rm /usr/local/teTeX/share/texmf/fonts/opentype/HiraMinPro-W3.otf
sudo rm /usr/local/teTeX/share/texmf/fonts/opentype/HiraMinPro-W6.otf
sudo rm /usr/local/teTeX/share/texmf/fonts/opentype/HiraKakuPro-W3.otf
sudo rm /usr/local/teTeX/share/texmf/fonts/opentype/HiraKakuPro-W6.otf
sudo rm /usr/local/teTeX/share/texmf/fonts/opentype/HiraKakuStd-W8.otf
sudo rm /usr/local/teTeX/share/texmf/fonts/opentype/HiraMaruPro-W4.otf
sudo ln -s /Library/Fonts/ヒラギノ明朝\ Pro\ W3.otf /usr/local/teTeX/share/texmf/fonts/opentype/HiraMinPro-W3.otf
sudo ln -s /Library/Fonts/ヒラギノ明朝\ Pro\ W6.otf /usr/local/teTeX/share/texmf/fonts/opentype/HiraMinPro-W6.otf
sudo ln -s /Library/Fonts/ヒラギノ角ゴ\ Pro\ W3.otf /usr/local/teTeX/share/texmf/fonts/opentype/HiraKakuPro-W3.otf
sudo ln -s /Library/Fonts/ヒラギノ角ゴ\ Pro\ W6.otf /usr/local/teTeX/share/texmf/fonts/opentype/HiraKakuPro-W6.otf
sudo ln -s /Library/Fonts/ヒラギノ角ゴ\ Pro\ W8.otf /usr/local/teTeX/share/texmf/fonts/opentype/HiraKakuStd-W8.otf
sudo ln -s /Library/Fonts/ヒラギノ丸ゴ\ Pro\ W4.otf /usr/local/teTeX/share/texmf/fonts/opentype/HiraMaruPro-W4.otf
- teTexをleopardにインストール
ここを参考にインストール。
で、makeでエラーになって、ここを参考に解決。
ページの作成者の方に感謝感謝です。
- 英語を習いにいくことにしました
英語論文をさらさらっと書けるようになりたくて、技術英語もできる英会話スクールに入学しました。昨日習ったことをメモ。(もしかしたら聞き間違ってるかも。。)
divide
divideと一緒に使う前置詞はintoかbetweenかbyが一般的。intoは、何かを分ける感じ。betweenは分けて別々にいれる感じ(多分??)。byは割り算のとき。
especially
副詞だから「特になんとかする」の特に使うつもりでこんな文章を書いてました。The controller layer especially handles … でも、especiallyは形容詞にしかかからないそうです。例えば、it’s especially beautiful. な感じ。。なんで上の文章は、The controller layer is responsible for handling … が適切と教わりました。なるほど。especiallyの他にもunbelievably等があるそうです。
logic
logicsで使ってました。こいつはuncountableな名詞だと教えてもらいました。
relate
モデル層とビュー層を関連付けるを、relates the model layer with the view layer って書いてたんですが、前置詞がtoなのと、relateよりconnectの方がしっくりくるとのことで、connects the model layer to the view layer に書き直し。
do
do buisiness logic と使ってたんですが、文法的には正しい文だけど論文のようなフォーマルな文章では不適切ということで、perform buisiness logic に書き直し。
on the tip of my tongue
もう少しで思い出せそうだけど、思い出せない。。みたいなときに使う。

