Matches in Nanopublications for { ?s <http://purl.org/dc/terms/description> ?o ?g. }
- 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.
- workflow description "Recipe Workflow for Curried Chicken" 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 "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.
- workflow description "Recipe Workflow for Curried Chicken" assertion.
- policy description "Metadata is preserved for at least 10 years." assertion.
- plane description "Supersonic airliner" 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.
- workflow description "Recipe Workflow for Curried Chicken" assertion.
- _1 description "Preheat an oven to 200 degrees C." assertion.
- step description "Preheat an oven to 200 degrees C." assertion.
- RAn3sIinuL8lLMtC93kRPjUipNtBxPT6CZq0LmjK2mlEA.step description "Preheat an oven to 200 degrees C." RAn3sIinuL8lLMtC93kRPjUipNtBxPT6CZq0LmjK2mlEA.assertion.
- RAt333TkBJFtRJ5sxIx3ibA_7cI2DmosY4wo_q6ZOj_0U.step description "Preheat an oven to 200 degrees C." RAt333TkBJFtRJ5sxIx3ibA_7cI2DmosY4wo_q6ZOj_0U.assertion.
- step description "Preheat an oven to 200 degrees C." assertion.
- step description "Preheat an oven to 200 degrees C." assertion.
- plan description "This is a test workflow." assertion.
- step description "Preheat the oven to 200 degrees C, and prepare the fire extinguisher." 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.
- step description "This is a test" assertion.
- step description "This is a test" assertion.
- step description "This is a test" assertion.
- step description "This is a test" assertion.
- step description "This is a test" assertion.
- step description "from fairworkflows import manualstep" assertion.
- step description "This is a test" assertion.
- plan description "Image workflow" assertion.
- step description "This is a test" assertion.
- step description "@mark_as_fairstep(label='square root', is_script_task=True) def sqrt(a: int) -> float: """ Computational step taking the square root of an integer. """ return a ** 0.5" assertion.
- step description "@mark_as_fairstep(label='add integers', is_script_task=True) def add(a: int, b: int) -> int: """ Computational step adding two ints together. """ return a + b " assertion.
- step description "This is a test" assertion.
- step description "@fairstep def add(a:float, b:float) -> float: """Adding up 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='Addition') def add(a:float, b:float) -> float: """Adding up 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='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.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " 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.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " 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.
- 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 "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting 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, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " 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.
- 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, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " 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.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " 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='Rotating an image represented as a string by 180 degrees') def rotate_image(imgstr:str) -> str: imgIn = Image.open(io.BytesIO(imgstr)) imgOut = imgIn.transpose(Image.ROTATE_180) imgOutStr = io.BytesIO() imgOut.save(imgOutStr, format="png") return imgOutStr.getvalue() " assertion.
- step description "@is_fairstep(label='Rotating an image represented as a string by 180 degrees') def rotate_image(imgstr:str) -> str: imgIn = Image.open(io.BytesIO(imgstr)) imgOut = imgIn.transpose(Image.ROTATE_180) imgOutStr = io.BytesIO() imgOut.save(imgOutStr, format="png") return imgOutStr.getvalue() " 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='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " 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.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='Addition') def add(a:float, b:float) -> float: """Adding up numbers!""" return a + b " assertion.
- step description "This step returns an addition and a subtraction of its inputs" assertion.
- plan description "Isolation of Human PBMCs DOI: 10.21769/BioProtoc.323" assertion.
- plan description "In vitro Culture of Human PBMCs DOI: 10.21769/BioProtoc.322" 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 "A simple, rapid and very efficient protocol for DNA isolation from mosquito species DOI: 10.1038/protex.2013.007" assertion.
- plan description "DNA extraction from resin producing Boswellia tree DOI: 10.21203/rs.2.1645/v2" assertion.
- plan description "Isolation of Genomic DNA from Mycobacterium Species DOI: 10.21769/BioProtoc.1751" assertion.
- plan description "Isolation of Human PBMCs DOI: 10.21769/BioProtoc.323" 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 "A Simple and Rapid System for DNA and RNA Isolation from Diverse Plants Using Handmade Kit DOI: 10.21203/rs.2.1347/v2" assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting 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='Multiplication') def mul(a: float, b: float) -> float: """Multiplying numbers.""" return a * b " assertion.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- step description "@is_fairstep(label='Subtraction') def sub(a: float, b: float) -> float: """Subtracting numbers.""" return a - b " 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.
- plan description "@is_fairworkflow(label='My Workflow') def my_workflow(in1, in2, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " 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.
- step description "@is_fairstep(label='Addition', is_script_task=True) def add(x: float, y: float) -> float: """Adding up numbers.""" return x + y " 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, in3): """ A simple addition, subtraction, multiplication workflow """ t1 = add(in1, in2) t2 = sub(in1, in2) t3 = mul(weird(t1, in3), t2) return t3 " assertion.
- plan description "A simple, rapid and very efficient protocol for DNA isolation from mosquito species DOI: 10.1038/protex.2013.007" assertion.
- plan description "Isolation of Genomic DNA from Mycobacterium Species DOI: 10.21769/BioProtoc.1751" assertion.
- plan description "Isolation of Human PBMCs DOI: 10.21769/BioProtoc.323" assertion.
- plan description "A simple, rapid and very efficient protocol for DNA isolation from mosquito species DOI: 10.1038/protex.2013.007" 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.