Coder Social home page Coder Social logo

xpimagegeneration's Introduction

XPImageGeneration

Metacello new
  baseline: 'XPImageGeneration';
  repository: 'github://Pharo-XP-Tools/XPImageGeneration:main';
  load.

Quickly create an experiment

  • Create a fork of this repository.
  • Install the framework using the previous baseline, but pointing to you fork.
  • In Pharo, search for the class ExampleExperiment in the Experiments package. Copy it (right click, copy it, write the new name in the dialog).
  • Rewrite the instance methods of your new experiment class.
    • The tasks displayed in the PhexTasksPresenter will be loaded from ptx files in the folder tasksDefinition/*your-experiment-id* located in the root directory of the repository.
    • The method prepareSystemForExperimentis called when your experiment is loaded. Code there to make all required modifications in the system needed for your complete experiment. (The system modifications can be part of you fork, or be in another baseline. Your choice).
    • Commit and Push XPImageGeneration changes to your fork.

Participants' point of view.

  • Participants must download a specific Pharo 9.0 clean image.
  • They need to execute the same baseline from your fork. A message will appear once everything is loaded.
  • In the World menu, they need to click Library>Phex. And then load your experiment.
  • They see the tasks you defined (the ones in tasksDefinition/*your-experiment-id* folder) and the experience is started.

Tasks definition

  • TODO: the ptx file production
  • TODO: System changes

Logging

  • TODO: Logging modalities (centralized, local)
  • TODO: Instrumenting your experiment.

xpimagegeneration's People

Contributors

maxwills avatar stevencostiou avatar valentinbourcier avatar

Watchers

 avatar  avatar

Forkers

stevekmcc

xpimagegeneration's Issues

Move ExperienceLogger mechanics to Phex

There is a dependency from Phex to ExperienceLogger.
This class, denpendencies and dependents should be prefixed by Phex and moved into the Phex repository.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.