• R/O
  • HTTP
  • SSH
  • HTTPS

openlab: 提交

一般公開のマテリアル保存のためのリポジトリ


Commit MetaInfo

修訂0081fac10d9925c555d7e6911d57368efa168bbe (tree)
時間2020-12-14 21:55:30
作者Mitsuaki Kawamura <kawamitsuaki@gmai...>
CommiterMitsuaki Kawamura

Log Message

Backup

Change Summary

差異

--- a/http/index.html
+++ b/http/index.html
@@ -1,4 +1,4 @@
1-<html>
1+<html>
22 <head>
33 <meta http-equiv="Content-Type"
44 content="text/html; charset=utf-8">
@@ -27,7 +27,7 @@
2727 <li><a href="./hajimeni/index.html">はじめに</a></li></li>
2828 <li><a href="./submit/index.php">身の回りにある結晶を投稿してみよう</a></li>
2929 <li><a href="./fermi/index.html">物性をシミュレーションするとはどういうことか</a></li>
30- <li><a href="./simulator/index.html">物性研の計算機で実際にシミュレーションする</a></li>
30+ <li><a href="./simulator/index.html">リモートの計算機で実際にシミュレーションする</a></li>
3131 <li><a href="./bbs/index.php">なんでも掲示板</a></li>
3232 </ul>
3333 </h2>
--- a/http/simulator/index.html
+++ b/http/simulator/index.html
@@ -1,6 +1,6 @@
1-<html>
1+<html>
22 <head>
3- <title>物性研の計算機でシミュレーション</title>
3+ <title>リモートの計算機でシミュレーション</title>
44 <meta http-equiv="Content-Type"
55 content="text/html; charset=utf-8">
66 <script type="text/x-mathjax-config">
@@ -44,20 +44,15 @@
4444 + Jmol.jmolButton(jmolApplet0, "stereo off", "立体視オフ")
4545 )
4646 }
47-
48-
4947 );
50-
51-
52-
5348 </script>
5449 </head>
5550 <body bgcolor="CCFFCC">
5651
57- <h1>物性研の計算機でシミュレーションする</h1>
52+ <h1>リモートの計算機でシミュレーションする</h1>
5853
5954 <h3>
60- 物性研にあるコンピューターを遠隔操作して、物質中のシュレーディンガーは方程式を解いてみましょう!
55+ リモートにあるコンピューターを遠隔操作して、物質中のシュレーディンガーは方程式を解いてみましょう!
6156 <br />
6257 好きな結晶構造や元素を選んであなただけの物質をバーチャルに作り出すことができます。
6358 </h3>
--- a/http/simulator/simulate.php
+++ b/http/simulator/simulate.php
@@ -10,7 +10,7 @@
1010 </script>
1111 <meta http-equiv="X-UA-Compatible" CONTENT="IE=EmulateIE7" />
1212
13- <title>物性研の計算機でシミュレーションする</title>
13+ <title>リモートの計算機でシミュレーションする</title>
1414
1515 </head>
1616 <body bgcolor="CCFFCC">
@@ -169,10 +169,11 @@
169169 echo "<pre>";
170170 system($fermicommand);
171171 system($jscommand);
172+ system("rm -r -f -v " . $submitid . ".save/ " . $submitid . ".xml " . $submitid . ".frmsf");
172173 echo "</pre>";
173174 echo "<hr>";
174175 echo "<h2>計算完了</h2>";
175- echo '<p><h3><a href="https://fermisurfer.osdn.jp/js/index.php?frmsf=https://macloud.issp.u-tokyo.ac.jp/simulator/' . $submitid . '.js" target="_blank">フェルミ面の表示</a></h3></p>';
176+ echo '<p><h3><a href="https://fermisurfer.osdn.jp/js/index.php?frmsf=https://openlab.osdn.jp/simulator/' . $submitid . '.js" target="_blank">フェルミ面の表示</a></h3></p>';
176177 ?>
177178 <h3>
178179 私たちはこのように、
Show on old repository browser