2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【名古屋大学の学生向け】ブックマークバーに登録してワンクリックで学外から論文を読む

Last updated at Posted at 2019-04-26

学外からでも論文を簡単に読みたい

VPNを使います。名古屋大学のVPNについては↓参照
http://www.nul.nagoya-u.ac.jp/db/DBannai/ezproxy/index.html

スクリプトをブックマークに登録(Chromeの場合)

  1. ブックマークバーを右クリック
  2. ページを追加
  3. 適当な名前をつける
  4. URLの欄に以下をコピペ
javascript:l=window.location;p=l.pathname.split('/');d=p.pop();ll="https://"+l.host.split('.').join('-')+".ejgw.nul.nagoya-u.ac.jp"+p.join("/")+"/"+d+l.search;l.href=ll;

※split('.').join('-')については正規表現.replace(/./g, '-')がうまく行かず、回りくどくなっています。

実際に学外から論文にアクセス

  1. 学外にいる状態で
  2. VPNログインしておく
    https://www.nul.nagoya-u.ac.jp/db/DBannai/ezproxy/
    ”電子ジャーナルアクセスサービス”からログインしておく(ページは閉じてOK)
  3. 見たい論文のページにアクセスして、先程登録したブックマークをクリック、見れるようになったことを確認
  4. 続けて見たい論文があるときは、2を繰り返さずいきなり3でOK!
    ※二時間ほど使わないとログアウトすることが考えられるので、その場合2を繰り返す必要が出ます。
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?