Browse Source

Commits current version

Caleb Fangmeier 4 years ago
parent
commit
e12867e1b1
7 changed files with 39 additions and 8 deletions
  1. 1 0
      .gitignore
  2. 10 3
      Makefile
  3. 9 4
      content/05_tttt_measurement.md
  4. 4 0
      content/references.bib
  5. 14 0
      content/references.referencer
  6. 0 0
      docs/TOP-18-003-paper-v18.pdf
  7. 1 1
      elegant

+ 1 - 0
.gitignore

@@ -15,5 +15,6 @@ build/*.out
 build/*.pdf
 build/*.run.xml
 build/*.toc
+build/log.txt
 
 *.pid

+ 10 - 3
Makefile

@@ -73,6 +73,10 @@ clean:
 	[ ! -d $(OUTPUTDIR) ] || rm -rf $(OUTPUTDIR)
 	cd $(BUILDDIR); git clean -f -X
 
+publish: html pdf
+	$(PELICAN) $(BUILDDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
+	[ -f $(BUILDDIR)/thesis.pdf ] && cp $(BUILDDIR)/thesis.pdf $(OUTPUTDIR)
+
 serve:
 ifdef PORT
 	cd $(OUTPUTDIR) && $(PY) -m pelican.server $(PORT)
@@ -80,9 +84,12 @@ else
 	cd $(OUTPUTDIR) && $(PY) -m pelican.server
 endif
 
-publish: html pdf
-	$(PELICAN) $(BUILDDIR) -o $(OUTPUTDIR) -s $(PUBLISHCONF) $(PELICANOPTS)
-	[ -f $(BUILDDIR)/thesis.pdf ] && cp $(BUILDDIR)/thesis.pdf $(OUTPUTDIR)
+pubserve: publish
+ifdef PORT
+	cd $(OUTPUTDIR) && $(PY) -m pelican.server $(PORT)
+else
+	cd $(OUTPUTDIR) && $(PY) -m pelican.server
+endif
 
 rsync_upload: publish
 	rsync -e "ssh -p $(SSH_PORT)" -P -rvzc --delete $(OUTPUTDIR)/ $(SSH_USER)@$(SSH_HOST):$(SSH_TARGET_DIR) --cvs-exclude

File diff suppressed because it is too large
+ 9 - 4
content/05_tttt_measurement.md


+ 4 - 0
content/references.bib

@@ -123,3 +123,7 @@
 	year = {2019},
 }
 
+@article{TODO,
+	title = {{XXX PLACEHOLDER XXX}},
+}
+

+ 14 - 0
content/references.referencer

@@ -219,5 +219,19 @@
 			<bib_pages></bib_pages>
 			<bib_year>2019</bib_year>
 		</doc>
+		<doc>
+			<filename></filename>
+			<key>TODO</key>
+			<notes></notes>
+			<bib_type>article</bib_type>
+			<bib_doi></bib_doi>
+			<bib_title>XXX PLACEHOLDER XXX</bib_title>
+			<bib_authors></bib_authors>
+			<bib_journal></bib_journal>
+			<bib_volume></bib_volume>
+			<bib_number></bib_number>
+			<bib_pages></bib_pages>
+			<bib_year></bib_year>
+		</doc>
 	</doclist>
 </library>

docs/TOP-18-003-paper-v18 → docs/TOP-18-003-paper-v18.pdf


+ 1 - 1
elegant

@@ -1 +1 @@
-Subproject commit 5cddb411a417e3489eb673810a81bca3c7e43fcd
+Subproject commit 97edc1ce5fef9e1db12193f6262dca08a576570a