Difference between revisions of "Dbnvp"

From Drorbn
Jump to: navigation, search
(To Do)
(To Do)
 
(4 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
<div style="clear: right; float: right">http://katlas.math.toronto.edu/drorbn/AcademicPensieve/Classes/12-wClips/HowToUseThisSite.png</div>
 
[[Image:Dbnvp.png|center]]
 
[[Image:Dbnvp.png|center]]
  
[[dbnvp]] will be a style for video pages and a collection of programs to create and manage pages of that style. At the moment all there are few samples in progress, a few links, and an unconvincing to do list.
+
[[dbnvp]] is a style for video pages and a collection of programs to create and manage pages of that style.
  
==Samples in Progress==
+
==Samples==
  
* {{dbnvp link|Aarhus-0706|Aarhus-0706}}
+
* {{dbnvp link|wClips-120118-1|wClips-120118-1: An Introduction to this Website.}}
* {{dbnvp link|MSRI-0808|MSRI-0808}}
+
* {{dbnvp link|wClips-120201|wClips-120201: finite type invariants of v- and w-braids, arrow diagrams, 6T, TC and 4T relations, expansions / universal finite type invariants. ,}} by Peter Lee.
* {{dbnvp link|KAL-090708|KAL-090708}}
+
* {{dbnvp link|wClips-120118-2|wClips-120118-2: w-Braids by generators and relations and as flying rings,}} by Zsuzsanna Dancso.
* {{dbnvp link|Mathcamp-0907|Mathcamp-0907}}
+
* {{dbnvp link|SwissKnots-1105|SwissKnots-1105: Facts and Dreams About v-Knots and Etingof-Kazhdan.}}
* {{dbnvp link|HUJI-090727|HUJI-090727}}
+
* {{dbnvp link|SK11_Sazdanovic|SK11_Sazdanovic: A Categorification of the Polynomial Ring,}} by Radmila Sazdanovic.
* {{dbnvp link|Bonn-0908|Bonn-0908}}
+
* {{dbnvp link|AKT-090910-1|AKT-090910-1: 3-colourings, Reidemeister's theorem, invariance, the Kauffman bracket.}}
* {{dbnvp link|Fields-0911|Fields-0911}}
+
* {{dbnvp link|UWO-100225|UWO-100225}}
+
 
* {{dbnvp link|Test1|Test1}}, <span class="plainlinks">[http://katlas.math.toronto.edu/drorbn/dbnvp/Test1?show=GlobalNotes GlobalNotes]</span>, <span class="plainlinks">[http://katlas.math.toronto.edu/drorbn/dbnvp/Test1?show=notes notes]</span>
 
* {{dbnvp link|Test1|Test1}}, <span class="plainlinks">[http://katlas.math.toronto.edu/drorbn/dbnvp/Test1?show=GlobalNotes GlobalNotes]</span>, <span class="plainlinks">[http://katlas.math.toronto.edu/drorbn/dbnvp/Test1?show=notes notes]</span>
 
* {{dbnvp link|Test2|Test2}}, <span class="plainlinks">[http://katlas.math.toronto.edu/drorbn/dbnvp/Test2?show=GlobalNotes GlobalNotes]</span>, <span class="plainlinks">[http://katlas.math.toronto.edu/drorbn/dbnvp/Test2?show=notes notes]</span>
 
* {{dbnvp link|Test2|Test2}}, <span class="plainlinks">[http://katlas.math.toronto.edu/drorbn/dbnvp/Test2?show=GlobalNotes GlobalNotes]</span>, <span class="plainlinks">[http://katlas.math.toronto.edu/drorbn/dbnvp/Test2?show=notes notes]</span>
Line 20: Line 19:
  
 
* The [http://katlas.math.toronto.edu/drorbn/dbnvp/ dbnvp] directory (to get the sources of all php files in this directory, download [http://katlas.math.toronto.edu/drorbn/dbnvp/all_php_files.zip.php all_php_files.zip.php] and save it without the .php extension, and then open it or unzip it as a zip file).
 
* The [http://katlas.math.toronto.edu/drorbn/dbnvp/ dbnvp] directory (to get the sources of all php files in this directory, download [http://katlas.math.toronto.edu/drorbn/dbnvp/all_php_files.zip.php all_php_files.zip.php] and save it without the .php extension, and then open it or unzip it as a zip file).
 +
* [http://blog.math.toronto.edu/colliand/2012/02/09/web-course-platform-prototyped-by-toronto-math-professor-dror-bar-natan/ A post in Jim Colliander's blog.]
 
* The project birthplace (and further links) at {{Pensieve Link|2009-06/one/Streaming_Video.pdf|2009-06/one/Streaming_Video.pdf}}.
 
* The project birthplace (and further links) at {{Pensieve Link|2009-06/one/Streaming_Video.pdf|2009-06/one/Streaming_Video.pdf}}.
 
* Mozilla on video: https://developer.mozilla.org/En/HTML/Element/Video and https://developer.mozilla.org/en/Using_audio_and_video_in_Firefox.
 
* Mozilla on video: https://developer.mozilla.org/En/HTML/Element/Video and https://developer.mozilla.org/en/Using_audio_and_video_in_Firefox.
Line 30: Line 30:
  
 
== To Do ==
 
== To Do ==
* Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots:
+
 
** "bbsfolder" - a directory for the bbs.
+
** "bbsfilter" - a function to filter a subset of the shots in bbsfolder.
+
** "bbstime" - a function to compute the absolute time of a shot from its filename.
+
** In addition, Talk.php should contain a "startingtime" and an "endingtime" parameters.
+
 
* Save current time and other state parameters with cookies.
 
* Save current time and other state parameters with cookies.
 
* "Previous/next" links.
 
* "Previous/next" links.
 
* "These notes are (mostly) by the students and for the students...".
 
* "These notes are (mostly) by the students and for the students...".
 
* Allow linking into a specific video time.
 
* Allow linking into a specific video time.
 +
* Single frame extraction: <code>ffmpeg -i ogg/wClips-120222_720.ogg -f image2 -ss 00:03:31 -vframes 1 -r 1 frames/wClips-120222-000351.jpg</code>.
 +
* See that BBS inclusions will also include shot comments, if any.
  
 
== Done ==
 
== Done ==
 
* Allow an independent refresh of the "comments" panel.
 
* Allow an independent refresh of the "comments" panel.
 +
* Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots:
 +
** "bbsfolder" - a directory for the bbs.
 +
** "bbstime" - a function to compute the absolute time of a shot from its filename. In case of an invalid file, should return 0.
 +
** In addition, Talk.php should contain a "startingtime" and an "endingtime" parameters.

Latest revision as of 11:28, 18 March 2017

http://katlas.math.toronto.edu/drorbn/AcademicPensieve/Classes/12-wClips/HowToUseThisSite.png
Dbnvp.png

dbnvp is a style for video pages and a collection of programs to create and manage pages of that style.

Contents

Samples

Links

To Do

  • Save current time and other state parameters with cookies.
  • "Previous/next" links.
  • "These notes are (mostly) by the students and for the students...".
  • Allow linking into a specific video time.
  • Single frame extraction: ffmpeg -i ogg/wClips-120222_720.ogg -f image2 -ss 00:03:31 -vframes 1 -r 1 frames/wClips-120222-000351.jpg.
  • See that BBS inclusions will also include shot comments, if any.

Done

  • Allow an independent refresh of the "comments" panel.
  • Allow linking of blackboard shots. Each Talk.php may set parameters to manage blackboard shots:
    • "bbsfolder" - a directory for the bbs.
    • "bbstime" - a function to compute the absolute time of a shot from its filename. In case of an invalid file, should return 0.
    • In addition, Talk.php should contain a "startingtime" and an "endingtime" parameters.