<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel rdf:about="https://community.wolfram.com">
    <title>Community RSS Feed</title>
    <link>https://community.wolfram.com</link>
    <description>RSS Feed for Wolfram Community showing any discussions tagged with Computable Document Format sorted by active.</description>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3605573" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/3532726" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2557611" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/313447" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2391187" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2340693" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2322400" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2193335" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2184011" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2146403" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2132648" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/529439" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2050267" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/2065757" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1197947" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1984945" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1972104" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1920768" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1921192" />
        <rdf:li rdf:resource="https://community.wolfram.com/groups/-/m/t/1378454" />
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3605573">
    <title>Text chapters of the book &amp;#034;Computer Simulations with Mathematica&amp;#034;</title>
    <link>https://community.wolfram.com/groups/-/m/t/3605573</link>
    <description>I have a book, &amp;#034;Computer Simulations with Mathematica&amp;#034;, Gaylord &amp;amp; Wellin, 1995.   It has a CD with text chapters in it.  I downloaded the contents of the disk. But when I read a chapter into a notebook, the contents consist entirely of code for running the notebook, which I tried.  This generates a typically opaque MMA error message - &#xD;
&#xD;
Syntax::sntxf: &amp;#034;&amp;#034; cannot be followed by &#xD;
    &amp;#034;(* Content-type: application/mathematica *)\012\012(*** Wolfram Notebook File \&amp;#034;.&#xD;
&#xD;
The statement is the first line in the document.  However, it is NOT preceded by the double quotes, &amp;#034;&amp;#034;.  When I open the document with CDF (As suggested in a chat yesterday.), all I see is the same notebook commands I get when I open it in an executable form.   &#xD;
&#xD;
Is CDF the right tool to use?  I tried MathReader that came on the CD, as the authors suggest, but it wouldn&amp;#039;t run.  I get a message telling me that it won&amp;#039;t run on my computer.  Is there a version of MathReader that will work?  I&amp;#039;m running MMA 14.3 on Win 11 pro 64 bit.</description>
    <dc:creator>Mark Harder</dc:creator>
    <dc:date>2026-01-13T04:11:26Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/3532726">
    <title>How can I prevent other users from seeing my Input Cells?</title>
    <link>https://community.wolfram.com/groups/-/m/t/3532726</link>
    <description>I have sensitive security machine parameters in my calculation input cells. &#xD;
I&amp;#039;d like to hide input cells and permanently lock them so that other users cannot open or see my input cells.&#xD;
&#xD;
I want that other users can use slide bars and numeric input window in Manipulate [ ] function but I have to hide and lock the details of calculations to protect the security machine parameters. &#xD;
&#xD;
I know that we can hide Input Cells using the following code, but other users can still open it by double clicking the right cell bracket or editing the notebook.&#xD;
&#xD;
    CreatePalette[&#xD;
     Column[{Button[&#xD;
        &amp;#034;Hide code&amp;#034;, {NotebookFind[SelectedNotebook[], &amp;#034;Output&amp;#034;, All, &#xD;
          CellStyle];&#xD;
         FrontEndExecute[&#xD;
          FrontEndToken[SelectedNotebook[], &#xD;
           &amp;#034;SelectionCloseUnselectedCells&amp;#034;]]}], &#xD;
       Button[&amp;#034;Show code&amp;#034;, &#xD;
        NotebookFind[SelectedNotebook[], &amp;#034;Input&amp;#034;, All, CellStyle]]}]]&#xD;
&#xD;
How can I create, hide, lock, and distribute my notebook without revealing the details of calculations?</description>
    <dc:creator>Yeonjoon Park</dc:creator>
    <dc:date>2025-08-18T20:47:24Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2557611">
    <title>A Graphics3D is being rendered differently in Wolfram Player and notebook?</title>
    <link>https://community.wolfram.com/groups/-/m/t/2557611</link>
    <description>I am projecting 2d triangles into a 3d space (aligning short side with z axis). both the notebook version and the cdf preview work fine but the player gives a different rendering. &#xD;
![enter image description here][1]&#xD;
&#xD;
&#xD;
  [1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=ScreenShot2022-06-25at9.49.02am.png&amp;amp;userId=2555853&#xD;
&#xD;
This is the module for the transformation:&#xD;
&#xD;
    TRIV[Long_, Short_, Mid_] := &#xD;
     Module[{mastu = Long, mast0 = Short, mastb = Mid},&#xD;
      T = SSSTriangle[mastu, mast0, mastb];&#xD;
      Tang = PolygonAngle[T][[1]];&#xD;
      rT = RotationTransform[(Pi/2) - Tang, {0, 0`}];&#xD;
      Triangle[PolygonCoordinates[rT[T]] /. {x1_, x2_} -&amp;gt; {x1, 0, x2}]]&#xD;
&#xD;
Then the manipulate environment:&#xD;
&#xD;
    Manipulate[&#xD;
     fore = TRIV[tr, short, br];&#xD;
     Graphics3D[{fore,&#xD;
       Purple, Line[{{0, 0, -1.2}, {0, 0, z}}], &#xD;
       Text[Style[&amp;#034;z&amp;#034;, Italic, 16], {.2, .2, z + .2}],&#xD;
       }],&#xD;
     Grid[{{Control@{{tr, 1.695}, InputField, ImageSize -&amp;gt; Small}, &#xD;
        Control@{{short, .5}, InputField, &#xD;
          ImageSize -&amp;gt; Small}}, {Control@{{br, 1.32}, InputField, &#xD;
          ImageSize -&amp;gt; Small}, &#xD;
        Control@{{z, 2}, InputField, ImageSize -&amp;gt; Small}},&#xD;
       {Control@{{y, 1.5}, InputField, ImageSize -&amp;gt; Small},&#xD;
        Control@{{x, 2}, InputField, ImageSize -&amp;gt; Small}}}],&#xD;
     SaveDefinitions -&amp;gt; True, Initialization :&amp;gt; TRIV[1.695, .5, 1.32]]&#xD;
&#xD;
I can&amp;#039;t work out what I&amp;#039;m getting wrong?</description>
    <dc:creator>Andrew W</dc:creator>
    <dc:date>2022-06-25T00:07:09Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/313447">
    <title>[BOOK] Interactive Computational Geometry: A Taxonomic Approach</title>
    <link>https://community.wolfram.com/groups/-/m/t/313447</link>
    <description>*WOLFRAM MATERIALS for the ARTICLE:*&#xD;
&amp;gt; Jim Arlow, Interactive Computational Geometry: A Taxonomic Approach.&#xD;
&#xD;
&amp;gt; [Clear View Training][1]&#xD;
&#xD;
&amp;gt; [Wolfram Notebook Archive][2]&#xD;
&#xD;
&amp;gt; [Amazon][3]&#xD;
&#xD;
![enter image description here][4]&#xD;
&#xD;
Hello community,&#xD;
&#xD;
I have just published a new book in CDF format called &amp;#034;Interactive Computational Geometry&amp;#034;. Ed Pegg of Wolfram suggested I notify the community. The book comprises text, plus 53 interactive Demonstrations of a selection of some of the most fundamental computational geometry algorithms. &#xD;
&#xD;
Note: The book is written for Mathematica 10, but will work OK in Player 9 (until Player 10 is released). There are 3 demonstrations that are Mathematica 10 specific that don&amp;#039;t work in Player 9. These are simple demos of Mathematica 10 features, and don&amp;#039;t really detract from the rest of the book.&#xD;
&#xD;
Full book is embedded below.&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][5]&#xD;
&#xD;
&#xD;
  [1]: https://www.clearviewtraining.com/interactive-computational.html&#xD;
  [2]: https://notebookarchive.org/interactive-computational-geometry-second-edition--2019-01-8aukd4r/&#xD;
  [3]: https://www.amazon.com/Interactive-Computational-Geometry-Taxonomic-Approach-ebook/dp/B089S4LJ46&#xD;
  [4]: /c/portal/getImageAttachment?filename=ScreenShot2014-08-18at1.16.47PM.png&amp;amp;userId=11733&#xD;
  [5]: https://www.wolframcloud.com/obj/cbcf01c5-7960-4a03-9a26-94099822d379</description>
    <dc:creator>Jim Arlow</dc:creator>
    <dc:date>2014-08-06T17:25:44Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2391187">
    <title>Notebook behaves differently in Mathematica and Wolfram Player?</title>
    <link>https://community.wolfram.com/groups/-/m/t/2391187</link>
    <description>I have a Prueba.nb file that works fine within Mathematica 12.3.1. &#xD;
&#xD;
I convert it to a Prueba.CFD file and the test that numbers are entered in the InputField box when running in Wolfram Player 12.3.1 stops working. &#xD;
&#xD;
Within the project that I develop, in other circumstances, Wolfram Player does not behave in the same way as in Mathematica.&#xD;
&#xD;
Any ideas? &#xD;
Gracias</description>
    <dc:creator>Ernesto Espinosa</dc:creator>
    <dc:date>2021-10-23T16:21:08Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2340693">
    <title>Matrix quantum mechanics</title>
    <link>https://community.wolfram.com/groups/-/m/t/2340693</link>
    <description>&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/02949580-d371-4bdb-add5-b7ed5feab1eb</description>
    <dc:creator>Paul Abbott</dc:creator>
    <dc:date>2021-08-13T06:28:55Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2322400">
    <title>Any examples of Wolfram Player iOS apps?</title>
    <link>https://community.wolfram.com/groups/-/m/t/2322400</link>
    <description>Does anyone know of any (worthwhile) examples of iOS apps created for Wolfram Player?&#xD;
&#xD;
I&amp;#039;ve played around with it a little, enough to discover that, with the exception of textbook apps,  most CDF-apps are virtually unusable, at least on my iPhone.  The screen is fixed in portrait mode, the app GUI typically doesn&amp;#039;t scale to the screen resolution and operating any more than a single control is very challenging. That&amp;#039;s been my experience with it, at least.&#xD;
&#xD;
A notebook template specifically designed for creating  smartphone/tablet apps might be helpful.  But perhaps one simply has to shelve the idea of using the Wolfram platform for app development, at least until the functionality improves.&#xD;
&#xD;
Does anyone on the community have experience/ideas/examples they could share?</description>
    <dc:creator>Jonathan Kinlay</dc:creator>
    <dc:date>2021-07-19T08:40:42Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2193335">
    <title>Tooltips on Nodes and Edges of Graph do not work in Wolfram Player</title>
    <link>https://community.wolfram.com/groups/-/m/t/2193335</link>
    <description>I want my iPad to run a NB deployed in the cloud in which the major functionality is a Graph with Nodes and Edges, each which should display tooltips. The tooltips are active running the NB on a desktop. &#xD;
&#xD;
One portion of the NB displays a Dataset, which is active and functional under Wolfram Player in that I can control which rows of the Dataset are displayed. (The Dataset contains the data which is used to generate the Nodes, Edges and Tooltips for the Graph).&#xD;
&#xD;
The Wolfram Player for the Mac works perfectly -- the tooltips function properly. (Even better, Wolfram Player for the Mac installs and performs perfectly on my MacBook Air M1, Apple&amp;#039;s Silicon system -- functioning under Rosetta 2). &#xD;
&#xD;
The Graphs are rendered correctly, but neither use of my finger nor an Apple Pencil touching the screen brings up a tooltip for any of the Nodes or Edges. &#xD;
&#xD;
Is there a more appropriate WL process which will give me similar functionality when executed from the Cloud using Wolfram Player on the iPad?</description>
    <dc:creator>Lawrence Winkler</dc:creator>
    <dc:date>2021-02-13T21:01:04Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2184011">
    <title>Presentation of Multi-Media Models</title>
    <link>https://community.wolfram.com/groups/-/m/t/2184011</link>
    <description>1. Can a Manipulate[] object be inserted into a Microsoft Word&#xD;
    document.  If so what export formats will work?  Which is (are)&#xD;
    best? &#xD;
 2. Same question for an Adobe Reader document. &#xD;
 3. Is there a trick&#xD;
            to make animations that are fluid in a Mathematica notebook appear&#xD;
            more fluid when viewed on Wolfram Cloud through a browser instead of&#xD;
            skipping most of the frames?&#xD;
 4. Can I update a notebook published to the cloud so that the old link&#xD;
    opens the revised notebook?</description>
    <dc:creator>Jay Gourley</dc:creator>
    <dc:date>2021-02-03T18:33:40Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2146403">
    <title>Running a notebook on iOS Player</title>
    <link>https://community.wolfram.com/groups/-/m/t/2146403</link>
    <description>I am trying to understand what the requirements are for a notebook to run successfully on the Wolfram Player on my iPad. The program runs fine in Mathematica 12 on my desktop, but won&amp;#039;t do anything in Player. I have followed all the requirements I know about, such as avoiding requiring user keyboard entry and not having any file requests. I have also tried initializing the code outside the Manipulate function. I have attached a test file that runs fine in Mathematica. I would appreciate it if someone can tell me what changes need to be made to the file to get it to run in Player. If anyone knows of a document that spells out the specific programming requirements to get a notebook file to run in Player, please publish a link to the document.&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/a423a3c9-17f4-46ea-aff4-baa5cef5b294</description>
    <dc:creator>Mike Luntz</dc:creator>
    <dc:date>2020-12-23T21:06:19Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2132648">
    <title>Apply a stylesheet and set other style options for a CDF?</title>
    <link>https://community.wolfram.com/groups/-/m/t/2132648</link>
    <description>Hello everyone,&#xD;
&#xD;
I&amp;#039;m creating a series of student exams using a loop, CreateDocument, NotebookWrite, and CDFDeploy. Here is a code fragment (without exam questions) for creating one exam. It works well.&#xD;
&#xD;
    nb = CreateDocument[];&#xD;
    NotebookWrite[nb, Cell[&amp;#034;EXAM&amp;#034;, &amp;#034;Title&amp;#034;]];&#xD;
    NotebookWrite[nb, Cell[&amp;#034;More Here&amp;#034;, &amp;#034;Chapter&amp;#034;]];&#xD;
    NotebookWrite[nb, Cell[&amp;#034;&amp;#034;, &amp;#034;Chapter&amp;#034;]];&#xD;
    NotebookWrite[nb, &#xD;
      Cell[DateString[{&amp;#034;DayName&amp;#034;, &amp;#034;, &amp;#034;, &amp;#034;MonthName&amp;#034;, &amp;#034; &amp;#034;, &amp;#034;Day&amp;#034;, &amp;#034;, &amp;#034;, &#xD;
         &amp;#034;Year&amp;#034;,&#xD;
         &amp;#034;  &amp;#034;, &amp;#034;Hour12Short&amp;#034;, &amp;#034;:&amp;#034;, &amp;#034;Minute&amp;#034;, &amp;#034; &amp;#034;, &amp;#034;AMPM&amp;#034;}], &amp;#034;Text&amp;#034;]];&#xD;
    NotebookWrite[nb, Cell[&amp;#034;INSTRUCTIONS&amp;#034;, &amp;#034;Text&amp;#034;]];&#xD;
    NotebookWrite[nb, Cell[&amp;#034;&amp;#034;, &amp;#034;Text&amp;#034;]];&#xD;
    (*Exam questions to go here*)&#xD;
    NotebookWrite[nb, &#xD;
     Cell[BoxData[ToBoxes[Array[a, {5, 6}]]], &amp;#034;Print&amp;#034;], After]&#xD;
    CDFDeploy[&amp;#034;/myPath/Prototype Exam.cdf&amp;#034;, nb]&#xD;
    NotebookClose[nb];&#xD;
&#xD;
I need advice on styling the CDFs. The CDF file that is produced by CreateDocument and CDFDeploy uses the default stylesheet. (1) How can I make the CDF adopt the cell styling or stylesheet of the notebook that I am using to create the CDFs? I know I can wrap each output cell in Style but that is a pain. (2) How can I set an option in the CDF so that all output is displayed in TraditionalForm? The default output is standardForm. (3) Is there some way to disable the Print menu item and Print button that appears in the CDF when opened in Wolfram Player? I posted this last question some time ago, and the response was that there isn&amp;#039;t, but I am asking again just in case the most recent version of Mathematica includes that capability.&#xD;
&#xD;
Regards,&#xD;
&#xD;
Greg</description>
    <dc:creator>Gregory Lypny</dc:creator>
    <dc:date>2020-12-08T16:34:29Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/529439">
    <title>WordPress plugin with Mathematica-related functionality</title>
    <link>https://community.wolfram.com/groups/-/m/t/529439</link>
    <description>I have recently published the [Mathematica Toolbox][1], a WordPress plugin for website owners who sometimes write about Mathematica. I hope that someone here will find it useful. For details please see the WordPress plugin page. Here is a quick rundown:&#xD;
&#xD;
 - Syntax highlighting for the Wolfram Language.&#xD;
 - Automated embedding of CDFs.&#xD;
 - Automated replacement of glyphs such \\[Alpha] that appear in code copied from Mathematica.&#xD;
 - Various utility shortcodes: generate links to the documentation, reference users on Mathematica.Stackexchange.com, and more.&#xD;
&#xD;
  [1]: https://wordpress.org/plugins/mathematica-toolbox/</description>
    <dc:creator>Calle E</dc:creator>
    <dc:date>2015-07-12T14:20:02Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2050267">
    <title>Manipulate function in my CDF not working in Player</title>
    <link>https://community.wolfram.com/groups/-/m/t/2050267</link>
    <description>Hi,&#xD;
I am very new to Mathematica and am helping a friend with his invention. The notebook below was created with Mathematica 12 Home Edition on Windows 10. I am trying to share it with my friend by sending him the cdf and asking him to load it in the Player. Unfortunately the Manipulate function at the end only displays an empty plot with an x and y axis when I open it in the Player myself. What am I doing wrong?&#xD;
&#xD;
Thank you,&#xD;
Christoph Wagner&#xD;
&#xD;
&amp;amp;[Wolfram Notebook][1]&#xD;
&#xD;
&#xD;
  [1]: https://www.wolframcloud.com/obj/e84b0a44-cd93-4482-a34f-2593580c292c</description>
    <dc:creator>Christoph Wagner</dc:creator>
    <dc:date>2020-08-03T18:51:49Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/2065757">
    <title>Can CDFs be opened on a Chromebook?</title>
    <link>https://community.wolfram.com/groups/-/m/t/2065757</link>
    <description>Can CDFs be opened on a Chromebook?</description>
    <dc:creator>Frederick Adkins</dc:creator>
    <dc:date>2020-08-27T03:23:53Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1197947">
    <title>Wolfram Player for iOS</title>
    <link>https://community.wolfram.com/groups/-/m/t/1197947</link>
    <description>[![enter image description here][1]][2]&#xD;
&#xD;
We are [**excited to announce**][2] the release of Wolfram Player for iOS! Now you can harness the power of the Computable Document Format (CDF) anytime, anywhere. Wolfram Player syncs up with other apps on your mobile deviceallowing you to access documents from any sourceincluding from the Wolfram Cloud, iTunes, Dropbox and more!&#xD;
&#xD;
One of the biggest features of this app is the ability to sideload documents into Wolfram Player from other applications. Additionally, Demonstrations and other Manipulate figures look and feel a lot more like what we envision them to be. The intuitive tactile interface offered by Wolfram Player gives a true hands-on approach to interactive modeling in a way that&amp;#039;s never been done before.&#xD;
&#xD;
When integrated with the Wolfram Cloud app, you can seamlessly move between designing notebooks and pulling them down for testing, thereby paving the way for increased collaboration and efficiency for a variety of projects. &#xD;
&#xD;
[**Check it out for yourself**][3].&#xD;
&#xD;
[![enter image description here][4]][3]&#xD;
&#xD;
&#xD;
  [1]: http://community.wolfram.com//c/portal/getImageAttachment?filename=player_image.jpg&amp;amp;userId=515558&#xD;
  [2]: http://blog.wolfram.com/2017/10/04/notebooks-in-your-pocket-wolfram-player-for-ios-is-now-shipping/&#xD;
  [3]: https://itunes.apple.com/us/app/wolfram-player/id1059014516&#xD;
  [4]: http://community.wolfram.com//c/portal/getImageAttachment?filename=Wolfram_Notebooks_Timeline2.png&amp;amp;userId=11733</description>
    <dc:creator>Jesse Dohmann</dc:creator>
    <dc:date>2017-10-04T16:21:05Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1984945">
    <title>Saved presenter notebook does not open properly, while cdf version does</title>
    <link>https://community.wolfram.com/groups/-/m/t/1984945</link>
    <description>I created my first presenter notebook for testing purposes and then both saved it and exported it as cdf. When I re-open the nb file, the Presenter menu on top is not functional, whereas this works without problems with the cdf.&#xD;
To re-open the nb file correctly, i.e. with a working menu, I have to take the following workaround:&#xD;
1. Open Mathematica (I am using 12.0)&#xD;
2. File New Notebook&#xD;
3. File New Presenter Notebook&#xD;
4. Create&#xD;
4. Open file (to re-open my nb presenter file)&#xD;
Now my presenter notebook will be opened correctly. I have attached two screenshots: the incorrect opened presenter file and the correct opened after my 4 steps of the workaround.&#xD;
There is no error message by Mathematica.&#xD;
&#xD;
[1]: https://community.wolfram.com//c/portal/getImageAttachment?filename=PresenterNotebooknotproperlyopened.JPG&amp;amp;userId=1118470</description>
    <dc:creator>Volker Trimkowski</dc:creator>
    <dc:date>2020-05-25T18:21:27Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1972104">
    <title>Embedding CDF content in HTML page</title>
    <link>https://community.wolfram.com/groups/-/m/t/1972104</link>
    <description>I tried following the steps for embedding cdf content in html page but it does not work. Please help.&#xD;
&#xD;
Here is the exact code:&#xD;
&#xD;
    &amp;lt;html&amp;gt;&#xD;
    &amp;lt;body&amp;gt;&#xD;
    Hi&#xD;
    &amp;lt;script type=&amp;#034;text/javascript&amp;#034; src=&amp;#034;http://www.wolfram.com/cdf-player/plugin/v2.1/cdfplugin.js&amp;#034;&amp;gt;&amp;lt;/script&amp;gt;&#xD;
    &amp;lt;script type=&amp;#034;text/javascript&amp;#034;&amp;gt;&#xD;
    var cdf = new cdfplugin();&#xD;
    cdf.setDefaultContent(&amp;#039;&amp;lt;a href=&amp;#034;http://www.wolfram.com/cdf-player/&amp;#034;&amp;gt;&amp;lt;img  src=&amp;#034;manipulatesine.png&amp;#034;&amp;gt;&amp;lt;/a&amp;gt;&amp;#039;);&#xD;
    cdf.embed(&amp;#039;manipulatesine.cdf&amp;#039;, 439, 346);&#xD;
    &amp;lt;/script&amp;gt;&#xD;
    &amp;lt;/body&amp;gt;&#xD;
    &amp;lt;/html&amp;gt;</description>
    <dc:creator>Radhika Prasad</dc:creator>
    <dc:date>2020-05-12T11:35:14Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1920768">
    <title>CDF Seems to be Unevaluated</title>
    <link>https://community.wolfram.com/groups/-/m/t/1920768</link>
    <description>I created a slide show containing Manipulate cells. Each time I quit and relaunch Mathematica I have to evaluate the notebook before I use it, which is not a problem.  &#xD;
I have saved the slide show as a CDF and when my students open the file  they have the same problem.  What shows up in the output cells is part of the input, some of it highlighted in pink.&#xD;
&#xD;
Can I share slide shows with people who only have Wolfram Player?</description>
    <dc:creator>Stephen Perencevich</dc:creator>
    <dc:date>2020-04-04T16:21:43Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1921192">
    <title>Sharing Manipulate</title>
    <link>https://community.wolfram.com/groups/-/m/t/1921192</link>
    <description>I have created a slideshow with several manipulate cells.  They work beautifully, but I would like for others to see them.  Is there a way to share this show with my students who do not have Mathematica so that they can manipulate the sliders, say using the Player?  &#xD;
&#xD;
I tried converting the notebook to a CDF document, but that failed.  I am doing that &amp;#034;remote teaching&amp;#034; thing and I&amp;#039;d like to get them as much in the way of resources as I can.  Any help would be appreciated.</description>
    <dc:creator>Stephen Perencevich</dc:creator>
    <dc:date>2020-04-05T11:23:27Z</dc:date>
  </item>
  <item rdf:about="https://community.wolfram.com/groups/-/m/t/1378454">
    <title>[WSS18] Screening Test Framework for a Notebook Submission</title>
    <link>https://community.wolfram.com/groups/-/m/t/1378454</link>
    <description>Abstract&#xD;
--------&#xD;
&#xD;
**Goal of the project**&#xD;
&#xD;
In order to verify if the set of guidelines of a notebook submission are respected, we create a test framework code for the computational essay. The main specification is to read in notebook and generate a feedback report. &#xD;
The screening of article is the first check in the editorial process. Typically this control verifies that all elements of the submission are well presented: author information, code length, sections composed of text,code text and code, references.  &#xD;
&#xD;
We want to implement a feedback report as the author upload the submission and a report for the editor on a set of notebooks.&#xD;
A preliminary test is made on a randomly selected notebook from a directory.&#xD;
![Web Notebook Report][1]&#xD;
&#xD;
**Summary of the results**&#xD;
&#xD;
&#xD;
 - Identify the set of guidelines. &#xD;
 - Match between submission and required guidelines.&#xD;
 - Immediate warnings for author upload.&#xD;
&#xD;
----------&#xD;
&#xD;
Read in Notebook Template and Generate Feedback Report&#xD;
======================================================&#xD;
&#xD;
Get file and divide by cells&#xD;
----------------------------&#xD;
&#xD;
A preliminary test is made on a randomly selected notebook from a directory.&#xD;
      &#xD;
    testFile = &#xD;
     RandomChoice@&#xD;
      FileNames[___, &#xD;
       FileNameJoin[{NotebookDirectory[], &amp;#034;essay-submissions&amp;#034;, &#xD;
         &amp;#034;ComputationalEssays&amp;#034;, &amp;#034;ComputationalEssays&amp;#034;}]]&#xD;
&#xD;
A second test is made on all the files of the directory, useful for the editor who has to check a list of notebook multiple submissions and generate a status report.&#xD;
&#xD;
    allFiles = &#xD;
    FileNames[___, &#xD;
    FileNameJoin[{NotebookDirectory[], &amp;#034;essay-submissions&amp;#034;, &#xD;
    &amp;#034;ComputationalEssays&amp;#034;, &amp;#034;ComputationalEssays&amp;#034;}]];&#xD;
    cells = NotebookImport[testFile, _ -&amp;gt; &amp;#034;Cell&amp;#034;];&#xD;
&#xD;
The notebook template has identifying cells, listed below:  &#xD;
&#xD;
    cells[[All, 2]]&#xD;
&#xD;
**Test for functions**&#xD;
&#xD;
We implement three functions corresponding to the tests: &#xD;
&#xD;
 - The author contact information, the corresponding author, is present at the bottom of the notebook submission. &#xD;
 - The code cells shouldn&amp;#039;t be too big and they should be divided in multiple code cells. &#xD;
 - Each code cell should be  presenter with a single grey line of TextCode.&#xD;
&#xD;
&#xD;
----------&#xD;
&#xD;
Author Information&#xD;
------------------&#xD;
The first check of the report is about the Author Section. If the author doesn&amp;#039;t add his contact email or change the author contact information this will be reported as an error.&#xD;
&#xD;
    authorSection = &#xD;
    Position[cells, Cell[&amp;#034;Author contact information&amp;#034;, &amp;#034;Section&amp;#034;, ___]]&#xD;
    hasOnlyOneAuthorSectionQ[authorSection_] := Length@authorSection === 1&#xD;
    If[&#xD;
    hasOnlyOneAuthorSectionQ[authorSection],&#xD;
    1,&#xD;
    issueError[&amp;#034;Cannot find just one AuthorInfo cell&amp;#034;]&#xD;
    ]&#xD;
&#xD;
Metric on Line Code&#xD;
-------------------&#xD;
&#xD;
The second check is evaluating the length of the Code cells. Each code cell is of Input/Output type, once they are identified, they are converted as images. For each image of code it has been considered only the height and it has been compared to a reference height of 75 pixels. An error is given for each image of code cell has his size greater than the reference measure.&#xD;
&#xD;
Select the cell with the code: input/output type.&#xD;
&#xD;
    NotebookImport[testFile, &amp;#034;Input&amp;#034; | &amp;#034;Output&amp;#034;, &amp;#034;FlattenCellGroups&amp;#034; -&amp;gt; False]&#xD;
&#xD;
Take all code cells and transform them as images.&#xD;
&#xD;
    cellObj = SelectionMove[EvaluationCell[], Previous, Cell];&#xD;
    cellExpr = NotebookRead@EvaluationNotebook[];&#xD;
    Rasterize@cellExpr&#xD;
    ImageDimensions@Rasterize@cellExpr&#xD;
&#xD;
Then take their dimensions.&#xD;
&#xD;
    cellHeights = &#xD;
     Last@*ImageDimensions@*Rasterize /@ Cases[cells, Cell[___, &amp;#034;Input&amp;#034;, ___]]&#xD;
&#xD;
Count the number of cells of code for which the height of the image is bigger than 75.&#xD;
&#xD;
    numberOfBigPictures = Count[cellHeights/75., _?(# &amp;gt;= 1 &amp;amp;)]&#xD;
&#xD;
Give a warning with the number of code cells exceeding the reference height. &#xD;
&#xD;
    If[numberOfBigPictures &amp;gt;= 1, &#xD;
     issueError[&#xD;
      numberOfBigPictures &amp;#034; code cells are exceeding the suggested size&amp;#034;]]&#xD;
&#xD;
&#xD;
&#xD;
Warning on Text Before Each Line of Code&#xD;
----------------------------------------&#xD;
&#xD;
Each code cell should be introduced with a single line of text code explaining each segment.&#xD;
&#xD;
Cell codes are identifies as triplets code text input and output.&#xD;
&#xD;
    n = Length[&#xD;
      SequenceCases[&#xD;
       cells[[All, 2]], {Except[&amp;#034;CodeText&amp;#034; | &amp;#034;Input&amp;#034; | &amp;#034;Output&amp;#034;], &amp;#034;Input&amp;#034;}]]&#xD;
&#xD;
Every time there is no code text before input a warning is given.&#xD;
&#xD;
    If[n &amp;gt; 0, ReportPrint[&#xD;
       &amp;#034;You have &amp;#034; &amp;lt;&amp;gt; ToString[n] &amp;lt;&amp;gt; &#xD;
        &amp;#034; cases of Input cell (your code) without descriptive grey text.&amp;#034;, &#xD;
       &amp;#034;WARNING&amp;#034;]];&#xD;
&#xD;
Notebook Report&#xD;
---------------&#xD;
&#xD;
A notebook is analysed and the checks are implemented, the resulting report is shown as a grid on the web submission page.&#xD;
&#xD;
 - **quickParse** is the notebook reader .&#xD;
&#xD;
&#xD;
        quickParse[notebook_] := Module[&#xD;
        {cells, testHasAuthor, codeCellTooBig, TextCodeNotFound},&#xD;
        cells = NotebookImport[notebook, _ -&amp;gt; &amp;#034;Cell&amp;#034;]];&#xD;
&#xD;
 - **testHasAuthor** checks if the author contact information has been modified.&#xD;
&#xD;
&#xD;
        testHasAuthor[notebook_] := Module[&#xD;
        {cells, section},&#xD;
        cells = NotebookImport[notebook, _ -&amp;gt; &amp;#034;Cell&amp;#034;];&#xD;
        section = &#xD;
        Position[cells, Cell[&amp;#034;Author contact information&amp;#034;, &amp;#034;Section&amp;#034;, ___]];&#xD;
        Which[&#xD;
        Length @ section === 0,&#xD;
        &amp;#034;No author specified&amp;#034;,&#xD;
        Length @ section &amp;gt; 1,&#xD;
        &amp;#034;Multiple authors specifieds&amp;#034;,&#xD;
        True,&#xD;
        None&#xD;
        ]&#xD;
        ];&#xD;
&#xD;
 - **codeCellTooBig** transforms each input cell in an image and it checks whether it exceeds a reference height. &#xD;
&#xD;
&#xD;
        codeCellTooBig[notebook_] :=&#xD;
        Module[&#xD;
        {cells, selection}, &#xD;
        cells = NotebookImport[notebook, &amp;#034;Code&amp;#034; | &amp;#034;Input&amp;#034; -&amp;gt; &amp;#034;Cell&amp;#034;];&#xD;
        selection = Select[&#xD;
        Map[ImageDimensions@Rasterize[#] &amp;amp;, cells], &#xD;
        Last[#] &amp;gt; 75 &amp;amp;&#xD;
        ];&#xD;
        If[&#xD;
        Length[selection] &amp;gt; 0,&#xD;
        TemplateApply[&amp;#034;`` cells are too big&amp;#034;, Length[selection]],&#xD;
        None&#xD;
        ]&#xD;
        ];&#xD;
&#xD;
 - **TextCodeNotFound** checks if the text code is present before the input cell.&#xD;
&#xD;
        TextCodeNotFound[notebook_] :=&#xD;
        Module[ &#xD;
        {n, cells},&#xD;
        cells = NotebookImport[notebook, _ -&amp;gt; &amp;#034;Cell&amp;#034;];&#xD;
        n = Length[&#xD;
        SequenceCases[&#xD;
        cells[[All, 2]], {Except[&amp;#034;CodeText&amp;#034; | &amp;#034;Input&amp;#034; | &amp;#034;Output&amp;#034;], &amp;#034;Input&amp;#034;}]];&#xD;
        If[n &amp;gt; 0,&#xD;
        TemplateApply[&#xD;
        &amp;#034;You have &amp;#034; &amp;lt;&amp;gt; ToString[n] &amp;lt;&amp;gt; &#xD;
        &amp;#034; code cells without the single line of text code.&amp;#034;],&#xD;
        None&#xD;
        ]&#xD;
        ];&#xD;
&#xD;
 - **AllTests** implements the checks all together. &#xD;
&#xD;
        AllTests = {&#xD;
        &amp;lt;|&amp;#034;Test&amp;#034; -&amp;gt; testHasAuthor, &amp;#034;Title&amp;#034; -&amp;gt; &amp;#034;Author check&amp;#034;|&amp;gt;,&#xD;
        &amp;lt;|&amp;#034;Test&amp;#034; -&amp;gt;  codeCellTooBig, &amp;#034;Title&amp;#034; -&amp;gt; &amp;#034;Code cell check&amp;#034;|&amp;gt;,&#xD;
        &amp;lt;|&amp;#034;Test&amp;#034; -&amp;gt;  TextCodeNotFound, &amp;#034;Title&amp;#034; -&amp;gt; &amp;#034;TextCode cell check&amp;#034;|&amp;gt;&#xD;
        };&#xD;
&#xD;
 - **notebookReport** results in a table with the check answers.&#xD;
&#xD;
&#xD;
        notebookReport[notebook_List] := &#xD;
        Column[Map[notebookReport, notebook]]&#xD;
        notebookReport[notebook_String] := &#xD;
        Module[&#xD;
        {tests, titles, results},&#xD;
        tests = Map[#Test[notebook] &amp;amp;, AllTests];&#xD;
        titles = AllTests[[All, &amp;#034;Title&amp;#034;]];&#xD;
        results = Join @@ Replace[&#xD;
        Transpose[{titles, tests}], {&#xD;
        {title_, result_String} :&amp;gt; {{title, result}},&#xD;
        {title_, {result_String}} :&amp;gt; {{title, result}},&#xD;
        {title_, {result_String, results__String}} :&amp;gt; &#xD;
        Join[{{title, result}}, Map[{SpanFromAbove, #} &amp;amp;, {results}]],&#xD;
        {title_, None} :&amp;gt; {{title, Style[&amp;#034;OK&amp;#034;, Green]}}&#xD;
        },&#xD;
        {1}&#xD;
        ];&#xD;
        Labeled[&#xD;
        If[&#xD;
        Length[results] &amp;gt; 0,&#xD;
        Grid[results,&#xD;
        Alignment -&amp;gt; Left,&#xD;
        Frame -&amp;gt; All&#xD;
        ],&#xD;
        Style[&amp;#034;No error found :)&amp;#034;, Blue]&#xD;
        ],&#xD;
        FileBaseName[notebook],&#xD;
        Top&#xD;
        ]&#xD;
        ]&#xD;
&#xD;
Deploy to the web&#xD;
-----------------&#xD;
&#xD;
The test report is showed after the notebook submission.&#xD;
&#xD;
    CloudDeploy[&#xD;
    FormPage[{&amp;#034;submission&amp;#034; -&amp;gt; Restricted[&amp;#034;CachedFile&amp;#034;, &amp;#034;NB&amp;#034;]}, &#xD;
    Rasterize@notebookReport@#submission &amp;amp;], &amp;#034;/publish&amp;#034;, &#xD;
    Permissions -&amp;gt; &amp;#034;Public&amp;#034;]&#xD;
&#xD;
&#xD;
Code Repository&#xD;
---------------&#xD;
&#xD;
https://github.com/vivlet/Summer2018Starter&#xD;
&#xD;
&#xD;
Future Directions&#xD;
-----------------&#xD;
&#xD;
 - Implement future specifications required by the author&amp;#039;s guidelines.&#xD;
   &#xD;
 - Automatic check of references as Crossed Check References http://www.ithenticate.com/.&#xD;
   &#xD;
  - Automatic check of data repository,  https://datarepository.wolframcloud.com/, https://resources.wolframcloud.com/NeuralNetRepository/&#xD;
   &#xD;
  - Automatic check of software repository, es. GitHub.&#xD;
   &#xD;
   - Integration of keywords and reviewers database.&#xD;
&#xD;
References&#xD;
----------&#xD;
&#xD;
http : // blog.stephenwolfram.com/2017/11/what - is - a - computational - essay/&#xD;
&#xD;
Keywords&#xD;
--------&#xD;
&#xD;
 - Notebook Feedback Report&#xD;
   &#xD;
 - Notebook Testing framework&#xD;
&#xD;
Other information&#xD;
-----------------&#xD;
&#xD;
 - Publishing notebook &#xD;
&#xD;
 - Authoring notebook&#xD;
&#xD;
&#xD;
&#xD;
  [1]: http://community.wolfram.com//c/portal/getImageAttachment?filename=SubmissionsCheck.PNG&amp;amp;userId=1362937</description>
    <dc:creator>Viviana Letizia</dc:creator>
    <dc:date>2018-07-11T14:53:00Z</dc:date>
  </item>
</rdf:RDF>

