#author("2021-02-16T07:29:26+00:00","","") #author("2021-03-11T09:29:30+00:00","","") #ref(TEX.zip,,TEXのテンプレとしてつかってね) #ref(citys.csv,,) #ref(TwitterSc.json,,) |>|>|>|>|>|CENTER:COLOR(white):BGCOLOR(blue):|c ||&size(13){月曜日};|&size(13){火曜日};|&size(13){水曜日};|&size(13){木曜日};|&size(13){金曜日};| |BGCOLOR(#5c5c5c):COLOR(white):|>|>|>|>|COLOR(white):BGCOLOR(white):CENTER:60|c |BGCOLOR(#999999):COLOR(white):|>|>|>|>|COLOR(white):BGCOLOR(white):CENTER:60|c |CENTER:&size(20){1-2};|||||BGCOLOR(#77CCFF):&size(20){研究会};| |CENTER:&size(20){3-4};|||||~| |CENTER:&size(20){昼休み};|||||| |CENTER:&size(20){5-6};||BGCOLOR(#00ffcc):&size(20){社会学};|||| |CENTER:&size(20){7-8};|||||| |CENTER:&size(20){9-10};|||||| |CENTER:&size(20){11-12};|||||| ***[[平松研究会]] [#k2120be0] ***[[平松ゼミ]] [#ee3e0314] ***[[小野田さん引き継ぎ]] [#ee3e0314] ***[[平松の技術資料]] [#ee3e0314] #memo($ git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git\n$ cd mecab-ipadic-neologd\n$ ./bin/install-mecab-ipadic-neologd -n) #memo(graph = {}\ngraph["nodes"] =[]\nfor word in word_set:\n if word == key1 or word == key2:\n graph["nodes"].append({"id": word, "group": 1})\n else:\n graph["nodes"].append({"id": word, "group": 2})\n\ngraph["links"] = []\nfor index_word in df_D.index:\n for column_word in df_D.columns:\n if df[index_word][column_word] > 0.03:\n graph["links"].append( {"source": index_word, "target": column_word, "value": 1, "weight": int(df_D[index_word][column_word])})\n) #memo(卒論用英語のタイトルのTEXでの書き方\n\n\subtitle[short subtitle]{{\color{black}Development of a QGIS plug-in for seamless integration of ideation support and geoprocessing}}\n\n\begin{itembox}[l]{[\bf{Step 1]:QGISで表示するShapeファイルの選択}}\nQGISに表示させたい情報が入っているShapeファイルを読み込ませる.また,任意のオープンデータが入ったCSVをQGIS内でShapeファイルと結合する.今回は,Shapeファイルを国土交通省が配布している行政区域データのカラム名を変更したものを使い,CSVは国勢調査のExcelファイルの説明などが書かれた不要な箇所を削除し,データ形式をCSVに変更したものを使用した.\n\end{itembox}\n\n)