Matches in Nanopublications for { ?s <http://purl.org/dc/terms/description> ?o ?g. }
- step description "@is_fairstep(label='Overlay image with another (partly transparent) one') def overlay(bg_img, fg_img): from PIL import Image img = bg_img.copy() fg_img = fg_img.convert("RGBA") img.paste(fg_img, (0, 0), fg_img) return img " assertion.
- step description "@is_fairstep(label='Make white background of image transparent') def white_to_transparency(img): from PIL import Image img = img.convert("RGBA") data = img.getdata() new_data = [] for item in data: if item[0] == 255 and item[1] == 255 and item[2] == 255: new_data.append((255, 255, 255, 0)) else: new_data.append(item) img.putdata(new_data) return img " assertion.
- step description "@is_fairstep(label='Overlay image with another (partly transparent) one') def overlay(bg_img, fg_img): from PIL import Image img = bg_img.copy() fg_img = fg_img.convert("RGBA") img.paste(fg_img, (0, 0), fg_img) return img " assertion.
- step description "@is_fairstep(label='AWESOME upside down flipper') # Give it your own name: def my_awesome_flipper(image): from PIL import Image new_image = image.rotate(180) return new_image " assertion.
- step description "@is_fairstep(label='AWESOME upside down flipper') # Give it your own name: def my_awesome_flipper(image): from PIL import Image new_image = image.rotate(180) new_image.show() return new_image " assertion.
- step description "@is_fairstep(label='Invert the grayscale image to get a negative') def image_Gray2Negative(img:float) -> float: img_negative = PIL.ImageOps.invert(img) return img_negative " assertion.
- step description "@is_fairstep(label='Blend the grayscale image from step 1 with the blurred negative from step 3') def image_blend(img1:float, img2:float) -> float: img_blend = Image.blend(img1,img2,0.0) return img_blend " assertion.
- plan description "@is_fairworkflow(label='A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast') def image_processing_workflow(img): image_gray = image_RGB2Gray(img) image_negative = image_Gray2Negative(image_gray) img_gauss = image_Gaussian(image_negative) img_blend = image_blend(image_gray, img_gauss) img_constrast = image_constrast(img_blend, factor=0.3) return img_constrast " assertion.
- step description "@is_fairstep(label='Convert the RGB color image to grayscale') def image_combined(img1:float, img2:float) -> float: img_combined = Image.blend(img1, img2, 0.5) return img_combined " assertion.
- step description "@is_fairstep(label='Add blur to image') def blur(img): from PIL import Image, ImageFilter return img.filter(ImageFilter.BLUR) " assertion.
- plan description "@is_fairworkflow(label='YAIB: Yet Another Image Blender (licence:cc0,author:rsiebes, date:06-05-2021 )') def yaib_workflow(backgroundImg,foregroundImg): blendedImg = mask_image(blur(backgroundImg),foregroundImg) return blendedImg " assertion.
- RAmG2bXxwkIzARk4Mda-lqZU0RVnkpX7hUHBIPcdLHQUU description "All review comments were addressed and the formalization looks good." assertion.
- RAxBBJ2WkonyQNlXfdCAOaCi64J_xqgVGeaLjVQow9M88 description "The author has addressed all review comments received and the formalization looks good." assertion.
- RAeRSya2qIYymsBxiqOZP_oaQpHXUVXiydKvPCFM-7DDQ description "All review comments were addressed and the formalization looks good." assertion.
- RAgoIxfXPqNDY8vnK2EmBQDAFwuFIDJtfaMplTvPMq3pg description "The review comments were addressed and the formalization looks good." assertion.
- RAMgThXW6xx8QiPmW9VhVuxWCN2ZWe-pmxDcFfdx_A7z0 description "The author has addressed the review comments and the formalization looks good." assertion.
- result description "<ul> <li><img src="https://zenodo.org/records/15391804/files/Sarland_17May2024_Germany_DWD.png" style="width:200px" /></li> <li>Image © Deutscher Wetterdienst (DWD) </li> </ul> A tweet posted by the Deutscher Wetterdienst (DWD) regarding an ongoing severe weather and flood situation in Southwest Germany (May 2024). The content was saved for documentation and educational purposes. @DWD_presse Anhaltende #Unwetter-Situation im Südwesten! In den letzten 12 Stunden fielen verbreitet 30-40, stellenweise aber auch bis zu 70 ℓ/m². Es besteht Gefahr von Überschwemmungen und #Hochwasser! Beachten Sie dazu auch die Hinweise der jeweiligen Hochwasservorhersagezentralen! /V Source: Deutscher Wetterdienst (DWD), via @DWD_presse on X, Tweet dated 17 May 2024 Please refer to DWD for original media and usage rights. Translation: Translated from German by Google Persistent #Unwetter situation in the southwest! In the last 12 hours, 30-40, but in some places up to 70 ℓ /m² fell. There is a risk of flooding and #Hochwasser ! Please also follow the advice of the respective flood forecasting centers! /V" assertion.
- result description "<p> A <b>tweet</b> posted by the Deutscher Wetterdienst (DWD) regarding an ongoing severe weather and flood situation in Southwest Germany (May 2024). The content was saved for documentation and educational purposes. </p> <p> <img src="https://zenodo.org/records/15391804/files/Sarland_17May2024_Germany_DWD.png" style="width:300px" /> <br> Image © Deutscher Wetterdienst (DWD) <p> @DWD_presse </p> <p>Anhaltende #Unwetter-Situation im Südwesten! In den letzten 12 Stunden fielen verbreitet 30-40, stellenweise aber auch bis zu 70 ℓ/m². Es besteht Gefahr von Überschwemmungen und #Hochwasser! Beachten Sie dazu auch die Hinweise der jeweiligen Hochwasservorhersagezentralen! /V Source: Deutscher Wetterdienst (DWD), via @DWD_presse on X, Tweet dated 17 May 2024 </p> <p>Please refer to DWD for original media and usage rights.</p> <p><b>Translated from German by Google</b></p> <p> Persistent #Unwetter situation in the southwest! In the last 12 hours, 30-40, but in some places up to 70 ℓ /m² fell. There is a risk of flooding and #Hochwasser ! Please also follow the advice of the respective flood forecasting centers! /V</p>" assertion.
- assertion description "This template defines a simple SHACL node shape." assertion.
- assertion description "This template defines a simple SHACL node shape." assertion.
- assertion description "This template defines a simple SHACL node shape." assertion.
- assertion description "This template defines a simple SHACL node shape." assertion.
- assertion description "This template describes a person based on schema.org vocabulary." assertion.
- RAy3z922gHh7XfEdgZqc0zlwsp4yAOwVv_eGDx53zya-E.workflow description "Recipe Workflow for Curried Chicken" RAy3z922gHh7XfEdgZqc0zlwsp4yAOwVv_eGDx53zya-E.assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- workflow description "Recipe Workflow for Curried Chicken" assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step description "Bake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C)." assertion.
- step description "Arrange the chicken pieces in a single layer in a 9x13-inch baking dish. Season the chicken liberally with salt, pepper, and the paprika; set aside." assertion.
- step description "Bake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C)." assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- step description "Bake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C)." assertion.
- step description "Bake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C)." assertion.
- step description "Arrange the chicken pieces in a single layer in a 9x13-inch baking dish. Season the chicken liberally with salt, pepper, and the paprika; set aside." assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- step description "Arrange the chicken pieces in a single layer in a 9x13-inch baking dish. Season the chicken liberally with salt, pepper, and the paprika; set aside." assertion.
- step description "Bake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C)." assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step description "Bake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C)." assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- step description "Arrange the chicken pieces in a single layer in a 9x13-inch baking dish. Season the chicken liberally with salt, pepper, and the paprika; set aside." assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- workflow description "Recipe Workflow for Curried Chicken" assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- ASSERTION description "Such a nanopublication expresses an association between an organism taxon (e.g. a species) and an environment, for example expressing that the organisms of the given species inhabit the specified environment." assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- step description "Preheat an oven to 200 degrees C." assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step description "# Some change manualstep('Bake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C).', completed=False, byWhom='', remarks='')" assertion.
- step description "#kbhjsdkjsdjksdbjksdksdfkbsdfbkhBake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C). manualstep('Bake in the preheated oven until no longer pink at the bone and the juices run clear, about 75 minutes. An instant-read thermometer inserted into the thickest part of the thigh, near the bone should read 180 degrees F (82 degrees C).', completed=False, byWhom='', remarks='')" assertion.
- step description "Preheat an oven to 200 degrees C." assertion.
- plan description "Make chicken curry." assertion.
- step description "Something else" assertion.
- plan description "Make chicken curry." assertion.
- plan description "Test workflow" assertion.
- plan description "This is a test workflow" assertion.
- plan description "Test" assertion.
- plan description "A test workflow" assertion.
- plan description "test" assertion.
- plan description "A test workflow" assertion.
- plan description "A test workflow" assertion.
- plan description "Amazing test flow" assertion.
- plan description "Test" assertion.
- plan description "A test workflow" assertion.
- plan description "test" assertion.
- plan description "This is a test workflow." assertion.
- plan description "This is a test workflow." assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C). " assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- plan description "This is a test workflow." assertion.
- step description "Preheat an oven to 350 degrees F (175 degrees C)." assertion.
- step description "Melt the butter in a skillet over medium heat. Add the apple and onion to the melted butter, season with the curry powder, and cook and stir until the apple and onion are tender, 7 to 10 minutes. Stir the mushroom soup and half-and-half into the mixture until completely combined; spoon over the chicken pieces." assertion.
- step description "Arrange the chicken pieces in a single layer in a 9x13-inch baking dish. Season the chicken liberally with salt, pepper, and the paprika; set aside." assertion.
- step description "String describing the procedure that happens in this step" assertion.
- step description "String describing the procedure that happens in this step" assertion.
- ucds-meeting-20201102 description "In this meeting, Tobias Kuhn presented some updates on nanopublications." assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " assertion.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2): """ A simple workflow """ t1 = add(in1, in2) return t1 " assertion.
- step description "@is_fairstep(label='A strange step with little use') def weird(a: float, b:float) -> float: """A weird function""" return a * 2 + b * 4 " assertion.
- step description "@is_fairstep(label='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- plan description "DNA extraction from resin producing Boswellia tree DOI: 10.21203/rs.2.1645/v2" assertion.
- plan description "RNA Isolation and Northern Blot Analysis DOI: 10.21769/BioProtoc.1077" assertion.
- plan description "A Simple and Rapid System for DNA and RNA Isolation from Diverse Plants Using Handmade Kit DOI: 10.21203/rs.2.1347/v2" assertion.
- plan description "Isolation of Genomic DNA from Mycobacterium Species DOI: 10.21769/BioProtoc.1751" assertion.
- step description "@is_fairstep(label='Convert image to grayscale') def rgb2gray_image(image): from PIL import Image new_image = image.convert('L') return new_image " assertion.
- step description "@is_fairstep(label='Blur image') def blur_image(image): from PIL import Image, ImageFilter im_blurred = image.filter(ImageFilter.BLUR) return im_blurred " assertion.
- step description "@is_fairstep(label='Blend two images') def blend_image(im1, im2): from PIL import Image im_blended= Image.blend(im1, im2, alpha=0.5) return im_blended " assertion.
- step description "@is_fairstep(label='Make white background of image transparent') def white_to_transparency(img): from PIL import Image img = img.convert("RGBA") data = img.getdata() new_data = [] for item in data: if item[0] == 255 and item[1] == 255 and item[2] == 255: new_data.append((255, 255, 255, 0)) else: new_data.append(item) img.putdata(new_data) return img " assertion.
- step description "@is_fairstep(label='Inverting the colors of an image') def invert_colors(img): from PIL import Image, ImageOps return ImageOps.invert(img) " assertion.
- step description "@is_fairstep(label='Rotating an image represented by 90 degrees') def rotate_image(img): from PIL import Image return img.transpose(Image.ROTATE_90) " assertion.
- step description "@is_fairstep(label='An awesome step for creating composite image by blending images using a transparency mask') def mask_image(image1,image2): from PIL import Image mask = Image.new("L", image1.size, 128) new_image = Image.composite(image1, image2, mask) return new_image " assertion.
- step description "@is_fairstep(label='Put here a name of your awesome step (include the word awesome so others will find it)') # Give it your own name: def my_awesome_step(image): from PIL import Image # new_image = .... return new_image " assertion.
- COVID-KG description "a Knowledge Graph of COVID-19 Literature" assertion.