Cyrille Rossant

Results 148 comments of Cyrille Rossant

seems to work okay ![image](https://cloud.githubusercontent.com/assets/1942359/6736018/9400eb72-ce62-11e4-9b99-17b5ea37ca79.png)

I think that would be a good idea, would you have suggestions as to where to put these books within the list, and how to differentiate them from free resources?

The OpenLibrary link might be sufficient since it seems to include links to buy the book, including on Amazon. That's just 1 more click to get there? I like the...

Sounds like a good idea to me! Anyone else wants to comment on this proposition?

Yes, I was about to suggest the same thing. Perhaps we could try adding icons at the beginning of each item, with 1 different icon per content type?

Agreed. We could start by identifying here the most common content types and determine which emojis/unicode characters etc could be used for each.

Here's a proposition: ```python class Perfusion(BaseAction): pfa_solution = models.ForeignKey( PerfusionSolution, null=True, blank=True, on_delete=models.SET_NULL, related_name='pfa_solution') liver_cleared = models.BooleanField(blank=True, default=False) post_fixation_time = models.PositiveIntegerField(blank=True, default=0) post_fixation_temperature = models.ForeignKey( PerfusionTemperature, null=True, blank=True, on_delete=models.SET_NULL, related_name='post_fixation_temperature')...

Where does this print out come from? Is there a specific page on alyx where this problem can be reproduced?