Initial commit

This commit is contained in:
2026-07-30 10:51:43 +09:00
commit 9e3b3ddc29
23 changed files with 4705 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
#+TITLE: 論文データベースプロジェクト
* 構成
このディレクトリには、分野固有の設定とデータだけを置く。
#+begin_example
config.py
papers.db
papers.org
papers.publish.db
logs/
tmp/
#+end_example
=CLAUDE.md= とPythonスクリプトは共通側に置かれるため、
このディレクトリには作成しない。
* 初期設定
=config.py= の次の項目を編集する。
- =pdf_root=
- =scan_directories=
- =domain=
- 必要な場合だけ =remote=
* 実行
プロジェクトディレクトリへ移動して実行する。
#+begin_src sh
/path/to/paper_db_common/publish.py
#+end_src
公開用DBとPDFも転送する場合は次を使う。
#+begin_src sh
/path/to/paper_db_common/publish.py --publish
#+end_src