peter-michalski

Results 51 comments of peter-michalski

> where by "higher level" encodings can be printed into "lower level" encodings @balacij could you please further comment on this? I am trying to better understand "encodings" in Drasil....

> Another example is that it does make sense to talk about "select scientific knowledge from the SRS documents" as "high level" compared to Java code because we can convert...

@balacij Yes, this will be helpful. I used a [website](http://www.webgraphviz.com/) that uses this tool when I created the [dependency graph](https://github.com/JacquesCarette/Drasil/issues/2961#issuecomment-1142903805) in #2961

Some notes: stack dot --prune dblpendulum,gamephysics,glassbr,hghc,nopcm,pdcontroller,projectile,sglpendulum,ssp,swhs,template,drasil-website | dot -Tpng -o dependencies.png

I have added code for generating the package dependency graphs to the Makefile: https://github.com/peter-michalski/Drasil/commit/5afbd9f1f027dc021bfbc245a9611186de1d6ac3 I am assuming we also want this graph to be shown on the [website](https://jacquescarette.github.io/Drasil/). Most likely,...

Some notes: I noticed that `make website` does not actually create the graphs, nor does it create the necessary `graphs` folder under `website/HTML`. It only renders the markup code that...

@balacij, following up on our meeting discussion, can you confirm that in order to deploy the website, make deploy needs to be run before make website? I just attempted make...

> Oh, what kind of error occurred? Did the logs show anything? command prompt shows hyperref warnings, LaTeX overflow warnings, svg warnings, then finally >Makefile:4: recipe for target 'GlassBR_SRS.pdf' failed...

The following are some wip process flow diagrams for 1. Drasil build 2. gen() for each example - part of main() 3. genCode() for each example - part of main()...

@balacij Thanks for the feedback, I have incorporated it into the diagrams. >Maybe we can create a generic version of them as well? Could you please clarify this? Do you...