Sven van der Burg
Sven van der Burg
Something like this: https://github.com/carpentries-incubator/deep-learning-intro/issues/178#issuecomment-1072453372
Let's try to attract more users in general and specifically beta pilot testers. ```[tasklist] ### Tasks - [ ] https://github.com/carpentries-incubator/lesson-gpu-programming/issues/107 - [ ] https://github.com/carpentries-incubator/lesson-gpu-programming/issues/108 - [ ] https://github.com/carpentries-incubator/lesson-gpu-programming/issues/109 - [...
Write a short ‘advertisement’ for new users of the lesson and request for feedback from beta pilot testers (a ‘blurp’) that we can share in nlesc (and other) channels
Fill out this form: https://docs.google.com/forms/d/1FBSnOw8b-fUYKCmpJnttjIbtyEJNfmENgEjcMhoDRyE
Make it clear from the README that anyone can use the material to teach the lesson and we can help out with that
Poetry init ([called in the packaging episode](https://carpentries-incubator.github.io/python-intermediate-development/43-software-release/index.html#setting-up-our-poetry-config)) will not always give you the interactive setup cli tool in git bash on windows. As a solution, the pyproject.toml could be changed...
As an admin I want to use rich text for the project description. Currently, the 'description' part of a project is just a large blob of text. It would be...
When changing a page in the RSD it would be very useful to preview how the page will look when published. Right now the approach of editing is: * edit...
This returns 2 results: ```python >>> results = client.find_nanopubs_with_text('Picoides') >>> for result in results: >>> print(result) {'np': 'http://purl.org/np/RAMzGwLotMRSQTHRCS15B6hvuYSyEupGnxZaFU3EmcItA', 'description': 'Inter-species interaction of Picoides villosus with Ips', 'date': '2020-12-24T10:51:43.931Z'} {'np': 'http://purl.org/np/RAMzGwLotMRSQTHRCS15B6hvuYSyEupGnxZaFU3EmcItA',...